@font-face {
	font-family: CartoGothicStdBook;
	src: url(../fonts/CartoGothicStdBook.woff);
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 13px;
}

a {
	color: #2C99CF;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color : #0093CC;
	background-color:#f8f8f8;
}

#logo {
	-webkit-box-shadow: inset 0px -12px 102px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: inset 0px -12px 102px 0px rgba(0,0,0,0.09);
	box-shadow: inset 0px -12px 102px 0px rgba(0,0,0,0.09);
}

/*DropDowwn*/

.navbar-nav>li>.dropdown-menu {
    background: rgba(18, 31, 40, 0.8) !important;
}

.dropdown-menu>li>a {
    color: #fff !important;
   	border-bottom: 1px solid #0B171F !important;
    border-top: 1px solid #536877 !important;
}

.nav .active {
	color: #0093CC;
}

.dropdown-menu>li>a:hover {
     background-color:rgba(18, 31, 40, 0.8) !important; 
    color: #8AC4CB !important;
}

.dropdown-menu>li:first-child>a{
    border-top:none !important;
}

.dropdown-menu>li:last-child>a {
    border-bottom: none !important;
}

.contact {
	background: #2c99ce;
	padding: 35px 20px;
	text-align: right;
	color: #FFF;
	font-size: 16px;
	font-family: 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 120px;
}

.contact table {
	float: right;
	margin-top: -15px;
}

/*.shadow-contact {
	 box-shadow: 0px 83px 125px #ebebeb;
}*/

.shadow-contact a  {
	color: white;
}

.item-0 {
	margin-top: 30px;
}

.img {
	padding-top: 20px;
}

.img img {
   box-shadow: 0px 83px 125px #ebebeb;
}

.contact i {
	padding-left: 10px;
	font-size: 16px;
	color: #2b6387;
}

/*Navbar*/
#nav {
	/*margin-top: 10px;*/
	clear: both;
	position: relative;
}

#nav .nav li a {
	font-family: Arial, CartoGothicStdBold, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:100;
}

.navbar-toggle {
	float: left;
	margin-left: 20px;
}

#nav .nav li {
}

.navbar-default {
	/*background: #FFF;*/
	border: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
}

.navbar-brand {

    position: absolute;
    width: 74%;
    left: 6%;
    top: -17px;
}

.nav>li {
	/*width: 120px;*/
}

.collapse {
	/*padding: 0px;*/
}

/*Slider CSS*/

#slider .col {
    padding: 0 !important;
}

#slider .nav a small {
    display:block;
	font-weight: 400;
}
#slider .nav {
    background:#2c99ce;
}

#slider .nav .items {
    margin-top: -10px;
}

#slider .nav .items .active a {
    color: white;
}

#slider .nav .items .active {
    background-color: #00587a !important;
}

#slider .nav .items a {
    color: white;
	font-size: 16px;
}

#slider .nav .items .item {
	font-family: 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
    text-align: center;
	font-size: 20px;
	font-weight: bold;
    padding: 10px 0 18px 0;
	background: url(../images/slider1_tab_line.png) 92% bottom no-repeat;
}

/*SLider CSS ENDS*/

/*# Article*/

#articles {
	margin-top: 30px;
}

#articles .container {
    padding: 0 15px;
}

.art1 ul {
	padding-left: 12px;
}

/*Page Specialism*/

#spec {
	margin-top: 30px;
}

.right-menu {
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.right-menu ul li {
	margin-top: 0px;
	/*border-bottom: 1px solid black;*/
}

.right-menu ul li>a {
	display: block;
	border-bottom: 1px solid #ebebeb;
	box-shadow: -36px 4px 248px -3px #ebebeb;
	padding-top: 10px;
	padding-bottom: 10px;
}

#articles h3 {
	margin-top: 0 !important;
}

.right {
	font-size: 18px;
}

.right a.active {
	color: #325B7B;
}

.right a {
	color: #2c99ce;
}

/*Voorwaarden*/

.mylist {
	padding-left: 0px;
}

/*Opening Hours*/
.opening-hours {
	list-style: none;
	padding-left: 0px;
}

.today {
	color: #0093cc;
    font-weight: 700;
}
.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

#galleryslider {
	margin-top: 30px;
}

.main {
	background: white;
	padding: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
}

.no-padding {
	padding: 0 !important;
}

.header-img {
	margin-top: 35px;
	height: 100%;
}

body {
	background: #f2f2f2
}

.dropdown-menu li a{
	font-size: 13px !important;
}

.home .column {
	border-right: 1px solid #d1cbc7;
	min-height:750px;
	padding: 0 30px;
}

.home .column:last-child {
	border-right: none;
}

.form-all .form-submit-button {
	border: solid 1px #2c99ce !important;
}

.img {
	margin-left: 50px;
	margin-top: 3px;
}

@media only screen and (max-width:400px) {
	.img img {
		width: 220px !important;
		max-width: unset !important;
	}
}

/*Media Quries*/
@media only screen and (max-width:768px) {
    .img img {
        width:400px;
        margin-bottom: 10px;
    }
	.img {
		padding-top: 12px;
	}
	.contact {
		padding-top: 40px;
	}
}

@media only screen and (max-width:992px) {
	.header-img {
		margin: 10px 0;
	}
	.home .column {
		min-height:unset;
	}
	#slider .nav .items {
		padding: 0 0 15px 0;
	}
	#slider .nav .items .item {
		background-position: center bottom !important;
	}
	#slider .nav .items .item a {
		font-size: 13px ;
	}
	.contact {
		padding-top: 40px;
	}
}

@media only screen and (max-width:1199px) {
	#slider .nav .items {
		margin-top: 0px;
	}
	#slider .nav .items .item {
		background-position: 95% bottom;
		padding: 5px 0 11px 0;
	}
	#slider .nav .items .item a {
		font-size: 15px ;
	}
}

