/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */
.sige_small {
    display: none;
}

.s5_header_overlay_custom1_unpublished .s5_logo {
    margin-bottom: 0px !important;
}

#s5_bread_lang_holder{
	width:100% !important;
	max-width:100% !important;
}
#s5_bread_lang_holder #s5_breadcrumb_wrap{
	
	margin:0 auto;
	float:none;
}

p.readmore {
    padding: 0px;
    margin-top: 20px;
	margin-bottom: 50px;
}

.bfQuickMode .controls .control-label {
    width: 100% !important;
}

.bfQuickMode input[type=text], .bfQuickMode textarea, .bfQuickMode select, .bfQuickMode .uneditable-input {
    max-width: 85% !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0)
.bfQuickMode fieldset .row-fluid {
    padding-top: 0px !important;
}

#bfUploadContainer4 .button {
background: #ffffff !important;
}

.icon-upload {
color: #DF514D !important;
}

#bfUploadContainer4 .button:hover {
    background: #000000 !important;
}

.form-actions {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
    border-top: 0px !important;
}

#bfSubmitButton {
background: #ffffff !important;
color: #DF514D !important;
}

#bfSubmitButton:hover {
background: #000000 !important;
}

.icon-asterisk {
color: #000000 !important;
}

#s5_footer {
	text-align: center;
	padding-top: 50px;
}

.customcbottom {
  display: flex;                  
  flex-direction: row;            
  flex-wrap: nowrap;             
  justify-content: space-between;
  text-align:center;
}

.customcbottom > div {
  width: 350px;
}

@media screen and (max-width: 650px) {
  .customcbottom {
        flex-direction: column !important;
    }
  
  .customcbottom > div {
  width: 350px;
  margin: auto;
  padding-top: 20px;  
}
  
}
