a.dimgray  {
    color:#707070;
}

a.dimgray:hover {
    color:#0e2132;
}
body
{
    margin: 0;
    font-family: arial;
    font-size: 11pt;
    color: #404040;
}

.maindiv
{
    margin: 0px auto;
}
.woodnavigatie
{
    display: inline;
    float: left;
    margin: 0 0 0 20px;
    border-radius: 5px;
    position: relative;
    width: 200px;
    z-index: 100;
}
.NavigationTop
{
    opacity: 0.9;
    border-radius: 5px 5px 0 0;
    background-image: url("../images/menubg.png");
    background-repeat: repeat-y;
}
.NavigationFooter
{
    opacity: 0.9;
    width: 200px;
    height: 131px;
    background-image: url('../images/menufooter.png');
}
.headermenu
{
    color: #ffffff;
    font-size: 11pt;
    margin-right: 20px;
    padding-top: 20px;
    position: relative;
    text-align: right;
    text-decoration: none;
    z-index: 100;
}

.headermenu a
{
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}

.headermenu a:hover
{
    text-decoration: none;
    color: #f8f8f8;
}

.headermenu a img
{
    margin-top: 5px;
}

.background-shadow
{
    background: url("../images/shadowpng.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    height: 130px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.header-top
{
    height: 50px;
    top: 0px;
}

.footer-bottom
{
    color: #999999;
    background-color: #fff;
    clear: both;
    margin: 0 0 -2px;
    padding: 0;
    z-index: 100;
    position: fixed;
    bottom: 2px;
    height: 36px;
    text-align: center;
}
.footer-bottom a
{
    color: #999999;
}
.footer-bottom a:hover
{
    color: #333333;
}

.footergradient
{
    text-align: right;
    text-decoration: none;
    color: #ffffff;
    height: 20px;
    width: 100%;
   background: #2d589b; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkNTg5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2OGFhZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #2d589b 0%, #68aaed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d589b), color-stop(100%,#68aaed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2d589b 0%,#68aaed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2d589b 0%,#68aaed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2d589b 0%,#68aaed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2d589b 0%,#68aaed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d589b', endColorstr='#68aaed',GradientType=0 ); /* IE6-8 */
    padding-right: -20px;
}
.footergradient a
{
    color: #ffffff;
    font-size: 8pt;
    letter-spacing: 0.9px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}
.extramarginright
{
    margin-right: 20px !important;
}

.footergradient a:hover
{
    text-decoration: none;
    color: #ffffff;
}
.ac-container
{
    margin-left: 15px;
    text-align: left;
    width: 170px;
}
.ac-container label
{
    margin-bottom: 0px;
    font-weight: bold;
    padding: 5px 15px;
    position: relative;
    z-index: 20;
    display: block;
    /*height: 30px; */
    cursor: pointer;
    text-decoration: nome;
    color: #777777 !important;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    font-size: 11pt;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label a
{
    color: #777777 !important;
    text-decoration: none;
}
.ac-container label:hover
{
    background: #fff;
}
.ac-container input:checked + label, .ac-container input:checked + label:hover
{
    background: #fff;
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after, .ac-container input:checked + label:hover:after
{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:hover:after
{
    background-image: url(../images/arrow_up.png);
}
.ac-container input
{
    display: none;
}
.ac-container article
{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p
{
    font-style: italic;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
ul, li
{
    list-style-type: none;
    margin-left: 1px;
    margin-top: 1px;
  /*  width: 170px; */

}
.ac-container article ul li a
{
    text-decoration: none;
    color: #888;
    line-height: 10px;
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container article ul li a:hover
{
    color: #444;
}
.ac-container input:checked ~ article
{
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small
{  padding-top: 5px;
    height: 50px;
}
.ac-container input:checked ~ article.ac-medium
{
    padding-top: 5px;
    height: 60px;
}

.ac-container input:checked ~ article.ac-Environment
{
    padding-top: 5px;
    height: 60px;
}

.ac-container input:checked ~ article.ac-large
{
    height: 230px;
}

.divpage
{
    background-color: rgba(248, 248, 248, 0.90);
    border-radius: 5px;
    clear: right;
    display: inline;
    float: left;
    margin: 0 0 60px 20px;
    padding: 10px;
    position: relative;
    width: 800px;
    z-index: 100;
}
.divpage hr.style-seven
{
    height: 30px;
    border-style: solid;
    border-color: #2D589B;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
.divpage hr.style-seven:before
{
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #2D589B;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
#sawn p
{
    margin-bottom: 3px;
    margin-left: 25px;
    margin-top: 3px;
}
#bedrijf p
{
    margin-bottom: 15px;
    font-size: 10pt;
    margin-top: 3px;
}
.prodcss img
{
    margin-right: 10px;
    margin-bottom: 10px;
}
.csshoutsoorten
{
    float: left;
    margin-left: 35px;
    width: 350px;
}
.csshoutsoorten img
{
    height: 125px;
    width: 350px;
}
.csssitemap
{
    color: #000000;
}
.cssvoorwaarden
{
    font-size:9pt;
    color: #000000;
}
.cssvoorwaarden b
{
   margin-left: 10px;
    margin-top: 5px;
}
.csssitemap li ul li
{
    margin-left: 30px;
    list-style-type: square;
}

.csssitemap a
{
    color: #000000;
    font-size: 11pt;
    text-decoration: none;
}

.csssitemap a:hover
{
    color: #404040;
}

.cssprodimg
{border:5px solid #ffffff;
    border-radius: 10px;
    height: 180px;
    margin-left: 6px;
    width: 240px;
    box-shadow: 0 10px 10px -8px #999;
}

.csstxtprod
{
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.csstxtprod p
{
    font-size: 10pt;
    margin-bottom: 5px;
    margin-top: 5px;
}
/*Begin Backgroun slider*/

ol,ul {
	list-style:none;
	margin-top: 0!important;
}
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
 
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 54s linear infinite 0s;
    -moz-animation: imageAnimation 54s linear infinite 0s;
    -o-animation: imageAnimation 54s linear infinite 0s;
    -ms-animation: imageAnimation 54s linear infinite 0s;
    animation: imageAnimation 54s linear infinite 0s;
}
.cb-slideshow li div 
{
    text-align: right;
            color: White;
            position: fixed;
            right: 20px;
            font-size: 24pt;
          /*  z-index: 200;*/
            bottom: 100px;
            font-family: Arial Narrow;
            text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 3px 0px #666, 0px 5px 0px #555, 0px 3px 0px #444, 0px 4px 0px #333, 0px 5px 4px #001135;

    
    z-index: 1000;
   /* position: absolute;*/
   
   
    width: 100%;
   
    opacity: 0;
    -webkit-animation: titleAnimation 54s linear infinite 0s;
    -moz-animation: titleAnimation 54s linear infinite 0s;
    -o-animation: titleAnimation 54s linear infinite 0s;
    -ms-animation: titleAnimation 54s linear infinite 0s;
    animation: titleAnimation 54 linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span { background-image: url('../images/Sandmarina1.jpg') }
.cb-slideshow li:nth-child(2) span {
    background-image: url('../images/Sandmarina2.jpg');
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url('../images/Sandmarina3.jpg');
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url('../images/Sandmarina4.jpg');
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url('../images/RitzcarltonDubai5.jpg');
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url('../images/RitzcarltonDubai6.jpg');
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.cb-slideshow li:nth-child(7) span {
    background-image: url('../images/Kuwaitpoliceacademy1.jpg');
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}
.cb-slideshow li:nth-child(8) span {
    background-image: url('../images/Kuwaitpoliceacademy2.jpg');
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s;
}
.cb-slideshow li:nth-child(9) span {
    background-image: url('../images/Kuwaitpoliceacademy3.jpg');
    -webkit-animation-delay: 48s;
    -moz-animation-delay: 48s;
    -o-animation-delay: 48s;
    -ms-animation-delay: 48s;
    animation-delay: 48s;
}
.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.cb-slideshow li:nth-child(7) div {
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}
.cb-slideshow li:nth-child(8) div {
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s;
}
.cb-slideshow li:nth-child(9) div {
    -webkit-animation-delay: 48s;
    -moz-animation-delay: 48s;
    -o-animation-delay: 48s;
    -ms-animation-delay: 48s;
    animation-delay: 48s;
}
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -transform: scale(1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-webkit-keyframes titleAnimation { 
	4% {
	    opacity: 0;
	    -webkit-transform: translateY(-100%);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateY(0%);
	}
	14% {
	    opacity: 1;
	    -webkit-transform: translateY(0%);
	}
	17% {
	    opacity: 0;
	    -webkit-transform: translateY(100%);
	}
	40% { opacity: 0 }
	50% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	4% {
	    opacity: 0;
	    -moz-transform: translateY(-100%);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateY(0%);
	}
	14% {
	    opacity: 1;
	    -moz-transform: translateY(0%);
	}
	17% {
	    opacity: 0;
	    -moz-transform: translateY(100%);
	}
	40% { opacity: 0 }
	50% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	4% {
	    opacity: 0;
	    -o-transform: translateY(-100%);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateY(0%);
	}
	14% {
	    opacity: 1;
	    -o-transform: translateY(0%);
	}
	17% {
	    opacity: 0;
	    -o-transform: translateY(100%);
	}
	40% { opacity: 0 }
	50% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	4% {
	    opacity: 0;
	    -ms-transform: translateY(-100%);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateY(0%);
	}
	14% {
	    opacity: 1;
	    -ms-transform: translateY(0%);
	}
	17% {
	    opacity: 0;
	    -ms-transform: translateY(100%);
	}
	40% { opacity: 0 }
	50% { opacity: 0 }
}
@keyframes titleAnimation { 
	4% {
	    opacity: 0;
	    transform: translateY(-100%);
	}
	8% {
	    opacity: 1;
	    transform: translateY(0%);
	}
	14% {
	    opacity: 1;
	    transform: translateY(0%);
	}
	17% {
	    opacity: 0;
	    transform: translateY(50%);
	}
	40% { opacity: 0 }
	50% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 50px }
}
/*End Backgroun slider*/


div.logowoodunited {
    background: url("images/houtplex.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    float: left;
    height: 75px;
    width: 170px;
}
div.logowoodunited h1 a {
    display: block;
    font-size: 0;
    height: 75px;
    line-height: 0;
    width: 170px;
}

.csstxtprod span
{ display: block;
    padding: 10px;
    text-align: justify;}

ul.slimmenu {
    margin-left: 15px;
    text-align: left;
    width: 170px;
  }

ul.slimmenu li {
    position: relative;
	display: inline-block;
	text-align: left;
}

.menu-collapser {
	position: absolute;
    top:0;
    left:0;
	background: transparent;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	padding: 0;
}
.collapse-button {
	position: absolute;
	right: -40px;
	top: 50%;
	width: 40px;
	background-color: #0E0E0E;
	/*background-image: linear-gradient(to bottom, #151515, #040404);*/
	background-repeat: repeat-x;
	background-color: #0855a1;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	padding: 7px 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #1182C8;
	color: #FFF;
}
.collapse-button .icon-bar {
	background-color: #F5F5F5;
	border-radius: 0px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	width: 18px;
	margin: 2px 0;
}

ul.slimmenu li a{

}
ul.slimmenu li ul li a, ul.slimmenu.collapsed li a {
}

ul.slimmenu.collapsed{
}
ul.slimmenu.collapsed li a{
}
ul.slimmenu.collapsed li ul li {
}
ul.slimmenu.collapsed li ul li a i {
}

ul.slimmenu > li {
}
ul.slimmenu > li:first-child {
}
ul.slimmenu > li:last-child {
}
ul.slimmenu > li > a {
    
}
ul.slimmenu li a:hover, ul.slimmenu li a:focus, ul.slimmenu li.current {


}

ul.slimmenu li .sub-collapser {

}
ul.slimmenu li .sub-collapser:before {
}
ul.slimmenu li .sub-collapser > i {
}
ul.slimmenu li ul li .sub-collapser > i {
}
ul.slimmenu.collapsed li .sub-collapser > i{
}

ul.slimmenu.collapsed li  .sub-collapser > i{
}

ul.slimmenu li ul {
}
ul.slimmenu li ul li {
}
ul.slimmenu li ul li a {
}
ul.slimmenu li ul li a:hover, ul.slimmenu li ul li a:focus {
}

ul.slimmenu li > ul {

}
ul.slimmenu li > ul > li ul {
}

ul.slimmenu.collapsed li {
}
ul.slimmenu.collapsed li a {
}
ul.slimmenu.collapsed li > ul {
}
@media (max-width: 768px) {
	ul.slimmenu li > ul {
		border-radius: 0px;
		box-shadow: none;
		border: none;
	}

}
@media (min-width: 992px){
	nav > .container > .row {
		margin-left: -5px !important ;
		margin-right: -5px !important ;
	}
}


