body {
	/*background: #fff url('images/bodybg.jpg') repeat-x scroll top left;*/
	background-color: white no-repeat;
	background-repeat: no-repeat;
  background: -webkit-linear-gradient(#007cc2, white) fixed no-repeat; /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#007cc2, white) fixed no-repeat; /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#007cc2, white) fixed no-repeat; /* For Firefox 3.6 to 15 */
  background: linear-gradient(#007cc2, white) fixed no-repeat; /* Standard syntax */
	background: -ms-linear-gradient(#007cc2, white) fixed no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#007cc2, endColorstr=white, fixed, no-repeat);
	background-size: auto 100%;
	margin:15px 0;
	padding:0;
	font-family: Arial, "Segoe UI","Segoe", Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
}
/* xs < 768 */
@media screen and (max-width: 767px) {
  body {
      font-size: 11px !important;
  }
	.text {
      font-size: 0.6em !important;
  }
	.title{
		display: none;
	}
	.footer-content p{
		font-size: 0.7em !important;
		padding: 8px 0 8px 0 !important;
	}
}

/* sm */
@media screen and (min-width: 768px) {
  body {
      font-size: 13px !important;
  }
}

/* md */
@media screen and (min-width: 992px) {
  body {
      font-size: 14px !important;
  }
}

/* lg */
@media screen and (min-width: 1200px) {
  body {
      font-size: 15px !important;
  }
}

img{
	float:left;
	border:0px solid #000;
	margin-right:10px;
	width: 100%;
	max-width: 350px;
}

p {
	line-height: 1.8em !important;
	margin-bottom: 20px;
	text-align: justify;
}

a {
	color: #004990 !important ;
	text-decoration:none !important;
}

a:hover {
	color: #f0b410 !important;
	text-decoration:none;
}
a:focus {
	outline: none;
	text-decoration:none;
}

h1 {
	color: #999;
	font-size: 2em !important	;
}

h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em !important;
	letter-spacing: 0.5px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;

}
h3 {
	color: #004990;
	font-size: 1.4em !important;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 {
	padding: 10px 0 10px 0 !important;
	font-size: 1.3em !important;
	color: #333333;
	margin: 0 !important;
}

h5 {
	padding-bottom: 10px;
	font-size: 1.1em !important;
	color: #333333;
}
ul, ul li{
	text-align: justify !important;
}

.container {
	margin-top: 15px;
	background-color: white;
	border-radius: 3px;
	-webkit-borber-radius: 3px;
	-moz-webkit-radius: 3px;
}
.logo{
	float: left;
	padding-bottom: 0;
}
.logo img{
	width: 200px;
	margin-left: 15px;
	margin-top: 5px;
}
.title{
	margin: 33px 0 0 0;
	padding: 0;
	float: right;
}
.title img{
	width: 177px;
	margin: 0;
	padding: 0;
}
.left{
	margin-left: 10px;
	float:left;
}
.right{
	padding: 7px;
}
#nav {
	margin-top: 10px;
	background: #f0b410 repeat-x scroll top left !important;
	min-height: 31px !important;
	height: 31px !important;
	border-radius: 0 !important;
	-webkit-borber-radius: 0 !important;
	-moz-webkit-radius: 0 !important;
}
.navbar-nav{
	list-style: none;
	padding: 0 !important;
	margin: 0  !important;
	width: 100%;
	display: inline-block;
}
.nopadding{
	padding: 0 !important;
}
.navbar-collapse{
	width: 100% !important;
	padding: 0 !important;
}
.collapse{
	width: 100% !important;
}


.navbar-nav li {
	background: #f0b410 repeat-x scroll top left !important;
	height: 31px !important;
}

.navbar-nav li a {
	color: #fff !important;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.5px;
	padding: 6px 20px 5px !important;
	text-decoration: none;
	border-right: thin solid #fff;
	font-weight: bold;
}

.navbar-nav li a:hover {
	background: #004990 !important;
	min-height: 15px !important;
	color: white !important;
}
.lang{
	float: right;
	padding: 7px 0;
	margin: 0 auto;
}
.lang img{
	width: 20px;
}
.navbar-toggle{
	color: black !important;
	margin: 2px 2px 5px 0 !important;
	padding: 0 !important;
	border: thin solid #fff !important;
	padding: 4px 5px 2px 5px !important;
	width: auto !important;
}
.navbar-collapse{
	width: 100% !important;
}
.icon-title{
	margin: -18px 0 0 35px;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}
.icon-bar {
    background-color:#fff!important;
		width: 30px !important;
		height: 3px !important;
}
.maps{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 400px;
}
.clear {
	clear: both;
}

.footer-content {
	background: #f0b410;
	border-radius: 0 0 3px 3px;
	-webkit-borber-radius: 0 0 3px 3px;
	-moz-webkit-radius: 0 0 3px 3px;
	margin-top: 20px;
	padding: 0;
}
.footer-content p{
	padding: 3px 0 3px 0;
	margin: 0;
	color: white;
	font-size: 0.85em;
}

/*slider css*/

* {box-sizing:border-box}

.mySlides {
	display:none;
	width: 100%;
}
.mySlides img{
	max-width: 100% !important;
	width: 100% !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
/* Caption text */
.text {
  color: #fff;
  font-size: 1em;
  padding: 0.5%;
  position: absolute;
  bottom: 8px;
  width: 50%;
	right: 30px;
	background-color: rgba(0, 73, 144, 0.3);
  text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 20px 5px 0 0;
  background-color: rgba(0, 73, 144, 0.3);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active{
	background-color: #f0b410;
}
.dot:hover {
  background-color: #004990;

}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*end slider css*/
