@import url("https://fonts.googleapis.com/css?family=Montserrat");


* {
    font-family: Montserrat, 'Source Sans Pro', sans-serif;
    border: none;
    color: #373836;
}



p, ul {
  font-weight: 400;
  margin:25px 0 10px;
  font-size:16px;
  line-height:1.61;
text-align:justify;
}
ul li {
  margin-bottom:5px;
}

h1, footer h2 {
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 20px;
    border-bottom: 1px solid #979b94;         
    padding-bottom: 10px;
}

h2 {
    font-weight: 600;
    font-size: 21px;
    color: #373836;
    line-height:1.61
}

h3 {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

body {
    background-color: #ebebeb;
    height: auto;
}

.wrapper {
  background: url(../images/bgImage.png);
  width: auto;
  max-width: 1280px;
  min-width: 320px
  height: auto;
  margin: auto;
  overflow: none;
}

header {
  min-height: 50px;
  margin:0;
  background-color: #373836;
  position: fixed;
  width: 100%;
  padding:0 40px;
  height: 84px;
  max-width: 1280px;
  z-index: 1000;
}
header:after, footer:before {
  content: " ";
  display: table;
  clear:both;
}


.cover {
  top:84px;
  margin:0;
  padding:0;
  color: inherit;
  position:relative;
width:100%
}

section.content {
  overflow: auto;
  padding: 60px 80px 60px;
  position:relative;
  top:100px;
}


article h1, article h2 {
  text-transform: uppercase;
}

article img {
  height: auto;
  max-width: 100%;
  margin:0 0 60px;
}

article img.tbn {
  max-width:540px;
  float:left;
  margin:24px 30px 15px 0;

}

p.more {
  margin:10px 0;
}
span.more p {
  white-space: normal;
}
a.more {
  color: #abc879;
}


input[type="text"], input[type="password"], input[type="submit"], select {
  border:1px solid #e3e3e3;
  border-radius:4px;
  padding:8px;
  width:100%;
  margin-bottom:10px;
  font-size:16px;
}
input[type="file"]
{                                       
  border:none;
}

button
{
  color: #333;
  background-color: #FFF;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

.green
{
  color: #FFF;
  background-color: #5CB85C;
  border-color: #4CAE4C;
}

.blue
{
  color: #FFF;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.red
{
  color: #FFF;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.yellow
{
  color: #FFF;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* =========== Navigation =========== */

#mainmenu {
  float:right;
}
#language a, #mainmenu a {
  color: #f6f6f6;
  text-decoration:none;
}

#mainmenu ul {
  list-style: none;
  padding:0;
  margin:0;
  float:right;
}
#mainmenu ul li {
  text-align: center;
  display:block;
  position:relative;
  float:left;
  line-height: 20px;
  padding: 32px 24px;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  margin:0;
}

#mainmenu ul li p {
  margin:1px 0 0;
  padding:0;
}

#mainmenu ul li img { 
  display:none;
}

#mainmenu ul li:first-child:hover, #mainmenu ul li:first-child.active {
  background-color:#9fb8c3;
}
#mainmenu ul li:nth-child(2):hover, #mainmenu ul li:nth-child(2).active {
  background-color:#F89C24;
}
#mainmenu ul li:nth-child(3):hover, #mainmenu ul li:nth-child(3).active {
  background-color:#ABC879;
}
#mainmenu ul li:nth-child(4):hover, #mainmenu ul li:nth-child(4).active {
  background-color:#D88983;
}

 

#mainmenu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
#mainmenu ul li ul {
  padding: 0;
  position: absolute;
  top: 100%;
  z-index:99;
  left: auto;
  min-width:160px;
  width:310px;
  right:-55px;
  display: none;
  opacity: 0;
  visibility: hidden;
  background-color:inherit;
}
#mainmenu ul li ul li { 
  z-index:99;
  display: block; 
  padding:15px;
  font-size:18px;
  text-transform: uppercase;
  text-align: center;
  width:100%;
}
#mainmenu ul li ul li:hover { 
  background-color:#373836 !important;
}
#mainmenu div {
  float:right;
  display:inline-block;
}
#mainmenu button {
  display: none;
  opacity: 0;
  visibility: hidden;
  margin:26px 0;
  position: relative;
  float: right;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;

}
#language li + li:before {
    content: "/ ";
    color:#f6f6f6;
}
#language ul {
  list-style: none;
  margin:0;
  float:right;
  padding:32px 0 32px 24px;
  background:none;
}
#language li {
    padding:0 5px 0 0;
    background:none;
  text-align: center;
  display:block;
  position:relative;
  float:left;
  line-height: 20px;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  margin:0;
}



@media only screen and (max-width: 945px) 
{

#mainmenu ul{
  padding: 0;
  position: absolute;
  top: 60px;
  left: 0;
  -webkit-box-shadow: 1px 2px 5px -2px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 2px 5px -2px rgba(0,0,0,0.15);
  box-shadow: 1px 2px 5px -2px rgba(0,0,0,0.15);
  display: none;
  width:100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  z-index:200;
}
#mainmenu ul > li { 
  z-index:99;
  font-size:1em;
  display: block; 
  text-align:left;
  border-radius:0;
  padding:15px 30px ;
  width:100%;
  overflow:visible;
  background-color:#444;
  border-bottom:1px solid #e8e8e8;
}
/*#mainmenu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  position:relative;
} */
#mainmenu ul li ul { 
  z-index:999;
  font-size:1em;
  display: block; 
  text-align:left;
  border-radius:0;
  padding:15px 30px ;
  width:100%;
  position:relative;
  background-color:#444;
  border-bottom:1px solid #e8e8e8;
} 
#mainmenu:hover ul, 
#mainmenu:focus ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
#mainmenu button {
  display: block;
  opacity: 1;
  visibility: visible;

}
#language ul {
  padding-left:8px
}
}





#secmenu {
  width:100%;
}
#secmenu a {
  text-decoration:none;
}
#secmenu img {
  display: block;
  height: auto;
  max-width: 100%;
  margin:0 0 10px;
}

#secmenu ul {
  list-style: none;
  padding:0;
  margin:0;
  width:100%;
  float:left;
  padding:20px 0 60px;
}
#secmenu ul li {
  width:25%;
  padding:0 15px;
  text-align: center;
  display:block;
  float:left;
  line-height: 20px;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  height: 260px;
  verflow: hidden;
}

.logo {
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    width: 112px;
    height: 40px;
    margin-top: 19px;
}

.pager li {margin:0 4px}
.pager li.active a {background-color:#ddd}
article > div {width:640px;float:right}

blockquote.blueq{
border-left:5px solid #337ab7;
}
blockquote.redq {
border-left: 5px solid #a94442;
}





















/*#navbar-ex-collapse ul a {
    background-color: #373836;
    color: #f6f6f6;
    text-transform: uppercase;
    font-size: 18px;
}



.dropdown.open > a {
    background-color: #f89c24 !important;
}

.menuActiveAbout a {
    background-color: #9fb8c3 !important;
    cursor: default;
}

.menuActiveactivity a {
    background-color: #f89c24 !important;
}

.menuActiveNews a {
    background-color: #abc879 !important;
    cursor: default;
}

.menuAbout,
.menuActivity,
.menuNews,
.menuLanguage {
    padding: 40px 30px !important;
    -webkit-transition: background-color 0.1s ease-out;
    -moz-transition: background-color 0.1s ease-out;
    -o-transition: background-color 0.1s ease-out;
    transition: background-color 0.1s ease-out;
}

.menuAbout:hover,
.menuAbout:active {
    background-color: #9fb8c3 !important;
}

.menuActivity:hover,
.menuActivity:active {
    background-color: #f89c24 !important;
}

.menuNews:hover,
.menuNews:active {
    background-color: #abc879 !important;
}

.dropdownMenuNew {
    margin: 0;
    padding: 0;
    right: -55px !important;
}

.dropdownMenuNew a {
    width: 220px;
    padding: 15px 0px !important;
    background-color: #f89c24 !important;
    text-align: center;
}

.dropdownMenuNew a:hover {
    background-color: #373836 !important;
} */


.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
    background-color: #f6f6f6 !important;
    margin-bottom: 4px;
}

@media (max-width: 767px) {
    #navbar-ex-collapse {
        margin-top: 30px;
    }
    .navbarNew {
        margin-top: 0;
    }
    .dropdownMenuNew a {
        width: 100%;
        padding: 35px 0px !important;
        padding-left: 30px !important;
        text-align: left;
        background-color: #424342 !important;
    }
    .dropdownMenuNew a:hover {
        background-color: #f89c24 !important;
    }
}
/* =========== Language =========== */

.menuLanguage {
    cursor: default;
}

.menuLanguage span {
    cursor: pointer;
    z-index: 3000;
    color: #f6f6f6;
}

.languageAbout {
    color: #9fb8c3 !important;
}

.languageActivity {
    color: #f89c24 !important;
}

.languageNews {
    color: #abc879 !important;
}
/* =========== About Section =========== */

.section {
    margin: 0;
    padding: 0;
    top: 150px;
}

.headerDividerBlack {
    padding-bottom: 10px;
    border-bottom: 1px solid #979b94 !important;
}

.CollumListAbout > ul > li {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 18px;
    /* list-style-type: none; */
}
/* .CollumListAbout > ul > li:before {
    color: #9fb8c3;
    font-size: 70px;
    float: left;
    margin: 0 0 0 -1em;
    width: 20px;
    content: '\2022';
} */

@media (max-width: 991px) {
    .CollumListAbout {
        margin-top: -17px;
    }
}
/* =========== Activity Section =========== */

.programs h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.programLink {
    text-decoration: none !important;
    color: #373836;
}

.programLink:hover {
    color: #f89c24;
}

.bracketOrange {
    font-weight: 400;
    color: #f89c24;
}

.textLinkActivity {
    font-weight: 600;
    color: #f89c24;
    cursor: pointer;
}

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

@media (max-width: 530px) {
    .col-xs-6 {
        float: none;
        width: 100%;
    }
}
/* =========== News Section =========== */

.btnReadMore {
    color: #abc879;
    background: none !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.btnReadMore:hover {
    color: #abc879;
    text-decoration: underline;
}

.btnLoadMore {
    padding: 20px 40px;
    background-color: #abc879;
}

.btnLoadMore:hover {
    background-color: #94ac6b;
}
/* =========== Footer =========== */

.footer {
    background-color: #373836;
    padding:20px 80px;
    position:relative;
    top:100px;
}

.footer p, footer b, footer h2 {
    color: #f6f6f6;
}

.headerDividerWhite {
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb !important;
}

.footerLogo {
    text-align: right;
    margin-top: 40px;
}

.footerLogo > .caption {
    margin-top: 10px;
    color: #f6f6f6 !important;
    /* margin-left: 3px; */
}


@media only screen and (max-width: 767px) {
    .footerLogo {
        text-align: left;
        margin-top: 20px;
    }
section.content {
  overflow: auto;
  padding: 60px 40px 60px;
  position:relative;
  top:100px;
}


article img.tbn {
  max-width:100%;
  float:left;
  margin:24px 0 15px 0;

}
article div {width:100%}


}

