/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Theme Name: Basic
 * URL: http://blacktie.co
 * Version: 1.0
 */

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);

@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

* { 
	margin: 0;
	padding: 0px;
    font-family: 'Lato', sans-serif;
} 
body { 
	background: #fff; 
	margin: 0; 
	color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #116A32;
}


p, li { 
	padding: 0; 
	margin-bottom: 12px; 
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px; 
	line-height: 28px;
	color: #666; 
	margin-top: 10px; 
}

html,
body {
	height: 100%;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.centered {text-align: center}
.mt {margin-top: 50px; margin-bottom: 50px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}
.ptb2 {padding-bottom: 80px;}
.ptb3 {padding-top: 80px; padding-bottom: 80px;}

.ptb3-bg {background: #f5f5f5;}

.certificacion p {
	margin-bottom: 0px;
	font-size: 14px !important;
	line-height: 16px !important;
	margin-top: 0px;
}

.certificacion-border p {
	font-size: 16px;
	line-height: 20px;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #116A32;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#696E74;
}

ul {
	padding-left: 0px;
	list-style: none;
}

.nopadding {
	padding: 0px !important;
	margin: 0px;
}


/* FORM CONFIGURATION */

input {
	font-size: 16px;
	min-height: 40px;
	border-radius: 2px;
	line-height: 20px;
	padding: 11px 30px 12px;
	border: 1px solid #b9b9af;
	margin-bottom: 10px;
	background-color: #fff;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.subscribe-input {
	float: left;
	width: 65%;
	text-align: left;
	margin-right: 2px;
}

.subscribe-submit {
	right: 0;
}

.btn-download {
	background: #FDE3A7;
}

.btn-conf {
	border-radius: 50px;
	margin-right: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px 80px 13px;
	}

.btn-clear {
	background: transparent;
	color: white;
	border: 2px solid white;
}
.btn-clear:hover {
	background: white;
	color: #2f2f2f;
}



.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

/* HEADER SECTION */
#h {
	background: url(../img/bg.jpg) no-repeat center top;
	padding-top: 5px;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

#h .logo {/*
	margin-top: 30px;
	margin-left: 40px;
	padding-bottom: 150px;
	*/
	width: 100%;
	text-align: center;
}

#h .logo h2{
	font-weight: 900;
	color: white;
	letter-spacing: 1px;
}

#h .logo img{
	margin: 0 auto;
}

#h h3 {
	margin-top: 10px;
}

#h i {
	font-size: 50px;
}

/* GREY SECTION */
#g, #ordenanza12562 {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #116A32;
}

#g h2, #ordenanza12562 h2, #g p, #ordenanza12562 p {
	color: #FFFFFF;
}

.portfolio {
	padding:0 !important;
	margin:0 !important;
	display:block;
}


.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;}


.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:40px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#126932;
	background-color:rgba(18,105,50,.6);
	text-align:center;
}

/* CLIENTS */

.clients img {
	max-width: 140px;
	max-height: 60px;
	vertical-align: middle;
}

.clients .col-sm-2 {
	/*height: 80px;
	line-height: 80px;*/
}

/* CONTACT SEPARATOR */
#sep {
	background: #126932;
	padding-top: 50px;
	width: 100%;
	color: white;
	padding-bottom: 50px;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

#sep h3 {
	font-weight: 700;
	letter-spacing: 2px;
	color: #FFFFFF;
}

/* FOOTER */
#f {
	padding-top: 20px;
	padding-bottom: 20px;
	/*border-left: 15px solid #cccccc;*/
}

#f i {
	margin-right: 30px;
	font-size: 35px;
}

#f a, #f p {
	color: #126932;
	font-weight: 900;
}

@media (min-width: 1301px) {
	#h {
		min-height: 700px;
	}
}

@media (min-width: 769px) and (max-width: 1300px) {
	#h {
		min-height: 500px;
	}
}

@media (max-width: 768px) {
	#h {
		min-height: 300px;
	}
}

/* HEADER 2 - PORTFOLIO SECTION */
#h2 {
	background: url(../img/header-2.jpg) no-repeat top center;
	padding-top: 5px;
	background-attachment: relative;
	background-position: center center;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

#h2 .logo {
	margin-top: 30px;
	margin-left: 40px;
	padding-bottom: 150px;
}

#h2 .logo h2{
	font-weight: 900;
	color: white;
	letter-spacing: 1px;
}

#h2 h3 {
	margin-top: 30px;
	letter-spacing: 1px;
}

/* CUSTOM */

/* jpdelre logo */

.jpdelre {
    background: url(../img/jpdelre.png) no-repeat scroll center 0px; 
    width: 26px;
    height: 18px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -4px;
    text-indent: -50000px; 
    transition: all 0.5s ease 0s;
}

.jpdelre:hover {
    background: url(../img/jpdelre.png) no-repeat scroll center -18px; 
    transition: all 0.5s ease 0s;
}

/* end jpdelre logo */

.certificacion-border {
	border: 1px solid #116A32;
	padding-bottom: 30px;
	padding-left: 25px;
}

.area {
	background: url(../img/area.jpg) no-repeat !important;
	background-attachment: cover !important;
	background-position: center right !important;
	color: #116A32 !important; 
}

.area p {
	color: #116A32 !important; 
}

.area h2 {
	color: #116A32 !important; 
}

.dmbutton.a2, .dmbutton.a2:hover {
	background: none !important;
	border: none !important;	
	font-size: 100px;
}

.clients p {
	font-size: 14px;
	line-height: 1.5;
}

.clients .client-name {
	font-family: serif;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 5px;
	display: block;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
	padding-left: 10px !important;	
	padding-right: 10px !important;
	padding-bottom: 8px !important;
	font-size: 1.75rem;
}

.dmbutton {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}