@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic);

/* reset margins */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li,
blockquote, pre, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, section, summary, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
	height: 100%;
	}

body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	}

a {
	text-decoration: none;
	color: inherit;
	}

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

/*header*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	background: white;
	z-index: 10;
	}

body.customize-support header {
	top: 32px;
}

#logo-container {
	overflow: hidden;
	height: 50px;
	}

#ovodonacion-header-logo, #contacto-header-img {
	max-height: 50px;
	width: auto;
	}

#contacto-header-small-img {
	display: none;
	}
	
#ovodonacion-header-logo {
	float: left;
	}

#contacto-header-img {
	float: right;
	}

nav {
	background-color: #f77c8d;
	width: 100%;
	}

#menu-container {
	width: 100%;
	text-align: center;
	height: 40px;
	overflow: hidden;
	}

#menu-container li {
	display: inline-block;
	list-style-type: none;
	}

#menu-container li a {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding: 10px 15px;
	display: block;
	line-height: 20px;
	}

#menu-container li a:hover {
	text-decoration: underline;
	}
/* end of header */

#index-page, .page-wrapper {
	margin-top: 88px;
	}
/* index page styles */
#index-page #top-box {
	overflow: hidden;
	clear: both;
	display: block;
	}

.cs_play_pause {
	display: none;
	}

#index-page #bottom-box {
	max-width: 1366px;
	margin: 0 auto;
	}
	
#index-page #left-container {
	float: left;
	width: 33%;
	margin: 30px 0;
	}
	
#index-page #right-container {
	float: right;
	width: 66%;
	margin: 30px 0;
	}

#index-page #left-container p {
	float: left;
	margin-left: 10px;
	font-size: 18px;
	}

#index-page #left-container .accordion-links {
	list-style-type: none;
	}

#index-page #left-container p span {
	font-weight: bold;
	display: block;
	}
	
#index-page .accordion #left-container ul {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#index-page .accordion #left-container .wp-post-image {
	float: left;
	border-radius: 90px;
	width: 150px;
	height: auto;
	}

#index-page .accordion #right-container .placeholder {
	width: 50%;
	font-size: 16px;
	overflow: hidden;
	padding-right: 20px;
}

#index-page .accordion #right-container .placeholder.hidden {
	display: none;
}

#index-page .accordion #right-container h1, 
#index-page .accordion #right-container h2, 
#index-page .accordion #right-container h3, 
#index-page .accordion #right-container h4, 
#index-page .accordion #right-container h5, 
#index-page .accordion #right-container h6, 
#index-page .accordion #right-container p {
	margin-bottom: 20px;
}

#index-page .accordion-section-title {
	background: #ff96a7;
	padding: 4px 10px;
	line-height: 35px;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	}

#index-page .accordion-section-title.active {
	font-weight: bold;
	background: #f77c8d;
}

#index-page .accordion-section-title:hover {
	background: #f77c8d;
}

/* consult-button styles */
#contact-lightbox-link-container {
	text-align: center;
	}

#index-page #contact-lightbox-link-container {
	float: right;
	margin-top: 15%;
}

#contact-lightbox-link-container a {
	display: block;
	text-align: center;
	position: relative;
	width: 246px;
	height: 30px;
	background-color: rgb(133,204,166);
	border-radius: 8px;
	padding: 15px 0px;
	}

#contact-lightbox-link-container a #consult-button-text {
	color: white;
	font-weight: bold;
	font-size: 20px;
	}

#contact-lightbox-link-container a img {
	width: 25px;
	margin-bottom: -5px;
	}
/* end of consult-button styles */

#index-page .accordion-section-content {
	max-height: 0;
	overflow: hidden;
	background: white;
	}

#index-page .accordion-section-content.open {
	max-height: 500px;
	transition: max-height 0.25s ease-in;
}

#index-page .accordion-section-content li {
	font-size: 15px;
	list-style-type: disc;
	margin: 7px 20px;
	line-height: 18px;
	}
/* end of index page styles */

/* footer */
footer {
	background-color: #f77c8d;
	width: 100%;
	bottom: 0;
	position: fixed;
	z-index: 10;
	}
	
footer p {
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding: 5px 15px;
	text-align: center;
	}

#skype-link,
#mailto-link,
#facebook-link {
	float: left;
	}

#skype-link {
	margin-left: 10px;
}

#mailto-link img{
	border-radius: 3px;
	vertical-align: bottom;
	}

#skype-icon {
	display: inline;
	height: 20px;
	margin: 0;
	vertical-align: middle;
	margin: 0 5px;
	}

#logicoders-signature {
	float: right;
	}
/* end of footer */

/* contact form styles */
#contact-form-page {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.75);
	z-index: 999;
	}
#contact-form-container {
	max-width: 750px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 1%;
	z-index: 999;
	color: white;
	}

#contact-form-container h2{
	text-align: center;
	margin-bottom: 10px;
	}
#contact-form {
	border-style: solid;
	border-width: 2px;
	border-color: #F77C8D;
	background-color: #F77C8D;
	border-radius: 10px;
	padding: 1% 3% 1% 1%;
	color: white;
	}

#contact-form .field {
	margin: 2% 1%;
	width: 100%;
	display: block;
	overflow: hidden;
	}

#contact-form .mandatory {
	font-size: 12px;
	font-style: italic;
}

#contact-form input, #contact-form select, #contact-form textarea {
	font-family: 'Open Sans', sans-serif;
	float: right;
	width: 70%;
	vertical-align: middle;
	font-size: 14px;
	line-height: 35px;
	height: 35px;
	padding: 0 10px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	}

#contact-form textarea {
	line-height: 20px;
	height: 80px;
	padding: 10px;
}

#contact-form .telefono {
	float: right;
	width: 73%;
	}

#contact-form .telefono input {
	width: 96%;
	padding: 0 2%;
	float: none;
}

#contact-form .telefono span {
	float: left;
}

#contact-form .telefono_pais {
	width: 10%;
	margin-right: 1%;
}

#contact-form .telefono_ciudad {
	width: 14%;
	margin-right: 1%;
}

#contact-form .telefono_numero {
	width: 51%;
	margin-right: 1%;
}

#contact-form .telefono_es_celular  {
	width: 20%;
}

#contact-form .telefono .telefono_es_celular input {
	width: auto;
	padding: 0;
}

#contact-form #telefono_es_celular {
	height: auto;
}

#contact-form .telefono label {
	width: auto;
	display: inline;
	font-weight: normal;
	font-size: 14px;
}

#contact-form label {
	width: 25%;
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
	font-size: 15px;
	}

.cerrar-contacto {
	display: none;
}

#contact-form-container .cerrar-contacto {
	display: inline;
}

#cerrar-contacto-top {
	float: right;
	margin: 10px;
	font-weight: bold;
	color: #fff;
}

button {
	background-color: #85cca6;
	display: inline-block;
	margin: 5px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 13px;
	border-radius: 4px;
	}

#contact-form button {
	font-size: 15px;
}

select {
	box-sizing: content-box;
	}
/* end of contact form style */

/* general pages styles */
.page-wrapper {
	width: 100%;
	max-width: 1366px;
	margin: 88px auto 50px;
	text-align: justify;
	font-size: 13px;
	line-height: 25px;
	}

.page-wrapper h1 {
	font-size: 1.8em;/* to be seen */
	text-align: center;
	color: #848484;
	margin: 20px 0;
	z-index: 10;
	}

.page-wrapper .right-container {
	width: 69%;
	min-width: 280px;
	padding: 0 15px 50px 15px;
	float: right;
	}

.page-wrapper .left-container {
	width: 27%;
	min-width: 240px;
	max-width: 300px;/* to be seen */
	padding-left: 30px;
	float: left;
	position: relative;
	}

.page-wrapper #contact-lightbox-link-container {
	position: fixed;
	}

.page-wrapper #contact-lightbox-link-container a {
	margin-top: 380px;
	}

.page-wrapper img{
	width: 100%;
	}
/* end of general pages styles */	
	
/* small contact form styles */
#contact-form-container-static {
	max-width: 280px;/* to be seen */
	position: fixed;
	color: white;
	margin-bottom: 15px;
	}

#contact-form-container-static label {
	font-size: 0.9em;/* to be seen */
	}

#contact-form-container-static h2{
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.4em;/* to be seen */
	line-height: 22px;
	}
#contact-form-container-static #contact-form {
	border-style: solid;
	border-width: 2px;
	border-color: #F77C8D;
	background-color: #F77C8D;
	border-radius: 10px;
	padding: 10px;
	}

#contact-form-container-static #contact-form .field {
	margin: 1%;
	width: 100%;
	display: block;
	overflow: auto;
	}

#contact-form-container-static #contact-form input, #contact-form-container-static #contact-form select, #contact-form-container-static #contact-form textarea {
	font-family: 'Open Sans', sans-serif;
	float: right;
	width: 200px;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	}

#contact-form-container-static .telefono {
	width: 60px !important;/* to be seen */
	margin-left: 2px;
	}

#contact-form label {
	width: 25%;
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
	font-size: 14px;
	}

button {
	background-color: #85cca6;
	display: inline-block;
	margin: 5px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 13px;
	border-radius: 4px;
	}

/* end of small contact form style */
img {
	max-width: 100%;
	height: auto;
}

img.aligncenter {
	margin: 0 auto;
	display: block;
}

.page-wrapper .right-container h1 {
	font-size: 24px;
	margin: 10px 0 30px 0;
	text-align: left;
}

.page-wrapper .right-container h2 {
	font-size: 21px;
	margin: 10px 0 30px 0;
	text-align: left;
}

.page-wrapper .right-container h3 {
	font-size: 18px;
	margin: 10px 0 20px 0;
	text-align: left;
}

.page-wrapper .right-container h4 {
	font-size: 18px;
	margin: 10px 0;
	text-align: left;
}

.page-wrapper .right-container h5 {
	font-size: 16px;
	margin: 10px 0;
	text-align: left;
}

.page-wrapper .right-container p {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 25px;
}

.page-wrapper .right-container ol,
.page-wrapper .right-container ul {
	font-size: 14px;
	line-height: 25px;
	margin: 10px 0 20px 20px;
}

.page-wrapper .right-container li {
	margin-bottom: 3px;
}

.page-wrapper .right-container a {
	color: #f77c8d;
	text-decoration: none;
}

.page-wrapper .right-container a:hover {
	text-decoration: underline;
}

.page-wrapper .right-container #contact-lightbox-link-container {
	position: static;
	text-align: left;
}

.page-wrapper .right-container #contact-lightbox-link-container a {
	margin: 0;
	text-decoration: none;
}

.page-wrapper .right-container #contact-lightbox-link-container p {
	margin: 0;
}

.page-wrapper .right-container table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}

.page-wrapper .right-container th,
.page-wrapper .right-container td {
	border: 1px solid #ddd;
	font-size: 14px;
	text-align: left;
}

.page-wrapper .right-container td {
	padding: 5px;
	line-height: 20px;
}

.page-wrapper .right-container th {
	background-color: #f77c8d;
	color: white;
	padding: 5px;
}

.collapsible {
	margin-bottom: 20px;
}

.collapsible .panel-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in;
}

.collapsible .panel-content.opened {
	max-height: 9999px;
	padding-bottom: 10px;
}

.collapsible > h2 {
	margin-bottom: 10px !important;
}

.collapsible .panel > h3 {
	margin: 0 !important;
	color: #f77c8d;
	font-weight: normal;
}

.collapsible .panel > h3:hover {
	text-decoration: underline;
	cursor: pointer;
}

#contact-form-submit.submitting {
	background: url(img/ajax-loader.gif) center center no-repeat;
}

#contact-form-submit.submitting button {
	visibility: hidden;
}
