/* v1.0 | 20080212 */



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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a{
    color: #000061;
    transition-duration: 0.35s;

}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

figure{
    float: left;
    padding: 0;
    margin: 0;
}


.wrap {
    position: relative;
    width: 1170px;
    margin: 0 auto;
}

.wrapHead{
    margin-top: 0px;
    top: 0px;
    padding-top: 0px;
}


.layout {
    float: left;
    width: 100%;
    overflow: hidden;
}


@media screen and (min-width: 769px){

    .hidden-desktop {
        display: none !important;
    }

    .show-mobile{
        display: none !important;
    }
    .show-tablet{
        display: none !important;
    }
    .show-desktop{
        display: block !important;
    }
}


body {
    position: relative;
    padding-top: 0px;
    font-size: 10pt;
    background-color: #131516;
    color: #1f1f1f;
    font-family: 'Roboto', sans-serif;


    background: url('/images/footer.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

iframe{ z-index: 0;}
object{ visibility: visible; z-index: 0; }


h1 {
    float: left;
    width: 100%;
    font-size: 19pt;
    color: #1f1f1f;
    line-height: 40px;
    z-index: 0;
    text-align: left;
    margin-bottom: 15px;
    font-weight: normal;
    margin-top: 10px;
}



h2 {
    float: left;
    width: 100%;
    font-size: 14pt;
    color: #1f1f1f;
    z-index: 0;
    text-align: left;
    margin-bottom: 0px;
    letter-spacing: 1px;
    line-height: 23px;
}


.wrapMain {
    float: left;
    width: 100%;
    margin: 0 auto;
    background-color: #fafafa;
}


.base {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 0px;
    padding-top: 0px;

}

.baseFooter{
    padding-bottom: 50px;
    padding-top: 30px;
}

.popup {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: white;
    border-radius: 4px;
    padding: 1%;
    display: none;
}

.closeButton {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 21px;
    height: 21px;
    background-image: url('/images/closePopup2.png');
}

.sfContent{
    position: relative;
    float: left;
    width: 100%;
    padding-left: 0px;
    color: black;
}

.content{
    float: left;
    width: 700px;
    border-radius: 5px;
    padding: 5px;
}

.relativePlaceholder{
    float: left;
    width: 100%;
    height: 0px;
    background-color: #ffffff;
}

.languageWrap{
    background-color: #f4f4f4;
}

.headerContact{
    float: left;
    color: #3A3636;
    margin-top: 0px;
    line-height: 21px;
    font-size: 11pt;
    text-decoration: none;
    margin-right: 30px;

}

.headerContact a { color:#5b5b5b; }

.headerContact i{
    float: left;
    font-size: 20px;
    margin-right: 5px;
}



.wrapHeader{
    background-image: url(/images/back4.png);
    background-size: cover;
    background-color: transparent;
}

.baseHeader{
    background-color: transparent;
    margin-bottom: 0px;
    position: relative;
    background-image: none;
}



.wrapMiddle{
    margin-top: 98px;
    padding-top: 20px;
}

.wrapFooter{
    margin-top: -2px;
    background-color: transparent;
    position: relative;
}

.footerFilter {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 270px;
    background-image: url(/images/back2.png);
}



.firstPageLayout{
    margin-top: 200px;
}

.center{
    text-align: center;
}


.navigationTop{
    float: right;
    width: 100%;
    margin-top: 8px;
}

.firstPageWrap{
    margin-top: 0px;
}

.firstPageImage{
    float: left;
    width: 100%;
    background-image: url('/images/back.jpg');
    height: 500px;
    background-size: cover;
    background-position: center;
}


.filter{
    position: absolute;
    width: 100%;
    height: 500px;
    background-color: #000000;
    opacity: 0.4;
}

.wrapPortfolio{
    background-color: white;
    background-size: cover;
    background-position: bottom;
}

.wrapPortfolioHeight{
    height: 640px;
}

.wrapVideo{
    background-color: #000000;
}

.wrapGray{
    background-color: #f5f5f5;
}

.wrapWhite{
    background-color: #ffffff;
}
.wrapLightGray{
    background-color: #fafafa;
}

.externalWrap{
    background-color: #545759;
    padding-top: 30px;
    padding-bottom: 30px;
}

.externalColor{
    color: #b6b6b9;
}

.externalText{
    float: left;
    font-size: 17pt;
    margin-top: 10px;
    font-weight: bold;
}

.externalButton{
    float: right;
    background-color: #000061;
    color: white;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 19px;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 10px;
}
.externalButton i{
    float: left;
    font-size: 25pt;
}
.externalButton span{
    float: left;
    line-height: 30px;
    font-size: 13pt;
    margin-left: 5px;
}


.mapContainer{
    float: left;
    position: relative;
    width: 100%;
}

.googleMap{
    float: left;
    width: 100%;
    height: 500px;
}

.mapLocationsContainer{
    position: absolute;
    top: 60px;
    left: 1%;
    width: 200px;
    background-color: white;
    padding: 1%;
}

.mapLink{
    float: left;
    width: 100%;
    text-decoration: none;
    margin-bottom: 10px;
}


.firstPageLeft{
    float: left;
    width: 68%;
}

.facebookContainer{
    float: right;
    width: 30%;
}


.outerLinks{
    float: right;
}

.outerLink {
    float: right;
    height: 30px;
    text-decoration: none;
    background-color: transparent;
    color: #ffffff;
    margin-right: 20px;
    margin-top: 12px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-right: 6px;
}


.outerLink i{
    color: #ffffff;
    float: left;
    margin-left: 6px;
    font-size: 21pt;
}


.outerLink span{
    float: left;
    margin-left: 5px;
    margin-top: 7px;
}



.firstPageH1{
    text-align: center;
    font-size: 26pt;
    margin-top:50px;
    color: #ffffff;
}



.firstPageText{
    font-size: 16pt !important;
    color: white !important;
    margin-top: 30px !important;
}

.titleCategories{
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    margin-left: 0%;
}

.titleCategory{
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
    padding: 0.5%;
    border-radius: 50%;
    background-color: #b6b6b9;
    transition-duration: 0.35s;

}

.titleCategory:hover{
    background-color: #000061;
}

.titleIcon{
    color: #000061;
    font-size: 55pt !important;
    margin-top: 26px;
}


.titleCategoryFilter{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    opacity: 0.4;
    left: 0px;
    top: 0px;
}

.titleCategorySplitter{
    float: left;
    width: 2%;
    height: 30px;
}

.titleCategorySplitter2{
    width: 1%;
}

.titleCatImage{
    position: absolute;
    width: 96% !important;
    border-radius: 50% !important;
    left: 0;
    top: 0;
    padding: 2%;
}


.titleCat {
    position: absolute;
    float: left;
    font-size: 9pt;
    font-weight: bold;
    width: 66%;
    text-align: center;
    color: #b6b6b9;
    background-color: #545759;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 18px;
    height: 36px;
    top: 145px;
    left: 18%;
    border-radius: 6px;
}

.titleCatDesc{
    float: left;
    color: white;
    margin-left: 4%;
    width: 56%;
    text-align: left;
    margin-top: 7px;
    font-size: 12pt;
    border-top: 1px solid white;
    padding-top: 3px;
    line-height: 19px;
}

.wrapMainFirstGalleries{
    background-image: url('/images/back7.png');
    background-size: cover;
}
.wrapMainImages{
    background-color: #272727;
    background-size: cover;
}
.wrapMainComments{
    background-image: url('/images/back7.png');
    background-size: cover;
}

.headLine{
    position: relative;
    float: left;
    width: 100%;
    height: 7px;
    background-image: url('/images/line.png?2');
    background-size: 100% 7px;
}


.header{
    float: left;
    width: 100%;
    height: 188px;
    margin-top: -5px;
    background-image: url('/images/menu_bg_large.png');
    background-size: 100% 100%;
    margin-top: 40px;
}


.logoBack{
    top: 0px;
    position: absolute;
    float: left;
    text-decoration: none;
    width: 100%;
    height: 48px;
    z-index: 100;
}


.logoHolder{
    float: left;
}

.logo{
    float: left;
    text-decoration: none;
    width: 200px;
    background-color: transparent;
    margin-left: 0%;
    margin-top: 5px;
    transition-duration: 0.35s;
}

.logoSmall{
    width: 4%;
    margin-top: 57px;
}

.logoImg{
    float: left;
    width: 24%;
    margin-left: 0;
}

.logoText{
    float: left;
    width: 48%;
    margin-left: 5%;
}
.logoTextSmall{
    width: 170px;
    margin-top: 31px;
    margin-right: 63px;
}


.logoText img{
    float: left;
    width: 100%;
    margin-left: 0;
}


.logo span{
    float: left;
    margin-left: 0px;
    font-size: 13pt;
    line-height: 20px;
    width: 100%;
    margin-top: 4px;
    color: lightgray;
    text-align: center;
}

.logoMiddleSpan{

}

.paypalHeadLogo {
    float: right;
    width: 103px;
    margin-left: 10px;
    margin-top: 10px;
}

.paypalHeadLogo img{
    float: left;
    width: 100%;
}

.vd{
    float: right;
    color: white;
    margin-right: 20px;
    font-size: 15pt;
    margin-top: 10pt;
}




.navigation{
    position: fixed;
}


.naviRight{
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: transparent;
    padding-left: 0%;
    padding-right: 0%;
    z-index: 50;
    transition-duration: 0.35s;
}


.nav-up {
    top: -55px;
}




.pageContent{
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    color: #615b61;
    line-height: 25px;
    font-size: 17px;
    margin-top: 10px;
    font-weight: 300;
}

.shortPageContent{
    width: 79% !important;
}


.pageContent ol li{
    list-style: decimal;
    margin-left: 40px;
    margin-top: 4px;
}

.pageContent ul li {
    list-style: circle;
    margin-left: 40px;
    margin-top: 4px;
}

.pageContent p{
    margin-bottom: 5px;
}
.pageContent a{
    color: #000061;
}
.pageContent a:hover{
    color: #000061;
    text-decoration: underline;
}


.widePageContent{
    width: 990px;
}



.firstPageRight{
    float: left;
    width: 100%;
}

.firstPageCatContainer{
    float: left;
    width: 46%;
    margin-left: 2%;
    margin-bottom: 15px;
    margin-right: 2%;
}
.firstPageCatName{
    float: left;
    width: 100%;

}

.firstPageCatName h2{
    float: left;
    width: 100%;
    line-height: 30px;
    color: #006633;
    text-align: left;
    font-weight: normal;
    font-size: 14pt;
}

.firstPageCatName h2:hover{

}



.firstPageCatImage{
    float: left;
    width: 100%;
}


.newsContainer{
    float: left;
    width: 29.3%;
    margin-bottom: 20px;
    background-color: white;
    padding: 1%;
    margin-left: 1%;
    margin-right: 1%;
    height: 500px;
    overflow: hidden;
}

.reconstructionContainer{
    width: 96%;
    height: auto;
}

.researchContainer{
    height: 250px;
}

.newsImage{
    float: left;
    width: 100%;
}

.newsImage img{
    float: left;
    width: 100%;
}

.newsTitle{
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}

.newsTitle h2{
    float: left;
    width: 100%;
    line-height: 21px;
    color: #615b61;
    text-align: left;
    font-weight: bold;
    font-size: 13pt;
}

.newsDate{
    float: right;
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
    text-align: left;
    padding-bottom: 4px;
    color: #615b61;
    font-size: 10pt;
    margin-top: 6px;
}

.newsButton{
    float: right;
    margin-top: 10px;
}



.itemFooter{
    position: relative;
    float: left;
    width: 100%;
    height: 5px;
    background-image: url('/images/line.png?1');
    background-size: 100% 5px;
}



.newsText{
    float: right;
    width: 100%;
    margin-top: 5px !important;
    font-size: 11pt;
    line-height: 23px;

}


.footerMain{
    float: left;
    width: 100%;
    text-align: center;
    color: white;
    line-height: 21px;
    margin-bottom: 20px;
}

.footerMainTitle{
    float: left;
    width: 100%;
    border-bottom: 1px solid #8c8c8c;
    font-size: 16pt;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.footerContainer{
    float: left;
    width: 23%;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 10px;
    color: #cccccc;
    padding-bottom: 0px;
}

.footerLink{
    float: left;
    width: 100%;
    color: #F9F7F7;
    font-size: 12pt;
    text-decoration: none;
    margin-bottom: 7px;
    line-height: 31px;
}

.footerLink i{
    float: left;
    margin-right: 10px;
    font-size: 25pt;
}

.footerLink:hover{
    text-decoration: underline;
    color: #ffffff;
}

.footerLinkLevel3{
    width: 93%;
    margin-left: 7%;
    font-size: 11pt;
    line-height: 26px;
    margin-bottom: 2px;
}

.footerLinkLevel3 i{
    margin-right: 4px;
    font-size: 15pt;
    margin-top: 3px;
}

.footerTitle{
    float: left;
    width: 100%;
    padding-left: 0;
    color: white;
    font-size: 14pt;
    text-decoration: none;
    margin-bottom: 7px;
    line-height: 33px;
    font-weight: bold;
    border-bottom: 1px solid #8c8c8c;
    text-align: left;
}
.footerTitle i{
    float: left;
    margin-right: 10px;
    font-size: 40pt;
    margin-left: -6px;
}

.footerCatImage{
    width: auto !important;
    height: 44px;
}

.footerCat{
    float: left;
    margin-left: 20px;
    margin-top: 4px;
}

.footerCat:hover{
    text-decoration: underline;
}

.partnerLink{
    float: left;
    width: 18%;
    margin-left: 2%;
    height: 80px;
}

.partnerLink img{
    float: left;
    width: 100%;
}

.eraf img{
    width: 54%;
    margin-left: 23%;
}

.hornbeak img{
    width: 35%;
    background: white;
    padding: 1%;
    margin-left: 24%;
}

.moki img{
    width: 100%;
    background: white;
}

.nodus img{
    width: 50%;
}

.stora img{
    width: 32%;
    margin-left: 32%;
}

.inputRow{
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
}


.loading{
    position: fixed;
    width: 330px;
    height: 40px;
    line-height: 40px;
    background-color: black;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    display: none;
    z-index: 100000;
    opacity: 0.70;
    filter: alpha(opacity=80);
}

.loadingInner {
    float: left;
    width: 100%;
    height: 40px;
    background-color: #ececec;
    color: black;
    font-size: 21pt;
    border-radius: 5px;
}


.loadingInner img {
    margin-top: 4px;
    float: right;
    margin-right: 14px;
}

.cartSuccess{
    position: fixed;
    top: 200px;
    width: 450px;
    line-height: 40px;
    background-color: white;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    display: none;
    z-index: 100000;
    box-shadow: 2px 0 10px #808080;
}
.cartSuccessInner{
    float: left;
    width: 100%;
    height: 40px;
    color: gray;
    font-size: 23pt;
    border-radius: 5px;
    font-weight: bold;
}



.error_list{
    color: red;
    line-height: 15px;
}

.error{
    float: left;
    color:red;
    margin-top: 10px;
    width: 100%;
}



.popupBg{
    position: absolute;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    z-index: 10;
    display: none;
}

.closeButton{
    position: absolute;
    right: -15px;
    top: -15px;
    background-image: url('/images/close.png');
    width: 45px;
    height: 45px;
    z-index: 200;
}



.paginator{
    float: left;
    width: 100%;
    margin-top: 5px;
}

.arrow{
    float: left;
    text-align: center;
    text-decoration: none;
    padding-top: 2px;
    line-height: 23px;
    padding-right: 7px;
    padding-left: 7px;
    height: 25px;
    color: #565656 !important;
    font-size: 14pt;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}


.sel{
    background-color: #565656 !important;
    color: white !important;
    border-radius: 3px;
}

.leftBorderRadius{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.rightBorderRadius{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.footerDesc{
    float: left;
    margin-left: 76px;
    margin-top: 11px;
    margin-bottom: 10px;
    width: 100%;
}

.footerUs{
    float: left;
    margin-left: 196px;
    font-size: 20pt;
    margin-top: 8px;
}



.footerLogo{
   float: left;
    width: 100%;
}

.footerLogoContainer{
    float: left;
    margin-top: 14px;
}

.copyright{
    float: left;
    width: 100%;
    color: #3A3636;
    font-size: 12pt;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
}

.pageImage{
    float: left;
    position: relative;
    width: 230px;
    margin-top: 7px;
    margin-bottom: 5px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #C5C5C5;
    color: black;
    text-decoration: none;
    overflow: hidden;
    height: 230px;
    margin-left: 7px;
    margin-right: 7px;
    overflow: hidden;
}

.pageImage img {
    float: left;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
}

.pageImage:hover img{
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
}






.pageTabButtonContainer{
    float: left;
    width: 100%;
    height: 42px;
    padding-left: 3px;
    border-bottom: 1px solid #ceced0;
}

.pageTabButton{
    float: left;
    margin-left: 6px;
    margin-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ceced0;
    border-bottom: none;
    background-color: #e7e7e7;
    text-align: center;
    text-decoration: none;
    color: #454545;
    font-weight: bold;
    font-size: 8pt;
    z-index: 10;
}
.pageTabButton:hover{
}

.pageTabButtonSelected{
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.watermark{
    color: #d3d3d3;
}


.imagesContainer{
    float: left;
    width: 100%;
    margin-top: 20px;
}

figure{
    float: left;
    width: 32%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 8px;
}

.figure25{
    width: 24%;
}

.imageLink{
    float: left;
    width: 100%;
}
.imageLink img{
    float: left;
    width: 100%;
}

.imageLink span{
    float: left;
    width: 98%;
    color: #615b61;
    text-decoration: none;
    height: 45px;
    margin-top: 7px;
    font-size: 11pt;
    line-height: 15px;
    margin-left: 1%;
}





.captcha {
    float: left;
    display: block;
    width: 100px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.captcha:focus {
    border-color: #28b126;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #b0ffae,0 0 8px #b0ffae;
    box-shadow: inset 0 1px 1px #b0ffae,0 0 8px #b0ffae;
}

.commentLeft{
    float: left;
    width: 519px;
}

.commentRight{
    float: left;
    width: 469px;
}

.commentInputRow{
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.commentTextArea{
    float: right;
    width: 384px;
    height: 140px;
    resize: none;
    font-size: 12pt;
}

.commentSubmit{
    float: right;
    width: 410px;
    margin-top: 10px;
}

.inputRowError{
    float: left;
    width: 100%;
}


.inputExplain{
    float: left;
    width: 100%;
    color: #999;
    font-size: 13px;
    line-height: 15px;
    margin: 5px 0 0;
    padding: 0;
}


.submitButton{
    float: left;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 0px solid transparent;
    white-space: nowrap;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.submitButton:hover{

}


.captchaImage{
    width: 118px;
    float: left;
    margin-left: 5px;
    margin-top: 1px;
    height: 47px;
}




.comments{
    float: left;
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
}

.comment{
    float: left;
    width: 100%;
    border-bottom: .083em dotted #999;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.commenter{
    float: left;
    width: 100%;
    font-weight: bold;
}
.commentText{
    float: left;
    width: 100%;
    margin-top: 5px;
}

.commentDate{
    float: left;
    width: 100%;
    font-style: italic;
    color: #666;
    margin-top: 5px;
    margin-bottom: 5px;
}


.facebook-sidelink {
    position: fixed;
    left: 0px;
    top: 30%;
    z-index: 100;
}




.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 1%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

select.form-control {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #e4e4e4;
    border: 0px !important;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 400;
    -webkit-appearance: none;
}

.form-control:focus {
    border-color: #28b126;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #b0ffae,0 0 8px #b0ffae;
    box-shadow: inset 0 1px 1px #b0ffae,0 0 8px #b0ffae;
}



.nextPage{
    float: right;
}

.previcon {
    float: left;
    width: 18px;
    display: block;
    height: 25px;
    background: url(/images/nextprev.png) 0px -1px no-repeat;
    margin-right: 10px;
    text-decoration: none;
    margin-top: 7px;
}
.nexticon {
    float: left;
    width: 18px;
    display: block;
    height: 25px;
    background: url(/images/nextprev.png) -20px -1px no-repeat;
    margin-left: 10px;
    text-decoration: none;
    margin-top: 7px;
}

.nextLabel{
    float: left;
    background: #dcdcdc;
    padding: 5px 10px 5px 10px;
    color: #282828;
    text-decoration: none;
    height: 23px;
    line-height: 23px;
    font-size: 12pt;
    text-transform: uppercase;
    font-weight: bold;
}


.mypos{
    float: left;
    color: #333;
    margin-left: 253px;
    line-height: 32px;
}

.placeHolder{
    float: left;
    width: 200px;
    height: 30px;
}


.commentFormContainer{
    float: left;
    margin-top: 20px;
}

.contactContainer{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.contactUsLabel {
    float: left;
    width: 98%;
    background: #e4e4e4;
    display: block;
    padding: 1%;
    font-weight: 400;
    font-size: 1.1em;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.contactButton{
    float: right;
    width: 200px;
    color: #fff;
    background-color: #27541d;
    text-transform: uppercase;
    border-radius: 0px !important;
    letter-spacing: .5px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}

.contactButton:hover {

}


.contactTextarea{
    float: left;
    width: 98%;
    height: 100px;
    margin-top: 15px;
    resize: none;

}

.captchaBlock{
    margin-top: 20px;
    margin-bottom: 10px;
}


.emailInput{
    float: left;
    width: 98%;
    margin-bottom: 15px;
    margin-top: 15px;
}




.designRight{
    float: left;
    width: 250px;
}

.designImageRight{
    float: left;
    width: 100%;
}

.designNameRight{
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 23px;
    padding: 1%;
    font-weight: 400;
    background-color: #dcdcdc;
    margin-bottom: 3%;
    color: #2f2f2f;
}



.shirtRight{
    float: left;
    width: 250px;
}

.shirtImageRight{
    float: left;
    width: 100%;
}

.shirtNameRight{
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 23px;
    padding: 1%;
    font-weight: 400;
    background-color: #dcdcdc;
    margin-bottom: 3%;
    color: #2f2f2f;
}

.instagramContainer{
    float: left;
    margin-top: 25px;
    width: 100%;
}

.instagramMore {
    float: right;
    text-transform: uppercase;
    color: #9e9e9e;
    text-decoration: none;
    font-size: 15px;
    margin-top: -5px;
}



.i {
    float: right;
    width: 43px;
    margin-top: -13px;
    display: block !important;
    margin-bottom: -13px;
}

.i img{
    float: left;
    width: 100%;
}

.grayInfo{
    width: 36px;
    margin-top: 0px;
}

.blueTitle{
    background-color: #428bca !important;
    color: white !important;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.Dheading{
    font-size: 14pt;
    font-weight: bold;
}


.sliderInfo {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 5;
    background-image: url('/images/back2.png');
    line-height: 45px;
    font-size: 27px;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    text-align: right
}

.sliderInfoLabel {
    float: right;
    font-weight: 400;
    letter-spacing: 0.4px;
    display: block;
    text-transform: uppercase;
    color: white;
    text-align: right;
}

.sliderCorner {
    float: right;
    height: 45px;
    width: 26px;
    background: url(/images/graphics_corner.png) top left no-repeat;
    z-index: 2;
    margin-right: -26px;
}

.sliderI{
    margin-top: 0px;
}

.itemImageLink{
    text-decoration: none;
    color: white;
}





.backImageContainer{
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 500px;

}

.backImage{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 50px;
}

.backFilter{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
}




.samTools{
    text-decoration: none;
    float: right;
    line-height: 30px;
    margin-top: 10px;
    width: 140px;
    clear: both;
}

.samToolsText {
    float: right;
    width: 100%;
    font-size: 10pt;
    text-align: center;
    margin-bottom: -4px;
    color: #cccccc;
}

.languagesContainer{
    position: relative;
    float: right;
    height: 20px;
    width: auto;
    margin-top: 17px;
}

.languageButton{
    float: left;
    color: white;
    margin-top: 0px;
    line-height: 21px;
    font-size: 11pt;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}

.languageSelected{
    color: #00a8cb;
}

.footerNavi{
    float: left;
    width: 100%;
}


.workingDayContainer{
    float: right;
    width: 160px;
}


.workingDay{
    float: left;
    width: 160px;
    margin-bottom: 5px;
    padding-top: 5px;
    margin-left: 0px;
    margin-top: 5px;
    border-top: none;
    border-bottom: 1px dashed gray;
    color: #252525;
}

.workingDayLabel{
    float: left;
    width: 30px;
    font-size: 11pt;
    margin-top: 14px;
    font-weight: bold;
}

.workingDayTrueFalse{
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 15px;
}

.workingDayTime{
    float: left;
    font-size: 11pt;
    margin-left: 10px;
    line-height: 19px;
    margin-top: 13px;
    width: 100px;
    font-weight: bold;
}


.workingDayPopup{
    line-height: 19px;
    margin-bottom: -10px;
}







.contactPage{
    width: 800px;
}


.workingHours{
    float: right;
    width: 277px;
    height: 30px;
}

.workingHoursIco{
    float: right;
    width: 30px;
}
.workingHourLabel{
    float: right;
    color: white;
    line-height: 33px;
    margin-right: 8px;
    font-size: 11pt;
    text-transform: uppercase;
}


.workingHourLink{
    float: right;
    color: white;
    height: 15px;
    border-radius: 2px;
    line-height: 18px;
    font-size: 10pt;
    text-align: center;
    margin-top: 6px;

}

.workingHourLink:hover{

}



.cartFail{
    position: fixed;
    top: 200px;
    width: 500px;

    line-height: 40px;
    background-color: lightgoldenrodyellow;
    box-shadow: 2px 0 10px #808080;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    display: none;
    z-index: 100000;

}

.cartFailDesc{
    float: left;
    width: 325px;
    font-size: 13pt;
    text-align: left;
    line-height: 25px;
}


.workingDayContainerPopup{
    margin-top: -38px;
}

.workingDayTitle{
    line-height: 20px;
    margin-bottom: -8px;
}

.cartFailItalic{
    float: right;
    font-style: italic;
    font-size: 12pt;
}

.cartFailImage{
    float: left;
    margin-left: 10px;
    margin-top: -20px;
}

.contactButtons{
    float: left;
    margin-right: 0;
    margin-top: 0px;
    margin-left: 3%;
}


.socialButtons{
    position: relative;
    top: 5px;
    margin-top: 82px;
    margin-left: 0%;
    float: right;
}

.socialIcon{
    float: left;
    width: 30px;
    height: 30px;
    background-size: cover;
    margin-left: 10px;
    color: #2d312f;
    text-decoration: none;
}

.contactIcon{
    margin-left: 0px;
    margin-right: 20px;
}

.socialIconQA{
    width: auto;
    color: #000061;
}

.socialIconQA span{
    float: left;
    text-transform: uppercase;
    margin-top: 9px;
    margin-left: 5px;
}


.socialIcon i{
    float: left;
    font-size: 23pt;
}

.facebook{
    background-image: url('/images/fb.png?1');
}
.twitter{
    background-image: url('/images/twitter.png?2');
}
.dr{
    background-image: url('/images/dr.png?1');
}


.buttons{
    float: right;
    width: auto;
    margin-top: 1px;
}

.requiredStar{
    color: red;
    font-size: 14pt;
}

.popupButtonContainer{
    float: left;
    width: 100%;
    margin-top: 10px;
}

.popupButton{
    float: left;
    background-color: #000061;
    color: white;
    border-radius: 2px;
    width: 200px;
    font-size: 10pt;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.popupButton i{
    float: left;
    margin-right: 2px;
    margin-left: 5px;
    margin-top: 2px;
}

.floatLeft{
    float: left !important;
}

.floatRight{
    float: right !important;
}

.width100{
    width: 100%;
}

.not{
    display: none;
}

.slider{
    float: left;
    width: 98%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #d2d4d0;
    margin-left: 1%;
    border-radius: 4px;
    border-top-left-radius: 0px;
    margin-bottom: 20px !important;
}



.slick-list{
    padding-top: 5px !important;
}


.sliderHeading{
    float: left;
    font-size: 16pt;
    color: #545454;
    line-height: 27px;
    margin-left: 1%;
}

.locationCol{
    float: left;
    width: 49%;
    margin-left: 1%;
}

.shippingLocationRow{
    float: left;
    width: 100%;
}

.locationName{
    float: left;
    width: 80%;
    text-align: left;
}
.locationPrice{
    float: left;
    width: 20%;
    text-align: left;
}


.itemCategories{
    position: relative;
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-radius: 2px;

}



.itemCategory{
    float: left;
    width: 100%;
    margin-bottom: 7px;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2px;

}

.itemCategory span:hover{

    text-decoration: underline;
}

.itemCategory2{
    width: 88%;
    margin-left: 12%;
}



.categoryImage{
    float: left;
    width: 21%;
    border-radius: 3px;
}


.categoryLink{
    float: left;
    width: 100%;
    position: relative;
    height: 52px;
}

.categoryLink i{
    float: left;
    width: 7%;
    margin-top: 13px;
    color: #27541d;
}

.catLevel2{
    margin-left: 20%;
    width: 80%;
}

.categoryLinkSelected{
    color: red;
}

.outer {
    float: left;
    display: table;
    position: relative;
    width: 72%;
    height: 100%;
    margin-left: 3%;

}


.categoryName{
    width: 100%;
    color: #000061;
    text-decoration: none;
    text-align: left;
    font-size: 13pt;

    display: table-cell;
    vertical-align: middle;
}

.categoryName:hover{
    color: #000000;

}

.categoryNameSelected{
    color: #000000;
}



.inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%/*whatever width you want*/;
    font-weight: normal;
    font-size: 12pt;
    line-height: 20px;
}

.leftSide{
    float: left;
    width: 20%;
    margin-right: 1%;
}

.allCategories{
    float: left;
    width: 100%;
}

.selectedButton{
    color: #00a8cb !important;
}

.hidden{
    display: none !important;
}

.hiddenBlock{
    display: none;
}

.headerNavigationBar{
    float: left;
    width: 100%;
}

.cartButton{
    position: relative;
    float: right;
    color: white;
    margin-top: 29px;
}
.cartButton i{
    font-size: 25pt;

}

.cartButtonCount{
    position: absolute;
    top: -7px;
    right: -5px;
    background-color: #000061;
    color: #ffffff;
    text-decoration: none;
    width: 17px;
    height: 17px;
    border-radius: 8px;
    text-align: center;
    line-height: 17px;
    font-weight: bold;
    font-size: 8pt;
}


.firstPageButton {
    float: right;
    color: black;
    text-decoration: none;
    font-size: 19px;
    margin-top: 0px;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    transition-duration: 0.35s;
    text-transform: uppercase;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    clear: both;
}



.firstPageButtonRight{
    float: right;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
}

.firstPageButton:hover{
    color: #565656;
}


.firstPageHeading{
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 20pt;
    margin-top: 25px;
    padding-top: 0px;
    padding-bottom: 15px;
    text-align: center;
}

.paddingBottom10{
    padding-bottom: 10px;
}

.colorWhite{
    color: #3A3636 !important;
}

.firstCategories{
    margin-left: 2%;
    width: 97%;
}


.bottomSpacer{
    float: right;
    width: 100%;
    height: 20px;
}

.fb-share-button{
    float: right;
    margin-right: 10px;
}


.slimmenuInner{
    float: left;
    width: 100%;

}

ul.slimmenu {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: transparent;
    margin-left: 0%;
    margin-top: 0px;
    padding-bottom: 14px;
}
ul.slimmenu li {
    position: relative;
    display: inline-block;
    background-color: transparent;

    float: left;
}
ul.slimmenu > li { margin-right: 5px; }
ul.slimmenu > li:first-child { border-left: 0 }
ul.slimmenu > li:last-child { margin-right: 0 }
ul.slimmenu li a {
    display: block;
    color: #ffffff;
    padding: 5px 30px 0px 0px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
    text-decoration: none;
    font-size: 11pt;
    font-style: normal;
    line-height: 17px;
    height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition-duration: 0.35s;


}
ul.slimmenu li a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #00a8cb;

}


ul.slimmenu li i {
    float: left;
    font-size: 25pt;
    transition-duration: 0.35s;
}



.naviText {
    float: left;
    margin-left: 5px;
    transition-duration: 0.35s;
}

.naviText:hover {
    text-decoration: none;
    background-color: transparent;
    color: #00a8cb;

}

.homeIcon{
    color: #2d312f !important;
    margin-right: 0px;
    padding-right: 0px !important;
    padding-top: 4px !important;
    padding-left: 0px !important;
    margin-top: 3px;
}
.homeIcon i{
    font-size: 20pt;
}



.homeUl{
    padding: 8px 12px 16px 13px !important;
}


.ellipsis{
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}


.galleryContainer{
    float: left;
    width: 22%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    background-color: #ffffff;
    border-radius: 2px;
    overflow: hidden;
    padding: 0.5%;
}

.galleryImage{
    float: left;
    width: 100%;
}
.galleryImage img{
    float: left;
    width: 100%;
}

.galleryName{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 10pt;
    font-weight: normal;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
    color: #3A3636;
    text-transform: uppercase;
}

.galleryDate{
    float: right;
    width: 78%;
    border-bottom: 1px solid #f4f4f4;
    text-align: right;
    padding-bottom: 4px;
    color: #615b61;
    font-size: 10pt;
}


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {cursor: default; pointer-events: none;}

/* Control Nav */
.flex-control-nav {/*width: 100%*/; position: absolute; bottom: 40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 15px; height: 15px; display: block; background: #fff; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; box-shadow: inset 0 0 2px rgba(0,0,0,0.1); border: 1px solid gray; }
.flex-control-paging li a:hover { background: #fff; background: rgba(255,255,255,0.7); }
.flex-control-paging li a.flex-active { background: #f1dca7; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {}
.flex-control-thumbs img {margin: 10px 5px 0; display: inline-block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}




/** Custom Meta Slider CSS **/
.flexslider {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: 0;
    margin: 0 0 0px 0;
    margin-top: 0px !important;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.flex-control-nav {
    bottom: 10px;
    right: 10px;
    line-height: 11px;
    z-index: 15;
}


/** move margin from list items to anchors */
.flex-control-nav li {
    margin: 0;
}
.flex-control-nav li a {
    margin: 0 3px;
    padding: 0;
}

.flexslider .slides li {
    position: relative;
}

/** fix for users with RTL languages */
.flex-viewport {
    direction: ltr;
}

/** add transition effects to firefox **/
.flex-direction-nav a {
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flexslider .slides p {
    margin: 0;
}

.flex-control-nav {
    margin: auto;
}

.metaslider .flexslider.filmstrip {
    margin-top: 10px;
}
.metaslider .flexslider.filmstrip .slides li {
    cursor: pointer;
    opacity: 0.5;
}
.metaslider .flexslider.filmstrip .slides li.flex-active-slide,
.metaslider .flexslider.filmstrip .slides li:hover,
.metaslider .flexslider.filmstrip .slides li:focus {
    opacity: 1.0 !important;
}










@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
    .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}



.leftText{
    float: left;
    width: 100%;
    line-height: 22px;
    color: #ff6600;
    font-size: 12pt;
    margin-bottom: 20px;
}

.leftText ol li{
    list-style: decimal;
    margin-left: 10%;
    margin-top: 8px;
}

.leftText ul li {
    list-style: circle;
    margin-left: 10%;
    margin-top: 8px;
}



.input{
    float: left;
    width: 98%;
    font-family: arial;
    padding: 1%;
    height: 32px;
    line-height: 32px;
    border: 1px solid #a5a5a5;

}

.input:focus {
    border: 1px solid #000061;
}

.inputRequired{
    border: 1px solid red;
}


.droplist:focus {
    border: 1px solid #000061;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #000061;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000061;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



.inputRow{
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
}

.formLabel{
    float: left;
    width: 20%;
    font-size: 10pt;
    text-align: right;
    margin-right: 0px;
    line-height: 48px;
    background: #e4e4e4;
    padding-right: 1%;
    text-transform: uppercase;
    margin-left: 10%;
}



.inputError{
    margin-left: 31%;
    float: left;
    width: 60%;
}




.calendarInput{
    float: left;
    background-color: #ffffff;
    width: 244px;
    height: 217px;
}

.deleteDelivery{
    float: right;
    width: 25px;
}

.deliveryLabel {
    margin-left: 0%;
    width: 97%;
    margin-right: 0;
    padding-left: 3%;
    font-size: 11pt;
    height: 42px;
    line-height: 42px;
    text-align: left;
    padding-right: 0;
}

.deliveryRow{
    float: left;
    width: 100%;
    border-bottom: 1px dotted gray;
    margin-bottom: 5px;
    height: 30px;
    color: #545454;

}

.deleteDelivery img{
    float: left;
    width: 100%;
}

.deliveryDate{
    float: left;
    line-height: 25px;
    font-size: 12pt;
    margin-right: 20px;
}
.deliveryCount{
    float: left;
    line-height: 25px;
    font-size: 12pt;
}

.deliveryTitle{
    float: left;
    width: 100%;
    line-height: 25px;
    font-size: 13pt;
    color: #2a2a2a;
    font-weight: bold;
}

.deliveryAddButton{
    width: auto;
}

.deliveryInputRow{
    width: 44.5%;
    margin-left: 1%;
}

.addDateButton {
    float: right;
    text-decoration: none;
    color: #fff;
    background-color: orange;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 32px;
}

.xdsoft_datetimepicker.xdsoft_inline{
    line-height: 20px !important;
}




.itemsPage{
    width: 100%;
}


.itemContainer{
    float: left;
    width: 29.3%;
    margin-bottom: 20px;
    background-color: white;
    padding: 1%;
    margin-left: 1%;
    margin-right: 1%;
    overflow: hidden;
}





.itemBottom{
    float: left;
    width: 100%;
}


.itemParameter{
    float: left;
    width: 75px;
    font-size: 9pt;
    margin-left: 5px;
    color: gray;
    font-weight: bold;
    margin-top: 11px;
}

.itemText{
    float: right;
    width: 218px;
    margin-right: 0px;
    margin-bottom: 5px;
    background-color: white;
    padding: 5px;
    overflow: hidden;
}

.itemText ul li{

    list-style: circle;
    margin-left: 40px;
}

.itemText ol li{
    list-style: decimal;
    margin-left: 40px;

}

.itemPrice{
    float: left;
    text-align: left;
    font-size: 10pt;
    color: black;
    margin-left: 0px;
    background-color: #191919;
    color: #FFF056;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12pt;
    border-top-right-radius: 5px;
}

.itemTypeContainer{
    float: left;
    width: 928px;
    margin-left: 10px;
    border-bottom: 2px solid #AEB54E;
    padding-left: 20px;
}

.itemTypeButton{
    float: left;
    color: #6E5437;
    height: 30px;
    line-height: 33px;
    margin-right: 10px;
    text-decoration: none;
    margin-top: 3px;
    font-size: 12pt;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.itemTypeButtonSelected{
    float: left;
    color: white;
    background-color: #AEB54E;
    height: 30px;
    line-height: 33px;
    margin-right: 10px;
    text-decoration: none;
    margin-top: 3px;
    font-size: 12pt;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.adToCartButton{
    float: right;
    position: relative;
    background-color: #000061;
    color: white !important;
    text-decoration: none !important;
    height: 33px;
    line-height: 33px;
    width: 150px;
    margin-top: 8px;
    margin-right: 0%;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2px;
    margin-left: 3%;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    padding-left: 13px;
}

.adToCartButton i{
    font-size: 18pt;
    float: right;
    margin-left: 6px;
    margin-top: 4px;
    margin-right: 5px;
}

.sippingButton{
    background-color: #545759;
}
.itemButtonText{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 6pt;
    line-height: 12px;
}




.adToCartButtonTop{
    margin-top: 5px;
    width: 97%;
    margin-right: 1%;
    padding: 0%;
}

.priceContainer{
    float: left;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    padding-top: 5px;
}

.itemPriceLabel{
    width: 100%;
    float: left;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: bold;
}





.itemContainerHolder{
    position: relative;
    float: left;
    width: 23%;
    overflow: hidden;
    margin-left: 1%;
    padding-bottom: 1px;
    background: rgba(255, 255, 255, 0.98);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    margin-bottom: 20px;
    border: 1px solid #C5C5C5;
    border-radius: 3px;
}

.itemContainerHolderInner{
    float: left;
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
}

.itemTitle{
    float: left;
    width: 100%;
    color: #615b61 !important;
    text-decoration: none;
    font-size: 13pt;
    line-height: 25px;
    font-weight: normal;
    text-align: center;
    height: 50px;
}

.itemTitle:hover{

}

.itemImage{
    float: left;
    width: 100%;
}



.price{
    position: relative;
    float: right;
}

.priceShow{
    margin-top: 7px;
}

.priceCurrency{
    float: right;
    font-size: 15pt;
    margin-top: 5px;
    margin-right: 2px;
    color: #464646;

}

.priceNumber{
    float: right;
    color: #464646;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    text-decoration: none;
    font-size: 18pt;
    font-style: normal;
    line-height: 35px;
    height: 35px;
    text-transform: uppercase;
}




.itemPriceContainer {
    float: left;
    margin-bottom: 5px;
    width: 49%;
}


.priceExtended{
    margin-left: 42px;
}


.sizesContainer{
    float: right;
    margin-right: 1%;
    width: 35%;
}

.itemSizeLabel{
    float: left;
    width: 40%;
    line-height: 47px;
    margin-left: 2px;
}

.explainContainer{
    float: left;
    color: #000000;
    width: 100%;
}

.exlpainHidden{
    position: relative;
    float: left;
    font-size: 9pt;
    background-color: #fff274;
    padding: 10px;
    border-radius: 3px;
    width: 680px;
    display: none;
    margin-bottom: 10px;
}

.exlpainHidden ol li{
    list-style: decimal;
    margin-left: 40px;
    margin-top: 0px;
}

.exlpainHidden ul li {
    list-style: circle;
    margin-left: 40px;
    margin-top: 4px;
}

.explainTitle{
    float: left;
    width: 100%;
    font-weight: bold;
}

.explainOl{
    float: left;
    font-size: 9pt;
}

.explainOl li{
    margin-top: 0px !important;

}


.showAgreement{
    float: right;
    color: #3C8BC7;
    font-size: 20pt;
    margin-top: -42px;
    margin-right: 5px;
}


.floatRight{
    float: right;
}

.explainIcons{
    margin-right: 20px;
    font-size: 8pt;
}

.explainIcons img{
    float: left;
    margin-top: 2px;
}

.explainVisible{
    float: left;
    width: 50%;
}

.soldOut{
    color: gray;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    font-size: 14pt;
    float: right;
    width: 104px;
    text-align: right;
    margin-right: 9px;
}

.itemImageLink{
    float: left;
    text-decoration: none;
}

.vatNotification{
    float: left;
    width: 100%;
    font-size: 14pt;
    line-height: 34px;
    color: #222222;
}

.ffButton{
    margin-top: 4px;
}


.topItems{
    float: left;
    width: 228px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border: 1px solid #81F654;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
}



.outOfStock{
    float: left;
    width: 104px;
    font-size: 12pt;
    margin-top: -18px;
    font-weight: bold;
}



.categoryButtonHolder{
    float: left;
    width: 100%;
}

.droplist{
    float: left;
    background: white;
    border: 1px solid #a5a5a5;
    height: 45px;
    margin-bottom: 0px;
    width: 100%;
}

.sizeDroplist {
    width: 50%;
    float: right;
}

.itemCalendar{
    margin-top: 0px;
    width: 93%;
    height: 39px;
    line-height: 39px;
    padding-left: 4%;
}

.orderIcon{
    float: right;
    margin-right: 5px;
}

.orderIcon i{
    font-size: 25pt;
}


.quantityBushContainer{
    float: left;
    width: 100%;
    margin-top: 3px;
    height: 45px;
}

.variationsLabel{
    float: left;
    margin-bottom: 10px;
    font-size: 8pt;
    line-height: 32px;
    text-align: right;
    margin-left: 3px;
}

.variationsDroplist{
    float: right;
    width: 50%;
    margin-bottom: 10px;
    margin-right: 1%;
    font-size: 10pt;
    padding: 1%;

}

.itemContainerHolderTop{
    margin-left: 1px;
    width: 224px;
}


.leftTitle {
    position: relative;
    float: left;
    font-size: 16pt;
    background-color: #545454;
    color: white;
    border-radius: 0px;
    margin-top: -5px;
    margin-left: -5px;
    text-align: center;
    line-height: 27px;
    width: 238px;
    margin-bottom: 7px;
}

.slideItem{
    float: left;

}


.sliderHolder{
    width: 95%;
    float: left;
    margin-left: 2%;
    margin-right: 0.5%;
    height: auto;
    margin-bottom: 5px;
}



.categoryHolder{
    height: auto;
}


.itemSocialContainerSmall{
    float: right;
    margin-bottom: 5px;
    margin-right: 2%;
}

.twitter-share-button{
    float: right;
    margin-top: 4px;
    margin-left: 4px;
}

.cantPurchaseItems{
    text-align: right;
    float: right;
    width: 49%;
    font-size: 12pt;
    margin-top: -46px;
    line-height: 17px;
    margin-right: 3%;
}


.adsContainer{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.adContainer{
    float: left;
    width: 30.6%;
    border-radius: 5px;
    padding: 1%;
    color: #565656;
}

.adContainerIcon{
    float: left;
    width: 100px;
    font-size: 72pt !important;
    border-radius: 55px;
    height: 100px;
    text-align: center;
    line-height: 100px !important;
    color: #545759;
}

.adTitle{
    float: left;
    margin-left: 3%;
    font-size: 32pt;
    font-weight: bold;
    width: 65%;
    text-align: left;
    color: #000061;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 23px;
}

.adDesc{
    float: left;
    color: #565656;
    margin-left: 3%;
    width: 62%;
    text-align: left;
    margin-top: 2px;
    font-size: 11pt;
    padding-top: 0px;
    line-height: 19px;
}


.wrapOnSlider{
    margin-top: -19px;
}

.contacts{
    float: left;
    width: 100%;
    border-top: 1px solid #b6b6b9;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.contact{
    float: left;
    width: 25%;
}
.contactValue{
    float: left;
    width: 84%;
    margin-top: 9px;
    font-size: 11pt;
}

.contactIconPage{
    float: left;
    width: 12%;
    font-size: 25pt !important;
    margin-right: 2%;
}


.days{
    float: left;
    width: 100%;
    padding-top: 13px;
}

.dayClock{
    float: left;
    width: 5%;
    font-size: 37pt !important;
    margin-top: 9px;
    color: #545759;
}

.day{
    float: left;
    width: 13%;
}

.dayLabel{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    line-height: 38px;
    color: #000061;
}

.dayValue{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12pt;
    margin-bottom: 10px;
}

.vacancy{
    float: left;
    width: 100%;
}

.vacancyName{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.vacancyDescription{
    float: left;
    width: 100%;
    margin-left: 0;
}

.stuff {
    float: left;
    width: 32%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 20px;
    color: #636C6C;
}

.stuffImage {
    float: left;
    overflow: hidden;
    width: 130px;
    height: 130px;
    border: 3px solid #ffffff;
    background-color: #ffffff;
    border-radius: 50%;
    margin-left: 32%;
    margin-top: 20px;
}

.stuffImageIcon{
    float: left;
    font-size: 110pt !important;
    margin-left: 31%;
    margin-top: 10px;
}

.stuffName {
    float: left;
    font-size: 16pt;
    margin-left: 2%;
    font-weight: bold;
    margin-top: 12px;
    color: #636C6C;
    width: 100%;
}

.stuffText {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    height: auto;
    overflow: hidden;
    margin-left: 2%;
    color: #636C6C;
    line-height: 20px;
    padding-top: 4px;
    padding-bottom: 0px;
    font-size: 12pt;
    text-align: center;
}



.popupBg{
    width: 100%;
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 99;
    display: none;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
}


.popup{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: white;
    border-radius: 4px;
    padding: 1%;
    display: none;
}

.verticalCenter{
    display: flex;
    align-items: center; /* align vertical */
    justify-content: center;
}

.itemShippingCost{
    float: left;
    width: 300px;
    padding: 10px;
}

.enquiryContainer{
    float: left;
    width: 400px;
    padding: 10px;
}

.enquiryLabel {
    float: left;
    width: 110px;
}

.enquiryTextarea{
    height: 100px;
}


.enquiryButton {
    float: right;
    text-decoration: none;
    color: #fff;
    background-color: #000061;
    width: auto;
    text-align: center;
    margin-top: 5px;
    padding: 6px 5px;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: -2px;
}


.companyContainer{
    float: left;
    width: 100%;
    border-bottom: 1px solid #545759;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.companyImage{
    float: left;
    width: 20%;
}

.companyName{
    float: left;
    width: 53%;
    margin-left: 2%;
    margin-top: 5px;
    color: #000061;
    line-height: 15px;
    font-size: 12pt;
}

.companyDesc{
    float: left;
    width: 53%;
    margin-left: 2%;
    margin-top: 5px;
    color: #545759;
    line-height: 15px;
}

.companyCost{
    float: right;
    color: #000061;
    width: 25%;
    font-size: 16pt;
    text-align: right;
    font-weight: bold;
}

.popupParameterRow{
    float: left;
    width: 100%;
    margin-top: 10px;
}

.popupLabel{
    float: left;
    width: 56px;
}

.solarium{
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.solariumImage{
    float: left;
    width: 25%;
}

.solariumImage figure{
    float: left;
    width: 100%;
}

.solariumName{
    float: right;
    width: 72%;
    font-weight: bold;
    font-size: 18pt;
    margin-bottom: 6px;
}

.solariumDesc{
    float: right;
    width: 72%;
}

.solariumPrices{
    float: right;
    width: 72%;
}

.solariumPrice{
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.solariumMin{
    float: left;
    width: 33%;
    font-size: 12pt;
}
.solariumMinPrice{
    float: left;
    width: 33%;
    text-align: right;
    font-size: 12pt;
}


.solariumMinPriceHead{
    font-weight: bold;
}


.washPrice{
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.washName{
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 18pt;
    margin-bottom: 6px;
}

.washDescription{
    float: left;
    width: 100%;
    font-size: 9pt;
}

.washPrices{
    float: right;
    width: 49%;
}
.washTime{
    float: left;
    width: 100%;
    line-height: 36px;
}

.priceIcon{
    float: left;
    font-size: 27pt !important;
    width: 9%;
    margin-top: 6px;
}

.priceIcon2{
    margin-top: 14px;
    font-size: 36pt !important;
    margin-left: -5px;
}

.washPriceCar{
    float: right;
    width: 90%;
}

.washTimeIco{
    float: left;
    font-size: 27pt !important;
    margin-right: 5px;
}

.priceLine{
    border-bottom: 1px solid #e5e5e5;
}



.carPrice{
    float: right;
    font-size: 12pt;
}

.priceName{
    float: left;
    font-size: 9pt;
    margin-left: 10px;
}


.washMain{
    float: left;
    width: 50%;
}







.shadow{
    -moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 13px rgba(0,0,0,0.25);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#333333')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#333333');
}

.dataContainer{
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.details{
    display: none;
}

.opener{
    float: left;
    width: 30px;
    height: 30px;
}

.opener i{
    font-size: 20pt;
}


.dataTitle h2 {
    float: left;
    width: 90%;
    line-height: 21px;
    color: #000061;
    text-align: left;
    font-weight: normal;
    font-size: 13pt;
}

.dataTitle:hover{
    color: #000000;
}

.dataDate {
    float: right;
    width: 100%;
    text-align: left;
    padding-bottom: 4px;
    color: #615b61;
    font-size: 10pt;
    margin-top: 6px;
}

.taskHeading{
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

.taskRow{
    float: left;
    width: 90%;
    border-bottom: 1px solid #e5e5e5;
    margin-left: 10%;
    margin-bottom: 8px;
    padding-bottom: 5px;
}
.taskLabel{
    float: left;
    width: 35%;
    font-weight: bold;
}
.taskValue{
    float: left;
    width: 64%;
}

.contactRow{
    float: left;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 50px;
}





.page-layout{
    float: left;
    width: 100%;
}

.page-layout div{
    float: left;
}

.page-layout-table {
    float: left;
    width: 99%;
    padding: 0.5%;
}


.page-layout-table tr{ float: left; width: 100%;}
.page-layout-table td{ float: left; width: 100%;}


.col-25{ width: 25%; }
.col-30{ width: 30%; }
.col-33{ width: 33%; }
.col-40{ width: 40%; }
.col-50{ width: 50%; }
.col-60{ width: 60%; }
.col-70{ width: 70%; }
.col-75{ width: 75%; }



@media (max-width: 1100px) {
    .wrap {
        width: 990px;
    }

    .navigationTop{
        width: 870px;
    }

    .headerNavigationBar {

    }

    ul.slimmenu{

    }

    .titleCategories {
        float: left;
        width: 98%;
        margin-top: 10px;
        text-align: center;
        margin-left: 1%;
    }

    .titleCategory {
        width: 190px;
        height: 190px;
    }

    .titleCat{
        top: 135px;
    }
}