body {
    font-family: 'program', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #000; 
    background-color: #f2f2f2;
}

body a {
    text-decoration: none;
    color: #000;
    transition: all .3s linear;
}

body a:hover, 
body a:focus {
    text-decoration: none;
    color: #000;
    border-bottom: 1px #aaa dotted;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'scotch-text', serif;
    letter-spacing: normal;
    line-height: normal;
    font-weight: 900;
    margin: 0;
    padding: 0;
    color: #000!important; 
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.vertical-align {
    display: table;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.m-top-5 {
    margin-top: 5px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-bottom-5 {
    margin-bottom: 5px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.row .row {
    margin: 0;
}

.box-wrapper {
    width: 1170px;          
    margin: 0 auto;
    display: block;    
    background-color: #fff;
}

.content-980 {
    width: 980px;    
    margin: 0 auto;
    display: block;
    padding-top: 120px;
    padding-bottom: 120px;    
    max-width: 100%;
}

.box-wrapper img, 
.content-980 img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.menu-wrapper {        
    z-index: 9999 !important;
    background-color: #D0CCDA;
    width: 100% !important;
    top: 0;
    position: fixed;
    transition: background-color .3s linear;
    -webkit-transform: translateZ(0);
}

#header-main-menu {    
    max-width: 1170px;
    margin: 0 auto;
    text-align: right;
    position: relative;
}

img.menu-logo {    
    position: absolute;
    left: -60px;
    top: -81px;
}

.main-menu.sm-clean {
    background-color: transparent;  
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-menu.sm-clean a {    
    font-family: 'area-normal', sans-serif;    
    font-weight: 900;
    font-size: 13px;
    line-height: 40px;
    color: #000;
}

.main-menu.sm-clean .sub-menu a {
    font-size: 11px;
    line-height: 20px;
}

.sm-clean .current_page_item a {
    color: #fff !important;
}

.main-menu.sm-clean a:hover {
    color: #fff !important;
}

.sm-clean li.active a {
    color: #fff !important;
}

.mob-menu {
    display: none;
    text-align: center;
    font-family: 'area-normal', sans-serif;
    font-weight: 900;
    font-size: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: color .3s linear;
    color: #fff;
}

footer {
    font-size: 10px;
    font-family: 'galix-mono', monospace;
    color: #aaa;        
}

footer a {
    color: #ddd;
    border-bottom: 1px transparent solid;
    transition: all .3s linear;
}

.footer {
    background: #888;
    color: #bbb;
    padding: 60px 0;
    margin-bottom: 50px;    
} 

.footer-text {
    font-family: 'galix-mono', monospace!important;
    font-size: 10px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 25px;
}

.copyright a {
    color: #ddd;
}

.look20-recommendations {
    color: #000;
    margin: 0 auto;
    min-height: 100%;
    width: 100%;
    max-width: 690px;
    font-family: 'area-normal', sans-serif!important;
    padding-top: 0;
    padding-bottom: 33px;
    overflow-x: hidden;
}

.footer a:hover {
    color: #fff;
    border-bottom: 1px #000 solid;
}


















































/***********************************************************
************************************************************
***********************************************************/

@media screen and (max-width: 1200px) {   

    .box-wrapper, 
    .grid {
        width: 975px;
    }   

}


@media screen and (max-width: 992px) {

    .box-wrapper, 
    .grid {
        width: 100%;
    }

}

@media screen and (max-width: 925px) {  

    .mob-menu {
        display: block;
    }

    .mob-menu:hover {
        cursor: pointer;
    }

    .main-menu.sm-clean {
        padding-bottom: 0;
    }

    .main-menu {
        float: none;
        margin: 0 auto;
        text-align: center;
        max-width: 300px;
        width: 100%;
        position: relative;
        z-index: 9999;
        display: none;
    }

    .main-menu ul  {
        width: 12em;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus, 
    .sm-clean a:active {
        padding-right: 0;
        padding-left: 0;
    }

    .main-menu.sm-clean a {
        line-height: normal;
    }

    .main-menu.sm-clean .sub-menu a {
        font-size: 18px;
        line-height: normal;    
        text-align: center;
    }  
    
    img.menu-logo {    
        display: none;
    }
    
}






































































