/*
Theme Name: Cenesex
Author: ELESTUDIO
Author URI: http://elestudionline.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

@charset "utf-8";
/* CSS Document */

/* ---------->>> RESET STYLE <<<-----------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: disc inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a{
	text-decoration:none;
}
a:hover, a:active {
	outline: 0pt none; 
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------->>> FONTS <<<-----------*/
@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('fonts/fonts/PTN57F-webfont.eot');
    src: url('fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTN57F-webfont.woff') format('woff'),
         url('fonts/PTN57F-webfont.ttf') format('truetype'),
         url('fonts/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansCaptionBold';
    src: url('fonts/PTC75F-webfont.eot');
    src: url('fonts/PTC75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTC75F-webfont.woff') format('woff'),
         url('fonts/PTC75F-webfont.ttf') format('truetype'),
         url('fonts/PTC75F-webfont.svg#PTSansCaptionBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansCaptionRegular';
    src: url('fonts/PTC55F-webfont.eot');
    src: url('fonts/PTC55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTC55F-webfont.woff') format('woff'),
         url('fonts/PTC55F-webfont.ttf') format('truetype'),
         url('fonts/PTC55F-webfont.svg#PTSansCaptionRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('fonts/PTS76F-webfont.eot');
    src: url('fonts/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS76F-webfont.woff') format('woff'),
         url('fonts/PTS76F-webfont.ttf') format('truetype'),
         url('fonts/PTS76F-webfont.svg#PTSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansBold';
    src: url('fonts/PTS75F-webfont.eot');
    src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS75F-webfont.woff') format('woff'),
         url('fonts/PTS75F-webfont.ttf') format('truetype'),
         url('fonts/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansItalic';
    src: url('fonts/PTS56F-webfont.eot');
    src: url('fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS56F-webfont.woff') format('woff'),
         url('fonts/PTS56F-webfont.ttf') format('truetype'),
         url('fonts/PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS55F-webfont.woff') format('woff'),
         url('fonts/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('fonts/PTN77F-webfont.eot');
    src: url('fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTN77F-webfont.woff') format('woff'),
         url('fonts/PTN77F-webfont.ttf') format('truetype'),
         url('fonts/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ---------->>> GLOBAL <<<-----------*/
body {
	font-size:100%;
	line-height:140%;
	font-family: 'PTSansRegular';
	color:#302316;
	position:relative;
	background:url(images/cenesex-bg.png) repeat top center;
	border-top: 8px solid #ECF1D8;
	
	transition:all 0.3s ease-in-out 0s; 
    -o-transition:all 0.3s ease-in-out 0s; 
    -moz-transition:all 0.3s ease-in-out 0s; 
    -webkit-transition:all 0.3s ease-in-out 0s;
}
.container {
	width:1152px;
	margin:0 auto;
}
.row {
	width:100%;
	position:relative;	
}
.row:before, .row:after {
    content: "";
    display: table;
}
.row:after {
    clear: both;
}
[class*="col"] {
    float: left;
}
hr {
	clear:both;
}
.col-12 {
	width:1152px;
}
.col-11 {
	width:1056px;
}
.col-10 {
	width:960px;
}
.col-9 {
	width:864px;
}
.col-8 {
	width:768px;
}
.col-7 {
	width:672px;
}
.col-6 {
	width:576px;
}
.col-5 {
	width:480px;
}
.col-4 {
	width:384px;
}
.col-3 {
	width:288px;
}
.col-2 {
	width:192px;
}
.col-1 {
	width:96px;
}
.col-100p {
	width:100%;
}
.col-75p  {
	width:75%;
}
.col-50p {
	width:50%;
}
.col-25p {
	width:25%;
}
.san-11 {
	margin-left:1056px;
}
.san-10 {
	margin-left:960px;
}
.san-9 {
	margin-left:864px;
}
.san-8 {
	margin-left:768px;
}
.san-7 {
	margin-left:672px;
}
.san-6 {
	margin-left:576px;
}
.san-5 {
	margin-left:480px;
}
.san-4 {
	margin-left:384px;
}
.san-3 {
	margin-left:288px;
}
.san-2 {
	margin-left:192px;
}
.san-1 {
	margin-left:96px;
}
.visible-below-1200, .visible-below-1200 {
	display:none;
}
.pull-right {
	float:right;
}
.pull-left {
	float:left;
}
img {
	max-width:100%;
	height:auto;
}
p {
	font-size:16px;
	line-height:24px;
	margin-bottom:16px;	
}
* {
	transition:all 0.2s ease-in-out 0s; 
    -o-transition:all 0.2s ease-in-out 0s; 
    -moz-transition:all 0.2s ease-in-out 0s; 
    -webkit-transition:all 0.2s ease-in-out 0s;
}
a {
	color:#61462D;
	
}
a:hover {
	color:#C18B59;
	
}
a.no-decoration {
	border-bottom:none;
}
.align-left {
	text-align:left;
}
.align-center{
	text-align:center;
}
.align-right {
	text-align:right;
}
.clearfix {
	clear:both;
}


/* ---------->>> HEADERS <<<-----------*/

h1, h2, h3, h4, h5, h6 {
	color:#C18B59;
	font-weight:normal;
	
	text-shadow: 0 1px 0 #fff;
}
h1 {
	font-size:28px;
	line-height:32px;
	padding:22px 0 20px; 
}
h2 {
	font-size:24px;
	line-height:28px;
	padding:22px 0 20px; 
}

h3 {
	font-size:20px;
	line-height:24px;
	padding:22px 0 20px;
}
.content > h3 {
	padding-top:0;
}
h4 {
	font-size:18px;
	line-height:22px;
	padding:12px 0 10px;
}
.icon-dandelion {
	margin-left:4px;
	width:24px;
	height:24px;
	line-height: 24px;
	background-image:url(images/cenesex-dandelion.png);
	background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: text-top;
}
.icon-dandelion-white{
	margin-left:4px;
	width:24px;
	height:24px;
	line-height: 24px;
	background-image:url(images/cenesex-dandelion-white.png);
	background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: text-top;
}
/* ---------->>> Top Bar <<<-----------*/
.top-bar ul {
	list-style:none;
	margin-bottom:16px;
	font-size:13px;
}
.top-bar ul li {
	float:left;
}
.top-bar ul li a {
	color:#C18B59;
	border:none;
	display:block;
	padding:12px 24px 8px 8px;
	background:url(images/cenesex-line-bar.png) no-repeat left -56px;
}
.top-bar ul li a:hover {
	color:#61462D;
	background-position:left -32px;
}
/* ---------->>> Brand <<<-----------*/
#header {
    padding-bottom: 16px;
}
#slogan {
	font-size:36px;
	margin-top:64px;
	font-family: 'PTSansItalic';
	color:#C18B59;
	text-shadow:none;
	padding-bottom:0;
}
/* ---------->>> Navigation Bar <<<-----------*/
#nav-bar {
	list-style:none;
	display:block;
	padding-bottom: 12px;
	background: url("images/cenesex-line-menu.png") repeat-x top;
	border-bottom: 2px solid #C7D589;
}
#nav-bar ul{
	list-style:none;
}
#nav-bar ul li{
	float:left;
}
#nav-bar ul li a {
	font-size:24px;
	color:#C18B59;
	border:none;
	display:block;
	padding:12px 24px 8px 8px;
	border-top:8px solid #C7D589;
}
#nav-bar ul li a:hover, #nav-bar .current-menu-item a {
	color:#A1B93A;
	border-top:8px solid #A1B93A;
}
#nav-bar .form-search {
	margin-top:8px;
	padding:12px 0 8px 8px;
	color:#DAB99B;
	font-size:18px;
}
#nav-bar .input-search {
	border:none;
	color: #61462D;
	width:96px;
	border-bottom:1px solid #C7D589;
	box-shadow:none;
	border-radius: 0;
}
#nav-bar .input-search:focus, #nav-bar .input-search:hover{
	width:192px;
	border-bottom:1px solid #A1B93A;
}
/* ---------->>> News <<<-----------*/
#slideboxnews li{
	width:1100px;
}
#news {
	background:#C7D589;
	padding: 32px 0 20px;
	overflow: hidden;
	position:relative;
}

#slideboxnews img {
    /*background: url("images/cenesex-noticia.png") no-repeat scroll 0 0 transparent;*/
    border: 8px solid #ECF1D8;
    margin: 32px 75px 32px 32px;
}
.news-left {
	width:576px;
}

.news-detail {
	width:92px;
	text-align:right;
	display:inline-block;
}
.news-title .icon{
	width:96px;
}
.news-title .title{
	margin-left:96px;
}
#news .icon-dandelion-white {
	margin-right:16px;
	width: 24px;
}
.news-title h2 {
	padding:0 0 12px;
	text-shadow:none;
}
.news-title h2 a {
	color: #fff;
	border:none;
}
.news-meta {
	font-size:13px;
	text-align:right;
	padding-top:4px;
	color:#C18B59;
	width: 96px;
}
.news-meta span {
	margin-right:16px;
}
.news-content {
	margin-left:96px;
}
.news-content p {
	font-size:18px;
	line-height:28px;
}
.news-more{
	margin-left:96px;
}
.news-more a {
	height:48px;
	width:44px;
	display:block;
	background:url(images/cenesex-leer-mas.png) no-repeat left 4px;
	text-indent:-9999px;
	border:none;
	
	transition:none; 
    -o-transition:none; 
    -moz-transition:none; 
    -webkit-transition:none;
}
.news-more a:hover {
	background-position:left -44px;
}
.news-right {
	width:384px;
	margin-left: 96px;
}
/*#news .img-noticia {
	padding: 32px;
	padding-right:56px;
	background:url(images/cenesex-noticia.png) no-repeat;
}*/
#news-nav ul {
	list-style:none;
}
#news-nav li a{
	font-family: 'PTSansBold';
	border:none;
	padding:8px 12px 8px 12px;
	margin-top:12px;
	display:block;
	background: #A4A4A4;
	color:#fff;
	font-size:20px;
	
	border-radius: 50px 0 0 50px;
}
#news-nav li a:hover, #news-nav li a.active {
	background: #A1B93A;
}
/* ---------->>> Main <<<-----------*/
#main {
	margin: 22px auto 44px;
	background:#fff;
}
#main > .row {
	background: url(images/cenesex-dot.png) repeat-y 768px top;
}

#main > .row > .col-8 > .content {
	margin-right: 16px;
}
#main > .row > .col-12 > .content {
	margin-right: 0;
}
.page-title {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-top: 0;	
}
.category .page-title, .author .page-title, .tag .page-title, .search .page-title, .page-id-627 .page-title  {
   border-bottom:1px solid #C7D589;
}
.page-title small {
	font-size:13px;
	margin-left:16px;
}
.page-title i {
	margin-top:8px;
}
.group-title {
	padding: 0 0 16px;
	font-family: 'PTSansItalic';
	color:#C18B59;	
}
#main .group-title {
	border-bottom:1px solid #C7D589;
}
.content [class*="col"] {
	overflow:hidden;
}
.content [class*="col"] > .content {
	padding-right:16px;
}
.divider {
	clear:both;
}

/* ---------->>> Collapse <<<-----------*/
.collapse {
	-webkit-transition: height 0.35s ease 0s;
    -moz-transition: height 0.35s ease 0s;
	transition: height 0.35s ease 0s;
    height: 0;
    overflow: hidden;
    position: relative;
}

/* ---------->>> Table <<<-----------*/
.table{
    display:table; /* Defines a Table */
    font-size:14px;
    border-bottom:2px solid #dddddd;
    color:#8d8d8d;
    margin:10px 0;
	width:100%;
}
.table-head{
   display:table-header-group;
}
.table-head .td{ /* Column inside the table-head */
    background:#C7D589;
    color:#7d7d7d;
    border-right:1px solid #A1B93A;
    border-bottom:none;
}
.table-head .td:hover{ /* Column hover inside the table-head */
    background:#A1B93A;
}
.table-row{
    display:table-row; /* Defines a table row */

}
.table-row .td:nth-child(1){ /* First column in a row */
    border-left:1px solid #eeeeee;
}
.table-row:last-child .td{ /* column in a last row */
    border-bottom:none;
}
.td{
    display:table-cell; /* Defines a table cell */
    padding:10px 20px;
    border-bottom:1px solid #eeeeee;
    border-right:1px solid #eeeeee;
    line-height:1.8em;
}
.td:hover{
    background:#f9f9f9;
}

/* ---------->>> Modal <<<-----------*/
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -100%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background:#C7D589;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
	text-decoration:none;
	border:none;
}
.close:hover{
	color:#000000;
	text-decoration:none;
	opacity:0.4;filter:alpha(opacity=40);
	cursor:pointer;
	border:none;
}
.fade{
	-webkit-transition:opacity 0.15s linear;
	-moz-transition:opacity 0.15s linear;
	-ms-transition:opacity 0.15s linear;
	-o-transition:opacity 0.15s linear;
	transition:opacity 0.15s linear;
	opacity:0;
}
.fade.in{
	opacity:1;
}

/* ---------->>> Foro Login <<<-----------*/
.foro-nav {
	margin-bottom:12px;
}
#foro-login .content {
	padding:8px;
	background:#fff;
	z-index:1;
}
#foro-login.in .content {
	padding:8px;
	background:#ECF1D8;
	z-index:1;
}
.form-inline input {
	display: inline-block;
	margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
}
.form-inline .input-append,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* ---------->>> Breadcrumb <<<-----------*/
.breadcrumb {
  list-style: none;  
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
.breadcrumb .active a {
  color: #333333;
}

/* ---------->>> Paginaton <<<-----------*/
.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}

/* ---------->>> Form Message <<<-----------*/
.form-message input[type="text"], .form-message textarea {
    background: none repeat scroll 0 0 #ECF1D8;
    border: medium none;
    display: block;
    margin-bottom: 16px;
    padding: 4px;
}
.form-message input[type="text"], form textarea {
		width:98%;
}
.form-message input[type="text"], form textarea {
		width:98%;
}
/* ---------->>> RSC <<< -----------*/
.rsc {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #C7D589;	
}
.rsc-image {
	max-height:180px;
	max-width:288px;
	overflow:hidden;
}
.rsc-description {
	padding-right:16px;
	border-right:1px dotted #C7D589;
	margin-right:16px;
}
.rsc-title {
	padding-top:0;
}
.rsc-contact {
	color: #DAB99B;
    font-size: 13px;
}
/* ---------->>> Magazine <<< -----------*/
.magazine .content{
	background: none repeat scroll 0 0 #FAFAFA;
    margin-right: 32px;
    padding: 16px;
}
/* ---------->>> Team <<< -----------*/
.team .row {

}
.team .member {
	border-top:1px solid #C7D589;
	padding-top:16px;
	margin-bottom:24px;
}
.team .picture {
	padding-left:16px;
	background:#C7D589;
	margin-bottom: 16px;
	width:180px;
	margin-right:16px;
}
.team .picture img {
	vertical-align:top;
	margin:0;
}
.team p {
	margin-bottom:2px;
}
.team .name {
	color:#C18B59;
	font-size:18px;
}
.team .response {
	padding-bottom:16px;
}
.team .email {
	font-size:14px;
}
.team .social {
	margin:8px 0;
}
.team .description {
	display:block;
	clear:both;
	font-size:13px;
	line-height:18px;	
}
	
.social i{
	background: url(images/cenesex-icono-32.png) no-repeat 0 -32px;
	color:#fff;
	height: 30px;
    padding-top: 3px;
    width: 38px;
	font-size:16px;
	opacity: 0.6;
	display: inline-block;
    text-align: center;
}
.social i:hover{
	opacity:1;
}

/* ---------->>> Entry <<<-----------*/
.entry  {
	padding:24px 0;
	border-bottom:1px dashed  #C7D589;
	position:relative;
}
.entry-header {
	min-height:48px;
}
.entry-meta{
	font-size:13px;
	color:#DAB99B;
	margin-top:6px;
	float:left;
	width:96px;
}
.entry-title , .entry-author{
	margin-left: 96px;
	margin-right: 96px;
}
.entry  h2{
	padding-top:0;	
}
.entry-format {
	position: absolute;
    right: 8px;
    top: 12px;
}
.entry-author {
	margin-bottom:16px;
	color:#DAB99B;
}
#entry-author-description{
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-left:96px;
	margin-right:96px;
	color: #C18B59;
	font-size:14px;
	line-height: 20px;
}
#entry-author-email{
	margin-left:96px;
	color: #61462D;
	margin-right:96px;
}
.page .entry-content {
	display:block;
	margin:0 96px 0 0;
	overflow: hidden;
}
.entry-content {
	display:block;
	margin:0 96px;
	overflow: hidden;
}

.entry  .more{
	margin-top:16px;
	padding-right: 96px;
    text-align: right;
	display:block;
}
.entry  .more a{
	font-family: 'PTSansItalic';
	color:#A1B93A;
	border:none;
}
.entry  .more a:hover{
	color:#C18B59;
}
.entry [class^="icon-"], .entry [class*=" icon-"] {
    background: url("images/cenesex-icono-56.png") no-repeat scroll -8px 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 24px;
    height: 24px;
    margin-left: 20px;
    padding: 14px 12px 12px;
    text-align: center;
    width: 27px;
}
.wpptopdf {
	display:block;
	border-top: 1px dashed #C7D589;
	border-bottom: 1px dashed #C7D589;
	padding:8px 0;
	margin-bottom:24px;
	font-family: 'PTSansItalic';
	font-size: 14px;
}
.page-id-956 .wpptopdf, .page-id-627 .wpptopdf, .page-id-348 .wpptopdf {
	display:none;
}
.wpptopdf [class^="icon-"], .wpptopdf [class*=" icon-"] {
	background: none;
    color: #A1B93A;
    display: inline;
    font-size: 16px;
    height: auto;
    margin-left: 0;
	margin-right: 8px;
    padding: 0;
    text-align: left;
    width: auto;
}

.entry-content img {	
	margin-bottom:10px;
}
.entry-content ul {
	list-style:disc outside none;
	margin-bottom:10px;
	padding-left: 16px;
}
.entry-content ol {
	list-style:decimal outside none;
	margin-bottom:10px;
	padding-left: 20px;
}
.entry-content h3 {
	padding:0 0 10px 0;
	
}
.entry-content h4 {
	font-size:16px;
	font-family: 'PTSansItalic';
	padding-top: 0px;	
}
.entry-content .image {
	background:#C7D589;
	padding: 10px;
	
}
.gallery {
	background: #e6e6e6;
	/*border: 1px Solid #C7D589;*/
}
.gallery p {
	padding:0 0 2% 2%;	
}
blockquote {
    background: none repeat scroll 0 0 #ECF1D8;
    border-left: 8px solid #C18B59;
    margin-bottom: 16px;
    padding: 16px;
}
blockquote p {
    margin: 0;
}
/* ---------->>> Formats Entry <<<-----------*/
.format-image  img{
	max-width:98%;
	padding: 1%;
	background: #ECF1D8;
}
.format-image .image-title{
	padding-left:16px;
}
.format-image .image-content{
	padding-left:16px;
}
.single-image .entry-author {
	margin:0;
}
.format-image .entry-author {
    color: #61462D;
	border-top: 1px dashed #ECF1D8;
    border-bottom: 1px dashed #ECF1D8;
	margin-bottom:16px;
    padding: 5px 0 5px 0;
}

.format-quote blockquote {
	background: #ECF1D8;
	padding: 16px;
	border-left: 8px solid #A1B93A;
	margin-bottom: 16px;
}
.format-quote blockquote p{
	margin:0;
}
.format-quote blockquote p cite:before {
    content: "- ";
}
.format-quote blockquote p cite {
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    margin-top: 10px;
	color:#C18B59;
	text-align:right;
}
.single-image .entry-header {
	min-height:0px;
}
.format-gallery .entry-content {
	margin-right:68px;
}
.format-gallery .entry-content img {
	
}
.gallery-item img {
    background: none repeat scroll 0 0 #ECF1D8;
    float: left;
    height: auto;
    margin: 0 16px 16px 0;
    padding: 4px;
    width: 172px;
}
.format-link  a.link {
    border-radius: 0 50px 50px 0;
    color: #FFFFFF;
    display: block;
    font-size: 135%;
    line-height: 1.3 !important;
    margin: 0;
    padding: 16px 20px;
	background:#A1B93A;
	border-bottom:none;
	border-left:8px solid #C7D589;
}
/* ---------->>> Search <<<-----------*/


/* ---------->>> Nav Below <<<-----------*/
#nav-below {
	padding:16px;
	background:#ECF1D8;
}
.nav-previous,
.nav-next {
	width:48%;
}
.nav-next {
	text-align:right;
}

/* ---------->>> Comments <<<-----------*/
#comments {
	margin:16px 0;
}
#comments-title {
	margin:8px 96px;
}
.commentlist {
	padding-left:96px;
	padding-right:96px;
	list-style:none;
	padding-bottom:24px;
	border-bottom: 1px solid #C7D589;
}
.commentlist li {
    background-image: url(images/cenesex-dandelion-comment.png);
    background-position: right top;
    background-repeat: no-repeat;
    border: 1px dotted #C7D589;
    margin-bottom: 16px;
}
.comment-box {
	padding:16px;
}
.comment-name {
	color:#C18B59;
}
.comment-awating {
	color:#DAB99B;
}
.comment-date {
	color:#C18B59;
}
#commentform {
	margin-left:96px;
	margin-right:96px;
}
input,
textarea,
select,
button {
  display: inline-block;
  width: 210px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ECF1D8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
textarea {
	width:98%;
}
label,
label input,
label textarea,
label select {
  color:#DAB99B;
}
#commentform label {
	font-size:14px;
	margin-left:8px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"],
input[type="submit"],
button {
  width: auto;
  height: auto;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */

}
input[type="checkbox"] {
	display:inline;	
}
.checkbox {
	margin-left:16px;
}
input[type="submit"], button {
	background:#A1B93A;
	color:#FFF;
	border:none;
	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	border-radius: 3px;
	opacity:0.8;
}
input[type="submit"]:hover, button:hover {
	opacity:1;
}
input,
textarea,
button {
  -webkit-box-shadow: inset 0 1px 1px rgba(42, 47, 22, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(42, 47, 22, 0.075);
  box-shadow: inset 0 1px 1px rgba(42, 47, 22, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: all linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: all linear 0.2s, box-shadow linear 0.2s;
  -o-transition: all linear 0.2s, box-shadow linear 0.2s;
  transition: all linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  border-color: rgba(161, 186, 60, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(42, 47, 22, 0.075), 0 0 8px rgba(161, 186, 60, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(42, 47, 22, 0.075), 0 0 8px rgba(161, 186, 60, 0.6);
  box-shadow: inset 0 1px 1px rgba(42, 47, 22, 0.075), 0 0 8px rgba(161, 186, 60, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* ---------->>> Events <<<-----------*/
.event {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #C7D589;	
}
.event-data {
	width:30%;
	color: #61462D;
    font-size: 13px;
	margin-right: 2%;
}
.event-content {
	width:60%;
	padding-left:16px;
	border-left:1px dotted #C7D589;
}
table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
    background: none !important;
	border:1px dotted #C7D589;
}
.event-title {
	padding-top:0;
}

#em-wrapper > p{display:none;}

.em-calendar-wrapper table{
	width:100%;
}
.em-calendar-wrapper table thead{
	background:#C7D589;
}
.em-calnav {
	background: none repeat scroll 0 0 #ECF1D8;
    border-radius: 20px;
    display: inline-block;
    height: 20px;
    width: 20px;
	font-size:12px;
	color:#C18B59;
	font-weight:bold;
}
.em-calnav:hover {
	background: none repeat scroll 0 0 #FFFFFF;
}
.em-calendar {
	border:1px solid #C7D589;		
}
table.em-calendar .month_name {
	color:#61462D;
	padding:8px;
}
table.em-calendar td {
    padding: 8px 12px !important;
}
.days-names {
	background:#ECF1D8;	
}

.eventless {
	color:#C18B59;
}
table.em-calendar td.eventful{
		
}
table.em-calendar td.eventful a, table.em-calendar td.eventful-today a, table.em-calendar td.eventful-pre a, table.em-calendar td.eventful-post a {
    color: #fff !important;
	display:block;
	background:#C7D589;
	border-radius:5px;
	line-height:24px;
}
table.em-calendar td.eventful-pre a, table.em-calendar td.eventful-post a {
	background:#ccc;
	text-decoration:none !important;
}
table.em-calendar td.eventful-today a {
	background:#A1B93A;
}
table.em-calendar .eventful:hover {
	opacity:0.7;
}
table.em-calendar .eventful-today:hover {
	opacity:0.7;
}
/* ---------->>> Sidebar <<<-----------*/
#sidebar{
	padding-left: 16px;
}
.widget {
	margin-bottom:40px;
}
#sidebar .group-title{
	margin-bottom: 16px;
}
.widget ul {
	list-style:none;
}
#sidebar .widget ul li{
	padding:8px 0;
	border-bottom:1px dotted #C7D589;
	font-size:14px;
}
.tagcloud a {
	display:block;
	font-size:14px !important;
	line-height:20px;
} 
/* ---------->>> Footer <<<-----------*/
#footer{
	border-top: 8px solid #c7d589;
	font-size:13px;
	padding-top: 20px;
}
#footer ul {
	list-style:none;
}
#footer .row{
	padding-top:20px;	
}
#footer .cenesex-icon {
	width:24px;
	height:24px;
	padding:0 10px;
	line-height: 24px;
	background-color:#fff;
	background-image:url(images/cenesex-icon.png);
	background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: text-top;
	position:absolute;
	left:0;
	right:0;
	top:-10px;
	margin:0 auto;
}
#colophon{
	padding-right:20px;
	margin-right:40px;
	border-right:#C7D589 solid 1px;
	float:left;
	width:250px;
}
#footer .widget{
	padding-right:20px;
	float:left;
}
.footer-widget-1 {
	width:216px;
}
.footer-widget-2 {
	width:152px;
}
.footer-widget-3 {
	width:152px;
}
.footer-widget-4 {
	width:240px;
}
#footer p{
	font-size:13px;
	line-height:18px;
}
#footer a{
	border:none;
}
#footer a:hover{
}
#social ul li{
	float:left;
	margin-right:8px;
}
#social ul li a i{
	background: url(images/cenesex-icono-32.png) no-repeat 0 -32px;
	color:#fff;
	height: 30px;
    padding-top: 3px;
    width: 38px;
	font-size:16px;
	opacity: 0.6;
}
#social ul li a i:hover{
	opacity:1;
}
#credits{
	border-top: 3px double #C7D589;
	margin-top:40px;
}

/* ---------->>> Dropdown <<<-----------------*/
.dropdown {
  position: relative;
}
.dropdown .icon-plus-sign {
	font-size:22px;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ECF1D8;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}
.pull-right .dropdown-menu:after, .dropdown-menu.pull-right:after {
    left: auto;
    right: 30px;
    z-index: 9999;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.dropdown-menu li{
	float:none !important;
}
.top-bar .dropdown-menu a {
	padding:8px;
}
.top-bar .dropdown-menu a {
  background:none;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  text-decoration: none;
  background-color: #ECF1D8;
}
.dropdown.open {
  *z-index: 1000;
}
.dropdown.open .dropdown-toggle {
  color: #61462D;
}
.dropdown.open .dropdown-menu {
  display: block;
}
.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}


.column-1{ width:30%; margin-right:3.3%; }

.column-2{ width:63.3%; margin-right:3.3%; }

.column-3{ width:96.6%; margin-right:3.3%; }

.column-half{ width:46.6%; margin-right:3.3%; }

/*----------------->>Contact<<-------------------*/
.title-contact {
	padding: 22px 0 20px !important;
}
.contact-data {
	margin-bottom: 16px;
}

.contact-text {
	font-size: 14px;
    margin-left: 8px;
	color: #DAB99B;
}
.contact-required {
	color: #000;
}
/*----------------->>Page-Navi<<-------------------*/
.wp-pagenavi {
	margin-top:45px;
}
#main .wp-pagenavi a, .wp-pagenavi a:link{
	border:none;
	border-top: 4px solid #C7D589;	
	padding:8px 12px;	
	text-decoration: none;	
	color: #C7D589;
}
#main .wp-pagenavi a:hover {
	padding:8px 12px;	
	color: #A1B93A;
	background-color: #ECF1D8;
	border:none;
	border-top: 4px solid #C7D589;
}
#main .wp-pagenavi span.pages {
	border:none;
	border-top:4px solid #ccc;
	padding:8px 12px;
	color:#A1B93A;
}
#main .wp-pagenavi span.current  {
	border:none;
	border-top: 4px solid #A1B93A;
	padding:8px 12px;
	color: #fff;
	background-color:#C7D589;	
}
.page-numbers  {
	border:none;
	border-top: 4px solid #C7D589;	
	padding:8px 12px;	
	text-decoration: none;	
	color: #C7D589;
	margin: 2px;
	display: inline-block;	
}
.current {
	border:none;
	border-top: 4px solid #A1B93A;
	padding:8px 12px;
	color: #fff;
	background-color:#C7D589;
}
.page-numbers:hover {
	padding:8px 12px;	
	color: #A1B93A;
	background-color: #ECF1D8;
	border:none;
	border-top: 4px solid #C7D589;
}
/*----------------->>Events<<-------------------*/
.event h2 {
	padding: 0px 0 20px;
}
.event h2 a {
	color: #C18B59;
}
.event h2 a:hover {
	opacity:0.7;
}
#em-wrapper > h2 {
	background-color: #F3E8DE;
	padding: 10px 0 10px 15px;
	margin-bottom:20px;
	color:#C18B59;
	text-shadow:none;
	border-left: 5px solid #C18B59;		
}
table.em-calendar td.eventless-today {
	background: none !important;
	font-weight:bold;
	border: 1px dashed #C7D589;
    color: #61462D;
}
.wp-caption p {
	font-size:14px;
	line-height: 20px;
	color: #fff;
}
.wp-caption {	
	background: none repeat scroll 0 0 #C7D589;
    margin-bottom: 16px;
    max-width: 100% !important;
    padding: 8px;
    width: auto !important;
}
.wp-caption img{
	width:100%
}
div.alignleft, img.alignleft {
	float:left;
	margin-right:24px;
	margin-bottom: 24px;
	max-width: 150px !important;
	
}
div.alignright, img.alignright {
	float:right;
	margin-left:24px;
	margin-bottom: 24px;
	max-width: 150px !important;
	
}
.entry-content  p img {
	background: #C7D589;
	max-width: 96%;
    padding: 2%;
}
/*----------------->>Foros<<-------------------*/
.bbp-logged-in {
	display:table;
	width:100%;
}
.bbp-logged-in h4 {
	float:left;
	margin-bottom:0 !important;
	font-weight: normal !important;
	padding: 12px 0 10px;
}
.logout-link {
	float:right;
	padding: 12px 0 10px;
}
.bbp-form legend {
	font-size:20px;
	margin-bottom:16px;
}
.bbp-the-content-wrapper {
	margin-bottom:24px;
}
div.bbp-submit-wrapper {
    float: left !important;
}
#bbp_topic_title {
	width:99%;
	font-size: 24px;
}
.bbp-breadcrumb-home {
	display:none;
}
.bbp-login-form .bbp-login-links a {
	clear:none !important;
	margin-right:16px;
}

/* ---------->>> Media Queries <<<-----------*/

@media (max-width:1200px){
	.container {
		width:960px;
	}
	.col-12 {
		width:960px;
	}
	.col-11 {
		width:880px;
	}
	.col-10 {
		width:800px;
	}
	.col-9 {
		width:720px;
	}
	.col-8 {
		width:640px;
	}
	.col-7 {
		width:560px;
	}
	.col-6 {
		width:480px;
	}
	.col-5 {
		width:400px;
	}
	.col-4 {
		width:320px;
	}
	.col-3 {
		width:240px;
	}
	.col-2 {
		width:160px;
	}
	.col-1 {
		width:80px;
	}
	
	.san-11 {
		margin-left:880px;
	}
	.san-10 {
		margin-left:800px;
	}
	.san-9 {
		margin-left:720px;
	}
	.san-8 {
		margin-left:640px;
	}
	.san-7 {
		margin-left:560px;
	}
	.san-6 {
		margin-left:480px;
	}
	.san-5 {
		margin-left:400px;
	}
	.san-4 {
		margin-left:320px;
	}
	.san-3 {
		margin-left:240px;
	}
	.san-2 {
		margin-left:160px;
	}
	.san-1 {
		margin-left:80px;
	}
	.hidden-below-1200 {
		display:none;
	}
	.visible-below-1200 {
		display:block;
	}
	/* ---------->>> Top Bar <<<-----------*/	
	#top-bar ul li a {		
		padding:12px 16px 8px 8px;
	}
	.top-bar ul {    
    	margin-bottom: 0;
	}
	/* ---------->>> Navigation Bar <<<-----------*/	
	#nav-bar ul li a {
		font-size:20px;		
	}
	/*---------->>> Main <<<------------*/
	#main > .row {
		background: url(images/cenesex-dot.png) repeat-y 640px top;
	}
	.page .entry-content {
    	margin: 0;
	}
	.wp-caption {		
		max-width: 96%;
		padding: 2%;
	}
	/* ---------->>> News <<<-----------*/
	.news-wrap {
		width:900px !important;
	}
	.news-left {
		width:480px;
	}	
	.news-content p {
		font-size:16px;
	}
	.news-right {
		width:384px;
		margin-left: 16px;
	}
	#slideboxnews li {
    	height: 280px !important;
   	 	width: 900px !important;
	}
	h1 {
    	font-size: 24px;
    	line-height: 30px;    	
	}
	h1 {
    	font-size: 24px;
    	line-height: 30px;    
	}
	/* ---------->>> Entry <<<-----------*/
	.entry  {
		padding:20px 0;
	}	
	.entry-meta{
		width:80px;
	}
	.entry-title, .entry-author {
		margin-left: 80px;
		margin-right: 80px;
	}
	.entry-content {
		margin:0 80px;
	}  
	.entry  .more{
		padding-right: 80px;
	}
	.format-gallery .entry-content {
		margin-right: 80px;
	}
	.gallery-item img {
	    margin: 0 8px 8px 0;
	    padding: 3px;
	    width: 140px;
	}
	.entry-content iframe{
		width: 480px;
		height: 280px;
	}
	.wp-caption {
	    display: block;
	}
	table.em-calendar td {
    	padding: 8px !important;
	}
	/* ---------->>> Footer <<<-----------*/
	#footer .group-title i {
		display:none;
	}
	#colophon{		
		margin-right:20px;
		border-right:#C7D589 solid 1px;
		float:left;
		width:200px;
	}
	#footer .widget{
		padding-right:16px;
		float:left;
	}
	.footer-widget-1 {
		width:186px;
	}
	.footer-widget-2 {
		width:112px;
	}
	.footer-widget-3 {
		width:128px;
	}
	.footer-widget-4 {
		width:208px;
	}	
}
@media (max-width:1024px){
	.container {
		width:720px;
	}
	.col-12 {
		width:720px;
	}
	.col-11 {
		width:660px;
	}
	.col-10 {
		width:600px;
	}
	.col-9 {
		width:540px;
	}
	.col-8 {
		width:480px;
	}
	.col-7 {
		width:420px;
	}
	.col-6 {
		width:360px;
	}
	.col-5 {
		width:300px;
	}
	.col-4 {
		width:240px;
	}
	.col-3 {
		width:180px;
	}
	.col-2 {
		width:120px;
	}
	.col-1 {
		width:60px;
	}
	
	.san-11 {
		margin-left:660px;
	}
	.san-10 {
		margin-left:600px;
	}
	.san-9 {
		margin-left:540px;
	}
	.san-8 {
		margin-left:480px;
	}
	.san-7 {
		margin-left:420px;
	}
	.san-6 {
		margin-left:360px;
	}
	.san-5 {
		margin-left:300px;
	}
	.san-4 {
		margin-left:240px;
	}
	.san-3 {
		margin-left:180px;
	}
	.san-2 {
		margin-left:120px;
	}
	.san-1 {
		margin-left:60px;
	}
	
	/* --------->>> Top Bar <<<-----------*/
	.top-bar ul {
	    margin-bottom: 0;
	}
	/* --------->>> Brand <<<-----------*/
	#logo {
		width:300px;
	}
	#slogan {
	    font-size: 24px;
	    margin-top: 38px;
	}
	/* --------->>> Nav Bar <<<-----------*/
	#nav-bar ul li a {
		font-size: 18px;
		padding: 12px 16px 8px 8px;
	}
	/*---------->>> Main <<<------------*/
	#main > .row {
		background: url(images/cenesex-dot.png) repeat-y 480px top;
	}
	.page .entry-content {
    	margin: 0;
	}
	/* ---------->>> News <<<-----------*/
	#news {
		padding: 20px 0 20px;
	}
	.news-wrap {
		width:95% !important;
	}
	.news-left {
		width:400px;
	}
	.news-wrap {
		
	}
	.news-title .icon {
		width: 60px;
	}
	.news-title h1 {
		font-size:20px;
		line-height:24px;
	}
	.news-title .title {
		margin-left: 60px;
	}
	.news-meta {
		float: none;
		margin-left: 60px;
		padding-top: 0;
		text-align:left;
	}
	.news-content {
		margin-left: 60px;
	}
	.news-content p {
		font-size:14px;
		line-height:20px;
	}
	#slideboxnews li {
		height: 280px !important;
		width: 690px !important;
	}
	.news-more {
		margin-left: 60px;
	}
	.news-right {
		width: 264px;
		margin-left: 16px;
	}
	#news .img-noticia {
	    background-size:264px;
	    padding: 16px 32px 14px 14px;
		max-width: 220px;
	}
	#news-nav li a {
	    font-size: 16px;
		margin-top: 12px;
		padding: 4px 12px;
	}
	/* ---------->>> Entry <<<-----------*/
	.entry  {
		padding:20px 0;
	}	
	.entry-meta{
		float:none;
		margin-bottom:8px;
	}
	.entry-title {
		margin-left: 0;
		margin-right: 0;
		margin-top:8px;
	}
	.entry-title, .entry-author {
		margin-left: 0;
		margin-right: 0;
	}
	.entry-format {
		top:8px;
		right: -8px;
	}
	.entry [class^="icon-"], .entry [class*=" icon-"] {
	    background-size: 44px auto;
		background-position: -2px 5px;   
	    font-size: 20px;
	    height: 20px;
	}
	.entry-content {
		margin:0;
	}	
	.entry  .more{
		padding-right: 0;
		margin-top: 8px;
	}
	.format-gallery .entry-content {
		margin-right: 0;
	}
	.gallery-item img {
	    width: 140px;
	}
	.entry-content iframe{
		width: 480px;
		height: 280px;
	}
	table.em-calendar td {
		padding: 4px !important;
	}
	/* ---------->>> Footer <<<-----------*/
	#colophon{		
		margin-right:0;
		padding-right:0;
		border-right:none;
		margin-bottom:24px;
		float:none;
		width:90%;		
	}
	#colophon p {
		font-size:13px;
		line-height:18px;
	}
	#footer .widget{
		padding-right:16px;
		float:left;
	}
	.footer-widget-1 {
		width:180px;
	}
	.footer-widget-2 {
		width:120px;
	}
	.footer-widget-3 {
		width:144px;
	}
	.footer-widget-4 {
		width:208px;
	}	
}

@media (max-width:760px){
	.container {
		width:96%;
	}
	.col-12 {
		width:100%;
	}
	.col-11 {
		width:100%;
	}
	.col-10 {
		width:100%;
	}
	.col-9 {
		width:100%;
	}
	.col-8 {
		width:100%;
	}
	.col-7 {
		width:100%;
	}
	.col-6 {
		width:100%;
	}
	.col-5 {
		width:100%;
	}
	.col-4 {
		width:100%;
	}
	.col-3 {
		width:100%;
	}
	.col-2 {
		width:100%;
	}
	.col-1 {
		width:100%;
	}
	
	.san-11 {
		margin-left:0;
	}
	.san-10 {
		margin-left:0;
	}
	.san-9 {
		margin-left:0;
	}
	.san-8 {
		margin-left:0;
	}
	.san-7 {
		margin-left:0;
	}
	.san-6 {
		margin-left:0;
	}
	.san-5 {
		margin-left:0;
	}
	.san-4 {
		margin-left:0;
	}
	.san-3 {
		margin-left:0;
	}
	.san-2 {
		margin-left:0;
	}
	.san-1 {
		margin-left:0;
	}
	.hidden-below-760 {
		display:none;
	}
	.visible-below-760 {
		display:block;
	}
	#slogan {
    	margin-top: 0;
		padding-top: 0;
	}
	body {
		font-size:80%;
	}
	/* ---------->>> HEADERS <<<-----------*/

	h1, h2, h3, h4, h5, h6 {
		color:#C18B59;
		font-weight:normal;
		
		text-shadow: 0 1px 0 #fff;
	}
	h1 {
		font-size:18px;
		line-height:24px;
		padding:12px 0 16px; 
	}
	h2 {
		font-size:16px;
		line-height:20px;
		padding:10px 0 14px; 
	}
	
	h3 {
		font-size:14px;
		line-height:18px;
		padding:8px 0 12px;
	}
	.content > h3 {
		padding-top:0;
	}
	h4 {
		font-family: 'PTSansNarrowBold';
		font-size:13px;
		line-height:17px;
		padding:8px 0 12px;
	}
	.icon-dandelion {		
		display: none;
	}
	.icon-dandelion-white{
		display: none;
	}
	/*---------->>> Main <<<------------*/
	#main > .row {
		background: none;
	}
	/* ---------->>> News <<<-----------*/
	.news-left {
		width:auto;
		margin-right:48px;
	}
	.news-wrap {
		min-height: 160px;
	}
	.news-content p {
		font-size: 16px;
		line-height: 24px;
	}
	#news-nav {
		position:absolute;
		right:0;
		top:0;
	}
	#news-nav li a {
	    font-size: 16px;
	    margin-top: 8px;
	    padding: 4px 12px;
	}
	/* ---------->>> Footer <<<-----------*/
	#colophon{		
		margin-right:0;
		padding-right:0;
		border-right:none;
		border-bottom:#C7D589 solid 1px;
		margin-bottom:24px;
		float:none;
		width:100%;
	}
	#colophon p {
		font-size:14px;
		line-height:20px;
	}
	#footer .widget{
		padding-right:0;
		float:none;
	}
	.footer-widget-1 {
		display:none;
	}
	.footer-widget-2 {
		display:none;
	}
	.footer-widget-3 {
		display:none;
	}
	.footer-widget-4 {
		width:100%;
	}	
}
@media (max-width:480px){
	/* ---------->>> News <<<-----------*/
	#news {
	    padding: 20px 0 8px;
	}
	.news-left {
		width:auto;
		margin-left:24px;
		margin-right:48px;
	}
	.news-wrap {
		min-height: 160px;
		padding-top: 29px;
	}
	.news-detail {
		display: none;
	}
	.news-meta {
		left: 24px;
		position: absolute;
		top: 0;
		width:auto;
	}
	.news-content {
		margin-left: 0;
	}
	.news-more {
		margin-left: 0;
	}
}
/* ---------->>> Enlaces<<<-----------*/
.enlaces { widdth:auto;}
.enlaces-li { text-decoration:none;
	      border: 1px solid black;}