/* ==========================================================================
   CUSTOM CSS
   ========================================================================== */
/* GOOGLE FONTS */
@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=latin,latin-ext');
/* use font-family: 'Source Sans Pro', sans-serif; */
/* GENERAl */
body {
	background-color:#191919;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:22px;
	color:#252322;
    min-width: 1000px;
}
h2 {
    line-height: 150%;
}
a {
	text-decoration:none;
	color:#e01e24;
}
.left {
	float:left;
}
.right {
	float:right;
}
/* SLIDER */
.bx-wrapper {
	position:relative;
	overflow:auto;
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	width:42px;
	height:42px;
	z-index:9;
	cursor:pointer;
	font-size:0px;
	color:transparent;
}
.nivo-prevNav {
	left:0px;
	background-image:url(../img/left-arrow.png);
	background-repeat:no-repeat;
	background-position:center top;
}
.nivo-nextNav {
	right:0px;
	background-image:url(../img/right-arrow.png);
	background-repeat:no-repeat;
	background-position:center top;
}
.nivo-nextNav:hover {
	background-position:center bottom;
}
.nivo-prevNav:hover {
	background-position:center bottom;
}
.nivo-control {
	display:inline-block;
	width:14px;
	height:14px;
	font-size:0px;
	color:transparent;
	background-image:url(../img/point.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0px 4px 0px 4px;
}
.nivo-control.active {
	background-position:center bottom;
}
#slide-prev, .slide-prev {
	display:block;
	width:42px;
	height:42px;
	cursor:pointer;
	background-image:url(../img/left-arrow.png);
	background-repeat:no-repeat;
	background-position:center top;
	position:absolute;
	top:270px;
	left:-80px;
	z-index:100000;
}
#slide-prev .bx-prev, .slide-prev .bx-prev {
	display:block;
	width:42px;
	height:42px;
}
#slide-next, .slide-next {
	display:block;
	width:42px;
	height:42px;
	cursor:pointer;
	background-image:url(../img/right-arrow.png);
	background-repeat:no-repeat;
	background-position:center top;
	position:absolute;
	top:270px;
	right:-80px;
	z-index:100000;
}
#slide-next .bx-next, .slide-next .bx-next {
	display:block;
	width:42px;
	height:42px;
}
#slide-prev:hover, .slide-prev:hover {
	background-position:center bottom;
}
#slide-next:hover, .slide-next:hover {
	background-position:center bottom;
}
.nivo-controlNav {
	margin-top:-60px;
	position:relative;
	z-index:100;
}
.nivo-prevNav {
	left:20%;
}
.nivo-nextNav {
	right:20%;
}
/* FORM ELEMENTS */
div.selector {
	background-image:url(../img/select-bg.png);
	background-position:top left;
	background-repeat:repeat-x;
  	border:solid 1px #e4e0dd;
  	border-radius:2px;
  	box-shadow:0px 1px 3px #cbc6c2;
  	background-color:#fff;
  	height:28px;
 	padding: 0px 0px 0px 10px;
  	position: relative;
  	overflow: hidden; 
	width:300px;
}
div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
  	font-size:14px;
	font-weight:300;
	color:#252322;
	text-shadow:none;
	line-height:none;
    padding-right: 105px;
    cursor: pointer;
    width: 100%;
	padding-top:3px;
	padding-bottom:2px;
    display: block;
	background-image:url(../img/select-arrow.png);
	background-position:right top;
	background-repeat:no-repeat; 
}
div.selector.fixedWidth {
    width:242px; }
	
div.selector.fixedWidth span {
      width:242px; }
	  
div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 22px;
    top: 2px;
    left: 0px;
    width: 100%; 
}
/* PAGE */
header {
	width:100%;
	background-color:#fff;
	border-bottom:solid 1px #ddd9d9;
	box-shadow:0px 1px 3px #ccc7c5;
}
.top-bar {
	width:100%;
	background-color:#f3f3f3;
}
.top-bar-content {
	width:960px;
	margin:0px auto;
	padding:6px 0px 8px 0px;
}
.top-bar-content .nav {
	float:right;
	margin-top:8px;
}
.top-bar-content .nav a {
	font-weight:600;
	font-size:14px;
	padding:0px 7px;
	border-right:1px solid #d7d7d7;
}
.top-bar-content .nav a span:hover {
	border-bottom:dotted 1px ;
}
.top-bar-content .nav a:last-child {
	border-right:none;
}
.top-bar-content input {
	width:139px;
	outline:none;
	border:none;
	box-shadow:inset 0px 1px 1px #d0cfcf,0px 1px 1px #fff;
	background-color:#e5e5e5;
	padding:8px 34px 8px 17px;
	font-family: 'Source Sans Pro', sans-serif;
	color:#8b8b8b;
	line-height:none;
	font-size:14px;
	font-weight:300;
	border-radius:20px;
	background-image:url(../img/search-icon.png);
	background-repeat:no-repeat;
	background-position:160px center;
}
.top-bar-content .search {
    width: 200px;
    float: left;
}
.top-bar-content .portal-title {
    width: 300px;
    text-align: center;
    float: left;
    margin-top: 7px;
    margin-left: 70px;
}
.top-bar-content .portal-title span {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    color: #003C7C;
}
.head {
	width:960px;
	margin:0px auto;
	padding-bottom:18px;
	padding-top:12px;
    position: relative;
}
.head .logo {
	float:left;
}
.head .si-tu-novy {
    background: url("../img/si-tu-novy.png") no-repeat;
    width: 93px;
    height: 101px;
    display: block;
    position: absolute;
    top: 5px;
    left: 210px;
    z-index: 1;
}
.head nav {
	float:left;
	margin-left:100px;
	margin-top:20px;
	padding-bottom:2px;
    position: relative;
    z-index: 2;
}
.head nav a {
	font-weight:600;
	font-size:15px;
	text-transform:uppercase;
}
.head nav a:hover {
	color:#e01e24;
}
a.button {
	background-image:url(../img/link-button.png);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:none;
	width:186px;
	display:inline-block;
	color:#fff;
	text-align:center;
	height:30px;
	font-weight:600;
	text-transform:uppercase;
	font-size:14px;
    line-height: 30px;
}
a.button span {
	display:inline-block;
}
a.button:hover {
	background-position:center bottom;
}
.head nav a.button-1 {
	line-height:none;
	width:186px;
	display:inline-block;
	text-align:center;
	height:30px;
	font-weight:600;
	text-transform:uppercase;
	font-size:14px;
	color:#252322;
	background-image:none;
}
.head nav a.button-2 {
	line-height:none;
	width:260px;
	display:inline-block;
	text-align:center;
	height:30px;
	font-weight:600;
	text-transform:uppercase;
	font-size:14px;
	color:#252322;
	background-image: url(../img/header-different.png);
	background-position:left top;
	margin-left:-21px;
}
.head nav a.button-3 {
	line-height:none;
	width:186px;
	display:inline-block;
	text-align:center;
	height:30px;
	font-weight:600;
	text-transform:uppercase;
	font-size:14px;
	color:#252322;
	background-image:none;
	margin-left:-21px;
}
.head nav a.button-1.active {
	color:#fff;
	background-image:url(../img/link-button.png);
    /*color:#e01e24;*/
}
.head nav a.button-2.active {
	color:#fff;
	background-image:url(../img/link-button-big.png);
}
.head nav a.button-3.active {
	color:#fff;
	background-image:url(../img/link-button.png);
}
.head nav a.button-1 span,
.head nav a.button-2 span,
.head nav a.button-3 span {
	display:inline-block;
	padding-top:4px;
}
.head nav a.button-1:hover,
.head nav a.button-2:hover,
.head nav a.button-3:hover {
	color:#e01e24;
}
.head nav a.button-1.active:hover,
.head nav a.button-2.active:hover,
.head nav a.button-3.active:hover {
	color:#fff;
}

/*


.head nav a.button.active {
	background-image:url(../img/link-button.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#fff;
}
.head nav a.button.big {
	width:260px;
	margin-right:-16px;
}
.head nav a.button.big.active {
	background-image:url(../img/link-button-big.png);
}
.head nav a.button.small {
	width:130px;
	margin-right:-32px;
}
.head nav a.button.small.active {
	background-image:url(../img/link-button-big.png);
}
.head nav a.button span {
	display:inline-block;
	padding-top:4px;
}
.head nav a.button:hover {
	background-position:center bottom;
}
*/
section.content.title {
	width:100%;
	background-color:#fff;
	background-image:url(../img/title-content-bg.png);
	background-position:center top;
	background-repeat:repeat-y;
	padding-bottom:30px;
	border-bottom:solid 1px #eaeaea;
}
.title-wrap {
	width:960px;
	margin:0px auto;
}
.title-wrap .show-categories {
	width:238px;
	float:left;
}
.block-title {
	font-weight:600;
	font-size:26px;
	color:#0c4379;
	margin-bottom:26px;
	margin-top:34px;
}
.categories ul {
	margin:0px;
	padding:0px;
	list-style:none;
	padding-top:15px;
}
.categories ul li {
	display:block;
	padding-bottom:30px;
	clear:both;
}
.categories ul li a {
	display:block;
	float:left;
	padding-left:26px;
	background-image:url(../img/menu-arrow.png);
	background-position:left 6px;
	background-repeat:no-repeat;
	line-height:none;
	font-size:16px;
	line-height:none;
	color:#252322;
	font-weight:400;
	line-height:none;
}
.categories ul li a:hover {
	background-image:url(../img/menu-arrow-active.png);
	background-position:left 6px;
	background-repeat:no-repeat;
}
.recomended {
	width:672px;
	float:right;
}
.text-box {
	width:245px;
}
.text-box h1 {
	color:#e01e24;
	font-weight:600;
	font-size:20px;
	margin:0px;
	margin-bottom:20px;
}
.recommended-content .container a {
	display:block;
	border:solid 5px #fff;
	border-radius:4px;
	box-shadow:0px 1px 3px #dddbdb;
}
.recommended-info {
	width:672px;
}
.recommended-info .button {
	margin-top:60px;
}
.show-info {
	width:400px;
	float:left;
}
.informations {
	margin:0px auto;
}
.informations td {
	width:115px;
}
.informations span, .informations strong {
	display:block;
	text-align:center;
	text-transform:uppercase;
}
.informations span {
	font-weight:400;
	font-size:11px;
}
.informations strong {
	color:#066da9;
	font-size:16px;
}
.progressbar {
	width:392px;
	padding:2px;
	background-color:#d4d4d4;
	border-radius:10px;
	box-shadow:0px 1px 0px #fff;
	margin-bottom:20px;
	margin-top:20px;
}
.progressbar .ui-progressbar-value {
	height:9px;
	background-image:url(../img/big-progressbar.png);
	background-position:left top;
	background-repeat:no-repeat;
	border-radius:10px;
	background-color:red;
}
.project {
	width:213px;
	height:414px;
	padding:5px;
	background-color:#f4f4f4;
	border-radius:10px;
	float:left;
}
.project .description-wrap {
	background-image:url(../img/product-box-down-arrow.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:19px;
}
.project .description-wrap a {
	display:block;
	width:210px;
	height:296px;
	background-color:#fff;
	border-right:solid 1px #dedbdb;
	border-left:solid 1px #ececec;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	padding-top:4px;
}
.project .project-title {
	display:block;
	font-weight:600;
	font-size:18px;
	margin-top:17px;
	margin-bottom:17px;
	padding-left:15px;
	padding-right:15px;
}
.project-description img {
	display:block;
	margin:0px auto;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.project .description {
	display:block;
	color:#252322;
	font-weight:300;
	font-size:14px;
	line-height:18px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
}
.project .progressbar {
	width:200px;
	padding:2px;
	margin:0px auto;
	background-color:#d4d4d4;
	border-radius:10px;
	box-shadow:0px 1px 0px #fff;
	margin-bottom:20px;
	margin-top:20px;
}
.project .progressbar .ui-progressbar-value {
	height:9px;
	background-image:url(../img/small-progressbar.png);
	background-position:left top;
	background-repeat:no-repeat;
	border-radius:10px;
	background-color:red;
}
.project .informations {
	margin:0px;
}
.project .informations td {
	width:70px;
    font-size: 12px;
}
.section-content {
	width:960px;
	margin:0px auto;
	padding-top:34px;
	position:relative;
}
.section-content .block-title {
	margin-top:0px;
}
section.favorites {
	width:100%;
	background-color:#fff;
	border-bottom: 1px solid #eaeaea;
	padding-bottom:45px;
}
section.newest {
	width:100%;
	background-color:#fff;
    border-bottom: 1px solid #eaeaea;
    padding-bottom:45px;
}
section.partners {
    width:100%;
    background-color:#fff;
    padding-bottom:60px;
}
section.partners .partner {
    float: left;
    margin-right: 60px;
    margin-bottom: 15px;
}
section.partners .partner.last {
    margin-right: 0;
}
section.partners .partner img {
    width: 100px;
}
.newest-wrap .project {
	margin-right:44px;
}
.newest-wrap .project:last-child {
	margin-right:0px;
}
footer {
	width:100%;
	padding-top:38px;
	padding-bottom:65px;
}
.foot {
	width:960px;
	margin:0px auto;
}
.foot .container ul {
	display:block;
	width:240px;
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
}
.foot .container ul li {
    color: #ffffff;
}
.foot .container ul li form {
    margin-top: 10px;
}
.foot .container ul li img {
    margin-right: 10px;
}
.foot .container ul li a {
	font-size:14px;
}
.foot .container ul li a:hover {
	border-bottom:dotted 1px;
}
.foot .container strong {
	display:block;
	color:#fff;
	font-size:18px;
	font-weight:600;
	margin-bottom:38px;
}
.foot .container.right a {
	display:block;
	margin-bottom:60px;
	margin-top:20px;
}
.foot .container.right {
	text-align:center;
	float:left;
}
.foot .container .tirage {
	font-size:14px;
	color:#4a4949;
	font-weight:400;
}

/* NEXT PAGES */
section.header-page-info {
	background-color:#fafafa;
	border-bottom:solid 1px #eaeaea;
	padding-top:25px;
	padding-bottom:25px;
	background-image:url(../img/dark-pattern.png);
	background-position:top left;
	background-repeat:repeat;
}
.page-info {
	width:960px;
	margin:0px auto;
}
.page-info .page-title {
	font-size:26px;
	font-weight:600;
	color:#0c4379;
	line-height:none;
	padding-top:4px;
}
.page-info .page-title h1 {
	font-size:26px;
	font-weight:600;
	color:#0c4379;
	line-height:none;
	padding-top:4px;
	margin:0px;
}
section.category {
	width:100%;
	background-color:#fff;
}
.category-products-wrap {
	width:960px;
	margin:0px auto;
	padding-top:48px;
}
.category-products-wrap .project {
	margin-right:20px;
	margin-bottom:30px;
}
.category-products-wrap .project:nth-child(4n) {
	margin-right:0px;
}
.page-login {
	width:100%;
	background-image:url(../img/dark-pattern.png);
	background-position:left top;
	background-repeat:repeat;
	padding-top:60px;
	padding-bottom:60px;
}
.page-login .login {
	width:960px;
	margin:0px auto;
}
.page-login .login .box {
	width:280px;
	padding:5px;
	border-radius:6px;
	background-color:#f4f4f4;
	float:left;
}
.page-login .login .box.centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.box .box-content {
	width:248px;
	height:330px;
	padding:15px;
	background-color:#fff;
	border-radius:5px;
	box-shadow:0px 1px 1px #dedbdb;
	text-align:center;
}
input {
	outline:none;
	background-color:#fdfdfb;
	border:solid 1px #d4d3cf;
	box-shadow:inset 0px 3px 3px #dedbd9;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	color:#252322;
	font-size:14px;
	line-height:none;
	padding:4px 10px;
	width:226px;
	border-radius:2px;
}
input.btn {
    box-shadow: none ;
    box-shadow:inset none ;
}
input.checkbox {
    display: inline;
    margin: 10px 10px 20px 0;
    width: auto;
}
.box-content-title {
	display:block;
	font-weight:600;
	text-align:left;
	font-size:18px;
	color:#e01e24;
	margin-bottom:15px;
}
.box-content form label {
	display:block;
	text-align:left;
	margin-bottom:7px;
	font-size:14px;
	color:#8f8f88;
	font-weight:600;
}
.box-content form input {
	margin-bottom:12px;
}
.box-content form .selector {

}
.box-content form span {
	font-size:14px;
	display:block;
	font-weight:300;
	margin-bottom:15px;
}
.box-content input.checkbox {
    margin: 0 10px 20px 0;
    width: auto;
}
.box-content label.checkbox-label {
    font-size:14px;
    display:inline;
    font-weight:300;
    margin-bottom:15px;
}
button.button, input.button {
	border:none;
	background:none;
	background-image:url(../img/link-button.png);
	background-position:center top;
	background-repeat:no-repeat;
	line-height:none;
	width:186px;
	display:inline-block;
	color:#fff;
	text-align:center;
	height:30px;
	font-weight:600;
	text-transform:uppercase;
	font-size:12px;
    box-shadow: none;
}
button.button span {
	display:inline-block;
	padding-top:4px;
	font-weight:600;
}
button.button:hover, input.button:hover {
	background-position:bottom;
}
.box-content form .button, input.button {
	margin-bottom:20px;
}
.box-content div {
	text-align:left;
	line-height:18px;
}
.box-content a span {
	font-size:14px;
	font-weight:600;
	color:#e01e24;
	border-bottom:solid 1px #e01e24;
}
.box.fb-login .box-content-title {
	color:#0c4379;
}
.box.fb-login .box-content div span {
	font-size:14px;
	font-weight:300;
	color:#7d7b7b;
}
.box.fb-login a.button {
	width:210px;
	background-image:url(../img/fb-button-login.png);
	margin-top:25px;
}
.box.fb-login a.button span {
	border:none;
	color:#fff;
}
.page-login .box {
	margin-right:44px;
}
.page-login .box.box.fb-login {
	margin-right:0px;
}
section.detail {
	width:100%;
	padding-top:35px;
	background-color:#fff;
	padding-bottom:70px;
}
section.detail aside {
	float:right;
	width:236px;
}
.detail-wrap {
	width:960px;
	margin:0px auto;
}
aside .budget {
	width:226px;
	border-radius:10px;
	background-color:#f4f4f4;
	padding:5px;
	margin-bottom:12px;
}
.budget .box {
	background-color:#fff;
	box-shadow:0px 1px 2px #dedbdb;
	border-radius:5px;
	text-align:center;
	padding-top:20px;
}
.budget .box table {
	text-align:left;
	margin-left:16px;
	/*margin-bottom:20px;*/
}
.budget .box table span {
	font-size:16px;
	font-weight:400;
}
.budget .box span.project-type {
    display: block;
    text-align: left;
    padding: 10px 20px 20px 17px;
}
.budget .box table strong {
	font-size:16px;
	font-weight:600;
	padding-left:10px;
}
.budget .box .button {
	margin-bottom:15px;
}
.budget .title {
	color:#0c4379;
	font-size:18px;
	font-weight:600;
	display:block;
	text-align:left;
	padding-left:16px;
	margin-bottom:14px;
	margin-top:10px;
}
.budget .price {
	color:#e01e24;
	font-size:30px;
	font-weight:700;
	display:block;
	text-align:left;
	margin-left:16px;
}
.budget .progressbar {
	width:190px;
	padding:2px;
	background-color:#d4d4d4;
	border-radius:10px;
	box-shadow:0px 1px 0px #fff;
	margin-bottom:20px;
	margin-top:20px;
	margin-left:16px;
}
.budget .progressbar .ui-progressbar-value {
	height:9px;
	background-image:url(../img/budget-progressbar.png);
	background-position:left top;
	background-repeat:no-repeat;
	border-radius:10px;
	background-color:red;
}
.budget .author {
	margin-left:16px;
}
.budget .author .photo {
	width:88px;
	height:88px;
}
.budget .author .author-info {
	width:100px;
}
.budget .author .author-info span {
	display:block;
	text-align:left;
	font-size:14px;
}
.budget .author .author-info .author-name {
	font-size:16px;
	margin-bottom:20px;
	word-wrap:break-word;
}
.text-link {
	display:block;
	background-image:url(../img/text-link.png);
	background-position:left center;
	background-repeat:no-repeat;
	height:21px;
	font-weight:600;
	font-size:14px;
	padding-left:30px;
}
.text-link:hover span {
	border-bottom:solid 1px;
}
.budget .text-link {
	margin-top:15px;
	margin-bottom:10px;
	margin-left:16px;
}
aside .container {
	border-radius:10px;
	border:solid 1px #e1e1df;
	padding:20px;
	margin-bottom:10px;
}
aside .container .title {
	font-size:17px;
	color:#515151;
	font-weight:600;
	margin-bottom:16px;
}
aside .container .get-info {
	font-size:14px;
	font-weight:300;
	line-height:18px;
	margin-bottom:20px;
	display:block;
}
aside .container .reward {
	font-size:12px;
	font-weight:400;
	color:#8f8f88;
	margin-top:20px;
}
aside .container .reward .get-reward {
	color:#e01e24;
}

.detail-wrap .left-content {
	width:680px;
}
.detail-wrap .left-content .detail-content, .account-content {
	padding:5px;
	border-radius:10px;
	background-color:#f4f4f4;
}
.detail-content .text-page, .account-content .text-page, .detail-content .result {
	padding:18px;
	background-color:#fff;
	border-radius:5px;
	box-shadow:0px 1px 2px #dedbdb;
}
.detail-content .result {
    position: relative;
    padding-left: 68px;
}
.detail-content .result.success {
    border: 1px solid #569C27;
    background: #f5ffee;
    color: #569C27;
}
.detail-content .result.fail {
    border: 1px solid #CA3F3E;
    background: #FCF8F8;
    color: #CA3F3E;
}
.detail-content .result img {
    position: absolute;
    left: 18px;
    top: 11px;
}
.detail-content .result span {
    font-size: 16px;
    font-weight: 600;
}
.account-content .text-page {
    padding-bottom: 30px;
}
.tab {
	display:inline-block;
	font-size:14px;
	font-weight:600;
	background-color:#e0dfdf;
	color:#797979;
	margin-top:10px;
	padding:10px 20px 10px 20px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	cursor:pointer;
}
#tab-1 {
	margin-left:20px;
}
#tab-1.active, #tab-2.active, #tab-3.active {
	background-color:#fff;
	color:#e01e24;
}
#page-tab-2, #page-tab-3 {
	display:none;
}
.text-page p {
	margin-bottom:30px;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight:300 !important;
    font-size:16px !important;
    line-height:22px !important;
    color:#7d7b7b !important;
}
.account-content .text-page p {
    margin-bottom:0px;
    margin-top: 0px;
    color: #252322;
}
.text-page img {
	margin-bottom:30px;
}
.text-page strong {
	font-weight:600;
}
.text-page h1 {
	margin-bottom:20px;
	font-weight:600;
	color:#0c4379;
	font-size:18px;
	margin-top:20px;
}
.support {
	padding:20px;
}
.support input.text-input {
	background-image:url(../img/euro.png);
	background-position:265px center;
	background-repeat:no-repeat;
	border:solid 1px #e01e24;
	font-size:20px;
	width:240px;
	padding:8px 10px;
	padding-right:50px;
}
.support .title {
	display:block;
	font-weight:600;
	font-size:18px;
	color:#0c4379;
	margin-bottom:14px;
}
.support .description {
	display:block;
	font-size:13px;
	font-weight:300;
	margin-bottom:16px;
}
.support form {
	display:block;
	width:550px;
}
.support .button {
	margin-top: 6px;
    margin-right: 80px;
}
.container-wrap .title {
	display:block;
	font-weight:600;
	font-size:18px;
	color:#0c4379;
	margin-bottom:14px;
	padding-left:20px;	
}
.container-wrap label.container {
	display:block;
	background-color:#fff;
	border-radius:5px;
	box-shadow:0px 1px 2px #dedbdb;
	padding:18px;
	margin-bottom:6px;
	border:solid 1px transparent;
	cursor:pointer;
	text-align:left;
	vertical-align:top;
	position:relative;
}
.container-wrap label.container.active {
	border:solid 1px #e01e24;
	background-color:#fdf8f8;
}
label.container input {
	width:auto;
	height:auto;
	background:none;
	box-shadow:none;
	border:none;
}
.radio-wrap {
	display:inline;
	width:22px;
	height:22px;
	margin-right:20px;
	position:absolute;
	top:16px;
}
.radio-info {
	display:inline-block;
	width:590px;
	padding-left:40px;
}
.radio-info .radio-info-title {
	display:block;
	color:#515151;
	font-size:18px;
	font-weight:600;
}
.radio-info .radio-description {
	display:block;
	color:#515151;
	font-size:13px;
	font-weight:300;
	margin:20px 0px;
}
.radio-info .reward {
	display:block;
	font-size:12px;
	font-weight:400;
	color:#8f8f88;
}
.radio-info .reward .get-reward {
	color:#e01e24;
}
.container-wrap .container:last-child {
	margin-bottom:0px;
}
.submit {
	margin-top:20px;
}
 div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
	background-image:url(../img/radio-button.png);
	background-position:center top;
	float:left;
}
div.radio span.checked {
	background-position:center bottom;
}
#get-support {
	background-color:#CE1926;
}
.box.get-support {
	padding:15px;
	text-align:left;
}
.box.get-support .title {
	margin:0px;
	padding:0px;
	margin-bottom:15px;
}
.box.get-support {
	font-size:16px;
}
.box.get-support .get-info {
	margin-bottom:20px;
	display:block;
}
.left-content h2 {
	font-size:22px;
	margin-top:30px;
	color:#0c4379;
	font-weight:600;
}
.left-content h2 span {
    font-size:16px;
    margin-top:30px;
    color:#CE1926;
    font-weight:normal;
    font-style: italic;
}
.left-content .block {
	width:680px;
	border-bottom:solid 1px #eaeaea;
	padding-bottom:38px;
}
.left-content .block.thin {
    padding-bottom: 0;
}
.left-content .block:last-child {
	border-bottom:none;
}
.left-content .block p {
	font-size:16px;
    color: #252322;
}
.left-content .block table {
	font-size:13px;
}
.left-content .block.last {
	border-bottom:none;
}
.left-content .block table label {
	display:inline-block;
	margin-left:10px;
	padding-top:2px;
}
.left-content .block label {
    display: block;
    margin-top: 10px;
    margin-bottom:7px;
    font-size:14px;
    color:#8f8f88;
    font-weight:600;
}
.left-content .block label.checkbox-label {
    display: inline-block;
}
button.button.next-step, input.button.next-step {
	border:none;
	background:none;
	background-image:url(../img/next-step.png);
	background-position:center top;
	background-repeat:no-repeat;
	line-height:none;
	width:310px;
	display:block;
	color:#fff;
	text-align:center;
	height:30px;
	font-weight:600;
	text-transform:uppercase;
	font-size:12px;
	margin:0px auto;
}
button.button.next-step:hover, input.button.next-step:hover {
	background-position:center bottom;
}
.get-steps {
	padding:5px;
	background-color:#d4d4d4;
	border-radius:6px;
}
.steps {
	padding-top:12px;
	padding-bottom:14px;
	background-image:url(../img/step-background.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.step {
	font-weight:700;
	font-size:20px;
	width:150px;
	padding-left:20px;
	line-height:none;
}
.step-1 {
}
.step-2 {
	padding-left:50px;
}
.step-3 {
	padding-left:40px;
}
.step-4 {
	padding-left:45px;
}
.step.step-5 {
	color:#e01e24;
	padding-left:30px;
}
.steps.active-1 {
	background-position: left top;
}
.active-1 .step-1 {
	color:#fff;
}
.steps.active-2 {
	background-position: 0px -48px;
}
.active-2 .step-2 {
	color:#fff;
}
.steps.active-3 {
	background-position: 0px -96px;
}
.active-3 .step-3 {
	color:#fff;
}
.steps.active-4 {
	background-position: 0px -144px;
}
.active-4 .step-4 {
	color:#fff;
}
.active-5 .step-5 {
	color:#fff;
}
.steps.active-5 {
    background-position: 0px -192px;
}
.get-steps {
	margin-top:40px;
}
.steps-info {
	padding:5px;
}
.steps-info span {
	font-size:13px;
}
.steps-info .step-info {
	float:left;
	width:150px;
	padding-left:20px;
	line-height:16px;
}
.step-info.s2 {
	padding-left:50px;
}
.step-info.s3 {
	padding-left:40px;
}
.step-info.s4{
	padding-left:45px;
}
.step-info.s5 {
	padding-left:30px;
}
section.contact, section.contact-form, section.common {
	width:100%;
	background-color:#fff;
	border-bottom:solid 1px #eaeaea;
	padding-top:50px;
}
section.invoice {
	padding-top:40px;
	background-color:#fff;
}
.invoice-wrap {
	width:960px;
	margin:0px auto;
	font-size:14px;
	line-height:18px;
	padding-bottom:160px;
}
.contact-form-wrap, .contact-wrap, .common-wrap {
	width:960px;
	margin:0px auto;
}
.partners-wrap {
    width:960px;
    margin:0px auto;
    padding-top: 60px;
}
.contact-wrap, .common-wrap {
	text-align:center;
	padding-bottom:70px;
}
.common-wrap {
    text-align: left;
}
.contact-form-wrap {
	padding-bottom:30px;
}
.contact-wrap .contact-container {
	display:inline-block;
	font-weight:600;
	font-size:20px;
}
.contact-wrap .contact-container img {
	display:block;
	margin:0px auto;
	margin-bottom:28px;
}
.contact-wrap .contact-container:first-child {
	margin-right:60px;
}
.contact-form-wrap h2, .invoice-wrap h2 {
	font-weight:600;
	font-size:18px;
	color:#0c4379;
	margin:0px;
	padding:0px;
	margin-bottom:24px;
}
.contact-form-wrap table {
	display:block;
}
.contact-form-wrap table td {
	padding-bottom:9px;
}
.contact-form-wrap table span {
	font-weight:600;
	font-size:12px;
	color:#8f8f88;
	text-transform:uppercase;
}
.contact-form-wrap table .button span {
	color:#fff;
}
.contact-form-wrap table span span {
	color:#e01e24;
}
.contact-form-wrap table input {
	margin-left:10px;
}
textarea {
	display:block;
	outline:none;
	background-color:#fdfdfb;
	border:solid 1px #d4d3cf;
	box-shadow:inset 0px 3px 3px #dedbd9;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	color:#7d7b7b;
	font-size:14px;
	line-height:16px;
	padding:4px 10px;
	border-radius:2px;
}
.contact-form-wrap table textarea {
	display:block;
	float:left;
	width:480px;
	height:95px;
	margin-left:10px;
	margin-bottom:26px;
	resize:none;
}
.contact-form-wrap table .contact-form-info {
	font-weight:300;
	padding-left:90px;
}
.invoice-wrap .container-1 {
	margin-right:100px;
	float:left;
}
.invoice-wrap .container-1 span {
	display:block;
	margin-bottom:15px;
}
.invoice-wrap .container-2 {
	float:left;
	padding-top:33px;
	margin-right:100px;
}
.invoice-wrap .container-3 {
	float:left;
	padding-top:33px;
    width: 410px;
}
ul.error {
    margin: 10px 0 10px 0;
    padding: 0;
}
ul.error li {
    margin-left: 20px;
    text-align: left;
    color: #E01E24;
}
.alert-wrap {
    width:100%;
    background-image:url(../img/dark-pattern.png);
    background-position:left top;
    background-repeat:repeat;
    padding-top: 20px;
    padding-bottom: 20px;
}
.alert {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: bold;
    width: 940px;
    margin-right: auto;
    margin-left: auto;
}
.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.account-form form label {
    display:block;
    text-align:left;
    margin-top: 10px;
    margin-bottom:7px;
    font-size:14px;
    color:#252322;
    font-weight:600;
}
.account-form form label.checkbox-label {
    font-size:14px;
    display:inline;
    font-weight:600;
    margin-bottom:15px;
    text-align: left;
}
.account-form p {
    margin-top: 5px;
}
.project-success {
    text-align: center;
}
.project-success a {
    font-size: 18px;
    font-weight: 600;
}
table.my-projects {
    width: 100%;
}
table.my-projects tr.even {
    background: #F4F4F4;
}
table.my-projects td {
    padding: 5px;
}
table.my-projects td img {
    margin: 0;
}
table.my-projects th {
    font-weight: 600;
    padding: 5px;
    border-bottom: 1px solid #E0DFDF;
}
.how-to {
    text-align: center;
}
.no-bottom-margin {
    margin-bottom: 0 !important;
}
.fundings {

}
.fundings .funding {
    margin-bottom: 10px;
}
.fundings .funding.odd {
    background: #F4F4F4;
}
.funding img {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0;
    vertical-align: top;
}
.funding .info {
   display: inline-block;
}
.funding .info span.amount {
    display: inline-block;
    width: 180px;
}
.funding .info span.reward {

}
.no-top-margin {
    margin-top: 0 !important;
}
#ajax-spinner {
    background: #b9b9b9 url(../img/ajax-spinner.gif) no-repeat center;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    z-index: 9999;
}
.block.margined-bottom {
    margin-bottom: 30px;
}
.vytvorit-projekt {
    color: #033E7E;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}
.vytvorit-projekt:hover {
    text-decoration: none;
}
.social-buttons {

}
.social-buttons.right {
    text-align: right;
}
.social-buttons .social-button {
    display: inline-block;
    overflow: hidden;
}
.social-buttons .social-button.fb {
    width: 190px;
}
.social-buttons .social-button.tw {
    width: 95px;
    margin-top: 10px;
}
.social-buttons .social-button.gp {
    width: 95px;
    margin-top: 10px;
}
.about-video {
    position: absolute;
    left: 755px;
}
.news {
    background: #FFFFFF;
    padding-bottom: 35px;
}

.news-item {
    width:300px;
    height:370px;
    padding:5px;
    background-color:#f4f4f4;
    border-radius:10px;
    float:left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.news-item.last {
    margin-right: 0;
}
.news-item .description-wrap {
    padding-bottom:19px;
}
.news-item .description-wrap a {
    display:block;
    width:298px;
    height:363px;
    background-color:#fff;
    border-right:solid 1px #dedbdb;
    border-bottom:solid 1px #dedbdb;
    border-left:solid 1px #ececec;
    border-radius:6px;
    padding-top:4px;
}
.news-item .news-title {
    display:block;
    font-weight:600;
    font-size:18px;
    margin-top:5px;
    margin-bottom:17px;
    padding-left:15px;
    padding-right:15px;
}
.news-item img {
    display:block;
    margin:0 auto 10px auto;
}
.news-item .description {
    display:block;
    color:#252322;
    font-weight:300;
    font-size:14px;
    line-height:18px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:10px;
}
.news-content {
    position: relative;
}
.news-video {
    width: 650px;
    margin: 0 auto;
}
.news-image {
    width: 400px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.news-image img {
    width: 400px;
}
.news-photos {
    margin-top: 20px;
}
.news-photos .photo {
    width: 220px;
    height: 135px;
    float: left;
    margin: 0 25px 25px 0;
}
.news-photos .photo.last {
    margin-right: 0;
}


@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.head nav a.button-2.active {
		background-image:url(../img/link-button-big-2x.png);
		background-size: 260px 60px;
	}
	.head nav a.button-2 {
		background-image: url(../img/header-different-2x.png);
		background-size: 260px 60px;
	}
	.head nav a.button-1.active {
		background-image:url(../img/link-button-small-2x.png);
		background-size: 130px 60px;
	}
	.head nav a.button-3.active {
		background-image:url(../img/link-button.png);
		background-size: 186px 60px;
	}
	.nivo-prevNav {
		background-image:url(../img/left-arrow-2x.png);
		background-size: 42px 84px;
	}
	.nivo-nextNav {
		background-image:url(../img/right-arrow-2x.png);
		background-size: 42px 84px;
	}
	.nivo-control {
		background-image:url(../img/point-2x.png);
		background-size: 13px 28px;
	}
	#slide-prev {
		background-image:url(../img/left-arrow-2x.png);
		background-size: 42px 84px;
	}
	#slide-next {
		background-image:url(../img/right-arrow-2x.png);
		background-size: 42px 84px;
	}
	.top-bar-content input {
		background-image:url(../img/search-icon-2x.png);
		background-size: 16px 17px;
	}
	a.button {
		background-image:url(../img/link-button-2x.png);
		background-size: 186px 60px;
	}
	.categories ul li a {
		background-image:url(../img/menu-arrow-2x.png);
		background-size: 7px 11px;
	}
	.categories ul li a:hover {
		background-image:url(../img/menu-arrow-active-2x.png);
		background-size: 7px 11px;
	}
	.progressbar .ui-progressbar-value {
		background-image:url(../img/big-progressbar-2x.png);
		background-size: 393px 9px;
	}
	.project .description-wrap {
		background-image:url(../img/product-box-down-arrow-2x.png);
		background-size: 280px 19px;
	}
	.project .progressbar .ui-progressbar-value {
		background-image:url(../img/small-progressbar-2x.png);
		background-size: 254px 9px;
	}
	button.button {
		background-image:url(../img/link-button-2x.png);
		background-size: 186px 60px;
	}
	.box.fb-login a.button {
		background-image:url(../img/fb-button-login-2x.png);
		background-size: 210px 60px;
	}
	.budget .progressbar .ui-progressbar-value {
		background-image:url(../img/budget-progressbar-2x.png);
		background-size: 187px 9px;
	}
	.text-link {
		background-image:url(../img/text-link-2x.png);
		background-size: 22px 21px;
	}
	div.radio span {
		background-image:url(../img/radio-button-2x.png);
		background-size: 18px 36px;
	}
	button.button.next-step {
		background-image:url(../img/next-step-2x.png);
		background-size: 310px 60px;
	}
	.steps {
		background-image:url(../img/step-background-2x.png);
		background-size: 950px 240px;
	}
}