@charset "utf-8";
/* CSS Document */

.n_container {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}
.n_header {
	width: 100%;
	background: #e16503;
	clear: both;
	overflow: hidden;
}
.logo {
	width: 100%;
	margin: 10px 0px;
}
/**********  Navigation ************/
.my_nav {
	background: #fff;
	width: 100%;
	max-width: 750px;
	margin: 0px auto;
	/*overflow: hidden;*/
	position: relative;
}
#toggle-menu {
  display: none;
  float: right;
  text-align: right;
}
.social-icons {
  float: right;
  width: 20%;
  margin-top: 5px;
  text-align: center;
}
.social-icons ul {
	margin: 0px;
	padding: 0px;
}
.social-icons ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 40px;
}
.social-icons ul li a {
	background: #e16503;
	padding: 10px 20px;
	color: #fff;
	border-radius:8px;
      -moz-border-radius:8px;
      -webkit-border-radius:8px;
      -khtml-border-radius:8px;
      -o-border-radius:8px;
	text-decoration: none;
}
.social-icons ul li a:hover {
	background: #eee;
	color: #e16503;
}
.navigation {
  float: left;
  width: 80%;
  line-height: 50px;
}
.navigation ul {
	margin: 0px;
	padding: 0px;
}
.navigation li {
  display: inline;
  font-size: 17px;
  padding: 16px;
}
.navigation li a {
  color: #e16503;
  text-decoration: none;
}
.navigation li a:hover {
  color: #00008B;
}
.active  a{
  color: #00008B !important;
}
@media(max-width: 768px){
#toggle-menu {
  color:  rgb(128, 128, 128) none repeat scroll 0 0;
  display: block;
  float: right;
  font-size: 30px;
  padding: 9px 15px;
  cursor:pointer;
  position: absolute;
  right: 0;
  margin: 0px 15px;
}
.social-icons {
  width: 30%;
}
.header-inner {
  float: left;
  padding: 2% 0;
  width: 100%;
}
.navigation {
  width: 100%;
}
.navigation > ul {
  border-top: 1px solid rgb(255, 255, 255);
  display: none;
  float: left;
  margin: 27px 0;
  width: 100%;
  padding: 0px;
}
.navigation li {
    border-bottom: 1px dotted #EEE;
  float: left;
  font-size: 17px;
  padding: 0px;
  width: 100%;
  text-align: left;
}
#main-menu > li:hover {
  background: rgb(0, 0, 0) none repeat scroll 0 0;
  border-top: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.navigation a {
  color: rgb(255, 255, 255);
  padding: 0 22px;
  text-decoration: none;
}
}
/**********  Navigation End ************/
.banner {
	width: 100%;
	margin: 0px auto;
	position: relative;
}
.banner img {
	width: 100%;
}
.banner_title {	
	position: absolute;
    width: 100%;
    max-width: 800px;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -399px;
    margin-top: -106px;
}
.banner_title h1 {
	color: #fff;
	font-size: 35px;
}
.banner_title h2 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 50px;
}
.banner_title a {
	background: #e16503;
	color: #fff;
	padding: 10px 20px;
	font-size: 20px;
	text-decoration: none;
	border-radius:8px;
      -moz-border-radius:8px;
      -webkit-border-radius:8px;
      -khtml-border-radius:8px;
      -o-border-radius:8px;
}
.banner_title a:hover {
	background: #fff;
	color: #e16503;
}
.content {
	width: 100%;
	max-width: 800px;
	margin: 50px auto;
	text-align: center;  min-height: 155px;
}
.content h1 a {
	background: #e16503;
	color: #fff;
	padding: 10px 20px;
	font-size: 25px;
	text-decoration: none;
	border-radius:8px;
      -moz-border-radius:8px;
      -webkit-border-radius:8px;
      -khtml-border-radius:8px;
      -o-border-radius:8px;
}
.content h1 a:hover {
	color: #e16503;
	background: #EEE;
}
.content h2 {
	color: #e16503;
	font-size: 24px;
	font-weight: bold;
	margin-top: 50px;
}
.content h3 {
	color: #e16503;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
}
.content p {
	color: #787777;
	font-size: 17px;
	line-height: 28px;
	padding: 0px 20px;
}
.weather {
	width: 450px;
	margin: 34px 0px 0px -50px;

}
.bottom_content {
	width: 100%;
	max-width: 570px;
	margin: 0px auto;
}
.content_img {
	width: 48%;
	margin: 50px 5px;
	padding: 5px;
	float: left;
	border: 1px solid #b0b0b0;
	border-radius:8px;
      -moz-border-radius:8px;
      -webkit-border-radius:8px;
      -khtml-border-radius:8px;
      -o-border-radius:8px;
}
.content_img img {
	width: 100%;
}
.n_footer {
	width: 100%;
	margin: 0px auto;
	background: #e16503;
	padding: 50px 0px 70px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.footer_nav {
	width: 100%;
	margin: 0px;
}
.footer_nav ul {
	padding: 0px;
	margin: 0px;
}
.footer_nav ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline-block;
}
.footer_nav ul li a {
	padding: 0px;
	margin: 0px 10px;
	color: #fff;
	font-size: 16px;
}
.footer_nav ul li a:hover {
	color: #964302;
}

@media screen and (max-width: 1200px) {
.banner img {
    width: 100%;
    height: 250px;
}
}

@media screen and (max-width: 768px) {
	.social-icons {
    float: left;
    margin-left: 20px;
}
.banner img {
    width: 100%;
    height: 250px;
}
.banner_title {
    position: absolute;
    width: 100%;
    max-width: 800px;
    top: 12%;
    left: 0%;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
}
.banner_title h1 {
    font-size: 20px;
}
.banner_title h2 {
    font-size: 18px;
}
}

@media screen and (max-width: 600px) {
	.logo {
    text-align: center;
}
	.footer_nav ul li {
    padding: 0px;
    margin: 10px 0px;
    padding-bottom: 10px;
    list-style: none;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #c65801;
}
.footer_nav {
    margin: 25px 0px;
} 
.weather {
	width: 100%;
}
.content_img {
    width: 100%;
    margin: 20px 0px;
}
}


.nivo-caption {
    position: absolute;
    left: 0px;
    top: 50px;
    background: none;
    color: #000;
    width: 100%;
    z-index: 8;
    /* padding: 5px 10px; */
    /* opacity: 0.8; */
   /*  overflow: hidden; */
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   /*  text-align: -moz-left; */
    padding: 25px 0 0 0px;
	text-align:center;
}
.b_hone {
    color: #fff;
    font-size: 50px;
	margin:0 auto;
	/* font-family:'RobotoRegular';
	font-size:40px;
	margin:0 0 5px 0;
	padding: 19px 0 0 25px;
	text-shadow: 0 0 5px #fff;
	width:45%; */
}

.b_htwo {
       color: #fff;
    font-size: 30px;
   /*  margin-bottom: 50px; */
	/* margin:0 auto; */
}
.nivo-directionNav{
	display:none !important;
}

.login-button input[type="submit"],input[type="reset"] {
	background: #e16503;
    padding: 10px 20px;
    color: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -o-border-radius: 8px;
    text-decoration: none;
	    border-style: none;
		    margin: 2px;
}
.logout_link{
	background-color: #e16503;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
	    float: right;
    margin-top: -60px;
}

.member .navigation {
  float: left;
  width: 100% !important;
  line-height: 50px;
}
.member .navigation li a {
  color: #fff;
  text-decoration: none;
}
.album-box {
  border: 1px solid #cdcdcd;
  margin-bottom: 25px;
  padding: 4px;
}
.album-name {
  padding: 5px;
}
.image_box {
  display: inline-block;
  min-width: 182px;
  text-align: center;
  vertical-align: text-bottom;
}
.inner_img_box {
  border: 1px solid #cdcdcd;
  display: inline-block;
  margin: 10px;
  padding: 5px;
}

.content ol li, ul li{
    color: #787777;
    font-size: 17px;
    line-height: 28px;
}