/* ----------------------------------------------------------------
    Canvas: Media Agency Demo
    Version: 1.0.1
-----------------------------------------------------------------*/

#footer, #footer a {
	color:white !important;
}

@media (max-width: 1442px) {
	#primary-menu {
    float: left;
    margin-top: 30px;
}
}

@media (min-width: 992px) and (max-width: 1442px) {
	#primary-menu {
     margin-left: -15px !important;
}
	#foto.col-padding {
		padding: 50px !important;
	}
}


@media (min-width: 1300px) {
.gold {
	padding: 3em !important;
	margin-bottom: 2em !important;
	border: 2px solid #d0ae42;
	width: 100%;
}
	

}

@media (max-width: 991px) {
.gold {
	padding: 3em !important;
	margin-bottom: 2em !important;
	border: 2px solid #d0ae42;
	width: 50% !important;
}
	
	#foto.col-padding {
		padding: 200px !important;
	}
}

@media (max-width: 550px) {
.gold {
	padding: 1em !important;
	margin-bottom: 2em !important;
	border: 2px solid #d0ae42;
	width: 50% !important;
}
	
		#foto.col-padding {
		padding: 120px !important;
	}
}


.gold {
	padding: 3em;
	margin-bottom: 2em !important;
	border: 2px solid #d0ae42;
	width: 100%;
}
.bg-info {
    background-color: #d0ae42 !important;
}

.margin-left-10{
	margin-left: 15px;
}


#wrapper {
	margin: 0;
	width: 75%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.device-lg #wrapper { width: 80%; }

.device-md #wrapper,
.device-sm #wrapper,
.device-xs #wrapper { width: 100%; }

.side-cover-wrapper {
	position: fixed;
	top: 0;
	left: auto;
	right: 0;
	width: 25%;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center right;
	background-size: cover;
}

.device-lg .side-cover-wrapper { width: 20%; }

.device-sm .side-cover-wrapper,
.device-xs .side-cover-wrapper { width: 0; }

.container-fluid {
	padding-left: 100px;
	padding-right: 100px;
}

.device-lg .container-fluid {
	padding-left: 80px;
	padding-right: 80px;
}

.device-sm .container-fluid,
.device-xs .container-fluid {
	padding-left: 40px;
	padding-right: 40px;
}


/* Header
---------------------------------------------------------------------------- */

#primary-menu ul li a {
	font-size: 14px;
	color: #565655;
}

.header-social-set {
	float: right;
	margin: 30px 0;
}

@media (max-width: 991px) {

	#primary-menu-trigger { left: 106px !important; }

	.header-social-set {
		position: absolute;
		top: 0;
		left: auto;
		right: 120px;
	}

}

@media (max-width: 767px) {

	#primary-menu-trigger { left: 26px !important; }

	.header-social-set { right: 40px; }

}


@media (max-width: 767px) {

 #logo img {
    height: 120px !important;
	 margin-top: 25px;
}


}


/* Headings
---------------------------------------------------------------------------- */

.hero-headline h1 {
	font-size: 50px;
	line-height: 1.2;
	font-weight: 400;
	text-transform: none;
	color: #d0ae42;
	letter-spacing: -2px;
	word-spacing: 5px;
	margin-bottom: 40px;
}

.hero-headline > span {
	display: block;
	font-family: 'BrandonGrotesqueWeb-Light', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: #999;
	margin-top: 40px;
	max-width: 80%;
}


.device-md .hero-headline h1 { font-size: 48px; }

@media (max-width: 767px) {

	.hero-headline h1 {
		font-size: 36px;
		letter-spacing: -1px;
		word-spacing: 3px;
	}

	.hero-headline > span {
		font-size: 14px;
		max-width: 100%;
	}

}


/* Portfolio Items
---------------------------------------------------------------------------- */

.portfolio-full.portfolio-3 { margin: 0 -20px -20px 0 !important; }

.portfolio-full.portfolio-3 .portfolio-item { padding: 0 20px 20px 0 !important; }

.device-xs .portfolio-full.portfolio-3 { margin: 0 0 -20px 0 !important; }

.device-xs .portfolio-full.portfolio-3 .portfolio-item { padding: 0 0 20px 0 !important; }


.i-overlay { background: rgba(255,255,255,0.8); }

.i-overlay i {
	color: #777666;
	text-shadow: none;
}


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

.border-form-control {
	height: 48px;
	padding: 8px 4px;
	font-size: 16px;
	letter-spacing: 1px;
	background-color: transparent !important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom-width: 1px;
	font-family: 'BrandonGrotesqueWeb-Light', sans-serif;
}

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


/* Footer: Copyrights
---------------------------------------------------------------------------- */

.dark #copyrights {
	background-color: rgba(0,0,0,0.1);
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
