@charset "UTF-8";


body {
    font-family:"Tahoma";
}

.container-fluid{
	background-color:rgba(255, 255, 255, 0.7);
	}


h3{
	color:#327299;
	font-size:14px;
    font-family:"Tahoma";
	}
a {
    color: gray;
}
a:hover {
    color: black;
    text-decoration: none;
}

.btn-link{
	color: gray;
	font-size:13px;
	padding:0px;
	}
	
.btn-link:hover {
    color: black;
    text-decoration: none;
}
.modal {
	overflow: auto;
	color: #333;
}

.menu{
	margin-top:40px;
	display:none;
	font-family:"Tahoma";
	font-size:12px;
	}


	
#links{
	display:none;
	}
	
#links {
	
   /* Prevent vertical gaps */
   line-height: 0;
   /*opacity:0.2;*/
   -webkit-column-count: 6;
   -webkit-column-gap:   0px;
   -moz-column-count:    6;
   -moz-column-gap:      0px;
   column-count:         4;
   column-gap:           6px;

}

#links a img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  border: 1px solid white;
}
	



.logo {
	display:none;
	margin-bottom:80px;
	background:rgba(255, 255, 255, 0.7);
	width:100%;
    padding-left:43%;
    top:40%;
    animation: centerme 3s;
    -webkit-animation: centerme 3s;
    -moz-animation: centerme 3s;
    -o-animation: centerme 3s;
    -webkit-animation-delay: 3s;
    position: absolute;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes centerme {
    100%   {padding-left: 3%; top: 0;}
    30% {padding-left: 43%; top: 0;}
    0%  {padding-left: 43%;top: 40%;margin-top: 0px;margin-left: 0px;}
}

@-webkit-keyframes centerme {
    100%   {padding-left: 3%; top: 0;}
    30% {padding-left: 43%; top: 0;}
    0%  {padding-left: 43%;top: 40%;margin-top: 0px;margin-left: 0px;}
}


@-moz-keyframes centerme {
  100%   {padding-left: 3%; top: 0;}
    30% {padding-left: 43%; top: 0;}
    0%  {padding-left: 43%;top: 40%;margin-top: 0px;margin-left: 0px;}
}
@-o-keyframes centerme {
  100%   {padding-left: 3%; top: 0;}
    30% {padding-left: 43%; top: 0;}
    0%  {padding-left: 43%;top: 40%;margin-top: 0px;margin-left: 0px;}
}


.blueimp-gallery>.title {
display:none;
  left:70%;
  top:70%;
  margin: 0px 30px 0px 0px;
  padding:15px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  text-shadow: 0 0 1px #000;
  opacity: .8;
  	background-color:rgba(0, 0, 0, 0.5);

}


@-webkit-keyframes fadef {
  0%   { opacity: 0; }
  70%   { opacity: 0.01; }
  100% { opacity: 1; }
}
@-moz-keyframes fadef {
  0%   { opacity: 0; }
  70%   { opacity: 0.01; }
  100% { opacity: 1; }
}
@-o-keyframes fadef {
  0%   { opacity: 0; }
  70%   { opacity: 0.01; }
  100% { opacity: 1; }
}
@keyframes fadef {
  0%   { opacity: 0; }
  70%   { opacity: 0.01; }
  100% { opacity: 1; }
}

.dil{
	position: fixed;
	top:20px;
	right:20px;
	color:#327299;
	z-index:200;
	letter-spacing:1px;
	animation: fadef 9s;
    -webkit-animation: fadef 9s;
    -webkit-animation-delay: 0s;
    position: absolute;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: fadef 9s;
    -o-animation: fadef 9s;
	}
	
.modal {
	color: #FFF9ED;
}

.modal-content{
  background-color:rgba(50, 114, 153, 0.4);
}

.close{
	color:#FFF9ED;
	opacity:0.7;
}

.close:hover{
	color:#FFF9ED;
	opacity:0.9;
	}

.cbp-hrmenu {
	width: 100%;
	margin-top: 45px;
	border-bottom: 2px solid #47a3da;
	border-top: 1px solid #47a3da;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 90%;
	max-width: 70em;
  margin: 0 0 0 21%;
	padding: 0 0.405em;
}

.cbp-hrmenu > ul > li, .cbp-hrmenu > button {
	display: inline-block;
}

.cbp-hrmenu > ul > li > a, .cbp-hrmenu > ul > button {
	font-weight: 700;
	padding: 1em 2em;
	color: #999;
	display: inline-block;
}

.cbp-hrmenu > ul > button {
	font-size:12px;
}

.cbp-hrmenu > ul > li > a:hover, .cbp-hrmenu > ul > button:hover {
	color: #47a3da;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	background: #47a3da;
}

.cbp-hrmenu > ul > li > .btn-link {
	font-weight: 700;
	padding: 1em 2em;
	color: #999;
	display: inline-block;
}

.cbp-hrmenu > ul > li > .btn-link:hover {
	color: #47a3da;
}

.cbp-hrmenu > ul > li.cbp-hropen .btn-link,
.cbp-hrmenu > ul > li.cbp-hropen > .btn-link:hover {
	color: #fff;
	background: #47a3da;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #47a3da;
	width: 100%;
	left: 0;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 20%;
	float: left;
	padding: 0 0.7em 0;
	text-align:center;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}

.cbp-hrmenu .cbp-hrsub-inner > div .btn-link {
	line-height: 2em;
}

.cbp-hrsub h4 {
	color: #afdefa;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}

/* Examples for media queries */

@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) { 

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu > ul > button {
		width: 100%;
		padding: 0;
		  margin: 0 auto;

	}
	
		 .cbp-hrmenu > ul > button{
		 	padding:20px 55px;
		 	text-align:left;
		 	font-size:18px;
		 	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}
	.cbp-hrmenu .cbp-hrsub-inner > div {
	text-align:left;
}
	

	.cbp-hrmenu > ul > li, .cbp-hrmenu > ul > button {
		display: block;
		border-bottom: 1px solid #47a3da;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}
	
	.cbp-hrmenu > ul > li > .btn-link { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}


.blueimp-gallery>.title {
  left:0;
  top:70%;
  margin: 0px 0px 0px 0px;
  padding:0px;
  font-size: 18px;
  line-height: 28px;

}
}



@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
		text-align:left;
	}
.blueimp-gallery>.title {
  left:0;
  top:60%;
  margin: 0px 0px 0px 0px;
  padding:0px;
  font-size: 18px;
  line-height: 28px;

}

}
