

/*************************
******* Home ******
**************************/

.category-products {
  border: 3px solid #eee;
  background:#426ead;
  margin-bottom: 35px;
  padding-bottom: 20px;
  padding-top: 15px;
}
.left-sidebar h2, .brands_products h2 {
  color: #616161;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index:3;
}

.left-sidebar h2:after, h2.title:after{
	content: " ";
	position: absolute;
	border: 1px solid #f5f5f5;
	bottom:8px;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -2;
}

.left-sidebar h2:before{
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	width: 130px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -65px;
}

h2.title:before{
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	width: 220px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -110px;
}

.category-products .panel {
	background-color: #efefef;
	border: 0px;
	border-radius: 0px;
	box-shadow:none;
	margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
  background-color: #ffffff;
  border: 0 none;
  color: #efefef;
  padding: 2px 2px;
}

.category-products .panel-default .panel-heading .panel-title a {
  color: #444;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}

.category-products .badge {
  background:none;
  border-radius: 10px;
  color: #0c2c65;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.panel-body ul{
  padding-left: 20px;
}


.panel-body ul li a {
  color: #AAA;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.brands-name {
  border: 1px solid #efefef;
  padding-bottom: 20px;
  padding-top: 15px;
}


.brands-name .nav-stacked li a {
  background-color: #efefef;
  color: #AAA;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover{
  background-color: #fff;
  color: #AAA;
}

.shipping {
  background-color: #F2F2F2;
  background: #fff;
  margin-top: 40px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}


.price-range{
  margin-top:30px;
}

.well {
  background-color: #efefef;
  border: 1px solid #efefef;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 35px;
}


.tooltip-inner {
  background-color: #616161;
  border-radius: 4px;
  color: #efefef;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #616161;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}


.padding-right {
  padding-right: 0;
}

.features_items{
	overflow:hidden;
}


h2.title {
  color: #616161;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}

.product-image-wrapper{
	border:3px solid #efefef;
	background:#426ead;
	overflow: hidden;
	margin-bottom:30px;
}


.product-image-wrapper-2{
	border:3px solid #efefef;
	background:#426ead;
	overflow: hidden;
	margin-bottom:30px;
}


.single-products {
  position: relative;
}

.new, .sale {
  position: absolute;
  top: 0;
  right: 0;
}

.productinfo h2{
	color: #616161;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
}
.product-overlay h2{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
}


.productinfo p{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.productinfo img{
  width: 100%;
}

.productinfo{
 position:relative;
}

.product-overlay {
  background:#616161;
  top: 0;
  display: none;
  height: 0;
  position: absolute;
  transition: height 500ms ease 0s;
  width: 100%;
  display: block;
  opacity: 0.6;
}

.single-products:hover .product-overlay {
  display:block;
  height:100%;
}


.product-overlay .overlay-content {
  bottom: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.product-overlay .add-to-cart {
  background:#fff;
  border: 0 none;
  border-radius: 0;
  color: #616161;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
}

.product-overlay .add-to-cart:hover {
  background:#fff;
  color: #616161;
}


.product-overlay p{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}



.add-to-cart {
  background:#F5F5ED;
  border: 0 none;
  border-radius: 0;
  color: #AAA;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
}

.add-to-cart:hover {
  background: #616161;
  border: 0 none;
  border-radius: 0;
  color: #efefef;
}

.add-to{
  margin-bottom: 10px;
}

.add-to-cart i{
	margin-right:5px;
}

.add-to-cart:hover {
  background: #616161;
  color: #efefef;
}

.choose {
  border-top: 1px solid #F7F7F0;
}

.choose ul li a {
  color: #B3AFA8;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
}

.choose ul li a i{
	margin-right:5px;
}

.choose ul li a:hover{
	background:none;
	color:#616161;
}

.category-tab {
  overflow: hidden;
}

.category-tab ul {
  background: #0c2c65;
  border-bottom: 1px solid #0c2c65;
  list-style: none outside none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}

.category-tab ul li a {
  border: 0 none;
  border-radius: 0;
  color: #efefef;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.category-tab ul  li  a:hover{
	background:#426ead;
	color:#fff;
}

.nav-tabs  li.active  a, .nav-tabs  li.active  a:hover, .nav-tabs  li.active  a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #426ead;
  border:0px;
  color: #efefef;
  cursor: default;
  margin-right:0;
  margin-left:0;
}

.nav-tabs  li  a {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
  line-height: 1.42857;
  margin-right:0;
}

.recommended_items {
  overflow: hidden;
}

#recommended-item-carousel .carousel-inner .item {
  padding-left: 0;
}

.recommended-item-control {
  position: absolute;
  top: 41%;
}

.recommended-item-control i {
  background: none repeat scroll 0 0 #616161;
  color: #efefef;
  font-size: 20px;
  padding: 4px 10px;
}

.recommended-item-control i:hover {
  background: #ccccc6;
}

.recommended_items  h2 {
}

.our_partners{
  overflow:hidden;
}

.our_partners ul {
  background: #F7F7F0;
  margin-bottom: 50px;
}


.our_partners ul li a:hover{
	background:none;
}
/*************************
*******Shop CSS******
**************************/


#advertisement {
  padding-bottom: 45px;
}

#advertisement img {
  width: 100%;
}

.pagination {
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 0;
  padding-left: 15px;
}

.pagination  li:first-child  a, .pagination  li:first-child  span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
}

.pagination  li:last-child  a, .pagination  li:last-child  span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination  .active  a, .pagination  .active  span, .pagination  .active  a:hover, .pagination  .active  span:hover, .pagination  .active  a:focus, .pagination  .active  span:focus {
  background-color: #616161;
  border-color: #616161;
  color: #efefef;
  cursor: default;
  z-index: 2;
}

.pagination  li  a, .pagination  li  span {
  background-color: #EFEFEF;
  border: 0;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  margin-right: 5px;
  color:#000;
}

.pagination  li  a:hover{
	background:#616161;
	color:#fff;
}



/*************************
*******Product Details CSS******
**************************/

.product-details{
	overflow:hidden;
}


#similar-product {
  margin-top: 40px;
}


#reviews {
  padding-left: 25px;
  padding-right: 25px;
}

.product-details {
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: 10px;
}



.view-product {
  position: relative;
}

.view-product img {
  border: 1px solid #F7F7F0;
  height: 380px;
  width: 100%;
}

.view-product h3 {
  background: #616161;
  bottom: 0;
  color: #efefef;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 8px 20px;
  position: absolute;
  right: 0;
}

#similar-product .carousel-inner .item{
	padding-left:0px;
}

#similar-product .carousel-inner .item img {
  display: inline-block;
  margin-left: 15px;
}

.item-control {
  position: absolute;
  top: 35%;
}
.item-control i {
  background: #616161;
  color: #efefef;
  font-size: 20px;
  padding: 5px 10px;
}

.item-control i:hover{
	background:#ccccc6;
}

.product-information {
  border: 1px solid #F7F7F0;
  overflow: hidden;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-top: 60px;
  position: relative;
}

.newarrival{
	position:absolute;
	top:0;
	left:0
}

.product-information h2 {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  margin-top: 0;
}

.product-information p {
  color: #AAA;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
}

.product-information span {
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 18px;
}

.product-information span span {
  color: #616161;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-right: 20px;
  margin-top: 0px;
}
.product-information span input {
  border: 1px solid #DEDEDC;
  color: #AAA;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 33px;
  outline: medium none;
  text-align: center;
  width: 50px;
}

.product-information span label {
  color: #AAA;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-right: 5px;
}

.share {
  margin-top: 15px;
}


.cart {
  background: #616161;
  border: 0 none;
  border-radius: 0;
  color: #efefef;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 20px;
}


.shop-details-tab {
  border: 1px solid #F7F7F0;
  margin-bottom: 75px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 10px;
}
.shop-details-tab .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}


#reviews ul {
  background: #efefef;
  border: 0 none;
  list-style: none outside none;
  margin: 0 0 20px;
  padding: 0;
}

#reviews  ul  li {
	display:inline-block;
}

#reviews ul li a {
  color: #AAA;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding-right: 15px;
}

#reviews ul li a i{
	color:#616161;
	padding-right:8px;
}

#reviews ul li a:hover{
	background:#fff;
	color:#616161;
}

#reviews p{
	color:#363432;
}

#reviews  form span {
  display: block;
}

#reviews form span input {
  background:#EFEFEF;
  border: 0 none;
  color: #A6A6A1;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  outline: medium none;
  padding: 8px;
  width: 48%;
}
#reviews form span input:last-child {
  margin-left: 3%;
}

#reviews textarea {
  background: #EFEFEF;
  border: medium none;
  color: #A6A6A1;
  height: 195px;
  margin-bottom: 25px;
  margin-top: 15px;
  outline: medium none;
  padding-left: 10px;
  padding-top: 15px;
  resize: none;
  width: 99.5%;
}

#reviews button {
  background: #616161;
  border: 0 none;
  border-radius: 0;
  color: #efefef;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}


/*************************
*******404 CSS******
**************************/

.logo-404 {
  margin-top: 0px;
}

.content-404 h1 {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 41px;
  font-weight: 300;
}

.content-404 img {
 margin:0 auto;
}

.content-404 p {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.content-404  h2 {
  margin-top:50px;
}

.content-404 h2 a {
  background: #616161;
  color: #efefef;
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  font-weight: 300;
  padding: 8px 40px;
}




@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Arvo:400,700);

@font-face{font-family:"MetricWeb-Semibold";src:url("../fonts/MetricWeb-Semibold.eot");
src:url("../fonts/MetricWeb-Semibold.eot?") format('embedded-opentype'),url("../fonts/MetricWeb-Semibold.woff") format('woff'),url("../fonts/MetricWeb-Semibold.ttf") format('truetype'),url("../fonts/MetricWeb-Semibold.svg#MetricWeb-Semibold") format('svg')}
@font-face{font-family:"FaktSlabPro-Medium";src:url("../fonts/FaktSlabPro-Medium.eot");
src:url("../fonts/FaktSlabPro-Medium.eot?") format('embedded-opentype'),url("../fonts/FaktSlabPro-Medium.woff") format('woff'),url("../fonts/FaktSlabPro-Medium.ttf") format('truetype'),url("../fonts/FaktSlabPro-Medium.svg#FaktSlabPro-Medium") format('svg')}
@font-face{font-family:'FaktSlabPro-Blond';src:url("../fonts/FaktSlabPro-Blond.eot");src:url("../fonts/FaktSlabPro-Blond.eot?#iefix") format('embedded-opentype'),url("../fonts/FaktSlabPro-Blond.woff") format('woff'),url("../fonts/FaktSlabPro-Blond.ttf") format('truetype'),url("../fonts/FaktSlabPro-Blond.svg#FaktSlabPro-Blond") format('svg')}
@font-face{font-family:'FaktSlabPro-Light';src:url("../fonts/FaktSlabPro-Light.eot");src:url("../fonts/FaktSlabPro-Light.eot?#iefix") format('embedded-opentype'),url("../fonts/FaktSlabPro-Light.woff") format('woff'),url("../fonts/FaktSlabPro-Light.ttf") format('truetype'),url("../fonts/FaktSlabPro-Light.svg#FaktSlabPro-Light") format('svg')}
@font-face{font-family:'MetricWeb-Regular');src:url("../fonts/FaktSlabPro-Regular.eot");src:url("../fonts/FaktSlabPro-Regular.eot?") format('embedded-opentype'),url("../fonts/FaktSlabPro-Regular.woff") format('woff'),url("../fonts/FaktSlabPro-Regular.ttf") format('truetype'),url("../fonts/FaktSlabPro-Regular.svg#FaktSlabPro-Regular") format('svg')
}



body {
  font-family: 'MetricWeb-Regular', sans-serif;
  position: relative;
  font-weight:400px;	
 
}

		.logo
		  
		  {
			 position: relative;
			 z-index: 10009;
			margin-top:10px;
			 
		  }


ul li {
  list-style: none;
}

a:hover {
outline: none;
text-decoration:none;
}

a:focus {
  outline:none;
  outline-offset: 0;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

h1, h2,  h4, h5, h6 {
 font:400 60px/.8 "MetricWeb-Semibold","Arial Bold",Gadget,sans-serif;
}
.btn:{
  outline: none;
  box-shadow: none;
}
.btn:hover, 
.btn:focus{
  outline: none;
  box-shadow: none;
}

h3 {
	color: #426ead;
}

.navbar-toggle {
  background-color: #0c2c65 !important;
}
.navbar-toggle a:hover
{
	  background-color: #fff !important;
}
.navbar-toggle .icon-bar a:hover {
    background-color: #0c2c65 !important;
}

a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #616161;
  color: #FFF;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

a#scrollUp i{
  font-size: 30px;
}

.contactinfo ul li:first-child{
    margin-left: -15px;
}

.contactinfo ul li a{
  font-size: 12px;
  color: #AAA;

}


.contactinfo ul li a:hover{
	background:inherit;
}


.social-icons ul li a {
  border: 0 none;
  border-radius: 0;
  color: #AAA;
  padding:0px;
}


.social-icons ul li{
	display:inline-block;
}

.social-icons ul li a i {
  padding: 11px 15px;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.social-icons ul li a i:hover{
  color: #fff;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}



.navbar-collapse.collapse{
  padding-left: 0;
}

.navbar ul li{
  padding-right: 0px;
  padding-left: 50px;
}

.navbar ul li:first-child{
  padding-left: 50px;
}

.navbar ul li a {
	color: #AAA;
	font-family: "MetricWeb-Semibold","Arial Bold",Gadget,sans-serif;
	font-size: 24px;
	font-weight: 800;
	padding: 0;
	letter-spacing: -1px;
	padding-bottom: 10px;
}


.navbar ul li a:hover, .navbar ul li a.active
{
	background:none;
	color:#FFF !important;
	font-weight: 800;
	border-bottom: #426ead solid 10px;
}
.navbar ul li a:hover
{
	border-color:#000;
}
.navbar .col-md-8
{
	padding: 0px !important;
	margin: 0 !important;
}


@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
  
/*************************
*******Footer CSS******
**************************/

#footer {
  background: #EFEFEF;
}


.footer-top .container {
  border-bottom: 1px solid #E0E0DA;
  padding-bottom: 20px;
}

.companyinfo {
  margin-top: 57px;
}

.companyinfo h2 {
  color: #B4B1AB;
  font-size: 27px;
  text-transform: uppercase;
}

.companyinfo h2  span{
  color:#0c2c65;
}

.companyinfo p {
  color: #B3B3AD;

  font-size: 12px;
  font-weight: 300;
}

.footer-top .col-sm-3{
  overflow: hidden;
}

.video-gallery {
  margin-top: 57px;
  position: inherit;
}

.video-gallery a img {
  height: 100%;
  width: 100%;
}

.iframe-img {
  position: relative;
  display: block;
  height: 61px;
  margin-bottom: 10px;
  border: 2px solid #CCCCC6;
  border-radius: 3px;
}

.overlay-icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 61px;
  background: #616161;
  border-radius: 3px;
  color: #FFF;
  font-size: 20px;
  line-height: 0;
  display: block;
  opacity: 0;
   -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.overlay-icon i {
  position: relative;
  top: 50%;
  margin-top: -20px;
}

.video-gallery a:hover .overlay-icon{
  opacity: 1;
}

.video-gallery p {
  color: #8C8C88;

  font-size: 12px;
  font-weight: 500;
  margin-bottom:0px;
}

.video-gallery  h2 {
  color: #8c8c88;

  font-size: 12px;
  font-weight: 300;
  text-transform:uppercase;
  margin-top:0px;
}


.address {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.address  img {
	width:100%;
}

.address p {
  color: #666663;

  font-size: 14px;
  font-weight: 300;
  left: 25px;
  position: absolute;
  top: 50px;
}

.footer-widget {
  margin-bottom: 68px;
}

.footer-widget .container {
  border-top: 1px solid #efefef;
  padding-top: 15px;
}

.single-widget h2 {
  color: #666663;

  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.single-widget h2 i{
	margin-right:15px;
}

.single-widget ul li a{
	color: #8C8C88;

	font-size: 14px;
	font-weight: 300;
	padding: 5px 0;
}

.single-widget ul li a i {
  margin-right: 18px;
}

.single-widget ul li a:hover{
	background:none;
	color:#616161;
}


.searchform input {
  border: 1px solid #DDDDDD;
  color: #CCCCC6;
  font-size: 14px;
  margin-top: 0;
  outline: medium none;
  padding: 7px;
  width: 212px;
}


.searchform button {
  background: #616161;
  border: medium none;
  border-radius: 0;
  margin-left: -5px;
  margin-top: -3px;
  padding: 7px 17px;
}

.searchform button i {
  color: #efefef;
  font-size: 20px;
}

.searchform  button:hover, 
.searchform  button:focus{
	
}

.searchform p {
  color: #8C8C88;

  font-size: 14px;
  font-weight: 300;
  margin-top: 25px;
}

.footer-bottom {
  background: #DDD;
  padding-top: 10px;
}

.footer-bottom p {
  color: #363432;

  font-weight: 300;
  margin-left: 15px;
}

.footer-bottom p span a {
  color: #616161;
  font-style: italic;
  text-decoration: underline;
}



/* CSS andere dingen */


#mainContent
{
	background: #0c2c65;
}

.navbar {
  margin-bottom: 0px;
  min-height: 135px;
  
}



.container>.navbar-header
{
	height: 70px;
}

.navbar-inverse {
background-image: url(/images/background.jpg); background-repeat: repeat;
border: none;
}

.navbar-inverse .navbar-inner {
  background-color: #E27403; /* it's flat*/
 background-image: none;
}

.navbar-inverse .navbar-inner {
  background-image: -ms-linear-gradient(top, #E27403, #E49037);
  background-image: -webkit-linear-gradient(top, #E27403, #E49037);
  background-image: linear-gradient(to bottom, #E27403, #E49037);
}

.navbar-toggle
{
	z-index:11000;
	
}	

 .button.expandItem 
		  {
			  margin: 0;
			  margin-left: 2px;
		  }
.alert
{
	float:right;
}

.dropdown-menu
{
	z-index: 10001;
	
}
.dropdown:hover .dropdown-menu {
display: block;
}

.fa-li
{
	position: relative;
	left:0px; 
	top: 0px;
	width: 30px;
	padding-right: 10px;
	
}

#mainContent .row
{
	padding-top: 20px;
	padding-bottom: 0px;
}
#flags .row
{
	padding-top: 10px;
}
#mainContent h1
{

	font-size: 32px;
	color:#0c2c65;
	text-transform:uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}

.container .jumbotron
{
	padding: 20px;
	padding-top: 5px;
	border-radius: 0px;	
	margin-left: 15px;
	margin-right: 15px;
}
.jumbotron h1, .jumbotron .h1
{
	font-size: 32px;
	color:#0c2c65;
	text-transform:uppercase;

}
.jumbotron p
{
	font-size: 14px;
}
.form-control
{
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.zoekenknop
{
	border-radius: 0px;
	background: #0c2c65;
	color:#fff;
	border-color: #0c2c65;
}

.panel-warning>.panel-heading
{
	color: #fff;
	background-color: #0c2c65;
	border-color: #0c2c65;
}
.panel-title
{
	color: #fff;
}
.panel-body .label
{
	font-size: 12px;
}
.panel-body .leftside 
{
	width: 40%;
	float:left;
	font-size: 14px;	
}
.panel-body .rightside 
{
	width: 57%;
	float:left;
	font-size: 14px;
}
.panel-body .label-default
{
	font-size: 14px;
}

.col-xs-1
{
	padding: 0;
}