.container{
	width: 1024px;
}

/*------------------------------*/

/*Sticky Footer CSS*/

html, body {height: 100%;}

#wrapper {
	width: 100%;
}

#contents {overflow:auto;
	   /*padding-bottom: 123px;*/}  /* must be same height as the footer */

#footer {position: relative;
	 /* margin-top: -123px; */ /* negative value of footer height */
	 height: 45px;
	 clear:both;} 

.contact-link{
	width: 232px;
	height: 35px;
	background: url("../images/button-bg.png") repeat-x scroll 0 0 #696969;
	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.6);
	border: 0 solid #393939;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	border-radius: 0;
	margin: 19px 0 0 0;
}

.contact-link a{
	text-decoration: none;
	color: #e9e9e9;
	font-size: 13px;
	line-height: 1.4em;
	transition: color 0.4s ease 0s;
	white-space: nowrap;
	background: url("../images/button-bg.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
}

.contact-link span{
	width: 100%;
	height: 100%;
	display: block;
	line-height: 35px;
	text-align: center;
}

/*------------------------------*/

/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
	left: 0px;
	width: 95%;
	/*height: 446px;*/
	overflow: hidden;
	margin: 0px auto;
	/*border: 1px solid #433A34*/
}
.nivoSlider:before,.nivoSlider:after{
	content: '';
	display: block;
	clear: both;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	overflow:hidden;
}
.nivo-box img { display:block; }

#background-image{
	position:relative;
	/*height:350px;*/
	z-index:-1;
}
#background-image img{
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

.nivo-directionNav{
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 10000;
}
.nivo-prevNav{
	background: url("../images/slide-arrow-left.png") no-repeat;
	height: 52px; width: 52px;
	float: left; display: block;
	/*text-indent: -9999px;*/
	position: absolute; left: 45px;
	cursor: pointer;
}
.nivo-nextNav{
	background: url("../images/slide-arrow-right.png") no-repeat;
	height: 52px; width: 52px;
	float: right; display: block;
	/*text-indent: -9999px;*/
	position: absolute; right: 45px;
	cursor: pointer;
}

/*--------------------------*/

#header{
	width: 100%;
	min-width: 1200px;
}

#header .container{
	box-sizing: border-box;
	max-width: 980px;
	height: 115px;
	/*
	padding: 6px 20px 20px;
	*/
}

#logo{
	box-sizing: border-box;
	position: relative;
	width: 184px;
	margin: 0;
	padding: 0;
	/*
	margin: 0 0 0 2em;
	min-width: 184px;
	width: 17%;
	*/
}

.logo-text{
	font-size: 18px;
	line-height: 1.4em;
	color: #696969;
	font-family: "forum-font";
	position: relative;
	top: 15px;
}

#mainmenu{
	box-sizing: border-box;
	max-width: 796px;
	margin: 58px 0 0 0;
	padding: 0;
}

#mainmenu ul{
	list-style: none;
	box-sizing: border-box;
	margin: 0;
	/*
	padding: 0;
	    margin: 50px 20px 0 0;
	*/
	float: left;
}
#mainmenu ul li{
	float: left;
	position: relative;
	box-sizing: border-box;
	border-right: 1px solid #000000;
	padding: 0 10px;
	/*
	margin: 0;
	
	*/
}
#mainmenu ul li:last-child{
	border-right: none;
}
#mainmenu ul li a{
	text-align: center;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #0088cb;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	transition: color 0.4s ease 0s;
	font-family: "lucida-sans-unicode";
	/*background: url("../images/bg-menu.png") no-repeat;*/
}
#mainmenu ul li a:hover{
	color: #393939;
}
#mainmenu ul li.active a{
	color: #ed1c24;
}

#contents{
	position: relative;
	min-width: 1200px;
}

#footer{
	/*
    position: relative;
    z-index: 100000;
	background: url("../images/bg-footer.png") repeat-x top center; 
	*/
	width: 100%;
	background-color: #0088CB;
	min-width: 1200px;
}
.footer-wrap{
	/*
	padding: 82px 0 0px;
	height: 38px;
	*/
}

#footer p{
	text-align: center;
	color: #e9e9e9;
	font-size: 13px;
}


p#copyright{
	margin: 0;
	font-size: 13px;
	float: right;
	position: relative;
	top: 12px;
}

#contents .container{
	width:100%;
	overflow: hidden;
	position: relative;
}
#contents .container.theme-default{
	height: 385px;
	background-color: #fff;
}
#contents .container.theme-default+.container{
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.6) inset, 0 -1px 1px rgba(0, 0, 0, 0.6) inset, 0 0 5px rgba(0, 0, 0, 0.6);
}
#slider{
	box-sizing: border-box;
	border: 3px solid #ffffff;
	max-width: 980px;
	box-shadow: none;
	margin-bottom: 0;
}
.wrap{
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 1);
	border-bottom: 0 solid rgba(255, 255, 255, 1);
	border-top: 0 solid rgba(255, 255, 255, 1);
	position: relative;
}
.wrap:last-child{
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.6) inset, 0 -1px 1px rgba(0, 0, 0, 0.6) inset, 0 0 5px rgba(0, 0, 0, 0.6);
	z-index: 2;
}
.wrap:last-child{

}
.wrap>div{
	/*
	float: left;
	padding: 0 2em;
	*/
}
.wrap.home{
	z-index: 4;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.6) inset, 0 -1px 1px rgba(0, 0, 0, 0.6) inset, 0 0 5px rgba(0, 0, 0, 0.6);
}
.wrap.home>div{
	/*
	padding: 3em 2em;
	*/
}
.home-wrapper{
	box-sizing: border-box;
	max-width:980px;
	margin: 0 auto;
	height: 227px;
}
.wrap:before,.wrap:after{
	content: '';
	display: block;
	clear: both;
}
.welcome-wrap{
	width: 66.5%;
	box-sizing: border-box;
	padding: 0 0 0 0px;
}
.welcome-wrap .title{
	font-size: 32px;
	line-height:1.4em;
	font-family: "din-next-light",sans-serif;
	color: #696969;
}

.vonix_logo {
	padding: 15px 0 0 15px;}

.welcome-wrap .content{
	font-family: "din-next-light",sans-serif;
	font-size: 16px;
	line-height:1.4em;
	padding: 16px 0 0;
	color: #696969;
}
.product-wrap{
	width: 33.5%;
	box-sizing: border-box;
	text-align: center;
	/*border-left:1px dashed #000000;*/
	padding: 60px 0;
}
.product-wrap .info{
	margin: 0;
	font-weight: normal;
	border-style: none;
	font-family: "din-next-light",sans-serif;
	font-size:13px;
	color: #696969;
	padding: 0 20px;
}
.image-wrap:before,.image-wrap:after{
	content: '';
	display: block;
	clear: both;
}
.image-wrap{
	margin: 0 auto;
	width: 201px;
	box-sizing: border-box;
}
.column-image-wrap{
	float: left;
}
.news-wrap{
	width: 33.3%;
	height: 200px;
	border-right: 1px solid #ababab;
	color:#696969;
	padding:0 20px 0 0px;
}
.news-wrap>.title{
	padding: 28px 0 14px;
	line-height:1.4em;
	font-size: 14px;
	font-weight: bold;
	color:#696969;
}
.news-wrap>.content{
	font-family: "open sans",sans-serif;
	font-size:13px;
}
.contact-info-wrap{
	width: 33.3%;
	height: 200px;
	border-right: 1px solid #ababab;
	font-family: "open sans",sans-serif;
	color:#696969;
	font-size:13px;
	padding:0 20px;
}
.contact-info-wrap>.title{
	padding: 28px 0 14px;
	line-height:1.4em;
	font-size: 14px;
	font-weight: bold;
	color:#696969;
}
.contact-info-wrap>.content{
	font-family: "open sans",sans-serif;
	font-size:13px;
}
.contact-wrap{
	width: 33.3%;
	height: 200px;
	font-family: "open sans",sans-serif;
	color:#696969;
	font-size:13px;
	padding:0 20px;
}
.contact-wrap>.title{
	padding: 28px 0 14px;
	line-height:1.4em;
	font-size: 14px;
	font-weight: bold;
	color:#696969;
}
.contact-wrap>.content{
	font-family: "open sans",sans-serif;
	font-size:13px;
}

.footer-upper{
	max-width: 980px;
}

.footer-wrap .container{
	box-sizing: border-box;
	max-width: 980px;
	height: 45px;
	margin: 0 auto;
}
.social{
	float: left;
	position: relative;
	top: 12px;
}
.social span{
	padding: 0 4px;
}







/*************************** Company Profile Page ***************************/

.company-profile .company-wrapper{
	padding-bottom: 32px;
	max-width: 980px;
}
.company-profile .company-wrapper>.title{
	width: 100%;
	font-size: 29px;
	font-family: "din-next-light",sans-serif;
	line-height: 1.4em;
	color: #57614e;
	padding: 25px 20px 10px 0px;
}
.company-profile .info{
	width:46%;
	box-sizing: border-box;
	padding: 0 0 0 0px;
}
.company-profile .company-profile.image{
	box-sizing: border-box;
	padding: 0;
}
.company-profile.image img{
	border: 5px solid #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	width: 431px;
	height: 355px;
	margin-top:15px;
}
.company-profile.image .image-shadow{
	position: relative;
	width:431px;
	height: 26px;
}
.company-profile.image .image-shadow div{
	background-image: url('../images/liftedshadow_medium.png');
	background-repeat: no-repeat;
	width: 165px;
	height: 26px;
	background-position: 0 0;
	position: absolute;
	top: -5px;
}
.company-profile.image .image-shadow div:first-child{
	left: -20px;
}
.company-profile.image .image-shadow div:last-child{
	background-position: 100% 0;
	right: -20px;
}
.company-profile .content-row{
	font-size: 16px;
	line-height: 20px;
	width:100%;
	box-sizing: border-box;
}
.company-profile .content-row>div{
	float: left;
	box-sizing: border-box;
}
.company-profile .content-row .title{
	font-size: 16px;
	color: #696969;
	font-family: serif;
	padding: 0;
	font-weight:100;
}
.company-profile .content-row .content{
	font-size: 16px;
	font-family: "din-next-light";
	color: #696969;
}

.company-profile .content-row .content2{
	font-size: 16px;
	margin-left:148px;
	font-family: "din-next-light";
	color: #696969;
}

/*************************** Company Profile Page ***************************/





/*************************** Products Specification Page ***************************/

.products-specification .products-specification-wrapper{
	max-width: 980px;
	padding: 10px 0 49px 0;
}
.products-specification .products-specification-wrapper>.title{
	width: 100%;
	font-size: 29px;
	font-family: "din-next-light",sans-serif;
	line-height: 1.4em;
	color: #57614e;
	padding: 20px 0;
}
.products-specification .products-specification-wrapper>.button-buy{
	width:100%;
	text-align: right;
	margin-top: -56px;
}
.products-specification .products-specification-wrapper>.info{
	width: 100%;
	position: relative;
}
.products-specification .products-specification-wrapper>.info:before,
.products-specification .products-specification-wrapper>.info:after{
	content: '';
	clear: both;
	display: block;
}

.info .description2{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 14px;
	width: 365px;
}
.info .description2>div{
	color: #333;
	font-family: "din-next-light";
	font-size: 15px;
	line-height:20px;
	width:980px;
	margin-top:20px;
	text-align:justify;
}

.info .description{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 14px;
	width: 365px;
}
.info .description>div{
	color: #696969;
	font-family: "din-next-light";
	font-size: 15px;
	line-height: normal;
}
.info .description>div:first-child{
	text-align:justify;
}
.info .description>div:last-child{
	font-family: "helvetica-bold";
	font-size: 15px;
	line-height: normal;
	padding: 30px 0 0 0;
	color: #696969;
}
.info .anchor-product{
	display: inline-block;
	box-sizing: border-box;
	font-size: 0;
	position:relative;
	max-width: 175px;
}
.info .description+.anchor-product{
	margin: 0 0 0 40px;
}
.info .anchor-product.thumb-1{
	max-width: 20%;
	}
.info .anchor-product.thumb-2{
	max-width: 20%;
	left: 25px;
}

.info .anchor-product.thumb-3{
	left: 25px;
}
.info .anchor-product.thumb-4{
	top: 7px;
}

.info .anchor-product.thumb-5{
	left: 10px;
}

.info .anchor-product.thumb-6{
	top: 9px;
	left:20px;
}

.info .anchor-product.thumb-7{
	top: 0px;
	left:35px;
}

.info .anchor-product.thumb-8{
	top: 9px;
	left:60px;
}
.anchor-product img{
	vertical-align: bottom;
	max-width: 100%;
}
.products-specification-wrapper div.line{
	background-image: url("../images/line.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 30px;
	margin: 0 auto;
	min-width: 919px;
	display: block;
	position: relative;
	top: -15px;
}
.products-specification .products{
	width: 100%;
	padding:15px 0 35px 0;
	border-bottom:1px solid #E3E3E3;
}

.products-specification .products:last-child{
	border: none;
}
.products-specification .products>div{
	display: inline-block;
	box-sizing: border-box;
	width: 49%;
	vertical-align: top;
	text-align: left;
}
.products-specification .products>div.image{
	width: 50%;
	text-align: right;
}
.products-specification .products>div.image.right{
	text-align: left;
}
.products>.right+div{
	text-align: right;
}
.products>div.image.right img{
	padding: 0 0 0 96px;
}
.products>div.image.left img{
	padding: 0 96px 0 0;
}
.products > div > span {
	color: #0088cb;
	font-family: "din-next-light",sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.products>div>p{
	font-family: "din-next-light",sans-serif;
	font-weight: bold;
	color: #696969;
	line-height: normal;
	font-size: 15px;
	text-align:left;
}
.products:nth-child(odd)>div>p{
	text-align: right;
}
.quality-control .products>div>p{
	text-align: left;
}
.quality-control .products:nth-child(even)>div>p{
	text-align: right;
}
.products>div>p>span{
	font-family: "helvetica-roman";
	font-weight: normal;
	color: #696969;
	line-height: normal;
	font-size: 14px;
}
.products>div .bolder{
	font-family: "helvetica-bold";
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	color: #696969;
}

.products>div .bolder-right{
	font-family: "helvetica-bold";
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	color: #696969;
	text-align:right;
}

/*************************** Products Specification Page ***************************/

.products-specification .qualitycontrol{
	width: 100%;
	padding:15px 0 15px 0;
	border-bottom:1px dashed #000;
}
.products-specification .qualitycontrol:last-child{
	border: none;
}
.products-specification .qualitycontrol>div{
	display: inline-block;
	box-sizing: border-box;
	width: 49%;
	vertical-align: top;
	text-align: left;
}
.products-specification .qualitycontrol>div.image{
	width: 50%;
	text-align: right;
}
.products-specification .qualitycontrol>div.image.right{
	text-align: left;
}
.qualitycontrol>div.image+div{
	padding: 10px 0 0 30px;
}
.qualitycontrol>.right+div{
	text-align: right;
}

.qualitycontrol>div.image.right img{
	padding: 0 0 0 96px;
}

.qualitycontrol>div.image.left img{
	padding: 0 20px 0 0;
}

.qualitycontrol > div > span {
	color: #0088cb;
	font-family: "din-next-light",sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.qualitycontrol>div>p{
	font-family: "din-next-light",sans-serif;
	font-weight: bold;
	color: #333;
	line-height: normal;
	line-height:18px;
	font-size: 15px;
}
.qualitycontrol>div>p>span{
	font-family: "din-next-light",sans-serif;
	font-weight: normal;
	color: #333;
	line-height:18px;
	font-size: 15px;
}
.qualitycontrol>div .bolder{
	font-family: "helvetica-bold";
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	color: #696969;
}




/*************************** How To Page ***************************/

.how-to .how-to-wrapper{
	max-width: 980px;
}
.how-to .how-to-wrapper>.image{
	padding: 64px 0 0 0px;
	max-width: 39%;
	text-align: center;
}
.how-to .how-to-wrapper>.image img{
	height: 284px;
	width: 284px;
	border: 1px solid #fff;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.how-to .how-to-wrapper .description{
	text-align: center;
	color: #007dbb;
	font-family: "din-next-light",sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4em;
	padding: 48px 0;
}
.how-to .how-to-wrapper>.info{
	max-width: 61%;
	padding: 60px 0 60px 80px;
	color: #696969;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
}
.how-to .how-to-wrapper>.info ul{
	/*margin: 0;*/
}
.how-to .how-to-wrapper>.info li{
	line-height: 1.4em;
	font-family: "open-sans";
	color: #333;
	font-size: 14px;
	margin-bottom:15px;
	text-align:justify;
}


.how-to .how-to-wrapper>.info ul li > ul{
	margin-top: 0px;
}
.how-to .how-to-wrapper>.info ul ul li{
	list-style-type: circle;
	margin-bottom: 0px;
}


/*************************** How To Page ***************************/


.col1 {
	width: 140px;
	float: left;
	font-weight: bold;
	font-family: "din-next-light",sans-serif;
	color:#000;
}





/*************************** Contact Page ***************************/

.contact .contact-wrapper{
	max-width: 980px;
}
.contact .contact-wrapper:first-child{
	padding-bottom: 32px;
}
.contact .map-wrapper{
	width: 100%;
}
.map-wrapper #map{
	width: 980px;
	height: 322px;
	margin: 0 auto;
	cursor: pointer;
}
.contact .info,.contact .send-message{
	padding: 0;
	width: 70%;
}
.contact .info{
	margin: 0 0 0 0px;
	width: 100%;
}
.contact .title{display: block;}
.contact .title,
.contact .send-message>div:first-child{
	border-bottom: 1px dashed #000;
	line-height: 1.4em;
	font-size: 19px;
	font-family: "din-next-light";
	padding: 19px 0 0 28px;
	color: #696969;
}
.contact .info .icon{
	padding: 20px 32px 0px 0;
}
.contact .info .icon>div{
	padding: 0 0 0 28px;
	line-height: 1.4em;
	font-family: "din-next-light";
	font-size: 14px;
}
.contact .info .icon>div:first-child{
	color: #696969;
	font-weight: bold;
	font-family: "open-sans", sans-serif;
	line-height: 1.4em;
	font-size: 14px;
	position: relative;
}
.contact .info .icon:last-child div{
	background: none;
}
.contact .info .icon>div:first-child:after{
	background-image:url('../images/icons.png');
	background-repeat: no-repeat;
	height: 25px;width: 25px;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 4px;
}
.icon>#office:after, .icon>#factory:after{
	background-position: 0 -73px;
}
.icon>#email:after{
	background-position: 0 -25px;
}
.icon>#facsimile:after{
	background-position: 0 -50px;
}
.icon>#facsimile,
.icon>#telephone-hunting,
.icon>#telephone,
.icon>#email{
	font-weight: normal;
	font-family:"din-next-light";
}
.contact .send-message{
	border-left: 1px dashed #000;
}
.contact .send-message>div{
	padding: 7px 0 0 28px;
	font-family: "open-sans";
	line-height: 1.4em;
	color: #696969;
	font-size: 14px;
}
.send-message .form-row>div:first-child{
	color: #696969;
	font-size: 14px;
	line-height: 1.4em;
	font-family: "Arial";
	padding: 5px 0;
}
.contact .send-message input{
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	line-height: 1.4em;
	font-family: "Arial";
	padding: 5px;
}
.contact .send-message textarea{
	resize: none;
	box-sizing: border-box;
	width: 100%;
	height: 130px;
	border: 1px solid #ccc;
}
.contact .send-message>div:last-child{
	text-align: right;
}
.contact .send-message .form-row .button{
	display: inline-block;
	cursor: pointer;
	background: #696969 url("../images/button-bg.png") repeat-x scroll 0px 0px;
	width: 232px;
	height: 35px;
	box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.6);
	border: 0px solid #393939;
	text-align: center;
	font-size: 13px;
	color: #E9E9E9;
	float: right;
	box-sizing: content-box;
	padding: 0;
}
.contact .send-message form{
	padding-left: 30px;
}
.contact .send-message > div.info{
	color: #fff;
	padding: 10px;
	text-align: center;
	width: auto;
	margin-left: 30px !important;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
}
.error{background-color: #f66 !important;}
.success{background-color: #6f6 !important;}


/*************************** Contact Page ***************************/

.condom_icon {
	/*padding-bottom:20px;*/
	float: left;
	width: 100%;
}
.condom_icon_2{
	float: left;
	text-align: center;
	width: 432px;
	/*margin-bottom: 15px;*/
}

.company-wrapper .condom_icon{
	width: 46%;
}