.b1t {
	border-top: 1px solid #d0d0d0;
	padding-top: 15px
}

.menu-mobile {
	position: relative;
	width: 32px;
	height: 50px;
	top: 0;
	right: 0;
	float: right;
	transition-duration: .5s
}
.menu-mobile .icon {
	top: 23px
}
.menu-mobile .icon, .menu-mobile .icon:before {
	transition-duration: .5s;
	position: absolute;
	height: 2px;
	width: 30px;
	background-color: #fff
}
.menu-mobile .icon:before {
	top: -10px
}
.menu-mobile .icon:after, .menu-mobile .icon:before {
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transform-duration: .5s;
	content: ""
}
.menu-mobile .icon:after {
	transition-duration: .5s;
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #fff;
	top: 10px
}
.menu-mobile.open .icon {
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transform-duration: .5s;
	transition-duration: .5s;
	background: transparent
}
.menu-mobile.open .icon:before {
	transform: rotate(45deg) scaleX(1.25) translate(7px, 7px)
}
.menu-mobile.open .icon:after {
	transform: rotate(-45deg) scaleX(1.25) translate(6px, -6px)
}
.menu-mobile:hover {
	cursor: pointer
}

.tab {
	overflow: hidden;
	border-bottom: 1px solid #ccc
}
.tab button {
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 2px;
	margin-bottom: 2px
}
.tab button, .tab button:hover {
	background-color: #f4f4f4
}
.tab button.active {
	background-color: #6C918a;
	color: #fff
}
.tabcontent {
	display: none;
	border: 1px solid #ccc;
	border-top: none
}
.modal {
	display: none;
	position: fixed;
	z-index: 13;
	padding-top: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0,0,0,.8)
}
.modal .modal-content {
	background-color: #fff;
	margin: auto;
	padding: 20px 25px 30px;
	border: 1px solid #888;
	width: 86%
}
.modal .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: 700
}
.modal .close:focus, .modal .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer
}
.more-welcome {
	display: none
}
.form input[type=text], .form select, .form textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical
}
.form input[type=submit] {
	background-color: #111555;
	color: #fff;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer
}
.form input[type=submit]:hover {
	background-color: #6C918a
}
.bx-wrapper {
	position: relative;
	left: 0;
	margin: 0 auto;
	padding: 0;
*zoom:1
}
.bx-wrapper img {
	max-width: 100%;
	min-width: 100%;
	display: block
}
.bx-wrapper .bx-viewport {
	box-shadow: 0 0 0 #ccc;
	border: 0 solid #fff;
	left: 0;
	background: none;
	transform: translatez(0)
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
	position: absolute;
	bottom: 20px;
	width: 100%
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) 50% no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .8em;
	font-family: Arial;
	font-weight: 700;
	color: #fff;
	padding-top: 0
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
*zoom:1;
*display:inline
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: hsla(0,0%,100%,.7);
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	outline: 0;
	border-radius: 10px
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #111555
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 42%;
	margin-top: 0;
	outline: 0;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	z-index: 3
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none
}
.bx-wrapper .bx-controls-auto {
	text-align: center
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:hover {
	background-position: -86px 0
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:hover {
	background-position: -86px -33px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: center;
	width: 80%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px
}
.bx-wrapper .bx-caption {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/bg_brow.png) 0 0 repeat;
	width: 200px;
	z-index: 2
}
.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 8px 10px;
	text-align: center;
	text-transform: uppercase
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px
}
.fancybox-opened {
	z-index: 9
}
.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0,0,0,.5)
}
.fancybox-inner, .fancybox-outer {
	position: relative
}
.fancybox-inner {
	overflow: hidden
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}
.fancybox-error {
	color: #444;
	font: 14px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}
.fancybox-iframe, .fancybox-image {
	display: block;
	width: 100%;
	height: 100%
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%
}
#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
	background-image: url(../images/fancybox_sprite.png)
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 12
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/fancybox_loading.gif) 50% no-repeat
}
.fancybox-close {
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px
}
.fancybox-close, .fancybox-nav {
	position: absolute;
	cursor: pointer;
	z-index: 10
}
.fancybox-nav {
	top: 0;
	width: 40%;
	height: 100%;
	text-decoration: none;
	background: transparent url(../images/blank.gif);
	-webkit-tap-highlight-color: transparent
}
.fancybox-prev {
	left: 0
}
.fancybox-next {
	right: 0
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 10;
	visibility: hidden
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}
.fancybox-nav:hover span {
	visibility: visible
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible!important
}
.fancybox-lock {
	width: auto
}
.fancybox-lock, .fancybox-lock body {
	overflow: hidden!important
}
.fancybox-lock-test {
	overflow-y: hidden!important
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 7;
	background: url(../images/fancybox_overlay.png)
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 11
}
.fancybox-opened .fancybox-title {
	visibility: visible
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 11;
	text-align: center
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0,0,0,.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}
.fancybox-title-inside-wrap {
	padding-top: 10px
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0,0,0,.8)
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
	background-image: url(../images/fancybox_sprite@2x.png);
	background-size: 44px 152px
}
#fancybox-loading div {
	background-image: url(../images/fancybox_loading@2x.gif);
	background-size: 24px 24px
}
}
header {
	width: 100%;
	z-index: 999;
	position: relative;
	left: 0;
	padding-top: 0;
	background: #6C918a url() 0 0 no-repeat
}
header, header h1.logo {
	top: 0;
	transition: all .3s ease-in-out
}


header #pull {
	display: block
}
header nav {
	float: none;
	width: 100%
}
header nav .top-right {
	float: right;
	padding-bottom: 4px;
	padding-top: 10px;
	display: block
}
header nav .top-right p {
	color: #e5e5e5;
	float: left;
	margin-left: 15px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600
}
header nav .top-right p span {
	display: none
}
header nav .top-right p a {
	color: #e5e5e5
}
header nav .top-right p i {
	font-size: 18px;
	color: #fff
}
header nav ul {
	display: none;
	float: none;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	text-align: center;
	font-family: Raleway, sans-serif;
	font-weight: 500;
	background: url(../images/bg-top-menu.png) 0 0 repeat-x
}
header nav ul li {
	float: none;
	width: 100%
}
header nav ul li:first-child a {
	padding-left: 0
}
header nav ul li:last-child a {
	padding-right: 0
}
header nav ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 7px 6px;
	text-transform: uppercase;
	color: #fff
}
header nav ul li a.curr, header nav ul li a:active, header nav ul li a:hover {
	color: #fff600
}
header.sticky {
	position: fixed
}
header.sticky h1.logo {
	width: 90px;
	padding: 10px;
	float: left;
	
}
header.sticky nav {
	float: right
}
header.sticky nav .top-right {
	display: none
}
.slide-content {
	position: relative
}
main {
	padding-bottom: 50px;
	padding-top: 35px
}
main .offers table, main .offers table th, main .offers table tr {
	border: 0
}
main .offers table td {
	border: 0;
	padding: 2px 0;
	vertical-align: top
}
main .tab button {
	padding: 15px 10px;
	font-size: 12px
}
main .tabcontent .second-button {
	display: table;
	margin: 0 auto
}
main .tabcontent .content-text-tab {
	padding: 20px
}
.benefit-box {
	font-size: 15px;
	background: #fff url() 0 0 no-repeat;
	padding: 25px
}
main .benefit-box p {
	line-height: 18px
}
main .benefit-box .sub-benefit i {
	display: block;
	text-align: center;
	font-size: 30px
}
.promotion-section {
	background: #f4f4f4 url() 0 0 no-repeat;
	padding-top: 40px;
	padding-bottom: 35px
}
.promotion-section ul {
	position: relative
}
.promotion-section ul li h2 {
	line-height: 36px;
	padding-bottom: 20px;
	display: none
}
.promotion-section ul li img {
	width: 100%;
	height: 270px
}
.promotion-section ul li:first-child {
	float: none;
	width: 100%;
	margin-right: 0
}
.promotion-section ul li:nth-child(2), .promotion-section ul li:nth-child(3) {
	float: none;
	width: 100%
}
.promotion-section ul li:nth-child(4) {
	bottom: 0;
	left: 0;
	position: relative
}
.promotion-section ul li:nth-child(5) {
	bottom: 0;
	right: 0;
	position: relative
}
.room-section {
	padding-top: 60px;
	padding-bottom: 60px
}
footer {
	background: #f1f0f0 url() 0 0 no-repeat;
	padding-top: 25px;
	padding-bottom: 20px
}
footer p {
	font-size: 14px
}
footer .enews .box-input {
	background: #fff url() 0 0 no-repeat;
	display: table;
	margin: 0 auto;
	border-radius: 30px;
	width: 260px;
	border: 1px solid #b2b2b2
}
footer .enews .box-input input {
	float: left;
	background: none;
	border: 0;
	height: 42px;
	width: 60%;
	padding-left: 20px
}
footer .enews .box-input .mail-btn {
	float: right;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #4b4b4b url() 0 0 no-repeat
}
footer .enews .box-input .mail-btn a {
	color: #fff;
	display: block;
	padding: 10px 0;
	text-align: center
}
footer .social ul {
	margin-left: -10px;
	display: table;
	margin: 0 auto
}
footer .social ul li {
	width: 42px;
	height: 42px;
	float: left;
	border-radius: 50%;
	margin-right: 10px
}
footer .social ul li a {
	color: #fff;
	padding: 10px;
	display: block;
	text-align: center
}
footer .social ul li:first-child {
	background: #22458f url() 0 0 no-repeat
}
footer .social ul li:nth-child(2) {
	background: #16b088 url() 0 0 no-repeat
}
footer .social ul li:nth-child(3) {
	background: #6C918a url() 0 0 no-repeat
}
footer .chic-logo {
	text-align: center
}
footer .chic-logo img {
	width: 99px
}
footer .explore-section {
	display: none;
	padding-top: 15px;
	padding-bottom: 15px
}
footer .explore-section ul li {
	float: left;
	width: 20%;
	position: relative
}
footer .explore-section ul li:hover .text-box {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1
}
footer .explore-section ul li .text-box {
	position: absolute;
	bottom: 20px;
	left: 10%;
	width: 80%;
	background: rgba(0,0,0,.8);
	color: #fff;
	padding: 7px 12px;
	text-align: center;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	transition: all .5s ease-in-out
}
footer .explore-section ul li .text-box a {
	color: #fff
}
footer .explore-section ul li img {
	width: 100%
}
footer .explore-section h2 {
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px
}
footer .explore-section h2:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 55px;
	left: 50%;
	top: -65px;
	z-index: 4;
	background: #6C918a url() 0 0 no-repeat
}
@media (min-width:768px) {
header {
	width: 100%;
	z-index: 6;
	top: 0;
	padding-top: 0;
	background: #6C918a url() 0 0 no-repeat
}
header, header h1.logo {
	position: relative;
	left: 0
}


header #pull {
	display: none
}
header nav {
	float: right;
	width: auto
}
header nav .top-right {
	float: right;
	padding-bottom: 15px;
	padding-top: 15px;
	display: block
}
header nav .top-right p {
	color: #e5e5e5;
	float: left;
	margin-left: 25px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600
}
header nav .top-right p span {
	display: inline
}
header nav .top-right p a {
	color: #e5e5e5
}
header nav .top-right p i {
	font-size: 15px;
	color: #e5e5e5
}
header nav ul {
	display: block;
	float: right;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 12px;
	text-align: center;
	font-family: Raleway, sans-serif;
	font-weight: 500;
	background: url(../images/bg-top-menu.png) 0 0 repeat-x
}
header nav ul li {
	float: left;
	width: auto
}
header nav ul li:first-child a {
	padding-left: 0
}
header nav ul li:last-child a {
	padding-right: 0
}
header nav ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 18px 4px;
	text-transform: capitalize;
	color: #fff
}
header nav ul li a.curr, header nav ul li a:active, header nav ul li a:hover {
	color: #fff600
}
header.sticky h1.logo {
	width: 90px;
	padding: 5px 10px;
	float: left;
	
}
header.sticky nav ul li a {
	padding: 28px 4px
}
main .promotion-section {
	background: #f4f4f4 url() 0 0 no-repeat;
	padding-top: 40px;
	padding-bottom: 35px
}
main .promotion-section ul {
	position: relative
}
main .promotion-section ul li h2 {
	line-height: 36px;
	padding-bottom: 36px;
	display: block
}
main .promotion-section ul li img {
	width: 100%;
	height: auto
}
main .promotion-section ul li:first-child {
	float: left;
	width: 180px;
	margin-right: 18px;
	display: block
}
main .promotion-section ul li:nth-child(2) {
	float: left;
	width: 530px
}
main .promotion-section ul li:nth-child(3) {
	float: right;
	width: 284px;
	display: none
}
main .promotion-section ul li:nth-child(3) img {
	width: 100%;
	height: 296px
}
main .promotion-section ul li:nth-child(4) {
	bottom: 0;
	left: 300px;
	position: absolute;
	float: none;
	width: 259px;
	display: none
}
main .promotion-section ul li:nth-child(5) {
	bottom: 0;
	right: 0;
	position: absolute;
	float: none;
	width: 589px;
	display: none
}
main .tab button {
	padding: 15px 22px;
	font-size: 15px
}
main .tabcontent .content-text-tab {
	padding: 25px 30px
}
footer .explore-section {
	display: block
}
}
@media (min-width:992px) {
header {
	width: 100%;
	z-index: 6;
	position: relative;
	top: 0;
	left: 0;
	padding-top: 0;
	background: #6C918a url() 0 0 no-repeat
}


header #pull {
	display: none
}
header nav {
	float: right
}
header nav .top-right {
	float: right;
	padding-bottom: 22px;
	padding-top: 22px;
	display: block
}
header nav .top-right p {
	color: #e5e5e5;
	float: left;
	margin-left: 25px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600
}
header nav .top-right p a {
	color: #e5e5e5
}
header nav .top-right p i {
	font-size: 15px;
	color: #e5e5e5
}
header nav ul {
	display: block;
	float: right;
	font-size: 13px;
	text-align: center;
	font-family: Raleway, sans-serif;
	font-weight: 500;
	background: url(../images/bg-top-menu.png) 0 0 repeat-x
}
header nav ul li {
	float: left;
	width: auto
}
header nav ul li:first-child a {
	padding-left: 0
}
header nav ul li:last-child a {
	padding-right: 0
}
header nav ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 20px 7px;
	text-transform: uppercase;
	color: #fff
}
header nav ul li a.curr, header nav ul li a:active, header nav ul li a:hover {
	color: #fff600
}
header.sticky nav ul li a {
	padding: 28px 8px
}
main .promotion-section {
	background: #f4f4f4 url() 0 0 no-repeat;
	padding-top: 40px;
	padding-bottom: 35px
}
main .promotion-section ul {
	position: relative
}
main .promotion-section ul li h2 {
	line-height: 36px;
	padding-bottom: 20px;
	display: block
}
main .promotion-section ul li img {
	width: 100%;
	height: auto
}
main .promotion-section ul li:first-child {
	float: left;
	width: 160px;
	margin-right: 18px;
	display: block
}
main .promotion-section ul li:nth-child(2) {
	float: left;
	width: 470px
}
main .promotion-section ul li:nth-child(3) {
	float: right;
	width: 284px;
	display: block
}
main .promotion-section ul li:nth-child(3) img {
	width: 100%;
	height: 296px
}
main .promotion-section ul li:nth-child(4) {
	bottom: 0;
	left: 300px;
	position: absolute;
	float: none;
	width: 259px;
	display: none
}
main .promotion-section ul li:nth-child(5) {
	bottom: 0;
	right: 0;
	position: absolute;
	float: none;
	width: 589px;
	display: none
}
main .tab button {
	padding: 15px 40px;
	font-size: 15px
}
}
@media (min-width:1200px) {
header {
	width: 100%;
	z-index: 6;
	position: relative;
	top: 0;
	left: 0;
	padding-top: 0;
	background: #6C918a url() 0 0 no-repeat
}


header #pull {
	display: none
}
header nav {
	float: right
}
header nav .top-right {
	float: right;
	padding-bottom: 25px;
	padding-top: 25px;
	display: block
}
header nav .top-right p {
	color: #e5e5e5;
	float: left;
	margin-left: 25px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600
}
header nav .top-right p a {
	color: #e5e5e5
}
header nav .top-right p i {
	font-size: 15px;
	color: #e5e5e5
}
header nav ul {
	display: block;
	float: right;
	font-size: 15px;
	text-align: center;
	font-family: Raleway, sans-serif;
	font-weight: 500;
	background: url(../images/bg-top-menu.png) 0 0 repeat-x
}
header nav ul li {
	float: left;
	width: auto
}
header nav ul li:first-child a {
	padding-left: 0
}
header nav ul li:last-child a {
	padding-right: 0
}
header nav ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 20px 10px;
	text-transform: uppercase;
	color: #fff
}
header nav ul li a.curr, header nav ul li a:active, header nav ul li a:hover {
	color: #fff600
}
header.sticky nav ul li a {
	padding: 26px 12px
}
main .promotion-section {
	background: #f4f4f4 url() 0 0 no-repeat;
	padding-top: 40px;
	padding-bottom: 35px
}
main .promotion-section ul {
	position: relative
}
main .promotion-section ul li h2 {
	line-height: 36px;
	padding-bottom: 20px;
	display: block
}
main .promotion-section ul li img {
	width: 100%;
	height: auto
}
main .promotion-section ul li:first-child {
	float: left;
	width: 282px;
	margin-right: 18px
}
main .promotion-section ul li:nth-child(2) {
	float: left;
	width: 480px
}
main .promotion-section ul li:nth-child(3) {
	float: right;
	width: 370px
}
main .promotion-section ul li:nth-child(3) img {
	width: 100%;
	height: auto
}
main .promotion-section ul li:nth-child(4) {
	bottom: 0;
	left: 300px;
	position: absolute;
	float: none;
	width: 259px;
	display: block
}
main .promotion-section ul li:nth-child(5) {
	bottom: 0;
	right: 0;
	position: absolute;
	float: none;
	width: 589px;
	display: block
}
main .tab button {
	padding: 15px 50px;
	font-size: 15px
}
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
display:none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
h1, h2, h3, h4, h5, h6, li, p, ul {
	margin: 0;
	padding: 0;
	list-style: none
}
*, :after, :before {
	box-sizing: border-box
}
:focus {
	outline: none
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: #000;
	font: inherit;
	margin: 0;
	font-size: 14px;
	border-radius: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
td, th {
	padding: 0
}

/**** PORTFOLIO STYLES*****/

.portfolio-categ {
	margin-bottom: 10px;
}
ul.portfolio-categ{

	margin-bottom: 1em;
}

.portfolio-categ li {
	border: 1px solid #6C918a ;
	background-color: #6C918a;
    padding: 12px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 800;


}
.portfolio-categ li a{
	color:  #fff ;
}

.image-block {
	display: block;
	position: relative;
}

.portfolio-area li {
	float: left;
    list-style-type: none;
    overflow: hidden;
    width: 25%;
}

.home-portfolio-text {
	margin-top: 10px;
}

li.active a {

    color:#111555;
	text-decoration:none;
	
}

.portfolio-item2 figure {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
}

.portfolio-item2 figure:hover figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	top: 0;
}

.portfolio-item2 figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
left: 5px;
	width: 100%;

	bottom: 5px;

	color: #fff;

}


.portfolio-item2 figcaption h3 {
	font-family: 'Cormorant Garamond';
	font-size: 18px;
	background: rgba(0, 4, 72, .9);
	min-height: 20px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	
	text-align:center;
	margin-bottom: 0;
	position: relative;
	margin-top: 85px;
	
}

.portfolio-item2 figure:hover h3 {
	left: 0;
}

.portfolio-item2 figure img {
	margin-left: 5px;
	margin-bottom: 5px;
}
.figure1 img {
	position: relative;

	left: 5px!important;
	right: 5px!important;
}

.portfolio-item2 figcaption a {
	color: #fff;
	border: 2px solid #fff;
	padding: 4px 10px;
	text-decoration: none;
}

.portfolio-item2 figcaption a:hover {
	color: #4f5856;
	background: #fff;
}


/*-- //Portfolio --*/


/*--responsive starts here--*/
@media (max-width:1440px) {
	.slideshow {
		height: 63em;
	}
	.slider-text {
		left: 23%;
		width: 56%;
	}
}
@media (max-width:1366px) {
	.slideshow {
		height: 44em;
	}
	.slider-text {
		top: 46%;
		left: 21%;
		width: 60%;
	}
}
@media (max-width:1280px) {
	.slider-text {
		top: 47%;
		left: 19%;
		width: 62%;
	}
	.agile-grids {
    width: 75%;
	}
}
@media (max-width:1080px) {
	
	.slider-text {
    left: 15%;
    width: 73%;
}
	.slideshow {
		height: 36em;
	}

	.about, .services, .gallery, .events, .team, .newsletter, .contact {
		padding: 0.3em 0;
	}
	.service-grids, .agile-event-grids, .team-agileits-grids {
		margin-top: 3em;
	}
	.w3layouts_gallery_grid1_pos {
		bottom: 18px;
		left: 33px;	
		right: 45px;		
		top: 30px;		
		width: 81%;		
	}
	.w3ls-text h3 {
		font-size: 1.6em;
	}
	.w3ls-text h3 a {
		letter-spacing: 1px;
	}
	.news-w3l form input[type="submit"] {
		width: 28%;
	}	
}
@media (max-width:1050px) {
	.bx-wrapper img {
	position: relative;
	left: 0;
	
}
	.slider-text h3 {
    letter-spacing: 3px;
}
.slider-text p {
    margin: 1em 0 0 0;
	    line-height: 2em;
}
}
@media (max-width:1024px) {
	.agile-grids {
		width: 100%;

	}
	.slider-text h3 {
		letter-spacing: 3px;
	}
	.slider-text {
		left: 14%;
		width: 73%;
	}
}
@media (max-width:991px) {
	h1 {
		font-size: 1em;
	}
	.navbar-brand {

		font-size: 1.6em;
	}
	.navbar-nav {
		margin: 0 0 0 1em;
	}
	.navbar-nav > li > a {
		padding: 14px 6px 0px;
	}
	.slider-text {
		top: 48%;
		left: 14%;
		width: 73%;
	}
	.w3layouts_gallery_grid1_pos h3 {
		margin: 3.5em 0 .5em;
	}
	.w3layouts_gallery_grid1_pos {
		bottom: 102px;
		left: 72px;
		right: 64px;
		top: 80px;
		width: 81%;
	}
	.w3layouts_gallery_grid1_pos h3:after {
		left: 45%;
	}
	.top-left {
		padding: 1em;
	}
	.w3ls-event {
		padding: 0;
		margin: 2em 0 0 0;
	}
	.agile-w3{
		padding-right: 0;
	}
	.news-w3l form input[type="submit"] {
		width: 36%;
	}
	.w3l-lt-text, .w3l-text {
    margin: 0px 0 2em 0;
}
.search {
    right: -66px;
}
.about, .services, .gallery, .events, .team, .newsletter, .contact {
    padding: 0.2em 0;
}
}
@media (max-width:900px) {
	.slider-text h3 {
		letter-spacing: 1px;
	}
	.search {
    right: -60px;
}
}
@media (max-width:800px) {
	.slideshow {
		height: 33em;
	}
	.slideshow__prev {
		left: 2em;
	}
	.slideshow__next {
		right: 2em;
	}
	.slider-text {
		left: 11%;
		width: 79%;
	}
	.slider-text h3 {
		font-size: 2.3em;
	}
	.slider-text p {
		margin: 1.5em 0 0 0;
		letter-spacing: 2px;
	}
	.agile-grids {
		width: 90%;
		left: 5%;
	}
	.w3l-lt h5 a {
		letter-spacing: 1px;
	}
}
@media (max-width:768px) {

.portfolio-categ li {

    padding: 5px 5px;

    font-size: 5px;

    font-weight: 200;


}
.portfolio-categ li a{
	color:  #fff ;
}
	.slideshow__prev {
		left: 1em;
	}
	.slideshow__next {
		right: 1em;
	}
	.slideshow {
		height: 28em;
	}
	.slider-text {
		top: 42%;
		left: 10%;
		width: 80%;
	}
	.agile-grids {
    width: 100%;
    left: 0%;
}
	.about, .services, .gallery, .events, .team, .newsletter, .contact {
		padding: 0.2em 0;
	}
	.service-grids, .agile-event-grids, .team-agileits-grids {
		margin-top: 2em;
	}
	.navbar-nav > li > a {
    padding: 14px 5px 0px;
}
.search {
    right: 5px;
}
.w3l-lt h4 {
    font-size: 2em;
	}
}
@media (max-width:767px) {
		
	.navbar-toggle {
		margin: 0.5em 0 0;
	}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #f3f3f3;
    padding: 0em 0;
    margin-top: 2em;
    z-index: 9999;
}
.navbar-default .navbar-toggle {
    right: 56px;
}

.navbar-nav {
    text-align: center;
}
.nav>li {
    margin: 18px 0px;
}
.navbar-nav>li>a {
    line-height: 15px;
}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #d2ea32;
	}
.navbar-nav > li > a {
    padding: 9px 5px 0px;
}
	.navbar-default .navbar-toggle {
		border-color: #d2ea32;
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #033d44;
	}
.slideshow__prev svg, .slideshow__next svg {
    display: block;
    width: 79%;
}
.w3l-lt-text, .w3l-text {
    margin: 0px 0 1.5em 0;
}
.team-text h5 {
    font-size: 1.7em;
}
.social-icons ul li a i {
    font-size: 1.1em;
}
.w3ls-date {
    top: 2%;
    left: 1%
}
.agile-w3,.w3l-event {
    padding: 0px;
}
.agile-w3{
margin-top: 33px;
}
.google-map iframe {
    height: 19em;
}
}
@media (max-width:736px) {
div#bs-example-navbar-collapse-1 {
		position: absolute;
		z-index: 999;
		width: 100%;
		background: rgb(1, 103, 115);
	}
.slider-text {
    top: 22%;
    left: 8%;
    width: 85%;
}
.left-grid {
	position: absolute;
	left: 0;
	bottom: 0;
    width: 100%;
}
	.wthree-right-grid {
		padding-right: 0;
		margin: 3em 0 0 0;
		padding: 0;
	}
	.about, .services, .gallery, .events, .team, .newsletter, .contact {
		padding: .2em 0;
	}
	.service-grids, .agile-event-grids, .team-agileits-grids {
		margin-top: 1em;
	}
	.top-left {
		width: 100%;
	}
		.agile-grids {
		position: inherit;
		bottom: 0%;
	}
	.w3l-event {
		padding: 0;
		margin: 0 0 2em 0;
	}
	.agile-w3 {
		padding: 0;
	}
	.slider-text h3 {
    font-size: 1.8em;
	letter-spacing:2px;
}
.w3l-lt p {
    line-height: 1.9em;
    margin: .5em 0 0 0;
}
.agile-grids {
    bottom: 22%;
}
.slider-text p {
    margin: 1em 0 0 0;
    letter-spacing: 1px;
}
.contact-form textarea {
    margin: 1em 0 0 0;
}
.google-map iframe {
    height: 18em;
}
.slider-text {
    top: 36%;
}
}
@media (max-width:667px) {
	.left-grid {
		width: 100%;
	}

	.w3layouts_gallery_grid1_pos {
		top: 50px;
	}
	.slider-text {
    top: 37%;
	}
	.slideshow__next ,.slideshow__prev{
    top: 50%;
}
}
@media (max-width:640px) {
	.slideshow {
		height: 20em;
	}
	.slider-text {
		top: 32%;
		left: 7%;
		width: 85%;
	}
	.w3layouts_gallery_grid1_pos h3 {
		margin: 2.5em 0 .5em;
	}
	.w3ls-text p {
    margin: 1em 0
	}
	.w3ls-text h3 {
    margin: 0 0 .5em 0;
}
}
@media (max-width:600px) {
	.slider-text h3 {
		font-size: 2em;
	}
.news-w3l form input.user {
    padding: .7em 1em
}
.news-w3l form input[type="submit"] {
    padding: .7em 0em;
    margin: 1em 0 0 0;
}
}
@media (max-width:568px) {

.slider-text {
    top: 31%;
    left: 4%;
    width: 92%;
}
	.slideshow__prev {
		top: 50%;
	}
	.slideshow__next {
		top:50%;
	}
	.w3layouts_gallery_grid1_pos h3 {
		margin: 1.5em 0 .5em;
	}
	.search_form input[type='text'] {
    padding: 7px;
	    width: 393px;
	}
	.search_box:checked~.search_form {
    width: 451px;
	}
	.slider-text h3 {
    font-size: 1.9em;
}
.about-top-text {
    padding: .9em;
}
.team-grid {
    width: 100%;
}
.team-text h5 {
    font-size: 2em;
}
.team-text h6 {
    font-size: 1.4em;
}
.social-icons ul li a i {
    font-size: 1.5em;
}
}
@media (max-width:480px) {
	.slider-text {
		top: 24%;
	}
	.slider-text h3 {
		font-size: 1.6em;
	}
	.slider-text p {
		margin: 1em 0 0 0;
		letter-spacing: 2px;
		line-height: 2em;
	}
	.w3layouts_gallery_grid1_pos {
		bottom: 36px;
		left: 33px;		
	}
	.search_box:checked~.search_form {
		width: 423px;
	}
	.search_form input[type='text'] {
		width: 91%;
	}
	.news-w3l form input[type="submit"] {
		width: 41%;
	}
	.contact-form input[type="text"],
	.contact-form input[type="email"],
	.contact-form input[type="tel"] {
    margin: 1em 0 0em;
	}
	.copy-left p {
    line-height: 23px;
}
}
@media(max-width:440px){
	.slider-text {
    width: 96%;
	    left: 2%;
}
.slider-text h3 {
    letter-spacing: 1px;
}	
.w3layouts_gallery_grid1_pos h3 {
    margin: 1em 0 .5em;
}
.slideshow {
    height: 18.1em;
}
.google-map iframe {
    height: 16em;
}
}
@media (max-width:414px) {
	.slideshow__forward .slideshow__block {
		position: absolute;
		display: block;
		top: 50%;
		transform: translateY(-50%);
		height: 72px;
		width: 72px;
		right: 111px !important;
		opacity: 0;
		background-color: #fff;
		z-index: 2;
	}
	.slideshow__slidein {
		height: 72px;
		width: 111px;
		display: block;
		position: absolute;
		background-color: #000;
		top: 50%;
		transform: translateY(-50%);
		margin: 0;
		overflow: hidden;
	}
	.slideshow__back .slideshow__block {
		position: absolute;
		display: block;
		top: 50%;
		transform: translateY(-50%);
		height: 72px;
		width: 80px;
		left: 111px!important;
		opacity: 0;
		background-color: #fff;
		z-index: 2;
	}
	.slideshow__back .slideshow__slidein .slideTitle {
		font-size: 1em;
	}
	.slideshow__forward .slideshow__slidein .slideTitle {
		font-size: 1em;
	}
	.slideshow__prev {
		left: 0em;
	}
	.slideshow__next {
		right: 0em;
	}
	.search_box:checked~.search_form {
		width: 375px;
	}
	.search_form input[type='text'] {
		width: 88%;
	}
	.w3l-lt-text, .w3l-text {
		width: 85%;
	}
	.service-icon.text-center {
		width: 15%;
	}
	.w3layouts_gallery_grid1_pos h3 {
		margin: 1em 0 .5em;
	}
	.w3layouts_gallery_grid1_pos {
		bottom: 18px;
		left: 33px;
		top: 32px;
	}
	.w3layouts_gallery_grid1_pos h3:after {
		left: 37%;
	}
	.news-w3l form input[type="submit"] {
		width: 46%;
	}
	.slideshow {
    height: 17em;
}
}
@media (max-width:384px) {
	.slideshow {
		height: 16em;
	}
	.search_box:checked~.search_form {
		width: 350px;
	}
	.search_form input[type='text'] {
		width:100%;
	}
	.w3l-lt.w3ls-mk {
		width: 100%;
	}
	.w3l-lt.w3ls-mku {
		width: 85%;
	}
	.about-top-text h3 {
		font-size: 2.5em;
	}
	.services h3, .gallery h3, .events h3, .team h3 {
		font-size: 2.5em;
		letter-spacing: 2px;
	}
	.w3ls_gallery_grids {
		padding-top: 0em;
	}
	.w3ls-text p {
		margin: 1em 0;
	}
	.w3layouts_gallery_grid1_pos h3 {
		font-size: 2em;
	}
	.top-left h3,.btm2-w3ls h3,.btm1-w3ls h3,.btm3-w3ls h3  {
		font-size: 1.5em;
	}
	.news-w3l form input[type="submit"] {
		width: 51%;
	}
	.slider-text {
    top: 20%;
}
.slider-text h3 {
    line-height: 28px;
}
.team-text h6 {
    margin: .5em 0;
}
.social-icons ul {
     padding: 0em 0em 0em 0em; 
}
.social-icons ul li a i {
    font-size: 1.3em;
}
}
@media (max-width:375px) {
	.search_box:checked~.search_form {
		width: 340px;
	}
	.search_form input[type='text'] {
		width: 88%;
	}
	.slideshow {
		height: 15em;
	}
	
}
@media (max-width:320px) {
	.search_box:checked~.search_form {
		width: 285px;
	}
	.search_form input[type='text'] {
		width: 86%;
	}
	.slideshow__back .slideshow__block {
		position: absolute;
		display: block;
		top: 50%;
		transform: translateY(-50%);
		height: 72px;
		width: 80px;
		left: 89px!important;
		opacity: 0;
		background-color: #fff;
		z-index: 2;
	}
	.slideshow__slidein {
		height: 72px;
		width: 90px;
		display: block;
		position: absolute;
		background-color: #000;
		top: 50%;
		transform: translateY(-50%);
		margin: 0;
		overflow: hidden;
	}
	.slideshow__forward .slideshow__block {
		position: absolute;
		display: block;
		top: 50%;
		transform: translateY(-50%);
		height: 72px;
		width: 72px;
		right: 90px !important;
		opacity: 0;
		background-color: #fff;
		z-index: 2;
	}
	.slideshow {
		height: 13em;
	}
	.slider-text h3 {
		font-size: 1.5em;
	}
	.slider-text p {
		margin: .5em 0 0 0;
		letter-spacing: 1px;
		line-height: 1.8em;
	}
	.w3layouts_gallery_grid1_pos h3 {
		font-size: 1.5em;
	}
	.w3layouts_gallery_grid1_pos h3 {
		margin: 0em 0 .5em;
	}
	.w3layouts_gallery_grid1_pos h3:after {
		left: 34%;
	}
	.team-text h5 {
		font-size: 1.5em;
	}
	.social-icons ul {
		padding: 0;
	}
	.team-text h6 {
		margin: 0.5em 0;
	}
	.news-w3l form input[type="submit"] {
		width: 65%;
	}
	.slider-text {
    top: 18%;
}
.w3ls-news-rt h4 {
    font-size: 2.2em;
}
.w3ls-news-rt p {
    margin: 1em 0;
}
.agile-inf li {
margin: 1em 0;
}
.google-map iframe {
    height: 14em;
}
}
/*--responsive starts here--*/


