/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* import */
@import url(/static/gimme5/fonts/fonts.css);
@import url(/static/gimme5/icons/style.css);


/*COLOURS*/
.green {
    background-color: #5C9B5C;
}

.orange {
    background-color: #E49C00;
}

.blu {
    background-color: #047CA6;
}

.red {
    background-color: #C14616;
}

.green-border {
    border-color: #5C9B5C;
    color: #5C9B5C;
}

.orange-border {
    border-color: #E49C00;
    color: #E49C00;
}

.blu-border {
    border-color: #047CA6;
    color: #047CA6;
}

.red-border {
    border-color: #C14616;
    color: #C14616;
}

.black {
    color: #000 !important;
}

body {
    background-color: #F5F5F5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 22px
}

html {
  font-size: 16px;
}


h1 {
    font-size: 26px;
    color: #E65112;
    line-height: 36px;
    margin-top: 0;
}

h2 {
    font-size: 22px;
    line-height: 30px;
    color: #E65112;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    color: #E65112;
}

h4 {
    font-size: 18px;
    line-height: 20px;
    color: #E65112;
}

h5 {
    font-size: 14px;
    line-height: 15px;
    color: #E65112;
}

h6 {
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    color: #E65112;
    text-transform: uppercase;
}

p {
    font-weight: 300;
}

a {
    font-weight: 300;
    color: #E65112;
}

a:hover {
    color: #E65112;
    text-decoration: underline;
}

:focus {
    outline: 0 !important;
}

li {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

blockquote {
    font-style: italic;
    font-size: 20px;
    color: #A9A9A9;
}

/* divider */
#text-divider {
    margin-top: 50px;
    margin-bottom: 50px;
}

#text-divider h2 {
    color: #ccc;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eee;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

#text-divider h2 span {
    background: #fff;
    padding: 0 10px;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #E65112 !important;
}

.select2-results .select2-highlighted {
    background: #E65112 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    line-height: 20px !important;
}

.modal .modal-body {
    max-height: 620px;
    overflow-y: auto;
}

table .title {
    font-size: 12px;
    color: #E65112;
    text-transform: uppercase;
}

.table-hover td {
    width: 1px; /* to display width of a column */
}

.glyphicon-user {
    color: #2BE03F;
}

.img-flex {
    width: 100%;
}

.top-margin {
    margin-top: 55px;
}

#top-page {
    /*padding-bottom: 10px;*/
    /*margin-bottom: 10px*/
}

/* ASIDE */
#aside {
    display: none;
}

/* TILE - BEGIN */

#tile {
    position: relative;
    padding-top: 20px;
    background-color: #ffffff;
}

#tile img {
    width: 100%;
    height: auto !important;
}

/* NAV SECONDARY - BEGIN */
#nav_secondary {
    margin-top: 10px;
    margin-bottom: 10px;
}

#nav_secondary .select2-container.select2-container-multi {
    width: 100%;
}

#nav_secondary .select2-container.select2-container-multi li {
    font-size: 12px;
    font-weight: 300;
    line-height: 11px;
}

#nav_secondary .select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 8px 3px 18px;
    margin: 7px 0 7px 7px;
    border: 1px solid #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    filter: none);
    background-image: none;
}

#nav_secondary .select2-container-multi .select2-choices .select2-search-choice > div {
    font-size: 12px;
}

#nav_secondary .select2-search-choice-close {
    top: 3px;
}

#nav_secondary button {
    background-color: white;
    z-index: 999;
    padding: 0;
    text-align: left;
}

#nav_secondary a {
    background-color: transparent;
    color: #777777;
}

#nav_secondary p {
    position: absolute;
    color: #777777;
    top: 15px;
    right: 5px;
}

#nav_secondary .panel-title p {
    position: absolute;
    top: 0;
}

#nav_secondary .panel-body p {
    position: static;
    font-size: 12px;
    margin-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5px;
}

#nav_secondary .panel-default > .panel-heading {
    background-color: #FFFFFF;
    color: #777777;
}

#nav_secondary .panel-default > .panel-heading button {
    text-align: right;
    position: relative;
}

#nav_secondary .panel-heading img {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: auto;
}

#nav_secondary .panel-group .panel {
    margin-bottom: 10px;
    border-radius: 0;
}

#nav_secondary .panel-group {
    margin-bottom: 10px;
}

#nav_secondary .panel-default {
    border-color: transparent;
}

#nav_secondary .panel-heading {
    height: 40px;
    padding: 0 5px;
}

#nav_secondary .panel-default > .panel-heading + .panel-collapse > .panel-body {
    text-align: right;
}

#nav_secondary .panel {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#nav_secondary .button-wrapper {
    height: 40px;
}

.disabled > button > p {
    color: #cccccc !important;
}

#nav_secondary a.disabled {
    color: #cccccc !important;
}

/* CONTENT TITLE - BEGIN */
#content_title {
}

.button-wrapper {
    position: relative;
    margin-bottom: 10px;
}

#messages button {
    width: auto;
}

#content_relations button {
    background-color: #E65112;
    border: 0;
    padding: 10px 5px;
    width: 100%;
    height: 100%;
}

#content_content button {
    color: #E65112 !important;
    background-color: white;
    border: 2px solid #E65112;
    margin-right: 5px;

}

#content_content button p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.btn-acomea {
    color: #E65112;
    background-color: white;
    border: 2px solid #E65112;
    margin-right: 5px;
    border-radius: 100px;
}

.btn-acomea-no-hover:hover, .btn-acomea-no-hover:focus {
    color: #E65112!important;
}

.btn-acomea p {
    color: #E65112;
    text-transform: uppercase;
    margin-bottom: 0;
}

.btn-small-padding {
    padding: 6px 8px;
}

.btn-rounded, .btn-mini {
  border-radius: 100px;
}

.btn-no-rounded {
  border-radius: 0;
}

#nav_secondary .btn-acomea{
  border-radius: 0;
}

.scheda-prodotto-container img{
    margin-left: 5px;
}

#content_action .btn-acomea {
    background-color: #E65112;
    width: 100%;
    white-space: normal;
}

#content_action .btn-acomea p {
    color: #fff !important;
}

/*#content_content .btn-acomea:hover {*/
/*color: white;*/
/*background-color: #E65112;*/
/*}*/

/*#content_content .btn-acomea:focus {*/
/*color: #E65112;*/
/*background-color: white;*/
/*}*/

#nav_secondary button {
    border: 0;
    padding: inherit;;
    width: 100%;
    height: 100%;
}

#nav_secondary button img {
    height: 100%;
    display: block;
}

#nav_secondary button p {
    line-height: 15px;
    text-transform: uppercase;
    margin: 0;
    font-size: 10px;
}

#content_relations button p {
    line-height: 15px;
    text-transform: uppercase;
    margin: 0;
    font-size: 10px;
    color: white;
    word-break: break-word;
}

/* CONTENT */
#pid-home, #pid-home-masonry, #pid-test-home-new {
    background: url('../img/classy_fabric.png');
}

.content_accordion .panel-default > .panel-heading {
    background-color: transparent;
    border-bottom: 1px solid #cccccc;
}

.content_accordion .panel-default {
    border-color: transparent;
}

.content_accordion .panel-default > .panel-heading button {
    background-color: transparent;
}

.content_accordion .panel-default > .panel-heading button p {
    color: #000000;
}

.content_accordion .panel-default > .panel-heading {
    padding: 0;
}

.content_accordion .panel {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

#content {
    padding: 20px;
    background-color: #ffffff;
}

#homecontent {
    /*background-color: #000;*/
}

.ph-tale {
    padding: 2px;
}

.ph-tale img {
    width: 100% !important;
    height: auto;
}

/* ACTION - BEGIN */

/* CONTENT RELATIONS - ACTION - BEGIN */
#content_relations button {
    background-color: #FFFFFF;
    border: 2px solid #E65112;
    white-space: normal;
}

#content_relations span {
    display: none;
}

#content_relations button p {
    color: #E65112;
}

/* FUND DIARY - BEGIN */

#fund_diary, .fund_diary_list {
    margin-bottom: 20px;
}

.fund_diary_list h1, .fund_diary_list h4 {
    font-size: 16px !important;
}

.fund_diary_list h4:hover {
    color: #E65112;
}

.fund_diary_list .share img {
    width: auto !important;
}

#fund_diary h4, .fund_diary_list h4, .fund_diary_list h1 {
    color: black;
    font-weight: bold;
    padding: 5px 0;
    font-size: 12px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

#fund_diary h5, .fund_diary_list h5 {
    color: #808080;
    font-style: italic;
}

#fund_diary p {
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
}

#fund_diary hr {
    margin-top: 3px;
    margin-bottom: 3px;
}

.fund_diary_list a.btn {
    font-size: 13px;
    text-decoration: none;
}

#fund_diary a {
    font-size: 13px;
    color: #000000;
}

/*#fund_diary a>h4:hover,*/
/*.fund_diary_list a>h4:hover{*/
/*padding-left: 10px;*/
/*background-color: black;*/
/*color:#fff;*/
/*}*/

#seleziona-fondi-menu #diary-macro-analisi .filtro-tag.selected {
    border-left: 5px solid #E65112;
    color: #E65112;
}

#seleziona-fondi-menu #fondi-monetari .filtro-menu,
#seleziona-fondi-menu #fondi-monetari .filtro-fondo.selected {
    border-left: 5px solid #5C9B5C;
    color: #5C9B5C;
}

#seleziona-fondi-menu #fondi-obbligazionari .filtro-menu,
#seleziona-fondi-menu #fondi-obbligazionari .filtro-fondo.selected {
    border-left: 5px solid #E49C00;
    color: #E49C00;
}

#seleziona-fondi-menu #fondi-flessibili .filtro-menu,
#seleziona-fondi-menu #fondi-flessibili .filtro-fondo.selected {
    border-left: 5px solid #047CA6;
    color: #047CA6;
}

#seleziona-fondi-menu #fondi-azionari .filtro-menu,
#seleziona-fondi-menu #fondi-azionari .filtro-fondo.selected {
    border-left: 5px solid #C14616;
    color: #C14616;
}

#fund_diary img, .fund_diary_list img {
    width: 100% !important;
    height: auto !important;
    margin: 10px 0;
}

/* NAVBAR - BEGIN */

.nav.auth-mobile {
    float: left;
    list-style: none;
    padding: 0
}

.nav.auth-mobile li {
    display: inline-block;
    padding: 5px;
}

.navbar-default {
    background-color: #ffffff;
    border-bottom: 2px solid #E65112;
    box-shadow: 1px 1px 5px rgb(170, 168, 168);
}

.navbar .nav > li > a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    color: #909090;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    text-decoration: none;
    color: #ffffff;
    background-color: #e75112;
    background-image: -moz-linear-gradient(top, #e75112, #e75112);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e75112), to(#e75112));
    background-image: -webkit-linear-gradient(top, #e75112, #e75112);
    background-image: -o-linear-gradient(top, #e75112, #e75112);
    background-image: linear-gradient(to bottom, #e75112, #e75112);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e75112', endColorstr='#e75112', GradientType=0);
}

.navbar .nav > li > a {
    padding: 10px;
}

.navbar .nav > li:last-child > a {
    margin-right: 5px;
}

.nav > li > a > img {
    max-width: 62px;
}

.navbar .nav > li > a.logo {
    padding: 0;
}

.navbar-right li {
    display: inline-block;
}

form input.st-search-input {
    font-size: 15px !important;
    padding: 15px 27px 15px 29px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important;
    margin: 0 5px !important;
}

.form-control:focus {
    border-color: #E65112;
    -webkit-box-shadow: inset 0 1px 1px rgba(231, 81, 18, 0), 0 0 8px rgba(231, 81, 18, 0.64);
    box-shadow: inset 0 1px 1px rgba(231, 81, 18, 0), 0 0 8px rgba(231, 81, 18, 0.64);
}

.social {
    padding: 5px 0 5px 5px !important;
}

.open > .dropdown-menu.inline {
    display: inline-flex;
}

.hightlighted {
    color: #E65112 !important;
}

.hightlighted:hover {
    color: #E65112 !important;
}

.dropdown-menu {
    min-width: 215px;
    border-top: 2px solid black;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 1px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: none;
}

.dropdown-menu li > a.social:hover {
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}

.badge {
    background-color: #E65112;
}

button.navbar-toggle {
    width: auto;
}

/* submenu - deprecated in bootstrap 3 */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
}

/* GO TO THE TOP */
.backToTop {
    display: none;
    bottom: 10px;
    position: fixed;
    right: 10px;
    z-index: 1000;
}

#back_to_top {
    /*background: url("../images/top.png") no-repeat scroll center center #B13A04;*/
    display: none;
    height: 50px;
    margin: 0;
    width: 50px;
    z-index: 1000;
    background-color: #E65112;
}

/* FOOTER */
#footer {
    margin-top: 30px;
    padding: 30px 10px;
    border: 1px solid #cecece;
    background-color: #F5F5F5;
}


#footer li {
    list-style: none;
}

#footer ul {
    padding: 0;
}

/* SUBFOOTER */
#subfooter nav {
    padding: 10px;
    font-size: 12px;
    background-color: black;
    border-bottom: 0;
    margin-bottom: 0;
    border-radius: 0;
}

#subfooter span {
    margin-right: 15px;
}

/* HOMEPAGE */
.ph-tale img {
    width: 100%
}

/* FONDI */

.category {
    height: 150px;
}

.promoter-img {
    width: 125px;
}

.thumbnail {
    border-radius: 0;
}

.thumbnail p small {
    position: absolute;
    font-size: 12px;
    bottom: 0;
    color: white;
    padding: 8px;
}

.caption span {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.caption small {
    color: white;
}

.fund_list {
    margin-bottom: 2px;
    padding: 5px;
    border-width: 2px;
    min-height: 58px;
}

.fund_list a:hover {
    text-decoration: none;
    color: inherit;
}

/* TABLES */
.panel-heading {
    padding: 2px 3px 2px 15px;
}

.panel-default > .panel-heading {
    background-color: #E65112;
    color: #ffffff;
}

thead {
    background-color: #f5f5f5;
}

.table {
    font-size: 12px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px;
    vertical-align: middle;
}

tbody > tr:first-child td {
    border-top: 0;
}

.panel-heading img {
    float: right;
    width: 18px;
    margin: 2px;
}

thead.date-int {
    border: 1px solid #fff;
    background-color: #fff;
    text-align: center;
}

thead.date-int > tr > th {
    border: 1px solid #fff;
    text-align: center;
    color: #E65112;
    font-size: 16px;
}

#compare table tbody > tr > td {
    /*font-size: 10px;*/
    white-space: nowrap;
}

#compare .date1 {
    background-color: rgba(230, 81, 18, 0.04);
}

#compare .date2 {
    background-color: rgba(230, 81, 18, 0.07);
}

.green-text {
    color: green;
}

.red-text {
    color: red;
}

.table-child {
    padding-left: 15px !important;
    font-size: smaller;
}

/* PAGINATION */

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #E65112;
    border-color: #E65112;
}

.pagination > li > a, .pagination > li > span {
    padding: 3px 6px;
}

.pagination {
    margin: 0;
}

.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #E65112;
}

/* PILLS */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #E65112;
    font-size: 16px;
    font-weight: 800;
}

/* DATEPICKER */

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #E65112 !important;
}

.bootstrap-datetimepicker-widget td.today:before {
    border-bottom: 7px solid #E65112 !important;
}

/* NAV */
.drawer {
    z-index: 1029;
}

.drawer-heading {
    min-height: 50px;
}

div.btn-drawer {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 25px;
    background-color: #E65112;
    margin-top: 280px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.53);
}

div.btn-drawer > span {
    color: white;
}

/* TABS */

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #E65112;
}

.nav-tabs .disabledTab {
    pointer-events: none;
}

.nav-tabs > li > a {
    color: #333;
    border: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

/* SHAREBAR  */
#sharebar {
    top: 15%;
    left: -78px;
    width: 85px;
    position: fixed;
    background: #e4e4e4;
    border-radius: 0;
    padding: 5px 5px 10px 15px;
    z-index: 1000;
    border-right: 3px solid #E65112;
}

.vertical {
    position: absolute;
    top: 45%;
    color: white;
    left: 85px;
    background-color: #E65112;
    z-index: 999999;
    width: 28px;
    height: 50px;
}

.vertical p {
    writing-mode: tb-rl;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    white-space: nowrap;
    position: absolute;
    bottom: 3px;
    left: -6px;
}

#sharebar:hover {
    left: -10px;
}

#sharebar .btn {
    display: block;
    margin-left: -15px;
    background-color: #cccccc;
    border: 1px solid #999999
}

#sharebar:hover .btn {
    margin-left: 0;
}

#sharebar .btn.btn-primary {
    margin: 5px 3px 2px 3px;
    width: 60px;
    text-align: center;
}

.stButton .stBubble {
    height: 34px !important;
    line-height: 10px !important;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    height: 22px !important;
}

/* SHOWCASE  */

/* flat thumbs  */

.showcase-flat-thumb figure {
    margin-bottom: 20px;
    min-height: 350px;
}

.showcase-flat-thumb img {
    width: 100% !important;
}

.showcase-flat-thumb figcaption {
    padding: 25px;
    background-color: #f8f8f8;
    text-align: center;
}

.showcase-flat-thumb hr {
    border-top: 1px solid #BEBEBE;
}

.showcase-flat-thumb figcaption h4 {
    margin-top: 0;

}

.showcase-flat-thumb figcaption a,
.showcase-flat-thumb a:hover{
    text-decoration: none;
}
.showcase-flat-thumb .fa{
    padding: 0 7px;
}

/* thumbs  */


.showcase-thumb figure {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.showcase-thumb figcaption {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    -moz-box-shadow: inset 0 -150px 90px -40px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 -150px 90px -40px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 -150px 90px -40px rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
}
.showcase-thumb img {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
}
.showcase-thumb img.hover{
    -webkit-transform: scale(1.1); /* Safari and Chrome */
    -moz-transform: scale(1.1); /* Firefox */
    -ms-transform: scale(1.1); /* IE 9 */
    -o-transform: scale(1.1); /* Opera */
    transform: scale(1.1);
}
.showcase-thumb figcaption small.body{
    display: none;
    position: relative;
    right: initial;
    bottom: initial;
}


.showcase-thumb h1 {
    border-bottom: 1px solid transparent;
    padding: 0 0 10px 0;
    color: white;
    font-size: 20px;
    line-height: 18px;
    font-weight: 800;
}

.showcase-thumb h1 .text-hover {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.showcase-thumb a:hover {
    text-decoration: none;
}

.showcase-thumb figcaption p {
    line-height: 15px;
    color: #ffffff;
}

.selected-category {
    border-left: 5px solid #E65112;
}


/* CODICE FISCALE FORM */

/*#CodiceFiscaleForm button{*/
/*height: 34px !important;*/
/*padding: 5px;*/
/*}*/
/*#CodiceFiscaleForm .input-group{*/
/*margin-bottom: 15px;*/
/*}*/

#id_codice_fiscale.form-control {
    height: 48px;
}

#CodiceFiscaleForm > .errorlist li.success {
    margin-top: 10px;
    color: #468847;
    font-size: 20px;
    list-style: none;
    text-align: right;
    font-weight: bold;
}

#CodiceFiscaleForm ul.errorlist {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}


div#input_codice_fiscale{
    margin-bottom: 10px;
}
#CodiceFiscaleForm div.alert.alert-success{
    #margin-top: 10px;
    margin-bottom: 10px;
}
#CodiceFiscaleForm div.alert.alert-danger {
    #margin-top: 10px;
    margin-bottom: 10px;
}

/* TRACEREQUEST FORM */
.tracerequest .errorlist {
    padding-left: 0;
}

.tracerequest .errorlist li {
    font-size: inherit;
    list-style: none;
}

/* REGISTRATION FORM */

#RegistrationForm li {
    list-style: none;
}

.informativa_area {
    height: 170px;
    margin: 0 0 20px 0;
}

/* ---------------------------------------------------------------------- */
/*	Custom Scrollbar
/* ---------------------------------------------------------------------- */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
}

.jspTrack {
    background: #c6c6c6;
    position: relative;
    width: 2px;
}

.jspDrag {
    background: #f15a22;
    position: relative;
    top: 0;
    left: -2px;
    width: 6px;
    cursor: pointer;
}

/* RADIO UL IN FORMS */
.radio ul {
    padding-left: 0;
}

.radio ul > li {
    list-style-type: none;
}

/*FRAMS */

.panel-body.frams {
    padding: 0;
    text-align: right;
}

#myaffix.affix {
    position: fixed;
    width: 213px;
    top: 50px;
}

/* AFFIX */

#myaffix.affix-top {
    position: static;
}

#myaffix.affix-bottom {
    position: absolute;
    width: 213px;
}

/* MASONRY */
.masonry .item {
    float: left;
    overflow-y: hidden;
    padding: 2px;
}

.grid-sizer {
    width: 12.5%;
}

/*.item.mw1 {*/
/*width: 12.5%;*/
/*}*/

.item.mw2 {
    width: 50%;
}

.item.mw4 {
    width: 100%;
}

/*.item.mw8 {*/
/*width: 100%;*/
/*}*/

/*.item.mh1 {*/
/*height: 106px;*/
/*}*/

.item.mh2, .noimg-item.mh2 {
    height: 115px;
}

.item.mh4, .noimg-item.mh4 {
    height: 232px;
}

/*.item.mh8 {*/
/*height: 848px;*/
/*}*/
.masonry figure, #tile figure {
    /*position: relative;*/
    overflow: hidden;
}

.grid-sizer {
    /*width: 50%;*/
}

.overlay, .overlay-hover {
    position: relative;
    -moz-box-shadow: inset 0 -100px 44px -56px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 -100px 44px -56px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 -100px 44px -56px rgba(0, 0, 0, 0.8);
}

.overlay h1, .no-overlay h1 {
    border-bottom: 1px solid transparent;
    position: absolute;
    bottom: 10px;
    padding: 0 0 5px 0;
    right: 10px;
}

.no-overlay {
    position: relative;
    background-color: transparent;
    /*margin: 2px;*/
}

.body,
.masonry .bodyshow {
    position: absolute;
    font-size: 12px;
    bottom: 1px;
    right: 15px;
}

.masonry figcaption, #tile figcaption {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 10px 10px;
    position: absolute;
}

.masonry img {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.masonry .body {
    display: none;
}

.hover {
    -webkit-transform: scale(1.1); /* Safari and Chrome */
    -moz-transform: scale(1.1); /* Firefox */
    -ms-transform: scale(1.1); /* IE 9 */
    -o-transform: scale(1.1); /* Opera */
    transform: scale(1.1);
}

.masonry h1, .masonry h1.text-hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

h1.text-hover {
    right: 15px;
    border-bottom: 1px solid white;
}

.masonry h1, .masonry .body {
    font-family: sans-serif;
}

.masonry figcaption h1 {
    font-size: 17px;
    color: #fff;
    font-weight: normal;
    line-height: 19px;
    text-align: right;
}

.bgblank {
    background-color: #cccccc;
}

.masonry .middle-text {
    height: 100%;
    padding: 40px 10px;
}

.masonry .middle-text h1 {
    position: relative;
}

.masonry .bodyfix {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
}

.masonry figcaption {
    color: #fff;
}

.item {
    position: relative;
}

.masonry #first-tale figure {
    position: relative;
    background-color: #fff;
    text-align: center;
    height: 211px;
    padding-top: 20px;
}

.masonry #first-tale figcaption {
    height: auto;
    color: #333;
    line-height: 17px;
}

/* QUOTE RISULTATI */

tr.FA.selected .riquadro-fondo p > strong {
    color: #C14616;
}

tr.FF.selected .riquadro-fondo p > strong {
    color: #047CA6;
}

tr.MO.selected .riquadro-fondo p > strong {
    color: #5C9B5C;
}

tr.FO.selected .riquadro-fondo p > strong {
    color: #E49C00;
}

table.quote-risultati a:hover,
table.quote-risultati a:active,
table.quote-risultati a:focus,
table.quote-risultati a:visited {
    text-decoration: none;
}

table.quote-risultati a strong:hover {
    color: #a5a5a5;
}

#tablequote.table-striped > tbody > tr.FA.selected > td.td-lente {
    border-left: 2px solid #C14616;
}

#tablequote.table-striped > tbody > tr.FF.selected > td.td-lente {
    border-left: 2px solid #047CA6;
}

#tablequote.table-striped > tbody > tr.MO.selected > td.td-lente {
    border-left: 2px solid #5C9B5C;
}

#tablequote.table-striped > tbody > tr.FO.selected > td.td-lente {
    border-left: 2px solid #E49C00;
}

#tablequote.quote-risultati .performance {
    text-align: right;
}

#tablequote.quote-risultati .quote {
    text-align: right;
}

.grid-sizer {
    width: 25%;
}

/* ADDTHIS */

div.at-share-open-control-left.ats-dark, div.at-share-open-control-right.ats-dark, div.at-share-close-control.ats-dark {
    background: #f15a22 !important;
}

/* EVENTS */
.adhesion-checkbox ul,
.adhesion-radio ul {
    padding-left: 0;
}

.adhesion-checkbox ul > li,
.adhesion-radio ul > li {
    list-style: none;
}


/* LANDING PAGES */

#landing-page{
    background-color: white;
}
#landing-page #nav{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
#landing-page #payoff{
    text-align: right;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
#landing-page header{
    border-bottom: 2px solid #E65112;
    box-shadow: 1px 1px 5px rgb(170, 168, 168);
    padding: 3px 0;
    margin-bottom: 30px;
}
#landing-page header .button-wrapper{
    margin-bottom: 0;
}
#landing-page section,
#landing-page footer{
    padding: 30px 0;
    border-bottom:1px solid #cccccc;
}
#landing-page #title{
    border-bottom: 0;
}
#landing-page article{
}


/* CALLOUTS */

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 15px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout h4 a {
    color: inherit;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}

/* ACA CALLOUTS */

.bs-callout-aca {
    border-left-color: #E65112;
}
.bs-callout-aca h4 {
    color: #E65112;
}

/* VIAGGIO CALLOUTS */

.bs-callout-blue {
    border-left-color: #234881;
}
.bs-callout-blue h4 {
    color: #234881;
}
.bs-callout-yellow {
    border-left-color: #FFFB01;
}
.bs-callout-yellow h4 {
    color: #FFFB01;
}
.bs-callout-green {
    border-left-color: #2AB13F;
}
.bs-callout-green h4 {
    color: #2AB13F;
}
.bs-callout-azure {
    border-left-color: #26AEF6;
}
.bs-callout-azure h4 {
    color: #26AEF6;
}
.bs-callout-orange {
    border-left-color: #F49830;
}
.bs-callout-orange h4 {
    color: #F49830;
}
.bs-callout-fucsia {
    border-left-color: #FA349D;
}
.bs-callout-fucsia h4 {
    color: #FA349D;
}
.bs-callout-red {
    border-left-color: #FA2400;
}
.bs-callout-red h4 {
    color: #FA2400;
}
.bs-callout-lilla {
    border-left-color: #9680d9;
}
.bs-callout-lilla h4 {
    color: #9680d9;
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #myaffix.affix,
    #myaffix.affix-bottom {
        width: 165px;
    }

    /* ASIDE */
    #aside {
        display: block;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px;
    }

    #nav_secondary button img {
        display: none;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }

    #top-page {
        /*padding-bottom: 10px;*/
        /*margin-bottom: 10px*/
    }

    button img {
        width: auto;
    }

    #nav_secondary button {
        background-color: white;
        height: 40px
    }

    #nav_secondary .panel-title p {
        top: 14px;
    }

    #content_content button {
        width: auto;
    }

    .ph-tale img {
        width: 240px !important;
    }

    .ph-tale {
        float: left;
    }

    #fund-pills {
        float: right;
    }

    .promoter-img {
        width: 100%;
    }

    /* MASONRY */
    .masonry .item {
        float: left;
        overflow-y: hidden;
        padding: 0;
        border-left: 2px solid black;
        border-bottom: 2px solid black;
    }

    .masonry .noimg-item {
        float: left;
        overflow-y: hidden;
        padding: 0;
        border-left: 1px solid black;
        border-bottom: 1px solid black;
    }

    .overlay h1 {
        bottom: 15px;
    }

    .grid-sizer {
        width: 12.5%;
    }

    .gutter-sizer {
        width: 0;
    }

    .item.mw1, .noimg-item.mw1 {
        width: 12.5%;
    }

    .item.mw2, .noimg-item.mw2 {
        width: 25%;
    }

    .item.mw4, .noimg-item.mw4 {
        width: 50%;
    }

    .item.mw8, .noimg-item.mw8 {
        width: 100%;
    }

    .item.mh1 {
        height: auto !important;
    }

    .item.mh2 {
        height: auto !important;
    }

    .item.mh4 {
        height: auto !important;
    }

    .item.mh8 {
        height: auto !important;
    }

    /* NO IMAGE ITEMS HEIGHT */
    .noimg-item.mh1 {
        height: 68px;
    }

    .noimg-item.mh2 {
        height: 136px;
    }

    .noimg-item.mh3 {
        height: 204px;
    }

    .noimg-item.mh4 {
        height: 272px;
    }

    .masonry figcaption h1 {
        font-size: 17px;
        margin-bottom: 0;
    }

    .masonry .middle-text .bodyfix {
        font-size: 14px;
        line-height: 14px;
        text-align: right;
    }

    .masonry .middle-text {
        padding: 50% 10px;
    }

    .overlay h1, .no-overlay h1 {
        bottom: 20px;
    }

    .masonry #first-tale figcaption {
        line-height: 15px;

    }

    .masonry #first-tale figure {
        height: 134px;
    }

    .myacomea-modal-dialog {
        width: 900px;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #nav_secondary button img {
        display: block;
    }

    .navbar .nav > li > a {
        padding: 16px 5px 17px;
    }

    .ph-tale img {
        width: 286px !important;
    }

    button p {
        font-size: 10px;
    }

    .fund_list a {
        font-size: 13px;
    }

    #myaffix.affix,
    #myaffix.affix-bottom {
        width: 220px;
        top: 50px;
    }

    .aside-button span {
        font-size: 12px;
    }

    /* NO IMAGE ITEMS HEIGHT */
    .noimg-item.mh1 {
        height: 88px;
    }

    .noimg-item.mh2 {
        height: 176px;
    }

    .noimg-item.mh3 {
        height: 264px;
    }

    .noimg-item.mh4 {
        height: 352px;
    }

    .masonry #first-tale figcaption {
        line-height: 15px;
        display: block;
    }

    .masonry #first-tale figure {
        height: 174px;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #myaffix.affix,
    #myaffix.affix-bottom {
        width: 270px;
    }

    .item.mh1, .noimg-item.mh1 {
        height: 106px;
    }

    .item.mh2, .noimg-item.mh2 {
        height: 212px;
    }

    .item.mh4, .noimg-item.mh3 {
        height: 424px;
    }

    .item.mh8, .noimg-item.mh4 {
        height: 848px;
    }

    .masonry figcaption h1 {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .masonry .middle-text {
        padding: 35px 15px;
    }

    .masonry #first-tale figcaption {
        line-height: 22px;
        display: block;
    }

    .masonry #first-tale figure {
        height: 211px;
    }
}

.acomea_carousel_slide {
  /* acomea_carousel */ }
  .acomea_carousel_slide .slide {
    min-height: 325px; }
  .acomea_carousel_slide .grid-item .card, .acomea_carousel_slide .acomea_carousel-item .card {
    background: #F1F1F1;
    border: none; }
  .acomea_carousel_slide .user_card {
    overflow: hidden; }
  .acomea_carousel_slide .user_card .avatar {
    border: 1px solid #FF6040;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    overflow: hidden;
    float: left;
    margin: 0 20px 20px 0; }
  .acomea_carousel_slide .user_card .avatar img {
    width: 100%; }
  .acomea_carousel_slide .user_card .data {
    overflow: hidden; }
  .acomea_carousel_slide .team .card {
    margin-bottom: 90px; }
  .acomea_carousel_slide .team .user_card {
    overflow: visible;
    text-align: center; }
  .acomea_carousel_slide .team .user_card .avatar {
    background: #eee;
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-top: -50%;
    margin-bottom: 20px;
    display: inline-block;
    float: none; }
  .acomea_carousel_slide .team .user_card .data {
    overflow: hidden;
    display: block;
    clear: both;
    text-align: left; }
  .acomea_carousel_slide .card-sm {
    padding: 20px !important;
    font-size: 12px; }
  @media (max-width: 768px) {
    .acomea_carousel_slide .team .card {
      margin-top: 90px !important; } }
  .acomea_carousel_slide .acomea_carousel-control-next, .acomea_carousel_slide .acomea_carousel-control-prev {
    color: #484848!important;
    font-size: 32px; }
  .acomea_carousel_slide .acomea_carousel-control-next:focus, .acomea_carousel_slide .acomea_carousel-control-next:hover, .acomea_carousel_slide .acomea_carousel-control-prev:focus, .acomea_carousel_slide .acomea_carousel-control-prev:hover {
    color: #484848; }
  .acomea_carousel_slide .acomea_carousel-item {
    min-height: 100px;
    width: 100%;
    padding: 40px 15%; }
  .acomea_carousel_slide .acomea_carousel-indicators li {
    -webkit-box-flex: none!important;
    -webkit-flex: none!important;
    -ms-flex: none!important;
    flex: none!important; }
  .acomea_carousel_slide .acomea_carousel-indicators li {
    height: 10px;
    width: 10px;
    background-color: #484848!important;
    opacity: 0.5;
    border-radius: 50%; }
  .acomea_carousel_slide .acomea_carousel-indicators li.active {
    background-color: #484848;
    opacity: 1; }
  .acomea_carousel_slide .acomea_carousel {
    position: relative; }
  .acomea_carousel_slide .acomea_carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .acomea_carousel_slide .acomea_carousel-item {
    position: relative;
    display: none;
    width: 100%; }
  @media (-webkit-transform-3d) {
    .acomea_carousel_slide .acomea_carousel-item {
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      transition: -webkit-transform 0.6s ease-in-out;
      -o-transition: -o-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      perspective: 1000px; } }
  @supports (-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0)) {
    .acomea_carousel_slide .acomea_carousel-item {
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      transition: -webkit-transform 0.6s ease-in-out;
      -o-transition: -o-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      perspective: 1000px; } }
  .acomea_carousel_slide .acomea_carousel-item.active,
  .acomea_carousel_slide .acomea_carousel-item-next,
  .acomea_carousel_slide .acomea_carousel-item-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .acomea_carousel_slide .acomea_carousel-item-next,
  .acomea_carousel_slide .acomea_carousel-item-prev {
    position: absolute;
    top: 0; }
  @media (-webkit-transform-3d) {
    .acomea_carousel_slide .acomea_carousel-item-next.acomea_carousel-item-left,
    .acomea_carousel_slide .acomea_carousel-item-prev.acomea_carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .acomea_carousel_slide .acomea_carousel-item-next,
    .acomea_carousel_slide .active.acomea_carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
    .acomea_carousel_slide .acomea_carousel-item-prev,
    .acomea_carousel_slide .active.acomea_carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); } }
  @supports (-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0)) {
    .acomea_carousel_slide .acomea_carousel-item-next.acomea_carousel-item-left,
    .acomea_carousel_slide .acomea_carousel-item-prev.acomea_carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .acomea_carousel_slide .acomea_carousel-item-next,
    .acomea_carousel_slide .active.acomea_carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
    .acomea_carousel_slide .acomea_carousel-item-prev,
    .acomea_carousel_slide .active.acomea_carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); } }
  .acomea_carousel_slide .acomea_carousel-control-prev,
  .acomea_carousel_slide .acomea_carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5; }
  .acomea_carousel_slide .acomea_carousel-control-prev:focus, .acomea_carousel_slide .acomea_carousel-control-prev:hover,
  .acomea_carousel_slide .acomea_carousel-control-next:focus,
  .acomea_carousel_slide .acomea_carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .acomea_carousel_slide .acomea_carousel-control-prev {
    left: 0; }
  .acomea_carousel_slide .acomea_carousel-control-next {
    right: 0; }
  .acomea_carousel_slide .acomea_carousel-control-prev-icon,
  .acomea_carousel_slide .acomea_carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; }
  .acomea_carousel_slide .acomea_carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
  .acomea_carousel_slide .acomea_carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }
  .acomea_carousel_slide .acomea_carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none; }
  .acomea_carousel_slide .acomea_carousel-indicators li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 30px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
  .acomea_carousel_slide .acomea_carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
  .acomea_carousel_slide .acomea_carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
  .acomea_carousel_slide .acomea_carousel-indicators .active {
    background-color: #fff; }
  .acomea_carousel_slide .acomea_carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center; }

#new-style-navbar .collapse.show {
    height: auto;
    width: calc(100% + 30px);
    left: -15px;
}

#new-style-navbar .collapsing {
    height: auto;
    width: calc(100% + 30px);
    left: -15px;
}

#new-style-navbar .navbar-brand {
    margin-left: -38px;
}

.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.grey_dark_row {
    background: #383838;
}

.text-grey {
    color: rgb(155,155,155)!important;
}

.text-green {
    color: #5C9B5C;
}

footer {
  line-height: 1.5;
}

footer hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

footer h4 {
    color: inherit;
    font-family: Oswald-Regular;
    font-size: 22px;
}

.footer-container {
  position: relative;
}

.footer .back_to_top {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 45px;
    line-height: 45px;
    width: 45px;
    font-size: 24px;
    background: #9E9E9E;
    color: #fff;
    border: none;
}

.link-black{
  color: #000;
}

.link-black:hover{
  text-decoration:none;
}