body,h1,h2,h3,h4,h5
{
font-family: 'Oswald', sans-serif;
}
.entry-content p, p, .row{
font-family: 'PT Sans', sans-serif;
}
a{color: #3498DB ;}
a:hover{color: #253F87 ;}
/*Home Slider*/
#home-slider .owl-carousel .owl-controls{
  position: absolute;
  bottom: 2px;
  right: 0;
  z-index: 5;
}


body.single-post,body.page-template{
  background: #fff !important;
}

body>#page{
  overflow: hidden !important;
}
/*body.page-template-homepage{
  background: #eee !important;
}*/
.page-header{
  border-bottom: 0px !important;
}

#content{
  margin-top: 8em;
}
body.single-post #content, body.page-template #content{
  margin-top:8em;
}
body.page-template.page-template-homepage #content{
  margin-top: 0em;
}
#home-slider .owl-wrapper{
    background: #323232;
}

#home-slider .owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 0px 1px;
  padding: 2px 20px;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 0;
  background: #565656;
  filter: Alpha(Opacity=50);
  opacity: 0.6;

    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#home-slider .owl-theme .owl-controls .owl-buttons div:hover{
  background: #005a8c;
  opacity: 0.8;
}
#home-slider .owl-carousel-item-imgoverlay{
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  padding:0;
}
/*Event*/
  #event-wrapper{
    clear: both;
    margin: 0 auto 1em;
    width: 100%;
    background: #fff;
    padding: 2em 0;
  }
  ul#homeEvents{
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 80%;
  }

  ul#homeEvents li a span.thumb-main-wrap{
    display: block;
    position: relative;
    /*padding: 10px;*/
    margin: 10px 10px 0;
    border-bottom:6px solid rgba(162,18,47,0);

        transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
  }

  ul#homeEvents li a span.thumb-main-wrap span.thumb-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;

    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;

  }
  
  ul#homeEvents li:hover span.thumb-main-wrap{
  border-bottom:6px solid rgba(162,18,47,0.7);  
  }
  ul#homeEvents li:hover a span.thumb-main-wrap span.thumb-overlay,
  ul#homeEvents li:hover .eventDate{
  opacity: 1;
  }

  ul#homeEvents li a span.thumb-main-wrap span.thumb-overlay span.thumb-view-event{
    display: block;
    width: 145px;
    margin: 2em auto;
    text-align: center;
    border: 2px solid #fff;
    line-height: 3em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
  ul#homeEvents li a span.thumb-main-wrap img{
    width: 100%;
  }
  span.thumb-title{
  font-size: 1.1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
  word-break: break-word;
  text-align: center;
  display: block;
  border-top: 1px solid #fff;
  padding-top: 8px;
  margin: 0 10px;
  color: #fff;
  }
  span.a-carou{
    display: block;
    width: 80%;
    margin:0 auto;
line-height: 1.3em;
font-size: 
  }
  span.a-carou .fa{
    margin-right:10px;
  }

/*Trinagle down*/
.tri-down {

    /* Styling block element, not required */
  position: relative;
  padding: 0.5em;
  border-bottom: 1px solid #253F87;
  background: #253F87;
  width: 80%;
  margin: 0 auto 1em;
  /*border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;*/
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  }
   /*Gray*/
   .hgray{
    background: #BDC3C7;
    border-bottom: 1px solid #253F87;
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
    z-index: 999;
   }

   .hgray:before, .hgray:after{
    border-top-color: #253F87 !important;
   }

   .hgray span{
display: inline-block;
background: #253F87;
float: left;
padding: 5px 10px;
text-align: center;
   }

  /* Required for Down Triangle */
  .tri-down:before, .tri-down:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
  }

  /* Stroke */
  .tri-down:before {
  bottom: -10px;
  left: 27px;
  border-top-color: #2980B9;
  border-width: 10px;
  }

  /* Fill */
  .tri-down:after {
  bottom: -9px;
  left: 27px;
  border-top-color: #253F87;
  border-width: 10px;
  }

  .news-wrap,.video-list{
    background: #fff;
    padding: 15px;
    margin-bottom: 1em;
  }



body.page-template-homepage-php .page-header{
  display: none;
}

body.page-template-homepage #home-slider{
margin-top:80px;
}
  #homeEvents .item{
  /*background: #3fbf79;*/
  /*padding: 30px 0px;*/
  margin: 10px;
  color: #191919;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#homeEvents .item a.post-title{
color: #191919;
/*text-transform: uppercase;*/
letter-spacing: 0.1em;
display: block;border-bottom: 1px solid;}
#homeEvents .item a.post-title:hover{
  color: #f4d00d;
}
.customNavigation{
  text-align: center;
  position: absolute;
  top: 4px;
  right: 0;
  padding-right: 10px;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.customNavigation a span{
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px 0px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 0;
  filter: Alpha(Opacity=50);
  opacity: 1;
  background: none;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.6em;
  cursor: pointer;
}

.naviHr a span, .naviHr a span{
  margin: 9px 5px;
  font-size: 1em;
  line-height: 0;
  text-align: center;
}

.customNavigation a:hover span{
  background: #454545;
  color: #fff;
  border-color:#454545;
}

.tri-down span{
  display:block;
}
.tri-down a span{
  color: #fff;
}
/*Event Date*/
div.eventDate {
  position: absolute;
  z-index: 1;
  text-align: center;
  color: #fff;
  opacity: 0;
  width: 100%;

   transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;  
}

/*div.eventDate:before {
  border-top: 1px solid #fff;
  content: "";
  margin: 0 auto;
  
  position: absolute;
 
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}*/

div.eventDate span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  /*background: #3498DB;*/
  padding: 0 15px;
}


/*News Home Pgae*/
.thumbnail-wr a span.thumb-main-wrap span.thumb-overlay,
.thumbnail-wr a span.thumb-title{
  display: none;
}

.news-main-wr{
  list-style-type: none !important;
  padding: 0;
  position: relative;
}
.news-main-wr li{
  float: left;
  clear: both;
  padding: 8px 8px 8px 0;
  width: 100%;
}

.news-main-wr li a span.a-carou{
  display: block;
  font-size: 1.3em;
  font-weight: 700;
  /*text-transform: uppercase;*/
  width: 100%;
  border-bottom: 2px solid #E7DBDB;
  margin-bottom: 10px;
   line-height: 1.3em;
}

.news-main-wr li .thumbnail-wr{
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;  
}

.news-main-wr li .thumbnail-wr  a span.thumb-main-wrap img.news-thumb{
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;  
}

.news-main-wr li .read-more{
  float: left !important;
}

a span.ext-button {
  display: block;
  border: 2px solid #6d6d6d;
  padding: 10px 15px;
  color: #6d6d6d;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  float: right;
margin-right: 2em;
margin-bottom: 2em
}

a:hover span.ext-button{
  background: #253F87;
  color: #fff;
  border-color:#253F87;
}

/*Home Slider Gradient Test*/
#home-slider{
  overflow: hidden;
}
#home-slider .owl-carousel:before {
  position: absolute;
  content: ' ';
  display: block;
  width: 450px;
  height: 100%;
  top: 0;
  left: -55px;
  z-index: 1;
  background-image: -webkit-gradient(linear,100% 50%,0% 50%,color-stop(0%,rgba(50,50,50,0)),color-stop(100%,#323232));
  background-image: -webkit-linear-gradient(right,rgba(50,50,50,0),#323232);
  background-image: -moz-linear-gradient(right,rgba(50,50,50,0),#323232);
  background-image: -o-linear-gradient(right,rgba(50,50,50,0),#323232);
  background-image: linear-gradient(right,rgba(50,50,50,0),#323232);
}

#home-slider .owl-carousel:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 600px;
  height: 100%;
  top: 0;
  right: -55px;
  z-index: 1;
  background-image: -webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(50,50,50,0)),color-stop(100%,#323232));
  background-image: -webkit-linear-gradient(left,rgba(50,50,50,0),#323232);
  background-image: -moz-linear-gradient(left,rgba(50,50,50,0),#323232);
  background-image: -o-linear-gradient(left,rgba(50,50,50,0),#323232);
  background-image: linear-gradient(left,rgba(50,50,50,0),#323232);
}

/*Home VideoCarousel*/


/*Navigation*/
body.admin-bar .navbar.navbar-default{
  top: 33px;
}
.navbar.navbar-default{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index:99999;
  box-shadow: 0 4px 0 rgba(59,59,58,0.25);
  background: rgba(255,255,255,0.9) !important;
  border-bottom: 0px !important;
}
#logo a img{
  /*width: 100%;*/
  position: static;
}

/*Abt Wrp*/
.abt-wrp{
  width: 90%;
  margin:3em auto;
}
.abt-wrp h4{
    margin: 0.6em auto 0;
}
.abt-wrp h4 a{
  color:#474747;
  line-height: 3.2em;
}
a span.a-carou{color: #474747 ;}
.abt-wrp h4 a:hover, a:hover span.a-carou{color: #253F87 ;}
.imgwrp{
  display:inline-block;width:40px;float: left;margin: 10px;
}

/*HomeResearch*/
#homeResearch{
  position: relative;
}
#homeResearch .item, #homeAseanInst .item,#footerSupport .item{
  background: #3fbf79;
  padding: 0px 0px;
  margin: 25px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#footerSupport .item{
  background:none;
}

.naviHr{
  top: -3px;
  right: 0;
  padding-right: 0px;
  z-index: 1;
}
/* .customNavigation .prevAi,.customNavigation .nextAi{
  display: none !important;
}*/
#homeResearch .customNavigation, #homeAseanInst .customNavigation{
  text-align: center;
}



#homeResearch .customNavigation a, #homeAseanInst .customNavigation a,{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}




/*home asean List*/

.asean-wrap .row .bg{
/*  background: #fff;
  border-radius: 4px;
  padding-left: 0px;
  padding-right: 0px;*/
}

.asean-wrap .row .bg-inner{
  background: #fff;
  border-radius: 4px;
  padding-bottom: 5px;
  margin-bottom: 15px;

  -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
}
.reports-wrap .asean-wrap .row .bg-inner, .pdf-wrap .asean-wrap .row .bg-inner{
  background: #fafafa;
}

.asean-wrap .row .bg-img{
  width: 100%;
  height: 146px;
  overflow: hidden;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  max-height: 170px;
  display: table;
}

.asean-wrap .row .bg-img a{
  display:block;
   display: table-cell;
  vertical-align: middle;
}
  

.pdf-wrap .asean-wrap .row .bg-inner{
  width:220px;
  margin:0 auto 30px auto;
}
.pdf-wrap .asean-wrap .row  .bg-img{
max-width:220px;
max-height:280px;
height: auto;
}
.asean-wrap .row .bg-img img{
  width: 100%;
  /* height: 100%; */
}

.asean-wrap .row .bg-text h4{
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0.5em 0;
/*  padding-left: 15px;
  padding-right: 15px;*/
}

.asean-wrap .row .bg-text a span{
  display: block;
  width: 106px;
  font-size: 14px;
  border-radius: 3px;
  margin: 0.5em auto;
  padding: 5px;
  text-align: center;
  font-style: italic;
  text-decoration: underline;
}

/*footer*/
#footer-area{
  background: #fff !important;
  position: relative;
}


#footer-area .widgettitle {
  font-size: 18px;
  color: inherit;
  margin-top: 0px;
  text-align: center;
  color: #191919 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#footer-area .footer-widget-area, .partnerWr{
  position: relative !important; 
  padding: 20px 0 20px 0 !important;
}

#footer-area .footerOwlNavi .prevFs,
#footer-area .footerOwlNavi .nextFs,
.partnerWr .partnerLogos .prevPl,
.partnerWr .partnerLogos .nextPl{
  position: absolute;
  top:40%;
  z-index: 99;
}

#footer-area .footerOwlNavi .prevFs,
.partnerWr .partnerLogos .prevPl{
  left: 0;
}

#footer-area .footerOwlNavi .nextFs,
.partnerWr .partnerLogos .nextPl{
  right: 0;
}

#footer-area h3.widgettitle, .page-id-389 h1.entry-title {
  position: relative;
  z-index: 1;
  text-align: center;
}

#footer-area h3.widgettitle:before, .page-id-389 h1.entry-title:before {
  border-top: 2px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
#footer-area h3.widgettitle span, .page-id-389 h1.entry-title span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 15px;
}

h1.entry-title span{
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

a.prevFs span, a.nextFs span,
a.prevPl span, a.nextPl span{
  display:block;
  padding:5px;
  background: #CBCBCB;
  color:#fff;
  border-radius:3px;
  font-size:1.5em !important;
  font-weight:700;
  width:30px;
  height:30px;
  text-align:center;
  line-height:1em;
  cursor: pointer;
}


#partnerLogos .pL-img{
  display: block;
  width: 100px;
  margin: 0 auto;
  height: 100px;
}
#partnerLogos .pL-img img{
  width:100%;
  height: 100%;
}
#partnerLogos a span.pL-name, a span.isla-link{
  display: block;
  text-align: center;
  color:#2a398a;
  font-family: 'Oswald';
  font-size: 12px;
}


/*5 columns asean reports*/
  .col-xs-15{
    width:20%;
}
/*--*/

@media only screen and (max-width: 800px){
   #home-slider .owl-carousel:before,
   #home-slider .owl-carousel:after{
    background-image: none;
  } 
  .owl-carousel-item-imgcontent{
    display: none;
  }
  #home-slider .owl-carousel-item-imgoverlay{
    padding:10px 0;
  }
  .nav-toggler{
    margin-top: 15px !important;
  }
}

@media only screen and (max-width: 480px){
  .customNavigation{
    position: absolute;
  }
  #event-wrapper .tri-down .customNavigation{
    position: static;
  }

  body.home .widget-easy-twitter-feed-widget-row {
    width: 230px !important;
  }


}

@media only screen and (max-width: 360px){
  #home-slider .owl-carousel-item-imgoverlay{
    height:60px;
  }
  .owl-carousel-item-imgtitle {
  font-size: 15px !important;
  text-align: left;
  padding-left: 10px;
  padding-right: 105px !important;
  line-height: 1em;
}

}

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

}




/*About Page*/
body.page-template-about-page{
  height: 100% !important;
}
body.page-template-about-page #content,body.page-template-about-page #content .entry-content{
  margin-top: 0;
}
body.page-template-about-page #content .page-header{
  display: none;
}
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-main-content {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
  z-index: 1;
}

.cd-fixed-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.cd-fixed-bg h1, .cd-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
  font-family: 'Oswald';
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.anchor-menu a span{
  display: block;
  position: fixed;
  bottom: 10%;
  right: 5%;
  padding: 5px;
  border:2px solid #ccc;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'Oswald';
  border-radius: 4px;
  z-index: 9;
  font-size: 12px;
  line-height: 1.2em;
}
.showTog-menu{
  display: none;
  position: fixed;
  bottom: 15%;
  right: 5%;
  background: rgba(255,255,255,0.8);
  color: #191919;
  z-index: 10;
  width: 180px;
  padding: 10px 5px;
}
.showTog-menu:after{
  content: '';
    width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: rgba(255,255,255,0.8) transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  right: 5px;
}
.showTog-menu ul{
  list-style-type: none;
  margin:1em auto;
  padding: 0;
}
.showTog-menu ul li a span{
  display: block;
  text-align: center;
  padding: 5px 0px;
}

.ourFocus ul.nav-tabs, .ourPeople ul.nav-tabs{
  border-bottom:2px solid #ccc;
  padding-bottom:1px;
}

.ourFocus .tab-content > .active,
.ourPeople .tab-content > .active{
  border:0px;
}



.ourFocus ul.nav-tabs>li>a,
.ourPeople ul.nav-tabs>li>a{
  border:0px;
  font-family: 'Oswald';
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px;
}

.ourFocus ul.nav-tabs>li.active>a:focus,
.ourFocus ul.nav-tabs>li.active>a:active,
.ourFocus ul.nav-tabs>li.active>a:hover,
.ourPeople ul.nav-tabs>li.active>a:focus,
.ourPeople ul.nav-tabs>li.active>a:active,
.ourPeople ul.nav-tabs>li.active>a:hover{
  border:0px;
  text-decoration: underline !important;
}

.tabOp-imgs{
border-radius: 4px;
border:1px solid #eee;
padding:5px;
}

.cd-fixed-bg.cd-bg-1 {
  background-image: url("imgs/IMG_0979.jpg");
}
.cd-fixed-bg.cd-bg-2 {
  background-image: url("imgs/IMG_1119.jpg");
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url("imgs/IMG_1099.jpg");
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url("imgs/BG3-MissionandVision-min.jpg");
}
.cd-fixed-bg.cd-bg-5 {
  background-image: url("imgs/BG1-InstitutionalProfile-min.jpg");
}

.cd-fixed-bg.our-people{
  background-image: url("imgs/BG5-OurPeople-min.jpg");
}
.cd-fixed-bg.partners0{
  background-image: url("imgs/BG5-OurPeople-min.jpg");
}

.ourPeople img{
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-fixed-bg {
    background-attachment: fixed;
  }
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 48px;
    font-weight: 300;
  }
}

.cd-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 4em 0;
  line-height: 1.6;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
  background: #fafafa;
}
.cd-container p{
  font-size:18px;
}
.cd-container h2{
  color: #999;
  font-family: 'Oswald';
  letter-spacing: 0.1em;
  text-align: center;
}
/*.cd-scrolling-bg.cd-color-1 {
  background-color: #3d3536;
  color: #a6989a;
}
.cd-scrolling-bg.cd-color-2 {
  background-color: #99a478;
  color: #3d3536;
}
.cd-scrolling-bg.cd-color-3 {
  background-color: #b4d7a8;
  color: #3d3536;
}*/


/*Events*/
ul.eWrap{
  list-style-type: none;
  clear: both;
  float: left;
  width: 100%;
  margin:5px auto;
  padding:0;
  font-family: 'PT Sans', sans-serif;
}
ul.eWrap li span.eProp, ul.eWrap li span.eDeet{
  display: inline-block;
  float: left;
  margin: 2px auto;
}
ul.eWrap li span.eProp{
  width: 25%;
}
ul.eWrap li span.eDeet{
  width: 75%;
}
ul.eWrap li{
  display:block;
  float:left;
  width:100%;
  padding:0 5px;
}
ul.eWrap li:nth-child(even){
  background: #eee;
}

/*Home Twitter*/
body.home .widget-easy-twitter-feed-widget-row{
  width: 360px;
  margin:0 auto;
}
body.home .widget-easy-twitter-feed-widget-global-wrapper h2{
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-scrolling-bg {
    padding: 8em 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    font-weight: 300;
  }


}
@media only screen and (max-width: 960px){
   /*Logo*/
  #logo a img {
    width: 237px;
    position: static;
    margin: 0 auto;
    display: block;
  }
body.page-template-homepage #home-slider {
  margin-top: 49px;
}
 body.home .widget-easy-twitter-feed-widget-row{
  width: 280px;
 }
 .hgray{
  background: #253F87;
 }
 .tri-down{
  font-size: 1em;
 }
}
/*Autoheight Slider*/
.autoHeight{
  height: auto !important;
}

/*Li Widget*/
li.widget{
  padding: 0;
  margin:0 !important;
  list-style-type: none;
}


/*3rd level menu*/
.navbar-default .navbar-nav > li > ul > li{
  position: relative;
}
.navbar-default .navbar-nav > li > ul > li > ul {
display: none;
position: absolute;
box-shadow: none;
padding: 0;
margin: 0;
margin-left: 15px;
left: 145px;
top: 0;
}
.navbar-default .navbar-nav > li > ul > li:hover > ul{
  display: block
}
/*Navigation*/
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Toggle Buttons
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */

.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}


.buttons {
    margin-bottom: 30px;
    text-align: center;
}
.buttons button {
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 15px 30px;
    color: #fff;
    background-color: #67b5d1;
}
.buttons button:hover,
.buttons button.active {
    background-color: #3184a1
}
.buttons button:focus {
    outline: none
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Menus
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
/* general style for all menus */
.toggle-slide-left{
  border-color: #ddd;
}

.nav-toggler {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.nav-toggler:focus {
  outline: 0;
}
.nav-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.nav-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-default .nav-toggler {
  border-color: #ddd;
}
.navbar-default .nav-toggler:hover,
.navbar-default .nav-toggler:focus {
  background-color: #ddd;
}
.navbar-default .nav-toggler .icon-bar {
  background-color: #888;
}
@media (min-width: 768px) {
  .nav-toggler {
    display: none;
  }
}
nav.menu {
    position: fixed;
    z-index: 999999;
    background-color: rgba(255,255,255,0.9);
    overflow: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav.menu a {
    font-weight: 300;
    color: #191919;
}
button.close-menu {
    background-color: #3184a1;
    color: #fff;
}
button.close-menu:focus {
    outline: none
}

/* slide menu left and right, push menu left and right */
/*Customized Sub On Mobile START*/
nav.slide-menu-left li{
  position: relative;
}

.clkSubMain,
.clkSubMainSub{
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 16px;
  text-align: center;
  line-height: 3em;
  color: #191919;
  font-size: 11px;
  cursor: pointer;
  border-left: 1px solid #b2b2b2;
}

.sub-menu-main li{
  border-bottom:0px !important;
  border-top:0px !important;
}
.sub-menu-main li a span{
  position:relative;
  font-size:13px;
}
.sub-menu-main li a span:before{
  content:'-';
  position:absolute;
  top:-3px;
  left:-10px;
}
/*Customized Sub On Mobile END*/

nav.slide-menu-left,
nav.slide-menu-right,
nav.push-menu-left,
nav.push-menu-right {
    top: 0;
    width: 300px;
    height: 100%;
}
nav.slide-menu-left li,
nav.slide-menu-right li,
nav.push-menu-left li,
nav.push-menu-right li {
    display: block;
    text-align: center;
    border-bottom: solid 1px #B2B2B2;
    border-top: solid 1px #F5F5F5;
}
nav.slide-menu-left li:first-child,
nav.slide-menu-right li:first-child,
nav.push-menu-left li:first-child,
nav.push-menu-right li:first-child {
    border-top: none
}
/* Close Button*/
li.close-btn{
  border-bottom:1px solid #B2B2B2 !important;
  background:#eee;
}

nav.slide-menu-left li:last-child,
nav.slide-menu-right li:last-child,
nav.push-menu-left li:last-child,
nav.push-menu-right li:last-child {
    border-bottom: none
}
nav.slide-menu-left a,
nav.slide-menu-right a,
nav.push-menu-left a,
nav.push-menu-right a {
    display: block;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 0.1em;
}
nav.slide-menu-left button.close-menu,
nav.slide-menu-right button.close-menu,
nav.push-menu-left button.close-menu,
nav.push-menu-right button.close-menu {
    margin: 0px 0;
    padding: 9px 30px;
    background: transparent;
    color: #191919;
    border: 0;
}
nav.slide-menu-left,
nav.push-menu-left {
    left: -300px
}
nav.slide-menu-right,
nav.push-menu-right {
    right: -300px
}
body.sml-open nav.slide-menu-left,
body.pml-open nav.push-menu-left {
    left: 0
}
body.smr-open nav.slide-menu-right,
body.pmr-open nav.push-menu-right {
    right: 0
}
body.pml-open #wrapper {
    left: 300px
}
body.pmr-open #wrapper {
    left: -300px
}
/* slide menu top and bottom */
nav.slide-menu-top,
nav.slide-menu-bottom,
nav.push-menu-top,
nav.push-menu-bottom {
    left: 0;
    width: 100%;
    height: 100px;
}
nav.slide-menu-top ul,
nav.slide-menu-bottom ul,
nav.push-menu-top ul,
nav.push-menu-bottom ul {
    text-align: center;
    padding: 25px 0 0 0;
}
nav.slide-menu-top li,
nav.slide-menu-bottom li,
nav.push-menu-top li,
nav.push-menu-bottom li {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
nav.slide-menu-top a,
nav.slide-menu-bottom a,
nav.push-menu-top a,
nav.push-menu-bottom a {
    display: block;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
}
nav.slide-menu-top button.close-menu,
nav.slide-menu-bottom button.close-menu,
nav.push-menu-top button.close-menu,
nav.push-menu-bottom button.close-menu {
    display: block;
    line-height: 50px;
    margin: 0;
    padding: 0 10px;
}
nav.slide-menu-top,
nav.push-menu-top {
    top: -100px
}
nav.slide-menu-bottom,
nav.push-menu-bottom {
    bottom: -100px
}
body.smt-open nav.slide-menu-top,
body.pmt-open nav.push-menu-top {
    top: 0
}
body.smb-open nav.slide-menu-bottom,
body.pmb-open nav.push-menu-bottom {
    bottom: 0
}
body.pmt-open #wrapper {
    top: 100px
}
body.pmb-open #wrapper {
    top: -100px
}


/*Active Mobile State*/

#cssmenu>ul.menu>li.menu-item.active>a,
#cssmenu>ul.menu>li.menu-item.active.has-sub>ul.sub-menu-main>li.menu-item.active>a{
  color: #fff;
  background-color: #F2D900;
}
#cssmenu>ul.menu>li.menu-item.active>.clkSubMain{
  color: #fff;
  border-left:1px solid #fff;
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
@media all and (max-width: 860px) { 
  .buttons br {
      display: none
  }
  .buttons button {
      padding: 10px 20px
  }
}
@media all and (max-width: 660px) { 
  /* slide menu top and bottom */
  nav.slide-menu-top ul,
  nav.slide-menu-bottom ul,
  nav.push-menu-top ul,
  nav.push-menu-bottom ul {
      padding: 35px 0 0 0
  }
  nav.slide-menu-top a,
  nav.slide-menu-bottom a,
  nav.push-menu-top a,
  nav.push-menu-bottom a {
      line-height: 30px;
      padding: 0 2px;
      font-size: 12px;
  }
  nav.slide-menu-top button.close-menu,
  nav.slide-menu-bottom button.close-menu,
  nav.push-menu-top button.close-menu,
  nav.push-menu-bottom button.close-menu {
      line-height: 30px;
      padding: 0 2px;
  }
}
@media all and (max-width: 330px) { 
  nav.slide-menu-left,
  nav.slide-menu-right,
  nav.push-menu-left,
  nav.push-menu-right {
      top: 0;
      width: 100%;
  }
  nav.slide-menu-left,
  nav.push-menu-left {
      left: -100%
  }
  nav.slide-menu-right,
  nav.push-menu-right {
      right: -100%
  }
  body.sml-open nav.slide-menu-left,
  body.pml-open nav.push-menu-left {
      left: 0
  }
  body.smr-open nav.slide-menu-right,
  body.pmr-open nav.push-menu-right {
      right: 0
  }
  body.pml-open #wrapper {
      left: 100%
  }
  body.pmr-open #wrapper {
      left: -100%
  }
}

.dropdown-menu>.active>a{
  color:#191919 !important;
}

.dropdown-menu>.active>a:hover{
  background-color: #F2D900 !important;
  color: #191919 !important;
}

#content.site-content{
  margin-top:90px !important;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(Preloader_4.gif) center no-repeat #fff;
}


#search-2 .btn-default{
  background-color:#F2D900;
  border-color:#F2D900; 
}