@font-face {
    font-family: 'Normal';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titles';
    src: url('fonts/ostrich-regular-webfont.eot');
    src: url('fonts/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ostrich-regular-webfont.woff') format('woff'),
         url('fonts/ostrich-regular-webfont.ttf') format('truetype'),
         url('fonts/ostrich-regular-webfont.svg#ostrich_sansmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'navbar';
    src: url('fonts/samba-webfont.eot');
    src: url('fonts/samba-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/samba-webfont.woff') format('woff'),
         url('fonts/samba-webfont.ttf') format('truetype'),
         url('fonts/samba-webfont.svg#sambaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'menu';
    src: url('fonts/ostrich-rounded-webfont.eot');
    src: url('fonts/ostrich-rounded-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ostrich-rounded-webfont.woff') format('woff'),
         url('fonts/ostrich-rounded-webfont.ttf') format('truetype'),
         url('fonts/ostrich-rounded-webfont.svg#ostrich_sans_roundedmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Black';
    src: url('fonts/ostrich-black-webfont.eot');
    src: url('fonts/ostrich-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ostrich-black-webfont.woff') format('woff'),
         url('fonts/ostrich-black-webfont.ttf') format('truetype'),
         url('fonts/ostrich-black-webfont.svg#ostrich_sansblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

a:link { color: inherit; text-decoration: none; }
a:visited { color: inherit; }
a:active { color: inherit; }

b{
	font-size: 15px;
	color: black;
}

body{
	font-family: 'Normal';
	font-weight: light;
	font-size: 12px;
}

form{
	margin: 0px 0px 0px 60px;
}

h1{
	font-family: 'Black';
	font-weight: lighter;
	font-size: 35px;
	letter-spacing: 8px;
	color: #515151;
	margin-left: -60px;
	text-align: center;
}

h2{
	font-family: 'menu';
	font-weight: lighter;
	font-size: 28px;
	letter-spacing: 7px;
	color: #333333;
	padding: 47px 0px 0px 0px;
	text-align: right;
}

h2 a:hover { text-decoration: underline; position: relative; color: #a9a9a9; }


input{
	width: 200px;
	height: 35px;
	border: none;
	border-bottom: solid 2px #515151;
	margin-bottom: 30px;
	font-family: 'Normal';
	font-size: 14px;
	color: #515151;
}

input:focus{
	outline: none !important;
}

::-webkit-input-placeholder{
	font-family: 'Normal';
	font-size: 14px;
	letter-spacing: 8px;
	text-align: center;
	color: #515151;
	padding-bottom: 15px;
}

:-moz-placeholder{
	font-family: 'navbar';
	font-size: 14px;
	letter-spacing: 8px;
	text-align: center;
	color: #515151;
	padding-bottom: 15px;
}

::-moz-placeholder{
	font-family: 'navbar';
	font-size: 14px;
	letter-spacing: 8px;
	text-align: center;
	color: #515151;
	padding-bottom: 15px;
}

:-ms-input-placeholder{
	font-family: 'navbar';
	font-size: 14px;
	letter-spacing: 8px;
	text-align: center;
	color: #515151;
	padding-bottom: 15px;
}

textarea{
	width: 200px;
	height: 200px;
	border: none;
	border-left: solid 2px #515151;
	border-right: solid 2px #515151;
	font-family: 'Normal';
	font-size: 14px;
	color: #515151;
	margin-bottom: 30px;
}

textarea:focus{
	outline: none !important;
}

/******** ID'S *************************************************
***************************************************************/

#company-adress{
	float: left;
	width: 391px;
	height: 50px;
	padding: 15px;
	font-family: 'navbar';
	font-size: 17px;
	color: #696969;
	background-color: #e5e5e5;
	margin: 16px 18px 0px 0px;
}

#container{
	margin: 0 auto;
	margin-top: 2%;
	width: 930px;
	height: 655px;
}

#content{
	width: 100%;
	height: 500px;
}

#left{
	float: left;
	width: 600px;
}

#logo{
	float: left;
	width: 235px;
	height: 125px;
}

#menu{
	float: left;
	width: 695px;
	height: 125px;
}

#navbar{
	clear: both;
	width: 100%;
	height: 30px;
}

#navbar-text{
	padding: 6px 0px 0px 0px;
	font-family: 'navbar';
	font-size: 16px;
	text-transform: lowercase;
}

#right{
	float: left;
	width: 330px;
}

#right p{
	line-height: 18px;
	font-size: 13px;
	margin-left: 20px;
	text-align: justify;
	color: grey;
}

#selected{
	text-decoration: underline;
	color: #a9a9a9;
}

#send-button{
	width: 80px;
	margin-left: 60px;
	border: none;
	color: white;
}

#title-product{
	margin: 0px 0px 20px 0px;
}

/******** CLASSES **********************************************
***************************************************************/

.canvas{
	width: 200px;
	height: 200px;
}

.canvas-product{
	width: 600px;
	height: 346px;
	text-align: center;
}

.canvas-product-img{
	max-width: 600px;
	max-height: 346px;
}

.main-category{
	float: left;
	width: 200px;
	height: 300px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	margin-right: 12px;
}

.main-category-img{
	max-width: 200px;
	max-height: 200px;
}

.main-category h1{
	margin: 0;
	text-align: center;
	margin-top: 28px;
	font-size: 24px;
}

.category{
	float: left;
	width: 200px;
	height: 300px;
	padding: 0px 10px 0px 10px;
	text-align: center;
}

.category a:hover{
	text-decoration: none;
}

.category h1{
	margin: 0;
	text-align: center;
	margin-top: 28px;
	font-size: 24px;
}

.category h3{
	text-align: center;
	letter-spacing: 3px;
	font-size: 21px;
	font-family: 'navbar';
	font-weight: bold;
}

.icon-social{
	float: left;
	width: 80px;
	height: 80px;
	margin-top: 16px;
	background-color: #bdbdbd;
}

.info-factory{
	float: right;
	width: 327px;
	height: 437px;
}

.info-factory h1{
	margin: 0;
	margin-bottom: 0px;
	text-align: center;
}

.info-factory p{
	font-family: 'navbar';
	font-size: 17px;
	text-align: justify;
	color: #696969;
	margin: 0px 10px 0px 30px;
}

.maps{
	width: 80px;
	height: 80px;
	margin: 30px 0px 0px 116px;
	background-color: #bdbdbd;
}

.product-img{
	max-width: 200px;
	max-height: 200px;
}

.select-subsection{
	font-size: 30px;
	letter-spacing: 0px;
	margin: 0;
	text-align: center;
}

.subsections{
	font-family: 'navbar';
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}

.subsections a:hover{ text-decoration: line-through; position: relative; }

/******** TINY SLIDER ******************************************
***************************************************************/

#slider {float:left; position:relative; overflow:auto; width:100%; height:346px}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {float:left; width:930px; height:346px}
.pagination {position:absolute; top:500px; left:988px; list-style:none; }
.pagination-product {position:absolute; top:540px; left:17.65%; list-style:none; }
.pagination li {float:left; cursor:pointer; height:8px; width:8px; background:#474747; margin:5px 4px 0 0; border:1px solid #fff}
.pagination-product li {float:left; cursor:pointer; height:8px; width:8px; background:#474747; margin:5px 4px 0 0; border:1px solid #fff}
.pagination li:hover, li.current {background:#bdbdbd}
