/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

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.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


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

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

body {
	margin: 0;
}

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;
}

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

b,
strong {
	font-weight: 700;
}

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: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

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

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

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

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

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

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

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

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

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}


/* css placeholder */

::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div + div {
	border-top: 4px solid #1a1a1a;
}

.pagination {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	border-top: 4px solid #1a1a1a;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

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

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}


/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}


/**
 * 11.6 - Footer
 */



/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

.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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}








/* genesis lafabrica :v #Yolo  */



/* *{
	outline: none;
	font-family: 'Roboto';
	font-weight: 100;
	letter-spacing: 1px;
} */

body{
	overflow-x: hidden; 
}

.centro{
	width: 90%;
	margin: auto;
}

.no-visible{
	/*visibility: hidden;*/
}

.animated{
	visibility: visible !important;
}

.no-scroll{
	overflow: hidden;
}

body > header{
	/*padding: 16px 0px 10px 0px;*/
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
}

body > header .centro{
width : 96%;

}


header .navbar{

}

header .container-fluid{
	padding-left: 0px;
	padding-right: 0px;
}

header .navbar-default{
	background-color: #fff;
	border-color: #fff;
	margin-bottom: 0px;
	min-height: auto;
}

header .navbar-collapse{
	display: inline-block;
	vertical-align: top;
}

header .logo{
	display: inline-block;
	vertical-align: top;
}

header .logo #logomobile{
	display: none;
}

header .logo img{
	width: 270px;
	padding: 4px 0px 8px 0px;
}

header .navbar-collapse ul{
	margin:0px;
	padding: 0px;
	margin-top: 14px;
	display: inline-block;
	vertical-align: top;
}

header .menu-principal-container{
	display: inline-block;
	vertical-align: top;
}

header .navbar-collapse .buscador{
	display: none;
	/*display: inline-block;*/
	vertical-align: top;
	width: 30px;
	height: 30px;
	background: url(./img/lupa.png)no-repeat;
	background-position: 50% 50%;
	margin-top: 7px;
}

header .navbar-collapse{
	padding-right: 0px;
	padding-left: 0px;
}


header .navbar-collapse ul li{
	display: inline-block;
	vertical-align: top;
	margin: 0px 4px;
	padding: 10px 8px;
}


header .navbar-collapse ul li#menu-item-161 a{
 color:#3E7280;
 font-weight : bold;
}

/*header .navbar-collapse ul li.current-menu-item{
	border:1px solid #3E7280;
}
*/
header .navbar-collapse ul li.on-item{
	border:1px solid #3E7280;
}


header .navbar-collapse ul li.on-item a{
	color: #3E7280;
	
}

header .navbar-collapse .sub-menu li.current-menu-item a{
	color: #fff;
}

header .navbar-collapse .sub-menu li.current-menu-item{
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}


header .navbar-collapse ul li a{
	display: block;
	height: 100%;
	width: 100%;
	color:#244151;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
}




header .menu-item-has-children{
	position: relative;
}


header .menu-item-has-children .sub-menu{
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -130px;
	top:30px;
	z-index:9;
	background-color: #3E7280;
	padding: 10px 0px;
	width: 260px;
	border-radius: 4px;
}

header .menu-item-has-children .sub-menu:before{
	content: " ";
	display: block;
	height: 10px;
    width: 30px;
    margin: auto;
    margin-top: -20px;
	background: url(./img/triangulo-menu.png)no-repeat;
    background-size: 30px 10px;
    background-position: 50% 0%;
    margin-bottom: 10px;

}

header .menu-item-has-children .sub-menu li{
	display: block;
	margin: 0px 10px;
	padding: 14px 0px;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

header .menu-item-has-children .sub-menu li:last-child{
	border-bottom: none;
}

header .menu-item-has-children .sub-menu li a{
	text-align: center;
	line-height: 20px;
	color:#fff;
	font-size: 10px;
}


header .menu-item-has-children .sub-menu li:hover{
	background: #fff;
}

header .menu-item-has-children .sub-menu li:hover a{
	color:#3E7280;
}





section, .blog{
	display: block;
	padding-top: 60px;
}

section .home{
	display: block;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 640px;
}

.home .carousel-inner .item{
	padding-top: 230px;
}

.home .carousel .item:nth-child(1) {
  background: url(./img/slider/1.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  background-position: 50% 50%;
}
.home .carousel .item:nth-child(2) {
  background: url(./img/slider/2.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  background-position: 50% 50%;
}
.home .carousel .item:nth-child(3) {
  background: url(./img/slider/3.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  background-position: 50% 50%;
}

@media(min-width:1024px){
  .home .carousel .item{
      background-attachment: fixed !important;
  }
}

.carousel-control.left, .carousel-control.right{
	background-image: none; 
}

.carousel-control.left{
	background: url(./img/slider/left.png)no-repeat;
	background-position: 50% 50%;
}

.carousel-control.right{
	background: url(./img/slider/right.png)no-repeat;
	background-position: 50% 50%;
}

.carousel .carousel-control{
	font-size: 0px !important;
}

.carousel .item .texto{
	display: block;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 2px;
	color:#fff;
	font-weight: 300;
	font-family: 'PaytoneOne'; 
}

.carousel .item .puntos{
	display: block;
	text-align: center;
}

.carousel .item .puntos .itemp{
	display: inline-block;
	height: 25px;
	width: 25px;
	background: #fff;
	border-radius: 100px;
	margin: 0px 5px;
}

.menu-slide{
	display: block;
	width: 98%;
	height: 200px;
	margin: -100px auto 100px auto;
}

.menu-slide .item{
	width: 20%;
	height: 240px;
	display: inline-block;
	vertical-align: top;
	float: left;
	position: relative;
	z-index: 2;
	padding: 20px 30px;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	cursor: pointer;
    overflow: hidden;
}

.menu-slide .item:hover{
	background: #1F4C68 !important;
}

.menu-slide .item:hover a{
	background: url(./img/slider/menu/arrow-on.png)no-repeat;
	background-position: 90% 50%;
}

.menu-slide .item:nth-child(1){
	background: #DBF03C;
}


.menu-slide .item:nth-child(2){
	background: #339999;
}


.menu-slide .item:nth-child(3){
	background: #57B2AD;
}


.menu-slide .item:nth-child(4){
	background: #67C1BA;
}

.menu-slide .item:nth-child(5){
	background: #88d0ca;
}


.menu-slide .item .ico{
	display: block;
	background:url(./img/slider/menu/1.png)no-repeat;
	background-size: 50px 50px;
	height: 50px;
    width: 70px;
    background-position: 50% 50%;
}

.menu-slide .item:nth-child(2) .ico{
	background: url(./img/slider/menu/2.png)no-repeat;
	background-size: 50px 50px;
}

.menu-slide .item:nth-child(3) .ico{
	background: url(./img/slider/menu/3.png)no-repeat;
	background-size: 50px 50px;
}

.menu-slide .item:nth-child(4) .ico{
	background: url(./img/slider/menu/4.png)no-repeat;
	background-size: 50px 50px;
}


.menu-slide .item h2{
	display: block;
	color:#fff;
	font-family: 'Arimo';
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0px;
}


.menu-slide .item p{
	display: block;
	color:#fff;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: 'Arimo';
}


.menu-slide .item a{
	display: block;
	color:#fff;
	font-family: 'Arimo';
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
	text-decoration: none;
	background: url(./img/slider/menu/arrow.png)no-repeat;
	background-position: 90% 50%;
}


.nuestra{
	text-align: center;
}


.nuestra .puntos{
	display: block;
	text-align: center;
}

.nuestra .puntos .itemp{
	display: inline-block;
	height: 25px;
	width: 25px;
	background: #57B2AD;
	border-radius: 100px;
	margin: 0px 5px;
}

.nuestra .puntos .itemp:last-child{
	background: #1F4C68;
}

.nuestra h2{
	/*display: block;*/
	color:#808080;
	font-family: 'Arimo';
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 40px 0px 10px 0px;
	display: none;
}

.nuestra h3{
	display: block;
	text-align: center;
	margin: 40px auto 20px auto;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 2px;
	color:#1F4C68;
	font-weight: 300;
	font-family: 'PaytoneOne'; 

}

.nuestra p{
	display: block;
	width: 700px;
	margin: auto auto 100px auto;
	color:#2f2f2f;
	font-size: 14px;
	line-height: 24px;
    letter-spacing: 1px;
    font-family: 'Arimo';
}

.quienes{
	display: block;
	height: auto;
}

.quienes .item{
	width: 50%;
	height: 600px;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-bottom: 100px;
}


.quienes .texto{
	display:  block;
	padding: 10px 10% 100px 10%;
	text-align: center;
}


.quienes .texto h2{
	display: block;
	margin: 0px;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	color:#1F4C68;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Arimo';
	margin-bottom: 20px;
	padding-top: 40px;
}


.quienes .texto p{
	display: block;
	font-family: 'Arimo';
	color: #2f2f2f;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
}


.quienes .item .img{
	display: block;
	height: 100%;
	width: 100%;
	background: url(./img/quienes/1.png)no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.quienes .item:nth-child(2){
	width: 50%;
	background: url(./img/quienes/2.png)no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.quienes .item:nth-child(2) .play{
	display: block;
	height: 100%;
	width: 100%;
	background: url(./img/play.png)no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}

.quienes .item:nth-child(2) .play h2{
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color:#fff;
	text-align: center;
	padding-top: 100px;
}

.modal-video{
	display: none;

	background: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	top:0px;
	left: 0px;
	z-index: 10;
}

.modal-video iframe{
	height: 100%;
	width: 100%;
	margin:auto;
}

.modal-video .cancel{
	position: absolute;
	right: 15px;
	top: 15px;
	height: 30px;
	width: 30px;
	background: url(./img/cancel.png)no-repeat;
	background-size: 30px 30px;
	background-position: 50% 50%;
	cursor: pointer;
}


.video-on{
	display: block;
	visibility: hidden;
}

.nuestro-trabajo{
	display: block;
	height: 600px;
}

.nuestro-trabajo .item{
	height: 600px;
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	float: left;
	z-index: 1;
}

.nuestro-trabajo .item h2{
	display: block;
	margin: 0px;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	color:#1F4C68;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Arimo';
	margin-bottom: 20px;
	padding-top: 40px;
}


.nuestro-trabajo .item p{
	display: block;
	font-family: 'Arimo';
	color: #2f2f2f;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    padding: 0px 10%;
}

.nuestro-trabajo .item:nth-child(2){
	background: #fff;
	overflow: hidden;
	position: relative;
	padding-top: 140px;
	z-index: 2;
}

.nuestro-trabajo .item:first-child{
	background: url(./img/trabajo/1.png)no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.nuestro-trabajo .item:last-child{
	background: url(./img/trabajo/2.png)no-repeat;
	background-size: cover;
	background-position: 50% 100%;
}

.doctores{
	display: block;
	padding: 100px 0px 60px 0px;
	background: url(./img/docs.png)no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
	position: relative;
}

.doctores .puntos{
	display: block;
	text-align: center;
}

.doctores .puntos .itemp{
	display: inline-block;
	height: 25px;
	width: 25px;
	background: #fff;
	border-radius: 100px;
	margin: 0px 5px;
}

.doctores .puntos .itemp:last-child{
	background: #1F4C68;
}

.doctores  h3{
	display: block;
	margin: 0px;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Arimo';
	margin-bottom: 40px;
	padding-top: 40px;
}

.doctores h2{
	display: block;
	margin: 0px auto;
	text-align: center;
	font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #1F4C68;
    font-weight: 300;
    font-family: 'PaytoneOne';
    padding: 40px 0px;
}

.doctores  h2 span{
	display: block;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 20px;
	color:#fff;
}

.doctores>p{
	font-family: 'Arimo';
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 0px;
    width: 60%;
    margin: auto;
}

.doctores .doctor{
	width: 800px;
	margin: auto;
	height: 380px;
}

.doctores .doctor .item{
	width: 100%;
	display: block;
	vertical-align: top;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	background: url(./img/doctores/arrow.png)no-repeat;
	background-position: 100% 50%;
}

.doctores .doctor .item:last-child{
	border-bottom: none;
	background: none;
}

.doctores .doctor .item .descripcion{
	display: none;
	position: fixed;
	top:0px;
	left: 0px;
	background: #fff;
	z-index: 11;
	height: 100%;
	width: 100%;
}

.doctores .doctor .item .descripcion .centro{
	margin-top: 40px;
	position: relative;
}

.doctores .doctor .item .descripcion .centro .cerrar{
	height: 50px;
	width: 50px;
	background: url(./img/close.png)no-repeat;
	position: absolute;
	top:0px;
	right: 0px;
	opacity: 1;
	z-index: 10;
}

.doctores .doctor .item .descripcion .foto{
	display: inline-block;
	vertical-align: top;
	background: url(./img/doctores/2.png)no-repeat;
	background-position: 50% 0%;
	width: 40%;
    height: 590px;

}

.doctores .doctor .item:nth-child(2) .descripcion .foto{
	display: inline-block;
	vertical-align: top;
	background: url(./img/doctores/1.png)no-repeat;
	background-position: 50% 0%;
	width: 40%;
    height: 590px;

}

.modaldoctores .modal-body .centro .foto{
	background-position: 50% 0%;
	width: 100%;
    height: 400px;	
}

.modaldoctores .modal-body .centro .foto{
	background-position: 50% 0%;
	width: 100%;
    height: 400px;	
}

.modaldoctores .modal-title{
	padding-left: 20px;
    text-transform: uppercase;
}

.doctores .doctor .item .descripcion .texto{
	display: inline-block;
	vertical-align: top;
	width: 59%;
	padding-left: 40px;
	text-align: left;
}

.acordeon{
	display: block;
	position: relative;
	padding-top: 30px;
}

.acordeon .item{
	display: block !important;
	margin-bottom: 20px;
	background: #fff !important;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;


}	

.acordeon .item h4{
	display: block;
	margin: 0px;
	font-size: 16px;
	padding-bottom: 6px;
	letter-spacing: 2px;
	font-weight: bold;
	color:#1F4C68;
	text-transform: uppercase;
	font-family: 'Arimo';
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	width: 90%;
	cursor: pointer;

}

.acordeon .item .info{
	display: block;
	height: 200px;
	margin-bottom: 20px;
	overflow:auto;
	width: 100%;
	padding-right: 10%; 	
	display: none;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.acordeon .item.on .info{
	display: block;
}


.acordeon .item p{
	text-align: justify !important;	
	font-weight: 400;
}

.doctores .doctor .item .texto h3{
	display: block;
	margin: 0px;
	font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px;
    color: #1F4C68;
    font-weight: 300;
    font-family: 'PaytoneOne';
    margin-top: 0px;
    text-align: left;
    padding-top: 0px;
}

.doctores .doctor .comentarios{
	position: relative;
}

.doctores .doctor .comentarios h3 {
	font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #1F4C68;
    display: none !important;
}


.doctores .doctor .item .texto p{
	font-family: 'Arimo';
    color: #2f2f2f;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 20px;
}

/*.doctores .doctor .navegacion{
	position: absolute;
	top:80px;
	right: 30%;
	margin-right: -110px;
	width: 220px;
    text-align: center;
    z-index: 2;
}

.doctores .doctor .navegacion a{
	display: inline-block;
	vertical-align: top;
	height: 30px;
	width: 46px;
}

.doctores .doctor .navegacion a.left{
	background: url(./img/doctores/left.png)no-repeat;
	background-position: 50% 50%;
}

.doctores .doctor .navegacion a.right{
	background: url(./img/doctores/right.png)no-repeat;
	background-position: 50% 50%;	
}


.doctores .doctor .navegacion .left.on{
	background: url(./img/doctores/on-left.png)no-repeat;
	background-position: 50% 50%;
}

.doctores .doctor .navegacion .right.on{
	background: url(./img/doctores/on-right.png)no-repeat;
	background-position: 50% 50%;
}

.doctores .doctor .navegacion label{
	display: inline-block;
	vertical-align: top;
	color: #808080;
    font-family: 'Arimo';
    font-size: 20px;
    letter-spacing: 10px;
    padding: 0px 20px 0px 28px;
    text-transform: uppercase;
    font-weight: 100;
}

.doctores .doctor .navegacion label span{
	color:#57B2AD;
	font-family: 'Arimo';
    font-size: 20px;
    letter-spacing: 10px;
}*/



/*.doctores .doctor .item.animated{
	display: block;
	-webkit-animation-duration: 2s;
    animation-duration: 2s;
   
}

.doctores .doctor .item .animated{
	 visibility: visible !important;
}

.doctores .doctor .item .texto{
	display: inline-block;
	vertical-align: top;
	width: 58%;
	height: 100%;
	text-align: center;
	padding: 0px 100px;
	padding-top: 160px;
	visibility: hidden;
}


.doctores .doctor .item .foto{
	display: inline-block;
	vertical-align: top;
	width: 41%;
	height: 100%;
	visibility: hidden;
}

.doctores .doctor .item .foto img{
	width: 100%;
}

.doctores .doctor .item .texto h3{
	display: block;
	margin: 0px;
	font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px;
    color: #1F4C68;
    font-weight: 300;
    font-family: 'PaytoneOne';
}


.doctores .doctor .item .texto h4{
	display: block;
	color: #808080;
    font-family: 'Arimo';
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: bold;
}



.doctores .doctor .item .texto p{
	font-family: 'Arimo';
    color: #2f2f2f;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 20px;
}
*/





.especialidades{
	display: block;
	padding: 60px 0px;
}

.especialidades .ico{
	display: block;
	height: 60px;
	width: 80px;
	margin: auto;
	margin-bottom: 10px;
}

.especialidades h1{
	display: block;
	margin: 0px;
	font-size: 30px;
    line-height: 34px;
    letter-spacing: 2px;
    color: #1F4C68;
    font-weight: 300;
    font-family: 'PaytoneOne';
    margin-bottom: 60px;
    text-align: center;
}

.especialidades .foto{
	display: block;
	width: 100%;
	height: 580px;
	margin-bottom: 40px;
}

.especialidades p{
	font-family: 'Arimo';
    color: #2f2f2f;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: justify;
    margin-top: 20px;
}


.especialidades p strong{
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 10px;
	display: block;
	color:#1F4C68;
	font-weight: 600;
}

.especialidades .cataratas .ico{
	background: url(./img/especialidad/cataratas.png)no-repeat;
	background-position: 50% 50%;
	background-size: 70px 70px
}

.especialidades .cataratas .foto{
	background: url(./img/especialidad/cataratas.jpg)no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}


.especialidades .laser .ico{
	background: url(./img/especialidad/lasser.png)no-repeat;
	background-position: 50% 50%;
	background-size: 70px 70px
}

.especialidades .laser .foto{
	background: url(./img/especialidad/lasser.jpg)no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}


.especialidades .glaucoma .ico{
	background: url(./img/especialidad/glaucoma.png)no-repeat;
	background-position: 50% 50%;
	background-size: 70px 70px
}

.especialidades .glaucoma .foto{
	background: url(./img/especialidad/glaucoma.jpg)no-repeat;
	background-position: 50% 100%;
	background-size: cover;
}

.especialidades .queratocono .ico{
	background: url(./img/especialidad/queratocono.png)no-repeat;
	background-position: 50% 50%;
	background-size: 70px 70px
}

.especialidades .queratocono .foto{
	background: url(./img/especialidad/queratocono.jpg)no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}





.especialidades .preguntas{
	display: block;
	width: 100%;
	padding-top: 100px;
	overflow: hidden;
}

.especialidades .preguntas .pregunta{
	display: block;
	width: 100%;
	height: 100%;
	height: 240px;
	overflow: hidden;
	position: relative;
}

.especialidades h2{
	margin: 0px;
	font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px;
    color: #1F4C68;
    font-weight: 300;
    font-family: 'PaytoneOne';
    margin-bottom: 40px;
    text-align: center;
}

.especialidades .preguntas .pregunta .item{
	height: 100%;
	float: left;
	background: #3E7280;
	padding: 60px 10px 0px 10px;
	cursor: pointer;
}

.especialidades .preguntas .pregunta .item.on{
	background: #DBF03C;
}

.especialidades .preguntas .pregunta .item.on h3{
	color: #1F4C68;
	font-weight: bold;
}

.especialidades .preguntas .pregunta .item.on span{
	filter: grayscale(100%) brightness(0);
}





.especialidades .preguntas .pregunta .item h3{
	font-family: 'Arimo';
    color: #fff;
    font-size: 18px;
   	font-weight: 400;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
    padding: 0px 0px;
}

.especialidades .preguntas .pregunta .item span{
	display: block;
	width: 30px;
	height: 50px;
	background: url(./img/especialidad/arrow.png)no-repeat;
	background-position: 50% 50%;
	margin: 20px auto 0px auto;
}


.especialidades .preguntas  .navegacion{
	width: 240px;
	margin: 20px auto 40px auto;
    text-align: center;
    z-index: 2;

	display: none;
}

.especialidades .preguntas  .navegacion a{
	display: inline-block;
	vertical-align: top;
	height: 30px;
	width: 46px;
}

.especialidades .preguntas  .navegacion a.left{
	background: url(./img/doctores/left.png)no-repeat;
	background-position: 50% 50%;
}

.especialidades .preguntas  .navegacion a.right{
	background: url(./img/doctores/right.png)no-repeat;
	background-position: 50% 50%;	
}


.especialidades .preguntas  .navegacion .left.on{
	background: url(./img/doctores/on-left.png)no-repeat;
	background-position: 50% 50%;
}

.especialidades .preguntas  .navegacion .right.on{
	background: url(./img/doctores/on-right.png)no-repeat;
	background-position: 50% 50%;
}

.especialidades .preguntas  .navegacion label{
	display: inline-block;
	vertical-align: top;
	color: #808080;
    font-family: 'Arimo';
    font-size: 20px;
    letter-spacing: 4px;
    padding: 0px 20px 0px 28px;
    text-transform: uppercase;
    font-weight: 100;
}

.especialidades .preguntas  .navegacion label span{
	color:#57B2AD;
	font-family: 'Arimo';
    font-size: 20px;
    letter-spacing: 10px;
}



.especialidades .respuesta{
	display: block;
	background: #F2F2F2;
	padding: 100px;
}

.especialidades .respuesta h3{
	margin: 0px;
	font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px;
    color: #1F4C68;
    font-weight: 300;
    font-family: 'PaytoneOne';
    margin-bottom: 20px;
    text-align: left;
}

.especialidades .respuesta p{
	display: block;
	font-family: 'Arimo';
    color: #808080;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 300;
    text-align: left;
    margin-top: 20px;
}




.especialidades .respuesta .item{
	display: none;
	width: 100% !important;

}

.especialidades .respuesta .item.on{
	display: block;
}

.padecimientos{
	display: block;
	padding: 60px 0px;
}


.padecimientos h1{
	display: block;
	margin: 0px;
	font-size: 30px;
    line-height: 34px;
    letter-spacing: 2px;
    color: #1F4C68;
    font-weight: 300;
    font-family: 'PaytoneOne';
    margin-bottom: 60px;
    text-align: center;
}

.padecimientos .foto{
	display: block;
	width: 100%;
	height: 580px;
	margin-bottom: 40px;
}

.padecimientos p{
	font-family: 'Arimo';
    color: #2f2f2f;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: justify;
    margin-top: 20px;
}


.padecimientos p strong{
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 10px;
	display: block;
	color:#1F4C68;
	font-weight: 600;
}

.padecimientos p label{
	padding-left: 40px;
	display: block;
	margin-bottom: 20px;
}


.padecimientos .preguntas{
	display: block;
	width: 100%;
	padding-top: 100px;
	position: relative;
	overflow: hidden;
}

.padecimientos .preguntas.p3 .pregunta .item{
		width: 33.33% !important;
}


.padecimientos .preguntas .pregunta{
	display: block;
	width: 100%;
	height: 100%;
	height: 240px;
	overflow: hidden;
	position: relative;
}

.padecimientos h2{
	margin: 0px;
	font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px;
    color: #1F4C68;
    font-weight: 300;
    font-family: 'PaytoneOne';
    margin-bottom: 40px;
    text-align: center;
}

.padecimientos .preguntas .pregunta .item{
	height: 100%;
	float: left;
	background: #3E7280;
	padding: 60px 10px 0px 10px;
	cursor: pointer;
}

.padecimientos .preguntas .pregunta .item.on{
	background: #DBF03C;
}

.padecimientos .preguntas .pregunta .item.on h3{
	color: #1F4C68;
	font-weight: bold;
}

.padecimientos .preguntas .pregunta .item.on span{
	filter: grayscale(100%) brightness(0);
}


.padecimientos .preguntas .pregunta .item h3{
	font-family: 'Arimo';
    color: #fff;
    font-size: 18px;
   	font-weight: 400;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
    padding: 0px 0px;
}

.padecimientos .preguntas .pregunta .item span{
	display: block;
	width: 30px;
	height: 50px;
	background: url(./img/especialidad/arrow.png)no-repeat;
	background-position: 50% 50%;
	margin: 20px auto 0px auto;
}



.padecimientos .preguntas  .navegacion{
	width: 240px;
	margin: 20px auto 40px auto;
    text-align: center;
    z-index: 2;
	display:  none;
}

.padecimientos .preguntas  .navegacion a{
	display: inline-block;
	vertical-align: top;
	height: 30px;
	width: 46px;
}

.padecimientos .preguntas  .navegacion a.left{
	background: url(./img/doctores/left.png)no-repeat;
	background-position: 50% 50%;
}

.padecimientos .preguntas  .navegacion a.right{
	background: url(./img/doctores/right.png)no-repeat;
	background-position: 50% 50%;	
}


.padecimientos .preguntas  .navegacion .left.on{
	background: url(./img/doctores/on-left.png)no-repeat;
	background-position: 50% 50%;
}

.padecimientos .preguntas  .navegacion .right.on{
	background: url(./img/doctores/on-right.png)no-repeat;
	background-position: 50% 50%;
}

.padecimientos .preguntas  .navegacion label{
	display: inline-block;
	vertical-align: top;
	color: #808080;
    font-family: 'Arimo';
    font-size: 20px;
    letter-spacing: 4px;
    padding: 0px 20px 0px 28px;
    text-transform: uppercase;
    font-weight: 100;
}

.padecimientos .preguntas  .navegacion label span{
	color:#57B2AD;
	font-family: 'Arimo';
    font-size: 20px;
    letter-spacing: 10px;
}



.padecimientos .respuesta{
	display: block;
	background: #F2F2F2;
	padding: 100px;
}

.padecimientos .respuesta .item{
	display: none;
	width: 100% !important;
}

.padecimientos .respuesta .item.on{
	display: block !important;
}

.padecimientos .respuesta h3{
	margin: 0px;
	font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px;
    color: #1F4C68;
    font-weight: 300;
    font-family: 'PaytoneOne';
    margin-bottom: 20px;
    text-align: left;
}

.padecimientos .respuesta p{
	display: block;
	font-family: 'Arimo';
    color: #808080;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 300;
    text-align: left;
    margin-top: 20px;
}





.padecimientos .glaucoma .foto{
	background: url(./img/padecimientos/glaucoma.jpg)no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.padecimientos .retinopatia .foto{
	background: url(./img/padecimientos/retinopatia.jpg)no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}



.padecimientos .mosca .foto{
	background: url(./img/padecimientos/mosca.jpg)no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}


.padecimientos .degeneracion .foto{
	background: url(./img/padecimientos/degeneracion.jpg)no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}


.padecimientos .cataratas .foto{
	background: url(./img/padecimientos/cataratas.jpg)no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}


.padecimientos .defectos .foto{
	background: url(./img/padecimientos/defectos.jpg)no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.padecimientos .ojo-seco .foto{
	background: url(./img/padecimientos/ojo-seco.jpeg)no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}





.blog{
	display: block;
	position: relative;	
	text-align: center;
}


.blog article{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 29%;
	margin: 40px 2% 100px 2%;
}

.blog article h2{
	display: block;
	margin: 20px 0px 10px 0px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
}

.blog article h2 a{
	text-align: center;
	color:#1F4C68;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}

.blog article .entry-content p{
	display: block;
}

.blog article .entry-content .texto{
	margin-top: 0px;
	font-family: 'Arimo';
    color: #2f2f2f;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 300;
    text-align: center;
}

.blog article .entry-content .foto{
	display: block;
	width: 100%;
	height: 200px;
	background: #000;
	position: relative;
	border:1px solid #f2f2f2;
}

.blog article .entry-content .foto img{
	width: 100%;
	height: 100%;
}

.blog article .entry-content{
	display: block;
}


.blog article .entry-content .more-link{
	display: block;
	color:#1F4C68;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
	background: url(./img/submit.png)no-repeat;
	background-position: 90% 50%;
	width: 180px;
	margin: auto;
	margin-top: 20px;
	text-align: left;
}

.blog article .entry-content .more-link a{
	text-decoration: none;
}


.blog .recent-post, .recent-post .carousel-inner, .recent-post .carousel-inner .item{
	height: 500px;
}

.blog .recent-post{
	margin-bottom: 40px;
}

.blog .recent-post .item{

}


.blog .recent-post .item p{
	position: absolute;
	top:0%;
	left:0%;
	width: 100%;
	height: 100%;
	background: rgba(73, 167, 164, 0.7);
	font-family: 'Arimo';
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 400;
    text-align: center;
    padding: 100px 15% 0px 15%;
}

.blog .recent-post .item .texto h2{
	display: block;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
	font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 300;
    font-family: 'PaytoneOne';
    margin-bottom: 20px;
    text-align: center;
    width: 90%;
    text-transform: capitalize;
}

.blog .recent-post .item .texto h2 a{
	font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 300;
    font-family: 'PaytoneOne';
    margin-bottom: 0px;
    text-transform: capitalize;
    text-decoration: none;
}

.blog .recent-post .item .texto .more-link{
	display: block;
	margin: auto;
	margin-top: 40px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	color:#fff;
	padding: 10px 0px;
	width: 160px;
	font-weight: bold;
	border:1px solid #fff;
	text-transform: uppercase;
	text-decoration: none;
}


.entradas{
	margin-bottom: 20px;
	border-bottom: 1px solid #3E7280;
    padding-bottom: 40px;
}

.entradas article{
	padding: 40px 0px;
}


.entradas article h1{
	display: block;
	margin: auto;
	font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #244151;
    font-weight: 300;
    font-family: 'PaytoneOne';
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0px;
}


.entradas article .foto{
	width: 100%;
	height: 600px;
	border:1px solid #F2F2F2;
} 


.entradas article p{
	font-family: 'Arimo';
    color: #2f2f2f;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 400;
    text-align: justify;
    margin-top: 30px;
}



.entradas article header .entry-date{
	display: block;
	margin: 20px auto;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 400;
	color:#3E7280;
	background: url(./img/time.png)no-repeat;
	background-position: 0% 50%;
	width: 200px;
    margin: 20px auto;
}


.entradas .post-navigation{
	width: 100%;
	margin: 0%;
	border-bottom: none;
	border-top: none;
	margin-top: 40px;
}

.entradas .post-navigation .nav-links{
	display: block;
	height: 40px;
	width: 100%;
	position: relative;
}

.entradas .post-navigation .nav-links .nav-previous{
	float: left;
}

.entradas .post-navigation .nav-links .nav-next{
	float: 	right;
}

.entradas .post-navigation .nav-links a{
	text-decoration: none;
}

.entradas .post-navigation .nav-links a span{
	display: block;
	color:#2f2f2f;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 400;
	text-decoration: none;
	text-transform: capitalize;
}

.entradas .post-navigation .nav-links .nav-next a span{
	color:#3E7280;
}

.entradas .post-navigation .nav-links .nav-next a{
	background: url(./img/doctores/on-right.png)no-repeat;
	background-position: 100% 0%;
	background-size: 30px 20px; 
	padding:0px;
	padding-right:50px; 
}

.entradas .post-navigation .nav-links .nav-previous a{
	background: url(./img/doctores/left.png)no-repeat;
	background-position: 0% 0%;
	background-size: 30px 20px; 
	padding:0px;
	padding-left: 50px;
}


.share{
	display: block;
	height: 30px;
	width: 30px;
	background: url(./img/share.png)no-repeat;
	background-position: 0% -50%;
    padding-left: 30px;
	margin-left: 5%;
	margin-top: 40px;
	width: 104px;
	margin-bottom: 60px;
	font-weight: 400;
}



.post-navigation div + div{
	border-top: none;
}

.contactenos{
	display: block;
	text-align: center;
	margin-top: 100px;
	padding-bottom: 100px;
}

.contactenos .puntos{
	display: block;
	text-align: center;
}

.contactenos .puntos .itemp{
	display: inline-block;
	height: 25px;
	width: 25px;
	background: #57B2AD;
	border-radius: 100px;
	margin: 0px 5px;
}

.contactenos .puntos .itemp:last-child{
	background: #1F4C68;
}

.contactenos h2{
	display: block;
	text-align: center;
	margin: 20px auto;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 2px;
	color:#1F4C68;
	font-weight: 300;
	font-family: 'PaytoneOne'; 
}

.contactenos p{
	width: 80%;
	margin: auto;
	display: block;
    font-family: 'Arimo';
    color: #2f2f2f;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    padding: 0px 10%;
    margin-bottom: 60px;
}


.contactenos .texto{
	display: inline-block;
	vertical-align: top;
	width: 49%;
	text-align: left;
}

.contactenos .texto div{
	display: block;
	margin-bottom: 20px;
}

.contactenos .texto h3{
	display: block;
	text-align: left;
	color:#1F4C68;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0px 0px 6px 0px;
}


.contactenos .texto p{
	display: block;
	text-align: left !important;
	font-family: 'Arimo';
    color: #2f2f2f;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;	
    padding: 0px;
}


.contactenos .texto a{
	display: block;
	text-align: left !important;
	 font-family: 'Arimo';
    color: #2f2f2f;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    padding: 0px 0px;
}


.contactenos form{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: left;
	position: relative;

}

.contactenos form input{
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding: 16px 20px;
	margin: 0px 0px 20px 0px;
	border-radius: 4px;
	background: #F2F2F2;
	border:none;
	font-weight: 400;
}

.contactenos form input.last{
	float: right;
}

.contactenos form textarea{
	display: block;
	width: 100%;
	height: 140px;
	padding: 20px;
	border-radius: 4px;
	background: #F2F2F2;
	border:none;
	font-weight: 400;
}

.contactenos form input[type=submit]{
	margin-top: 10px;
	font-size: 16px;
	letter-spacing: 2px;
	color:#1F4C68;
	text-transform: uppercase;
	text-align: left;
	background: url(./img/submit.png)no-repeat;
	background-position: 50% 50%;
	width: 230px;
}

footer{
	display: block;
}

footer .contactenos{
	display: block;
}

footer .mapa{
	display: block;
	height: 500px;
	width: 96%;
margin:auto;
	overflow: hidden;
}


footer .mapa iframe{
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;

}

footer .suscribir{
	display: block;
	background: #1F4C68;
	padding: 40px 0px;
}

footer .suscribir .logo{
	display: block;
}

footer .suscribir .logo img{
	display: block;
	width: 300px;
	margin: auto;
}

footer .suscribir p{
	display: block;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	color:#A8D4DC;
	width: 600px;
	margin: auto;
	text-align: center;
	margin-top: 20px;
}

footer .suscribir form{
	display: block;
	padding-top: 40px;
}

footer .suscribir form div{
	width: 540px;
	display: block;
	margin:auto;
	background: #11434E;
	/*padding: 14px 40px;*/
	padding: 14px 0px 14px 40px;
}


footer .suscribir form div span{
	display: inline-block;
	vertical-align: top;
	color:#fff;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
    font-family: 'PaytoneOne';
    padding: 10px;
}

footer .suscribir form div input{
	display: inline-block;
	vertical-align: top;
	width: 50%;
    color: #999999 !important;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 4px 10px;
    font-size: 14px;
    margin-top: 6px;
    background: #11434E;
    border:none;
    border-left: 1px solid #999999;
}

footer .suscribir ul{
	display: block;
	margin: auto;
	text-align: center;
	padding:0px;
	margin-bottom: 0px;
}

footer .suscribir ul li{
	display: inline-block;
	vertical-align: top;
	height: 40px;
	width: 40px;
	margin: 30px 5px 0px 5px;
}

footer .suscribir ul li a{
	display: block;
	height: 100%;
	width: 100%;
}

footer .suscribir ul li:nth-child(1){
	background: url(./img/redes.png)no-repeat;
	background-position: 0% 50%;
}

footer .suscribir ul li:nth-child(2){
	background: url(./img/redes.png)no-repeat;
	background-position: 35% 50%;
}

footer .suscribir ul li:nth-child(3){
	background: url(./img/redes.png)no-repeat;
	background-position: 68% 50%;
}

footer .suscribir ul li:nth-child(4){
	background: url(./img/redes.png)no-repeat;
	background-position: 99% 50%;
}

footer ::-webkit-input-placeholder { color: #999999; } /* WebKit */
footer :-moz-placeholder { color: #999999; } /* Firefox 18- */
footer ::-moz-placeholder { color: #999999; } /* Firefox 19+ */
footer :-ms-input-placeholder { color: #999999; } /* IE 10+ */

footer .suscribir form div input:last-child{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	font-size: 0px;
	height: 28px;
	background: url(./img/arrow.png)no-repeat;
	background-size: 40px 20px;
    background-position: 100% 50%;
    border-left: none;
}

footer .copyright{
	display: block;
	background: #073238;
	padding: 20px 0px;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

footer .copyright:hover{
	background: #4d4d4d;
}


footer .copyright .menu{
	display: inline-block;
	vertical-align: top;
}

footer .copyright .menu ul{
	padding: 0px;
	margin-bottom: 0px;
}

footer .copyright .menu ul li{
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px;
}

footer .copyright .menu ul li a{
	color:#808080;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;

}

footer .copyright .lafabrica{
	display: inline-block;
	vertical-align: top;
	float: right;
}

footer .copyright .lafabrica span{
	display: inline-block;
	vertical-align: top;
	color:#808080;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 4px;
}

footer .copyright .lafabrica a{
	display: inline-block;
	vertical-align: top;
	background: url(./img/lafabrica.png)no-repeat;
	height: 30px;
	width: 80px;
	margin-top: -6px;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

footer .copyright:hover .lafabrica a{
	background: url(./img/lafabricahover.png)no-repeat;
}

.redes-sociales{

}

.redes-sociales a{
	display: inline-block !important;
	vertical-align: top;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	margin-top: 20px;
}


.redes-sociales #fb{
	background: url(./img/fb.png)no-repeat;
	background-position: 50% 50%;
	background-size: 30px 30px;
}

.redes-sociales #tw{
	background: url(./img/tw.png)no-repeat;
	background-position: 50% 50%;
	background-size: 30px 30px;
}


.redes-sociales #yt{
	background: url(./img/yt.png)no-repeat;
	background-position: 50% 50%;
	background-size: 30px 30px;
}


.redes-sociales #in{
	background: url(./img/in.png)no-repeat;
	background-position: 50% 50%;
	background-size: 30px 30px;
}


.redes-sociales #wp{
	
	background: url(./img/wp.png)no-repeat;
	background-position: 0% 50%;
	background-size: 30px 30px;
	padding-left: 40px;
	padding-top: 6px;
	letter-spacing: 1px;
}

.redes-sociales a#wp{
	display: block !important;
	color:#57B2AD;
	font-size: 16px;
}


.aseguradoras{
	display: block;
	margin-top: 10px;
	width: 350px;
	height: 160px;
	background: url(./img/aseguradoras/all.png)no-repeat;
	background-position: 50% 50%;
}

.modaldoctores .modal-header .close{
	color:#2f2f2f;
	font-weight: bold;
	opacity: 1;
}


.modaldoctores .modal-header .close span{
	color:#2f2f2f;
	font-weight: bold;	
	font-size: 20px;
}

#galeria .col-md-4{
	height: 240px;
	overflow: hidden;
}

#galeria .col-md-4 div, #galeria .col-md-4 img{ 
	height: 100% !important;
}

.b-link-flow:hover .b-wrapper, .b-link-flow:hover .b-top-line{
	opacity: 1;
	background: rgba(73, 167, 164, 0.4);
}

#galeria>div:first-child{
	display: block;
    font-size: 30px !important;
	text-transform: capitalize;
    line-height: 34px !important;
    letter-spacing: 2px !important;
    color: #1F4C68 !important;
    font-weight: 300 !important;
    font-family: 'PaytoneOne' !important;
    margin: 40px 0px 20px 0px !important;
    text-align: center !important;
    border-bottom: none !important;
}

/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media(min-width: 1024px){
	.comentarios{
		height: 380px;
		overflow: auto;
	}

	.modal-dialog{
		width: 96%;

	}

	.modaldoctores .modal-body{

	}

	.modaldoctores .modal-body .foto{
		display: inline-block;
		vertical-align: top;
		width: 49% !important;
	}

	.modaldoctores .modal-body .texto{
		display: inline-block;
		vertical-align: top;
		width: 49%;
		padding-left: 40px;
	}

	.modaldoctores .modal-body .centro {
		width: 100%;
	}

	.modaldoctores .modal-body .centro .foto{
		height: 700px;
	    background-position: 50% 0% !important;
	}

	.modaldoctores .modal-body .texto h3{
		display: none;
	}
}

@media(max-width: 1240px){

	section, .blog{
		padding-bottom: 0px;
	}

	.padecimientos .preguntas  .navegacion, .especialidades .preguntas  .navegacion{
		display: block !important;
	}

	header .navbar-collapse .buscador{
		display: none;
	}

	.navbar-collapse{
		padding-left: 0px;
		padding-right: 0px;
	}

	header .navbar-collapse ul li{
		margin: 0px 0px;
	}

	header .navbar-collapse #menu-item-21{
		display: none;
	}

	.menu-slide{
		width: 90%;
		/*height: 400px;*/
		height: 750px;
   	 	margin-bottom: 40px;
	}

	.menu-slide .item{
		width: 50%;
		height: 250px;
	}
}

@media(max-width: 1200px){

}

@media(max-width:1024px){
	.modaldoctores .modal-body .centro .foto{
		height: 700px;
	    background-position: 50% 0% !important;
	}

	.modaldoctores .modal-body .texto h3{
		display: none;
	}
	
	.comentarios{
		height: 380px;
		overflow: auto;
	}

	.modal-dialog{
		width: 96%;

	}

	.modaldoctores .modal-body{

	}

	.modaldoctores .modal-body .foto{
		display: inline-block;
		vertical-align: top;
		width: 49% !important;
	}

	.modaldoctores .modal-body .texto{
		display: inline-block;
		vertical-align: top;
		width: 49%;
		padding-left: 40px;
	}

	.modaldoctores .modal-body .centro {
		width: 100%;
	}


	.centro{
		width: 80%;
	}
	
	.padecimientos .preguntas .pregunta, .padecimientos .preguntas .pregunta{
		height: 300px;
	}





	.especialidades .preguntas .pregunta .item, .padecimientos .preguntas .pregunta .item{
		padding: 60px 10px 0px 10px;
	}

	header .logo img{
		width: 240px;
	}

	header .navbar-collapse ul{
		margin-top: 7px;
	}

	.nuestro-trabajo .item{
		width: 50%;
	}

	.nuestro-trabajo .item:last-child{
		display: none;
	}

	/*.quienes, .quienes .item{
		height: 700px;
	}*/

/*	.quienes .item .texto{
		height: 70%;
	}

	.quienes .item .img{
		height: 30%;
	}*/

	.modaldoctores .modal-body .centro .texto h3{
		display: none;
	}

	.quienes .item{
		height: 500px;
	}
}

@media(max-width:900px){
	footer .copyright .menu{
		display: block;
		margin: auto;
		float: none;
		text-align: center;
	}

	footer .copyright .lafabrica{
		display: block;
		margin: auto;
		float: none;
		text-align: center;
		margin-top: 20px;
	}

	.blog article{
		width: 47%;
		margin:40px 1% 100px 1%;
	}
	
	header .navbar-collapse ul li a{
		letter-spacing: 1px;
	}

	header .navbar-collapse ul li{
		padding: 10px 6px;
	}


}


@media(max-width:799px){
	.logo #logosite{
		display: none;
		width: 200px;
		margin-top: 0px;
	}


header .logo #logomobile{
	display: inline-block;
	width: 280px;
}
	

	header .navbar-collapse ul li{
		padding: 10px 6px;
	}

	header .navbar-collapse ul li a{
		letter-spacing: 1px;
	}

	header .centro{
		width: 100%;
	}

	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
		margin-right: 0px;
	    margin-left: 0px;
	    width: 100%;
	}

	header .navbar-collapse{
		display: none;
	}

	header .menu-principal-container{
		display: block;
		width: 100%;
		text-align: center;
	}

	header .navbar-collapse ul{
		width: 100%;
		display: block;
		text-align: center;
		padding-bottom: 40px;
	}

	header .navbar-collapse ul li{
		display: block;
		width: 100%;
		padding: 0px 0px;
	    border-bottom: 1px solid #f2f2f2;
	    text-align: left;
	}

	header .navbar-collapse ul li a{
		padding: 20px 0px;
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: 3px;
		padding-left: 2%;
	}

	.navbar-default .navbar-toggle{
		position: absolute;
	    right: 2%;
	    top: 5px;
	    margin-right: 0px;
	}

	header .logo{
		margin-left: 2%;
	}

	header{
	
	}

	header .container-fluid{
		padding-top: 7px;
	}

	header .menu-item-has-children .sub-menu{
		display: none;
	    position: relative;
	    left: 0px;
	    top: 0px;
	    margin-left: 0px;
	    width: 100%;
	}

	header .menu-item-has-children .sub-menu:before{
		display: none;
	}


	header .navbar-collapse .sub-menu li a{
		padding: 10px 4%;
		text-transform: uppercase;
	    font-size: 16px;
	    letter-spacing: 3px;
	    text-align: left;
	    color:#fff !important;
	}

	header .menu-item-has-children .sub-menu li{
		margin: 0px 0px;
		text-align: left;
		padding: 8px 0px;
	}

	header .menu-item-has-children .sub-menu li:hover a{
		color:#3E7280 !important;
	}

	header .menu-item-has-children .sub-menu{
		border-radius: 0px;
	}

	header .menu-item-has-children{
		background: url(./img/arrow-down.png)no-repeat;
		background-position: 94% 16px;
	}

	header .menu-item-has-children.on{
		background: url(./img/arrow-up.png)no-repeat;
		background-position: 94% 16px;
	}	

	.carousel, .carousel-inner, .carousel-inner .item{
		height: 400px;
	}

	.home .carousel-inner .item{
		padding-top: 100px;
	}

	.menu-slide{
		width: 100%;
		height: 500px;
		margin: 0px auto 100px auto;
	}

	.quienes .item, .quienes .item:last-child{
		width: 50%;
	}

	.nuestro-trabajo .item:nth-child(2){
		padding-top: 100px;
	}

	.doctores .doctor{
		width: 90%;
		margin: auto;
	}

	.doctores h2{
		font-size: 24px;
	}

	footer .mapa{
		height: 300px;
	}

	.padecimientos .foto, .especialidades .foto, .entradas article .foto{
		height: 400px;
	}

	.padecimientos .preguntas .pregunta .item h3{
		margin-top: 0px;
		font-size: 16px;
		letter-spacing: 1px;
	}

	.blog .recent-post, .recent-post .carousel-inner, .recent-post .carousel-inner .item{
		height: 400px;
	}

	.blog .recent-post .item p{
		padding:40px 15% 0px 15%;
	}

	.blog .recent-post .item .texto h2 a{
		font-size: 24px;
		line-height: 20px;
	}

	.blog .recent-post .item .texto h2{
		width: 100%;
	}

	.contactenos form input[type=submit]{
		background-position: 90% 50%;
	}

	footer .suscribir form div{
		width: 80%;
	}

	.nuestra p{
		width: 90%;
	}

	.acordeon .item h4{
		padding-bottom: 10px;
		margin-bottom: 20px;
    	margin-top: 20px;
	}

	.quienes .item:first-child{
		display: none;

	}

	.quienes .item:nth-child(2){
		width: 100%;
	}

	.modaldoctores .modal-body .centro .foto{
		display: block;
		width: 100% !important;
		height: 600px;
	}

	.modaldoctores .modal-body .centro .texto{
		display: block;
		width: 100%;
	}

	p,a,span{
		font-size: 16px !important;
		line-height: 24px;
	}
}


@media(max-width:600px){
	.carousel .item .texto{
		font-size: 30px;
		line-height: 40px;
	}

	.carousel, .carousel-inner, .carousel-inner .item{
		height: 340px;
	}

	.quienes .item .img{
		display: none;
	}

	.quienes .item .texto{
		height: 100%;
	}

	.quienes .item, .quienes .item:last-child{
		display: block;
		width: 100%;
		height: 50%;
	}

	.nuestro-trabajo .item{
		display: block;
		width: 100%;
		height: auto;
		float: none;
	}

	.nuestro-trabajo .item:first-child{
		height: 340px;
		width: 100%;
		display: block;
	}

	.nuestro-trabajo .item:last-child{
		display: block;
		height: 340px;
		width: 100%;
	}

	.nuestro-trabajo .item:nth-child(2){
		padding-bottom: 100px;
	}

	.nuestro-trabajo .item h2{
		padding-top: 0px;
	}

	.quienes .item .texto h2{
		padding-top: 60px;
	}

	.nuestro-trabajo .item p{
		width: 90%;
		margin: auto;
		display: block;
		padding: 10px 0px;
	}

	.quienes .item .texto{
		width: 100%;
		padding: 10px 0px;
		
	}

	.quienes .item .texto p{
		padding: 10px 5%;
	}

	.nuestro-trabajo{
		height:auto;
	}

	 .quienes .item:last-child{
		display: none;
	}

	.quienes .item .texto:before{
		content: " ";
		display: block;
		width: 100%;
		height: 340px;
		background: url(./img/quienes/2.png)no-repeat;
	    background-size: cover;
	    background-position: 50% 50%;
	}


	.quienes{
		height: auto;
		float: none;
	}

	.quienes .item{
		float: none;

	}

	.quienes .item:nth-child(2){
		height: 500px;
	}

	.quienes, .quienes .item:nth-child(2){
		padding-bottom: 60px;
	}

	.doctores h2{
		font-size: 20px;
		letter-spacing: 0px;
	}
	

	.contactenos p{
		width: 100%;
		padding:0px 5%;
	}

	.contactenos .texto{
		display: block;
		width: 100%;
		float: none;
	}

	.contactenos form{
		display: block;
		width: 90%;
		margin: auto;
		float: none;
	}

	.contactenos .texto{
		padding-top: 40px;
	}

	.contactenos .texto div{
		text-align: center;
	}

	.contactenos .texto div h3, .contactenos .texto div p, .contactenos .texto div a{
		text-align: center !important;
	}

	footer .suscribir p{
		width: 90%;
	}

	footer .suscribir form div{
		position: relative;
	}

	footer .suscribir form div input:last-child{
		position: absolute;
    background-position: 0% 50% !important;
	}
	
	footer .copyright .menu ul li{
		width: 33%;
    	margin-bottom: 10px;
    	padding: 0px 0px;
	}

	.nuestra h3{
		font-size: 30px;
		line-height: 40px;
	}

	.padecimientos .respuesta, .especialidades .respuesta{
		padding: 40px 0px 60px 10px;
	}

	.padecimientos .respuesta h3, .especialidades .respuesta h3{
		font-size: 20px;
		line-height: 24px;
	}

	.padecimientos .respuesta p, .especialidades .respuesta p{
		font-size: 14px;
		line-height: 20px;
   	 	letter-spacing: 0px;
	}

	.modaldoctores .modal-body .centro .foto{
		display: block;
		width: 100% !important;
		height: 500px;
	}

	.redes-sociales a#wp{
		width: 180px;
    	margin: 20px auto 0px auto;
	}

	.modaldoctores .modal-body .texto{
		padding-left: 0px;
	}

	.acordeon .item h4{
		width: 100%;
	}

	.acordeon .item .info{
		padding-right: 0px;
	}
}



@media(max-width:500px){

	.quienes .item:nth-child(2), .quienes .item:nth-child(2) .play{
		height: 400px;
		background-position:50% 70%;
	}

	.redes-sociales #wp a{
		font-size: 0px;
		display: inline-block !important;
	}
	.carousel, .carousel-inner, .carousel-inner .item{
		height: 300px;
	}

	.carousel .item .texto{
		font-size: 24px;
		line-height: 30px;
	}
	
	.menu-slide{
		height: auto;
	}

	.menu-slide .item{
		height: 240px;
		width: 100%;
		display: block;
		float: none;
	}

	.nuestra h3{
		font-size: 22px;
		line-height: 30px;
	}

	.quienes .item .texto:before, .nuestro-trabajo .item:last-child, .nuestro-trabajo .item:first-child{
		height: 280px;
	}

	.home .carousel-inner .item{
		padding-top: 60px;
	}

	footer .suscribir .logo img{
		width: 260px;
	}

	.contactenos form input{
		width: 100%;
		display: block;
	}

	.contactenos h2{
		font-size: 22px;
		line-height: 30px;
	}

	.doctores h2{
		font-size: 18px;
		padding: 40px 20px;
	}

	.doctores .doctor{
		height: 420px;
	}

	.doctores  h3{
		margin-bottom: 0px;
	}

	footer .suscribir form div input{
		width: 80%;
	}

	.padecimientos .foto, .especialidades .foto, .entradas article .foto{
		height: 200px;
	}

	.especialidades h1, .padecimientos h1, .entradas article h1{
		font-size: 22px;
		line-height: 30px;
	}

	.blog .recent-post .item .texto h2 a, .blog .recent-post .item .texto h2{
		font-size: 20px;
		line-height: 24px;
	}

	.blog .recent-post .item p, .entradas article p, .padecimientos p, .especialidades p{
		font-size: 14px;
		line-height: 20px;
   	 	letter-spacing: 0px;
	}

	.blog article{
		margin: 40px auto;
		width: 98%;
		display: block;
		float: none;
	}

	.especialidades .preguntas h2, .padecimientos .preguntas h2{
		font-size: 20px;
		line-height: 24px;
	}

	.preguntas .pregunta .item h3{
		margin-top: 0px;
	}

	.acordeon .item h4{
		letter-spacing: 0px;
		font-size: 14px;
	}



	.modaldoctores .modal-body .centro .foto{
		height: 400px;
	}

	.modaldoctores .modal-title{
		font-size: 14px;
	}
	
	.acordeon .item p{
		font-size: 12px;
		letter-spacing: 0px;
	}

	.navbar-default .navbar-toggle{
		top:6px;
	}

	.navbar-toggle{
		margin-top: 6px;
	}

	header .navbar-collapse ul li a{
		padding: 20px 10px;
		font-size: 12px;
		letter-spacing: 1px;
	}

	header .navbar-collapse .sub-menu li a{
		padding: 10px 20px;
		font-size: 12px;
		letter-spacing: 1px;
	}

	header{
		
	}

	.aseguradoras{
		width: 300px;
	    height: 140px;
	    background: url(./img/aseguradoras/all.png)no-repeat;
	    background-position: 50% 50%;
	    background-size: 300px 140px;
	}

	footer .mapa{
		width: 90%;
	}
}

@media(max-width: 400px){
	header .logo #logomobile{
		width: 240px;
		padding-bottom: 4px;
	}
}
/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}