@charset "utf-8";
/* 
Theme Name: Exquisite Minds
Theme URI: http://www.exquisite-minds.com
Description: Wordpress Theme designed by <a href="http://www.ci-dd.com" target="_blank">Pakore</a>
Version: 1.0
Author: CIDD Web Design
Author URI: http://www.ci-dd.com/
*/


/* Normalization de margins y paddings */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td
	{margin:0px; padding:0px;}
/* Normalization de fonts para titles*/
h1, h2, h3, h4, h5, h6
	{font-size:100%;}
/* Remove style from lists*/
ol, ul
	{list-style:none;}
/* Normalization of size and font weight */
address, caption, cite, code, dfn, th, var, br, p
	{font-style:normal; font-weight:normal;}

html {
	margin: 0px 0px 0px 0px;
	width:100%;
	height:100%;
	background-color:#fff;
	background-repeat:repeat-x;
	background-color:#f7f7f7;
	z-index:-1000;
}

body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;	
}

#page-wrapper{ background: #f7f7f7 }
#wrapper {
  	width: 98%;
	max-width: 1000px;
	height: auto;
	position: relative;
	margin: auto;
}
.container{
	position: relative;
	margin: auto;
	width: 98%;
	max-width: 1000px;
}
.container-full{
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 100%;
  	z-index: 9;
}

/*-------------------------------------------top----------------------------------*/
#top {
	width: 100%;
	height:117px;
	position: relative;
	background: #4f4f4f url(images/top_header.png) no-repeat;
	background-position: top center;
}

#logo {
	height:116px;
	position: relative;
	float:left;
}

#socials {
	width: 23.9%;
	height: 55px;
	position: relative;
	margin: 45px 0 0 0%;
	float: right;
}

#socials img{
	margin-right: 16px;
}


#search {
	width: 40%;
	height: 40px;
	position: relative;
	float: right;
	margin: 45px 0 0 0%;
}

#s {
	width: 100%;
	height:28px;
	border:0px;
	float: left;
	position:relative;
	margin:0px;
	outline: none;
}

.screen-reader-text{
	display:none;
	}

#searchsubmit {
	width:37px;
	height:28px;
	position: absolute;
  	right: 0;
	border:0;
	cursor:pointer;
	float: right;
	padding:0px;
	margin:0px;
	background-image:url(images/search_bot.gif);
	text-indent: -99999px;
}

/*-------------------------------------------top end----------------------------------*/

/*-------------------------------------------banner----------------------------------*/
#banner {
	width: 100%;
	max-width: 100%;
	max-height: 445px;
	position: relative;
	margin: auto;
	padding: 30px 0 0 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #a4c93f url(images/gradient-full.png) center bottom repeat-x;
	text-align: center;
}

#banner img{
	max-width: 100%;
	height: auto;
  	z-index: 99;
	position: relative;
}
.shadow-banner{
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: -82px;
	background: url(images/shadow.png) no-repeat;
	background-position: center 0;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
/*-------------------------------------------banner end----------------------------------*/

/*-------------------------------------------nav----------------------------------*/
#nav {
	max-width: 1000px;
	width: 100%;
	position: relative;
  	margin-top: 42px;
  	z-index: 99;
  	display: inline-block;
}

#nav ul{
  	width: 100%;
	position: relative;
  	text-align: center;
}

#nav li{
	display:inline-block;
	background-color:#7fae01;
	text-align:center;
	width:auto;
	height:40px;
	position:relative;
	float:left;
	margin-left:0px;
}


#nav li a{
	text-decoration:none;
	color:#FFF;
	font-size:14px;	
	width: auto;
	height:30px;
	position: relative;
	float:left;
	background-color:#7fae01;
	padding:10px 30px 0 30px;
	text-align:center;
}

#nav li a:hover{
	text-decoration:none;
	color:#000;
	background-color:#f7f7f7;
	text-align:center;
}

.nav_over {
	text-decoration:none;
	color:#000;
	background-color:#f7f7f7;
	text-align:center;	
	}


/*-------------------------------------------nav end----------------------------------*/

/*-------------------------------------------content----------------------------------*/
#content {
	width: 100%;
  	max-width: 1000px;
	height: auto;
	position:relative;
	/*background-image: url(images/bg_content.jpg);*/
	margin:20px 0 20px 0;
	float:left;
	z-index:0;
}

#content #left{
	max-width: 672px;
	width: 67.2%;
	height: auto;
	clear:both;
	position:relative;
	float:left;
}

#content #left h2{
	font-size:24px;
	font-weight:bold;
	margin:0px;
}

#content #left p{
	line-height:24px;
	margin: 15px 10px 15px 0px;
	text-align:left;
	font-size: 14px;
}

#content #right{
  	max-width: 324px;
	width: 32.8%;
	height: auto;
	position: relative;
	float: right;
}

#box{
	width:327px;
	width: 100%;
	height: auto;
	position:relative;
	float:left;
  	margin: 12px 0;
	}

#box h3{
	position: relative;
	float: left;
	color: #ff5c00;
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 44px 0 15px;
	background-repeat: no-repeat;
	background: #fff url(images/plus-box.png) no-repeat;
	background-position: 95.5% center;
	width: 95%;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	margin-left: 3%;
	top: 1px;
	height: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#box h3:before{
	content: " ";
	background: url(images/border-left-box.png) no-repeat;
	width: 26px;
	height: 45px;
	position: absolute;
	left: -3%;
	top: -1px;
}
#box h3:after{
	content: " ";
	background: url(images/border-right-box.png) no-repeat;
	position: absolute;
	top: -1px;
	right: 0px;
	width: 20px;
	height: 45px;
}

#box h3 a{
	color:#ff5c00;
	text-transform: uppercase;
	text-decoration:none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

#box_body{
	width:287px;
	height: auto;
	position:relative;
	float:left;
	background-image:url(images/bg_box.gif);
	padding: 5px 20px 5px 20px;

	margin-top: 1px;
	width: 97.9%;
	left: 1px;
	background: #fff;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#box_body a{
	color:#000;
	text-decoration:none;
}

#box_body a:hover{
	color:#666;
	text-decoration: underline;
}

#content #left #box_body p{
	line-height:20px;
	margin:0px 0px 15px 0px;
	padding:0 0 15px 0;
	/*border-bottom:#000 1px dotted;*/
	text-align:justify;
}

#box_body .entry {
	line-height:20px;
	/*margin:0px 0px 15px 0px;
	padding:0 0 15px 0;
	border-bottom:#000 1px dotted;*/
	text-align:justify;
}

#box_body .entry a {
color:#000000;
}

#box_body .entry a:hover {
color:#666666;
text-decoration:underline;
}

#box_bottom{
	width:327px;
	height: 7px;
	position:relative;
	float:left;
	background-image:url(images/bottom_box.gif);
	display: none;
}

/*-------------------------------------------content end----------------------------------*/
#footer{
	width:100%;
	height:auto;
	position: absolute;	
	background-image: url(images/bg_footer.jpg);
	background-position:center top;
}

#footer_content{
	max-width: 1000px;
	width: 98%;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#footer_content ul{
	width: 510px;
	width: 65%;
	height:auto;
	position: relative;
	float:left;
	margin-top:20px;
	/*margin-left:20px;
	margin-right:20px;*/
	margin-bottom:20px;
	/*background-image:url(images/lines_footer.png);*/
	background-repeat:repeat-y;
	background-position:left top;
}

#footer_content li{
	width: 170px;
	min-height: 26px;
	position: relative;
	float: left;
	color: #8c8c8c;
	display: block;
	overflow: hidden;
	margin-right: 4%;
	font-size: 13px;
}

#footer_content li a{
	color:#8c8c8c;
	text-decoration:none;
}

#footer_content li a:hover{
	text-decoration: underline;
}
/*-------------------------------------------box 2----------------------------------*/

#box2{
	width: 100%;
	height: auto;
	position: relative;
	float: right;
	padding: 10px;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#box2 ul li{
	float:left;
	margin:10px 0;
	position:relative;
}

#box2 ul li ul li{
	color: #747474;
	text-decoration: none;
	color: #747474;
	border-bottom: #747474 1px dotted;
	padding: 10px 0px 10px 0px;
	margin: 0 10px 0 10px;
	position: relative;
	height: auto;
  	width: 94%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#box2 a{
	color:#747474;
	text-decoration: none;
	font-size:12px;
}

#box2 a:hover{
	color:#000;
	text-decoration: underline;
}

#box2 li h3.widget-title{
	width: 100%;
	height: auto;
	position: relative;
	float: right;
	background-color: #f7f7f7;
	color: #7fae01;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 15px 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#box2 li h3.widget-title a{
	color:#7fae01;
}

#credits{
	width: 35%;
	max-width: 304px;
	height: auto;
	position:relative;
	float: right;
	margin-top:20px;
	font-size:11px;
	color:#999;
	text-align:right;
}

/*-------------------------------------------box 2  end----------------------------------*/
/* =Menu
-------------------------------------------------------------- */
#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}

#access .menu-header,
div.menu {
	font-size: 14px;	
	width: 100%;
}

/*
#access .menu-header ul > li.menu-item{
	display: table-cell;
	float: none;
}
#access .menu-header ul.sub-menu li.menu-item{
	display: block;
	float: left;
}
*/

#access .menu-header ul.sub-menu li.menu-item{
	display: block;
  	overflow: hidden;
  	height: auto;
}
#access .menu-header ul.sub-menu li.menu-item a{

}
#access .menu-header ul.sub-menu li.menu-item a:hover{
	background-color: #7fae01;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}

#access .menu-header li,
div.menu li {
	float: none;
	position: relative;
}

#access a {
	color: #aaa;
	display: block;
	line-height: 23px;
	padding: 0 10px;
	text-decoration: none;
}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 40px;
	left: -2px;
	float: left;
	width: 180px;
	z-index: 999999;
}

#access ul ul li {
	min-width: 180px;
}

#access ul li a:hover{
	color:#000;
	background-color:#f7f7f7;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul a {
	background: #333;
	line-height: 1.3em;
	padding: 9px 10px 9px 10px;
	width: 160px;
	height: auto;
	text-align: left;
}

#access li:hover > a,
#access ul ul :hover > a {
	background: #7fae01;
	color: #fff;
	text-align:left;
}

#access ul li:hover > ul {
	display: block;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
	background-color:#f7f7f7;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/*-----------------------------------------------------------------*/
#left .post {
	margin:0px 0 20px 0px;
	padding:0 0 20px 0px;
	border-bottom:#333 dotted 1px;
	width: 100%;
}

#left .post  h2 a{
	text-decoration:none;
	color:#000;
	margin:20px 0px 20px 0px;
	padding:0 0 0 0px;
	line-height:30px;
}

#left .post  h2 a:hover{
	text-decoration: underline;
}


#left h1 {
	color:#ff5c00;
	margin-bottom:15px;
}
	
#left h1.entry-title {
	color:#000;
	max-width: 650px;
  	width: 98%;
	margin-bottom:15px;
	font-size:35px;
	font-weight:bold;
	line-height:50px;
	border-bottom:1px  solid #a6ce3a;
}

#left h1.entry-title2 {
	color:#f66c23;
	width:650px;
	margin-bottom:15px;
	font-size:35px;
	font-weight:bold;
	line-height:50px;
	border-bottom:1px  solid #ccc;
}

#comments {	
	margin-top:10px;
	padding:15px;
	background-color: #E9E9E9;
	position:relative;
	float:left;
  	width: 100%;
	max-width: 620px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#comments h3{
	font-size:20px;
	color:#a5ce39;
}

.commentlist {
	margin-bottom:20px;
	position:relative;
	float:left;
}

#comments label{
	width: auto;
	position: relative;
	float: left;
	margin-right	:10px;
}

#comments input{
	max-width: 420px;
	width: 100%;
	position: relative;
	height: 30px;
	padding: 5px;
	margin: 0 10px 0px 0;
	border: none;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#comments textarea{
	width: 100%;
	max-width: 420px;
	position: relative;
	height:130px;
	padding:5px;	
	margin:0 160px 15px 0;
	border:none;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#left #comments  p{
	max-width: 430px;
	width: 100%;
	position: relative;
	height: auto;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	border: none;
	float: left;
}


#left #comments .comment  p{
	max-width: 600px;
	width: 100%;
	position: relative;
	height: auto;
	padding:0px;	
	margin:2px 0px 5px 0px;
	border:none;
	float:left;
}

.form-allowed-tags
{
	display:none;
}

.required {
	text-align:right;
	position:relative;
}

.form-submit #submit {
	width:150px;
	height:30px;
	background-color:#f36d21;
	color:#FFF;
	font-weight:bold;
}

#left a{
	color:#f36d21;
	font-weight:bold;
	text-decoration:none;
}

#box_body p.readmore {
border:none;
}

#box_body p.readmore a{
	float:right;
	padding:5px;
	color:#f36d21;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
}

#left a:hover{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

.comment {	
	margin-top:10px;
	padding:10px;
	width: 100%;
  	max-width: 600px;
	background-color: #f7f7f7;
	position:relative;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.commentlist{
	width: 100%;
  	overflow: hidden;
}

strong{
	font-weight:bold;
}

#left .entry-summary p a{
	color:#000;
}

#left .nav-next a{
	float: right;
	width:170px;
	position:relative;
	height: auto;
	padding:7px;
	margin-right:20px;
	text-align: center;
	color:#000;
	background-color:#FFF;
}

#left .nav-previous a
{
	float: left;
	width:170px;
	padding:7px;
	position:relative;
	height: auto;
	margin-right:20px;
	text-align: center;
	color:#000;
	background-color:#FFF;
}

#left .entry-utility a{
	color:#ae3f24;
}

.entry-content p a img, .entry-content a img, .entry-content img {
	float:left;
	padding: 10px 10px 10px 0;
	border: none;
	text-decoration: none;
	max-width: 100%;
    font-size: 
}

.entry-content div:first-child {
	float:left;
}
.entry-content, .entry-content p, .entry-content span, .entry-content a{
    font-size: inherit;
}


/* Forum styles */
#wpf-wrapper .wpf {
width:100%;
float:left;
}

.wpf-table{
margin-bottom:40px!important;
}

table#mainmenu {
float:left;
clear:both;
}

p#trail {
clear:both;
}

table.wpf-table strong a{
font-size:16px;
}

.forumsList th, .forumsList th a {
font-size:18px!important;
text-align:left!important;
}

.topicTitle {
font-size:16px;
}

#content #left_long{
	width:100%;
	height: auto;
	clear:both;
	position:relative;
	float:left;
	background-color: #F7F7F7;
}

#left_long h1.entry-title {
	border-bottom:1px solid #A6CE3A;
	color:#000000;
	font-size:35px;
	font-weight:bold;
	line-height:50px;
	margin-bottom:15px;
  	width: 100%;
}

#left_long h2{
	font-size:24px;
	font-weight:bold;
	margin:0px;
}

/* Facebook like box */
.textwidget iframe {
	border:none;
	width: 100% !important;
}


/*Socials */
ul.socials {
float:left;
position:absolute;
}

#credits a {
color:#999999;
}

.entry ul li{
margin:0px 0px 10px 0px;
padding:0 0 10px 0;
border-bottom:#000 1px dotted;
}

.entry-content li{
padding:5px 0;
}

.entry-content iframe {
	background-color: #F7F7F7;
	margin: auto;
	display: block;
	max-width: 100%;
}
.entry-content object{
	margin: auto;
	display: block;
	max-width: 100%;
}

table#topicmenu {
width: 300px;
height: 30px;
margin: 10px!important;
}

td.mirrortab_back{
margin:0 10px;
}

#top-menu-mobile {
	display: none;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #587841;
}
#top-menu-mobile:before{
	top: 9px;
}
#top-menu-mobile:after{
	bottom: 9px;
}

#top-menu-mobile span,
#top-menu-mobile:before,
#top-menu-mobile:after{
	background: #fff;
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	position: absolute;
	left: 7px;
	transition: none 0.5s ease 0.5s;
	transition-property: transform, top, bottom, left, opacity;
}
#top-menu-mobile span{
	top: 50%;
	margin-top: -3px;
}
.mm-menu > .mm-panel{
	background: #4f4f4f !important;
}
nav#menu .mm-search {
	overflow: hidden;
	width: 100%;
	padding: 10px 0px 10px 0px;
	background: #4f4f4f;
	margin: 0;
}
nav#menu .mm-search input[type="text"] {
	width: 74%;
	position: relative;
	margin-left: 20px;
}
nav#menu .mm-search input[type="submit"] {
	top: 9px;
	right: 20px;
	border: 0 !important;
	background-position: -3px 1px;
	-webkit-box-shadow: 0 0 5px #565656;
	-moz-box-shadow: 0 0 5px #565656;
	box-shadow: 0 0 5px #565656;
	width: 34px;
}
body{
	cursor: default !important;
}
.shareaholic-recommendations-container.text-only .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link .recommendation-article-details{
	display: block !important;
}
.entry-utility{
	font-size: 12px;
}
.comment-meta.commentmetadata{
	font-size: 12px;
}
.post.pingback{
	overflow: hidden;
}
.post.pingback p{
	font-size: 13px !important;
}

@media screen and (max-width: 1050px){
	#nav li a{
		padding: 10px 24px 0 24px;
	}
}
@media screen and (max-width: 1018px){
	#nav li a{
		padding: 10px 26px 0 26px;
	}
}

@media screen and (max-width: 875px){
	#search{
		width: 30%;
	}
	#socials{
		width: 200px;
	}
	#socials a:last-child img{
		margin-right: 0;
	}
	#socials img{
		margin-right: 10px;
	}
}
@media screen and (max-width: 990px){
	#nav li a{
		padding: 10px 20px 0 20px;
	}
}
@media screen and (max-width: 980px){
	#nav{
		margin-top: 44px;
	}
}
@media screen and (max-width: 800px){
	#nav li a{
		padding: 10px 14px 0 14px;
	}
}
@media screen and (max-width: 768px){
	#content #left{
		width: 100%;
		max-width: 100%;
	}
	#content #right{
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	#box2 ul li{
		float: none;
		margin: 10px 0;
		display: inline-block;
		width: 100%;
	}
	.widgets-list-layout .widgets-list-layout-blavatar{
		max-width: 100% !important;
		width: 11.276596% !important;
	}
	.widgets-list-layout-links{
		width: 83.404255% !important;
	}
	#comments{
		max-width: 100%;
	}
}

@media screen and (max-width: 680px){
	#socials{
		width: 170px;
	}
	#socials img{
		margin-right: 5px;
	}
}
@media screen and (max-width: 641px){
	#nav li a{
  		padding: 10px 6px 0 6px;
	}
}

@media screen and (min-width: 601px){
	html.mm-opening .mm-page, html.mm-opening #mm-blocker, html.mm-opening .mm-fixed-top, html.mm-opening .mm-fixed-bottom{
		left: 0 !important;
		overflow: hidden;
	}	
}


@media screen and (max-width: 600px){
	html.mm-opening .mm-page, html.mm-opening #mm-blocker, html.mm-opening .mm-fixed-top, html.mm-opening .mm-fixed-bottom{
		overflow: visible;
	}
	#wpadminbar{
		z-index: -1
	}
	#top-menu-mobile{
		display: block;
	}
	.mm-menu{
		width: 77.5% !important
	}
	#banner{
		display: none;
	}
	#search{
		display: none;
	}
	#logo{
		float: none;
		max-width: 202px;
		width: 100%;
		margin: auto;
	}
	#logo img{
		max-width: 100%;
		height: auto;
	}
	#top{
		height: auto;
		overflow: hidden;
		background: #4f4f4f;
		padding-bottom: 8px;
	}
	#socials{
		margin:0;
		width: 100%;
		text-align: center;
	  	margin-top: 10px;
	}
	#footer_content ul{
		width: 100%;
		max-width: 100%;
	}
	#credits{
		width: 100%;
		max-width: 100%;
	}
	#footer{
		background: #4a4a4a;
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 540px){
	#box h3{
		background-position: 93.5% center;
	}
}
@media screen and (max-width: 480px){
	#box h3 a{
		text-overflow: initial;
		white-space: normal;
		overflow: hidden;
	}
	#box h3{
		border: 0;
		margin-left: 1px;
		margin-top: 1px;
		width: 97.9%;
		border-top: 1px solid #eeeeee;
		border-left: 1px solid #eeeeee;
		border-right: 1px solid #eeeeee;
		padding-bottom: 10px;
		height: auto;
		font-size: 14px;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
	#box h3:before{
		content: " ";
		display: none;
	}
	#box h3:after{
		content: " ";
		display: none;
	}
	#left .nav-previous a, #left .nav-next a{
		width: auto;
	}
}
@media screen and (max-width: 380px){
	#box h3{
		background-position: 91.5% center;
		padding-left: 22px;
	}
}

