/* ============================== */
/* ! Header Styles                */
/* ============================== */

@font-face {
    font-family: 'DBScreenHead-Black';
    src: url('../fonts/DBScreenHead-Black.woff') format("woff"), url('../fonts/DBScreenHead-Black.woff2') format("woff2") ;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DBScreenHead-Light';
    src: url('../fonts/DBScreenHead-Light.woff') format("woff"), url('../fonts/DBScreenHead-Light.woff2') format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DBScreenSans-Regular';
    src: url('../fonts/DBScreenSans-Regular.woff') format("woff"), url('../fonts/DBScreenSans-Regular.woff2') format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DBScreenSans-Bold';
    src: url('../fonts/DBScreenSans-Bold.woff') format("woff"), url('../fonts/DBScreenSans-Bold.woff2') format("wof2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DBScreenHead-Light';
    src: url('../fonts/DBScreenHead-Light.woff') format("woff"), url('../fonts/DBScreenHead-Light.woff2') format("woff2");
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'DBScreenSans-Bold';
    font-size: 18px;
}

div {
    font-family: 'DBScreenSans-Regular';
    font-size: 16px;
}

p {
    font-family: 'DBScreenSans-Regular';
    font-size: 16px
}


/* --- dropDown ------------- */
.drop li {
    list-style: none;
    padding: 0;
}

.dropDown{
    position:relative;
    float:left;
    padding-right: 10px;
    min-width: 120px;
    cursor: pointer;
}


.dropDown ul{
    position: absolute;
    top: -4px;
    display: none;
    left: -1px;
    margin: 0;
    z-index: 20;
    border: 1px solid #a4a9aa;
}

.dropDown ul a{
    text-decoration:none;
    display:block;
    padding: 3px 5px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #b4b8b8;
}


.dropDown li:first-child a {
    border-top: none;
}

.dropDown li:last-child a {
    border-bottom: none;
}


.dropDown ul a:hover,
.dropDown ul a.selected{
    color:#fff;
}
.dropDown p{
    color: #000000;
    margin: 0;
    background: url(../../img/dropdown.png) no-repeat 100% 2px;
    padding-right: 20px;
}

.dropDown p label {
    text-transform: uppercase;
}

.dropDown p span {
    font-weight: 700;
}

.dropDown .value {
    padding: 3px 10px 3px 0;
    border-bottom: 1px solid #b4b8b8;
}

.dropDown label {
    padding:0 3px 0 5px;
}

.dropDown li.asc span,
.dropDown li.desc span,
.dropDown p span.asc,
.dropDown p span.desc {
    padding-right: 15px;
    background: url(../../img/arrow-updown.png) no-repeat 100% -39px;
}

.dropDown li.desc span, .dropDown p span.desc {
    background-position: 100% -39px;
}

.dropDown li.asc span, .dropDown p span.asc {
    background-position: 100% 3px;
}

.content-font {
    font-family: 'DBScreenSans-Bold', Arial, sans-serif;
}
.acl-content-block {
    padding: 16px;
    display: inline-grid;
    float: none !important;
}

.acl-content-image {
    border-radius: .4rem;
    width: 100%;
}
.acl-content-header {
    font-family: 'DBScreenHead-Black', Arial, sans-serif;
    font-size: 24px;
    padding: 14px 12px;
    line-height: 2.5rem;
    margin-bottom: 8px;
    margin-top: 8px;
}

.acl-content-text {
    font-family: 'DBScreenSans-Regular', Arial, sans-serif;
    font-size: 18px;
    padding: 0 12px;
}

.acl-content-reflink {
    color: red;
    font-family: 'DBScreenSans-Regular', Arial, sans-serif;
    padding: 0 30px;
}

.acl-content-reflink:before {
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEyIj48cGF0aCBmaWxsPSIjMjgyRDM3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDFjMCAuMjU2LjA5Ny41MTIuMjkyLjcwN0w0LjU4NiA2IC4yOTIgMTAuMjkzYTEuMDAzIDEuMDAzIDAgMDAwIDEuNDE0Yy4zOTEuMzkgMS4wMjQuMzkgMS40MTUgMGw1LTVhMSAxIDAgMDAwLTEuNDE0bC01LTVBMS4wMDIgMS4wMDIgMCAwMDAgMSIvPjwvc3ZnPg==) no-repeat;
    background-size: contain;
    position: absolute;
    height: 15px;
    width: 10px;
    margin-left: -16px;
}

.acl-content-reflink:hover {
    text-decoration: underline;
}

.selected > a > .acl-menu-arrow {
    background-image: url(https://marketingportal.extranet.deutschebahn.com/themes/custom/ebm-db/public/images/icons/pfeil-up.svg);
}

.acl-menu-arrow {
    width: 12px;
    content: "";
    background-image: url(https://marketingportal.extranet.deutschebahn.com/themes/custom/ebm-db/public/images/icons/pfeil-down.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: initial;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    min-height: 68px;
    max-height: 68px;
}

.acl-menu-text {
    padding-left: 25px;
    padding-right: 25px;
}

.acl-table-format {
    word-break: break-word;
}

.acl-card {
    box-shadow: 0 0.4rem 1rem 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.acl-card.no-hover:hover {
    box-shadow: 0 0.4rem 1rem 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
}


.acl-card:hover {
    box-shadow: 0 0.4rem 1.6rem 0 rgb(0 0 0 / 20%);
}

.acl-header-wrapper {
    background-color: white;
    border-top: .1rem solid #d7dce1;
    border-bottom: .1rem solid #d7dce1;
    min-height: 70px;
}

.acl-space-wrapper {
    max-width: 1464px;
    margin: auto;
    min-height: 200px;
}


/*
#sidebar-mobile:after {
    content: "";
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    right: 0.1rem;
    width: 1px;
    background-color: #d7dce1;
}
*/

.acl-bottom-line {
    border-bottom: 0.1rem solid rgba(40, 45, 55, .9) !important;
    border-radius: 0 !important;
}

.acl-budget-history-size {
    min-width: 500px;
}

.acl-order-history-size {
    min-width: 800px;
}

.acl-min-width-table-wrapper {
    overflow: auto;
    overflow-x: auto;
    overflow-y: visible;
    white-space: nowrap;
}

.acl-order-history-row {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.acl-bottom-line-light {
    border-bottom: .1rem solid #d7dce1;
}

.acl-right-text {
    text-align: right;
}

.acl-max-width {
    max-width: 1464px;
    margin: auto;
}

.acl-top-bar > li {
    width: 28%;
    text-align: center;
}
.acl-top-bar > li:last-child {
    width: 30%;
    float: right;
    text-align: right;
}

.acl-top-bar > li:first-child {
    width: 30%;
    float: left;
    text-align: left;
}

.acl-top-bar > li:last-child {
    width: 30%;
    float: right;
    text-align: right;
}

.acl-title {
    padding-left: 0;
    padding-top: 10px;
    border: none;
    border-bottom: 0.1rem solid rgba(40, 45, 55, .9);
    border-radius: 0;
}

.main-menu-desktop {
    max-width: 1464px;
    margin: auto;
}

.shadow-wrap{
	margin: 0 auto;
	background: #fff;
	/*box-shadow: 1px 2px 2px #666666;*/
}

footer {
	border-top:1px solid black;
	margin-top:20px;
	min-height:200px;
	margin-bottom:4.4rem;
	max-width:1464px;
	margin-left:auto;
	margin-right:auto;
}
footer > .grid-container {
padding-top:2rem;
margin:0px;
padding-left:0px;
}

.homepage-slider.grid-container {
 max-width: none;
}

.top-menu {   
    padding: 10px;
    border-bottom: 0.1rem solid #d7dce1;
    max-width: 100%;
}

.top-menu .fb-like {
    float: left;
}
.top-menu-left > ul {
    text-align: left;
}

.top-menu-right {
    float: right;  
    margin-top: 1px;
    position: relative;
}

.top-menu li {
    display: inline-block;
    margin: 0 15px;
    font-size: 12px;
    position: relative;
    list-style-type: none;
}

.top-menu li li {
    margin: auto;
}

.top-menu a:hover,
.top-menu a.selected {
    text-decoration: underline;
} 

.top-menu a:hover i,
.top-menu a.selected i {
    text-decoration: none;
}

.quick-login {
    top: 33px;
    left: -145px;
    width: 200px;   
}

.quick-login li {
    display: block;
}

.quick-login .arrow-top {
    left: 180px;
}

.quick-login .forgotten-link {
    font-size: 10px;
    line-height: 1.1em;
    margin-top: 5px;
    text-transform: none;
}

.languages-box {
    right: -21px;
    top: 33px;                  
}

.languages-box .arrow-top {
    right: 25px;
    left: auto;
}

.languages-box li {
    white-space: nowrap;
    margin: 2px auto !important;
}

.languages-box-holder:hover .languages-box {
    display: block;
}

.languages-box li a i {
    top: 1px;
    height: 12px;
    width: 20px !important;
    position: relative;
    display: inline-block;
}

.icon-lang-en {
    background: transparent url('../images/icons/en.gif') no-repeat left bottom;   
}

.icon-lang-de {
    background: transparent url('../images/icons/de.gif') no-repeat left bottom;   
}

.icon-lang-fr {
    background: transparent url('../images/icons/fr.gif') no-repeat left bottom;   
}


.header-middle {   
    background: #ffffff;
}

.header-middle .grid-100 {
    display: inline-block;
    vertical-align: middle;
    text-align: left; 
    white-space: nowrap;
}

.header-middle .grid-80 {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    float: none;
    white-space: normal;
}

.ie8 .header-middle .grid-80 {
    padding-top: 30px;
}

.header-logo {
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding: 28px 0 20px 10px;
}

.header-logo img {
    vertical-align: middle;
}

.header-title {
    color: #282d37;
    font-size: 24px;
    font-family: 'DBScreenHead-Light';
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

.header-middle-box {
    display: inline-block;
    vertical-align: middle;
    /*margin-right: 25px;*/
    margin-left: 20px;
    font-size: 14px;
}

.last-box {
    margin-right: 0;
}

.header-compare a {
    margin: 0 5px;
    font-size: 12px;
}

.header-compare a:hover {
    text-decoration: underline;
}

.header-compare a:hover i {
    text-decoration: none;
}

.header-search {
    width: 230px;
}

.header-search .input-round {
    padding-right: 40px;
}

.header-middle-box .text-input {
    margin-bottom: 0;
}

.header-cart {
    position: relative;
    padding: 0;
}

.header-cart .text-input {
    font-size: 15px;
    padding: 9px 18px;
    display: inline-block;
}

.header-cart .text-input:hover {
    #border: 1px solid #ebebea;
}

.header-cart strong i {
    font-size: 22px;
}                    

.header-quick-cart {
    width: 340px;
    padding: 7px 0;
    right: -15px;
    top: 50px;
}

.header-quick-cart .arrow-top {
    left: 275px;
}   

.focusor-top {
    position: absolute !important;
    height: 14px;
    top: -14px;
    width: 100%;
}

.quick-cart-item {
    position: relative;
    padding: 7px 16px;
    text-align: left;    
    font-size: 0;
}

.quick-cart-item .quick-cart-add,
.quick-cart-item .quick-cart-remove {
    position: absolute;
    margin-top: -11px;
    top: 50%;
    z-index: 101;
    display: none;
}

.quick-cart-item:hover .quick-cart-add,
.quick-cart-item:hover .quick-cart-remove {
    display: block;   
}

.quick-cart-link {
    display: block;
}       

.quick-cart-item .quick-cart-remove  {
    left: -10px;
}

.quick-cart-item .quick-cart-add  {
    right: -10px;
}

.header-quick-cart .quick-cart-left {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 178px;
    font-size: 0;
}

.header-quick-cart .quick-cart-left span {
    font-size: 13px;    
}

.header-quick-cart .quick-cart-right {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 120px;
    padding-left: 5px;
    font-size: 15px;
}

.quick-cart-image {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    border: 1px solid #e1e1e1;
    border: 1px solid rgba(0, 0, 0, 0.1); 
    overflow: hidden;      
}

.quick-cart-image img{
   width: 100%;   
}

.quick-cart-name {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    padding-left: 7px; 
}

.quick-cart-total {
    padding: 7px 16px;
    font-weight: 700;   
}

.quick-cart-total .quick-cart-left {
    font-size: 11px;
}

.quick-cart-total .quick-cart-right {
    font-size: 18px;
}

.quick-cart-buttons {
    padding: 12px 16px 7px;  
    text-align: right;
}

.quick-cart-buttons a {
    margin-left: 10px;
}

.mobile-overlay {
    display: none;
}



/* ============================= */
/* ! Main menu styles            */
/* ============================= */

.main-menu {   
    height: 54px;
    position: relative;    
    -moz-border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
}

.main-menu li {
    display: inline-block;
}


.main-menu li.pull-right {
    float: right;
}

.main-menu li a.main-menu-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    color: inherit;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
    font-family: "DBScreenSans-Bold", "Arial Black", serif;
    z-index: 11;    
}

.ie8 .main-menu li a.main-menu-item {
    padding-left: 22px;
    padding-right: 22px;
}

.main-menu li:hover a,
.main-menu li.selected a {
    text-shadow: none;
}


.main-menu .home a,
.main-menu .back a {
    padding: 18px 10px;
}

.mega-menu {
    position: absolute;
    display: none;
    max-width: 100%;
    left: 0;
    top: inherit;
    margin-top: 7px;
    z-index: 10;
    border-bottom: .1rem solid #d7dce1
}

.mega-menu.full-width {
    width: 100%;
}

.mega-menu-active {
    position: absolute;
    height: 75px;
    width: 100px;
    display: block;
    top: 4px;
   -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.mega-menu .mega-menu-title {
    font-weight: 700;
    font-size: 15px;
    display: block;
    margin-bottom: 15px;
    padding-right: 30px;
}

.mega-menu .mega-menu-box {
    border-right: 1px solid #e8e8e6;
    border-right: 1px solid rgba(0, 0, 0, 0.1);       
    vertical-align: top;
    display: inline-block;
    padding: 15px 0 15px 30px;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    margin:10px auto;
    float:none;
}

.selected > .mega-menu > .mega-menu-box {
    padding: 0 0 0 38px;
}

.mega-menu .mega-menu-last { 
    border-right: none;
}

.mega-menu .mega-menu-box .mega-menu-list {
    display: inline-block;
}

.mega-menu-list {
    max-width:1464px;
    min-width: 400px;
    margin: auto;
    display: block;
    border-right: 0.1rem solid #d7dce1;
}
.mega-menu-list li {
    font-family: 'DBScreenSans-Bold', 'Arial Black';
    font-size: 16px;
    display: block;
    white-space: nowrap;
    padding-right: 30px;
    max-width:1464px;
    margin: auto;
}

.mega-menu-list li a {
    text-transform: none;
    display: block;
    font-size: 16px;
    padding: 15px 60px 6px 0;
    font-weight: 700;
    font-family: 'DBScreenSans-Regular', serif;
    text-shadow: none;
}     

.mega-menu-list li a:hover span {
    color: inherit;
}

.mega-menu-banner {
    display: block;
    position: relative;
    padding-right: 30px;
}

.mega-menu-banner img {
    max-width: 100%;
}

.mega-menu-banner strong {
    display: inline-block;
    font-weight: normal;
}

.mega-menu-banner .banner-text-blue {
    font-size: 25px;
    color: #0ba8cf;
    position: absolute;
    top: 20%;
    left: 5%;
}

.mega-menu-banner .banner-text-blue strong {
    font-size: 55px;
}

.mega-menu-banner .banner-text-white {
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 10%;
    left: 5%;
}

.mega-menu-banner .banner-size-1 strong {
    font-size: 55px;
    line-height: 1em;
}

.mega-menu-banner .banner-size-2 strong {
    font-size: 35px;
    line-height: 0.9em;
}

.main-menu .main-menu-mobile {
    display: none;
}

.sidebar .back,
.main-menu .back {
    display: none;
}


/* ============================= */
/* ! Submenu  styles             */
/* ============================= */

.submenu {
    padding-right: 20px;
}

.submenu > ul {
    margin-top: -15px;
    /*padding-top: 10px;*/
}

.submenu > ul > li {
    margin-left: -20px;
    padding: 0 20px;
    width: 100%;   
}

.submenu > ul > li > a {
    display: block;
    padding: 14px 0;
    font-size: 15px;
    font-weight: bold;
}

.submenu ul li ul {
    display: none; 
}

.submenu ul li.expanded ul {
    display: block;
}

.submenu ul li li a {
    display: block;
    padding: 8px 0 10px;
    font-size: 14px;
}

.submenu ul li a {
    transition: color 200ms;    
    -moz-transition: color 200ms;
    -webkit-transition: color 200ms;
    -o-transition: color 200ms;
}

.submenu ul li li a b {
    margin-right: 8px; 
    font-weight: normal; 
    
    transition: margin-left 200ms;
    -moz-transition: margin-left 200ms;
    -webkit-transition: margin-left 200ms;
    -o-transition: margin-left 200ms;  
}

.submenu ul li li a:hover,
.submenu ul li li a.selected {
    font-weight: bold;
}

.submenu ul li li a:hover b,
.submenu ul li li a.selected b {
    margin-left: 8px;   
}

.submenu ul li li a:hover b,
.submenu ul li li a.selected b,
.submenu ul li li a:hover small,
.submenu ul li li a.selected small {
    color: inherit;
    font-weight: bold;
}


/* ============================= */
/* ! Sidebar styles              */
/* ============================= */

.sidebar {
    padding-top: 20px;  
    padding-bottom: 20px;
    position: relative;
} 

.sidebar-shadow {
    border-left: 1px solid #efefef;
    border-left: 1px solid rgba(0,0,0,0.1); 
    background: transparent url('../images/bg/bg-sidebar-shadow.png') repeat-y top left;
    
    position: absolute !important;
    z-index: 1;
    width: 20px;
    height: 100%;
    top: 0;
    margin-left: -5px;
}

.sidebar .sidebar-divider {
    border-top: 1px solid #e6e1da;    
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ffffff;    
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    height: 0;
    font-size: 0;
    
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: block !important;
}

.sidebar .sidebar-top {
    margin-top: -20px;
}

.sidebar .sidebar-box {
    margin-left: -20px;
    padding-left: 20px;
    padding-top: 15px;
    width: 100%;   
    position: relative;
	margin-right:20px;
    
    border-bottom: 1px solid #e6e1da;    
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-bottom {
    border-bottom: none;   
}

/*.sidebar .sidebar-box:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    
    border-top: 1px solid #ffffff;    
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}*/

.sidebar .sidebar-bottom:after {
    display: none;
}

.sidebar h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.sidebar .sidebar-list {
    padding-right: 20px;
}

.sidebar .sidebar-list li {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    
    font-size: 13px;
    line-height: 17px;
    padding: 6px 0;
}

.sidebar .sidebar-product {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.sidebar .sidebar-product span {
    vertical-align: middle;  
    display: inline-block;    
    width: 133px;
    padding-right: 10px;
}

.sidebar-product img {
    vertical-align: middle;  
    display: inline-block;    
    border: 1px solid #e1e1e1;
    border: 1px solid rgba(0, 0, 0, 0.1);  
}

.sidebar-product strong,
.sidebar-product small {
    font-size: 17px;
    display: block;
}

.sidebar-product small {
    font-size: inherit;
}





/* ============================= */
/* ! Content styles              */
/* ============================= */

.page-block {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px; 
    border-radius: 0px;   
}

.page-tabs-block {
    margin-top: 60px;
}

.page-block-top {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    /*
    border-bottom: 1px solid #efefef;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    */
}

.page-block-bottom {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.breadcrumbs {
    font-size: 12px;
}

.breadcrumbs a:after {
    content: ' ›';
    padding: 0 5px;
}

.content-with-sidebar,
.content-holder {
    padding-bottom: 20px;
    padding-top: 0;
    padding-left: 0px;
}

.header-slider {
    overflow: hidden;

    border: 1px solid #d8d6d4;
    border: 1px solid rgba(88, 88, 88, 0.2);

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    border-radius: 5px; 
}

.header-slider .juicy-layer {
    color: #0ba8cf;
    font-size: 25px;
}

.header-slider .juicy-layer a {
    color: #0ba8cf;
    font-size: 15px;
    text-transform: none;
    text-decoration: underline;
}

.header-slider .juicy-layer a:hover {
    text-decoration: none;
}


.with-shadow {
    border-right: 1px solid #d8d6d4 !important;
    border-bottom: 1px solid #d8d6d4;

    -moz-box-shadow: 1px 1px 2px rgba(88, 88, 88, 0.5);
    -webkit-box-shadow: 1px 1px 2px rgba(88, 88, 88, 0.5);
    box-shadow: 1px 1px 2px rgba(88, 88, 88, 0.5);
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    border-radius: 5px;
}

.content-page h1 {   
    margin-bottom: 20px;
}

.content-page .full {
    width: 100%;
    padding: 20px;
    margin-left: -20px;
    display: block;

    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.content-page h2 {
    /*font-size: 16px;*/
    margin: 15px 0;
}

.content-page .with-border {
    border-bottom: 1px solid #e6e1da;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);   
}

.content-page h1.with-border {
    padding-bottom: 20px;
}

.content-page h2.with-border {
    padding-bottom: 15px;
}

.content-page .bigger-header {
    font-size: 17px;
}

.content-page ul li,
.content-page ol li{
    list-style-type: square;
    padding-left: 5px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.content-page ol li {
    list-style-type: decimal;
}

.content-page ul li ul {
    margin-top: 10px;
}


/* ============================= */
/* ! Blog grid layout            */
/* ============================= */


.blog-grid {
    
}  

.blog-grid .blog-title {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 10px;
}

.blog-grid .blog-info {
    font-size: 12px;
    margin-bottom: 15px;
}

.blog-info a {
    color: inherit;
}

.blog-description {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 0;
}

.blog-info i {
    font-size: 10px;
}




.brand-item {
    text-align: center;
}




/* ============================= */
/* ! Footer layout               */
/* ============================= */

footer {
    font-size: 12px;
}

.footer-top {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    
    background: #fff; 
    position: relative;
    
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    
    -moz-box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.2);
    box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.2);
} 

.footer-top input {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer-top a {
    color: inherit;
}

.footer-top ul {
    padding-left: 15px;
    list-style-type: square;   
}

.footer-top ul li {
    margin-bottom: 10px;
}

.footer-top p {
    margin-bottom: 25px;
}


.footer-bottom {                                        
    background: none repeat scroll 0 0 #ff0000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-copyright a {
    color: inherit;
    text-decoration: underline;
}

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

.footer-social a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin: 0 5px;
}

/*CUSTOM STYLES*/



.light-gradient,
.light-gradient-hover:hover,
.light-gradient-hover.selected {
   
    background-color: #f2f2f2;
    position: relative;
    background-image:  none;
}


.main-menu li a.main-menu-item {
     /* color: #6f6f6f;*/
}

ul#menu-mobile.main-menu-desktop.dark-gradient.transition-all.slide-opened li.light-color.active-hover a.main-menu-item.transition-all {
    color: #fff;
}

ul#menu-mobile.main-menu-desktop.dark-gradient.transition-all li.light-color.active-hover a.main-menu-item.transition-all selected {
     color: inherit;
}

ul#menu-mobile.main-menu-desktop.dark-gradient.transition-all.slide-opened li.light-color.active-hover.selected a.main-menu-item.transition-all {
    color: inherit;
}

.main-menu .main-menu-mobile li a.main-menu-item:hover {
    /*color: #dbd900; ;*/
}

.light-color, .light-hover:hover, .light-hover.selected { 
  
    text-shadow: none;
}

.page-tabs a{
    text-shadow: none;
    color:  #666666;
}

.main-menu-container{
	padding: 0;
	z-index: 19;
	background :transparent;
	
}
