/**
 * Author: Allemandou David
 * Company: Warmbee (Deliv's SARL)
 * Date: 2014
 */

/* Topbar */
.home-logo
{
	margin-top: 20px;
	margin-left: 10px;
	max-width: 100%;
}

.logodiv
{
	text-align: center;
}

#topcontainer
{
	position: absolute;
	z-index: 20;
	width: 100%;
}

#toprow
{
	display: block;
}

#toprow-mobile
{
	display: none;
}

.topbar
{
	float: right;
	text-align: right;
	overflow:auto;
	color: rgb(255, 255, 255);
	border-radius: 0px 0px 0px 100px;
	-moz-border-radius: 0px 0px 0px 100px;
	-webkit-border-radius: 0px 0px 0px 100px;
	/* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.3)), color-stop(100%,rgba(0, 0, 0, 0))); */
	padding: 7px;
	font-family: Arial;
}

.nopadding
{
	padding: 0;
}

.topsep
{
	width: 1px;
	height: 20px;
	background-color: rgba(181, 181, 181, 0.35);
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
}

.flag
{
	cursor: pointer;
	vertical-align: middle;
}

.topbar a {
	color: rgb(99, 71, 111);
	background-color: white;
	font-weight: bold;
	text-decoration: none !important;
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	padding: 5px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -7px;
	height: 30px;
	margin-left: 10px;
	cursor: pointer;
}

.topbar a:hover {
	background-color: rgb(99, 71, 111);
	color: white;
	/* font-weight: bold;
	text-decoration: none !important;
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	padding: 5px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -7px;
	height: 30px;
	margin-left: 10px;
	cursor: pointer; */

}

.topconnection
{
	background-color: rgb(99, 71, 111);
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	padding: 5px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -7px;
	height: 30px;
	margin-left: 10px;
	cursor: pointer;
}

.topbar a.topaccount
{
	background-color: rgb(255, 48, 0) ;
	color: white ;
	font-weight: normal;
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	padding: 5px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -7px;
	height: 30px;
	cursor: pointer;
}

.topbar a.social {
	background-color: transparent;
}

.hang
{
	display: inline;
	font-weight: bold;
}

/* Carousel */
.carousel-customcaption
{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
	position: absolute;
	right: 50%;
	top: 40%;
	left: 15%;
	z-index: 10;
	color: rgb(0, 0, 0);
	text-align:center;
	line-height: 28px;
	displayl: block;
}

.carousel-customcaption.white
{
	color: rgb(255, 255, 255);
}

.carousel-customcaption.cyan
{
	color: rgb(118, 184, 186);
}

.carousel-img
{
	width: 100%;
}

.slider-img
{
	margin-bottom: 10px;
	width: 100%;
}

.item
{
	max-height: 782px;
	overflow: hidden;
}

div.slider-highlight
{
	background-color: rgb(255, 48, 00);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: rgb(255, 255, 255);
	font-size: 20px;
	display: inline;
	padding-left: 4px;
	padding-right: 4px;
}

.carousel-control
{
	background-image: none !important;
	width: auto;
	opacity: .9;
	top: calc(50% - 129px);
	top: -moz-calc(50% - 129px);
	top: -webkit-calc(50% - 129px);
	top: -o-calc(50% - 129px);
}

.carousel-control:hover
{
	opacity: 1;
}

/* Sell & Buy */
.selldiv
{
	position: relative;

	background: url('/img/fr/top-left-sell.png') no-repeat left top, url('/img/fr/bottom-right-sell.png') no-repeat right bottom;
	background-color: rgb(99, 71, 111);

	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;

	width: 95%;
	height: 380px;

	margin-top: -50%;

	padding: 0;

	margin-right: auto;
	margin-left: -15px;

	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.buydiv
{
	position: relative;

	background: url('/img/fr/top-left-buy.png') no-repeat left top, url('/img/fr/bottom-right-buy.png') no-repeat right bottom;
	background-color: rgb(79, 187, 171);

	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;

	width: 95%;
	height: 380px;

	margin-top: -50%;

	padding: 0;

	margin-right: -15px;
	margin-left: auto;

	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.sell-title
{
	padding-top: 15px;
}

.buy-title
{
	padding-top: 15px;
}

.title1
{
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: rgb(255, 255, 255);
	line-height: 22px;
}

.title2
{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: rgb(255, 255, 255);
}

.sell-button
{
	text-align: center;
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	background-color: rgb(65, 46, 72);
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
	margin-top: 10px;
}

.innersell
{
	text-align: center;
	clear: both;
}

.buy-button
{
	text-align: center;
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	background-color: rgb(40, 130, 117);
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
	margin-top: 10px;
}

.innerbuy
{
	text-align: center;
	clear: both;
}

div.custom-select
{
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: white url('/img/fr/select.png') no-repeat center right;
	width: 90%;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	border: solid 1px #ccc;
	display: inline-block;
	margin-bottom: 3px;
}
div.custom-select select
{
	width: 115%;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	border: none;
	box-shadow: none;
	padding: 0.3em 0.5em;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: rgb(0, 0, 0);
}

input[type="text"], textarea {
    width: 90%;
    border-radius: 2px;
    border: solid 1px #ccc;
    padding: 0.4em;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	margin-bottom: 8px;
	font-size: 16px;
}

/* Free your stocks */
.stockfree
{
	font-family: 'Open Sans', sans-serif;
	font-size: 38px;
	font-weight: 300;
}
.stockfree2
{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 300;
}

.rightcol
{
	padding-right: 0;
	text-align: right;
}

.inlineright
{
	margin-top: 70px;
	display: inline-block;
	text-align: left;
}

.protools
{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: rgb(79, 187, 171);
	text-align: left;
	width: 270px;
	display: inline-block;
	margin-top: 60px;
	background: radial-gradient(farthest-side circle at left, rgb(252, 252, 252), rgb(255, 255, 255));
	padding-bottom: 80px;
	padding-top: 10px;
	padding-left: 20px;
}

.home-ul
{
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.home-li
{
	font-family: 'Open Sans', sans-serif;
	background: url('/img/fr/home-li.png') no-repeat left top;
	padding: 1px 0px 3px 30px;
	list-style: none;
	margin: 0;
	text-align: left;
	font-size: 13px;
	font-weight: 700;
	color: rgb(72, 52, 80);
	margin-bottom: 8px;
}

/* Misc */
.zeropad
{
	padding: 0;
}

.float-left
{
	float: left;
}

.underline
{
	text-decoration: underline;
}

.left
{
	text-align: left;
}

a:link, a:visited, a:hover, a:active
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: rgb(72, 52, 80);
	text-decoration: underline;
}

/*[class^="col-"], [class*=" col-"]
{
	border: solid 1px red;
	border: 0;
}*/

/** Alerts **/

/** End Alerts **/

.alerts {
	margin-top: 4rem;
}

.alerts h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: rgb(48, 28, 48);
}

.alert   {
	display: inline-block;
	background-color: rgb(79, 187, 171);
	/* background-color: rgb(99, 71, 111); */
	color: white
}

.alerts p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: rgb(72, 52, 80);
}

/* Summary */
.summary
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: rgb(72, 52, 80);
	margin-bottom: 30px;
}

.summary-title
{
	margin-top: 50px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 26px;
	color: rgb(48, 28, 48);
}

/* Explanations */
.explain1
{
	background: url('/img/fr/001.png') no-repeat left top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: rgb(48, 28, 48);
	vertical-align: middle;
	height: 108px;
	padding: 20px 0px 0px 118px;
	/*display: table-cell;*/
	width: 95%;
	margin-right: auto;
	margin-top: 20px;
}

.explain2
{
	background: url('/img/fr/002.png') no-repeat left top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: rgb(48, 28, 48);
	vertical-align: middle;
	height: 108px;
	padding: 20px 0px 0px 118px;
	/*display: table-cell;*/
	width: 90%;
	margin-right: -15px;
	margin-left: auto;
	margin-top: 20px;
}

.explain1div
{
	padding: 0;
	margin-left: 0px;
}
.explain2div
{
	padding: 0;
	margin-right: -15px;
}

.explain1-txt
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: rgb(72, 52, 80);
	text-align: justify;
	width: 95%;
	margin-right: auto;
}

.explain2-txt
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: rgb(72, 52, 80);
	text-align: justify;
	width: 90%;
	margin-right: -15px;
	margin-left: auto;
}

/* Footer */
.footer
{
	margin-top: 80px;
	background-color: rgb(40, 26, 41);
}

.footer1
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: rgb(200, 198, 200);
	text-align: justify;
}

.footer2
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgb(200, 198, 200);
}

.footer-container
{
	padding: 20px 0px 30px 0px;
}

.ftitle
{
	font-weight: 600;
	margin-bottom: 8px;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: rgb(200, 198, 200);
	text-decoration: underline;
	font-size: 14px;
}

.footer-img
{
	margin-top: 20px;
}

.footer-copyright
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: rgb(200, 198, 200);
	text-align: right;
	margin-top: 10px;
}

.social-footer
{
	text-align: right;
}

.rightfoot
{
	margin-top: -60px;
}

.sherlocks
{
	margin-left: 10px;
}

.preprod
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('/img/fr/preprod.png');
	width: 100px;
	height: 100px;
}

/* Responsive */
@media (max-width: 992px)
{
	.selldiv
	{
	margin: 0;
	width: 100%;
	}

	.buydiv
	{
	margin: 0;
	width: 100%;
	}

	#toprow
	{
		display: none;
	}

	#toprow-mobile
	{
		display: block;
	}

	.hang
	{
		display: inline;
	}

	.carousel-customcaption
{
	display: block;
}

}

@media (max-width: 768px)
{
	.carousel-customcaption
	{
		font-size: 16px;
	}

	div.slider-highlight
	{
		font-size: 13px;
	}

	.hang
	{
		display: none;
	}

	.carousel-customcaption
	{
		display: none;
	}
}

.cookies-banner {
	position: fixed;
	bottom: 0;
	background-color: rgb(99, 71, 111);
	width: 100%;
	color: white;
	z-index: 99999999999999;
}

.cookies-banner .container {
	margin: 1rem auto;
}

.cookies-banner button,
.cookies-banner p {
	display: inline-block;
}

.btn.btn-edvo {
	background-color: white;
	color: rgb(99, 71, 111) !important;
	font-weight: bold;
}
