/* typography */
@font-face{
    font-family: "JF Flat Regular";
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
    url('../fonts/JF-Flat-regular.woff') format('woff'),
    url('../fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; }


/* general content */

body{
    font-family: "JF Flat Regular";
    font-size: 2em; 
}

h1,h2,h3{
    color: #6495ED;
    margin: 20px;
}

p{
  font-family: "'Times New Roman', Times, serif";
	text-align: justify;
	font-size: 1.2em;
}

ul{ 
    list-style-type: none;
}




/* Utilities */

.roof{
    margin-top: 1em;
}
.topp{
	margin-top: 4em;
}
.floor{
    margin-bottom: 1em;
}

.pad{
	padding: 10px;
}
.imgcent{
	width: 100%;
}
.line{
    margin-left: 10%;
    margin-right: 10%;
    border-bottom: 2px lightgray solid;
}
.zero{
    margin-right: 0px;
}


/*  colors  */

.black{
    color: black;
}
.bflat{
	color: #54C0EB;
}
.blue{
    color: #6495ED;  
}

.lightblue{
    color: #2ECBD0;
}

.blueflat{
    color: #88C5CC;
}

.flatred{
    color: #EE694E;
}

.pink{
    color: #FF757C;
}

.flatyellow{
    color: #FFCA4F;
}

.orange{
    color: #f77e25;
}

.white{
    color: #fff;
}

.flatgreen{
    color: #90DFAA;
}



/* navigation */

.nav-justified {
  background-color: #6495ED;
}
.nav-justified > li > a {
  padding-top: 10px;
  padding-bottom: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.nav-justified > .active > a {
  border-top: 5px solid #fff;   
  background-color: #6495ED;
}

.nav-justified > li > a:hover {
    background-color: #fff;
    color: #6495ED;
    border-top: 5px solid #6495ED;
}

ul.dropdown-menu{
    border-radius: 0px;
    width: 18em;
    opacity: .9;
}
ul.min{
    width: 20em;
}
ul.dropdown-menu li{
	background-color: white;
}

ul.dropdown-menu li>a{
	  color: #6495ED;
    font-size: 14px;
    height: 20px;   
}
.dropdown-menu li>a:hover{
	color: #f77e25;
}
#navbar-main.affix {
  top: 0;
  left: 0;
	right: 0;
	z-index: 100;
}
.navbar-default{
    background-color: #6495ED;
}

.search{
    margin-bottom: 3px;
    border: none;
    background-color: #6495ED;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
	color: #f77e25;
}

.btn-mini:hover{
	color: #f77e25;
}

.gray{
	color: #999;
}

.icon{
    border-radius: 100px;
}
.icon:hover{
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    border-radius: 100px;
}



/* carousel */

.carousel-indicators{
    color: #6495ED; 
}
.carousel-control{
    color: #6495ED;
}
.left-control, .right-control {
    position: absolute;
    top: 50%;
    height: 51px;
    width: 51px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #ffffff; 
    z-index: 20;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 0 20px;
    background-color: transparent;
}

.left-control:hover , .right-control:hover {
 	background-color: #6495ED;
 	color: #fff;
 	border: none;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	width: 25px;
	height: 25px;
	font-size: 25px;
}

/* news */
.news{
	background-color: #F4F4F4;
}
.padd{
    padding: 20px;
}
.contofnews{
	
	padding: 0 20px;
}
.newss{
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.contofnews img {
	width: 100%;
}
.newss img{
    width: 100%
}
.contofnews .caption{
	padding: 0 20px;
}


/* ads */

.ads{
   border-right: 3px solid #6495ED;
}


/* events */

.card {
  position: relative;
  float: left;
  padding-bottom: 25%;
  width: 100%;
  text-align: center;
}
.card__front,
.card__back {
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
	clear: both;
}
.card__front, .card__back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}
.card__front {
  background-color: #f77e25;
	height: 130px;
}
.card__back {
	padding: 20px;
  background-color: #6495ED;
	height: 130px;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.card__text {
 display: inline-block;
  position: absolute; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 20px;
  color: #fff;
  line-height: 20px;
}	
.card.effect__hover:hover .card__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.card.effect__hover:hover .card__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.topcard{
    margin-top: 40px;
}



/* dashbord */

.sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    z-index: 1000;
    display: block;
    padding: 20px; 
    background-color: #6495ED;
}
.sidebar ul li a{
      color: white;
}
  .sidebar ul li a:hover{
      color: orange;
  }
.nav-sidebar {
  margin-right: 5px; 
  margin-bottom: 20px;
  margin-left: -20px;
}
.brand{
    padding: 5px;
    z-index: 10000;
    border-bottom: 1px solid darkslateblue;
    background-color: #6495ED;
}
.sidefooter{
    border-top: 1px solid white;
    position: absolute;
    bottom: 0px;
    width: 90%;
}
.navbar-brand{
    color: white;
}




/* footer */

.footer{
    background-color: #555555;
    color: #fff;
}
.social{
	display: inline;
	margin: 0 5px;
	color: #999;
}
.bfont{
	font-size: 15px;
	font-weight: bold;
}
.ho:hover{
	color: #fff;
}
.ppp{
    padding: 50px 50px 4px 50px;
}



/* gallery */

.im{
    background-image: url("../img/1.png");
    background-repeat: no-repeat;    
}
.h{
	height: 550px;
	border-bottom: 5px solid #6495ED;
}

.bordertop{
    border-top: 1px solid #ccc;
}
.gall{
    padding-top: 1px;
}
.thumbnail{
    /* border-radius: 0px; */
}
.btn-white{
	color: #ffffff;
	border: 1px solid #ffffff;
}
.btn-white:hover{
	background-color: #ffffff;
}
.G{
	padding-top: 150px;
}
.GFont{
	font-size: 80px;
}

.GFooter{
	background-color: #555555;
}
.GPag li a{
	color: #000000;
}
.GSFont{
	font-size: 20px;
}


.thumbnail{
	border-color: #B7D0FF;
}
.pagination li a{
	color: #B7D0FF;
}

/* light-box */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}


.mar{
	text-decoration: underline;
}









.right{
	text-align: right;
}
.left{
	text-align: left;
}

.rect{
	background-color: #6495ED;
	margin: px;
	padding: 5px 20px;
}
.event {
  border-right: 10px solid orangered;
  border-bottom: 3px solid orangered;
}

.margin{
	padding: 9px;
}
.border{
    border: 2px solid gray;
    border-radius: 4px;
    padding: 1em;
}
.lineup {
	border-top: solid 1px #272526;
	padding-bottom: 5px;
}
.sides{
	margin: 5px;
	color: #887C62;	
}
.marginr{
	margin-right: 100px;
}
.image {
		border-radius: 6px;
		border: 0;
		display: inline-block;
		position: relative;
}
	.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
}
.shadow{
    background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.borderbottom{
	border-bottom: 5px solid #6495ED;
}
.ci{
	padding-bottom: 20px;
}
.bgcolor{
    background-color: white;
}

.form-control, .btn-primary, .navbar{
    border-radius: 0px;
}
.has-feedback, .form-control-feedback {
    top: 1px;
    color: #ccc;
}
.rrr{
    margin-right: 10px;
}
.panel-default{
    border-top: 3px solid #6495ED;
}
.nice{
    width: 50px;
}

.go, .goo{
	position: absolute;
	float: left;
	left: 130px;
	top: 5px;
	color: white;
	border: none;
}
.go:hover{
	color: orange;
}
.goo{
	top: 10px;
	left: 90px;
	border: 1px solid white;
}
.goo:hover{
	background-color: orange;
}
.bad{
	padding: 10px;
}
.social i{
	color: #999;
	font-size: 25px;
}
i:hover{
	color: #88C5CC;
}
.list{
	list-style-type: disc;
	font-family: times;
	font-size: 1.1em;
	text-align: justify;
}
.olist{
	font-family: times;
	font-size: 1.1em;
	text-align: justify;
}
.mr{
	margin-right: 10px;
}
.padright{
	padding-right: 20px;
}
.c{
	margin-left: auto;
	margin-right: auto;
}
.ba{
	background-color: transparent;
	color: #ffffff;
}
{
	
}
