s@charset "UTF-8";
/* Reset Style */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body{
	margin: 0;
	line-height: normal;
}
a{
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Social Bar Styles*/
.soc-bar-main{
	font-family: Arial, Helvetica, sans-serif!important;
	position: relative;
	padding: 9px;
	font-size: 12px!important;
	overflow: hidden;
	background:  url('ui/soc-bar-bg.png') repeat;
	z-index: 999;
}
.soc-bar-thumb{
	position: relative;
}
.soc-bar-gallery{
	position: absolute;
	top: 500px;
	left: 0px;
	width: 703px;
	height: 24px;
}
	.soc-bar-main .soc-icon{
		float: right;
		width: 24px;
		height: 24px;
		margin: 0 0 0 2px;
		cursor: pointer;
	}
	.soc-bar-main .soc-fb{
		background:  url('ui/ico_soc_bar_fb_small.png') no-repeat;
	}
	.soc-bar-main .soc-tw{
		background:  url('ui/ico_soc_bar_tw_small.png') no-repeat;
	}
	.soc-bar-main .soc-pt{
		background:  url('ui/ico_soc_bar_pt_small.png') no-repeat;
	}
	.soc-bar-main .label{
		float: right;
		position: relative;
		top: 5px;
		margin: 0 5px 0 0;
		color: #ffffff;
	}
	.soc-bar-main .like-main{
		position:absolute;
		top: 8px;
		left: 10px;
		height: 24px;
		color: #ffffff;
		background-position:  left center;
		padding: 0 0 0 28px;
		cursor: pointer;
	}
		.like-main span{
			display: block;
			margin: 5px 0 0 0;
		}
	.soc-bar-main .like{
		background:  url('ui/ico_soc_bar_like.png') no-repeat;
	}
	.soc-bar-main .liked{
		background:  url('ui/ico_soc_bar_liked.png') no-repeat;
	}
	.gallery-counter{
		position: absolute;
		color:  #ffffff;
		top: 15px;
		left: 326px;
	}
/* Slider Popup Nav Buttons */
.slider-nav-left{
	position: absolute;
	width: 55px;
	height: 55px;
	background: url('ui/btn_arrow-left.png') repeat;
	left: 11px;
	top: 135px;
	z-index: 999;
	cursor: pointer;
}
.slider-nav-right{
	position: absolute;
	width: 55px;
	height: 55px;
	background: url('ui/btn_arrow-right.png') repeat;
	left: 480px;
	top: 135px;
	z-index: 999;
	cursor: pointer;
}
/* Main Website Body */
.wc-body{
	position: relative;
	width: 972px;
	margin: 0 auto;
	margin-top: 30px;
}
	.wc-body .wc-top{
		position: relative;
		width: 972px;
		height: 57px;
	}
	.wc-body .wc-middle{
		position: relative;
		width: 972px;
		padding-bottom: 8px;
		overflow: hidden;
		z-index: 1;
	}
	.wc-body .wc-bottom{
		position: relative;
		width: 972px;
		height: 10px;
		margin-bottom: 20px;
	}
	.wc-body .col-left{
		position: relative;
		left: 15px;
		margin-top: 10px;
		margin-right: 15px;
		float: left;
		width: 235px;
		padding: 15px;
	}
		.col-left .col-left-top{
		}
		.col-left .col-left-mid{
		}
		.col-left .col-left-bot{
		}
	.wc-body .col-right{
		position: relative;
		float: left;
		margin-left: 10px;
		width: 665px;
		margin-top: 10px;
		clear: right;
	}
		.col-right .col-right-top{
		}
		.col-right .col-right-mid{
		}
		.col-right .col-right-bot{
		}
.wc-copyright{
	padding: 25px;
	text-align: right;
}
	.wc-copyright a{
		text-decoration: none;
		color: inherit;
	}
/* Global Styles */
.wc-roundBorder{
	border-radius: 5px;
}
.wc-boxShadow{
	-webkit-box-shadow: 0px 0px 10px #888888;
	box-shadow: 0px 0px 10px #888888;
}
/* Module Box Styles */
.mod-contact{
	position: absolute;
	width: 340px;
	font-size: 27px;
	text-align: center;
	font-size: 20px;
	left: 605px;
	top: 18px;
	z-index: 5;
}
	.mod-contact div{
		z-index: 5;
	}
.mod-social{
	position: absolute;
	border-radius: 5px;
	padding: 7px 7px 7px 0px;
	z-index: 5;
}
	.mod-social img{
		display: block;
		border: 0;
		float: left;
		width: 25px;
		height: 25px;
		margin: 0px 0px 0px 7px;
	}
.mod-logo{
	width: 225px;
	height: auto;
	text-align: center;
	margin-bottom: 15px;
	z-index: 5;
}
	.mod-logo .top{
	}
	.mod-logo .middle{
	}
	.mod-logo .bottom{
	}
	.mod-logo img{
		border: 0;
	}
/*Main Menu Styling*/
.mod-menu{
	margin-bottom: 25px;
}
	.mod-menu .main{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.mod-menu .main >li{
	}
	.mod-menu .main >li a{
		display: block;
		text-decoration: none;
		padding-top: 7px;
		padding-bottom: 7px;
		outline: none;
	}
	.mod-menu .main >li a:hover{
	}
	.mod-menu .main >li .hot{
	}
		.mod-menu .main >li a span{
		}
	/*Sub Menu Styling*/
	.mod-menu .sub{
		display: none;
	}
	.mod-menu .sub.active{
		display: block;
	}
		.mod-menu .sub >li{
		}
		.mod-menu .sub >li a{
			padding: 0px;
		}
		.mod-menu .sub >li a >span{
			display: block;
		}
			.mod-menu .sub >li:last-child a >span{
			}
		.mod-menu .sub >li span:hover{
		}
		.mod-menu .sub >li span.hot{
		}
		.mod-menu .sub >li span >.arrow{
			position: relative;
			top: -1px;
		}
		.mod-menu .sub .sub{
			left: 0px!important;
		}
/*Old Main Menu Styling*/
.mod-menu{
	margin-bottom: 25px;
}
	.mod-menu .mm-top{
	}
	.mod-menu .mm-mid{
	}
	.mod-menu .mm-bot{
	}
	.mod-menu ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.mod-menu li{
	}
	.mod-menu a{
		display: block;
		text-decoration: none;
		padding-top: 7px;
		padding-bottom: 7px;
		outline: none;
	}
	.mod-menu a:hover{
	}
	.mod-menu .hot{
	}
		.mod-menu a span{
		}
/*Module Box Styling*/
.mod-box{
	border: 1px solid;
	margin-bottom: 15px;
	overflow: hidden;
}
.mod-box:last-child{
	margin-bottom: 5px;
}
	.mod-box .title{
		position: relative;
		padding: 10px;
		font-size: 13px;
		font-weight: bold;
	}
		.mod-box .title div{
			position: relative;
		}
	.mod-box .main{
		overflow: hidden;
		padding: 0px 10px 10px 10px;
	}
	.mod-box .mb-top{
		width: 235px;
	}
	.mod-box .mb-mid{
		width: 235px;
	}
	.mod-box .mb-bot{
		width: 235px;
	}
	.mod-box .col01{
		float: left;
		width: 95px;
	}
	.mod-box .col02{
		float: left;
		width: 115px;
		clear: right;
		text-align: right;
		margin-bottom: 5px;
	}
	.mod-box .list-item{
		margin-bottom: 5px;
	}
.mod-page{
	padding: 20px;
}
/* Global Page Styles */
.tp-cont-middle span[media="image"]{
}
/*Form Styles*/
.tp-cont-middle input[type="text"]{
}
.tp-cont-middle textarea{
}
/* Info Box Styles */
.info-box{
	display: block;
	margin-bottom: 15px;
	border-radius: 5px;
	background: #eeeeee;
	border: 1px solid #e0e0e0;
	color: #333333;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: 10px;
	padding: 10px 10px 10px 40px;
}
.info-box-info{
	background-image: url(images/icons/ico-info.png);
}
.info-box-alert{
	background-image: url(images/icons/ico-alert.png);
}
.info-box-tick{
	background-image: url(images/icons/ico-tick.png);
}
.info-box-loader{
	background-image: url(images/icons/ajax-loader-small.gif);
}
/*Active Layout Content Styles*/
.alc_loader{
	text-align: center;
}
/*TEMP CSS, MAYBE MOVE?*/
.mobile_footer-bar{
	font-family: arial!important;
	text-align: center;
	padding: 25px;
	font-size: 32px;
	background: #FFF;
	color: #DFDFDF;
}
	.mobile_footer-bar.desktop{
		font-size: 50px;
	}
	.mobile_footer-bar a{
		text-decoration: none!important;
	}