/*
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/

body{
	font-family: 'trebuchet ms', cursive;
	font-size:12px;
	background:#e6e6e6;
}
.wrap {
	width:1024px;
	margin:0 auto;
	/*background:#e8e8e6;*/
}
.header{
	 background: #1e1e1e;
}
.logo{
	margin:25px 0;
	float: left;
	
}
.logo a{
	font-size:50px;
	color:#6ec52e;
	text-shadow: 0 3px 0 #4b8621;
}
.right{
	float: right;
}
.search{
	margin: 15px 0 0 15px;
}
.search input[type="text"]{
	background: #666;
	padding: 4px 5px;
	width:300px;
	color: #eee;
	border: 1px solid #666;
	 -webkit-border-top-left-radius:.3em;
		-moz-border-top-left-radius:.3em;
			 border-top-left-radius:.3em;
	 -webkit-border-bottom-left-radius:.3em;
		-moz-border-bottom-left-radius:.3em;
			 border-bottom-left-radius:.3em;
			 outline: none;
}
.search input[type="submit"]{
	padding:4px 20px;
	margin: 0;
	background:url(../images/button-overlay.png) #333;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: #ddd;
	cursor: pointer;
 -webkit-border-radius:.2em;
	-moz-border-radius:.2em;
		 border-radius:.2em;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
			box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
			font-family: 'trebuchet ms', cursive;
			
}
.search input[type="submit"]:hover{
	background: #2d2d2d;
	color: #fff;
	border: 1px solid #444;
}
/*-----Header Nav----*/
.header-nav {
	margin: 10px 0 0 0; 
}
.header-nav li {
	display:inline-block;
}
.header-nav li a {
	color:#666;
	font-size:13px;
	display:block;
	margin:10px 15px;
	text-transform:uppercase;
	-webkit-transition:all .4s;
       -moz-transition:all .4s;
	     -o-transition:all .4s;
	    -ms-transition:all .4s;
	        transition:all .4s;
}
.header-nav li:first-child a,
.header-nav li a:hover{
	color:#fff;
	
}
/*---Nav---*/
.nav-wrap{
	background: #111;
}
.nav {
	background: #111;
}
.nav li {
	display:inline-block;
	float: left;
	border-right: 1px solid #1f1f1f;
}
.nav li a {
	color:#666;
	font-size:13px;
	display:block;
	padding:11px 30px;
	text-transform:uppercase;
	-webkit-transition:all .3s;
       -moz-transition:all .3s;
	     -o-transition:all .3s;
	    -ms-transition:all .3s;
	        transition:all .3s;
}
.nav li.active a,
.nav li a:hover{
	color:#eee;
	background:url(../images/button-overlay-b.png) #333;
}
.bottom-bg{
	background:url(../images/bottom-bg.png) repeat-x;
}
.slide img{
	padding: 12px;
	background: #fff;	
	box-shadow: 0 0 8px #aaa;
	border-bottom: 1px solid #ffffff;
}
.slide{
	padding: 0 0 30px 0;
}
.main-body{
	padding: 30px 0;
}
/*--sidebar--*/
.sidebar{
	float: right;
	width: 265px;
}
.list{
	background: #252525;
}
.list h3{
	color: #666;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	border-bottom: 2px solid #333;
}
.list li{
	border-bottom: 1px solid #333;
}
.list li a:before{
	content: "";
	background-color: red;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.list li a{
	color: #555;
	padding:10px 5px;
	display: block;
	font-size: 12px;
	-webkit-transition:all .3s;
       -moz-transition:all .3s;
	     -o-transition:all .3s;
	    -ms-transition:all .3s;
	        transition:all .3s;
}
.list li a:hover{
	color: #eee;
	background: #333;
}
/*--content--*/
.content{
	float: left;
	width: 715px;

}
/*sub-cont*/
.sub-cont h1{
	font-size: 14px;
	padding:7px  12px;
	background:#333;
	color: #aaa;
	width: 690px;
}
/*gallery*/

.gallery li{
	margin:30px 22px 20px 0;
	float: left;
	padding:15px;
	border: 1px solid #eee;
	background: #fff;
	box-shadow: 0 0 6px #888;
}
.gallery h3{
	color: #165d88;
	padding: 10px 0;
	text-align: center;
	background: #fff;
	font-size: 18px;
}

.gallery li:nth-child(3),
.gallery li:nth-child(6){
	margin-right: 0;
}
.gallery p{
	color: #999;
	background: #fff;
	text-align:center;
	font-size: 18px;
}
.gallery button{
	background: #333;
	border: none;
	color: #aaa;
	padding: 5px 10px;
	margin:  10px 0 0 55px;
}
.gallery button:hover{
	background: #1d1d1d;
	color: #eee;
}
.gallery li:hover{
	cursor: pointer;
	border: 1px solid #ddd;
	box-shadow: 0 0 10px #ccc;
}
/*----Album---*/
.album{
	margin: 20px 0;
	background: #e5e5e5; 
	padding:30px;
}
.album-pic{
	float: left;
	padding:10px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px #aaa;
}
.album-data{
	float: left;
	width: 400px;
	margin-left: 30px;
}
.album-data h3{
	color: #333;
	font-size: 20px;
	padding-bottom: 10px;
}
.album-data p{
	color: #777;
	font-size: 14px;
	padding-bottom: 10px;
}
p.rate{
	font-size: 16px;
	color: #06f;
}
.btn a{
	color: #aaa;
	padding:5px 10px;
	font-size: 12px;
	background: #333;
	border: 1px solid #2a2a2a;
}
.btn{
	margin-top:10px;
	
}
.btn a:hover{
	background: #222;
	color:#eee;
}
/*--feedback--*/
.feed{
	padding:50px 0;
	margin-bottom:30px;
}
.feedback{
	font-size:16px;
	padding-bottom:10px;
	color:#464646;
	margin:0 0 0 30px;
	float:left;
	background: #1d1d1d;
}
.feedback h1{
	font-size:18px;
	padding:13px;
	border-bottom: 1px solid #333;
	color:#464646;
}
.feedback div{
	padding:10px;
}
.feedback label{
	color: #165D88;
}
.feedback span{	
	display:block;
	padding:3px 0;
}
.feedback input[type="text"]{
	width:450px;
	padding:4px;
	font-size:13px;
	color:#aaa;
	background:#444;
	border:none;
	outline: none;
	font-family: 'trebuchet ms', cursive;
}
.feedback textarea{
	width:450px;
	height:100px;
	padding:4px;
	font-size:13px;
	background:#444;
	border:none;
	color:#aaa;
	outline: none;
	resize: none;
	font-family: 'trebuchet ms', cursive;
}
.feedback input[type="submit"]{
	width:100px;
	padding:3px 0;
	font-size:16px;
	background:#444;
	border:none;
	font-size:14px;
	color:#aaa;
	cursor:pointer;
	font-family: 'trebuchet ms', cursive;
}
.feedback input[type="submit"]:hover{
	background:#2d2d2d;
	color: #fff;
}
.map{
	float: right;
	margin-right: 30px;
	box-shadow: 0 0 6px #666;
}
/*--footer--*/
.footer{
	background:#1f1f1f;
	padding:20px 0 0 0;
}
.footer ul{
	float: left;
	width:55%;
}
.footer h3{
	font-size: 18px;
	color: #444;
	text-shadow:1px 1px 1px #111;
	padding-bottom: 6px;
	width: 280px;
	 
}
.footer-pic{
	float: right;
	margin: 30px 18px 0 20px;
}
.half-footer{
	float: left;
	width: 45%;
	padding-left: 30px;
	border-right:1px solid #2d2d2d; 
}
.half-footer:nth-child(2){
	border-right: none;
}
.footer li{
	margin:9px 0;
}
.footer li a{
	color:#555;
	font-size:14px;
	-webkit-transition:all .4s;
       -moz-transition:all .4s;
	     -o-transition:all .4s;
	    -ms-transition:all .4s;
	        transition:all .4s;
}
.footer li a:hover{
	color:#fff;
}
.copy{
	text-align: center;
	background: #222;
	word-spacing:3px;
	padding:20px;
	color:#555;
}
.copy a{
	color:#aaa;
}
.copy a:hover{
	color: #fff;
	border-bottom:1px solid #333;
}
iframe{
	width:100%;
}
/*--responsive--*/

@media(max-width:1050px){
	.wrap {
		margin: 0px auto;
		width: 945px;
	}
	.content {
		float: left;
		width: 100%;
	}
	.sidebar {
		float: right;
		width: 100%;
	}
	.feedback {
		margin: 0 0 0 30px;
		float: left;
		width: 48%;
	}
	.feedback input[type="text"],.feedback textarea {
       width:97%;
	}
	.map {
		float: right;
		margin-right: 0;
		width: 47%;
	}
}
@media(max-width:1024px){

}
@media(max-width:991px){

	.wrap {
		margin: 0px auto;
		width: 897px;
	}
	.half-footer {
		float: left;
		width: 100%;
		padding-left:10px;
	}
	.feedback {
		margin: 0 0 0 0px;
		float: left;
		width: 100%;
	}
	.map {
		float: right;
		margin-right: 0;
		width: 100%;
		margin-top: 20px;
	}
}
@media(max-width:900px){
	.wrap {
		margin: 0px auto;
		width: 820px;
	}

}	
@media(max-width:800px){
	.wrap {
		margin: 0px auto;
		width: 700px;
	}

}
@media (max-width:736px){
	.wrap {
		margin: 0px auto;
		width: 627px;
	}
	.logo {
	    margin: 25px 0 0 0;
		float: none;
		text-align: center;
	}
	.header-nav {
		margin: 0;
	}
	.right {
		float: none;
		text-align: center;
	}
	.search {
		margin: 15px 0 0px 0px;
		padding-bottom: 15px;
	}
	.sub-cont h1 {
		font-size: 14px;
		padding: 7px 12px;
		width: 89%;
	}

}
@media(max-width:667px){
	.wrap {
		margin: 0px auto;
		width: 553px;
	}
	.nav li a {
		padding: 11px 24px;
	}
}
@media(max-width:640px){
	.wrap {
		margin: 0px auto;
		width: 524px;
	}
	.gallery li {
		margin: 6px 6px;
		float: left;
		padding: 15px;
		width: 40%;
	}
	.album-data {
		float: left;
		width: 100%;
		margin-left: 0;
		margin-top: 17px;
	}
}
@media(max-width:600px){
	.wrap {
		margin: 0px auto;
		width: 458px;
	}
	.nav li a {
		padding: 11px 17px;
	}
	.footer-pic {
		float: none;
		margin: 10% 0;
		width: 100%;
	}
	.footer ul {
		float: left;
		width: 100%;
	}
}
@media(max-width:480px){
	.wrap {
		margin: 0px auto;
		width:375px;
	}
	.header-nav li a {
		margin: 10px 7px;
	}
	.search input[type="text"] {
		padding: 4px 5px;
		width: 195px;
	}
	.nav li a {
		padding: 11px 9px;
	}
	.gallery li {
		margin: 6px 6px;
		float: left;
		padding: 15px;
		width: 50%;
	}
	.logo img {
		width: 60%;
	}

}
@media(max-width:414px){

	.wrap {
		margin: 0px auto;
		width: 357px;
	}
	.search input[type="text"] {
		padding: 4px 5px;
		width: 120px;
	}
	.gallery li {
		margin: 6px 6px;
		float: left;
		padding: 15px;
		width: 70%;
	}
	.nav li {
		display: block;
		float: none;
	}
	.half-footer {
		float: left;
		width: 92%;
		padding-left: 10px;
	}
}
@media(max-width:375px){
	.wrap {
		margin: 0px auto;
		width: 282px;
	}

}
@media(max-width:320px){
	
}