/* Global styles */
body {
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	background: #fff;
    font-size:16px;
}
p {
    font-size:16px;
    line-height:24px;
}
ul li,.vcard {
    line-height:24px;
}
h1, h2, h3, h4, h5 {
    font-variant: small-caps;
    font-weight: normal;
}
.main-container {
	background-color: #f3f2f2;
	background-image: url('../../img/background.jpg');
	background-position: left bottom;
	background-repeat: repeat-x;
}
.gform_wrapper {
    max-width:600px;
}
/* header */
.header {
	background: #fff;
}
.header__logo img {
    border:10px solid #fff;
    -webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
    max-height: 101px;
}
.breadcrumbs {
    margin:0;
    font-size:14px;
}
.breadcrumb {
    /*float:right;*/
}
#swipebox-slider .slide img {
    max-height: 80%;
    max-width: 60%;
}
@media screen and (min-width: 61.875em) {
    .header__logo img {
        max-height: none;
        -webkit-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
    }
    .nav {
        top:11px;
    }
}

/* box */
.box {
}

/* navigatie */
.nav__link {
    color:inherit;
}
.show-menu .nav__link {
    color:#fff;;
}
.nav__main a {
	border-bottom: 0 none;
    font-size: 18px;
    white-space: nowrap;
    font-variant: small-caps;
    list-style: none outside none;
    font-weight:400;
    letter-spacing:0.3px;
    margin:0 0 0 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
}

/* buttons */
.article .btn--1, .btn--1 {
	background: red;
 	color: blue;
}
.article .btn--1:hover, .btn--1:hover {
	color: blue;
	background: red;
}

/* forms */
button, input, select, textarea {
	color: orange;
}
input[type="text"], input[type="search"], input[type="email"], input[type="tel"] {
	background: aquamarine;
	border-color: #999;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="search"]:hover, input[type="search"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="tel"]:hover, input[type="tel"]:focus {
	border-color: #3e1353;
	background: #ffffff;
}
input[type="submit"] {
	color: red;
	background: aquamarine;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: red;
	background: aquamarine;
}
textarea,textarea:hover {
    border:1px solid #fff;
    background:#efefef;
}
/* secondary */
.secondary {
	background: #edb214;
}

/* footer */
.footer {
	background: #ffffff;
}
.footer__social a {
	background: #999;
  	color: #fff;
}
.footer__social a:hover,
.footer__social a:focus {
	color: #fff;
	background: #999;
}
.aside__item {
    background:#fff;
    -webkit-box-shadow: 0 2px 1px 1px #eee;
    box-shadow: 0 2px 1px 1px #eee;
}
.aside__item--content p {
    font-size:16px;
}