/*	-==========================- GENERAL -==========================-  */

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }


input[type="text"]:focus { outline: none; }
* html .clearfix { height: 1%; }
body { padding:0px; font-family:arial; font-size:12px; margin:0px; margin-bottom:0px; }
ul { margin:0px; padding:0px; list-style:none; } 
h1 { font-family: 'Oswald',sans-serif; font-weight:normal; font-size:21px; }
h2 { font-family: 'Oswald',sans-serif; font-size:18px; font-weight:normal; }
h3 { font-family: 'Oswald',sans-serif; font-size:25px; margin:0px; padding:0px 0px; }
img { border-width:0px; }



/*	-==========================- HEADER -==========================-  */
.menusearch {
	float:right;
	
}
/*	-==========================- SLIDER -==========================-  */
.slider { position:relative;margin:0px auto; }
.fp-thumbnail { overflow:hidden;	text-align:center; }
.fp-prev-next-wrap { position: absolute; z-index: 200; width:100%; top:0;}
.fp-prev-next { position: absolute; left: 0; right: 0; height: 0px; }
.fp-prev { float:left; width:50px; height:52px; background:url(../img/slide-left.png) left top no-repeat; }
.fp-next { float:right; width:50px; height:52px; background:url(../img/slide-right.png) right top no-repeat; }
.fp-nav { position:absolute; bottom:-25px; right:30px; left:30px; text-align:center; z-index:9999; }
.fp-title { margin:0px; padding:0px; }
.fp-content-fon { position: absolute; padding-bottom:0px; height:80px; opacity: 0.5; filter: alpha(opacity = 50); bottom: 30px; right: 520px; left: 30px; background: #444; border:1px solid #aaa; }
.fp-content { position: absolute; height:70px; padding: 5px 20px; bottom: 30px; right: 520px; left: 30px; overflow: hidden; }
.fp-content a, .fp-content p { color:#fff; }
.fp-content p { padding-bottom:10px; margin:0px; }
.fp-slides { margin:0 auto; padding:0px; overflow: hidden; position: relative; width: 100%; }
.fp-slides-item { display: none; left: 0; opacity: 1; top: 0; z-index: 3; }
.fp-slides-item.fp-first { display: block; }
.fp-pager a { background-image: url(../img/slider-page.png); color:red; cursor:pointer; margin: 3px 8px 0 0; padding: 0; display: inline-block; overflow: hidden;  text-indent: -999px; background-position: 0 0; float: none; line-height: 1; width:10px; height:10px;}
.fp-pager a:hover, .fp-pager a.activeSlide  { background-image: url(../img/slider-page-active.png); }



/*	-==========================- MENU -==========================-  */
#mainmenu { position:relative; }
#mainmenu li, #secondarymenu li { position:relative; }
#mainmenu li a, #secondarymenu li a { text-decoration:none; display:block;}

/*	-==========================- CONTENT -==========================-  */
#content .container {  }
#main_content { padding:20px 30px; padding-bottom:20px; overflow:hidden; }


/*	-==========================- ARTICLES -==========================-  */
.articles { margin:0;
			padding:20px;
			padding-bottom:0px;
			padding-top:0px;
			font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
			font-size: 16px;
			text-indent: 20px;
			line-height: 1.5;
}



/*	-==========================- FOOTER -==========================-  */
.footer_txt { padding:30px 0; }
#footer .container.clearfix { padding-bottom:10px !important; }



/*------------------------------ PAGE ------------------------------*/

html {
	
}
body { 	
	color:#252525;
	font-family: 'pt_sansregular';
	font-size:18px;
	background:url(../img/back.png) fixed;
}
a {
	color:#320bc5;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#320bc5;
}

h2 {
	padding: 5px;
	color: #fff;
	font-size: 24px;
	#background: linear-gradient(to bottom, rgba(0,176,181,1) 0%,rgba(0,123,138,1) 100%);
	background: linear-gradient(to bottom, rgba(15,218,224,1) 0%,rgba(0,123,138,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0b5', endColorstr='#007b8a',GradientType=0 );
    margin: 25px 0 25px;
	text-align: center;
	border-radius: 20px 20px 20px 20px;
	
}


/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}


/*------------------------------ FOOTER ------------------------------*/
#footer  {
	color:#000;
	font-family:'arial';
	font-size:14px;
}

#footer a{}

#footer h3{
	font-family: 'dejavu_sanscondensed';
	color:#008391;
	font-size:24px;
}

#footer .container.clearfix{
	border-top:1px solid #c1c1c1;
}

#footer .footer_txt {
	background: rgb(0,176,181); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,176,181,1) 0%, rgba(0,122,137,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,176,181,1)), color-stop(100%,rgba(0,122,137,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,176,181,1) 0%,rgba(0,122,137,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,176,181,1) 0%,rgba(0,122,137,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,176,181,1) 0%,rgba(0,122,137,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,176,181,1) 0%,rgba(0,122,137,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0b5', endColorstr='#007a89',GradientType=0 ); /* IE6-9 */
	border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	color:#fff;
	box-shadow:0 0 7px #929292;
}
.footer_txt a{
	color:#fff;
	text-decoration:none;
}
.footer_txt a:hover{
	text-decoration:underline;
}
#footer .footer_txt .container {
}

#main_content{
	padding:35px 2px 20px 0;
}

.fp-next{
	background-position:left 50%;
	width:27px;
}
.fp-prev {
	background-position:right 50%;
	width:27px;	
}
.fp-next:hover{
	background:url(../img/slide-right-active.png) no-repeat;
}
.fp-prev:hover {
	background:url(../img/slide-left-active.png) no-repeat;	
}
	
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content {
		
	}
	#content .container {
		border-radius:10px 10px 0 0;
		-moz-border-radius:10px 10px 0 0;
		-webkit-border-radius:10px 10px 0 0;
		box-shadow:0 0 7px #929292;
	}
	#logo {
		position:absolute;
		top: 28px;
		color: #FFFFFF;
		font-size: 20px;
	}
	#logo  h1 {
		font-family: Verdana;
		font-size: 3em;
		font-weight: bold;
		color: #FFFFFF;
		letter-spacing: -0.10em;
 		text-shadow: -0.05em 0px 0.07em #000000;
	}
	
	#logo a {
		text-decoration: none;
		color: #FFFFFF;
	}	
	
	#logo div {
	display: inline-block;
	color: #f1ec1f;
}

#logo img {
		position:absolute;
		top: 10px;
		left: 10px;
	}
	
	.menusearch{
		position: relative;
		right: 0;
		top: 10px;
		z-index: 99;
		width: 283px;
		line-height: 1.5;
		color: yellow;
		font-size: 20px;
		
	}
	.menusearch a{
	color: #ffffff;
	font-size: 18px;
	}
	.menusearch input[type="submit"]{
	vertical-align: text-bottom;
	}
	

	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:120px;
		position:relative;
		z-index:20;
		border-radius: 10px 10px 10px 10px; 
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		box-shadow: 0 0 7px #929292;
		padding: 5px 5px 5px 25px;
		margin: 0px 5px 15px 5px;
		#background-color: #fbfbfb;
		background: rgb(0,176,181);
		background: -moz-linear-gradient(top, rgba(0,176,181,1) 0%, rgba(0,122,137,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,176,181,1)), color-stop(100%,rgba(0,122,137,1)));
    background: -webkit-linear-gradient(top, rgba(0,176,181,1) 0%,rgba(0,122,137,1) 100%);
    background: -o-linear-gradient(top, rgba(0,176,181,1) 0%,rgba(0,122,137,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,176,181,1) 0%,rgba(0,122,137,1) 100%);
    background: linear-gradient(to bottom, rgba(0,176,181,1) 0%,rgba(0,122,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0b5', endColorstr='#007a89',GradientType=0 );
	}
	
	
	
	.menus.sf-js-enabled{padding-left:50px !important;}
	
	
	#header-block {
		position:relative;
		height: auto;
	}
	
	#mainmenu-container {
		height:65px;
		background:url(../img/mainmenu.png) no-repeat center;
		z-index:18;
		position:relative;
		padding:0 60px;
	}
	#mainmenu li{
		background:url(../img/mainmenu-li.png) no-repeat right;
	}
	#mainmenu li:last-child{
		background:none;
	}
	#mainmenu li a {
		padding:18px 20px;
		font-size:20px;
		font-family: 'dejavu_sanscondensed_bold';
		text-shadow:0 2px 3px #000;
		color:#fff;
		line-height:24px; 
	}
	#mainmenu li {
		position:relative;
	}
	#mainmenu li a:hover{
		
		#background:#058992;
		text-shadow:none;
		height: 18px;
		text-shadow: #ffffff 0 0 15px;

	}

	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		margin-bottom:5px;
		margin-top:-80px;
		position:relative;
		width:990px;
		height:380px;
	}
	.slider {
	/*	position:absolute; */
		padding:5px;
		width:990px;
		background:#fff;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		box-shadow:0 0 7px #929292;
	}
	.fp-next, .fp-prev {
		margin:155px -26px;
		width:27px;
		height:80px;
	}
	.fp-title{
		font-size:13px;
	}
	
	.fp-prev-next-wrap {
		margin:0 -5px;
	}

	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:380px;
		width:990px;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
	}
	.fp-content-fon {
		border:none;
		-moz-opacity: 0.75;
		opacity: 0.75;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=75);
		background:#000;
		width:360px;
		height:164px;
		left:auto;
		right:40px;
		bottom:30px;
		border-radius:7px;
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
	}
	.fp-content {	
		text-align:left;
		font-size:13px;
		font-family: 'pt_sansregular';
		text-align:right;
		height:140px;
		left:575px;
		right:30px;
	}
	.fp-content p a{
		text-transform:lowercase;
		text-decoration:underline;
	}
	.fp-title a{
		color:#c4c4c4 !important;
		font-size:33px;
	}
	.fp-pager a{
		width:13px;
		height:13px;
	}
	.fp-nav {
		right:auto;
		bottom:10px;
		left:15px;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
	#footer .footer_txt .container {
		
	}
	
	.content-r #content .container { background:url(../img/main-r.png) left top repeat-y; }
	
}	


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
	}
	#logo {
		float:left;
	}

	/*------------------------------ MENU ------------------------------*/
	
	#secondarymenu-container {
		padding-top:0px;
	}
	
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:13px 0;margin-top:28px;}
	#header {
	
	}
	#logo {
		margin-top:5px;
		margin-bottom:-35px;
	}

	#secondarymenu-container {
		padding-top:6px;
	}
	
	.one-post, .related-posts, #comments, #respond, .tags, .page-title{
		padding:0 10px;
	}
	
	
	.fp-next, .fp-prev {
		margin:0 -5px;
	}

	
	#footer {
		width:100%;
	}


	.fp-nav {
		bottom:-18px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	
}


.scrollup{
width:40px;
height:40px;
opacity:0.3;
position:fixed;
bottom:55px;
right:40px;
display:none;
text-indent:-9999px;
background: url('../img/icon_top.png') no-repeat;
}
.scrolldown{
width:40px;
height:40px;
opacity:0.3;
position:fixed;
bottom:12px;
right:40px;
display:none;
text-indent:-9999px;
background: url('../img/icon_down.png') no-repeat;
}
