@charset "utf-8";
/* Main DOM Styles */
body {
	font-family: 'Roboto', sans-serif;
	background-color: #F3F4F5;
	background: #FFF url(images/background.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
a{
}
/*Custom HTML Parts*/
/* Main Body */
.header{
	background: #FFF url(images/header.png) no-repeat;
	background-position: center top;
	height: 240px;
}
.banner{
	display: none;
}
.wc-body{
	position: relative;
	margin-top: 40px!important;
	margin-bottom: 20px;
	width: 980px;
}
	.wc-body .wc-banner{
		display: none;
	}
	.wc-body .wc-top{
		position: relative;
		display: none;
		width: 980px;
	}
	.wc-body .wc-middle{
		width: 980px;
		overflow: visible;
	}
	.wc-body .wc-bottom{
		position: relative;
		z-index: 100;
		padding-bottom: 20px;
		margin-bottom: 0px;
		width: 980px;
	}
	.wc-body .col-left{
		position: relative;
		display: inline-block;
		float: none;
		vertical-align: top;
		padding-bottom: 0;
		margin-top: 0px;
		padding: 0;
	}
		.col-left .col-left-top{
			width: 230px;
			margin-top: 0;
			height: 20px;
			display: none;
		}
		.col-left .col-left-mid{
			width: 230px;
			padding-bottom: 10px;
			margin-bottom: 0;
		}
		.col-left .col-left-bot{
			width: 230px;
			height: 19px;
			display: none;
		}
	.wc-body .col-right{
		display: inline-block;
		float: none;
		vertical-align: top;
		margin: 0;
		left: 50px;
	}
		.col-right .col-right-top{
			position: relative;
			background: url(images/con-top.png) no-repeat;
			height: 23px;
			width: 665px;
		}
		.col-right .col-right-mid{
			width: 665px;
			background: url(images/con-mid.png) repeat-y;
		}
		.col-right .col-right-bot{
			width: 665px;
			background: url(images/con-bot.png) no-repeat;
			height: 40px;
		}
/* Module Styles */
.mod-contact{
	position: absolute;
	font-size: 22px;
	text-align: right;
	font-family: 'Kalam', cursive;
	background: url(images/tel.png) no-repeat;
	color: #ECD43E;
	width: 316px;
	height: 74px;
	left: 660px;
	top: -90px;
    z-index: 200;
}
	.mod-contact div{
		position: relative;
		text-align: center;
		left: 0;
		top: 25px;
		width: 280px;
	}
	.mod-contact div b{
		font-weight: normal;
		color: #FFF;
	}
.mod-social{
	text-align: right;
	left: 190px;
	top: -100px;
	padding: 8px;
	border-radius: 0;
	z-index: 100;
}
	.mod-social a{
		text-align: center;
		display: inline-block;
		color: #FFF;
		padding: 10px;
		font-size: 18px;
		font-weight: bold;
		height: 15px;
		width: 15px;
		margin: 0 3px 0 0;
		background: #165898;
		border: 1px solid #165898;
		border-radius: 50px;
	}
	.mod-social a:last-child{
		margin-right: 0;
	}
	.mod-social i{
		position: relative;
		top: -2px;
	}
	.mod-social a:hover{
		background: #F19125;
		border: 1px solid #F19125;
	}
	.mod-social img{
		display: none;
	}
.mod-logo{
	display: none;
}
	.mod-logo .ml-top{
	}
	.mod-logo .ml-mid{
	}
	.mod-logo .ml-bot{
	}
/*Main Menu Styling*/
.mod-menu{
	position: relative;
	font-weight: bold;
	margin-bottom: 0;
	width: 230px;
	z-index: 100;
}
	.mod-menu .mm-top{
	}
	.mod-menu .mm-mid{
	}
	.mod-menu .mm-bot{
		margin: 0 0 30px 0;
	}
	.mod-menu .main{
	}
	.mod-menu .main >li{
		font-family: 'Kalam', cursive;
		position: relative;
		width: 230px;
		height: 45px;
		font-size: 15px;
		text-align: center;
		z-index: 1;
	}
	.mod-menu .main li:last-child{
		margin-bottom: 0px;
	}
	.mod-menu .main >li a{
		display: block;
		height: 30px;
		font-weight: normal;
		color: #FFF;
		background: url(images/btn-cold.png) no-repeat;
	}
	.mod-menu .main >li a:hover{
		background: url(images/btn-hot.png) no-repeat;
		color: #e2ecd8;
	}
	.mod-menu .main >li .hot{
		background: url(images/btn-hot.png) no-repeat;
		color: #e2ecd8;
	}
		.mod-menu .main >li a span{
			position: relative;
			top: 2px;
		}
	/*Sub Menu Styling*/
	.mod-menu .sub{
		position: relative;
		width: 225px;
		margin-top: -18px;
		margin-bottom: 10px;
		left: 3px;
		z-index: 0;
	}
		.mod-menu .sub .sub-top{
			background: #165898 url(images/drop-top.png) no-repeat;
			height: 15px;
		}
		.mod-menu .sub .sub-mid{
			background: url(images/drop-mid.png) repeat-y;
		}
		.mod-menu .sub .sub-bot{
			background: url(images/drop-bot.png) no-repeat;
			height: 33px;
		}
		.mod-menu .sub li{
		}
		.mod-menu .sub li a{
			position: relative;
			box-sizing: border-box;
			display: inline-block;
			color: #e2ecd8;
			font-size: 14px;
			font-weight: normal;
			text-align: left;
			padding: 1px 0 1px 0;
			margin: 0 8px;
			border-bottom: 1px solid #8CACCB;
			font-style: italic;
			width: 210px;
		}
		.mod-menu .sub li:first-child a span{
		}
		.mod-menu .sub li:last-child a span{
		}
		.mod-menu .sub li a span{
			display: block;
			padding: 5px;
			padding-left: 15px;
		}
			.mod-menu .sub li:last-child a{
				border: none;
			}
		.mod-menu .sub li span:hover{
			font-weight: bold;
		}
		.mod-menu .sub li span.hot{
			font-weight: bold;
		}
		.mod-menu .sub li span >.arrow{
			display: none;
		}
.mod-box{
	position: relative;
	width: 230px;
	border: 0;
	margin-bottom: 10px;
	z-index: 100;
}
	.mod-box .mb-top{
		width: 230px;
		height: 33px;
		background: url(images/module-top.png) no-repeat;
		box-sizing: border-box;
	}
	.mod-box .mb-mid{
		position: relative;
		width: 230px;
		background: url(images/module-mid.png);
		box-sizing: border-box;
		padding-top: 10px;
	}
	.mod-box .mb-bot{
		width: 230px;
		background: url(images/module-bot.png);
		height: 33px;
		box-sizing: border-box;
	}
	.mod-box .title{
		font-family: 'Kalam', cursive;
		position: absolute;
		box-sizing: border-box;
		font-weight: normal;
		font-size: 21px;
		color: #E9D937;
		top: -20px;
		left: 15px;
	}
	.mod-box .title div{
		height: 17px;
		position: relative;
		top: 0;
	}
	.mod-box .main{
		padding-left: 25px;
		padding-right: 20px;
		padding-top: 15px;
		padding-bottom: 0px;
		font-size: 14px;
		font-weight: normal;
		font-style: italic;
		color: #E6E9ED;
	}
	.mod-box .col01{
		width: 60px;
	}
	.mod-box .col02{
	}
	.mod-box .list-item{
	}
.mod-page{
	position: relative;
	margin-top: 0;
	padding-top: 15px;
}
footer{
	display: none;
}
.wc-copyright{
	position: relative;
	color: #FFF;
	width: 910px;
	font-size: 12px;
	padding: 0;
	margin: 0;
	top: 8px;
	z-index: 100;
	text-shadow: 1px 1px 3px #333;
}
