@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/eot/Ubuntu-Light.eot?') format('eot'),
       url('/fonts/Ubuntu-Light.woff') format('woff'),
       url('/fonts/ttf/Ubuntu-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/eot/Ubuntu-Regular.eot?') format('eot'),
       url('/fonts/Ubuntu-Regular.woff') format('woff'),
       url('/fonts/ttf/Ubuntu-Regular.ttf') format('truetype');
}

html {
    padding: 0px;
}

iframe {
    border: 1px;
}

h2,
h3,
h4,
h4,
h5,
h6 {
    display: block;
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

a img {
    border: 0;
    cursor: pointer;
}

img {
	border: 0;
}

.cke {
    border: 0;
}

.cke .cke_top {
    border-bottom: 0;
}

input.smallwidth {
    width: 3em;
	
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;    
  box-sizing: border-box;
}

textarea {
    resize: none;
    display: block;
}


select.a_select_multiple {
	display: none;
}

.site-form input,
.site-form select {
	width: 100% !important;
}
.site-form .input-error {
    background-color: #ddaaaa !important;
}
.site-form .btn.big,
.site-form .btn.big:hover {
    padding: 12px 48px;
}

.dropdown-item {
	font-size: 0.8em;
	padding: 3px 20px;
}

.debug {
    font-size: 1em;
    font-family: monospace;
    min-height: 8px;
    background-color: rgba(0, 0, 0, 0.92);
    color: #00FFE2;
    clear: both;
    cursor: pointer;
    bottom: 0;
    z-index: 1005;
    overflow: auto;
    position: fixed;
    left: 0;
    right: 0;
    overflow: auto;
    max-height: 80%;
    box-shadow: 0 0 30px #000;
}

.debug > * {
    display: none;
}

.debug b {
    width: 2em;
    display: inline-block;
    color: rgb(220, 239, 0);
}

.debug i {
	color: rgb(25, 197, 177);
}

.debug pre {
	background-color: transparent;
	color: #fff;
	border: none;
	margin: 0;
	padding: 0;
}

.debug > section > div {
	padding: 10px 10px;
}

.debug > section > div.count {
	float: right;
}

.debug hr {
	border: 0;
	border-top: 1px solid rgba(78, 8, 82, 0.9);
}

.xdebug-error {
	color: #000;
	border: 1px solid #000;
}

.a_ajax_loader {
    background: rgba(255,255,255,0.2) url('/app/images/svg/loader.svg') no-repeat 50% 50%;
    position: absolute;
    z-index: 1500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.a_margin_1 {
    margin: 0px 15px;
}

.a_margin_1_tb {
	margin: 15px;
}

.a_margin_1_tbo {
	margin: 15px 0px;
}

.a_full_width {
    width: 100%;
}

.a_btn_space {
	margin: 1px;
}

.a_hover_display {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.a_hover_display> .trigger {
	padding: 12px;
}

.a_hover_display > .content {
	display: none;
}

.a_hover_display.active > .content {
	display: block;
}

.a_clear_both {
	clear: both;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

html.a_stop_scroll {
  overflow: hidden;
  height: 100%;
}

html.a_stop_scroll body {
  overflow: hidden;
}

.a_no_padding {
	padding: 0px !important;
}

.alert-default {
	background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
	background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
	background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-repeat: repeat-x;
	border-color: #D0D0D0;
}

.ui-spinner {
    background: #fff;
    line-height: 20px;
}

.ui-spinner > input[type=number] {
	margin-left: 0px;
	width: 100%;
	height: 24px;
	margin-top: 0;
	padding-left: 5px;
	padding-right: 16px;
	margin-bottom: 0;
	box-sizing: border-box;
}

.ui-autocomplete.ui-widget-content {
	background: #fff;
}

.ui-autocomplete > li.ui-menu-item {
	font-size: 0.8em;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] {
    -moz-appearance:textfield;
}

.a_vertical {
  /* transform: rotate(-90deg); */
  /* -webkit-transform: rotate(-90deg); */
  -moz-transform: rotate(-90deg);
  /* vertical-align: middle; */
}

.a_block {
	display: block;
}

.a_button img {
    display: block;
}

/*
	Popups
*/

.a_popups_loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500;
	display: block;
	background: rgba(0,0,0,0.3) url('/app/images/svg/loader.svg') no-repeat 50% 50%;
}

.a_popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 501;
	background: rgba(0,0,0,0.9);
    /* color: #fff; */
    overflow: auto;
    min-width: 320px;
}

.a_popup.preview {
	position: relative;
	height: 720px;
}

.Web_UI.a_popup_top {
	position: relative;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.a_popup > .Web_UI_Gallery.gallery_navigation {
	height: 100%;
	width: 100%;
}

.Web_UI.a_popup_top > .a_button.a_button_popup_close {
  position: absolute;
  right: 15px;
  top: 10px;
}

.a_popup .nav-tabs > li.active > a {
	background-color: #fff;
}

.a_popup .nav-tabs > li > a {
	background-color: #3C3B3B;
}

/*
	Confirm Delete
*/

.a_dialog {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
} 

.a_dialog .shadow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

.a_dialog .box {
	border-radius: 4px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	max-width: 460px;
	background-color: #fff;
	top: 30px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	/* box-shadow: 0 0 14px #fff; */
	overflow: hidden;
}

.a_dialog .box .title {
	padding: 10px;
	color: #fff;
	background-color: #333;
	font-size: 1.2em;
}

.a_dialog .box .content {
	padding: 20px 10px;
}

.a_dialog .box .control {
	padding: 5px 10px;
	border-top: 1px solid #C2C2C2;
}

.a_dialog .box .control > .a_button {
	margin-right: 4px
}

/*
	Login
*/

.a_login_box {
    min-width: 200px;
    max-width: 340px;
    padding: 20px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;  
    border: 2px solid rgba(255,255,255,1);
    background: #333333;
    color: #fff;
    box-shadow: 0px 0px 20px #666;
    border-radius: 8px;
    font-size: 0.9em;
}

section.Web_UI.Web_UI_Authentification.login.a_login_box {}

section.Web_UI.Web_UI_Authentification.login.a_login_box {}

.a_login_box label {
    font-weight: bold;
    padding-right: 5px;
    width: 120px;
    display: inline-block;
    text-align: left;
}

.a_login_box .user,
.a_login_box .password{
    padding: 4px;
}

.a_login_box input {
  -moz-box-sizing: border-box;
  background-color: #333;
  border: 1px solid #ccc;
  color: #eee;
  padding: 4px;
  border-radius: 4px;
}

/*
    Web_UI_Toolbars
*/

.Web_UI_Toolbars.browser_toolbar {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #eee;
    border-bottom: 4px solid #ccc;
    z-index: 1000;
    overflow: hidden;
    font-size: 14px;
    padding-left: 140px;
    background: url('/app/images/128/html5.png') no-repeat 8px 18px #eee;
    color: #000;
}

.Web_UI_Toolbars.browser_toolbar h2 {
    font-size: 23px;
    padding: 0px;
    margin: 0px;
}

.Web_UI_Toolbars.browser_toolbar .content {
    position: relative;
}


.Web_UI_Toolbars.browser_toolbar a {
    color: #0F0FB6;
    font-size: 16px;
}

.Web_UI_Toolbars.browser_toolbar p {
    padding: 0px;
    margin: 0px;
    margin-top: 12px;
    margin-bottom: 5px;
    line-height: 22px;
}

.Web_UI_Toolbars.browser_toolbar .text {
    padding-top: 10px;
    padding-left: 10px;
    margin-right: 30px;
}

.Web_UI_Toolbars.browser_toolbar .browser_list .browser {
    width: 90px;
    height: 82px;
    float: left;
    padding: 10px;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin: 0;
    margin-left: 5px;
    cursor: pointer;
}

.Web_UI_Toolbars.browser_toolbar .browser_list .browser .icon {
    height: 48px;
}

.Web_UI_Toolbars.browser_toolbar .browser_list .browser .name {
    height: 3em;
    line-height: 1.5em;
}

.Web_UI_Toolbars.browser_toolbar .browser_list .browser:hover {
  background: #ddd;
}

.Web_UI_Toolbars.browser_toolbar .close {
    cursor: pointer;
    position: absolute; 
    right: 6px; 
    top: 6px;
    width: 32px;
    height: 32px;
}

.Web_UI_Language.content_vertical {
    position: relative;
    margin: 2px 0px;
}

.Web_UI_Language.content_vertical > .flag {
    position: absolute;
    top: 8px;
    left: 2px;
}

.Web_UI_Language.content_vertical > .content {
    margin-left: 20px;
}

.debug h2 {
    display: block;
    font-size: 1.1em;
    background: rgba(5, 67, 82, 0.61);
    color: #fff;
    padding: 8px 10px;
    letter-spacing: 0.1em;
    text-shadow: none;
}

.debug h3 {
    display: block;
    font-size: 0.9em;
    background: rgba(78, 8, 82, 0.5);
    color: #fff;
    letter-spacing: 0.1em;
    padding: 4px 10px;
    margin: 0;
    text-shadow: none;
}

.debug h4 {
    display: block;
    font-size: 0.8em;
    background: rgba(12, 0, 12, 0.5);
    color: #fff;
    letter-spacing: 0.1em;
    padding: 0px 10px;
    margin: 0;
    border: 0;
    text-shadow: none;
}

.content_item > .actions, 
.search_item > .actions {
    padding-top: 4px;
    padding-bottom: 4px;
    /* border-top: 1px solid rgba(72, 55, 55,0.4); */
    /* background-color: #F1EEEE; */
    clear: both;
}

/*
    DT_File / DT_Image
*/
.DT_File.upload,
.DT_Image.image {
    padding: 5px;
}

.Web_UI_File.files .DT_File.upload {
	padding: 0;
}

/*
    DT_Video
*/

.DT_Video.video {
    padding: 5px;
}

/*
  DT_File 
*/

/*
    Web_UI_Toolbars
*/

.Web_UI_Toolbars.admin_bottom {
    position: fixed;
    height: 32px;
    padding: 4px;
    background-color: rgba(0,0,0,0.7);
    bottom: 0;
    left: 0;
    right: 0;
}

.Web_UI_Toolbars.file_upload_progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
    padding: 5px;
    height: 20px;
    overflow: hidden;
    z-index: 1000;
    visibility: hidden;
}

.Web_UI_Toolbars.file_upload_progress .progress {
  background-color: #F7F7F7;
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.Web_UI_Toolbars.file_upload_progress .progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62C462;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.Web_UI_Toolbars.file_upload_progress .progress-striped .bar {
  background-color: #149BDF;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.Web_UI_Toolbars.file_upload_progress .progress .bar {
  -moz-box-sizing: border-box;
  background-color: #0E90D2;
  background-image: linear-gradient(to bottom, #149BDF, #0480BE);
  background-repeat: repeat-x;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  height: 100%;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  transition: width 0.6s ease 0s;
  width: 0;
}

/*
    Web_UI_WebContent
*/

.site .Web_UI_WebContent > * {
  /* margin-top: 15px; */
  /* margin-bottom: 15px; */
}


.site .Web_UI_WebContent .Web_UI_WebContent.column {
  margin: 20px 25px;
}

.site .Web_UI_WebContent .Web_UI_WebContent.column > *,
.site .Web_UI_WebContent .Web_UI_WebContent.column .Web_UI_WebContent.column_content > * {
  margin-top: 0px;
}

.Web_UI_WebContent.jumbotron {
	text-align: center;
	padding: 0;
	margin: 0;
	z-index: 1;
}

.Web_UI_WebContent.section h2, 
.Web_UI_WebContent.section h3 {
    text-align: center;
}

.Web_UI_WebContent > .Web_UI_WebContent.section::nth-child(even) {
	background: #fff;
}

.Web_UI_WebContent > .Web_UI_WebContent.section::nth-child(odd) {
	background: #ccc;
}

.Web_UI_WebContent.jumbotron > .jumbotron {
	margin: 0;
}

.Web_UI_WebContent.jumbotron > .jumbotron > h1 {
	font-size: 4em;
	margin: 30px;
}

.Web_UI_WebContent.jumbotron > .jumbotron > h2 {
	font-size: 2em;
	margin: 30px;
	color: #444444;
}

.Web_UI_WebContent.jumbotron p {
	margin: 30px;
}

.site .Web_UI_GoogleMaps.map {
  padding: 0;
}

.site .Web_UI_GoogleMaps.map > iframe {
  padding: 0;
}

.site .Web_UI_Text.title,
.site .Web_UI_Text.subtitle {
	clear: both;
	margin: 30px 0;
}

.site .Web_UI_Text.title > *,
.site .Web_UI_Text.subtitle > * {
	margin: 0;
}

.site .Web_UI_Text.paragraph > ul {
  overflow: hidden;
}

.minicolors input[type="text"].a_input {
	padding-left: 30px !important;
}

.Web_UI.a_popup_top:first-child {
	padding-top: 58px;
}

.a_popup_box {
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 4px;
  border: 1px solid #fff;
  background-color: rgba(45, 115, 132, 0.8);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin: 10px;
  margin-bottom: 16px;
}

.admin .a_popup_box.new h2 {
	padding-bottom: 10px;
}

.a_popup_box > .a_button {
	margin-left: 2px;
}

.admin .a_popup_box h2 {
	font-size: 1.5em;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 8px;
	color: #fff;
}

.Web_UI.add_object .message {
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.a_popup_box.search {
	overflow : hidden
}

.Web_UI.add_object .box.search_existing input {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 220px;
}

.Web_UI.add_object .box.search_existing button {
	display: inline-block;
	margin-left: 10px;
}

.Web_UI.add_object .box h2 {
	font-size: 18px;
	padding: 5px 5px 10px;
}

.Web_UI_Search.search_item > header,
.a_content header.a_web_ui_webcontent_item {
    height: 32px;
    background-color: hsl(0, 0%, 70%);
    text-align: center;
    /* border-bottom: 1px solid #CCCCCC; */
}

.Web_UI_Search > .content {
    padding: 0px 10px;
}

.Web_UI_Search.search_item > header img,
.a_content  header.a_web_ui_webcontent_item img,
.Web_UI_Gallery header.a_web_ui_webcontent_item img {
    /* margin-top: 0px; */
    /* margin-left: 8px; */
    /* margin-right: 0px; */
    /* padding-top: 3px; */
    /* padding-bottom: 1px; */
    /* padding-left: 4px; */
    /* padding-right: 4px; */
    float: left;
    height: 32px;
    width: 32px;
    /* display: block; */
    /* border-radius: 4px 4px 0px 0px; */
    background: #fff;
    border-right: 1px solid #CCC;
    box-sizing: content-box;
}

.Web_UI_Search.search_item > header .item_type,
.a_content header.a_web_ui_webcontent_item .item_type,
.Web_UI_Gallery header.a_web_ui_webcontent_item .item_type {
    line-height: 32px;
    height: 32px;
    font-size: 1em;
    /* text-transform: uppercase; */
    font-weight: bold;
    color: #000;
    text-shadow: 0 0 0.3em #fff;
    letter-spacing: 0.05em;
    padding: 0px 40px;
}

.a_content > .add,
.Web_UI_Gallery > .add {
  padding: 8px 0;
  text-align: center;
}

.a_content > .add > .move {
	display: none;
	background: #F5F8F9;
	height: 42px;
	border: 1px dotted #CCC;
	border-radius: 4px;
	margin: 0;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	background-image: url('../images/32/insert2.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.a_content > .add > .move:hover {
	background-color: #BAD7DE;
	background-position: 50% 60%;
}

.a_content.has_moving_content > .add > .move {
	display: block;
}

.a_content.has_moving_content > .add > .dropdown {
	display: none;
}

.a_content > .add > .addables,
.Web_UI_Gallery > .add > .addables{
    padding-top: 10px;
    padding-bottom: 4px;
    display: none;
}

.Web_UI_Carousel .carousel-buttons {
	text-align: center;
	padding: 10px;
}

.Web_UI_Carousel .carousel-fade .carousel-caption {
	position: static;
}

.carousel-fade {
	background-color: #fff;
}

.Web_UI_Carousel .carousel-label {
	font-size: 1.3em;
	padding: 20px;
	text-align: center;
}

.Web_UI_Carousel .carousel-buttons li {
	display: inline-block;
	text-align: center;
	padding: 10px 20px;
	border: 3px solid #333;
	background-color: #fff;
	margin: 4px 10px;
	cursor: pointer;
	font-size: 1.4em;
	font-weight: 700;
	color: #555;
}

.Web_UI_Search.search_item,
.a_content > .content_item {
    border: 1px solid rgb(204, 204, 204);
    /* box-shadow: 0 0 10px rgb(170, 170, 170); */
    border-radius: 4px;
    /*overflow: hidden;*/
}

.a_content .content_item {
    position: relative;
    background-color: #fff;
}

.a_content .moving_content {
	position: absolute;
	width: 320px;
	z-index: 2000;
	box-shadow: 0 0 10px #000;
}

.a_content .moving_content > .content_item .Web_UI,
.a_content .moving_content > .content_item .a_action_buttons {
	display: none;
}

.a_content .moving_content > .content_item > .actions {
	display: none;
}

.a_content .content_item .content {
    position: relative;
}

.a_content .content_item .content .preview {
	/* padding: 10px; */
}

.a_content .content_item .content.contains_Web_UI_News > header {
    background-color: #B6B3B3;
}

.a_content .content_item .content.contains_Web_UI_WebContent_jumbotron > header {
    background-color: #B2CFEA;
}


.a_content .content_item .content.contains_Web_UI_WebContent_section > header {
    background-color: #EFDCB3;
}


.a_content .content_item .content.contains_Web_UI_Text_bs_paragraph > header {
    background-color: #FABC7F;
}


.a_content .content_item .content.contains_Web_UI_Text_title > header {
    background-color: #8BAEC5;
}

.a_content .content_item .content.contains_Web_UI_Text_subtitle > header {
    background-color: #92D365;
}

.a_content .content_item .content.contains_Web_UI_Gallery > header {
    background-color: #99B4C8;
}

.a_content .content_item .content.contains_Web_UI_Image > header {
    background-color: #C779B5;
}

.a_content .content_item .content.contains_Web_UI_YoutubeVideo > header {
    background-color: #DA5E65;
}

.a_content .content_item .content.contains_Web_UI_File > header {
    background-color: #F5E287;
}

.a_content .content_item .content.contains_Web_UI_Text_paragraphe > header {
	background-color: #DF9959;
}

.a_content .content_item .content.contains_Web_UI_GoogleMaps > header {
    background-color: #DDC065;
}

.a_content .content_item .content.contains_Web_UI_Products > header {
    background-color: #F0D4AE;
}

.a_content .content_item .content.contains_Web_UI_Products_listing_item_optiongroup > header {
    background-color: #A9ADB3;
}

.a_content .content_item .content.contains_Web_UI_Products_listing_item_bloc_caract > header,
.a_content .content_item .content.contains_Web_UI_Products_listing_item_bloc_details > header { 
    background-color: #DBA47C;
}

.a_content .content_item .content.contains_Web_UI_Products_listing_item_option_details > header,
.a_content .content_item .content.contains_Web_UI_Products_listing_item_option > header {
    background-color: #7B8391;
}

.a_content .content_item .content.contains_Web_UI_Products_listing_item_categorie > header {
    background-color: #8990B4;
}

.a_content .content_item .content .shadow {
    position: absolute;
    top: 31px;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
}

.a_content .content_item .content .Web_UI_WebContent.column .shadow {
	top: 0;

}


.a_content .content_item .content .confirm_delete img {
    float: left;
    margin-right: 10px;
}

.a_content .content_item .content .confirm_delete {
    color: #fff;
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    line-height: 32px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
}

/*
	Web_UI_Search
*/

.Web_UI_Search.search_item {
	background: #fff;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Web_UI_Search.search_item .preview {
	padding: 10px;
}

.a_popup_box .Web_UI_Search.search_item {
    box-shadow: none;

    margin: 0;
    margin-bottom: 10px;
}

.Web_UI.search_result {
	padding: 10px;
	background: rgb(255, 255, 255);
}

/*
    Web_UI_Videos
*/

.Web_UI_Video.video_server_listing > .file_list {
    margin: 10px;
	margin-top: 60px;
    padding: 10px;
    border: 1px solid rgb(102, 102, 102);
    background-color: #444;
    color: #fff;
    border-radius: 5px;
}

.Web_UI_Video .file_list .video_element {
    line-height: 34px;
    overflow: hidden;
}

.Web_UI_Video .file_list .video_element .a_button {
    float: left;
    margin-right: 10px;
}

/*
    Web_UI_Image
*/

.Web_UI.align_float_left {
    display: block;
    overflow: hidden;
    float: left;
    padding-right: 15px;
}

.Web_UI.align_float_right {
    display: block;
    overflow: hidden;
    float: right;
    padding-left: 15px;
}

.Web_UI.align_float_left {
    margin: 30px;
    margin-top: 0;
    padding: 0;
    box-sizing: border-box;
}

.Web_UI.align_float_right {
    padding: 0px;
    margin: 30px;
    margin-top: 0;
}

.Web_UI_Image.noborder > img {
    border: 0;
    box-sizing: border-box;
}

.Web_UI_Image.image_no_align,
.Web_UI.align_center {
    margin: 30px;
    display: block;
    overflow: hidden;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    clear: both;
}

.Web_UI_Image > .legende,
.Web_UI_Video > .legende {
    color: #000;
    font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*
    Web_UI_Gallery
*/

.Web_UI_Gallery.gallery {
    overflow: hidden;
    clear: both;
    text-align: center;
}

 .Web_UI_Gallery.gallery[data-edit="true"] {
   padding: 10px;
   padding-top: 0px;
   padding-bottom: 0px;
 }

.Web_UI_Gallery.gallery .Web_UI_Image.image_gallery,
.Web_UI_Gallery.gallery .Web_UI_Video.video_gallery{
    margin: 4px;
    padding: 3px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.Web_UI_Gallery.gallery > a {
	float: left;
}

.Web_UI_Gallery.gallery .Web_UI_Image.image_gallery > .legende,
.Web_UI_Gallery.gallery .Web_UI_Video.video_gallery > .legende {
    position: absolute;
    font-size: 10px;
    bottom: 2px;
    background: rgba(255,255,255,0.8);
    padding: 2px 4px;
	line-height: 14px;
    color: #000;
    left: 2px;
    right: 2px;
	text-shadow: 0.1em 0.1em 0.6em #fff;
    text-align: center;
}

.Web_UI_Gallery.gallery_navigation .Web_UI_Video.video_gallery_current,
.Web_UI_Gallery.gallery_navigation .Web_UI_Image.image_gallery_current {
  position: absolute;
  top: 60px;
  bottom: 130px;
  left: 10px;
  right: 10px;
  border-radius: 4px;
  border: 1px solid #333;
  background-color: #222;
  overflow: hidden;
}

.Web_UI_Gallery.gallery_navigation.single_image .Web_UI_Image.image_gallery_current {
	bottom: 20px;	
}

.Web_UI_Gallery.gallery_navigation .Web_UI_Video.video_gallery_current .a_video_autoresize {
	position: absolute;
	top: 28px;	
	left: 20px;
	right: 20px;
	bottom: 36px;
}

.Web_UI_Video .a_video_autoresize_center {
	margin-left: auto;
	margin-right: auto;
	max-width: 840px;
	max-height: 480px;
}

.Web_UI_Gallery.gallery_navigation .Web_UI_Video.video_gallery_current .legende,
.Web_UI_Gallery.gallery_navigation .Web_UI_Image.image_gallery_current .legende {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  color: #fff;
  font-size: 13px;
  padding-top: 12px;
  line-height: 16px;
  text-align: center;
}

.Web_UI_Gallery.gallery_navigation .Web_UI_Image.image_gallery_current .current {
  position: absolute;
  top: 28px;
  left: 10px;
  right: 10px;
  bottom: 36px;
}

.Web_UI_Gallery.gallery_navigation .navigation {
  position: absolute;
  bottom: 4px;
  left: 10px;
  right: 10px;
  height: 120px;
  overflow: hidden;
}

.Web_UI_Gallery.gallery_navigation .navigation > .content {
  margin-left: -400px;
  margin-right: -400px;
  text-align: center;
}

.Web_UI_Gallery.gallery_navigation .navigation .Web_UI_Image, 
.Web_UI_Gallery.gallery_navigation .navigation .Web_UI_Video {
	position: relative;
	overflow: hiddden;
}

.Web_UI_Gallery.gallery_navigation .navigation .Web_UI_Image > .legende, 
.Web_UI_Gallery.gallery_navigation .navigation .Web_UI_Video > .legende {
	bottom: 0px;
	position: absolute;
	font-size: 0.8em;
	left: 0px;
	right: 0px;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
}

.Web_UI_Gallery.gallery_navigation .a_link_ajax {
  border: 1px solid rgba(102, 102, 102, 0.25);
  background-color: rgba(102, 102, 102, 0.25);
  overflow: hidden;
  border-radius: 4px;
}

.Web_UI_Gallery.gallery_navigation .a_link_ajax:hover {
	border: 1px solid rgba(102, 102, 102, 0.5);
	text-decoration: none;
}

.Web_UI_Gallery.gallery_navigation .navigation .a_link_ajax {
  display: inline-block;
  margin: 4px;
}

.Web_UI_Gallery.gallery_navigation .navigation .a_link_ajax > .Web_UI {
  padding: 4px;
  box-sizing: content-box;
}

.Web_UI_Gallery.gallery_navigation .navigation .a_link_ajax.current {
	background-color: rgba(255, 255, 255, 0.2);
}

.Web_UI_Gallery.gallery_navigation .a_link_ajax.previous,
.Web_UI_Gallery.gallery_navigation .a_link_ajax.next {
	position: absolute;
	font-size: 90px;
	color: #222;
	text-shadow: 0 0 8px #666;
	height: 100px;
	width: 100px;
	line-height: 92px;
	padding: 4px;
	text-align: center;
	bottom: 10px;
	z-index: 2;
	background-color: #e7e7e7;
	border: 1px solid rgba(102, 102, 102, 0.25);
}

.Web_UI_Gallery.gallery_navigation .a_link_ajax.previous:hover,
.Web_UI_Gallery.gallery_navigation .a_link_ajax.next:hover {
	border: 1px solid rgba(102, 102, 102, 0.5);
	background-color: #fff;
	text-shadow: 0 0 8px #333;
	color: black;
}

.Web_UI_Gallery.gallery_navigation .a_link_ajax.previous {
	left: 10px;
}

.Web_UI_Gallery.gallery_navigation .a_link_ajax.next {
	right: 10px;
}

.Web_UI_Gallery.gallery[data-edit="true"] .Web_UI_Image.image_gallery,
.Web_UI_Gallery.gallery[data-edit="true"] .Web_UI_Video.video_gallery{
  margin: 0px;
  float: none;
}

.Web_UI_Gallery.gallery[data-edit="false"] .Web_UI_Image.image_gallery,
.Web_UI_Gallery.gallery[data-edit="false"] .Web_UI_Video.video_gallery{
  margin: 5px;
  display: inline-block;
}


/*
	Web_UI_Slider
*/

.Web_UI_Slider.slider_main {
	height: 290px;
	position: relative;
	/* background-color: rgba(0, 0, 0, 0.2); */
}

.Web_UI_Slider.slider_current .label {
	color: #fff;
	font-size: 3em;
	padding: 0;
	z-index: 1;
	font-weight: normal;
}

.Web_UI_Slider.slider_current .image {
	width: 350px;
	position: relative;
	height: 270px;
	float: left;
	padding: 15px 45px;
	text-align: left;
}

.Web_UI_Slider.slider_current .txtcontent {
	padding: 15px;
	text-align: justify;
}



.Web_UI_Slider.slider_current .image.imgonly {
	width: 870px;
}

.Web_UI_Slider.slider_current .image .imagebg {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	background-position: center;
}

.Web_UI_Slider.slider_current .text {
	font-size: 1.5em;
	text-decoration: none;
	color: #fff;
	margin: 20px 0px;
}

.Web_UI_Slider > a.slider_button {
	position: absolute;
	bottom: 110px;
	background: rgba(0, 0, 0, 0.85);
	box-shadow: 0 0 6px 3px rgb(216, 208, 193);
	height: 50px;
	line-height: 50px;
	color: #fff;
	width: 22px;
  	overflow: hidden;
	z-index: 1;
}

.a_popup .Web_UI_Slider > a.slider_button {
	height: 100px;
	line-height: 100px;
	bottom: 50%;
	width: 34px;
	background-color: rgba(0,0,0,0.9);
}

.Web_UI_Slider > a.slider_button > .label {
	font-size: 11px;
}

.Web_UI_Slider > a.next > .label {
	margin-right: 70px;
	margin-left: 32px;
}

.a_popup .Web_UI_Slider > a.next > .label {
	margin-right: 120px;
	margin-left: 48px;
}

.Web_UI_Slider > a.next > .image {
	position: absolute;
	right: -100px;
	top: 0;
}

.Web_UI_Slider > a.previous > .label {
	margin-left: 70px;
	margin-right: 32px;
}

.a_popup .Web_UI_Slider > a.previous > .label {
	margin-left: 120px;
	margin-right: 48px;
}

.Web_UI_Slider > a.previous > .image {
	position: absolute;
	left: -100px;
	top: 0;
}

.Web_UI_Slider > a.next {
  right: 0px;
  border-radius: 10px 0px 0px 10px;
  padding-right: 6px;
}

.Web_UI_Slider > a.slider_button:before {
	font-family: 'Ubuntu';
	font-size: 32px;
	line-height: 46px;
	padding: 0;
	font-weight: normal;
	position: absolute;
	top: 0;
	height: 100px;
	width: 30px;
	text-align: center;
}

.a_popup .Web_UI_Slider > a.slider_button:before {
	font-size: 50px;
	line-height: 92px;
	height: 100px;
	width: 48px;
}

.Web_UI_Slider > a.next:before {
	content: '>';
	left: 0px;
}

.Web_UI_Slider > a.previous:before {
	content: '<';
	right: 0px;
}

.Web_UI_Slider > a.next:hover {
  width: auto;
}

.Web_UI_Slider > a.next:hover > .image {
  right: 10px;
}

h2.label {
  right: 10px;
}


.Web_UI_Slider > a.previous:hover {
  width: auto;
}

.Web_UI_Slider > a.previous:hover > .image {
  left: 10px;
}

.Web_UI_Slider > a.previous {
  left: 0px;
  border-radius: 0px 10px 10px 0px;
  padding-left: 6px;
}

.a_popup .Web_UI_Slider.slider_main {
	height: auto;
}

.a_popup .Web_UI_Slider.slider_main {
	position: absolute;
	top: 90px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.a_label.label {
	font-size: 1em;
}

.a_popup .Web_UI_Slider > section.nav {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	heighjt: 90px;
	overflow: hidden;
	padding: 20px;
}

.a_popup .Web_UI_Slider > section.nav > div.content {
	margin-left: -400px;
	margin-right: -400px;
	text-align: center;
}

.a_popup .Web_UI_Slider > section.nav > div.content > a {	
	display: inline-block;
	width: 110px;
	height: 90px;
	margin-right:14px;
}

.a_popup .Web_UI_Slider > section.nav > div.content > a > nav {
	box-shadow: 0 0 6px #FFF;
    
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.1);
	padding: 4px 8px;
	float: left;
}

.a_popup .Web_UI_Slider > section.nav > div.content > a > nav:hover {
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
} 

.a_popup .Web_UI_Slider > section.nav > div.content > a > nav > .label {
	font-size: 10px;
	line-height: 10px;
	overflow: hidden;
	color: #ddd;
	height: 12px;
	width: 100px;
	font-weight: normal;
}

.a_popup .Web_UI_Slider > section.nav > div.content > a > nav:hover > .label {
	color: #fff;
}

.a_popup .Web_UI_Slider > section.nav > div.content > a > nav > .image {
	width: 100px;
	height: 78px;
}

.a_popup .Web_UI_Slider > section.nav > div.content > a.current > nav {
	background: rgba(0, 0, 0, 0.7);
}


.a_popup .Web_UI_Slider > section.nav > div.content > a.current > nav > .label {
	color: #fff;
}

.a_popup .Web_UI_Slider.slider_current {
	position: absolute;
	top: 15px;
	left: 10px;
	right: 10px;
	bottom: 120px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

.a_popup .Web_UI_Slider.slider_current {
	box-shadow: 0 0 10px rgba(255, 255, 255, 1);
    
	border-radius: 10px;
    background: rgba(255, 255, 255, 1);
}

.a_popup .Web_UI_Slider.slider_current > .image {
	overflow: hidden;
	padding: 20px;
	background: #eee;
	border-radius: 8px;
	position: absolute;
	left: 20px;
	right: 280px;
	top: 50px;
	bottom: 20px;
	width: auto;
	height: auto;
}

.a_popup .Web_UI_Slider.slider_current > .image > .imagebg {
	top: 20px;
}

.a_popup .Web_UI_Slider.slider_current > .text {
	right: 20px;
	width: 240px;
	height: 300px;
	line-height: 20px;
	color: #333;
	position: absolute;
	top: 50px;
	bottom: 20px;
	border: 20px;
	float: none;
	background: none;
	padding: 0;
}

.a_popup .Web_UI_Slider.slider_current > .image.imgonly {
	right: 20px;
}

.Web_UI_Tabs > .tab-content {
	/* overflow: auto; */
	background-color: #FFF;
	border: 1px solid #DDD;
	/* padding-bottom: 10px; */
	border-top: 1px solid #fff;
	margin-top: 0px;
}

.tab-content {}

.Web_UI_Paginate_SDO nav {
	text-align: left;
	color:  #333;
}

.Web_UI_Page.page_preview {
	position: relative;
	overflow: hidden;
}

.Web_UI_Paginate_SDO .pull-right {
	margin-top: 11px;
}


.site .row .a_input {
	padding: 8px;
}

.site .row select,
.row select {
	width: 100%;
}

.Web_UI_Paginate_SDO .pull-right select {
	width: 5em;
}

.Web_UI_Paginate_SDO ul.pagination {
	margin: 5px 0px;
	margin-top: 8px;
}

.a_popup .a_popup_no_tabs {
	border: 1px solid rgb(66, 57, 57);
	border-top: 5px solid rgb(66, 57, 57);
	border-bottom: 5px solid rgb(68, 47, 47);
	background-color: #fff;
	box-shadow: 4px 2px 2px rgba(55, 55, 55, 0.2);
	overflow: hidden;
	color: #000;
	margin-bottom: 20px;
}

.a_popup_no_tabs {
	margin-top: 15px
}

.Web_UI_Cart .agreement_box {
    height: 300px;
    overflow: auto;
    border: 1px solid #eee;
    padding: 0px 10px;
}

.Web_UI_Steps a {
	padding: 0 10px 0 10px;
}

.Web_UI_Steps .a_button {
	padding-top: 0px;
	padding-bottom: 0px;
}

.Web_UI_Steps .a_button > img {
	top: 4px;
}

.Web_UI_Steps a,
.Web_UI_Steps .a_button {
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	cursor:pointer;
	margin-right: 10px;
	z-index : 0;
    height:30px;
    width:auto;
    background-repeat:repeat-x;
    background-size : 100% 30px;
    background-position :0;
    background-image : -webkit-linear-gradient(
		bottom,
		rgba(0,0,0,0) 0%,
		rgba(0,0,0,0) 50%,
		rgba(255,255,255,0.1) 50%,
		rgba(255,255,255,0.3) 100%
	);
	background-color: #004E99;
	border-radius: 5px;
	border-bottom: 1px solid rgba(127, 127, 127, 0.4);
	box-shadow: 0 -1px 1px rgba(0,0,0,0.2)inset,                 0 1px 2px rgba(0,0,0,0.8)inset;
	box-sizing: content-box;
	vertical-align: bottom;
	line-height : 30px;
}

.Web_UI_Steps a,
.admin .Web_UI_Steps .a_button,
.Web_UI_Steps .a_button {
	font-weight: 400;
	font-size: 1em;
    text-align:center;
    
	color:#fff;
    
	border: 0;
	margin: 2px;
	text-shadow : 0px -1px 0px rgba(0,0,0,0.8);
}

.admin .Web_UI_Steps .a_button,
.Web_UI_Steps .a_button {
	background-color: #662A6F;
}

.Web_UI_Steps .a_button > .text {
	font-size: inherit;
}

.Web_UI_Steps a.arrow:after {
	/* position:absolute; */
    content : ' ';
    right:-7.5px;
    top:3px;
    height : 24px;
    width: 24px;
    z-index : 1;
      
	background-color: #004E99;
    background-repeat:repeat-x;
    background-size : 20px 20px;
    background-position :-1px -0.5px;
    background-image :  
        -webkit-gradient(linear, left bottom, right top, 
            from(rgba(255,255,255,0.3)), 
             color-stop(0.5, rgba(255,255,255,0.1)), 
           color-stop(0.5, rgba(0,0,0,0)), 
            to(rgba(0,0,0,0))); 
    -webkit-transform : rotate(135deg) skew(-10deg, -10deg);
    border-top-right-radius : 10px;
    border-top-left-radius :0px;
    border-bottom-right-radius : 0px;
    border-bottom-left-radius : 10px;
    
	border-top: 1.5px solid rgba(127, 127, 127, 0.4);
    box-shadow :  1px 1px 1px rgba(0,0,0,0.5) inset,
        -1px 1px 1px rgba(0,0,0,0.4) inset;
    -webkit-mask-image : 
        -webkit-gradient(linear, left top, right bottom,
            from(#000000), 
            color-stop(0.4,#000000), 
            color-stop(0.5, transparent), 
            to(transparent));
}

.Web_UI_Steps a.current,
.Web_UI_Steps a.arrow.current:after,
.Web_UI_Steps a:hover,
.Web_UI_Steps a.arrow:hover:after {
	background-color: #407AB2;
}

.Web_UI_Steps a.reset,
.Web_UI_Steps a.arrow.reset:after {
	background-color: #883636;
}

.Web_UI_Steps a.reset:hover,
.Web_UI_Steps a.arrow.reset:hover:after {
	background-color: #B24040;
}


.Web_UI_Steps a.next,
.Web_UI_Steps a.arrow.next:after {
	background-color: #2A712D;
}

.Web_UI_Steps a.next:hover,
.Web_UI_Steps a.arrow.next:hover:after {
	background-color: #34853B;
}

.Web_UI_Steps a.inactive,
.Web_UI_Steps a.inactive:hover,
.Web_UI_Steps a.arrow.inactive:after,
.Web_UI_Steps a.arrow.inactive:hover:after {
	background-color: #333;
	color: #aaa;
	cursor: default;
	text-shadow : 0px -1px 0px rgba(0,0,0,0.8);
}

.Web_UI_Shipping.main .btn-group-vertical,
.Web_UI_Shipping.display .btn-group-vertical {
	width: 100%;
}

.Web_UI_Notification .dropdown {
    display:inline-block;
    margin-left:20px;
    padding:10px;
}

.Web_UI_Notification .glyphicon-bell {
    /* font-size: 1.5rem; */
}

.Web_UI_Notification .glyphicon-bell.flash {
	color: #16C8F4;
}

.Web_UI_Notification .notifications {
    background-color: rgb(255, 255, 255) !important;
    min-width: 350px;
}

.Web_UI_Notification .notifications-wrapper {
    overflow: auto;
    max-height: 250px;
}

.Web_UI_Notification .menu-title {
    display: inline-block;
    border: 0;
    margin: 10px 0px;
    line-height: normal;
    text-decoration: none;
}

.Web_UI_Notification .glyphicon-circle-arrow-right {
    margin-left:10px;     
}


.Web_UI_Notification  .notification-heading, .notification-footer  {
    padding: 0px 10px;
}


.Web_UI_Notification .dropdown-menu.divider {
    margin:5px 0;          
}

.Web_UI_Notification .item-title {
    /* font-size:1.3rem; */
    color:#000;
    border: none;
    margin: 0;
}

.Web_UI_Notification .item-info {
    font-size: 0.8em;
}

.Web_UI_Notification .notifications a.content {
    text-decoration:none;
    background:#ccc;
}

.Web_UI_Notification .notification-item {
    padding:10px;
    margin:5px;
    display: block;
}

/*
    Default form
*/

.site_form > .form_error {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.site_form > .mandatory_explaination {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

.site_form_email .form_message {
	padding: 10px 4px;
	text-align: center;
	line-height: 24px;
}

.site_form_email .mail_sent {
    box-shadow: 0 0 2px rgb(0,100,0);
	background-color: rgb(0,180,0);
	color: #fff;
}

.site_form_email .mail_error {
    box-shadow: 0 0 2px rgb(100,0,0);
    background-color: rgba(180,0,0,.8);
    color: #fff;
    border-radius: 4px;
}

.site_form > .field  {
    padding: 4px;
	margin-top: 4px;
    margin-bottom: 4px;
}

.site_form > .field.error  {
	box-shadow: 0 0 2px rgb(100,0,0);
	background-color: rgba(180, 0, 0, 0.8);
	color: #fff;
	border-radius: 4px;
}

.site_form > .field label {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    line-height: 20px;
}

.site_form > .field.checkbox label {
	width: auto;
	display: inline;	
	line-height: 30px;
	margin-left: 10px;
}

.site_form > .field input {
    height: 32px;
    color: #000;
}

.site_form > .field input,
.site_form > .field textarea {
    width: 100% !important;
    margin: 0 !important;
    display: inline-block;
}

.site_form > .field input[type="radio"] {
	display: inline;
	width: auto;
}

.site_form > .field.checkbox input {
	width: auto;
	display: inline;	
	margin-left: 10px;
}

.site_form > .field input[type="radio"] {
    background-color: transparent;
    border: 0;
}

.site_form input[type="text"],
.site_form input[type="password"],
.site_form input[type="numeric"],
.site_form input[type="email"],
.site_form textarea {
	border: 1px solid #ccc;
}

.site_form > .field.captcha {
	position: relative;
}

.site_form > .field.captcha input.a_input {
	width: 100%;
    height: 72px;
    font-size: 3em;
    color: #666;
    text-align: center;
}

.site_form > .field.captcha .refresh,
.site_form > .field.captcha .captchaimage {
    text-align: center;
}

.site_form > .field.captcha .refresh {
    padding-top: 10px;
    padding-bottom: 10px;
}

.site_form > .field.captcha .captchaimage {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 72px;
}

.site_form > .field.captcha > a {
	position: absolute;
    top: 24px;
    
	left: 384px;
}
.site_form > .field.captcha > img {
    height: 70px;
    width: 150px;
	position: absolute;
    top: 5px;
    left: 210px;
	border: 1px solid #999;
}

.site_form > .field textarea {
    height: 8em;
    resize: none;
    overflow: auto;
    color: #000;
}

.site_form > .field.button {
    text-align: center;
}

.site_form > .field.button button {
    display: inline-block;
    cursor: pointer;
	border: 1px solid #999;
	background-color: #eee;
	padding: 10px 20px;
	border-radius: 4px;
	margin-top: 10px;
	font-size: 14px;
	box-shadow: 0 0 10px #ccc;
}

.site_form > .field.button button:hover {
	box-shadow:  0 0 10px #999;
}

.a_column {
    -webkit-column-width: 360px;
    -moz-column-width: 360px;
    column-width: 360px;
	
    -webkit-column-rule: 4px outset rgb(220, 220, 220); /* Chrome, Safari, Opera */
    -moz-column-rule: 4px outset rgb(220, 220, 220); /* Firefox */
    column-rule: 4px outset rgb(220, 220, 220);
    
    padding: 10px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
} 

.a_column .field {
    padding: 5px 0px;
}


.a_column > .field > .title {
 	margin: 0px;
}

.a_column > .field > .title > img {
 	margin-right: 4px;
 	float: left;
}

.a_column .field > .content {
 	padding: 0px;
}

.a_input.checkbox {
	display: inline-block;
}

label.a_radio {
    line-height: 24px;
}

.a_radio .a_input[type="radio"] {
    height: 16px;
    margin: 5px 4px;
}

.a_custom_bg {
    background-position: 50%;
}

.Web_UI_WebContent.jumbotron.a_custom_bg {
    background-color: transparent;
}

.Web_UI_WebContent.jumbotron.a_custom_bg .jumbotron {
	background-color: transparent;
	margin-bottom: 0;
}

.Web_UI_WebContent.section.a_custom_bg .a_custom_bg_color {
	padding: 30px;
}

.Web_UI_Customer .address-col {
	padding: 15px;
}

.preview > .Web_UI_WebContent.jumbotron .jumbotron {
	margin: 0;
}

.a_font_light * {
	color: #fff !important;
}

.a_font_dark * {
	color: #000 !important;
}

.Web_UI_Order .conditions .payment {
	padding: 8px;

}

body{/* margin:40px; */}

.panel.body-no-margin .panel-body {
	padding: 0px;
}

.stepwizard-step p {
    margin-top: 10px;    
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.Web_UI_Cart.cart_checkout .checkbox label.a_checkbox {
	font-weight: bold;
}

.stepwizard:before {
    top: 14px;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard .stepwizard-row .btn-circle,
.stepwizard .stepwizard-row .btn-circle:hover {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.stepwizard .stepwizard-row .btn-circle[disabled="disabled"],
.stepwizard .stepwizard-row .btn-circle:hover[disabled="disabled"] {
	background-color: #ccc;
	border-color: #fff;
	color: #666;
	cursor: auto;
}

/* Carousel Fading slide */
.carousel-fade .carousel-inner {background: #fff;}
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition:  opacity 100ms cubic-bezier(1, -1.68, 0, 2.96);
  -moz-transition:  opacity 100ms cubic-bezier(1, -1.68, 0, 2.96);
  -o-transition:  opacity 100ms cubic-bezier(1, -1.68, 0, 2.96);
  transition: opacity 100ms cubic-bezier(1, -1.68, 0, 2.96);
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }

.carousel-fade .carousel-caption h3 {
	color: #000 !important;
	padding: 6px;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.6);
}

/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}

.carousel-fade .carousel-inner img {
	margin-left: auto;
	margin-right: auto;
}

/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #333;
  margin: 0 3px;
  }

@media only screen and ( max-width: 680px ) {
	.site_form {
		width: auto;
	}
	
	.site_form > .field label {
		display: block;
	}
	
	.site_form > .field.captcha {
		overflow: hidden;
		height: auto;
		display: block;
	}
	
	.site_form > .field.captcha > input,
	.site_form > .field.captcha > a,
	.site_form > .field.captcha > img {
		position: static;
		float: left;
		margin-top: 2px;
	}
	
	.site_form > .field input, 
	.site_form > .field textarea {
		width: 100%;
	
	}
	
	.site_form > .field.captcha > a {
		margin: 21px;
		height: 32px;
	}
		
	.site_form > .field label {
		display: block;
	}
}

@media print {

	@page {
	  margin: 0;
	}

	body {
		position: relative;
	}

	body > form > *:not(.print) {
		display: none;
	}
	
    body > form > .print {
        background-color: transparent;
        -webkit-print-color-adjust: exact;
        font-size: 11pt;
 }
	
	.debug { display: none; }
	
	html, body > form > .print > *.a_print_page {
	  height: 100%;
	  width: 100%; 
    }

}

@media screen {
	body > .print {
		display: none;
	}
}