@charset "UTF-8";
 
.two-column-margin {
    margin: 1em 5% !important;
}

header.entry-header {
    margin: 60px 0;
}
 
span.dateImplemented {
	padding-bottom: 10px;
	display: inline-block;
	font-style: italic;
	color: #6a6c6e;
	font-family: 'Encode Sans Condensed', sans-serif;
 }

h2.update {
    margin: -5px 0 0 50px;
    line-height: .8em;
}

h2.update::before {
    position: absolute;
    left: 31px;
    margin-top: 10px;
    content: '\2B24';
    color: #c00;
    width: 10px;
    height: 10px;
    background: rgba(204,0,0,1);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(204,0,0,0.2);
    font-size: 0;
}

h2.update:first-of-type {
    margin-top: 30px;
}

p.update-deets {
    margin: 0 5% 0 20px;
    border-left: #c5c5c5 solid 2px;
    padding: 30px 0 60px 25px;
}

p.update-deets:last-of-type {
    border-left: none;
}

.entry-meta.entry-meta-top {
	margin-bottom: 20px;
}
 
.entry-meta-element {
    margin-right: 10px;
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #333;
    border-radius: 30px;
	padding-top: 1px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	color: #fff;
	vertical-align: middle;
}

.entry-meta-element:hover {
	background-color: #c00;
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	transform: translateY(-2px);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.entry-meta-element a {
    color: #fff !important;
    font-size: 25px;
}

span.post-website.entry-meta-element {
    width: auto;
    background-color: #c00;
    padding: 10px 30px 10px 15px;
	position: relative;
}
span.post-website.entry-meta-element::after {
    position: absolute;
    top: calc(50% - 11px);
    right: 15px;
    content: "\f105";
    font-family: "FontAwesome";
	color: #fff;
}

span.post-website.entry-meta-element:hover {
    background-color: #900;
	cursor: pointer;
}

span.post-website.entry-meta-element a {
    font-size: 18px;
	color: #fff;
}

span.post-website.entry-meta-element a:hover {
    text-decoration: none;
}



#progressBar {
	padding: 3px;
	position: relative;
	margin-top: 60px;
	text-transform: uppercase;
    font-weight: normal;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 20px;
	/* width: 80%;
	background: #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	-moz-box-shadow:    inset 0 0 3px #939598;
	-webkit-box-shadow: inset 0 0 3px #939598;
	box-shadow:         inset 0 0 3px #939598; */
}
/*#progress {
	padding: 5px;
	background: #cc0000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: repeating-linear-gradient(
		45deg,
		#cc0000,
		#cc0000 10px,
		#8a1f03 10px,
		#8a1f03 20px
	);
} */
.progressMessage {
    position: relative;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
	margin: 0 10px 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #EB004C;
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
		/*.progressMessage:after {
			top: 100%;
			left: 50%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-color: rgba(204, 0, 0, 0);
			border-top-color: #8a211b;
			border-width: 10px;
			margin-left: -10px;
		} */

#progressBar.concept #progress {
	width: 1%;
	/*yellow*/
	background: repeating-linear-gradient(
		45deg,
		#EDCD60,
		#EDCD60 10px,
		#D38800 10px,
		#D38800 20px
	);
}
	#progressBar.concept .progressMessage {
		/*left: -8%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0000+0,8a211b+100 */
		/*yellow*/
		background: #5D46A1; /* Old browsers */
		/*background: -moz-linear-gradient(top,  #EDCD60 0%, #D38800 100%); /* FF3.6-15 */
		/*background: -webkit-linear-gradient(top,  #EDCD60 0%,#D38800 100%); /* Chrome10-25,Safari5.1-6 */
		/*background: linear-gradient(to bottom,  #EDCD60 0%,#D38800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDCD60', endColorstr='#D38800',GradientType=0 ); /* IE6-9 */
	}
		#progressBar.concept .progressMessage:after {
			/*yellow*/
			border-color: rgba(204, 0, 0, 0);
			border-top-color: #D38800;
		}


#progressBar.inprogress #progress {
	width: 50%;
	/*orange*/
	background: repeating-linear-gradient(
		45deg,
		#FA9C09,
		#FA9C09 10px,
		#986600 10px,
		#986600 20px
	);
}
	#progressBar.inprogress .progressMessage {
		/*width: 26%;
		left: 36%;
		/*orange*/
		background: #FA9C09; /* Old browsers */
		/*background: -moz-linear-gradient(top,  #FA9C09 0%, #986600 100%); /* FF3.6-15 */
		/*background: -webkit-linear-gradient(top,  #FA9C09 0%,#986600 100%); /* Chrome10-25,Safari5.1-6 */
		/*background: linear-gradient(to bottom,  #FA9C09 0%,#986600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FA9C09', endColorstr='#986600',GradientType=0 ); /* IE6-9 */
	}
		#progressBar.inprogress .progressMessage:after {
			/*orange*/
			border-color: rgba(204, 0, 0, 0);
			border-top-color: #986600;
		}



/*#progressBar.completed #progress {
	width: 100%;
}
	#progressBar.completed .progressMessage {
		width: 26%;
		left: 86%;
	} */


#progressBar.ongoing #progress {
	/*width: 90%;*/
	width: 100%;
	/*green*/
	background: repeating-linear-gradient(
		45deg,
		#39D45F,
		#39D45F 10px,
		#157D0B 10px,
		#157D0B 20px
	);
}
	#progressBar.ongoing #progress:after {
		right: -20px;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(21, 125, 11, 0);
		border-left-color: #157D0B;
		border-width: 15px;
		margin-top: -15px;
	}
	#progressBar.ongoing .progressMessage {
		/*left: 79%;
		width: 26%;
		left: 86%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0000+0,8a211b+100 */
		/*green*/
		background: #02A38A; /* Old browsers */
		/*background: -moz-linear-gradient(top,  #39D45F 0%, #157D0B 100%); /* FF3.6-15 */
		/*background: -webkit-linear-gradient(top,  #39D45F 0%,#157D0B 100%); /* Chrome10-25,Safari5.1-6 */
		/*background: linear-gradient(to bottom,  #39D45F 0%,#157D0B 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39D45F', endColorstr='#157D0B',GradientType=0 ); /* IE6-9 */
	}
		#progressBar.ongoing .progressMessage:after {
			/*green*/
			border-color: rgba(204, 0, 0, 0);
			border-top-color: #157D0B;
		}


a.button.multiple {
	margin: 5px;
}


div#secondary {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    padding: 0 30px 50px;
    margin-bottom: 30px;
	position: relative;
}

div#secondary h2 {
	display: inline-block;
    padding-top: 20px;
}

.over-submit {
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 30px;
	height: 45px;
	width: 45px;
	color: #fff;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ccc;
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	text-align: center;
	font-size: 32px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.over-submit a,
.over-submit a:hover {
	color: #fff !important;
}

.over-submit:hover {
	transform: translateY(-2px);
	background-color: #333;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.over-counter {
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	margin: 10px 0;
	height: 120px;
	vertical-align: top;
	background-color: #333;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.over-counter:hover {
	transform: translateY(-2px);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	
}

.over-counter p,
.over-counter p:hover {
	color: #fff;
	font-size: 14px;
	width: 60%;
	line-height: 1.2em;
}

	.over-counter.concept {background: #5D46A1;}

	.over-counter.inprogress {background: #FA9C09;}

	.over-counter.completed {background: #EB004C;}

	.over-counter.ongoing {background: #02A38A;}

.over-counter h3 {
	color: #fff;
	margin-top: 10px;
	text-transform: capitalize;
	margin-bottom: 0;
}

.over-counter .inner {
	position: absolute;
	display: inline-block;
	right: 5px;
	top:0;
	height: 60px;
    width: 80px;
	background-color: transparent;
	color: #fff;
	text-align: center;
}

.over-counter .inner h3 {
	position: relative;
    margin-right: 20px;
    margin-top: 15px;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    line-height: 40px;
    margin-left: 50%;
    transform: translateX(-50%);
    color: #333;
	font-size: 1.4em;
	margin-bottom: 5px;
}

.over-counter .inner p {
	font-size: 11px;
	text-align: center;
	width: 100%;
	font-family: 'Encode Sans Condensed', sans-serif;
}

	/*.over-counter.concept .inner h3 {color: #EDCD60;}

	.over-counter.inprogress .inner h3 {color: #FA9C09;}

	.over-counter.completed .inner h3 {color: #cc0000;}

	.over-counter.ongoing .inner h3 {color: #39D45F;} */



/*.widget_recent_initiatives li:before, .widget_recent_organizations li:before {
	font-family: 'Genericons';
}
	.widget_recent_initiatives li:before {
		content: '\f308';
	}
	.widget_recent_organizations li:before {
		content: '\f409';
	}
	.widget_recent_initiatives li a, .widget_recent_organizations li a {
		margin-left: 10px;
	} */




.initiative-box {
    margin: 2%;
    padding: 2%;
    display: inline-block;
    vertical-align: top;
    -moz-box-shadow: 0 3px 15px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.15);
	box-shadow: 0 3px 15px rgba(0,0,0,0.15);
    width: 90%;
    margin-left: 5%;
}

	.initiative-box h2 {
		margin-bottom: 10px;
		margin-top: 0;
		font-size: 24px;
	}
	.initiative-box .initiative-img {
		width: 150px;
		display: inline-block;
		vertical-align: middle;
	}
	.initiative-box .initiative-content {
		width: calc(100% - 350px);
		display: inline-block;
		margin: 0 20px;
		vertical-align: middle;
		line-height: 1.4em;
	}


.initiative-deets {
	width: 160px;
	display: inline-block;
	vertical-align: middle;
	align-content: center;
	text-align: center;
}

	.initiative-deets h3 {
		color: #fff;
		padding: 10px 15px;
		margin: 0;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 17px;
	}

	.initiative-deets a.button,
	.initiative-deets a.button:hover {
		max-width: 160px;
		background-color: transparent;
		display: inline-block;
		color: #333;
		padding: 15px 15px 0 15px;
		border: none;
		position: relative;
	}

	/*.initiative-deets a.button::after {
		position: absolute;
		right: 15px;
		content: "\f105";
		font-family: "FontAwesome";
		color: #333;
	} */


.initiative-deets .concept,
.initiative-deets .inprogress,
.initiative-deets .completed,
.initiative-deets .ongoing {
	-moz-box-shadow: 0 3px 15px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.15);
	box-shadow: 0 3px 15px rgba(0,0,0,0.15);
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

	.initiative-deets .concept {background: #5D46A1;}

	.initiative-deets .inprogress {background: #FA9C09;}

	.initiative-deets .completed {background: #EB004C;}

	.initiative-deets .ongoing {background: #02A38A;}




/***************************************************
				HOMEPAGE SHORTCODES
****************************************************/

a.logo-button {
    display: inline-block;
    background: #fff;
    width: 200px;
    height: 70px;
    position: relative;
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	vertical-align: top;
	-webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
	margin: 10px;
}

a.logo-button:hover {
	transform: translateY(-2px);
	-webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

a.logo-button img {
	position: absolute;
    max-width: 90%;
    max-height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


h1#init {
	display: inline-block;
	line-height: 1em;
	vertical-align: middle;
	margin-bottom: 0px;
}

.tag-container {
    display: inline-block;
	color:#fff !important;
    padding: 10px 20px;
    margin: 5px 7px;
	vertical-align: middle;
    text-transform: uppercase;
    border-radius: 10px;
	font-family: 'Montserrat', sans-serif;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.tag-container:hover {
	transform: translatey(-5px);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

a.tag-button.selected {
    opacity: 1;
}

a.tag-button {
	opacity: .5;
	color: #fff;
	position: relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

a.tag-button:hover {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

a.tag-all {
	display: block;
    margin: 20px;
    text-decoration: underline;
    font-size: 18px;
    font-style: italic;
	cursor: pointer;
}


a .initiative-box-home,
a .initiative-box-home:hover {
	color: #333;
	text-decoration: none;
}

.initiative-box-home {
	margin: 2%;
    padding: 2%;
    display: inline-block;
    vertical-align: top;
    -moz-box-shadow: 0 3px 15px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.15);
	box-shadow: 0 3px 15px rgba(0,0,0,0.15);
    width: 280px;
	height: 375px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	position: relative;
	text-align: center;
	align-content: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	line-height: 1.4em;
	font-style: normal;
}

.initiative-box-home:hover {
	transform: translateY(-5px);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.initiative-box-home .initiative-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-blend-mode: multiply;
	opacity: 0.7;
	z-index: -1;
}

.initiative-box-home p {
	margin: auto 1%;
}

.initiative-box-home .stat {
	-moz-box-shadow: 0 3px 15px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.15);
	box-shadow: 0 3px 15px rgba(0,0,0,0.15);
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	margin-top: 15%;
	width: 160px;
	position: relative;
	margin-left: 50%;
	transform: translate(-50%,0);

}

	.stat h3 {
		color: #fff;
		padding: 10px 15px;
		margin: 0;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 17px;
	}


	.initiative-overlay.concept, .initiative-box-home .stat.concept {background: #5D46A1;}

	.initiative-overlay.inprogress, .initiative-box-home .stat.inprogress {background: #FA9C09;}

	.initiative-overlay.completed, .initiative-box-home .stat.completed {background: #EB004C;}

	.initiative-overlay.ongoing, .initiative-box-home .stat.ongoing {background: #02A38A;}

.initiative-box-home .initiative-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20%;
	z-index: -2;
	overflow: hidden;
}

.initiative-box-home .initiative-img img {
	width: 100%;
	height: auto;
}




/***************************************************
					MEDIA QUERIES
****************************************************/

@media (max-width: 1100px) {
	.col-sm-4 {
		width: 100% !important;
	}
	
	.col-sm-8 {
		width: 100% !important;
	}
	
	.over-counter {
		margin: 10px 20px;
		width: calc(50% - 40px);
	}
}


@media screen and (max-width: 1000px) {
	.initiative-box .initiative-content {
		width: calc(80% - 80px);
		margin: 0 40px;
		vertical-align: top;
		float: right;
	}
	
	.initiative-box h2 {
		margin-top: 20px;
	}
	
	.initiative-deets h3 {
		font-size: 12px;
	}
	
	.initiative-box .initiative-img {
		width: 20%;
		vertical-align: top;
	}
	
	.initiative-deets {
		width: 20%;
		margin-top: 10px;
		display: block;
	}
	
}


@media screen and (max-width: 960px) {
	a.button {
		width: 100%;
		display: inline-block;
		text-align: center;
		font-size: 0.85em;
	}
	
	.initiative-deets a.button::after {
   	 	right: 35px;
    	top: calc(50% - 1px);
	}
}

@media screen and (max-width:800px) {
	.initiative-box .initiative-content {
		width: calc(70% - 30px) !important;
		margin: 0 10px 0 20px !important;
	}
	
	.initiative-box .initiative-img {
		width: 30% !important;
	}
	
	.initiative-deets {
		width: 30% !important;
	}	
}


@media screen and (max-width:725px) {
	.over-counter {
		margin: 10px 0;
		width: 100%;
	}
}

@media screen and (max-width: 550px) {
	/*#progressBar.concept .progressMessage {
		width: 30%;
		left: -12%;
	}
	#progressBar.inprogress .progressMessage {
		width: 40%;
		left: 29%;
	}
	#progressBar.completed .progressMessage {
		width: 40%;
		left: 78%;
	}
	#progressBar.ongoing .progressMessage {
		/*width: 30%;
		left: 73%;*/
	/*	width: 40%;
		left: 78%;
	} */
	
	.initiative-box {
		max-width: 100%;
	}
	
	#progressBar {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	span#by,
	a.organization {
		display: none;
	}
	
	h1.page-title {
		line-height: 1.2em;
	}
	
	span.dateImplemented {
    	font-size: 20px;
	}
	
	.initiative-box .initiative-content {
		width: 90% !important;
		margin: 10px 20px !important;
		float: none !important;
	}
	
	.initiative-box .initiative-img {
		width: 90% !important;
		margin: 5% 5% 0 !important;
	}
	
	.initiative-deets {
		width: 90% !important;
		margin: 2% 5% !important;
	}
	
	.initiative-deets .concept, 
	.initiative-deets .inprogress, 
	.initiative-deets .completed, 
	.initiative-deets .ongoing {
		display: inline-block;
		width: calc(100% - 160px);
	}
	
	.initiative-deets h3 {
		font-size: 18px;
	}
	
}

@media screen and (max-width:400px) {
	#progressBar {
    	font-size: 18px;
	}
	
	.entry-header .page-title,
	.content-padding .page-title {
		font-size: 2.1em !important;
	}
	
	span.post-website.entry-meta-element {
	    padding: 10px 25px 5px 10px;
	}
	
	span.post-website.entry-meta-element a {
    	font-size: 16px;
	}
	
	span.post-website.entry-meta-element::after {
    	top: calc(50% - 13px);
		right: 12px;
	}
	
	.entry-meta-element {
    	margin-right: 5px;
	}
	
	.initiative-deets .concept, 
	.initiative-deets .inprogress, 
	.initiative-deets .completed, 
	.initiative-deets .ongoing {
    	width: 100%;
	}
	
	
}

@media screen and (max-width:375px) {
	.over-counter {
		padding: 15px;
	}
	
	.over-counter h3 {
    	margin-top: 0;
		font-size: 22px;
	}
	
	.over-counter .inner {
		right: 0;
		}
}
