/*********************************************************
			1. GENERAL STYLES 
**********************************************************/
body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: #07253F;
	font-size: 15px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:active {
	text-decoration: none;
}
h5 {
	font-size: 15px;
}
.transition-effect {
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
 .logo
{
	padding: 0;
}
.row {
	margin: 0;
}
.clear-padding {
	padding: 0;
}
.light-row {
	background: #ffffff;
}
.dark-row {
	background: #07253F;
	padding: 60px 0;
	color: #ffffff;
}
.space {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 10px 0;
}
.section-title {
	margin-bottom: 60px;
}
.site-wrapper {
	margin: auto;
}
.cswitcher {
	background: #fff;
	position: fixed;
	top: 40%;
	z-index: 100;
	box-shadow: 0px 0px 5px #e6e6e6;
}
#color-switcher {
	width: 215px;
	padding: 20px;
}
#color-switcher h6 {
	font-weight: 800;
	text-align: center;
	margin: 5px 0px 15px;
}
#stoggle {
	background: rgba(10, 49, 82, 0.8);
    font-size: 25px;
    padding: 3px 10px;
    position: fixed;
    top: 34%;
	cursor: pointer;
	color: #fff;
	z-index: 100;
}
#color-switcher ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#color-switcher ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px;
	border-radius: 50%;
	cursor: pointer;
}
#color-switcher .red {
	background: #fc61bb;
}
#color-switcher .green {
	background: #009f8b;
}
#color-switcher .light-green {
	background: #9DC852;
}
#color-switcher .brown {
	background: #a28753;
}
#color-switcher .orange {
	background: #F7941D;
}
#color-switcher .yellow {
	background: #f9bf3b;
}
#color-switcher .blue {
	background: #2f7af8
}
#color-switcher .purple {
	background: #9E7DD3;
}
/*********************************************************
			2. PRELOADER
**********************************************************/

.load-full-screen {
	height: 100%;
	width: 100%;
}
#loader {
	position: fixed;
	top:0;
	z-index: 9999;
	background: #f7f7f7;
	background: #07253f;
}
#loader div {
	position: relative;
	top: 50%;
	/*left: 45%;*/
	/*transform: translate(-50%,-45%);*/
	margin-top: 0 !important;
	margin: 0 auto;
	/*width: 100px;*/
}
#loader span {
	text-align: center;
}


/*********************************************************
			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%;
	}
}
/*********************************************************************************
			34. loading.html CSS Start
*********************************************************************************/
.loading-animation {
	position: relative;
	height: 100px;
	margin-top: 40px;
}
.loading-animation span  {
    border-radius: 50%;
    font-size: 50px;
    height: 100px;
    padding: 10px;
    width: 100px;
	display: block;
	position: absolute;
	margin: 0 auto;
}
.loading-animation span:nth-child(1) {
	opacity: 0;
	-webkit-animation: loader 2s infinite;
	animation: loader 2s infinite;
	color: #fff;
	background: #fc61bb;
}
.loading-animation span:nth-child(2) {
	-webkit-animation: loader 2s infinite 0.5s;
	animation: loader 2s infinite 0.5s;
	opacity: 0;
	color: #fff;
	background: #F19C4F;
}
.loading-animation span:nth-child(3) {
	animation: loader 2s infinite 1s;
	-webkit-animation: loader 2s infinite 1s;
	opacity: 0;
	color: #fff;
	background: #00adef;
}
.loading-animation span:nth-child(4) {
	animation: loader 2s infinite 1.5s;
	-webkit-animation: loader 2s infinite 1.5s;
	opacity: 0;
	color: #fff;
	background: #07253F;
}
@keyframes loader {
	0% {
		opacity: 1;
		-webkit-transform: rotateY(90deg);
		-o-transform: rotateY(90deg);
		-ms-transform: rotateY(90deg);
		-moz-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	25% {
		opacity: 1;
		-webkit-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	26% {
		opacity: 0;
		-webkit-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		opacity: 0;
		-webkit-transform: rotateY(90deg);
		-o-transform: rotateY(90deg);
		-ms-transform: rotateY(90deg);
		-moz-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
}
@-webkit-keyframes loader {
	0% {
		opacity: 1;
		-webkit-transform: rotateY(90deg);
		-o-transform: rotateY(90deg);
		-ms-transform: rotateY(90deg);
		-moz-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	25% {
		opacity: 1;
		-webkit-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	26% {
		opacity: 0;
		-webkit-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		opacity: 0;
		-webkit-transform: rotateY(90deg);
		-o-transform: rotateY(90deg);
		-ms-transform: rotateY(90deg);
		-moz-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
}
.search-title {
	padding: 60px 0px;
}
.search-title p {
	font-size: 20px;
	line-height: 2;
}
.search-title p span {
	color: #fc61bb;
	font-weight: bold;
}

/************************************************************************************
		48. LIST VIEW AND GRID VIEW SWITCH
*************************************************************************************/
.product-grid-view {
	overflow: hidden;
	width: 33.33%;
	float: left;
	padding: 0px 15px;
}
.product-grid-view .wrapper {
	margin: 40px 0px 0px;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 0px 5px #e6e6e6;
	overflow: hidden;
}
.product-grid-view .tripadvisor-rating {
	display: block;
}
.product-grid-view:hover .wrapper {
	border: 1px solid #F19C4F;
	box-shadow: 0px 0px 5px #F19C4F;
}
.product-grid-view  img{
	max-width: 100%;
	min-height: 200px;
}
.product-grid-view .switch-img {
	width: 100%;
}
.product-grid-view .hotel-info {
	width: 100%;
	text-align: center;
}
.product-grid-view .rating-price-box {
	width: 100%;
}
.product-grid-view .tripadvisor-rating {
	float: left;
}
.product-grid-view .tripadvisor-rating span {
	display: block;
}
.product-grid-view .user-rating {
	float: right;
}
.product-grid-view .hotel-header h5 {
	font-weight: 700;
	line-height: 1.6;
	font-size: 16px;
	margin-top: 15px;
}
.product-grid-view .hotel-header h5 span {
	display: block;
}
.product-grid-view .hotel-header i {
	color: #F19C4F;
	margin: 0px 2px;
}
.product-grid-view .hotel-header p {
	color: #00ADEF;
	line-height: 1.6;
}
.product-grid-view .hotel-header p  i {
	margin: 0 5px;
	color: #00ADEF;
}
.product-grid-view .hotel-facility  i{
	border: 1px solid #bec4c8;
    border-radius: 50%;
    color: #bec4c8;
    font-size: 14px;
    height: 30px;
    margin: 5px;
    padding: 7px;
    width: 30px;
}
.product-grid-view .hotel-facility p {
	margin-bottom: 5px;
}
.product-grid-view .hotel-desc p {
	font-size: 13px;
	color: #0A3152;
	line-height: 1.7;
}
.product-grid-view .rating-box {
	padding: 0px 15px;
	min-height: initial;
	overflow: hidden;
}
.product-grid-view .rating-box img {
	margin: 0px;
}
.product-grid-view .rating-box .tripadvisor-rating {
	margin: 0px;
}
.product-grid-view .rating-box  img{
	min-height: initial;
}
.product-grid-view .rating-box span  {
	font-weight: normal;
}
.product-grid-view .rating-box .user-rating span {
	display: block;
}
.product-grid-view .room-book-box {
	border-top: 1px solid #e6e6e6;
    margin-top: 15px;
    min-height: initial;
    overflow: hidden;
    padding: 0;
	clear: both;
}
.product-grid-view .room-book-box .price {
	width: 60%;
	float: left;
	padding: 15px 0px;
	border-right: 1px solid #e6e6e6;
}
.product-grid-view .room-book-box .price h5 {
	font-size: 16px;
	font-weight: 700;
}
.product-grid-view .room-book-box .book  {
	float: left;
    padding: 10px 0;
    width: 40%;
}
.product-grid-view .room-book-box .book a {
	background: #f2676b;
	color: #ffffff;
    font-weight: bold;
    padding: 5px 15px;
	display: inline-block;
	margin-top: 5px;
	border: 2px solid transparent;
}
.product-grid-view:hover .room-book-box {
	color: #ffffff;
	background: #00ADEF;
}
.product-grid-view:hover .room-book-box a{
	color: #ffffff;
	border: 2px solid #ffffff;
	background: #00ADEF;
}
.view-switcher {
	margin-top: 40px;
}
.view-switcher a {
	cursor: pointer;
    display: inline-block;
    font-size: 20px;
    padding: 5px;
	color: #00adef;
}
.view-switcher a:hover {
	color: #fc61bb;
}
.product-grid-view .car-item .rating-box {
	display: none;
}
@media (max-width: 991px) {
	.product-grid-view img{
		min-height: initial;
	}
	.product-grid-view  {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.product-grid-view  {
		width: 100%;
	}
}

.pagination-lg > li > a, 
.pagination-lg > li > span {
	color:  #07253F;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
	background: #00ADEF;
	border: 1px solid transparent;
}
.pagination-lg > li:last-child > a, 
.pagination-lg > li:last-child > span {
	border-radius: 0;
}
.pagination-lg > li:first-child > a, 
.pagination-lg > li:first-child > span {
	border-radius: 0;
}
.bottom-pagination {
	padding: 30px 0px;
	overflow: hidden;
}

/*********************************************************************************
		46. typography.html CSS Start
*********************************************************************************/
.misc-row {
	padding: 60px 0px;
}
.misc-row p {
	line-height: 2;
}
.misc-row h1,
.misc-row h2,
.misc-row h3,
.misc-row h4,
.misc-row h5,
.misc-row h6 {
	font-weight: bold;
}
.quote-para {
	position: relative;
}
.quote-para:before {
	content: "\f10d";
	font-family: "FontAwesome";
	position: relative;
	padding-right: 10px;
}
.quote-para:after {
	content: "\f10e";
	font-family: "FontAwesome";
	position: relative;
	padding-left: 10px;
}
.element-tab .tab-content {
	padding: 15px;
}
.element-tab .nav-tabs > li > a {
	border-radius: 0;
	border: none;
	color: #07253F;
}
.element-tab .nav-tabs > li > a:hover {
	color: #fc61bb;
}
.element-tab .nav > li > a:hover,
.element-tab .nav > li > a:focus {
	background-color: transparent;
	border: none;
} 
.element-tab .tab-style1 {
	border: none;
}
.element-tab .tab-style1 .active,
.element-tab .tab-style1 .active a {
	background: #fc61bb;
	color: #fff;
	position: relative;
}
.element-tab .tab-style1 .active:after {
	background: #fc61bb none repeat scroll 0 0;
    content: "";
    height: 15px;
    left: 40%;
    position: absolute;
    top: 80%;
    transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    width: 15px;
}
.tab-style1  > li.active > a, 
.tab-style1  > li.active > a:focus,
.tab-style1  > li.active > a:hover {
	color: #fff;
}
.element-tab .tab-style2 {
	border-bottom: 2px solid #e6e6e6;
}
.element-tab .tab-style2 .active,
.element-tab .tab-style2 .active a {
	position: relative;
	color: #fc61bb;
}
.element-tab .tab-style2 .active:after {
	background: #fc61bb none repeat scroll 0 0;
    content: "";
    height: 5px;
    left: 30%;
    position: absolute;
    top: 95%;
    width: 25px;
}
.element-tab .nav-tabs > li {
	margin-bottom: 0;
}
.btn1 {
	margin: 30px 0px;
}
.btn1 button {
	margin: 10px 5px;
}
.cbtn {
	background: #fc61bb none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.cbtn:hover {
	background: #00adef;
}
.lg-btn {
	font-size: 20px;
	padding: 10px 30px;
}
.md-btn {
	font-size: 18px;
	padding: 8px 30px;
}
.sm-btn {
	font-size: 16px;
	padding: 6px 30px;
}
.xs-btn {
	font-size: 14px;
	padding: 4px 30px;
}
.gbtn {
	background: transparent;
    border: 2px solid #fc61bb;
    border-radius: 0;
	color: #fc61bb;
    font-weight: bold;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.gbtn:hover {
	background: #fc61bb;
	color: #fff;
}
.element-accordian .panel-default > .panel-heading {
	padding: 15px;
}
.element-ol,
.element-ul {
	padding: 0px;
}
.element-ol li ,
.element-ul li {
	margin: 10px 0px;
	line-height: 2;
}

.new-year
{
	background-image: url('../images/artifici-revelion-2016-bg.jpg');
}
.chirtmas-background
{
	background-image: url('../images/christmas-ornament.jpg');
	/*min-height: 300px;*/
}
.loading-impress-tour
{
	text-align: center;
	color: #ffffff
}
.loading-impress-tour img
{
	width: 100%;
	max-width: 353px;
}
section
{
	visibility: hidden;
}

.text-disabled
{
	opacity:.4;
}
.old-price
{
	text-decoration: line-through;
	font-size: 0.7em
}
.small-text
{
	font-size: 0.6em
}

.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;
	}
}