
ul#navigation li a{
	font-family: 'Electrolize', Arial, sans-serif;
	color:#f0f0f0;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	line-height:45px;
	padding:0 10px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	outline:0;
}

ul#navigation li a:hover{
	color:#fafafa;
	text-shadow:0 0 5px rgba(255,255,255,0.5);
}

#main {
	width: 1200px;
	overflow:hidden;
	height:auto;
	margin:auto;
	background: #33363b;
	padding-bottom: 100px;
}

#sidebar h2 {
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-webkit-text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.fb-like-box {
	background: #fff;
	box-shadow: 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px #ccc;
	border: 0;
}
/*Popup*/
#box-menu a {
	text-transform:uppercase;
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	color:#ffffff;
	font-size:16px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
#box-menu a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
#close {
	margin-bottom: 10px;
}
#close a{
	background:-webkit-linear-gradient( #333, #000);
	background:-o-linear-gradient( #333, #000);
	background:-ms-linear-gradient( #333, #000);
	background:linear-gradient( #333, #000);
	font-family:Arial, sans-serif;
	padding:10px;
	top: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	position:relative;
	color: #fff;
	
}
#close a:hover{
	text-decoration:none;
	color: #ccc;
}
	
.box {
	position:absolute;
	margin-left: 25%;
	width: 500px;
	height: auto;
	overflow:hidden;
	box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
	color: #fff;
	padding:0px;
	padding-bottom:10px;

	background:-webkit-linear-gradient( #fff, #fff);
	background:-o-linear-gradient( #fff, #fff);
	background:-ms-linear-gradient( #fff, #fff);
	background:linear-gradient( #fff, #fff);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	z-index: 99999;
	transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-moz-transform:  scale(0,0);
	transition:ease-in-out .3s;
	-webkit-transition:ease-in-out .3s;
	-ms-transition:ease-in-out .3s;
}
.box h2 {
	text-transform:uppercase;
	border-right: 2px solid #fff;
	font-size:24px;
	margin: 0;
}
.box:target {
	transform: scale(1,1); 
	-moz-transform:  scale(1,1); 
	-webkit-transform: scale(1,1); 
	-ms-transform: scale(1,1);
}
	
	
#overlay {
	width: 100%;
    height: 120%;
	opacity: 0.7;
	z-index: 99998;
	position:absolute;
	background: #000;
	top:0;
	display:none;
}
/*######## Smart Green ########*/
.smart-green {
	margin-left:auto;
	margin-right:auto;

    max-width: 500px;
    background: #F8F8F8;
    padding: 30px 30px 20px 30px;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.smart-green h1 {
    font: 24px;
    padding: 20px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #FFF;
    background: #ff601e;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom:1px solid #89AF4C;

}
.smart-green h1>span {
    display: block;
    font-size: 11px;
    color: #FFF;
}

.smart-green label {
    display: block;
    margin: 0px 0px 5px;
}
.smart-green label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.smart-green input[type="text"], .smart-green input[type="email"], .smart-green textarea, .smart-green select {
    color: #555;
    height: 30px;
	line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.smart-green textarea{
    height:100px;
    padding-top: 10px;
}
.smart-green select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width:100%;
    height:30px;
}
.smart-green .button {
    background-color: #ff601e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
}
.smart-green .button:hover {
    background-color:#80A24A;
}
