/*
	Custom HTML Parts
*/
header .cus_logo{
	display: inline-block;
      background: url(images/logo-strapline.png) no-repeat;
      background-size: contain;
	width: 180px;
	height: 135px;
	margin: 15px 0 0 0;
}
.cus_footerLogo{
	position: absolute;
      background: url(images/logo-strapline.png) no-repeat;
      background-size: contain;
      top: 65px;
	left: 50px;
      width: 190px;
      height: 140px;
}
.cus_watermarkLogo{
	position: absolute;
	top: -46px;
	left: -120px;
	background: url(images/watermark-logo.jpg) no-repeat;
	width: 700px;
	height: 350px;
	z-index: 0;
}
.cus_sepBar{
	background: url(images/cute-divider.png) no-repeat;
	width: 235px;
	height: 30px;
}
/*
	Main DOM Styles
*/
body {
	background: #feffff;
}
a{
}
/*
	Main Body
*/
header{
	position: absolute;
	background: url(images/header-line-texture.jpg) repeat-x;
	background-position: center top;
	width: 100%;
	height: 190px;
	text-align: center;
}
.top-banner{
}
.wc-body{
	position: relative;
	padding-top: 220px;
	margin-top: 0px;
	z-index: 999;
}
	.wc-body .wc-top{
		position: relative;
		margin-top: 0px;
		width: 980px;
		background: none;
		height: 16px;
	}
	.wc-body .wc-middle{
		position: relative;
		width: 980px;
		overflow: visible;
		background: none;
		margin: 0px;
	}
	.wc-body .wc-bottom{
		position: relative;
		width: 980px;
		height: 16px;
		background: none;
	}
	.wc-body .col-left{
		font-family: 'PT Serif', serif;
		position: relative;
		display: inline-block;
		float: none;
		vertical-align: top;
		margin-right: 25px;
		left: 30px;
		padding-bottom: 0;
		padding: 5px;
	}
		.col-left .col-left-top{
			width: 255px;
			margin-top: 0;
			height: 0px;
			display: none;
		}
		.col-left .col-left-mid{
			width: 255px;
			padding-bottom: 10px;
			margin-bottom: 0;
		}
		.col-left .col-left-bot{
			width: 255px;
			height: 19px;
			display: none;
		}
	.wc-body .col-right{
		line-height: 20px;
		display: inline-block;
		vertical-align: top;
		float: none;
	}
		.col-right .col-right-top{
			position: relative;
			width: 675px;
			background: url(images/con-top.png) no-repeat;
			height: 0px;
			z-index: 99;
		}
		.col-right .col-right-mid{
			width: 675px;
			background: url(images/con-mid.png) no-repeat;
			z-index: 99;
		}
		.col-right .col-right-bot{
			height: 0px;
			width: 675px;
			background: url(images/con-bot.png) no-repeat;
			height: 20px;
		}
/*
	Module Styles
*/
.mod-contact{
	font-family: 'Varela Round', sans-serif;
	font-weight: lighter;
	position: absolute;
	font-size: 17px;
	color: #6eb4be;
	left: 695px;
	top: 115px;
    width: 240px;
    height: 45px;
    background: url(images/tel.png) no-repeat;
    background-position: left center;
    text-align: right;
    z-index: 9000;
}
	.mod-contact .mod-contact-prefix{
		color: #6eb4be;
	}
	.mod-contact .mod-contact-number{
	}
	.mod-contact div{
		position: relative;
		top: 12px;
	}
	.mod-contact div b{
		font-weight: normal;
	}
.mod-social{
	font-family: 'Varela Round', sans-serif;
	left: 40px;
	top: 110px;
}
	.mod-social a{
		text-align: center;
		display: inline-block;
		border: 2px solid #e9aacb;
		border-radius: 50px;
		background: #e9aacb;
		color: #FFF;
		padding: 10px;
		font-size: 17px;
		line-height: 0px;
		font-weight: bold;
		height: 15px;
		width: 15px;
		margin: 0 3px 0 0;
	}
	.mod-social a:hover{
		border-color: #7dd2bd;
	}
	.mod-social a i{
		position: relative;
		top: -1px;
	}
	.mod-social img{
		display: none;
	}
.mod-logo{
	position: relative;
	display: none;
}
	.mod-logo .ml-top{
	}
	.mod-logo .ml-mid{
	}
	.mod-logo .ml-bot{
	}
	.mod-logo img{
		width: 240px;
		height: auto;
	}
/*
	Main Menu Styling
*/
.mod-menu{
	font-family: 'Lato', sans-serif;
	position: relative;
	margin-top: 50px;
	margin-bottom: 40px;
}
	.mod-menu .mm-top{
		background: none;
	}
	.mod-menu .mm-mid{
		background: none;
	}
	.mod-menu .mm-bot{
		background: none;
	}
	.mod-menu .main{
	}
	.mod-menu .main >li{
		position: relative;
		width: 230px;
		height: 45px;
		font-size: 14px;
		margin-bottom: 10px;
		left: 3px;
		z-index: 999;
	}
	.mod-menu .main li:last-child{
		margin-bottom: 0px;
	}
	.mod-menu .main >li a{
		display: block;
		text-transform: uppercase;
		height: 30px;
		letter-spacing: -1px;
		text-align: center;
		letter-spacing: 0px;
		color: #575255;
		border: none;
		border-radius: 0;
	}
	.mod-menu .main >li a:hover{
		color: #fffcff;
		background: url(images/btn-hot.png) no-repeat;
	}
	.mod-menu .main >li .hot{
		color: #fffcff;
		background: url(images/btn-hot.png) no-repeat;
	}
		.mod-menu .main >li a span{
			position: relative;
			top: 4px;
		}
	/*
		Sub Menu Styling
	*/
	.mod-menu .sub{
		position: relative;
		width: 230px;
		left: 3px;
		text-align: center;
		padding-bottom: 5px;
		margin: -15px 0 10px 0;
	}
		.mod-menu .sub .sub-top{
			width: 230px;
			height: 10px;
			background: url(images/sub-top.png) no-repeat;
		}
		.mod-menu .sub .sub-mid{
			width: 230px;
			background: #71b4c0 url(images/sub-texture.png) repeat-y;
			padding: 7px 0;
		}
		.mod-menu .sub .sub-bot{
			width: 230px;
			height: 13px;
			background: url(images/sub-bot.png) no-repeat;
		}
		.mod-menu .sub li{
			margin: 0;
		}
		.mod-menu .sub li a{
			padding: 0;
			margin: 0;
		}
		.mod-menu .sub li a span{
			display: inline-block;
			color: #f9ffff;
			font-size: 14px;
			font-weight: lighter;
			padding: 5px 0px 3px 0px;
			border-bottom: 1px solid transparent;
			margin: 0 0px 3px 0px;
		}

		.mod-menu .sub li span:hover{
			color: #2f2f2f;
			border-bottom: 1px solid #2f2f2f
		}
		.mod-menu .sub li span.hot{
			color: #2f2f2f;
			border-bottom: 1px solid #2f2f2f
		}
		.mod-menu .sub li span >.arrow{
			display: none;
		}
.mod-box{
	font-family: 'Varela Round', sans-serif;
	position: relative;
	border: 0;
	margin-left: 0px;
	margin-bottom: 20px;
	color: #70b1c4;
}
	.mod-box .mb-top{
		width: 230px;
		height: 30px;
		background: none;
	}
	.mod-box .mb-mid{
		position: relative;
		width: 230px;
		background: none;
	}
	.mod-box .mb-bot{
		width: 230px;
		height: 10px;
		background: none;
	}
	.mod-box .title{
		box-sizing: border-box;
		position: absolute;
		font-size: 14px;
		padding-left: 0px;
		top: -41px;
		left: 0px;
		width: 230px;
		background: url(images/module-underline.png) no-repeat;
		background-position: center bottom;
	}
	.mod-box .title div{
		font-weight: normal;
		text-transform: uppercase;
		position: relative;
	}
	.mod-box .main{
		padding: 10px 5px 0 5px;
		font-size: 13px;
		font-weight: normal;
	}
	.mod-box .col01{
		width: 100px;
	}
	.mod-box .col02{
	}
	.mod-box .list-item{
	}
.mod-page{
	position: relative;
	padding-top: 40px;
	box-sizing: border-box;
	width: 665px!important;
	margin-bottom: 15px;
	left: 5px;
}
footer{
	position: relative;
	width: 100%;
	background: url(images/footer-line-texture.jpg) repeat-x;
	height: 190px;
}
.wc-copyright{
	font-family: 'Lato', sans-serif;
	top: 40px;
	padding: 30px 0 30px 0;
	position: absolute;
	color: #71b2bc;
	text-align: right;
	font-size: 13px;
	left: 435px;
	width: 500px;
}
