/*
Theme Name: SK1239
Theme URI: http://qssa.com/sk1239/
Author: Site Kreation
Author URI: http://sitekreation.com/
Description: Template by QSSA.com
Tags: black, green, dark
*/



/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(css/font.css);

html {
	background:url(images/back.png) fixed;
}
body {	
	color:#252525;
	font-size:13px;
	font-family: 'Arial';
	position:relative;
	background:url("images/back-body.png") no-repeat top;
}
a {
	color:#1b75b4;
	text-decoration:none;
	
}
a:hover {
	text-decoration:underline;
	color:#217ac7;
}

h1, h2, h3, h4, h5, h6, a.post_ttl {
	color: #2E0002;
    font-family: 'Arial';
    font-size: 22px;
    line-height: 25px;
    text-decoration: none;
	font-weight:bold;
    text-transform: uppercase;
}


a.post_ttl {
	color: #111111;
    font-family: 'Arial';
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
h2 a.post_ttl:hover{
	text-decoration:underline;
}


/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}
#content-bottom {
	height:15px;
}
#header{
}

/*------------------------------ SEARCH ------------------------------*/
#s {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #818181;
    float: left;
    height: 32px;
    line-height: 32px;
    width: 160px;
}
.searchbtn {
	height: 32px;
    margin-right:-39px;
    width: 33px;
}
.searchform {
	background:#FFFFFF;
    height: 32px;
    width: 198px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}

/*------------------------------ CONTENT ------------------------------*/
#main_content{
	padding:0 20px 20px 0;
}
.articles {
	padding:0;
	margin:0;
	}
.articles .one-post {
	padding-bottom:20px;
}
.articles  .post-caption h1, .articles  .post-caption h2{
	line-height: 24px;
    padding:0;
	color:#2E0002;
}
.articles .post-caption .post-meta {
	padding:0;
	color:#A1A0A0 !important;
	font-size:10px !important;
	}

.post-meta a{
	color:#585858;
	text-transform:none;
}

.articles .post-date {
    color: #585858;
}
.articles .post-caption {
	padding:15px 0 5px;
	position:relative;

}
.articles .post-meta {
    font-family: 'Arial';
    padding: 3px 0;
	color:#585858;
	font-size:13px;

}
.articles .post-body  {
	border:none;
	margin:0;
	padding:0;
	border-top:1px solid #b7b7b7;
}
#content .container{
}
#commentform #submit, input.readmore, a.readmore {
	background: rgb(236,236,236); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(236,236,236,1) 0%, rgba(206,206,206,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,236,236,1)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(206,206,206,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(206,206,206,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(236,236,236,1) 0%,rgba(206,206,206,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
	color:#111;
	border:none;
	text-decoration:none;
	text-transform:none;
	font-size:13px;
	font-family: 'Arial';
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	padding:8px 12px;
	text-shadow:1px 1px 1px #e0e0e0;
	border-top:1px solid #fff;
	border-bottom:1px solid #acacac;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background: rgb(37,145,212); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(37,145,212,1) 0%, rgba(28,113,166,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,145,212,1)), color-stop(100%,rgba(28,113,166,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(37,145,212,1) 0%,rgba(28,113,166,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(37,145,212,1) 0%,rgba(28,113,166,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(37,145,212,1) 0%,rgba(28,113,166,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(37,145,212,1) 0%,rgba(28,113,166,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2591d4', endColorstr='#1c71a6',GradientType=0 ); /* IE6-9 */
	color:#fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #165c86;
	text-decoration:none;
	text-transform:none;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	text-shadow:1px 1px 1px #1a6b9c;

}
.featured_image {
    margin-top:5px;
	background:#fff;
    border:none;
    padding:0;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.googlemap {
	background:#fff;
    border:none;
    padding:0;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.widget_posts ul li img,.widget_flickr a {
	background:#fff;
    border:none;
    padding:0;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.pagination{
}
.pagination.classic {
	text-align:right;
}
.page-numbers {
	padding:5px 10px;
	font-family: 'Arial';
	font-size:14px;
}
a.page-numbers {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(183,183,183,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(183,183,183,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(183,183,183,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(183,183,183,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(183,183,183,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(183,183,183,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
	color:#111;
	text-decoration:none;
	border:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
a.page-numbers:hover, span.page-numbers {
	background: rgb(0,152,203); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,152,203,1) 0%, rgba(0,104,155,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,152,203,1)), color-stop(100%,rgba(0,104,155,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,152,203,1) 0%,rgba(0,104,155,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,152,203,1) 0%,rgba(0,104,155,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,152,203,1) 0%,rgba(0,104,155,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,152,203,1) 0%,rgba(0,104,155,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098cb', endColorstr='#00689b',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-decoration:none;
	border:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
 

/*------------------------------ FOOTER ------------------------------*/
#footer  {
	background: url("images/back-footer.png") repeat;
	margin-top:35px;
}
#footer .container {
	padding-top:20px;
	background:url("images/border-footer.png") no-repeat center bottom;
}
#footer h3 {
	color:#1b75b4;
	font-family: 'Arial';
	font-size: 20px;
	font-weight:bold;
	text-transform:uppercase;
}
#footer .inner .caption{
	background:none;
}
#footer .footer_txt {
	padding:10px 0;
	margin:0 auto;
	background:url(images/back-footer-txt.png) repeat;
}
#footer .footer_txt .container {
	background:none;
	border-bottom:none;
	color:#555555;
	padding-top:10px;
	text-align:center;
}
.footer-widgets {
	color:#555555;
}
#footer .widget2, .widget, .tabs_widget {
	border:none !important;
}
#footer .footer_txt .container a {
	color:#1b75b4;
}
#footer .footer_txt .container a:hover {
	text-decoration:underline;
}
#footer .inner a {
	color:#555555;
}
#footer .inner a:hover{
	color:#1b75b4;
	text-decoration:underline;
}
/*------------------------------ WIDGETS AND SLIDER ------------------------------*/
.content-r .sidebar.right, .content-lr .sidebar.right, .content-r2 .sidebar.left, .content-r2 .sidebar.right {
	margin-left:5px;
}
.content-l .sidebar.left, .content-lr .sidebar.left, .content-l2 .sidebar.left, .content-l2 .sidebar.right{
	margin-right:5px;
}

#content .widget .caption h3 {
    text-align: left;
}	


#content .widget{
	margin:10px 0;
	background: rgb(222,222,222); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(222,222,222,1) 0%, rgba(200,200,200,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,222,222,1)), color-stop(100%,rgba(200,200,200,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(200,200,200,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(200,200,200,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(200,200,200,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(222,222,222,1) 0%,rgba(200,200,200,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.fp-next{
	background-position:left 50%;
	height: 72px;
    margin: 150px -43px;
    width: 42px;
}
.fp-prev {
	background-position:right 50%;
	height: 72px;
    margin: 150px -43px;
    width: 42px;
	
}
.inner .caption{
}
.widget2, .widget, .tabs_widget {
	margin-top:-2px;
}
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content-top {
		height:30px;
	}
	#content {
		padding-top:10px;		
	}
	#content .container {
		padding-bottom:0;
		width: 1000px;
	}
	#logo {
		margin-top: 35px;
		position: absolute;
		text-align: left;
		top:0;
	}
	
	.menusearch {
		position:absolute;
		width:240px;
		right:0;
		top:70px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		padding-top:0;
		height:150px;
		position:relative;
		z-index:20;
	}
	
	
	#secondarymenu {
		background: none;
		float: right;
		padding: 0;
		position: absolute;
		right:0;
		top: 0;		
	}
	#secondarymenu a {
		font-family:'Arial';
		text-decoration:none;
		padding:10px 12px;
		display:block;
		color:#707070;
		font-size:13px;
		text-transform:uppercase;
}
	#secondarymenu a:hover{
		background:#4a4a4a;
		color:#fff;
	}
	
	
	#mainmenu-container {
		border-radius: 12px 12px 0 0;
		-moz-border-radius: 12px 12px 0 0;
		-webkit-border-radius: 12px 12px 0 0;
		height: 68px;
		margin:0 auto;
		z-index: 18;
		position:relative;
		background:url(images/back-menu.png) no-repeat;
	}
	#mainmenu li a {
		font-family: 'Arial';
		display:block;
		text-decoration:none;
		padding: 26px 20px;
		color:#fff;
		font-size:13px;
		text-shadow:0 0 2px #000;
		text-transform:uppercase;
		background:url(images/back-menu-separator.png) right no-repeat;
	}
	#mainmenu{
		padding:0 20px;
	}
	#mainmenu li {
		position:relative;
	}
	
	#mainmenu li a:hover{
		background:#4a4a4a;
	}


	#header #mainmenu li ul {
		top:68px;
	}
	#header li ul {
		top:36px;
	}
	#header li ul .transparent {
	}
	#header li ul .inner {
		background:#4a4a4a;
		padding:0;
		border-radius:0 0 10px 10px;
		-webkit-border-radius:0 0 10px 10px;
		-moz-border-radius:0 0 10px 10px;
	}
	#header ul.children li, #header .sub-menu li {
		padding:0 !important;
		margin:0 !important;
		height:25px;
		line-height:25px;
		text-align:left !important;
	}
	#header ul.children li a, #header .sub-menu li a {
		color:#fff !important;
		font-family:'Arial' !important;
		border:none !important;
		height:25px;
		line-height:25px;
		background:none !important;
		padding:0 15px !important;
		font-size:13px !important;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#fff !important;
		text-decoration:none !important;
		border:none !important;
		box-shadow:none !important;
		background:#0c9df7 !important;
			 

	}
	
	#header #mainmenu li ul .inner {
		background: #4a4a4a;
		border-radius:0 0 10px 10px;
		-moz-border-radius:0 0 10px 10px;
		-webkit-border-radius:0 0 10px 10px;
	}
	#header #mainmenu ul.children li a, #mainmenu .sub-menu li a {
		color:#fff !important;
		font-family:'Arial' !important;
		text-transform:uppercase;
		font-size:13px !important;
	}
	#header #mainmenu ul.children li a:hover, #mainmenu .sub-menu li a:hover {
		color:#fff !important;
		border:none !important;
		box-shadow:none !important;
		text-decoration:none !important;
		background:#0c9df7 !important;
}

	#header .sub-menu .sub-menu {
		top:0 !important;
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {
		height: 420px;
		margin:0 auto;
		width: 1000px;
		position:relative;
	}
	.fp-next, .fp-prev {
		height: 50px;
		margin: 180px -25px;
		width: 50px;
	}
	.fp-title{
		font-size:20px;
	}
	.slider {
		margin:0 auto;
		padding: 0;
		position: absolute;
		width: 1000px;
	}
	.fp-prev-next-wrap {
		margin:0 0px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:420px;
		width:1000px;
		border-radius:0 0 10px 10px;
		-moz-border-radius:0 0 10px 10px;
		-webkit-border-radius:0 0 10px 10px;
	}
	.fp-content-fon {
		border-bottom:none;
		border-left:none;
		border-right:none;
	}
	.fp-content-fon, .fp-content {	
		left:0;
		right:0;
		bottom:0;
		text-align:left;
		font-size:13px;
	}
	.fp-nav {
		bottom: -15px;
		height: 42px;
		left: 0;
		text-align: center;
		width: 990px;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
	#footer .footer_txt .container {
		border-top:1px solid #b7b7b7;
	}
}	


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header ul.children li a, .sub-menu li a{
		padding-bottom:10px;
	}
	#header .sub-menu li{
		float:left !important;
	}
	#header {
		background:none;
	}
	#logo {
		position:relative;
		top:10px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	#content-top{
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		float: right;
		position: absolute;
		right: 10px;
		top:45px;
		width: 240px;
	}
	#secondarymenu-container {
		padding-top:0px;
		
	}
	#secondarymenu {
		overflow:hidden;
		background:#4a4a4a;
		width:100%;
	}
	#secondarymenu li {
		padding:11px;
	}
	#secondarymenu li a{
		font-family:'Arial';
		text-decoration:none;
		padding:0;
		display:block;
		color:#fff;
		font-size:13px;
		text-transform:uppercase;
	}

	#mainmenu-container {
		margin:30px 0;
		clear:both;
		padding:0;
		background: rgb(32,124,202); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(32,124,202,1) 0%, rgba(29,109,178,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,124,202,1)), color-stop(100%,rgba(29,109,178,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(32,124,202,1) 0%,rgba(29,109,178,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(32,124,202,1) 0%,rgba(29,109,178,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(32,124,202,1) 0%,rgba(29,109,178,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(32,124,202,1) 0%,rgba(29,109,178,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207cca', endColorstr='#1d6db2',GradientType=0 ); /* IE6-9 */
	}
	#mainmenu {
		margin:0 10px;
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu li a {
		text-decoration:none;
		padding:10px 20px;		
		font-family: 'Arial';
		display:block;
		color:#fff;
		font-size:13;
		text-transform:uppercase;
	}	
	#mainmenu li ul {
		top:71px;
		left:0;
	}
	#footer .container{
		padding-top:20px !important;
	}


		
	
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	#footer .container{
		padding-top:20px !important;
	}
	#header .container{
		background:none;
	}
	#header {
		margin-bottom:30px;
		background:none;
	}
	#logo {
	}
	.searchbtn {
		width: 64px !important;
	}
	#secondarymenu-container {
		padding-top:6px;
	}
	#secondarymenu, #mainmenu {
		background:#fff;
		padding:0 2%;
		margin-top:10px;
	}
	#secondarymenu li, #mainmenu li {
		border-top:1px solid #d7d7d7;
	}
	#secondarymenu li a, #mainmenu li a{
		color:#363636;
		text-decoration:none;
	}
	.fp-next, .fp-prev {
		margin:0 -5px;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
	}
	
	#footer {
		width:100%;
	}
	#footer .footer_txt{
		background:none;
	}
	.widgetf {
		border-top:1px solid #d3d3d3;
	}
	.articles .post-date {
		float:none;
	}
	.articles dt p img {
		display:none;
	}
	.fp-nav {
		bottom:-18px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
		width:50%;
	}
}