
/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
html {
	background:#000;
}
body {
	background:url(img/background.jpg) 50% top no-repeat;
	color:#aaa;
}
a {
	color:#7e0f06;
}
a:hover {
	color:#e21000;
}
h1, h2, h3, h4, h5, h6, a.post_ttl {
	color:#fff;
	text-decoration:none;
}

a.post_ttl {
	font-size:20px;
	
}
/*------------------------------ HEADER ------------------------------*/
#header {
	background:url(images/top.png) 50% top no-repeat;
}
#secondarymenu-container {
	position:relative;
}

/*------------------------------ CONTENT ------------------------------*/
.articles .one-post{
	border-top:1px solid #1c1c1c;
}
.articles .one-post:first-child {
	border-top:none;
}
.widget_posts ul li img,.widget_flickr a {
	padding:2px;
	background:#000000;
}
.page-numbers {
	padding:0 20px;
	line-height:51px;
}
a.page-numbers {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #403204;
	background:url(images/readmore.png) left 50% repeat;
	padding:5px 10px;
	color:#C6894F;
}
span.page-numbers {
	padding:5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #403204;
	background:url(images/readmore-act.png) left 50% repeat;
}

/*------------------------------ FOOTER ------------------------------*/
#footer {
	color:#e8e8e8;
}
#footer .container {
	background:url(images/content/main-n.png) left top repeat;
	padding:0 6px;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	color:#e0cbc6;
}
#footer h3 {
	color:#fff;
}
#footer .footer_txt {
	border-top:1px solid #1c1c1c;
	padding-top:31px;
}

/*------------------------------ WIDGETS AND SLIDER ------------------------------*/
#content .widget {
	background:url(images/separator.png) left top repeat-x;
	margin-top:-4px;
	padding-top:4px;
}
#content .widget:first-child {
	background:none;
	margin-top:-2px;
	padding-top:2px;
}
.fp-next, .fp-prev {
	width:40px;
	height:39px;
}
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content-top {
		height:44px;
		width:1012px;
	}

	#content .container {
		width:986px;
		padding:13px;
	}
	#logo {
		margin: 30px 90px;		
	}
	.contact {
		font-size: 30px;
		color: red;
		padding-left: 30px;
	}
	.menusearch {
		float:right;
		margin-top:18px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:270px;
		position:relative;
		z-index:11;
	}
	
	#mainmenu-container {
		text-align:center;
		height:50px;
                     
                
	}
	#mainmenu {
		display:inline-block;
	}
	#mainmenu li a {
		text-align:center;
		color:#fff;
		display:block;
		text-decoration:none;
		font-size:13px;
		padding:18px 25px;
	}
	#mainmenu a:hover{
		text-decoration:underline;
	}
	#header li ul {
		top:80px;
	}
	#mainmenu li ul {
		top:58px;
		left:0%;
	}


	
	#header li ul .inner {
		background:#1c1c1c;
		border:2px solid #454545;
		padding:0;
	}
	#header ul.children li, #header .sub-menu li {
		padding:0 !important;
		margin:0 !important;
		height:25px;
		line-height:25px;
	}
	#header ul.children li a, .sub-menu li a {
		color:#fff !important;
		padding:0 !important;
		background:none;
		height:25px;
		line-height:25px;
	}
	#header .sub-menu .sub-menu {
		top:0;
	}
	
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {
		margin:15px 0;
		background:url(images/slider.png) 50% top no-repeat;
		padding-top:7px;
		padding-bottom:34px;
	}
	.slider-nothumb .slider-container {
		background:url(images/slider-nothumb.png) 50% top no-repeat;
	}
	.slider-nothumb
	.slider {
		position:relative;
		width:884px;
		margin:0 auto;
		padding:0;
		border:none;
	}
	.fp-prev-next-wrap {
		margin:-1px;
	}
	.fp-prev,.fp-next {
		margin:0 5px;
		margin-top:-18px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:377px;
		width:884px;
		-webkit-border-radius: 45px;
		-moz-border-radius: 45px;
		border-radius: 45px;
	}
	.fp-content {	
		left:0;
		right:0;
		bottom:0;
	}
	.slider-nothumb {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	.fp-nav {
		bottom:25px;
		right:30px;
		left:auto;
	}

}


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header .container {
		background-position:50% top;
	}
	#logo {
		float:left;
		margin-left:0px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		float:right;
		margin-right:25px;
		clear:right;
	}
	.searchform {
		margin:5px 0;
	}
	#secondarymenu-container {
		height:81px;
		padding-top:0px;
	}
	#secondarymenu {
		float:right;
		clear:right;
		margin-top:0px;
	}
	#secondarymenu li {
		padding:10px;
	}
	#secondarymenu li a{
		color:#f8f8f8;
		text-decoration:underline;
	}
	#mainmenu-container {
		
		padding-bottom:13px;
		clear:left;
		margin-bottom:15px;
	}
	#mainmenu {
		margin:0 10px;
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu a {
		color:#fff;
		text-decoration:none;
		font-size:13px;
		font-family:'Oswald';
		padding:16px 10px;
		display:block;
	}


	#header ul.children li a, .sub-menu li a {
		
	}
	.slider-container { padding-bottom:35px;}
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	#header {
		background:none;
	}
	#header .container {
		background-position:50% top;
	}
	.menusearch {padding:3px 0;}
	
	#secondarymenu-container {
		padding-top:3px;
	}
	#logo {
		margin-bottom:-10px;
	}
	
	#secondarymenu, #mainmenu {
		background:#fff;
		margin:0 -2%;
		padding:0 2%;
		margin-top:10px;
	}
	#secondarymenu li, #mainmenu li {
		border-top:1px solid #eee;
	}
	#secondarymenu li a, #mainmenu li a{
		color:#142736;
	}
	.fp-next, .fp-prev {
		margin:0 -5px;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
	}
	
	#footer {
		width:100%;
	}
	.widgetf {
		border-top:1px solid #d3d3d3;
	}
	.articles .post-date {
		float:none;
	}
	.articles dt p img {
		display:none;
	}
	.fp-nav {
		bottom:-5px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
		width:70%;
	
	}
}