*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
html,body{
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
body{
    background: #919191 url(../img/bg.png) top center repeat-x;
    font: 13px/22px sans-serif;
}
a{
    color:#1A4D8C;
}
#about-image{
    display: block;
    margin: 0 auto;
}
#about-title{
    color: #1A4D8C;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
#container{
    margin: 0 auto;
    padding: 8px;
    width: 980px;
}
#content{
    background-color: white;
    margin-top: 12px;
    min-height: 150px;
    padding-top: 71px;
}
.alert{
    background-color: #f2838f;
    border: 1px solid #ed5565;
    color: #a94442;
    margin: 0 auto;
    padding: 15px;
    width: 650px;
}
.clearfix{
    clear: both;
}
.content-body{
    clear:both;
    margin-bottom: 10px;
    padding-right: 50px;
    text-align: justify;
}
.content-body img:first-child{
    border: 3px solid #EDEDED;
    float: right;
    margin-left: 20px;
}
.content-container{
    font-size: 0;
    white-space: nowrap;
}
.content-container > div{
    font-size: 14px;
    white-space: normal;
}
.content-header{
    background: #144d88;
    background: -moz-linear-gradient(top, #144d88 0%, #3a77b8 48%, #2f69a7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#144d88), color-stop(48%,#3a77b8), color-stop(100%,#2f69a7));
    background: -webkit-linear-gradient(top, #144d88 0%,#3a77b8 48%,#2f69a7 100%);
    background: -o-linear-gradient(top, #144d88 0%,#3a77b8 48%,#2f69a7 100%);
    background: -ms-linear-gradient(top, #144d88 0%,#3a77b8 48%,#2f69a7 100%);
    background: linear-gradient(to bottom, #144d88 0%,#3a77b8 48%,#2f69a7 100%);
    color: white;
    display: inline-block;
    font-size: 18px;
    letter-spacing: -1px;
    margin: 0;
    padding: 10px 25px;
    text-transform: uppercase;
}
.content-left{
    padding-right: 20px;
    width: 730px;
}
.content-left,
.content-right{
    color: #000000;
    display: inline-block;
    vertical-align: top;
}
.content-left-container{
    clear: both;
    padding: 10px 15px;
    text-align: justify;
}
.content-left-container .product-item:first-child{
    border-top: 0 none;
}
.content-right{
    width: 234px;
}
.content-right .content-header{
    background: #c4c4c4;
    background: -moz-linear-gradient(top,  #c4c4c4 0%, #cfcece 48%, #c4c4c4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4c4c4), color-stop(48%,#cfcece), color-stop(100%,#c4c4c4));
    background: -webkit-linear-gradient(top,  #c4c4c4 0%,#cfcece 48%,#c4c4c4 100%);
    background: -o-linear-gradient(top,  #c4c4c4 0%,#cfcece 48%,#c4c4c4 100%);
    background: -ms-linear-gradient(top,  #c4c4c4 0%,#cfcece 48%,#c4c4c4 100%);
    background: linear-gradient(to bottom,  #c4c4c4 0%,#cfcece 48%,#c4c4c4 100%);
    display: block;
    text-align: center;
}
.content-right-container{
    padding-bottom: 40px;
    padding-right: 20px;
    padding-top: 10px;
}
.content-right-container img{
    border: 3px solid #EDEDED;
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
}
.product-item{
    border-top: 1px solid #ccc;
    font-size: 0;
    margin-bottom: 30px;
    padding-top: 25px;
    white-space: nowrap;
}
.product-item > div{
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    white-space: normal;
}
.product-item-header{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}
.product-item-header a{
    color: #8d9093;
    text-decoration: none;
}
.product-item-header a:hover{
    text-decoration: underline;
}
.product-item-left{
    overflow-y: hidden;
    width: 50%;
}
.product-item-right{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 5px solid #eee;
    height: 250px;
    margin-left: 5%;
    width: 50%;
}
.product-more{
    border: 1px solid #ccc;
    color: #8d9093;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-more:hover{
    background-color: #eee;
}
.product-item-images{
    font-size: 0;
}
.product-item-image{
    border: 3px solid #EDEDED;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    display: inline-block;
    height: 150px;
    margin-right: 5px;
    width: 150px;
}
.project-item-image{
    background-position: center center;
    background-size: cover;
    height: 250px;
    margin:0 auto;
    width: 250px;
}
.project-item-header{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.project-item-header a{
    text-decoration: none;
}
.project-item-header a:hover{
    text-decoration: underline;
}
.project-item-desc{
    margin-bottom: 30px;
}
.thumbs{
    background-color: rgba(0,0,0,.8);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding-top: 40px;
    position:fixed;
    text-align: center;
    top: 0;
    transition: all .3s ease;
    visibility: hidden;
    width: 100%;
}
.thumbs:target{
    opacity: 1;
    visibility: visible;
}
#header{
    background-color: white;
    background-image: -webkit-linear-gradient(to bottom, white, #E5E5E5);
    background-image:    -moz-linear-gradient(to bottom, white, #E5E5E5);
    background-image:         linear-gradient(to bottom, white, #E5E5E5);
    height: 78px;
    position: relative;
}
#header-link{
    background: transparent url(../img/logo.png) center center no-repeat;
    background-size: cover;
    display: block;
    height: 78px;
    left: 20px;
    position: absolute;
    top: 0;
    width: 97px;
}
#header-menu{
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#header-menu li{
    display: inline-block;
    height: 100%;
}
#header-menu li a{
    color: #000; /*#1A4D8C;*/
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    padding: 25px 25px 0;
    text-align: center;
    text-decoration: none;
}
#header-menu li a .header-menu-name{
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#header-menu li a.active{
    background: -webkit-linear-gradient(to bottom, #144D88, #2E68A6);
    background:    -moz-linear-gradient(to bottom, #144D88, #2E68A6);
    background:         linear-gradient(to bottom, #144D88, #2E68A6);
    color: #000; /*white*/;
}
#home-footer{
    list-style: none;
    margin: 0;
    padding: 50px 0 0;
    text-align: justify;
}
#home-footer li{
    border-bottom: 1px solid #D9D9D9;
    clear: both;
    padding: 10px;
    margin-bottom: 10px;
}
#home-footer li img{
    border: 3px solid #EDEDED;
    float: left;
    margin-right: 10px;
}
.home-footer-header{
    font-weight: bold;
    text-transform: uppercase;
}
#slider{
    height: 280px;
    margin-bottom: 13px;
}

#product.private-product{
    margin-top: -60px;
    padding-bottom: 1px;
}

.pdx-container{
    border: 2px solid #144d88;
    font-size: 0;
    margin: 0 10px 30px;
    padding: 5px 10px;
    position: relative;
}
.pdx-container > div{
    display: inline-block;
    font: 13px/22px sans-serif;
    vertical-align: top;
}
.pdx-container > div:first-child{
    width: 45%;
}
.pdx-container > div:last-child{
    text-align: center;
    width: 54%;
}
.pdx-container > div:last-child > img{
    margin: 20px;
    max-height: 200px;
    max-width: 200px;
    vertical-align: middle;
}
.pdx-container > div > h1{
    line-height: 35px;
    padding: 0;
    margin: 0;
}