
/*#############################################
* SPACING
##############################################*/

/* PADDING */
.pt-0 {
	padding-top: 0em;
}

.pb-0 {
	padding-bottom: 0em;
}

.pl-0 {
	padding-left: 0em;
}

.pr-0 {
	padding-right: 0em;
}

.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}

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

.py-default {
	padding-top: 2em;
	padding-bottom: 2em;
}

.py-1 {
	padding-top: 1em;
	padding-bottom: 1em;
}

.py-2 {
	padding-top: 2em;
	padding-bottom: 2em;
}

.py-3 {
	padding-top: 3em;
	padding-bottom: 3em;
}

.py-4 {
	padding-top: 4em;
	padding-bottom: 4em;
}

.pt-1 {
	padding-top: 1em;
}

.pt-2 {
	padding-top: 2em;
}

.pb-1 {
	padding-bottom: 1em;
}

.pb-2 {
	padding-bottom: 2em;
}

/* MARGIN */
.mt-0 {
	margin-top: 0em;
}

.mb-0 {
	margin-bottom: 0em;
}

.ml-0 {
	margin-left: 0em;
}

.mr-0 {
	margin-right: 0em;
}

.my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.my-default {
	margin-top: 2em;
	margin-bottom: 2em;
}

.my-1 {
	margin-top: 1em;
	margin-bottom: 1em;
}

.my-3 {
	margin-top: 3em;
	margin-bottom: 3em;
}

.m-0 {
	margin: 0px;
}

.mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}

.mx-auto {
	margin: 0px auto;
}

.my-default {
	margin-top: 2em;
	margin-bottom: 2em;
}

/* ABSOLUTE */
.r-0 {
	right: 0 !important;
}

/*#############################################
* END OF SPACING
##############################################*/

/*#############################################
* RESETS
##############################################*/
body p {
	font-size: 16px;
	line-height: 22px;
	font-family: RobotoL;
}

h1, h2, h3, h4 {
	margin: 0px;
}

a:focus, button:focus {
	outline: none;
}

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

a, button {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

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

input {
	outline: none;
}

p {
	font: 15px RobotoL;
	line-height: 20px;
}

html, html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
}

textarea {
	resize: none;
}

legend {
	font-family: RobotoCondensedR;
	font-size: 20px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

strong {
	font-weight: normal;
	font-family: RobotoB;
}

label {
	font-weight: normal;
}

/*#############################################
* END of RESETS
##############################################*/

/*#############################################
* GENERIC CLASS
##############################################*/
.cover-bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.container {
	max-width: 1170px !important;
	position: relative;
}

.f-none {
	float: none;
}

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.v-middle {
	vertical-align: middle;
}

.v-bottom {
	vertical-align: bottom;
}

.v-top {
	vertical-align: top;
}

.btn-blue {
	background: #194571;
	color: #fff;
	padding: 19px 30px;
	border: 2px transparent solid;
	border-radius: 3px;
	font-family: RobotoB;
}

.btn-blue:hover {
	border: 2px #194571 solid;
	background: rgba(25, 69, 113, .5);
}

.font-color-orange {
	color: #ba7540;
}

.btn-orange {
	background: #ba7540;
	color: #fff;
	padding: 19px 30px;
	border: 2px transparent solid;
	border-radius: 3px;
	font-family: RobotoB;
}

.btn-orange:hover {
	background: rgba(186, 117, 64, .5);
	color: #fff;
	border: 2px #ba7540 solid;
	border-radius: 5px;
}

.btn-blue {
	background: #194571;
	color: #fff;
	padding: 19px 54px;
	border: 2px transparent solid;
	border-radius: 3px;
	font-family: RobotoB;
}

.btn-blue:hover {
	border: 2px #194571 solid;
	background: rgba(25, 69, 113, .5);
	color: #fff;
}

.btn-green {
	background: #74836a;
	color: #fff;
	padding: 19px 40px;
	border: 2px transparent solid;
	border-radius: 3px;
	font-family: RobotoB;
}

.btn-green:hover {
	border: 2px #74836a solid;
	background: rgba(116, 131, 106, .5);
	color: #fff;
}

.btn-black {
	background: #000;
	color: #fff;
	padding: 19px 30px;
	border: 2px transparent solid;
	border-radius: 3px;
	font-family: RobotoB;
}

.btn-black:hover {
	border: 2px #000 solid;
	background: rgba(0, 0, 0, .5);
	color: #fff;
}

.btn-submit {
	background: #ba7540;
	color: #fff;
	padding: 15px 45px;
	border: 2px transparent solid;
	border-radius: 3px;
	font-family: RobotoB;
}

.btn-submit:hover {
	background: rgba(186, 117, 64, .5);
	color: #fff;
	border: 2px #ba7540 solid;
	border-radius: 5px;
}

.input-default {
	background: #fff;
	width: 100%;
	border: 0px;
	height: auto;
	font-size: 14px;
	font-family: RobotoL;
	color: #000;
	padding: 15px;
}

.textarea-default {
	width: 100%;
	border: 0px;
	padding: 15px;
	font-size: 14px;
	font-family: RobotoL;
	color: #000;
}

.checkbox-default {
	font-size: 15px;
	font-family: RobotoCondensedR;
	font-weight: normal;
}

span.wpcf7-list-item {
	margin: 0 1em 0 0 !important;
}

.border-bottom {
	border-bottom: 2px #a3a599 solid;
}

.w-100 {
	width: 100%;
}

.h-50 {
	height: 50%;
}

.h-60 {
	height: 60%;
}

.h-45 {
	height: 45%;
	margin-bottom: 5%;
}

.h-40 {
	height: 40%;
}

.h-100 {
	height: 100%;
}

.object-cover {
	height: 100% !important;
	width: 100%;
	object-fit: cover;
}

/* CAROUSEL FADE */
.carousel-fade {
	opacity: 1;
}

.carousel-fade .item {
	-moz-transition: opacity ease-in-out 1.5s;
	-o-transition: opacity ease-in-out 1.5s;
	-webkit-transition: opacity ease-in-out 1.5s;
	transition: opacity ease-in-out 1.5s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}

.carousel-fade .item:first-child {
	top: auto;
	position: relative;
}

.carousel-fade .active {
	opacity: 1;
	-moz-transition: opacity ease-in-out 1.5s;
	-o-transition: opacity ease-in-out 1.5s;
	-webkit-transition: opacity ease-in-out 1.5s;
	transition: opacity ease-in-out 1.5s;
	z-index: 2;
}

/* CONTACT FORM 7 VALIDATION */
.inpt input.wpcf7-submit {
	margin: 15px 0;
	float: right;
	height: 35px;
	width: 110px;
	background: #999;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.inpt input.wpcf7-submit:hover, .inpt input.wpcf7-submit:focus {
	color: #eee;
}

.inpt input.wpcf7-submit:active, .inpt input.wpcf7-submit.active {
	-webkit-box-shadow: inset 0px 2px 13px 2px rgba(99, 99, 99, .5);
	-moz-box-shadow: inset 0px 2px 13px 2px rgba(99, 99, 99, .5);
	box-shadow: inset 0px 2px 13px 2px rgba(99, 99, 99, .5);
}

/*validation errors occured*/
.wpcf7-response-output {
	margin-top: 10px !important;
	color: #930a1e !important;
	font-size: 13px !important;
	background-color: #f3b5b5 !important;
	border-top: 2px solid #de7f7f !important;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	padding: 7px;
	font-weight: bold !important;
	text-align: center !important;
	width: 100% !important;
	margin-left: -1px !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom: none !important;
}

span.wpcf7-not-valid-tip-no-ajax {
	padding-top: 3px !important;
	color: #ed3c3c !important;
}

input.wpcf7-not-valid {
	-webkit-box-shadow: 0 1px 1px #d77575 inset, 0 0 8px #d77575 !important;
	-moz-box-shadow: 0 1px 1px #d77575 inset, 0 0 8px #d77575 !important;
	box-shadow: 0 1px 1px #d77575 inset, 0 0 8px #d77575 !important;
}

textarea.wpcf7-not-valid {
	-webkit-box-shadow: 0 1px 1px #d77575 inset, 0 0 8px #d77575 !important;
	-moz-box-shadow: 0 1px 1px #d77575 inset, 0 0 8px #d77575 !important;
	box-shadow: 0 1px 1px #d77575 inset, 0 0 8px #d77575 !important;
}

.wpcf7-not-valid-tip {
	color: #930a1e !important;
	border: none !important;
	background-color: transparent !important;
	background: transparent !important;
	margin-top: 10px;
	padding: 0 !important;
	font-size: 11px !important;
}

/*message sent successfully*/
.wpcf7-mail-sent-ok {
	margin-top: 10px !important;
	color: #406d2d !important;
	font-size: 13px !important;
	background-color: #dff0d8 !important;
	border-top: 2px solid #cedec8 !important;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	padding: 7px;
	font-weight: bold !important;
	text-align: center !important;
	width: 100% !important;
	margin-left: -1px !important;
}

.wpcf7-validation-errors {
	border: 1px solid red;
}

.home .projects .featured-project img {
	height: auto !important;
}
