@import url('https://fonts.googleapis.com/css?family=Lobster+Two|Macondo');
@import url('https://fonts.googleapis.com/css?family=Passion+One');
@import url('https://fonts.googleapis.com/css?family=Bevan');
@import url('https://fonts.googleapis.com/css?family=Chewy');
@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaina');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan');
@import url('https://fonts.googleapis.com/css?family=Patua+One');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah');
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('https://fonts.googleapis.com/css?family=Dosis');
@import url('https://fonts.googleapis.com/css?family=ABeeZee');
@import url('https://fonts.googleapis.com/css?family=Bungee');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Chela+One');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
@import url('https://fonts.googleapis.com/css?family=Oswald');


@font-face {
	font-family: High;
	src: url('../fonts/htow.ttf');
}

/**********************************************GLOBAL*******************************************************/

*{
	padding:0;
	margin:0;
	border:0;
}

html{
	width:100%;
	height:100%;
}

body{
	position:relative;
	width:100%;
	height:100%;
	min-height:100vH;
	font-family:'Montserrat';
	position:relative;
	overflow-x: hidden;
	padding-bottom:100px;
    background:linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)), url('/storage/images/texture2.png') no-repeat;
    background-attachment:fixed;
}

input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

a,a:hover,a:active,a:focus{
	text-decoration:none;
	outline:none;
}

form button{
	text-transform:uppercase;
	font-weight:bold !important;
	font-size:0.8em !important;
}



.page-title{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Comfortaa';
	color:#ec606a;
	display:block;
	margin-top:25px;
	margin-bottom:10px;
}


.modal-title{
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
}

.modal .forgot{
	font-size:0.9em;
}

.modal form button[type="submit"]{
	background:#ec606a;
	color:#FFF;
}

.control-label.required:after{
	content:'*';
	color:red;
	font-weight: bold;
	font-size:1.2em;
	margin-top:20px;
	margin-left:5px;
}

.section-title{
	font-weight: bold;
	font-size:1.3em;
	text-transform: uppercase;
	font-family:'Comfortaa';
	border:1px dotted #000;
	padding:8px 6px;
	border-radius: 5px;
	display:inline-block;
   	margin-right:100%;
   	margin-bottom:20px;
   	margin-top:10px;
}



/***************MESSAGE*************/

.has-error{
	border:1.5px solid red;
	border-radius:5px;
	
}

.error-help-block{
	color:red;
	margin-top:5px;
	font-weight: bold;	
	font-size:0.9em;
}

span.alert-success,
span.alert-error,
span.alert-danger{
	display:table;
	margin:10px auto;
	padding-left:20px;
	padding-right:20px;
	font-size:1.2em;
	font-weight: bold;
}

.message{
	position:fixed;
	left:0;
	right:0;	
	margin:0 auto;
	top:-100px;
	z-index:200;
	pointer-events: none
}

.message span.alert-success{
	background:#F7DB4C;
	color:#FFF;
}

.message span.alert-danger{
	background:#CD5C5C;
	color:#FFF;
}


/***************PAGE TITLE*************/

#page-title{
	width:100%;
	min-height:60px;
	position:relative;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:10px;
}

#page-title #title{
	font-size:1.9em;
	font-family:'Macondo';
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	color:#00009c;
}

#page-title #title:after{
	content: '';
    display: block;
    width: 0;
    height: 2px;
	margin:5px auto 2px auto;	
    background: #000;
    transition: width .3s;
	animation: widthPageTitle 5s infinite;
}

@keyframes widthPageTitle{
	0%,50%,100%{
		width:0;
	}
	25%,75%{
		width:100px;
	}
}

#page-title #desc{
	font-size:0.9em;
	line-height:15px;
	text-align:center;
	color:#000;
	font-family:'Comfortaa', cursive;
	margin:5px auto;
	width:900px;
	padding:3px 50px;
}
#page-title #path{
	font-size:1.1em;
	text-align:center;
	display:none;
}


/********MOBILE NAV*******/
div#mobile-nav{
	position:fixed;
	top:0;
	left:-110px;
	bottom:0;
	width:110px;
	height:100%;
	background:#ec606a;
	font-family: 'Comfortaa';
	z-index:300;
	transition:all 2s;
	overflow-y: scroll;
}

div#mobile-nav.show{
	left:0;
	transition:all 2s;
}


div#mobile-nav ul li{
	display:block;
	margin-top:28px;
	margin-bottom:20px;
	text-align:center;
}

div#mobile-nav ul li a{
	color:#FFF;
	font-size:0.8em;
	font-weight:bold;
}

div#mobile-nav ul li a .fa{
	display:block;
	font-size:2em;
	margin-bottom:4px;
	
}


/***SOCIAL***/
li.facebook{ background:#3b5999;}
li.google{ background:#dd4b39;}
li.pinterest{ background:#bd081c;}
li.twitter{ background:#55acee;}
li.linkedin{ background:#0077B5;}
li.skype{ background:#00AFF0;}



/*****DIV WELCOME FIRST********/
div#welcome-start{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100vH;
	overflow-y:auto;
	background:#FFF;
	z-index:900;
}

/*****BACKGROUND*****/


div#welcome-start section#welcomebg{
	width:100%;
	height: 100%;
	overflow:hidden;
	width:100%;
	position:relative;
	z-index:0;
}

div#welcome-start section#welcomebg #welcome-slider{
	position:relative;
	width:100%;
	height:100%;
	background:linear-gradient(rgba(255,140,0,0.1),rgba(255,140,0,0.5));
}


div#welcome-start section#welcomebg #welcome-slider figure img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	object-fit:cover;
	z-index:1;
	opacity:0;
	transition:all ease 5s;
}

div#welcome-start section#welcomebg #welcome-slider figure    img.active{
	opacity:1;
	
}

/*****WELCOME NEW*********/
div#welcome-start section#welcome-new{
	z-index:100;
	position:absolute;
	top:50%;
	width:100%;
	transform:translateY(-60%);
	z-index:100;
	text-align: center;

}

div#welcome-start section#welcome-new .name{
	color:#FFF;
	text-align: center;
	font-weight: bold;
	font-size:1.8em;
	display: inline-block;
	background: #c42a2a;
	padding: 15px 12px;
	border-radius: 5px;
	margin-bottom: 0px;
	line-height: 35px;
	margin-top:5px;
	font-family: 'Comfortaa';
}

div#welcome-start section#welcome-new .sub-name{
	color:#FFF;
	text-align: center;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
	font-family: 'Macondo';

	display: inline-block;	
	background: #c42a2a;
	padding: 15px 12px;
	border-radius: 5px;
	display: none;
}

div#welcome-start section#welcome-new .by{
	color:#FFF;
	font-size:1.2em;
	font-weight: bold;
	font-family: 'Baloo Bhaina';
	letter-spacing: 1.2px;
	display: inline-block;
	margin-top: 30px;
}

div#welcome-start section#welcome-new .tag{
	color:#FFF;
	text-align: center;
	font-weight: bold;
	margin-top:-4px;
	margin-bottom:0px;
	font-size:1.4em;
	display: inline-block;
	background: #c42a2a;
	padding: 15px 12px;
	border-radius: 5px;
	font-family: 'Comfortaa';
}

div#welcome-start section#welcome-new img{
	width:300px;
	height:auto;
	margin:100px auto 5px auto;
	display:block;
}


div#welcome-start section#welcome-new #action{
	text-align: center;
	margin-top: 10px;
	display:block;
}

div#welcome-start section#welcome-new #action a{
	font-size:1.2em;
	background:#FFF;
	color:#c42a2a;
	border-color: #c42a2a;
	border:1.2px solid;
	font-weight: bold;

}

div#welcome-start #overlay{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100vH;
	opacity: 1;
	background:#000000;
  	animation:opa 5s infinite; /* IE 10+, Fx 29+ */
}


@keyframes opa {
	0% { opacity:  0.1; }
	20% { opacity: 0.3; }
	48% { opacity: 0.5; }
	67% { opacity: 0.8; }
	78% { opacity: 0.6; }
	89% { opacity: 0.4; }
	100% { opacity: 0.2; }
}


/*****IMAGE LOADER*******/

div#image-loader{
	background:rgba(65,65,65,0.7);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:100;
	text-align: center;
	display:none;
}

div#image-loader #close{
	color:#ec606a;
	font-size:2em;
	position:fixed;
	right:10px;
	top:10px;
	background: #FFF;
	padding:2px 5px;
	border-radius: 5px;
	z-index:150;
	cursor:pointer;
}

div#image-loader img{
	width:auto;
	height:auto;
	max-width: 95%;
	max-height: 95%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}



/********HEADER*******/
header{
	width:100%;
	min-height:30px;
	padding:10px 0px 0px 0px;
	color: #900E1F;
	color:#CF6766;
	color:#FFF;
	color:#CD5360;
	margin-top:-1px;
	border-top:1px solid;
}

header img{
	width:65px;
	height:65px;
	object-fit:contain;
	display:inline-block;
	margin-top:-40px;
	margin-right: 10px;
}

header #company{
	font-family:'Baloo Bevan';
	font-family:'Macondo';
	font-family:'Fjalla One';
	font-family:'Comfortaa';
	font-size:2em;
	font-weight:bold;
	text-align:left;
	margin-top:5px;
	margin-bottom:2px;
	text-transform:uppercase;
	display:inline-block;
	
}

header #company span{
	display:block;
	text-align:left;
	font-size:0.45em;
	margin-top:5px;
	text-transform:capitalize;
	letter-spacing:1.2px;
	font-family:'Comfortaa';
	font-weight:bold;
}


header ul#nav{
	text-align:center;
	margin:0;
	margin-top:10px;
	display:block;
	background:#CD5360;
	background: #ec606a;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2);
	font-family: 'Oswald', sans-serif;
	font-family: 'Comfortaa', sans-serif;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	
}

header ul#nav.fixed{
	  position: fixed;
	  z-index:200;
	  top:0;
	  left:50%;
	  transform: translateX(-50%);
	  width:97%;
}


header ul#nav li.active{
	background:#f5acb1;	
}

header ul#nav li{
	display:inline-block;
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.8em;
	line-height: 20px;
	vertical-align: middle;
    letter-spacing: 0.06em;
    padding: 18px 30px;
}

header ul#nav li a{
	color:#FFF;
}


#toggle-nav{
	margin:2px auto 10px auto;
	color:#ec606a;
	font-weight:bold;
	display:none;
	font-family: 'Comfortaa';
	text-transform: uppercase;
	font-size:0.9em;
	width:100%;
	position:relative;
}

#toggle-nav #name{
    position:absolute;
    left:10px;
    top:7px;
    display:none;
    text-transform:none;
    color:#ec606a;
    
}

#toggle-nav #name a{color:#ec606a;}

#toggle-nav.fixed{
	position:fixed;
	top:-2px;
	padding-top:5px;
	padding-right: 20px;
	left:0;
	width:100%;
	z-index:200;
	background:#FFF;
	text-align: right !important;
}


#toggle-nav .fa{
	font-size:1.2em;
	font-weight: bold;
}

#toggle-nav::after{
	content:'';
	display:block;
	height:1px;
	margin-top:10px;
	width:100%;
	background: #ec606a;
}

header #action{
	text-align: right;
	margin-top:30px;
}

header #action a{
	font-size:1em;
}


/*********BACKGROUND*****/


section#background{
	height:400px;
	overflow:hidden !important;
	position:relative;

}

section#background ul#slider{
	list-style:none;
	width:auto;
	height:100%;
	overflow:hidden;
	position:relative;

}

section#background ul#slider li{
	float:left;
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}

section#background ul#slider li img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}



/*******WELCOME*******/
section#welcome{
	padding-top:30px;
	padding-bottom:10px;

}

section#welcome #title{
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	font-size:1.8em;
	font-family:'Raleway';
	margin-bottom:10px;
}

section#welcome #title #name{
	color:#ec606a;
}


section#welcome .figure{
	text-align:center;
	margin-top:26px;
	color:#FFF;
	color:#ec606a;
	padding:10px 2px;
	background:#012f5c;
	background:#000025;
	background:#FF8C00;
	background:#ec606a;
	background:#FFF;
	border-radius:10px;
	/*box-shadow: 0 0 10px #b3b3b3;*/
}

section#welcome .figure .fa{
	font-size:2.3em;
	font-weight:bold;
	background:#b41600;
	background:#FFF;
	color:#ec606a;
	color:#b41600;
	color:#000025;
}

section#welcome .figure .num{
	font-size:2em;
	letter-spacing:2px;
	font-weight:bold;
	font-family:'Comfortaa';
	color:#000025;
}

section#welcome .figure .text{
	font-size:0.9em;
	font-weight:bold;
	margin-top:5px;
	text-transform:uppercase;
	font-family:'Righteous';
	letter-spacing: 0.2px;
}



section#welcome .desc{
	text-align:justify;
	color:#686666;
	font-family:'Comfortaa';
	margin-top:28px;

}

/******NEWS**************/
div#news ul#notifications{
	list-style: none;
	height:300px;
	overflow: hidden;
	padding:3px 8px;
	background:#F7F7F7;
	border-radius: 8px;
}

div#news ul#notifications li{
	display: block;
	width:100%;
	padding:5px 10px;
	border-radius: 5px;
	background:#CCC;
	margin:6px 0px;
}




/********UPDATES**********/
section#updates{
	width:100%;
	min-height:100px;
	padding-top:20px;
	padding-bottom:20px;
}

section#updates .row{
	margin:5px 0px 20px 0px;
}


section#updates .event{
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .20);
	transition:all  0.5s;
	padding:0px;
	margin-bottom:20px;
	min-height: 350px;
	padding-bottom:10px;
}

section#updates .event img{
	width: 100%;
	max-width:100%;
	height:280px;
	object-fit: cover;
}

section#updates .event .title{
	font-size:1.1em;
	margin-top:13px;
	margin-bottom:10px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	padding:2px 8px;
	font-family: 'Comfortaa';
}

section#updates .event .date{
	font-size:0.9em;
	margin-top:3px;
	margin-bottom:2px;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
	color:#000;
	padding:2px 8px;
}

section#updates #community-speaks{
	border-radius: 10px;
	margin:20px 0px 15px 0px;
	background:#F7F7F7;
}


section#updates #community-speaks .title{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin:15px 0px 10px 0px;
	position:relative;
}

section#updates #community-speaks .title::after{
	content:'';
	width:150px;
	height:10px;
	display:block;
	margin:10px auto;
	border:5px dashed;
}

section#updates #community-speaks ul{
	position:relative;
	display:block;
	min-height:100px;
}

section#updates #community-speaks ul li{
	position:absolute;
	list-style: none;
	text-align: center;
	top:0;
	left:0;
	bottom:0;
	right:0;
	height:100px;
	width:100%;
	padding:10px 5px;
	opacity: 0;
	transition: all ease 2s;
}

section#updates #community-speaks ul li.active{
	opacity: 1;
	transition: all ease 2s;
}

section#updates .blog{
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .20);
	transition:all  0.5s;
	padding:0px;
	margin-top:10px;
	min-height: 400px;
}

section#updates .blog img{
	width: 100%;
	max-width:100%;
	height:280px;
	object-fit: cover;
}


section#updates .blog .title{
	font-size:1.2em;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	color:#000;
	padding:2px 8px;
}

section#updates .blog .desc{
	font-size:0.9em;
	margin-top:8px;
	margin-bottom:5px;
	text-align:justify;
	padding:2px 8px;
}

section#updates ul.anniversaries{
	height:380px;
	overflow: hidden;
}

section#updates ul.anniversaries li{
	list-style: none;
	margin:20px 0px;
}

section#updates ul.anniversaries li img{
	width:100%;
	height:250px;
	padding:10px;
	object-fit: cover;
	border-radius: 50%;

}

section#updates ul.anniversaries li .name{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size:0.95em;
}

section#updates ul.anniversaries li .name .fa{
	font-size:1.4em;
	margin:0px 5px;
}

section#updates ul.anniversaries li .date{
	text-align: center;
	font-weight: bold;
	font-size:0.95em;
}

section#updates ul.anniversaries li .wish{
	text-align: center;
	font-weight: bold;
	font-size:0.95em;
	text-transform: uppercase;
}

/************* MORE ABOUT ***********/

section#about{
	padding-top:10px;
	padding-bottom:50px;
}


section#about .title{
	font-weight:bold;
	font-size:2em;
	color:#012f5c;
}


section#about .desc{
	text-align:justify;
	font-size:0.9em;
	color:#686666;
	font-family:'Raleway';
	margin-top:10px;
}

section#about img{
	width:100%;
	height:300px;
	box-shadow: 0 0 10px #b3b3b3;
	border-radius:5px;
	margin-top:10px;
	object-fit: cover;
}

section#about ul li{
	display:inline-block;
	border:2px solid;
	font-weight:bold;
	padding:2px 4px;
	margin-bottom:5px;
}

section#about .timeline{
	position:relative;
	margin:10px auto;
}

section#about .timeline::after{
	content:'';
	position:absolute;
	width:6px;
	top:0;
	bottom:0;
	left:50%;
	background-color: #ec606a;
	margin-left:-3px;
}

section#about .timeline .tab{
	padding:10px 40px;
	position:relative;
	background-color:inherit;
	width:50%;
}

section#about .timeline .tab::after{
	content:'';
	position:absolute;
	width:25px;
	height:25px;
	background-color:#ec606a;
	border:4px solid #FFF;
	top:25px;
	right:-13px;
	border-radius: 50%;
	z-index:1;
}

section#about .timeline .tab.left{
	left:0;
	text-align: right;
}

section#about .timeline .tab.right{
	left:50%;
}

section#about .timeline .tab.right::after{
	left:-13px;
}

/********EVENTS***/

section#events{
	padding:1px 0px 40px 0px;
}

section#events .event{
	width: 31.303%; /* 300px */
	 float: left; /* 15px 30px */
	 margin: 10px 10px; /* 15px 30px */
	 overflow:hidden;
	 color:#000;
	 padding-bottom:5px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .20);
	transition:all  0.5s;
}

section#events .event img{
	width: 100%;
	max-width:100%;
	height: auto;
	min-height:400px;
	object-fit: cover;
}

section#events .event .title{
	font-size:1.2em;
	margin-top:13px;
	margin-bottom:10px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	padding:2px 8px;
}

section#events .event .date{
	font-size:0.9em;
	margin-top:3px;
	margin-bottom:2px;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
	color:#000;
	padding:2px 8px;
}

section#events .event .desc{
	font-size:0.9em;
	margin-top:5px;
	margin-bottom:5px;
	text-align:justify;
	padding:2px 8px;

}


/********EVENT***/

section#event{
	padding:30px 0px 40px 0px;
	min-height: 100px;
}

section#event img{
	width:100%;
	height:auto;
	margin-top:10px;
	max-height:400px;
	object-fit:cover;
	margin-bottom:10px;
}

section#event #title{
	font-size:2em;
	font-family: 'Righteous';
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#444;
	padding:5px 8px;
	margin:10px 0px 5px 0px;

}

section#event #date{
	font-size:0.98em;
	font-weight: bold;
	text-align: right;
	color:#444;
	margin:4px 0px 5px 0px;
}

section#event #desc{
	text-align:justify;
	font-size:1em;
	padding:5px 8px;
	line-height: 20px;
	margin:8px 0px 5px 0px;
}


section#event .sec-title{
	font-weight: bold;
	font-size:1.4em;
	text-transform: uppercase;
	font-family: 'Raleway';
	margin-top:1px;
	display: inline-block;
	letter-spacing: 1.2px;
	padding: 0px 5px 15px 10px;
	border-bottom: 1px ridge;
}	

section#event .sec-title .fa{
	font-size:1.3em;
	margin-right: 10px;
	vertical-align: bottom;
}

section#event .click{	
	 width: 30.303%; /* 300px */
	 float: left; /* 15px 30px */
	 margin: 10px 10px; /* 15px 30px */
	 overflow:hidden;
	 color:#000;
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .20);
	transition:all  0.5s;
}

section#event .click img{
	width: 100%;
	max-width:100%;
	object-fit: cover;
	height: auto;
	margin:0;
}



/******CONTACT*****/
section#contact{
	padding:15px 0px 40px 0px;
}

section#contact #info{
	text-align:center;
	margin-top:20px;
	margin-bottom:40px;
}


section#contact ul#social{
	text-align:center;
}

section#contact ul#social li{
	display:inline-block;
	font-size:1em;
	font-weight:bold;
	width:25px;
	height:25px;
	text-align:center;
	border-radius:50%;
	padding:4px 2px;
	font-size:0.9em;
}

section#contact ul#social li .fa{
	font-size:1em;
	color:#FFF;
}

section#contact ul#social li a{
	color:#FFF;
}

section#contact #info .col{
	margin-bottom:20px;
	text-align:center;
}

section#contact #info .col > .fa{
	color:#ec606a;
	font-weight:bold;
	font-size:2.5em;
	margin-bottom:20px;
}

section#contact #info .text{
	font-size:0.9em;
	color:#000025;
	margin-top:3px;
	margin-bottom:8px;
	font-weight:bold;
}

section#contact #map {
	width:100%;
	height:300px;
	object-fit:cover;
	box-shadow: 0 0 10px #b3b3b3;
	border-radius:5px;
}

section#contact .title{
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
	text-transform:uppercase;
	margin-bottom:20px;
	margin-top:0px;
}

section#contact #form button[type="submit"]{
	background:#000025;
	color:#FFF;
	text-transform:uppercase;
}


/****FOOTER ***/

footer{
  background:#ec606a;
  color:#FFF;  
  padding:5px 0 5px 0;
  border-top:1px ridge #F7F7F7;
  clear:both;
}

footer .tag{
	text-align:center;
	font-weight:bold;
	font-size:0.85em;
	margin-top:3px;
	margin-bottom:2px;
}

footer .tag a{
	color:#FFF;
}

/************LOGIN USER*****/

#login-user{
	padding:20px 0px;
}

#login-user img{
	width:160px;
	height:auto;
	margin:20px auto;
	display:block;
}

#login-user button[type=submit]{
	background:#c42a2a;
	color:#FFF;
	text-transform: uppercase;
	font-weight: bold;
}


/********CU USER****/
#cu-user{
	padding:20px 0px;
	position: relative;
	height:auto !important;
}


#cu-user img#logo{
	width:100px;
	height:auto;
	margin:10px auto;
	display:block;
}

#cu-user .control-label{
	font-size:0.87em;
}

#cu-user form{
	margin-top:20px;
	position: relative;
}

#cu-user ul#steps {
	text-align:center;
	counter-reset: step;
}

#cu-user ul#steps li{
	list-style:none;
	width:12%;
	text-align:center;
	display:inline-block;
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.8em;
	position:relative;
	color:#CCC
}
#cu-user ul#steps li i{
	margin:5px auto;
	display:block;
	width:50px;
	padding:10px 7px;
	background:#FFF;
	border-radius:5px;
	font-size:1.8em;
	text-align:center;
	margin-bottom:10px;
}

#cu-user ul#steps li.active{
	color:#ec606a;
}
#cu-user ul#steps li.active i{
	background: #27AE60;
	background: #ec606a;
	color: #FFF;
	border:0;
}

#cu-user #photo-holder{
	width:150px;
	height:150px;
	margin:10px auto;
	display:block;
}

#cu-user label.btn{
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.7em;
}

#cu-user .form-set{
	clear:both;
	padding:10px 0px;
	top:10px;
	width:95%;
	margin:40px auto 50px auto;
}

#cu-user .form-set:not(:first-of-type){
	display:none;
}

#cu-user .form-set .title{
	text-align:center;
	font-weight:bold;
	font-size:1.3em;
	margin:30px 0px 20px 0px;
	font-family:'Comfortaa';
	text-transform:uppercase;
}

#cu-user .form-set .title:after{
	content:'';
	width:150px;
	height:10px;
	display:block;
	margin:5px auto;
	border-top:1px dashed;
}

#cu-user .form-set .title:first-child{
	margin-top:0px;
}

#cu-user .next{
	color:#FFF;
	background:#27AE60;
	float:right;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.9em;
	margin-top:10px;
}

#cu-user .prev{
	color:#333;
	background:#FFF;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.9em;
	margin-top:10px;
	border:1px solid;
}

/*****USER****/


section#user{
	padding-top:20px;
	padding-bottom:40px;
	font-size:1em;
}

section#user img#logo{
	width:100px;
	height:auto;
	margin:10px auto;
	display:block;
}

section#user #status{
	font-weight: bold;
	font-size:1.2em;
	margin-left: 10px;
	margin-bottom: 20px;
}

section#user #status span{
	font-size:0.9em;
}


section#user #status .not-approved{color:#F7B94C;}

section#user #status .rejected{color:#F74C6B;}

section#user #status .approved{color:#4CF78F;}

section#user ul.nav-tabs{
	margin-top:10px;
}

section#user ul.nav-tabs li{
	text-transform: uppercase;
	font-weight: bold;
	font-size:0.9em;
}

section#user ul.nav-tabs li.active,
section#user ul.nav-tabs li.active:hover,
section#user ul.nav-tabs li.active:hover a,
section#user ul.nav-tabs li.active a{
	color:#FFF;
	background: #ec606a;	
	border-color:#ec606a;
}

section#user ul.nav-tabs li:hover,
section#user ul.nav-tabs li:hover a{
	background: none;
	background: linear-gradient(rgba(236,80,106,0.1),rgba(236,80,106,0.05));
}


section#user .info{
	padding: 5px 8px;
	border-radius: 5px;
}

section#user .info .title{
	font-size:0.95em;
	padding:6px 3px 10px 0px;
	font-weight: bold;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	margin-top:2px;
	display:inline-block;
	border-bottom: 1px dotted #CCC
}

section#user .info .group{
	font-size:1em;
	margin: 10px 20px 14px 0px;
	text-align: left !important;
	display: block;
	font-family: 'Montserrat';
}

section#user .info .group label{
	text-align: left;
	margin:5px 10px 8px 0px;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-size:0.9em;
	letter-spacing: 0.8px;
}

section#user .info .group label::after{
	content:' :- ';
	margin:2px 5px;
	font-weight: bold;
}

section#user .info  .no-data::after{
	content:'Not Provided';
	font-weight: bold;
	font-size:0.9em;
	color:#CCC;
}

section#user .info  .not-applicable::after{
	content:'N/A';
}

section#user #profile{ 
	width:75%;
	height:auto;
	display: block;
	margin:10px auto 10px auto;
	border-radius: 8px;
}

section#user #profile-name{ 
	font-size:0.75em;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding:8px 10px;
	font-family: 'Raleway';
	letter-spacing: 1px;
	border:1.3px dotted;
	display: block;
	margin-top:4px;
}

section#user #membership{ 
	font-size:1.1em;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Montserrat';
	display: block;
	letter-spacing: 1px;
	margin-top:1px;
	margin-bottom: 8px;
}

section#user .desc{
	text-align: justify;
	font-size:0.97em;
	margin-top:10px;
	color:#666;
	font-family: 'Montserrat';
}

section#user #action{ 
	text-align:right;
	margin-bottom:20px;
}

section#user #action a,
section#user #action button{
	text-transform: uppercase;
	font-weight: bold;
	font-size:0.9em;
	padding:4px 5px;
	letter-spacing: 0.7px;
}

section#user #action a .fa,
section#user #action button .fa{
	font-size:1.2em;
	margin-right: 3px;
}

section#user ul#social{
	text-align:center;
	margin:5px auto 15px auto;
}

section#user ul#social li{
	display:inline-block;
	font-size:1em;
	font-weight:bold;
	width:25px;
	height:25px;
	text-align:center;
	border-radius:50%;
	border-radius:5px;
	padding:5px 2px;
	font-size:0.85em;
}

section#user ul#social li .fa{
	font-size:1em;
	color:#FFF;
}

section#user ul#social li a{
	color:#FFF;
}


section#user li.facebook{ background:#3b5999;}
section#user li.google{ background:#dd4b39;}
section#user li.pinterest{ background:#bd081c;}
section#user li.twitter{ background:#55acee;}
section#user li.linkedin{ background:#0077B5;}
section#user li.skype{ background:#00AFF0;}



/**********BOOKINGS****/

section#bookings{
	padding:25px 5px 20px 5px;
}

section#bookings #legend{
	margin-bottom: 10px;
	text-align: right;
}

section#bookings #legend .type{
	display:inline-block;
	font-size:0.9em;
	margin-right: 10px;
}

section#bookings #legend .type span{
	width:25px;
	height:10px;
	display:inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

/*********************BLOGS LIST*****************/

section#blog-list {
	padding-top:20px;
	padding-bottom:50px;
}

section#blog-list .blog{	
	 width: 30.303%; /* 300px */
	 float: left; /* 15px 30px */
	 margin: 10px 10px; /* 15px 30px */
	 overflow:hidden;
	 color:#000;
	 padding-top:5px;
	 padding-bottom:5px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .20);
	transition:all  0.5s;
}

section#blog-list .blog img{
	width: 100%;
	max-width:100%;
	min-height:300px;
	object-fit: cover;
	height: auto;
}


section#blog-list .blog .title{
	font-size:1.2em;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	color:#000;
	padding:2px 8px;
}

section#blog-list .blog .author{
	font-size:0.9em;
	margin-top:3px;
	margin-bottom:2px;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
	color:#000;
	padding:2px 8px;
}

section#blog-list .blog .desc{
	font-size:0.9em;
	margin-top:8px;
	margin-bottom:5px;
	text-align:justify;
	padding:2px 8px;
}


/************** BLOG ************/

section#blog {
	padding-top:20px;
	padding-bottom:50px;
}

section#blog img{
	width: 100%;
	max-width:100%;
	height: 400px;
}


section#blog #title{
	font-size:2em;
	margin-top:20px;
	margin-bottom:10px;
	font-weight:bold;
	text-align:left;
	font-family:'Righteous', cursive;
	letter-spacing:2px;
	text-transform:uppercase;
}

section#blog #info{
	font-size:1em;
	font-weight: bold;
	margin-top:30px;
	margin-bottom:10px;
	vertical-align:middle;
	text-align:right;
	line-height:30px;
	text-transform:uppercase;
}


section#blog .desc{
	font-size:1.1em;
	margin-top:5px;
	margin-bottom:5px;
	text-align:justify;
	font-family:'Macondo', cursive;
}

section#blog .sec-title{
	font-weight: bold;
	font-size:1.4em;
	text-transform: uppercase;
	font-family: 'Raleway';
	margin-top:1px;
	display: inline-block;
	letter-spacing: 1.2px;
	padding: 0px 5px 15px 10px;
	border-bottom: 1px ridge;
}	

section#blog .sec-title .fa{
	font-size:1.3em;
	margin-right: 10px;
	vertical-align: bottom;
}

section#blog .click{	
	 width: 30.303%; /* 300px */
	 float: left; /* 15px 30px */
	 margin: 10px 10px; /* 15px 30px */
	 overflow:hidden;
	 color:#000;
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .20);
	transition:all  0.5s;
}

section#blog .click img{
	width: 100%;
	max-width:100%;
	object-fit: cover;
	height: auto;
	margin:0;
}


/******COMMUNITY****/

section#community{
	padding-top:30px;
	padding-bottom:30px;
}

section#community ul.nav li{
	font-size:0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

section#community .tab-content{
	padding:30px 3px 20px 3px;
}

section#community  #search-form{

}

section#community  #search-form button[type="submit"]{
	border-radius: 5px;
	font-family: 'Comfortaa';
	font-weight: bold;
	background:#ec606a;
	color:#FFF;
}

section#community  #search{
	margin-top:5px;
	margin-bottom:25px;
	padding:0;
}


section#community  #search   .form-group{
	width:90%;
	border-bottom:2px solid #ec606a;
	border-radius:1px;
	padding-bottom:4px;
}
	

section#community  #search   input[type="search"]{
	width:100%;
	border:0;
	text-align: left;
	background:none;
	outline:none;
	box-shadow:none;
}


section#community  #search   button[type="submit"]{
	background:none;
	color:#ec606a;
	text-align:left;
	padding:0;
}

section#community  #search   button[type="submit"] .fa{
	vertical-align:middle;
	color:#ec606a;
	display:inline;
	font-weight:bold;
	font-size:1.5em;
}

section#community .category-title{
	font-weight: bold;
	font-size:1.2em;
	text-align: center;
	text-transform: uppercase;
	font-family:'Comfortaa';
	letter-spacing: 1px;
	margin-bottom:20px;
	margin-top:30px;
}

section#community .category-title .fa{
	display:block;
	font-size:2.4em;
	margin:15px 0px 12px 0px;
	color:#D60E44;
	color:#ec606a;
}


section#community .category{
	margin:10px 10px;
	min-width: 150px;
	display:inline-block;
	min-height:15px;
	box-shadow: 0 0 10px #b3b3b3;
	border-radius: 10px;
	padding:8px 10px;
	font-family:'Comfortaa';
}




section#community .category .name{
	font-weight: bold;
	text-align: center;
	font-size:1.1em;

}

/********COMMUNITY USERS******/

section#community-users{
	padding-top:30px;
	padding-bottom:30px;
}

/*
section#community-users  #search{
	margin-top:5px;
	margin-bottom:25px;
	padding:0;
}


section#community-users  #search   .form-group{
	width:90%;
	border-bottom:2px solid #ec606a;
	border-radius:1px;
	padding-bottom:4px;
}
	

section#community-users  #search   input[type="search"]{
	width:100%;
	border:0;
	text-align: left;
	background:none;
	outline:none;
	box-shadow:none;
}


section#community-users  #search   button[type="submit"]{
	background:none;
	color:#ec606a;
	text-align:left;
	padding:0;
}

section#community-users  #search   button[type="submit"] .fa{
	vertical-align:middle;
	color:#ec606a;
	display:inline;
	font-weight:bold;
	font-size:1.5em;
}
*/

section#community-users .user{
	margin:10px 0px;
	min-height:135px;
	box-shadow: 0 0 10px #b3b3b3;
	padding:8px 0px;
	font-family:'Comfortaa';
}

section#community-users  .user img{
	width:135px;
	height:135px;
	border-radius:50%;
	display:block;
	margin:5px auto 10px auto;
}

section#community-users  .user .title{
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size:0.95em;
}

section#community-users  .user .title:after{
	content:' : ';
}

section#community-users .no-user{
	text-align: center;
}

section#community-users .no-user a{
	display:block;
	text-transform: capitalize;
	cursor:pointer;
}

section#community-users  .user .name{
	font-size:1.1em;
	font-weight:bold;
	margin-top:8px;
	margin-bottom:4px;
	text-align:center;
}

section#community-users  .user .email{
	font-size:0.8em;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
	text-align:left;
}

section#community-users  .user .contact{
	font-size:0.8em;
	font-weight:bold;
	margin-top:8px;
	margin-bottom:3px;
	font-family:'Comfortaa';
	text-align:left;
}

/********COMMITTEE MEMBER*******/


section#committee-members{
	padding:20px 0px 40px 0px;
}

section#committee-members .member{
	color:#000;
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .20);
	transition:all  0.5s;
	min-height:305px;
	text-align: center;
	font-size:1.1em;
	padding:10px 5px;
	margin-bottom:25px;
	
}

section#committee-members .member img{
	width: auto;
	max-width:100%;
	height: 200px;
	object-fit:cover;
	border-radius: 50%;
	margin-bottom: 10px;
}

section#committee-members .member .name{
	font-size:0.8em;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;	
}

section#committee-members .member .designation{
	font-size:0.9em;
	margin-top:4px;
	margin-bottom:5px;
	font-weight:bold;
	text-transform:uppercase;
	color:#CCC;	
}

section#committee-members .member .contact{
	font-size:0.8em;
	margin-top:2px;
	margin-bottom:2px;
	color:#333;
}

section#committee-members .member .email{
	font-size:0.8em;
	margin-top:2px;
	margin-bottom:2px;
	color:#333;
}



/*********DOWNLOADS************/


section#downloads {
	padding-top:20px;
	padding-bottom:50px;
}

section#downloads .download{	
	 width: 23.303%; /* 300px */
	 float: left; /* 15px 30px */
	 margin: 10px 10px; /* 15px 30px */
	 overflow:hidden;
	 color:#000;
	 padding:1px;
	 padding-top:5px;
	 padding-bottom:5px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .20);
	transition:all  0.5s;
}


section#downloads .download .title{
	font-size:1.2em;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	color:#000;
	padding:2px 8px;
}



section#downloads .download .date{
	font-size:0.9em;
	margin-top:3px;
	margin-bottom:3px;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
	color:#000;
	padding:2px 8px;
}


section#downloads .download .desc{
	font-size:0.9em;
	margin-top:8px;
	margin-bottom:5px;
	text-align:justify;
	padding:2px 8px;
}


section#downloads .download .action {
	text-align: right;
	padding-right:5px;
}