﻿
.container {
	margin-top: 30px;
}
.order {
	width: 400px;
	float: left;
	padding: 30px 20px 15px 20px;
	box-sizing: border-box;
	background: #f2f2f2;
	}
.promotion {
	float: right;
	width: calc(100% - 430px);
	background-image: url('../Images/Promotion_Wevinet_900x600.png');
	min-height: 550px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 30px;
	}
.contact {
	clear: both;
	background: #f2f2f2;
	float: right;
	width: calc(100% - 430px);
	padding: 50px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.captionLight {
    padding: 5px;
    margin: 0px;
    color: #000;
}
.captionDark {
    padding: 0;
    margin: 0px;
    color: black;
}
.orderText {
    padding: 0;
    font-size: 17px;
    font-family: "Roboto", Verdana, Helvetica, Sans-Serif;
    font-weight: 400;
    color: #000;
    width: 100%;
}
.orderTextAlignRight {
    width: 100%;
    display: block;
    text-align: right;
}
.tdDesc {
    width: 90%;
}
.tdAmount {
    width:10%;
    padding: 0px;
}
.contactDiv {
    font-family: "Roboto", Verdana, Helvetica, Sans-Serif;
    font-size: 16px;
    font-weight:400;
}

section.featured {
    height: 0px;
}
section.main-content {
    width: 1200px;
}

.main-content {
    padding-left: 0px;
    padding-top: 0px;
}

div#body > section.main-content {
    padding: 0px;
    border: 0;
}

#body{
    padding: 0;
}

.welcome-link:hover {
    background: #b5c42a;
    color: white;
    border-top: #3e3d3d;
    border-bottom: #3e3d3d;
}

/* Custom */

.order #LinkButton1 h2 {
	font-size: 24px !important;
	 font-family: "Roboto", Verdana, Helvetica, Sans-Serif;
	 font-weight: bold;
}
	.order #LinkButton1:hover {
		background: #f2f2f2 !important;
	}
		.order #LinkButton1:hover h2 {
		}
	.order a#button:hover {
		background: #f2f2f2 !important;

	}
	
@media screen and (max-width: 860px) {
	
	.container {
		margin-top: 0;
	}
	.order {
	width: 100%;
	float: none;
	padding: 30px 30px 15px 30px;
	}
.promotion {
	float: none;
	width: 100%;
	min-height: 400px;
	background-position: center center;
    margin-bottom: 30px;
    margin-top: 30px;
	}
.contact {
	float: right;
	width: 100%;
	padding: 30px;
	margin-bottom: 0;
}
}