/*
Theme Name: AVE
Theme URI: http://avecomunicacion.com.ar/
Author: Unagui
Author URI: http://www.unagui.com.ar/
Description: Custom WP theme.
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: clean, mininal, responsive, white, translation-ready
Text Domain: ave

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

/* temporario */
.og-details h3 {
	display:none;
}

/* le saque la sombra a .og-expander, hacerlo opcional con el options framework */



/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #1f1a17;
}

html, body {
	height: 100%;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	outline: none;
	color:#e77817;
}

a:hover {
	color:#333;
}

/*  Fonts   */
body,
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea,
.wpcf7-form input[type=submit] {
	/*
	font-family: 'Open Sans Condensed', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Oswald', sans-serif;
	*/
	font-family: 'Roboto', sans-serif;
}

h1.main-logo span,
.main-menu,
.sub-menu-category {
	font-family: 'Open Sans Condensed', sans-serif;
}

/*  General   */

.center {
	max-width: 1110px;
	margin: 0 auto;
	position:relative;
}

#container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
}

.clear {
	clear: both;
}


.width50 {
	width: 50%;
}

.width40 {
	width: 40%;
}

.width50 p {
	padding-right: 20px;
}

strong {
	font-weight:bold;
}

.left {
	float: left;
}

.right {
	float: right;
}



/*############################# HEADER #############################*/

#header {
	position: relative;
	width: 100%;
	height: 90px;
	background: #1f1a17;
	z-index: 99;
}

#header .social {
	position:absolute;
	right:0;
	top:20px;
}

#footer .social {
	position:absolute;
	right:0;
	bottom:20px;
}

.social li {
	float:left;
	margin-left:12px;
}

.social li a {
	display:block;
	text-indent:-9999px;
	width:24px;
	height:24px;
}

.social li a.facebook {
	background:url(img/social_facebook.png) no-repeat;
}

.social li a.twitter {
	background:url(img/social_twitter.png) no-repeat;
}

.social li a.googleplus {
	background:url(img/social_googleplus.png) no-repeat;
}

.social li a.linkedin {
	background:url(img/social_linkedin.png) no-repeat;
}

.social li a.pinterest {
	background:url(img/social_pinterest.png) no-repeat;
}

.main-menu {
	position: relative;
	float: right;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	text-align: right;
	margin: 65px 0 0 0;
	height: 50px;
	overflow: hidden;
}

.main-menu li {
	display: inline;
	padding: 0 0 0 20px;
}

.main-menu li a {
	color: #FFF;
	display: inline-block;
	line-height: 25px;
}

.main-menu li a:hover {
	color: #e77817;
}

.main-menu li.current-menu-item a,
.main-menu li.display a {
	color: #e77817;
	border-bottom: 3px solid #e77817;
}

/*
.home .main-menu li.current-menu-item a {
	color: #FFF;
	border-bottom:none;
}

.home .main-menu li.menu-item-home a {
	color: #e77817;
	border-bottom: 3px solid #e77817;
}
*/

.main-menu li {
	display: inline;
}

.main-menu li .sub-menu {
	position: absolute;
	top: 33px;
	right: -530px;
}

.main-menu li .sub-menu li {
	display: inline-block;
	font-weight: 300;
	padding: 0 0 0 10px;
	margin-left:10px;
	border-left:1px solid #c2c2c2;
}

.main-menu li .sub-menu li a {
	display: inline-block;
	color: #1f1a17;
}

.main-menu li .sub-menu li a:hover,
.main-menu li .sub-menu li a:active {
	color: #e77817;
}

.main-menu li.display .sub-menu a {
	color: #1f1a17;
	border: none;
}

.deploy-menu {
	position: absolute;
	top: 0;
	right: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: center;
	width: 62px;
	height: 65px;
	background: #e77817;
	text-align: center;
	line-height: 59px;
	font-size: 68px;
	color: #FFF;
	display: block;
	z-index: 9999;
	cursor: pointer;
}

.deploy-menu:hover,
.deploy-menu:active {
	background: #1f1a17;
	color: #FFF;
}

.sub-menu-category {
	text-transform:uppercase;
	position:absolute;
	top:100px;
	right:0;
}

.sub-menu-category a {
	display:inline-block;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #c2c2c2;
	color:#1f1a17;
}

.sub-menu-category a:hover {
	color:#e77817;
}

.sub-menu-category a:nth-child(1) {
	border:none;
	margin-left:0;
	padding-left:0;
}

/*############################# CONTENT #############################*/

#content {
	position: relative;
	padding: 25px 0 75px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -52px;
}

#content .top {
	width: 100%;
}

h1.main-logo {
}

h1.main-logo a {
	/*
	text-indent:-9999px;
	display:table;
	float:left;
	*/
}

h1.main-logo img {
	float: left;
	width: 118px;
}

h1.main-logo span {
	float: left;
	font-size: 16px;
	color: #000000;
	font-weight: 300;
	margin: 73px 0 0 -5px;
}

#content .inner {
	display: block;
	clear: both;
	padding: 35px 0 0 0;
	overflow: hidden;
}

#content .inner.padding {
	padding: 100px 0 0 0;
}

#content .masonry {
    -moz-column-count:2;
    -moz-column-gap: 5%;
    -moz-column-width: 45%;
    -webkit-column-count:2;
    -webkit-column-gap: 5%;
    -webkit-column-width: 45%;
    column-count: 2;
    column-gap: 5%;
    column-width: 45%;
}

#content .masonry .masonrybox {
	margin-bottom:25px;
	padding-bottom:25px;
	display:inline-block!important;
	width:95%;
	/*
	border-bottom:1px dotted #ccc;
	*/
}

#content .block {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.home #content .block {
	padding: 65px 0 0 0;
}

#content .columns {
	width: 100%;
}

.col {
	float: left;
	margin: 0 0 20px;
}

.col p {
	font-size: 16px;
	line-height: 20px;
	padding: 0 7px;
	clear: both;
}

.col p a {
	color: #1f1a17;
}

.col img {
	width: 100%;
}

.col3 {
	width: 31.3%;
	margin-right: 3%;
}

.col3:nth-child(3n) {
	margin-right: 0 !important;
}

.col4 {
	width: 22.7%;
	margin-right: 3%;
}

article.col4:nth-of-type(4n) {
	margin-right: 0 !important;
}

.col4 p {
	font-size: 14px;
}

.thumbs-carousel {
	text-align: center;
	margin: 0 0 30px -28px;
	width: 105%;
}

.thumbs-carousel li {
	display: inline-block;
	margin: 0 13px 25px;
}

section {
	display: inline;
}

section h2,
section h3 {
	font-size: 24px;
	line-height:24px;
	font-weight: 400;
	color: #e77817;
	margin-bottom:5px;
	letter-spacing:-1px;
}

section h2.padding,
section h3.padding {
	padding: 0 0 20px;
}

section h4 {
	font-size: 16px;
	font-weight: 400;
	color: #e77817;
	padding: 0 0 10px;
}

section p {
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	padding: 0 0 22px;
}

section p.style1 {
	color: #e77817;
}

section .text h3 {
	font-size: 18px;
	color: #1f1a17;
	font-weight: 600;
}

section .text p {
	padding: 0 0 23px;
}

section.box {
	width: 43%;
	border: 1px solid #92908f;
	padding: 15px 3% 0;
}

section.left .text {
	padding: 0 75px 0 0;
}

section.right .text {
	padding: 0 0 0 75px;
}

section.border {
	width: 49%;
	min-height: 615px; /* Temp */ 
}

section header {
	min-height: 67px;
}

section.right.border {
	border-left: 1px solid #92908f;
}

section.left.border {
	border-right: 1px solid #92908f;
}

/*
section.form {
	padding: 30px 0 0 0;
	display: block;
}
*/

.wpcf7-form {
	width: 100%;
	font-weight: 300;
}

.wpcf7-form p {
	display: block;
	font-size: 16px;
	line-height: 30px;
	padding: 3px 0 0 0;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
	width: 94%;
	padding: 0 3%;
	display: block;
	background: #e3e3e3;
	border: none;
	height: 32px;
	line-height: 32px;
	color: #878787;
	font-size: 16px;
}

.wpcf7-form textarea {
	height: 125px;
	overflow: auto;
}

.wpcf7-form input[type=submit] {
	border: none;
	font-size: 16px;
	text-align: center;
	background: #e77817;
	font-weight: 300;
	/*
	height: 30px;
	*/
	line-height: 20px;
	margin: 18px 0 0 0;
	padding: 7px 20px;
	cursor: pointer;
}

.wpcf7-form input[type=submit]:active {
	background: #1f1a17;
	color: #e77817;
}

#map {
	float: right;
	width: 57%;
	padding: 5px 0 0 0;
}

#map img {
	width: 100%;
}

.description {
	position: relative;
	width: 100%;
	clear: both;
	display: block;
	padding: 25px 0;
	overflow: hidden;
	display: none;
	clear: both; 
}

.description.active{
	display: block !important;
}

.description .wrapper {
	display: none;
}

.description .left {
	width: 48.4%;
}

.description .right {
	position: relative;
	width: 43%;
}

.description .left .image {
	width: 100%;
	padding: 20px 0 25px 0;
}

.description img {
	width: 100%;
}

.description .right .image {
	float: left;
	width: 79%;
	padding: 5px 0 0 0;
}

.description .nav a {
	position: absolute;
	display: block;
	right: 5px;
}

.description .nav a img {
	width: 100%;
}

.description .nav a.close {
	top: 80px;
	width: 34px;
	height: 34px;
}

.description .nav a.next,
.description .nav a.prev {
	top: 62%;
	width: 27px;
	height: 54px;
}

.description .nav a.prev {
	top: 81%;
}



/* Mobile Carousel */



#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

/* End Mobile Carousel */












*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	/*text-align: center; agregado ave */
	width: 100%;
}

.og-grid .slider {
	display: none;
}

.og-grid li.grid-item {
	display: inline-block;
	/*margin: 10px 5px 0 5px;*/
	margin: 10px 26px 0 0;/* agregado ave */
	vertical-align: top;
	height:auto;
}

.og-grid .og-fullimg li {
	height: auto;
}

.og-grid li h4 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 5px 7px 0;
	color:rgba(0,0,0,0.3);
	/*
	color:#1f1a17;
	*/
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
	width:100%;
}

.og-grid li a:hover h4 {
	color:#e77817;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ddd;
	border-width: 15px;
	left: 50%;
	margin: 5px 0 0 -15px;
}

.og-expander {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 9px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 0px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	width: 60%;
	float: right;
	/*height: 100%;*/
	overflow: hidden;
	position: relative;
}

.og-details {
	width: 37%;
	height: auto;
	padding: 0 40px 0 0px;
	float:left;
}

.og-details .image {
	padding: 10px 0;
	margin-bottom:24px; /* agregado ave */
}

.og-details .image img {
	width: 100%;
}

.og-fullimg {
	text-align: center;
	padding-right:50px;
}

.og-fullimg p.legend {
	font-size:12px;
	font-style:italic;
	color:#666;
	text-align:left;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}


.og-details h3 {
	color: #e77817;
    font-size: 24px;
    font-weight: 300;
}

.og-details p {
	font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    padding: 0 0 22px;
}

/*
.og-details a {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}

.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #999;
	color: #999;
}
*/

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

.owl-controls {
	right:-35px!important;
	top:-100px!important;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}


/*############################# FOOTER #############################*/

#footer {
	position: absolute;
	left: 50%;
	width:100%;
	bottom: 0;
	margin: 0 0 0 -555px;
	padding: 15px 0;
	clear: both;
}

#footer p {
	font-size: 14px;
	font-weight: 300;
}

#footer p a {
	color: #1f1a17;
	display: inline-block;
	border-bottom: 3px solid #e77817;
	padding: 0 10px;
	margin: 0 15px 0 0;
}

#footer p a:hover {
	border-color: #1f1a17;
}