﻿html {
    height: 100%;
}

body {
    background-color: #241a20;
    background-image: url(../Images/background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0px;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #f8f4f6;
}

a {
    text-decoration: none;
    color: #dc99b7;
}

    a:hover {
        color: #e27aa9;
    }

img {
    border: none;
}

div#wrapper {
    width: 100%;
    min-height: 100%;
    height: auto;
    height: 100%;
    margin: 0 auto -30px;
    overflow: auto;
}

div#header {
    width: 100%;
    height: 234px;
    margin: 0px auto;
    background-image: url(../Images/header_background2.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    position: relative;
    /*background-attachment: fixed;*/
}

    div#header img {
        position: absolute;
    }

/*div#header_contents {
    width: 1200px;
    margin: 0px auto;
}*/

div#header_contents img {
    margin: 0px auto;
    width: 849px;
    height: 234px;
    float: left;
}

a#lnkContact {
    width: 224px;
    height: 52px;
    margin-top: 151px;
    display: block;
    float: left;
    background-image: url(../Images/contact_background.png);
    background-position: center center;
    background-repeat: no-repeat;
}

div#content {
    /*width: 1200px;*/
    height: 450px;
    margin: 0px auto;
}

    div#content .page {
        padding-bottom: 100px;
    }

div.clear {
    clear: both;
    width: 100%;
}

div#footer {
    width: 100%;
    height: 30px;
    margin: 0px auto;
    overflow: hidden;
    font-size: 0.8em;
    color: #ddd;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.45);
    padding-top: 8px;
    position: fixed;
    z-index: 100;
}

    div#footer .page {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    /*div#footer a {
        width: 200px;
        height: 30px;
        float: left;
        background-position: 0px 80px;
        margin: 0px 16px;
    }*/

    div#footer .intalex {
        display: inline-block;
        margin: 0 auto;
    }

        div#footer .intalex a:visited,
        div#footer .intalex a {
            color: #fff
        }

            div#footer .intalex a:hover {
                color: #e27aa9;
            }

    div#footer .copyright {
        /*float: right;*/
        text-align: right;
    }

.page {
    margin: 0 50px;
}
/*@media only screen and (max-width: 600px) {

    div#content {
        width: 500px;
    }

    div#footer {
        width: 500px;
    }
}*/

div#hidden_content {
    display: none;
}

div.portfolio_nav {
    width: 310px;
    float: left;
    height: 100%;
    overflow: auto;
}

div.portfolio_main {
    width: 890px;
    float: right;
    height: 100%;
    min-height: 540px;
    overflow: visible;
    background-image: url(../Images/portfolio_main_background.png);
    background-position: center center;
    background-repeat: no-repeat;
}

    div.portfolio_main img {
        margin: 30px auto;
        display: block;
    }

.links {
    clear: both;
}


p#contact {
    width: 300px;
    margin: 100px auto;
}


/*  ---------  HEADER  --------   */
#menucontainer ul {
    list-style: none;
    padding: 0px;
    clear: left;
}

    #menucontainer ul li {
        float: left;
        margin-right: 20px;
    }

        #menucontainer ul li.login a {
            color: #a06186;
        }

#menucontainer {
    width: 351px;
    margin-top: 100px;
    float: right;
    color: White;
    text-align: right;
    font-size: 0.8em;
    position: absolute;
    right: 0;
}

    #menucontainer a {
        color: #f2deea;
        text-transform: uppercase;
        font-size: 0.9em;
        font-weight: bold;
        letter-spacing: 2px;
    }

        #menucontainer a:hover {
            color: #d4b4c7;
        }

body.home.index #menucontainer a.Home,
body.folio.index #menucontainer a.Folio,
body.home.contact #menucontainer a.Contact {
    text-decoration: underline;
}


form#form_search {
    float: left;
    margin-bottom: 5px;
}

    form#form_search input[type=text] {
        height: 14px;
        padding: 0px;
    }

    form#form_search input[type=submit] {
        height: 20px;
        padding: 0px 4px;
        font-size: 0.9em;
    }


div.photo h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
}



.banner-container {
    min-height: 350px;
    margin-bottom: 20px;
}

.banner {
    position: relative;
    margin: 50px auto;
    width: 650px;
}

    .banner img {
        position: absolute;
        opacity: 0;
        transition: all 1s;
        border: 5px solid #fff;
    }

        .banner img.visible {
            opacity: 1;
        }

.links {
    margin: auto;
    margin-top: 80px;
    text-align: center;
}

    .links img {
        display: block;
        margin: 15px auto;
    }

.breadcrumbs {
}

    .breadcrumbs .crumb {
    }

        .breadcrumbs .crumb:after {
            content: ' /';
        }

        .breadcrumbs .crumb:last-child {
        }

            .breadcrumbs .crumb:last-child:after {
                content: '';
            }

.categories {
    margin-bottom: 20px;
}

    .categories .category {
        background-color: #400b23;
        padding: 10px;
        margin: 8px;
        display: inline-block;
    }




.category-photo {
    display: inline-block;
    border: 1px solid #712643;
    margin: 5px;
    padding: 10px 8px;
    background-color: rgba(56, 24, 45, 0.5);
    /*color: #eee;*/
    width: 260px;
    height: 270px;
    overflow: hidden;
    text-align: left;
    position: relative;
}

    .category-photo img {
        display: block;
        margin: auto;
        margin-bottom: 13px;
    }

    .category-photo span {
        left: 5px;
        position: absolute;
        bottom: 2px;
        max-width: 240px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .category-photo:hover {
        background-color: rgba(56, 24, 45, 0.8);
    }

    .category-photo .download-link {
        /*float: right;
        margin-right: 3px;
        margin-bottom: 2px;*/
        right: 5px;
        position: absolute;
        bottom: 2px;
    }






@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot');
    src: url('../lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}
