/**
 * CH01 - Typography
 * CH0 - Page Structure
 * CH0 - Header & Navigation
 * CH0 - Intro
 * CH0 - News
 * CH0 - Crisis
 * CH0 - Media & Vacancies
 * CH0 - Footer
 * CH0 - Miscellaneous
**/


/* ===============
   CH01 - Typography
   =============== */


/*General*/
@import url("../../bootstrap.min.css");
@import url("/sites/all/themes/unocha_main_site/css/layouts/search_ui.css");
@import url("/sites/all/themes/unocha_main_site/css/layouts/morphext.css");
@import url("//fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:400,400i,700");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");



#toolbar{
  z-index: 2000;
}
body,
p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
}
.tag a {
  font-size: 15px;
  color: #a7a9ac;
}

.about-box {
	background:#418FDE;
	color:#FFFFFF;
	width:100%;
	height:auto;
	position:relative;
}
.list {
	list-style-type:none;
	text-indent:0;
	padding:0;
	margin:0;
}

.list li {
	color:#a7a9ac;
	font-size:19px;
	font-weight:100;
}

ul.list li:before {
	content:'\f04b';
	font-family:'FontAwesome';
	margin-right:10px;
	font-size:16px;
	vertical-align:middle;
}
.readmore {
	display:block;
	position:absolute;

	right:0;
	background:#418FDE;
	color:#FFFFFF;
	font-family:'Roboto Slab', serif;
	font-weight:700;
	text-align:center;
	padding:5px 20px;
	z-index:2000;

	text-decoration:none;
}
.about-text {
	padding:40px;

}
.about-text a{
	color:#ffffff;

}
.about-text p {
	color:inherit;
	margin:0;
	font-size:22px;
	line-height:26.5px;
}
.about-map {
	position:absolute;
	right:0;
	bottom:0;
	top:0;
	background:#EEEEEE;
}
.about-box:after {
	content:'';
	display:block;
	clear:both;
}
.readmore:hover, .readmore:focus {
	background:#375989;
	color:#FFFFFF;
	text-decoration:none;
}
@media screen and (min-width: 600px) {
    body,
    p {
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) {
    body,
    p {
        font-size: 18px;
    }
}


.bs-callout{
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #428bca;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout-primary{
  border-left-color: #428bca;
}



.special-text {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}


/*Colors*/

.white {
    color: #ffffff !important;
}

.grey-date {
    color: #a7a9ac;
    font-size: 20px;

}
.grey {
    color: #a7a9ac;

}
.grey-tag {
    color: #a7a9ac;
    font-size: 12px;

}

#orange {
    color: rgb(244, 121, 50);
}


/*Links*/

a .glyphicon {
    top: 3px;
}


/*Lists*/

.link-list {
    list-style: none;
    padding: 0;
}

.link-list li .glyphicon {
    top: 3px;
}




/*Header*/

.navbar {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-brand {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.navbar-brand img {
    vertical-align: middle;
}

.navbar-right {
    padding-top: 12px;
}

.dropdown-menu {
    font-size: 12px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:visited {
    background: none;
    color: #ffffff !important;
}

.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover {
    color: #ffffff !important;
}

.nav li a span {
    padding-bottom: 10px;
}

.nav li a span:hover {
    border-bottom: 2px #dadada solid;
    color: #dadada !important;
}

.hero-content,
.hero-content p {
    text-align: center;
    color: #ffffff;
}


/*Intro*/

.intro,
.intro h4,
.intro p {
    text-align: center;
}

.intro h4 {
    font-weight: 700;
}

.section-title {
    text-align: center;
    font-weight: 700;
    color: #545454;/*#418FDE;*/
}


/*Footer*/

.footer {
    font-size: 12px;
}

.footer ul {
    padding: 0;
}

.footer a {
    color: white;
    line-height: 2em;
}

.footer li {
    list-style: none;
    line-height: 2em;
}
.footer .row {
     margin:0;
}
.partners li a img {
    max-width: 70px;
    padding: 3px;
}

.social {
    margin: 0 0 0 -14px;
    padding: 0;
    max-width: 200px;
}

.social ul {
    margin: 0;
    padding: 5px;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 40px;
    height: 40px;
    color: #363636;
    background-color: #e6e7e8;
    font-size: 22px;
    text-align: center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.social .fa-envelope:hover {
    /* round facebook icon*/
    background: #363636;
}
.social .fa-facebook:hover {
    /* round facebook icon*/
    background: #4060A5;
}

.social .fa-twitter:hover {
    /* round twitter icon*/
    background: #00ABE3;
}

.social .fa-google-plus:hover {
    /* round google plus icon*/
    background: #e64522;
}

.social .fa-linkedin:hover {
    /* round linkedin icon*/
    background: #0094BC;
}

.social .fa-instagram:hover {
    /* round instagram icon*/
    background: #375989;
}

.social .fa-youtube:hover {
    background: #FF1F25;
}

.social .fa-behance:hover {
    background: #005cff;
}


/* ===============
   CH03 - Header & Navigation
   =============== */

/*
.navbar {
  background: rgba(65, 143, 222, 1);
}
@media screen and (max-width: 1000px) {
    .hero-content {

    }
}

@media screen and (max-width: 600px) {
    .hero-content {
        min-height: 400px;

    }
}

@media screen and (max-width: 450px) {
    .hero-content {
        min-height: 200px;

    }
}
@media (max-width: 992px) {
    .navbar {
        background: rgba(2, 108, 182, 1) !important;
    }
}
*/

/*Hamburger button*/

.navbar-toggle {
    border: none;
    background: transparent !important;
    margin-top: 20px;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.emergency a{
  color: #fff;
}
.emergency a:hover{
  text-decoration: underline;
}

/* Show mobile menu in 992px and less*/

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    /*Search box to the left*/
    .expSearchBox {
        float: left !important;
        margin: 20px -2px !important;
    }
}


/*Non sticky bar in mobile*/

@media (max-width: 767px) {
    .navbar-fixed-top {
        position: relative;
        top: auto;
    }
    .navbar-collapse {
        max-height: none;
    }
    body {
        margin: 0;
    }
    .navbar {
        margin-bottom: 0;
    }
}

.hero-img {

  margin: -15px;
  /*    position: absolute;*/
  z-index: -1;
}
/*fix menu when no hero img*/


.views-slideshow-cycle-main-frame{
  margin: 0 auto;
  color:#fff;
}
.thumbnail_image{
  position: relative;
/*  height: 544px; */
  width: 1900;
  padding: 0px -2px;
  background-size: cover;
  color:#fff;
}
.caption{
  position: absolute;
  top: 25%;

  left: 35%;
  margin: 0 auto;
  max-width: 600px;
  color:#fff;
}



@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-bottom: 5px;
    }
}

.dropdown-menu {
    margin-bottom: 15px;
}


/*Search bar*/

/*
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*/

.expSearchBox {
    float: right;
    margin: 0;
}

/*
.expSearchFrom {
    border: 3px solid #fff;
    border-radius: 20px;
    display: inline-block;
    height: 25px;
    position: relative;
}
.cf:before, .cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.cf{
    zoom:1;
}

*/


/* Form text input

.search-wrapper input {
height: 40px;
padding: 10px 5px;
float: left;
font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
border: 0;
background: #EEE;
border-radius: 3px 0 0 3px;
}

.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.search-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}

.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

/* Form submit button
.search-wrapper button {
overflow: visible;
position: relative;
float: right;
border: 0;
padding: 0;
cursor: pointer;
height: 40px;
width: 72px;
/*font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
color: white;
text-transform: uppercase;
background: #D83C3C;
border-radius: 0 3px 3px 0;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.search-wrapper button:hover{
    background: #e54040;
}

.search-wrapper button:active,
.search-wrapper button:focus{
    background: #c42f2f;
    outline: 0;
}

.search-wrapper button:before { /* left arrow
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}

.search-wrapper button:hover:before{
    border-right-color: #e54040;
}

.search-wrapper button:focus:before,
.search-wrapper button:active:before{
        border-right-color: #c42f2f;
}

.search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox
    border: 0;
    padding: 0;
}




.search-open {
/*
    position    : absolute;
    right       : 0px;
    top         : 45px;
*/
/*    width       : 200px;*/
/*    z-index     : 999;
}
.search-open .form-control {
/*border          : 1px solid #eee;*/
/*border-radius   : 0;
}

.search-open .form-control:focus {
/*
    outline             : 0;
    -moz-box-shadow     : 0px 0px 1px rgba(232,71,0,0.9);
    -webkit-box-shadow  : 0px 0px 1px rgba(232,71,0,0.9);
    -ms-box-shadow      : 0px 0px 1px rgba(232,71,0,0.9);
    -o-box-shadow       : 0px 0px 1px rgba(232,71,0,0.9);
    box-shadow       : 0px 0px 1px rgba(232,71,0,0.9);
*/

    /*box-shadow          : 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 1px rgba(232,71,0,0.9);
}

.search-open .input-group{
/*
    -webkit-box-shadow  : 4px 8px 6px -7px #777;
    -moz-box-shadow     : 4px 8px 6px -7px #777;
    -ms-box-shadow      : 4px 8px 6px -7px #777;
    -o-box-shadow       : 4px 8px 6px -7px #777;
    box-shadow          : 4px 8px 6px -7px #777;
*/

}

#search {
cursor  : pointer;
}

/* ===============
   CH04 - Intro
   =============== */

.section-title {
    padding-bottom: 40px;
}

.intro img {
  /*  border: solid 1px #498ebf;
    border-radius: 100%;*/
    padding: 5px;
    max-width:130px; /* 95px;*/
    margin-bottom: 30px;
    margin: 0 auto;
}
/*
.intro img:hover{
  -webkit-transform 	: scale3d(1.2,1.2,1);
	transform 			: scale3d(1.2,1.2,1);
}
*/
/* ===============
   CH05 - News
   =============== */

.news-thumbnail img:hover {
    opacity: .5;
}


.more-link a{
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 20px;
    line-height: 48px;
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 1.2;
    webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    border: none;
    border-radius: 4px;
    background: none;
    border: solid 1px #418FDE;
    color: #418FDE;
    margin-bottom: 20px;
}

.more-link a:hover,
.more-link a:focus {
    background: -moz-linear-gradient( 110deg, rgb(2, 108, 182) 50%, rgba(167, 169, 172, 0.95) 135%);
    background: -webkit-linear-gradient( 110deg, rgb(2, 108, 182) 50%, rgba(167, 169, 172, 0.95) 135%);
    background: -ms-linear-gradient( 110deg, rgb(2, 108, 182) 50%, rgba(167, 169, 172, 0.95) 135%);
    color: #ffffff;
}


.btn-white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-white:hover,
.btn-white:focus {
    background: #ffffff;
    color: #418FDE;
}


/* ===============
   superfish -Menu
   =============== */
.input-group-btn {
  position            : relative;
  font-size           : 0;
  white-space         : nowrap;
  font-size           : 15px;
}
   button.btn-u {
   padding             : 5px 10px;
   color               : #fff;
   background-color    : #006699;
   border              : 1px solid #fff;
   }
   button.btn-u:focus,
button.btn-u:active{
    border              : 1px solid #fff;
      outline-width     : 0px;
     -moz-box-shadow    : 0px 0px 1px rgba(232,71,0,0.9);
    -webkit-box-shadow  : 0px 0px 1px rgba(232,71,0,0.9);
    -ms-box-shadow      : 0px 0px 1px rgba(232,71,0,0.9);
    -o-box-shadow       : 0px 0px 1px rgba(232,71,0,0.9);
    box-shadow          : 0px 0px 1px rgba(232,71,0,0.9);
}


.donate-top-button {
    margin-top: 3px;
    padding: 10px 15px !important;
    background: #fa575d;
    border: none !important;

}

#donate:hover,
#donate:focus {
    opacity: .95;
    color: #545454 !important;
    background: #ff5352;

}
   #superfish-1{
     float: right;
     /*padding-top: 12px;*/
   }

   #superfish-1 li{
     float: left;
   }

   #superfish-1 li a{
     color: #FFFFFF;
     padding: 15px 15px 5px;
     line-height: 20px;
   }

    #superfish-1 li.menuparent a.menuparent:hover{
      background:
    }

   #superfish-1 li.menuparent ul{
     background: #FFFFFF;
     margin-top: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      z-index: 1000;
      float: left;
      min-width: 160px;
      padding: 5px 0;
      margin: 2px 0 0;
      font-size: 14px;
      text-align: left;
      list-style: none;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid #ccc;
      border: 1px solid rgba(0,0,0,.15);
      border-radius: 4px;
      -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
      box-shadow: 0 6px 12px rgba(0,0,0,.175);
   }

  #superfish-1 li.menuparent ul li{
     text-align: left;
     list-style: none;
   }

   #superfish-1 li.menuparent ul li a{
   display: block;
   font-size: 12px;
   padding: 3px 20px;
   clear: both;
   font-weight: 400;
   line-height: 1.42857143;
   color: #333;
   white-space: nowrap;
}


/* ===============
   CH06 - Crisis
   =============== */


/*Crisis home*/

.crisis-bk {
    background-image: url(../img/crisis-bk.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*    height: 414px;*/
}

@media (max-width: 992px) {
    .crisis-bk {
        height: auto;
    }
    .crisis-item {
        margin: 40px auto;
    }
    .navigation-crisis {
        display: none;
    }
}

.crisis-item {
    width: 140px;
    height: 140px;
    border: solid 1px #ffffff;
    border-radius: 100%;
}

.navigation-crisis-arrow {
    width: 140px;
    height: 140px;
}


/* ===============
   CH07 - Media and Vacancies
   =============== */

.media-bk {
    background-image: url(//www.unocha.org/datatrends2016/bk_media.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*    height: 555px;*/
}


/* ===============
   CH08 - Footer
   =============== */

.footer {
    padding: 40px 0;
}

.newsletter {
    max-width: 600px;
    margin: 0 auto;
}


/* ===============
   CH0 - Miscellaneous
   =============== */


/*Background colors*/

.grey-bk {
  background: #eee;
    /*background: #e6e7e8;*/
}

.dark-blue-bk {
    background: -moz-linear-gradient( -84deg, rgba(3, 108, 182, .3) 0%, rgba(53, 37, 66, .3) 100%) #4d4d4f;
    background: -webkit-linear-gradient( -84deg, rgba(3, 108, 182, .3) 0%, rgba(53, 37, 66, .3) 100%) #4d4d4f;
    background: -ms-linear-gradient( -84deg, rgba(3, 108, 182, .3) 0%, rgba(53, 37, 66, .3) 100%) #4d4d4f;
}

.light-blue-bk {
    background: -moz-linear-gradient( 110deg, rgb(101, 154, 210) 40%, rgba(167, 169, 172, 0.8) 100%);
    background: -webkit-linear-gradient( 110deg, rgb(101, 154, 210) 40%, rgba(167, 169, 172, 0.8) 100%);
    background: -ms-linear-gradient( 110deg, rgb(101, 154, 210) 40%, rgba(167, 169, 172, 0.8) 100%);
}

.black-bk {
    background: #363636;
}
.hero-content {
    /*    max-width: 720px;*/
    margin: 0 auto;
    /*    padding-top: 120px;*/
    text-shadow: 1px 1px 30px #333333;
    /*    min-height: 544px;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Blocks & Structure*/

.center-vertically {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*
.block {
    margin-bottom: 30px;
}
*/

.padding-block {
    padding: 60px 20px;
}

.padding40 {
    padding: 40px;
}


/*
.vertical-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
*/


/*Margins*/

.margin40-top-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
}

.margin20-bottom {
    margin-bottom: 40px;
}

.margin20-top {
    margin-top: 20px;
}

.margin20-top-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
}

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

.no-padding {
    padding: 0 !important;
}


/*Other*/



.transparent {
    opacity: .9;
}

.border-radius {
    border-radius: 4px;
}

.circle {
    border-radius: 100%;
}


figure.effect-duke
{

	overflow    :hidden;
}

figure.effect-duke img,
figure.effect-duke:hover .icon-holder {
	opacity 			: 1;
	top 				: 50%;
	-webkit-transition  : all 0.35s, -webkit-transform 0.35s;
	transition 			: all 1s 0.25s, transform 0.35s;
	z-index 			: 999;
}

figure.effect-duke:hover img {
	opacity 			: 0.6;
	-webkit-transform 	: scale3d(1.2,1.2,1);
	transform 			: scale3d(1.2,1.2,1);
}
figure.effect-duke h2 {
	-webkit-transition 		: -webkit-transform 0.35s;
	transition 				: transform 0.35s;
	-webkit-transform 		: scale3d(0.8,0.8,1);
	transform 				: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin 		: 50% 100%;
}

figure.effect-duke .icon-holder {
	position 				: absolute;
	top 					: 40%;
	left 					: 0;
	margin 					: 20px;
	padding 				: 30px;
	text-transform 			: none;
	font-size 				: 90%;
	opacity 				: 0;
	width 					: 100%;
	margin 					: auto;
	-webkit-transform 		: scale3d(0.8,0.8,1);
	transform 				: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin 		: 50% -100%;
}

figure.effect-duke .icon-holder ul{
	width 		: 185px;
	margin 		: auto;

}

figure.effect-duke:hover h2,
figure.effect-duke:hover p {
	opacity 			: 1;
	-webkit-transform 	: scale3d(1,1,1);
	transform 			: scale3d(1,1,1);
}


/*media centre home*/
/*background*/

.bg-pattern {
    /* background: url("../img/bg-pattern.png") repeat 0 0; */
}


.card {
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    min-height: 550px;
    padding: 20px 25px;

}

.icon-media {
    width: 80px;
    margin-top: 15px;
}


.media-thumbnail {
    object-fit: cover;
    width: 235px;
    height: 165px;
    padding-top: 5px;
}

.media-link .fa-angle-double-right {
    color: #FBBA72;
}

.media-link {
    margin-top: 20px;
}

.media-link a {
    color: #333333;
}


.more-media-center {
    margin-top: 20px;
    position:absolute;
    bottom:40px;
    left:0;
    right:0;
}
/*
.more-media-center a {
    color: #FBBA72;
    border: solid 1px #FBBA72;
    font-weight: bold;
}

.more-media-center a:hover,
.more-media-center a:focus {
    color: #333333;
    font-weight: bold;
    background: #FBBA72
}
*/
/*footer*/

.bottom-footer {
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.donate-footer-button {
    padding: 7px 35px !important;
}

.input-group {
    max-width: 600px;
    margin: 20px auto;
}

.contact-icon {
    width: 80px;
}


/* Current Emergency Section */
/*

.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {

    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}


.ch-item {
	width: 90%;
	height: 90%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow:
		inset 0 0 0 0 rgba(200,95,66, 0.4),
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 {
	background-image: url(/sites/unocha/files/styles/media_thumbnail/public/5.jpg);

  background-color:transparent;
}

.ch-img-2 {
	background-image: url(/sites/unocha/files/5.jpg);
}

.ch-img-3 {
	background-image: url(../images/6.jpg);
}

.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
  top: 36%;

}

.ch-info h3 {
	color: #fff;

	position: relative;
	letter-spacing: 2px;
	font-size: 20px;
	margin: 0 20px;
	padding: 80px 0 0 0;
	height: 110px;
	font-family: 'Open Sans', Arial, sans-serif;

}
.ch-info h3 a {
  color: #fff;
  font-weight: normal;
}
.ch-info p {
	color: #fff;
	padding: 9px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;

}

.ch-info p a {
	display: block;
	color: #fff;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff;
	color: #fff;

  font-weight: bold;
  text-decoration: none;

}

.ch-item:hover {
	box-shadow:
    inset 0 0 0 110px rgba(65, 143, 222, .6),
    inset 0 0 0 16px rgba(65, 143, 222, 0.9),
		0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
*/
.thumbnail{
  border: 0px;
  background-color: inherit;
  margin-bottom: 0px;
}
.not-hero-img-menu {
    background: rgb(65, 143, 222) !important;
}
.hero-img {
    margin: -15px;
    /*    position: absolute;*/
    z-index: -1;
}
.not-hero-img-content {
    margin-top: 88px !important;
}

.hero-img img {
	margin:0 auto;
}
/*=========SUBSCRIBE=========*/

.parallax {
    /* The image used */
    background-image: url(/sites/unocha/files/ilustrated-background.png);
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    /*    background-position: center;*/
    background-repeat: repeat;
    /*    background-size: auto ;*/
}
.parallax_mission{
    /* The image used */
    background-image: url(/sites/unocha/files/mission_0.png);
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    /*    background-position: center;*/
    background-repeat: repeat;
    margin-bottom: 40px;
    /*    background-size: auto ;*/
}

/* Turn off parallax scrolling for tablets and phones. Increase/decrease the pixels if needed */

@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}

.subscribe-section {
    margin-top: 75px;
    margin-bottom: 20px;
}
.mission-section {
    margin-top: 45px;

}

.subscribe-card {
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    padding: 20px 25px;
}

#js-rotating {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    margin: 0 auto;
    line-height: 25px;
    text-align: center;
}

.updates-container {
    text-align: right;
}

.updates {
    display: inline-block;
    text-align: right;
}

@media screen and (max-width: 991px) {
    .updates-container,
    .js-rotating-container {
        text-align: center;
        line-height: normal;
    }
    #js-rotating {
        line-height: normal;
    }
}

.form-control {
    border: 1px solid #dbdbdb;
    max-width: 500px;
    display: inline-block;
    height: 50px;
    padding-bottom: 0px;
}

.subscribe-send {
    margin-left: 10px;
    max-width: 500px;
}

@media screen and (max-width: 991px) {
    .subscribe-home input,
    .subscribe-home img,
    .subscribe-home a {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
}
/* Emergency section hover style */
/*hover current emergencies*/

.ch-item {
    box-shadow: inset 0 0 0 0 rgba(65, 143, 222, 0.4), inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;


}

.ch-item:hover {
    box-shadow: inset 0 0 0 110px rgba(250, 87, 93, 0.8), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
}


.ch-info p a {
   font-size: 14px;
}

.ch-item:hover .ch-info p a {
    font-size: 25px;
    line-height:26px;
    position:relative;
    top:50%;
    transition: all .2s;
}

/* For UNOCHA Social API Module */
.social-section {padding:0 0 30px 0;}
.icon-tw {font-size: 3em !important; margin-left: 20px; vertical-align: middle !important;}
.blue-tw {color: #1da1f2 !important;}
.blue-fb {color: #4060A5 !important;}
.avatar-social-media {border-radius: 100%; max-width: 90px;}
.social-block {padding-top: 30px;}
.social-block a:hover {text-decoration: none; opacity: .8;}
.social-message-text {font-family: 'Crimson Text', serif; font-size: 26px; text-align: center; max-width: 650px; margin: 20px auto; font-weight:300;}
.social-content {max-width:90%; margin:0 auto; border-top: dotted 1px #CCCCCC; padding:20px;}
.social-photo {max-width:100%; margin:0 0 10px 0; display:block;}
.shared_story .social-photo {max-width:50%; margin:0 20px 10px 0; display:block; float:left;}

.social-permalink.boxed {display:block; text-decoration:none; color:inherit; text-align:left;}
.social-permalink.boxed:hover {opacity:0.8;}
.added-video {text-align:left;}
.social-name {display:block; font-weight:700; font-size:16px; color:#666666; line-height:18px; margin-bottom:5px;}
.social-description, .social-meta {color:#AAAAAA; font-size:12px;}
.social-meta {font-style:italic; margin-bottom:10px; display:block;}
.social-meta a {color:inherit;}
video:hover {cursor:pointer !important;}



/*250 87 93*/
