/*
Theme Name: GovTheme
Theme URI: http://underscores.me/
Author: Krister Reyes
Author URI: http://kristreyes.com
Description: Custom theme integration to WordPress.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: govtheme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

GovTheme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-size: 14px;
	color: #6D6E71;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {

}

h3 {
	font-size: 18px;
}

h3.bg-grey {
	padding: 10px 0px;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'TrajanPro', serif;
}

.strike {
	background: url(images/header-back.png) repeat-x center;
}

.strike span {
	padding: 0 20px;
}

p {

}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.text-justify {
	text-align: justify;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.no-padding {
	padding: 0px;
}

.no-margin {
	margin: 0px;
}

section.row {

}


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-blue {
	color: #fff;
	background: #0C3382;
}

.btn-blue:hover {
	color: #fff;
	background: #2F58AE;
}

.btn-long {
	padding: 7px 70px;
}

/*--------------------------------------------------------------
# Backgrounds
--------------------------------------------------------------*/

.bg-dark-blue {
	background: #0E4480;
}

.bg-grey {
	background: #F1F1F1;
}

.bg-white {
	background: #fff;
}

.bg-dark-grey {
	background: #808285;
}

.bg-red {
	background: #EC2227;
}

/*--------------------------------------------------------------
# Colours
--------------------------------------------------------------*/
.blue {
	color: #0D509B;
}

.white {
	color: #fff;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
textarea {
	padding-left: 3px;
	width: 100%;
}

.textwidget form .form-group,
.entry-content form .form-group {
	margin-bottom: 3px;
}

.textwidget form .form-control,
.entry-content form .form-controlp,
.wpcf7 .form-control {
	border-radius: 1px;
	font-size: 12px;
	border: 2px solid #CCC;
}

.textwidget form .check {
	color: #999;
}


.form-control {
	border: 0px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Maps
--------------------------------------------------------------*/
.maps {
	height: 100%;
	width: 100%;
}

.map-container {
	height: 513px;
}

.scrolloff {
    pointer-events: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
}

a:visited {
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

a:focus {
}

a:hover,
a:active {
}

a.read-more {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #29ABE2;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-branding .site-title {
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 5px;
}

.site-branding .site-description {
	font-size: 22px;
	font-family: Times, serif;
	margin-top: 5px;
	letter-spacing: 7px;
	text-align: center;
}

.top-bar {
	margin-bottom: 20px;
	max-height: 40px;
}

.top-bar ul {
	margin: 0px;
	float: left;
}

.top-bar ul li {
	padding: 0px;
}

.top-bar ul li a {
	color: #fff;
	padding: 10px;
	display: block;
	float: left;
}

.top-bar ul.language-list li:first-child:after {
	content: "|";
	float: left;
	color: #fff;
	margin: 10px -10px 10px 0px;
}

ul.social-links {
	margin-right: 15px;
}

ul.social-links li a {
	padding: 9px 0px;
}

nav#site-navigation {
	border-top: 2px solid #C9CACB !important;
	border-bottom: 1px solid #A0A2A4 !important;
}

nav#site-navigation .container {
	position: relative;
}

ul.nav-menu {
	margin: 0px;
}

ul.nav-menu li {
	position: relative;
	background: url(images/nav-divider-img.jpg) left center no-repeat;
	float: left;
	padding: 0 16px 0 16px;
	border-top: 3px solid rgba(0, 0, 0, 0);
}

ul.nav-menu li.home-icon {
	background: none;
}

ul.nav-menu li.home-icon a {
	padding-top: 8px;
}

ul.nav-menu li a {
	color: #000;
	font-family: 'TrajanPro';
	font-size: 15px;
	padding: 14px 0px;
	display: block;
	margin-top: 0;
	border-top: 0px solid rgba(0, 0, 0, 0);
}

ul.nav-menu li a:hover {
	text-decoration: none;
	
}

ul.nav-menu li:hover,
ul.nav-menu li:active,
ul.nav-menu li:focus {
	border-top: 3px solid #0F4481;
}

span.curve {
	background: url(images/curve-img.jpg) left top no-repeat;
	display: block;
	position: absolute;
	left: 33px;
	top: -3px;
	height: 47px;
	width: 153px;
}

ul.nav-menu li ul {
	display: none;
	list-style: none;
}

ul.nav-menu li ul li {
	background: none;
	float: none;
	border-top: 3px solid rgba(0, 0, 0, 0);
}

ul.nav-menu li ul li a {
	display: block;
}

ul.nav-menu li ul li {
	border-top: 0px;
}
ul.nav-menu li ul li:hover {
	border-top: 0px;
}

ul.nav-menu li ul li a:hover {
	border-bottom: 3px solid #0F4481;
	border-top: 0px;
}

ul.nav-menu li ul li a {
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	border-top: 0px;
}

ul.nav-menu li:hover ul {
	display: block !important;
	border: 1px solid #CACACA;
	position: absolute;
	z-index: 500;
	background: #FFF;
	left: 0;
	padding: 0;
	display: none;
	min-width: 99%;
	top: 50px;
	border: 1px solid #CACACA;
	margin: 0;
	width: 250px;
	border-top: 3px solid #0F4481;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
section.main-slider {
	margin: 30px 0px;
}

.main-slider .carousel-inner .item img {
	width: 100%;
	border-radius: 30px 30px 0 0;
}

.carousel-indicators {
	bottom: 0 !important;
	left: initial;
	z-index: 15;
	width: 19%;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
	list-style: none;
	margin-bottom: 0px;
	right: 0;
	background-color: #CCC;
	border-radius: 38px 0 0 0;
	padding: 9px 0 9px 0;
}

.carousel-indicators li {
	text-indent: 0;
	margin: 0px;
	background: transparent;
	border: 0px;
	width: initial;
	height: initial;
}

.carousel-indicators .active {
	width: auto;
	height: auto;
	cursor: initial;
	background: transparent;
}

.carousel-indicators .active i.fa {
	color: #fff;
}

.carousel-indicators li i.fa {
	position: relative;
	font-size: 20px;
	margin: 0px 5px;
	color: #DFDFDF;
}

.carousel-indicators li:after {
	/*content: "\f005";
	color: #fff;
	font-family: 'FontAwesome';*/
}

.carousel-control.right,
.carousel-control.left {
	background-image: none;
	background: rgba(255, 255, 255, 0.06);
}

.carousel-control {
	color: #4F4F4F;
	text-shadow: 0 0px 4px #FFF;
	width: 5%;
}

.carousel-control:hover {
	color: #6F6F6F;
}


/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.nav-tabs {
	margin: 0px;
}

.nav-tabs>li {
	width: 50%;
}

.nav-tabs>li>a {
	background: url(images/active-tab-img.jpg) left top repeat;
	margin: 0px;
	text-decoration: none;
	color: #0D509C;
	display: block;
	font-size: 20px;
	padding: 14px 20px 7px;
	text-align: center;
	line-height: 1em;
	border-color: #ECECEC;
	font-family: 'TrajanPro', serif;
}

.nav-tabs>li.left>a {
	border-radius: 20px 0 0 0;
	background: url(images/active-tab-img.jpg) left top repeat;
}

.nav-tabs>li.right>a {
	border-radius: 0 20px 0 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #0D509C;
	background: url(images/inactive-bg-img.jpg) left top repeat;
	border-bottom: 0px solid #ECECEC;
}

.tab-content {
	margin-top: 28px;
	height: 390px;
	max-height: 390px;
	margin-bottom: 20px;
}

.tab-content .entry-header .entry-title {
	margin: 0px;
}

.tab-content .entry-header .entry-title a {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #0D509C;
}

.tab-content .entry-content {
	margin: 0px;
}

.tab-content .entry-content p{
	font-size: 14px;
	color: #999;
	margin: 0px;
	line-height: normal;
}

.tab-content>.active {
	overflow: auto;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 35px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.secondary-sidebar ul {
	margin-left: 0;
	text-transform: capitalize;
	list-style: none;
	padding-left: 30px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.single-content-area {
	padding: 25px 0 15px;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-content {
	color: #6D6E71;
}

.entry-content ul {
	margin-left: 0px;
}

.entry-content ul li {
	margin-bottom: 7px;
}

.vertical-divider {
  border-left: 1px solid #A0A2A4;
  padding-left: 20px;
}

.page-id-13 .page-content {
	background: url(images/ryt-img.png) no-repeat right top;
}

.post-section {
	margin: 25px 0 0;
}

.post-section h3.blue {
	margin: 0;
}

.inner-content {
	padding-top: 35px;
}

@media (max-width: 1300px) {
	.page-id-13 .page-content {
	  background: url(images/ryt-img.png) no-repeat right bottom;
	  background-position-x: 115%;
	}
}

@media (max-width: 767px) {
	.page-id-13 .page-content {
		background: url(images/ryt-img.png) no-repeat right bottom;
		background-position-x: 115%;
	}

	.post-file-list {
		padding-right: 70px;
	}

	.entry-content .padding-right {
		padding-right: 70px;
	}
}

.post-type-title {
	padding: 23px 0px;
	margin: 0px;
	letter-spacing: 10px;
	line-height: 1em;
	font-family: 'Rockwell', serif;
}

.single h3.blue {
	font-size: 25px;
	font-family: 'Rockwell', serif;
}

.single .page-content .entry-title {
	font-size: 20px;
	font-weight: 300;
	color: #231F20;
	margin-bottom: 15px;
}

.single .entry-content {
	margin-top: 35px;
	text-align: justify;
}

.single .btn-danger {
	width: 100% !important;
}

.single-post-thumbnail {
	width: 100%;
	height: 100%;
	max-width: 870px;
	max-height: 300px;
	display: block;
	object-fit: cover;
}

.blog-post-thumbnail {
	width: 290px;
	height: 170px;
	object-fit: cover;
}

.blog .entry-content .read-more {
	text-align: right;
	float: right;
}

.navigation.post-navigation h2, .navigation.post-navigation h3 {
	margin-top: 35px;
}

.blog article.post {
	height: auto;
	overflow: auto;
	width: 100%;
	margin: 25px 0;
	display: block;
}

.auspician {
	margin-top:30px;
}

ul.logo-list {
	list-style:none;
}

.single .page-content ul.logo-list li:before {
	content: none;
}

ul.event-details {
	list-style: none !important;
	margin: 15px;
	padding-left: 0;
}

.single .page-content ul.event-details li:before,
ul.event-details li:before {
	content: none;
}

ul.event-details li {
	margin-bottom: 10px;
	clear: both;
}

ul.event-details li p img {
	margin-left: 0px;
}

.single .top-bar {

}

.single .page-content ul {
	list-style: none
}

.single .page-content ul li:before {
	content: "• ";
	color: #0C3382;
}

ul.event-details li:before {
	content: none;
}

ul.post-file-list {
	list-style: none;
	overflow: auto;
	padding-left: 15px;
}

.single .page-content ul.post-file-list li:before {
	content: none;
}

ul.post-file-list li a i.fa {
	margin-right: 7px;
}

a.file-link {
	line-height: 30px;
}

.liberty-image {
	margin-top: 35px;
}

.single .page-content p {
	font-size: 17px;
	color: #231F20;
}

.page-template-page-contact .entry-content p {
	font-size: 16px;
}

.enlacecorto {
	width: 57%;
	height: 33px;
	font-size: 16px;
	padding: 3px 4px;
	vertical-align: middle;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	color: #243C7B;
	background-color: #EFEFEF;
	border: 1px solid #ADBDDC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ADBDDC;
	border-right-color: #ADBDDC;
	border-bottom-color: #ADBDDC;
	border-left-color: #ADBDDC;
}

.RadSocialShare.TransWrapper {
  background: none;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  list-style: none;
  text-align: left;
  width: 200px;
  margin-top: -6px;
  margin-left: -10px;
}

.RadSocialShare.TransWrapper ul li {
  float: left;
  margin-left: -15px;
}

ul.sshContent {
	content: "";
}

ul.sshContent li {
	float: left;
	display: inline-block;
}

.entry-date {
	padding-left: 7px;
}

.tab-content {
	color: #808080;
	height: auto;
	max-height: none;
}

.tab-pane {
	margin-top: 45px;
}

.home .tab-pane {
	margin-top: 25px;
}

ul.nav.nav-pills.nav-stacked {
	margin: 0 -15px;
}

ul.nav.nav-pills.nav-stacked li {
	padding-left: 15px;
}

ul.nav.nav-pills.nav-stacked li a {
	font-size: 14px;
	color: #000;
	font-family: 'TrajanPro', serif;
}

ul.nav.nav-pills.nav-stacked li h3.blue a {
	color: #0D509B;
	font-size: 18px;
}

ul.nav.nav-pills.nav-stacked li.default.active {
	background: transparent;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #000;
	background-color: transparent;
}

.nav-pills>li.active, .nav-pills>li.active, .nav-pills>li.active {
	color: #000;
	background-color: #fff;
}

ul.distant-list li {
	padding-bottom: 25px;
}

#main .col-xs-3.bg-grey {
	height: 100%;
	max-height: 100%;
	padding-bottom: 10%;
	padding-top: 25px;
}

.scroll-list {
	height: 600px;
	padding: 25px;
	margin-top: 30px;
}

.scroll-list h4 {
	font-size: 16px;
	margin-bottom: 3px;
	color: #000;
}

.scroll-list h4, .scroll-list p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.scroll-list p {
	color: #808080;
}

.img-col,
.info-col {
	float: left;
}

.img-col {
	width: 90px;
	margin-right: 15px;
	margin-left: 10px;
}

.info-col {
	width: 280px;
}

.info-col h3, .info-col p {
	display: inline-block;
	margin-top: 0px;
}

.info-col p {
	text-align: justify;
	font-size: 14px;
	color: #808080;
	line-height: 1em;
}

.expositor-img,
.expositor-info {
	float: left;
	margin: 0 5px;
}

.expositor-a {
	text-transform: uppercase;
}

.check {
	display: none;
}

.radio-buttons {
	max-height: 50px;
}

span.Socio .wpcf7-list-item {
	display: block;
	font-size: 14px;
	margin-bottom: 3px;
}

.bg-grey.info-block {

}

span.blue-tip {
	position: absolute;
	left: 50%;
	background: url(images/tab-blue-arow-img.jpg) center top no-repeat;
	width: 20px;
	height: 7px;
	bottom: -7px;
	display: none;
}

ul.nav-tabs li.active span.blue-tip {
	display: block;
}

ul.jcarousel li {
	overflow: auto;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 3px;
}


/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/

.event-title-column {
	padding-left: 0px;
	padding-right: 5px;
}

.event-date {
	text-transform: capitalize;
}

.event-place img {
	margin-top: -4px;
}

.event-type {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	line-height: 1em;
	padding: 12px 0 5px;
}

.posted-on {
	text-transform: capitalize;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Basic Structure
--------------------------------------------------------------*/
.news-col {
	background-color: #F2F2F2;
	border-radius: 10px 10px 0 0;
	overflow: auto;
	padding-bottom: 15px;
}

.news-col h2,
.widget-title {
	font-size: 20px;
	color: #094283;
	font-family: 'TrajanPro';
}

.textwidget form .btn,
form .btn.btn-danger {
	background-color: #EC2227;
	width: 78px;
	text-align: center;
	display: block;
	color: #FFF;
	font-family: 'HelveticaNeueLight';
	font-size: 14px;
	border: none;
	outline: none;
	padding: 5px 0 6px 0;
	cursor: pointer;
	margin: 5px 0 0 0;
	float: right;
	box-shadow: -4px 4px 0 0 #9E272D;
	border-radius: 1px;
}

/*
.posts-col {
	overflow: hidden;
	height: 390px;
}*/

.sponsor-col {
	width: 97%;
	margin: auto;
}

.sponsor-col h2 {
	font-size: 20px;
	color: #0D509C;
	margin-top: 5px;
}

.jcarousel {
	position: relative;
	overflow: hidden;
}

ul.vertical-carousel {
	height: 20000em;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.small-carousel {
	width: 20000em;
	position: relative;
}

ul.small-carousel li {
	padding: 10px;
}

.jcarousel-control-next {
	right: 0px;
}

.jcarousel-control-prev {
	left: 0px;
}


/*
.jcarousel-control-up, .jcarousel-control-down {
	position: absolute;
	bottom: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #4E443C;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 24px/27px Arial, sans-serif;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

*/

.jcarousel-control-prev, .jcarousel-control-next {
	position: absolute;
	bottom: 10%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #4E443C;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 24px/27px Arial, sans-serif;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.jcarousel-wrapper.vertical {
	position: relative;
	height: 340px;
	margin-bottom: 25px;
}

.jcarousel-vertical {
	max-height: 340px;
}

.jcarousel-wrapper.vertical .jcarousel-control {
	position: absolute;
	right: 0;
	bottom: -18px;
}

.jcarousel-wrapper.vertical .jcarousel-control i.fa:before {
	color: #6D6E71;
}

.jcarousel-wrapper.vertical .jcarousel-control i.fa-chevron-up {
	margin-right: 25px;
	position: relative;
	display: block;
}

.jcarousel-wrapper.vertical .jcarousel-control i.fa-chevron-down {
	margin-left: 5px;
	position: relative;
	display: block;
}

section.main-content {
	padding: 0 0 25px;
}


footer.site-footer {
	border-top: 1px solid #A0A2A4;
	padding-top: 27px;
}

ul.member-list,
ul.footer-nav-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.member-list li {
	float: left;
	padding: 10px 0;
	display: inline-block;
}

ul.member-list li:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

ul.member-list li a {
	display: block;
}

ul.footer-nav-menu ul {
	margin: 0;
	padding: 0;
}

ul.footer-nav-menu li {
	float: left;
	padding: 0 7px;
	margin: 0 0 15px;
	display: inline-block;
}

ul.footer-nav-menu li ul li {
	display: block;
	float: none;
	margin: 0;
}

ul.footer-nav-menu li ul li a {
	font-size: 14px;
	color: #6D6E71;
}

ul.footer-nav-menu li ul li a:hover {
	text-decoration: underline;
}

.site-info {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #E9EAEA;
}

.site-info p {
	font-size: 15px;
	color: #6D6E71;
}

.page-template-contact .page-content p {
	font-size: 18px;
	color: #6D6E71;
	margin-bottom: 0px;
}

span.dark {
	color: #000;
	margin-bottom: 10px;
	font-weight: 500;
}

.imagen-expositor {
	width: 290px;
	height: 370px;
	object-fit: cover;
}

.info-block {
	position: absolute;
	top: 245px;
}

.event-info-block p {
	margin: 0;
}

ul.star-list {
	list-style: none;

}

ul.star-list li {
	margin: 0;
	padding-left: 20px;
	background: url(images/star.png) no-repeat left center;
}

@media (max-width: 767px) {
	footer.site-footer {
		margin: 15px 0 25px;
	}

	.footer-nav .column {
		clear: both;
	}
}


/*--------------------------------------------------------------
## Blog and Archive Pages
--------------------------------------------------------------*/
.page-template-page-events .content-area,
.blog .page-content {
	padding-top: 35px;
	padding-bottom: 35px;
}

.page-template-page-events .event-type {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	line-height: 1em;
	padding: 5px 0 5px;
	color: #AEAEAE;
}

.page-template-page-events .entry-title {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #0D509B;
}

.page-template-page-events .posted-on {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #AEAEAE;
}

.page-template-page-events .hentry {
	border-bottom: 1px solid #EAEAEA;
	margin: 7px 0 5px;
}

.blog .entry-title {
	color: #0D509B;
}

.blog .entry-meta {
	text-transform: capitalize;
	color: #AEAEAE;
}

/*--------------------------------------------------------------
## Custom Fonts
--------------------------------------------------------------*/

/*	Trajan Pro
*/
@font-face {
    font-family: 'TrajanPro';
    src: url('fonts/TrajanPro-Regular.eot');
    src: url('fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/TrajanPro-Regular.woff') format('woff'),
         url('fonts/TrajanPro-Regular.ttf') format('truetype'),
         url('fonts/TrajanPro-Regular.svg#trajanpro') format('svg');
    font-weight: 300;
    font-style: normal;
}

/*	Rockwell
*/
@font-face {
    font-family: 'Rockwell';
    src: url('fonts/RockwellStd.ttf') format('truetype');
    /*
    src: url('fonts/TrajanPro-Regular.eot');
    src: url('fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/TrajanPro-Regular.woff') format('woff'),
         url('fonts/TrajanPro-Regular.ttf') format('truetype'),
         url('fonts/TrajanPro-Regular.svg#trajanpro') format('svg');
    */
    font-weight: 300;
    font-style: normal;
}


/*--------------------------------------------------------------
## Media Queries and Responsive Styles
--------------------------------------------------------------*/
@media (min-width: 1300px) and (max-width: 1500px) {

	/* Content
	---------------------------------- */
	.entry-content .padding-right {
		padding-right: 110px;
	}
}

@media (max-width: 1199px) {

	/* Main Header
	---------------------------------- */
	.container.main-header-container {
		width: 100%;
	}

	.site-branding .site-title {
		letter-spacing: normal;
	}

	.site-branding .site-description {
		letter-spacing: 4px;
	}

	.site-logo {
		margin-bottom: 10px;
	}

	span.curve {
		display: none;
	}

	/* Navigation
	---------------------------------- */
	.container.main-navigation-container {
		width: 100%;
	}

	#navbar {
		padding: 0;
	}

	ul.nav-menu {
		width: 100%;
	}

	ul.nav-menu li {
		padding: 0 10px;
	}
}

@media (min-width: 767px) and (max-width: 992px) {

	/* Main Header
	---------------------------------- */
	.container.main-header-container {
		width: 100%;
	}

	.site-branding .site-title {
		letter-spacing: normal;
		font-size: 52px;
	}

	.site-branding .site-description {
		letter-spacing: 4px;
		font-size: 18px;
	}

	.site-logo {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	span.curve {
		display: none;
	}

	/* Navigation
	---------------------------------- */

	ul.nav-menu li a {
		font-size: 12px;
	}

	/* Basic Structure
	---------------------------------- */
	.container {
		width: 100%;
	}

	/* Content
	---------------------------------- */
	.post-file-list {
		padding-right: 70px;
	}

	.entry-content .padding-right {
		padding-right: 80px;
	}

}

@media (max-width: 767px) {

	/* Navigation
	---------------------------------- */
	ul.nav-menu li {
		display: block;
		float: none;
		background: none;
	}

	ul.nav-menu li a {
		font-size: 13px;
		padding: 12px 0px;
		line-height: 1em;
	}

	ul.nav-menu li a {
		font-size: 12px;
	}

	/* Sub-Navigation
	---------------------------------- */
	ul.nav-menu li ul {
		padding: 0;
	}

	ul.sub-menu {
		position: relative !important;
		top: 0 !important;
		border-left: 0px !important;
		border-right: 0px !important;
		padding-left: 15px !important;
		padding-left: 15px !important;
		margin: 0 0px !important;
		width: 100% !important;
		background: #F5FAFF !important;
	}

	/* Main Header
	---------------------------------- */
	.site-branding .site-title {
		font-size: 1.7em;
		text-align: center;
		letter-spacing: normal;
		display: block;
		height: 52px;
		word-wrap: break-word;
		word-break: break-word;
		margin: 0 auto;
		padding: 16px 0;
		margin-left: 62px;
		margin-right: 53px;
	}

	.site-branding .site-description {
		font-size: 18px;
		text-align: center;
		letter-spacing: 3.5px;
	}

	.site-logo {
		margin: auto;
		width: auto;
		float: none;
	}

	[class^="icon-"], [class*=" icon-"] {
		background-color: #404040;
	}

	.navbar-toggle .icon-bar {
	  width: 30px;
	  height: 3px;
	}

	.navbar-toggle .icon-bar+.icon-bar {
	  margin-top: 5px;
	}

	.navbar-toggle {
		margin-top: 3px;
		margin-bottom: 3px;
		padding: 15px 20px;
		float: left;
		padding: 15px 15px;
		margin: 0;
		display: inline-block;
		border-radius: 0px;
		position: absolute;
		left: 0;
		top: 0;
		border-right: 1px solid #A0A2A4;
	}
	.navbar-collapse {
		border-top: 2px solid #C9CACB !important;
		border-bottom: 1px solid #A0A2A4 !important;
	}

	.no-padding-xs {
		padding: 0 !important;
	}

	.language-link {
		display: inline-block;
		padding: 12px;
		float: right;
		position: absolute;
		right: 0;
		top: 0;
		border-left: 1px solid #A0A2A4;
	}


	/* Basic Structure
	---------------------------------- */
	.news-col {
		max-width: 270px;
		margin: auto;
	}

	#text-2.widget_text {
		max-width: 270px;
		margin: auto;
		overflow: auto;
		padding-bottom: 30px;
	}

	.event-title-column {
		padding-left: 15px;
	}

	.posts-col {
		height: 370px;
	}

	.bg-grey.info-block {
		position: relative;
		top: 0;
		width: 100%;
	}

	.post-file-list {
		padding-right: 70px;
	}

	.entry-content .padding-right {
		padding-right: 110px;
	}
}

@media (min-width: 768px) {
	.expositor-info {
		width: 63%;
	}
}

@media (max-width: 540px) {
	.site-branding .site-title {
		font-size: 1.3em;
	}

	.expositor-info {
		margin: 0;
	}

	.page-id-13 .page-content {
	  background: transparent;
	  background-position-x: 180%;
	}

	.entry-content .padding-right {
		padding-right: 15px;
	}
}

@media (max-width: 360px) {
	.site-branding .site-title {
		font-size: 1.3em;
		padding: 10px 0;
	}
}
