﻿* {font-family:Arial, Verdana;}
/*Floatfix*/

.clearfix:after {

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}



.clearfix {display: inline-block;}



/* Hides from IE-mac \*/

* html .clearfix {height: 1%; }

.clearfix {display: block;}

/* End hide from IE-mac */



/* end Floatfix*/
html { margin:0; height:100%; }
a:link {

	text-decoration: none; color:#257fe5;

}

a:visited {

	text-decoration: none; color:#257fe5;

}

a:hover {

	text-decoration: underline;

}

body { background-image:url(images/gradient.jpg); background-repeat:repeat-x; margin:0px;
}
.navbar-default {
    background-color:transparent;
    border:none;
    /*margin-top:250px!important;*/
}
.bottomItem { border-bottom:dotted 2px #d5d5d5; font-size:12px; color:#777777; margin-bottom:15px; margin-top:15px;}
.bottomItem strong { color:Black;}
.contact { text-align:left; width:400px; float:left; }

.header{ background-image:url(images/icemen_logo.jpg); background-position:center; height:263px; background-repeat:no-repeat;}
.menuLink {float:left; margin-left:10px;}
.omschrijving {font-size:12px; width:410px; float:left;}
.over { text-align:left; width:400px; font-size:12px; margin-top:45px;}
.info{float:left; font-size:12px; width:250px; margin-top:45px; text-align:left; margin-left:150px;}
.item { margin-left:88px; margin-top:25px;  }
.itemWrapper {margin-top:85px;}
.itemImage {float:left; margin-right:30px;}
/*.navigatie { text-align: center; margin-top:25px; color:#257fe5; font-size:12px; width:250px;}*/
.navigatie {
    text-align:center; margin-top:10px;padding-left:80px;

}
.underlineHeader { height:5px; background-color:#2680e5;}

.noPadding {
    padding: 0;
    margin: 0;
}
.video {
    height:287px;
}

/* mobiel */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : portrait) {

    .itemWrapper {margin-top:25px;}
    .navbar-default {
        background-color: transparent;
        border: none;
        position:absolute;
        right:0;
        top:0;
        z-index:100;
        width:100%;
        padding-top:55px;

    }
    .navbar-toggle {
        background:#ddd;
        margin-right:30px;
        position:absolute;
        right:0;
        top:0;
        z-index:100;
    }
    .nav {
        background-color:#fff;
    }
    .video {
        height:initial;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .navigatie {
        padding-left:115px;
    }
}