html{
	margin: 0;
	padding: 0;
	/*background-color: blueviolet;*/
	overflow-x: hidden;
}
img { 
	max-width: 100%; 
	max-height: 100%;
}
/*------Header------*/

#header-lead {
	position: relative;
	margin: auto;
}

#lead-pic{
	width: 100%;
	vertical-align: middle;
	z-index: 0;
}

#caru-logo{
	position: absolute;
	width: auto;
	height: auto;
	padding: 10px;
	top: 2%;
	left: 46%;
	z-index: 1;
	/*background-color: rgba(255,255,255,0.8);*/
}

#caru-text{
	position: absolute;
	width: auto;
	height: auto;
	padding: 10px;
	top: 30%;
	left: 39%;
	z-index: 1;
	/*background-color: rgba(255,255,255,0.8);*/
}
  
#top-button{
	position: absolute;
	width: auto;
	height: auto;
	padding: 10px;
	top: 70%;
	left: 43%;
	z-index: 1;
	/*background-color: rgba(255,255,255,0.8);*/
}

#dwt-title{
	width: 16%;
	height: auto;
	padding: 15px;
	background-color: #ebebeb;
	margin: -40px auto 20px auto;
	border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
	box-shadow: 1px 5px 15px #ababab;
	color: #7a7a7a;
	position: absolute;
	left: 21%;
	text-align: center;
}

#dwt-plus-title{
	width: 16%;
	height: auto;
	padding: 15px;
	background-color: #fff;
	margin: -40px auto 20px auto;
	border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
	box-shadow: 1px 5px 15px #ababab;
	color: #7a7a7a;
	position: absolute;
	right: 21%;
	text-align: center;
}

#mobilDwtTitle{
	display: none;
}
	
#mobilDwtPlusTitle{
	display: none;
}

#plus-blue{
	color: #7dcce8;
}

/*-----------------------Header--------------------------*/


/*-------Body---------*/

.container{
	max-width: 1740px !important;
}

.main-title{
	margin: 2%;
	text-align: center;
	font-size: 24px;
	font-style: italic;
	letter-spacing: 3px;
}

.row {
    margin-right: 0 !important;
	margin-bottom: 20px;
}

.boxes{
	width: auto;
	text-align: center;
}

.dwt-basic{
	display: inline-block;
	background-color: #eee;
	text-align: center;
	vertical-align: top;
	padding: 20px;
	box-shadow: 1px 5px 15px #ebebeb;
	/*position: relative;*/
	margin-bottom: 20px;
	height: 100%;
}

.dwt-plus{
	display: inline-block;
	background-color: #fff;
	text-align: center;
	vertical-align: top;
	padding: 20px;
	box-shadow: 1px 5px 15px #ebebeb;
	/*position: relative;*/
	margin-bottom: 20px;
	height: 100%
}

.content-type-title{
	font-size: 20px;
	letter-spacing: 3px;
	font-style: italic;
	padding: 25px 0 5px 0;
}

.image-hover{
	position: relative;
}

.image-hover:hover{
	cursor: pointer;
}

.image-hover:hover .hover-img, .hover-img-slim{
	display: block;
}

.image-hover:hover .hover-img-slim{
	display: block;
}

.hover-img{
	display: none;
	position: absolute;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.5);
}

.hover-img img {
	width: 100%;
}

.hover-img-slim img {
	width: 100%;
}
/*popup*/

.blackBg{
	display: none;
	background-color:rgba(0,0,0,0.6);
	width: 100%;
	height: auto;
	position: fixed;
	left:0;
	top:0;
	bottom:0;
	right: 0;
	z-index: 100;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 100;
	opacity: 1;
}

.windows{
	margin: auto;
	width: 80%;
	height: auto;
	background-color: #eee;
	position: relative;
	top:5%;
	box-shadow: 10px 10px 60px #555;
	display: inline-block;
	border-radius: 8px;
	padding: 2% 2%;
}

.close-btn{
	background-color: #fff;
	border: 3px solid #999;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	font-family: arial;
	font-weight: bold;
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 25px;
	line-height: 30px;
	width: 35px;
	height: 35px;
	text-align: center;
}

.prev-btn{
	background-color: #fff;
	border: 3px solid #999;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	font-family: arial;
	font-weight: bold;
	position: absolute;
	top: 50%;
	margin: -17px 0 0 0;
	left: 20px;
	font-size: 25px;
	line-height: 30px;
	width: 35px;
	height: 35px;
	text-align: center;
}

.next-btn{
	background-color: #fff;
	border: 3px solid #999;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	font-family: arial;
	font-weight: bold;
	position: absolute;
	top: 50%;
	margin: -17px 0 0 0;
	right: 20px;
	font-size: 25px;
	line-height: 30px;
	width: 35px;
	height: 35px;
	text-align: center;
}

.img-center{
	position: absolute;
	right: 35%;
	width: 25% !important;
	top: 20%;
}

.img-center-slim{
	position: absolute;
	right: 38%;
	width: 20% !important;
	top: 0;
}

.img-center-medium{
	position: absolute;
	right: 38%;
	width: 20% !important;
	top: 13%;
}


/*------------------------Body-------------------------*/

/*Footer*/

#footer{
	background-image: url("pic/bottom.png");
	padding: 29px;
	background-repeat: no-repeat;
	background-size: cover;
}

.btn-primary{
	background-color: #e84e1d !important;
	border-color: #e84e1d !important;
	margin-left: 40%;
	width: 20%;
}

/*--------------------*/

/*Media query*/

@media only screen and (min-width: 1390px) and (max-width: 1685px) {
	#caru-text{
		position: absolute;
		width: auto;
		height: auto;
		padding: 10px;
		top: 30%;
		left: 37%;
		z-index: 1;
		/*background-color: rgba(255,255,255,0.8);*/
	}
		
	#top-button{
		position: absolute;
		width: auto;
		height: auto;
		padding: 10px;
		top: 70%;
		left: 42%;
		z-index: 1;
		/*background-color: rgba(255,255,255,0.8);*/
	}
}

@media only screen and (min-width: 1135px) and (max-width: 1390px) {
	#caru-text{
		position: absolute;
		width: 30%;
		height: auto;
		padding: 10px;
		top: 30%;
		left: 36%;
		z-index: 1;
		/*background-color: rgba(255,255,255,0.8);*/
	}
		
	#top-button{
		position: absolute;
		width: auto;
		height: auto;
		padding: 10px;
		top: 70%;
		left: 40%;
		z-index: 1;
		/*background-color: rgba(255,255,255,0.8);*/
	}
	
	#caru-logo{
		position: absolute;
		width: auto;
		height: auto;
		padding: 10px;
		top: 2%;
		left: 45%;
		z-index: 1;
		/*background-color: rgba(255,255,255,0.8);*/
	}
}

@media only screen and (min-width: 960px) and (max-width: 1135px) {
	#caru-text{
		position: absolute;
		width: 30%;
		height: auto;
		padding: 10px;
		top: 33%;
		left: 35%;
		z-index: 1;
		/*background-color: rgba(255,255,255,0.8);*/
	}
		
	#top-button{
		position: absolute;
		width: auto;
		height: auto;
		padding: 10px;
		top: 71%;
		left: 39%;
		z-index: 1;
		/*background-color: rgba(255,255,255,0.8);*/
	}
	
	.btn{
		font-size: 1.1vw !important;
	}
	
	#caru-logo{
		position: absolute;
		width: auto;
		height: auto;
		padding: 10px;
		top: 2%;
		left: 43%;
		z-index: 1;
		/*background-color: rgba(255,255,255,0.8);*/
	}
}

@media only screen and (min-width: 730px) and (max-width: 960px) {
	#caru-text{
		position: absolute;
		width: 30%;
		height: auto;
		padding: 10px;
		top: 36%;
		left: 35%;
		z-index: 1;
		/*background-color: rgba(255,255,255,0.8);*/
	}
		
	#top-button{
		position: absolute;
		width: auto;
		height: auto;
		padding: 10px;
		top: 73%;
		left: 39%;
		z-index: 1;
		/*background-color: rgba(255,255,255,0.8);*/
	}
	
	.btn{
		font-size: 1.1vw !important;
	}
	
	#caru-logo{
		position: absolute;
		width: 14%;
		height: auto;
		padding: 10px;
		top: 2%;
		left: 43%;
		z-index: 1;
		/*background-color: rgba(255,255,255,0.8);*/
	}
}

@media only screen and (min-width: 595px) and (max-width: 730px) {
	#caru-text{
		position: absolute;
		width: 30%;
		height: auto;
		padding: 10px;
		top: 33%;
		left: 35%;
		z-index: 1;
		/*background-color: rgba(255,255,255,0.8);*/
	}
		
	#top-button{
		position: absolute;
		width: auto;
		height: auto;
		padding: 10px;
		top: 68%;
		left: 36%;
		z-index: 1;
		/*background-color: rgba(255,255,255,0.8);*/
	}
	
	.btn{
		font-size: 1.5vw !important;
		padding: .195rem .55rem !important;
	}
	
	#caru-logo{
		position: absolute;
		width: 18%;
		height: auto;
		padding: 10px;
		top: 2%;
		left: 41%;
		z-index: 1;
		/*background-color: rgba(255,255,255,0.8);*/
	}
}

@media only screen and (min-width: 0px) and (max-width: 595px) {
	#caru-text{
		position: absolute;
		width: 30%;
		height: auto;
		padding: 10px;
		top: 33%;
		left: 35%;
		z-index: 1;
		/*background-color: rgba(255,255,255,0.8);*/
	}
		
	#top-button{
		position: absolute;
		width: auto;
		height: auto;
		padding: 10px;
		top: 68%;
		left: 34%;
		z-index: 1;
		/*background-color: rgba(255,255,255,0.8);*/
	}
	
	.btn{
		font-size: 1.5vw !important;
		padding: .195rem .55rem !important;
	}
	
	#caru-logo{
		position: absolute;
		width: 18%;
		height: auto;
		padding: 10px;
		top: 2%;
		left: 41%;
		z-index: 1;
		/*background-color: rgba(255,255,255,0.8);*/
	}
}



@media only screen and (min-width: 1856px) and (max-width: 1988px) {
	#dwt-title{
		width: 16%;
		height: auto;
		padding: 15px;
		background-color: #ebebeb;
		margin: -40px auto 20px auto;
		border-radius: 8px;
		font-size: 18px;
		font-weight: bold;
		box-shadow: 1px 5px 15px #ababab;
		color: #7a7a7a;
		position: absolute;
		left: 19%;
		text-align: center;
	}

	#dwt-plus-title{
		width: 16%;
		height: auto;
		padding: 15px;
		background-color: #fff;
		margin: -40px auto 20px auto;
		border-radius: 8px;
		font-size: 18px;
		font-weight: bold;
		box-shadow: 1px 5px 15px #ababab;
		color: #7a7a7a;
		position: absolute;
		right: 19%;
		text-align: center;
	}
}

@media only screen and (min-width: 1765px) and (max-width: 1856px) {
	#dwt-title{
		width: 16%;
		height: auto;
		padding: 15px;
		background-color: #ebebeb;
		margin: -40px auto 20px auto;
		border-radius: 8px;
		font-size: 18px;
		font-weight: bold;
		box-shadow: 1px 5px 15px #ababab;
		color: #7a7a7a;
		position: absolute;
		left: 18%;
		text-align: center;
	}

	#dwt-plus-title{
		width: 16%;
		height: auto;
		padding: 15px;
		background-color: #fff;
		margin: -40px auto 20px auto;
		border-radius: 8px;
		font-size: 18px;
		font-weight: bold;
		box-shadow: 1px 5px 15px #ababab;
		color: #7a7a7a;
		position: absolute;
		right: 19%;
		text-align: center;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1765px) {
	#dwt-title{
		width: 16%;
		height: auto;
		padding: 15px;
		background-color: #ebebeb;
		margin: -40px auto 20px auto;
		border-radius: 8px;
		font-size: 18px;
		font-weight: bold;
		box-shadow: 1px 5px 15px #ababab;
		color: #7a7a7a;
		position: absolute;
		left: 17%;
		text-align: center;
	}

	#dwt-plus-title{
		width: 16%;
		height: auto;
		padding: 15px;
		background-color: #fff;
		margin: -40px auto 20px auto;
		border-radius: 8px;
		font-size: 18px;
		font-weight: bold;
		box-shadow: 1px 5px 15px #ababab;
		color: #7a7a7a;
		position: absolute;
		right: 18%;
		text-align: center;
	}
	
	.prev-btn{
		background-color: #fff;
		border: 3px solid #999;
		border-radius: 50px;
		cursor: pointer;
		display: inline-block;
		font-family: arial;
		font-weight: bold;
		position: absolute;
		top: 50%;
		margin: -17px 0 0 0;
		left: 10px;
		font-size: 25px;
		line-height: 30px;
		width: 35px;
		height: 35px;
		text-align: center;
	}

	.next-btn{
		background-color: #fff;
		border: 3px solid #999;
		border-radius: 50px;
		cursor: pointer;
		display: inline-block;
		font-family: arial;
		font-weight: bold;
		position: absolute;
		top: 50%;
		margin: -17px 0 0 0;
		right: 10px;
		font-size: 25px;
		line-height: 30px;
		width: 35px;
		height: 35px;
		text-align: center;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1540px) {
	.prev-btn{
		background-color: #fff;
		border: 3px solid #999;
		border-radius: 50px;
		cursor: pointer;
		display: inline-block;
		font-family: arial;
		font-weight: bold;
		position: absolute;
		top: 50%;
		margin: -17px 0 0 0;
		left: 10px;
		font-size: 24px;
		line-height: 30px;
		width: 35px;
		height: 35px;
		text-align: center;
	}

	.next-btn{
		background-color: #fff;
		border: 3px solid #999;
		border-radius: 50px;
		cursor: pointer;
		display: inline-block;
		font-family: arial;
		font-weight: bold;
		position: absolute;
		top: 50%;
		margin: -17px 0 0 0;
		right: 10px;
		font-size: 24px;
		line-height: 30px;
		width: 35px;
		height: 35px;
		text-align: center;
	}
	
	.windows{
		margin: auto;
		width: 90%;
		height: auto;
		background-color: #eee;
		position: relative;
		top:5%;
		box-shadow: 10px 10px 60px #555;
		display: inline-block;
		border-radius: 8px;
		padding: 1% 5%;
	}
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
	.row{
		display: block !important;
		margin: auto !important;
	}
	
	#dwt-title{
		display: none;
	}

	#dwt-plus-title{
		display: none;
	}
	
	.dwt-basic{
		display: none;
		background-color: #eee;
		text-align: center;
		vertical-align: top;
		padding: 20px;
		box-shadow: 1px 5px 15px #ebebeb;
		/*position: relative;*/
		margin-bottom: 20px;
		height: 100%;
	}

	.dwt-plus{
		display: block;
		background-color: #fff;
		text-align: center;
		vertical-align: top;
		padding: 20px;
		box-shadow: 1px 5px 15px #ebebeb;
		/*position: relative;*/
		margin-bottom: 20px;
		height: 100%
	}
	
	#mobilDwtTitle{
		display: block;
		width: 63%;
		background-color: #eee;
		margin: 20px auto;
		text-align: center;
		font-size: 20px;
		box-shadow: rgb(64, 64, 64, 0.6) 1px 2px 5px;
		border-radius: 8px;
		line-height: 1.9;
	}
	
	#mobilDwtPlusTitle{
		display: block;
		width: 63%;
		margin: auto;
		margin-bottom: 25px;
		background-color: #7dcce8;
		text-align: center;
		font-size: 20px;
		border-radius: 8px;
		line-height: 1.9;
		box-shadow: inset 1px 2px 10px #333;
	}
	
	#mobilDwtTitle:hover{
		cursor: pointer;
		width: 68%;
		font-weight: bold;
	}
	
	#mobilDwtPlusTitle:hover{
		cursor: pointer;
		width: 68%;
		font-weight: bold;
	}

	.main-title{
		display: block;
		margin: 20% 0 2% 0;
	}
	
	.content-type-title{
		font-size: 20px;
		letter-spacing: 3px;
		font-style: italic;
		padding: 0 0 0 0;
		text-align: left;
	}
	
	hr{
		margin-top: 0 !important;
	}
	
	#plus-blue{
		color: #fff;
	}
	
	.prev-btn{
		background-color: #fff;
		border: 3px solid #999;
		border-radius: 50px;
		cursor: pointer;
		display: inline-block;
		font-family: arial;
		font-weight: bold;
		position: absolute;
		top: 50%;
		margin: -17px 0 0 0;
		left: 2px;
		font-size: 15px;
		line-height: 25px;
		width: 30px;
		height: 30px;
		text-align: center;
	}

	.next-btn{
		background-color: #fff;
		border: 3px solid #999;
		border-radius: 50px;
		cursor: pointer;
		display: inline-block;
		font-family: arial;
		font-weight: bold;
		position: absolute;
		top: 50%;
		margin: -17px 0 0 0;
		right: 2px;
		font-size: 15px;
		line-height: 25px;
		width: 30px;
		height: 30px;
		text-align: center;
	}
	
	.windows{
		margin: auto;
		width: 90%;
		height: auto;
		background-color: #eee;
		position: relative;
		top:5%;
		box-shadow: 10px 10px 60px #555;
		display: inline-block;
		border-radius: 8px;
		padding: 1% 7%;
	}

	
}