@import url("css/reset.css");
@import url("css/structure.css");
@import url("css/buttons.css");
@import url("css/animate.css");
@import url("css/forms-min.css");

a    		{ color: #4eb48d; text-decoration: none; }
.darkgray	{ color: #333; }
.blue	 	{ color: #4eb48d; }
.yellow		{ color: #e4d350; }
.bggray		{ background: #f9f9f9; }
.left 		{ float: left; }
.right 		{ float: right; }
.large		{ font-size: 120%; }
.center		{ text-align: center; }
p 			{ margin-bottom: 10px; word-wrap: break-word;}
strong		{ font-weight: bold; }
em 			{ font-style: italic; }
h1, h2, h3, h4, h5, h6 { font-family: 'Laila', sans-serif; }
h1 { font-size: 28px; font-weight: 600; }
h2 { font-size: 24px; font-weight: 600; }
h2.title { font-size: 34px; font-weight: 500; font-weight: 600; }
h3 { font-size: 21px; font-weight: 500; }
h4 { font-size: 16px; font-weight: 500; }
h5 { font-size: 14px; font-weight: 500; }
h1, h2		{ margin-bottom: 15px; }
h3, h4, h5, h6 { margin-bottom: 10px; }
input:focus, textarea:focus, a:focus, li:focus, img, embed, nav:focus { outline: none; }

body {
    font-family: 'Exo 2', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}
.container {
    width: 96%;
    max-width: 1180px;
    margin: 0 auto;
}
header {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 95%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(95%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 95%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 95%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 95%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 95%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    height: 95px;
}
body.inner header {
    border-bottom: 1px #ddd solid;
}
header .container {
    position: relative;
    height: 95px;
}
#logo {
    float: left;
    padding-top: 10px;
}
#main_nav {
    width: auto;
    float: left;
    margin-left: 70px;
    font-family: 'Laila', sans-serif;
    font-weight: 600;
}
#main_nav ul li {
    float: left;
    position: relative;
}
#main_nav ul li a {
    display: block;
    font-size: 16px;
    border-left: 1px #eee solid;
    padding: 20px 40px;
    height: 55px;
    color: #666;
    text-align: center;
}
#main_nav ul li a i {
    display: block;
    margin-bottom: 5px;
    font-size: 36px;
}
#main_nav ul li:hover, #main_nav ul li.active {
    background: #fff;
    transition: background-color 0.5s ease; 
}
#main_nav ul li:hover a i, #main_nav ul li.active a i {
    color: #e4d350;
}
body.inner #main_nav ul li.active a, body.inner #main_nav ul li:hover a  {
    height: 56px !important;
    border-top: 2px #e4d350 solid;
    padding-top: 18px;
}
#main_nav ul li:last-child a {
    border-right: 1px #eee solid;
}
header .right {
    width: 100%;
	max-width:385px;
}
header .social {
    position: absolute;
    top: 5px;
    right: 90px;
}
header .social a {
    display: inline-block;
    margin-right: 3px;
    color: #999;
}
header .social i {
    font-size: 18px;
}
header .social i:hover { transition: color 0.5s ease; }
header .social i.fa-facebook-square:hover { color: #3b5998 }
header .social i.fa-twitter-square:hover { color: #55acee }
header .social i.fa-google-plus-square:hover { color: #dd4b39 }
header .social i.fa-linkedin-square:hover { color: #0e76a8 }
header .social i.fa-youtube-square:hover { color: #c4302b }
header #top {
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
}
header #top ul.lang {
    position: absolute;
    top: 0;
    right: 0;
}
header #top ul.lang li {
    float: right;
    margin-left: 5px;
    border-top: 3px #ccc solid;
    padding: 4px;
    font-size: 13px;
}
header #top ul.lang li a {
    color: #666;
}
header #top ul.lang li:hover, header #top ul.lang li.active_language {
    border-top: 3px #4eb48d solid;
    color: #4eb48d;
}
header #top ul.lang li:hover a {
    color: #4eb48d;
}
#accountLinks {
    font-family: 'Exo 2', sans-serif;
    padding-top: 5px;
    position: absolute;
    bottom: 26px;
    right: 10px;
    vertical-align: top;
}
#accountLinks.isuser {
    bottom: 17px;
    right: 0px;
}
#accountLinks a.signup {
    background: #4eb48d;
    font-size: 14px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    margin-right: 5px;
}
#accountLinks a.dashboard {
    position: relative;
    padding-left: 35px;
}
#accountLinks a.signup img {
    width: 27px;
    height: 27px;
    border: 1px rgba(255, 255, 255, 0.5) solid;
    margin-right: 5px;
    border-radius: 15px;
    position: absolute;
    left: -1px;
    top: -1px;
}
a.avatarCircle img  {
    width: 30px;
    height: 30px;
    border: 1px rgba(255, 255, 255, 0.5) solid;
    border-radius: 20px;
}
a.avatarCircle:hover img, .avatarUl li:hover img {
    border: 1px #e4d350 solid;
    opacity: 0.8;
    transition: opacity 0.5s ease;
}
.dashboardDropdown {
    position: absolute;
    top: 37px;
    background: #fff;
    border-top: 3px #e4d350 solid;
    border-right: 1px #eee solid;
    border-bottom: 1px #eee solid;
    border-left: 1px #eee solid;
    width: 140px;
    z-index: 1000000;
    display: none;
}
.dashboardDropdown li {
    display: block;
    border-bottom: 1px #eee solid;
    padding: 5px 10px;
}
.dashboardDropdown li a {
    display: block;
    color: #666;
}
.dashboardDropdown li:hover {
    background: #4eb48d
}
.dashboardDropdown li:hover a {
    color: #fff;
}
.dashboardDropdown li:last-child {
    border-bottom: 0;
}
#accountLinks a.signup span {
    font-size: 12px;
}
.avatarUl li:hover ul {
    display: block;
}
#accountLinks a:hover {
    opacity: 0.75;
    transition: opacity 0.5s ease; 
}
#accountLinks a.login {
    background: #999;
    font-size: 14px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
}
#search {
    float: right;
    width: 225px;
    position: absolute;
    right: 0;
    bottom: 20px;
}
#search input[type="text"] {
    width: 180px;
    border: 1px #ccc solid;
    border-radius: 15px;
    padding: 7px 20px;
}
#search input[type="submit"] {
    display: none;
}
.white-popup {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 351px;
    margin: 20px auto;
}
.login h2 {
    margin-bottom: 15px !important;
    padding-bottom: 5px;
    border-bottom: 1px #eee solid;
    font-weight: 300;
    color: #333;
}
.login .content {
    background-color:#fff;
    width: 291px;
    margin: 0 auto;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.login fieldset {
    padding-top: 0 !important;
}
.login label {
    margin-top: 0 !important;
}
.login .content h4  {
    color: #555;
}
.login .content p {
    color: #222;
}
.login .content .login-form,
.login .content .forget-form {
    padding: 0px;
    margin: 0px;
}
.login .content .input-icon {
    margin-bottom: 10px;
}
.login .content label {
    display: block;
    font-size: 13px;
}
.login .content .input-icon .m-wrap, .login .content input[type="text"], .login .content input[type="email"], .login .content input[type="password"] {
    padding: 10px;
    width: 295px;
}
.login .content .forget-form {
    display: none;
}
.login .content .form-actions {
    background-color: #fff;
    clear: both;
    border: 0px;
    border-bottom: 1px solid #eee;
    padding: 0px 20px 15px 30px;
    margin-left: -30px;
    margin-right: -30px;
}
.login .content .border {
    border-bottom: 1px solid #eee;
    margin-left: -30px;
    margin-right: -20px;
    padding-top: 15px;
}
.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.login .content .form-actions .checkbox {
    padding-top: 15px;
    display: inline-block;
}
.login .content .form-actions .btn {
    margin-top: 1px;
}
.login .content .forget-password {
    margin-top: 25px;
}
.login .copyright {
    text-align: center;
    width: 250px;
    margin: 0 auto;
    padding: 10px 10px 0 10px;
    color: #999;
    font-size: 11px;
}
.login input[type="submit"] {
    margin: 0 !important;
}
.login .socialConnect {
    margin-top: 25px;
}
.socialConnect h4 {
    margin-bottom: 0 !important;
    line-height: 1;
}
.socialConnect a {
    font-size: 36px;
    margin-right: 5px;
    line-height: 1;
}
.socialConnect a.facebook { color: #3b5998 }
.socialConnect a.twitter { color: #55acee }
.socialConnect a.google { color: #dd4b39 }
.socialConnect a.linkedin { color: #0e76a8 }
#slider {
    height: 465px;
    overflow: hidden;
}
#slider .container {
    height: 465px;
}
#slideshow {
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#slideshow li {
    display: none;
    float: left;
    height: auto;
    width: 100%;
    height: 650px;
    overflow: hidden;
    position: relative;
}
#slideshow li img.bg {
    display: block;
    height: 465px;
    width: 100%;
    margin-top: 0px;
    opacity: 0;
}
#slideshow div.slide_wrapper {
    margin: 0 auto;
    width: 1180px;
}
#slideshow div.slider_content {
    float: right;
    z-index: 100000;
    opacity: 0;
    margin-right: 20px;
    width: 434px;
}
#slideshow li.active {
    display: block;
}
#slideshow .slide_img {
    opacity: 0;
    /*bottom: -150px;*/
    position: absolute;
    top: 0;
    z-index: 1000;
    right: 50%;
    margin-right: -590px;
}
#slideshow .next_prev_container {
    position: relative;
    width: 1180px;
    margin: 350px auto 0 auto;
    z-index: 2;
    height: 100px;
}
#slideshow div.next_prev_wrapper {
    /*         display: none; */
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 1180px;
}
/*
    #slideshow:hover .next_prev_wrapper {
        display: block;
    }
*/
#slideshow .next_prev {
    float: right;
    overflow: hidden;
    width: 60px;
    z-index: 3;
}
#slideshow #slider_next, #slideshow #slider_prev {
    display: block;
    float: left;
    height: 47px;
    width: 28px;
    opacity: 0.7;
}
/*    #slideshow #slider_prev {
        background: url(images/arrows.png) 0px 0px no-repeat;
        position: absolute;
        bottom: 45px;
        right: 275px;
    }
    #slideshow #slider_next {
        background: url(images/arrows.png) -28px 0px no-repeat;
        position: absolute;
        bottom: 45px;
        right: 115px;
    }*/
#slideshow #slider_next:hover, #slideshow #slider_prev:hover {
    opacity: 1;
}
#slideshow .slider_pagination {
    position: absolute;
    bottom: 20px;
    left: 0px;
}
#slideshow .slider_pagination .circle {
    background: #fff;
    float: left;
    margin: 10px 3px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    cursor: pointer;
}
#slideshow .slider_pagination .circle.circle_active ,
#slideshow .slider_pagination .circle:hover {
    background: #4eb48d;
}
.slideCaption {
    background: rgba( 0, 0, 0, 0.6 );
    width: 40%;
    max-width: 560px;
    border-radius: 10px;
    padding: 25px 25px 5px 25px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -590px;
    color: #ccc;
    opacity: 0;
}
.slideCaption h2 {
    color: #fff;
    margin-bottom: 15px;
    line-height: 1;
    text-transform: uppercase;
}
.slideCaption .timeLeft {
    float: right;
    color: #fff;
    font-size: 14px;
}
.slideCaption .sliderCountry {
    float: right;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}
.slideCaption a.button {
    position: absolute;
    top: 150px;
}
.slideCaption a.button:hover {
    top: 148px;
}
#slogan {
    height: 105px;
    position:relative;
}
#slogan:after{
    content:"";
    display: block;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #fff;
    position: absolute;
    top: 104px;
    left: 47%;
}
#slogan h1 {
    padding-top: 30px;
    font-style: italic;
}
#intro {
    background: #4eb48d url(images/blue-icon.png) no-repeat top right;
    padding: 100px 0 60px 0;
    color: #fff;
}
#intro .container {
    position: relative;
}
#intro .introToggleBtn {
    background: #4ea583;
    position: absolute;
    top: -28px;
    right: 0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px 4px 0 0;
}
#introToggle div {
    background: #6ccaa5;
    padding: 4%;
    margin-bottom: 10px;
    width: 92%;
}
#introToggle div.active {
    background: #4ea583;
}
#introToggle div p {
    display: none;
    margin-bottom: 0;
}
#introToggle div h3 {
    margin-bottom: 0;
    line-height: 1;
    cursor: pointer;
}
#introToggle div h3 i {
    float: right;
}
#introToggle div.active h3 {
    margin-bottom: 15px;
}
#introToggle div.active p {
    display: block !important;
}
span.arrow-down {
    display: block;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #4eb48d;
    position: absolute;
    bottom: -99px;
    left: 47%;
}
#products {
    padding: 100px 0 60px 0;
    overflow: hidden;
}
/** Product Card **/
.pCard {
    position: relative;
    background: #fff;
    /* 	border: 1px #eee solid; */
    border-radius: 5px;
    overflow: hidden;
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
.pCard .img, .pCard .img img {
    height: 195px;
    margin-bottom: 0;
}
.pCard.partner, .pCard.partner img {
    width: 100%;
    min-height: 220px;
}
.pCard .pEntry {
    padding: 10px;
    overflow: hidden;
    border-top: 1px #eee solid;
}
.pCard .pEntry h4 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
.pCard .pEntry .meta, .pCard .pEntry .loc {
    font-size: 12px;
    color: #999;
}
.pCard .pEntry .loc {
    font-size: 9px;
}
.pCard .pEntry .by {
    color: #999;
    font-size: 11px;
}
.pCard .pProgress {
    display: block;
    background: #eee;
    overflow: hidden;
    border-top: 2px rgba(0, 0, 0, 0.05) solid;
    padding: 10px 0;
}
.pCard .pProgress p {
    padding: 0 10px;
    margin-bottom: 0 !important;
}
.pCard .cPrize {
    font-size: 12px;
    border-top: 2px rgba(0, 0, 0, 0.05) solid;
    background: #f3e257;
    color: #333;
    padding: 10px;
}
.pCard .cInnovation {
    border-top: 2px rgba(0, 0, 0, 0.05) solid;
    background: #f3e257;
    color: #333;
    padding: 10px;
}
.pCard .cInnovation img{
	vertical-align: middle;
	/*margin-right: 5px;*/
}
.pCard .cResearch {
    border-top: 2px rgba(0, 0, 0, 0.05) solid;
    background: #7CC349;
    color: #333;
    padding: 10px;
}
.pCard .cResearch img{
    vertical-align: middle;
    /*margin-right: 5px;*/
}
.pCard .progressBar {
    background: #999;
    height: 10px;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 5px;
    position: relative;
}
.pCard .progressBar .cProgress {
    background: #4eb48d;
    height: 10px;
}
.pCard .threshold {
    height: 14px;
    border-right: 3px #ED5353 solid;
    position: absolute;;
    top: -2px;
    left: 0;
}
.pCard .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 288px;
    background: #4eb48d url(images/blue-icon.png) no-repeat top right;
    display: none;
}
.pCard.partner .overlay {
    color: #fff;
    text-align: center;
    height: 150px;
    padding-top: 70px;
}
.pCard.challenge .overlay {
    height: 298px;
}
.pCard:hover .overlay {
    display: block;
    height: 100%;
}
.pCard .overlay h4 {
    text-align: center;
    padding: 50px 10px 0 10px;
}
.pCard.partner .overlay h4 {
    padding-top: 15px;
}
.pCard .overlay h5 {
    color: #fff;
    text-align: center;
    padding: 5px 10px;
}
.pCard .overlay h4 a {
    color: #fff;
}
.pCard .overlay p {
    color: #eee;
    text-align: center;
    padding: 0 10px 10px 10px;
}
.pCard .overlay .button {
    position: absolute;
    top: 165px;
    left: 50%;
    margin-left: -72px;
    text-align: center;
    width: 142px;
    padding-left: 0;
    padding-right: 0;
}
.pCard .overlay .button:hover {
    top: 98px;
}
.pCard .img img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.pCard .overlay {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.pCard .overlay .button {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.pCard:hover img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.pCard:hover .overlay {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.pCard:hover .button {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
/** End Product Card **/
.productsTagline {
    border-top: 2px #ccc dashed;
    margin-top: 50px !important;
    padding-top: 40px;
    padding-bottom: 20px;
}
.productsTagline h3 {
    display: inline-block;
    float: left;
}
.productsTagline a.button {
    float: right;
}
#latest {
    background: #f9f9f9 url(images/gray-icon.png) no-repeat top right;
}
#latest h3{
    font-weight:bold;
}
#solvers{
    float:right!important;
}
#latest .topSolver img{
    width:100%;
}
#challenges {
    background: #f9f9f9 url(images/gray-icon.png) no-repeat top right;
    padding: 60px 0;
    overflow: hidden;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 0 10px  rgba(0, 0, 0, .2);
    box-shadow: inner 0 0 10px  rgba(0, 0, 0, .2);
}
#challenges .col-60 {
    /*padding-right: 70px;*/
    /*background: url(images/shadow.png) no-repeat top right;*/
}
#pageTop {
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 1px #ccc dashed;
    margin-bottom: 50px;
}
#pageTop h1 {
    line-height: 1.2;
    margin-bottom: 0 !important;
}
#pageTop .col-75 {
    position: relative;
}
#pageTop .col-75 a.button.blue {
    margin: 15px 0 0 0;
}
.know-container {
    overflow: hidden;
}
.list-more {
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    position: absolute;
    right: 0;
    bottom: -30px;
}
#content {
    padding: 60px 0;
}
aside.col-20 {
    width: 17% !important;
    padding-right: 3%;
}
aside.col-20 h4 {
    background: #eee;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
}
aside.col-20 h4 i {
    font-size: 14px
}
aside.col-20 h4 i.fa-chevron-circle-up {
    margin: 5px 0;
}
aside.col-20 h4 i.fa-chevron-circle-down {
    margin: 5px 0;
}
aside.col-20 ul {
    padding-left: 35px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
aside.col-20 ul li a {
    display: block;
    margin-bottom: 5px;
    color: #666;
}
aside.col-20 ul li a:hover {
    color: #4eb48d;
}
body.inner #content .pCard {
    margin-bottom: 15px;
}
#bottom {
    padding: 30px 0 25px 0;
    overflow: hidden;
}
#latestBlog {
    border-right: 1px #ccc solid;
    padding: 25px 0;
}
#latestBlog h4 {
    display: inline-block;
    margin-right: 10px;
    color: #333;
    font-style: italic;
    font-weight: 600;
}
#latestBlog p {
    display: inline-block;
    font-size: 15px;
}
#latestBlog p a {
    color: #666;
}
#subscribe input[type="text"], #mc_embed_signup input[type="email"] {
    background: #fff;
    padding: 3% 5%;
    border: 5px #f3e257 solid;
    border-radius: 20px;
    width: 89%;
}
.create .col-50 .col-pad {
    width: 88%;
    background: #f9f9f9;
    border: 1px #eee solid;
    padding: 25px;
}
.create .col-50 .col-pad .button {
    margin-left: 0 !important;
}

#statistics, #latest{
    padding:60px 0;
    position:relative;
    overflow:hidden;
}
#statistics .stat{
    text-align:center;
}
#statistics .stat > span{
    border:3px solid #1aaea5;
    border-radius:50%;
    background:#6ccaa5;
    color:white;
    margin-bottom:15px;
    width:12px;
    height:12px;
    line-height:160px;
    font-size:0em;
    display:inline-block;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);

    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

#statistics img{
    display:block;
    width:64px;
    margin:10px auto;
}

footer {
    background: #333;
    padding: 50px 0 40px 0;
    overflow: hidden;
    color: #ccc;
}
footer h5 {
    color: #fff;
}
footer a {
    color: #ccc;
}
footer .contact-message {
    border: 1px #666 solid;
    padding: 5px;
    margin-top: 10px;
}
footer ul li {
    list-style: none;
    margin-bottom: 5px;
}
footer .col-15 {
    width: 13%;
}
footer .pure-form input[type="text"], footer .pure-form input[type="email"], footer .pure-form textarea {
    padding: 5px 10px !important;
    width: 100%;
}
footer .pure-form textarea {
    height: 60px;
}
.copyrights {
    border-top: 1px #444 solid;
    margin-top: 20px;
    padding-top: 20px;
}
footer .copyrights .right a {
    color: #35c9e7;
}
form.styled p, form.styled .input {
    padding-bottom: 10px;
    border-bottom: 1px #eee solid;
    margin-bottom: 10px;
}
form.styled label {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}
form.styled input[type="text"] {
    display: inline-block;
    background: #fff;
    border: 1px #ccc solid;
    padding: 10px;
    border-radius: 5px;
    width: 70%;
}
form.styled textarea {
    display: inline-block;
    background: #fff;
    border: 1px #ccc solid;
    padding: 10px;
    border-radius: 5px;
    width: 78%;
    min-height: 75px;
}
aside.dashboardLinks > ul {
    border-left: 4px #ccc solid;
    padding-left: 20px;
    border-bottom: 0;
    font-size: 13px;
}
aside.dashboardLinks ul a:hover {
    color: #4eb48d;
}
aside.dashboardLinks ul li a i {
    display: inline-block;
    width: 20px;
}
aside.dashboardLinks ul ul {
    padding: 0 !important;
    margin: 0 0 10px 5px;
    font-size: 12px;
}
aside.dashboardLinks ul li.active > a {
    color: #4eb48d;
    font-weight: bold;
}
/***8 Single Product ***/
body.products.view .container, body.challenges.view .container, body.products.fund .container {
    position: relative;
}
body.products.view h1, body.challenges.view h1, body.products.fund h1 {
    display: inline-block;
}
body.products.view p.by, body.challenges.view p.by, body.products.fund p.by {
    display: inline-block;
    margin-left: 20px;
}
body.products.view div.loc, body.challenges.view div.loc, body.products.fund div.loc {
    position: absolute;
    top: 20px;
    right: 0;
}
body.products.view p.loc, body.challenges.view p.loc, body.products.fund p.loc {
    display: inline-block;
    vertical-align: top;
}
body.products.view .addThisButtons, body.challenges.view .addThisButtons {
    display: inline-block;
    margin-right: 20px;
}
.gallery {
    width: 100%;
    height: 400px;
}
.gallery img {
    width: 785px;
}
.pOverview {
    font-family: 'Exo 2', sans-serif;
    background: #b9f3dd;
    
    border-left: 4px #18b6ac solid;
    padding: 25px 30px;
    min-height: 100px;
    color: #17605b;
}
.pOverview span.large {
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
    /*margin-right: 20px;*/
}

.pOverview p.timeLeft span.large {
    font-size: 21px;
    margin-right: 5px;
}
.pOverview p.timeLeft span.large i {
    font-size: 19px;
}
.pOverview .pProgress {
    font-size: 16px;
	padding: 7px 0px;
}
.pOverview .pProgress span {
    display: block;
}
.pOverview .progressBar {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
    position: relative;
}
.pOverview .cProgress {
    background: #18b6ac;
    border-radius: 10px;
    height: 20px;
}
.pOverview .threshold {
    border-right: 4px #ED5353 solid;
    height: 28px;
    position: absolute;;
    top: -4px;
    left: 0;
}
.pOverview .button {
   /* margin-bottom: 20px;*/
    margin-bottom: 0px;
}
.ngoDetails {
    font-family: 'Exo 2', sans-serif;
    border-left: 4px #eee solid;
    padding: 15px 10px 15px 30px;
}
.ngoDetails .img img {
    width: 100px;
    max-height: 100px;
}
.ngoDetails .col-60 {
    line-height: 1;
}
.ngoDetails.sponsor {
    border-left-color: #E3D671;
    background: #FFFDED;
}
.ngoDetails .sponsor-popup {
    color: #333;
    font-size: 16px;
}
.sponsorform label {
    font-size: 14px;
    display: block;
    font-weight: bold;
}
.sponsorform input, .sponsorform select, .sponsorform textarea {
    padding: 1% 2%;
    width: 100%;
}
.rewards {
    font-family: 'Exo 2', sans-serif;
    padding: 25px 30px 50px 25px;
    border-left-color: #E3D671;
    background: #FFFDED;
    position: relative;
}
.rewards i.fa-thumbs-up, .rewards i.fa-gift {
    color: #E3D671;
    font-size: 48px;
    z-index: 0;
    position: absolute;
    bottom: 15px;
    right: 30px;
}
.pledge {
    border-bottom: 1px #fff solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.brainstorming {
    width: 100%;
}
.stormcomment {
    border-left: 4px #ccc solid;
    margin-bottom: 10px;
    padding-left: 20px;
}
.brainstormform label {
    display: block;
}
.brainstormform input[type="text"], .brainstormform textarea {
    width: 100%;
    padding: 10px;
}
.brainstormform input[type="submit"] {
    margin: 0 !important;
}
.avatar {
    width: 100%;
    height: 200px;
}
.avatar-container {
    position: relative;
    width: 100%;
    min-width: 200px;
    height: 200px;
    border: 1px #777 dashed;
    cursor: pointer;
    background-image: url('images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
}
.avatar-img {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.change-avatar-note {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, .7);
    padding: 5px;
    color: #fff;
}
.clr { clear: both; }
#wizard {
    width: 1180px;
    margin: 40px auto;
}
#wizard form {
    width: 800px;
    float: left;
}
#wizard input[type="text"], #wizard input[type="email"], #wizard input[type="integer"], #wizard input[type="number"], #wizard select, #wizard textarea {
    width: 100% !important;
    padding: 2%;
}
#wizard input[type="integer"] {
    width: 97% !important;
}
#igtags_tagsinput {
    width: 98% !important;
    height: 40px !important;
}
#wizard div.input {
    margin-bottom: 10px;
}
#wizard {
    display: block;
    min-width: 150px !important;
}
.wizardTabs {
    background: #eee;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}
.wizardTabs li {
    font-family: 'Exo 2', sans-serif;
    float: left;
    width: 22.6%;
    font-size: 16px;
    border-right: 1px #fff solid;
    text-align: center;
    padding: 20px 1%;
}
.wizardTabs li a {
    color: #666;
}
.wizardTabs li a.activetab {
    color: #4eb48d;
    font-weight: bold;
}
.wizardTabs li:last-child {
    border-right: 0;
}
.wizardTabs li a i {
    display: inline-block;
    background: #ccc;
    width: 22px;
    height: 22px;
    border-radius: 15px;
    margin-right: 5px;
    font-size: 14px;
}
.wizardTabs li a.activetab i {
    background: #4eb48d;
    color: #fff;
}
.wizardHelp {
    float: right;
    width: 340px;
}
table.history {
    width: 100%;
    table-layout: fixed;
}
table.history thead {
    font-size: 14px;
}
table.history tr th {
    padding: 5px;
    text-align: left;
    border-bottom: 1px #ccc solid;
    color: #333;
}
table.history tr td {
    padding: 5px;
    border-bottom: 1px #ccc solid;
    word-wrap: break-word;
}
table.history a {
    color: #333;
    font-weight: bold;
}
table.history i {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}
table.history a:hover i {
    color: #4eb48d;
}
.col-100 {
    width: 100%;
}
.aligncenter {
    margin: 0 auto !important;
    float: none !important;
}
.white-popup-block label {
    display: inline;
}
.white-popup-block input, .white-popup-block textarea {
    width: 100%;
    padding: 10px !important;
}
.white-popup-block input[type="checkbox"] {
    display: inline-block !important;
    width: inherit !important; 
}
.white-popup-block h2 {
    margin-bottom: 10px !important;
}
.white-popup-block input[type="submit"] {
    margin: 0 !important;
}
.paging {
    margin-top: 20px;
}
.paging a {
    display: inline-block;
    background: #eee;
    padding: 5px;
    line-height: 1;
    color: #333;
    margin-right: 4px;
    border-radius: 4px;
}
.paging a:hover {
    background: #4eb48d;
    color: #fff;
}
.paging span.current {
    background: #4eb48d;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    line-height: 1;
    margin-right: 4px;
    border-radius: 4px;
}
.paging span.disabled {
    margin-right: 4px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="integer"], input[type="number"], select, textarea {
    font-size: 13px !important;
}
.topSolver {
    width: 30%;
    margin-right: 3%;
    float: left;
}
.topSolver h3 {
    font-size: 13px;
}
.topSolver h3 a {
    color: #333;
}
body.products.fund label[for="FundAmount"] {
    font-family: 'Exo 2', sans-serif;
    display: block;
    font-size: 21px !important; 
    font-weight: 500 !important;
}
body.products.fund input#FundAmount {
    width: 100%;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 20px !important;
    font-size: 16px !important;
}
body.products.fund .clr.border {
    width: 100%;
    border-bottom: 1px #ccc solid;
}
body.products.fund input[type="submit"] {
    margin-left: 0;
}
.pledge_group {
    overflow: hidden;
    border: 1px #eee solid;
    background: #f9f9f9;
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    cursor: pointer;
}
.pledge_group input[type="radio"] {
    display: inline-block;
    margin-right: 10px;
}
.pledge_group .left h4 {
    display: inline-block;
    font-size: 21px;
    font-weight: 400;
}
.pledge_description strong {
    display: block;
}
.pledge_group:hover {
    border-color: #4eb48d;
    transition: border 0.5s ease;
}
.pledge_group.selected {
    background: #b9f3dd;
    color: #17605b;
    border-color: #4eb48d;
}
.payment_boxes {}
.payment_box {
    background: #f9f9f9;
    border-radius: 5px;
    text-align: center;
    border: 1px #eee solid;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding: 15px 1%;
    cursor: pointer;
}
.payment_box.disabled {
    background: #fefefe;
    border-color: #f0f0f0;
}
.col-20.payment_box {
    width: 19%;
    margin-right: 1%;
}
.col-33.payment_box {
    width: 31%;
    margin-right: 2%;
}
.payment_box:hover {
    border-color: #4eb48d;
    transition: border 0.5s ease;
}
.payment_box.disabled:hover {
    border-color: #eee;
}
.payment_box small {
    font-style: italic;
    color: #999;
}
.payment_box.selected {
    background: #b9f3dd;
    color: #17605b;
    border-color: #4eb48d;
}
.offlineFields {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin: 10px 0;
    border: 1px #eee solid;
    position: relative
}
.offlineFields span.arrow-up2 {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eee;
    position: absolute;
    top: -11px;
    left: 220px;
}
.offlineFields .col-50 label {
    display: block;
}
.offlineFields .col-50 input {
    width: 95%;
}
.hide, .hidden { display: none; }

.active-filter a {
    font-weight: bold;
    color: #6ccaa5 !important;
}
.ui-autocomplete-loading {
    background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}
.ui-helper-hidden-accessible {
    display: none;
}
#ui-id-1 ,
#ui-id-2 {
    width: 520px !important;
    padding: 5px;
    background: #4eb48d;
}
#ui-id-2 {
    width: 340px !important;
}

#ui-id-1 .ui-menu-item ,
#ui-id-2 .ui-menu-item {
    padding: 3px 10px;
}
#ui-id-1 .ui-menu-item a ,
#ui-id-2 .ui-menu-item a {
    color: white;
}
#ui-id-1 .ui-menu-item:hover ,
#ui-id-2 .ui-menu-item:hover {
    background: white;
}
#ui-id-1 .ui-menu-item:hover a ,
#ui-id-2 .ui-menu-item:hover a {
    color: #4eb48d !important;
}
.pure-form label {
    font-size: 110% !important;
}
.uploadifive-button {
    width: 100% !important;
    margin-bottom: 20px !important;
}
p.empty {
    text-align: center;
    border: 1px #ccc dashed;
    padding: 40px;
}
.sign-up-signin {
    margin-bottom: 6px;
}
.errorSummary {
    border: 1px red solid;
    padding: 5px 10px;
    font-size: 14px;
    color: red;
    padding: 10px;
}
.errorSummary h5 {
    font-weight: bold;
}
.errorSummary ol li {
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 5px;
}
#tooltip
{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 10px 30px;
    border-radius: 5px;
}
#tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
#tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}
#tooltip.left:after
{
    left: 10px;
    margin: 0;
}
#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.wallet legend {
    border-bottom: 0;
    color: #333;
    margin-bottom: 0;
    padding-bottom: 0;
}
.wallet label {
    width: 150px !important;
    vertical-align: baseline !important;
}
.wallet input[type='radio'] {
    margin-right: 10px;
}
#overlay_div_ {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-image: url('images/ajax-loader.gif');
    background-position: center;
    background-repeat: no-repeat;
    z-index:9999;
    color:white;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);	
}
#SolutionAsGroup {
    width: inherit;
    display: inline-block;
    margin-right: 10px;
}
label[for="SolutionAsGroup"] {
    display: inline-block;
}
label.nl {
    width: 350px !important;
}
.ngobox img {
    margin-bottom: 5px;
    border-radius: 5px 5px 0 0;
    max-width: 336px;
}
.ngobox {
    border-radius: 5px;
    padding-bottom: 5px;
}
.ngobox p {
    margin: 0 15px 10px 15px;
}
ul.ngoFilters {
    float: right;
    padding-top: 10px;
}
ul.ngoFilters li {
    float: left;
    margin-left: 20px;
}
ul.ngoFilters li a {
    display: block;
    color: #333;
    font-weight: 500;
    padding: 5px 10px;
}
ul.ngoFilters li.active a, ul.ngoFilters li:hover a {
    background: #4eb48d;
    border-radius: 5px;
    color: #fff;
}
.error-message {
    color: #c00;
}
.climit {
    font-weight: bold;
    text-align: right;
    margin-top: -10px;
}
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
small {
    font-size: 11px;
}

.iframe  { 
    overflow-x:hidden; overflow-y:auto;
}

.wrapper{
    position:relative;
    overflow:hidden;
}

img.cover{
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    width:100%;
}

.myoBox{
    border-left-color: #E3D671;
    background: #FFFDED;
}
.info-description {
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0px;
}

#count_down{
	text-align: center;
	padding: 3px 0px;
	font-size: 16px;
}
.large-s{
	display: inline;
	font-weight: bold;
}
.share-button{
    background: #fff;
    font-size: 14px;
    color: black;
}
.share-container {
    position: relative;
    background: #FFF;
	width: 400px;
	height:120px;
    padding: 5px 10px 30px 20px;
    max-width: 351px;
    margin: 20px auto;
}
.fb-share{
    color: #3b5998;
}
.twitter-share{
	color: #1b95e0;
}
.linkedin-share{
	color: #0077b5;
}
.fa-social{
	font-size: 2em;
	padding: 5px;
}

		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
			font-size: 14px;
		}
.space{
	padding:0px 5px;
}
		ul.tabs li.current{
			background: #ededed;
			color: #222;
		}

		.tab-content{
			display: none;
			padding: 15px;
		}

		.tab-content.current{
			display: inherit;
		}
.m-wrap, input[type="email"]{
    padding: 20px;
    width: 295px;
}		
.column-100{
	width: 100%;
	background-color: transparent;
	padding: 10px;
	cursor:pointer;		
}
button.column-100:hover{
	background-color: #e4d350;
	
}
#remaind:disabled{
	color: #b8ac9e;
	cursor: auto;
	background-color: transparent;
}

.info-title{
	color: #415b59;
	font-size: 15px;
	font-weight: bold; 
	text-align: center;
	text-shadow: 1px 1px rgba( 255, 255, 255, 0.5 );
}
.title{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #415b59;
	text-align: center;
}
img.img_center{
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: 90%;
	height: auto;
	border: 2px solid red;
	
}
#clockdiv{
	
	color: #415b59;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	/*margin: 10px;*/
	margin: 0px;
}

#clockdiv > div{
	padding: 10px;
	padding-top: 0px;
	display: inline-block;
	
}

#clockdiv div > span{
	
	padding: 5px;
	padding-bottom: 0px;
	display: inline;
	color: #deb411;
	font-size: 15px;
	text-align: center;
}

.smalltext{
	/*padding-top: 5px;*/
	padding-top: 0px;
	font-size: 15px;
	color: #deb411;
}
.smalltext_ar{
    padding-top: 5px;
	font-size: 15px;
	color: #deb411;
}

.subscribe-response {
    text-align: left;
}

#colabeg {
    height: 105px;
    position:relative;
	background-color: #deb411
}

#colabeg:after{
    content:"";
    display: block;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #deb411;
    position: absolute;
    top: 104px;
    left: 47%;
}

#colabeg h1 {
    padding-top: 30px;
    font-style: italic;
	color: white
}

.mobile-rewards, .mobile-project-by, .mobile-gallery {
    display: none;
}
