@charset "UTF-8";
@font-face {
    font-family: uc-nexus-iconfont;
    src: url(chrome-extension://pogijhnlcfmcppgimcaccdkmbedjkmhi/res/font_9qmmi8b8jsxxbt9.woff) format('woff'), url(chrome-extension://pogijhnlcfmcppgimcaccdkmbedjkmhi/res/font_9qmmi8b8jsxxbt9.ttf) format('truetype');
}


/*Header Section */

.header {
    background-color: #fff;
    font-family: 'Oswald', sans-serif;
}

.header.scrolled {
    background-color: #fff;
}

.header.type-3 .main-nav {
	margin-bottom: 30px;
}

.anchor-navigation li a {
    color: #000 !important;
}

.header.scrolled .top-line {
	border-bottom: 0 !important;
}

.header.type-3 .logo {
    /* background-color: rgba(0, 0, 0, 0.1); */
    margin-bottom: 4px;
	position: absolute;
	top: 10px;
	height: 85%;
	display: block;
	margin-top: 0 !important;
	text-align: center;
}

.header.type-3 .logo img {
	/* min-width: 120%; */
	margin-left: -10%;
	/* height: 100%; */
	max-height:99px;
}

.header.type-3 .top-social.dark-text a {
	color: #000;
	font-size: 12px;
	margin-right: 10px;
	text-transform: none;
}

.header.type-3 .top-social.dark-text a .fa {
	font-size: 14px;
}

/* Replacing images in lower Section*/
#myCarousel.carousel .fill {
	background-position: 100% 70px;
	background-repeat: no-repeat;
}
 
.band-boxes .icon-tools {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 1);
	margin: 0 auto;
    margin-bottom: 30px;
    margin-top: -60px;
    width: 90px;
    height: 90px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    align-content: center;
}

.fancybox-margin {
    margin-right: 17px;
}

.col-md-4 .about-item .package-main .about-title {
    text-align: center;
}

.col-md-4 .about-item .package-main .about-text {
    text-align: center;
    margin-bottom: 0;
}

/* Media query start */
@media (min-width: 992px) {
    .header.type-3 .top-line {
        border-bottom: 0;
    }
}


/* Adjusting Screen For IPad Pro  */
@media screen and (max-width:1024px) {
	#myCarousel.carousel .fill {
		background-position: center;
	}
}

/* Adjusting Screen For Tablets and Ipad */

@media screen and (max-width:991px) {
	.header .logo-block,
	.header.type-3 .main-nav {
		background: #fff;
	}
	.cmn-toggle-switch span,
	.cmn-toggle-switch span::before,
	.cmn-toggle-switch span::after {
		background: #000;
	}
	.header.type-3 .logo {
		top: 2px;
		max-height:45px !important;
	}
	.main-nav a.nav-email,
	.main-nav a.nav-phone {
		display: block;
	}
    .package-main {
        margin-top: 35px;
    }
    .carousel {
        margin-top: 0;
    }
	.dropdown-menu {
    position: inherit;
    width: 100%;
    border: 0;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
    background: #f5f5f5;
    margin-bottom: 10px;
	}
	.main-nav li {
 	   margin-left: 4px;
	}
	.main-nav a {
    	font-size: 11.5px;
	}
}

/* Adjusting Scrren For Mobile Phones */

@media screen and (max-width:640px) {
    .party,
    .corporate {
        margin-top: 40px;
    }
}
.main-nav > ul > li.dropdown li{ display:block; margin-left:0px; }
.main-nav > ul > li.dropdown li a:before{ background:none; height:0px; }
.cbx-album .single-album .album-inner .cbx-hover-link2{ z-index:3; }
@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
		display: block;
	}
	.dropdown-menu{
		margin-top: 0;
	}
	.dropdown-toggle{
		margin-bottom: 2px;
	}
	.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
		margin-bottom: 0;
	}
}







.footer .col-xs-3 {width:33.33333333%; padding-top:55px !important;}
.footer .sponsor-entry {font-size:11px; line-height:15px; color:#FFFFFF; padding-bottom:50%; border:0;}
.footer .sponsor-entry img {width:50%;}

@media (max-width: 768px) {
.footer .col-xs-3 {width:33.33333333% !important;}
}
@media (max-width: 600px) {
.footer .col-xs-3 {width:100% !important;}
}