@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color:#333;
	 margin: 0;
    padding: 0;
    border: 0;
	background-image:url('../img/bg.png');
	background-repeat:repeat;
}

.font_use{
 	font-family: 'Open Sans', sans-serif;
    font-size: 14px;	
}
#wrapper {
    width: 100%;
    min-width: 850px;
    max-width: 850px;
    margin: 0 auto;
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 1px 15px rgba(0,0,0,0.8);
	box-shadow: 0 1px 15px rgba(0,0,0,0.8);
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
	border-top:4px solid #1962ad;
	background-color:#Fff;


}

#header {
    float: left;
    height: 110px;
    width: 100%;
    background: #Fff;
}

#navigation {
    float: left;
    height: 45px;
    width: 100%;
	border-top:1px solid #E9E7E7;
}

#contentliquid {
    float: left;
    width: 100%;
}

#content {
    background: #FFFFFF;
    width: 100%;

}

#footer {
    height: 50px;
    width: 100%;
    background: #1962ad;
    clear: both;
	padding:15px 20px 10px 20px;
	color:#Fff;
}


/* rotator in-page placement */
    div.rotator {
	position:relative;
	height:350px;
	display:none;
}
/* rotator css */
	div.rotator ul {
	margin:0;
	padding:0;
	
}
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
  div.rotator ul li.show {
	z-index:500;
}

.slick-slide .image{padding:10px;}
.slick-slide img{border:5px solid #FFF;display:block;width:100%;}
.slick-slide img.slick-loading{border:0 }
.slick-slider{margin:30px auto 50px;}
#cssmenu {
  background: #ffffff;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  float: left;
  display: block;
  padding: 0;
}
#cssmenu ul li a {
  color: #1963ad;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
 
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #1963ad;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: '';
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #1963ad;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #1963ad;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #1963ad;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #cssmenu ul li {
    float: none;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    height: 1px;
    background: #1963ad;
    width: 100%;
    opacity: .2;
  }
  #cssmenu ul li.last > a:before,
  #cssmenu ul li:last-child > a:before {
    display: none;
  }
}
