@import url('https://fonts.googleapis.com/css?family=Play:400,700');
body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: 'Play', sans-serif;
	overflow-x: hidden;
}
.container, .pagelayout {
	padding: 0 15px;
	width: 1100px;
	margin: 0 auto;
	box-shadow: 0px 0px 77px 0px #ccc;
	background: #fff;
}
a {
	text-decoration: none !important;
}
ul, ol, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobileImage {
	display: none;
}
/*====================header====================*/
#header {
	background: rgba(0, 0, 0, 0) url(../images/headerbg.png) no-repeat scroll 0 0;
	width: 222px;
	height: 297px;
	margin-left: 92px;
}
/*====================menu====================*/
 .toggle, [id^=drop] {
 display: none;
}
nav {
	clear: both;
	float: left;
	width: 100%;
	background: url(../images/headerBG.png) no-repeat;
	background-size: cover;
}
nav ul {
	display: table;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 99;
	width: auto;
}
nav ul li {
	margin: 0px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 36px 0 0 30%;
}
nav a {
	color: #fff !important;
	animation: 8s ease 0s normal;
	text-transform: uppercase;
	font-size: 14px;
}
nav a:hover {
	text-decoration: underline !important;
}
/*Slider*/
/*===============image slides====================*/
.imagesection {
	float: right;
	width: 820px;
	margin-top: 92px;
}
label.prev {
	left: 20px;
}
.slides {
	padding: 0;
	width: 100%;
	height: 850px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.slides * {
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.slides input {
	display: none;
}
.slide-container {
	display: block;
}
.slide {
	top: 0;
	opacity: 0;
	width: 81%;
	display: block;
	position: absolute;
	transform: scale(0);
	transition: all .7s ease-in-out;
	-webkit-transition: left 2s;
	-moz-transition: left 2s;
	-o-transition: left 2s;
	transition: left 2s;
	padding: 10px;
}
.nav label {
	color: #282828;
	cursor: pointer;
	display: none;
	/* font-size: 12em; */
    /* height: auto; */
    /* line-height: 485px; */
	opacity: 1;
	position: absolute;
	text-align: center;
	transition: opacity 0.2s ease 0s;
	width: 70px;
	z-index: 9;
	top: 50%;
	margin-top: -23px;
}
.slide img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 850px;
	max-width: 100%;
}
.slide:hover + .nav label { /*opacity: 0.5;*/
}
.nav label:hover {
	opacity: 1;
}
.nav .next {
	right: 0px;
}
.slide {
	width: 100%;
}
.slides input:checked + .slide-container .slide {
	opacity: 1;
	transform: scale(1);
	transition: opacity 1s ease-in-out;
}
.slides input:checked + .slide-container .nav label {
	display: block;
}
.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: none;
	position: absolute;
	text-align: center;
}
.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}
.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}
input#img-1:checked ~ .nav-dots label#img-dot-1, input#img-2:checked ~ .nav-dots label#img-dot-2, input#img-3:checked ~ .nav-dots label#img-dot-3, input#img-4:checked ~ .nav-dots label#img-dot-4, input#img-5:checked ~ .nav-dots label#img-dot-5, input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}
.thumb > label {
  background-color: #61646c;
  border: 1px solid #61646c;
  border-radius: 15px;
  display: inline-block;
  height: 15px;
  margin: 2px 8px;
  vertical-align: middle;
  width: 15px;
  opacity: 0.8;
}
.thumb img {
	cursor: pointer;
	display: none;
}
.thumb {
	cursor: pointer;
	margin: -79px auto -2px;
	padding: 10px;
	position: relative;
	text-align: center;
	z-index: 10;
}
.scrollBox > table {
	color: #fff;
}
/*menuWithIcon*/
#main-container {
	background: #b1b1b1 url(../images/background.jpg) no-repeat scroll 0 0 / 100% auto;
	height: auto;
	margin: 0 auto;
	width: 1000px;
}
#left {
	float: left;
	height: auto;
	margin-top: 92px;
	width: 175px;
}
#left h3 {
	border-bottom: 1px solid #9e9ea2;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin: 10px 0;
	padding: 3px 0;
	text-transform: uppercase;
}
#left li {
	margin: 10px 0;
}
#left ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
#left ul li a:hover {
	color: #000;
}
.footer {
	display: inline-block;
	margin-top: -15px;
}
.footer-text {
  color: #000;
  font-size: 13px;
  padding: 5px 0;
  text-align: center;
  background: #b1b1b1;
}
/*===========TAB SECTION===========*/

.essTabs {
	float: right;
	height: 480px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.essTabs::before {
	content: "";
	background: rgba(0, 0, 0, 0) url(../images/tabsBarbg.jpg) repeat-x scroll 0 0;
	list-style: outside none none;
	text-align: center;
	display: inline-block;
	width: 100%;
	height: 30px;
}
.essTabs .tabBox {
	position: relative;
	margin-top: -28px;
}
.essTabs label {
	border-left: 1px solid #575757;
	color: #ffffff;
	float: left;
	cursor: pointer;
	display: inline-block;
	font-size: 14.5px;
	margin-right: -1px;
	padding: 6px 31.2px;
	text-transform: uppercase;
	vertical-align: top;
	line-height: 8px;
}
.essTabs label:first-child {
	border-left: none;
}
.content-container {
	padding: 20px 30px;
}
.essTabs .checkbox {
	display: none;
}
.essTabs label:hover, .essTabs input:checked + label {
	background-image: url(../images/tabsBarHoverbg.jpg);
	height: 12px;
}
.essTabs .checkbox:checked ~ .panel {
	display: block;
	max-height: 520px;
	overflow-y: auto;
}
.panel {
	background-color: #b1b1b1;
	border: 1px solid #b1b1b1;
	color: #000;
	display: none;
	font-size: 16px;
	left: 0;
	line-height: 20px;
	/* padding: 25px 30px 20px 30px; */
	position: absolute;
	top: 24px;
	width: 100%;
	height: 440px;
}
.panel table td {
	border: 1px solid #ccc;
	font-family: 'Play', sans-serif;
	padding: 5px 0;
	font-size: 16px;
}
.scrollBox {
	padding-right: 35px;
}
#sixth img {
	width: 100%;
}
.panel p {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 16px;
	color: #000;
	font-family: 'Play', sans-serif;
}
.panel a {
	color: #000;
	text-decoration: none;
}
.panel table {
	width: 800px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: rgb(0, 0, 0);
	border-right-color: rgb(0, 0, 0);
	border-bottom-color: rgb(0, 0, 0);
	border-left-color: rgb(0, 0, 0);
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
}
.panel table td {
	border: 1px solid #ddd;
}
panel table {
	border: 1px solid #ddd;
	border-collapse: collapse;
}
.panel .scrollBox .size-first td {
	border: 1px solid #ddd;
	letter-spacing: 0px;
	padding: 0;
}
.panel table td {
	border: 1px solid #000;
	font-size: 15px;
	color: #000;
}
.style28 li {
	color: #000;
}
.style17 li {
	color: #000;
}
.style19 li {
	color: #000;
}
.style66 li {
	color: #000;
}
.content-container b {
	color: #000;
}
.style72 u {
	color: #000;
}
 @media only screen and (max-width:1023px) {
.thumb {
	margin: 0 auto;
	padding: 10px;
	/* width: 100%; */
	cursor: pointer;
	text-align: center;
	margin: -43px auto -2px;
	/* position: absolute; */
	z-index: 10;
	position: relative;
}
.essTabs {
	height: auto;
}
.essTabs label {
	float: none;
	display: block;
	color: #fff;
	background-color: #000;
	font-size: 14px;
	text-align: left;
	margin-right: 0;
	height: auto;
	line-height: normal;
}
.essTabs label:before {
	content: '';
	text-align: center;
	display: inline-block;
	background: #eee url(../images/tab-arrow.png) no-repeat scroll center center;
	color: #333;
	font-family: 'Play', sans-serif;
	font-size: 16px;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 2px;
	vertical-align: middle;
}
.content-container {
	padding: 20px 10px;
}
.toggle-title::before {
	background-image: url(../images/toggle.png);
	background-size: 30px auto;
	content: "";
	height: 22px;
	position: absolute;
	left: 10px;
	top: 15px;
	width: 30px;/* margin-right: 30px; */
}
.panel table {
	width: 100%;
}
/*.essTabs label:hover {
        color: #fff;
    }*/
    /*.essTabs label:before {
        content: '';
        text-align: center;
        display: inline-block;
        background: #eee url("../images/tab-arrow.png") no-repeat scroll center center;
        color: #333;
        font-family: 'Play', sans-serif;
        font-size: 16px;
        margin-right: 10px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        border-radius: 2px;
        vertical-align: middle;
    }*/
.essTabs .ckBox:checked ~ label:before {
	content: '-';
}
.tabBox {
	padding: 0;
	background: none;
}
.tabBox + .tabBox {
	margin-top: 5px;
}
.panel {
	border: 1px solid #ccc;
	border-top: 0;
	position: static;
	width: auto;
	height: auto;
}
.scrollBox {
	padding-right: 15px;
}
}


/*===========END TAB SECTION===========*/

@media all and (max-width: 1199px) {
.container, .pagelayout {
	padding: 0 15px;
	width: 960px;
}
}
@media all and (max-width : 995px) {
.slider-wrap {
	width: 550px;
	height: 800px;
}
.essTabs label {
	border-left: none;
}
.slider {
	width: 550px;
	top: 10px;
	height: 700px;
}
img {
	width: auto;
}
#left img {
	height: 560px;
}
nav {
	border: 0 none;
	margin: 0px 0 0;
}
.footer img {
	width: 100%;
}
.footer-text {
  background: #b1b1b1;
  color:#000;
}
#main-container {
	background: #000 url(../images/background.jpg) no-repeat scroll 0 0 / 100% auto;
	height: auto;
	margin: 0 auto;
	width: 96%;
	padding: 0 2%;
}
.essTabs label:hover, .essTabs input:checked + label {
	background-image: url(../images/tabsBarHoverbg.jpg);
	height: 24px;
	background-size: 5px;
}
.nav label {
	width: 50px;
}
.slides {
	padding: 0;
	width: 100%;
	height: 627px;
	display: block;
	margin: 0 auto;
	position: relative;
}
#left {
	float: left;
	height: auto;
	margin-top: 12px;
	width: 118px;
}
.imagesection {
	float: right;
	width: 606px;
	margin-top: 1px;
}
#left img {
	height: 573px;
}
}
@media all and (max-width: 768px) {
.pagelayout {
	width: 96%;
	padding: 0 2%;
}
header {
	width: 100%;
}
}
@media all and (max-width: 767px) {
#main-container {
	background: transparent url(../images/background.jpg) no-repeat scroll 0 0 / 100% auto;
	height: auto;
	margin: 0 auto;
	width: 96%;
	padding: 0 2%;
	background-size: cover;
}
.footer {
	margin-top: 0px;
}
.slider-wrap {
	height: 725px;
}
.slider {
	width: 100%;
	top: 25px;
	height: 700px;
}
#header {
	background: rgba(0, 0, 0, 0) url(../images/headerbg.png) no-repeat scroll 0 0;
	width: 222px;
	height: 297px;
	margin-left: 0;
	/* width: 100%; */
	text-align: center;
	margin: 0 auto;
}
.imagesection {
	float: none;
	width: 100%;
	margin-top: 0px;
}
label.prev {
	left: 5px;
}
.nav label {
	width: 50px;
}
img {
	width: auto;
}
.footer img {
	width: 100%;
}
.mobileImage {
	display: inline-block;
}
#header {
	background: rgba(0, 0, 0, 0) url(../images/headerbg.png) no-repeat scroll 0 0;
	width: 159px;
	height: 214px;
	margin-left: 0;
	text-align: inherit;
	margin: 0 2px;
	background-size: 159px;
}
nav ul li {
	margin: 0px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 21px 0 0 27%;
}
#main-container {
	background: transparent url(../images/background.jpg) no-repeat scroll 0 0 / 100% auto;
	height: auto;
	margin: 0 auto;
	width: 96%;
	padding: 0 2%;
	background-size: 739px;
	background-position-x: 0px;
}
.imagesection {
	float: right;
	width: 82%;
	margin-top: 71px;
}
.mobileImage img {
	width: 100%;
}
.mobileImage {
	display: inline-block;
	margin-top: 50px;
	margin-left: -1px;
}
#left {
	float: left;
	height: auto;
	margin-top: 81px;
	width: 113px;
}
#left img {
	height: 579px;
}
}
@media all and (max-width : 736px) {
.slides, .slide {
	height: 630px;
}
.mobileImage {
	display: none;
	margin-top: 0px;
	margin-left: -1px;
}
.imagesection {
	float: right;
	width: 82%;
	margin-top: 71px;
}
#main-container {
	background: #000 url(../images/background.jpg) no-repeat scroll -13px 0 / 100% auto;
}
}
@media all and (max-width : 732px) {
.imagesection {
	float: right;
	width: 82%;
	margin-top: 71px;
}
}
@media all and (max-width : 667px) {
.slides, .slide {
	height: 690px;
}
}
@media all and (max-width : 640px) {
.slides, .slide {
	height: 540px;
}
.mobileImage {
	display: inline-block;
	margin-top: 0px;
	margin-left: -1px;
	display: none;
}
.imagesection {
	float: right;
	width: 84%;
	margin-top: 36px;
}
#left img {
	height: 490px;
}
#header {
	background: rgba(0, 0, 0, 0) url(../images/headerbg.png) no-repeat scroll 0 0;
	width: 159px;
	height: 214px;
	margin-left: 0;
	text-align: inherit;
	margin: 0 2px;
	background-size: 159px;
}
nav ul li {
	margin: 0px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 21px 0 0 27%;
}
#main-container {
	background: #000 url(../images/background.jpg) no-repeat scroll -13px 0 / 100% auto;
	height: auto;
	margin: 0 auto;
	width: 97%;
	padding: 0 2%;
	background-size: 654px;
}
#left {
	float: left;
	height: auto;
	margin-top: 41px;
	width: 85px;
}
}
@media all and (max-width : 568px) {
header {
	width: 100% !important;
}
.slides, .slide {
	height: 450px;
}
.mobileImage {
	display: none;
	margin-top: 145px;
	margin-left: -1px;
}
.imagesection {
	float: right;
	width: 77%;
	margin-top: 37px;
}
}
@media all and (max-width : 480px) {
header {
	width: 100%;
	margin: 0 auto;
}
.slider {
	width: 100%;
	height: 400px;
	top: 25px;
}
.slider-wrap {
	height: 400px;
}
#main-container {
	background: #000 url("../images/background.jpg") no-repeat scroll 0px 0px / 654px auto transparent;
	height: auto;
	margin: 0px auto;
	width: 96%;
	padding: 0px 2%;
	background-size: 512px;
}
#header {
	background: url("../images/headerbg.png") no-repeat scroll 0px 0px / 159px auto transparent;
	width: 134px;
	height: 182px;
	text-align: inherit;
	margin: 0px 2px;
	background-size: 134px;
}
.slides, .slide {
	height: 300px;
}
.thumb > label {
	height: 15px;
	width: 15px;
	margin-bottom: 5px;
}
.thumb {
	margin-bottom: 10px;
}
.slides, .slide {
	height: 452px;
}
.imagesection {
	float: none;
	width: 100%;
	margin-top: 0px;
}
.slides .nav img {
	width: 50%;
}
.imagesection {
	float: right;
	width: 83%;
	margin-top: 0px;
}
#left {
	float: left;
	height: auto;
	margin-top: 0px;
	width: 78px;
}
#left img {
	height: 393px;
}
}
@media (max-width: 414px) {
.slides, .slide {
	height: 379px;
}
#main-container {
	background: #000 url(../images/background.jpg) no-repeat scroll 0 0 / 100% auto;
	height: auto;
	margin: 0 auto;
	width: 96%;
	padding: 0 2%;
	background-size: 523px;
	background-position-x: -29px;
}
.imagesection {
	float: right;
	width: 77%;
	margin-top: -15px;
}
#left {
	float: left;
	height: auto;
576  margin-top: 0px;
	width: 87px;
}
#header {
	background: url(../images/headerbg.png) no-repeat scroll 0px 0px / 159px auto transparent;
	width: 134px;
	height: 213px;
	text-align: inherit;
	margin: 0px 2px;
	background-size: 134px;
}
#left img {
	height: 305px;
}
}
@media all and (max-width: 375px) {
.slides, .slide {
	height: 348px;
}
.slides img {
	width: 100%;
}
#header {
	background: rgba(0, 0, 0, 0) url(../images/headerbg.png) no-repeat scroll 0 0;
	width: 159px;
	height: 226px;
	margin-left: 0;
	text-align: inherit;
	margin: 0 2px;
	background-size: 159px;
}
nav ul li {
	margin: 0px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 21px 0 0 27%;
}
#main-container {
	background: #000 url(../images/background.jpg) no-repeat scroll -60px 0 / 100% auto;
	height: auto;
	margin: 0 auto;
	width: 100%;
	padding: 0 2%;
	background-size: 568px;
}
#left {
	float: left;
	height: auto;
	width: 78px;
}
#left img {
	height: 275px;
}
}
@media all and (max-width: 360px) {
header {
	float: none;
	width: 100%;
	display: block;
	margin: 0 auto;
}
.slides, .slide {
	height: 343px;
}
#header {
	background: url("../images/headerbg.png") no-repeat scroll 0px 0px / 159px auto transparent;
	width: 149px;
	height: 214px;
	text-align: inherit;
	margin: 0px 2px;
	background-size: 149px;
}
.mobileImage {
	display: none;
	margin-top: 0px;
	margin-left: -1px;
}
#main-container {
	background: #000 url(../images/background.jpg) no-repeat scroll -67px 0 / 100% auto;
	height: auto;
	margin: 0 auto;
	width: 96%;
	padding: 0 2%;
	background-size: 550px;
	background-position-x: -67px;
}
#left {
	float: left;
	height: auto;
	width: 76px;
}
#left img {
	height: 265px;
}
}
@media all and (max-width : 320px) {
.slides, .slide {
	height: 283px;
}
#main-container {
	background: #000 url("../images/background.jpg") no-repeat scroll -73px 0 / 525px auto;
	height: auto;
	margin: 0 auto;
	padding: 0 2%;
	width: 98%;
}
.imagesection {
    float: right;
    width: 78%;
    margin-top: -15px;
}
#left {
	float: left;
	height: auto;
	width: 67px;
}
#left img {
	height: 235px;
}
.thumb > label {
	margin: 5px;
}
}