body { 
	/*background: url(../img/bg.jpg) center center no-repeat fixed #000000;*/ 
	background:#000000; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Cabin Condensed", Arial;
}

.content-wrap {
	background: #171612;
	-moz-box-shadow: 1px 1px 2px ;
	-webkit-box-shadow: 1px 1px 2px ;
	box-shadow: 0px 0px 5px rgba(255,255,255,0.3);
}
.content-border {
	border-left: #af9461 solid 1px;
	border-right: #af9461 solid 1px;
	margin-left: 15px;
	margin-right: 15px;
}
.logo {
	padding-top: 20px;
	text-align:center;
}
.content {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.content h1{
	color: #fff;
	font-family: "Cabin Condensed", Arial;
	font-size: 24px;
	margin-top: 50px;
}
.content h2{
	color: #b88c48;
	font-family: "Kaushan Script", Arial;
	font-size: 24px;
	margin-bottom: -5px;
}
.content p{
	color: #b88c48;
	font-family: "Cabin Condensed", Arial;
	font-size: 16px;
	text-align: justify;
	line-height: 120%;
}
/*--------------------------------------------------
	     ACCORDION
---------------------------------------------------*/
.trigger-button {
	padding: 10px 0 10px 0;
	margin-bottom: 6px;
	text-decoration: none;	
	background:url(../img/bullet-toggle-plus.png) no-repeat right 18px #b88c48;
	cursor:pointer;
}
.trigger-button span {
	padding-left: 15px;
	color: #fff;
	font-family: "Trajan Pro", Arial;
	font-size: 16px;
	font-weight: bold;
}
.trigger-button:hover { 
	-moz-transition:all 0.14s ease 0s; 
	-webkit-transition:all 0.14s ease 0s;   
	-o-transition:all 0.14s ease 0s; 
	background: url(../img/bullet-toggle-plus.png) no-repeat right 18px rgba(217,164,83,1);
}
.trigger-button.active { 
	background:url(../img/bullet-toggle-minus.png) no-repeat right 20px rgba(217,164,83,1);
}
.accordion {	
}
.accordion h1{
	margin-top: 20px;
	color: #fff;
	font-family: "Cabin Condensed", Arial;
	font-size: 20px;
	text-align: center;	
}
.accordion p{
	color: #b88c48;
	font-family: "Cabin Condensed", Arial;
	font-size: 16px;
	text-align: justify;
	line-height: 120%;
}

.img-show{
	border: 1px solid #b88c48;
	padding: 5px;
	text-align: center;
}
a.enter {
    display: block;
    position:relative;	
}
a.enter span {
    display: block;
    height: 100px;
    width: 100px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: center no-repeat rgba(0, 0, 0, 0.6) ;	
    text-align: center;
    vertical-align:middle;
	line-height: 100px;
   
  	color: #fff;
	visibility:hidden; 
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 
	
	font-size: 18px;   
}
a.enter:hover span{
	color:#fff; 
	visibility:visible;
}
.footer{
	margin-top: 200px;
	border-top: #b88c48 1px solid;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	color: #867252;
	font-family: "Raleway", Arial;
	font-size: 12px;
}
