/* Add here all your CSS customizations */

.breadcrumb > .active {
    color: #ffffff;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

section.page-header.custom-product {
	border-top-color: #ccc;
	border-bottom-color: #ccc;
}
.call-to-action.call-to-action-in-footer {
	padding-top: 30px;
	padding-bottom: 40px;
	margin-top: 30px;
	margin-bottom: -50px !important;
}
.call-to-action.with-button-arrow .call-to-action-btn {
	top: 40%;
}

.owl-carousel.full-width .owl-nav [class*="owl-"], .owl-carousel.full-width .owl-nav [class*="owl-"]:hover, .owl-carousel.big-nav .owl-nav [class*="owl-"], .owl-carousel.big-nav .owl-nav [class*="owl-"]:hover {
	background-color: rgba(255, 255, 255, 0);
}

.owl-carousel .owl-nav .owl-prev:before {
	font-family: FontAwesome;
	content: ""; /*era "\f053" */
	position: relative;
	left: -1px;
	top: 1px;
}


.owl-carousel .owl-nav .owl-next:before {
	font-family: FontAwesome;
	content: "";  /*era "\f054" */
	position: relative;
	left: 2px;
	top: 1px;
}
.ulabout {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}
.feature-box.feature-box-style-2 h4 {
	color: #505050;
	margin-bottom:10px;
}
.feature-box.feature-box-style-2 .feature-box-info {
	padding-left: 60px;
	margin-bottom: 10px;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		position: absolute;
		font-family: ;
		content: "";
		font-size: 10px;
		position: absolute;
		top: 9px;
		right: 11px;
	}
#header .header-nav-main nav > ul > li > a.dropdown-toggle {
		padding-right: 13px;
	}
.custom-underline {
	background: url(../img/custom-underline.png) no-repeat center 100%;
	padding-bottom: 25px;
	font-size: 1.4em;
	letter-spacing: 1px;

}
.alternative-font {
	color: #CCC;
	font-family: "Shadows Into Light", cursive;
	line-height: 28px;
}
.alternative-font-2 {
	color: #1098de;
	font-family: "Shadows Into Light", cursive;
	line-height: 28px;
	font-size: 1.4em;
	letter-spacing: 1px;

}
.home-concept .sun {
	background: transparent url(../img/home-concept-icons.png) no-repeat 0 0;
	width: 60px;
	height: 56px;
	display: block;
	position: absolute;
	left: 15%;
	top: 10px;
}
.home-concept .cloud {
	background: transparent url(../img/home-concept-icons.png) no-repeat 100% 0;
	width: 116px;
	height: 56px;
	display: block;
	position: absolute;
	left: 54%;
	top: 35px;
}
.our-work {
	display: block;
	font-family: "Shadows Into Light", cursive;
	font-size: 2.3em;
	position: relative;
	margin-top: 30px;
	text-align: center;
	color: #BFC4C7;
	font-weight: bold;
}
section.ow {
	background: #f4f4f4;
	border-top: 5px solid #f1f1f1;
	margin: 30px 0;
	padding: 0px 0;
	width: 100%;
}
.home-concept {
	background: transparent url(../img/home-concept.png) no-repeat center 0;
	width: 100%;
	overflow: hidden;
}
.slider .tp-bannertimer {
	background-color: #FFF;
}
.feature-box.feature-box-style-2 .feature-box-icon i.fa, .feature-box.feature-box-style-2 .feature-box-icon .icons {
    color: #1098de; /*laranja: #f37a31*/
}
.mb-none {
    font-weight: 400;
}
.contact-info {
    padding: 60px 0 0 0;
}
.contact-info i {
    width: 90px;
    height: 90px;
    background: #1098de;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    font-size: 35px;
    color: #fff;
	margin-bottom: 25px;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
