/*
    Document   : style
    Created on : 14-11-2013
    Author     : Rogier van Onna, ELONISAS.nl
    Description: PAGE-ONLINE
*/

/* CREATIVE TEMPLATE */
body.front #section-1, body.front #section-2, body.front #section-3, body.front #section-4, body.front #section-5 {
    background-size: cover;
}

#header-container {
    position: fixed;
    top:0;
    z-index: 5;
    left: 0;
    right: 0;
}

.header-content {
    width: 60vw;
}

body.front #main-container {
    margin-top: 160px;
}

#main-container {
    margin-top: 180px;
}

body.front .container {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

body.front .section-content, body.front .header-content, body.front .footer-content {
}

.section-content, .header-content, .footer-content {
    width: 58.5vw;
    margin: 0 auto;
}

body.front.section-header, body.front .section-footer{
}


.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}

/* ---- NAV --- */
nav .head-nav-right {
    width: 45vmax;
    margin-top: 25px;
}

.head-nav-right {
    float: right;
}
.header-nav .standard-menu .nav-collapse > ul {
    width: 60vw;
    margin: 0 auto;
    float: none;
}

@media (min-width: 1200px) {
    body.front .container, #header-container.container {
        width: 100%;
        }
}
@media (max-width: 1024px) {
/*
    .header-content {
        width: 95vw;
    }  
*/
    nav .head-nav-right {
        width: 86vmax;
    }
}
@media (min-width: 992px) {
    body.front .container, #header-container.container {
        width: 100%;
        }
}
@media (min-width: 768px) {
   body.front .container, #header-container.container {
        width: 100%;
        }
}
@media (max-width: 768px){
    #header-container {
        position: relative;
    }
    nav .head-nav-right {
        width: 100%;
    }
    body.front .section-header, body.front .section-footer {
        clear: both;
        margin: 0 auto;
    }  
    body.front .section-content, body.front .header-content, body.front .footer-content {
        width: 75vw;
    }
    .header-nav .standard-menu .nav-collapse > ul {
        float: left;
    }
    .head-nav-right {
        width: 100%;
    }
}
@media (max-width: 480px) {
    #content-area-inner-content {
        padding: 0 15px;
    }
}



/* GENERAL */
body {
  line-height:140%;
}

/* DEFAULT CLASSES FOR POSITIONING */
.clear { clear:both; }
.clear-right { clear:right; }
.clear-left { clear:left; }
.float-right { float:right; }
.float-left { float:left; }
.display-inline { display:inline-block; }

/* MESSAGES */
#message-box {
  display:block;
}

#message-box div.message-box {
  border-radius:10px;
  -moz-border-radius:10px;
  margin-bottom:10px;
  padding:10px;
}

#message-box-info {
  background-color:#87c5e9;
  border:2px solid #7bb2d1;
}

#message-box-succes {
  background-color:#5ec998;
  border:2px solid #56b589;
}

#message-box-warning {
  background-color:#f7e4b7;
  border:2px solid #e9cc87;
}

#message-box-error {
  background-color:#ff897b;
  border:2px solid #df796d;
}

/* SIDEBAR PARTS */
.sidebar .site-part {
  /* border-radius:10px; */
  box-shadow:1px 2px 3px #D8D8D8;
}

.sidebar.left .site-part {
  margin:5px 0px 20px 10px;
}

.sidebar.right .site-part {
  margin:5px 10px 20px 0px;
}

.sidebar .site-part .part-title h3 {
  margin:0;
  color:#fff;
}

.sidebar .site-part .part-title {
  background-color: #666;
  padding:10px 10px 10px 15px;
}

.sidebar .site-part .part-content {
  display:block;
  overflow:hidden;
}

.sidebar .site-part.site_languages_part_content {
  box-shadow:none;
}

.sidebar .site_languages_part_content ul {
  padding:0;
  margin:0;
  list-style:none;
}

.sidebar .site_languages_part_content .part-content {
  border: 0;
}

/* ZIJBALKEN */
#sidebar-right,
#sidebar-left {
  margin-top:20px;
}

/* Portfolio overzicht */
.table-content-overview td {
  text-align:center;
}

.table-content-overview td img {
  border:1px solid #aaa;
}

.sidebar .site-part .part-title {
  background-color: #666;
}


/*ul.menu-item-list {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
ul.menu-item-list li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul.menu-item-list li a {
  text-decoration:none;
  color:#333;
}
ul.menu-item-list li:hover a {
  text-decoration:none;
  color:#fff;
}
ul.menu-item-list li a:hover {
  text-decoration:underline;
  color:#fff;
}
ul.menu-item-list li:hover {
  background: #555;
  color: #fff;
}
ul.menu-item-list li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul.menu-item-list li ul li {
  background: #555;
  display: block;
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
ul.menu-item-list li ul li:hover { background: #666; }
ul.menu-item-list li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 500;
}*/

.image-float-right {
  float:right;
}

.image-float-left {
  float:left;
}

.videodetector {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videodetector iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}