/*------------------------------------------------------------------------------
[Table of contents]

1. Body
2. Typography
3. Forms
4. Wrapper
5. Columns
6. Wide slider
7. Content slider
8. Panel title
9. Page title
10. Shop
    10.1 Voordelen - Top deals
11. Shop single
12. Pagination
13. Page 404
14. Blog
    14.1 Post layout 1
    14.2 Post layout 2
    14.3 Single layout
    14.4 Multipack
    14.5 List posts
    14.6 List posts 1
    14.7 List posts
15. Top reviews
16. Shortcodes
    16.1 Google map
    16.2 Popup
    16.3 Slider
    16.4 Head title
    16.5 Dropcaps
    16.6 Accordions
    16.7 Tabs
    16.8 Alerts
    16.9 Buttons
17. Header
18. Navigation
19. Main content
20. General style
21. Widgets
    22.1 Widget authors
    22.2 Widgets (Wordpress)
    22.3 Widget categories (custom)
    22.4 Widget posts big
    22.5 Widget timeline
    22.6 Widget tags
    22.7 Widget socialize
    22.8 Widget recent list
    22.9 Widget banner 125
23. Footer
24. Copyright
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
    1. Body
------------------------------------------------------------------------------*/
html {
  font-family: sans-serif;
}
body {
  background-color: #40b8b8;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}

/* custom scroll bar */

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container:before,
.container:after,
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.container:after,
.row:after,
.clearfix:after {
  clear: both;
}
img {
  outline: 0;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
iframe {
  /*width: 100%;*/
}

/*------------------------------------------------------------------------------
    2. Typography
------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.1;
  color: #222;
  margin: 0 0 20px 0;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 20px 0;
}
hr {
  height: 0;
  border: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}
a {
  color: #222;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:active,
a:hover {
  outline: 0;
}
strong,
b {
  color: #222;
}
pre {
  overflow: auto;
  display: block;
  padding: 10px;
  margin: 0 0 10px;
  line-height: 21px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #fff;
  border: 1px solid #eee;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 14px;
}
mark {
  color: #fff;
  padding: 1px 4px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
dl {
  margin-bottom: 10px;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin-left: 10px;
}
ul,
ol {
  font-size: 14px;
  line-height: 21px;
  margin-top: 0;
  padding-left: 20px;
  margin-bottom: 20px;
}
blockquote {
  margin: 20px;
}
blockquote p {
  font-weight: 300;
  font-style: italic;
  font-size: 24px;
  color: #9ca2a4;
  line-height: 32px;
  position: relative;
}
blockquote p span:first-child {
  font-size: 30px;
  font-weight: 400;
  width: 15px;
  position: absolute;
  left: -20px;
}
blockquote p span:last-child {
  font-size: 30px;
  font-weight: 400;
  width: 15px;
  position: absolute;
  right: -15px;
}
blockquote footer {
  text-align: right;
  font-style: italic;
}
figure {
  margin: 0 0 10px 0;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.text_justify {
  text-align: justify;
}

/*------------------------------------------------------------------------------
    3. Forms
------------------------------------------------------------------------------*/
table {
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin-bottom: 20px;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  background-color: #fff;
}
table th,
table td {
  padding: 6px;
  vertical-align: top;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
table thead th {
  font-weight: 700;
}
/* Orange */
.table_orange,
.table_orange th,
.table_orange td {
  border: none;
}
.table_orange thead tr th {
  color: #fff;
}
.table_orange tr:nth-child(odd) {
  background-color: #fff;
}
.table_orange tr:nth-child(even) {
  background-color: #fcfdfd;
}
.table_orange thead tr th:nth-child(odd) {
  background-color: #f8cd57;
}
.table_orange thead tr th:nth-child(even) {
  background-color: #e9b914;
}
/* Green */
.table_green,
.table_green th,
.table_green td {
  border: none;
}
.table_green thead tr th {
  color: #fff;
}
.table_green tr:nth-child(odd) {
  background-color: #fff;
}
.table_green tr:nth-child(even) {
  background-color: #fcfdfd;
}
.table_green thead tr th:nth-child(odd) {
  background-color: #a3d537;
}
.table_green thead tr th:nth-child(even) {
  background-color: #8ec022;
}
/* Black */
.table_black,
.table_black th,
.table_black td {
  border: none;
}
.table_black thead tr th {
  color: #fff;
}
.table_black tr:nth-child(odd) {
  background-color: #fff;
}
.table_black tr:nth-child(even) {
  background-color: #fcfdfd;
}
.table_black thead tr th:nth-child(odd) {
  background-color: #3a4245;
}
.table_black thead tr th:nth-child(even) {
  background-color: #252a2c;
}
form {
  margin-bottom: 15px;
}
input,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  outline: none;
  padding: 8px 10px;
  margin: 0;
  width: 100%;
}
textarea {
  max-width: 100%;
  min-height: 180px;
}
input[type="submit"] {
  border: none;
  color: #fff;
  width: auto;
}
select {
  background-color: #fff;
  border: 1px solid #ddd;
  outline: none;
  padding: 8px 10px;
  margin: 0;
}

/*------------------------------------------------------------------------------
    4. Wrapper
------------------------------------------------------------------------------*/
#wrapper {
  background-color: #fff;
}
#wrapper.wide {
  width: 100%;
}
#wrapper.boxed {
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

/*------------------------------------------------------------------------------
    5. Columns
------------------------------------------------------------------------------*/
.container {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin: auto;
}
.col {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  min-height: 1px;
}
.col_1_of_12 {
  width: 8.33333333%;
}
.col_2_of_12 {
  width: 16.66666667%;
}
.col_3_of_12 {
  width: 25%;
}
.col_4_of_12 {
  width: 33.33333333%;
}
.col_5_of_12 {
  width: 41.66666667%;
}
.col_6_of_12 {
  width: 50%;
}
.col_7_of_12 {
  width: 58.33333333%;
}
.col_8_of_12 {
  width: 66.66666667%;
}
.col_9_of_12 {
  width: 75%;
}
.col_10_of_12 {
  width: 83.33333333%;
}
.col_11_of_12 {
  width: 91.66666667%;
}
.col_12_of_12 {
  width: 100%;
}

/*------------------------------------------------------------------------------
    8. Panel title
-------------------------------------------------------------------------------*/
.panel_title {
  margin-bottom: 30px;
}
.panel_title div {
  background-image: url(assets/Stripes_BG.png);
  background-attachment: scroll;
  background-repeat: repeat;
  background-position: left top;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.panel_title div h4 {
  font-weight: 300;
  letter-spacing: -1px;
  padding-right: 10px;
  font-size: 26px;
  height: 24px;
  line-height: 1;
  text-transform: uppercase;
  background-color: #fff;
  display: inline-block;
  margin: 0;
  margin-top: -4px;
}
.panel_title span {
  font-size: 14px;
  color: #40b8b8;
}

/*------------------------------------------------------------------------------
    9. Page title
------------------------------------------------------------------------------*/
h1.page_title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

/*------------------------------------------------------------------------------
    10. Shop
------------------------------------------------------------------------------*/


.ProductLijn{

  border-bottom: 1px solid #eeeeee;
  padding: 20px 30px;
}

/* Form */
.woocommerce-result-count {
  width: 50%;
  float: left;
  padding-bottom: 15px;
}
.woocommerce-ordering {
  text-align: right;
}

/* Numbers */
ul.products.two_no li.product {
  width: 49%;
  margin-right: 2%;
}
ul.products.three_no li.product {
  width: 32.6%;
  margin-right: 1%;
}

/* Category */
ul.products {
  clear: both;
  display: block;
  list-style: none;
  padding: 0;
}
ul.products li.product.first {
  clear: left;
}
ul.products li.product.last {
  margin-right: 0;
}
ul.products li.product {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  list-style: none;
  float: left;
  clear: left;
}
ul.products li.product {
  clear: none;
  width: 24.25%;
  margin-right: 1%;
}
/* Image */
ul.products li.product .item_thumb {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 10px;
}
ul.products li.product .item_thumb .thumb_icon {
  z-index: 5;
  opacity: 0;
  position: absolute;
  margin-left: -13px;
  margin-top: -13px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul.products li.product .item_thumb .thumb_icon a {
  font-size: 10px;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
ul.products li.product:hover .item_thumb .thumb_icon {
  opacity: 1;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
ul.products li.product .item_thumb .thumb_hover a {
  display: block;
}
ul.products li.product .item_thumb img {
  height: auto;
  max-width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul.products li.product:hover .item_thumb img {
  opacity: 0.3;
}
/* On sale */
.onsale {
  z-index: 1;
  padding: 3px 8px;
  text-align: center;
  background: #c63f00;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* Title */
ul.products li.product .item_thumb h3 {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  z-index: 1;
  padding: 10px;
  background-color: #fff;
  bottom: 10px;
  left: 50%;
  width: 86%;
  margin-left: -43%;
  position: absolute;
}
/* Stars */
ul.products li.product .item_meta span.meta_rating {
  left: 50%;
  margin-left: -31px;
}
/* Price */
ul.products li.product .price {
  margin-bottom: 10px;
  font-size: 15px;
  display: block;
  color: #222;
  font-weight: 700;
}
ul.products li.product del {
  font-weight: 400;
  color: #999;
}
ul.products li.product ins {
  text-decoration: none;
  color: #222;
  font-weight: 700;
}
/* Button */
ul.products li.product a.btn {
  margin: 0;
  width: 100%;
  display: block;
}

/*------------------------------------------------------------------------------
  10.1  Voordelen - Topdeals
------------------------------------------------------------------------------*/
.uk-card-primary.uk-card-hover:hover {
  -moz-box-shadow:    0 14px 25px rgba(0,0,0,.16);
  -webkit-box-shadow: 0 14px 25px rgba(0,0,0,.16);
  box-shadow:         0 14px 25px rgba(0,0,0,.16);
}
.uk-section {
  background-color: white;
  padding: 50px 0px;
}
.owl-carousel {
  position: relative;
}
.owl-nav {
  position: absolute;
  top: -60px;
  left: 10px;
}
.uk-card-primary {
  border-radius: 8px;
}
.uk-card > :last-child {
  margin-top: 0;
  margin-bottom: 10px;
}
.owl-next {
  background: #40b8b8;
}
.owl-theme .owl-nav [class*="owl-"] {
  background: #40b8b8 !important;
  padding: 5px 7px 0px !important;
}
.chevron-left,
.chevron-left {
  color: white !important;
}
.owl-dots {
  margin-top: 30px;
  color: #40b8b8;
}
.uk-card-title {
  padding: 20px 10px 30px;
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
}
.uk-card-primary {
  background: #d9f1f1;
  color: #40b8b8;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-card-primary.uk-card-body,
.uk-card-primary > :not([class*="uk-card-media"]),
.uk-card-secondary.uk-card-body,
.uk-card-secondary > :not([class*="uk-card-media"]),
.uk-light,
.uk-offcanvas-bar,
.uk-overlay-primary,
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color),
.uk-tile-primary:not(.uk-preserve-color),
.uk-tile-secondary:not(.uk-preserve-color) {
  color: #40b8b8 !important;
  text-align: center;
}
.item > div > p {
  font-size: 14px;
  margin-top: 15px;
}
.item > div > a:hover {
  background-color: white;
} 
.voordeel-card-tekst {
  min-height: 165px;
  padding: 0 20px;
}
.voordeel-card-tekst p {
  font-size: 13px;
}

.uk-card-body {
  padding: 0px 0px 30px;
}

/*------------------------------------------------------------------------------
   Einde - Voordelen 
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
    11. Shop single
-------------------------------------------------------------------------------*/
div.product {
  position: relative;
}
div.product .images {
  width: 48%;
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
}
div.product .images a {
  display: block;
  margin-bottom: 5px;
}
div.product .images img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
div.product .woocommerce-tabs {
  clear: both;
  margin-bottom: 30px;
}
div.product .images .thumbnails {
  overflow: hidden;
}
div.product .images .thumbnails a {
  float: left;
  margin-right: 5px;
  width: 24%;
}
div.product .summary {
  width: 50%;
  float: right;
  margin-bottom: 30px;
}
div.product .summary h1.product_title {
  font-size: 24px;
  margin-bottom: 10px;
}
div.product .summary .woocommerce-product-rating {
  margin-bottom: 15px;
}
div.product .summary p.price {
  color: #222;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 21px;
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
div.product .summary p.price del {
  font-weight: 300;
  margin-right: 5px;
  color: #999;
}
div.product .summary p.price ins {
  text-decoration: none;
}
div.product .summary form {
  width: auto;
  display: inline-block;
  padding: 10px;
  background-color: #ddd;
}
div.product .summary form .quantity {
  margin: 0 10px 0 0;
  position: relative;
  float: left;
}
div.product .summary form .quantity .qty {
  float: left;
  margin: 0;
}
.ui-spinner-button {
  font-size: 10px;
  display: block;
  text-align: center;
  width: 30px;
  top: 0;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  position: absolute;
}
.ui-spinner-down {
  left: 0px;
}
.ui-spinner-up {
  right: 0px;
}
div.product .summary form .quantity .qty::-webkit-outer-spin-button,
div.product .summary form .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
div.product .summary form .quantity .qty {
  background: 0 0;
  font-size: 13px;
  border: 0;
  width: 120px;
  padding: 8px 18px;
  text-align: center;
  background-color: #f9f9f9;
}
div.product .summary form .btn {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: 0;
}

/*------------------------------------------------------------------------------
    12. Pagination
-------------------------------------------------------------------------------*/
ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
  overflow: hidden;
}
ul.page-numbers li {
  float: left;
  margin: 0 4px 4px 0;
}
ul.page-numbers li a {
  display: block;
  width: 25px;
  line-height: 25px;
  text-align: center;
  height: 25px;
  background-color: #eee;
}
ul.page-numbers li a:hover {
  color: #222;
}
ul.page-numbers li span.current {
  color: #fff;
  display: block;
  line-height: 25px;
  text-align: center;
  width: 25px;
  height: 25px;
}

/*------------------------------------------------------------------------------
    13. Page 404
------------------------------------------------------------------------------*/
.page_404 {
  text-align: center;
  margin-bottom: 60px;
}
.page_404 h3 {
  font-size: 210px;
  font-weight: 400;
  color: #ddd;
}

.page_404 form input {
  width: 40%;
}

/*------------------------------------------------------------------------------
    14. Blog
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
    14.1 Post layout 1
------------------------------------------------------------------------------*/
/*Tips Travel*/
.justify-text-travel{
  text-align: justify;
}
.about-student{
  padding:15px 0px 15px 15px;
  background-color:#c7e9e8; 
  color:#006666;
  max-width: 300px;
}
.about-student a{
  color:#006666;
  margin-top:10px;
}
.verhaal-titel{
  background: repeating-linear-gradient(-55deg,#6dbec9,#6dbec9 1.5px,#c7e9e8 1.5px,#c7e9e8 4px);
  width:100%;
  margin:0;
}
.verhaal-info{
    margin:0;
    padding: 10px 15px 0px 0px;
}
.verhaal-titel-bg{
  background-color:#c7e9e8; 
  padding-right:10px; 
  color:#006666;
  font-weight: 600;
}
.verhaal-info-b{
  background-color:#c7e9e8; 
  padding-right:10px; 
  color:#006666;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}
.verhaal-info strong{
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color:#006666;
}
/*anchor point*/
.tips-travel::before{
  display: block; 
  content: " "; 
  margin-top: -130px; 
  height: 130px; 
  visibility: hidden; 
  pointer-events: none;
}

.layout_post_1 {
  margin-bottom: 15px;
}
/*End - Tips Travel*/

/* Image */
.layout_post_1 .item_thumb {
  border-bottom: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.layout_post_1 .item_thumb .thumb_icon {
  z-index: 5;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.layout_post_1 .item_thumb .thumb_icon a {
  font-size: 14px;
  color: #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.layout_post_1 .item_thumb:hover .thumb_icon {
  opacity: 1;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.layout_post_1 .item_thumb:hover img {
  opacity: 0.3;
}
.layout_post_1 .item_thumb .thumb_hover a {
  display: block;
}
.layout_post_1 .item_thumb img {
  /*backface-visibility: hidden;
    -webkit-backface-visibility: hidden;*/
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.layout_post_1 .item_content h4 {
  margin: 10px 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.layout_post_1 .item_content .item_meta {
  margin-bottom: 10px;
}
.full_meta {
  line-height: 40px;
  height: 40px;
  color: #fff;
  background-color: #444;
  font-size: 12px;
}
.full_meta span {
  display: block;
  margin-right: 10px;
  float: left;
}
.full_meta span a {
  color: #fff;
}
.full_meta span.meta_format {
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 10px;
}
.full_meta span.meta_comments:before {
  font-size: 12px;
  margin: 0 5px 0 0;
  content: "\f086";
  font-family: "FontAwesome";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.full_meta span.meta_likes:before {
  font-size: 12px;
  margin: 0 5px 0 0;
  color: #f00;
  content: "\f004";
  font-family: "FontAwesome";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.full_meta span.meta_date:before {
  font-size: 12px;
  margin: 0 5px 0 0;
  content: "\f133";
  font-family: "FontAwesome";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.full_meta .meta_rating {
  margin-top: 12px;
  float: right;
}

/*------------------------------------------------------------------------------
    14.2 Post layout 2
------------------------------------------------------------------------------*/
.layout_post_2 {
  margin-bottom: 15px;
}
/* Image */
.layout_post_2 .item_thumb {
  float: left;
  width: 35%;
  position: relative;
  overflow: hidden;
  margin-right: 30px;
}
.layout_post_2 .item_thumb .thumb_icon {
  z-index: 5;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.layout_post_2 .item_thumb .thumb_icon a {
  font-size: 14px;
  color: #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;

  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.layout_post_2 .item_thumb:hover .thumb_icon {
  opacity: 1;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.layout_post_2 .item_thumb:hover img {
  opacity: 0.3;
}
.layout_post_2 .item_thumb .thumb_hover a {
  display: block;
}
.layout_post_2 .item_thumb img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.layout_post_2 .item_content {
  overflow: hidden;
}
.layout_post_2 .item_content h4 {
  font-size: 20px;
  margin: 0 0 10px 0;
  line-height: 26px;
  font-weight: 700;
}
.layout_post_2 .item_content .item_meta {
  margin-top: 0;
  text-align: right;
}
.layout_post_2 .item_content p {
  margin-bottom: 10px;
}
.layout_post_2 .item_content .item_meta span {
  float: right;
}

/*------------------------------------------------------------------------------
    Single layout
------------------------------------------------------------------------------*/
article.post .thumb_meta {
  position: static;
  margin-bottom: 10px;
}
article.post h1.entry_title {
  line-height: 46px;
}
article.post .entry_media {
  position: relative;
  margin: 20px 0;
}
article.post .entry_media img,
article.post .entry_media iframe {
  width: 100%;
}
/* Like button */
.entry_media span.meta_likes {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 17px;
  margin: 0 5px 0 0;
  color: #f00;
  font-family: "FontAwesome";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* Tooltips */
[data-tip] {
  position: relative;
}
[data-tip]:before {
  content: " ";
  visibility: hidden;
  opacity: 0;
  border: 5px solid #fff;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  position: absolute;
  top: 3px;
  left: -13px;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
[data-tip]:after {
  visibility: hidden;
  opacity: 0;
  content: attr(data-tip);
  position: absolute;
  top: -4px;
  left: -82px;
  text-align: center;
  width: 70px;
  padding: 0 0.5em;
  background-color: #fff;
  color: #222;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  font-family: sans-serif;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
  visibility: visible;
  opacity: 1;
}
/* Gallery */
article.post .entry_media  {
  margin-bottom: 0;
}
article.post .entry_media {
  padding: 10px 15px;
}
article.post .entry_media {
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
}


article.post .entry_content {
  /*overflow: hidden;*/
  padding: 15px 0;
  padding-bottom: 0;
  margin-bottom: 15px;
}
/* Tags */
article.post .bottom_wrapper {
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
}
article.post .bottom_wrapper span {
  height: 18px;
  line-height: 18px;
  font-size: 13px;
  display: block;
  float: left;
  margin-right: 5px;
}
article.post .entry_tags {
  float: left;
}
article.post .entry_tags.categories {
  float: right;
}
article.post .entry_tags a {
  float: left;
  height: 18px;
  line-height: 18px;
  position: relative;
  font-size: 11px;
  margin: 0 5px 5px 12px;
  padding: 0 10px 0 12px;
  background: #bbb;
  color: #fff;
  text-decoration: none;
}
article.post .entry_tags a:before {
  content: " ";
  float: left;
  position: absolute;
  top: 0;
  left: -9px;
  width: 0;
  height: 0;
  border-top-color: transparent !important;
  border-right-color: #bbb;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
article.post .entry_tags a:after {
  content: " ";
  position: absolute;
  top: 7px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
article.post .entry_tags a:hover {
  background: #222;
}
article.post .entry_tags a:hover:before {
  border-right-color: #222;
}

/* Editor review */
.editor_review {
  margin-bottom: 30px;
}
.editor_review .inner {
  padding: 20px;
  background-color: #222;
}
.editor_review .inner .review {
  font-size: 12px;
  margin-bottom: 15px;
}
.editor_review .inner .review .review_header {
  overflow: hidden;
  margin-bottom: 2px;
}
.editor_review .inner .review .review_header .title {
  text-transform: uppercase;
  color: #fff;
  float: left;
}
.editor_review .inner .review .review_header .result {
  color: #999;
  float: right;
}
.editor_review .inner .review .review_footer {
  height: 5px;
  background-color: #333;
}
.editor_review .inner .review .review_footer span {
  width: 100%;
  display: block;
  height: 5px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated {
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  animation: fadeIn 2s;
}
.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.editor_review .inner .review_summary {
  padding: 10px 0 0 0;
}
.editor_review .inner .review_summary .final_result {
  padding: 15px;
  margin-right: 15px;
  background-color: #333;
  float: left;
  text-align: center;
}
.editor_review .inner .review_summary .final_result p {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
  margin: 0;
}
.editor_review .inner .review_summary .final_result strong {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}

.editor_review .inner .review_summary .final_summary {
  overflow: hidden;
}
.editor_review .inner .review_summary .final_summary h5 {
  color: #fff;
  margin: 0 0 5px 0;
}
.editor_review .inner .review_summary .final_summary p {
  line-height: 18px;
  font-size: 13px;
  color: #999;
}
.editor_review .inner .review_summary .item_meta span {
  margin-right: 0;
}

/* Comments */
#comments {
  margin-bottom: 30px;
}
.comment_list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}
.comment_list li article {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.comment_avatar {
  float: left;
  margin: 0 10px 0 0;
  width: 60px;
}
.comment_overflow {
  overflow: hidden;
}
.comment_meta h5 {
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 0;
}
.comment_meta span {
  line-height: 1;
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
  margin-right: 5px;
}
.comment_content,
.comment_content p {
  line-height: 19px;
  font-size: 13px;
}
ul.children {
  margin: 0 0 0 70px;
  padding: 0;
}

/*------------------------------------------------------------------------------
    14.4 Multipack
-------------------------------------------------------------------------------*/
.multipack {
  overflow: hidden;
}
.multipack .layout_post_1 {
  border: 0;
  width: 50%;
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
}
.multipack .list_posts {
  border: 0;
  width: 50%;
  float: left;
}

/*------------------------------------------------------------------------------
    14.5 List posts
-------------------------------------------------------------------------------*/
.list_posts {
  border-left: 0;
  margin: 0 0 15px 0;
  width: 100%;
  float: none;
}
.list_posts .btn {
  margin: 0;
}

/*------------------------------------------------------------------------------
    14.6 List posts 1
-------------------------------------------------------------------------------*/
.list_posts_1 {
  margin-bottom: 15px;
}
.list_posts_1 .item {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.list_posts_1 .item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.list_posts_1 .item_content .item_meta {
  margin-bottom: 10px;
}
.list_posts_1 .item .item_content h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 4px 0;
}
.list_posts_1 .item .item_content h4 a {
  display: block;
}
.list_posts_1 .item .item_content p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
}

/*------------------------------------------------------------------------------
    14.7 List posts
-------------------------------------------------------------------------------*/
.list_posts .post {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.list_posts .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.list_posts .post .item_thumb {
  width: 75px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  float: left;
  margin: 0 10px 0 0;
}
.list_posts .post .item_thumb .thumb_icon {
  z-index: 5;
  opacity: 0;
  position: absolute;
  margin-left: -13px;
  margin-top: -13px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.list_posts .post .item_thumb .thumb_icon a {
  font-size: 10px;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.list_posts .post:hover .item_thumb .thumb_icon {
  opacity: 1;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.list_posts .post:hover .item_thumb img {
  opacity: 0.3;
}
.list_posts .post .item_thumb .thumb_hover a {
  display: block;
}
.list_posts .post .item_thumb img {
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* Content */
.list_posts .post .item_content {
  padding-left: 1px;
  overflow: hidden;
}
.list_posts .post .item_content h4 {
  margin: 0 0 10px 0;
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
}
.list_posts .post .item_content h4 a {
  display: block;
}
.list_posts .post .item_content p {
  margin: 0;
}

/*------------------------------------------------------------------------------
    15. Top reviews
-------------------------------------------------------------------------------*/
.top_review {
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
  background-color: #eee;
}
.top_review .transition_line {
  width: 0;
  height: 3px;
  left: 0;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.top_review:hover .transition_line {
  width: 100%;
}
.top_review img {
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Hover effect */
.top_review .hover_effect {
  color: #fff;
  position: relative;
  display: block;
}
.top_review .hover_effect:hover img {
  opacity: 0.3;
}
.top_review .hover_effect .result {
  background-color: #222;
  opacity: 0;
  z-index: 1;
  position: absolute;
  line-height: 44px;
  text-align: center;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  margin-top: -22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.top_review .hover_effect:hover .result {
  opacity: 1;
}
/* Content */
.top_review .item_content {
  padding-bottom: 5px;
}
.top_review .item_content h4 {
  margin: 10px 0;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
}
/* Rating */
.top_review .full_meta {
  background-color: #444;
  text-align: center;
  width: 100%;
}
.top_review .full_meta span.meta_rating {
  display: inline-block;
  float: none;
  margin: 0;
}

/*------------------------------------------------------------------------------
    16. Shortcodes
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
    16.1 Google map
------------------------------------------------------------------------------*/
.google_map {
  width: 100%;
  margin-bottom: 20px;
}
.google_map iframe {
  width: 100%;
  max-width: 100%;
}
/*------------------------------------------------------------------------------
    16.2 Popup
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
    16.3 Slider
------------------------------------------------------------------------------*/

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 375px;
  margin-bottom: 30px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.1s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.1s ease;
}
.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 15px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background-color: transparent;
}
.slideshow .arrows .prev {
  left: 30px;
}

.slideshow .arrows .next {
  right: 30px;
}

.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}

/*------------------------------------------------------------------------------
    16.4 Head title
------------------------------------------------------------------------------*/
.head_title {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.head_title:first-child {
  margin-top: 0;
}
.head_title:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #eee;
  top: 50%;
}
.head_title h2 {
  font-weight: 700;
  display: inline-block;
  background-color: #fff;
  position: relative;
  padding-right: 20px;
  margin: 0;
}
/*------------------------------------------------------------------------------
    16.5 Dropcaps
------------------------------------------------------------------------------*/
.dropcap:first-letter {
  font-size: 48px;
  text-transform: uppercase;
  float: left;
  margin: 20px 25px 15px 10px;
  display: block;
  font-weight: 400;
}
/*------------------------------------------------------------------------------
    16.6 Accordions
------------------------------------------------------------------------------*/

.IsicMissionBody {
  display: none;
  transition: all 2s linear;
}

.IsicMissionBody.active {
  display: block;
  transition: all 2s linear;
}
.OpsomHomeIsic {
  cursor: pointer;
  transition: all 2s linear;
}


.accordion_content {
  margin-bottom: 20px;
}
.accordion_content + .accordion_content {
  margin-top: -19px;
}
.accordion_content .accordion_content_title {
  background-color: #fff;
  padding: 15px;
  outline: none;
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  margin: 0;
}
.accordion_content .accordion_content_title:after {
  font-family: "FontAwesome";
  content: "\f107";
  right: 0px;
  top: 0px;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #999;
  position: absolute;
  background-color: #eee;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.accordion_content .accordion_content_title.ui-state-active:after {
  content: "\f106";
}
.accordion_content .accordion_content_inner {
  padding: 15px 0;
  font-size: 14px;
  line-height: 21px;
  display: none;
  width:90%;
}
.accordion_content .accordion_content_inner p:last-child {
  margin-bottom: 0;
}
/*------------------------------------------------------------------------------
    16.7 Tabs
------------------------------------------------------------------------------*/
.tab_content {
  margin-bottom: 20px;
}
.ui-tabs-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ui-tabs-nav li {
  font-size: 14px;
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 0 1px 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs-nav li h4 {
  font-size: 14px;
}
.ui-tabs-nav li a {
  background-color: #fff;
  padding: 15px;
  float: left;
  text-decoration: none;
  outline: none;
  text-decoration: none;
}
.tab_content .ui-tabs-nav li.ui-tabs-active a {
  background-color: #eee;
}
.ui-tabs-panel {
  padding: 15px 0 0 0;
  font-size: 14px;
  line-height: 21px;
}
/*------------------------------------------------------------------------------
    16.8 Alerts
------------------------------------------------------------------------------*/
.alert_message {
  padding: 10px;
  margin-bottom: 20px;
}
.alert_message p:last-child {
  margin-bottom: 0;
}
.alert_message.white {
  border: 1px solid #eee;
  background-color: #fff;
}
.alert_message.grey {
  border: 1px solid #e9e9e9;
  background-color: #f9f9f9;
}
.alert_message.red {
  background-color: #ffe6e3;
  border: 1px solid #f2c3bf;
  color: #bf210e;
}
.alert_message.yellow {
  background-color: #fff7d6;
  border: 1px solid #e9d477;
  color: #956433;
}
.alert_message.green {
  background-color: #edfdd3;
  border: 1px solid #c4dba0;
  color: #657e3c;
}
/*------------------------------------------------------------------------------
    16.9 Buttons
------------------------------------------------------------------------------*/
.fa-trash-alt{
  font-size:18px;
}
.btn {
  color: #fff;
  border: 0;
  display: inline-block;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  position: relative;
}

.btn_small {
  padding: 2px 8px;
  font-size: 11px;
}
.btn_large {
  padding: 12px 28px;
  font-size: 18px;
}
.btn_expand {
  display: block;
  width: 100%;
}
.btn_turquoise {
  background-color: #1abc9c;
}
.btn_turquoise:hover {
  background-color: #16a085;
}
.btn_green {
  background-color: #2ecc71;
}
.btn_green:hover {
  background-color: #27ae60;
}
.btn_blue {
  background-color: #3498db;
}
.btn_blue:hover {
  background-color: #2980b9;
}
.btn_darkblue {
  background-color: #34495e;
}
.btn_darkblue:hover {
  background-color: #2c3e50;
}
.btn_purple {
  background-color: #9b59b6;
}
.btn_purple:hover {
  background-color: #8e44ad;
}
.btn_red {
  background-color: #40b8b8;
}
.btn_red:hover {
  background-color: #c0392b;
}
.btn_orange {
  background-color: #f1c40f;
}
.btn_orange:hover {
  background-color: #f39c12;
}
.btn_grey {
  background-color: #95a5a6;
}
.btn_grey:hover {
  background-color: #7f8c8d;
}
/*------------------------------------------------------------------------------
    Images
------------------------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin: 5px 20px 10px 0;
}
.alignright {
  display: inline;
  float: right;
  margin: 5px 0 10px 20px;
}
.aligncenter {
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption {
  border: 1px solid #eee;
  padding: 10px;
  max-width: 100%;
  background: #fff;
}
.wp-caption img {
  margin: 0;
}
.wp-caption-text {
  text-align: center;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  margin: 5px 0 0 0;
}

/*------------------------------------------------------------------------------
    17. Header
------------------------------------------------------------------------------*/
#header {
  background-color: #fff;
}
/* Meta */
#header .header_meta {
  background-color: #222;
}
/* Weather forecast */
#header .header_meta .weather_forecast {
  float: left;
  line-height: 45px;
}
#header .header_meta .weather_forecast i {
  margin-right: 5px;
  font-size: 14px;
}
#header .header_meta .weather_forecast .city {
  color: #fff;
}

/* Main */
#header .header_main {
  z-index: 9;
  display: block;
  position: relative;
  width: 100%;
}
#header_main .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#header_main.fixed {
  background-color: #fff;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.2);
}
.header_main-parent {
  clear: both;
  display: block;
  background-color: #fff;
  margin-bottom: 30px;
}
.header_main-parent #header_main.fixed .container {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Logo */
.site_brand img {
  max-height: 67px;
}
#site_title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  margin: 0;
}
#site_title span {
  font-weight: 300;
}
#site_description {
  margin: 0;
  color: #999;
  font-size: 14px;
}
/*------------------------------------------------------------------------------
    18. Navigation
------------------------------------------------------------------------------*/
.content {
  max-width: 1170px;
  margin: auto;
  padding: 0 35px;
}
.navbar {
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 25px 0;
  transition: all 0.3s ease;
}
.navbar ul {
  margin-bottom: 0px;
}
.navbar.sticky {
  background: white;
  padding: 10px 0;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.navbar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.isic-logo-nav {
  max-width: 150px;
}

.navbar .menu-list {
  display: inline-flex;
}
.menu-list li {
  list-style: none;
  transition: all 0.3s ease;
  color: black;
  font-size: 14px;
  font-weight: 500;

  cursor: pointer;
}
.menu-list .nav-lijst{
  margin-left: 25px;
}
.menu-list li a {
  text-decoration: none;
}
.menu-list li a:hover,
.menu-list li:hover {
  color: #40b8b8;
}
.dropdown ul{
  margin-top: 10px;
  margin-left: 0;
  padding:0;
  border-top: 2px solid #40b8b8;
}
.dropdown ul li{
  padding:10px;

}
.dropdown-content {
  display: none;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content li a {
  font-size: 16px;
  padding-top: 10px;
  font-weight: 400;
  float: none;
  color: black;
  text-decoration: none;
  text-align: left;
  margin-top:20px;
  margin-left: 0;
}

.icon {
  color: #40b8b8;
  background-color: #d9f1f1;
  font-size: 30px;
  padding: 10px 20px;
  cursor: pointer;
  display: none;
}
.menu-list .cancel-btn {
  position: absolute;
  right: 30px;
  top: 20px;
}

/*------------------------------------------------------------------------------
    19. Main content
------------------------------------------------------------------------------*/
.main_content {
  width: 810px;
  float: left;
  position: relative;
  margin-bottom: 15px;
  min-height: 1px;
  margin-right: 30px;
}

/*------------------------------------------------------------------------------
    20. General style
------------------------------------------------------------------------------*/
/* Thumb meta */
.thumb_meta {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.thumb_meta span {
  padding: 0 10px;
  font-size: 12px;
  float: left;
}
.thumb_meta span.category {
  color: #fff;
}
.thumb_meta span.category a {
  color: #fff;
}
.thumb_meta span.comments:before {
  font-size: 14px;
  margin-right: 10px;
  font-family: "FontAwesome";
  color: #fff;
  content: "\f0c9";
  background-color: #222;
  display: block;
  float: left;
  width: 30px;
  text-align: center;
}
.thumb_meta span.comments {
  padding-left: 0;
  background-color: #fff;
}
.thumb_meta span.comments a {
  color: #222;
}
/* Item meta */
.item_meta {
  font-size: 13px;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #999;
}
.item_meta span {
  float: left;
  margin-right: 10px;
}
.item_meta span:before {
  margin: 0 5px 0 0;
  font-family: "FontAwesome";
}
.item_meta span.meta_date:before {
  content: "\f017";
}
.item_meta span.meta_author a {
  color: #999;
}
.item_meta span.meta_author:before {
  content: "\f007";
}
.item_meta span.meta_comments a {
  color: #999;
}
.item_meta span.meta_comments:before {
  content: "\f0e5";
}
.item_meta span.meta_likes a {
  color: #999;
}
.item_meta span.meta_likes:before {
  content: "\f08a";
}
/* Span format */
span.format {
  margin-right: 5px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  padding: 1px 4px;
  line-height: 1;
  display: inline;
  white-space: nowrap;
  vertical-align: 1px;
  font-weight: 400;
}
/* Ratings */
@font-face {
  font-family: "fontello";
  src: url("fonts/Fontello/fontello.eot?48740449");
  src: url("fonts/Fontello/fontello.eot?48740449#iefix")
      format("embedded-opentype"),
    url("fonts/Fontello/fontello.woff?48740449") format("woff"),
    url("fonts/Fontello/fontello.ttf?48740449") format("truetype"),
    url("fonts/Fontello/fontello.svg?48740449#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
.full_meta span.meta_rating,
.item_meta span.meta_rating {
  letter-spacing: 2px;
  overflow: hidden;
  position: relative;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  width: 70px;
  font-family: "fontello";
}
.full_meta span.meta_rating:before,
.item_meta span.meta_rating:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-variant: normal;
  color: #ddd;
  content: "\e800\e800\e800\e800\e800";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.full_meta span.meta_rating span,
.item_meta span.meta_rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 14px;
}
.full_meta span.meta_rating span:before,
.item_meta span.meta_rating span:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-variant: normal;
  color: #f89406;
  content: "\e800\e800\e800\e800\e800";
  top: 0;
  position: absolute;
  left: 0;
}

/*------------------------------------------------------------------------------
    21. Widgets
------------------------------------------------------------------------------*/
.sidebar {
  width: 300px;
  float: left;
  position: relative;
  margin-bottom: 15px;
  min-height: 1px;
}
.widget {
  margin-bottom: 30px;
}
.widget .widget_title {
  background-image: url(assets/Stripes_BG.png);
  background-attachment: scroll;
  background-repeat: repeat;
  background-position: left top;
  height: 15px;
  line-height: 15px;
  margin-bottom: 15px;
}
#footer .widget .widget_title {
  background-color: #444;
}
.widget .widget_title h3 {
  font-weight: 400;
  padding-right: 10px;
  font-size: 16px;
  height: 15px;
  line-height: 15px;
  text-transform: uppercase;
  background-color: #fff;
  display: inline-block;
  margin: 0;
}
.dt_mega_menu .widget .widget_title h3 {
  background-color: #fff;
}
#footer .widget .widget_title h3 {
  background-color: #222;
  color: #fff;
}
/* Search widget */
.tb_widget_search form {
  position: relative;
  margin-bottom: 0;
}
.tb_widget_search form input[type="text"] {
  line-height: 34px;
  height: 34px;
  padding-right: 70px;
}
.tb_widget_search form input[type="submit"] {
  font-size: 13px;
  padding: 7px 15px;
  position: absolute;
  right: 0;
  top: 0;
}

/*------------------------------------------------------------------------------
    22.1 Widget authors
-------------------------------------------------------------------------------*/
.tb_widget_authors .author {
  position: relative;
  background-color: #eee;
  padding: 5px;
  margin-bottom: 1px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .tb_widget_authors .author {
  background-color: #333;
}
.tb_widget_authors .author:hover {
  background-color: #e9e9e9;
}
#footer .tb_widget_authors .author:hover {
  background-color: #444;
}
.tb_widget_authors .author .order {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 28px;
  color: #ddd;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .tb_widget_authors .author .order {
  color: #555;
}
.tb_widget_authors .author:hover .order {
  color: #999;
}
#footer .tb_widget_authors .author:hover .order {
  color: #999;
}
.tb_widget_authors .author_avatar {
  position: relative;
  float: left;
  margin: 0 8px 0 0;
}
.tb_widget_authors .author_avatar img {
  border: 3px solid #fff;
  width: 70px;
  max-width: 100%;
  display: block;
}
.tb_widget_authors .author_info {
  overflow: hidden;
  padding-right: 25px;
}
.tb_widget_authors .author_info h3 {
  line-height: 26px;
  font-size: 14px;
  margin: 0;
  font-weight: 700;
}
#footer .tb_widget_authors .author_info h3 a {
  color: #fff;
}
.tb_widget_authors .author_info p {
  line-height: 18px;
  font-size: 12px;
  margin: 0;
}
#footer .tb_widget_authors .author_info p {
  color: #999;
}
.tb_widget_authors .author_info p:before {
  font-family: "FontAwesome";
  margin-right: 4px;
  display: inline-block;
  width: 16px;
  text-align: center;
}
.tb_widget_authors .author_info p.role:before {
  content: "\f091";
}
.tb_widget_authors .author_info p.articles:before {
  content: "\f1ea";
}

/*------------------------------------------------------------------------------
    22.2 Widgets (Wordpress)
-------------------------------------------------------------------------------*/
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_pages ul,
.widget_recent_entries ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_meta ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_pages ul ul,
.widget_recent_entries ul ul {
  margin-top: 5px;
  border-top: 1px solid #eee;
  padding-top: 5px;
}
#footer .widget_meta ul ul,
#footer .widget_categories ul ul,
#footer .widget_archive ul ul,
#footer .widget_pages ul ul,
#footer .widget_recent_entries ul ul {
  margin-top: 5px;
  border-top: 1px solid #444;
  padding-top: 5px;
}
.widget_meta ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_recent_entries ul li {
  color: #999;
  padding-left: 10px;
  position: relative;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.widget_meta ul li:before,
.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_pages ul li:before,
.widget_recent_entries ul li:before {
  font-size: 10px;
  color: #ddd;
  left: 0;
  position: absolute;
  font-family: "FontAwesome";
  content: "\f105";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget_meta ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_entries ul li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
#footer .widget_meta ul li:last-child,
#footer .widget_categories ul li:last-child,
#footer .widget_archive ul li:last-child,
#footer .widget_pages ul li:last-child,
#footer .widget_recent_entries ul li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}

/*------------------------------------------------------------------------------
    22.3 Widget categories (custom)
-------------------------------------------------------------------------------*/
.tb_widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tb_widget_categories ul ul {
  margin-top: 5px;
  border-top: 1px solid #eee;
  padding-top: 5px;
}
.tb_widget_categories ul li {
  color: #999;
  padding-left: 10px;
  position: relative;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
#footer .tb_widget_categories ul li {
  border-bottom: 1px solid #444;
}
#footer .tb_widget_categories ul li a {
  color: #fff;
}
.tb_widget_categories ul li:before {
  color: #ddd;
  left: 0;
  position: absolute;
  font-family: "FontAwesome";
  content: "\f105";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tb_widget_categories ul li:last-child,
#footer .tb_widget_categories ul li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}

/*------------------------------------------------------------------------------
    22.4 Widget posts big
-------------------------------------------------------------------------------*/
.tb_widget_posts_big .item {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.tb_widget_posts_big .item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
#footer .tb_widget_posts_big .item {
  border-bottom: 1px solid #444;
}
#footer .tb_widget_posts_big .item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.tb_widget_posts_big .item .item_content h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 4px 0;
}
.tb_widget_posts_big .item .item_content h4 a {
  display: block;
}
#footer .tb_widget_posts_big .item .item_content h4 a {
  color: #fff;
}
.tb_widget_posts_big .item .item_content p {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}
.tb_widget_posts_big .item .item_content .item_meta {
  margin-bottom: 10px;
}

/*------------------------------------------------------------------------------

    22.5 Widget timeline
-------------------------------------------------------------------------------*/
.tb_widget_timeline article {
  min-height: 48px;
  position: relative;
  padding-left: 85px;
}
.tb_widget_timeline span.date,
.tb_widget_timeline span.time {
  font-size: 11px;
  position: absolute;
  color: #999;
  left: 0;
  width: 70px;
  text-align: right;
}
.tb_widget_timeline span.date {
  top: 0;
}
.tb_widget_timeline span.time {
  top: 14px;
}
.tb_widget_timeline .timeline_content {
  min-height: 48px;
  border-left: 1px solid #ddd;
  padding-left: 17px;
  padding-bottom: 15px;
  position: relative;
}
.tb_widget_timeline article:last-child .timeline_content {
  border-left: none;
  padding-bottom: 0;
}
.tb_widget_timeline .timeline_content i {
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  width: 12px;
  text-align: center;
  position: absolute;
  left: -6px;
  top: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.dt_mega_menu .tb_widget_timeline .timeline_content i {
  background-color: #fff;
}
.tb_widget_timeline article:hover .timeline_content i {
  font-size: 20px;
  left: -9px;
}
.tb_widget_timeline .timeline_content h3 {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
}
.tb_widget_timeline .timeline_content h3 a {
  display: block;
}

/*------------------------------------------------------------------------------
    22.6 Widget tags
-------------------------------------------------------------------------------*/
.tb_widget_tagcloud a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 12px;
  margin: 0 5px 5px 12px;
  padding: 0 10px 0 12px;
  background: #222;
  color: #fff;
  text-decoration: none;
}
#footer .tb_widget_tagcloud a {
  background: #fff;
  color: #222;
}
.tb_widget_tagcloud a:before {
  content: " ";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-top-color: transparent !important;
  border-right-color: #222;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .tb_widget_tagcloud a:before {
  border-right-color: #fff;
}
.tb_widget_tagcloud a:after {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#footer .tb_widget_tagcloud a:after {
  background: #222;
}
#footer .tb_widget_tagcloud a:hover {
  color: #fff;
}

/*------------------------------------------------------------------------------
    22.7 Widget socialize
-------------------------------------------------------------------------------*/
.tb_widget_socialize a.icon .symbol {
  margin: 0 8px 0 0;
  color: #fff;
  float: left;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tb_widget_socialize a.icon .text {
  padding-top: 8px;
  overflow: hidden;
}
.tb_widget_socialize a.icon .text p:first-child {
  font-weight: 700;
  color: #222;
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 1;
}
#footer .tb_widget_socialize a.icon .text p:first-child {
  color: #fff;
}
.tb_widget_socialize a.icon .text p {
  font-size: 12px;
  margin: 0;
  color: #999;
  line-height: 1;
}
.tb_widget_socialize a.icon .text p:last-child {
  font-size: 12px;
}
.tb_widget_socialize a.icon {
  color: #222;
  width: 30%;
  display: block;
  float: left;
}

.tb_widget_socialize a.icon.facebook .symbol {
  background-color: #3b5998;
}
.tb_widget_socialize a.icon.twitter .symbol {
  background-color: #00aced;
}
.tb_widget_socialize a.icon.google .symbol {
  background-color: #dd4b39;
}
.tb_widget_socialize a.icon.instagram .symbol {
  background-color: #dd4b39;
}
.tb_widget_socialize a.icon.linkedin .symbol {
  background-color: #007bb6;
}
.tb_widget_socialize a.icon:hover .symbol {
  background-color: #000;
}

/*------------------------------------------------------------------------------
    22.8 Widget recent list
-------------------------------------------------------------------------------*/
.tb_widget_recent_list .item {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
#footer .tb_widget_recent_list .item {
  border-bottom: 1px solid #444;
}
.tb_widget_recent_list .item:last-child,
#footer .tb_widget_recent_list .item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
.tb_widget_recent_list .item .item_thumb {
  width: 75px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  float: left;
  margin: 0 10px 0 0;
}
.tb_widget_recent_list .item .item_thumb .thumb_icon {
  z-index: 5;
  opacity: 0;
  position: absolute;
  margin-left: -13px;
  margin-top: -13px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tb_widget_recent_list .item .item_thumb .thumb_icon a {
  font-size: 10px;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tb_widget_recent_list .item:hover .item_thumb .thumb_icon {
  opacity: 1;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.tb_widget_recent_list .item:hover .item_thumb img {
  opacity: 0.3;
}
.tb_widget_recent_list .item .item_thumb .thumb_hover a {
  display: block;
}
.tb_widget_recent_list .item .item_thumb img {
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* Content */
.tb_widget_recent_list .item .item_content {
  padding-left: 1px;
  overflow: hidden;
}
.tb_widget_recent_list .item .item_content h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
}
.tb_widget_recent_list .item .item_content h4 a {
  display: block;
}
#footer .tb_widget_recent_list .item .item_content h4 a {
  color: #fff;
}

/*--------------------------------------------------------------
    CUSTOM
----------------------------------------------------------------*/
.tb_widget_recent_list_BIG .item {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
#footer .tb_widget_recent_list_BIG .item {
  border-bottom: 1px solid #444;
}
.tb_widget_recent_list_BIG .item:last-child,
#footer .tb_widget_recent_list_BIG .item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
.tb_widget_recent_list_BIG .item .item_thumb {
  width: 200px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  float: left;
  margin: 0 10px 0 0;
}
.tb_widget_recent_list_BIG .item .item_thumb .thumb_icon {
  z-index: 5;
  opacity: 0;
  position: absolute;
  margin-left: -22px;
  margin-top: -22px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tb_widget_recent_list_BIG .item .item_thumb .thumb_icon a {
  font-size: 14px;
  color: #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tb_widget_recent_list_BIG .item:hover .item_thumb .thumb_icon {
  opacity: 1;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.tb_widget_recent_list_BIG .item:hover .item_thumb img {
  opacity: 0.3;
}
.tb_widget_recent_list_BIG .item .item_thumb .thumb_hover a {
  display: block;
}
.tb_widget_recent_list_BIG .item .item_thumb img {
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* Content */
.tb_widget_recent_list_BIG .item .item_content {
  padding-left: 1px;
  overflow: hidden;
}
.tb_widget_recent_list_BIG .item .item_content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
}
.tb_widget_recent_list_BIG .item .item_content h4 a {
  display: block;
}

/*------------------------------------------------------------------------------
    22.9 Widget banner
-------------------------------------------------------------------------------*/
.tb_widget_banner a {
  float: left;
  margin: 0 2px 2px 0;
  border: 5px solid #eee;
  width: auto;
}
.tb_widget_banner a:nth-child(2n) {
  margin-right: 0;
}
.tb_widget_banner img {
  max-width: 100%;
}
.col_9_of_12 .tb_widget_banner a,
.col_2_of_12 .tb_widget_banner a,
.col_3_of_12 .tb_widget_banner a,
.col_4_of_12 .tb_widget_banner a,
.col_5_of_12 .tb_widget_banner a,
.col_6_of_12 .tb_widget_banner a,
.col_7_of_12 .tb_widget_banner a,
.col_8_of_12 .tb_widget_banner a,
.col_9_of_12 .tb_widget_banner a,
.col_10_of_12 .tb_widget_banner a,
.col_11_of_12 .tb_widget_banner a,
.col_12_of_12 .tb_widget_banner a {
  width: 100%;
  display: block;
  margin: 0 0 5px 0;
  border: 0;
  text-align: center;
  float: none;
}
.col_9_of_12 .tb_widget_banner img,
.col_2_of_12 .tb_widget_banner img,
.col_3_of_12 .tb_widget_banner img,
.col_4_of_12 .tb_widget_banner img,
.col_5_of_12 .tb_widget_banner img,
.col_6_of_12 .tb_widget_banner img,
.col_7_of_12 .tb_widget_banner img,
.col_8_of_12 .tb_widget_banner img,
.col_9_of_12 .tb_widget_banner img,
.col_10_of_12 .tb_widget_banner img,
.col_11_of_12 .tb_widget_banner img,
.col_12_of_12 .tb_widget_banner img {
  border: 5px solid #eee;
}

/*------------------------------------------------------------------------------
    22.9 Widget banner 125
-------------------------------------------------------------------------------*/
.tb_widget_banner_125 a {
  float: left;
  margin: 0 2px 2px 0;
  border: 5px solid #eee;
  width: 130px;
}
.tb_widget_banner_125 a:nth-child(2n) {
  margin-right: 0;
}
.tb_widget_banner_125 img {
  max-width: 100%;
}
.col_2_of_12 .tb_widget_banner_125 a {
  width: 100%;
  display: block;
  margin: 0 0 5px 0;
  border: 0;
  text-align: center;
  float: none;
}
.col_2_of_12 .tb_widget_banner_125 img {
  border: 5px solid #eee;
}

/*------------------------------------------------------------------------------
    22.91 Widget top rated
-------------------------------------------------------------------------------*/
.tb_widget_top_rated .item {
  position: relative;
  padding: 5px;
  margin-bottom: 1px;
  background-color: #eee;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .tb_widget_top_rated .item {
  background-color: #333;
}
.tb_widget_top_rated .item:hover {
  background-color: #e9e9e9;
}
#footer .tb_widget_top_rated .item:hover {
  background-color: #444;
}
.tb_widget_top_rated .item .item_thumb {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  float: left;
  margin: 0 10px 0 0;
}
.tb_widget_top_rated .item img {
  border: 3px solid #fff;
  width: 80px;
  max-width: 100%;
  display: block;
}
/* Content */
.tb_widget_top_rated .item .item_content {
  padding-right: 30px;
  overflow: hidden;
}
.tb_widget_top_rated .item .item_content h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
}
.tb_widget_top_rated .item .item_content h4 a {
  display: block;
}
#footer .tb_widget_top_rated .item .item_content h4 a {
  color: #fff;
}
.tb_widget_top_rated .item .order {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 28px;
  color: #ddd;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .tb_widget_top_rated .item .order {
  color: #555;
}
.tb_widget_top_rated .item:hover .order {
  color: #999;
}
#footer .tb_widget_top_rated .item:hover .order {
  color: #999;
}
.secondary_sidebar .tb_widget_top_rated .item .item_thumb {
  display: none;
}

/*------------------------------------------------------------------------------
    23. Footer
------------------------------------------------------------------------------*/
#footer {
  color: #999;
  padding-top: 30px;
  margin-top: 30px;
  background-color: #222;
}

/*------------------------------------------------------------------------------
    24. Copyright
-------------------------------------------------------------------------------*/
#copyright {
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
  background-color: #333;
}
#copyright a {
  color: #999;
}
#copyright a:hover {
  color: #fff;
}
#copyright p {
  margin: 0;
}

.striped {
  background-image: url(assets/Stripes_BG.png);
  background-attachment: scroll;
  background-position: left top;
  height: auto;
  padding: 20px;
  display: table;
  margin-bottom: 20px;
}
.verticalAlign {
  display: table-cell;
  height: auto;
  vertical-align: middle;
}

.overview_arrows {
  position: relative;
  width: 100%;
  margin: 0px auto;
  clear: both;
}
.overview_arrows:after {
  content: "";
  clear: both;
  display: block;
}
.overview_previous {
  position: absolute;
  left: 0px;
  top: 0px;
  float: left;
}
.overview_next {
  position: absolute;
  right: 0px;
  top: 0px;
  float: right;
}
.marston_table {
  width: 45%;
  float: left;
  margin: 1em;
}
.marston_positive {
  background-color: #3a841c;
  color: #ffffff;
}
.marston_negative {
  background-color: #d30306;
  color: #ffffff;
}
.marston_table tr:nth-child(odd) {
  background-color: #e8e8e8;
}
.progress_container {
  border: #eee solid 1px;
  padding: 0.5em;
  width: 100%;
}
.progress_bar {
  width: 100%;
  background-color: #1abc9c;
  height: 20px;
}
.postfix {
  background-color: #40b8b8;
  border: 1px solid #40b8b8;
  outline: none;
  color: #ffffff;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 8px 10px;
  width: 100%;
  margin-left: -15px;
  line-height: normal;
  text-align: center;
}

.SlideNav {
  list-style: none;
  text-align: center;
  padding: 0px;
  margin: 0px;
  padding-bottom: 10px;
}
.SlideNav li:first-child {
  text-align: left;
}
.SlideNav li:last-child {
  text-align: right;
}
.SlideNav li {
  position: relative;
  display: inline-block;
  margin-right: -4px;
  font-size: 110%;
  width: 33%;
}
.SlideNav a {
  display: inline-block;
  background-color: #40b8b8;
  color: #1e1e1e;
  margin: 0px;
  width: 25px;
  height: 25px;
  position: relative;
  text-align: center;
  line-height: 23px;
  border-radius: 50%;
}
.disc_link,
a.disc_link,
a.disc_link:hover,
a.disc_link:active,
a.disc_link:visited {
  display: inline-block;
  border-radius: 50%;
  border: solid 1px #379992;
  background-color: #379992;
  padding: 25px;
  color: #ffffff;
  width: 150px;
  height: 150px;
  line-height: 135px;
}
a.disc_link:hover {
  border-color: #1c6863;
  background-color: #1c6863;
}
.spacious {
  padding: 2em;
}
.preview_ISIC_card {
  width: 374px;
  height: 235px;
  position: relative;
  background-image: url("images/ISIC/Card_Preview.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
}
.preview_CJ_card {
  width: 374px;
  height: 235px;
  position: relative;
  background-image: url("images/ISIC/Card_Preview_CJ.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
}
.preview_ITIC_card {
  width: 374px;
  height: 235px;
  position: relative;
  background-image: url("images/ISIC/Card_Preview_ITIC.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
}
.preview_IYTC_card {
  width: 374px;
  height: 235px;
  position: relative;
  background-image: url("images/ISIC/Card_Preview_IYTC.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
}
.preview_SCHOLAR_card {
  width: 374px;
  height: 235px;
  position: relative;
  background-image: url("images/ISIC/Card_Preview_Scholar.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
}
.isic_school,
.isic_name,
.isic_birthday,
.isic_validity {
  color: #000000;
  font-size: 85%;
  position: absolute;
  left: 20px;
}
.isic_school {
  top: 122px;
}
.isic_name {
  top: 145px;
}
.isic_birthday {
  top: 175px;
}
.isic_validity {
  top: 200px;
}
.isic_photo {
  position: absolute;
  left: 251px;
  top: 19px;
  width: 103px;
  height: 124px;
}
.wedstrijdpic {
  width: 150px;
}
@media only screen and (max-width: 1000px) {
  .wedstrijdpic {
    width: 100%;
  }
}

.rcButtons {
  white-space: normal !important;
}

.w45x45 {
  width: auto;
  height: auto;
  max-width: 45px;
}
.keyworkClicked {
  color: #40b8b8;
}

/*------------------------------------------------------------------------------
    Tussen pagina's
------------------------------------------------------------------------------*/

.tp-header-img {
  width: 100%;
}
.tp-voordelen {
  background-color: #40b8b8;
  border: 2px dotted white;
  padding: 20px;
  color: white;
  margin-bottom: 50px;
}
.tp-body-text p:nth-child(2) {
  font-weight: 600;
  font-size: 16px;
}

.tp-voordelen h4 {
  font-weight: 600;
  color: white;
}
.kasje-prod h4,
.tafelmoestuin-prod h4 {
  font-weight: 600;
  padding-top: 20px;
  color: #40b8b8;
}
.kasje-prod h3,
.tafelmoestuin-prod h3 {
  margin: 0px;
  padding: 10px 0px;
  font-weight: 800;
}
.tp-voordelen a {
  color: white;
  text-decoration: underline;
}
.tp-header-content {
  padding: 30px 0 20px;
  color: #40b8b8;
}
.tp-header-content h1 {
  color: #40b8b8;
  font-weight: 600;
}

.tp-logo {
  max-width: 150px;
}
.tp-content {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
}

.tp-body-text a {
  color: #40b8b8;
  text-decoration: underline;
}

.top-producten {
  padding: 50px 0px;
}
.top-producten h1 {
  text-align: center;
  color: #40b8b8;
  font-weight: 600;
  padding-bottom: 30px !important;
  margin: 0px;
}

.great-war-content {
  margin: 0px 0px 50px;
  padding: 0px;
}

/*------------------------------------------------------------------------------
   Formulier - Tussen pagina's Voordelen 
------------------------------------------------------------------------------*/
.mauticform_wrapper {
  margin: 10px auto;
}
.mauticform-name {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 3px;
}
.mauticform-description {
  margin-top: 2px;
  margin-bottom: 10px;
}
.mauticform-error {
  margin-bottom: 10px;
  color: red;
}
.mauticform-message {
  margin-bottom: 10px;
  color: green;
}
.mauticform-row {
  display: block;
  margin-bottom: 20px;
}
.mauticform-label {
  font-size: 1.1em;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.mauticform-row.mauticform-required .mauticform-label:after {
  color: #e32;
  content: " *";
  display: inline;
}
.mauticform-helpmessage {
  display: block;
  font-size: 0.9em;
  margin-bottom: 3px;
}
.mauticform-errormsg {
  display: block;
  color: red;
  margin-top: 2px;
}
.mauticform-selectbox,
.mauticform-input,
.mauticform-textarea {
  color: black;
  width: 100%;
  padding: 0.5em 0.5em;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0px 0px 0px #fff inset;
  border-radius: 4px;
  box-sizing: border-box;
}
.mauticform-checkboxgrp-label {
  font-weight: normal;
}
.mauticform-checkboxgrp-checkbox {
  width: 20px;
}
.mauticform-radiogrp-label {
  font-weight: normal;
}
.mauticform-button-wrapper .mauticform-button.btn-default,
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
  color: #5d6c7c;
  background-color: #ffffff;
  border-color: #dddddd;
}
.mauticform-button-wrapper .mauticform-button,
.mauticform-pagebreak-wrapper .mauticform-pagebreak {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.3856;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mauticform-button-wrapper .mauticform-button.btn-default[disabled],
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] {
  background-color: #ffffff;
  border-color: #dddddd;
  opacity: 0.75;
  cursor: not-allowed;
}
.mauticform-pagebreak-wrapper .mauticform-button-wrapper {
  display: inline;
}

@media only screen and (min-width: 1201px) {
  /*------------------------------------------------------------------------------
    Columns
------------------------------------------------------------------------------*/
  .container {
    width: 1170px;
  }
  .col {
    float: left;
  }

  /*------------------------------------------------------------------------------
    Wrapper
------------------------------------------------------------------------------*/
  #wrapper.boxed {
    max-width: 1200px;
  }

  /*------------------------------------------------------------------------------
    Header
------------------------------------------------------------------------------*/
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /*------------------------------------------------------------------------------
    Columns
------------------------------------------------------------------------------*/
  .container {
    width: 100%;
  }
  .col {
    float: left;
  }

  /*------------------------------------------------------------------------------
    Wrapper
------------------------------------------------------------------------------*/
  #wrapper.boxed {
    max-width: 100%;
  }

  /*------------------------------------------------------------------------------
    Header
------------------------------------------------------------------------------*/

  /*------------------------------------------------------------------------------
    Main content
------------------------------------------------------------------------------*/
  .main_content {
    width: 610px;
  }
  .multipack .layout_post_1 {
    border: 0;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 30px 0 0;
  }
  .multipack .list_posts {
    border: 0;
    width: 100%;
    float: left;
  }
  .list_posts .post .item_thumb {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    float: left;
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /*------------------------------------------------------------------------------
    18. Navigation
------------------------------------------------------------------------------*/
.dropdown ul{
  border:none;
}
.menu-list .nav-lijst{
  margin:0;
}
  body.disabled {
    overflow: hidden;
  }
  .icon {
    display: block;
    padding: 5px 10px;
  }
  .icon.hide {
    display: none;
  }
  .navbar .menu-list {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: -100%;
    top: 0px;
    padding: 45% 40px 60px;
    background: white;
    transition: all 0.3s ease;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .navbar .menu-list li {
    margin-top: 30px;
  }
  .navbar .menu-list li a, .navbar .menu-list .dropdown {
      font-size: 14px;
      margin-left: -100%;
      transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
  .menu-list li {
    margin: 0 auto;
  }

  .isic-logo-nav {
    max-width: 50px;
  }

  .dropdown-content {
    position: relative;
    text-align: center;
    font-size: 10px;
    box-shadow: none;
  }

  ul.dropdown-content li {
    margin-top: 10px !important;
  }

  .dropdown-content a {
    text-align: center;
    background-color: white;
    font-size: 16px !important;
  }
  .dropdown:hover .dropdown-content {
    border: none;
  }

  .navbar.show .menu-list {
    left: 0%;
  }

  .navbar.show .menu-list li a,  .navbar.show .menu-list .dropdown {
      margin-left: 0px;
    }

  /*------------------------------------------------------------------------------
    Columns
------------------------------------------------------------------------------*/
  .container {
    width: 100%;
  }
  .col {
    width: 100%;
    display: block;
    clear: both;
  }

  /*------------------------------------------------------------------------------
    Wrapper
------------------------------------------------------------------------------*/
  #wrapper.boxed {
    max-width: 100%;
  }

  /*------------------------------------------------------------------------------
    Header
------------------------------------------------------------------------------*/
  #header_main.fixed {
    position: static !important;
  }

  /*------------------------------------------------------------------------------
    Shop
------------------------------------------------------------------------------*/
  ul.products li.product {
    width: 49%;
  }
  ul.products li.product.first {
    float: left;
  }
  ul.products li.product:nth-child(2n) {
    margin-right: 0;
    float: right;
    clear: none;
  }
  .multipack .layout_post_1 {
    border: 0;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 30px 0 0;
  }
  .multipack .list_posts {
    border: 0;
    width: 100%;
    float: left;
  }
  .list_posts .post .item_thumb {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    float: left;
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /*------------------------------------------------------------------------------
    18. Navigation
------------------------------------------------------------------------------*/
.dropdown ul{
  border:none;
}
.menu-list .nav-lijst{
  margin:0;
}
  body.disabled {
    overflow: hidden;
  }
  .icon {
    display: block;
    padding: 5px 10px;
  }
  .icon.hide {
    display: none;
  }
  .navbar .menu-list {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: -100%;
    top: 0px;
    padding: 45% 40px 60px;
    background: white;
    transition: all 0.3s ease;
    display: block;
    text-align: center;
    margin: 0 auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .navbar .menu-list li {
    margin-top: 30px;
  }
  .navbar .menu-list li a, .navbar .menu-list .dropdown {
      font-size: 14px;
      margin-left: -100%;
      transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

  .menu-list li {
    margin: 0 auto;
  }

  .isic-logo-nav {
    max-width: 50px;
  }

  .dropdown-content {
    position: relative;
    text-align: center;
    font-size: 10px;
    box-shadow: none;
  }

  ul.dropdown-content li {
    margin-top: 10px !important;
  }

  .dropdown-content a {
    text-align: center;
    background-color: white;
    font-size: 16px !important;
  }
  .dropdown:hover .dropdown-content {
    border: none;
  }

  .navbar.show .menu-list {
    left: 0%;
  }

  .navbar.show .menu-list li a,  .navbar.show .menu-list .dropdown {
      margin-left: 0px;
    }
  /*------------------------------------------------------------------------------
    16.3 Slider
------------------------------------------------------------------------------*/
  .slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 165px;
    z-index: 1;
  }
  .slideshow .arrows .prev {
    left: 10px;
  }
  .slideshow .arrows .next {
    right: 10px;
  }

  .slideshow .pagination {
    bottom: 20px;
  }
  .slideshow .arrows .arrow {
    padding: 8px;
  }

  .slideshow .pagination .item {
    width: 36px;
  }
  .slideshow .pagination .item::before {
    width: 25px;
  }
  /*------------------------------------------------------------------------------
    Columns
------------------------------------------------------------------------------*/
  .container {
    width: 100%;
  }
  .col {
    width: 100%;
    display: block;
    clear: both;
  }

  /*------------------------------------------------------------------------------
    Header
------------------------------------------------------------------------------*/
  #header_main.fixed {
    position: static !important;
  }

  #header .header_meta .container {
    padding-left: 0;
    padding-right: 0;
  }
  /* Weather forecast */
  #header .header_meta .weather_forecast {
    padding-left: 15px;
  }

  /*------------------------------------------------------------------------------
    Shop
------------------------------------------------------------------------------*/
  ul.products li.product {
    width: 49%;
  }
  ul.products li.product.first {
    float: left;
  }
  ul.products li.product:nth-child(2n) {
    margin-right: 0;
    float: right;
    clear: none;
  }
  /* Title */
  ul.products li.product .item_thumb h3 {
    font-size: 12px;
    padding: 5px;
  }

  /*------------------------------------------------------------------------------
    Shop single
-------------------------------------------------------------------------------*/
  div.product .images {
    width: 100%;
    float: none;
    display: block;
    margin-right: 0;
    clear: both;
  }
  div.product .summary {
    width: 100%;
    float: none;
    display: block;
    clear: both;
  }

  /*------------------------------------------------------------------------------
    Page 404
------------------------------------------------------------------------------*/
  .page_404 {
    margin-bottom: 30px;
  }
  .page_404 h3 {
    font-size: 110px;
  }
  .page_404 form input {
    width: 100%;
  }

  /*------------------------------------------------------------------------------
    Post layout 2
------------------------------------------------------------------------------*/
  /* Image */
  .layout_post_2 .item_thumb {
    float: none;
    width: 100%;
    border-bottom: 0;
  }

  /*------------------------------------------------------------------------------
    Single layout
------------------------------------------------------------------------------*/
  article.post h1.entry_title {
    font-size: 24px;
    line-height: 32px;
  }

  /*------------------------------------------------------------------------------
    Multipack
-------------------------------------------------------------------------------*/
  .multipack .layout_post_1 {
    width: 100%;
    float: none;
    display: block;
  }
  .multipack .list_posts {
    display: block;
    border-left: 0;

    margin: 0;
    padding: 10px;
    padding-bottom: 0;

    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  /*------------------------------------------------------------------------------
    18. Navigation
------------------------------------------------------------------------------*/
.dropdown ul{
  border:none;
}
.menu-list .nav-lijst{
  margin:0;
}
  body.disabled {
    overflow: hidden;
  }
  .icon {
    display: block;
    padding: 5px 10px;
  }
  .icon.hide {
    display: none;
  }
  .navbar .menu-list {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: -100%;
    top: 0px;
    padding: 45% 40px 60px;
    background: white;
    transition: all 0.3s ease;
    display: block;
    margin: 0 auto;
    text-align: center;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu-list li {
    margin: 0 auto;
  }
  .navbar .menu-list li {
    margin-top: 30px;
  }
  .navbar .menu-list li a, .navbar .menu-list .dropdown {
    font-size: 14px;
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .isic-logo-nav {
    max-width: 50px;
  }

  .dropdown-content {
    position: relative;
    text-align: center;
    font-size: 10px;
    box-shadow: none;
  }

  ul.dropdown-content li {
    margin-top: 10px !important;
  }

  .dropdown-content a {
    text-align: center;
    background-color: white;
    font-size: 16px !important;
  }
  .dropdown:hover .dropdown-content {
    border: none;
  }

  .navbar.show .menu-list {
    left: 0%;
  }

  .navbar.show .menu-list li a,  .navbar.show .menu-list .dropdown {
    margin-left: 0px;
  }

  /*------------------------------------------------------------------------------
    Columns
------------------------------------------------------------------------------*/
  .container {
    width: 100%;
  }
  .col {
    width: 100%;
    display: block;
    clear: both;
  }
  /*------------------------------------------------------------------------------
    16.3 Slider
------------------------------------------------------------------------------*/
  .slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 165px;
    z-index: 1;
  }
  .slideshow .arrows .prev {
    left: 10px;
  }
  .slideshow .arrows .next {
    right: 10px;
  }

  .slideshow .pagination {
    bottom: 20px;
  }
  .slideshow .arrows .arrow {
    padding: 8px;
  }

  .slideshow .pagination .item {
    width: 36px;
  }
  .slideshow .pagination .item::before {
    width: 25px;
  }

/*------------------------------------------------------------------------------
    Header
------------------------------------------------------------------------------*/
  #header_main.fixed {
    position: static !important;
  }

  #header .header_meta .container {
    padding-left: 0;
    padding-right: 0;
  }
  /* Weather forecast */
  #header .header_meta .weather_forecast {
    padding-left: 15px;
  }
  /* Logo */
  #header .header_main .site_brand {
    margin-left: 15px;
  }

/*------------------------------------------------------------------------------
    Shop
------------------------------------------------------------------------------*/
.ValignShop{
  vertical-align: middle;
}

.ProductLijn{
  border-bottom: 1px solid #eeeeee;
  padding: 30px 0px 0px 0px;
}
.ProductEig{
  padding:0px 20px 20px 20px;
}
.ProductResp{
  width:100%;
  display:block;
  text-align: left !important;
}
  ul.products li.product {
    width: 49%;
  }
  ul.products li.product.first {
    float: left;
  }
  ul.products li.product:nth-child(2n) {
    margin-right: 0;
    float: right;
    clear: none;
  }
  /* Title */
  ul.products li.product .item_thumb h3 {
    font-size: 12px;
    padding: 5px;
  }

  /*------------------------------------------------------------------------------
    Shop single
-------------------------------------------------------------------------------*/
  div.product .images {
    width: 100%;
    float: none;
    display: block;
    margin-right: 0;
    clear: both;
  }
  div.product .summary {
    width: 100%;
    float: none;
    display: block;
    clear: both;
  }

  /*------------------------------------------------------------------------------
    Page 404
------------------------------------------------------------------------------*/
  .page_404 {
    margin-bottom: 30px;
  }
  .page_404 h3 {
    font-size: 110px;
  }
  .page_404 form input {
    width: 100%;
  }

  /*------------------------------------------------------------------------------
    Post layout 2
------------------------------------------------------------------------------*/
  /* Image */
  .layout_post_2 .item_thumb {
    float: none;
    width: 100%;
    border-bottom: 0;
  }

  /*------------------------------------------------------------------------------
    Single layout
------------------------------------------------------------------------------*/
  article.post h1.entry_title {
    font-size: 24px;
    line-height: 32px;
  }

  /*------------------------------------------------------------------------------
    Multipack
-------------------------------------------------------------------------------*/
  .multipack .layout_post_1 {
    width: 100%;
    float: none;
    display: block;
  }
  .multipack .list_posts {
    display: block;
    border-left: 0;

    margin: 0;
    padding: 10px;
    padding-bottom: 0;

    width: 100%;
    float: none;
  }
}
