body {
	margin: 0;
	padding: 0;
}

.JB_FWS * {
	margin: 0;
	padding: 0;
}

.JB_FWS {
	width: 100%;
	height: 700px !important;
	background: #F1F1F1;
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.JB_Button_Left {
	padding: 15px;
	background-image: url("../img/left_arrow.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	bottom: 292px;
	left: 20px;
	cursor: pointer;
	z-index: 999999;
	width: 11px;
	height: 15px;
}

.JB_Button_Left_BG {
	padding: 15px;
	width: 11px;
	height: 15px;
	opacity: 0.90;
	position: absolute;
	bottom: 185px;
	left: 30px;
	z-index: 999999;
}

.JB_Button_Right {
	padding: 15px;
	width: 11px;
	height: 15px;
	background-image: url("../img/right_arrow.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	bottom: 292px;
	right: 20px;
	cursor: pointer;
}

.JB_Button_Right_BG {
	padding: 15px;
	width: 11px;
	height: 15px;
	opacity: 0.90;
	position: absolute;
	bottom: 185px;
	right: 30px;
}

.JB_Container {
	width: 9999px;
	height: 700px !important;
	margin: 0 auto;
	position: absolute;
	overflow: hidden;
	left: 0;

	cursor: hand;
	cursor: grab !important;
	cursor: -moz-grab;
	/*cursor: url(https://mail.google.com/mail/images/2/openhand.cur), pointer !important;*/
	cursor: -webkit-grab;
}

.JB_Slide {
	height: 700px !important;
	float: left;
	position: relative;
}

.JB_Slide_Content {
	padding: 40px 0 0;
	width: 1200px;
	margin: 0 auto;
	margin-top: 300px !important;
	position: relative;
	z-index: 999999;
	font-size: 32px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

.JB_Slide_Half {
	width: 50%;
	float: left;
	margin-left: -60px;
}

.JB_Slide_Half p {
	margin: 39px 0 4px 0;
	font-size: 20px;
	color: #4C4C4C;
}

.JB_Pagination {
	width: 100%;
	height: 12px;
	position: absolute;
	bottom: 50px;
	left: 0;
}

.JB_Pages {
	display: table;
	margin: 0 auto;
}

.JB_Page {
	background-image: url("../img/pagination_button.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 13px;
	height: 12px;
	float: left;
	margin-left: 5px;
	cursor: pointer;
}

.JB_Page:hover,
.JB_Page.active {
	background-position: -13px 0px;
}

.JB_ReadMore {
	float: left;
	margin: 15px 1px 0 0;
	position: relative;
}

.JB_ReadMore_BG {
	top: 0;
	left: 0;
	position: absolute;
	background: #000;
	opacity: 0.44;
	width: 100%;
	height: 100%;
}

.JB_ReadMore a {
	padding: 10px 26px 10px 16px;
	position: relative;
	float: left;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	list-style: none;
	background-image: url("../img/button_arrow.png");
	background-repeat: no-repeat;
	background-position: 90% 50%;
	font-size: 12px;
}


/* --- MEDIA QUERY --- */
@media only screen and (max-width: 1280px) {
	.JB_Slide_Content {
		width: 800px;
	}
}

@media only screen and (max-width: 1024px) {
	.JB_Slide_Content {
		width: 600px;
	}
}





/* --- DEMO SLIDES CONTENT BELOW (Not important demo styles) YOU CAN REMOVE THE STYLE BELOW --- */

h2 {
	width: 100%;
}

.big_welcome {
	font-size: 18px;
	color: #4C4C4C;
	margin: 0 0 -15px;
	text-transform: none;
	font-weight: normal;
	line-height: 20px;
}

.big_text {
	text-transform: uppercase;
	color: #4C4C4C;
	font-size: 27px;
	font-weight: 400;
	height: 44px;
	margin: 170px 0 3px -62px;
	width: 1000px;
	line-height: 41px;
}

.bigger {
	font-weight: 800;
	margin-left: 0px;
	font-size: 35px;
	color: #4C4C4C;
	letter-spacing: 1px;
}

.image {
	float: left;
	margin-top: 60px;
}

.image iframe {
	border: 5px solid #6e8c42;
}

.title {
	font-size: 28px;
	color: #012b5d;
	font-weight: 300;
	margin-top: 60px;
	float: left;
}

.text {
	float: left;
	font-size: 13px;
	color: #333;
	line-height: 20px;
	margin-top: 22px;
}

.list {
	font-size: 13px;
	color: #333;
	float: left;
	margin-top: 12px;
	line-height: 20px;
}

.list li {
	background-image: url(../img/button_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 15px;
	list-style-type: none;
}

.text_box {
	float: left;
	width: 400px;
	margin-left: 20px;
}

@media only screen and (max-width: 1280px) {
	.text_box {
		width: 300px;
	}
}

@media only screen and (max-width: 1024px) {
	.text_box {
		width: 280px;
	}

	.title {
		font-size: 13px;
	}

	.text {
		font-size: 12px;
	}

	.image {
		width: 300px;
		height: 187px;
	}

	.image img {
		width: 300px;
		height: 187px;
		margin-top: 10px;
	}

	.image iframe {
		width: 289px;
		height: 180px;
		margin-top: 15px;
	}

	.big_text {
		font-size: 26px;
		width: 500px;
	}
}
