/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/


.footer-big-contacts {
	color: #333;
	font-size: 24px;
	/* font-weight: bold; */
	letter-spacing: 1px;
}

.footer-big-contacts span {
	display: block;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #888;
	letter-spacing: 2px;
	margin: 0 0 30px 0;
}

.dark .footer-big-contacts { color: rgba(255,255,255,0.8); }

#copyrights h3 {
	display: block;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #888;
	letter-spacing: 2px;
	margin: 0;
}


/* Border Form Design
---------------------------------------------------------------------------- */

.border-form-control {
	text-align: center;
	height: 70px;
	padding: 8px 4px;
	font-size: 50px;
	letter-spacing: 1px;
	background-color: transparent !important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom: transparent;
	/* border-bottom-width: 1px; */
	font-family: 'Source Sans Pro', sans-serif;
}

.border-form-control::-moz-placeholder { font-weight: 300; }
.border-form-control:-ms-input-placeholder { font-weight: 300; }
.border-form-control::-webkit-input-placeholder { font-weight: 300; }

textarea.border-form-control {
	resize: none;
	overflow: hidden;
	word-wrap: break-word;
}

/* Newsletter Widget
-----------------------------------------------------------------*/

.subscribe-widget {
	font-weight: 300;
	font-size: 16px;
	line-height: 2;
}


/* Emphasis Title
-----------------------------------------------------------------*/

.emphasis-title { margin: 0 0 50px; }

.emphasis-title h1,
.emphasis-title h2 {
	font-size: 55px;
	letter-spacing: -2px;
}

.emphasis-title h1 strong,
.emphasis-title h2 strong { font-weight: 700; }


/* Formulario
-----------------------------------------------------------------*/

.sm-form-control {
	background-color: #F5F5F5;
	border-color: transparent;
	padding: 9px 14px;