/*********************************************************
			3. SUPERSIZED SLIDER 
**********************************************************/

#supersized { 
	position: fixed; 
	left: 0; 
	top: 0; 
	overflow: hidden; 
	z-index: -999; 
	height: 100%; 
	width: 100%; 
}
#supersized img { 
	width: auto; 
	height: auto; 
	position: relative; 
	display: none; 
	outline: none; 
	border: none; 
}
#supersized.speed img { 
	-ms-interpolation-mode: nearest-neighbor; 
	image-rendering: -moz-crisp-edges; 
}
#supersized.quality img { 
	-ms-interpolation-mode: bicubic; 
	image-rendering: optimizeQuality; 
}
#supersized a { 
	z-index: -30; 
	position: absolute; 
	overflow: hidden; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: #111;
}
#supersized a.prevslide { 
	z-index: -20; 
}
#supersized a.activeslide { 
	z-index: -10; 
}
#supersized a.prevslide img, 
#supersized a.activeslide img { 
	display: inline;	
}

/*********************************************************
			4. NAVIGATION TRANSPARENT MENU 
**********************************************************/

.header-top {
	background: #07253F;
}
.navbar-contact {
	margin: 10px 0;
	font-size: 12px;
	overflow: hidden;
}
.navbar-contact .user-logged {
	text-align: right;
} 
.navbar-contact .user-logged  img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.navbar-contact .user-logged a {
	margin: 0 0 0 15px;
}
.navbar-contact a {
	color: #BEC4C8;	
	display: inline-block;
	margin: 7px 0 0 15px;
}
.navbar-contact a i {
	color: #fc61bb;
	margin-right: 5px;
}
.navbar-contact .form-control {
	background: #0A3152 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #bec4c8;
    height: 30px;
    padding: 0 5px 0 10px;
}
.navbar-contact .input-group-addon {
	background: #0A3152 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fc61bb;
    padding: 0 10px 0 0;
	margin-right: 15px;
}
.navbar-contact a:hover {
	-webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
	color: #fc61bb;
}
.transparent-menu-top {
	background: rgba(10, 49, 82, 0.8);
}
.transparent-menu {
	background: rgba(10, 49, 82, 0.5);
	padding: 10px 0px;
}
.transparent-menu i {
	margin-right: 2px;
}
.transparent-menu  .navbar {
	margin: 0px;
}
.navbar-header a{
	font-size: 20px;
	color: #ffffff !important;
	letter-spacing: 1px;
	font-weight: bold;
}

/* MEGA MENU */
.nav-container {
	position: relative;
}
.nav-container .mega-menu {
	position: absolute;
	display: none;
	width: 100%;
	text-align: left !important;
	padding: 30px !important;
	z-index: 9999999;
}
.nav-container .dropdown {
	position: relative;
}
.nav-container .mega {
	position: static !important;
}
.open > .mega-menu {
	display: block;
	overflow: hidden;
}
.top-margin {
	margin-top: 20px !important;
}
.nav-container .mega-menu .desc h4 {
	margin-top: 0px;
	color: #fc61bb;
	font-weight: bold;
}
.nav-container .mega-menu .desc p {
	color: #BEC4C8;
	line-height: 2;
	font-size: 15px;
}
.nav-container .mega-menu .desc a {
	color: #fff !important;
	background: #fc61bb;
	border: 2px solid transparent;
	padding: 8px 15px;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	display: inline-block;
	margin-left: 0px !important;
}
.nav-container .mega-menu .desc a:hover {
	color: #fc61bb;
	border: 2px solid #fc61bb;
	background: transparent;
}
.nav-container .mega-menu .links ul {
	padding: 0px;
	list-style-type: none;
}
.nav-container .mega-menu .links li {
	position: relative;
	line-height: 2;
	margin-left: 10px;
}
.nav-container .mega-menu .links h5 {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fc61bb;
}
.nav-container .mega-menu .links li:before {
	content: "\f105";
	position: absolute;
	font-family: "FontAwesome";
	color: #BEC4C8;
	margin-left: -10px;
}
.nav-container .mega-menu .links a {
	color: #BEC4C8;
}
.mega-menu .links a:hover {
	color: #fc61bb;
}
.mega-menu .links .img-div {
	margin-top: 20px;
	position: relative;
}
.mega-menu .links .img-div img {
	max-width: 100%;
	position: relative;
}
.mega-menu .links .img-div .overlay {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 20%;
	background: rgba(10, 49, 82, 0.5);
	padding: 15px 0px;
}
.mega-menu .links .img-div .overlay h5 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.mega-menu .links .img-div .overlay p {
	color: #fff;
	font-size: 18px;
}
.mega-menu .links .img-div .overlay a {
	color: #fff;
	padding: 5px 10px;
	border: 2px solid #fff;
	display: inline-block;
	font-weight: bold;
}
.transparent-menu .navbar-default {
	background: transparent;
}
.navbar-default {
	border-color: transparent;
}
.transparent-menu .navbar-nav > li > a {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 15px 20px;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.transparent-menu .navbar-nav > li > a:hover{
	color: #fc61bb;
}
.transparent-menu .navbar-default .navbar-nav > .active > a, 
.transparent-menu .navbar-default .navbar-nav > .active > a:focus, 
.transparent-menu .navbar-default .navbar-nav > .active > a:hover {
	background: transparent;
	color: #fc61bb;
}
.transparent-menu .dropdown-menu > li > a {
	background: transparent none repeat scroll 0 0;
    color: #bec4c8 !important;
    font-size: 12px;
    line-height: 2;
	position: relative;
	margin-left: 15px;
	font-weight: bold;
}
.transparent-menu .dropdown-menu > li > a:before {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	margin-left: -10px;
}
.transparent-menu .dropdown-menu > li > a:hover {
	color: #fc61bb !important;
}
.transparent-menu .dropdown-menu {
	background: #07253F;
	border: none;
	font-size: 12px;
	box-shadow: none;
	padding: 15px 0px;
}
.transparent-menu .navbar-default .navbar-nav .open .dropdown-menu > li > a {
	background: transparent;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 1px;
}
.transparent-menu .navbar-default .navbar-nav > .open > a, 
.transparent-menu .navbar-default .navbar-nav > .open > a:focus, 
.transparent-menu .navbar-default .navbar-nav > .open > a:hover {
	background: transparent;
	color: #ffffff;
}
.transparent-menu  .navbar-default .navbar-toggle {
	color: #ffffff;
}
.transparent-menu  .navbar-default .navbar-toggle .icon-bar {
	background: #ffffff;
}
.transparent-menu .navbar-default .navbar-toggle:focus,
.transparent-menu .navbar-default .navbar-toggle:hover {
	background: transparent;
}
@media (max-width: 991px) {
	.nav-container .mega-menu .desc {
		display: none;
	}
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: none;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
	   background: #07253F;
    }
}
@media (min-width: 991px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	.dropdown:hover .dropdown-mega {
		display: block;
	}
}
@media (max-width: 767px) {
	.transparent-menu .dropdown-menu li a{
		text-align: left;
	}
	.mega-menu .img-div {
		display: none;
	}
	.nav-container .mega-menu {
		padding: 0 0 15px !important;
	}
	.nav-container .mega-menu .links h5 {
		margin-top: 15px;
	}
	.navbar-contact .search-box {
		padding: 15px;
		overflow: hidden;
	}
}

/*********************************************************
			5. LIGHT MENU 
**********************************************************/

.light-menu {
	background: #fff;
}
.light-menu .navbar {
	margin: 10px 0px;
}
.light-menu .navbar-contact {
	margin: 20px 0 10px 0;
	font-size: 12px;
}
.light-menu .navbar-contact a {
	color: #07253F;
	padding: 0 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.light-menu .navbar-contact a:hover {
	color: #00adef;
}
.light-menu i {
	margin-right: 2px;
}
.light-menu .navbar-header a{
	font-size: 20px;
	color: #07253F !important;
	letter-spacing: 1px;
	font-weight: bold;
}
.light-menu .navbar-default {
	background: transparent;
}
.light-menu .navbar-nav > li > a {
	color: #07253F;
	font-weight: bold;
	font-size: 14px;
	padding: 15px 20px;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.navbar-collapse > ul  > li:last-child  > a {
	padding: 15px 0px 15px 20px !important;
}
.light-menu .navbar-nav > li > a:hover{
	color: #00adef;
}
.light-menu .navbar-default .navbar-nav > .active > a, 
.light-menu .navbar-default .navbar-nav > .active > a:focus, 
.light-menu .navbar-default .navbar-nav > .active > a:hover {
	background: transparent;
	color: #00adef;
}
.light-menu .dropdown-menu > li > a {
	background: transparent none repeat scroll 0 0;
    color: #bec4c8 !important;
    font-size: 12px;
    line-height: 2;
	position: relative;
	margin-left: 15px;
	font-weight: bold;
}
.light-menu .dropdown-menu > li > a:before {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	margin-left: -10px;
}
.light-menu .dropdown-menu > li > a:hover {
	color: #fc61bb !important;
}
.light-menu .dropdown-menu {
	background: #07253F;
	border: none;
	font-size: 12px;
	box-shadow: none;
	padding: 15px 0px;
}
.light-menu .navbar-default .navbar-toggle {
	color: #07253F;
}
.light-menu  .navbar-default .navbar-toggle .icon-bar {
	background: #07253F;
}
.light-menu .navbar-default .navbar-toggle:focus,
.light-menu .navbar-default .navbar-toggle:hover {
	background: transparent;
}

@media (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	.light-menu.dropdown-menu li a{
			text-align: left;
	}
	.light-menu .dropdown-menu > li > a {
		margin-left: 0px;
	}
}
					
/*********************************************************
			6. HOMEPAGE SEARCH 
**********************************************************/

.home-title {
	margin-top: 60px;
	color: #fff;
}
.home-title  h1 {
	margin-top: 0px;
	font-weight: 800;
	font-size: 50px;
	letter-spacing: 2px;
}
.home-title  h2 {
	margin-bottom: 0px;
}
.search-section {
	margin-top: 60px;
	margin-bottom: 60px;
}
.search-section .nav-tabs {
	border-bottom: none;
}
.search-section .nav-tabs .active {
	position: relative;
}
.search-section .nav-tabs .active:after {
	background: #fc61bb none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: 40%;
    position: absolute;
    top: 80%;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    width: 20px;
}
.search-section .nav-tabs > li > a {
	color: #ffffff;
	background: rgba(10, 49, 82, 0.5);
	letter-spacing: 1px;
	font-weight: bold;
	border-radius: 2px 2px 0 0;
	margin-right: 4px;
}
.search-section .nav > li > a {
	padding: 15px;
}
.search-section .nav-tabs > li {
	margin-bottom: 0px;
}
.search-section .nav-tabs > li > a:hover {
	color: #ffffff;
	background: #fc61bb;
	border: 1px solid transparent;
}
.search-section .nav-tabs > li.active > a, 
.search-section .nav-tabs > li.active > a:focus, 
.search-section .nav-tabs > li.active > a:hover {
	color: #ffffff;
	background: #fc61bb;
	border: 1px solid transparent;
}
.search-section .tab-content {
	color: #07253F;
	background: #fff;
	padding: 30px 15px;
}
.search-section label {
	font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.search-section .form-control {
	background-color: transparent;
    border: 1px solid #BEC4C8;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #07253F;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.search-section .form-control::-moz-placeholder {
	color: #989DA0;
	opacity:1;
}
.search-section .form-control:-ms-input-placeholder {
	color: #BEC4C8;
}
.search-section .form-control::-webkit-input-placeholder {
	color: #BEC4C8;
}
.search-section .form-control::-o-input-placeholder {
	color: #BEC4C8;
}
.search-section .input-group-addon {
	background: transparent;
	color: #BEC4C8;
	border-top: 1px solid #BEC4C8;
	border-right: 1px solid #BEC4C8;
	border-bottom: 1px solid #BEC4C8;
	border-radius: 0;
}
.search-section .product-search-title {
	font-size: 18px;
	display: block;
	font-weight: 800;
	text-transform: uppercase;
	color: #fc61bb;
}
.search-section .search-col-padding {
	padding-top: 15px;
}
.search-section option {
	color: #07253F;
}
#ui-datepicker-div {
	background: #07253F;
	z-index: 9999 !important;
}
#ui-datepicker-div  table {
	margin: 10px;
}
.ui-datepicker-calendar a {
	padding: 5px;
	color: #ffffff;
}
.ui-datepicker-calendar a:hover {
	color: #00ADEF;
}
.ui-datepicker-calendar td {
	padding: 10px 5px;
}
.ui-datepicker-calendar .ui-state-disabled {
	color: #0A3152;
}
.ui-datepicker-calendar th {
	color: #ffffff;
	padding: 7px;
}
.ui-datepicker-header {
	margin: 10px;
}
.ui-datepicker-header .ui-datepicker-title {
	color: #ffffff;
	text-align: center;
}
.ui-datepicker-header a {
	color: #ffffff;
	cursor: pointer;
}
.ui-datepicker-header a:hover {
	color: #00ADEF;
}
.ui-spinner-up i {
	color: #BEC4C8;
	float: right;
	margin-top: -27px;
	margin-right: 10px;
	z-index: 99999;
}
.ui-spinner-down i {
	color: #BEC4C8;
	float: left;
	margin-top: -27px;
	margin-left: 10px;
	z-index: 99999;
}
.quantity-padding {
	padding-left: 40px !important;
}
.ui-datepicker-prev {
	float: left;
}
.ui-datepicker-next {
	float: right;
}
.custom-select-button {
	background: transparent none repeat scroll 0 0;
    border: 1px solid #BEC4C8;
    border-radius: 0;
    height: 40px;
}
.bootstrap-select.btn-group .dropdown-menu {
	background: #07253F;
	border-radius: 0;
}
.bootstrap-select.btn-group .dropdown-menu li a {
	color: #ffffff;
	background: #07253F !important;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
	color: #00ADEF;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}
.btn:hover {
	color: #00ADEF;
}
.search-button {
	background: #fc61bb;
    border-radius: 0;
    margin-top: 10px;
    padding: 10px 30px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
	transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.search-button:hover {
	background: #00adef;
	color: #fff;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
	background: #fc61bb !important;
}
.offer-slider {
	margin-top: 200px;
}
.offer-slider .item {
	color: #fff;
}
.offer-slider .item h4,
.offer-slider .item h3 {
	font-weight: bold;
	margin: 0px 0px 15px;
}
.offer-slider .item a {
	display: inline-block;
	color: #fff;
	border: 2px solid #fff;
	padding: 5px 15px;
	font-weight: bold;
}
.offer-slider .item a:hover {
	color: #fff;
	background: #fc61bb;
	border: 2px solid transparent;
}
.offer-slider .owl-theme .owl-dots .owl-dot span {
	background: #fff;
	margin-top: 15px;
}
.offer-slider .owl-theme .owl-dots {
	text-align: right;
}
.bg-slider .carousel-caption {
	color: #fff;
	text-shadow: none;
	top: 30%;
	z-index: 0;
}
.bg-slider .carousel-caption h2 {
	font-weight: 800;
	font-size: 50px;
	letter-spacing: 2px;
}
.bg-slider .carousel-caption h4 {
	font-weight: 700;
} 
.bg-slider .carousel-caption h4 span {
	font-weight: 900;
}
.bg-slider .carousel-caption a {
	border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin-top: 15px;
    padding: 8px 20px;
}
.bg-slider .carousel-caption a:hover {
	color: #fff;
	background: #fc61bb;
	border: 2px solid transparent;
}
.bg-slider .carousel-indicators {
	display: none;
}
.bottom-search {
	padding: 0 0 60px;
	background: #f7f7f7;
}
.bottom-search .search-section {
	margin: -53px 0 0;
}
.bottom-search .tab-content {
	box-shadow: 0px 0px 5px #e6e6e6;
}
.vertical-tab {
	padding-right: 0px;
	margin-top: 30px;
}
.vertical-tab .nav-tabs > li {
	display: block;
	width: 100%;
}
.vertical-tab .nav-tabs .active::after {
	display: none;
}
.vertical-tab-pannel {
	padding-left: 0px;
}
.vertical-tab-pannel .tab-content {
	box-shadow: 0px 0px 5px #e6e6e6; 
}
.vertical-tab .nav-tabs > li > a {
	background: #f7f7f7;
	color: #BEC4C8;
	margin: 0px;
	border-radius: 0;
	border-bottom: 1px solid #e6e6e6;
}
.vertical-tab .nav-tabs > li > a i {
	margin-right: 5px;
}
.vertical-tab .nav-tabs > li.active > a, 
.vertical-tab .nav-tabs > li.active > a:focus, 
.vertical-tab .nav-tabs > li.active > a:hover {
	background: #fff none repeat scroll 0 0;
    color: #07253F;
    z-index: 2;
	border-bottom: 1px solid #e6e6e6;
}
.offer-box {
	color: #07253F;
	text-align: center;
}
.offer-box img {
	max-width: 100%;
	padding: 5px;
	border: 1px solid #e6e6e6;
}
.offer-box .item h4 {
	font-weight: bold;
}
.offer-box  a {
	background: #fc61bb none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
    padding: 8px 10px;
}
.offer-box a:hover {
	background: #00adef;
}
.vertical-search,
.full-width-search {
	padding: 45px 0px; 
}
.tran-search-box .tab-content {
	background: rgba(10, 49, 82, 0.5);
	color: #fff;
}
.tran-search-box .tab-content .form-control,
.tran-search-box .input-group-addon,
.tran-search-box  .custom-select-button {
	color: #07253F;
	background: #fff;
}
.tran-search-box  .nav-tabs {
	border-bottom: 4px solid #fc61bb;
}
@media (max-width: 991px) {
	.offer-slider,
	.offer-box {
		display: none;
	}
}
@media (max-width:767px) {
	.vertical-tab .nav-tabs > li {
		display: block;
		width: auto;
	}
	.vertical-tab-pannel {
		padding-left: 15px;
	}
	.vertical-tab {
		padding-right: 15px;
		margin-top: 0px;
	}
	.search-top span {
		display: none;
	}
	.nav>li>a {
		padding: 10px;
	}
	.home-title  h1  {
		font-size: 24px;
	}
	.home-title  h2 {
		margin-bottom: 0px;
		font-size: 20px;
	}
	.bg-slider .carousel-caption h2 {
		font-size: 20px;
	}
	.bg-slider .carousel-caption h4,
	.bg-slider .carousel-caption a {
		display: none;
	}
	.bg-slider .carousel-caption {
		top: 5%;
	}
}

/*********************************************************
			7. HOMEPAGE (INDEX-1, INDEX-2, INDEX-3, INDEX-4 ETC.) 
**********************************************************/

.section-title h2 {
	font-weight: 800;
	letter-spacing: 2px;
}
.section-title h4 {
	font-weight: bold;
	position: relative;
}
.section-title p {
	line-height: 2;
}
.icon-desc h4 {
	margin-top: 30px;
	font-weight: bold;
}
.icon-desc i {
	color: #00ADEF;
	border: 2px solid #00ADEF;
	padding: 30px 32px;
	border-radius: 50%;
	
}
@media (max-width: 767px) {
	.icon-desc {
		margin-top: 30px;
	}
}

/* ======== Homepage Product Section ========= */

.home-product {
	color: #07253F;
}
.home-product h4{
	font-weight: bold;
	margin-top: 10px;
}
.home-product h5 {
	color: #00ADEF;
	font-weight: bold;
}
.home-product p {
	line-height: 1.6;
}
.rating-box {
	padding: 0 10px;
}
.rating-box i {
	color: #F19C4F;
}
.rating-box span {
	margin: 0 5px;
	font-weight: bold;
}
.rating-box img {
	max-width: 100%;
	min-height: auto !important;
} 
.home-product .image-sm {
	position: relative;
}
.home-product .image-sm img{
	max-width: 100%;
	min-height: 300px;
	position: relative;
}
.home-product .detail-link-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 49, 82, 0.8);
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.home-product .detail-link {
	position: absolute;
	left: 48%;
	top: 40%;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.home-product .detail-link a {
	color: #fff;
	font-size: 24px;
}
.home-product .product-wrapper:hover  .detail-link,
.home-product .product-wrapper:hover  .detail-link-wrapper {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.home-product .image-lg {
	position: relative;
	overflow: hidden;
}
.home-product .image-lg img {
	position: relative;
	max-width: 100%;
	min-height: 600px;
}
.home-product .image-lg .rating-box img {
	max-width: initial !important;
	min-height: initial !important;
}
.home-product .image-lg .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(10, 49, 82, 0.8);
	top: 0 !important;
	left: 0;
	padding: 15px;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.home-product .image-lg .product-detail {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);	
	color: #fff;
	padding: 25px 15px;
	border: 1px solid #e6e6e6;
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.home-product .image-lg .product-detail .pricing-info {
	margin-top: 20px;
}
.home-product .image-lg .product-detail p {
	line-height: 2;
	margin: 15px 0px;
}
.home-product .image-lg .product-detail h3 {
	margin-top: 0px;
	font-weight: bold;
}
.home-product .image-lg:hover .product-detail,
.home-product .image-lg:hover .overlay {
	opacity: 1;
}
.home-product-padding {
	padding: 15px 15px 20px;
	text-align: center;
}
.home-product-padding p {
	margin: 15px 0px;
	line-height: 2;
}
.line {
	width: 50px;
	height: 4px;
	display: inline-block;
	background: #00ADEF;
	margin: 10px 0;
}
.pricing-info {
	margin-top: 15px;
	overflow: hidden;
}
.pricing-info span {
	font-size: 16px;
	font-weight: bold;
	color: #fc61bb;
}
.pricing-info a {
	color: #fff;
	padding: 8px;
	font-weight: bold;
	background: #fc61bb;
	display: inline-block;
	border: 2px solid transparent;
}
.pricing-info a:hover {
	border: 2px solid #fc61bb;
	color: #fc61bb;
	background: transparent;
}
.tooltip-left:before {
	border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    border-top: 15px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: -13px;
    top: 47%;
    width: 0;
    z-index: 2;
}
.tooltip-right:after {
	border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    border-top: 15px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -13px;
    top: 47%;
    width: 0;
    z-index: 2;
}
@media (max-width: 767px) {	
	.home-product .image-lg .product-detail {
		top: 50%;
		left: 0;
		-webkit-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	.home-product .image-sm img{
		max-width: 100%;
		min-height: initial !important;
	}
	.home-product .image-lg img{
		max-width: 100%;
		min-height: initial !important;
	}
	.tooltip-left:before {
		border-right: 15px solid transparent;
		border-bottom: 15px solid #fff;
		border-left: 15px solid transparent;
		content: "";
		height: 0;
		position: absolute;
		width: 0;
		z-index: 2;
		top: -29px;
		left: 47%;
	}
	.tooltip-right:after {
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #fff;
		bottom: -29px;
		content: "";
		height: 0;
		left: 47%;
		position: absolute;
		top: 100%;
		width: 0;
		z-index: 2;
	}
	.home-product-padding {
		border-bottom: 2px solid #07253F;
	}
	.home-product .image-lg .overlay {
		top: 5%;
	}
}
@media (min-width: 1750px) {
	.home-product-padding {
		padding: 10%;
	}
}

/* ======= Home Page Top Destination Section Start ======= */

.image-background {
	background: url(../images/bg-image2.jpg) center center;
	background-attachment: fixed;
	overflow: hidden;
}
.td-overlay {
	padding: 60px 0px 120px;
	background: rgba(10, 49, 82, 0.8);
}
.light-section-title {
	margin-bottom: 60px;
	color: #ffffff;
}
.light-section-title h2 {
	font-weight: 800;
	letter-spacing: 2px;
}
.light-section-title h4 {
	font-weight: bold;
}
.light-section-title p {
	line-height: 2;
}
.on-top {
	z-index: 100;
}
.td-product {
	position: relative;
	overflow: hidden;
}
.td-product img {
	max-width: 100%;
	position: relative;
}
.td-product .overlay {
	color: #ffffff;
    position: absolute;
	top: 0;
    height: 100%;
	width: 100%;
}
.td-product .overlay .wrapper {
	padding: 30px;
    position: absolute;
    min-width: 100%;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.td-product .overlay h3,
.td-product .overlay h5 {
	font-weight: bold;
	text-align: center;
	opacity: 0;
	margin: 0px 0px 20px;
	-webkit-transform: translateY(100px);
	-webkit-transition: all 0.5s ease;
	-moz-transform: translateY(100px);
	-moz-transition: all 0.5s ease;
	-ms-transform: translateY(100px);
	-ms-transition: all 0.5s ease;
	-o-transform: translateY(100px);
	-o-transition: all 0.5s ease;
	transform: translateY(100px);
	transition: all 0.3s ease;
}
.td-product .overlay h5 {
	margin: 0px 0px 10px;
}
.td-product .overlay span {
	border-bottom: 3px solid #ffffff;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-webkit-transition: all 0.5s ease;
	-moz-transform: translateY(100px);
	-moz-transition: all 0.5s ease;
	-ms-transform: translateY(100px);
	-ms-transition: all 0.5s ease;
	-o-transform: translateY(100px);
	-o-transition: all 0.5s ease;
	transform: translateY(100px);
	transition: all 0.5s ease;
}
.td-product .overlay h4 {
	text-align: center;
	margin-top: 15px;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-webkit-transition: all 0.5s ease;
	-moz-transform: translateY(100px);
	-moz-transition: all 0.5s ease;
	-ms-transform: translateY(100px);
	-ms-transition: all 0.5s ease;
	-o-transform: translateY(100px);
	-o-transition: all 0.5s ease;
	transform: translateY(100px);
	transition: all 0.5s ease;
}
.td-product .overlay p {
	text-align: center;
	opacity: 0;
	line-height: 2;
	-webkit-transform: translateY(100px);
	-webkit-transition: all 0.5s ease;
	-moz-transform: translateY(100px);
	-moz-transition: all 0.5s ease;
	-ms-transform: translateY(100px);
	-ms-transition: all 0.5s ease;
	-o-transform: translateY(100px);
	-o-transition: all 0.5s ease;
	transform: translateY(100px);
	transition: all 0.5s ease;
}
.td-product .overlay a {	
	text-align: center;
	background: #fc61bb;
	color: #fff;
	padding: 10px 20px;
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
	opacity: 0;
	-webkit-transform: translateY(-100px);
	-webkit-transition: all 0.5s ease;
	-moz-transform: translateY(-100px);
	-moz-transition: all 0.5s ease;
	-ms-transform: translateY(-100px);
	-ms-transition: all 0.5s ease;
	-o-transform: translateY(-100px);
	-o-transition: all 0.5s ease;
	transform: translateY(-100px);
	transition: all 0.5s ease;
}
.td-product .overlay  a:hover {
	border: 2px solid #fc61bb;
	color: #fc61bb;
	background: transparent;
}
.td-product:hover .overlay {
	background: rgba(10, 49, 82, 0.8);
}
.td-product:active .overlay {
	background: rgba(10, 49, 82, 0.8);
}
.td-product:hover p,
.td-product:hover h3,
.td-product:hover h4,
.td-product:hover span,
.td-product:hover h5 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
.td-product:hover a {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
@media (max-width:767px) {
	.td-product h3 {
		font-size: 16px;
	}
	.td-product p {
		font-size: 12px;
		line-height: 1.6;
	}
	.td-product a {
		font-size: 12px;
	}
	.td-product .overlay .wrapper {
		padding: 10px;
	}
}

/* Hotel Room Grid View & Recent Post */
.top-offer {
	padding: 60px 0;
	background: #ffffff;
	color: #07253F;
}
.room-grid-view {
	border: 1px solid #e6e6e6;
	box-shadow: 0px 0px 5px #e6e6e6;
}
.room-grid-view:hover {
	border: 1px solid #F19C4F;
	box-shadow: 0px 0px 2px #F19C4F;
}
.room-grid-view  .room-info {
	padding: 15px 15px 0px;
}
.room-grid-view  .room-info .room-title h5 {
	font-size: 16px;
	font-weight: bold;
}
.room-grid-view  .room-info .room-title h5 span {
	color: #F19C4F;
	margin: 5px 0px;
}
.room-grid-view  .room-info .room-title p {
	color: #00ADEF;
}
.room-grid-view  .room-info .hotel-ammeties i{
	border: 1px solid #BEC4C8;
    border-radius: 50%;
    color: #BEC4C8;
    font-size: 12px;
    height: 25px;
    margin: 2px;
    padding: 5px;
    width: 25px;
}
.room-grid-view  .room-info .hotel-rating .colored {
	color: #F19C4F;
}
.room-grid-view .hotel-rating span {
	font-weight: normal;
}
.room-grid-view  .room-info .room-desc {
	margin: 15px 0px;
}
.room-grid-view  .room-info .room-desc  p{
	line-height: 1.7;
	color: #0A3152;
	font-size: 13px;
}
.room-grid-view  .room-info .hotel-rating {
	margin: 15px 0px 5px;;
	overflow: hidden;
}
.room-grid-view  .room-info .room-book  {
	overflow: hidden;
	margin: 10px -15px 0;
	border-top: 1px solid #e6e6e6;
}
.room-grid-view  .room-info .room-book  h5 {
	font-weight: bold;
	border-right: 1px solid #e6e6e6;
	width: 100%;
	padding: 15px 10px;
	margin: 0;
	line-height: 1.7;
}
.room-grid-view  .room-info .room-book a {
	padding: 17px 10px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	background: #F2676B;
	text-transform: uppercase;
}
.room-grid-view:hover .room-info .room-book  a{
	color: #ffffff;
	background: #00ADEF;
}
/* Subscribe Section */ 
.subscribe-box .form-control {
	background: #e6e6e6 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    padding: 10px;
}
.subscribe-box button {
	background: #fc61bb none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    height: 50px;
    width: 100%;
}
.subscribe-box button:hover {
	background: #00adef;
	color: #fff;
}
.subscribe-row {
	padding: 60px 0px;
	background: #fff;
}

/*********************************************************************************
			39. car-index.html CSS Start
*********************************************************************************/

.work-row {
	padding: 60px 0px;
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
}
.work-step {
	position: relative;
	margin-bottom: 20px;
}
.work-step .first-step,
.work-step .second-step,
.work-step .third-step {
	position: relative;
}
.work-step .first-step:after {
	content: "";
	width: 50%;
	height: 2px;
	background: #fc61bb;
	position: absolute;
	right: -20%;
	top: 20%
}
.work-step .second-step:after {
	content: "";
	width: 50%;
	height: 2px;
	background: #fc61bb;
	position: absolute;
	right: -20%;
	top: 20%
}
.work-step .second-step:before {
	content: "";
	width: 50%;
	height: 2px;
	background: #fc61bb;
	position: absolute;
	left: -20%;
	top: 20%
}
.work-step .third-step:before {
	content: "";
	width: 50%;
	height: 2px;
	background: #fc61bb;
	position: absolute;
	left: -20%;
	top: 20%
}
.work-step i {
    border-radius: 50%;
	background: #fc61bb;
    color: #fff;
    font-size: 34px;
    height: 80px;
    padding: 23px;
    width: 80px;
	position: relative;
}
.work-step h5 {
	font-weight: 800;
	margin: 30px 0px 10px;
	letter-spacing: 1px;
}
.work-step p {
	line-height: 2;
}
@media (max-width:767px) {
	.work-step .first-step,
	.work-step .second-step,
	.work-step .third-step {
		margin-top: 30px;
	}
	.work-step .third-step:before,
	.work-step .first-step:after,
	.work-step .second-step:before, 
	.work-step .second-step:after {
		display: none;
	}
}

.hot-deals {
	padding: 60px 0px;
	background: #fff;
}
.hot-deals .nav-tabs > li {
	margin: 0px;
}
.hot-deals .nav-tabs > li > a {
	border: medium none;
    color: #fff;
    font-weight: bold;
    line-height: 2;
    margin-right: 0;
	border-radius: 0;
	background: #00adef;
}
.hot-deals .nav-tabs .active {
	position: relative;
}
.hot-deals .nav-tabs .active:after {
	background: #fc61bb none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: 40%;
    position: absolute;
    top: 80%;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    width: 20px;
}
.hot-deals .nav-tabs > li.active > a, 
.hot-deals .nav-tabs > li.active > a:focus, 
.hot-deals .nav-tabs > li.active > a:hover {
	background: #fc61bb;
	color: #fff;
	border: none;
	border-radius: 0;
}
.hot-deals .nav-tabs {
	border: none;
	max-width: 615px;
	margin-left: auto;
	margin-right: auto;
}
.hot-deals .tab-content {
	padding: 40px 0px 0px;
	overflow: hidden;
}
.hot-deal-list .item  img {
	max-width: 100%;
}
.hot-deal-list .item {
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 0px 10px;
	overflow: hidden;
}
.hot-deal-list .item h5,
.hot-deal-list .item h4 {
	font-weight: bold;
	margin-top: 0px;
}
.hot-deal-list .item a {
	background: #fc61bb none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
    padding: 4px 10px;
	margin-bottom: 15px;
}
.hot-deal-list .item a:hover {
	background: #00adef;
}
.hot-deal-list .item .location {
	color: #00adef;
}
.hot-deal-list .item .text-sm {
	line-height: 2;
	font-size: 13px;
}
.hot-deal-grid .item {
	margin-top: 30px;
	color: #fff;
}
.hot-deal-grid img {
	max-width: 100%;
	position: relative;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.hot-deal-grid .item:hover img {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
}
.hot-deal-grid .item:hover a {
	opacity: 1;
}
.hot-deal-grid .wrapper {
	position: relative;
	overflow: hidden;
}
.hot-deal-grid .wrapper h5 {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: rgba(10, 49, 82, 0.5);
	margin: 0;
	padding: 5px 0px;
	font-weight: bold;
	line-height: 2;
}
.hot-deal-grid .wrapper a {
	position: absolute;
	color: #fff;
	border: 2px solid #fff;
	font-weight: bold;
	padding: 5px 20px;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 0.5s ease;
}

