/*global*/


.pad{
	padding: 0 5px;
}


#main-wrap .g-cell{
	display: inline-block;
	width: 100%;
	background: transparent;
}

.g-cell .g-link{
	margin: 0;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	width: 100%;
}

.g-bg {
	display: block;
	width: 100%;
	height: 150px;
	background-color: #EFF2F5;
	text-align: center;
	position: relative;
}


.overlay{
	width: 100%;
	position: absolute;
	height: 150px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.4);
	transition: background-color 1s;
}


a:hover .overlay{
	background: rgba(0, 0, 0, 0.1);
}

.cell-img{
	width: 100%;
	height: 150px;
	overflow: hidden;
}


.music{
	background: url(../images/music.jpg) no-repeat center top;
	background-size: cover;
}
.FandD{
	background: url(../images/fandd.jpg) no-repeat center top;
	background-size: cover;
}
.charity{
	background: url(../images/charity.jpg) no-repeat center top;
	background-size: cover;
}
.networking{
	background: url(../images/networking.jpg) no-repeat center top;
	background-size: cover;
}
.school{
	background: url(../images/school.jpg) no-repeat center top;
	background-size: cover;
}
.conference{
	background: url(../images/conference.jpg) no-repeat center top;
	background-size: cover;
}
.sport{
	background: url(../images/sport.jpg) no-repeat center top;
	background-size: cover;
}
.arts{
	background: url(../images/arts.jpg) no-repeat center top;
	background-size: cover;
}
.fitness{
	background: url(../images/fitness.jpg) no-repeat center top;
	background-size: cover;
}


.category-content{
	position: absolute;
	width: auto;
	display: inline-block;
	margin: auto;
	float: none;
	top: 35%;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 10px;
}

@media screen and (max-device-width: 767px){
	.category-content{
		top: 32%;
	}
	.g-cell .g-bg h2{
		font-size: 15px!important;
	}
	.overlay, .g-bg, .cell-img{
		height: 120px;
	}

}

@media screen and (max-device-width: 470px){
	.category-content{
		top: 30%;
		padding: 3px;
	}
	.g-cell .g-bg h2{
		font-size: 13px!important;
	}
	.overlay, .g-bg, .cell-img{
		height: 100px;
	}
}

@media screen and (max-device-width: 460px){
	.category-content{
		top: 35%;
	}
}

@media screen and (max-device-width: 350px){
	.pad{
		padding: 0 2px;
		line-height: 0.75;
	}
	.g-cell .g-bg h2{
		font-size: 11px!important;
	}
	footer{
		margin-top: 10px!important;
	}
	#search-button{
		padding: 9px 5px 6px!important;
		width: 50px!important;
	}
	#search-button .fa-search{
		font-size: 20px!important;
	}
}


.g-cell .g-bg h2{
	display: inline-block;
	margin: 0;
	width: 100%;
	position: relative;
	font-weight: bold;
	text-shadow: 1px 1px 11px rgba(0, 0, 0, 1);
	font-size: 20px;
}

@media (max-width: 767px){
	#main-wrap .g-cell{
		margin: 0!important;
	}
}


/*search box*/

#search-box {
	position: relative;
	width: 60%;
	margin: 25px auto;
}

#search-form
{
	height: auto;
	padding: 5px;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
}

#search-text
{
	font-size: 16px;
	color: #ddd;
	border-width: 0;
	background: transparent;
}

#search-box input[type="text"]
{
	width: 90%;
	padding: 11px;
	color: #333;
	outline: none;
}

#search-button {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	padding: 13px 5px 1px;
	width: 80px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 42px;
	border-width: 0;
	background-color:#d4d4d4;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	cursor: pointer;
}

#search-button .fa-search{
	font-size: 25px;
	display: inline-block;
	padding: 0;
}


@media (max-width: 991px){
	#search-box{
		width: 100%;
		margin: 25px auto;
	}
}




/*Carousel*/

.item img {
	max-width: 100%;
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
}

.item h3{
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	top: 50px;
}

.banner-wrap{
	padding: 0;
}

.carousel-caption{
	bottom: 30%;
}

@media (max-width: 991px){
	.item img{
		max-width: 100%;
		position: relative;
		top: 0px;
	}
}


@media (max-width: 576px){
	#banner-categories{
		top: -5px;
		display: inline-block;
		position: relative;
	}
}


@media (max-width: 555px){
	.item{
		height: 300px;
	}
	.item h3{
		font-size: 30px;
	}
}

@media (max-width: 450px){
	.item{
		height: 180px;
	}
	.carousel-caption{
		bottom: 20%;
	}
}


/*prod_details*/

#main-wrap_prod .category-field{
	display: inline-block;
	padding: 25px 0;
	position: relative;
}

.category-field .categories-h2{
	font-weight: bold;
}


.category-field .product-list{
	list-style-type: none;
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 0;
	margin-top: 22px;
}

.category-field .product-list .list-name{
	width: 100%;
	display: inline-block;
	position: relative;
}

.category-field .product-list .list-name a{
	margin: 2px 0;
	width: 100%;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	background: #00247D;
	color: #fff;
}

.category-field .product-list .list-name a:hover{
	background: #CF142B;
}


#main-wrap_prod .category-header{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin: 35px 0;
}

.featured-h2{
	background: #bac6c7;
	padding: 20px;
	width: 100%;
	color: #fff;
}

.product-ul{
	padding: 0;
}
.product-ul .product-list{
	text-align: center;
	padding: 7px;
	display: inline-block;
	width: 250px;
	margin: 10px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(224,224,224,1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(224,224,224,1);
	box-shadow: 0px 0px 12px 0px rgba(224,224,224,1);
}

.product-ul .product-list .wrapper-prod-details{
	width: 100%;
	min-height: 490px;
	padding: 0;
}
.product-ul .product-list .img-wrap-product{
	width: 100%;
	height: 200px;
	display: block;
	margin: 0;
	position: relative;
}

.product-ul .product-list .img-wrap-product img{
	display: inline-block;
	margin: 0 auto;
}
.product-ul .product-list .prod-title-wrap h3{
	font-size: 18px;
	height: 50px;
	font-weight: bold;
}

.product-ul .product-list .prod-details p{
	font-size: 16px;
	margin-bottom: 3px;
	font-weight: 300;
}

.product-ul .product-list .wrapper-prod-details  .button{
	margin-top: 25px;
	width: auto;
	display: inline-block;
}

/*change color*/
.product-ul .product-list .wrapper-prod-details .button .btn{
	background: transparent;
	padding: 10px 15px;
	border: 1px solid #d4a84b;
	color: #d4a84b;
	text-transform: uppercase;
	margin: 5px;
}

.product-ul .product-list .wrapper-prod-details .button .btn:hover{
	background: #d4a84b;
	color: #fff;
}

.product-ul .product-list .wrapper-prod-details  .button .cart::before{
	font-family: "FontAwesome";
	content: '\f217';
	margin-right: 10px;
}


.category-field_2{
	display: none;
}


.category-field_2 .form-control{
	min-height: 55px;
}


@media (max-width: 991px){
	.category-field_2{
		display: inline-block;
		position: relative;
		width: 100%;
	}
	#main-wrap_prod .category-field{
		display: none;
	}
	.product-ul{
		text-align: center;
	}

}


/*// Large devices (desktops, 992px and up)*/
@media (max-width: 576px) {
	.product-ul .product-list{
		margin: 15px 0;
		width: 100%;
	}
}




/*FOOTER*/
footer{
	margin-top: 35px;
	background: #00247D;
}
.footer-wrap{
	display: inline-block;
	padding: 20px 0;
	position: relative;
	width: 100%;
	color: #fff;
}


.footer-wrap .social-links-wrap .social-links{
	display: inline-block;
	padding: 0;
	list-style-type: none;
	width: 100%;
	text-align: right;
}

.footer-wrap .social-links-wrap .social-links li{
	display: inline-block;
	margin: 0 2px;
}

.footer-wrap .social-links-wrap .social-links li a{
	font-size: 28px;
}

.footer-wrap .social-links-wrap .social-links li a:hover{
	color: #fff;
}

.footer-wrap p{
	font-size: 12px;
	color: #6587dc;
}

.social-links-wrap{
	display: inline-block;
	width: 100%;
}

footer .copyright-text{
	width: 100%;
	display: inline-block;
	margin-top: 15px;
}


.footer-ul{
	display: inline-block;
	padding: 0;
	position: relative;
	list-style-type: none;
	width: 100%;
}

.footer-li{
	display: inline-block;
	border-right: 1px solid #001854;
	padding: 5px 10px;
}

.footer-li:first-child{
	padding-left: 0;
}

.footer-li:last-child{
	border-right: none;
}

.footer-link{
	text-decoration: none;
}

.footer-link:hover, .footer-link:focus{
	text-decoration: none;
	color: #fff;
}


@media screen and (max-width: 991px){
	.footer-wrap .social-links-wrap .social-links{
		width: 100%;
		text-align: center;
	}
	.copyright-text{
		text-align: center;
		width: 100%;
	}
	.footer-ul{
		text-align: center;
	}
}


/*added pages*/
.about-img-wrap{
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 25px;
	width: 350px;
	position: relative;
	float: left;
}
.about-img-wrap img{
	width: 100%;
	display: inline-block;
	position: relative;
}

/*gallery*/

.about-h1, .gallery-wrap h1, .reviews-h1{
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 50px 0;
}

/*news&specialevents*/
.nse-img-wrap{
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 20px;
	width: 225px;
	position: relative;
	float: left;
}
.upcomingevent-img-wrap{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 100px;
	position: relative;
	float: left;
}
.upcomingevent-img-wrap img{
	width: 100%;
	display: inline-block;
	position: relative;
}
.upcomingevent-wrap .nse-g-cell img{
	width: 100px;
}
.nse-g-cell img{
	width: 200px;
	display: inline-block;
	position: relative;
}
.nse-g-cell h2{
	margin-top: 0;
}
.nse-h1{
	text-align: center;
	margin: 55px 0;
	text-transform: uppercase;
}
.clearfix{
	overflow: auto;
}
.img-style{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.nse-g-cell{
	padding-bottom: 25px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 25px;
}
.upcomingevent-wrap{
	border: 1px solid #f1f1f1;
	padding: 10px;
	background: #fbfbfb;
}
.upcomingevent-wrap h2{
	text-transform: uppercase;
	text-align: center;
	font-size: 25px;
	font-weight: bolder;
	margin-bottom: 35px;
}
.upcomingevent-wrap .nse-g-cell{
	margin-bottom: 10px;
}

.upcomingevent-wrap .nse-g-cell:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
}

@media screen and (max-width: 430px){
	.upcomingevent-wrap .nse-g-cell img, .nse-g-cell img{
		width: 100%;
		margin-right: 0;
	}
}

/*reviews*/
.review-cell-wrap{
	width: 47%;
	position: relative;
	display: inline-block;
	margin: 1%;
	-webkit-box-shadow: 0px 0px 13px -8px rgba(0,0,0,0.59);
	-moz-box-shadow: 0px 0px 13px -8px rgba(0,0,0,0.59);
	box-shadow: 0px 0px 13px -8px rgba(0,0,0,0.59);
	border-bottom: 5px solid #dcdcdc;
	padding: 15px;
	float: left;
	min-height: 192px;
}

.review-img-wrap {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.review-img-wrap img{
	width: 100%;
}
.r-name{
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0;
}
.r-title{
	font-size: 14px;
	color: #c5c5c5;
}
.r-text{
	font-style: italic;
	min-height: 60px;
}
.r-img-name-wrap{
	width: 100%;
	padding-top: 15px;
}
.review-cell{
	margin-bottom: 5px;
}
.about-wrap{
	padding: 0 15px;
}
.gallery-wrap{
	padding: 15px;
}
.review-g{
	padding-left: 10px;
	display: block;
}

@media screen and (max-width: 767px){
	.review-cell-wrap{
		width: 47%;
	}
}

@media screen and (max-width: 500px){
	.about-img-wrap{
		width: 100%;
		margin: 0 0 25px;
	}
}

@media screen and (max-width: 430px){
	.nse-img-wrap{
		width: 100%;
		margin: 0 0 25px;
	}
	#main-wrap{
		padding: 15px 0!important;
	}
	.review-cell-wrap{
		width: 100%;
		margin: 0;
	}

	.main-wrap .container{
		padding: 0;
	}
	.pad{
		padding: 0;
	}

	.g-bg {
		height: 160px!important;
	}

	.cell-img{
		position: relative;
	}

	.cell-img img {
		left: 0;
		right: 0;
		position: absolute;
	}

	#main-wrap .container .col-md-6, #main-wrap .container .col-xs-12{
		padding: 0 !important;
	}
}

/*
* added for dynamic pages
*/

/*global*/
.btn{
	background: transparent;
	padding: 10px 15px;
	border: 1px solid #d4a84b;
	color: #d4a84b;
	text-transform: uppercase;
	margin: 5px;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info{
	background: #d4a84b;
	border: 1px solid #d4a84b;
}

/*CAROUSEL*/
.banner-main{
	padding: 15px;
	margin-top: 35px;
}
.carousel-inner {
	height: 450px!important;
}

.carousel {
	position: relative;
}


/*IMAGE ONLY*/
.wrapper {
	display: inline-block;
	padding: 50px 0;
	width: 100%;
	position: relative;
}
.img-only-cell {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 450px;
	margin-bottom: 75px;
	text-align: center;
}
.img-only-cell img {
	display: inline-block;
	width: auto;
	margin: auto;
	padding: 15px;
}

.txt-cell {
	width: 49%;
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 15px;
	text-align: justify;
}

.img-cell{
	width: 49%;
	display: inline-block;
	position: relative;
	padding: 15px;
}

h2{
	margin-top: 0;
}

/*GALLERY*/
.gallery-wrapper{
	background-color: #fafafa;
	display: inline-block;
	width: 100%;
	padding: 35px;
}
.gallery-wrapper h2{
	text-align: center;
}
.gallery-img-wrap{
	display: inline-block;
	width: 100%;
	padding: 15px;
	position: relative;
}
#basic{
	text-align: center;
}
#basic a img{
	vertical-align: top;
	width: 120%;
	height: 100%;
	object-position: center;
	position: absolute;
	margin: 0 auto;
	display: block;
	margin-left: -10%;
}
#basic a{
	background: 0 0;
	display: inline-block;
	margin: 2px;
	width: 195px;
	height: 195px;
	position: relative;
	overflow: hidden;
}

/*FOOTER*/
footer{
	margin-top: 35px;
	background: #00247D;
}
.footer-wrap{
	display: inline-block;
	padding: 20px 0;
	position: relative;
	width: 100%;
	color: #fff;
}

.footer-wrap .social-links-wrap .social-links{
	display: inline-block;
	padding: 0;
	list-style-type: none;
	width: 100%;
	text-align: right;
}

.footer-wrap .social-links-wrap .social-links li{
	display: inline-block;
	margin: 0 2px;
}

.footer-wrap .social-links-wrap .social-links li a{
	font-size: 28px;
}

.footer-wrap .social-links-wrap .social-links li a:hover{
	color: #fff;
}

.footer-wrap p{
	font-size: 12px;
	color: #6587dc;
}

.social-links-wrap{
	display: inline-block;
	width: 100%;
}

footer .copyright-text{
	width: 100%;
	display: inline-block;
	margin-top: 15px;
}


.footer-ul{
	display: inline-block;
	padding: 0;
	position: relative;
	list-style-type: none;
	width: 100%;
}

.footer-li{
	display: inline-block;
	border-right: 1px solid #001854;
	padding: 5px 10px;
}

.footer-li:first-child{
	padding-left: 0;
}

.footer-li:last-child{
	border-right: none;
}

.footer-link{
	text-decoration: none;
}

.footer-link:hover, .footer-link:focus{
	text-decoration: none;
	color: #fff;
}

@media screen and (max-width: 991px){
	.img-only-cell{
		height: 400px;
	}
}

@media screen and (max-width: 767px){
	.txt-cell, .img-cell{width: 100%;}
	.footer-wrap .social-links-wrap .social-links{
		width: 100%;
		text-align: center;
	}
	.copyright-text{
		text-align: center;
		width: 100%;
	}
	.footer-ul{
		text-align: center;
	}
	.img-only-cell{
		height: 380px;
	}
	.carousel-inner {
		height: 390px!important;
	}
}

@media screen and (max-width: 700px){
	.img-only-cell{
		height: 360px;
	}
}

@media screen and (max-width: 600px){
	.img-only-cell{
		height: 340px;
	}
	.carousel-inner {
		height: 320px!important;
	}
}

@media screen and (max-width: 500px){
	.img-only-cell{
		height: auto;
	}
	.carousel-inner {
		height: auto!important;
	}
}

.carousel-indicators .active{
	background-color: #cf142b;
	width: 18px;
	height: 18px;
}
.carousel-indicators li{
	background-color: #001b50;
	border: 2px solid #ffffff;
	width: 14px;
	height: 14px;
}

@media screen and (max-width: 991px){
	.navbar-collapse.collapse.in{
		background-color: #00247d;
	}
}

@media screen and (max-width: 767px){
	.language{
		text-align: center;
	}
	.language form .form-group label{
		display: block;
	}

	.title-wrap{
		text-align: center;
	}
	.title-wrap a{
		display: inline-block;
		width: 100%;
		position: relative;
		text-align: center;
	}
}

.title-cell{
	margin-top: 35px;
}
.title-wrap{
	display: inline-block;
	width: 100%;
	position: relative;
}
.title-wrap h1{
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.button-side{
	display: inline-block;
	float: right;
	padding: 8px 30px;
	background-color: #CF142B;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 25px;
	border-radius: 50px;
}
.button-side:hover{
	text-decoration: none;
}

@media screen and (max-width: 767px){
	.title-wrap a{
		float: none;
		width: auto;
	}
}

.img-cell-wrap{
	text-align: center;
}
.img-cell-wrap img{
	margin: 0 auto;
}