/*
Theme Name: WIEF Theme
Theme URI: http://underscores.me/
Author: Consider Digital
Author URI: http://considerdigital.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wief-theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WIEF Theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments.wet-rt-slick .slick-next {
        right: -5px !important;
    }

    .wet-rt-slick .slick-prev {
        left: -5px !important;
    }
# Clearings
# Widgets
# Content
        ## Posts and pages
        ## Asides
        ## Comments
        ## Organisation Structure
# Infinite scroll
# Media
        ## Captions
        ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.border-right {
    border-right: 1px solid #EBEBEB;
}

.border-bottom {
    border-bottom: 1px solid #EBEBEB;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.btn-events {
    position: absolute !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 30px !important;
    width: 50%;
    margin: auto;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #414141;
    padding: 0px;
    margin: 0px;
}
/*body,*/
/*button,*/
/*input,*/
/*select,*/
/*textarea {*/
/*color: #404040;*/
/*font-family: sans-serif;*/
/*font-size: 16px;*/
/*font-size: 1rem;*/
/*line-height: 1.5;*/
/*}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    /*margin: 0 0 1.5em 3em;*/
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.text-color-green {
    color: #138D75;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*Navigation styles*/
.navbar-collapse{
    position: relative;
}
.navbar-secondary-wrapper {
    background: #73b6bc;
    z-index: 1;
    position: relative;
}

.navbar-social-icon ul {
    margin: 0;
    float: left;
}

.navbar-social-icon ul li {
    display: inline-block;
    padding: 11px 0 0 0;
    float: left;
    width: 30px;
    text-align: center;
}

.navbar-social-icon i.fa {
    color: #fff;
    font-size: 16px;
}

/*.navbar-secondary {*/
/*position: absolute;*/
/*top: 50%;*/
/*transform: translate(0,-50%);*/
/*-webkit-transform: translate(0,-50%);*/
/*-moz-transform: translate(0,-50%);*/
/*right: 15px;*/
/*}*/
.navbar-secondary ul{
    padding-top: 10px;
}
.navbar-secondary ul li {
    display: inline-block;
    float: left;
    margin-left: -3px;
}

nav .column {
    position: relative;
}

.mocafest {
    background-image: url('assets/img/icon-mocafest.png');
    background-repeat: no-repeat;
    float: left;
    background-position-y: 2px;
}

.businesswomen {
    background-image: url('assets/img/icon-businesswomen.png');
    background-repeat: no-repeat;
    float: left;
    background-position-y: 2px;
}

.youngleaders {
    background-image: url('assets/img/icon-youngleaders.png');
    background-repeat: no-repeat;
    float: left;
    background-position-y: 2px;
}
.powertalk {
    background-image: url('assets/img/icon-powertalk.png');
    background-repeat: no-repeat;
    float: left;
    background-position-y: 2px;
}

.education-trust {
    background-image: url('assets/img/icon-education.png');
    background-repeat: no-repeat;
    float: left;
    background-position-y: 2px;
}

.roundtable {
    background-image: url('assets/img/icon-roundtable.png');
    background-repeat: no-repeat;
    float: left;
    background-position-y: 2px;
}

.navbar-secondary ul li a {
    margin: 0 10px 0 25px;
    font-weight: 300;
    color: #fff;
    font-size: 13px;
}
.navbar-secondary ul li a:focus,
.navbar-secondary ul li a:hover{
    text-decoration: none;
}

.navbar-secondary {
    width: 300px !important;
}
.nav-padding {
    padding-top: 61px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    height: auto;
}

.navbar-brand img {
    width: 80%;
}

.navbar-primary-wrapper {
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.4);
}

.navbar-primary {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    z-index: 2;
}

.navbar-primary a {
    color: #7b7b7b;
    text-transform: uppercase;
    font-weight: 400;
}

.navbar-primary .fa-angle-down {
    color: #7b7b7b;
    font-size: 20px;
    vertical-align: middle;
    padding-left: 5px;
}

.navbar-primary>li>a {
    font-size: 13px;
    padding: 15px 25px;
}

.navbar-primary>li>a:hover, .navbar-primary>li>a:focus {
    background-color: #213040;
}

.navbar-primary>li:first-child>a:hover, .navbar-primary>li:first-child>a:focus {
    background-color: transparent;
}

.navbar-primary>li>a>i {
    font-size: 18px;
    color: #213040;
}

.dropdown-toggle {
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}

.navbar-toggle .icon-bar {
    background: #1a1b1b;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    top: 40px;
    right: 15px;
}

#menu-primary .dropdown-menu {
    padding: 0 !important;
    top: 70px;
    border: none;
    border-top: 5px solid #213040;
}

#menu-primary .dropdown-menu>li>a {
    font-size: 13px;
    border-bottom: 1px solid #E1E1E3;
    padding: 10px 10px;
}

.search {
    z-index: 100;
    width: 100%;
    float: right;
    margin-top: -50px;
}
.sb-search {
    position: absolute;
    right: 0;
    top: 20px;
    width: 0%;
    min-width: 60px;
    height: 50px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
/*    border-left: solid 1px #7b7b7b;*/
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 50px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 14px;
    color: #7b7b7b;
    background-color: #fafafa;
}

.sb-search-input::-webkit-input-placeholder {
    color: #7b7b7b !important;
}

.sb-search-input:-moz-placeholder {
    color: #7b7b7b !important;
}

.sb-search-input::-moz-placeholder {
    color: #7b7b7b !important;
}

.sb-search-input:-ms-input-placeholder {
    color: #7b7b7b !important;
}

.sb-icon-search,
.sb-search-submit  {
    width: 60px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    background: transparent;
    z-index: 90;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search .fa-search {
    color: #7b7b7b !important;
}

.sb-icon-search:before {
/*    content: "\e000";*/
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 80%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: transparent;
    color: #e5322b;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

.no-bg-hover a:hover,
.no-bg-hover a:active,
.no-bg-hover a:focus,
.no-bg-hover a:visited {
    background-color: transparent !important;
}

article.search-article {
  padding: 10px 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid #eee;
}

span.search-excerpt {
    background-color: #ffcc00 !important;
    padding: 3px !important;
    color: #111 !important;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    /*color: #7b7b7b;*/
}

a:hover,
a:focus,
a:active {
    color: #34495E;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.no-gutter {
    padding-left: 0;
    padding-right: 0;
}

.no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.center-block {
    float: none;
}

.img-responsive {
    width: 100%;
}


/*General*/

.relative {
    position: relative;
}

.center-text {
    text-align: center;
}

.title {
    margin-bottom: 50px;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
}

.bottom-center {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
}

.bottom {
    position: absolute !important;
    bottom: 15px;
}

input:focus {
    outline: none;
}

button:focus {
    outline: none;
}

input::-webkit-input-placeholder {
    color: #c4c4c4 !important;
    font-size: 14px;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #c4c4c4 !important;
    font-size: 14px;
}

input::-moz-placeholder {  /* Firefox 19+ */
    color: #c4c4c4 !important;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: #c4c4c4 !important;
    font-size: 14px;
}


/*Font Type*/
h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 40px;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 35px;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
}

h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

h6 {
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
}

h6.thick {
    font-weight: 700;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 20px;
}

a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #3879aa;
    text-decoration: none;
}

a:hover {
    color: #34495E;
    text-decoration: none;
}


/*Custom Slick*/

.slick-prev, .slick-next {
    width: 30px !important;
    height: 30px !important;
}

.slick-prev:before, .slick-next:before {
    color: rgba(0,0,0,0.4) !important;
    font-size: 30px !important;
}

.slick-next {
    right: -70px !important;
}

.slick-prev {
    left: -70px !important;
}

.slick-slide img {
    margin: auto;
}

/**
 * Added By: Azman Ishak
 * Dated: 31-01-2017
 **/
#rt-report .slick-prev, .slick-next {
    width: 30px !important;
    height: 30px !important;
}

#rt-report .slick-prev:before,
#rt-report .slick-next:before {
    font-family: "FontAwesome";
    color: rgba(0,0,0,0.4) !important;
    font-size: 30px !important;
}
#rt-report .slick-prev:before{
    content: '\f053';
}
#rt-report .slick-next:before{
    content: '\f054';
}

#rt-report .slick-next {
    right: -30px !important;
}

#rt-report .slick-prev {
    left: -30px !important;
}

#rt-report .slick-slide img {
    margin: auto;
    width: 100%;
}

#rt-report .slick-list .slick-track .slick-slide {
    position: relative;
    margin: 0 20px;
}

.rt-report-caption {
    position: absolute;
    background: rgba(255,255,255,0.8);
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 20px 0;
}

.rt-report-caption a {
     color: #000;
}

/*Button Type*/
.fill-white {
    position: relative;
    display:block;
    height: 36px;
    width: 150px;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
    border: 1px #ffffff solid;
    border-radius: 20px;
    outline: 0;
    overflow: hidden;
    background: none;
    z-index: 1;
    cursor: pointer;
    transition:         0.08s ease-in;
    -o-transition:      0.08s ease-in;
    -ms-transition:     0.08s ease-in;
    -moz-transition:    0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
}

.fill-white:hover {
    color: #3879aa;
}

.fill-white:before {
    content: "";
    position: absolute;
    background: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    -webkit-transition: top 0.09s ease-in;
}

.fill-white:hover:before {
    top: 0;
}

.fill-red {
    position: relative;
    display:block;
    height: 36px;
    width: 150px;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #cc4452;
    border: 1px #cc4452 solid;
    border-radius: 20px;
    outline: 0;
    overflow: hidden;
    background: none;
    z-index: 1;
    cursor: pointer;
    transition:         0.08s ease-in;
    -o-transition:      0.08s ease-in;
    -ms-transition:     0.08s ease-in;
    -moz-transition:    0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
    padding-top: 4px;
}

.fill-red:hover {
    color: #ffffff;
}

.fill-red:before {
    content: "";
    position: absolute;
    background: #cc4452;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    -webkit-transition: top 0.09s ease-in;
}

.fill-red:hover:before {
    top: 0;
}

.more-btn {
    color: #ce273d;
    border: none;
    background: none;
    font-weight: 400;
    width: 85%;
    text-align: left;
    padding: 0;
    font-size: 14px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}

.more-btn:after {
    content: "\f178";
    font-family: FontAwesome;
    color: #ce273d;
    font-style: normal;
    font-weight: normal;
    right: 0;
    position: absolute;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}

.more-btn:hover:after {
    right: 10px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}

.read-more-btn {
    color: #e06636;
    border: none;
    background: none;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    padding: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area{
    padding:30px 0;
}
.widget {
    margin: 20px 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
article.hentry{
    /*padding: 30px 0;*/
    padding: 0 0 30px 0;
}
.page-template-page-news-coverage .entry-header{
    padding:20px 0;
}
.home .content-area{ padding: 0 !important; }
.page .content-area,
.single .content-area {
    /*padding: 50px 0;*/
    padding: 0 0;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content {
    margin: 1.5em 0 0;
}

.entry-content {
    margin: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.category-news .entry-content{
    margin:0;
}

.category-news .entry-title{
    font-size: 24px;
    color: #213040;
    font-weight:700;
}

.time{
    text-align: center;
}
.month-day{
    padding:10px 0;
}
.month-day {
    background: #213040;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
}
.year h4{
    color: #213040;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
}
/*--------------------------------------------------------------
##  News Coverage Effect
#   Effects by Codrops
#   URL: http://tympanus.net/codrops/2014/06/19/ideas-for-subtle-hover-effects/
--------------------------------------------------------------*/
/*.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 800px;
    list-style: none;
    text-align: center;
} */

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 0 40px 0;
    min-width: 150px;
    max-width: 300px;
    min-height: 150px;
    max-height: 300px;
    /*width: 48%;*/
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
    padding: 1em;
    background-color: rgba(58,52,42,0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid #fff;
    content: '';
}

figure.effect-oscar h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    font-size: 20px;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-oscar:hover figcaption {
    background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
    opacity: 0.4;
}

.thumbnail{
    border: none;
    min-height: 400px;
}

/*---2017 01 18 ---- Edited by Joyi -----*/

.img-circle {
    width: 300px;
}

.cool-timeline .timeline-post.even {
    float: left;
    clear: both;
}

.cool-timeline .timeline-post.odd {
    float: left;
    clear: both;
}

.cool-timeline .timeline-year {
    float: left;
    clear: both;
}

.cool-timeline .timeline-post.odd .timeline-content {
    float: right;
}

.ultimate-style .timeline-post .timeline-content {
    width: 100%;
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/

.home-initiatives, .home-news, .home-mocafest, .home-knowledgehub {
    padding-top: 40px;
    padding-bottom: 70px;
}

.home-followus{
    padding: 30px 0;
}

/*Home banner*/

.home-banner {
    color: #fff;
    text-align: center;
    height: auto;
    /*    background-image: url('../img/home-banner-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;*/
}

.home-banner-slick {
    height: 480px;
}

.home-banner .slick-list {
    width: 100%;
    max-height: 480px;
}

.home-banner.slick-slider {
    margin-bottom: 0 !important;
}

.home-banner-slick.event-1 {
    background: url(../img/home-banner-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.home-banner-slick.event-2 {
    background: url(../img/home-banner-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.home-banner-slick.slick-slide {
    height: 480px;
}

.slick-slide:focus {
    outline: none;
}

.home-event-slider  .slick-current {
    /*    background: red;*/
    top: 0px !important;
}

.home-event-slider  .slick-current img {
    width: 100% !important;
}

.home-event-slider .slick-slide img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 15px rgb(52,52,52);
}

.home-slick {
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
}

.home-event-details {
    margin-top: 30px;
}

.home-event-details h5 {
    display: inline-block;
}

.home-event-details-wrap {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    text-align: center;
}

.home-event-details-wrap button {
    margin-top: 35px;
}

.home-event-countdown {
    margin-top: 35px;
}

.titlehome {
    margin-top: 60px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "HelveticaNeue-Medium", sans-serif;
    font-size:25px;
}

.hrhome { 
    border: 3px solid red;
    background-color: red;
}

/*Home About*/

.home-tagline-bg {
    background: #e1e1e3;
    margin-bottom: 20px;
}

.home-about {
    text-align: center;
    /*padding: 160px 0 70px 0;*/
    padding:0 0 30px 0;
}

.home-about-bg {
    /*background-image: url('assets/img/home-about-bg.jpg');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    background-color: #efefef;
}


.slider-thumbnail {
    width: 20%;
    padding: 5px;
    position: relative;
    top: 10px;
    cursor: pointer;
}

.home-about a {
    margin-top: 40px;
}

/*Home Upcoming Events*/

.home-btn {
    color: #ef404d;
    position: absolute !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 20px !important;
    width: 50%;
    margin: auto;
}

.home-events {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 2px 2px;height:580px;
    background-color: white;
}
/*Home Initiatives and Projects*/

.home-initiatives {
    color: #fff;
}
.home-initiatives-bg {
    /*background-image: url('assets/img/home-initiatives-bg.jpg');*/
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-color: #e1e1d9;
    background-image: linear-gradient(#73b6bc, #73b6bc 100%);
    background-size: 100% 100px;
    background-position: center bottom;
}

.home-initiatives-box {
    /*height: 420px;*/
    /*margin-top: 40px;*/
    height: 570px;
    margin-top: 40px;
    margin-bottom: -50px;
}
.home-initiatives-boxbg {
    background-color:#012a3c;
    padding: 10px 20px;
    margin-bottom: 50px;
    position: relative;
    height: 550px;
}

.home-initiatives-box img {
    margin-bottom: 40px;
}

.home-initiatives-box h4 {
    margin-bottom: 40px;
    color: #000;
}

.home-initiatives-box h5 {
    color: #000;
}
.home-initiatives h2 {
    color: #000;
}

.home-initiatives .fill-white {
    font-size: 12px;
    padding-top: 4px;
    color: #000;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*Home News*/

.home-news-bg {
    background: #efefef;
}

.home-news-row {
    margin-bottom: 20px;
}

.home-news-row, .big-news, .small-news {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
}

.btn-news {
    color: #fff !important;
    background-color: #ef404d;
    border: 1px #ef404d solid;
}

.news-details {
    padding: 20px 40px 15px 15px;
}

.news-date {
    margin-bottom: 15px;
    color: #afafaf;
    font-size: 12px;
}

.news-content {
    color: #afafaf;
}

.news-content p {
    font-size: 14px;
}

.news-title {
    margin-bottom: 20px;
    color: #737373;
    font-size: 16px;
}

.news-bg {
    background: #fff;
    box-shadow: 0px 6px 21px rgba(52,52,52,0.4);
}

.small-news img {
    width: 100%;
    box-shadow: 0px 6px 21px rgba(52,52,52,0.4);
}

.small-news .news-title {
    margin-bottom: 40px;
}

.big-news-image {
    position:relative;
    overflow:hidden;
}

.big-news img {
    position:absolute;
    top:50%;
    min-height:100%;
    display:block;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    min-width:100%;
}

.white-triangle {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid white;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: -15px;
    top: 50px;
    z-index: 1;
}


/*Knowledge Hub*/

.home-knowledgehub-bg {
    background: #d7d7d7;
}

.knowledgehub-figure {
    box-shadow: 0px 0px 10px rgba(52,52,52,0.3);
    background: #fff;
    margin:0;
}

.knowledgehub-title {
   /* height: 50px; */
}

.knowledgehub-title a{ font-size: 20px; color: #58bcb3; }
.knowledgehub-title a:focus, .knowledgehub-title a:hover{ color:#737373; text-decoration: none; }
.inf_cat_name{margin-bottom:0;}

.knowledgehub-caption {
    padding: 20px 15px 15px 15px;
    height: auto;
}

.grey-triangle-btn {
    width: 0;
    height: 0;
    border-right: 80px solid #373737;
    border-bottom: 80px solid transparent;
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
}

.plus {
    color: #fff;
    font-size: 26px;
    position: absolute;
    right: -65px;
    top: 12px;
    font-weight: 300;
}

/*Home Follow Us*/

.home-followus {
    color: #fff;
}

.home-followus-bg {
    background-image: url('assets/img/followus-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.follow-form {
    position: relative;
}

.follow-input {
    padding: 0 10px;
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: #444;
    background: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 5px;
}

.follow-submit {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.fa-angle-right {
    color: #3975a3 !important;
    font-size: 30px !important;
    line-height: 42px !important;
}

#circle {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: relative;
}

.followus-social-icons {
    margin-top: 30px;
    padding: 0;
    margin-left: 0;
}

.followus-social-icons li {
    display: inline-block;
    width: 15.3333%;
    text-align: center;
}

.followus-social-icons li a {
    color: #ffffff;
    font-size: 24px !important;
}

.followus-social-icons i.fa {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.followus-social-icons i.fa:hover,
.followus-social-icons i.fa:focus,
.followus-social-icons i.fa:active {
    color: #3879aa !important;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.circle .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 30px;
}

/* Custom Countdown */
/*Custom jQuery Countdown*/
.is-countdown {
    border: none !important;
    background-color: transparent !important;
}

.countdown-amount {
    position: relative;
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 28px !important;
}

#circle {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 40px !important;
    float: left;
    left: 50%;
    transform: translate(-50%,0);
    padding-top: 10px;
}

.countdown-period {
    font-size: 12px !important;
    text-transform: uppercase;
    padding-top:80px !important;
}

.countdown-holding span{
    color: #FFFFFF;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/**************************************
Footer
***************************************/
.footer {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    background: #213040;
    text-transform: uppercase;
    color: #a8a8a8;
}

.footer dt.thick {
    color: #fdfdfd;
    margin-bottom:15px;
    font-size:14px;
}

.footer dd{
    margin:0;
    padding:0;
}

.footer dd a {
    color: #a8a8a8;
    cursor: pointer;
    font-size:12px;
    font-weight:300;
}

.footer dd a:focus,
.footer dd a:hover{
    color: #ffffff;
}

.footer small {
    color: #fff;
    text-transform: none;
    font-weight: 100;
}

.footer-expand {
    padding: 10px;
    background: #323232;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.footer-expand h6{
    cursor: pointer;
}

.copyright {
    /*margin-top: 60px;*/
    border-top: 1px solid #d9dee9;
    padding-top: 10px;
}

.copyright small{
    font-size:12px;
}

.footer-social-icon {
    margin-top: 20px;
}

.footer-social-icon li {
    display: inline-block;
    width: 40px;
    text-align: center;
    float: left;
    padding: 10px 0;
}

.footer-social-icon .fa-fb {
    background: #292929;
}
.footer-social-icon .fa-tw {
    background: #383838;
}
.footer-social-icon .fa-yt {
    background: #424242;
}

.location-map{
    position: relative;
}
#map{
    width:100%;
    height:500px;
}
.contact-wrapper{
    position: absolute;
    width: 320px;
    height:320px;
    background-color: rgba(0,0,0,0.5);
    margin-top:30%;

    z-index: 1;
}
.contact-details{
    display: block;
    padding:30px;

    color: #ffffff;
}
.contact-details address{
    font-size:15px;
    font-weight:300;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
## Organisation Structure
--------------------------------------------------------------*/
/* SUPPORTING ORGANISATION */

.blog-info {
	font-size: 24px;
	font-family: 'Open Sans'; font-weight: 300;
	display:block;
	padding-top: 60px;
	}
/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/

.organisation, .links-flickr {
    padding-top: 60px;
    padding-bottom: 70px;
}

.select-dropdown{
    margin: 50px auto 40px auto;
}

.select-dropdown .dropdown-menu {
    padding: 0;
}

.select-dropdown .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 8px;
}

.select-dropdown .bootstrap-select.btn-group .dropdown-menu li a {
    background-color: #3f546b;
}

.select-dropdown .bootstrap-select.btn-group .dropdown-menu li.selected a {
    background-color: #263b52;
}

.bootstrap-select{
    width: 100% !important;
}

.bootstrap-select .dropdown-toggle,
.bootstrap-select.open > .dropdown-toggle.btn-default{
    background-color: #213040;
    color: #ffffff;
    padding: 10px 20px;
}

.bootstrap-select.btn-group .dropdown-menu li a{
        background-color: #213040;
    color: #ffffff;
    padding: 8px 20px;
}

.patron-list{
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 350px;
}
#result{
    position: relative;
    min-height: 250px;
}
#loadingImage{
    display: none;
    width: 64px;
    height: 64px;
    background: transparent url('assets/img/loading-image.gif') no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

/*History*/
.about-history {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 10px;
}

.about-history h2 {
    font-size: 50px;
    font-weight: 200;
    margin-bottom: 70px;
    position: relative;
}

.about-history h2:after {
    content: "";
    border-bottom: 2px solid #fff;
    width: 110px;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
}

/*.about-history-bg {
    background-image: url('../img/about-history-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}*/

.about-history-slider {
    position: relative;
    margin-top: 100px;
}

.about-history-slider:before {
    content: "";
    display: block;
    position: absolute;
    border-top: solid 1px #fff;
    top: -35px;
    width: 90%;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
}

.slick-current.history-slider-thumbnail:before {
    background: #d13c03 !important;
    border: 2px solid #fff;
}

.about-history-slider .slick-list {
    overflow: visible !important;
}

.history-slider-thumbnail {
    text-align: center;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.history-slider-thumbnail:before {
    content: "";
    position: absolute;
    top: -60px;
    width: 50px;
    height: 50px;
    background: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
}

.history-slider-thumbnail:hover:before {
    width: 56px;
    height: 56px;
    top: -63px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.history-slider-content {
    background: rgba(209,60,3,0.7);
    border-radius: 20px;
    padding: 30px 40px;

    min-height: 190px;
}

/*Tagline*/
.about-tagline-bg {
    background: #a12d02;
    padding: 10px 0 20px 0;
    color: #fff;
}

/*Organisation structure*/
.organisation-bg {
    background: #f8f8f8;
}

.organisation-box {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(52,52,52,0.3);
    padding: 20px 30px;
    min-height: 330px;
}

.patron-select {
    width: 400px;
    margin: 50px auto;
    background: #202f3f;
    border: none;
    border-radius: 15px;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.patron-select:focus {
    outline: none;
}

.patron-select option {
    background: #e9e9e9;
    color: #202f3f
}

.patron-box {
    min-height: 650px;
    color: #0a0e10;
    display: inline-table;
    margin-bottom: 40px;
}

.patron-box-staff{
    margin-top: 25px;
    height: 350px;
    display: inline-table;
}

.wief_designation {
    color: #414141;
    font-weight: 700;
}

.patron-box img {
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

.patron-name {
    font-size: 16px;
    min-height: 30px;
}

.patron-title {
    font-size: 12px;
    color: #626262;
    margin-top: -5px !important;
    line-height: 18px;
}

.patron-desc {
    margin-top: 10px;
}

.patron-desc p {
    font-size: 14px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.bootstrap-select:hover .dropdown-menu {
    display: block;
}

/*Other Links and Flickr*/
.links-flickr-bg {
    background: #e6e7e8;
}

.links {
    background: #6c6c6c;
    border: 1px solid #fff;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 35px;
}

.links a {
    color: #fff;
}




/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane, .pill-content > .pill-pane {
   display: none;    /* undo display:none          */
   height: 0;         /* height:0 is also invisible */
/*   overflow: hidden;   no-overflow                */
}
.tab-content > .active, .pill-content > .active {
   height: auto;      /* let the content decide it  */
   display: block;
    padding: 20px 0;
}
/* bootstrap hack end */
.download-wrapper{
    border-bottom: 1px solid #dedede;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*-----------------------------------------------------------------------
## PRESS RELEASE
-----------------------------------------------------------------------*/
.nav-tabs>li.active>a{
    text-decoration: none;
    color: #fafafa;
    background-color: #364353;

}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    color: #fafafa;
    background-color: #ccc;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.nav-tabs>li.active>a:focus{
    background-color: #213040;
    color: #fafafa;
}

.press-releases-wrapper {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}

.press-releases-link {
    color: #414141;
    /*text-transform: capitalize;*/
}

.press-releases-link:hover {
    color: #31708f;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}



/*Timeline*/

.timeline-wrapper {
    background: #fff;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 5px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    background-color: #414A54;
}

.timeline dl:before {
    background-color: transparent !important;
}

.timeline dl dd.even .circ,
.timeline dl dd.odd .circ {
    display: none;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 44%;
    float: left;
    border-radius: 2px;
    padding: 10px;
    position: relative;
    box-shadow: 0px 3px 28px 0px rgba(0,0,0,0.26);
    color: #333;
    cursor: pointer;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ebeaea;
    border-right: 0 solid #ebeaea;
    border-bottom: 15px solid transparent;
    content: " ";
    float: left;
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    z-index: 100;
    border: 2px solid #e5322b;
    border-radius: 25px;
    padding: 4px 8px;
    background: #e5322b;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-img, .timeline-content {
    display: inline-block;
    float: left;
}

.timeline-content {
    width: 50%;
    margin-left: 10px;
}

.timeline-title {
    margin-top: 0;
    margin-bottom: 5px;
    color: #e5322b;
}

.timeline-venue {
    margin: 0;
}

.timeline-date {
    margin: 0;
}

.timeline-hr {
    margin: 3px 0;
}

.timeline-body h5 {
    margin: 5px 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}


@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    .timeline-content {
        width: auto;
        margin-left: 10px;
    }

    ul.timeline > li > .timeline-badge {
        left: 40px;
        margin-left: 0;
        top: 22px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

@media (max-width: 600px) {
    .timeline-content {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .wet-rt-slick-past .slick-next,
    .wet-rt-slick-upcoming .slick-next{
        right: -5px !important;
    }

    .wet-rt-slick-past .slick-prev,
    .wet-rt-slick-upcoming .slick-prev{
        left: -5px !important;
    }
}


/*--------------------------------------------------------------
# WET
--------------------------------------------------------------*/
.wet-page-banner{
    height: 500px;
    position: relative;

    background-repeat: no-repeat;
    background-size: cover;

    text-align: center;
}

.wet-page-title{
    color: #ab8344;
    font-size: 40px;

    margin:0;
    padding:0;
}

.wet-page-banner .wet-page-title{
    position: relative;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    /*transform: translate(0,-50%);*/
    /* margin-bottom: 0; */
    padding-bottom: 98px;
}

.wet-tagline{
    position: absolute;
    bottom:0;
    width:100%;

    background-color: rgba(100,144,138,0.6);

    padding:30px 0;
    margin:0;

    color: #FFFFFF;
    font-size: 36px;
    line-height: initial;
}

.wet-description{
    background-color: #002642;
    color: #FFFFFF;

    padding: 80px 0;

    text-align: center;
}

.two-col .two-col-left{
    min-height:500px;

    -webkit-background-size: cover;
    background-size: cover;
}

.margin-0{
    margin-left:0;
    margin-right: 0;
}
.padding-0{
    padding-left: 0;
    padding-right: 0;
}


.two-col-row{
    padding: 0 50px;
}

.two-col-row-content{
    background-repeat: no-repeat;
    background-position: left center;

    padding-left:90px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.two-col-row-content p{
    margin:0;
}
.two-col-row-title{
    font-size:16px;
    font-weight:700;
}
.two-col-row-description{
    font-size:14px;
}

.past-event-session{
    background-size: cover;
    background-repeat: no-repeat;
    padding:30px 0;
    color: #FFFFFF;
}

.past-event-session h3{
    font-size: 36px;
    font-weight:700;
}

.wet-slick figure{
    margin: 1em 10px;
}

.wet-slick a{
    font-size:16px;
    color: #FFFFFF;

    display: block;
    min-height:70px;
}

.wet-slick a:hover{
    color: #337ab7;
}

.wet-slick span{
    display: inline-block;
    margin-left:30px;
}

.wet-rt-slick-upcoming .slick-prev:before, .wet-rt-slick-upcoming .slick-next:before,
.wet-rt-slick-past .slick-prev:before, .wet-rt-slick-past .slick-next:before{
    font-family: 'FontAwesome';
    font-size: 32px !important;
    line-height: 1;
    opacity: 1;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wet-rt-slick-upcoming .slick-prev:before,
.wet-rt-slick-past .slick-prev:before {
    content: '\f104';
}

.wet-rt-slick-upcoming .slick-next:before,
.wet-rt-slick-past .slick-next:before {
    content: '\f105';
}

.rt-download li{
	/*padding: 10px 0;*/
}



.past-event-session .wet-rt-slick-upcoming .slick-slide .list-unstyled li a,
.past-event-session .wet-rt-slick-past .slick-slide .list-unstyled li a {
    color: #fff;
    margin: 10px 0;
    display: block;
}

.past-event-session .wet-rt-slick-upcoming .slick-slide .list-unstyled i,
.past-event-session .wet-rt-slick-past .slick-slide .list-unstyled i {
    width: 25px;
    display: inline-block;
    float: left;
    padding: 5px 0;
}

.past-event-session .wet-rt-slick-upcoming .slick-slide .list-unstyled .fa-map-marker,
.past-event-session .wet-rt-slick-past .slick-slide .list-unstyled .fa-map-marker {
    display: inline-block;
    float: left;
    padding: 5px 2px;
}

.past-event-session .wet-rt-slick-upcoming .slick-slide .list-unstyled li span,
.past-event-session .wet-rt-slick-past .slick-slide .list-unstyled li span {
    display: inline-block;
    width: 85%;
}

.sessions-btn.active {
    background: #186f83;
    color: #fff;
    border: none;
    opacity: 1;
    width: 110px;
}

.sessions-btn.active:hover {
    background: #186f83;
    color: #fff;
}

.sessions-btn.active:focus, .sessions-btn:focus {
    outline: none !important;
}

.sessions-btn {
    background: #fff;
    color: #186f83;
    border: none;
    box-shadow: 0px 3px 12px rgba(0,0,0,0.7);
    opacity: 1;
    width: 110px;
}

.sessions-btn:hover, .sessions-btn:visited, .sessions-btn:active {
    background: #fff;
    background-color: #fff;
    color: #186f83;
    box-shadow: 0px 3px 12px rgba(0,0,0,0.7);
}

.rt-logo{
    margin-right: 20px;
    display: inline-block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.gallery-wrapper{
    padding: 30px 0;
}

.labelDescription {
   display: none;
}

/*-----------------------------------------------------------------------
## DOWNLOADS
-----------------------------------------------------------------------*/
/* .tab-title small { */
    /*padding-left: 20px; */
    /*padding-left: 0px; */
/*}*/

.download-date {
    padding-left: 20px;
}

/*-----------------------------------------------------------------------
## NanoGallery Styling
-----------------------------------------------------------------------*/
.nanogallery_theme_default .nanoGalleryBreadcrumb .folder, .nanogallery_theme_default .nanoGalleryBreadcrumb .folderHome{
    font-weight: bold !important;
}
.nanogallery_theme_default .nanoGalleryBreadcrumb .folder:hover,
.nanogallery_theme_default .nanoGalleryBreadcrumb .folderHome:hover,
.nanogallery_theme_default .nanoGalleryBreadcrumb .separator:hover{
    color: #213040 !important;
}

/*----------------------------------------------------------------
## Zozo Custom Styling
----------------------------------------------------------------*/


/*----------------------------------------------------------------
## Bootstrap Pagination
----------------------------------------------------------------*/
.Page.navigation {
    text-align: center;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    border: none;
}


/*-----------------------------------------------------------------------
## SPONSORS AND PARTNERS
-----------------------------------------------------------------------*/
.past-sponsors {
    margin-bottom: 40px;
}

/*-----------------------------------------------------------------------
## PAST FORUM
-----------------------------------------------------------------------*/
.past-forum-sidebar ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.past-forum-sidebar.panel,
.rt-download.panel{
    border:none;

    -webkit-box-shadow: none;
    box-shadow: none;
}

#rt-download{
	height: 320px;
}
.rt-download.panel{
	margin-bottom: 0;
}

.rt-download .pagination{
	margin: 0;
}

.past-forum-sidebar .panel-body{
    padding: 0;
}

.rt-download .panel-body{
	padding: 20px 0 0 0;
}
.panel ul#rt-download {
padding: 0px;
margin: 0px;
list-style: none;
}
.news-item {
padding: 4px 4px;
margin: 0px;
border-bottom:1px dotted #333333
}
.news-item table{margin-bottom:0; }
.news-item td a{display:block; padding:0 10px;}

.past-forum-sidebar .panel-footer,
.rt-download .panel-footer{
    padding: 10px 0;
    background-color: transparent;
    border-top: none;
}

.past-forum-sidebar .news-item
{
/*    padding:4px 0 4px 0;*/
    margin:0px;
    border-bottom:1px dotted #555;
}
.past-forum-sidebar a{
    display: block;
    padding: 10px;
    overflow: hidden;
}

.past-forum-sidebar a span{
    display: inline-block;
}

.past-forum-sidebar .post-thumbnail{
    width:30%;
}

.past-forum-sidebar .post-title{
    width: 65%;
    line-height: 12px;
    vertical-align: middle;
}

.past-forum-sidebar a.current{
    background-color: #213040;
    color: #ffffff;
}

.past-forum-sidebar span.post-title{
    font-size: 10px;
}
.past-forum-sidebar .glyphicon
{
    margin-right:4px !important; /*override*/
}

.past-forum-sidebar .pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.past-forum-sidebar .pagination a
{
    color:#555;
}

@media and screen(max-width:480px){
    .past-forum-post-image image{
        margin: auto;
    }
}
/*-----------------------------------------------------------------------
## MEDIA PARTNERS
-----------------------------------------------------------------------*/

#tabs {
	overflow:hidden;
    white-space: nowrap;
    z-index:-1;
    position:static;
}

#tabs>li {
   	float:none;
    display:inline-block;
}

.arrow {
    padding:10px;
    position:absolute;
    background-color:#fff;
    z-index:2
}

#leftArr {
  	left:0;
}

#rightArr {
  	right:0;
}




/*----------------------------------------------------------------------------
# Back To Top
----------------------------------------------------------------------------*/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(33, 48, 64, 0.8) url(assets/img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }

}

/*----------------------------------------------------------------------------
# Media Queries
----------------------------------------------------------------------------*/
@media (min-width: 992px) {
    .container {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 940px;
    }
    .patron-box {
        /*min-height: 580px;*/
        margin-bottom: 60px;
    }

}

@media (min-width: 1367px) {
    .container {
        width: 1170px;
    }
}

@media (max-width: 991px) {
    .inside-service-box {
        margin-bottom: 40px;
    }
}


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

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    .padding-xs-40 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    /*Navigation*/
    .navbar-secondary {
        float: none !important;
        margin: auto;
        width: 300px !important;
    }

    .navbar-secondary ul {
        padding-top: 0;
        float: left;
    }

    .navbar-social-icon {
        margin: auto;
        width: 180px;
    }

    .navbar-social-icon ul li {
        padding: 11px 0 5px;
    }

    .home-initiatives, .home-news, .home-mocafest, .home-followus, .home-knowledgehub, .organisation, .links-flickr, .inside-about, .inside-articles, .inside-gallery, .inside-program {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    /*Navigation*/
    .navbar-primary-wrapper {
        position: relative;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
    }

    /*Footer*/
    footer {
        display: none;
    }

    /*Home slick*/
    .home-slick {
        top: -99px;
    }

    .home-banner-slick.slick-slide {
        height: 450px !important;
    }

    .home-banner .slick-list {
        max-height: 450px;
    }

    .home-event-slider .slick-prev {
        left: -10px !important;
        z-index: 1;
    }

    .home-event-slider .slick-next{
        right: -10px !important;
    }

    /*Home Countdown*/
    #circle {
        width: 55px;
        height: 55px;
    }

    .countdown-amount {
        font-size: 24px !important;
    }

    .countdown-period {
        font-size: 10px !important;
    }

    .is-countdown {
        width: 280px;
    }

    /*Home initiatives*/
    .home-initiatives-box {
        height: 340px;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .home-initiatives-box img {
        margin-bottom: 0;
    }

    .home-initiatives-box h4 {
        margin-bottom: 20px;
    }

    /*Home News*/
    .home-news-row, .big-news, .small-news {
        display: block !important;
        display: -webkit-block !important;
        display: -moz-block !important;
        display: -ms-block !important;
    }

    .big-news, .small-news {
        margin-bottom: 40px;
    }

    .white-triangle {
        display: none;
    }

    .big-news img {
        position: initial;
        -webkit-transform: none;
        -moz-transform: none;
        max-height: 300px;
    }

    .small-news-images {
        position: relative;
        overflow: hidden;
        max-height: 300px;
    }

    .small-news img {
        transform: translate(0,-20%);
    }

    button.bottom {
        position: relative !important;
        margin-top: 20px;
        bottom: 0;
    }

    .more-btn {
        width: 100%;
    }

    /*Home Knowledgehub*/
    .home-knowledgehub-box {
        margin-bottom: 40px;
        padding: 0;
    }

    .grey-triangle-btn {
        right: 0;
    }

    /*About History*/
    .about-history h2 {
        font-size: 40px;
    }

    .history-slider-thumbnail {
        font-size: 11px;
        width: 14.222%!important;
    }

    .history-slider-thumbnail:before {
        top: -32px;
        width: 25px;
        height: 25px;
    }

    .history-slider-thumbnail:hover:before {
        width: 31px;
        height: 31px;
        top: -35px;
    }

    .about-history-slider:before {
        width: 85%;
    }

    .about-history-slider:before {
        top: -20px;
    }

    .about-history-slider {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 60px;
    }

    /*About Organisation*/
    .organisation-box {
        margin-bottom: 40px;
    }

    /*About Patron*/
    .patron-box {
        margin-bottom: 40px;
    }

    .patron-select {
        width: 100%;
    }


    /*Inside banner*/
    .inside-banner h2 {
        font-size: 30px;
    }

    .inside-banner {
        padding-top: 90px;
    }

    /*Inside Services*/
    .service-content-wrapper {
        position: relative;
    }

    .inside-service-image {
        min-height: 200px;
    }

    /*Inside News*/
    .inside-news-wrapper {
        margin-bottom: 40px;
    }

    .inside-service-box {
        margin-bottom: 40px;
    }

    /*Inside Testimonial*/
    .testimonial-slider .slick-prev {
        left: 0 !important;
    }

    .testimonial-slider .slick-next{
        right: 0 !important;
    }

    /*Inside program*/
    .program-slider .slick-prev {
        left: -15px !important;
        z-index: 1;
    }

    .program-slider .slick-next{
        right: -15px !important;
    }

    .grid figure {
        margin: 0 auto 40px;
        float: none;
    }
}

/** Download Tabs */
/**
 * Responsive Bootstrap Tabs by @hayatbiralem
 * 15 May 2015
 */
 #myTabContent{
    padding: 20px;
 }
 #myTabContent .pdf-thumbnail{
     width: 100%;
     height: 150px;
 }
 #myTabContent .tab-title{
     margin: 0;
     padding-top: 55px;
 }
 #myTabContent small{
     display: block;
     margin-top: 5px;
 }
 #myTabContent a i{
     float: right;
 }
 .download-wrapper a.btn{
     margin-top: 50px;
 }


/**
 * Responsive Bootstrap Tabs by @hayatbiralem
 * 15 May 2015
 */
@media screen and (max-width: 479px) {
  .nav-tabs-responsive > li {
    display: none;
    width: 23%;
  }
  .nav-tabs-responsive > li > a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    width: 100%;
    text-align: center;
    vertical-align: top;
  }
  .nav-tabs-responsive > li.active {
    width: 54%;
  }
  .nav-tabs-responsive > li.active:first-child {
    margin-left: 23%;
  }
  .nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
    display: block;
  }
  .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .nav-tabs-responsive > li.next > a, .nav-tabs-responsive > li.prev > a {
    -webkit-transition: none;
    transition: none;
  }
  .nav-tabs-responsive > li.next > a .text, .nav-tabs-responsive > li.prev > a .text {
    display: none;
  }
  .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.prev > a:after, .nav-tabs-responsive > li.prev > a:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .nav-tabs-responsive > li.prev > a:after {
    content: "\e079";
  }
  .nav-tabs-responsive > li.next > a:after {
    content: "\e080";
  }
  .nav-tabs-responsive > li.dropdown > a > .caret {
    display: none;
  }
  .nav-tabs-responsive > li.dropdown > a:after {
    content: "\e114";
  }
  .nav-tabs-responsive > li.dropdown.active > a:after {
    display: none;
  }
  .nav-tabs-responsive > li.dropdown.active > a > .caret {
    display: inline-block;
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
    left: 0;
    right: auto;
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
    left: auto;
    right: 0;
  }
}

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

    .home-event-slider .slick-slide img {
        width: 190px;
    }

    .home-event-slider .slick-current img {
        width: 190px !important;
    }

}

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

    /*Inside Program*/
    .inside-program .nav-tabs>li:first-child {
        margin-top: 30px;
        margin-bottom: 0;
        margin-right: 0;
    }

    .inside-program .nav-tabs>li:last-child {
        margin-left: 0;
        margin-top: 0;
    }

    /* Contact Wrapper */
    .contact-wrapper{
        width:100%;
        left:0;
        position: static;
        margin:10px 0;
    }
    #map{
        height:320px;
    }

    .collapse.in{
        height: 100% !important;
    }

    .navbar-primary{
        position: relative;
        top: 85px;
        border-top: 5px solid #213040;
    }

   .blog-info {
        padding-top: 10px;
        text-align: left !important;
    }

}

/* 20160208 */
.collapse.in {
    height: 300px;
}

/*20160518*/
/*Organisation Structure*/
.img-circle img {
    border-radius: 50%;
}

/*Organisation Sidebar*/
.organisation-sidebar {
    background: #f0f0f0;
}

.organisation-sidebar .widget-title {
    padding: 15px;
}

.organisation-sidebar .widget-title:after {
    content: " ";
    border-bottom: 5px solid #213040;
    display: block;
    margin-top: 7px;
    width: 30%;
}

.organisation-sidebar li {
    padding: 15px 25px;
    background: #fafafa;
    border-bottom: 1px solid #e1e1e3;
    color: #262626;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}

.organisation-sidebar li:hover {
    background: #213040;
    color: #fff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}

.organisation-sidebar li a {
    color: inherit;
}

.news-sidebar {
    background: #f0f0f0;
}

.news-sidebar .widget-title {
    padding: 15px;
    margin-bottom: inherit !important;
    border-bottom: none !important;
    padding-bottom: inherit !important;
}

.news-sidebar .widget-title:after {
    content: " ";
    border-bottom: 5px solid #213040;
    display: block;
    margin-top: 7px;
    width: 30%;
}

.news-sidebar li {
    padding: 15px;
    background: #fafafa;
    border-bottom: 1px solid #e1e1e3 !important;
    color: #262626;
    cursor: pointer;
    margin-bottom: 0 !important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}

.news-sidebar li:hover {
    background: #213040;
    color: #fff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}

.news-sidebar li a {
    color: inherit;
}

.corporate-members-img {
    height: 100px;
    position: relative;
}

.corporate-members-img img {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.popover {
    max-width:500px;
    width: 100%;
}
.popover .arrow {
    display: none;
}
.popover-scroll {
    overflow-y : scroll;
    max-height: 300px;
}

.nlpopup {
    padding: 20px;
    position: fixed;
    bottom: 100px;
    max-width: 500px;
    width: 500px;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0,0,0,.16)!important;
    z-index: 2147483634!important;
    font-size: 14px;
    overflow: visible;
    color: #ffffff!important;
    background: rgba(50, 50, 50, 0.7)!important;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    line-height: 1.4;
    display: block;
}
.nlpopup-xs {
    right: 10px;
    padding: 10px;
    position: fixed;
    bottom: 90px;
    max-width: 150px;
    width: 150px;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0,0,0,.16)!important;
    z-index: 2147483634!important;
    font-size: 14px;
    overflow: visible;
    color: #ffffff!important;
    background: rgba(50, 50, 50, 0.7)!important;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    line-height: 1.4;
    display: block;
    text-align: center;
}

.nlpopup_stop {
    color: #ffffff!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    height: 22px;
    width: 22px;
    transition: transform .2s,opacity .2s!important;
    -ms-transform-origin: center center;
    transform-origin: center center;
    opacity: .5;
    cursor: pointer;
    z-index: 2147483637;
    position: absolute;
    right: -1px;
    top: -1px;
    padding-top: 5px;
}
.nlpopup_stop_xs {
    color: #ffffff!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    height: 22px;
    width: 22px;
    transition: transform .2s,opacity .2s!important;
    -ms-transform-origin: center center;
    transform-origin: center center;
    opacity: .5;
    cursor: pointer;
    z-index: 2147483637;
    position: absolute;
    right: -1px;
    top: -1px;
    padding-top: 5px;
}
#nlpopup {
    right: -600px;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 1s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes slide {
    100% { right: 30px; }
}

@keyframes slide {
    100% { right: 30px; }
}

@media only screen and (max-width: 765px) {
    .feedbackborder {
        border-top: 2px solid #fff;
        margin-top:20px;
    }
}

.grecaptcha-badge {
    display: none !important;
}

.btn-whatsapp {
    color: #fff;
    background-color: #35b600;
    border-color: rgba(0,0,0,0.2);
}
/*--------------------------------------------------------------
# Navigation - Navwalker 3rd Depth
--------------------------------------------------------------*/
ul.dropdown-menu li > ul.dropdown-menu{
        left: 100%;
        top: 0;
}
ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
        display: block
}