html * {margin:0; padding:0;}
html, body { font-size: 100%; min-width: 240px;  }
body {background-color:#fff; font-family: 'Cuprum', sans-serif; color:#666;}

a {color:#ff9900;}
a:hover {color:#ffd500; text-decoration: none;}
img {width:100%;}

.clr {clear: both;}

.hr10 {height: 10px; clear: both;}
.hr20 {height: 20px; clear: both;}
.hr30 {height: 30px; clear: both;}
.hr40 {height: 40px; clear: both;}
.hr50 {height: 50px; clear: both;}


#logo {color:#d3d3d3; font-family:georgia, 'Times New Roman', serif; padding:20px 0;}
#logo h1 {font-size:34px;}

/*#topMenu { float:right; width:auto;}*/
#topMenu .navbar-default {background: #fff none; border:none; -moz-border-radius:0; -webkit-border-radius:0; border-radius: 0; margin:0; min-height: 30px;}
#topMenu #mainMenu {padding:0;}
#topMenu ul.nav {list-style-type:none; font-size:11px; float:right; width:auto;}
#topMenu ul.nav li {margin:0 0 0 5px; background-color:#ff9900;}
#topMenu ul.nav li:first-child {margin:0;}
#topMenu ul.nav li a {display: block; padding: 0; color:#fff;}
#topMenu ul.nav li a span {line-height: 15px; display: block; padding: 10px 11px;}
#topMenu ul.nav li ul {display: none; background-color: #ffd500; z-index: 100; position: absolute; }
#topMenu ul.nav li ul li {display: block; float:none; background: none; padding: 0; margin:0;}
#topMenu ul.nav li ul li a {white-space: nowrap; color:#fff;}
#topMenu ul.nav li:hover {background: #ffd500;}
#topMenu ul.nav li:hover a {color:#fff;}
#topMenu ul.nav li:hover ul {display: block;}
#topMenu ul.nav li a:hover {text-decoration: none; color:#fff;}
#topMenu ul.nav li ul li:hover {background: #ff9900;}

#center {border:1px solid #d4d4d4; padding:15px; margin:0 0 15px 0;}

#center #slider {border:1px solid #d4d4d4; padding:15px; }

#center #pathway {padding: 15px 0;}

#center #content .articleBox {padding: 15px; margin-bottom:15px;}
#center #content .title {color:#5d5fde; font-size:16px; border-bottom:1px solid #d4d4d4; padding-bottom:6px; margin:0 0 5px 0;}
#center #content .title h2 {font-size:16px;}
#center #content .title a {color:#666;}
#center #content .title a:hover {color:#ff9900;}
#center #content .info {color:#999; font-size:80%; margin:0 0 5px 0;}
#center #content .info span {margin:0 10px 0 0;}
#center #content .image {border:1px solid #d4d4d4; padding: 4px; margin:0 0 20px 0;}
#center #content .text {font-size:14px; line-height: 16px;}
#center #content .articleBox .hr {border-bottom:1px solid #d4d4d4; clear:both; height:15px;}

#center #content .articleContent {background-color: #fff; padding: 30px 15px;}
#center #content .articleContent .similar h2 {font-weight: bold; font-size:18px; text-transform: uppercase; color:#999;}
#center #content .articleContent .similar h5 {margin:0 0 5px 0; font-size:14px; font-weight: bold;}
#center #content .articleContent .similar .article {font-size:14px;}
#center #content .tab-pane .formTitle {font-weight: bold; font-size:110%;}

#bottom {border:1px solid #d4d4d4; padding: 15px; margin:0 0 30px 0;}
#bottom .title {color:#666; font-size:18px; text-transform: uppercase; font-family: georgia, 'Times New Roman', serif;}
#bottom ul {list-style-type: none; text-align: left;}
#bottom ul li { font-size:15px; width:47%; margin:0 3% 0 0; float:left;}
#bottom ul li:nth-child(2n+1) {float:right;}
#bottom ul li a {padding:8px 0; display: block;}
#bottom ul li a:hover {text-decoration: none;}

#footer {border:1px solid #d4d4d4; padding:15px; margin:0 0 50px 0;}

@media (max-width : 769px) {
    #topMenu {background-repeat: repeat-x; background-position: 0 0; float:none; width:100%; top:0;}
    #topMenu #menu1 {padding: 0;}
    #topMenu ul.nav {max-height: 900px; overflow: auto; text-align: left; float:none; text-align: left; margin:0; font-size:14px;}
    #topMenu ul.nav > li { display: block; background: none; padding:0; }
    #topMenu ul.nav li {margin:0;}
    #topMenu ul.nav li a {border-bottom:1px solid #d0d0d0;}
    #topMenu ul.nav li a span {padding: 10px 15px; color:#666;}
    #topMenu ul.nav li ul {display: block; position: static; padding:0; background: #fff;}
    #topMenu ul.nav li:hover {background:transparent none;}
    #topMenu ul.nav li a:hover {background-color:#d3d3d3;}
    #topMenu ul.nav li ul li:hover {background: transparent;}
    
    #bottom ul li {float:none; width:100%; margin:0;}
    #bottom ul li:nth-child(2n+1) {float:none;}
}


.col-lg-1:nth-child(12n+1),
.col-lg-2:nth-child(6n+1),
.col-lg-3:nth-child(4n+1),
.col-lg-4:nth-child(3n+1),
.col-lg-6:nth-child(2n+1),
.col-md-1:nth-child(12n+1),
.col-md-2:nth-child(6n+1),
.col-md-3:nth-child(4n+1),
.col-md-4:nth-child(3n+1),
.col-md-6:nth-child(2n+1) {
    clear: both;
}

.col-sm-1:nth-child(12n+1),
.col-sm-2:nth-child(6n+1),
.col-sm-3:nth-child(4n+1),
.col-sm-4:nth-child(3n+1),
.col-sm-6:nth-child(2n+1) {
    clear: left;
}
  
