body {
    font-family:verdana, sans-serif;
    /* font-family: 'Roboto', sans-serif; */
    font-weight:300;
    font-size: 14px;
    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:#bb0f18;
    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:#fe6532; }
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;}



/* -- 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/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('../css/img/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:#fe6532; 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:#bb0f18; color:#fff; }
.widget-orange { background-color:#fe542c; color:#fff; }
.widget-pink { background-color:#ed1350; 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;}

/* -- 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; }

/* -- 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; }


/* -- 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;}

/*== 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; }


/* -- 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;}


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;
	}


/* -- 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;
}