body {
    font-family:Arial regular;
	
    /* font-family: 'Roboto', sans-serif; */
    font-weight:300;
    font-size: 18px;
    color:#333;
    line-height:1.6em;
}


/* -- Link button
================================================== */

/* Do not change setting - set at maximum supported value */
#top-link-block { z-index:2147483647; }
/* allows it to "slide" up into view */
#top-link-block.affix-top { position: absolute; bottom: -82px; right: 17px; }
/* keeps it on the bottom once in view */
#top-link-block.affix { position: fixed; bottom: 10px; right: 17px; }

.top-button {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
	-moz-box-shadow:    0px 0px 0px 0px rgba(0, 0, 0, 0.0);
	box-shadow:         0px 0px 0px 0px rgba(0, 0, 0, 0.0);
	padding:7px 11px 55px 11px;
	font-size:18px;
	background-color:#f03662;
	border:4px solid #f89bb1;
	opacity:0.6;
	color:#fff;
	transition: 0.2s ease-in-out;
}
.top-button:hover, .top-button:active, .top-button:focus {
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    1px 1px 7px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         1px 1px 7px 0px rgba(0, 0, 0, 0.6);
	padding:7px 11px 55px 11px;
	font-size:18px;
	color:#fff;
	background-color:#f03662;
	border:4px solid #f89bb1;
	opacity:1;
}
.top-button i {
	margin-bottom:0px;
	transition: 0.2s ease-in-out;
}
.top-button:hover i {
	margin-bottom:20px;
}

/* -- Video handling
================================================== */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Extra Small */
@media(max-width:767px){
	.videoWrapper { margin-left: -15px; margin-right: -15px;}
}

@media(max-width:600px){
    #am-other-sites {
        display: none;
    }
}
@media(max-width:500px){
    #am-jobs {
        display: none;
    }
}


/* -- Equal height
================================================== */
.sameheight  {
}

/* -- Typography
================================================== */
h1, h2, h3 { 
	font-weight:300; line-height:normal; 
	color:#120ebf;
    font-family: 'Roboto Slab', sans-serif;
}
h4, h5 { 
	font-weight:300; 
    font-family: 'Roboto Slab', sans-serif;
	line-height:normal; 
	color:#333;
}
input { line-height:normal; }



.white { color:#fff; }
.black { color:#333; }


.emergency-action {
	text-align:center;
	background-color:#fff;
	color:#bb0f18;
	font-weight:700;
	font-size:18px;
	padding:10px;
	border:6px solid #ffb299;
	border-radius:0px;
}

.emergency-action:hover {
	color:#000;
	border:6px solid #fff;
}

a, a:visited { color:#ff0000; }
a:hover, a:active, a:focus { color:#bb0f18; text-decoration:none; }
.anchor{ display: block; position: relative; top: -200px; visibility: hidden;  }

hr { border-top:1px dotted #fe6532; background-color:transparent; height: 1px;}

.btn {
	font-family: 'Roboto Slab', serif;
}
.btn-red { background-color: #e50e38; border-color: #d10d33; border-width: 1px; color: #FFF;  }
.btn-red:hover, .btn-red:active, .btn-red:focus, .open > .dropdown-toggle.btn-red { background-color: #d10d33; border-color: #d10d33; color: #FFF; }

.btn-lg { font-weight:500; }

.btn-orange { background-color: #fe6532; border-color: #de582c; border-width: 1px; color: #FFF;  }
.btn-orange:hover, .btn-orange:active, .btn-orange:focus, .open > .dropdown-toggle.btn-orange { background-color: #de582c; border-color: #de582c; color: #FFF  }

.form-field-red, .form-field-red:focus { border: 1px solid #e50e38;}

/* -- Emergency box
================================================== */
.emergency-content {
    color:#fff;
	text-align:center; 
	padding:20px;      
}


span.reference,
p.reference {
	font-size: 85%;
	color: #666666
}

#emergency {
	background-color:#fe6532;
	background-image:url(../img/design/emergencybg.png);
	background-repeat:repeat-x;
	padding:0px;
    width: 100%;
	max-height:0px;
	overflow:hidden;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 1s;    
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode:forwards;
	-webkit-animation-timing-function:ease-in-out;      
    animation-name: slideIn;
    animation-duration: 1s; 
    animation-delay: 2s;
    animation-fill-mode:forwards;
	animation-timing-function:ease-in-out;   
	transition:all;  
}
@-webkit-keyframes slideIn {
    0%   { max-height: 0px;	padding:0px; }
    100% { max-height: 1000px; padding:15px; }
}
@keyframes slideIn {
    0%   { max-height: 0px;	padding:0px; }
    100% { max-height: 1000px; padding:15px; }
}



/* -- Masonry
================================================== */

.isotope-container { width:100%; } 


.example figure { float: left; background-color:rgba(0,0,0,0.3); width: 20%; height: 300px; margin: 0 2px 4px; }
.example .item-w2 { width: 40%; }
.isotope .isotope-item {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

/* -- Masonry box
================================================== */

.mosaic-link { display:block; }
.mosaic-link:hover { text-decoration:none; }

.mosaic-overlay, .mosaic-overlay-md, .mosaic-overlay-sm {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:80px;
	background-color:rgba(255,255,255,0.7);
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	transition-duration:0.3s;
}
.mosaic-overlay-sm {
	height: 50px;
}
.mosaic-overlay-full {
	height: 100%;
	display: block !important;
	top: 0;
	width: 100%;
	background-color: transparent;
}
.mosaic-overlay-black {
	background-color: #000;
}

.mosaic-link:hover .mosaic-overlay { position: absolute; bottom: 0; left: 0; width:100%; color: #fff; height:120px; }
.mosaic-link:hover .mosaic-overlay-md { position: absolute; bottom: 0; left: 0; width:100%; color: #fff; height:120px; }
.mosaic-link:hover .mosaic-overlay-sm { position: absolute; bottom: 0; left: 0; width:100%; color: #fff; height:80px; }

.action-link { display:block; }
.action-link h4 { line-height:1.1em; margin-top:4px; margin-bottom:10px; color:#333; }
.action-link p { line-height:1.1em; margin-top:4px; margin-bottom:10px; color:#333; }

@media(max-width:399px){
	.mosaic-overlay { height:100px; }
	.mosaic-overlay-md { height:80px; }
	.mosaic-overlay-sm { height:60px; }
	.mosaic-link:hover .mosaic-overlay { position: absolute; bottom: 0; left: 0; width:100%; color: #fff; height:170px; }
	.mosaic-link:hover .mosaic-overlay-md { position: absolute; bottom: 0; left: 0; width:100%; color: #fff; height:150px; }
	.mosaic-link:hover .mosaic-overlay-sm { position: absolute; bottom: 0; left: 0; width:100%; color: #fff; height:97px; }
}

.mosaic-overlay h2, .mosaic-overlay-md h2, .mosaic-overlay-sm h2 { padding:0px 12px; color:#000; margin-bottom:0px; margin-top:5px; }
.mosaic-overlay h4, .mosaic-overlay-md h4, .mosaic-overlay-sm h4 { display:none; padding:0px 12px; color:#fff; margin-bottom:0px; margin-top:5px;}
.box:hover h4 { padding:0px 12px; color:#000; display:block; }

.md-overlay h2 { font-size:24px; line-height:28px; margin-bottom:0px; margin-top:5px; }
.md-overlay h4 { font-size:15px; line-height:19px; margin-bottom:0px; margin-top:5px; }
.sm-overlay h2 { font-size:20px; line-height:24px; margin-bottom:0px; margin-top:5px; }
.sm-overlay h4 { font-size:15px; line-height:19px; margin-bottom:0px; margin-top:5px; }

@media(max-width:399px){ 
	.md-overlay h2 { font-size:20px; line-height:24px; margin-bottom:0px; margin-top:5px; }
	.md-overlay h4 { font-size:13px; line-height:17px; margin-bottom:0px; margin-top:5px; }
	.sm-overlay h2 { font-size:14px; line-height:18px; margin-bottom:0px; margin-top:5px; }
	.sm-overlay h4 { font-size:12px; line-height:16px; margin-bottom:0px; margin-top:5px; }
}

.new-overlay { position: absolute; top: 1em; right: 2em; width: 120px; padding: 4px; background-color: #fff; font-weight: bold; font-size: 11px; }
.box1 { 
	background:url('../img/silo/mosaic-1.jpg'); 
	background:url('/img/layout/1/HelpAge_Buenaventura.jpg'); 
}
.box2 { 
	background:url('/img/layout/1/firstoct.png'); 
	}
.box3 { 	
	background:url('../img/design/mosiac-petition-bg.png'); 
	}
.box4 { 
	background:url('../img/silo/mosaic-4.jpg'); 
	}
.box5 { 
	background:url('/img/layout/1/Nepal-earthquake.jpg'); 
	background:url('/img/layout/1/MentalHealth_Bogota.jpg'); 
}
.box6 { 
	background:url('../img/silo/mosaic-6.jpg'); 
	background:url('/img/layout/1/01_TGG_Primary_color.png');
}
.box7 { 
	background:url('/img/layout/1/Elder-abuse-homepage.jpg'); 
	background:url('/img/layout/1/Nyaviev_70.jpg'); 
}
.box8 { 	
	background:url('/img/layout/1/WCDRR-Infographic-for-Web_Final.jpg'); 
	background:url('/img/layout/1/Pwint_Phyu.jpg'); 
	}

.box {
	overflow:hidden;
	background-size: 100% auto;
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.box-no-bg {
	background-image: none;
}

.box:hover {
	overflow:hidden;
	background-size: 110% auto;
	background-position:-15px -15px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.mosaic-link:hover .petition-action {
	color:#000;
	border:6px solid #fff;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}


.grid-text-box { display: table; width: 100%; height: 100%; background-color: #FFDB63; }
.grid-text-box:hover { background-color: #fff; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.grid-action { display: table-cell; text-align: center; vertical-align: middle; color: #000; }
.grid-action img { margin-left:auto; margin-right:auto; display:block; max-width:60%; padding-bottom:15px; border-bottom:1px solid rgba(0,0,0,0.1); }

.timer { font-family: 'Roboto Slab', serif; color: #000; font-size: 50px; line-height: 40px; margin-bottom:10px; margin-top:10px;font-weight: 900;text-align: center; letter-spacing:-1px; }

@media(min-width:400px) and (max-width:767px){
    .timer { font-size: 40px; line-height: 32px; }
}
@media(max-width:399px){
    .timer { font-size: 35px; line-height: 32px; }
	.timer-sub { font-size:14px; }
	.grid-action img { max-width:50%; padding-bottom:5px; padding-top:5px; border-bottom:1px solid rgba(0,0,0,0.1); }
	.grid-action { display: table-cell; text-align: center; vertical-align: middle; color: #000;}
}

/* -- Shadow under sections
================================================== */
.section-shadow {
    background: url('../img/design/section-shadow.png') no-repeat scroll 0% 0% / 100% 100% transparent;
    height: 30px;
	position:relative;
	margin-bottom:-30px;
	z-index:9;
}

/* -- Section colours
================================================== */

section { overflow:hidden; }
section.grey { background-color:#f6f4ef; display:block; overflow:hidden; }



/* -- Shadow under sections
================================================== */
.tp-bannershadow.tp-shadow1 {
    background: url('../img/design/section-shadow.png') no-repeat scroll 0% 0% / 100% 100% transparent;
    height: 30px;
}

/* -- Section colours
================================================== */

section.grey { background-color:#f0f0f0;  display:block; }



/* -- Homepage
================================================== */

.action-block { display:block; }
.action-block > i { background-color: #fe6532; width: 85px; height: 85px; line-height: 85px; text-align: center; color: #FFF; font-size:40px; position:absolute; margin-top:5px; }
.action-block h3 { margin-top:0px; margin-left:105px; margin-bottom:5px; color:#fe6532; font-weight:400; }
.action-block form { margin-top:0px; margin-left:105px; margin-bottom:5px; color:#fe6532; font-weight:400; }
.action-block div.social-links { margin-top:0px; margin-left:105px; margin-bottom:5px; color:#fe6532; font-weight:400; }
.action-block p { margin-top:0px; margin-left:105px; margin-bottom:20px; color:#333; }
.action-block:hover > i { background-color: #d02430; }
.action-block:hover > h3 { color: #d02430; }

@media(max-width:767px) {
	.action-block { display:block; margin-left:-15px; margin-right:-15px; }
	.action-block i { width: 45px; height: 45px; line-height: 45px; font-size:20px; }
	.action-block h3 { margin-left:65px; }
	.action-block p { margin-left:65px; }
}



/* -- Homepage actions
================================================== */
.action-box {
    position: relative;
    top: 75px;
    background: none repeat scroll 0% 0% #FFF;
    padding: 25px;
    border-bottom: 2px solid #d8d8d8;
    margin-bottom: 100px;
}

.action-icon {
    width: 90px;
    position: absolute;
    background-color: #E50E38;
    border-radius: 50%;
    top: -45px;
    padding: 3px;
    left: calc(50% - 45px);
}

.action-icon img{ border-radius:100%; width: 100%; height:auto; }
.action-detail { padding-top: 10px; padding-bottom: 0px;}
.action-detail h4 { margin-top:4px; }
@media(min-width:991px) and (max-width:1200px){
	.action-detail .min-height { min-height:40px;}
}

.action-links { overflow:hidden; }
.action-links li {
	list-style: none outside none;
	display:inline-block;
    background-color: #fe6532;
    font-size: 22px;
	line-height:47px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 5px 3px;
    text-align: center;
	position:relative;
	top:0px;
	right:22px;
}

.action-links li:hover{
	list-style: none outside none;
	display:inline-block;
    background-color: #e50e38;
    font-size: 22px;
	line-height:47px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
	margin: 5px 3px;
    text-align: center;
	position:relative;
	top:-5px;
	right:22px;
	transition: 0.2s ease-in-out;
}

.action-links a, .action-links a:visited { color: #fff; display:inline-block; font-weight:700; }
.action-links span { position:relative; bottom:8px; font-size:10px; font-weight:300; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background-color: #fe6532; }
.dropdown-header { color:#aaa; font-size:12px; font-weight:600; }



/*-- Progress bars -- */

.goalbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#fff;
	height:25px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.goalbar-title {
	position:absolute;
	top:0;
	left:0;
	padding-left:8px;
	font-family: 'Roboto Slab', serif; font-weight:300; 
	font-size:13px;
	line-height:25px;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}


.goalbar-bar {
	height:25px;
	width:0px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:13px;
	height:25px;
	line-height:25px;
	color:rgba(0, 0, 0, 0.5);
}
.goalbar-orange { background-color:#fc6f44;}
.goalbar-pink { background-color:#ef3872;}
.goalbar-red { background-color:#d42737;}
.goalbar-brown { background-color:#938671;}


/* -- Thumbnails
================================================== */
a.thumbnail img { border-radius:4px; }
a.thumbnail { border-radius:6px; }
a.thumbnail:hover { border: 1px solid #e50e38; }
.slideshow-caption { padding:9px; text-align:center; color:#fe6532;  font-weight:600; font-size:20px; }
.slideshow-caption-smaller { padding:0px; text-align:center; color:#fe6532;  font-weight:300; font-size:16px; }

/* -- Papertrail
================================================== */
.papertrail-container { text-overflow:ellipsis; white-space: normal; }
ul.papertrail  { padding-left:0px; margin-left:0px; margin-top:5px; margin-bottom:0px; font-size:12px; color:rgba(0,0,0,0.3); } 
.papertrail li  { display:inline-block; margin-right:7px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;  } 
@media(max-width:991px) { .papertrail li  { max-width:600px; } }
@media(min-width:992px) and (max-width:1199px) { .papertrail li  { max-width:500px; } }
@media(min-width:1200px) { .papertrail li  { max-width:600px; } }
.papertrail li:before { font-family: FontAwesome; content: "\f105"; padding-right:3px; }
.papertrail li a { color:#fe6532;  }
.papertrail li a:hover { color:#fe6532; text-decoration:underline; }
.papertrail li:nth-child(1):before { font-family: FontAwesome; content: ""; padding-right:0px; }

/* -- Page title area
================================================== */
@media(max-width:400px){
	.page-title h2 { font-size:22px; margin-top:0px; margin-bottom:0px; overflow:hidden; color:#333333; }
}
.page-title h2 { margin-top:4px; margin-bottom:4px; color:#333333; }
.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title p { color:#333333;} 
section.page-title { padding:10px 0 15px; color:#fff; background-color:#fff; overflow:hidden; }
section.page-title h2 { 
clear: left;
 }
.social-links { font-size:35px; text-align:right; margin-left: 25px; }
@media(max-width:767px){ .social-links { font-size:30px; text-align:right; } }
@media(max-width:991px){ .follow-space { border-top:1px dotted rgba(255,255,255,0.4); padding-top:10px;} }
.social-links a {  position:relative; bottom:3px; color:#fff; text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; }
.social-links a:hover {  position:relative; bottom:7px; color:#fe6532; text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); }

#campaign-social a { color: #fff; }

/* -- Shortcodes
================================================== */
blockquote { border-left: 2px solid #fe6532;  font-weight:300; }
blockquote p.quote { 
	font-size: 80%; 
	line-height: 1.42857;
	color: #777777;
}
blockquote p.quote:before, blockquote small:before { font-family: 'FontAwesome'; content: "\f007"; margin: 0px 5px 0px 0px; color: #C7C7C7;}

.inline-blockquote { border-left: 2px solid #fe6532; width: 50%; float: right; margin-left: 30px; font-weight:300;  }
.videoWrapper { border: 5px solid #fe6532; }
.collapse-space { margin-top:0px; }
@media(max-width:991px){ .collapse-space { margin-top:20px; border-top:double #e0e0e0; padding-top:20px; } }

.main-content { padding-right:50px;}
	@media(max-width:991px){ .main-content { padding-right:15px;} }

/* -- Nav stacked
================================================== */
.nav-pills { overflow:hidden; }
.nav-pills > li > a { border-radius: 0px; height:auto; overflow:hidden;  -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; }
.nav-pills > li > a > h3 { margin:0; display:block; overflow:hidden; margin-left:60px; color:#fe6532; }
.nav-pills > li > a > h3 > i { float:left; position:absolute; left:0px;  }
.nav-pills > li > a > em { font-style:normal; margin-left:60px; color:#666; display:block;  }

/* -- Widgets
================================================== */

.widget { overflow:hidden; border-radius:5px; padding:15px; margin-bottom:20px; display:block; }
.widget hr { border-top:1px dotted rgba(255,255,255,0.4); background-color:transparent; height: 1px; margin-top:0px; margin-bottom:5px; }
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget p { color:#fff; margin-top:0px; margin-bottom:10px; line-height:120%;}
.widget a, .widget a:visited { color:#fff; text-decoration:underline;  -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; }
.widget a:hover, .widget a:active, .widget a:focus { color:#000; text-decoration:underline; }
.widget-red { background-color:#ff0000; color:#fff; }
.widget-orange { background-color:#9d6363; color:#fff; }
.widget-pink { background-color:#120ebf; color:#fff; }
.widget-brown { background-color:#938671; color:#fff; }
.widget-beige { background-color:#bcb3a6; color:#fff; }
.widget-grey { background-color:#eeeeee; color:#847f80; }
.widget-grey h1, .widget-grey h2, .widget-grey h3, .widget-grey h4, .widget-grey h5, .widget-grey p { color:#847f80; }
.widget-grey a, .widget-grey a:visited { color:#fe542c; text-decoration:underline; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; }
.widget-grey a:hover, .widget-grey a:active, .widget-grey a:focus { color:#bb0f18; text-decoration:underline; }

/* ====== Twitter box ======= */


.social-author {
	font-weight:100;
	font-size:11px;
}

.social-profile img  {
	width:50px;
	height:auto;
	margin-bottom:10px;
	border:2px solid #ffffff;
	text-align:center;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.25);
}
.social-quote {
	text-align:center;
	padding: 10px 30px 0 30px;
}

.social-center {
	text-align:center;
	font-size:15px;
}

.social-icon-container {
	text-align:center;
	width:100%;
	overflow:hidden;
}


.social-icon-wrap {
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#FFF;
	display:inline-block;
	background:#ff6632;
	margin:0 10px 0 0;
}

.social-icon-wrap:hover{
	background:#bb0f18;
}

/* ====== End  ======= */

.greybox {
	clear: both;
}
	.greybox a {
		display: block;
		width: 50%;
		text-align: left;
	}
	.greybox a:nth-child(1) {
		/* visibility:hidden; */
	}
	.greybox a:nth-child(2) {
		text-align: right;
	}

.blog-link h4 { margin-bottom:-15px; font-weight:500; font-size:23px; }
.blog-link h1 { font-size:90px; font-weight:900; margin-bottom:0px; }
.blog-link i { font-size:105px; }
.blog-link, .blog-link:visited { color:#fff; text-decoration:none; background-color:#fe542c; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; }
.blog-link:hover, .blog-link:active, .blog-link:focus { color:#fff; text-decoration:none; background-color:#bb0f18; }
.fa-tool {font-size:70px;}

@media(min-width:992px) and (max-width:1199px) {
	.blog-link h4 { margin-bottom:-15px; font-weight:500; font-size:20px; }
	.blog-link h1 { font-size:80px; font-weight:900; margin-bottom:0px; }
	.blog-link i { font-size:70px; }
	.fa-tool {font-size:40px; margin-top:15px;}
}

.take-action-link { overflow:hidden; display:block; height:auto;}
.take-action-link h1 { font-size:40px; line-height:1em; font-weight:900; margin-bottom:0px; margin-left:110px; }
.take-action-link h4 { margin-left:110px; }
.take-action-link img { max-width:100px; float:left; }
.take-action-link, .take-action-link:visited { color:#fff; text-decoration:none; background-color:#f03562; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; }
.take-action-link:hover, .take-action-link:active, .take-action-link:focus { color:#fff; text-decoration:none; background-color:#d5223d; }

@media(min-width:992px) and (max-width:1199px) {
	.take-action-link h1 { font-size:30px; font-weight:900; margin-bottom:0px; }
}

@media(max-width:399px){
	.widget h1 { font-size:26px; }
	.widget h2 { font-size:22px; }
	.widget h3 { font-size:18px; }
	.widget h4, widget-blogger h4 { font-size:18px; }
	.widget h5 { font-size:16px; }
	.fa-tool {font-size:60px;}
	
	.blog-link h4 { margin-bottom:-15px; font-weight:500; font-size:20px; }
	.blog-link h1 { font-size:80px; font-weight:900; margin-bottom:0px; }
	.blog-link i { font-size:60px; }
	.fa-tool {font-size:40px; margin-top:15px;}
}


/* -- Comments area
================================================== */

.comments-wrap { padding:0; border-top:double #e0e0e0; margin-top:40px; }
div#primarycontent .comments-wrap ul,
.comments-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
    .comments-wrap ul li {
        border-top: 1px solid #ccc;
        margin-top: 20px;
        padding-top: 10px;
    }
.comments-wrap h2 {
    font-size: 18px;
    color: #847f80;
    margin-top: 0;
}
.comment-box { padding:10px 0; }
.comment-txt { background:#FFF; padding:0 15px 10px 0px; border-bottom:1px dashed #e0e0e0; }
.comment-txt h3 { margin-top:0; }
.comment-txt .post-date { display:block; padding:0 0 12px 0; font-size:12px; color:#adadad; }
.text-muted { display: block; margin-top: 5px; margin-bottom: 10px; color: #adadad; }
.checkbox label { display:block; }


/* -- Footer
================================================== */

footer { background-color:#938671; color:#bcb3a6; margin-top:30px; padding:20px 0; }
footer p, footer li { font-size:13px; line-height:130%; }
footer a, footer a:visited { color:#fff;}
footer a:hover, footer a:active, footer a:focus { color:#fff; text-decoration:underline; }
.footer-links { position:relative; right:40px }
.footer-links li { list-style:none; }
@media(max-width:767px){
	.footer-links li { list-style:none; display:inline; margin:0px -4px 0 0; padding:0px;}
	.footer-links li:before { content: "|";  }
	.footer-links li:nth-child(1):before { content: ""; }
	footer img { padding-bottom:35px; }
}
.footer-logo img { max-height:100px; width:auto;}


/* -- Charts 
================================================== */

.country-name { float:left; width:90px; display:inline-block; padding-top:10px; margin-right:10px; overflow: hidden; font-size:inherit; font-size:13px; line-height:16px; }
.country-rank { float:left; width: 30px; display:inline-block; padding-top:10px; font-weight: bold; line-height:16px; margin-right: 10px; font-size:13px; line-height:16px;}

/*== Life expectancy at birth == */
.le00-country { float:left; clear:left; width:100%; margin-bottom:5px; display:block; }
.le100birth-bar { display:inline-block; background: url('../img/design/le100man.png') repeat-x scroll 0% 0% transparent; width:calc(100% - 150px); float: left; display:inline-block; overflow: hidden; background-color: #D6D6D6; height: 46px;}
.le100little-men { display:inline-block; background: url('../img/design/le100man.png') repeat-x scroll 0% 0% transparent; width:100%; height: 46px; margin:0px; padding:0px; }
.le100birth { display:inline-block; background: url('../img/design/le100man.png') repeat-x scroll 0% 0% transparent; float: left; background-color: #BB0F18; height: 46px;}
.letotal { display:inline-block; background: url('../img/design/le100man.png') repeat-x scroll 0% 0% transparent; float: left; background-color: #F25821; height: 46px; }


/*== Life expectancy at 60 == */
.le60-country { float:left; clear:left; width:100%; margin-bottom:9px; margin-top:10px; display:block; }
.le60-bar { display:inline-block;  width:calc(100% - 150px); float: left; display:inline-block; overflow: hidden; background-color: #fff; height: 22px; margin-top:10px;}
.le60-first60 {
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 2%, #d6d6d6 40%);
	background: -webkit-gradient(linear, left top, right top, color-stop(2%,#ffffff), color-stop(40%,#d6d6d6));
	background: -webkit-linear-gradient(left,  #ffffff 2%,#d6d6d6 40%);
	background: -o-linear-gradient(left,  #ffffff 2%,#d6d6d6 40%);
	background: -ms-linear-gradient(left,  #ffffff 2%,#d6d6d6 40%);
	background: linear-gradient(to right,  #ffffff 2%,#d6d6d6 40%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=1 );
    width: 20%;
    float: left;
    border-right: 2px solid #FFF;
    height: 22px;
}
.le60-60plus { position: relative; background-color: #E75012; width: 0px; float: left; height: 22px;}
.le60-60plus:after { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(231, 80, 18, 0); border-left-color: #E75012; border-width: 11px; margin-top: -11px; }


/*== Global ranking table == */
.table-column ol { list-style-position: inside; padding:0px; margin:0px;}
.table-column li { color:#fff; border-bottom:1px solid #fff; padding:0px 0px 0px 10px; font-weight:300; line-height:normal;-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;  }
.table-column li:hover { background-color:rgba(255,255,255,0.3); }
.table-column a { display:inline-block; font-weight:600; line-height:normal; color:#fff; padding:5px; width:calc(100% - 30px); }
.table-column a:after { font-family: FontAwesome; content: "\f054"; color:rgba(255,255,255,0); padding-top:4px; padding-bottom:0px; font-size:13px; display: inline-block; float:right; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.table-column a:hover:after { font-family: FontAwesome; content: "\f054"; color:rgba(255,255,255,1); padding-top:4px; padding-bottom:0px; font-size:13px; display: inline-block; float:right;}

@media(max-width:767px) {
	.table-1-column {
		background: #419045;
		background: -moz-linear-gradient(top,  #419045 0%, #62af45 20%, #c0b834 40%, #e45b2f 60%, #e01f55 80%, #b0242d 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#419045), color-stop(20%,#62af45), color-stop(40%,#c0b834), color-stop(60%,#e45b2f), color-stop(80%,#e01f55), color-stop(100%,#b0242d));
		background: -webkit-linear-gradient(top,  #419045 0%,#62af45 20%,#c0b834 40%,#e45b2f 60%,#e01f55 80%,#b0242d 100%);
		background: -o-linear-gradient(top,  #419045 0%,#62af45 20%,#c0b834 40%,#e45b2f 60%,#e01f55 80%,#b0242d 100%);
		background: -ms-linear-gradient(top,  #419045 0%,#62af45 20%,#c0b834 40%,#e45b2f 60%,#e01f55 80%,#b0242d 100%);
		background: linear-gradient(to bottom,  #419045 0%,#62af45 20%,#c0b834 40%,#e45b2f 60%,#e01f55 80%,#b0242d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419045', endColorstr='#b0242d',GradientType=0 );
		padding:0px;
	}	
}

@media(min-width:768px) and (max-width:991px) {
	.table-2-column-1 {
		background: #419045;
		background: -moz-linear-gradient(top,  #419045 0%, #62af45 50%, #c0b834 99%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#419045), color-stop(50%,#62af45), color-stop(99%,#c0b834));
		background: -webkit-linear-gradient(top,  #419045 0%,#62af45 50%,#c0b834 99%);
		background: -o-linear-gradient(top,  #419045 0%,#62af45 50%,#c0b834 99%);
		background: -ms-linear-gradient(top,  #419045 0%,#62af45 50%,#c0b834 99%);
		background: linear-gradient(to bottom,  #419045 0%,#62af45 50%,#c0b834 99%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419045', endColorstr='#c0b834',GradientType=0 );
		padding:0px;
		border-right:10px solid #fff;
	}
	
	.table-2-column-2 {
		background: #c0b834;
		background: -moz-linear-gradient(top,  #c0b834 0%, #e45b2f 33%, #e01f55 66%, #b0242d 99%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0b834), color-stop(33%,#e45b2f), color-stop(66%,#e01f55), color-stop(99%,#b0242d));
		background: -webkit-linear-gradient(top,  #c0b834 0%,#e45b2f 33%,#e01f55 66%,#b0242d 99%);
		background: -o-linear-gradient(top,  #c0b834 0%,#e45b2f 33%,#e01f55 66%,#b0242d 99%);
		background: -ms-linear-gradient(top,  #c0b834 0%,#e45b2f 33%,#e01f55 66%,#b0242d 99%);
		background: linear-gradient(to bottom,  #c0b834 0%,#e45b2f 33%,#e01f55 66%,#b0242d 99%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0b834', endColorstr='#b0242d',GradientType=0 );
		padding:0px;
		border-left:10px solid #fff;
	}
}


@media(min-width:992px)  {
	.table-4-column-1 {
		background: #419045;
		background: -moz-linear-gradient(top,  #419045 0%, #75b542 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#419045), color-stop(100%,#75b542));
		background: -webkit-linear-gradient(top,  #419045 0%,#75b542 100%);
		background: -o-linear-gradient(top,  #419045 0%,#75b542 100%);
		background: -ms-linear-gradient(top,  #419045 0%,#75b542 100%);
		background: linear-gradient(to bottom,  #419045 0%,#75b542 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419045', endColorstr='#75b542',GradientType=0 );
		padding:0px;
		border-right:10px solid #fff;
	}
	
	.table-4-column-2 {
		background: #75b542;
		background: -moz-linear-gradient(top,  #75b542 0%, #bfb834 66%, #d7902f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75b542), color-stop(66%,#bfb834), color-stop(100%,#d7902f));
		background: -webkit-linear-gradient(top,  #75b542 0%,#bfb834 66%,#d7902f 100%);
		background: -o-linear-gradient(top,  #75b542 0%,#bfb834 66%,#d7902f 100%);
		background: -ms-linear-gradient(top,  #75b542 0%,#bfb834 66%,#d7902f 100%);
		background: linear-gradient(to bottom,  #75b542 0%,#bfb834 66%,#d7902f 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75b542', endColorstr='#d7902f',GradientType=0 );
		padding:0px;
		border-left:5px solid #fff;
		border-right:10px solid #fff;
	}
	.table-4-column-3 {
		background: #d88e2f;
		background: -moz-linear-gradient(top,  #d88e2f 0%, #e45033 49%, #e4294f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d88e2f), color-stop(49%,#e45033), color-stop(100%,#e4294f));
		background: -webkit-linear-gradient(top,  #d88e2f 0%,#e45033 49%,#e4294f 100%);
		background: -o-linear-gradient(top,  #d88e2f 0%,#e45033 49%,#e4294f 100%);
		background: -ms-linear-gradient(top,  #d88e2f 0%,#e45033 49%,#e4294f 100%);
		background: linear-gradient(to bottom,  #d88e2f 0%,#e45033 49%,#e4294f 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d88e2f', endColorstr='#e4294f',GradientType=0 );
		padding:0px;
		border-left:5px solid #fff;
		border-right:5px solid #fff;
	}
	.table-4-column-4 {
		background: #e42950;
		background: -moz-linear-gradient(top,  #e42950 0%, #b0242d 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e42950), color-stop(100%,#b0242d));
		background: -webkit-linear-gradient(top,  #e42950 0%,#b0242d 100%);
		background: -o-linear-gradient(top,  #e42950 0%,#b0242d 100%);
		background: -ms-linear-gradient(top,  #e42950 0%,#b0242d 100%);
		background: linear-gradient(to bottom,  #e42950 0%,#b0242d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e42950', endColorstr='#b0242d',GradientType=0 );
		padding:0px;
		border-left:10px solid #fff;
	}
}

.choose-country-box { background-color:#fe6532; color:#fff; border-radius:5px; display:block; overflow:hidden; padding:25px 15px; }
.choose-country-box h2 { color:#fff;  }


.matching-height { border-bottom:1px dotted #fe6532; padding-bottom:15px; margin-bottom:15px;}

/* -- Reports 
================================================== */

.layered-paper {
    background: #d6d6d6;
	border:1px solid #eeeeee; 
	margin-bottom:15px;
    box-shadow:
        2px 1px 2px rgba(0,0,0,0.25), /* The top layer shadow */
        2px 10px 0 -5px #f1f1f1, /* The second layer */
        2px 10px 2px -4px rgba(0,0,0,0.25), /* The second layer shadow */
        2px 20px 0 -10px #e4e4e4, /* The third layer */
        2px 20px 2px -9px rgba(0,0,0,0.25); /* The third layer shadow */
}

/* -- Visualisation links
================================================== */
.vis-button { display:block; text-align:center; padding:5px 10px; margin-top:30px; margin-bottom:10px; border-radius:5px; background: #fe6532; }

.vis-button.active { background: #c7c7c7; }

.vis-button:hover { background: #bb0f18; }
.vis-button p { color:#fff; font-weight:300; font-size:18px; margin-top:-15px; }
.vis-button img { position:relative; margin-left:auto; margin-right:auto; bottom:20px; }
.vis-button img:after { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(187, 15, 24, 0); border-left-color: #bb0f18; border-width: 12px; margin-top: -12px; }
.vis-img-holder { background-repeat: no-repeat; width: 88px;  height: 46px; position:relative; bottom:20px; margin-left:auto; margin-right:auto; }


.vis-button.active p { color:#747474; }
.vis-button.active:hover p { color:#fff; }

.vis-button .vis1 { background-image: url('../img/design/vis-button-icon-1.png'); }
.vis-button:hover .vis1 { background-image: url('../img/design/vis-button-icon-1hover.png'); }
.vis-button.active > .vis1 { background-image: url('../img/design/vis-button-icon-1active.png'); }
.vis-button.active:hover > .vis1 { background-image: url('../img/design/vis-button-icon-1hover.png'); }


.vis-button .vis2 { background-image: url('../img/design/vis-button-icon-2.png'); }
.vis-button:hover .vis2 { background-image: url('../img/design/vis-button-icon-2hover.png'); }
.vis-button.active > .vis2 { background-image: url('../img/design/vis-button-icon-2active.png'); }
.vis-button.active:hover > .vis2 { background-image: url('../img/design/vis-button-icon-2hover.png'); }

.vis-button .vis3 { background-image: url('../img/design/vis-button-icon-3.png'); }
.vis-button:hover .vis3 { background-image: url('../img/design/vis-button-icon-3hover.png'); }
.vis-button.active > .vis3 { background-image: url('../img/design/vis-button-icon-3active.png'); }
.vis-button.active:hover > .vis3 { background-image: url('../img/design/vis-button-icon-3hover.png'); }

.vis-button .vis4 { background-image: url('../img/design/vis-button-icon-4.png'); }
.vis-button:hover .vis4 { background-image: url('../img/design/vis-button-icon-4hover.png'); }
.vis-button.active > .vis4 { background-image: url('../img/design/vis-button-icon-4active.png'); }
.vis-button.active:hover > .vis4 { background-image: url('../img/design/vis-button-icon-4hover.png'); }

.vis-button .vis5 { background-image: url('../img/design/vis-button-icon-5.png'); }
.vis-button:hover .vis5 { background-image: url('../img/design/vis-button-icon-5hover.png'); }
.vis-button.active > .vis5 { background-image: url('../img/design/vis-button-icon-5active.png'); }
.vis-button.active:hover > .vis5 { background-image: url('../img/design/vis-button-icon-5hover.png'); }

.vis-button .vis6 { background-image: url('../img/design/vis-button-icon-6.png'); }
.vis-button:hover .vis6 { background-image: url('../img/design/vis-button-icon-6hover.png'); }
.vis-button.active > .vis6 { background-image: url('../img/design/vis-button-icon-6active.png'); }
.vis-button.active:hover > .vis6 { background-image: url('../img/design/vis-button-icon-6hover.png'); }




/* -- Site map 
================================================== */

@media(max-width:399px){ .sitemap-container:nth-child(1n+1) { clear: left; } }
@media(min-width:400px) and (max-width:767px){ .sitemap-container:nth-child(3n+1) { clear: left; } }
@media(min-width:768px) and (max-width:991px){ .sitemap-container:nth-child(2n+1) { clear: left; } }
@media(min-width:992px){ .sitemap-container:nth-child(4n+1) { clear: left; } }

.sitemap-container { margin-bottom: 1px; }
.sitemap-listing li { list-style: none outside none; position: relative; right: 22px; }
.sitemap-listing li:before { font-family: "FontAwesome"; font-size: 10px; content: "\f054"; margin: 0px 5px 0px -12px; color: #847f80; }


/* -- Tag cloud
================================================== */

.tag-cloud { text-align:justify; }

.tag-cloud >.level1 { font-size:250%; margin-right:20px; margin-bottom:20px; display:inline-block;}
.tag-cloud >.level2 { font-size:220%; margin-right:20px; margin-bottom:20px; display:inline-block;}
.tag-cloud >.level3 { font-size:200%; margin-right:20px; margin-bottom:20px; display:inline-block;}
.tag-cloud >.level4 { font-size:180%; margin-right:20px; margin-bottom:20px; display:inline-block;}
.tag-cloud >.level5 { font-size:150%; margin-right:20px; margin-bottom:20px; display:inline-block;}
.tag-cloud >.level6 { font-size:100%; margin-right:20px; margin-bottom:20px; display:inline-block;}

/* -- Search results
================================================== */

.pagination-container { text-align: center; }
.pagination > li > a, .pagination > li > span {  font-weight:500; color: #fe6532; background-color: #FFF; border: 1px solid #eeeeee; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background-color: #fe6532; border-color: #fe6532; }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #bb0f18; }
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #847f80; }


/* -- Blogs 
================================================== */

.blog-summary { display:block; overflow:hidden; margin-top:20px; margin-bottom:15px; }
.blog-summary img { float:left; width:130px; height:auto; border:5px solid #fff; border-radius:8px; box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.25); }
.blog-summary h3 { margin-top:-6px; padding-top:0px; margin-left:150px; }
.blogger-date { display:block; overflow:hidden; color:#8c8889; font-weight:300; border-top:1px dotted #c7c7c7; border-bottom:1px dotted #c7c7c7; padding: 8px 0; margin:10px 0; margin-left:150px; }
.blogger-date-wide { display:block; overflow:hidden; color:#8c8889; font-weight:300; border-top:1px dotted #c7c7c7; border-bottom:1px dotted #c7c7c7; padding: 8px 0; margin:10px 0 10px 0; }
.blogger-date i, .blogger-date-wide i { margin-right:4px;}
.blog-summary p { display:block; margin-left:150px; }

.widget-blogger { background-color:#fff; padding:0px; margin-bottom:40px; margin-top:15px; display:block; overflow:visible; }
.widget-blogger h1, .widget-blogger h2, .widget-blogger h3, .widget-blogger h4, .widget-blogger h5, .widget-blogger p { color:#847f80; margin-left:120px; }
.widget-blogger a, .widget-blogger a:visited  { color:#fe6532; }
.widget-blogger a:hover, .widget-blogger:active .widget-blogger:focus  { color:#bb0f18; }
.widget-blogger img { float:left; width:100px; height:auto; border:5px solid #fff; border-radius:8px; box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.25);}
.widget-blogger ul { font-size:13px; line-height:15px; color:#847f80; }

.label-comments { color:#fff; padding: 2px 4px; font-size: 75%; font-weight: normal; border-radius: 2px; background-color:#fe6532; position:relative; bottom:1px;}
.label-new { padding: 2px 2px 2px 8px; font-size: 60%; font-weight: bold; border-radius:0px; -webkit-border-top-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-topleft: 2px; -moz-border-radius-bottomleft: 2px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; background-color:#bb0f18; position:relative; bottom:1px; margin-right:12px;}
.label-new:after { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(187, 15, 24, 0); border-left-color: #bb0f18; border-width: 12px; margin-top: -12px; }

.pager li > a, .pager li > span { font-weight:500; border-radius: 3px; }

.blog-tags { border-top:1px dotted #fe6532; margin-top:25px; padding-top:15px; }
.blog-tags h4 { display:inline; }
.blog-tags > a { display:inline-block; white-space:nowrap; padding:2px 6px; margin:0 5px 5px 0; border:1px solid #dedede; font-size:12px; font-weight:600; border-radius: 3px; }
.blog-tags >a.all-tags { color:#bb0f18; }

@media(max-width:399px) {
	.blog-summary img { width:90px;}
	.blog-summary h3 { margin-left:110px; font-size:18px; }
	.blogger-date { margin-left:0px;}
	.blog-summary p { margin-left:0px; }
	.label-new {  padding:1px 1px 1px 7px; position:relative; bottom:0px; margin-right:12px;}
	.label-new:after { border-width: 8px; margin-top: -8px; }
}

/* -- Blog login
================================================== */
.form-signin { max-width: 330px; padding: 0px 15px; margin: 0px auto;display:block; }
.form-signin-heading { margin-bottom: 10px; margin-top:0px; }
.form-signin .top-form-field { margin-bottom: -1px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.form-signin .bottom-form-field { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.form-signin .form-control {  font-weight:400; color:#333; position: relative; height: auto; box-sizing: border-box; padding: 10px; font-size: 16px; }


/* -- Contact us
================================================== */
#contactus .control-label { text-align:left; float:left;  }
.form-control-feedback { color:#fe6532; margin-right:13px; font-size:20px;  font-weight:400; top:28px;}


/* -- Report cards
================================================== */
.report-card-shadow { position:relative; z-index:9; }
.report-card-upper { background-color:#eee; overflow:hidden; display:block; margin:0; padding:0px}
.report-card-upper .container { margin-right:auto; margin-left:auto; margin-top:-30px; background-color:#fff;}

.report-card-tighten { padding-left: 0px; padding-right: 0px; }

.rc-box { display:block; overflow:hidden; padding:15px; margin:0px; }
.rc-box h1, .rc-box h2 { color:#fff; margin-top:0px; margin-bottom:0px; }


/*== Box 1 == */
.rc-box-1 { background-color:#bb0f18; color:#fff; overflow:hidden; display:block; min-height:130px; }
.rc-box-1 h1 { padding-right:15px; margin-left:120px; }
.rc-box-1-value { font-weight:600; position:absolute; background-color:rgba(255,255,255,0.25); width:100px; height:100px; line-height:90px; border-radius: 50%; text-align:center; font-size:50px; }
.rc-box-1-value span { font-size:14px; position:relative; bottom:27px;}
.rc-box-1-value span.na { display: block; font-size:32px; position:relative; bottom: 0; }

@media(max-width:767px){
	.rc-box-1 { min-height:110px; }
	.rc-box-1 h1 { margin-left:100px; font-size:25px; }
	.rc-box-1-value { background-color:rgba(255,255,255,0.25); width:80px; height:80px; line-height:73px; border-radius: 50%; text-align:center; font-size:40px; }
	.rc-box-1-value span { font-size:12px; position:relative; bottom:20px;}
}


/*== Box 2 == */
.rc-box-2 { background-color:#fff; }
.rc-box-2 h1 { color:#c5bba5; }

/*== Box 3 == */
.rc-box-3 { background-color:#c5bba5; text-align:center; }


.rc-box-row { display:table-row; }
.rc-box-text { position:relative; display:table-cell; float:right; margin-left:95px; text-align:left; }
.rc-box-text h2 { color:#fff; font-size:20px; font-weight:600; margin-top:0px; margin-bottom:4px; line-height:22px; }
.rc-box-text p { font-size:12px; margin-top:0px; margin-bottom:0px; line-height:14px; text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.25); color:#000;}
.rc-value-circle {  font-weight:600; position:absolute; color:#fff; background-color:rgba(255,255,255,0.25); display:table-cell; width:70px; height:70px; line-height:65px; border-radius: 50%; text-align:center; font-size:28px; }
.rc-value-circle span { font-size:12px; position:relative; bottom:13px;}

/*== Box colours == */
.rc-box-4 { background-color:#86b539; min-height:100px; }
.rc-box-5 { background-color:#e0a22a; min-height:100px; }
.rc-box-6 { background-color:#fe6532; min-height:100px; }
.rc-box-7 { background-color:#bb0f18; min-height:100px; }
.rc-box-8 { background-color:#ef3561; min-height:100px; }

/*== Lower boxes == */
.lower-boxes { background-color:#c5bba5;}
.rc-lower-box { padding:15px; overflow:hidden; }

.rc-box-9 h2 { margin-top:15px; margin-bottom:0px; font-size:25px; line-height: 28px; font-weight:600; color:#908369; }
.rc-box-9 h2 span { color:#fff; }
.rc-box-chart { margin-top:20px; display:inline-block; background: url('../img/design/little-men-brown.png') repeat-x scroll 0% 0% transparent; width:100%; float: left; display:inline-block; overflow: hidden; background-color: #bb0f18; height: 46px;}


.rc-box-10 { background-color:#eee9e0; overflow:hidden; }
.rc-box-10-text { float:left; margin-top:50px; }
.rc-box-10-text h2 { font-size:25px; line-height:28px; font-weight:600; color:#fe6532; margin-top:0px; margin-bottom:0px; }
.three-circles-container { min-width:280px; height:170px; float:left; }

@media(max-width:1199px) {
	.rc-box-10 { background-color:#eee9e0; overflow:hidden; width:100%; }
	.rc-box-10-text { float:left; margin-top:2px; text-align:center; width:100%; }
	.rc-box-10-text h2 { font-size:25px; line-height:28px; font-weight:600; color:#fe6532; margin-top:0px; margin-bottom:0px; }
	.three-circles-container { width:280px; height:170px; float:none; margin-right:auto; margin-left:auto; }
}

.three-circles-1 { background-color:#e0a22a; width:80px; height:80px; border-radius: 50%; text-align:center; z-index:1; position:relative; top:50px; }
.three-circles-1 h3 { color:#fff; font-weight:600; margin-bottom:0px; margin-top:0px; font-size:25px; position:relative; top:22px;}
.three-circles-1 p { font-size:13px; line-height:15px; margin-bottom:0px; margin-top:0px; position:relative; top:50px;}

.three-circles-2 {  background-color:#fe6532; width:100px; height:100px; border-radius: 50%; text-align:center; z-index:2; position:relative; left:60px; top:-50px; }
.three-circles-2 h3 { color:#fff; font-weight:600; margin-bottom:0px; margin-top:0px; font-size:30px; position:relative; top:30px;}
.three-circles-2 p { font-size:13px; line-height:15px; margin-bottom:0px; margin-top:0px; position:relative; top:63px;}

.three-circles-3 { background-color:#bb0f18; width:130px; height:130px; border-radius: 50%; text-align:center; z-index:3; position:relative; left:140px; top:-180px; }
.three-circles-3 h3 { color:#fff; font-weight:600; margin-bottom:0px; margin-top:0px; font-size:45px; position:relative; top:30px;}
.three-circles-3 p { font-size:13px; line-height:15px; margin-bottom:0px; margin-top:0px; position:relative; top:73px;}

/*== Overview box  == */
.overview-box { background-color:#fe6532; padding:15px; color:#fff; }
.overview-box h2 { margin-top:0px; color:#fff;}
.overview-box a { color:#fff; text-decoration: underline; }

/*== Round action links == */

#global-rankings-table { margin: 0 0 0 0; }
#global-rankings-table div { margin: 0 0 25px 0; }

.effect {transition: 0.1s ease-in-out;}

.icon-link { background-color:#fe6532; color:#fff}

.round-icon {
	position:relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
    display:block;
    width:150px;
    height:150px;
    line-height:150px;
    border: 4px transparent;
    border-radius: 50%;
    text-align:center;
    text-decoration:none;
	-webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0);
	-moz-box-shadow:    0px 0px 0px 6px rgba(0, 0, 0, 0);
	box-shadow:         0px 0px 0px 6px rgba(0, 0, 0, 0);
    font-size:50px;
}

a > .round-icon:hover {
	position:relative;
	top:-10px;
	margin-bottom:-20px;
	background-color: #b91a20;
	margin-left:auto;
	margin-right:auto;
    display:block;
    width:170px;
    height:170px;
    line-height:160px;
    border: 4px solid #fff;
    border-radius: 50%;
    color:#fff;
    text-align:center;
    text-decoration:none;
    -webkit-box-shadow: 0px 0px 0px 6px #b91a20;
	-moz-box-shadow:    0px 0px 0px 6px #b91a20;
	box-shadow:         0px 0px 0px 6px #b91a20;
    font-size:70px;
}

@media(min-width:992px) {.report-sidebar { margin-top:73px; } }
.sidespace { padding:10px 60px;}
@media(max-width:399px) {
	.sidespace { padding:10px 10px; }
	.round-icon {
		position:relative;
		top:0px;
		width:75px;
		height:75px;
		line-height:75px;
		border: 3px transparent;
		-webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0);
		-moz-box-shadow:    0px 0px 0px 3px rgba(0, 0, 0, 0);
		box-shadow:         0px 0px 0px 3px rgba(0, 0, 0, 0);
		font-size:25px;
	}
	
	a > .round-icon:hover {
		position:relative;
		top:-5px;
		margin-bottom:-10px;
		background-color: #b91a20;
		width:85px;
		height:85px;
		line-height:85px;
		border: 3px solid #fff;
		-webkit-box-shadow: 0px 0px 0px 3px #b91a20;
		-moz-box-shadow:    0px 0px 0px 3px #b91a20;
		box-shadow:         0px 0px 0px 3px #b91a20;
		font-size:35px;
	}
}


/*== Accordion boxes == */
.panel-group .panel + .panel { margin-top: 15px; }
.panel-default { border:none; }
.panel-heading { padding:10px 15px; }
.panel-title { margin-top: 0px; margin-bottom: 0px; color: inherit; display:block; font-size:20px; font-weight:500; }
.panel-title > a, .panel-title > a:hover, .panel-title > a:focus, .panel-title > a:active { text-decoration:none; display:block; min-height:70px; }
.panel-body { padding: 0px; margin-top:0px; }

.panel-body > .table { width: 100%; max-width: 100%; margin-bottom: 0px; }
.panel-body > .table.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th { background-color: rgba(255,255,255,0.4); }
.panel-body > .table > thead > tr > th { border-bottom: 1px solid #fff; background-color:#bcb3a6; color:#fff; }
.td-left { font-size:18px; border-right: 1px solid #fff; }
.td-right { font-size:11px; }
.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: 10px; border-top: 1px solid #fff; }
.rank-accordion { height:70px; width:120px; background-color:#fff; border-radius:6px; display:inline-block; text-align:center; }
.rank-accordion h3 { margin:0 10px; font-weight:600; font-size:35px; }
.rank-accordion p { font-size:10px; font-family:Verdana, sans-serif; color:#666; margin:0 10px; }
.rank-icon { float:left; height:70px; width:70px; background-color:#fff; border-radius:6px; display:block; text-align:center; margin-right:15px;}
.rank-icon { font-size:45px; line-height:65px; }
.rank-text { color:#333; line-height:42px; }
.rank-show { 
	line-height: 100%; 
	font-size: 13px; 
	padding-left: 20px;
	background-position: top left;
	background-repeat: no-repeat;
}
	#accordion h2 > a span.rank-show {
		background-image: url('/img/layout/ind_hide.png');
	}
	#accordion h2 > a.collapsed span.rank-show {
		background-image: url('/img/layout/ind_show.png');
	}

	background: url('/img/layout/32/arrow.png') no-repeat top left;

@media(max-width:399px){
	.rank-text { color:#333; line-height:23px; font-size:18px; width:130px; display:block; float:left; }
}

#collapse1 > .panel-heading { background-color:#f1af17; }
#collapse1 .panel-title > a > span .thiscolor { color:#f1af17; }
#collapse1 .rank-icon {  color:#f1af17; }
#collapse1 .panel-body { background-color:#f8d78b; }

#collapse2 > .panel-heading { background-color:#b91a20; }
#collapse2 .panel-title > a > span .thiscolor { color:#b91a20; }
#collapse2 .rank-icon {  color:#b91a20; }
#collapse2 .panel-body { background-color:#e6cdcd; }
#collapse2 .rank-text { color:#fff; }
#collapse2 .rank-show { color:#fff; }

#collapse3 > .panel-heading { background-color:#86bc3e; }
#collapse3 .panel-title > a > span .thiscolor { color:#86bc3e; }
#collapse3 .rank-icon {  color:#86bc3e; }
#collapse3 .panel-body { background-color:#c3de9f; }

#collapse4 > .panel-heading { background-color:#ef4e27; }
#collapse4 .panel-title > a > span .thiscolor { color:#ef4e27; }
#collapse4 .rank-icon {  color:#ef4e27; }
#collapse4 .panel-body { background-color:#efae9e; }

/*== Pensionwatch == */
.pensionwatch-logo { float:right; display:inline-block;  }
.pensionwatch-logo img { max-height:42px;}
@media(max-width:399px){
	.pensionwatch-logo { float:left; display:block; width:100%;  }
	.pensionwatch-logo img { max-height:42px;}
}

.social-pension-table { background-color:#beb6aa; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.social-pension-table > .table { width: 100%; max-width: 100%; margin-bottom: 0px; }
.social-pension-table > .table.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th { background-color: rgba(255,255,255,0.4); }
.social-pension-table > .table > tbody > tr > .td-left { font-size:13px; border-right: 1px solid #fff; }
.social-pension-table > .table > tbody > tr > .td-right { font-size:13px; font-weight:bold; }



.rc-box-text .white { color:#fff; text-shadow:none; }



/* -- Homepage
================================================== */

.orange { 
	/*
	padding-top:0px; 
	padding-bottom:0px; background-color:#fe6532; height:400px;
	*/
}
#homepage-bar {
	height:400px;
	position:relative;
	background-color: #bb0f18; /*Default bg, similar to the background's base color*/
	background-position: right top; /*Positioning*/
	background-repeat: no-repeat; /*Prevent showing multiple background images*/
}
@media(min-width:768px) and (max-width:991px) {
	#homepage-bar {  background-position: right -300px top; }
}
@media(max-width:767px){
	#homepage-bar { margin-left:-15px; margin-right:-15px; background-position: right -300px top; }
}
@media(max-width:600px){
	.tint {
		z-index: 1;
		height: 400px;
		width: 100%;
		margin-left:-15px;
		position:absolute;
		background: rgba(187, 15, 24, 0.5);    
	}
}

.credit { color:#fff; font-size:10px; float:right; text-align:right; white-space:nowrap; padding-top:365px; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); }

.homepage-bar-content { padding-top:40px;}

@media(min-width:400px) and (max-width:767px){ .homepage-bar-content { padding-top:30px;} }
@media(max-width:399px){ .homepage-bar-content { padding-top:5px; margin-left:-15px; margin-right:-15px; } }

.homepage-bar-content h2, .homepage-bar-content h3 { color:#fff; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); line-height:1.1em; }

.homepage-shadow { position:relative; top:0px; z-index:9; margin-bottom:-38px; }
@media(max-width:991px){ .homepage-shadow { position:relative; top:0px; z-index:9; margin-bottom:-30px; } }
.vis-container { padding-left: 0px; padding-right: 0px; margin-left: -15px; margin-right: -15px; }

.home-intro { margin-top:20px; margin-bottom:30px; }
.home-intro h2 { margin-top:0px; line-height:1.2em; font-size:28px; }
.home-intro h4 { margin-top:0px; border-left:1px solid #c3c3c3; padding-left:20px; }
@media(max-width:991px){
	.home-intro h4 { margin-top:0px; border-left:none; padding-left:0px; }
}

.get-involved-link { overflow:hidden; display:block; height:auto;}
.get-involved-link, .get-involved-link:visited { color:#fff; text-decoration:none; background-color:#f03562; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; }
.get-involved-link:hover, .get-involved-link:active, .get-involved-link:focus { color:#fff; text-decoration:none; background-color:#d5223d; cursor:pointer; }



/* -- Homepage carousel
================================================== */


.carousel-caption h2 { color:#fff; font-weight:900; margin-top:0px; margin-bottom:5px; line-height:1.2em; }
.carousel-caption h2 a { 
	padding-top: 220px;
	color: #fff; 
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 10%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control .left-arrow,
.carousel-control .right-arrow {
	position: absolute;
	top:calc(50% - 20px);
	z-index: 5;
	display: inline-block;
}
.carousel-control .left-arrow {
	left: 50%;
	margin-left: -15px;
}
.carousel-control .right-arrow {
	right: 50%;
	margin-right: -15px;
}

.carousel-indicators {
	position: absolute;
	bottom: 1px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
	z-index:9 
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
}
.carousel-caption {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 10px;
	z-index: 8;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #ffffff;
	text-align: left;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
	.carousel-control .left-arrow,
	.carousel-control .right-arrow,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		top:calc(50% - 15px);
		font-size: 30px;
	}
	.carousel-control .left-arrow,
	.carousel-control .icon-prev {
		margin-left: -15px;
	}
	.carousel-control .right-arrow,
	.carousel-control .icon-next {
		margin-right: -15px;
	}
	.carousel-caption {
		left: 20px;
		right: 20px;
		padding-bottom: 0px;
	}
	.carousel-caption h2 { color:#fff; font-weight:900; margin-top:0px; margin-bottom:5px; line-height:1.2em; font-size:22px; }
}

@media(min-width:767px){ 
	.carousel { margin-left: 15px; margin-right: 15px; }
	.carousel img { border-radius:6px; }
	.carousel-control { border-radius:6px; }
}


.other-bar { position: relative; text-align: center; margin: 5px 0px 30px; }
.other-bar:after { position: absolute; content: ""; left: 0px; bottom: 10px; width: 100%; border-bottom: 1px solid #CECECE; z-index: 1;}
.other-bar span { background-color: #fff; display:inline-block; padding: 0px 20px; position: relative; z-index: 9; text-align: center; font-size: 15px;}

.more-blogs { position:relative; float:right; top:-37px; margin-bottom:-40px; }

.blog-homepage img { float:left; width:90px; height:auto; border:5px solid #fff; border-radius:8px; box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.25); }
.blog-homepage h3 { margin-top:-4px; padding-top:0px; margin-left:110px; min-height:120px; font-size:20px; }
.blog-homepage .blogger-date { display:block; overflow:hidden; color:#8c8889;  font-weight:300; border-top:1px dotted #c7c7c7; border-bottom:1px dotted #c7c7c7; padding: 8px 0; margin:10px 0; margin-left:0px; }
.blog-homepage p { display:block; margin-left:0px; }
	@media(max-width:767px){ .blog-homepage > h3 { font-size:18px; min-height:100px; } }




form fieldset#recaptcha-holder {
	margin-left: 0;
	margin-bottom: 20px;
}

div#popupnewsletter {
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
	div#popupnewsletter form {
		background-color: #fff;
		border: 1px solid #000;
		width: 500px;
		height: 500px;
		margin: 0 auto;
		position: relative;
		top: 100px;
		padding: 20px;
	}
		div#popupnewsletter form span.closepopup {
			position: absolute;
			right: 0;
			top: 0;
			float: right;
			font-size: 20px;
			font-weight: bold;
			margin-right: 2px;
		}
			div#popupnewsletter form span.closepopup a {
				color: #000;
			}
		




/* FEEDBACK */
div.feedback {
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 15px;
}
	div.feedback.error {
		background-color: #FFCC99;
	}
	div.feedback.success {
		background-color: #E5F7DA;
	}
	div#primarycontent div.feedback ul {
		list-style: none;
		padding-left: 0;
	}

#global-rankings-map {
}





/* -- Campaign landing page classes
================================================== */
section.campaigns-header {
	padding:0;
	height:auto;
	width:100%;
}

.campaigns-top {
	list-style: outside none none;
	padding-left: 0px;
	width:100%;
	margin-bottom:0;
	display:block;
}

.campaigns-top li {
	width:20%;
	margin:0;
	padding:0;
	float:left;
	display:inline-block;
	position:relative;
}
    ul.campaigns-top li:first-child {
        
    }
        ul.campaigns-top li:first-child div.iframe-rwd {
            /* padding-bottom: 53.25%; */
        }
    
    
    
.campaigns-top li:first-child {
	width:40%;
	height:auto;
	position:relative;
	overflow:hidden;
	box-sizing:content-box;
}

.campaigns-top li .embed-responsive {
	border:1px solid #fff;
	border-bottom-width:2px;
	border-top-width:2px;
}


.campaigns-top li a {
	border:1px solid #fff;
	border-bottom-width:2px;
	border-top-width:2px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	display:block;
}
.campaign-background {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	display:inline-block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}

.campaign-overlay {
	position:absolute;
	bottom:0;
	top:0;
	right:0;
	left:0;
	display:inline-block;
	overflow:hidden;
}

.campaign-overlay h2 {
	position: absolute;
    bottom: 0;
    left: 0;
	right:0;
	top:auto;
	display:block;
	background-color:rgba(255,255,255,0.6);
	padding:8px 15px;
	color:#000;
	margin:0;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.campaign-overlay h4 {
	position: absolute;
    left: 0;
	right:0;
	top:auto;
	display:block;
	background-color:rgba(255,255,255,0.7);
	padding:8px 15px;
	color:#000;
	margin:0;
	font-size:16px;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	bottom: -100px;
	height:100px;
}

.campaigns-top li a:hover .campaign-overlay h2 {
		bottom: 100px;
		left:0;
		right:0;
		background-color:rgba(255,255,255,0.8);
}

.campaigns-top li a:hover .campaign-overlay h4 {
		bottom: 0;
		left:0;
		right:0;
		background-color:rgba(255,255,255,0.7);
}

@media (max-width:1499px) {
	.campaign-overlay h2 {
		font-size:20px;
	}
}

@media (max-width:1199px) {
	.campaigns-top li:nth-child(1) {
		width:60%;
		height:auto;
		position:relative;
		overflow:hidden;
		box-sizing:content-box;
	}
	.campaigns-top li .embed-responsive {
		border:1px solid #fff;
		border-bottom-width:1px;
		border-top-width:2px;
	}
	.campaigns-top li:nth-child(2) {
		width:40%;
		border-top-width:2px;
		border-bottom-width:1px;
	}
	.campaigns-top li:nth-child(3) {
		width:40%;
		min-height:270px;
		border-bottom-width:2px;
		border-top-width:1px;
	}
	.campaigns-top li:nth-child(4) {
		width:60%;
		border-bottom-width:2px;
		border-top-width:1px;
	}
}

@media (max-width:767px) {
	.campaigns-top li:nth-child(1) {
		width:100%;
		border-bottom-width:0px;
		border-top-width:1px;
		display:block;
		float:none;
	}
	.campaigns-top li .embed-responsive {
		width:100%;
		border-bottom-width:0px;
		border-top-width:1px;
		display:block;
	}
	.campaigns-top li:nth-child(2) {
		width:100%;
		border-bottom-width:0px;
		border-top-width:1px;
		display:block;
		float:none;
		min-height:220px;
	}
	.campaigns-top li:nth-child(3) {
		width:100%;
		border-bottom-width:0px;
		border-top-width:1px;
		display:block;
		float:none;
		min-height:220px;
	}
	.campaigns-top li:nth-child(4) {
		width:100%;
		border-bottom-width:0px;
		border-top-width:1px;
		display:block;
		float:none;
		min-height:220px;
	}
}

a.navbar-brand {
	display:inline-block;
	width:auto;
}

section.orange {
	position:relative;
	background-color:#FE6532;
	padding:30px 0 0;
	color:#fff;
	display:block;
	overflow:hidden;
	
}

section.orange div.feedback {
	color: #333;
	border-color: #fff;
}
section.orange div.feedback h3 {
	color: #333;
	margin-top: 10px;
}

section.orange a.btn-orange,
section.orange a.btn-orange:visited {
	color: #fff;
}
section.orange a.btn-orange,
section.orange button.btn-orange {
	border-color: #fff;
}

section.orange .illustration {
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-image:url('/img/layout/1/campaign-bg1.png');
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}

@media(max-device-width : 1024px) {
	section.orange .illustration {
		-webkit-background-size: 200%;
		-moz-background-size: 200%;
		-o-background-size: 200%;
		background-size:200%;
		background-repeat:no-repeat;
	}
}

section.orange .section-shadow {
	margin-top:-30px;
}

.orangeblock {
	color:#fff;
	padding:20px 20px 50px 20px;
}
@media(max-width:767px) {
	.orangeblock {
		color:#fff;
		padding:10px 15px 20px;
	}
}

.orangeblock h1, .orangeblock h2, .orangeblock h3, .orangeblock h4 {
	color:#fff;
}

.orangeblock h1 {
	font-size:400%;
	margin-bottom:0;
	margin-top:0;
}

.orangeblock h2 {
	font-size:220%;
	margin-top:0;
}

.sharethis-container {
	display:block;
	overflow:auto;
	padding-top:10px;
}

h1.spaced {
	margin: 30px 0;
}

.hlines {
	border-right:1px dotted rgba(255,255,255,0.5);
	border-left:1px dotted rgba(255,255,255,0.5);
	background-color:rgba(0,0,0,0.05);
}
@media(max-width:767px) {
	.hlines {
		border-top:1px dotted rgba(255,255,255,0.5);
		border-bottom:1px dotted rgba(255,255,255,0.5);
		border-left:none;
		border-right:none;
	}
}

hr.indent {
	margin: 17px 0 18px;
	height: 0;
	clear: both;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

hr.dots {
	margin: 17px 0 0;
	height: 0;
	clear: both;
    border-top: 1px dotted rgba(255,255,255,0.5);
    border-bottom: none;
}

.btn-white { background-color: #fff; border-color: #eee; border-width: 1px; color: #FE6532;  }
.btn-white:hover, .btn-white:active, .btn-white:focus, .open > .dropdown-toggle.btn-white { background-color: #f0f0f0; border-color: #ddd; color: #FE6532; }

.action-block form { margin-top:0px; margin-left:105px; margin-bottom:0px;  }

.btn-darkorange { background-color: #952b15; border-color: #7c2412; border-width: 1px; color: #fff;  }
.btn-darkorange:hover, .btn-darkorange:active, .btn-darkorange:focus, .open > .dropdown-toggle.btn-darkorange { background-color: #7c2412; border-color: #7c2412; color: #fff; }

.action-block ul.follow-us {
	margin-top:0px;
	margin-left:105px;
	margin-bottom:0;
	padding-left: 0;
	list-style: outside none none;
}
.action-block ul.follow-us li {
	display: inline-block;
	padding-left: 0;
	padding-right: 5px;
}

.follow-us li a {
	position:relative;
	bottom:0;
	font-size:30px;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}
.follow-us li a:hover {
	bottom:3px;
	text-shadow: -2px 2px 3px rgba(0, 0, 0, 0.25);
}

.counter {
	font-weight:700;
}

.stLarge {
	background-image:none !important;
}
.stButton {
	font-size:20px;
	height:30px;
	width:30px;
	background-color: #fff;
	border-color: #eee;
	border-width: 1px; color: #FE6532;
	border-radius:3px;
}
.stButton:hover, .stButton:focus { background-color: #f0f0f0; border-color: #ddd; color: #FE6532; }
.stButton:before {
	font-family: fontawesome;
	font-size:20px;
	height:30px;
	width:30px;
	margin:0;
	line-height:30px;
	display:inline-block;
	text-align:center;
	color:#fe6532;
}

.st_pinterest_large .stButton:before {
	content: "\f231";
}

.st_linkedin_large .stButton:before {
	content: "\f0e1";
}

.st_twitter_large .stButton:before {
	content: "\f099";
}


.st_facebook_large .stButton:before {
	content: "\f09a";
}

.st_sharethis_large .stButton:before {
	content: "\f064";
}

.masonry-container {
	padding:30px 0;
}

.masonry {
    -moz-column-count: 4;
    -moz-column-gap: 30px;
    -webkit-column-count: 4;
    -webkit-column-gap: 30px;
    column-count: 4;
    column-gap: 30px;
    width: 100%;
	padding-top:20px;
}

@media(max-width:1199px) {
	.masonry {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media(max-width:991px) {
	.masonry {
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}
}
@media(max-width:767px) {
	.masonry {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 00px;
	}
}

.masonry a {
	display: inline-block; /* Display inline-block, and absolutely NO FLOATS! */
	margin-bottom: 15px;
	width: 100%;
}


.update {
	display:block;
	overflow:hidden;
	background-color:#f6f4ef;
	border-radius:4px;
	color:#333;
	padding-bottom:15px;
}

.update:hover {
	background-color:#dddbd7;
}

.update.textonly {
	text-align:center;
	background-color:#938671;
}

.update.textonly:hover {
	text-align:center;
	background-color:#847865;
}

.update h5,
.update:hover h5 {
	color:#333;
	font-size:140%;
}

.update.textonly h5 {
	color:#fff;
	font-size:180%;
}

.update.textonly p,
.update.textonly:hover p {
	color:#fff;
	font-size:110%;
	opacity:.8;
}

.update p,
.update:hover p {
	color:#666;
	font-size:90%;
	margin-top:0;
	line-height:1;
}

.update .date {
	float:left;
	display:inline-block;
	margin-top:0;
	margin-bottom:0;
	line-height:1;
	color:#888;
}
.update .location {
	float:right;
	display:inline-block;
	margin-top:0;
	margin-bottom:0;
	line-height:1;
	color:#888;
}

.update p, .update h5 {
	padding-left:30px;
	padding-right:30px;
	margin-bottom:5px;
}

.update span {
	display:block;
	overflow:hidden;
	height:150px;
}

.update span img {
	background-position:center center;
	background-clip:border-box;
	width:100%;
	height:auto;
	position:relative;
	left:0;
	top:0;
	border-radius:0px;
}

.update:hover span img {
	width:120% !important;
	position:relative;
	left:-10%;
	top:-10%;
}

@media (max-width:767px) {
	.update span {
		height:150px;
	}
	.update p, .update h5 {
		padding-left:12px;
		padding-right:12px;
	}
}

@media (max-width:1199px) {
	.update p, .update h5 {
		padding-left:20px;
		padding-right:20px;
	}
}

.timeline-container {
	background-color:#dddbd7;
	padding:30px 0;
}
