@charset "UTF-8";




/* =============================================================================
   Change base color:
   
   Scroll to the bottom of this file and in the section "Change base color",
   find this HEX #9DC500 and replace it with yours
   ========================================================================== */




/* HTML5 Boilerplate CSS: h5bp.com/css */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif;color:#222}body{margin:0;font-size:1em;line-height:1.4}::-moz-selection{background:#9dc500;color:#fff;text-shadow:none}::selection{background:#9dc500;color:#fff;text-shadow:none}a{color:#00e}a:visited{color:#551a8b}a:hover{color:#06e}a:focus{outline:none}a:hover,a:active{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ebebeb;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:bold}pre,code,kbd,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}ul,ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;*margin-left:-7px;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*width:13px;*height:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;resize:vertical}input:invalid,textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{margin:.2em 0;background:#ccc;color:black;padding:.2em 0}

/* Generic*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 62.5%;
	line-height: 160%;
}

/* Transitions */
* {
    transition:all .4s ease-out; 
    -o-transition:all .4s ease-out; 
    -moz-transition:all .4s ease-out; 
    -webkit-transition:all .4s ease-out;
    
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

a, a:active, a:focus { outline: 0; }
input::-moz-focus-inner { border: 0; }

input, button, textarea, select {
	font-family: 'Open Sans', sans-serif;
}

/* Typography */

h3
{
	font-size: 2.5em;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	margin: 21px 0 10px 0;
	line-height: 110%;
	font-weight: 100;
	max-width: 620px;
	letter-spacing: -0.05em;
}

.text-white h3 {
	color:#fff;
}

.comming-soon p
{
	color:#333333;
	font-size:1.5em;
	font-family: 'Open Sans', sans-serif;
	line-height: 135%;
	margin-top:17px;
	margin-bottom: 0;
}

.text-white .comming-soon p {
	color:#fff;
}

.text-white .comming-soon p.small {
	color:#fff;
}

.comming-soon p.small
{
	color:#000;
	font-style: italic;
	font-weight: 600;
	font-size: 1.1em;
	margin-top:6px;
	margin-bottom: 35px;
}

.text-white .contact-list .address {
	color:#fff;
}

.text-white .contact-list .address-text a, a:visited {
	color: #fff;
}

footer p {
	color:#bfc2c4;
	font-size: 1.3em ;
	color:#bfc2c4;
	font-style: italic;
	line-height: 140%;
}

.comming-soon .contact-list p {
	font-size: 1.3em ;
	font-style: italic;
	line-height: 140%;
	text-decoration:none;
}

footer a, footer a:visited {
	color:#e3e5e6;
	text-decoration: none;
}

footer a:hover {
	color:#9dc500;
	text-decoration: none;
}

.widget-twitter ul li .tweet_time a {
	color:#aeaeae;
	text-decoration: none;
}

.widget-twitter .tweet p {
	font-size: 1.2em;
	color:#6e6e6e;
	font-style: italic;
	background: url(../img/bg-tweet-speech.png) no-repeat 7px bottom;
	padding: 0 0 15px 0;
	margin: 0 0 5px 0;
}

.widget-twitter .tweet span {
	display: block;
	height: 16px;
	background: url(../img/twitter.png) no-repeat;
	padding: 0 0 0 30px;
	line-height: 13px;
	font-size: 1.0em;
	color:#aeaeae;
	font-style: italic;
}

.contact-list .contacts{
	color:#000;
	font-size: 1.3em;
	font-style: italic;
	font-weight: 600;
	margin-top:0;
	margin-bottom:0;
}

.contact-list .address
{
	color:#000;
	opacity: 0.5;
	margin-bottom: 0px;
	margin-top:12px;
}

.contact-list .address-text
{
	color:#000;
	margin-top:0px;	
	text-decoration:none;
} 

.contact-list .address-text a, a:visited
{
	color:#000;
} 

header.comming-soon {
	padding-bottom: 10px;
}

/* Footer */

footer {
	background: #fff;
	position: relative;
	z-index: 9;
}

/* Footer transparent */
.footer-transparent footer {
	background: transparent;
}

.footer-transparent .twitter-feed {
	margin-left: 0;
	background: url(../img/icons/twitter-footer-transparent.png) no-repeat 0 0;
	margin-top: 0;
}

.footer-transparent footer .twitter-feed .tweet_time {
	background: none;
}

.footer-transparent footer .twitter-feed ul{
	float: left;
	padding-left: 45px;
}

.footer-transparent footer .twitter-feed li.tweet_first .tweet_time{
	margin-top: -5px;
}

.footer-transparent footer .twitter-feed li.tweet_first .tweet_text {
	margin-top: 0;
	top:0;
}

.footer-transparent footer .wrapper-comming-soon .social {
	position: relative;
	left: auto;
	right: auto;
	float: none;
}

.footer-transparent footer .social li {
	float: none;
}

.footer-transparent .wrapper-comming-soon .social li a:hover {
	padding: 8px 6px;
	margin-top: 0;
}

.footer-transparent .bottom-elements.bottom {
	position: fixed;
	bottom: 40px;
}

.footer-transparent .rights-reserved.margin-124.bottom {
	position: fixed;
	right:0px;
	bottom: 40px;
}

.footer-transparent .rights-reserved.margin-124 {
	margin: 0;
	float: right;
	position: relative;
	bottom:53px;
	margin-right: 20px;
	color: #000;
}

.text-white.footer-transparent .rights-reserved.margin-124 {
	color: #fff;
}

.text-white.footer-transparent .wrapper-comming-soon .twitter-feed .tweet_text {
	color: #fff;
}

.text-white.footer-transparent footer .twitter-feed .tweet_time a{
	color: #fff;
}


.footer-transparent .wrapper-comming-soon .social li a {
	background: transparent;
}





footer .wrapper {
	width: 946px;
}

.twitter-feed {
	width: 296px;
	background: url(../img/icons/twitter-footer.png) no-repeat 0 0;
	margin-top:-30px;
	margin-bottom:20px;
	margin-left:82px;
}

footer .twitter-feed ul {
	margin: 0;
	padding: 0;
}

footer .twitter-feed li {
	list-style-type: none;
	display: block;
	width: 301px;
	min-height: 75px;
}

footer .twitter-feed li.tweet_first .tweet_time {
	margin-top: 38px;
}

footer .twitter-feed li.tweet_first .tweet_text {
	margin-top: 10px;
}

footer .twitter-feed .tweet_text {
	display: block;
	float: right;
	width: 256px;
	color:#bfc2c4;
	font-size: 1.3em;
	font-style: italic;
	line-height: 140%;
}

footer .twitter-feed .tweet_time {
	float: left;
	width: 30px;
	display: block;
	color:#69737d;
	font-size: 1.0em;
	background: url(../img/speech-twitter-footer.png) no-repeat 0 top;
	padding-top: 6px;
	margin-top: 5px;
	line-height: 120%;
}

footer .twitter-feed .tweet_time a {
	color:#aeaeae;
	display: inline-block;
}

footer .social {
	margin: -17px 0 0 0;
	padding: 0;
	float: right;
}

footer .social li {
	list-style-type: none;
	float: left;
}

footer .social li a {
	background: #69737d;
	padding: 8px 6px;
	margin: 0 0 0 2px;
	width: 18px;
	height: 18px;
	text-align: center;
	display: block
}

footer .social li a:hover {
	padding: 16px 6px 8px 6px;
	margin: -8px 0 0 2px;
}


/* Social Icons */

footer .social li.amazon a:hover {
	background: #fe9900;
}

footer .social li.app-store a:hover {
	background: #333;
}

footer .social li.behance a:hover {
	background: #1377ff;
}

footer .social li.blogger a:hover {
	background: #ff6300;
}

footer .social li.deviantart a:hover {
	background: #3f4845;
}

footer .social li.flickr a:hover {
	background: #FE0883;
}

footer .social li.myspace a:hover {
	background: #00349a;
}

footer .social li.paypal a:hover {
	background: #32689a;
}

footer .social li.pinterest a:hover {
	background: #c1000f;
}

footer .social li.rss a:hover {
	background: #ff9900;
}

footer .social li.skype a:hover {
	background: #00b0f6;
}

footer .social li.stumbleupon a:hover {
	background: #eb4823;
}

footer .social li.tumblr a:hover {
	background: #2e4c69;
}

footer .social li.wordpress a:hover {
	background: #21759b;
}

footer .social li.yahoo a:hover {
	background: #7b0099;
}
footer .social li.youtube a:hover {
	background: #FF3333;
}

footer .social li.linkedin a:hover {
	background: #4875B4;
}

footer .social li.vimeo a:hover {
	background: #86B32D;
}

footer .social li.dribble a:hover {
	background: #d97aa5;
}

footer .social li.gplus a:hover {
	background: #111;
}

footer .social li.twitter a:hover {
	background: #33CCFF;
}

footer .social li.facebook a:hover {
	background: #4869ac;
}

footer .social li.instagram a:hover {
	background: #6c3721;
}

.rights-reserved{
	color:#aeaeae;
	font-size:1.2em;
	margin-bottom: 20px;
    margin-top: 40px;
}

.widget-twitter .tweet {
	margin: 0 0 30px 0;
}

.widget-twitter ul {
	margin: 0;
	padding: 0;
}

.widget-twitter ul li {
	list-style-type: none;
	margin-bottom: 30px;
}

.widget-twitter ul li .tweet_text{
	font-size: 1.2em;
	color:#6e6e6e;
	font-style: italic;
	background: url(../img/bg-tweet-speech.png) no-repeat 7px bottom;
	padding: 0 0 15px 0;
	margin: 0 0 5px 0;
	display: block;
}

.widget-twitter ul li .tweet_text a {
	color:#333;
	text-decoration: none;
}

.widget-twitter ul li .tweet_text a:hover {
	color:#9dc500;
	text-decoration: underline;
}

.widget-twitter ul li .tweet_time{
	display: block;
	height: 16px;
	background: url(../img/twitter.png) no-repeat;
	padding: 0 0 0 30px;
	line-height: 13px;
	font-size: 1.0em;
	color:#aeaeae;
	font-style: italic;
}

.widget-twitter ul li .tweet_time:before {
	content: '(';
}

.widget-twitter ul li .tweet_time:after {
	content: ')';
}

/* Form */


form {
	position: relative;
}

input.email
{
	 background: white;
	 height:56px;
	 width:355px;	
	 border-style: none;
	border-width: 0;
	border-radius: 5px;
	float:left;
	font-weight: 600;
	font-size:1.8em;
	color:#9dc500;
	padding-left:15px;
}

input.email:focus
{
	color:black;
	outline:none;
}

input::-webkit-input-placeholder {
	color:#9dc500;
}

.btn_email
{
	background:url(../img/plus.png) no-repeat #9dc500;
	display: block;
	outline: medium none;
    text-indent: -9000px;
    height: 27px;
    width: 27px;
	float:left;
	/*margin-left: -37px;
    margin-top: 16px;*/
    border:none;
    position: absolute;
    left:333px;
    top: 16px;
}


/* Header */

.comming-soon
{
	margin-left:82px;
	position: relative;
	z-index:2;
	padding-bottom: 60px;
}	

header.comming-soon
{
	padding-top:74px;
}

header.comming-soon .logo
{
	padding-left:0;
}

.wrapper-comming-soon
{
	width:100%;
}

.contact-address
{
	width:206px;
}

.contact-numbers 
{
	padding-top: 30px;
}

.contact-numbers p
{
	margin:0;
}

.float-left{
	float:left;
}

.wrapper-comming-soon .social
{
	/*margin: -35px 40px 0 0;*/
    position: absolute;
    right: 30px;
    top: -18px;
    z-index: 999999;
}

.wrapper-comming-soon .bottom-elements
{
	float:left;
	
}

.form-msg {
font-style: italic;
}

.wrapper-comming-soon .social li a {
    background: none ;
    display: block;
    height: 19px;
    margin: 0 0 0 2px;
    padding: 8px 6px;
    text-align: center;
    width: 18px;
    background: #9DC500;
}

.wrapper-comming-soon .social li a:hover {
    margin: -8px 0 0 2px;
    padding: 16px 6px 16px;
}


.wrapper-comming-soon  .twitter-feed .loading
{
	margin-top: 39px;
	margin-left:44px;
}

.wrapper-comming-soon  .twitter-feed .tweet_text {
    color: #6e6e6e;
    display: block;
    float: right;
    font-size: 1.6em;
    font-style: italic;
    line-height: 140%;
    width: 256px;
    position:relative;
    top:34px;
}

.wrapper-comming-soon  .twitter-feed .tweet_text .at
{
	color: #9dc500;
}

.wrapper-comming-soon  .twitter-feed a, footer a:visited {
    color: #9dc500;
    text-decoration: none;
}

.container-comming-soon
{
	z-index: 3;
	position:relative;
}

.slide .container-comming-soon, .map .container-comming-soon
{
	background-color: transparent;
}

.map .container-comming-soon {
	width: 720px;
}



.content {
	max-width: 650px;
	margin-right:82px;
}

.tweet_list {
	clear:both;
}

#progress-back{ z-index:5; position:absolute; top:0px; left:0; height:3px; width:100%; background:#fff; opacity: 0.75}
#progress-bar{ position:relative; height:3px; width:100%; background: #9DC500; }






.wrapper-comming-soon .twitter-feed .tweet_text .at {
	color: #999;
}


.btn_email{	background:url(../img/plus.png) no-repeat #f01a2f;}
.btn_email:hover {	background-color: #000;}


.contact_map { position: absolute; top:0; left:0; width: 100%; height: 100%; z-index: 2; opacity: 1;}






.charities, .charities li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.charities {
	margin-top: 1px;
	padding-bottom: 2px;
}

.charities li {
	font-size: 1.4em;
	display: inline-block;
	height: 33px;
}
.charities li a {
	text-decoration: none;
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
.charities li a:hover {
	opacity: 0.5;
}
.charities li a.amnesty {
	background: transparent url("../img/icons/charities/logo-amnesty.png") 0 0 no-repeat;
	width: 76px;
}
.charities li a.care {
	background: transparent url("../img/icons/charities/logo-care.png") 0 0 no-repeat;
	width: 67px;
}
.charities li a.habitat {
	background: transparent url("../img/icons/charities/logo-habitat.png") 0 0 no-repeat;
	width: 87px;
}
.charities li a.redcross {
	background: transparent url("../img/icons/charities/logo-redcross.png") 0 0 no-repeat;
	width: 84px;
}
.charities li a.unicef {
	background: transparent url("../img/icons/charities/logo-unicef.png") 0 0 no-repeat;
	width: 79px;
}
.charities li a.unitedway {
	background: transparent url("../img/icons/charities/logo-unitedway.png") 0 0 no-repeat;
	width: 67px;
}
.charities li a.wish {
	background: transparent url("../img/icons/charities/logo-wish.png") 0 0 no-repeat;
	width: 91px;
}
.charities li a.cancer {
	background: transparent url("../img/icons/charities/logo-cancer.png") 0 0 no-repeat;
	width: 60px;
}
.charities li.more {
	color: white;
	padding-top: 32px;
	height: 1px;
	margin-top: -32px;
	font-size: 1.1em;
	opacity: 0.7;
	padding-left: 1em;
	font-style: italic;
}

body .addthis_bar_message {
	font-size: 1.5em;
}

body .addthis_bar_container:not(.closed) {
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}

body {letter-spacing: -0.05em;}


.addthis_32x32_style .dummy .at300bs, 
.addthis_32x32_style .at300bs, 
.addthis_32x32_style .at15t,
.addthis_toolbox.addthis_32x32_style span {
background-image: url(../img/plus-big.png);
background-position: 0 0 !important;
height: 45px !important;
width: 45px !important;
display: block;
background-color: transparent !important;
margin-right: 0;
}
.addthis_toolbox.addthis_default_style.addthis_32x32_style {
position: absolute;
top: 74px;
right: 30px;
z-index: 1000;
}



body #at20mc {
	display: none !important;
}
.addthis_default_style .at300b, 
.addthis_default_style .at300bo, 
.addthis_default_style .at300m {
	padding-right: 0 !important;
    text-decoration: none;
}
.addthis_default_style .at300b:before, 
.addthis_default_style .at300bo:before, 
.addthis_default_style .at300m:before {
	display: block;
	color: #FFFFFF;
    content: " ";
    font-size: 2em;
    height: 45px;
    line-height: 41px;
    margin-bottom: -45px;
    margin-left: -155px;
    text-align: right;
    width: 150px;
    padding-right: 5px;
}
.addthis_default_style:hover .at300b:before, 
.addthis_default_style:hover .at300bo:before, 
.addthis_default_style:hover .at300m:before {
	display: block;
	content: "share the love";
}

.addthis_default_style:hover .at300bs {
	opacity: 0.6 !important;
}



.text-white .comming-soon p.small {
}

/*
.addthis_default_style .at300m:before {
	display: inline-block;
	content: "share the love";
	margin-right: 5px;
}
*/




/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.relative { position: relative; }
.wrapper { width: 981px; margin: 0 auto; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.justify { text-align: justify; }
.block { display: block; }
.inner-content { padding: 0 0 0 15px; }

.margin-0 { margin: 0; }
.margin-60 { margin:  60px 0}
.margin-30 { margin:  30px 0}
.margin-left-82 {margin-left:82px;}
.margin-124 {margin-left:124px;}
.margin-right-10{	margin-right:10px;}
.margin-right-13{	margin-right:13px;}
.margin-right-26{	margin-right:26px;}

.ml-20 { margin-left: 20px; }

.mt-0, .mt-0 p { margin-top: 0px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }

.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }

.wrapper-comming-soon .social li a{
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

/* Media Queries */

@media screen and (max-width: 1400px) {
	.timer-background p{
		font-size:22em;
	}
}

@media screen and (max-width: 1300px) {
	.timer-background p{
		font-size:22em;
	}
}

@media screen and (max-width: 1200px) {
	.timer-background p{
		font-size:20em;
	}
}

@media screen and (max-width: 1100px) {
	.timer-background p{
		font-size:18em;
	}
}

@media screen and (max-width: 940px) {
	.timer-background p{
		font-size:16em;
	}
	
	.timer-background{top:-47px;}
	
	.minutes-count{margin:123px 0 0;}
}

@media screen and (max-width: 860px) {
	.timer-background p{
		font-size:16em;
	}
}

@media screen and (max-width: 800px) {
	.timer-background p{
		font-size:14em;
	}
}


@media screen and (max-width: 730px) {
	
	.map .container-comming-soon {
		width: auto;
	}
	
	.timer-background{
		top:-40px;
	}
	
	.timer-background p{
		font-size:9.5em;
	}
	
	.minutes-count{
		margin: 69px 0 0;
	}
	
	.content{margin-right:20px;}
	
	.comming-soon{margin-left: 20px;}
	
	input.email {
		width:355px;
	}
	
	.btn_email {
		left: 333px;
	}
	
	
	
	
	.twitter-feed{
		margin-left:20px;
	}
	
	.margin-124 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	
	.addthis_toolbox.addthis_default_style.addthis_32x32_style {
		top: 20px;
		right: 20px;
	}
	.addthis_32x32_style .dummy .at300bs, 
	.addthis_32x32_style .at300bs, 
	.addthis_32x32_style .at15t, 
	.addthis_toolbox.addthis_32x32_style span {
		height: 30px !important;
		width: 30px !important;
		background-image: url("../img/plus-small.png");
	}
	
	.addthis_default_style .at300b:before, 
	.addthis_default_style .at300bo:before, 
	.addthis_default_style .at300m:before {
		font-size: 1.75em;
		height: 30px;
		line-height: 30px;
		margin-bottom: -30px;
		margin-left: -145px;
		width: 140px;
	}
	
}
/*
@media screen and (max-width: 660px) {
	.timer-background p{
		font-size:9.5em;
	}
}

@media screen and (max-width: 600px) {
	.timer-background p{
	font-size:9.5em;
	}
}

@media screen and (max-width: 560px) {
	.timer-background p{
		font-size:9.5em;
	}
}*/

@media screen and (max-width: 500px) {
	.timer-background p{
		font-size:8em;
	}
	
	input.email {
		width:355px;
	}
	
	.btn_email {
		left: 333px;
	}
}


@media screen and (max-width: 480px) { 
	
	.timer-background p{

		font-size: 7em;
	}
	
	.footer .bottom-elements.bottom { position: relative; bottom: auto; }
	
	.footer-transparent .social { display: none; }
	
	.rights-reserved { padding-bottom: 50px;}
	
	.container-comming-soon {
		padding-right: 10px;
	}
	
	.timer-background {
		display: none;
	}
	
	input.email {
		width:300px;
	}
	
	.btn_email {
		left: 275px;
	}
	
	.wrapper-comming-soon .social {
		right: 20px;
	}
	
	.content{margin-right:5px;}
	
	.comming-soon{margin-left: 20px;}
	
	.footer .rights-reserved.margin-124 { float: none; bottom:auto; }

	
}

@media screen and (max-width: 345px) { 
	
	input.email {
		width: 240px;
	}
	
	.wrapper-comming-soon .twitter-feed {
		width: auto;
		margin-left: 0px;
	}
	
	footer .twitter-feed li {
		width: auto;
	}
	
	.btn_email {
		left: 205px;
	}
	
	.wrapper-comming-soon .twitter-feed .tweet_text {
		width: 175px;
		margin-left: 20px;
	}
	
	.margin-124 {
		margin-left: 20px;
	}
	
	.comming-soon {
		margin-left: 20px;
		padding-bottom: 40px;
		
	}
	
	header.comming-soon {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.comming-soon p {
		margin-bottom: 10px;
	}
	
	.contact-numbers {
		padding-top: 0;
	}
	
	.wrapper-comming-soon .social {
		right: 10px;
	}
	
	.rights-reserved {
		margin-top: 40px;
	}
	
	.content{
		margin-bottom:30px;
		margin-right:0px;
	}
	
}

/* IE fixes */

.comming-soon p.small, .rights-reserved {
	clear:both;
}
.lt-ie8 .wrapper-comming-soon .twitter-feed{
	margin-top: -50px; 	
}

.lt-ie8 .timer-background {
	display: none;
}

.lt-ie8 input.email {
	line-height: 56px;
}

.lt-ie9 .timer-background p {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.08)";
}


/*************************************************************************/
/*	Change base color:
   
   Change this HEX #9DC500 and replace it with yours	      			 */			
/*************************************************************************/
/* Change base color*/


-moz-selection{background:#111;}
::selection{background:#111;}
.wrapper-comming-soon .social li a, .container-comming-soon, #progress-bar
{background:#f01a2f;}

footer a:hover,.widget-twitter ul li .tweet_text a:hover, input.email ,
.wrapper-comming-soon  .twitter-feed .tweet_text .at,.wrapper-comming-soon  .twitter-feed a, footer a, footer a:visited
{color:#f01a2f;}
footer .twitter-feed .tweet_time a:hover
{color:#000;
	text-decoration: none;}

footer a:hover,
.twitter-feed a:hover {
	color: #000;
}
input::-webkit-input-placeholder
{color:#f01a2f;}


.addthis_button_compact {
text-indent: -9999px;
}