/*
Theme Name: Paramedic
Theme URI: http://smthemes.com/paramedic/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.4
License: Creative Commons 3.0
Theme date: 04/06/2015
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(css/font.css);
@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300&subset=latin,cyrillic);

/*
font-family: 'Cuprum', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Roboto', sans-serif;

*/
html {
	background:#fff;
}
body {	
	color:#fff;
	position:relative;
}


.bodysite {
	max-width: 1200px;
	margin: 0 auto;
	}

.leftcontent {
	float:left;
	width: 900px;
	}

#secondsidebar {
	float: left;
	width: 300px;
	position: relative;
	background: #f1eee9;
	padding:10px 10px 10px 15px;
	border-top: 5px solid #ececec;
	border-right: 5px solid #ececec;
	border-bottom: 5px solid #ececec;
	box-sizing: border-box;
}


a {
	color:#fff01f;
}
a:hover {
	color:#02d398;
}
a.post_ttl, .post-caption h1 {
	color:#fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size:21px;
}
h2 a.post_ttl:hover{
	color:#2e7ca6;
}



/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}


/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:34px;
	line-height:34px;
	color:#fff;
	padding-left:20px;
}
.searchbtn {
	height:34px;
	width:17px;
	margin-right:10px;
}
.searchform {
	height:34px;
	background:#056295;
	box-shadow:0 1px 2px #033d5d inset;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	margin:0;
}

/*------------------------------ CONTENT ------------------------------*/
#content {
	margin-top:30px;
}
.content-r #main_content, .content-r2 #main_content{
	padding:0 20px 20px 0;
}
.content-l #main_content, .content-l2 #main_content{
	padding:0 0 20px 20px;
}
.content-lr #main_content{
	padding:0 20px 20px;
}
.articles .post-body, .tags, .related-posts, #comments, #respond{
	background: rgb(50,126,168); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(50,126,168,1) 0%, rgba(5,98,149,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,126,168,1)), color-stop(100%,rgba(5,98,149,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(50,126,168,1) 0%,rgba(5,98,149,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(50,126,168,1) 0%,rgba(5,98,149,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(50,126,168,1) 0%,rgba(5,98,149,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(50,126,168,1) 0%,rgba(5,98,149,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#327ea8', endColorstr='#056295',GradientType=0 ); /* IE6-9 */
	padding:20px;
	margin-bottom:25px;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}
.articles .post-body{
	border-radius:0 0 30px 30px;
	-moz-border-radius:0 0 30px 30px;
	-webkit-border-radius:0 0 30px 30px;
}
.articles .post-caption{
	padding:0;
}
.articles .post-caption h2, .articles .post-caption h1 {
	background:url(images/post-caption.png) left bottom repeat-x;
	background-color:#2edbab;
	padding:20px;
	margin:0 0 -5px;
	position:relative;
	border-radius:30px 30px 0 0;
	-moz-border-radius:30px 30px 0 0;
	-webkit-border-radius:30px 30px 0 0;
}
#commentform #submit, input.readmore, a.readmore {
	background: #fff;
	color:#056295;
	font-size:13px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border:none;
	width:auto;
	padding:12px 17px;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	margin-top:0;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background: rgb(29,216,163); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(29,216,163,1) 0%, rgba(69,223,179,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,216,163,1)), color-stop(100%,rgba(69,223,179,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(29,216,163,1) 0%,rgba(69,223,179,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(29,216,163,1) 0%,rgba(69,223,179,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(29,216,163,1) 0%,rgba(69,223,179,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(29,216,163,1) 0%,rgba(69,223,179,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dd8a3', endColorstr='#45dfb3',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-decoration:none;
}
.featured_image{
	margin-top:15px;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}
.featured_image.alignleft{padding:0;  border:none;}
.featured_image.alignright{padding:0; border:none;}
.featured_image.aligncenter{padding:0; border:none;}
.googlemap {
	padding:0;
	border:none;
}
.widget_posts ul li img,.widget_flickr a {
	border:none;
	padding:0;
}
.pagination{
	margin:0px;
}
.pagination.classic {
	text-align:left;
	display:inline-block;
	background: rgb(61,221,175); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(61,221,175,1) 0%, rgba(19,214,158,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(61,221,175,1)), color-stop(100%,rgba(19,214,158,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(61,221,175,1) 0%,rgba(19,214,158,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(61,221,175,1) 0%,rgba(19,214,158,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(61,221,175,1) 0%,rgba(19,214,158,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(61,221,175,1) 0%,rgba(19,214,158,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dddaf', endColorstr='#13d69e',GradientType=0 ); /* IE6-9 */
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}
.page-numbers li:first-child {
	border-radius:30px 0 0 30px;
	-moz-border-radius:30px 0 0 30px;
	-webkit-border-radius:30px 0 0 30px;
	padding-left:30px;
}
.page-numbers li:last-child {
	border-radius:0 30px 30px 0;
	-moz-border-radius:0 30px 30px 0;
	-webkit-border-radius:0 30px 30px 0;
}
.page-numbers {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:14px;
}
.page-numbers > li {
	float:left;
	padding:17px 15px;
}
a.page-numbers {
	color:#fff;
	text-decoration:none;
	padding:17px 5px;
}
.page-numbers > li.current, .page-numbers li:hover{
	background: rgb(6,99,149); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(6,99,149,1) 0%, rgba(50,127,168,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,99,149,1)), color-stop(100%,rgba(50,127,168,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(6,99,149,1) 0%,rgba(50,127,168,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(6,99,149,1) 0%,rgba(50,127,168,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(6,99,149,1) 0%,rgba(50,127,168,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(6,99,149,1) 0%,rgba(50,127,168,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066395', endColorstr='#327fa8',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
.post-meta {
	margin:0;
	padding:12px 0;
}
.page-title {
	color:#004b7d;
	font-size:24px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform:uppercase;
}
.feedback .input input, .feedback textarea { color:#fff; }

/*------------------------------ FOOTER ------------------------------*/
#footer  {
	background:url(images/footer.jpg) top no-repeat;
	-moz-background-size: cover; /* Firefox 3.6+ */
    -webkit-background-size: cover; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: cover; /* Opera 9.6+ */
    background-size: cover;
	color:#fff;
}
.footer-top {
	position:absolute;
	width:100%;
	height:3px;
	background:url(images/footer-top.png) left top repeat-x;
	margin-top:-3px;
}
#footer .inner a{
	color:#fff;
	text-decoration:none;
}
#footer .inner a:hover {
	color:#ffd200;
	text-decoration:underline;
}

#footer h3{
	font-family: 'Open Sans Condensed', sans-serif;
	background:#fff;
	color:#033c6c;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	padding:17px 20px;
	margin-bottom:20px;
	font-size:20px;
}

#footer .container.clearfix {
	padding-bottom:75px !important;
}

.footer_txt {
	background:#003a6a;
	margin-bottom:-5px;
	padding:30px 0;
}
.footer_txt a{
	color:#ffd200;
	text-decoration:none;
}
.footer_txt .container {
	background: rgb(43,77,113); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(43,77,113,1) 0%, rgba(62,103,138,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,77,113,1)), color-stop(100%,rgba(62,103,138,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(43,77,113,1) 0%,rgba(62,103,138,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(43,77,113,1) 0%,rgba(62,103,138,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(43,77,113,1) 0%,rgba(62,103,138,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(43,77,113,1) 0%,rgba(62,103,138,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4d71', endColorstr='#3e678a',GradientType=0 ); /* IE6-9 */
	text-align:center;
	padding:30px 0 !important;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	color:#fff;
	margin-top:-75px;
}
.footer-widgets {
}
/*------------------------------ 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;
}
.sidebar {
	color:#000000;
}
#content .widget a {
	color:#000000;
	text-decoration:none;
}
#content .widget a:hover {
	color:#02d398;
}
#content .widget .caption h3 {
	font-size:18px;
	font-weight:700;
	color:#fff;
	font-family: 'Open Sans Condensed', sans-serif;
	background: rgb(61,221,175); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(61,221,175,1) 0%, rgba(19,214,158,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(61,221,175,1)), color-stop(100%,rgba(19,214,158,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(61,221,175,1) 0%,rgba(19,214,158,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(61,221,175,1) 0%,rgba(19,214,158,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(61,221,175,1) 0%,rgba(19,214,158,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(61,221,175,1) 0%,rgba(19,214,158,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dddaf', endColorstr='#13d69e',GradientType=0 ); /* IE6-9 */
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	padding:17px 20px;
	margin-bottom:20px;
}
#content .widget {
	padding-top:0;
	margin-bottom:25px;
}
.widget_posts .day{}
.widget_posts .date{}
.tabs_captions .scaption{
	background: rgb(61,221,175); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(61,221,175,1) 0%, rgba(19,214,158,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(61,221,175,1)), color-stop(100%,rgba(19,214,158,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(61,221,175,1) 0%,rgba(19,214,158,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(61,221,175,1) 0%,rgba(19,214,158,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(61,221,175,1) 0%,rgba(19,214,158,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(61,221,175,1) 0%,rgba(19,214,158,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dddaf', endColorstr='#13d69e',Gradie); /* IE6-9 */
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	font-size:15px;
	font-family: 'Open Sans Condensed', sans-serif;
	border:none !important;
	padding:9px 10px !important;
	margin:3px;
	color:#fff;
}
.tabs_captions .scaption.active, .tabs_captions .scaption:hover{
	background: rgb(6,99,149); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(6,99,149,1) 0%, rgba(50,127,168,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,99,149,1)), color-stop(100%,rgba(50,127,168,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(6,99,149,1) 0%,rgba(50,127,168,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(6,99,149,1) 0%,rgba(50,127,168,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(6,99,149,1) 0%,rgba(50,127,168,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(6,99,149,1) 0%,rgba(50,127,168,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066395', endColorstr='#327fa8',GradientType=0 ); /* IE6-9 */
}
.fp-next{
	background-position:left 50%;
	width:27px;
}
.fp-prev {
	background-position:right 50%;
	width:27px;
	
}
	
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content {
		
	}
	#content .container {
		width:880px;
	}	
	.container {
		width:880px;
	}
	#logo {
		float:left;
	}
	.menusearch {
		width:260px;
		float:left;
		margin-left:30px;
		margin-top:20px;
	}
	body{
		background:url(images/top-repeat.png) left top repeat-x;
	}
	.no-slider { background-position:left -386px; }
	#all {
		background:url(images/top.png) top left no-repeat;
	}
	.no-slider #all { background-position:0 -386px; }
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:94px;
		position:relative;
		z-index:11;
	}
	
	
	#secondarymenu {
		float:right;
		margin-top:16px;
	}
	#secondarymenu a {
		padding:12px;
		font-size:12px;
		color:#fff;
		text-transform:uppercase;
	}
	#secondarymenu a:hover{
		color:#ffd200;
		background:#00894d;
		box-shadow:0 1px 2px #005530 inset;
		border-radius:30px;
		-moz-border-radius:30px;
		-webkit-border-radius:30px;
	}
	#header-block {
		position:relative;
	}
	
	#mainmenu-container {
		height:76px;
		z-index:18;
		width:850px;
		margin:10px auto 0;
	}
	#mainmenu li a {
		padding:19px 17px;
		margin:10px 0;
		font-size:15px;
		font-weight:bold;
		text-transform:uppercase;
		font-family: 'Open Sans Condensed', sans-serif;
		color:#fff;
	}
	#mainmenu li {
		position:relative;
	}
	#mainmenu li a:hover{
		color:#ffd200;
		border-radius:30px;
		-moz-border-radius:30px;
		-webkit-border-radius:30px;
		background:#00294a;
		box-shadow:0 1px 2px #001a2e inset;
	}


	#header li ul {	top:52px; }
	#header #mainmenu li ul { top:74px; }
	
	#header li ul .transparent {	}
	#header li ul .inner { background:#00894d; box-shadow:0 1px 1px #5f4e49; border-radius:15px; -moz-border-radius:15px;	-webkit-border-radius:15px; }
	#header #mainmenu li ul .transparent {	}
	#header #mainmenu li ul .inner { background:#056295; box-shadow:0 1px 1px #6f625c; border-radius:15px; -moz-border-radius:15px;	-webkit-border-radius:15px; }
	
	#header ul.children li a, #header .sub-menu li a {
		color:#fff; 
		padding:0 20px;
		text-align:left;
		border-radius:none !important;
		text-transform:none !important;
		box-shadow:none !important;
		background:none !important;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#ffd200;
		text-decoration:underline;
	}
	
	#header #mainmenu ul.children li a, #header #mainmenu .sub-menu li a {
		margin:0;
		font-weight:normal;
	}
	#header #mainmenu ul.children li a:hover, #header #mainmenu .sub-menu li a:hover {		
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		margin:0 auto;
		position:relative;
		width:880px;
		height:389px;
		border-radius:30px;
		-moz-border-radius:30px;
		-webkit-border-radius:30px;
	}
	.slider {
	}
	.fp-next, .fp-prev {
		margin:162px -58px;
		width:58px;
		height:69px;
	}
	.fp-title a{
		font-family: 'Open Sans Condensed', sans-serif;
		color:#10b37c;
		font-size:52px;
		text-decoration:none;
		text-transform:uppercase;
	}
	.fp-content p {
		color:#959595;
		font-size:12px;
		line-height:23px;
	}
	.fp-content p  a{
		text-transform:lowercase !important;
		color:#10b37c !important;
		font-size:14px;
		float:right;
	}
	.fp-prev-next-wrap {
		margin:0 0px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-thumbnail img{
		border-radius:30px;
		-moz-border-radius:30px;
		-webkit-border-radius:30px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:389px;
		width:880px;
	}
	.fp-content-fon {
		border:1px solid #fff;
		height:0;
		width:0;
		left:0;
		bottom:32px;
	}
	.fp-content {
		bottom: 150px;
		font-size: 13px;
		height: 102px;
		left: 580px;
		right: 22px;
		text-align: center;
	}
	.fp-nav {
		right:30px;
		bottom:30px;
		left:auto;
	}
	.fp-pager a {
		width:13px;
		height:13px;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
	#footer .footer_txt .container {
		
	}
}	


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
	}
	#logo {
		float:left;
		margin-left:15px;
		margin-top:15px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	body{
		background:url(images/top-repeat.png) left top repeat-x;
	}
	/*------------------------------ MENU ------------------------------*/
	
	#secondarymenu-container {
		padding-top:0px;
	}
	
	
	
	
		
	
	
	
	#header li ul { display:block !important; }
	
}

/*	-==========================- 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;
	}
	body{
		background:url(images/top-repeat.png) left -70px repeat-x;
	}
	.searchbtn {
		width:auto !important;
	}
	#secondarymenu-container {
		padding-top:6px;
	}
	
	
	
	.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:-18px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
		width:70%;
	}
	#main_content {
		padding:0 10px 20px !important;
	}
}