/* CSS Custom document by Equix Design */


/* ### BODY ### */
body {
  background-attachment: fixed;
  background-image: url("");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto auto;
  font-family: "Quicksand",helvetica,arial,sans-serif;
}


/* ### TOPBAR ### */

.topbar {
  background: #fff none repeat scroll 0 0;
  padding-bottom: 5px;
  padding-top: 5px;
}
.topbar .logo {
  padding-left: 10px;
  padding-top: 0;
}
.topbar .logo img {
  max-width: 100%;
}
.topbar .search {
  padding-top: 30px;
}
.topbar input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #fff;
  display: block;
  float: right;
  font-family: "Helvetica Neue","HelveticaNeue-Light",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  height: 34px;
  letter-spacing: 0.3px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.form-control:focus {
  border-color: #0eb9e7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}
.topbar .link {
  padding-bottom: 15px;
  padding-top: 35px;
}
.topbar ul {
  list-style: outside none none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  text-align: right;
  width: 100%;
}
.topbar ul li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.topbar ul li:first-child {
  margin-left: 0px;
}
.topbar ul li:last-child {
  margin-right: 0px;
}
.topbar ul li a {
  color: #211061;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
}
.topbar ul li a:hover {
  color: #ee0461;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
}
.topbar ul li i {
  font-size: 18px;
  margin-right: 7px;
  text-align: left;
  width: 20px;
}
.topbar ul li a.active {
  color: #ee0461;
  font-family:  'Poppins', helvetica, arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.main .left .logo img {
  margin-bottom: 25px;
  max-width: 100%;
}




/* ### FLAGS - Language ### */

.topbar ul li.flag {
  float: right;
  margin-right: 5px;
  padding-right: 5px;
}
.topbar ul li.flag a {
  display: block;
  float: left;
  margin-top: -3px;
}






/* ### NAVIGATION ### */

.navigation {
  background: #00c1de none repeat scroll 0 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  margin-top: 0;
}
.navigation .navbarwebsite {
  border: 0 none;
  border-radius: 0;
  margin: 0;
  min-height: 40px;
}
.navigation ul {
  width: 100%;
}
.navigation ul.nav > li:nth-child(1) {
  border-left: 1px solid #00718e;
  border-right: 1px solid #00718e;
  width: 10%;
}
.navigation ul.nav > li:nth-child(2) {
  border-right: 1px solid #00718e;
  width: 17%;
}
.navigation ul.nav > li:nth-child(3) {
  border-right: 1px solid #00718e;
  width: 13%;
}
.navigation ul.nav > li:nth-child(4) {
  border-right: 1px solid #00718e;
  width: 13%;
}
.navigation ul.nav > li:nth-child(5) {
  border-right: 1px solid #00718e;
  width: 14%;
}
.navigation ul.nav > li:nth-child(6) {
  border-right: 1px solid #00718e;
  width: 10%;
}
.navigation ul.nav> li:nth-child(7) {
  border-right: 1px solid #00718e;
  width: 13%;
}
.navigation ul.nav> li:nth-child(8) {
  border-right: 1px solid #00718e;
  width: 10%;
}

.navigation li.active {
  background: #f49000 none repeat scroll 0 0;
}
.nav > li > a:hover, .nav > li > a:focus {
  background: #f49000 none repeat scroll 0 0;
  text-decoration: none;
}
.navigation li a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 11px 0;
  text-align: center;
}
.navigation li a:hover {
  background: #626059 none repeat scroll 0 0;
  color: #fff;
}
.navigation li a i {
  margin-left: 10px;
}


/* DROPDOWN MENU */
.dropdown-menu > li > a {
  border-bottom: 1px solid #ccc;
  clear: both;
  color: #333;
  display: block;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  font-weight: 500;
  line-height: 1.42857;
  padding: 9px 20px;
  white-space: nowrap;
}
.dropdown-menu > li:last-child > a {
  border-bottom: none;
}
.dropdown-menu > li > a:hover {}
.navbar-nav > li > .dropdown-menu {
  background: #efefef none repeat scroll 0 0;
  border-radius: 0;
}



/* ### HEADER ### */

.header {
  margin-bottom: 15px;
  padding: 0;
}
.header .slide {
  padding: 0px;
}
.header .slide img {
  max-width: 100%;
}
.header .slidebar {
  margin-top: 10px;
  padding: 0;
}
.header .slidebar img {
  max-width: 100%;
}


/* ### MAIN ### */

.main .intro {
  padding-bottom: 0px;
  padding-top: 0px;
}
.main .maincontent {
  background: #fff none repeat scroll 0 0;
  padding: 20px 0;
  text-align: left;
}
.main .maincontent hr {
  border-color: #d6d5e2;
}
.main .maincontent p a {
  color: #6258be;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 23px;
  text-decoration: underline;
}
.main .maincontent p a:hover {
  color: #333;
  text-decoration: underline;
}
.main .maincontent .left {
  padding-top: 0px;
}
.main .maincontent .right {
  padding-top: 0px;
}
.main .maincontent .left h1 {
  color: #333;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.1px;
  line-height: 40px;
  margin-bottom: 2px;
  margin-top: 0;
}
.main .maincontent .right h1 {
  color: #675dc6;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 46px;
  margin-bottom: 2px;
  margin-top: 0;
}
.main .maincontent .left h2 {
  color: #f49000;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 0;
}
.main .maincontent .right h2 {
  color: #221060;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 28px;
  margin-bottom: 7px;
  margin-top: 0;
}
.main .maincontent .right h3 {
  color: #33c5bf;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 0;
}
.main .maincontent .left p {
  color: #555;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 23px;
  margin-bottom: 5px;
  margin-top: 7px;
}
.main .maincontent .right p.intro {
  color: #333;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 0;
  margin-top: 15px;
}
.main .maincontent .right p {
  color: #555;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 21px;
  margin-bottom: 5px;
  margin-top: 25px;
}
.main .maincontent .right {
  padding-top: 0px;
}
.tileprojector {
  display: table;
}
.tileprojector .imgtile {
  border-bottom: 1px solid #ccc;
  display: table-cell;
  height: 228px;
  text-align: center;
  vertical-align: middle;
}
.main .maincontent .tile {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #bbb;
  box-shadow: 0 0 2px #aaa;
  cursor: pointer;
  margin-bottom: 30px;
  padding-bottom: 15px;
  padding-top: 0;
  transition: border-color 0.5s ease 0s;
}
.main .tile img {
  margin-bottom: 0;
  max-height: 100%;
  max-width: 100%;
}
.main .tile h3 {
  color: #333;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .tile hr {
  border-color: #ddd;
  margin-bottom: 5px;
  margin-top: 5px;
}
.main .tile p {
  color: #454545;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  max-height: 80px;
  min-height: 80px;
}
.main .tile .btn {
  background-color: #f49000;
  border: 2px solid #d47000;
  border-radius: 0;
  color: #fff;
  float: right;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-top: 10px;
  padding: 5px 8px 5px 12px;
}
.main .tile .btn:hover {
  background-color: transparent;
  border: 2px solid #333;
  color: #333;
}
.main .tile .btn i {
  font-size: 17px;
}

/* xs */ /* mobile */ /* portrait */
@media(max-width:767px) and (orientation : portrait) {
	
	.topbar ul li {
	    display: block;
	    margin-left: 0px;
	    text-align: left;
	}
	
	.main .maincontent .right h1 {
	  font-size: 26px;
	  line-height: 34px;
	}
}


/*Alinea's*/
.main .maincontent .wide {
  padding-top: 0px;
}
.wide .alinea {
  padding-bottom: 15px;
  padding-top: 15px;	
}
.wide .alinea img {
  max-width: 100%;	
}
.wide .alinea .upsize {
  font-size: 250%;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 10px;
}
.wide .alinea h3 {
  color: #f49000;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.wide .alinea p {
  color: #444;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 23px;
  margin-bottom: 5px;
  margin-top: 7px;
}
.wide .alinea p a {
  color: #f49000;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
}
.wide .alinea p a:hover {
  color: #333;
  text-decoration: underline;
}
.wide .btn {
  background-color: #94c500;
  border: 2px solid #74a500;
  border-radius: 4px;
  color: #fff;
  font-family: "Poppins",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1px;
  margin-top: 10px;
  padding: 7px 12px 4px;
}
.wide .btn:hover {
  background-color: transparent;
  border: 2px solid #333;
  color: #333;
}

/*Alinea's news/actualiteiten*/
.alinea_block {
}
.alinea_block h3 {
  color: #271002;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",helvetica,arial,sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.1px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.alinea_block span.date {
  color: #f49000;
  display: block;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.1px;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: 0;
}
.alinea_block span.date i {
  margin-right: 10px;
}
.alinea_block p {
  color: #444;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 23px;
  margin-bottom: 5px;
  margin-top: 7px;
}
.alinea_block img {
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 1px 4px #bbb;
  max-width: 100%;
  padding: 15px;
}
.alinea_block .btn.facebook {
  background-color: #0067b1;
  border: 2px solid #004791;
  color: #fff;
}



/* Masonry */
.main .maincontent .wide {
  padding-top: 0px;
}
.main .widehr {
  border-color: #626059;	
}
.wide .masonry {
  padding-bottom: 5px;
  padding-top: 5px;
}
.masonry .brick1 {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: url("../images/page/ilsevanaanholt1.jpg");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}
.masonry .brick2 {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: url("../images/page/ilsevanaanholt2.jpg");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}
.masonry .brick3 {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: url("../images/page/ilsevanaanholt3.jpg");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}
.masonry .brick4 {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: url("../images/page/ilsevanaanholt4.jpg");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}
.masonry .brick5 {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: url("../images/page/ilsevanaanholt5.jpg");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}
.masonry .brick6 {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: url("../images/page/ilsevanaanholt6.jpg");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}
.masonry .brick7 {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: url("../images/page/ilsevanaanholt7.jpg");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}
.masonry .brick8 {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: url("../images/page/ilsevanaanholt8.jpg");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}
.masonry .brick9 {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: url("../images/page/ilsevanaanholt9.jpg");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}
.masonry .brick10 {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: url("../images/page/ilsevanaanholt10.jpg");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}




.wide .masonry img {
  max-width: 100%;	
}
.wide .masonry h3 {
  color: #0067b1;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
 .wide .masonry p {
  color: #555;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 23px;
  margin-bottom: 5px;
  margin-top: 7px;
}
.wide .masonry p a {
  color: #0eb9e7;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
}
.wide .masonry p a:hover {
  color: #333;
  text-decoration: underline;
}


/* Filter bar */
.main .rightshop .filterrow {
  border: 1px solid #c9beaf;
  color: #444;
  padding: 10px 5px;
}
.main .rightshop .filter {
  border: 2px solid #f49000;
  color: #444;
  cursor: pointer;
  font-family: "Helvetica Neue","HelveticaNeue-Light",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
  padding: 5px 7px;
  width: 100%;
}

/* Page count */
.main .pagecount {
}
.main .pagecount .pagination {
  border-radius: 0px;
  display: inline-block;
  float: right;
  margin: 20px 0;
  padding-left: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0px;
  margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #83b706;
  border-color: #639700;
  color: #fff;
  cursor: default;
  z-index: 3;
}
.pagination > li > a, .pagination > li > span {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #555;
  float: left;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #eee;
  border-color: #ddd;
  color: #333;
  z-index: 2;
}

/* Info tile*/
.main .maincontent .infoleft {
  padding-top: 0px;
}
.main .maincontent .inforight {
  padding-top: 0px;
}
.main .maincontent .infotile {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #bbb;
  box-shadow: 0 0 2px #aaa;
  cursor: pointer;
  margin-bottom: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
  transition: border-color 0.5s ease 0s;
}
.main .infotile img {
  margin-bottom: 15px;
  max-width: 100%;
}
.main .infotile h3 {
  color: #333;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .infotile p {
  color: #454545;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 19px;
  margin-bottom: 0;
  margin-top: 0;
}
.main .infotile .btn {
  background-color: #f49000;
  border: 2px solid #d47000;
  border-radius: 0;
  color: #fff;
  float: right;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-top: 5px;
  padding: 5px 12px;
}
.main .infotile .btn:hover {
  background-color: transparent;
  border: 2px solid #333;
  color: #333;
}
.main .infotile hr {
  border-color: #ddd;
  margin-bottom: 10px;
  margin-top: 10px;
}


/* sidebar navigation - main */
.main .left .sidebar-nav .sitebarleft {
  border: medium none;
  border-radius: 0;
  margin: 0;
}
.main .left .sidebar-nav {
  background: transparent none repeat scroll 0 0;
  font-family: "Quicksand",helvetica,arial,sans-serif;
}
.main .left .sidebar-nav ul {
  width: 100%;
}
.main .left .sidebar-nav ul li {
  border-bottom: 1px solid #d6d5e2;
  width: 100%;
}
.main .left .sidebar-nav ul li:last-child {
  border-bottom: none;
  width: 100%;
}
.main .left .sidebar-nav ul li.active {
  background: #f49000 none repeat scroll 0 0;
}
.main .left .sidebar-nav ul li a.active {
  color: #f49000;
}
.main .left .sidebar-nav ul li.offer {
  background: #83b706 none repeat scroll 0 0;
}
.main .left .sidebar-nav ul li a {
  color: #221060;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1px;
  padding: 15px 15px 15px 5px;
  text-align: left;
}
.main .left .sidebar-nav ul li a:hover {
  background: #00c1de none repeat scroll 0 0;
  color: #fff;
}
.main .left .nav > li > a:hover, .nav > li > a:focus {
  background: #fff none repeat scroll 0 0;
  text-decoration: none;
}
.main .left .sidebar-nav ul li.active a i {
  color: #fff;
  margin-right: 12px;
}
.main .left .sidebar-nav ul li.offer a i {
  color: #fff;
  margin-right: 12px;
}
.main .left .sidebar-nav ul li a i {
  color: #675dc6;
  margin-right: 12px;
}

/* sidebar navigation - main */
.main .left .banner {
  background: transparent none repeat scroll 0 0;
  margin-bottom: 15px;
  margin-top: 220px;
  padding: 0;
}

/* Maps */
.map_container {
  background: #c9beaf none repeat scroll 0 0;
  border: 1px solid #a99e8f;
  padding: 15px;
}
#map {
  border: 1px solid #a99e8f;
}
.table.detail-points > thead > tr > th {
  background: #585249 none repeat scroll 0 0;
  color: #fff;
}
.table.detail-points > tbody tr > td {
  background: #fff none repeat scroll 0 0;
}
.table.detail-points > thead > tr > th {
  border-top: 1px solid #ddd;
  line-height: 1.42857;
  padding: 8px 12px;
  vertical-align: middle;
}
.table.detail-points > tbody tr > td {
  border-top: 1px solid #ddd;
  line-height: 1.42857;
  padding: 8px 12px;
  vertical-align: middle;
}
table.detail-points {
  color: #444;
  font-family: "Helvetica Neue","HelveticaNeue-Light",helvetica,arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 23px;
  margin-bottom: 10px;
  margin-top: 10px;
}
table.detail-points a {
  color: #f49000;
  text-decoration: underline;
}
table.detail-points a:hover {
  color: #333;
  text-decoration: underline;
}


/*Etalage*/
.etalage {
  background: #f6f6f6 none repeat scroll 0 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.etalage .minipic {
  padding: 5px;
}
.etalage .minipic img {
  max-width: 100%;
}

/*Overzicht*/
.main .left img {
  max-width: 100%;	
}
.main .right img {
  max-width: 100%;	
}
.main .left h4 {
  color: #332339;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 0;
}
.main .left .filter {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 15px;
  height: 34px;
  letter-spacing: 0.2px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.bold {
  font-weight: bold;
}

/* faq */
.faqHeader {
  color: #f49000;
  font-family: "Helvetica Neue","HelveticaNeue-Light",Arial,sans-serif;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}



/*Appointment / faq*/
.main1 .appointment .right h1 {
  color: #332339;
  font-family: "Helvetica Neue","HelveticaNeue-Light",Helvetica,Arial,sans-serif;
  font-size: 38px;
  font-weight: 200;
  letter-spacing: -0.1px;
  line-height: 50px;
  margin-top: 0;
}
.main1 .appointment .right h2 {
  color: #996cb1;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 0;
}
.main1 .appointment .right p {
  color: #555;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 23px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.appointmenthead {
  color: #b172d3;
  font-family: "Helvetica Neue","HelveticaNeue-Light",Arial,sans-serif;
  font-size: 26px;
  font-weight: 200;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
#accordion.panel-group .panel-default {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
}
#accordion.panel-group .panel-heading [data-toggle="collapse"]:after {
    font-family: 'FontAwesome';
    content: "\f078"; /* icon */
    float: right;
    color: #f49000;
    font-size: 18px;
    line-height: 22px;
    /* rotate icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#accordion.panel-group .panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #666;
}
.panel-default > .panel-heading {
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #333;
}
#accordion.panel-group .panel-title {
  color: #333;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Arial,sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  margin-bottom: 0;
  margin-top: 0;
}
#accordion.panel-group .panel-body p {
  color: #555;
  font-family: "Helvetica Neue","HelveticaNeue-Light",Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
}
#accordion.panel-group .panel-body .btn {
  background-color: #916c9f;
  border: 2px solid #714c7f;
  border-radius: 0;
  color: #fff;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-top: 0;
  padding: 5px 12px;
}
#accordion.panel-group .panel-body .btn:hover {
  background-color: transparent;
  border: 2px solid #332339;
  color: #332339;
}
#accordion.panel-group .panel-body .detail {
  color: #332339;
  display: inline-block;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 34px;
}
.panel-heading {
  padding: 12px 15px;
}
#accordion.panel-group .panel-body {
  padding: 15px;
}
.main1 .appointment .count {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 15px;
  height: 34px;
  letter-spacing: 0.2px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}



/*Algemeen*/
.main1 .maincontent .left h1 {
  color: #332339;
  font-family: "Helvetica Neue","HelveticaNeue-Light",Helvetica,Arial,sans-serif;
  font-size: 38px;
  font-weight: 200;
  letter-spacing: -0.1px;
  line-height: 50px;
  margin-top: 0;
}
.main1 .maincontent .right h1 {
  color: #332339;
  font-family: "Helvetica Neue","HelveticaNeue-Light",Helvetica,Arial,sans-serif;
  font-size: 38px;
  font-weight: 200;
  letter-spacing: -0.1px;
  line-height: 50px;
  margin-top: 0;
}
.main1 .maincontent .left h2 {
  color: #996cb1;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 0;
}
.main1 .maincontent .right h2 {
  color: #996cb1;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 0;
}
.main1 .maincontent .left p {
  color: #555;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 23px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.main1 .maincontent .right p {
  color: #555;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 21px;
  margin-bottom: 10px;
  margin-top: 10px;
  max-height: 85px;
  min-height: 85px;
}
.main1 .maincontent .right .shopalinea p {
  color: #555;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 23px;
  margin-bottom: 10px;
  margin-top: 10px;
  min-height: 140px;
}
.main1 .maincontent .rightshop p {
  color: #454545;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 19px;
  margin-bottom: 10px;
  margin-top: 10px;
  max-height: 58px;
  min-height: 58px;
}

/* thank page */
.maintnx.wide h1 {
  color: #675dc6;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 46px;
  margin-bottom: 2px;
  margin-top: 0;
}
.maintnx.wide h2 {
  color: #221060;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 28px;
  margin-bottom: 7px;
  margin-top: 0;
}
.maintnx.wide p {
  color: #555;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 21px;
  margin-bottom: 5px;
  margin-top: 25px;
}


/* Alinea grid */
.shopalineagrid {
  padding-top: 0;
}
.shopalineagrid hr {
  margin-bottom: 40px;
  margin-top: 0;
}
.shopalinea {
  padding-bottom: 30px;
  padding-top: 0px;	
}
.shopalinea img {
  max-width: 100%;	
}
.shopalinea h3 {
  color: #332339;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.bigdot {
  border-top: 2px dotted #ddd;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.shopalinea .btn {
  background-color: #916c9f;
  border: 2px solid #714c7f;
  border-radius: 0;
  color: #fff;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-top: 10px;
  padding: 5px 12px;
}
.shopalinea .btn:hover {
  background-color: transparent;
  border: 2px solid #332339;
  color: #332339;
}
.shopalinea .btninv {
  background-color: #534359;
  border: 2px solid #332339;
  border-radius: 0;
  color: #fff;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-top: 10px;
  padding: 5px 12px;
}
.shopalinea .btninv:hover {
  background-color: #916c9f;
  border: 2px solid #714c7f;
  color: #fff;
}

/* newsalinea*/
.newsalinea .btn {
  background-color: #916c9f;
  border: 2px solid #714c7f;
  border-radius: 0;
  color: #fff;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-top: 10px;
  padding: 5px 12px;
}
.newsalinea .btn:hover {
  background-color: transparent;
  border: 2px solid #332339;
  color: #332339;
}
.newsalinea .btninv {
  background-color: #534359;
  border: 2px solid #332339;
  border-radius: 0;
  color: #fff;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-top: 10px;
  padding: 5px 12px;
}
.newsalinea .btninv:hover {
  background-color: #916c9f;
  border: 2px solid #714c7f;
  color: #fff;
}



/*Form contact + shoppingcart*/
.shoppingcart {
  padding-top: 0;
}
.main .cartcontent hr {
  border-color: #c9beaf;	
}
.main .cartcontent .right h1 {
  color: #271002;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.1px;
  line-height: 40px;
  margin-bottom: 2px;
  margin-top: 2px;
}
.main .cartcontent .right h2 {
  color: #f49000;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 0;
}
.main .cartcontent .right h4 {
  color: #f49000;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 0;
}
.main .cartcontent .right p {
  color: #555;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 23px;
  margin-bottom: 5px;
  margin-top: 7px;
}
.form-group label {
  color: #39374b;
  font-family: "Poppins",helvetica,arial,sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.form-control {
  border-radius: 0;
}
.has-error .form-control {
  border-color: #ff1c67;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-error .form-control:focus {
  border-color: #d41654;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ff1c67;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #ff1c67;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
}
.main form hr {
  margin-bottom: 10px;	
  margin-top: 10px;	
}
.main form .btn {
  background-color: #94c500;
  border: 2px solid #74a500;
  border-radius: 4px;
  color: #fff;
  font-family: "Poppins",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1px;
  margin-top: 10px;
  padding: 7px 12px 4px;
}
.main form .btn:hover {
  background-color: transparent;
  border: 2px solid #020040;
  color: #020040;
}
.main .cartcontent form .btn {
  background-color: #94c500;
  border: 2px solid #74a500;
  border-radius: 0;
  color: #fff;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",helvetica,arial,sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-top: 10px;
  padding: 5px 14px;
}
.main .cartcontent form .btn:hover {
  background-color: transparent;
  border: 2px solid #333;
  color: #333;
}

.itemrow {
  margin-bottom: 15px;	
}
.itemrowlast {
  margin-bottom: 0px;	
}
.productlist {
  margin: 0px;	
}
.table .productlist > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #ddd;
  color: #444;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: middle;
  white-space: nowrap;
}
.itemrow .producttext {
  color: #271002;
  display: block;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",helvetica,arial,sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.itemrow .categorie {
  color: #aaa;
  display: block;
  font-family: "Helvetica Neue","HelveticaNeue-Light",helvetica,arial,sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.2px;
}
.itemrow .producttext.offer {
  color: #ff2f58;
}
.itemrow .categorie .offer {
  color: #ff2f58;
  font-weight: 400;
  margin-left: 10px;
  text-decoration: underline;
}
.function {
  display: block;
  text-align: center;
  width: 100%;
}
.function a {
  color: #999;
  font-size: 18px;
}
.function a:hover {
  color: #f49000;
}
.productlist .options {
  color: #555;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.productlist .subtotal {
  color: #555;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.productlist .subprice {
  color: #555;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.productlist .total {
  color: #271002;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",helvetica,arial,sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.productlist .price {
  color: #f49000;
  font-family: "Helvetica Neue","HelveticaNeue-Light",Helvetica,Arial,sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.choise {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 15px;
  height: 34px;
  letter-spacing: 0.2px;
  line-height: 1.42857;
  padding: 6px 8px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.voorwaarden {
  color: #666;
  font-size: 13px;
  font-family: "Helvetica Neue","HelveticaNeue-Light",Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px
}
.voorwaarden a {
  color: #f49000;
  font-family: "Helvetica Neue","HelveticaNeue-Light",Helvetica,Arial,sans-serif;
  font-size: 13px;
  letter-spacing: 0.2px;
  text-decoration: underline;
}
.voorwaarden a:hover {
  color: #333;
  font-size: 13px;
  letter-spacing: 0.2px;
}

/*productdetail*/
.maindetail {
  padding-bottom: 25px;
  padding-top: 25px;
}
.maindetail .maincontent {
  padding: 0px;
}
.maindetail h1 {
  color: #271002;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.1px;
  line-height: 40px;
  margin-bottom: 2px;
  margin-top: 0;
}
.maindetail h2 {
  color: #f49000;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 28px;
  margin-bottom: 25px;
  margin-top: 0;
}
.maindetail p {
  color: #555;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 23px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.maindetail img {
  max-width: 100%;
}
.maindetail .maincontent .left {
  padding-top: 0px;
}
.maindetail .maincontent .right {
  padding-top: 0px;
}
.maindetail .maincontent .left .description {
  margin-top: 20px;
}
.maindetail .maincontent .left .description p {
  color: #444;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.maindetail .maincontent .tile {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #bbb;
  box-shadow: 0 0 2px #aaa;
  cursor: pointer;
  margin-bottom: 30px;
  padding-bottom: 15px;
  padding-top: 0;
  transition: border-color 0.5s ease 0s;
}
.maindetail .tile img {
  margin-bottom: 0px;
  max-height: 100%;
  max-width: 100%;
}
.maindetail .tile h3 {
  color: #333;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.maindetail .tile p {
  color: #454545;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  max-height: 80px;
  min-height: 80px;
}
.maindetail .tile hr {
  border-color: #ddd;
  margin-bottom: 5px;
  margin-top: 5px;
}
.maindetail .tile .btn {
  background-color: #f49000;
  border: 2px solid #d47000;
  border-radius: 0;
  color: #fff;
  float: right;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-top: 10px;
  padding: 5px 8px 5px 12px;
}
.maindetail .tile .btn:hover {
  background-color: transparent;
  border: 2px solid #333;
  color: #333;
}
.maindetail .maincontent .functile {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #bbb;
  box-shadow: 0 0 2px #aaa;
  margin-bottom: 30px;
  padding: 25px 15px;
  transition: border-color 0.5s ease 0s;
}
.maindetail .functile img {
  margin-bottom: 15px;
  max-width: 100%;
}
.maindetail .functile hr {
  border-color: #ddd;
  margin-bottom: 10px;
  margin-top: 10px;
}
.maindetail .functile h3 {
  color: #271002;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.maindetail .functile span.price {
  color: #f49000;
  display: block;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.maindetail .functile p {
  color: #454545;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 19px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.maindetail .functile .btn.facebook {
  background-color: #0067b1;
  border: 2px solid #004791;
  color: #fff;
}
.maindetail .functile .btn.print {
  background-color: #fff;
  border: 2px solid #999;
  color: #333;
}
.maindetail .functile .btn {
  background-color: #f49000;
  border: 2px solid #d47000;
  border-radius: 0;
  color: #fff;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-top: 10px;
  padding: 5px 12px;
}
.maindetail .functile .btn:hover {
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
}
.maindetail .functile .btninv {
  background-color: #94c500;
  border: 2px solid #74a500;
  border-radius: 0;
  color: #fff;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-top: 10px;
  padding: 5px 12px;
}
.maindetail .functile .btninv:hover {
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
}
.maindetail .functile ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.maindetail .functile ul li {
  color: #454545;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 25px;
}
.maindetail .functile ul li i {
  color: #f49000;
  font-size: 13px;
  line-height: 21px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-top: 0;
}
.maindetail .functile .count {
  background-color: #fff;
  background-image: none;
  border: 2px solid #ccc;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  cursor: pointer;
  display: block;
  font-size: 22px;
  height: 50px;
  letter-spacing: 0.4px;
  line-height: 1.42857;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.projector {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  display: table;
  padding: 15px;
}
.projector .imgtile {
  display: table-cell;
  height: 500px;
  text-align: center;
  vertical-align: middle;
}
.maindetail .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.thumbframe {
}
.thumb {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  display: table;
  padding: 15px;
}
.thumb img {
  max-height: 100%;
  max-width: 100%;
}
.thumb .imgtile {
  display: table-cell;
  height: 76px;
  text-align: center;
  vertical-align: middle;
}
.suggestion_title h4 {
  color: #271002;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 30px;
  padding: 7.5px 7.5px 0;
}
.suggestion_title hr {
  border-color: #f49000;
  border-width: 2px;
  margin-bottom: 25px;
  margin-top: 10px;
}


/* ### LANDINGSPAGE ### */
.mainlanding {
  padding-bottom: 25px;
  padding-top: 25px;
}
.mainlanding .maincontent {
  padding: 0px;
}
.mainlanding h1 {
  color: #271002;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.1px;
  line-height: 60px;
  margin-bottom: 2px;
  margin-top: 0;
  text-align: center;
}
.mainlanding h2 {
  color: #f49000;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 27px;
  margin-bottom: 14px;
  margin-top: 0;
  text-align: center;
}
.mainlanding h3 {
  color: #605651;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 21px;
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: center;
}
.mainlanding p {
  color: #555;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 23px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.mainlanding img {
  max-width: 100%;
}
.mainlanding .maincontent .left {
  padding-top: 0px;
}
.mainlanding .maincontent .right {
  padding-top: 0px;
}
.mainlanding .maincontent .left .description {
  background: #f49000 none repeat scroll 0 0;
  margin-top: 25px;
  padding: 15px 20px;
}
.mainlanding .maincontent .left .description h3 {
  color: #fff;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 26px;
  margin-bottom: 6px;
  margin-top: 5px;
  text-align: left;
}
.mainlanding .maincontent .left .description p {
  color: #fff;
  font-family: "Helvetica Neue","HelveticaNeue-Light",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.mainlanding .maincontent .tile {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #bbb;
  box-shadow: 0 0 2px #aaa;
  cursor: pointer;
  margin-bottom: 30px;
  padding-bottom: 15px;
  padding-top: 0;
  transition: border-color 0.5s ease 0s;
}
.mainlanding .tile img {
  margin-bottom: 0px;
  max-height: 100%;
  max-width: 100%;
}
.mainlanding .tile h3 {
  color: #333;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: 10px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mainlanding .tile p {
  color: #454545;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  max-height: 65px;
  min-height: 65px;
}
.mainlanding .tile hr {
  border-color: #ddd;
  margin-bottom: 5px;
  margin-top: 5px;
}
.mainlanding .tile .btn {
  background-color: #f49000;
  border: 2px solid #d47000;
  border-radius: 0;
  color: #fff;
  float: right;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-top: 10px;
  padding: 5px 8px 5px 12px;
}
.mainlanding .tile .btn:hover {
  background-color: transparent;
  border: 2px solid #333;
  color: #333;
}
.mainlanding .maincontent .functile {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #bbb;
  box-shadow: 0 0 2px #aaa;
  margin-bottom: 30px;
  padding: 25px 15px;
  transition: border-color 0.5s ease 0s;
}
.mainlanding .functile img {
  margin-bottom: 15px;
  max-width: 100%;
}
.mainlanding .functile hr {
  border-color: #ddd;
  margin-bottom: 10px;
  margin-top: 10px;
}
.mainlanding .functile h3 {
  color: #271002;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
}
.mainlanding .functile span.price {
  color: #f49000;
  display: block;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 44px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.mainlanding .functile p {
  color: #454545;
  font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 19px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.mainlanding .functile .btn.facebook {
  background-color: #0067b1;
  border: 2px solid #004791;
  color: #fff;
}
.mainlanding .functile .btn.print {
  background-color: #fff;
  border: 2px solid #999;
  color: #333;
}
.mainlanding .functile .btn {
  background-color: #f49000;
  border: 2px solid #d47000;
  border-radius: 0;
  color: #fff;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-top: 10px;
  padding: 5px 12px;
}
.mainlanding .functile .btn:hover {
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
}
.mainlanding .functile .btninv {
  background-color: #94c500;
  border: 2px solid #74a500;
  border-radius: 0;
  color: #fff;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",helvetica,arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-top: 10px;
  padding: 5px 12px;
}
.mainlanding .functile .btninv:hover {
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
}
.mainlanding .functile ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.mainlanding .functile ul li {
  color: #454545;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 25px;
}
.mainlanding .functile ul li i {
  color: #f49000;
  font-size: 13px;
  line-height: 21px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-top: 0;
}
.mainlanding .functile .count {
  background-color: #fff;
  background-image: none;
  border: 2px solid #ccc;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  cursor: pointer;
  display: block;
  font-size: 22px;
  height: 50px;
  letter-spacing: 0.4px;
  line-height: 1.42857;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.mainlanding .projector {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  display: table;
  padding: 15px;
}
.mainlanding .projector .imgtile {
  display: table-cell;
  height: 500px;
  text-align: center;
  vertical-align: middle;
}
.mainlanding .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.mainlanding .thumbframe {
}
.mainlanding .thumb {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  display: table;
  padding: 15px;
}
.mainlanding .thumb img {
  max-height: 100%;
  max-width: 100%;
}
.mainlanding .thumb .imgtile {
  display: table-cell;
  height: 76px;
  text-align: center;
  vertical-align: middle;
}
.mainlanding .suggestion_title h4 {
  color: #271002;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 35px;
  margin-bottom: 0;
  margin-top: 30px;
  padding: 7.5px 7.5px 0;
  text-align: center;
}
.mainlanding .suggestion_title hr {
  border-color: #f49000;
  border-width: 2px;
  margin-bottom: 25px;
  margin-top: 10px;
}
.mainlanding .banner {
  background: transparent none repeat scroll 0 0;
  margin-top: 25px;
}
.mainlanding .right .label-img {
  margin-top: 20px;	
}





/* ### TITLE ROW ## */

.titlerow {
  padding: 0px; 	
}
.titlerow h4 {
  color: #eee;
  display: block;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 25px;
  margin: 0 0 15px;
}


/* ### LOGO BAR ### */

.elementrow {
  background: transparent url("../images/footer-natureline.png") no-repeat scroll center bottom;
  padding-bottom: 55px;
  padding-top: 55px;
}
.elementrow .content {
  padding: 0;
}
.elementprojector {
  display: table;
}
.elementprojector .imgtile {
  display: table-cell;
  height: 72px;
  text-align: center;
  vertical-align: middle;
}
.elementrow .element_item {
  width: 12.5%;	
}
.elementrow .imgtile span {
  color: #fff;
  display: block;
  font-family: "Helvetica Neue","HelveticaNeue-Bold",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-top: 10px;
}



/* ### FOOTER ### */

.footer {
  background: #675dc6 none repeat scroll 0 0;
  border-radius: 15px;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 30px;
  padding-top: 15px;
}
.footer .left {
  padding-top: 20px;
}
.footer .center {
  padding-top: 20px;
}
.footer .right {
  padding-top: 20px;
}
.footer hr {
  border-color: #33c5bf;
  border-style: solid none none;
  border-width: 2px 0 0;
  margin-bottom: 15px;
  margin-top: 10px;
}
.footer .footercontent h4 {
  color: #fff;
  font-family: "Quicksand",helvetica,arial,sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0;
}
.footer .footercontent p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 19px;
  margin-bottom: 0;
  margin-top: 0;
}
.footer .footercontent ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 19px;
}
.footer .footercontent ul li a:hover {
  color: #f49000;
  text-decoration: underline;
}
.footer .footercontent ul li i {
  margin-right: 5px;
  text-align: left;
  width: 20px;
}
.footer ul {
  float: left;
  list-style: outside none none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.footer ul li {
  float: left;
  width: 100%;
}
footer table.table > tbody > tr > td {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding: 0 2px;
  vertical-align: top;
}
.footer .center img {
  float: right;
}

.footyfooty {
	margin-bottom: 20px;
}
.footyfooty a {
	color: #33c5bf;
	font-weight: 500;
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: underline;
}
.footyfooty a:hover {
	color: #675dc6;
}








