ul{
	list-style: none
}

html{
	min-width: 800px;
}

h2{
	color:#ccc;
	font-size: 23px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

h3{
	color:#dc3137;
	font-size: 25px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

a, a:hover, a:focus{
	color: #dc3137;
}

img.stretch{
	width: 100%;
}

.white-gray{
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}

.gray-white{
	background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(255,255,255,1) )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(255,255,255,1)  100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(255,255,255,1)  100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(255,255,255,1)  100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(221,221,221,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.blog-header {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #7a7a7a;
}

.blog-header-text {
    margin-bottom: 6px;
}

.blog-header img {
    margin-right: 10px;
    float: left;
}
/*HEADER*/

.header{
	 background: url('../img/system/header.jpg') no-repeat;
	 height: 100px;
	 width:100%;
}
.header .small-menu{
	float:right;
}

/*HEADER:small-menu*/
.small-menu{
	 font-family: 'Open Sans', sans-serif;
}
.small-menu li{
	display:inline-block;
	margin-top:35px;
}
.small-menu li a{
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.6) 53%, rgba(226,226,226,0.52) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(53%,rgba(255,255,255,0.6)), color-stop(100%,rgba(226,226,226,0.52))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.6) 53%,rgba(226,226,226,0.52) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.6) 53%,rgba(226,226,226,0.52) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.6) 53%,rgba(226,226,226,0.52) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.6) 53%,rgba(226,226,226,0.52) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#85e2e2e2',GradientType=0 ); /* IE6-9 */
	border: 1px solid #CCC;
	margin: 0 2px;
	padding:2px;
	border-radius: 3px;
	color:#777;
	font-size: 85%;
}

.small-menu li a img {
	height: 1em;
}

/*MENU*/
.menu{
	 width:100%;
	border: 1px solid #CCC;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	 text-align:center;
	 font-family: 'Open Sans', sans-serif;
}
.menu ul{
	margin-bottom: 0px
}
.menu li{
	display:inline-block;
	padding: 6px 15px;
}
.menu li + li{
	border-left:1px solid #ccc;
}
.menu a{
	padding: 6px;
	color: #777;
	text-decoration:none;
	font-weight:bold;
}

/*MIDDLE*/

/*MIDDLE:sidebar*/
.block h3{
	font-size:18px;
	background: url('../img/system/header-rood-schaduw.png') top center no-repeat;
	height:45px;
	color:#fff;
	padding-top: 5px;
	padding-left:5px;
}

.block.advantages ul{
	margin:0;
	padding:0;
}

.block.advantages li{
	padding: 5px 10px 5px 20px;
	background: url('../img/system/vink.png') no-repeat 0px 12px;
	font-size: 13px;
}

.block.advantages li+li{
	border-top:1px solid #ccc;
}

.block.service div.white-gray{
	padding: 5px 10px 5px 10px;
	font-size: 13px;
}

.btn{
	 font-family: 'Open Sans', sans-serif;
}

.btn.white-gray{
	border:1px solid #ccc;
	padding-right:10px;
	padding-left:10px;
	box-shadow: 1px 1px 6px rgba(173,173,173,0.3);
	text-align: left;
	color: #838383;
}

.btn.white-gray .icon{
	float:right;
	background: url('../img/system/pijl-grijs-rechts.png') no-repeat center center;
	height:20px;
	width:20px;
	position: relative;
	top: 1px;
	display: inline-block;
}

.phone{
	color:#dc3137;
	padding-left:23px;
	margin: 3px 0px 3px 10%;
	background: url('../img/system/telefoon.png') no-repeat;
	font-size: 20px;
	text-align:center;
	display:inline-block;
	height:28px;
}
.phoney{
	margin:10px 0px;
}

/*MIDDLE:content*/
.innercontent{
	border-radius: 3px;
	border: 1px #ccc solid;
}

.content h3{
	color:#dc3137;
	font-weight: bold;
	letter-spacing: 1.5px
}

.content h4{
	color:#dc3137;
	font-size:15px;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin-top:20px;
	margin-bottom:0px;
	font-family: 'Open Sans', sans-serif;
}
a.back{
    color: #808080;
    background: url('../img/system/pijl-grijs-links.png') no-repeat left center;
    padding-left:25px;
    margin-top:20px;
    display: inline-block;
}
.content .padding{
	padding:15px;
}
.content .padding-top-bottom{
	padding:15px 0px;
}
.btn-red-arrow:focus{
	color: #FFF;
}
.btn-red-arrow:hover{
	color: #FFF;
}
.btn-red-arrow:active{
	color: #838383;
}
.btn-red-arrow{
	border:1px solid #ccc;
	padding-right:10px;
	padding-left:10px;
	text-align: left;
	color: #FFF;
	min-width:150px;
	background: rgb(220,49,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(220,49,55,1) 0%, rgba(147,34,37,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,49,55,1)), color-stop(100%,rgba(147,34,37,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(220,49,55,1) 0%,rgba(147,34,37,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(220,49,55,1) 0%,rgba(147,34,37,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(220,49,55,1) 0%,rgba(147,34,37,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(220,49,55,1) 0%,rgba(147,34,37,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc3137', endColorstr='#932225',GradientType=0 ); /* IE6-9 */
}
.btn-red-arrow-left:focus{
	color: #FFF;
}
.btn-red-arrow-left:hover{
	color: #FFF;
}
.btn-red-arrow-left:active{
	color: #838383;
}
.btn-red-arrow-left{
	border:1px solid #ccc;
	padding-right:10px;
	padding-left:10px;
	text-align: right;
	color: #FFF;
	min-width:150px;
	background: rgb(220,49,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(220,49,55,1) 0%, rgba(147,34,37,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,49,55,1)), color-stop(100%,rgba(147,34,37,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(220,49,55,1) 0%,rgba(147,34,37,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(220,49,55,1) 0%,rgba(147,34,37,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(220,49,55,1) 0%,rgba(147,34,37,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(220,49,55,1) 0%,rgba(147,34,37,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc3137', endColorstr='#932225',GradientType=0 ); /* IE6-9 */
}
.btn-red-arrow-left .icon{
	float:left;
	background: url('../img/system/pijl-wit-links.png') no-repeat center center;
	height:20px;
	width:20px;
}


.btn-red-arrow .icon{
	float:right;
	background: url('../img/system/pijl-wit-rechts.png') no-repeat center center;
	height:20px;
	width:20px;
}

.content .bg-ideal{
    background: url('../img/system/header-ideal.png') no-repeat top center;
    background-size: 100% auto;
}

.content .bg-car{
	background: url('../img/system/foto-info.png') no-repeat top center;
	background-size: 100% auto;
}

.content .bg-ideal-shop{
    background: url('../img/system/header-ideal-shop.png') no-repeat top center;
    background-size: 100% auto;
}

.content .bg-form{
	background: url('../img/system/foto-formulieren.png') no-repeat top center;
	background-size: 100% auto;
}

.content .float-right{
	float:right;
}

.panel {
	border:1px solid #ccc;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
.panel h4.panel-title{
	margin-top: 0px;
}
.panel-group .panel-heading+.panel-collapse .panel-body{
	border:0;
}

a.collapsed .icon-collapse{
	float: right;
	width:36px;
	height:36px;
	display:inline-block;
	background: url('../img/system/plus.png') no-repeat center center;
}

.icon-collapse{
	float: right;
	width:36px;
	height:36px;
	display:inline-block;
	background: url('../img/system/min.png') no-repeat center center;
}

.accordion-text{
	width:90%;
	float:left;
	margin-top:5px;
}
.panel-collapse{
	float:left;
}

.infobox{
	padding: 10px 20px;
	margin:20px 0px;
	border-radius: 4px;
	display: inline-block;
	border: #ccc 1px solid;
}

/*FOOTER*/

.footer, .blockfooter{
	padding:10px;
	margin-top:10px;
}

.blockfooter .row .nopad{
	height:100%;
}

.blockfooter img{
	width: 100%;
	height: 100%;
}

.footer h2,.blockfooter h2{
	color:#fff;
	font-size:20px;
	margin-top: 0px;
	letter-spacing: 2px;
}

.blockfooter .col-sm-3 > a {
	background-size: 100% 100%;
	background-size: cover;
	display: block;
	height: 100%;
}

.blockfooter .col-sm-3 > a.above {
	background-position: center -66px;
}

.blockfooter .col-sm-3 > a.below {
	background-position: center 66px;
}

.blockfooter .image {
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width:100%;
}

.blockfooter .image.image-1{
	background-image: url('../img/system/infobox.png'), url('../img/system/opl1.jpg');
	background-position: center top, center bottom;
}
.blockfooter .image.image-2{
	background-image: url('../img/system/infobox-bottom.png'), url('../img/system/opl2.jpg');
	background-position: center bottom, center top;
}
.blockfooter .image.image-3{
	background-image: url('../img/system/infobox.png'), url('../img/system/opl3.jpg');
	background-position: center top, center bottom;
}
.blockfooter .image.image-4{
	background-image: url('../img/system/infobox-bottom.png'), url('../img/system/opl4.jpg');
	background-position: center bottom, center top;
}

.blockfooter .title{
	color:#dc3137;
	font-weight:bold;
	z-index: 10;
	height: 90px;
	width: 100%;
	position: absolute;
}
.title{

	font-family: 'Open Sans', sans-serif;
	}

.footer .title{
	color:#dc3137;
	font-weight:bold;
}
.blockfooter .title.title-bottom{
	background: url('../img/system/infobox-bottom.png') center;
	bottom:0;
	padding-bottom: 0px;
	padding-top:30px;
}

.blockfooter .title.title-top{
	background: url('../img/system/infobox.png') center;
	top:0;

}
.nopad{
	padding:0px;
}
.row.nopad{
	margin:0px;
}

/* FRONTPAGE */
#slider-front img{
	width:100%;
}

#slider-front .red{
	display:inline;
	color:#dc3137;
}
#slider-front .carousel-caption{
	background: url('../img/system/sliderbox.png') right;
	color:#777;
	text-shadow:none;
	padding:20px;
	width:200px;
	height:150px;
	top:10px;
	left:10px;
	text-align: left;
	bottom:auto;
}
#slider-front .carousel-indicators{
	left:110px;
	top:120px;
	bottom:auto;
}
#slider-front .carousel-indicators li{
	background: #fff;
}
#slider-front .carousel-indicators .active{
	background: #dc3137;
}

.front-box .box{
	width: 25%;
	margin: 0px;
	float:left;
}

.front-box .box2{
        width: 25%;
        margin: 0px;
        float:left;
	height: 299px;
	overflow: hidden;
}

.nieuws-blog-menu .box{
	height: 300px;
	width: 50%;
	margin: 0px;
	float:left;
}

.front-box .image, .nieuws-blog-menu .image{
	background-size: 100% 100%;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	width:100%;
	height:50%;
	position: absolute;

}

.front-box .image2{
	position: absolute;
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.front-box .image-1{
	background-image: url('../img/system/opl1.jpg');
}
.front-box .image-2{
	background-image: url('../img/system/opl2.jpg');
}
.front-box .image-3{
	background-image:  url('../img/system/opl3.jpg');
}

.front-box .image-4{
	background-image: url('../img/system/opl4.jpg');
}
.front-box .image-5{
	background-image: url('../img/system/opl5.jpg');
}
.front-box .image-6{
        background-image: url('../img/system/opl6.jpg');
}

.middle .front-box{
	margin-top: 10px;
}

.front-box .innerText, .nieuws-blog-menu .innerText{
	padding: 5px 10px 5px 10px;
	position: relative;
	width: 100%;
	z-index: 10;
}
 .front-box .innerText.bottom{
	height: 53.5%;
}
.front-box .innerText.top{
	height:  53.5%;
}
.nieuws-blog-menu .innerText.top,.nieuws-blog-menu .innerText.bottom{
	height:57%;
}
.front-box .innerText.bottom, .nieuws-blog-menu .innerText.bottom{
	background-image: url('../img/system/front-box-up.png');
	background-repeat: repeat-x;
	background-position: center top;
	height: -webkit-calc(50% + 20px);
	height: -moz-calc(50% + 20px);
	height: -ms-calc(50% + 20px);
	height: -o-calc(50% + 20px);
	height: calc(50% + 20px);
	padding-top: 25px;
}
.front-box .innerText.top, .nieuws-blog-menu .innerText.top{
	background-image: url('../img/system/front-box-down.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	height: -webkit-calc(50% + 20px);
	height: -moz-calc(50% + 20px);
	height: -ms-calc(50% + 20px);
	height: -o-calc(50% + 20px);
	height: calc(50% + 20px);
}

.front-box .innerText.top2{
        background-image: url('../img/system/front-box.png');
        background-repeat: repeat-x;
        background-position: center bottom;
        height: -webkit-calc(150% + 20px);
        height: -moz-calc(150% + 20px);
        height: -ms-calc(150% + 20px);
        height: -o-calc(150% + 20px);
        height: calc(150% + 20px);
}


.box-container{
	position: relative;
	height:400px;
}

.front-box .box-container2{
	height:200px;
}

.nieuws-blog-menu .box-container{
	height: 300px;
}

.front-box .bottom, .nieuws-blog-menu .bottom{
	position: absolute;
	bottom:0px;
	width: 100%;
}

.front-box .buttons{
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding-right: 20px;
	padding-bottom: 10px;
}
.front-box .top .buttons{
	bottom: 20px;
}
.front-box .top2 .buttons{
	bottom: 20px;
}

.front-footer .front-blog{
	width: 33.33%;
	float:left;
}

.front-footer .front-nieuws{
	width: 66.66%;
	float:left;
}
.front-footer .buttons{
}
.front-footer .blog-item{
	background: #dc3137;
	border-radius: 4px;
	margin:10px;
	position: relative;
	padding:30px;
	height: 300px;
	color:#fff;
}
.front-footer .nieuws-item{
	padding:30px;
	width:50%;
	position: relative;
	height: 300px;
	float:left;
}
.front-footer .nieuws-items{
	border-radius: 4px;
}

.front-footer .nieuws-item .title{
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}

.front-footer .nieuws-item .date{
	color: #ccc;
}
.front-footer .blog-item .date{
	color: #ccc;
}

.front-footer .nieuws-item .inner-text{
	margin-bottom: 10px;
}
.front-footer .blog-item .inner-text{
	margin-bottom: 10px;
}

.front-footer .blog-item .title{
	text-align: left;
	color:#fff;
	margin-left: 0px;
	padding-left: 0px;
}

.box2 .image2{
        width: 285px;
	position: relative;
}


/*partners*/

.partner .description{
	height: 100%;
	padding: 10px;
	width: 52.5%;
	width: -webkit-calc(50% + 21px);
	width: -moz-calc(50% + 21px);
	width: -ms-calc(50% + 21px);
	width: -o-calc(50% + 21px);
	width: calc(50% + 21px);
	display: inline-block;
}
.partner img{
	width: 50%;
	width: -webkit-calc(50% - 21px);
	width: -moz-calc(50% - 21px);
	width: -ms-calc(50% - 21px);
	width: -o-calc(50% - 21px);
	width: calc(50% - 21px);
	display: inline-block;
	height: 100%;
}


.partner:nth-child(odd) .description{
	float:left;
	background:url('../img/system/box-right.png') center right;
	padding-right: 30px;
}
.partner:nth-child(odd) img{
	float:left;
}

.partner:nth-child(even) .description{
	float:right;
	background:url('../img/system/box-left.png') center left;
	padding-left: 30px;
}
.partner:nth-child(even) img{
	float:right;
}
.partner .title{
	color: #dc3137;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.partner {
	height: 130px;
}



/*Products*/

.product{
	height: 260px;
	position: relative;
}

.product .description{
	height: 100%;
	padding: 20px;
	width: 53%;
	width: -webkit-calc(50% + 22px);
	width: -moz-calc(50% + 22px);
	width: -ms-calc(50% + 22px);
	width: -o-calc(50% + 22px);
	width: calc(50% + 22px);
	display: inline-block;
	position: absolute;
	z-index: 2;
}
.product img{
	width:50%;
	display: inline-block;
	height: 100%;
	position: absolute;
}
.product .title{
	color: #dc3137;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.product:nth-child(odd) .description{
	float:left;
	background:url('../img/system/box-right.png') center right;
	padding-right: 40px;
	left:0;
}
.product:nth-child(odd) img{
	float:left;
	right:0;
}

.product:nth-child(even) .description{
	right: 0;
	background:url('../img/system/box-left.png') center left;
	padding-left: 40px;
}
.product:nth-child(even) img{
	float:right;
	left:0;
}
.product .buttons{
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding-right: 60px;
	padding-bottom: 10px;
}


.order-steps{
	color: #CCC;
	border-top:1px solid #ccc;
	padding-top: 10px;
}

.order-steps .active{
	color:#dc3137;
}

#map-canvas{
	height:310px;
	float:right;
	width:50%;
	clear: right
	}





/* media querys */
.blockfooter .image{
	height: 100px;
}
.blockfooter .title{
	font-size:14px;
	padding: 18px;
}
.content .bg-padding{
	padding-top:160px;
}
	h3{
		font-size: 15px;
	}
	.front-box .innerText{
		font-size: 10px;
	}
	body{
		font-size: 11px;
	}
	.front-box .box-container{
		height: 418px;
	}
	.blockfooter .row{
		height: 200px;
	}
	.blockfooter .title, .footer .title{
		font-size:14px;
	}
	.phone{
		font-size:16px;
		margin-left:0px;
	}
	.content .bg-padding{
		padding-top:120px;
	}
	#slider-front .carousel-caption{
		width:250px;
		height:200px;
		top:10px;
		left:10px;
		font-size:20px;
	}
	#slider-front .carousel-indicators{
		left:125px;
		top:178px;
		bottom:auto;
	}

	.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: inherit;
	background-color: #fff;
	}

@media (min-width: 992px){
	h3{
		font-size: 20px;
	}
	body{
		font-size: 13px;
	}
	.front-box .innerText, .description{
		font-size: 12px;
	}
	.front-box .box-container{
		height: 500px;
	}
	.header .small-menu{
		margin-right:20px;
	}
	.blockfooter .row{
		height: 300px;
	}
	.blockfooter .title, .footer .title{
		font-size:18px;
	}
	.phone{
		font-size:20px;
		margin-left:23px;
	}
	.content .bg-padding{
		padding-top:170px;
	}
	.product{
		height: 280px;
	}
	.partner{
		height: 150px;
	}
}
@media (min-width: 1200px){
	h3{
		font-size: 15px;
	}
	body{
		font-size: 15px;
	}
	.front-box .innerText, .description{
		font-size: 15px;
	}
	.front-box .box-container{
		height: 600px;
	}
	.header .small-menu{
		margin-right:40px;
	}
	.blockfooter .row{
		height: 400px;
	}

	.blockfooter .title, .footer .title{
		font-size:17px;
	}
	.content .bg-padding{
		padding-top:200px;
	}
	.product{
		height: 310px;
	}
	.partner{
		height: 190px;
	}
}

noscript{
	position: absolute;
	top: 5px;
	left:5px;
	margin-left:auto;
	display: block;
	margin-right:auto;
	color: #8a6d3b;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	border-radius: 4px;
}

.pin-box-container
{
	float: right;
	margin-right: 10px;
}

.pin-box-container .box
{
        height: 250px;
        width: 150px;
        float: left;
}

.pin-table
{
        clear: both;
}

