html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1;padding-top: 120px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #fff;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

.pad {padding:10px;}

.box {
    position: relative;
	float:none;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    background: #ffffff;
    border: 1px solid #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.home .box {float:none;}

/*Eerste drie stroken op home*/
#top10 {width:100%;margin:0 auto;display:block;justify-content:none;}
#top10 .box {float:left;margin-right:20px;}
#top10 .box:last-of-type {margin-right:0px;margin-bottom:20px;}
#top10 .box .title-yellow {padding-left:10px;}
#top10 h2 {text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;max-width:100%;overflow:hidden;}
#top10 h3 {font-size:1.1em;height:2.7em;line-height:1.3em;overflow:hidden; font-weight: normal;}
#top10 li {position:relative;}

/*Default structuur onder elkaar*/
#top10 li:first-child {padding:0px;}
#top10 li:first-child .img-box {position:relative;top:0;left:0;text-align:center;display:block;width:100%;height:auto;}
#top10 li:first-child .img-box img {width:100%;height:100%;max-height:100%;max-width:100%;}
#top10 li:first-child .txt-box {position:relative;margin-top:10px;padding:10px;}
#top10 .img-box {position:absolute;top:0px;left:0px;width:120px;height:100%;}
#top10 .img-box img {max-height:100%;max-width:100%;}
#top10 .txt-box {padding:10px 10px 10px 130px;width:100%;word-wrap:normal;}
#top10 .box .middle .title {margin-bottom:2px;}

/*Structuur naast elkaar*/
@media only screen and (min-width: 560px) {
	#top10 {display:flex;justify-content:space-between;}
	#top10 h3 {height:2.7em;line-height:1.3em;}
	#top10 .box .middle .title {margin-bottom:5px;}
	#top10 .box:last-of-type {margin-bottom:0px;}
}

/*Structuur aangepast*/
@media only screen and (min-width: 560px) and (max-width: 980px) {
    #top10 li .img-box {position:relative;top:0;left:0;text-align:center;display:block;width:100%;height:auto;}
    #top10 li .img-box img {width:100%;height:100%;max-height:100%;max-width:100%;}
    #top10 li .txt-box {position:relative;margin-top:10px;padding:10px;}
}

.box.sidemenu {
	background: rgba(252,252,252,1);
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(236,236,236,1) 51%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(51%, rgba(236,236,236,1)));
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(236,236,236,1) 51%);
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(236,236,236,1) 51%);
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(236,236,236,1) 51%);
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(236,236,236,1) 51%);
}

.box.sidemenu.credits {width:100%;text-align:center;}
.box.sidemenu.credits .cred {width:100%;text-align:center;}
.box.sidemenu.credits .cred strong {font-size:28px;}

.box .top {
    padding: 20px 15px 20px 15px
}

.box .top .title {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 26px;padding-left:30px;
}

.box .top .title-small {
    font-size: 16px;
    line-height: 20px
}

.box .top .title span.icon {width:34px;height:34px;display:block;position:absolute;padding:0;margin:0;left:7px;top:6px;}

.box .top .title span.Antiek {background: url("../images/icons/kunst.gif") 0 0 no-repeat;}
.box .top .title span.Audio {background: url("../images/icons/audio.gif") 0 0 no-repeat;}
.box .top .title span.Auto, .box .top .title span.auto-s {background: url("../images/icons/auto.gif") 0 0 no-repeat;}
.box .top .title span.Boeken {background: url("../images/icons/boeken.gif") 0 0 no-repeat;}
.box .top .title span.Computers {background: url("../images/icons/computer.gif") 0 0 no-repeat;}
.box .top .title span.Diensten {background: url("../images/icons/diensten.gif") 0 0 no-repeat;}
.box .top .title span.Dieren {background: url("../images/icons/dieren.gif") 0 0 no-repeat;}
.box .top .title span.Bouw, .box .top .title span.Gereedschap {background: url("../images/icons/bouw.gif") 0 0 no-repeat;}
.box .top .title span.Elektrische {background: url("../images/icons/elektronica.gif") 0 0 no-repeat;}
.box .top .title span.Fietsen {background: url("../images/icons/fietsen.gif") 0 0 no-repeat;}
.box .top .title span.Fotografie {background: url("../images/icons/fotografie.gif") 0 0 no-repeat;}
.box .top .title span.Huis, .box .top .title span.Immo {background: url("../images/icons/immo.gif") 0 0 no-repeat;}
.box .top .title span.Kinderen {background: url("../images/icons/baby.gif") 0 0 no-repeat;}
.box .top .title span.Kleding {background: url("../images/icons/kleding.gif") 0 0 no-repeat;}
.box .top .title span.Meubelen {background: url("../images/icons/meubels.gif") 0 0 no-repeat;}
.box .top .title span.Motoren {background: url("../images/icons/motoren.gif") 0 0 no-repeat;}
.box .top .title span.Sport {background: url("../images/icons/sport.gif") 0 0 no-repeat;}
.box .top .title span.Telecommunicatie {background: url("../images/icons/telefonie.gif") 0 0 no-repeat;}
.box .top .title span.Vakantiewoningen {background: url("../images/icons/vakantie.gif") 0 0 no-repeat;}
.box .top .title span.Zaken {background: url("../images/icons/zaken.gif") 0 0 no-repeat;}

.box .top .more {position: static;margin-top: 15px;max-width: 320px;}

@media only screen and (min-width: 768px) {
    .box .top .more {position: absolute;top: 7px;right: 15px;margin: 0}
}

.box .top .select-filter {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .box .top .select-filter {
        width: 200px
    }
}

.box .shadow {
    -webkit-box-shadow: 0 1px 2px 0 #dddee2;
    box-shadow: 0 1px 2px 0 #dddee2
}

.box .middle {
    padding: 15px
}
.box.content .middle ul {list-style-type: disc;list-style-position:inside;padding-left:15px;}
.box .middle.grey {background: #ececec;}
.box .middle.grey strong {color:#669fe0;}

.box .middle .title {
    font-size: 18px;
    margin-bottom: 5px
}

.box .title-yellow {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #cccccc;
    background: rgba(252,252,252,1);
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(236,236,236,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(236,236,236,1)));
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(236,236,236,1) 100%);
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(236,236,236,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(236,236,236,1) 100%);
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(236,236,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ececec', GradientType=0 );
}

.box .title-yellow .collapse-title {display: block;cursor: pointer;margin: -10px 0 -10px -20px;padding: 10px;font-size:20px;}
.box .title-yellow.uitz h1.title {display:inline-block;}
.box .tab-pane .title-yellow {margin:0 -15px -15px -15px;border-top:1px solid #cccccc;}
.box .tab-pane .title-yellow h3.title {margin:0px;font-size:24px;}

.promos {background:#fff;width:100%;display:inline-block;margin-bottom:-5px;display: flex;justify-content: space-between;height: 25px;}
.promos .promo {width:100%;max-height:280px;float:left;position:relative;}
.promos .promo .imgholder {text-align:center;}
.promos .promo .text {position:absolute;bottom:0;width:100%;min-height:80px;padding:20px;font-size:18px;color:#fff;background:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5))}
.promos .winactie .text {font-size:26px;line-height:30px;}
.promos .winactie .actie {position:absolute;top:40px;left:40px;color:#000;font-size:30px;font-weight:700;}
.promos .winactie .imgholder {border-left:1px solid #cccccc;}
@media only screen and (min-width: 680px) {
	.promos .promo {width:50%;}
	.promos .winactie .text {font-size:23px;line-height:40px;}
}
@media only screen and (min-width: 768px) {
	.promos .winactie .text {line-height:30px;}
	.promos .promo .text {min-height:100px;}
}
@media only screen and (min-width: 823px) {
	.promos .winactie .text {font-size:20px;line-height:40px;}
	.promos .promo .text {min-height:80px;}
}
@media only screen and (min-width: 992px) {
	.promos .winactie .text {font-size:26px;}
}

.uvp {padding:20px;text-align:center;}
.uvp h1 {font-size:21px;font-weight:700;line-height:27px;margin-bottom:15px;}
.uvp h1 span {color:#1f4a8d;}
.uvp h1 span:first-child, .uvp h1 span:last-child {color:#fc6703;}
@media only screen and (min-width: 680px) {
	.uvp h1 {font-size:35px;line-height:45px;}
}
.rub {padding:20px;text-align:left;}

.breadcrumbs {
    display: none;
    margin-top: 10px
}

@media only screen and (min-width: 768px) {
    .breadcrumbs {
        display: block
    }
}

.breadcrumbs ul {
    width: 100%
}

.breadcrumbs li {
    float: left;
    font-size: 13px;
    margin-left: 10px
}

.breadcrumbs li:before {
    font-family: FontAwesome;
    font-size: 12px;
    content: '\f105';
    color: #000;
    margin-right: 10px
}

.breadcrumbs li:first-child {
    margin: 0;
}

.breadcrumbs li a {
	color:#fc6703;
}
.breadcrumbs li:last-of-type a {color:#142f5a;}

.breadcrumbs li:first-child:before {
	color:#fc6703;
    content: '\f015';
	font-size: 13px;
    margin-right: 10px;
}

.breadcrumbs .pull-right {
    margin: 0
}

.breadcrumbs .pull-right:before {
    content: '';
    margin: 0
}

.breadcrumbs .pull-right .small-nav {float: left;white-space: no-wrap;background-color:#b5b6bb;-moz-border-radius: 3px;-webkit-border-radius: 3px;-ms-border-radius: 3px;border-radius: 3px;opacity: 0.5;filter: alpha(opacity=50)}
.breadcrumbs .pull-right .small-nav:nth-child(2) {margin-left: 5px;}
.breadcrumbs .pull-right .small-nav:hover {opacity: 1;filter: alpha(opacity=100)}
.breadcrumbs .pull-right .small-nav i {font-size:16px;color:#ecedf4;padding:6px 8px 5px 7px;margin:0;}

.review {margin-bottom:15px;}
.review .item {margin:10px;padding-bottom:10px;border-bottom:1px solid #e4e4e4;}
.review .item:last-of-type {border-bottom:0px;padding-bottom:0px;}
.review .item span {display:none;}
.review .item .text span, .review .item .name span {display:block;}
.review .item .name {font-weight:700;}

.page-nav {
    display: block;
    font-size: 0;
    text-align: center;
    margin: 15px -15px 0 -15px;
    padding-top: 15px;
    border-top: 1px solid #cbccd2
}

.page-nav:before,
.page-nav:after {
    content: " ";
    display: table
}

.page-nav:after {
    clear: both
}

.page-nav .col-xs-8.align-center {display:none;}

@media only screen and (min-width: 525px) {
    .page-nav .col-xs-8.align-center {display:block;}
}

.page-nav li {display: inline-block;font-size: 14px;margin-right:10px}

@media only screen and (max-width: 480px) {
    .page-nav li {
        display: none
    }
}

.page-nav a {
    display: block;
    color: #ffffff;
    text-shadow: 1px 1px 0 #988717;
    padding:8px 10px;
	background-color:#669fe0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.page-nav .active a {
    text-shadow: 1px 1px 0 #c11b08;
    background-image: -webkit-linear-gradient(top, #ff916f 0%, #f46e44 100%);
    background-image: -o-linear-gradient(top, #ff916f 0%, #f46e44 100%);
    background-image: linear-gradient(to bottom, #ff916f 0%, #f46e44 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFF916F', endColorstr='#FFF46E44', GradientType=0)
}
@media only screen and (min-width: 890px) {
	.page-nav li {display: inline-block;font-size: 14px;margin-right: 15px}
    .page-nav a {padding:8px 15px;}
}

.page-nav .prev {display: block;float: left;padding-left: 15px}
.page-nav .next {display: block;float: right;margin-right:22px;padding-right:0px !important;}
@media only screen and (min-width: 525px) {
	.page-nav .next {margin-right:0px;padding-right:15px !important;}
}

.page-nav .prev a,
.page-nav .next a {
    font-size: 14px;
    color: #353535;
    text-shadow: none;
    font-weight: 700;
    padding-right: 0;
    padding-left: 0;
    background: #ffffff;
	text-transform:uppercase;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 100%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

@media only screen and (min-width: 660px) {
	.col-xs-4 {width: 33.33333333%}
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.btn:hover {
    text-decoration: none
}

.btn-block {
    display: block !important;
    width: 100%;
    padding: 0
}

.btn-primary {color: #ffffff;border: 1px solid #d75906;background-color:#fc6703;}
.btn-primary:hover {background-color:#e49967;}

.btn-info {color: #ffffff;background-color:#669fe0;text-transform:uppercase;border:1px solid #a0b4cd;}
.btn-info:hover {background-color:#99b5d6;}

.btn-blue {
    color: #ffffff;
    text-shadow: 1px 1px 0 #013972;
    border: 1px solid #013972;
    background-image: -webkit-linear-gradient(top, #005ab5 0%, #0251a0 100%);
    background-image: -o-linear-gradient(top, #005ab5 0%, #0251a0 100%);
    background-image: linear-gradient(to bottom, #005ab5 0%, #0251a0 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF005AB5', endColorstr='#FF0251A0', GradientType=0)
}

.btn-blue:hover {
    background-image: -webkit-linear-gradient(top, #1269c2 0%, #005ab5 100%);
    background-image: -o-linear-gradient(top, #1269c2 0%, #005ab5 100%);
    background-image: linear-gradient(to bottom, #1269c2 0%, #005ab5 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF1269C2', endColorstr='#FF005AB5', GradientType=0)
}

.btn-xs {
    font-size: 14px;
    font-weight: 400;
    height: 24px;
    line-height: 20px;
    padding: 0 10px 0 10px
}

.btn-sm {
    font-size: 14px;
    font-weight: 500;
    height: 34px;
    line-height: 33px;
    padding: 0;
}
@media only screen and (min-width: 480px) {
	.btn-sm {padding: 0 10px 0 10px;}
}

.btn-md {
    font-size: 18px;
    font-weight: 400;
    height: 45px;
    line-height: 40px;
    padding: 0 12px 0 12px;
}

.btn-lg {
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 12px 0 12px;
	width:100%;
}

.form-group {
    margin-bottom: 10px
}

.form-group .col-xs-3 {
    width: 100%
}

.form-group .col-xs-5 {
    width: 100%
}
.form-group .col-xs-7 {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .form-group label.col-xs-3 {
        width: 25%
    }
    .form-group .col-xs-5 {
        width: 41.66666667%
    }
	.form-group .col-xs-7 {
		width: 58.33333333%%
	}
}

.controls {
    display: block;
    margin-left: 0
}

label {
    font-size: 14px;
    font-weight: 700;
    line-height: 34px
}

.control-label {
    float: none;
    display: block;
    font-weight: bold;
    text-align: left
}

label.radio {
    font-weight: 300;
    line-heigt: normal;
    line-height: 23px
}

.form-control {
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    -webkit-appearance: none;
    padding: 5px 10px 5px 10px;
    border: 1px solid #cccccc;
    background: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.form-control:focus {
    outline: 0;
    border: 1px solid #4dadf1
}

.form-control:disabled {
    background: #f8f8f8
}

textarea {
    height: 200px !important;
    vertical-align: top
}

.customSelect {
    display: block !important;
    line-height: 34px;
    overflow: hidden;
    padding: 0 10px 0 10px !important
}

.customSelectInner {
    display: block !important;
    width: 100% !important;
    background: url("../images/layout/select-arrow.png") center right no-repeat
}

label.radio,
label.checkbox {
    display: block;
    cursor: pointer
}

input[type="radio"],
input[type="checkbox"] {
    position: relative;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    top: -1px;
    padding: 0;
    margin-right: 10px
}

.dropdown {
    position: relative
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    padding: 0;
    background: #292929;
    -webkit-box-shadow: 4px 4px 4px 0 #7b7b7b;
    box-shadow: 4px 4px 4px 0 #7b7b7b
}

.fa {margin-right:6px;}

.rdyuser {font-size:20px;padding:20px 0;}
.moreinfo {padding:10px;border:1px solid #ccc;-moz-border-radius: 3px;-webkit-border-radius: 3px;-ms-border-radius: 3px;border-radius: 3px;}

ul.check {padding:0;line-height:40px;}
ul.check li {font-size:16px;font-weight:700;}
ul.check li .fa-li {top:11px;}
ul.check li .fa-li:before {display: inline-block;color:#15d80b;}

ul.overzicht {margin-top:10px;}
ul.overzicht div {display:inline-block;}
ul.overzicht li div {width:25%;text-align:center;}
ul.overzicht li div:first-child {width:70%;text-align:left;}
ul.overzicht li {line-height:30px;border-bottom: 1px solid #cccccc;margin:0 -20px;padding:5px 0px 5px 20px;}
ul.overzicht li:nth-child(odd) {background-color:#ececec;}
ul.overzicht li.head {padding: 10px 0 6px 20px;margin:0 -20px 10px -20px;font-weight:700;border-top: 1px solid #cccccc;
    background: rgba(252,252,252,1);
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(236,236,236,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(236,236,236,1)));
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(236,236,236,1) 100%);
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(236,236,236,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(236,236,236,1) 100%);
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(236,236,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ececec', GradientType=0 );}
/*ul.overzicht li a:before {font-family:FontAwesome;content:"\f07a";margin-right:10px;color:#669fe0;text-decoration:none;}*/
ul.overzicht li span {color:#99b5d6;margin-right:14px;}
.open .dropdown-menu {
    display: block
}

.open ul {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0
}

.open li {
    display: block;
    line-height: 24px;
    margin: 0;
    padding: 0
}

.tab-content .tab-pane {
    display: none
}

.tab-content .active {
    display: block
}

.alert,
.alert-error {
    display: block;
    position: relative;
    width: 100%;
    color: #570202;
    line-height: 26px;
    margin-top: 20px;
    padding: 20px
}

.alert .close,
.alert-error .close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    color: #000000;
    opacity: 0.4
}

.alert .close:hover,
.alert-error .close:hover {
    opacity: 0.8
}

.alert li:before,
.alert-error li:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f00d";
    color: #b20000;
    vertical-align: middle;
    padding-right: 10px
}

.alert-error {
    background: #f2dede
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8000
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal .modal-dialog {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    z-index: 1050
}

.modal .modal-content {
    position: relative;
    background: #ffffff;
    outline: none;
    -webkit-box-shadow: 0 3px 9px #000;
    box-shadow: 0 3px 9px #000
}

.modal .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #000000
}

.modal .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.modal .modal-body {
    position: relative;
    padding: 20px
}

.modal .box {
    margin: 0;
    border: 0
}

.modal .box .close {
    position: absolute;
    top: 22px;
    right: 20px;
    font-size: 22px;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.modal .box .close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.sliding-panel-content {
    position: fixed;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 220px;
    -webkit-transform: translateX(-220px);
    -moz-transform: translateX(-220px);
    -ms-transform: translateX(-220px);
    -o-transform: translateX(-220px);
    transform: translateX(-220px);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: #0b1b28;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    z-index: 999999
}

.sliding-panel-content.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.sliding-panel-content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sliding-panel-content li {
    list-style-type: none;
    padding: 0 20px 0 20px;
    border-bottom: 1px solid #163650 .sliding-panel-content li;
    border-bottom-border: 0
}

.sliding-panel-content a {
    display: block;
    width: 100%;
    line-height: 40px;
    color: #fff
}

.sliding-panel-content .btn {
    line-height: 30px;
    margin: 20px 0 10px 0
}

.sliding-panel-content i {
    display: inline-block;
    width: 25px;
    vertical-align: middle
}

.sliding-panel-fade-screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 9999
}

.sliding-panel-fade-screen.is-visible {
    opacity: 0.4;
    visibility: visible
}

.sliding-panel-close {
    cursor: pointer
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background: #fff;
    color: #000;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px
}

a {
    /* color: #142f5a; */
	color: #0b5ab2;
    cursor: pointer;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 0 20px
}

@media only screen and (min-width: 992px) {
    .container {
        width: 992px
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1200px
    }
}

main {
    padding: 10px 0 0 0
}

.hide-sm {
    display: none !important
}

@media only screen and (min-width: 768px) {
    .hide-sm {
        display: block !important
    }
}

.hide-lg {
    display: block !important
}

@media only screen and (min-width: 992px) {
    .hide-lg {
        display: none !important
    }
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.align-left {
    text-align: left !important
}

.align-center {
    text-align: center !important
}

.align-right {
    text-align: right !important
}

.mr-10 {
    margin-right: 10px
}

.mr-5 {
    margin-right: 5px
}

.mb-20 {
    margin-bottom: 20px
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.hr {
    margin: 20px -20px 20px -20px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none
}

p {
    line-height: 22px;
    margin-bottom: 20px
}

p:last-of-type {
    margin-bottom: 0
}

ul,
ol {
    list-style: none
}

.permanent {
    
}

.aside-left {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px
}
.home .aside-left {margin:0;}

@media only screen and (min-width: 768px) {
    .aside-left {
        width: 208px
    }
}

.cta.special {font-size:24px;height:auto;padding:5px;}
#b1 .cta.special {background-color:#1f4a8d;border-color:#142f5a;}
    
#b1 .aside-left .cta {background-color:#1f4a8d;border-color:#142f5a;}
.aside-left .cta {text-align:center;text-transform:inherit;height:auto;line-height:20px;padding:10px 0;}
.aside-left .cta span {text-transform:uppercase;font-size:20px;font-weight:500;}

.aside-left .img-place-ad {
    display: none;
    width: 208px;
    height: 255px;
    background: url("../images/layout/img-aside-ad.jpg") no-repeat
}

@media only screen and (min-width: 768px) {
    .aside-left .img-place-ad {
        display: block
    }
}
.aside-left .btn {margin-top: 10px}
.aside-left .btn:first-of-type {margin-top:0px}
.aside-left .collapse {display: none}
.aside-left .collapse.in {display: block}

@media only screen and (min-width: 768px) {
    .aside-left .collapse {display: block}
}

.wrapper-left {position: static;margin-left: 0}

@media only screen and (min-width: 768px) {
    .wrapper-left {position: relative;margin-left: 222px}
}

.left-nav {margin: 0 -20px 0 -20px}

@media only screen and (min-width: 768px) {
    .left-nav {margin: 0}
}

.left-nav li {line-height: 26px;border-bottom: 1px solid #d9d9d9}
.left-nav li:last-child {border: 0}

@media only screen and (min-width: 768px) {
    .left-nav li {border: 0}
}

.left-nav .active a {color: #fc6703;font-weight: 700}
.left-nav .active a:before {color: #fc6703}
.left-nav a {display: block;padding: 10px 20px 10px 20px}

@media only screen and (min-width: 768px) {
    .left-nav a {padding: 0}
}

.left-nav a:before {display: inline-block;font-family: FontAwesome;content: '\f105';color: #000;vertical-align: middle;padding-right: 10px}

.bot-nav {padding:0 !important;margin:0 !important;}
.bot-nav ul {padding:0 15px;}
.bot-nav ul li {width:49%;display:inline-block;line-height:26px;border-bottom: 1px solid #e8e8e8;}
.bot-nav ul li a {padding:10px 20px 10px 20px;}

@media only screen and (min-width: 720px) {
    .bot-nav ul li {width:33%;}
}
@media only screen and (min-width: 768px) {
    .bot-nav ul li {width:49%;}
}
@media only screen and (min-width: 990px) {
    .bot-nav ul li {width:33%;}
}

.cat-list-y {
    margin: -15px 0 -15px 0
}

.wrapper-left .middle .cat-list-y .col-xs-9 {max-height:145px;overflow:hidden;}
.wrapper-left .middle .cat-list-y h2 {padding-top:10px;}
.wrapper-left .middle .cat-list-y .col-xs-3 {padding:10px;}

.cat-list-y li {
    display: block;
    cursor: pointer;
    margin: 0 -15px 0 -15px;
    padding: 0px;
    border-bottom: 1px solid #cccccc;
}

.cat-list-y li:before,
.cat-list-y li:after {
    content: " ";
    display: table
}

.cat-list-y li:after {
    clear: both
}

.cat-list-y li.prominent {background-color:#fdeeca !important;}
.cat-list-y li.prominent_bg {margin:2px -14px;
	border-left: 2px solid #facd60 !important;
    border-right: 2px solid #facd60 !important;
    border-top: 1px solid #facd60 !important;
    border-bottom: 1px solid #facd60 !important;}

.cat-list-y li:nth-child(2n+2) {background: #f8f8f8;}
.cat-list-y li:first-child {border-top: 1px solid #cccccc;}
.cat-list-y li:last-child {border-bottom: 0}

.cat-list-y li:hover .title {
    text-decoration: underline
}

@media only screen and (max-width: 480px) {
    .cat-list-y li {
        padding: 0
    }
}

@media only screen and (max-width: 480px) {
    .cat-list-y .col-xs-9 {
        float: none;
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .cat-list-y .col-xs-3 {
        float: none;
        width: 100%;
        text-align: left !important;
        padding-left: 135px
    }
}

.cat-list-y .photo {
    float: left;
    width: 180px;
    height: 145px;
    margin-right: 15px
}

.cat-list-y .photo img {
    max-width: 100%;
    height: 100%
}

.cat-list-y .title {
    font-size: 18px;
/*    font-wight: 700; */
   /* color: #fc6703; */
	color: #0b5ab2;
    line-height: 22px;
    margin-bottom: 10px
}

@media only screen and (max-width: 480px) {
    .cat-list-y .title {
        font-size: 14px !important;
        line-height: 18px;
        padding-top: 5px
    }
}
.cat-list-y .title a {color: #fc6703;}

.cat-list-y p {
    display: block;
    overflow: hidden;
    font-size: 13px;
    color: #000;
    line-height: 16px
}

@media only screen and (max-width: 480px) {
    .cat-list-y p {
        display: none
    }
}

.cat-list-y .price,.cat-list-y .place,.cat-list-y .date {display: block;font-size: 13px;}
.cat-list-y .place,.cat-list-y .date {color: #9b9b9b;}
.cat-list-y .price {font-size: 18px;font-weight: 700;color: #1c437f;white-space: nowrap;margin-bottom: 12px;}

@media only screen and (max-width: 480px) {
    .cat-list-y .price {font-size: 14px;font-weight: normal;margin-bottom: 0}
}

.cat-list-y .ads {
    text-align: center;
    padding: 15px
}

.cat-list-y .ads img {
    vertical-align: middle
}

.ad {
    margin-top: 15px
}

.detail .left-side {
    float: left;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .detail .left-side {
        width: 250px
    }
}

.detail .right-side {
    margin-left: 0
}

@media only screen and (min-width: 768px) {
    .detail .right-side {
        margin-left: 270px
    }
}

.detail .right-side .info {
    margin-top: 0
}

.detail .photos {
    margin-bottom: 15px
}

.detail .photos .big {
    display: block;
    width: 250px
}

.detail .photos .big img {
    display: block;
    max-width: 250px;
    hight: 100%
}

.detail .photos .thumbs li {
    float: left;
    width: 77px;
    height: 57px;
    cursor: pointer;
    overflow: hidden;
    margin: 10px 9px 0 0
}

.detail .photos .thumbs li:nth-child(3n+3) {
    float: left;
    margin-right: 9px
}

@media only screen and (min-width: 768px) {
    .detail .photos .thumbs li:nth-child(3n+3) {
        float: right;
        margin-right: 0
    }
}

.detail .photos .thumbs img {display: block}
.detail .info {margin-bottom: 20px}
.detail .info li {font-size: 12px;line-height: 18px;padding: 8px 0 8px 0;border-bottom: 1px solid #e6e6e6}
.detail .info li:last-child {border-bottom: 0}
.detail .info li.tags {border-top:1px solid #e6e6e6;padding-top: 20px;}
.detail .info li.tags a {display:inline-block;background-color:#ececec;padding:5px 8px;margin-bottom:5px;-moz-border-radius: 3px;-webkit-border-radius: 3px;-ms-border-radius: 3px;border-radius: 3px;}
.detail .info li.tags a i {color:#9e9fa0;padding-right:4px;}

.detail .info .loan {padding-left:15px;}
.detail .info .loan a {color:#fc6703;}

.detail .info .icon {
    padding-left: 30px
}

.detail .info .icon a {
    font-weight: 700
}

.detail .info .icon a:hover {
    text-decoration: none
}

.detail .info .icon a:hover span {
    text-decoration: underline
}

.detail .info .icon a:before {
    display: inline-block;
    text-align: center;
    font-family: FontAwesome;
    font-size: 14px;
    width: 20px;
    margin: 0 10px 0 -30px
}

.detail .info .icon-1 a:before {
    content: "\f0e0";
    color: #ff5d2b
}

.detail .info .icon-2 a:before {
    content: "\f1d8";
    color: #9c9c9c
}

.detail .info .icon-3 a:before {
    content: "\f122";
    color: #005cb8
}

.detail .info .icon-4 a:before {
    content: "\f122";
    color: #e1cd45
}

.detail .info .icon-5 a:before {
    content: "\f041";
    color: #58d138
}

.detail .info .icon-6 a:before {
    content: "\f02f";
    color: #9c9c9c
}

.detail .info .icon-7 a:before {
    content: "\f071";
    color: #ff4d4d
}

.detail .socialmedia {
    margin-bottom: 15px
}

.detail .socialmedia a {
    float: left;
    width: 24px;
    height: 24px;
    margin: -5px 10px 0 0;
    background: url("../images/layout/socialmedia.png") no-repeat
}

.detail .socialmedia .twitter {
    background-position: -34px 0
}

.detail .socialmedia .pinterest {
    background-position: -67px 0
}

.detail .socialmedia .google {
    background-position: -134px 0
}

.detail .ads {
    margin: 15px 15px;
}

.detail .desc {
    margin-top: 0;
}

.detail .desc h2 {
    font-size: 20px
}

.detail .desc p {
    line-height: 24px
}

.detail .reply {
    margin: 15px -15px -15px -15px;
    padding: 15px;
    border-top: 1px solid #e6e6e6;
    background: #ececec;
}

.detail .reply .title {
    font-size: 16px;
    font-weight: 500;
    margin: -15px -15px 15px -15px;
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
    background: #fffad5
}

.detail .reply .fa.info {color:#fc6703;margin-left:2px;}
.detail .reply form.credit li {padding:5px 0;}
.detail .reply form.opvaller table {width:100%;}
.detail .reply form.opvaller table th, .detail .reply form.opvaller table td {text-align:left;padding:5px 0;}
.detail .reply form.opvaller table th.center, .detail .reply form.opvaller table td.center {text-align:center;}
.detail .check {margin-bottom:10px;}

.detail .feature {
    float: left;
    margin-bottom: 20px;
    padding: 20px;
    border-bottom: 1px solid #e1e1e1
}

.detail .feature li {
    float: left;
    width: 50%;
    line-height: 24px;
    margin-left: -20px
}

.detail .feature .yes:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f00c";
    color: #27a500;
    margin: 0 15px 0 0
}

.detail .feature .no:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f00d";
    color: #ab0000;
    margin: 0 18px 0 0
}

.detail .offer {position: relative;margin-bottom: 15px;padding: 15px;border-top:2px solid #e6e6e6;border-bottom:2px solid #e6e6e6;}

.detail .offer .title {
    font-size: 20px;
    margin-bottom: 20px
}

.detail .offer .more {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px
}

.detail .offer li {
    font-size: 12px;
    margin: 0 -15px 0 -15px;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #e6e6e6
}

.detail .offer li:last-child {
    padding-bottom: 0;
    border: 0
}

.detail .offer .align-right {
    font-size: 11px;
    white-space: nowrap
}

.detail .offer .delbid {
    margin-right: 5px
}

.promo-image {
    position: relative;
    display: block;
    max-height: 275px;
    overflow: hidden
}

.promo-image img {
    display: block;
    width: 100%
}

.promo-image .btn {
    position: absolute;
    bottom: 25px;
    left: 25px
}

.promo-image-large {
    display: block;
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #cbccd2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.promo-image-large img {
    display: block;
    width: 100%
}

.photo-placeholder {
    float: left;
    position: relative;
    width: 110px;
    height: 110px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0 20px 20px;
    background: #f4f4f4;
    border: 1px solid #e1e1e1
}

.photo-placeholder img {
    width: 108px;
    height: 108px
}

.photo-placeholder .remove {
    position: absolute;
    z-index: 998;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: #ffffff
}

.photo-placeholder .remove i {
    font-size: 14px;
    color: #c40000;
    line-height: 22px
}

.photo-placeholder .upload {
    position: absolute;
    z-index: 997;
    top: 0;
    left: 0;
    width: 108px;
    height: 108px
}

.photo-placeholder .upload span {
    display: block;
    font-size: 12px;
    margin-top: 5px
}

.photo-placeholder .upload-inner {
    width: 100%;
    height: 100%;
    padding-top: 30px
}

.photo-placeholder .fa-camera {
    font-size: 30px;
    color: #c4c4c4
}

.photo-placeholder:hover {
    background: #ffffff
}

.photo-placeholder:first-of-type {
    width: 240px;
    height: 240px
}

.photo-placeholder:first-of-type img {
    width: 238px;
    height: 238px
}

.photo-placeholder:first-of-type .upload {
    width: 238px;
    height: 238px
}

.photo-placeholder:first-of-type .upload span {
    font-size: 14px;
    margin-top: 15px
}

.photo-placeholder:first-of-type .upload-inner {
    padding-top: 70px
}

.photo-placeholder:first-of-type .fa-camera {
    font-size: 60px;
    color: #c4c4c4
}

.slider {
    margin: 15px 0 15px 0;
    padding: 0 15px 0 15px
}

.slider .flexslider {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: none
}

.slider li {
    margin-right: 10px;
    background: #ffffff
}

.slider .flex-direction-nav a {
    background: #ffffff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

.slider .flex-direction-nav a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    content: "\f053";
    margin: 10px 12px 0 12px
}

.slider .flex-direction-nav .flex-next:before {
    content: '\f054'
}

.message {
    margin: -20px -20px -15px -20px;
    padding: 20px;
    border-top: 1px solid #cbccd2;
    background: #f8f8f8
}

.message li {
    position: relative;
    margin-top: 20px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dedede;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 1px 1px #ededed;
    box-shadow: 0 1px 1px 1px #ededed
}

.message li:first-child {
    margin-top: 0
}

.message .title {
    font-size: 16px;
    font-weight: 400;
    color: #0e5bce;
    line-height: 18px;
    margin: 0 -20px 0 -20px;
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid #e9e9e9
}

.message .info {
    line-height: 24px;
    margin: 0 -20px 0 -20px;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #e9e9e9
}

.message .info span {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis
}

.message .close {
    position: absolute;
    top: 19px;
    right: 20px;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.message .close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.message p {
    font-weight: 500;
    line-height: 22px;
    padding: 20px 0 0 0
}

header {display:block;position:fixed;width:100%;top:0;z-index:100;}

header .top {
    height: 50px;
    background: rgba(31,73,141,1);
	background: -moz-linear-gradient(top, rgba(31,73,141,1) 0%, rgba(20,47,90,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(31,73,141,1)), color-stop(100%, rgba(20,47,90,1)));
	background: -webkit-linear-gradient(top, rgba(31,73,141,1) 0%, rgba(20,47,90,1) 100%);
	background: -o-linear-gradient(top, rgba(31,73,141,1) 0%, rgba(20,47,90,1) 100%);
	background: -ms-linear-gradient(top, rgba(31,73,141,1) 0%, rgba(20,47,90,1) 100%);
	background: linear-gradient(to bottom, rgba(31,73,141,1) 0%, rgba(20,47,90,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f498d', endColorstr='#142f5a', GradientType=0 );
}

header .bottom {
    height: 65px;
    padding-top: 15px;
    background: #1f4a8d;
	background-image: url("/templates/lang/nl_NL/6.png");
}

header .impression {
    height: 65px;
    padding-top: 15px;
    background: #1f4a8d;
	background-image: url("/templates/lang/nl_NL/images/seizoenen/kerst.jpg");
    background-position: center center;
    background-size:100%;
}
@media only screen and (max-width: 740px) {
	header .impression {background-position: left center;background-size:750px;}
}

header .logo .img {display: block;position:absolute;width:161px;height:114px;background:url("../images/layout/logo.png") no-repeat 0 0;background-size:80%;top:-63px;z-index:10;}
header .logo .txt {float: left;font-size:27px;font-weight:500;color: #ffffff;line-height: 50px;padding-left:141px;}
@media only screen and (min-width: 480px) {
	header .logo .img {background-size:100%;}
	header .logo .txt {font-size:30px;padding-left:171px;}
}

header .logo a {
    color: #ffffff
}

header .logo a:hover {
    text-decoration: none
}
header nav .top-nav {
    display: none;
    float: right
}

@media only screen and (min-width: 992px) {
    header nav .top-nav {
        display: block;
    }
}

header nav .top-nav li {
    float: left;
    font-size: 16px;
    line-height: 50px;
    padding: 0 15px 0 15px
}

header nav .top-nav li:before {
    position: relative;
    left: -15px;
    content: '|';
    color: #004181
}

header nav .top-nav li:first-child:before {
    content: ''
}

header nav .top-nav li.open {
    background: #004080
}

header nav .top-nav a {
    color: #ffffff;
    text-shadow: 1px 1px 0 #004080
}

header nav .top-nav .fa-caret-down {
    margin-left: 10px
}

header nav .dropdown-menu {
    right: 0;
    left: auto;
    width: 250px;
    line-height: 24px;
    margin: 0;
    padding: 15px;
    background: #004080;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

header nav .dropdown-menu li {
    float: none;
    display: block;
    font-size: 14px;
    line-height: 35px;
    margin: 0 -15px 0 -15px;
    padding: 0 15px 0 15px;
    border-bottom: 1px solid #002e5b
}

header nav .dropdown-menu li:before {
    left: 0;
    content: ''
}

header nav .dropdown-menu li:last-child {
    border: 0
}

header nav .dropdown-menu a {
    display: block;
    text-decoration: none
}

header nav .dropdown-menu a:hover span {
    text-decoration: underline
}

header nav .dropdown-menu a:before {
    display: inline-block;
    left: 0;
    font-family: FontAwesome;
    padding-right: 15px;
    content: '\f0da';
    color: #ffffff
}

header #mobile-trigger {
    display: block;
    position: absolute;
    top: 5px;
    right: 15px;
    width: 40px;
    cursor: pointer;
    border: 0;
    background: none;
    outline: none
}

@media only screen and (min-width: 992px) {
    header #mobile-trigger {
        display: none
    }
}

header #mobile-trigger span {
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 6px;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.foei {color:#fff;font-size:15px;font-style:italic;}

header .search {float: left;width: 100%;padding-left:141px;}
@media only screen and (min-width: 480px) {
    header .search {padding-left:171px;}
}
@media only screen and (min-width: 768px) {
    header .search {width: 66.66666667%}
}

header .search .col-xs-3 {
    width: 25%;
    padding: 0 0 0 15px
}

@media only screen and (min-width: 768px) {
    header .search .col-xs-3 {
        width: 25%;
        padding: 0 15px 0 15px
    }
}

header .place-ad {
    display: none;
    float: left;
    width: 33.33333333%
}
header .place-ad a {text-transform:uppercase;}
#b1 .place-ad a {background-color:#669fe0;border-color:#a0b4cd;}

@media only screen and (min-width: 768px) {
    header .place-ad {
        display: block
    }
}

footer {
    margin-top: 30px;
    padding: 50px 0 50px 0;
    background: #103268;
}

footer .top {
    display: none
}

@media only screen and (min-width: 768px) {
    footer .top {
        display: block
    }
}

footer .title {
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px
}

footer li {
    font-size: 16px;
    list-style: none;
    color: #ffffff;
    font-weight: 300;
    line-height: 28px
}

footer a {
    color: #ffffff
}

footer .col-xs-6 li {
    float: left;
    width: 50%
}

footer .bottom {
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    padding: 0px;
    border: 0
}

@media only screen and (min-width: 768px) {
    footer .bottom {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #69737b
    }
}

footer .socialmedia {
    float: right
}

footer .socialmedia a {
    float: left;
    width: 24px;
    height: 24px;
    margin: -5px 0 0 10px;
    background: url("../images/layout/socialmedia.png") no-repeat
}

footer .socialmedia .twitter {
    background-position: -34px 0
}

footer .socialmedia .pinterest {
    background-position: -67px 0
}

footer .socialmedia .google {
    background-position: -134px 0
}