/* styles.css */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #444;
    /* background-image: url(images/bodybg.jpg); */
    background-repeat: no-repeat;
    font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

/*
.header {
    padding: 22px 0;
    border:1px solid #ccc;
    border-bottom-width: 0px;
    background-image: url(images/top_banner_960px.png);
    background-repeat: no-repeat;
    height: auto;
    overflow:hidden;
    padding: 0px 0px;
    border-radius: 12px 12px 0px 0px;
}
*/

#header, .header {
    height: 110px;
    padding-bottom: 0px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #0500DD; /*#fff; */
    color: #fff;
    /* box-shadow: 2px 2px 3px #999; */
    /*border-radius: 5px 5px 0px 0px; */
    box-sizing: border-box;
    background-image: url(images/top_banner_960px.png);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

#top_menu {
    background-color: #fff;
    position: relative;
    top: 80px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    /* background-color: #ffffee; */
    padding-left: 0px;
    width: 100%;
    height: 32px;
    border: 1px solid #ccc;
    border-width: 1px 0px;
    color: black;
}

.menu_nav {
    margin: 0px auto;
    padding: 0px;
    height: 22px;
    margin-left: 10px;
}
.emptygif {
    width: 100px;
    height:80px;
}
.langbutton { margin-left: 15px; border: 1px solid #eee; box-shadow: 2px 2px 2px #ddd; }

.header .mainmenu {
    margin-top:90px;
    margin-left:0px;
    margin-right:0px;
    height:auto;
    background-color: #5ab207;
}

.mainmenu a {
    width :159px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

.mainmenu ul li {
    background-color: #5c8932;
    padding: 12px 0px;
    float:left;
    width: 16.55%; /* 159px; */
    height: 72px;
    margin-right:0px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.mainmenu ul .li1 {
    background-color: #5c8932;
}
.mainmenu ul .li2 {
    background-color: #5b9029;
}
.mainmenu ul .li3 {
    background-color: #5b9821;
}
.mainmenu ul .li4 {
    background-color: #5aa118;
}
.mainmenu ul .li5 {
    background-color: #5aaa0f;
}
.mainmenu ul .li6 {
    background-color: #5ab207;
}
.mainmenu ul .li7 {
    background-color: #63c803;
}
ul.mainmenu .li8 {
    background-color: #63c803;
}

.languages {
    float:right;
    margin-top:10px;
    margin-right:10px;
    height:32px;
}
.languages img {

}

.content, #content {
    min-height: 500px;
    background-color: #fff;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px 10px 10px;
    /*padding: 10px; */
}
h1 {
    font-size: 16px;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Maven Pro",Tahoma, Helvetica, Sans-serif;
    font-weight:bold;
    color: #f47321;
}


h4 {
    font-size:14px;

}

.nav-menu {
    display: none;
}

label {
    padding: 5px 10px;
    color: #3a3f43;
    cursor: pointer;
    display: inline-block;
    width: 130px;
    text-align: right;
}

.label-checkbox {
    text-align: left;
}
label.error {
    position: absolute;
    border: 1px solid #ccc;
    width: auto;
    text-align: left;
    background-color: #fee;
    padding: 0px;
}
input.readonly { background-color: #eee}

.nav-menu:checked + label {
    color: #fff;
    background-color: #3a3f43;
    border-radius: 3px;
}

.nav-menu,
.portfolio > figure.columns {
    display: none;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    display: inline-block;
}

#all:checked ~ .portfolio .all,
#posters:checked ~ .portfolio .poster,
#illustrations:checked ~ .portfolio .illustration,
#typography:checked ~ .portfolio .typography,
#packaging:checked ~ .portfolio .package {
    display: block;
}

/**************************  FOOTER section **************************/
.footer {
    background-color: #f47321;
    border-top: 1px solid #ccc;
    margin-top: 0px;
    height: 24px;
    padding: 0px;
}

.social {
    float: left;
}

.social .copyright {
    color: #ccc;
    margin-bottom: 10px;
    font-size: 1em;
}

.social ul li {
    display: inline;
}

.social ul li a {
    display: inline-block;
    width: 28px;
    height: 32px;
    /*below is the css image replacement styles*/
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


.social-dribbble a,
.social-facebook a,
.social-twitter a {
    background-image: url('../images/social-icons.png');
    background-repeat: no-repeat;
}
.social-dribbbler a:hover{ background-position: 0 0; width: 23px; height: 23px; }
.social-dribbbler a{ background-position: 0 -33px; width: 23px; height: 23px; }
.social-facebook a:hover{ background-position: 0 -66px; width: 23px; height: 23px; }
.social-facebook a{ background-position: 0 -99px; width: 23px; height: 23px; }
.social-twitter a:hover{ background-position: 0 -132px; width: 23px; height: 23px; }
.social-twitter a{ background-position: 0 -165px; width: 23px; height: 23px; }

.svgicon:hover{
    opacity: 0.7;
}

/****************************************** Smaller than standard 960 (devices and browsers) **************************/

    @media only screen and (max-width: 959px) {
        .container {
        width: 100%;
        }
        .portfolio .four.columns {
        width: 25%;
        }
        label {
        display: none;
        }
        .portfolio .all {
            margin-bottom: 15px;
        }
        #all ~ .portfolio .all{
            display:block;
        }
        .portfolio > figure:before {

            content: attr(data-category);
            font-size: 1em;
            padding: 8px;
            width: 100%;
            color: #fff;
            display: block;
            font-weight: bold;
            text-transform: capitalize;
            background-color: rgba(42,47,51,0.8);
            position: absolute;
        }
        .portfolio figcaption {
            position: relative;
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
            background-color: #3a3f43;
        }
        .portfolio figure:nth-child(odd) figcaption {
            background-color: #2a2f33;
        }
    }

/****************************************** Smaller than standard 960 (devices and browsers) **************************/
    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 959px) {}

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 480px) and (max-width: 767px) {}
    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
        .portfolio .four.columns {
        width: 50%;
        }

    }

    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 479px) {}


