/* CUSTOM CSS - this is where you add your own css rules !!
***********************************************************/

/**********************************
   Globals

   TODOs:
   - logo mai mare
   - customizare submeniu (meniu)
   - hover icoane rotunde & floats
   - upcoming events pe 2 randuri 
   - optimizare latest stories (cele 3 ul-uri)

   

**********************************/

/*
 *  * Import Mods by Andrei - starting 08.09.2013
 *   *
 *    */

@import url("custom-a.css");

/*
 *  * End import
 *   */


/**********************************
   Globals
**********************************/

/* clearfix */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* fonts */
@font-face {
    font-family: 'museo700';
    src: url('museo700-regular-webfont.eot');
    src: url('museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('museo700-regular-webfont.woff') format('woff'),
         url('museo700-regular-webfont.ttf') format('truetype'),
         url('museo700-regular-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo300';
    src: url('museo300-regular-webfont.eot');
    src: url('museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('museo300-regular-webfont.woff') format('woff'),
         url('museo300-regular-webfont.ttf') format('truetype'),
         url('museo300-regular-webfont.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**********************************
   All pages - Layout
**********************************/

/* header white stripe */
header#header {
	background: white;
	background-color: white;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);

	border-top:solid 3px #26a9e0; border-bottom:solid 3px #26a9e0; margin-top:3px;
}

/* logo */

/*
#header h1#logo, 
#header a#logo 
{ background-color:#fff; height:148px; width:350px; border-top:0; border-bottom-left-radius:15px; border-bottom-right-radius:15px; box-shadow:0 0 5px 5px rgba(0, 0, 0, 0.2); margin-top:-6px; display:block; }
#header h1#logo img,
#header a#logo img 
{ width:305px; margin-top:10px; }
header.style2 #logo a,
header.style2 a#logo 
{ border:none !important; background-color:transparent; }
header.style2 h1#logo a:after, 
header.style2 a#logo:after 
{ border:none; }
*/

/* main menu */
nav#main_menu > ul.sf-menu > li > a { color:#07486c; text-transform:uppercase; }
nav#main_menu > ul.sf-menu > li > a:hover { color:#26a9e0; }
nav#main_menu > ul.sf-menu > li.active > a,
nav#main_menu > ul.sf-menu > li > a 
{ background-color:transparent !important; }

/* languages icon */
.icon-globe { background:url('../images/globe.png') no-repeat center center; width:16px; height:16px; }

/* languages menu */
.topnav .languages a { color:#00adee; }
header.style2 .topnav.navLeft { float:right; }
header.style2 .topnav.navLeft .languages a { float:left; }
header.style2 .topnav.navLeft .languages .mod-languages { float:right; margin-left:15px; }
header.style2 .topnav.navLeft .languages ul li { float:left; }

/* login link */
ul.topnav.navRight li a { color:#07486c; }
ul.topnav.navRight li a:hover { color:#26a9e0; }

/* search button */
#search .searchBtn { background-color:#f05a28; }
#search .searchBtn:hover { background-color:#ff4000; }

/* breadcrumbs*/
.breadcrumbs li { background-color:rgba(255,61,11,0.4); }
.breadcrumbs li:after { border-color:transparent transparent transparent #00adee; border-left-color: #00adee !important; }
.breadcrumbs .pathway { color:#00adee; }
#current-date { background-color:rgba(127,150,167,0.4); color:#fff; }

/* blue headline */
#mod275 h4.smallm_title, /* feature boxes */
#mod284 .moduletitle, /* upcoming events */
.mod_events_monthyear td, /* jEvents calendar */
.mod_events_monthyear td.calendar_title a, /* jEvents calendar dates */
#mod268 h4, /* latest members */
#mod361 h4, /* my world */
#mod362 h4, /* the world we want */
.k2ItemsBlock > p, /* latest stories */
.itemRelated h3, /* related items */
.page-title, /* page title */
div.itemHeader h2.itemTitle,
.itemListCategory h2,
div.latestItemsCategory h2,
div.catItemHeader h3.catItemTitle,
div.latestItemHeader h2.latestItemTitle,
.weblink-category h2,
#mod306 > .bghelper > h4
{
    font-family:'museo300';
    color:#07486c;
    font-size:18px;
    font-weight:700;
    display:block;
    width:100%;
    text-transform:uppercase;
    padding-bottom:10px;
    margin-top:1px;
}

/* blue headline with border, centered */
#mod275 h4.smallm_title, /* feature boxes */
#mod284 .moduletitle, /* upcoming events */
.mod_events_monthyear td, /* jEvents calendar */
#mod268 h4, /* latest members */
#mod361 h4, /* my world */
#mod362 h4, /* the world we want */
.k2ItemsBlock > p, /* latest stories */
.itemRelated h3, /* related items */
.itemListCategory h2,
div.latestItemsCategory h2,
#mod306 > .bghelper > h4
{
	text-align:center;
	background:url('../images/title-blue-bg.png') no-repeat center bottom;
    border-bottom:1px solid #BCBCBC;
}
#user1.container {
  //height: 525px;
  height:auto;
  overflow: hidden;
}
@media (max-width: 100px) {
    #user9.container{
       height: 100%;
    }
}
#mod361, #mod362{
    //height: 280px;
    position: relative;
}
@media (max-width: 420px) {
    .mod360{
       height: 100%;
    }
}

#mod291{
    //height: 280px;
    position: relative;
}

#mod365{
    //margin-left: 620px;
}
#ex_counter_container .aftertext {
    margin-left: 10px;
    font-weight:bold;
}
#ex_counter_container .aftertext a{
    color: #ef5a28!important;
}
.module_3steps{
    //height: 750px;
    //width: 550px!important; 
}
@media (max-width: 570px) {
    .module_3steps{
       height: 100%;
    }
}

/* blue headline with border, left */
.k2ItemsBlock > p, /* latest stories */
.itemRelated h3, /* related items */
.itemListCategory h2,
div.latestItemsCategory h2,
#mod306 > .bghelper > h4
{ background-position:left bottom; text-align:left; padding-left:50px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* orange box link */
a.orange-box-link, #s3_gos3, a.viewall { text-align:center; padding:3px 10px; background-color:#f05a28; color:#fff; border-radius:3px; font-size:12px; margin:0 auto; display:block; width:110px; margin-top:27px; font-family:'museo300'; }

/* footer */
#footer { background-color:#ef5a28 !important; }
#twitterFeed { background-color:#e6e7e8 !important; color:#666 !important; }
#twitterFeed:after { border-color:#e6e7e8 transparent transparent !important; }
#footer .bottom { border-top-color:#fff !important; }
#footer .social-icons li.title,
#footer .bottom { color:#404c5b; }

/* socials */
.social-icons li a { background-color:#00adee; border-radius:15px; }

/* lists */
.mod_events_latest_table td span.mod_events_latest_date:first-child,
.k2ItemsBlock > div > ul > li > a.moduleItemTitle,
.itemRelated ul li a
{ background:url('../images/grey_arrow.png') no-repeat center left; padding-left:20px; }
.mod_events_latest_table td span.mod_events_latest_date:first-child:hover,
.k2ItemsBlock > ul > li:hover > a,
.k2ItemsBlock > ul > li > a:hover,
.itemRelated ul li a:hover
{ background:url('../images/grey_arrow_hover.png') no-repeat center left; }

/* no bullets lists */
.k2ItemsBlock > div > ul > li,
.itemRelated ul li
{ background-color:transparent; border:none; list-style:none; }

.blue-header {
    font-family:'museo300' !important;
    color:#07486c !important;
    font-size:18px !important;
    font-weight:700 !important;
    display:block !important;
    width:100% !important;
    text-transform:uppercase !important;
    padding-bottom:10px !important;
    margin-top:1px !important;
    
 	text-align:center;
	background:url('../images/title-blue-bg.png') no-repeat center bottom !important;
    border-bottom:1px solid #BCBCBC !important;   	
}

/**********************************
   Home page - Layout
**********************************/

/* slider */
.iosSlider .next { background:url('../images/right-slider-arrow.png') no-repeat center center !important; width:49px !important; height:49px !important; visibility:visible !important; margin-right:25px !important; }
.iosSlider .prev { background:url('../images/left-slider-arrow.png') no-repeat center center !important; width:49px !important; height:49px !important; visibility:visible !important; margin-left:25px !important; }
.iosSlider .next:hover .btn-label, .iosSlider .prev:hover .btn-label { display:none; }
.iosSlider .selectors { margin-left:75%; }

/* infobox grey bar */
.custom.noBottomMargin.infobox1 { background:url('../images/bg-grey-bar.png') repeat-x top center; height:66px; color:#fff; padding-top:0; padding-bottom:0; font-size:22px; font-weight:bold; text-align:left; position:relative; }
.custom.noBottomMargin.infobox1 div { position:relative; margin: 0 auto; width:100%; line-height:64px; text-align:center; }

@media all and (max-width: 1815px) {
	.custom.noBottomMargin.infobox1 div { line-height:33px; }
}
@media all and (max-width: 935px) {
	.custom.noBottomMargin.infobox1 div { font-size:14px; line-height:33px; }
}
@media all and (max-width: 625px) {
	.custom.noBottomMargin.infobox1 div { font-size:14px; line-height:22px; }
}

/* feature boxes */
.feature_box .span12 .smallm_title { color:#07486c; }
.feature_box .span12 .smallm_title span, .feature_box .span12 .smallm_title span:before { border-color:transparent; padding:0; }
.feature_box .span3 .box a h4.title { color:#f05a28; }
.feature_box .span3 .box a h4.title:hover { color:#00adee; }
.feature_box .span3 .box a span.icon { background-color:transparent; margin-top:-10px; margin-right:0; }

/* upcoming events */
.mod_events_monthyear a.mod_events_link { color:#07486c !important; }
.mod_events_latest_table td.mod_events_latest_first,
.mod_events_latest_table td.mod_events_latest,
.mod_events_latest_table td.mod_events_latest_last 
{ border:none; background-color:transparent; }
.mod_events_latest_table td a,
.k2ItemsBlock > ul > li > a 
{ color:#4d4d4f; font-size:14px; }
.mod_events_latest_table td a:hover,
.k2ItemsBlock > ul > li > a:hover 
{ color:#f05a28; }

/* jEvents calendar */
.mod_events_table { background-color:#e6e7e8 !important; width:100% !important; border:none !important; }
.mod_events_monthyear { background-color:transparent !important; width:100% !important; border:none !important; margin-bottom:10px !important; }
.mod_events_table a { font-family:'museo700' !important; font-size:20px; }
.mod_events_monthyear td { border-bottom: 1px solid #BCBCBC; }
.mod_events_table .mod_events_td_daynoevents { height:53px !important; }
.mod_events_table .mod_events_td_daynoevents a { color:#07486c !important; }
.mod_events_table .mod_events_td_daynoevents a:hover,
.mod_events_table .mod_events_td_todaynoevents a,
.mod_events_table .mod_events_td_todaynoevents a:hover,
.mod_events_table .mod_events_td_daywithevents a 
{ color:#ef5a28 !important; }
.mod_events_table .mod_events_td_daywithevents { color:#ef5a28 !important; border:none !important;background-color:transparent !important; }
.mod_events_table .mod_events_td_todaynoevents { border:none !important; }
.mod_events_table .mod_events_td_dayoutofmonth { border:none !important; background-color:transparent !important; color:#e6e7e8 !important; }
.mod_events_table .mod_events_td_dayname { display:none !important; }
.mod_events_table .mod_events_td_todaynoevents,
.mod_events_table .mod_events_td_dayoutofmonth,
.mod_events_table .mod_events_td_daynoevents,
.mod_events_table .mod_events_td_daywithevents 
{ border-bottom:1px solid #bcbdbf !important; }

/* controls */
div.mod_events_link { float:right; display:block; width:31px; height:31px; background:url('../images/calendar-right.png') no-repeat center center; cursor:pointer; line-height:0; font-size:0; color: transparent; margin-top:20px; margin-right:15px; }
div.mod_events_link.calendar-left { float:left; background-image:url('../images/calendar-left.png'); margin-left:15px; }

/* imgboxes */
.slidingDetails .details { background-color:rgba(55, 162, 204, 0.8); }

/* counter */
#ac_counter .counter-digit { background-image:url('../images/flipCounter-small.png') !important; }

#ac_counter_container div b { color:#ef5a28; !important; }
#ac_counter_container #ac_counter { margin-right:15px !important; }

/* twitter */
.testimonial_box[data-theme="light"] blockquote { background-color:#00aced; color:#fff; }

.ivd2015logo .testimonial_box[data-theme="light"] blockquote {
  margin-left: 110px;
}

.ivd2015logo .testimonial_box[data-theme="light"] blockquote:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 13px 15px 0;
  border-color: transparent #00aced !important;
  display: block;
  width: 0;
  z-index: 1;
  left: -11px;
  top: 15px;
}

.ivd2015logo .testimonial_box[data-theme="light"] .details img { display: none; }

/* latest stories */
.k2ItemsBlock > div > ul > li { background-color:transparent; border:none; }
.k2ItemsBlock > div > ul > li a.moduleItemTitle { font-weight:bold; font-size:14px; }
.k2ItemsBlock > div > ul > li a.moduleItemTitle:hover { color:#f05a28; background-image:url('../images/grey_arrow_hover.png'); }

div.k2ItemsBlock ul li div.moduleItemIntrotext { font-size:14px; }
.moduleItemAuthor { display:none; }

/* responsive stories */
@media all and (max-width: 985px) {
	.k2ItemsBlock > div > ul { float:left !important; width:100% !important; }
}

/**********************************
   3 Steps
**********************************/

.module_3steps h3 { text-transform:none !important; }
#s3_gos3 { border:none; width:60px; display:inline-block; margin:-10px 0 0 5px; }

/* step boxes */
.module_3steps div.s3_contain {height:38px;}

/* left content */
.step-1-wrapper, .step-3-wrapper { float:left; }
.step-2-wrapper{float: none;}
@media (max-width: 550px) {
    .module_3steps{
       height: 100%;
    }
}
@media (max-width: 550px) {
    .step_container{
       margin-left: 10%;
       height: 100%;
    }
}

.step-1-wrapper { text-align:center; }
.step-2-wrapper { text-align:center; }
.step-3-wrapper { text-align:center; }

/* right content */
.step_container { margin-bottom: 20px; margin-right: 20px;}

/* initial widths */
.cont_step1 //{ width:100%; background-color:#bbbdbf; float:left}
.cont_step1 {
    font-weight: normal;
	margin: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    letter-spacing: 0.06em;
    background-color: #bbbdbf;
}
.cont_step2,.cont_step3{
    font-weight: normal;
	margin: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    letter-spacing: 0.06em;
    background-color: #00adee;
}

/**
 * .cont_step2 { width:100%; background-color:#00adee; }
 * .cont_step3 { width:100%; background-color:#00adee; }
 */

/* set step images */
/**
 * .step-1-wrapper div { margin-left:34px; height:68px; width:61px; background:url('../images/step-1.png') no-repeat center center; }
 * .step-2-wrapper div { height:71px; width:122px; background:url('../images/step-2.png') no-repeat center center; }
 * .step-3-wrapper div { height:71px; width:177px; background:url('../images/step-3.png') no-repeat center center; background-size:cover; }
 */
.step-1-wrapper h4, .step-2-wrapper h4, .step-3-wrapper h4, .module_3steps h3 { color:#00adee; font-size:22px; font-family:'museo700'; }

/* step containers */
.step1.step_container { width:330px; height:10px; }
.step2.step_container { /*width:330px;*/ height:170px; margin-left: 10px; }
.step3.step_container { width:330px; height:170px; margin-left: 10px;}

/* initial styles */
.module_3steps h3 { background-color:transparent !important; background-image:none !important; font-size:24px !important; text-align:center !important; padding:0 !important; }
.cont_step2 h4, .cont_step3 h4 { color:#fff; }

/* step 3 */
.step3.step_container { width:510px; position:relative; }
.module_3steps div.step3 textarea { width:400px !important; height:72px !important; position:absolute; left:0; }
.module_3steps div.step3 .country { width:124px !important; position:absolute; left:0; top:111px; }
.module_3steps div.step3 #country { width:122px !important; }
.module_3steps div.step3 .count { width:313px !important; position:absolute; left:133px; top:111px; }
.module_3steps div.step3 #no_volunteers { width:122px !important; width:52px !important; margin-left:5px; }
#s3_gos4 { position:absolute; top:165px; right:94px; }
.step3 form { //left:-5px; position:relative; top:145px;}
.row .fileupload{//border:1px solid red; //width: 100px;}

.table.table-striped { display:none !important; }
.fileupload-progress { left:223px !important; position:relative !important; top:-35px !important; width:185px !important;}
.progress { margin-bottom:10px !important; }

/**********************************
   Standard page - Layout
**********************************/

/* no controls for slider */
.custom-slider .prev, .custom-slider .next { display:none; }

/**********************************
   Story page - Layout
**********************************/

/* related items */
.itemRelated h3 { padding-bottom:0; text-transform:none !important; }
.itemRelated ul li { background-color:transparent; border:none; }

div.itemHeader h2.itemTitle { color:#00adee; font-size:22px; }
div.itemHeader span.itemDateCreated,
div.itemHeader span.itemAuthor
{ color:58595b; font-size:8px; }

/* item toolbar */
div.itemToolbar { background-color:transparent; border:none; border-bottom:1px solid #00adee; margin-top:5px; }
div.itemToolbar ul { margin-top:-45px; }

/**********************************
   K2 Items page - Layout
**********************************/

div.itemListCategory { border:none; background-color:transparent; }
div.itemListCategory h2 { font-family:'museo700'; font-size:24px; }
div.catItemHeader { border-bottom:1px solid #dfdfdf; padding-bottom:12px; }
div.catItemHeader h3.catItemTitle a { color:#07486c; }
div.catItemHeader h3.catItemTitle a:hover { color:#00adee; }
div.catItemIntroText { font-size:14px; }

div.catItemView  { padding-right:20px; }

.catItemAuthor a, .catItemCommentsLink a, .catItemReadMore a { color:#f05a28; }
.catItemAuthor a:hover, .catItemCommentsLink a:hover, .catItemReadMore a:hover { color:#cd2b25; }

/* pagination */
div.k2Pagination ul li { display:inline-block; padding:0 5px; }
div.k2Pagination ul li a { color:#00adee; }
div.k2Pagination ul li a:hover { color:#07486c; }

div.latestItemsCategory { border:none; background-color:transparent; }
div.latestItemsCategory h2 { font-family:'museo700'; font-size:24px; }
div.latestItemsCategory h2 a { color:#07486c; }
div.latestItemsCategory h2 a:hover { color:#00adee; }

div.latestItemHeader { border-bottom:1px solid #dfdfdf; margin-bottom:10px; }
div.latestItemHeader h2.latestItemTitle { padding:0; margin:0; }
div.latestItemHeader h2.latestItemTitle a { color:#07486c; }
div.latestItemHeader h2.latestItemTitle a:hover { color:#00adee; }

h2.latestItemTitleList a { background:url("../images/grey_arrow.png") no-repeat scroll left center transparent; padding-left:20px; }
h2.latestItemTitleList a:hover { background-image:url("../images/grey_arrow_hover.png"); color:#f05a28; }

div.latestItemIntroText { font-size:14px; }

/**********************************
   Login
**********************************/

div.pp_kalypso .pp_content { background-color:#f05a28 !important; border-color:#f05a28 !important; }
.login-panel .m_title, .register-panel .m_title, .forgot-panel .m_title { color:#fff; text-shadow:none; }
.login-panel .create_account,
.login-panel input[type="submit"],
.register-panel input[type="submit"],
.forgot-panel input[type="submit"]
{ background-color:#00adee; }

.login-panel .links a, .register-panel .links a, .forgot-panel .links a, #remember-lbl { color:#07486c; text-shadow:none; }
.login-panel .links a:hover, .register-panel .links a:hover, .forgot-panel .links a:hover { color:#fff; }

div.pp_kalypso .pp_close { background-color:transparent !important; }


/**********************************
   Weblinks
**********************************/

.weblink-category h2 { border-bottom:1px solid #CBCBCB; }
.weblink-category table { width:100%; }
/*.weblink-category table td.hits { display:none; }*/
.weblink-category table tr { height:30px; }
/*.weblink-category table tr p { visibility:hidden; }*/
.weblink-category table tr p a.category,
ul.weblinks > li > a {	
	display:block; 
	visibility:visible; 
  	border-bottom: 1px solid #DDDDDD;
    display: block;
    line-height: 20px;
    padding: 10px;
/*    color: #0088CC;*/
    font-size:21px;
    padding-top:0; 
}

.weblink-category table tr p a.category:hover,
ul.weblinks > li > a:hover
{ color:#2d5580; text-decoration:underline; }

ul.weblinks { margin:0; padding:0; }
ul.weblinks li { list-style:none; }
ul.weblinks > li > a { font-size:18px; padding-top:10px; }

.latest_posts.style2 .viewall { top:-72px !important; color:#fff; line-height:20px; }
.latest_posts.style2 .viewall:hover { color:#CD2122; }

.latest_posts.style2 ul.posts .details span.date:after { border-color:#07486c transparent transparent; }
.latest_posts.style2 ul.posts .details span.date { background-color:#07486c; }
.latest_posts.style2 ul.posts .details > span { font-size:11px; }

#logo:lang(en-gb) {
    background: url("../images/logo_1eng.jpg") no-repeat scroll 0 0 transparent !important;
}
#logo:lang(es-es) {
    background: url("../images/logo_1spa.jpg") no-repeat scroll 0 0 transparent !important;
}
#logo:lang(fr-fr) {
    background: url("../images/logo_1fra.jpg") no-repeat scroll 0 0 transparent !important;
}
.tagline-orange {
    background-color: transparent !important;
    background-image: url("../images/top-module-orange.png") !important;
    background-position: center 0 !important;
    background-repeat: repeat-y !important;
    background-size: contain !important;
}
/* 2013 */
.ivd2013logo #logo:lang(en-gb) {
    background: url("../images/logo-en.png") no-repeat scroll 0 0 transparent !important;
}
.ivd2013logo #logo:lang(es-es) {
    background: url("../images/logo-es.png") no-repeat scroll 0 0 transparent !important;
}
.ivd2013logo #logo:lang(fr-fr) {
    background: url("../images/logo-fr.png") no-repeat scroll 0 0 transparent !important;
}
.ivd2013logo h1#logo, .ivd2013logo a#logo {
    height: 278px !important;
    margin-left: -20px;
    overflow: hidden;
    text-indent: -99999px;
    width: 355px !important;

}
.ivd2013logo #logo {
    top: -20px;
}
/* 2015 */
.ivd2015logo #logo:lang(en-gb) {
    background: url("../images/logo2015-en.png") no-repeat scroll 0 0 transparent !important;
}
.ivd2015logo #logo:lang(es-es) {
    background: url("../images/logo2015-es.png") no-repeat scroll 0 0 transparent !important;
}
.ivd2015logo #logo:lang(fr-fr) {
    background: url("../images/logo2015-fr.png") no-repeat scroll 0 0 transparent !important;
}
.ivd2015logo h1#logo, .ivd2015logo a#logo {
    height: 175px !important;
    overflow: hidden;
    text-indent: -99999px;
    width: 175px !important;

}
.ivd2015logo #logo {
    top: -20px;
    left: 54px;
}

.module_3steps.ivd2013 {
    background: url("../images/ivd_3steps_bg.jpg") no-repeat scroll 0 0 #536fb6;
    float: left;
    width: 100%;
	border-bottom: 4px solid #5787C6;
	border-radius: 20px 20px 0 0 ;
	overflow: hidden;
	min-height: 234px;
}
.ivd2013.module_3steps div.s3_contain {
    padding-top: 0;
    padding-bottom: 4px;
	margin-bottom: 0;
	position: relative;
}
.ivd2013 .cont_step1 {
	background: none repeat scroll 0 0 rgba(255, 56, 0, 0.5) !important;
}
.ivd2013 .cont_step2 {
	background: none !important;
}
.ivd2013 .cont_step3 {
    background-image: url("../images/step3_bg.jpg");
    background-size: 100% auto;
    background-color: transparent;
}
.ivd2013 .step-1-wrapper, .ivd2013 .step-2-wrapper, .ivd2013 .step-3-wrapper {
    display: none;
}
.ivd2013 h3 {
    bottom: 40px;
    float: left;
    font-family: 'droid sans';
    font-size: 60px !important;
    letter-spacing: -1.5px !important;
    line-height: 0.9;
    position: absolute !important;
    text-align: left !important;
    text-shadow: none;
    text-transform: lowercase !important;
    left: 15px;
	color: #fff !important;
	max-width: 200px;
}
.ivd2013 .step1.step_container > p {
    display: none;
}
.ivd2013 .step1.step_container {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border: 1px solid #CE4D19;
    border-radius: 3px;
    float: right;
    height: auto;
    padding: 7px 10px;
    position: relative;
    right: 10%;
    top: 155px;
    width: auto;
}
.ivd2013 .step1 > input {
    float: right;
    margin-top: 3px;
    margin-left: 5px;
}
.ivd2013 .step2 > p {
    border-top: 6px solid #fff;
    color: #fff;
    padding-top: 10px;
    margin-bottom: 15px;
}
.ivd2013 select {
    border: 1px solid #c2511d;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
}
.ivd2013 #s3_gos3 {
    background: #4b90cd;
    border-radius: 10px;
    font-size: 120%;
    padding: 5px;
    width: 70px;
}
.ivd2013 .step2.step_container {
    width: 300px;
    margin-right: 5%;
}
.ivd2013 .steps_notice {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    width: 20%;
    margin: 80px auto;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #CE4D19;
    font-size: 120%;
}
.ivd2013 .step3.step_container {
    margin-right: 10%;
    width: 420px;
}
.ivd2013 #s3_story {
    height: 90px !important;
    width: 400px !important;
}
.ivd2013 .country {
    top: 140px !important;
}
.ivd2013.module_3steps div.step3 .count {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    top: 140px !important;
    width: auto !important;
    border: 1px solid #CE4D19;
    border-radius: 4px;
    padding: 0 18px;
	height: 29px !important;
}
.ivd2013 .step3 form {
    top: 145px;
}
.ivd2013 #s3_gos4 {
    top: 190px;
	background: #4b90cd;
}
.ivd2013 #s3_story_warn {
    margin-top: -10px;
}
.ivd2013.module_3steps div.step3 #no_volunteers {
    border: medium none;
    border-radius: 12px;
    margin-top: 2px;
    padding: 2px;
    width: 40px !important;
}
.ivd2013 .btn-info, .ivd2013 .start, .ivd2013 #s3_gos4 {
    border: medium none;
    border-radius: 15px;
}
.ivd2013 .btn-info {
    background: #f06221;
}
.ivd2013 .start {
    background: #009245;
}

i.fa-question-circle {
    margin-left: 3px;
}

#k2ModuleBox267 a.moduleCustomLink,
#k2ModuleBox421 a.moduleCustomLink,
#k2ModuleBox390 a.moduleCustomLink,
#k2ModuleBox351 a.moduleCustomLink {
  display: none;
}

div.pp_pic_holder {
    z-index: 30000 !important;
}

div.pp_overlay {
    z-index: 29000 !important;
}
