/*
Theme Name:         WCO ESA ROCB
Theme URI:          http://www.wcoesarocb.org/
Description:        Theme developed by Mind IT Limited
Version:            1.0.0
Author:             Maurice Ituriu
Author URI:         http://www.mindit.co.ke
Template: 	    	quark
*/

@import url("../quark/style.css");

@font-face {
  font-family: 'Rockwell';
  src: url(includes/fonts/rockwell.eot); /* IE9 Compat Modes */
  src: url(includes/fonts/rockwell.ttf) format('truetype'), /* Safari, Android, iOS */
}

.entry-content > p {text-align: justify;}

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left; }

  .col-ms-1 {
    width: 8.33333%; }

  .col-ms-2 {
    width: 16.66667%; }

  .col-ms-3 {
    width: 25%; }

  .col-ms-4 {
    width: 33.33333%; }

  .col-ms-5 {
    width: 41.66667%; }

  .col-ms-6 {
    width: 50%; }

  .col-ms-7 {
    width: 58.33333%; }

  .col-ms-8 {
    width: 66.66667%; }

  .col-ms-9 {
    width: 75%; }

  .col-ms-10 {
    width: 83.33333%; }

  .col-ms-11 {
    width: 91.66667%; }

  .col-ms-12 {
    width: 100%; }

  .col-ms-push-1 {
    left: 8.33333%; }

  .col-ms-push-2 {
    left: 16.66667%; }

  .col-ms-push-3 {
    left: 25%; }

  .col-ms-push-4 {
    left: 33.33333%; }

  .col-ms-push-5 {
    left: 41.66667%; }

  .col-ms-push-6 {
    left: 50%; }

  .col-ms-push-7 {
    left: 58.33333%; }

  .col-ms-push-8 {
    left: 66.66667%; }

  .col-ms-push-9 {
    left: 75%; }

  .col-ms-push-10 {
    left: 83.33333%; }

  .col-ms-push-11 {
    left: 91.66667%; }

  .col-ms-pull-1 {
    right: 8.33333%; }

  .col-ms-pull-2 {
    right: 16.66667%; }

  .col-ms-pull-3 {
    right: 25%; }

  .col-ms-pull-4 {
    right: 33.33333%; }

  .col-ms-pull-5 {
    right: 41.66667%; }

  .col-ms-pull-6 {
    right: 50%; }

  .col-ms-pull-7 {
    right: 58.33333%; }

  .col-ms-pull-8 {
    right: 66.66667%; }

  .col-ms-pull-9 {
    right: 75%; }

  .col-ms-pull-10 {
    right: 83.33333%; }

  .col-ms-pull-11 {
    right: 91.66667%; }

  .col-ms-offset-1 {
    margin-left: 8.33333%; }

  .col-ms-offset-2 {
    margin-left: 16.66667%; }

  .col-ms-offset-3 {
    margin-left: 25%; }

  .col-ms-offset-4 {
    margin-left: 33.33333%; }

  .col-ms-offset-5 {
    margin-left: 41.66667%; }

  .col-ms-offset-6 {
    margin-left: 50%; }

  .col-ms-offset-7 {
    margin-left: 58.33333%; }

  .col-ms-offset-8 {
    margin-left: 66.66667%; }

  .col-ms-offset-9 {
    margin-left: 75%; }

  .col-ms-offset-10 {
    margin-left: 83.33333%; }

  .col-ms-offset-11 {
    margin-left: 91.66667%; }
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/* Page Loader */
.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(includes/img/loading.gif) center no-repeat #fff;
}

/*******************************/
/*         Navigation         */
/*******************************/
.navbar-inverse { border-radius: 0; background:rgba(0, 0, 0, .8); border: none; padding-top:0; padding-bottom:0; margin-bottom:0;}
.navbar-inverse *:focus { outline: 0; }
@media (max-width: 767px) {
	.navbar-inverse {  background:rgba(255,255,255,.9); }
}

.navbar-nav { margin-top: 8px; }

@media (min-width: 768px) {
	.navbar-nav { margin-top: 0; }
	
	.row.eq-columns {
		display: table;
	}
	
	.row.eq-columns > [class*='col-'] {
		float: none;
		display: table-cell;
		vertical-align: top;
	}
}

.navbar {
	background: #fff;position: absolute; top: 40px;margin: auto;left: 20px; right: 20px;
    -webkit-box-shadow:0 1px 10px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 10px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 10px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1) inset;
}
.navbar:before, .navbar:after {
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.navbar:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

@media (max-width: 767px) {
	.navbar-nav { margin: 10px 0; }
}

.navbar-toggle { margin-top: 25px; }
.navbar-inverse .navbar-toggle { border-color: #ccc; }
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ccc;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {border-color: #333;}
.navbar-inverse .navbar-toggle:hover .icon-bar, 
.navbar-inverse .navbar-toggle:focus .icon-bar {background-color: #fff;}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > .open ul > a { color:rgba(0, 0, 0, .75); }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus { color: #000; background:none ; }
.navbar-inverse .navbar-nav > .open > a{ background:none; color:black; }

.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover, 
.navbar-inverse .navbar-nav>.open>a:focus { background:none; color:#0066cc; }

.navbar-inverse .navbar-nav > .active > a { background:none; color:black; }

.navbar-nav>li>a.btn:focus, .navbar-nav>li>a.btn:hover { background: #ffbe00; color: #fff; border-color: #ffbe00; }

@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 0;
		padding-bottom: 0;
		height: 85px;
		line-height: 85px;
	}
}

.navbar-inverse .navbar-brand { font-family: "Open sans", helvetica, arial; font-size: 24px; color:black; padding:0 0 0 10px; margin:10px 0; height: 65px; }
	.navbar-inverse .navbar-brand img { margin-top:0;}
.navbar-brand {padding: 0 15px;}
.navbar-nav .dropdown-menu {
	font-size: 13px;
	background-color: #fff;
	border: 0px none;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; 
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	border-top: 1px #f5f5f5 solid;
	top: 85px;
}
.navbar-nav .dropdown-menu.end {
	right: -15px;
	left: auto;
}
.navbar-nav .dropdown-menu.mega-dropdown-menu {
	top: 100%;
}

.navbar-nav .dropdown-menu > li > a { color:rgba(0, 0, 0, .7); padding:7px 20px; }
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, 
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > .active > a:hover{ background: #f5f5f5; color:#000; }

.navbar-nav .dropdown-menu > .active > a,
.navbar-nav .dropdown-menu > .active > a:focus { background: none; color:#000; }

.carousel-inner img {margin: auto;}

.navbar-nav a.btn i { font-size: 1.25em; }

.navbar-nav a.btn:focus, 
.navbar-nav a.btn:hover  { }

.navbar-collapse { border:0 none;  border-top:0 none; box-shadow: none; }
@media (max-width: 767px) {
	.navbar-collapse ul { text-align: center;  width:100%; padding-bottom:10px; }
	.navbar-collapse ul .btn{ margin:0 auto; }
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom { border-radius: 0; }

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus { color: rgba(255, 255, 255, .45); }

.mega-dropdown {
  position: static !important;
  
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: #fff;
}


.mega-dropdown-menu ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu li {
  list-style: none;
}

.mega-dropdown-menu li.divider {
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
	font-family: Rockwell, "Open sans", Helvetica, Arial;
	padding: 3px 10px;
	font-size: 17px;
    font-weight: 500;
    color: #000;
}

.mega-dropdown-menu a:not(.carousel-link) {
  display: block;
  padding: 7px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu a:not(.carousel-link):hover,
.mega-dropdown-menu a:not(.carousel-link):focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #303030;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 10px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

/*******************************/
/*          Inputs             */
/*******************************/

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, input[type="file"], textarea, select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dadada;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-ms-expand {
  background-color: transparent;
  border: 0;
}
input[disabled],
input[readonly],
fieldset[disabled] input,
textearea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  background-color: #eee;
  opacity: 1;
}
input[disabled],
fieldset[disabled] input,
textarea[disabled],
fieldset[disabled] textarea
select[disabled],
fieldset[disabled] select {
  cursor: not-allowed;
}
textarea {
  height: auto;
}

/*******************************/
/*          Buttons            */
/*******************************/
.btn, button, input[type="submit"] { padding: 7px 32px; font-weight: bold; border:0 none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 4px; }
.btn-lg { padding: 20px 65px; font-size: 16px; font-weight:bold; }

.btn-primary, button, input[type="submit"] { color:#FFEFD7; background-image: -webkit-linear-gradient(top, #ffbe00 0%, #FF8C00 100%); background-image: linear-gradient(to bottom, #ffbe00 0%, #FF8C00 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffbe00', endColorstr='#ffFF8C00', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border:0; }
.btn-primary:hover, .btn-primary:focus,
button:hover, button:focus, 
input[type="submit"]:hover, input[type="submit"]:focus { color: #fff; background-image: -webkit-linear-gradient(top, #ffbe00 0%, #FF8C00 100%); background-image: linear-gradient(to bottom, #ffbe00 0%, #FF8C00 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffbe00', endColorstr='#ffFF8C00', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
.btn-primary:active, .btn-primary.active,
button:active, button.active
input[type="submit"]:active, input[type="submit"].active { color:#fff; background-image: -webkit-linear-gradient(top, #ffbe00 0%, #FF8C00 100%); background-image: linear-gradient(to bottom, #ffbe00 0%, #FF8C00 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffbe00', endColorstr='#ffFF8C00', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.btn-default { text-shadow: none; background:transparent; color:rgba(50,50,50,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.5); box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.5); }
.btn-default:hover, .btn-default:focus { color:rgba(50,50,50,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.8); box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.8); background: transparent; }
.btn-default:active, .btn-default.active { color:#333; -webkit-box-shadow:inset 0px 0px 0px 3px #333; -moz-box-shadow:inset 0px 0px 0px 3px #333; box-shadow:inset 0px 0px 0px 3px #333; background: transparent; }

.btn-action { color:#FFEFD7; background-image: -webkit-linear-gradient(top, #ffbe00 0%, #FF8C00 100%); background-image: linear-gradient(to bottom, #ffbe00 0%, #FF8C00 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffbe00', endColorstr='#ffFF8C00', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border:0 none; }
.btn-action:hover, .btn-action:focus { color:#fff; background: #ffbe00; }
.btn-action:active, btn-action.active {	background: #FF8C00; }

/* */

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table > thead {border-top: 1px #eee solid;}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* Post Summary */
.post {margin-bottom: 20px;}
.post .top {position: relative; height: 200px; background-repeat:no-repeat; background-size:cover; background-position: center center;border: 1px #eee solid;}
.post .top a:link {display: block;height: 100%;}
.post .top a, .post .top a:visited, .post .top a:hover {color: #fff;}
.post .top h3, .post .top h4 {position: absolute; bottom: 0; left: 0; right: 0;margin: 0;text-transform: capitalize;background: rgba(0,0,0,0.45);color: #fff;padding: 10px 25px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;font-size: 1em;}
.post .top:hover h3, .post .top:hover h4 {background: rgba(0,0,0,0.75);}

.post .bottom {background: #fff;padding: 15px 25px;min-height: 120px;border: 1px #eee solid;border-bottom: none;}
.post.archive .bottom {padding: 25px;text-align: center;min-height: 135px;}

.post .link {padding: 10px 25px;border: 1px #eee solid;border-top: none;}


/*******************************/
/*           Jumbotron         */
/*******************************/
.jumbotron { color: inherit; background-color: #F7F5F4; padding:0; margin-bottom:0; }
.container .jumbotron { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding-left:40px; padding-right:40px; }
	.jumbotron p { font-size: 15px; }
	.jumbotron h2, .jumbotron h3, .jumbotron h4, 
	.jumbotron h5, .jumbotron h6 { line-height: 1.3em; }


/*******************************/
/*           Images            */
/*******************************/
.img-rounded { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

/*******************************/
/*           Main CSS          */
/*******************************/
.affix {
	right: 0;
    left: 0;
    z-index: 1;
}

/* Top Bar */
#top-bar { background-color: #0066cc; height: 85px;padding: 0 40px;font-size: 0.938em;border-bottom: 1px rgba(255,255,255, 0.6) solid;}
#top-bar a, #top-bar a:visited { color: rgba(255,255,255,0.7); }
#top-bar a:hover { color: rgba(255,255,255,1); text-decoration: none; }
#top-bar .list-inline {margin-bottom: 0;line-height: 40px;}
.loginbox {padding: 15px;}
#login-ddp {min-width: 250px;background-color: #eff3f6;padding-bottom: 0;border-color: #dff3f6;}
#login-ddp .checkbox { padding: 0; margin-bottom: 0; }
#login-ddp input[type=radio], #login-ddp input[type=checkbox] {
    margin: 2px 4px 0;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {left: 0;}
#login-ddp .bottom {background: #fff;padding: 15px;border-top: 1px #dff3f6 solid;}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
#hero.carousel {
  height: 500px;
}
/* Since positioning the image, we need to help out the caption */
#hero .carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
#hero.carousel .item {
	height: 500px;
	background-color: #777;
	background-repeat: no-repeat;
	background-position: bottom center;
}
#hero .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

#hero .lead { font-size:20px; margin-bottom:6px; color:white; line-height:1.15em; font-weight: bold; text-shadow: 1px 1px rgba(0,0,0,0.95); margin-top: 0;}
#hero .tagline { color: #fff; margin-bottom: 15px; font-weight: normal; text-shadow: 1px 1px rgba(0,0,0,0.95); font-size: 16px; }
#hero .tagline a { color:#fff; } 
#hero p { margin-bottom:0; }
#hero .btn { margin-bottom:0; padding: 15px 35px; }
#hero .btn-default { text-shadow: none; color: #fff; -webkit-box-shadow:inset 0px 0px 0px 3px #FFF; -moz-box-shadow:inset 0px 0px 0px 3px #FFF; box-shadow:inset 0px 0px 0px 3px #FFF; background: transparent; }
#hero .btn-default:hover,
#hero .btn-default:focus { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #ffbe00; -moz-box-shadow:inset 0px 0px 0px 3px #ffbe00; box-shadow:inset 0px 0px 0px 3px #ffbe00; background: #ffbe00; }
#hero .btn-default:active, 
#hero .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #ffbe00; -moz-box-shadow:inset 0px 0px 0px 3px #ffbe00; box-shadow:inset 0px 0px 0px 3px #ffbe00; background: #ffbe00; }
.carousel-control {
    z-index: 99;
	font-size: 16px;
	background: #000;
	height: 50px;
	width: 60px;
	text-shadow: none;
	margin: auto;
}
.carousel-control span {
	width: 60px;
	line-height: 50px;
}
.carousel-control.right {top: auto; bottom: 30px;left: auto;right: 20px;}
.carousel-control.left {top: auto; bottom: 30px;left: auto;right: 85px;}

/* Autohide navbar */
.slideUp { top:-100px; }
.headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }


/* Highlights (in jumbotron in most cases) */
.highlight { margin-top:20px; }
	.h-caption { text-align: center; } 
	.h-caption i { display:block; font-size: 34px; color:#382526; margin-bottom:16px; }
	.h-caption h4 { color:#382526; font-size: 16px; font-weight: bold; margin-bottom:20px; }
	.h-body { }

.album {padding: 0;margin-bottom: 20px;}
.album.large {padding: 15px;}
.album .album-grid {padding: 2px;}
.album .album-grid .album-title {position: relative;display: block;}
.album .album-grid .album-title .title {position: absolute;top:auto;bottom: 0; left:0; right: 0;display: block;padding: 8px 15px;background: rgba(0,0,0,0.5);color: #fff;z-index: 1}
.album .album-grid .album-title:hover .title {background: rgba(0,0,0,0.75);}
.album .album-grid  a.image,
.album .album-grid  a.video {position: relative;display: block;}
.album .album-grid  a.image:before,
.album .album-grid  a.video:before {font-family: FontAwesome; font-size: 20px; position: absolute;width: 20px;height:20px;line-height:16px;top:10px;right:10px;color: #fff;}
.album .album-grid  a.image:before {content: '\f030';}
.album .album-grid  a.video:before {content: '\f03d';}

.album .album-grid img {width: 100%;height: auto !important;}
.album.large .album-grid img {height: 250px !important;}

.album .album-grid .overlay {
	position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background: rgba(0,0,0,0.95);
	opacity: 0.9;
    z-index: 0;
}

/* Typography */
h1, h2, h3, h4, h5, h6 { font-family: Rockwell, "Open sans", Helvetica, Arial; }
h1, .h1, h2, .h2, h3, .h3 { margin-top:10px; } 
blockquote { font-style: italic; font-family: Georgia; color:#999; margin:30px 0 30px; }
label { color: #777; }
.thin { font-weight:300; }
.page-title { margin-top:20px; font-weight:300; }
.text-muted { color:#888; }
.breadcrumb { background:none; padding:0; margin:0; }
ul.list-spaces li{ margin-bottom:10px; }

/* Helpers */
.container-full { margin: 0 auto; width: 100%; }
.top-space { margin-top: 60px; }
.top-margin { margin-top:20px; }

img { max-width:100%; }
img.pull-right { margin-left: 10px; }
img.pull-left { margin-right: 10px; }
#map { width:100%; height:280px; }
#social { margin-top:50px; margin-bottom:50px; }
	#social .wrapper { width:340px; margin:0 auto; }

/* Main content block */
.maincontent { }

.entry-header {
  padding-top: 9px;
  padding-bottom: 9px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
}

/* Updates Section */
.fluid-column-padding {padding: 50px 20px;}
.twitter-box {background-color: #0066cc;color: #fff;}
.twitter-box a, .twitter-box a:visited{color: #fad97a;}

.latest-tweets {margin: 0; padding: 0; list-style: none; font-size: 13px;}
.latest-tweets .twitter-item {max-height: 115px;min-height: 90px;padding: 0 0 20px 0;}

#updates h4 {margin-top: 0;}

#updates .sub-item {padding-top: 10px; padding-bottom: 10px;border-bottom: 1px #fafafa solid;}
#updates .sub-item:first-child {padding-top: 0;}
#updates .sub-item:last-child {border: none;}
#updates .sub-item p {margin-bottom: 0;}

#updates .day, #updates .month {text-align: center;}
#updates .day {background-color: #E03F42;padding: 10px 0;font-size: 1.5em;color: #000;}
#updates .month {background-color: #1A1A1A;color: #fff;padding: 5px 0;text-transform: uppercase;}

#updates .post-thumbnail {
    background-size: cover;
    background-position: 50% 50%;
	height: 100px;
}

#updates .post-thumbnail.main {
	height: 200px;
}

/* About Section */
#members .video { background:#181015 url( ../images/bg_header.one.jpg) center center no-repeat; background-size: cover; min-height:330px; text-align: left; color:white; position: relative; }
#members .video .overlay {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45);
	color: rgba(255,255,255,0.65);
}
#members .video .overlay:hover {
	background: rgba(0,0,0,0.65);
	color: rgba(255,255,255,0.85);
}
#members .video i {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	width: 70px;
	height:70px;
	line-height: 70px;
    text-align: center;
	margin: auto;
	box-shadow: 0 0 0 10px rgba(0,0,0,0.6);
	background: rgba(255,255,255,.65);
	color: rgba(0,0,0,0.8);
	border-radius: 50%;
	font-size: 2.5em;
}
#members .video .overlay:hover i {
	box-shadow: 0 0 0 10px rgba(0,0,0,0.8);
	background: rgba(255,255,255,.75);
	color: rgba(0,0,0,0.85);
}
#members table > tbody > tr > td {border: 0;}
#members table > tbody > tr > td > p {margin: 0;}
#members table > tbody > tr > td > p .flag-icon {margin-right: 5px;}

/* Sidebars */
.sidebar { padding-top:36px; padding-bottom:30px; }
	.sidebar .widget { margin-bottom:20px; }
	.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:20px; } 

/* Footer */
.widget-body.contact { text-align: center; }
.widget-body.contact span.phone-number { font-size: 1.750em; font-weight: bold; }

footer#footer {margin-top: 20px;}
.footer-top { background: #1c364b; padding: 30px 0 0 0; font-size: 12px; color: #ccc; }
	.footer-top a { color: #fafafa; }
		.footer-top a:hover {color: #fff; }
	.footer-top .widget { margin-bottom:30px; }		
	.footer-top .widget-title { font-size: 17px; color: #ccc; margin: 0 0 20px; }
	.footer-top .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }
		.footer-top .entry-meta a { color: #333333; }
		.footer-top .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }
	.follow-icons { font-size:22px; }		
		.follow-icons i { margin:0 10px 0 10px; }		
.footer-top .widget ul.menu { padding-left: 15px; }
.footer-top .widget .carousel-controls a {
	font-size: 1.5em;
    width: 24px;
    height: 24px;
    margin: 0 2px;
    display: inline-block;
    line-height: 22px;
    text-align: center;
	border: 1px solid rgba(255,255,255,0.2);
    border-radius: 1px;
    color: rgba(255,255,255,0.2);
}
.footer-top .widget .carousel-controls a:hover {
	border: 1px solid rgba(255,255,255,0.6);
    color: rgba(255,255,255,0.6);
}
.footer-top .widget .testimonials p { margin: 0; }
.footer-top .widget .testimonials small {
	display: block;
	font-size: 1em;
	font-style: italic;
	margin-top: 10px;
}

.footer-bottom { background: #12283a; padding: 15px 0; color: #ccc; font-size: 12px; }
	.footer-bottom a { color: #fafafa; }
		.footer-bottom a:hover { color: #fff; }
		.footer-bottom p { margin: 0; }

	.widget-simplenav { margin-left:-5px; }		
	.widget-simplenav a{ margin:0 5px; }
	.simplenav { margin: 0; padding: 0; list-style: none; }
	.simplenav li { display: inline-block; }
	.simplenav li a {margin: 0 3px;}
	
	
/***** Modal *****/
 
.modal-backdrop.in {
    filter: alpha(opacity=95);
    opacity: 0.95;
}
 
.modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
 
.modal-body {
    padding: 0 25px 25px 25px;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}
.modal-body iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 
.modal-header {
    padding: 25px 0 15px 0;
    text-align: right;
}
 
.modal-header, .modal-footer {
    border: 0;
}
 
.modal-header .close {
    float: none;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}

/*.partners-slider img,*/
.footer-top img {
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */

}

#google_language_translator {position: relative;top: 8px;overflow: hidden;height: 25px;line-height: 1;}
.goog-te-combo {color: #000;}
.goog-te-gadget .goog-te-combo {margin: 0;}

.back-to-top { text-align: center; background: #FF8C00; color: #fff; display: none; width: 40px; height: 40px; line-height: 40px; font-size: 12px; position: fixed; right: 15px; bottom: 15px; opacity: 0.4; filter: alpha(opacity=40); -webkit-transition: all 0.5s ease; transition: all 0.5s ease; cursor: pointer; z-index: 9999;border-radius:5px; }
.back-to-top:hover { opacity: 1; filter: alpha(opacity=100); }

address {
    display: inline-block;
	margin: 0 10px;
}

#nav-below {margin-top: 10px;padding-top: 10px;border-top: 1px solid #eee;}
#nav-below .nav-previous{border-right: 1px solid #eee;}
.align-right {text-align: right;}
#myCarousel .item {
    margin: 0 10px;
}
section.container {margin-top: 60px;}

ul.page-numbers {list-style: none;margin: 10px 0;padding:0;}
ul.page-numbers li {display: inline-block;}
ul.page-numbers li a,
ul.page-numbers li a:visited,
ul.page-numbers li span {
	background: transparent;
    border: 1px solid #333333;
    color: #333333;
    padding: 5px 8px;
	border-radius: 2px;
	-webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
ul.page-numbers li a:hover,
ul.page-numbers li span {
	color: #ffbe00;
	border: 1px solid #202020;
	background: #202020;
	text-decoration: none;
}

/* Team Profiles */
#team-members {
	margin-top: 15px;
	border-top: 1px #eee solid;
	padding-top: 15px;
}

.widget-easy-twitter-feed-widget-kamn {clear: both !important;}
.twitter-timeline {width: 95% !important;margin: 15px auto !important;display: block !important;}