@import url('https://fonts.googleapis.com/css?family=Questrial');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&subset=latin-ext');

html, body {
	width: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	font-family: Questrial, Arial;
	background: #f8f8f8;
}

#topbar {
	width: 100%;
	height: 5px;
	background: #e64a38;
	margin-bottom: 20px;
}

.wrapper {
	width: 1152px;
	overflow: hidden !important;
	margin: 0 auto;
}

#logo {
	width: 250px;
	height: 76px;
	float: left;
	margin-bottom: 20px;
}

#showcase {
	clear: both;
	width: 100%;
	height: 400px;
	overflow: hidden !important;
	border-radius: 4px;
}

#menu {
	float: right;
}

#menu ul {
	padding: 0;
	margin: 20px 0 0 0;
	list-style: none;
}

.sweet-alert h2 {
	border-bottom: 0;
	font-family: Arial;
}

#contactform input,
#contactform textarea {
	color: #222;
}

#pageid {
	display: block;
	clear: both;
	list-style: none;
	margin: 0 auto !important;
}

#pageid li {
	float: left;
	margin-right: 5px;
	background: #FFF;
	padding: 5px 10px;
	border-radius: 2px;
	font-size: 12pt;
}

#pageid li.active {
	background: #999;
	cursor: default;
}

.sweet-alert input[type=radio] {
	display: inline !important;
	outline: 0;
	width: 15px;
	height: 15px;
}

.sweet-alert label {
	margin-right: 10px;
}

#pageid li.active a:link,
#pageid li.active a:visited,
#pageid li.active a:focus {
	color: #FFF;
}

#menu ul li {
	float: left;
	padding: 10px;
	margin-left: 20px;
	font-size: 11pt;
}

#menu ul li a {
	color: #222;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li.active {
	background: #e64a38 !important;
	border-radius: 3px;
}

#menu ul li.active a {
	color: #FFF;
}

h2 {
	width: 100%;
	padding: 10px 0;
	margin: 30px 0 30px 0;
	color: #eaeaea;
	border-bottom: 1px solid #999;
	text-align: center;
	font-family: Questrial;
}

.collection {
	width: 290px !important;
	background: #FFF;
	float: left;
	height: auto !important;
	margin: 0 45px 30px;
	border-radius: 3px;
}

.collection .image {
	width: 290px;
	height: 260px;
	float: left;
}

.collection .image img{
	width: 100% !important;
	height: 100% !important;
}

.collection h3 {
	font-size: 10pt;
	color: #f8897c;
	font-weight: 600;
	line-height: 1.3;
}

.collection .text {
	padding: 270px 20px 20px;
	width: 290px;
	height: 460px;
	box-sizing: border-box;
	font-size: 10pt;
	line-height: 1.7;
	background: #555555; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #555555 1%, #444444 36%, #333333 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #555555 1%,#444444 36%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #555555 1%,#444444 36%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #FFF;
	text-align: center;
}

#container-dark {
	width: 100%;
	overflow: hidden !important;
	background: #222;
	margin-top: 30px;
	padding: 10px 0 30px 0; 
}

footer {
	clear: both;
	width: 100%;
	overflow: hidden !important;
	background: #333;
}

#copyright {
	width: 100%;
	padding: 10px;
	color: #eaeaea;
	background: #333;
	overflow: hidden !important;
	font-size: 9pt;
	box-sizing: border-box;
}

#copyright .text {
	width: 50%;
	overflow: hidden !important;
	float: left;
	margin-top: 2px;
}

#copyright .onnet {
	float: left;
	text-align: right;
	width: 50%;
	overflow: hidden !important;
}

.address {
	width: 25%;
	height: 250px;
	box-sizing: border-box;
	padding: 30px;
	text-align: center;
	line-height: 1.7;
	font-size: 11pt;
	color: #333;
	float: left;
	background : #FFF;
	margin: 0 auto !important;
}

.maps {
	width: 25%;
	height: 250px;
	overflow: hidden !important;
	margin: 0 auto !important;
	float: left;
}

#newsletter {
	width: 100%;
	overflow: hidden !important;
	padding: 11px 0;
	background: #c04638;
	color: #eaeaea;
	font-size: 10pt;
	font-style: italic;
}

#newsletter .inner {
	width: 100%;
	overflow: hidden !important;
	margin: 0 auto !important;
}

.centered {
	float: left;
}

#newsletter .info {
	float: left;
	display: block;
	margin: 12px 10px 0 0;
}

#newsletter .textbox {
	border-radius: 3px;
	background: rgba(255,255,255,0.7);
	border: 0;
	height: 40px;
	padding: 5px 10px;
	display: block;
	float: left;
	margin-right: 2px;
	width: 220px;
	color: #444;
}

#newsletter .btn {
	display: block;
	float: left;
	border: 0;
	background: #222;
	height: 41px;
	border-radius: 3px;
	color: #eaeaea;
	padding: 10px;
}

#socials {
	width: 160px;
	overflow: hidden !important;
	text-align: right;
	float: right;
}

.socials {
	width: 170px;
	overflow: hidden !important;
	margin: 0 auto 0 !important;
}

.social {
	float: left;
	margin: 10px 15px 0;
}

.social a:link,
.social a:visited {
	color: #FFF;
}

.social a:hover {
	color: #eaeaea;
	cursor: pointer;
}

#showcase-inner {
	position: absolute;
	top: 200px;
	margin-left: -310px;
	left: 50%;
	overflow: hidden !important;
	z-index: 2;
}

#showcase-inner ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#showcase-inner ul li {
	display: none;
}

#showcase-inner ul li.active {
	display: inline !important;
}

#showcase-inner h2 {
	font-size: 45pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
	text-align: center;
	width: 610px;
}

#showcase-inner h3 {
	font-size: 22pt;
	margin: 10px 0 0 0;
	padding: 0;
	background: rgba(255,255,255,0.6);
	padding: 5px 20px;
	border-radius: 5px;
	text-align: center;
	width: 610px;
	font-family: Cambria !important;
}

#contactform {
	color: #FFF;
}

#contactform label {
	display: block;
	font-size: 11pt;
	margin-bottom: 5px;
}

#contactform input {
	width: 100%;
	font-family: inherit;
	box-sizing: border-box;
	padding: 8px;
	margin-bottom: 20px;
	border: 0;
	background: rgba(255,255,255,0.8);
	border-radius: 3px;
	font-size: 10pt;
}

#contactform textarea {
	width: 100%;
	resize: none;
	height: 80px;
	padding: 8px;
	box-sizing: border-box;
	font-family: inherit;
	background: rgba(255,255,255,0.8);
	border-radius: 3px;
	font-size: 10pt;
}

#contactform button {
	width: 250px;
	margin: 20px auto;
}

#about {
	color: #FFF;
	margin-bottom: 15px;
	padding: 20px 0;
	box-sizing: border-box;
}

#about a:link,
#about a:visited,
#about a:focus {
	color: #eaeaea;
}

.brands {
	padding: 10px;
	background: #FFF;
	float: left;
	border-radius: 3px;
	margin: 15px 0;
}

iframe{
    overflow:hidden;
}

@media screen and (max-width: 1151px) {
    
	.wrapper {
		width: 900px !important;
	}
	
	iframe{
		width: 900px !important;
	}
	
}