#mobileNav {
	display: none !important;
}

.navbar-default {
	background-color: transparent;
	border: 0px;
    border-radius: 0px;
    margin-bottom: 0;
}

.warning-not-confirmed {
	width:100%;
	height: 25px;
	background: #ff9e00;
	padding-top: 3px;
}

.warning-not-confirmed p {
	font-size:14px;
	margin:0;
	color:#fff;
	text-align: center;
}

.warning-not-confirmed p a {
	font-weight: bold;
	text-decoration: underline;
	color:#fff;
}

.navbar-header {
	float:none;
	text-align: center;

	height: 75px;
	background:transparent;

	-webkit-transition: 600ms ease;
	-moz-transition: 600ms ease;
	-o-transition: 600ms ease;
	transition: 600ms ease;
}

#menu-top.white .navbar-header {
	background:#fff;
}

.navbar-header .container-fluid {
	position: relative;
}

.navbar-header .navbar-brand {
	padding:19px 15px;

	display: -webkit-box;
    display: -webkit-flex;
    display: flex;

	flex-wrap: wrap;

	visibility: hidden;
}

#menu-top.white .navbar-header .navbar-brand {
	visibility: visible;
}

.navbar-header .navbar-brand:hover {
	color:#fff;
}

.navbar-brand img {
	height: 35px;

	display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
}

.navbar-brand span {
	color:#fff;
	text-transform: normal;
	font-size: 25px;
	padding:10px 15px;

	color:#000;

	display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
}

.navbar-default .navbar-nav>li {
	padding:20px 0;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: transparent;
	color:#ff9e00;
}

.navbar-default .navbar-nav>li>a.usermenu {
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;

	flex-wrap: wrap;
	align-content: center;
	align-items: center;

	padding-top: 3px;
	text-transform: uppercase;
}

.nav>li>a.usermenu img {
	display: block;
	margin-right: 10px;
}

.nav>li>a.usermenu span {
	display: block;
}

.nav>li>a.usermenu i {

}

.navbar-nav>li>.dropdown-menu {
    margin-top: -6px;
    border-radius: 0;
    border: 0;
	background-color:#ff9e00;
	box-shadow: none;
	position: absolute;
    right: 0;
}

.navbar-nav>li>.dropdown-menu:after {
	content:"";
	position: absolute;
	display: block;
	border-style: solid;
	width:0;
	top: -15px;
	right: 50%;
	margin-right:-15px;
	bottom: auto;
	left: auto;
	border-width: 0 15px 15px;
	border-color: #ff9e00 transparent;
}

/*.navbar-nav>li>.dropdown-menu a {
	text-transform: normal;
	letter-spacing: 1px;
	font-size: 14px;
	text-align: left;
	color:#fff;
}

.navbar-nav>li>.dropdown-menu a:hover {
	color:#000;
	background:transparent;
}*/

.navbar-default .navbar-toggle {
    color: #FFFFFF;
    font-size: 30px;
    padding: 0;
    margin-top: 3px;
    margin-bottom: 0;
    border-color: transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.search-fade {
	display: none;

	position: absolute;
	top:0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
}

.search-bar {

}

.deals-scroll .select2-container--default .select2-selection--multiple {
	border:0px;
	background: transparent;
	cursor: pointer;
}

.deals-scroll .select2-container--default.select2-container--focus .select2-selection--multiple {
	border:0px;
}

.search-bar #search {
	height: 55px;
	width: 100%;
	padding: 0px 25px;
	border: 1px solid #dedede;
}

.search-bar #formelement-category_id .select2-search__field {
	display: none !important;
}

.sortby {
	text-align: right;
	padding-top:16px;
	font-size: 16px;
}

.sortby .dropdown-menu {
	box-shadow: none;
	border:0px;
	border-radius: 0px;
}

.navbar-default .navbar-nav>li>a {
	font-family: open_sansextrabold;
	padding:8px 20px;
	font-size: 14px;
	color:#fff;
}

.navbar-default .navbar-nav>li a:hover {
	color:#ff9e00;
}

#menu-top.white .navbar-default .navbar-nav>li>a:not(.signup-button):not(.login-button) {
	color:#000;
}

#menu-top.white .navbar-default .navbar-nav>li>a:not(.signup-button):not(.login-button):hover {
	color:#ff9e00;
}

.navbar-default .navbar-nav>li>a.signup-button, .navbar-default .navbar-nav>li>a.login-button {
	border-radius: 15px;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a.signup-button {
	background: #ffa20c;
	margin-right:20px;
}

.navbar-default .navbar-nav>li>a.signup-button:hover {
	color:#fff;
	opacity: 0.8;
}

.navbar-default .navbar-nav>li>a.login-button {
	background: #249ad9;
}

.navbar-default .navbar-nav>li>a.login-button:hover {
	color:#fff;
	opacity: 0.8;
}

.login-modal h2 {
	margin-top:0px;
	text-align: center;
}

.login-modal .separator {
	border:0;
	padding:25px 0;
	text-align: center;
	font-size: 18px;
}

.login-modal .btn {
	height:60px;
	width: 100%;
	padding:17px 15px;
}

.login-modal .signup-div, .login-modal .forgot-div {
	display: none;
}

.login-modal .btn-github {
	height: inherit;
	padding:7px 10px;
	font-size: 14px;
	font-family: open_sanssemibold;
	border-radius: 4px;
	margin-bottom: 10px;

    color: #fff;
    background-color: #444;
    border-color: rgba(0,0,0,0.2);
}

.btn-github:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0,0,0,0.2);
}

.login-modal  .btn-facebook {
	height: inherit;
	padding:7px 10px;
	font-size: 14px;
	font-family: open_sanssemibold;
	border-radius: 4px;
	margin-bottom: 10px;

    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}

.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0,0,0,0.2);
}

.login-modal .btn-twitter {
	height: inherit;
	padding:7px 10px;
	font-size: 14px;
	font-family: open_sanssemibold;
	border-radius: 4px;
	margin-bottom: 10px;

    color: #fff;
    background-color: #55acee;
    border-color: rgba(0,0,0,0.2);
}

.btn-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0,0,0,0.2);
}

.login-modal .btn-google {
	height: inherit;
	padding:7px 10px;
	font-size: 14px;
	font-family: open_sanssemibold;
	border-radius: 4px;
	margin-bottom: 10px;

    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}

.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0,0,0,0.2);
}

.left-border {
	padding-left:20px;
	border-left:2px solid #000;
}

.row.is-flex {
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;

	flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
}

.header-homepage {
	width: 100%;
	height: 540px;
	background-image: url(../images/bg-header-homepage.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top:-75px;
}

.header-homepage .baseline {
	position:absolute;
	top:17%;
	left:50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header-homepage .baseline h1 {
	font-family: spaceinvaders;
	text-transform: uppercase;
	color:#fff;
	text-align: center;
	transform-origin: 50% 100%;
	transform: perspective(300px) rotateX(25deg);
	line-height: 1.2em;
	font-size: 55px;
	margin-top:-40px;
}

.header-homepage .baseline .rocket {
	visibility: hidden;
	position:absolute;
	top:110px;
	right:-70px;
	z-index: 5;
}

.header-homepage .baseline .btn-primary {
	border-radius: 20px;
	font-size: 15px;
	padding:11px 45px;
	position: relative;
	display: inline-block;
	z-index: 10;
}

.header-homepage .baseline .btn-primary .cosmo {
	position: absolute;
	left:0;
	bottom: -2px;
	visibility: hidden;

	transition-duration: 250ms;
    transition-timing-function: ease-out;
}

.header-homepage .baseline .btn-primary:hover .cosmo {
	left: calc(100% - 44px);
}

.header-homepage .container-scroll-down {
    position: absolute;
    z-index: 9;
    width: 50px;
    text-align: center;
    bottom: 10px;
	left:50%;
	margin-left:-25px;
}

.header-homepage .container-scroll-down i {
	cursor: pointer;
    bottom: 5px;
    color: #FFF;
    font-size: 55px;
    animation: 3.4s ease-in-out infinite fadebottom;
    -webkit-animation: 3.4s ease-in-out infinite fadebottom;
}

.mobile-header {
	background-image: url(../images/bg-header-homepage.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	padding:80px 5px;
}

.mobile-header h1 {
	font-family: spaceinvaders;
	text-transform: uppercase;
	color:#fff;
	text-align: center;
	/*transform-origin: 50% 100%;
	transform: perspective(300px) rotateX(25deg);*/
	line-height: 1.2em;
	font-size: 28px;
	margin:0px;
}

@keyframes fadebottom {
	0% {
	    opacity: 1;
	    transform: translateY(0px);
	    -moz-transform: translateY(0px);
	    -o-transform: translateY(0px);
	}
	25% {
	    opacity: 0;
	    transform: translateY(20px);
	    -moz-transform: translateY(20px);
	    -o-transform: translateY(20px);
	}
	30% {
	    opacity: 0;
	    transform: translateY(0px);
	    -moz-transform: translateY(0px);
	    -o-transform: translateY(0px);
	}
	45% {
	    opacity: 1;
	    transform: translateY(0px);
	    -moz-transform: translateY(0px);
	    -o-transform: translateY(0px);
	}
	100% {
	    opacity: 1;
	    transform: translateY(0px);
	    -moz-transform: translateY(0px);
	    -o-transform: translateY(0px);
	}
}

@-webkit-keyframes fadebottom {
	0% {
	    opacity: 1;
	    transform: translateY(0px);
	    -webkit-transform: translateY(0px);
	}
	25% {
	    opacity: 0;
	    transform: translateY(20px);
	     -webkit-transform: translateY(20px);
	}
	30% {
	    opacity: 0;
	    transform: translateY(0px);
	     -webkit-transform: translateY(0px);
	}
	45% {
	    opacity: 1;
	    transform: translateY(0px);
	     -webkit-transform: translateY(0px);
	}
	100% {
	    opacity: 1;
	    transform: translateY(0px);
	     -webkit-transform: translateY(0px);
	}
}


.product-thumb {
	display: block;
	position:relative;
	padding-top: 100%;
	background: #FFF;
	margin-bottom: 30px;
	border:1px solid #dedede;
	overflow: hidden;
}

.product-thumb:hover, .product-thumb.new {
	border:1px solid #ffa20c;
}

.product-thumb .expiration {
	position: absolute;
	top:0px;
	left:0px;
	z-index: 1;
	padding: 5px 10px;

	background: rgba(255,255,255,0.8);
	color:#333;
	text-transform: none;
	font-family: open_sansregular;
	font-size: 13px;

	-webkit-transition: 600ms ease;
	-moz-transition: 600ms ease;
	-o-transition: 600ms ease;
	transition: 600ms ease;
}

.product-thumb-basic .expiration {
	left:inherit;
	right: 0px;
	background: transparent;
	font-size: 12px;
}

.product-thumb:hover .expiration {
	opacity: 0;
}

.product-thumb .software-logo {
	position: absolute;
    z-index: 23;
    top: calc(55% - 45px);
    right: 15px;
    width: 65px;
    height: 65px;
    background: #FFFFFF;
    border: solid 1px #dedede;
    border-radius: 8px;
    overflow: hidden;
}

.product-thumb .new {
	position: absolute;
	top:10px;
	right:-25px;
	z-index: 2;
	width: 100px;

	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);

	background: #ffa20c;
	color:#fff;
	text-transform: uppercase;
	font-family: open_sansbold;
	font-size: 13px;
	padding: 3px 0;
	text-align: center;
}

.product-thumb .image {
	text-align: center;
	position:absolute;
	top:0;
	left:0;
	height:55%;
	width:100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.product-thumb .image::before {
	content:" ";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: rgba(0, 0, 0, 0.4);

	-webkit-transition: 600ms ease;
	-moz-transition: 600ms ease;
	-o-transition: 600ms ease;
	transition: 600ms ease;
}

.product-thumb:hover .image::before {
	background: rgba(255,255,255,0.8);
}

/*.product-thumb .image .btn {
	position: absolute;
	top:50%;
	left:50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);

	opacity: 0;

	-webkit-transition: 600ms ease;
	-moz-transition: 600ms ease;
	-o-transition: 600ms ease;
	transition: 600ms ease;
}

.product-thumb:hover .image .btn {
	opacity: 1;
}*/

.product-thumb .image .preview {
	position: absolute;
	top:0;
	width: 100%;
	padding:15px 15px;

	opacity: 0;
	text-align: center;

	-webkit-transition: 600ms ease;
	-moz-transition: 600ms ease;
	-o-transition: 600ms ease;
	transition: 600ms ease;
}

.product-thumb .image .preview p {
	color:#202121;
}

.product-thumb:hover .image .preview {
	opacity: 1;
}

.product-thumb .description {
	position:absolute;
	bottom:0px;
	height: 45%;
	width:100%;
	padding:15px;
}

.product-thumb .description h3 {
	margin:0 0 8px;
	font-size:18px;
}

.product-thumb .description h3 a {
	color:#000;
}

.product-thumb .description h3 a:hover {
	color:#202121;
	text-decoration: none;
}

.product-thumb .description .offer {
	white-space: nowrap;
	overflow: hidden;
}

.product-thumb .description .bottom {
	position: absolute;
	bottom: 0;
	left:0;
	height: 50px;
	width: 100%;
	background: #f8f8f8;
	border-top:1px solid #dedede;
}

.product-thumb.new .bottom {
	background: #fff2dc;
}

.product-thumb .description .upvote, .product-thumb .description .comment {
	display: block;
	float:left;
	height: 50px;
	width: 50px;
	text-align: center;
	padding-top: 12px;
	border-right:1px solid #dedede;
	background: #f8f8f8;
}

.product-thumb .description .upvote:hover, .product-thumb .description .comment:hover {
	text-decoration: none;
}

.upvote:not(.has-voted), .product-thumb .comment {
	color:#c9c9c9;
}

.product-thumb .upvote:hover {
	text-decoration: none;
}

.product-thumb .description .value {
	float:right;
	height: 50px;
	text-align: right;
	padding-top: 14px;
	padding-right:10px;
	font-size:14px;
	font-family: open_sanssemibold;
	/*position: absolute;
	bottom:15px;
	right:15px;*/
}

.product-thumb-basic {
	padding-top:0px;
}

.product-thumb-basic .description {
	position: relative;
	height: 135px;
	padding-left:85px;
	padding-top:18px;
}

.product-thumb-basic:hover .description {
	padding-left: 10px;
	padding-top: 10px;
}

.product-thumb-basic:hover .description .on {
	display: none;
}

.product-thumb-basic .description .off {
	opacity: 0;

	-webkit-transition: 600ms ease;
	-moz-transition: 600ms ease;
	-o-transition: 600ms ease;
	transition: 600ms ease;
}

.product-thumb-basic:hover .description .off {
	opacity: 1;
}

.product-thumb-basic:hover .description .off a {
	color:#202121;
}

.product-thumb-basic:hover .description .off a:hover {
	text-decoration: none;
}

.product-thumb-basic .description .software-logo {
	left: 10px;
	right: inherit;
	top:10px;
}

.nb-search-results {
    margin-right:15px;
    font-size: 16px;
    color: #a0a0a0;
}

.search-results-container {
	min-height: 500px;
	position: relative;
}

.search-results-container .loading {
	text-align: center;
	padding:85px 0;
	display: none;
	position: absolute;
	left:0px;
	top:0px;
	width: 100%
}

.search-results-container .loading i {
	color:#c9c9c9;
	font-size: 50px;
}

.white-container {
	padding: 40px 50px;
	background: #fff;
}

.create-deal .white-container {
	padding:40px 120px;
}

.white-container .form-group {
	text-align: left;
}

.white-container .form-control:focus {
    border: 2px solid #ff9e00;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	background-color: rgba(255, 158, 0, 0.05);
}

.white-container .btn {
	padding: 10px 25px;
	border-radius: 8px;
}

.white-container .btn-back {
	color: #FFFFFF;
	background-color: #CCCCCC;
	border-color: #CCCCCC;
}

.white-container .btn-back:hover, .white-container .btn-back:focus, .white-container .btn-back.focus, .white-container .btn-back:active, .white-container .btn-back.active {
    background-color: #FFF;
    border-color: #CCCCCC;
    color: #CCCCCC;
}


.create_deal_menu {
	list-style: none;
	padding:0;
	margin:30px auto;
	display: inline-block;
}

.create_deal_menu li {
	float:left;
	margin-right:20px;
	color:#CCCCCC;
	font-size:13px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	text-align: center;
	padding-top: 25px;
}

.create_deal_menu li.active {
	border: solid 1px #ff9e00;
	color: #ff9e00;
	background: #FFFFFF;
}

.create_deal_menu li .fa {
	font-size: 30px;
	padding-bottom: 3px;
}

.step-title {
	margin-bottom: 0;
	background-color: #ff9e00;
	font-family: open_sansextrabold;
    padding: 8px 75px;
	color: #FFFFFF;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
    text-transform: uppercase;
	display: inline-block;
}

.deal-header {
	background:#FAFAFA;
	/*background: -webkit-linear-gradient(135deg,#fdc365,#ff9e00);
	background: linear-gradient(-45deg,#fdc365,#ff9e00);*/
	padding: 30px 0;
}

.deal-header .image {
	background: #ffffff;
	border: solid 1px #CCCCCC;
	height: 80px;
	width: 80px;
	overflow: hidden;
	border-radius: 8px;
}

.deal-header .image img {
	width: 100%;
}

.deal-header .title {
	float:left;
	padding:10px 30px;
}

.deal-header .title h1 {
	margin:0px;
	font-size:32px;
}

.deal-header .title h2 {
	margin:0px;
	font-size: 18px;
}

.deal-header .cta {
	float:right;
	padding:10px 0;
}

.deal-header .btn-like, .deal-header .btn-flag {
	font-size: 30px;
	margin-left: 15px;
}

.deal-header .btn-flag {
	color:#c9c9c9;
}

.deal-tags {
	background:#fff;
	padding:15px 0;
	margin-bottom: 30px;
}

.deal-tags p {
	margin:0px;
}

.deal-line {
	border-bottom: solid 2px #CCCCCC;
	padding: 30px 0;
}

.deal-image-upload {
	width: 100%;
	min-height: 100px;
	background: #CCC;
	position: relative;
}

#upload_deal_image .deal-image-upload {
	background: #FFFFFF;
}

#upload_deal_image .loading {
	color: #000000;
}

.deal-image-upload #inputimage {
	display: none;
	height: 0;
	width: 0;
}

.deal-image-upload .btn {
	width: 100%;
	position: absolute;
	bottom:-46px;
	height: 46px;
	left: 0;
}

.deal-image-upload .margeur-15, .deal-image-upload .btn-action-img {
	margin:0 !important;
}

.deal-image-upload .loading {
	padding:15px 30px;
	color:#fff;
	font-weight: bold;
}

.deal-image-upload #images-container {
	padding: 15px 0;
}

.deal-image-upload .image-container {
	position: relative;
	min-height: 50px;
	background-color: #FFFFFF;
	border: solid 2px #ff9e00;
	margin: 5px 0;
}

.deal-image-upload .image-container .filter {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.6);
	display: none;
}

.deal-image-upload .image-container .filter .cta {
	height: 100%;
}

.deal-image-upload .image-container .filter a {
	margin: 0 5px;
	font-size: 20px;
}

.deal-image-upload .image-container:hover .filter{
	display: block;
}

.related-product {
	border-bottom: solid 1px #cccccc;
	padding: 30px 0;
}

.related-product .image {
	background: #ffffff;
    border: solid 1px #CCCCCC;
    height: 50px;
    width: 50px;
    overflow: hidden;
    border-radius: 8px;
    margin-right: 15px;
}

.related-product .btn {
	font-size: 12px;
	padding: 10px;
	margin-top: 10px;
}

.related-product p {
	margin-bottom: 5px;
}

.related-products h3 {
	font-size: 20px;
	margin: 0;
}

.settings-menu {
	list-style: none;
	border: 1px solid #dbe0df;
	border-bottom: 0px;
	padding:0px;
}

.settings-menu a {
	padding:20px;
	display: block;
	border-bottom: 1px solid #dbe0df;
	color:#000;
	text-decoration: none;
}

.settings-menu a:hover {
	background: #e6eaea;
}

.settings-menu a.active {
	background: #fff;
	font-weight: bold;
}

#super-container-submission {
	display: flex;
	flex-wrap: wrap;
}

#nav-tabs-select-deal {
	border-bottom: 0;
}

#nav-tabs-select-deal>li {
    width: 50%;
}

#nav-tabs-select-deal>li>a {
    border-bottom: 2px solid #ddd;
    border-radius: 0;
	margin-right: 0;
	text-align: left;
}

#nav-tabs-select-deal>li>a>img {
	height: 55px;
}

#nav-tabs-select-deal>li>a>img.active {
	display: none;
}

#nav-tabs-select-deal>li>a>img.not-active {
	display: block;
}

#nav-tabs-select-deal>li.active>a>img.active {
	display: block;
}

#nav-tabs-select-deal>li.active>a>img.not-active {
	display: none;
}

#nav-tabs-select-deal>li.active>a, #nav-tabs-select-deal>li.active>a:focus, #nav-tabs-select-deal>li.active>a:hover {
	border: 0;
    border-bottom: 3px solid #FF9E00;
}

.submission-block {
	background-color: #FFF8EC;
	height: 100%;
	padding: 30px;
	text-align: left;
	position: relative;
	border-radius: 3px;
	border: solid 2px #FFF8EC;
	cursor: pointer;
	transition-duration: 250ms;
    transition-timing-function: ease-out;
}

.submission-block.active, .submission-block:hover {
	border: solid 2px #ff9e00;
}

.submission-block strong {
	font-family: open_sansbold;
}

.submission-block .title {
	text-align: center;
	text-transform: uppercase;
	color: #ff9e00;
	font-size: 18px;
}

.submission-block .value {
	text-align: center;
    font-size: 40px;
	font-family: open_sansbold;
	margin-bottom: 25px;
	margin-top: 5px;
}

.submission-block .value span {
	font-size: 20px;
	font-family: open_sansregular;
}

.submission-block .container-head {
	position: absolute;
	top: -44px;
	left: 0;
	text-align: center;
	width: 100%;
}

.submission-block .head {
	margin-bottom: 0;
	background-color: #ff9e00;
	font-family: open_sansextrabold;
	padding: 10px 30px;
	color: #FFFFFF;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-transform: uppercase;
	display: inline-block;
}

.custom-radio ul li span.title {
	color: #000;
	text-transform: uppercase;
	font-family: open_sansbold;
}

.custom-radio ul li span.subtitle {
	color: #ff9e00;
}

.custom-radio ul li span.infos {
	color: #ccc;
	font-size:14px;
	font-family: open_sansbold;
	font-style: italic;
}

.custom-radio {
	margin-bottom: 50px;
}

.block-promocode {
	background-color: #f4f7f6;
    border: solid 1px #bababa;
    text-align: center;
    padding: 30px;
    margin-bottom: 50px;
}

.yellow-line {
	height: 1px;
	width: 100%;
	background-color: #ff9e00;
}

#formelement-start_date .form-control, #formelement-end_date .form-control {
	height: 40px;
}

#formelement-start_date label, #formelement-end_date label {
	font-family: open_sansbold;
}


.total-price {
	font-size: 40px;
    font-family: open_sansbold;
    margin-left: 30px;
    width: 120px;
    text-align: left;
}

.price-row .total-price {
	font-size: 23px;
}

.progress-bar {
	background-color: #249ad9;
}

.my-deal {
	padding: 15px;
	border: solid 1px #ddd;
	margin-top:30px;
	border-radius: 10px;
	background: #fafafa;

	-webkit-transition: 300ms ease;
	-moz-transition: 300ms ease;
	-o-transition: 300ms ease;
	transition: 300ms ease;
}

.my-deal:hover {
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);

	-webkit-box-shadow: 0 3px 2px #777;
	-moz-box-shadow: 0 3px 2px #777;
	box-shadow: 0 3px 2px #777;
}

.my-deal h3 {
	text-transform: uppercase;
	margin-top:0px;
}

.my-deal h3 span {
	text-transform: none;
	font-size:16px;
}

.my-deal .progress {
	height: 40px;
}

.my-deal .progress .progress-bar {
	padding-top:10px;
	font-size:18px;
	text-transform: uppercase;
	font-family: open_sansbold;
}

.my-deal .progress .progress-bar span {
	text-transform: none;
	font-family: open_sanslight;
	font-size: 16px;
}


/* Flex utilities */
.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.row.d-flex:before,
.row.d-flex:after {
  display: none;
}

.flex-wrap {
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-center {
	-webkit-align-content: center !important;
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-webkit-align-content: space-between !important;
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-self-end {
	-webkit-align-self: flex-end !important;
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-webkit-align-self: center !important;
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-flex-end {
	-webkit-box-pack: flex-end !important;
	-webkit-justify-content: flex-end !important;
	-ms-flex-pack: flex-end !important;
	justify-content: flex-end !important;
}


/* Base for label styling */
.additional-options [type="checkbox"]:not(:checked),
.additional-options [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.additional-options [type="checkbox"]:not(:checked) + label,
.additional-options [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.additional-options [type="checkbox"]:not(:checked) + label:before,
.additional-options [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 1.4em;
	height: 1.4em;
  border: 2px solid #ff9e00;
  background: transparent;
  border-radius: 2px;
  /*box-shadow: inset 0 1px 3px rgba(0,0,0,.1);*/
}
/* checked mark aspect */
.additional-options [type="checkbox"]:not(:checked) + label:after,
.additional-options [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: -8px;
  left: 4px;
  font-size: 1.3em;
  line-height: 0.8;
  color: #ff9e00;
  transition: all .2s;
}
/* checked mark aspect changes */
.additional-options [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.additional-options [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.additional-options [type="checkbox"]:disabled:not(:checked) + label:before,
.additional-options [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  /*border-color: #ff9e00;
  background-color: #ddd;*/
}

.additional-options {
	margin-top: 45px;
}

.additional-options .line {
	width: 100%;
	border-bottom: solid 0.5px #fee5c1;
	margin-left: 15px;
	padding-bottom: 5px;
}

.additional-options .option {
	margin-bottom: 15px;
}

.additional-options .option:last-child .line {
	border-bottom: 0;
}

.additional-options .line .subtext {
	font-size: 12px;
	font-family: open_sansregular;
}

.additional-options .line .price {
	width: 120px;
	font-size: 23px;
	font-family: open_sansbold;
}

.additional-options .line .price span {
	font-size: 15px;
	font-family: open_sansregular;
}

.custom-radio ul {
	overflow: hidden !important;
}

table.invoices {
	width: 100%;
	border-collapse: collapse;
}

table.invoices td {
	border:1px solid #cecece;
	padding:10px;
	vertical-align: middle;
}

table.invoice {
	width: 100%;
	border-collapse: collapse;
}

table.invoice th {
	padding:10px;
	vertical-align: middle;
}

table.invoice td {
	border-top:1px solid #000;
	padding:10px;
	vertical-align: middle;
}

.posts-list .post {
	padding:15px;
	background: #fff;
	margin-bottom:30px;
}

.posts-list .post .title {
	font-size:18px;
	margin-bottom: 5px;
}

.post h1 a {
	color:#000;
}

.post .details {
	font-size:13px;
	margin-bottom: 0px;
}

.post .details .tag {
	padding:1px 3px;
	border:1px solid #ddd;
	font-size:12px;
	border-radius: 3px;
	margin-left:3px;
}

.posts-list .post .nb-comments {
	margin-bottom: 0;
	color:#c9c9c9;
}

.posts-list .post .nb-comments a {
	color:#c9c9c9;
}

.posts-list .post .nb-comments a:hover {
	text-decoration: none;
}

.posts-list .post .vote {
	margin-right:5px;
}

.post .vote a {
	font-size:18px;
	color:#c9c9c9;
	display: block;
	padding:0px 10px;
}

.post .vote a:hover, .post .vote a.has-voted {
	text-decoration: none;
	color: #ff9e00;
}

@media (max-width: 1300px){
	.header-homepage .baseline {
		top:6%;
	}
}

@media (max-width: 1060px){
	.header-homepage .baseline h1 {
		margin-top:-115px;
	}
}

@media (max-width: 870px){
	.header-homepage .baseline h1 {
		font-size: 49px;
	}
}


@media (max-width: 1199px){
	.create-deal .white-container {
	    padding: 40px 70px;
	}
}

@media (max-width: 1050px){
	.navbar-default .navbar-nav>li>a {
		font-size:13px;
	}
}

@media (max-width: 992px){

	.submission-block-container {
		width: 100%;
		margin-bottom: 45px;
	}


}

@media (max-width: 768px) {
	body {
		padding-top:60px;
	}

	.navbar-default {
		height: 60px;
		background-color: rgba(255,255,255,0.9);
	}

	.navbar-header {
		height: 60px;
		padding-top: 0px;
		padding-right:0px;
	}

	.navbar-header .navbar-brand {
		padding-top:11px;
		visibility: visible;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    position: relative;
	    z-index: 2;
	    width: 100%;
	    background: #FFFFFF;
    	text-align: center;
	}

	.navbar-default .navbar-nav>li>a {
	    color: #000;
	    padding: 15px 0 !important;
		font-size:16px;
		margin-top: 5px;
		height: inherit !important;
	}

	.navbar-default .navbar-nav>li>a:hover {
		color:#ff9e00;
	}

	.navbar-brand span {
		display: none;
	}

	.navbar-default .navbar-toggle {
		color:#ff9e00;
		margin-top:7px;
	}

	.navbar-default .navbar-nav>li {
		padding:0;
	}

	.header-homepage {
		display: none;
	}

	.nb-search-results, .sortby {
		display: none !important;
	}

	.product-thumb .description {
		padding:9px;
	}

	.product-thumb-basic .description {
		padding:9px;
		padding-left: 85px;
    	padding-top: 18px;
	}

	.deal-header {
		text-align: center;
		padding:15px 0;
	}

	.deal-header .d-flex {
		display: block;
	}

	.deal-header .title {
		padding-left: 10px;
		float: none;
		width: 100%;
	}

	#mobileNav {
		position: absolute;
		top:60px;
		width: 100%;
		height: auto;
		margin-top: 0;
		background: #fff;
		/*display: inherit !important;*/
	}

	#mobileNav.collapse.in {
		display: block !important;
	}

	.create-deal .white-container {
		padding:30px 20px;
	}

	.white-container {
		padding:30px 20px;
	}

	.step-title {
		margin-top:20px;
	}

	.deal-header .deal-title {
		width: 100%;
	}
}
