html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

@font-face {
    font-family: open-sans-regulair;
    src: url(/Templates/default/NL/Fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: open-sans-light;
    src: url(/Templates/default/NL/Fonts/OpenSans-Light.ttf);
}
@font-face {
    font-family: open-sans-bold;
    src: url(/Templates/default/NL/Fonts/OpenSans-Bold.ttf);
}

html,body{
	font-family: "open-sans-regulair";
    font-size: 12px;
	height: 100%;
	width: 100%;
}

* {
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: @clr-white;

	&.black{
		color: @clr-black;
	}
}

.container{
	height: inherit;
	width: inherit;
	max-width: 1280px;
	margin: 0 auto;
}

@smartphones_tablets: ~"only screen and (max-width: 1080px)";
@smartphones: ~"only screen and (max-width: 740px)";
@smartphones_portrait: ~"only screen and (max-width: 740px) and (orientation: portrait)";
@smartphones_landscape: ~"only screen and (min-width: 420px) and (max-width: 740px)";
@tablets: ~"only screen and (min-width: 740px) and (max-width: 1080px)";
@tables_landscape: ~"only screen and (min-width: 740px) and (max-width: 1080px) and (orientation: landscape)";
@tablets_landscape: ~"only screen and (min-width: 740px) and (max-width: 1080px) and (orientation: landscape)";
@tablets_portrait: ~"only screen and (min-width: 740px) and (max-width: 1080px) and (orientation: portrait)";
.clear:before, .clear:after {
	content: " ";
	display: table;
}
.clear:after { clear: both; }
.floatl { float: left; }
.floatr { float: right; }

//text options
.tstart { text-align: left; }
.tmid { text-align: center; }
.tend { text-align: right; }
.tbold{ font-weight: bold; }
.tupper{ text-transform: uppercase; }
.tlower{ text-transform: lowercase; }
.tclrblack{ color: @clr-black !important; }
.tclrwhite{ color: @clr-white !important; }
.fontnexalight{ font-family: nexa-light; }
.fontnexabold{ font-family: nexa-bold; }
.fontopensansbold{ font-family: open-sans-bold; }
.fontopensanslight{ font-family: open-sans-light; }

//display options
.inline-block {
	display: inline-block;
	vertical-align: middle;
}
.table-cell{
	display: table-cell;
	vertical-align: top;
}

.valign-middle { vertical-align: middle; }
.valign-top { vertical-align: top; }
.valign-bottom { vertical-align: bottom; }

.w10{
	width: 10%;
	&.inline-block{
		width: ~"calc(10% - 2px)"
	}
}
.w20{
	width: 20%;
	&.inline-block{
		width: ~"calc(20% - 2px)"
	}
}
.w25{
	width: 25%;
	&.inline-block{
		width: ~"calc(25% - 3px)"
	}
}
.w30{
	width: 30%;
	&.inline-block{
		width: ~"calc(30% - 2px)"
	}
}
.w33{
	width: 33.3%;
	&.inline-block{
		width: ~"calc(33.3% - 2px)"
	}
}
.w40{
	width: 40%;
	&.inline-block{
		width: ~"calc(40% - 2px)"
	}
}
.w50{
	width: 50%;
	&.inline-block{
		width: ~"calc(50% - 2px)"
	}
}
.w60{
	width: 60%;
	&.inline-block{
		width: ~"calc(60% - 2px)"
	}
}
.w66{
	width: 66.6%;
	&.inline-block{
		width: ~"calc(66.6% - 2px)"
	}
}
.w70{
	width: 70%;
	&.inline-block{
		width: ~"calc(70% - 2px)"
	}
}
.w80{
	width: 80%;
	&.inline-block{
		width: ~"calc(80% - 2px)"
	}
}
.w90{
	width: 90%;
	&.inline-block{
		width: ~"calc(90% - 2px)"
	}
}
.w100{
	width: 100%;
	&.inline-block{
		width: ~"calc(100% - 2px)"
	}
}
header{

    & .top{
        height: 50px;
        background-color: #393a3d;

        @media @smartphones{
            display: none;
        }

        @media @tablets{

            & .w50{
                display: none;
            }
        }

        & .contact{
            height: 50px;
            color: @clr-white;
            padding-right: 30px;

            @media @tablets{
                width: 100% !important;
                display:  block;
            }

            & .phone{
                line-height: 40px;
                background-image: url("/Templates/default/NL/Images/phone.png");
                background-repeat: no-repeat;
                background-position: left center;
                padding-left: 40px;
            }
            & .email{
                padding-left: 40px;
                line-height: 50px;
                background-image: url("/Templates/default/NL/Images/email.png");
                background-repeat: no-repeat;
                background-position: left center;
                padding-right: 30px;
            }
        }
    }

    & .main{
        height: 80px;
        background-color: @clr-white;
        box-shadow: 0px 0px 4px 0px @clr-black;
        position: relative;
        z-index: 2;

        @media @smartphones{
            height: 50px;
            position: fixed;
            top: 0px;
            left: 0px;
            right: 0px;
        }

        & .logo{
            height: 80px;
            line-height: 80px;

            @media @smartphones{
                height: 50px;
                width: ~"calc(100% - 58px)";
                line-height: 50px;
                margin: 0px auto;
                position: relative;
                z-index: 2;
                background-color: white;


                & img{
                    max-width: 100%;
                    max-height: 100%;
                }
            }

            @media @tablets{
                width: 240px;

                & img{
                    padding-top: 14px;
                    width: 240px;
                    padding-left: 10px;
                }
            }
        }

        & .mobile-menu{
            width: 50px;
            height: 50px;
            display: none;
            background-image: url(/Templates/default/NL/Images/menu-mobile-menu.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 32px 32px;
            background-color: white;

            @media @smartphones{
                display: inline-block;
                position: relative;
                z-index: 2;
            }
        }

        & .menu{
            height: 100%;
            padding-right: 30px;

            @media @smartphones{
                padding-right: 0px;
                width: 100%;
                height: auto;
                background-color: white;
                box-shadow: 0px 0px 4px 0px grey;
                position: relative;
                z-index: 1;
                height: 0px;
                overflow: hidden;

                &.open{
                    height: auto;
                }
            }

            @media @tablets{
                width: auto;
                float: right;
            }

            & ul{

                & li{

                    @media @smartphones{
                        width: 100%;
                        text-align: center;
                        line-height: 40px;
                        border-bottom: 1px dotted #cccccc;
                    }

                    a {
                        color: @clr-menu-top;
                        line-height: 80px;
                        padding-left: 30px;

                        @media @smartphones{
                            line-height: 40px;
                            padding-left: 0px;
                        }

                        @media @tablets_portrait{
                            line-height: 80px;
                            padding-left: 8px;
                            font-size: 11px;
                        }

                        &:hover{
                            color: @clr-menu-top-hvr;
                        }

                        &.selected{
                            color: @clr-menu-top-hvr;
                        }
                    }
                }
            }
        }
    }

    & .hero{
        position: relative;
        z-index: 1;
        height: 370px;
        overflow: hidden;

        @media @smartphones{
            padding-top: 50px;
            height: 260px;

            & img{
                height: 100%;
                width: auto;
                margin: 0 auto;
            }
        }

        @media @tablets_portrait{
            height: auto;
        }

        & #map{
            height: 370px;

            @media @smartphones{
                height: 260px;
            }
        }
    }

}
.pg-home{

    & .heros{
        padding: 50px 0px;

        @media @smartphones{
            padding: 20px 0px
        }

        @media @tablets{
            padding: 0px 0px 20px 0px;
        }

        & .container{
            position: relative;
            max-width: 1360px;
        }

        & .hero{
            padding: 20px;
            border-right: 1px dotted #b5b5b5;

            @media @smartphones{
                padding: 10px;
                width: 100%;
            }



            &:last-child{
                border-right: 0px;
            }

            & .icon{
                height: 90px;

                @media @smartphones{
                    display: none;
                }
            }

            & .text{
                padding: 0px 20px;
                height: 300px;

                @media @smartphones{
                    padding: 0px 10px;
                    height: 360px;
                }

                @media @tablets{
                    padding: 0px;
                    margin-bottom: 20px;
                    height: auto;
                }

                & h2{
                    padding-bottom: 20px;
                    font-size: 20px;
                    color: #b8181d;
                    text-transform: uppercase;
                }

                & p{
                    line-height: 30px;
                    font-size: 14px;
                }
            }

            @media @tablets_portrait{

                & .button{
                    font-size: 10px;
                }
            }
        }
    }

    & .whoami{
        background-color: #f3f3f3;
        padding-top: 80px;
        padding-bottom: 80px;

        @media @smartphones{
            padding-top: 20px;
            padding-bottom: 20px;
            padding: 20px;
        }

        @media @tablets{
            padding: 40px 20px;
        }

        & .text{
            padding-right: 100px;
            width: ~"calc(100% - 334px)";

            @media @smartphones{
                width: 100%;
                padding-right: 0px;
            }

            @media @tablets_portrait{
                width: 100%;
                padding-right: 0px;
            }

            & h2{
                padding-bottom: 20px;
                font-size: 20px;
                color: #b8181d;
                text-transform: uppercase;
            }

            & p{
                line-height: 30px;
                font-size: 14px;
                text-align: left;
                padding-bottom: 20px;
            }
        }

        & .picture{
            width: 330px;

            @media @smartphones{
                width: 100%;
                text-align: center;
                margin-bottom: 20px;
            }

            @media @tablets_portrait{
                width: 100%;
                text-align: center;
                margin-bottom: 20px;
            }

            & img{
                border-radius: 330px;
                border: 8px solid #a3a3a3;
                margin-top: 30px;

                @media @smartphones{
                    width: 80%;
                    max-width: 300px;
                }

                @media @tablets_portrait{
                    max-width: 330px;
                }
            }
        }
    }

}
.pg-contact{


    & .contactFormulierHeaderDiv {
        padding-top: 60px;
        border-bottom: 1px dotted #b5b5b5;
        height: 200px;

        @media @smartphones{
            width: 100%;
            padding-top: 0px;
            padding: 20px;
            height: auto;
        }

        @media @tablets{
            width: 100%;
            padding-top: 0px;
            padding: 20px;
            height: auto;
        }

        & h1 {
            padding-bottom: 20px;
            font-size: 20px;
            color: #b8181d;
            text-transform: uppercase;
        }

        & p {
            line-height: 30px;
            font-size: 16px;
            text-align: left;
        }
    }

    & .contactMessageContentDiv{
        width: 100%;
        height: 300px;
        line-height: 30px;
        font-size: 16px;
        font-weight: bold;

        @media @smartphones{
            height: auto;
            padding-left: 20px;
            padding-right: 20px;
        }

        @media @tablets{
            height: auto;
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    & .contactFormDiv {
        width: ~"calc(50% - 2px)";
        height: 700px;

        @media @smartphones{
            height: auto;
            width: 100%;
            padding: 0px 20px;

            & table{
                width: 100%;
            }
        }

        @media @tablets{
            height: auto;
            padding-left: 20px;
            padding-bottom: 20px;

            & form{
                width: 100%;
            }

            & table{
                width: 100%;
            }
        }

        @media @tablets_portrait{
            height: auto;
            width: 100%;
            padding: 0px 20px;

            & table{
                width: 100%;
            }
        }

        & .contactInputTitle {
            font-size: 14px;
            color: #4568b0;
            padding-top: 26px;
            padding-bottom: 6px;
            font-weight: 700;
        }

        & .contactInputField {
            width: 615px;
            height: 48px;
            line-height: 48px;
            border: 1px solid #dddddd;
            font-size: 13px;
            padding-left: 10px;
            border-radius: 5px;

            @media @smartphones{
                width: 100%;
            }

            @media @tablets{
                width: 100%;
            }
        }

        & .contactTextField {
            width: 615px;
            height: 175px;
            line-height: 22px;
            border: 1px solid #dddddd;
            font-size: 13px;
            padding-left: 10px;
            border-radius: 5px;

            @media @smartphones{
                height: auto;
                width: 100%;
            }

            @media @tablets{
                width: 100%;
            }

            @media @tablets_portrait{
                height: auto;
                width: 100%;
            }
        }

        & td {
            & .button{
                margin-top: 20px;
            }
        }
    }

    & .contactFormAddressDiv {
        vertical-align: top;
        padding-left: 50px;
        width: ~"calc(50% - 2px)";

        @media @smartphones{
            height: auto;
            width: 100%;
            padding-left: 0px;
            padding-top: 20px;
        }

        @media @tablets_portrait{
            height: auto;
            width: 100%;
            padding-left: 0px;
            padding-top: 20px;
        }

        & li {
            line-height: 107px;
            border-bottom: 1px dotted #b5b5b5;
            font-size: 14px;
            background-repeat: no-repeat;
            background-position: 20px center;
            background-size: 24px 24px;
            padding-left: 70px;

            @media @smartphones{
                border-top: 1px dotted #b5b5b5;
                border-bottom: 0px;
            }

            @media @tablets_portrait{
                border-top: 1px dotted #b5b5b5;
                border-bottom: 0px;
            }

            &.contactIconAddress {
                background-image: url(/Templates/default/NL/Images/icon-address.png);
            }
            &.contactIconMail {
                background-image: url(/Templates/default/NL/Images/icon-mail.png);
                background-size: 28px 20px !important;
            }
            &.contactIconPhone {
                background-image: url(/Templates/default/NL/Images/icon-phone.png);
            }
            &.contactIconFacebook {
                background-image: url(/Templates/default/NL/Images/icon-facebook.png);
            }



            & a{
                color: black;
            }
        }
    }
}
.pg-camera{

    .description{
        padding-top: 60px;
        border-bottom: 1px dotted #b5b5b5;
        padding-bottom: 20px;

        @media @smartphones{
            width: 100%;
            padding-top: 20px;
            padding: 20px;
        }

        @media @tablets{
            width: 100%;
            padding-top: 20px;
            padding: 20px;
        }

        h1{
            padding-bottom: 20px;
            font-size: 20px;
            color: #b8181d;
            text-transform: uppercase;
        }

        p {
            line-height: 30px;
            font-size: 16px;
            text-align: left;
        }
    }

    .calculator{
        margin-top: 20px;

        @media @smartphones{
            margin-bottom: 10px;
            margin-top: 0px;
        }

        @media @tablets{
            margin-bottom: 10px;
            margin-top: 0px;
        }

        .done{
            line-height: 32px;
            font-size: 16px;
            height: 300px;
        }

        .selection{
            min-width: 300px;
            border: 10px solid #F4F4F4;
            margin-bottom: 20px;
            padding: 10px 20px 20px 20px;

            @media @smartphones{
                margin-bottom: -10px;
            }

            @media @tablets{
                margin-bottom: -10px;
            }

            .title{
                font-size: 20px;
                line-height: 40px;
                letter-spacing: 1px;
            }

            .options{

                .info-text{
                    font-size: 13px;
                    padding-bottom: 20px;
                    font-style: italic;
                    color: #5f5f5f;
                    line-height: 20px;
                }

                //Eerste keuze
                .cameras{
                    width: ~"calc(100% + 20px)";
                    position: relative;
                    left: -10px;

                    @media @smartphones{
                        width: 100%;
                        left: 0px;
                    }

                    @media @tablets{
                        width: 100%;
                        left: 0px;
                    }

                    .item{
                        width: ~"calc(50% - 22px)";
                        height: 350px;
                        padding: 15px;
                        border: 1px solid #ededed;
                        background-color: #fcfcfc;
                        margin: 10px;

                        @media @smartphones{
                            width: 100%;
                            height: auto;
                            margin: 0px;
                            margin-bottom: 10px;
                        }

                        @media @tablets{
                            width: 100%;
                            height: auto;
                            margin: 0px;
                            margin-bottom: 10px;
                        }

                        &.w100{
                            width: ~"calc(100% - 20px) !important";
                            height: 260px;

                            @media @smartphones{
                                width: 100% !important;
                                height: auto;
                            }

                            @media @tablets{
                                width: 100% !important;
                                height: auto;
                            }
                        }

                        .header{

                            @media @smartphones{
                                width: 100%;
                            }

                            @media @tablets{
                                width: 100%;
                            }

                            .title{
                                width: ~"calc(100% - 65px)";

                                @media @smartphones{
                                    width: 100%;
                                }
                            }
                        }

                        .context{
                            padding-top: 20px;
                            height: 230px;

                            @media @smartphones{
                                width: 100%;
                                height: auto;
                            }

                            &.line-out{
                                height: 150px;

                                @media @smartphones{
                                    height: auto;
                                }
                            }

                            .img{
                                width: 140px;
                                height: 120px;
                                text-align: center;

                                @media @smartphones{
                                    width: 100%;
                                    height: auto;
                                    text-align: center;
                                }

                                @media @tablets_landscape{
                                    width: 240px;
                                    height: auto;
                                    text-align: center;
                                }


                                & img{
                                    max-width: 100%;
                                    max-height: 160px;
                                }
                            }


                            .desc{
                                width: ~"calc(100% - 348px)";
                                padding-left: 10px;

                                @media @smartphones{
                                    padding-left: 0px;
                                    width: 100%;
                                    padding-bottom: 20px;
                                }

                                @media @tablets_landscape{
                                    width: ~"calc(100% - 548px)";
                                }

                                &.line-out{
                                    width: 430px;

                                    @media @smartphones{
                                        width: 100%;
                                    }
                                }


                                h3{
                                    padding-bottom: 5px;
                                }

                                ul{
                                    li{
                                        font-size: 12px;
                                        line-height: 24px;

                                        &.two{
                                                width: 50%;
                                                float:left;
                                                padding-right: 20px;
                                        }

                                        &:before {
                                            color: #0db59b;
                                            content: '✓';
                                            padding-right: 6px;
                                            font-size: 22px;
                                            font-weight: bold;
                                            position: relative;
                                            top: 2px;
                                        }
                                    }
                                }
                            }

                            .staffel{
                                width: 200px;

                                @media @smartphones{
                                    width: 100%;
                                    padding-bottom: 20px;
                                }

                                @media @tablets_landscape{
                                    width: 300px;
                                    height: auto;
                                }

                                &.line-out{
                                    width: ~"calc(100% - 590px)";

                                    @media @smartphones{
                                        width: 100%;
                                    }
                                }

                                h3{
                                    padding-bottom: 5px;
                                }

                                p{
                                    line-height: 18px;
                                    font-size: 12px;
                                }

                                ul{
                                    li{
                                        font-size: 14px;
                                        line-height: 28px;
                                    }
                                }
                            }
                        }

                        .choice{
                            .price{
                                font-weight: bold;
                                line-height: 40px;
                            }

                            .text{
                                padding-right: 10px;
                                font-size: 16px;
                                line-height: 32px;
                            }

                            .amount{
                                width: 60px;
                                padding-right: 10px;

                                & input{
                                    line-height: 30px;
                                    border: 1px solid #ededed;
                                    background-color: white;
                                    padding: 5px;
                                    width: 50px;
                                }
                            }

                            .price{
                                width: 200px;
                                padding-left: 10px;
                            }
                        }
                    }
                }

                //datum
                .period{

                    table{

                        @media @smartphones{
                            width: 100%;
                        }

                        td{
                            line-height: 32px;
                            font-size: 14px;
                        }
                    }



                    .name{
                        font-size: 16px;
                        padding-right: 10px;

                        @media @smartphones{
                            font-size: 14px;
                            width: 100px;
                        }
                    }

                    .input{
                        @media @smartphones{
                            width: ~"calc(100% - 102px)";
                        }
                        & input{
                            line-height: 30px;
                            border: 1px solid #ededed;
                            background-color: white;
                            padding: 5px;
                            margin: 5px;
                            width: 220px;

                            @media @smartphones{
                                width: 100%;
                            }

                            &.fail{
                                border: 1px solid red;
                            }
                        }
                    }
                }

                //Omgeving
                .area{
                    .check{
                        width: 50%;

                        @media @smartphones{
                            width: 100%;
                        }

                        td{
                            line-height: 32px;
                            font-size: 14px;

                            @media @smartphones{
                                line-height: 26px;
                                font-size: 13px;
                            }
                        }

                        .checkbox{
                            width: 20px;
                        }

                        .name{
                            width: 270px;

                            @media @smartphones{
                                width: ~"calc(100% - 22px)";
                            }
                        }
                    }

                    .desc{
                        width: ~"calc(50% - 4px)";

                        @media @smartphones{
                            width: 100%;
                            padding-top: 20px;
                        }

                        & textarea{
                            width: 100%;
                            height: 135px;
                            border: 1px solid #ededed;
                            padding: 5px;
                        }
                    }
                }

                //extra opties
                .optional{

                    td{
                        line-height: 32px;
                        font-size: 14px;

                        @media @smartphones{
                            line-height: 26px;
                            font-size: 13px;
                            display: inline-block;
                        }
                    }

                    .checkbox{
                        width: 20px;

                        & input[type=text] {
                            line-height: 30px;
                            border: 1px solid #ededed;
                            background-color: white;
                            padding: 5px;
                            width: 40px;
                            margin-right: 10px;
                            text-align: center;
                        }
                    }

                    .name{
                        width: 360px;

                        @media @smartphones{
                            width: ~"calc(100% - 22px)";
                        }
                    }

                    .price{
                        font-weight: bold;

                        @media @smartphones{
                            padding-bottom: 20px;
                        }
                    }
                }

                //Laatste keus
                .naw{
                    width: 50%;

                    @media @smartphones{
                        width: 100%;
                    }

                    @media @tablets_portrait{
                        width: 100%;
                    }

                    .input-name{
                        line-height: 30px;
                        font-size: 16px;

                        @media @smartphones{
                            line-height: 28px;
                            font-size: 16px;
                            padding-top: 20px;
                        }

                        @media @tablets{
                            line-height: 28px;
                            font-size: 16px;
                            padding-top: 20px;
                        }
                    }

                    .input-context{
                        margin-bottom: 10px;

                        @media @smartphones{
                            margin-bottom: 0px;
                        }

                        @media @tablets{
                            margin-bottom: 0px;
                        }

                        & input{
                            width: 250px;
                            line-height: 30px;
                            border: 1px solid #ededed;
                            padding: 5px;
                            margin-right: 10px;

                            @media @smartphones{
                                width: 100%;
                                margin-bottom: 5px;
                            }

                            @media @tablets_portrait{
                                width: 100%;
                                margin-bottom: 10px;
                            }

                            @media @tablets_landscape{
                                width: ~"calc(50% - 25px)";
                                margin-bottom: 10px;
                            }

                            &.fail{
                                border: 1px solid red;
                            }

                            &.long{
                                width: 375px;

                                @media @smartphones{
                                    width: 100%;
                                }

                                @media @tablets_landscape{
                                    width: 300px;
                                }
                            }
                            &.short{
                                width: 125px;

                                @media @smartphones{
                                    width: 100%;
                                }

                                @media @tablets_portrait{
                                    width: ~"calc(100% - 389px)";
                                    margin-right: 0px;
                                }

                                @media @tablets_landscape{
                                    width: ~"calc(100% - 350px)";
                                    margin-bottom: 5px;
                                }
                            }
                        }
                    }
                }

                .info-naw{
                    width: ~"calc(50% - 4px)";
                    margin-top: 26px;

                    @media @smartphones{
                        width: 100%;
                    }

                    @media @tablets_portrait{
                        width: 100%;
                    }

                    p{
                        line-height: 28px;
                        font-size: 16px;
                    }

                    .submit{
                        margin-top: 20px;

                        @media @smartphones{
                            width: 100%;

                            & .button{
                                width: 100%;
                            }
                        }
                    }
                }

            }
        }


    }
}
.pg-text{

    .page-desc{
        padding-top: 60px;
	padding-bottom: 20px;
	overflow:auto;

        h1{
            padding-bottom: 14px;
            font-size: 20px;
            color: #b8181d;
            text-transform: uppercase;
        }

        h2{
            padding-bottom: 10px;
            font-size: 16px;
        }

        h3{
            padding-bottom: 0px;
            font-size: 14px;
        }

        p{
            line-height: 30px;
            font-size: 14px;
            text-align: left;
            padding-bottom: 20px;

	    img {
		margin: 0px 4px;
		width: ~"calc(25% - 8px)" !important;

		@media @smartphones {
			margin-bottom: 10px;
			width: 100% !important;
		}	    
	    }
        }
    }
}
.pg-error{

    h1{
        padding-top: 40px;
    }

    p{
        line-height: 32px;
        font-size: 16px;
        padding-bottom: 40px;
        padding-top: 10px;
    }
}
footer{
    height: 270px;
    background-color: @clr-black;
    padding-top: 30px;
    overflow: hidden;

    @media @smartphones{
        height: auto;
        padding-top: 20px;
        padding: 20px;

        & .w25{
            width: 100%;
        }
    }

    @media @tablets{
        height: auto;
        padding: 20px;
    }

    & .ftholder{
        padding-right: 10px;
        min-height: 200px;

        @media @smartphones{
            width: 100% !important;
            height: auto;
            margin-bottom: 20px;
        }

        @media @tablets_portrait{
            width: ~"calc(50% - 12px) !important";
            min-height: 200px;
        }

        & h2{
            padding-top: 24px;
            color: @clr-white;
            padding-bottom: 30px;
        }

        & ul{
            margin: 0;
            padding: 0;
            padding-top: 10px;

            & li{
                line-height: 24px;
                color: white;

                & a{
                    &:hover{
                        text-decoration: underline;
                    }
                }
            }
        }

        & .social-media{
            margin-right: 10px;
            margin-bottom: 10px;
        }

        & .logo{
            padding-top: 18px;
            width: 90%;
            padding-bottom: 24px;
        }
    }
}
@clr-black : black;
@clr-white : white;

//menu
@clr-menu-top: #393a3d;
@clr-menu-top-hvr: #4568b0;

//buttons
@clr-btn-info: #4568b0;
@clr-btn-info-hvr: #315294;
.button{
    font-family: open-sans-bold;
    font-size: 12px;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    margin: 0;
    line-height: 50px;
    color: white;
    padding: 0px 35px 0px 35px;
    text-decoration: none;
    border-radius: 3px;
    transition: 0.3s ease;
    letter-spacing: 1px;

    &.info{
        background-color: @clr-btn-info;
        &:hover{ background-color: @clr-btn-info-hvr; }
    }
}
