/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1.0em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
} 

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
  
}
input {
    font: 16px Arial; 
}


.divheader h3 {
  max-width:600px;
  width:100%;
  color: #104040 ; /*#6B852A;*/
  /*font-family:Impact ;*/
  font-family:  Impact,    "HelveticaNeue-CondensedBold", sans-serif;
  
  font-weight: normal;

  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0px;

  border-bottom: 1.4px dotted #A8B3A8; /*#6B852A;*/

}

.wrapper {
    width: 90%;
    margin: 0 5%;

}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 20px solid #A8B3A8;

}


.footer-container {
    border-top: 20px solid #A8B3A8; /*6B852A;*/
}


.header-container,
.footer-container {
    background: #104040; /*ACC668;*/
}


.toptitle {
  font-family: 'century gothic','Georgia', arial, sans-serif;
  text-decoration: none;  
  font-weight:  100;
  letter-spacing: 0.1em;
  
  font-style: italic;
  /*font: normal 250%  'Monotype Corsiva', arial, sans-serif;*/
}
.subtitle {
  font-family:  'century gothic',arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0;  
  font-style: italic;
  /*font: normal 250%  'Monotype Corsiva', arial, sans-serif;*/
}

.toptitle1 {
  font-family: 'century gothic','Georgia', arial, sans-serif;
  text-decoration: none;  
  font-weight:  100;
  letter-spacing: 0.1em;
  font-style: italic;  
  color:white;
}

#toptitle {
}

.toptitle2 {
  font-family: "HelveticaNeue-CondensedBold", 'century gothic', 'Georgia', arial, sans-serif;
  text-decoration: none;  
  font-weight:  bold;
  color: #104040;
  font-size:1.2em;
  font-style: italic;

}

/* ==============
    MOBILE: Menu
   ============== */
 
#navmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navmenu a {

    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: normal;

    color: white;
    background: #A8B3A8; /*6B852A;*/
}

#navmenu a:hover,
#navmenu a:visited {
    color: white;  
}

#navmenu a:hover {
    
    background: #889388; /*ACC668;*/   
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
} 



.main article h1 {
    font-size: 2em;
}

   
.footer-container footer {
    color: white;
    padding: 10px 0;
        line-height: 1.2em;
}

.footer-container footer h3 {
    font-size: 0.8em;
    font-weight:normal;

    /*color:white;*/
}

/* ===============
    ALL: IE Fixes
   =============== */
.ie7 #toptitle ,
.ie7 .toptitle {
    padding-top: 20px;
}    



/*MAIN MENU*/
.menu-toggle{
    display:block;
    padding:10px;
    margin:20px 0 0;
    background:#A8B3A8; /*#6B852A;*/
    color:#fff;
    cursor:pointer;
    font-weight: normal; /*bold;*/
    
}
.menu-toggle.toggled-on{
    background:#104040; /*#ACC668;*/
}
.srt-menu{
    display:none;
}    

.srt-menu.toggled-on{
    display:block;
    position:relative;
    z-index:10;
}

.srt-menu{
    clear:both;
    margin-bottom:60px;
   
}
.srt-menu li a {
    background:#a8b3a8;  /*#dadada;*/
    color: white;
    font-weight:100;
    
    display:block;
    margin:1px 0; 
    padding:10px;
    text-decoration:none;
}
.srt-menu li a:hover{
    background:#a8b3a8; /*#0099ff;*/
    color:#fff;
    
}
.srt-menu li li a {
    background:#e8e8e8;
    padding-left:30px;
    color:#104040;
}
.srt-menu li li li a {
    background:#efefef;
    padding-left:80px;
}

/*SECONDARY MENU*/
#secondary-navigation{
    margin-bottom:60px;

}
#secondary-navigation ul{
    margin:0;
    padding:0;
}
#secondary-navigation ul li a{ 

    background: #A8B3A8; /*#6B852A;*/
    color:white;
    font-weight: normal; /*bold;*/
    display:block;
    margin:5px 0; 
    padding:10px;
    text-decoration:none;
}
#secondary-navigation ul li a:hover,
#secondary-navigation ul li.current a{
    background:#ffffff;
    color:black;
}

.logname {
float:inherit; 
color:white; font-weight: normal; /* bold */
vertical-align: top; text-align: right;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.foother {
text-align: center;
font-size: 14px;
font-weight: normal; /* bold;*/
}

.logname {
    display:none;
}


    .second-menu {
        float:left; width:100%;
        display:none;
    }
  
   
   

/* ====================
    INTERMEDIATE: Menu
   ==================== */

@media only screen and (min-width: 280px) {
    
    .second-menu {
        float:left; width:100%;
        display:none;
    }
    /* new !! */
    .main article {  
        float: left; width: 100%; 
    }    
    
.logname {
    display:none;
}    
    
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

/*
    #navmenu a {
        float: left;
        width: 27%; 
        margin: 0 1.7%;
        padding: 15px 2%;  
        margin-bottom: 0;
    }
    */
    #navmenu a {
        float: right;
        width: 27%;  /*27 22 */
margin-left: 12px;
padding:10px;


        margin-bottom: 0;
    }    

    #navmenu li:first-child a {
        margin-left: 20;
    }

    #navmenu li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    #navmenu ul li {
        display: inline;
    }

    .oldie  a {
        margin: 0 0.7%;
    }
    
    .second-menu {
        float:left; width:100%;
        display:none;        
    }
    /* new !! */    
    .main article {
        float: left; width: 100%; 
    }    
   

.menu-toggle{/*make menu float right, instead of sitting under the logo*/
    margin-top:0px; /*this depends on the height of the logo*/
    float:left;
padding:10px;
    
}

.logname {
    display:none;
}    



   
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container    {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .toptitle, #toptitle {
        float: left;
        width:70%;
    }
    
    #navmenu {
        float: right;
        width: 30%;     /* 38 */
    }

    .main article {
        float: left;
        width: 100%; /*70%; */   /* 70% */
    }

    .second-menu {
        float:right;
        width:100%; /*30%; */   /* 30% */
        display:none;        
    } 


/*** MAIN MENU - ESSENTIAL STYLES ***/
.menu-toggle{display:none;}

.menu-togg1{ 
display:none;
} 

#menu-main-navigation{display:block;}

.srt-menu, .srt-menu * {
    margin:            0;
    padding:        0;
    list-style:        none; 
    
}
.srt-menu ul {
    position:        absolute;
    display:none;
    width:            12em; /* left offset of submenus need to match (see below) */
}
.srt-menu ul li {
    width:            100%;
}
.srt-menu li:hover {
    visibility:        inherit; /* fixes IE7 'sticky bug' */
}
.srt-menu li {
    float:            left;
    position:        relative;
    margin-left:1px;
}
.srt-menu li li {
    margin-left:0px;
}
.srt-menu a {
    display:        block;
    position:        relative;
}
.srt-menu li:hover ul,
.srt-menu li.sfHover ul {
    display:block;
    left:            0;
    top:            45px; /* match top ul list item height */
    z-index:        99;
    -webkit-box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
    box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
}
ul.srt-menu li:hover li ul,
ul.srt-menu li.sfHover li ul {
    top:            -999em;
}
ul.srt-menu li li:hover ul,
ul.srt-menu li li.sfHover ul {
    left:            12em; /* match ul width */
    top:            0;
}
ul.srt-menu li li:hover li ul,
ul.srt-menu li li.sfHover li ul {
    top:            -999em;
}
ul.srt-menu li li li:hover ul,
ul.srt-menu li li li.sfHover ul {
    left:            10em; /* match ul width */
    top:            0;
}

/*** DEMO1 SKIN ***/
#topnav {
   width:100%; 

}
.srt-menu {
margin: 0 0 0 0;
     
    /* margin: .35em 0 0 0; */
}
.srt-menu a {
    text-decoration:none;

}
.srt-menu li a {
    background:#fff;
    margin:0; 
    padding:10px 20px;
background: #104040; /*ACC668;*/
color:white;  

/*font-weight: bold;  */

font-weight: normal;  
letter-spacing: 0.05em;

}
.srt-menu a, .srt-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
  
}
.srt-menu li li a {
        border-top:        1px solid rgba(255,255,255,.2);
        background:        #333; /*fallback for old IE*/
        background:rgba(0,0,0,.6);
        color:    #fff;
        padding-left:20px;
        height:auto;
/*font-weight: bold;        */

font-weight: normal;  
letter-spacing: 0.05em;

background:  #104040; /*ACC668;*/
}
.srt-menu li li a:visited{
 
}



.srt-menu li li li a,
.srt-menu li.current * li a{
    padding-left:20px;
    background:rgba(0,0,0,.6);
background:  #104040; /*ACC668; */
/*font-weight: bold;  */
 font-weight: normal;  
letter-spacing: 0.05em;
    
}

.srt-menu li:hover > a {
        color:white;
        
/*font-weight: bold;*/
font-weight: normal;  
letter-spacing: 0.05em;

background: #A8B3A8; /*6B852A;*/
}

.srt-menu li.current a{ 
    /*color:#fff;
    background:#0099ff;
    */
color:white;
/*font-weight: bold;*/
font-weight: normal;  
letter-spacing: 0.05em;
background: #A8B3A8; /*6B852A;*/
}
.srt-menu li li:hover > a{
    color:#fff;
/*font-weight: bold;  */
font-weight: normal;  
letter-spacing: 0.05em;  
background: #A8B3A8 /*6B852A;*/
}

.srt-menu li li li.current a {
background:  #A8B3A8; /*6B852A; */
font-weight: bold;     
}

.logname {
    display:block;
    
} 
    
#secondary-navigation{
    float:right;
    width:90%;
}    
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
    
    .second-menu {
        float:right;
        width:30%; /* 28*/
        display:none;        
    } 
    
      
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*  Please Wait, animation */
/*
.modal {
    diesplay:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .0 ) 
                url('/1/css/wait.gif') 
                50% 50% 
                no-repeat;
}
*/
.modal1 {
    disdplay:    none;
    position:   fixed;

    top:        0;
    left:       0;
    height:     100%;
    width:      100%;

    background-image: url('../css/wait.gif') ;
    background-position: 50% 50% ;            
    background-repeat:  no-repeat; 
    -webkit-animation: play .8s steps(10)  infinite;
       -moz-animation: play .8s steps(10)  infinite;
        -ms-animation: play .8s steps(10)  infinite;
         -o-animation: play .8s steps(10)  infinite;
            animation: play 1.6s steps(30)  infinite;
}
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .2 ) 
            url()  
            50% 50% 
            no-repeat;
          
}

@-webkit-keyframes play {
    from {transform: rotate(0deg);}
    to { transform: rotate(360deg); }
}

@-moz-keyframes play {
    from {transform: rotate(0deg); }
    to {transform: rotate(360deg); }
}

@-ms-keyframes play {
    from { transform: rotate(0deg); }
    to {transform: rotate(360deg); }
}

@-o-keyframes play {
    from {transform: rotate(0deg); }
    to {transform: rotate(360deg); }
}

@keyframes play {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}


/*  Please Wait, animation end */

table#menuup { 
    border-collapse: separate; 
}

table#menuup tbody td{ 
    text-align:center;
    width:33%;
    font-weight:normal; 
} 

table#menuup tbody td div{ 
background:#A8B3A8; /*#6B852A; */
margin-left:10px;

}
/*
table#menuup tbody td:not(:last-of-type) div{ 
background:#6B852A; margin-left:10px;
}

table#menuup tbody td:last-child div{ 
background:#6B852A; 
margin-left:10px;
}
*/
table#menuup tbody td div:hover {
  background: #104040; /*ACC668; */
   
}

table#menuup tbody td div a {
    width: 100%;
    padding:10px 0; 
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    display:block;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    color: white;

}

/* footer in bottom of page */
.main-container {
  
    padding-bottom:150px;  /*120px; */
    /*background:red;*/
}

html,
body {
    height:100%;
}

.links a {

    text-decoration: none;
    

    color: #104040;
    
}

.container {
    min-height:100%;
    position:relative;


}
.footer-container {
    position:absolute;
    bottom:0;
    height:120px; 
    width:100%;
} 
/* footer in bottom of page , end*/


    