/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

#customers h3 {
	margin: 0;
}

/* Home banners */
#block-top-a {
    background: none!important;
}

#top-a {
    padding: 0;
    margin: 0
}

#top-a .module {
    margin: 0;
    padding: 0;
}

.wk-slideshow-infinite .caption {
    bottom: 0;
    top: 20%;
    left: 20%;
}

.wk-slideshow-infinite .caption h1 {
    background-color: rgba(71, 170, 80, 0.8);
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
}

.wk-slideshow-infinite .caption h1 + span {
    background-color: rgba(52, 57, 60, 0.8);
    margin-top: 10px;
}

.home-banner-1 {
    background: url(../../../images/vup/vup-apparel-banner.jpg) 50% 0 no-repeat;
}

.home-banner-2 {
    background: url(../../../images/vup/vup-promotional-banner.jpg) 50% 0 no-repeat;
}

.home-banner-3 {
    background: url(../../../images/vup/vup-production-banner.jpg) 50% 0 no-repeat;
}
#mep_0 {
	margin: 0px auto;
}

/* All except large Screens */
@media (max-width: 1220px) {
    .wk-slideshow-infinite .caption {
        left: 0;
    }
}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {
	.form-horizontal .form-actions {
		padding-left: 20px;
	}
	
	.customer-logo {
		width: 35%!important;
		padding-bottom: 10px!important;
	}


    #block-top-a {
        display: none!important;
    }
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.contact-left {
		width: 100%;
	}
	
	.contact-right {
		width: 100%;
	}
	
	.form-horizontal .control-label {
    	width: 100%;
	}
	
	.form-horizontal .controls {
		margin: 0;
		width: 100%;
	}
	
	.form-horizontal .form-actions {
		padding-left: 20px;
	}
	
	.customer-logo {
		width: 85%!important;
		margin: 0 20px 0 15px!important;
		padding-bottom: 10px!important;
	}


    #block-top-a {
        display: none!important;
    }
}


#customer {
	width: 100%
}

	.customers-row {
		clear: both;
		overflow: hidden;
		padding-bottom: 40px;
	}
	
	.customer-logo {
		display: inline-block;
		width: 20%;
		vertical-align: top;
		margin: 0 20px;
	}
	
		.customer-logo img {
			display: block;
			max-width: 100%;
			height: auto;
		}
		
		.customer-logo h4 {
			text-align: center;
			font-weight: bold;
			font-size: 13px;
			line-height: 13px;
			margin: 0;
		}


/* Apparel page */
.customers-row > div {
    float: left;
}

.customers-row .customer {
    margin: 30px auto;
    padding: 0 30px;
}

.customers-row .customer h3 {
    white-space: nowrap;
    font-size: 18px;
    margin-top: 10px!important;
}

/* Contact Form */
.contact-title {
    background: url("../images/header_stripes.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.contact-info {
	padding-bottom: 40px;	
	width: 100%;
}

	.contact-info h2 {
		margin-top: 0;
		font-size: 18px;
		line-height: 18px;
	}
	
	.contact-left {
		float: left;
		width: 50%;
	}
	
	.contact-right {
		float: left;
		width: 50%;
	}
	
.form-horizontal .control-label {
	text-align: left;
}


/* Layout
----------------------------------------------------------------------------------------------------*/

.custom-logo {
	width: 160px;
	height: 60px;
	background: url(../../../images/yootheme/logo.png) 0 50% no-repeat;
    background-size: contain;
}

.frontpage-headline { 
	padding-bottom: 10px;
	font-weight: bold;
}

/* Bottom
----------------------------------------------------------------------------------------------------*/

#bottom-a .custom h3 { 
	margin-top: 7px;
	margin-bottom: 27px;  
	line-height: 30px;
	font-size: 24px;
}

#bottom-a .custom p {
	margin-top: 0;
	font-family: "OpenSansLight";
	font-size: 18px; 
}

