html{
    background-color: #1e1e1e;
    height:100%;
}
body{
/*
    background-color: #333333;
    background-image: url("../images/bg.jpg");
*/
    background-color: rgba(255,244,218,1);
    min-height:100%;
/*    border:1px solid red;*/
    padding:0px;
}

ul,nav,h1,p{
    margin:0px;
    padding:0px;
}

#sizeDisplay{
    position: fixed;
    top:0;
    right:0;
    background:rgba(0,0,0,.5);
    color:#fff;
    padding:20px;
    display:none;
}

#menuIcon{
    transition: margin-top .3s ease-in;
    float:left;
    display:inline-block;
    background-color: rgba(35,73,36,1);
    padding-left:10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
    
    margin-top:12px;
    margin-left:12px;
    cursor: pointer;
}

#menuIcon.change{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top:27px;
}

.bar1, .bar2, .bar3 {
    transition: transform .8s;
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
}

.change.bar1 {
/*  -webkit-transform: rotate(-45deg) translate(-9px, 6px);*/
  transform: rotate(-45deg) translate(-5px, 6px);
}

.change.bar2 {opacity: 0;}

.change.bar3 {
/*  -webkit-transform: rotate(45deg) translate(-8px, -8px);*/
  transform: rotate(45deg) translate(-5px, -6px);
}

#topMenuBar{
    background-image:url("../images/topbar_bg.jpg");
    font-family: 'latobold';
}

.topMenuItem{
    cursor: pointer;
    font-family: 'alegreyabold';
}

.topMenuItem a{
    color:rgb(152,183,189);
    color:#fff;
    text-decoration: none;
}

#pageHeaderBox{
    transition: margin-left .3s ease-in;
    width:100%;
    clear: both;
    margin:0px;
    padding:0px;
/*    margin-top:-22px;*/
    
    border:1px solid rgba(0,0,0,0);
/*    background-size: cover;*/
}


#pageHeaderBox .anim .desc{
    cursor: pointer;
    width:98%;
    color:#fff;
    background-color: rgba(0,0,0,.7);
    position:absolute;
    font-family: "latolight";
    font-size: .9em;
    padding:.3em;
    opacity:0;
/*    right:100%;*/
}

#pageHeaderBox .anim .desc.animate{
    animation: desc_animate 1s ease-out;
    animation-fill-mode: forwards;
/*    animation-delay: 8s;*/
}

@keyframes desc_animate{
    0%{
        opacity:0;
    }
    
    100%{
        opacity:1;
    }
}

#pageHeaderBox .anim .desc a{
    text-decoration: none;
    color:#fff;
}

#pageHeaderBox.goAway{
    margin-left:100%;
}



#pageHeaderBox #pageTitle{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: rgba(0,0,0,0);
    text-align:center;
    text-transform: lowercase;
    z-index: 1;
}

#pageHeaderBox h1{
/*    display:none;*/
/*    display:inline;*/
   
    font-weight:600;
    font-size: 3.3em;
    letter-spacing: .1em;
    
    font-family: 'greatvibes';
/*    background-color: rgba(231,181,47,.8);*/
    color:rgba(0,0,0);
/*    text-shadow: 8px 8px 8px rgba(0,0,0,1);*/
    text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
}

#pageContentBox{
    transition: margin-left .3s ease-in;
}

#pageContentBox.goAway{
    margin-left: 100%;
/*    display:none;*/
}

.pageTitleBox{
    margin:auto;
        margin-top:15px;
        width:95%;
}

.pageTitle{
        color:#a6936c;
        color:rgb(250,50,50);
        font-size: 1.3em;
        font-family: 'latobold';
        letter-spacing: .06em;
        font-weight: 5;
        padding: 22px !important;
        padding-left:30px !important;
        background:#1a1a1a;
}

.thumb{
    float:left;
}

.thumb img{
        width:100%;
        border-radius: 5px;
        border:3px solid rgba(35,73,36,1);
        box-shadow: 5px 5px 5px #ddd3bd;
    }


.headerTriangle{
    width:0px;
    height:0px;
    border-style: solid;
    border-color: #1a1a1a transparent transparent transparent;
    border-width: 15px 50px 0 0;
    margin-bottom:20px;
}

#sectionMenuBar{
    display:block;
    border:1px solid rgba(0,0,0,0);
    background-color: #1a1a1a;
}

#sectionMenuBar ul{
    font-family: 'latobold';
    letter-spacing: .1em;
}

#sectionMenuBar li{
    display: block;
    
}

#sectionMenuBar li:not(.currentPage):before{
    content:'';
    
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  display: inline-block;
    position:relative;
}


#sectionMenuBar li.currentPage:before{
    content:'';
    
border:1px solid rgb(250,50,50);
  background-color: rgb(250,50,50);
  border-radius: 50%;
  display: inline-block;
    position:relative;
}


#sectionMenuBar li:not(:last-child):after{
    content:'';
    border-left: 1px dashed #e7e7e7;
    display:block;
}

#sectionMenuBar li div{
/*    float:left;*/
    margin-left:15px;
    margin-top:-17px;
}

#sectionMenuBar a{
    text-decoration: none;
    color:#e7e7e7;
/*    border:1px solid red;*/
}

#sectionMenuBar a:hover{
    color: #e7b52f;
}

#sectionMenuBar li.currentPage a{
    color: rgb(250,50,50);
}

#leftSectionTriangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #1a1a1a transparent transparent transparent;

}

#rightSection{
    float:right;
}

#rightSection p{
    color:#fff;
    font-family: 'latothin';
    letter-spacing: .08em;
    text-align:left;
}


#rightSection p:first-letter{
    font-family: 'greatvibes';
}



#pageFooterBox .services{
    width:325px;
    margin:auto;
/*    margin-top:30px;*/
/*    border:1px solid red;*/
}

#pageFooterBox .serviceIcon{
    position:relative;
    background-color: #594e35;
    width:140px;
    height:140px;
    float:left;
/*
    margin-right:25px;
    margin-left: 25px;
*/
    border-radius: 15px;
    margin-top:15px;
    margin-bottom:15px;
    margin-right:30px;
    cursor: pointer;
}

#pageFooterBox .serviceIcon:hover{
    background-color: #332d1e;
    box-shadow: 5px 5px 15px rgba(0,0,0,.4);
}

#pageFooterBox .serviceIcon:nth-child(even){
    margin-right: 0;
}

#pageFooterBox .serviceIcon a{
    text-decoration: none;
}

#pageFooterBox .serviceIcon .icon{
    margin:auto;
    margin-top:10px;
    width:75px;
/*    border:1px solid #fff;*/
}

#pageFooterBox .serviceIcon img{
    width:75px;
}

#pageFooterBox .serviceIcon .title{
    position: absolute;
    bottom:5px;
    width:90%;
    left:5%;
/*    border:1px solid red;*/
    /*        margin-top: 5px;*/
    text-align: center;
    color:#a69779;
    font-family: 'latobold';
    font-size: .75em;
    letter-spacing: .1em;
    }


#bottomMenuBar{
    float:left;
/*    margin:50px;*/
}

.bottomMenuItem{
    vertical-align: top;
    font-family: 'latobold';
    color:rgb(250,50,50);
}



.bottomMenuItem .subMenu{
    display:block;
    color : #fff;
    font-family: 'latosemibold';
}

.bottomMenuItem .subMenu li{
    display:block;
}

.bottomMenuItem .subMenu a{
    text-decoration: none;
    color : #fff;
}

.bottomMenuItem .subsubMenu{
    display: none;
    color:#d8d8d8;
    font-family: 'latothin_italic';
}

#socialMenu{
    
}

#socialMenu div{
    display: inline-block;
}

#socialMenu img{
}

#footnoteBar{
    
    clear: both;
    background-color:rgb(35,73,36);
}

#footnoteBar a{
    text-decoration: none;
    font-family: 'alegreyaregular';
    color:#fff;
}

#footnoteBar a:first-child{
    
}

#copyrights{
    font-family: 'alegreyaregular';
    color:#fff;
}


/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*-----------------Styles for different screen sizes-------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
    #sizeDisplay .sd{
        display:none;
    }
    
    #sizeDisplay .sd#mw600{
        display:inline-block;
    }
    
    
    body{
        margin:0;
    }
    
    
    #topMenuBar{
        height : 70px;
    }
    
    #topMenu{
        
        transition: margin-left .3s ease-in;
        
        background-color: rgba(35,73,36,0.9);
        z-index: 1000;
        width:100%;
        min-height:100%;
        color:#fff;
/*        display:none;*/
        
        position:absolute;
        margin-top: 70px;
        margin-left:-100%;
    }
    
    #topMenu.change{
        margin-left:0px;
        display:block;
    }
    
    #topMenu_logo{
        float : right;
        margin-right: 20px;
        margin-top: 5px;
    }

    #topMenu_logo img{
        height : 60px;
    }
    
    .topMenuItem{
    /*    color: #e7b52f;*/
        color: rgb(250,50,50);
        font-size: .85em;
        letter-spacing: .20em;
        margin:25px;
        display:block;
        cursor: pointer;
    }
    
    .topMenuItem a{
        text-decoration: none;
    }
    
    
    .topMenuItem .subMenu{
        margin-left: 30px;
        font-size: .85em;
        color:#fff;
    }
    
    
    
    .topMenuItem .subMenu li{
        display:block;
        margin-top:10px;
    }
    
    .topMenuItem .subMenu li:before{
        content:'';
        background-color: none;
        width:0px;
        height:0px;
        position:absolute;
        left:35px;
        border-left:5px solid rgb(250,50,50);
        border-right:5px solid rgba(250,50,50,0);
        border-top:5px solid rgba(250,50,50,0);
        border-bottom:5px solid rgba(250,50,50,0);
    }
    
    .topMenuItem .subMenu li a{
        text-decoration: none;
        color:#fff;
    }
    
    
    .topMenuItem .subMenu .subsubMenu{
        margin-left:50px;
        font-size: .95em;
        margin-bottom: 20px;
        color:#ccc;
    }
    
    .topMenuItem .subMenu .subsubMenu li{
        display:block;
        margin-top:10px;
    }
    
    .topMenuItem .subMenu .subsubMenu li:before{
        content:'';
        background-color: none;
        width:0px;
        height:0px;
        position:absolute;
        left:85px;
        border-left:3px solid rgb(250,250,250);
        border-right:3px solid rgba(250,50,50,0);
        border-top:3px solid rgba(250,50,50,0);
        border-bottom:3px solid rgba(250,50,50,0);
    }
    
    #pageHeaderBox{
        height:250px;
/*        overflow:hidden;*/
        background-image: url("../images/brown_paper_strip_h250.jpg");
        background-clip: content-box;
/*        border:1px solid yellow;*/
    }
    
    #gradientFade{
        position:relative;
        top:-39px;
        height:90px;
        width:100%;
/*        border:1px solid red;*/
        display:none;
        background-image: linear-gradient(to bottom,rgba(51,51,51,0),rgba(51,51,51,.8),rgba(51,51,51,1))
    }
    
    #pageHeaderBox .anim{
        position:absolute;
/*        border:1px solid yellow;*/
        width:100%;
        height:250px;
        overflow: hidden;
    }
    
    #pageHeaderBox .anim .desc{
        width:98%;
        bottom:0px;
        padding:7px;
        font-size: .8em;
    }
    
    #pageHeaderBox .anim .desc .less{
        display:block;
        min-height: 31px;
    }
    
    #pageHeaderBox .anim .desc .more{
        display:none;
    }
    
    
    #pageHeaderBox #pageTitle{
        width:80%;
        margin:auto;
        font-size: .8em;
        margin-top:140px;
    }
    
    #pageContentBox{
        margin:35px;
    }
    
    .thumb{
        margin:2%;
        width:46%;
    }
    

    #leftSection{
        clear:both;
        width:100%;
        display:none;

    }

    #sectionMenuBar{
        margin:auto;
        margin-top: 20px;
        width : 300px;
    }
    
    #sectionMenuBar ul{
        margin-top:50px;
        margin-left: 60px;
        margin-bottom: 0px;
        font-size: .8em;
    }
    
    #sectionMenuBar li:not(.currentPage):before{

        height: 12px;
        width: 12px;
        margin-left: -10px;
        margin-right:17px;
        top:3px;
    }
    
    #sectionMenuBar li.currentPage:before{    
        height: 12px;
        width: 12px;
        margin-left: -10px;
        margin-right:17px;
        top:3px;
    }
    
    #sectionMenuBar li:not(:last-child):after{
        
        height : 40px;
        border-left: 1px dashed #e7e7e7;
        display:block;
        margin-left: -4px;
    }
    
    
    #leftSectionTriangle{
        border-width: 70px 300px 0 0;
    }
    
    #leftSectionTriangle{
        margin:auto;
        margin-bottom: 50px;
    }
    
    #rightSection{
        clear:both;
        width:100%;
        padding-left: 0;
        padding-top:0;
    }

    #rightSection p{
        width:100%;
        font-size: 1.1em;
        letter-spacing: .08em;
        margin-bottom: 50px;
    }

    #rightSection p:nth-child(even){
        margin-left :0;
    }
    
    #rightSection p:first-letter{
        font-size:2.5em;
        line-height: 20px;
        padding-right: 5px;
    }
    
    #pageFooterBox{
    clear:both;
/*    background-color: #434343;*/
    background-image:url("../images/footer_bg_600.jpg");
    background-size: cover;
    
}


    #bottomMenuBar{
        float:left;
        margin-top:30px;
        margin-left:50px;
        margin-right:50px;
    /*    margin:50px;*/
    }

    .bottomMenuItem{
        display:block;
        vertical-align: top;
        margin-right: 25px;
        margin-bottom:25px;
        font-size: 1em;
/*        border:1px solid red;*/
    }
    
    .bottomMenuItem:last-child{
        margin-bottom:35px;
    }



    .bottomMenuItem .subMenu{
        font-size: .85em;
        margin-top: 15px;
    }

    .bottomMenuItem .subMenu li{
        margin-bottom: 15px;
    }


    #socialMenu{
        float:right;
        width:100%;
        background-color:rgba(0,0,0,.7);
        padding:15px;
    }

    #socialMenu div{
/*        margin-top:210px;*/
        margin-left: 35px;
    }

    #socialMenu img{
        width:40px;
    }

    #footnoteBar{
        clear: both;
/*        height:100px;*/
        padding-top:20px;
/*        border:1px solid red;*/
    }

    #footnoteBar a{
        font-size: .9em;
        display: block;
        text-align: center;
        margin-top:30px;
        margin-bottom:30px;
/*        border:1px solid red;*/
    }

    #footnoteBar a:first-child{
/*        margin-left:25px;*/
    }

    #copyrights{
        line-height:50px;
        font-size: .8em;
        margin-right:30px;
        text-align: center;
    }
    
    
} 


/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/* Small devices (portrait tablets and large phones, 600px and up) */
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/



@media only screen and (min-width: 600px) {
    
    #sizeDisplay .sd{
        display:none;
    }
    
    #sizeDisplay .sd#mnw600{
        display:inline-block;
    }
    
    body{
        margin:0;
    }
    
    
    #menuIcon{
    padding-left:11px;
    padding-right: 11px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 5px;
    
    margin-top:18px;
    margin-left:12px;
}

    #menuIcon.change{
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-top:33px;
    }

    
    
    #topMenuBar{
        background-image:url("../images/topbar_bg.jpg");
        height : 80px;
    }
    
    #topMenu{
        
        transition: margin-left .3s ease-in;
        
        background-color: rgba(35,73,36,0.9);
        z-index: 1000;
        width:100%;
        min-height:100%;
        color:#fff;
/*        display:none;*/
        
        position:absolute;
        margin-top: 80px;
        margin-left:-100%;
    }
    
    #topMenu.change{
        margin-left:0px;
        display:block;
    }
    
    #topMenu_logo{
        float : right;
        margin-right: 20px;
        margin-top: 10px;
    }

    #topMenu_logo img{
        height : 60px;
    }
    
    .topMenuItem{
    /*    color: #e7b52f;*/
        color: rgb(250,50,50);
        font-size: .85em;
        letter-spacing: .20em;
        margin:25px;
        display:block;
        cursor: pointer;
    }
    
    .topMenuItem a{
        text-decoration: none;
    }
    
    
    .topMenuItem .subMenu{
        margin-left: 30px;
        font-size: .85em;
        color:#fff;
    }
    
    
    
    .topMenuItem .subMenu li{
        display:block;
        margin-top:10px;
    }
    
    .topMenuItem .subMenu li:before{
        content:'';
        background-color: none;
        width:0px;
        height:0px;
        position:absolute;
        left:35px;
        border-left:5px solid rgb(250,50,50);
        border-right:5px solid rgba(250,50,50,0);
        border-top:5px solid rgba(250,50,50,0);
        border-bottom:5px solid rgba(250,50,50,0);
    }
    
    .topMenuItem .subMenu li a{
        text-decoration: none;
        color:#fff;
    }
    
    
    .topMenuItem .subMenu .subsubMenu{
        margin-left:50px;
        font-size: .95em;
        margin-bottom: 20px;
        color:#ccc;
    }
    
    .topMenuItem .subMenu .subsubMenu li{
        display:block;
        margin-top:10px;
    }
    
    .topMenuItem .subMenu .subsubMenu li:before{
        content:'';
        background-color: none;
        width:0px;
        height:0px;
        position:absolute;
        left:85px;
        border-left:3px solid rgb(250,250,250);
        border-right:3px solid rgba(250,50,50,0);
        border-top:3px solid rgba(250,50,50,0);
        border-bottom:3px solid rgba(250,50,50,0);
    }
    
    #pageHeaderBox{
        height:300px;
        background-image: url("../images/brown_paper_strip_h300.jpg");
        background-clip: content-box;
    }
    
    #gradientFade{
        position:relative;
        top:-19px;
        height:80px;
        width:100%;
/*        border:1px solid red;*/
        display:none;
        background-image: linear-gradient(to bottom,rgba(51,51,51,0),rgba(51,51,51,.8),rgba(51,51,51,1))
    }
    
    #pageHeaderBox .anim{
        position:absolute;
    /*    border:1px solid yellow;*/
        width:100%;
        height:300px;
        overflow: hidden;
    }
    
     #pageHeaderBox .anim .desc{
        bottom:0px;
         width:100%;
    }
    
    #pageHeaderBox .anim .desc .less{
        display:block;
        min-height:37px;
    }
    
    #pageHeaderBox .anim .desc .more{
        display:none;
    }
    
    
    #pageHeaderBox #pageTitle{
        width:60%;
        margin:auto;
        margin-top:173px;
    }
    
    #pageContentBox{
        margin:35px;
    }
    
    .thumb{
        margin:2%;
        width:29%;
    }

    #leftSection{
        clear:both;
        width:100%;
        display:none;

    }
    
    #sectionMenuBar{
        margin:auto;
        margin-top: 20px;
        width : 400px;
    }
    
    #sectionMenuBar ul{
        margin-top:50px;
        margin-left: 60px;
        margin-bottom: 0px;
        font-size: .8em;
    }
    
    #sectionMenuBar li:not(.currentPage):before{

        height: 12px;
        width: 12px;
        margin-left: -10px;
        margin-right:17px;
        top:3px;
    }
    
    #sectionMenuBar li.currentPage:before{    
        height: 12px;
        width: 12px;
        margin-left: -10px;
        margin-right:17px;
        top:3px;
    }
    
    #sectionMenuBar li:not(:last-child):after{
        
        height : 40px;
        border-left: 1px dashed #e7e7e7;
        display:block;
        margin-left: -4px;
    }
    
    
    #leftSectionTriangle{
        border-width: 70px 400px 0 0;
    }
    
    #leftSectionTriangle{
        margin:auto;
        margin-bottom: 50px;
    }

    #sectionMenuBar{
        margin:auto;
        margin-top: 20px;
    }
    
    #leftSectionTriangle{
        margin:auto;
        margin-bottom: 50px;
    }
    
    #rightSection{
        width:100%;
        padding-left: 0;
        padding-top:0;
    }

    #rightSection p{
        width:100%;
        font-size: 1.1em;
        letter-spacing: .08em;
        margin-bottom: 50px;
    }

    #rightSection p:nth-child(even){
        margin-left :0;
    }
    
    #rightSection p:first-letter{
        font-size:2.5em;
        line-height: 20px;
        padding-right: 5px;
    }
    
    #pageFooterBox{
    clear:both;
/*    background-color: #434343;*/
    background-image:url("../images/footer_bg_768.jpg");
/*    background-size: cover;*/
    
}

    
    
    #pageFooterBox .services{
    width:480px;
    margin:auto;
/*    margin-top:30px;*/
/*    border:1px solid red;*/
    }

    #pageFooterBox .serviceIcon:nth-child(even){
        margin-right: 30px;
    }
    
    #pageFooterBox .serviceIcon:nth-child(3n){
        margin-right:0;
    }

    #bottomMenuBar{
        float:left;
        margin-top:30px;
        margin-left:50px;
        margin-right:50px;
    /*    margin:50px;*/
    }

    .bottomMenuItem{
        display:block;
        vertical-align: top;
        margin-right: 25px;
        margin-bottom:25px;
        font-size: 1em;
/*        border:1px solid red;*/
    }
    
    .bottomMenuItem:last-child{
        margin-bottom:35px;
    }



    .bottomMenuItem .subMenu{
        font-size: .85em;
        margin-top: 15px;
    }

    .bottomMenuItem .subMenu li{
        margin-bottom: 15px;
    }


    #socialMenu{
        float:right;
        width:100%;
        background-color:rgba(0,0,0,.7);
        padding:15px;
    }

    #socialMenu div{
/*        margin-top:210px;*/
        margin-left: 35px;
    }

    #socialMenu img{
        width:40px;
    }

   #footnoteBar{
        clear: both;
/*        height:100px;*/
        padding-top:20px;
/*        border:1px solid red;*/
    }

    #footnoteBar a{
        font-size: .9em;
        display: block;
        text-align: center;
        margin-top:30px;
        margin-bottom:30px;
/*        border:1px solid red;*/
    }

    #footnoteBar a:first-child{
/*        margin-left:25px;*/
    }

    #copyrights{
        line-height:50px;
        font-size: .8em;
        margin-right:30px;
        text-align: center;
    }
} 


/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/* Medium devices (landscape tablets, 768px and up) */
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/



@media only screen and (min-width: 768px) {
    
    #sizeDisplay .sd{
        display:none;
    }
    
    #sizeDisplay .sd#mnw768{
        display:inline-block;
    }
    
    #menuIcon{
    padding-left:12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    
    margin-top:25px;
    margin-left:12px;
}
    
    #menuIcon.change{
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-top:55px;
    }
    
    
    #topMenuBar{
        background-image:url("../images/topbar_bg.jpg");
        background-size: cover;
        height : 100px;
    }
    
    #topMenu{
        display:none;
        margin-top: 100px;
    }
    
    #topMenu_logo{
        float : right;
        margin-right: 20px;
        margin-top: 7px;
    }
    
    #topMenu_logo img{
        height : 85px;
    }
    
    #pageHeaderBox{
        height:350px;
        background-image: url("../images/brown_paper_strip_h350.jpg");
        background-clip: content-box;
    }
    
    #gradientFade{
        top:-17px;
        height:100px;
    }
    
    #pageHeaderBox .anim{
        position:absolute;
/*        border:1px solid yellow;*/
        width:100%;
        height:350px;
        overflow: hidden;
    }
    
    #pageHeaderBox .anim .desc{
/*        font-size: 1.05em;*/
        padding:15px;
    }
    
    #pageHeaderBox .anim .desc.animate{
    animation-delay: 0s;
}
    
    
    
    #pageHeaderBox #pageTitle{
        width:50%;
        margin:auto;
        margin-top:205px;
    /*    border: 1px solid yellow;*/
    /*    margin-top: 400px;*/
    }
    
    #pageFooterBox{
/*        height:700px;*/
    }
    
    
    .thumb{
        margin:2%;
        width:21%;
    }
    
    #pageFooterBox .services{
    width:650px;
    margin:auto;
/*    margin-top:30px;*/
/*    border:1px solid red;*/
    }

    #pageFooterBox .serviceIcon:nth-child(even){
        margin-right: 30px;
    }
    
    #pageFooterBox .serviceIcon:nth-child(3n){
        margin-right:30px;
    }
    
    #pageFooterBox .serviceIcon:nth-child(4n){
        margin-right:0px;
    }

    #bottomMenuBar{
        float:left;
        margin-top:30px;
        margin-left:50px;
        margin-right:50px;
    /*    margin:50px;*/
    }

    .bottomMenuItem{
        display:block;
        vertical-align: top;
        margin-right: 25px;
        margin-bottom:25px;
        font-size: .9em;
    }



    .bottomMenuItem .subMenu{
        font-size: .85em;
        margin-top: 0px;
    }

    .bottomMenuItem .subMenu li{
        margin-bottom: 5px;
    }


    #socialMenu{
        float:right;
        width:45%;
        margin-right: 10px;
        height:100%;
        padding:0px;
        background-color: rgba(0,0,0,0);
    }

    #socialMenu div{
        float:right;
        margin-top:210px;
        margin-right: 30px;
    }

    #socialMenu img{
        width:40px;
    }

   #footnoteBar{
        clear: both;
/*        height:100px;*/
        padding-top:20px;
       padding-bottom: 20px;
/*        border:1px solid red;*/
    }

    #footnoteBar a{
        font-size: .9em;
        display: block;
        text-align: center;
        margin-top:30px;
        margin-bottom:30px;
/*        border:1px solid red;*/
    }

    #footnoteBar a:first-child{
/*        margin-left:25px;*/
    }

    #copyrights{
/*        float:right;*/
        line-height:50px;
        font-size: .8em;
        margin-right:50px;
    }
    
} 


/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/* Large devices (laptops/desktops, 992px and up) */
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/


@media only screen and (min-width: 992px) {
    
    #sizeDisplay .sd{
        display:none;
    }
    
    #sizeDisplay .sd#mnw992{
        display:inline-block;
    }
    
    body{
/*        margin:3%;*/
        overflow-x: hidden;
    }
    
    

    
    
    


    



    
    #pageHeaderBox{
        height:400px;
        background-image: url("../images/brown_paper_strip_h400.jpg");
        background-clip: content-box;
    }
    
    #gradientFade{
        top:-17px;
        height:100px;
    }
    
    #pageHeaderBox .anim{
        position:absolute;
    /*    border:1px solid yellow;*/
        width:100%;
        height:400px;
        overflow: hidden;
    }
    
    #pageHeaderBox .anim .desc{
/*        top:0px;*/
        width:99%;
        bottom:0px;
        font-size: .9em;
    }
    
    #pageHeaderBox .anim .desc .less{
        display:none;
    }
    
    #pageHeaderBox .anim .desc .more{
        display:block;
    }

    
    
    #pageHeaderBox #pageTitle{
        width:40%;
        margin:auto;
        margin-top:252px;
    /*    border: 1px solid yellow;*/
    /*    margin-top: 400px;*/
    }
    
    
    .thumb{
        margin:2%;
        width:16%;
    }
    
    
    
    
    
    #leftSection{
        float:left;
        width:30%;
    }
    
    #sectionMenuBar{
        width : 300px;
    }
    
    #sectionMenuBar ul{
        margin:25px;
        margin-left:50px;
        font-size: .72em;
    }
    
    #sectionMenuBar li:not(.currentPage):before{
        height: 12px;
        width: 12px;
        margin-left: -10px;
        margin-right:17px;
        top:3px;
    }
    
    #sectionMenuBar li.currentPage:before{
        height: 12px;
      width: 12px;
        margin-left: -10px;
        margin-right:17px;
        top:3px;
    }
    
    #sectionMenuBar li:not(:last-child):after{
        height : 40px;
        margin-left: -4px;
    }
    
    #leftSectionTriangle{
        border-width: 70px 300px 0 0;
    }
    
    
    #pageFooterBox{
    clear:both;
/*    background-color: #434343;*/
    background-image:url("../images/footer_bg_992.jpg");
    background-size: cover;
    
}

    
    #pageFooterBox .services{
    width:820px;
    margin:auto;
/*    margin-top:30px;*/
/*    border:1px solid red;*/
    }

    #pageFooterBox .serviceIcon:nth-child(even){
        margin-right: 30px;
    }
    
    #pageFooterBox .serviceIcon:nth-child(3n){
        margin-right:30px;
    }
    
    #pageFooterBox .serviceIcon:nth-child(4n){
        margin-right:30px;
    }
    
    #pageFooterBox .serviceIcon:nth-child(5n){
        margin-right:0px;
    }

    #bottomMenuBar{
        float:left;
        margin-top:30px;
        margin-left:30px;
        margin-right:0px;
    /*    margin:50px;*/
    }

    .bottomMenuItem{
        display:inline-block;
        vertical-align: top;
        margin-right: 15px;
        font-size: .9em;
    }
    
    .bottomMenuItem a{
        text-decoration: none;
        color:rgb(250,50,50);
    }



    .bottomMenuItem .subMenu{
        font-size: .85em;
        margin-top: 10px;
    }

    .bottomMenuItem .subMenu li{
        margin-bottom: 5px;
    }


    #socialMenu{
        float:right;
        width:23%;
/*        border:1px solid red;*/
        height:100%;
    }

    #socialMenu div{
        margin-left: 0px;
        margin-top:105px;
        margin-right: 25px;
    }

    #socialMenu img{
        width:35px;
    }

    #footnoteBar{
        clear: both;
/*        height:100px;*/
        padding-top:20px;
       padding-bottom: 20px;
/*        border:1px solid red;*/
    }

    #footnoteBar a{
        font-size: .9em;
        display: block;
        text-align: center;
        margin-top:30px;
        margin-bottom:30px;
/*        border:1px solid red;*/
    }

    #footnoteBar a:first-child{
/*        margin-left:25px;*/
    }
    #copyrights{
/*        float:right;*/
        line-height:50px;
        font-size: .8em;
/*        margin-right:50px;*/
    }
}




/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/* Extra large devices (large laptops and desktops, 1200px and up) */
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/



@media only screen and (min-width: 1200px) {
    
    #sizeDisplay .sd{
        display:none;
    }
    
    #sizeDisplay .sd#mnw1200{
        display:inline-block;
    }
    
    body{
    
    }
    
    #menuIcon{
        display: none;
    }
    
    #topMenuBar{
        height:70px;
    }
    
    #topMenu_logo img{
        height:60px;
    }
    
    #topMenu{
        display:inline-block;
        float: left;
        margin-left:0px;
        min-height:0%;
        margin-top: 0px;
        width:auto;
        position:relative;
    }

    #topMenu{
        padding:0;
        background-color: rgba(35,73,36,1);
    }

    .topMenuItem{

        line-height: 70px;
    /*    color: #e7b52f;*/
        color: rgb(152,183,159);
         font-size: .8em;
        padding-left: 15px;
        padding-right: 15px;
        letter-spacing: .20em;


        margin:0px;
        display:inline-block;
        height:70px;
/*        width:110px;*/
        text-align: center;

        position:relative;

    }
    
    
    /*mouseover of the top-level buttons*/
    .topMenuItem:hover{
       background-color: rgb(0,0,0);
    }

    .topMenuItem.highlightSection{
    /*    background-color: #e7b52f;*/
    /*    background-color: rgb(140,0,0);*/
        background-color: rgb(0,0,0);
        color:#fff;
    }

/*
    .topMenuItem.highlightSection:after{
        content:'';
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 35px;
        margin-top: 100px;
        width: 0;
        height: 0;
        background-color: none;
        border-top: solid 20px rgb(0,0,0);
        border-left: solid 20px transparent;
        border-right: solid 20px transparent;
    }
*/
    
    
    .topMenuItem.hasRightBorder:after {
      content: '';
      height: 60%;
      width: 1.5px;

      position: absolute;
      right: 0;
      top: 20%;

    /*  background-color: #e7b52f;*/
        background-color: rgb(140,0,0);
    }
    
    

    

    .topMenuItem.highlightSection:after{
        margin-left: 47px; 
    }
    
    #angleBox.normal{
        float:left;
         width: 0;
          height: 0;
          border-top: 70px solid rgba(35,73,36,1);
          border-right: 70px solid transparent;
    }

    #angleBox.highlighted{
        float:left;
         width: 0;
          height: 0;
          border-top: 100px solid rgb(0,0,0);
          border-right: 100px solid transparent;
    }
    
    
   
    
    
    #pageHeaderBox{
        height:450px;
        width:100%;
        background-image: url("../images/brown_paper_strip.jpg");
        background-size: cover;
        background-clip:content-box;
        background-repeat: no-repeat;
/*        border:1px solid red;*/
    }
    
    #gradientFade{
        top:-16px;
        height:150px;
    }
    
    #pageHeaderBox .anim{
        position:relative;
/*        border:1px solid yellow;*/
        width:100%;
        height:450px;
        overflow: hidden;
    }
    
    #pageHeaderBox .desc .more{
        min-height:59px;
    }


    
    

    
    #pageHeaderBox #pageTitle{
        width:35%;
        margin:auto;
        margin-top:-150px;
        z-index: 1;
/*        border: 1px solid yellow;*/
    /*    margin-top: 400px;*/
    }
    
    
    .thumb{
        margin:1%;
        width:14%;
    }
    
    
    #leftSection{
        display: block;
    }
    
    #rightSection{
        float:right;
        width:68%;
        padding-left: 2%;
        padding-top:10px;
    }

    #rightSection p{
        width:55%;
        color:#fff;
        font-family: 'latothin_italic';
        letter-spacing: .08em;
        margin-bottom: 50px;
        text-align:left;
    }

    #rightSection p:nth-child(even){
        margin-left : 45%;
    }
    
    #pageFooterBox{
    clear:both;
/*    background-color: #434343;*/
    background-image:url("../images/footer_bg_1600.jpg");
    background-size: cover;
    
}

    
    #pageFooterBox .services{
    width:990px;
    margin:auto;
/*    margin-top:30px;*/
/*    border:1px solid red;*/
    }

    #pageFooterBox .serviceIcon:nth-child(even){
        margin-right: 30px;
    }
    
    #pageFooterBox .serviceIcon:nth-child(3n){
        margin-right:30px;
    }
    
    #pageFooterBox .serviceIcon:nth-child(4n){
        margin-right:30px;
    }
    
    #pageFooterBox .serviceIcon:nth-child(5n){
        margin-right:30px;
    }
    
    #pageFooterBox .serviceIcon:nth-child(6n){
        margin-right:0px;
    }

    #bottomMenuBar{
        float:left;
        margin-top:30px;
        margin-left:50px;
        margin-right:50px;
    /*    margin:50px;*/
    }

    .bottomMenuItem{
        display:inline-block;
        vertical-align: top;
        margin-right: 30px;
        font-size: .8em;
    }



    .bottomMenuItem .subMenu{
        font-size: .9em;
        margin-top: 10px;
    }

    .bottomMenuItem .subMenu li{
        margin-bottom: 5px;
    }


    #socialMenu{
        float:right;
        margin-right: 50px;
        height:100%;
    }

    #socialMenu div{
        margin-top:105px;
        margin-right: 20px;
    }

    #socialMenu img{
        width:35px;
    }

    #footnoteBar{
        clear: both;
        height:50px;
/*        border:1px solid yellow;*/
        padding-top:0px;
        padding-bottom: 0px;
    }

    #footnoteBar a{
        line-height:50px;
        font-size: .8em;
        margin-right:20px;
        display: inline-block;
/*        border:1px solid red;*/
        margin-top:0px;
        margin-bottom: 0px;
    }

    #footnoteBar a:first-child{
        margin-left:50px;
    }

    #copyrights{
        float:right;
        line-height:50px;
        font-size: .8em;
        margin-right:50px;
    }

}

