@charset "utf-8";
/* CSS Document */

/*========ARTICLE========*/

.primary_content_wrap{
	margin:0 auto;
	margin-top:30px;
	width:980px;
	padding-bottom:50px;
	/*overflow:hidden;*/}
	
.wrapper{
	width:960px;
	padding:10px 10px 30px 10px;
	background-image:url(../images/bg_panel.png);
	background-position:left top;
	background-repeat:repeat;
	/*overflow:hidden;*/}

.article_left{
	float:left;
	width:590px;}

.title_page{
	width: 100%;
    height: 175px;
    background: url(../images/title_about.png) left top no-repeat;
	}
	
.title_page h1{
	display:block;
	text-indent:-9999px;}
	
h2{
	font-size:26px;
	color:#30263d;
	font-weight:100;
	padding:10px 30px;
	}
	
.article_page{
	padding:10px 30px 0 30px;
	border-bottom:1px dotted #FFF;
	line-height: 30px;}
	


.article_page p{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	letter-spacing:1px;
	margin-bottom:10px;
	color:#2d2d2d;
	font-size:13px;}
	
.article_lightbox{
	position: relative;
	width:590px;
	margin-top:20px;}
	
.social{
	width:100%;
	overflow:hidden;}

.facebook_icon{
	float:right;}

.googleplus_icon{
	float:right;
	margin-right:5px;}

.tripadvisor_icon{
	float:right;
	margin-right:5px;}
.line_icon{
	float:right;
	margin-right:5px;
	}
.ig_icon{
	float:right;
	margin-right:5px;
	}
.youtube_icon{
	float:right;
	margin-right:5px;
	}
.article_right{
	position:relative;
	float:right;
	width:370px;
	/*height:450px;*/}
