.bonjour-bar{
	background: #fcfcfc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 2em;
	margin-right: 1.8em;
	    box-shadow: 0 0 50px 2px rgba(2,2,2,.1);
    border: 1px solid #DCDCDC;
        border-radius: 6px;
    overflow: hidden;
}

.bonjour-bar textarea{
	width: 100%;
}

.bonjour-bar__header, .bonjour-bar__footer{
	padding: 4%;
	background: #fff;
	border-top: 1px solid #efefef;
}

.bonjour-bar__header-logo{
	width: 145px;
}

.bonjour-bar__footer p.submit{
	padding: 0;
	margin: 0;
	text-align: right;
}

.bonjour-bar__content{
	position: relative;
}

.bonjour-bar__content-active-box{
	position: absolute;
    background: #fff;
    padding: 70px;
    text-align: center;
    top: 120px;
    right: 25%;
    left: 25%;
    border-radius: 3px;
    box-shadow: 0 0 50px 2px rgba(2,2,2,.1);
    border: 1px solid #DCDCDC;
    opacity: 0;
    margin-top: -3%;
    opacity: 0;
	visibility: hidden;
}
.active-box{
margin-top: 0;
opacity: 1;
z-index: 4;
visibility: visible;
}

.bonjour-bar__content-active-box h2{
	font-family: "playfair display";
	font-size: 32px;
	line-height: 1.3;
	color:#171717;
	margin: 0
}

.bonjour-bar__content-deactivated:after{
content:"";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.86);
z-index: 3;
opacity: 1 !important;
    transition: all .22s ease-in-out;

}

.bonjour-bar__content:after{
content:"";
opacity: 0;
    transition: all .22s ease-in-out;

}

.bonjour-bar__content-height{
	height: 480px;
	overflow: hidden;
}

.bonjour-bar__content input{
	transition:color .22s ease-in-out ,background-color .22s ease-in-out ,border-color .22s ease-in-out ,opacity .22s ease-in-out ,box-shadow .22s ease-in-out;
  -webkit-transition:color .22s ease-in-out ,background-color .22s ease-in-out ,border-color .22s ease-in-out ,opacity .22s ease-in-out ,box-shadow .22s ease-in-out ;
  -moz-transition:color .22s ease-in-out ,background-color .22s ease-in-out ,border-color .22s ease-in-out ,opacity .22s ease-in-out ,box-shadow .22s ease-in-out;
  -o-transition:color .22s ease-in-out,background-color .22s ease-in-out,border-color .22s ease-in-out,opacity .22s ease-in-out ,box-shadow .22s ease-in-out
}

.bonjour-bar__footer .submit input, .bonjour-bar__content input[type=button]{
	font-size: 14px;
    padding: 0.75em 1.5em;
    box-shadow: none;
    box-shadow: none;
    border: none;
    background: #222;
    height: auto;
}

.bonjour-bar__content input[type=button]{
	padding: 0.5em 1.2em;
	color: #9f9f9f;
}

.bonjour-bar__content input[type=button]:hover{
	background: #333;
	color:#fff;
}

.bonjour-bar__header-title{
	margin: 0;
	font-size: 2.2em;
	float: left;
}

.bonjour-bar__content input[type=checkbox], .bonjour-bar__content input[type=radio]{
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid #f1f1f1;
	border-radius: 30px;
	padding: 2px !important;
	width: 24px;
	height: 24px;
}

.bonjour-bar__content input[type=checkbox]:checked{
	background: #f1f1f1;
	border-color: #f1f1f1;
}

.bonjour-bar__content select{
	padding:10px 18px;
	height: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid #f1f1f1
}

.bonjour-bar__content fieldset{
	margin-bottom: 0.9em;
}

.bonjour-bar__content-title{
	font-size: 2.2em;
	font-weight: 300;
    display: inline-block;
    color: #121212;
    margin-top: 1.3em;
    margin-bottom: 0.7em;
    font-family: "playfair display";
}
.bonjour-bar__content-title:after{
	content: "";
	margin-top: 30px;
	background: #DE4343;
	height: 3px;
	width: 40px;
	display: block;
}

.bonjour-bar__content-title:first-child{
	margin-top: 0;
}

.bonjour-bar__content-left{
	padding: 4%;
	float: left;
	width: 47%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #efefef;
}
.bonjour-bar__content-browser{
	background: url("../images/browser-bg.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	border-right: none;
}

.bonjour-bar__content-right{
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	width: 53%;
	float: left;
	padding: 4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fixed-bar{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 15px 20px;
	background: #F95E20;
	color: #fff;
}

.fixed-bar__bottom{
	top: auto;
	bottom: 0;
}

.fixed-bar span{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	font-size: 20px;
	color:#fff;
	right:20px;
}

.fixed-bar__gradient{
	background: linear-gradient(to left, #E85F5E , #C14DAE);
}

.fixed-bar__image{
	background: url(../images/image-bg.png);
}


/* Browser with css */
.browser-mockup {
  border-top: 2em solid rgba(27, 27, 27, 0.88);
  box-shadow: 0 0.1em 55px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  border-radius: 3px 3px 0 0;
  position: relative;
}

.browser-mockup:before {
  display: block;
  position: absolute;
  content: '';
  top: -1.25em;
  left: 1em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #f44;
  box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
}

.browser-mockup > * {
  display: block;
}

.browser-mockup img{
	width: 100%
}

.clear-after:after{
    clear: both;
    content: "";
    display: block;
}

.bonjour-delete-image{
padding: 0.6em;
background: #F10303;
position: absolute;
top: -0.9em;
left: -0.9em;
color: #960000;
border: none;
border-radius: 99px;
cursor: pointer;
}

.bonjour-upload-preview{
	position: relative;
	margin-top: 2em;
}

.bonjour-bar__content-right-table{
    width: 100%;
    border-collapse: collapse;
    }

.bonjour-bar__content-right-table td{
	padding: 1em 2em 1em 0;
	vertical-align: middle;
}
.bonjour-bar__content-option-name{
	width: 38%
}
.rounded-clock{
	width:100%;
	height: 400px;
	border-radius: 30000px;
	border: 1px solid #e1e1e1;
	text-align: center;
	padding: 120px 0 0;
	box-sizing: border-box;
	background: url(../images/clock.png);
    background-size: contain;
    position: relative;
}

.rounded-clock p{
font-size: 22px;
width: 60%;
margin: 0 auto;
}
.rounded-clock h3{
    font-size: 33px;
    font-weight: 800;
    font-family: "playfair display";
    width: 60%;
    margin: 0 auto;
    line-height: 1.3;
    margin-top: 20px;
}
.rounded-clock:after{
	content: "×";
    background: #F31010;
    border-radius: 999px;
    color: #fff;
    width: 69px;
    text-align: center;
    padding: 25px 0;
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 35px;
	font-family: playfair display;
}

#bonjour-cookies-days-number{
	width: 80px;
    margin-left: 10px;
}
.cookies-option-right{
	border-left: none;
}
.cookies-option-left{
	border-right: 1px solid #efefef;
}

.content-type, .bonjour-bar__content-type{
	text-align: center;
}

.content-type h3{
	font-size: 22px;
	font-family: "playfair display";
	line-height: 1.3;
}

.bonjour-bar__content-type td{
	padding-bottom: 0;
}
.bonjour-bar__content-content input, .bonjour-bar__content-content textarea{
	margin-bottom: 1em;
}

.zero-opacity{
height: 0;
opacity: 0;
display: none;
}
.full-opacity{
opacity: 1;
height: auto;
display: block;
}

.bonjour-bar__content-content td{
	display: block;
	width: 100%;
}

.bonjour-bar__active{
	float: right;
}


/*! ========================================================================
 * Bootstrap Toggle: bootstrap2-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */


.bonjour-bar__active .checkbox label .toggle,
.bonjour-bar__active .checkbox-inline .toggle {
	margin-left: -20px;
	margin-right: 5px;
}

.bonjour-bar__active .toggle {
	position: relative;
	overflow: hidden;
}
.bonjour-bar__active .toggle input[type="checkbox"] {
	display: none;
}
.bonjour-bar__active .toggle-group {
	position: absolute;
	width: 200%;
	top: 0;
	bottom: 0;
	left: 0;
	transition: left 0.35s;
	-webkit-transition: left 0.35s;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.bonjour-bar__active .toggle.off .toggle-group {
	left: -100%;
}
.bonjour-bar__active .toggle-on {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.bonjour-bar__active .toggle-off {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.bonjour-bar__active .toggle-handle {
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	width: 0px;
	border-width: 0 1px;
	padding: 0 !important;
    border-left: 10px solid #43DE88 !important;
    border-radius: 0;
    box-shadow: 0 0 100px 20px rgba(2,2,2,.2);
    border-right: 10px solid #F52A2A !important;
    border-radius: 0 !important
}

.bonjour-bar__active .toggle.btn { min-width: 59px; min-height: 34px; }
.bonjour-bar__active .toggle-on.btn { padding-right: 24px; }
.bonjour-bar__active .toggle-off.btn { padding-left: 24px; }

.bonjour-bar__active .toggle.btn-lg { min-width: 79px; min-height: 45px; }
.bonjour-bar__active .toggle-on.btn-lg { padding-right: 31px; }
.bonjour-bar__active .toggle-off.btn-lg { padding-left: 31px; }
.bonjour-bar__active .toggle-handle.btn-lg { width: 40px; }

.bonjour-bar__active .toggle.btn-sm { min-width: 50px; min-height: 30px;}
.bonjour-bar__active .toggle-on.btn-sm { padding-right: 20px; }
.bonjour-bar__active .toggle-off.btn-sm { padding-left: 20px; }

.bonjour-bar__active .toggle.btn-xs { min-width: 35px; min-height: 22px;}
.bonjour-bar__active .toggle-on.btn-xs { padding-right: 12px; }
.bonjour-bar__active .toggle-off.btn-xs { padding-left: 12px; }


.bonjour-bar__active .btn-primary {
    color: #fff;
    background-color: #43DE88;
}


.bonjour-bar__active .btn-default:hover, .bonjour-bar__active .btn-default:focus, .bonjour-bar__active .btn-default:active, .bonjour-bar__active .btn-default.active, .bonjour-bar__active .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #F72B2B;
    border-color: #980202;
}
.bonjour-bar__active .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.bonjour-bar__active .toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.bonjour-bar__active .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.bonjour-bar__active .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    font-weight: 800;
}


.bonjour-bar .animated {
    transition: all .22s ease-in-out;
}

.bonjour-bar__hide-option{
	opacity: 0;
	visibility: hidden;
	display: none;
}

.bonjour-bar__show-option{
	opacity: 1;
	visibility: visible;
	display: table-row;
}



/* css for layouit selector */
.bonjour-bar__icon-type{
	margin: 0;
    padding: 15px;
    background: #E0E0E0;
    border-radius: 4px;
    background: linear-gradient(to left, #FCFCFC , #D2D0D0);
}
.bonjour-bar__icon-type input{
    display: none;
}

.bonjour-bar__icon-type li{
    margin-bottom: 0;
    display: inline-block;
}
.bonjour-bar__icon-type li img {
    border: 2px solid transparent;
    border-radius: 99px;
    width: 30px;
    padding: 3px
}
.bonjour-bar__icon-type li input:checked + img{
    border-color: #1CA4EF;
}

i.bnjr_icon_icon {
    background-image: url('../images/grid/icon.png');
    width:44px;
    height:21px;
}

i.bnjr_twoo_halfs_icon {
    background-image: url('../images/grid/twoo-halfs.png');
    width:44px;
    height:21px;
}
i.bnjr_three_thirds_icon {
    background-image: url('../images/grid/three-thirds.png');
    width:44px;
    height:21px;
}
i.bnjr_third_twoo_thirds_icon {
    background-image: url('../images/grid/third-twoo-thirds.png');
    width:44px;
    height:21px;
}
i.bnjr_twoo_thirds_third_icon {
    background-image: url('../images/grid/twoo-thirds-third.png');
    width:44px;
    height:21px;
}
i.bnjr_four_q_icon {
    background-image: url('../images/grid/four-q.png');
    width:44px;
    height:21px;
}
i.bnjr_half_twoo_q_icon {
    background-image: url('../images/grid/half-twoo-q.png');
    width:44px;
    height:21px;
}
i.bnjr_half_two_q_icon {
    background-image: url('../images/grid/half-two-q.png');
    width:44px;
    height:21px;
}
i.bnjr_two_q_half_icon {
    background-image: url('../images/grid/two-q-half.png');
    width:44px;
    height:21px;
}
i.bnjr_three_q_q_icon {
    background-image: url('../images/grid/three-q-q.png');
    width:44px;
    height:21px;
}
i.bnjr_q_three_q_icon {
    background-image: url('../images/grid/q-three-q.png');
    width:44px;
    height:21px;
}