
@font-face {
font-family:"urbane";
src:url("https://use.typekit.net/af/8bdca4/00000000000000003b9b408f/27/l?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/8bdca4/00000000000000003b9b408f/27/d?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/8bdca4/00000000000000003b9b408f/27/a?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;
}

@font-face {
font-family:"urbane";
src:url("https://use.typekit.net/af/80755f/00000000000000003b9b408d/27/l?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/80755f/00000000000000003b9b408d/27/d?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/80755f/00000000000000003b9b408d/27/a?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n6&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:600;
}
@font-face {
font-family:"urbane";
src:url("https://use.typekit.net/af/969ded/00000000000000003b9b4081/27/l?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/969ded/00000000000000003b9b4081/27/d?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/969ded/00000000000000003b9b4081/27/a?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n3&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:300;
}


body{
    font-family:"urbane";
    font-weight: 300;
    overflow-x:hidden;
}


h1 , h2 , h3 , h4 , h5 , h6 , p , a {
    margin-bottom: 10px;
    color: #000;
    line-height: 1.3;
    font-family: 'Merriweather';
    font-weight: 400;
}

ul{
    list-style: none;
    margin-bottom: 10px;
}

.header-menu{
    margin-top:35px;
}
.header-menu li a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: none;
    padding: 0px 18px;
    font-size: 16px;
    font-family:"urbane" !important;
    /*text-shadow: 2px 2px 2px #121212;*/
}
a.logo{
    /*margin:0 auto;*/
    display: block;
    position: relative;
    clear:both;
    width:330px;
}


#primary-menu{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#primary-menu > ul{
    float:none;
}
#primary-menu > ul li a{
    color:#000;
    text-transform: none;
    font-weight: normal !important;
    padding:10px 20px;
    font-weight: 600 !important;
    font-size:15px;
}
#primary-menu > ul li a:hover{
    color:#1184c8;
    text-decoration: underline;
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a{
    color:#1184c8;
}

#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content{
    background-color:rgba(0,142,200,1);
    border:none;
    top:40px;
    display: block;
}
#primary-menu ul.sub-menu li{
    display: block;
    padding:0 !important;
    margin:0 !important;
}
#primary-menu ul.sub-menu li a{
    color:#fff;
    margin:0 !important;
    text-align: left !important;
    letter-spacing: 1px;
}
#primary-menu ul ul li > a:hover{
    background: rgba(255,255,255,0.1) !important;
    color:#fafafa !important;

}



.menu-div {
    min-height: 330px;
    z-index: 2;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
    background: url('../img/aj12.jpg') center repeat-x;
    background-size: 100% auto;
}

.center.menu-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:768px) {
    .menu-div {
        background: url('../img/aj-slider-mobil-2.jpg') !important;
        min-height: 230px !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
}



.white-bg{
    background: #fff;
}
.top-upper{
    padding-top:10px;
    margin-top:4px;
}

.modal-content {
    border: none;
    background: transparent;
}

.modal-dialog h3 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.modal-dialog h3::after {
    content: '';
    position: absolute;
    top: 44px;
    left: 44%;
    width: 80px;
    height: 5px;
    background-color: rgba(0,142,200,1);
}

.search-icon {
    background-color: rgba(0,142,200,1);
    color: #fff;
}

.modal-dialog {
    position: relative;
    top: 150px;
    max-width: 820px;
}

form.search-box input , .search-box2{
    padding: 10px 0px 10px 0px;
    height: 60px;
    font-size: 15px;
    line-height: 60px;
    letter-spacing: 2px;
    color: rgba(0,142,200,1);
    font-weight: 600;
    padding-left: 20px;
}

form.search-box input:focus , .search-box2:focus{
    color: rgba(0,142,200,1);
}

form.search-box input:hover {
    padding-left: 20px;
}

form.search-box input::placeholder ,.search-box2::placeholder {
    font-size: 12px;
    color: #000;
}

form.search-box input {
    width: 100%;
    height: 60px;
    font-size: 15px;
    line-height: 60px;
    letter-spacing: 2px;
    font-weight: bold;
    border: 0;
    padding-left: 20px;
    border-style: solid;
}

.search-box .submit {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 44px;
    padding: 0px 19px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.search-box button {
    background-color:rgba(0,142,200,1) !important;
    height: 60px !important;
    margin: 0px !important;
}


section {
    padding: 30px 0;
}

section#slider{
    padding-top: 0px;
    min-height: calc(100% - 200px) !important;
}
section#slider .swiper-container{
    
}

section#content{
    position: relative;
    display: block;
    /*top:-110px;
    margin-bottom: -140px !important;*/
    background: none !important;
    overflow: auto;
}
.text-block.content-inner{
    /*padding-top:10px;*/
}
.content-wrap {
    padding: 20px 0;
}
div.content-inner h1,
div.content-inner h2,
div.content-inner h3{
    margin:40px 0 20px 0;
}
div.content-inner p{
    color:#474747;
    font-size:13px;
    line-height: 22px !important;
    margin:15px 0 !important;
    font-family: 'urbane';
}
div.content-inner h1:first-child,
div.content-inner h2:first-child,
div.content-inner h3:first-child{
    margin:0 0 20px 0 !important;
}
div.content-inner p:first-child{
 margin:0 0 15px 0 !important;   
}
img{ height: auto !important; }

p{
    line-height: normal !important;
}

.header-menu li {
    display:inline-block;
    padding: 0px 0px 0px;
}
#page-title{
    height: 360px;
}
#page-title h1{
    margin-top:35px;
    color:#fff;
    text-transform: none !important;
    font-size:30px;
}
#page-title.page-title-parallax h1{
    font-size:30px !important;
}


#menu-ana-menu {
    padding-top: 50px;
}

body:not(.top-search-open) #primary-menu-trigger{
    color:#fff;
    left:0;
}

.overlay-header-hover {
    height: 160px;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #151519),color-stop(15%, rgba(21,21,25,0.9)),color-stop(30%, rgba(21,21,25,0.7)),color-stop(40%, rgba(21,21,25,0.6)),color-stop(50%, rgba(21,21,25,0.5)),color-stop(60%, rgba(21,21,25,0.4)),color-stop(70%, rgba(21,21,25,0.3)),color-stop(80%, rgba(21,21,25,0.2)),color-stop(85%, rgba(21,21,25,0.1)),color-stop(98%, rgba(21,21,25,0)));
    background-image: -moz-linear-gradient(top, #151519 0%,rgba(21,21,25,0.9) 15%,rgba(21,21,25,0.7) 30%,rgba(21,21,25,0.6) 40%,rgba(21,21,25,0.5) 50%,rgba(21,21,25,0.4) 60%,rgba(21,21,25,0.3) 70%,rgba(21,21,25,0.2) 80%,rgba(21,21,25,0.1) 85%,rgba(21,21,25,0) 98%);
    background-image: -webkit-linear-gradient(top, #151519 0%,rgba(21,21,25,0.9) 15%,rgba(21,21,25,0.7) 30%,rgba(21,21,25,0.6) 40%,rgba(21,21,25,0.5) 50%,rgba(21,21,25,0.4) 60%,rgba(21,21,25,0.3) 70%,rgba(21,21,25,0.2) 80%,rgba(21,21,25,0.1) 85%,rgba(21,21,25,0) 98%);
    background-image: linear-gradient(to bottom, #151519 0%,rgba(21,21,25,0.9) 15%,rgba(21,21,25,0.7) 30%,rgba(21,21,25,0.6) 40%,rgba(21,21,25,0.5) 50%,rgba(21,21,25,0.4) 60%,rgba(21,21,25,0.3) 70%,rgba(21,21,25,0.2) 80%,rgba(21,21,25,0.1) 85%,rgba(21,21,25,0) 98%);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
}

.slider-caption {
    top: 45% !important;
}

.slider-caption.slider-caption-center {
    max-width: 85%;
    position: absolute;
    top: 65%;
}

.slider-caption h2{
    color: #fff !important;
    text-transform: none;
    line-height: 1.2em;
    font-size:45px;
}

.product-image img{
    transition: opacity 0.5s ease-in-out;
}
.product-image figure{
    min-height: 200px;
    background: #222;
}

#highlights {
    margin-top:0;
    position: relative;
    z-index: 10;
    display: block;
    margin-bottom: -250px;
}

.slider-caption:not(.dark), .slider-caption:not(.dark) h2{
    margin-top:-40px;
}

.shadow-menu {
    /*box-shadow: 0px 1px 5px rgba(185, 185, 185, 0.5);*/
}

#highlights .product-desc{
    top:-30px;
    position: relative;
}
#highlights .product-desc p.cat{
    display: inline-block;
    padding: 10px 14px 8px 15px;
    position: relative;
    background: rgba(0,142,200, 0.85);
}

#highlights .product-desc p.cat a{
    color:#fff;
    font-family:"urbane";
    font-weight: 400;
    text-transform: uppercase;
}
#highlights h3.highlights-title{
    font-size:20px;
    margin:5px 0 5px 0;
}

.highlight-title a , .box-title a{
    color: #0c0c17;
    font-size: 17px;
    line-height: 18px;
}

.cat a{
    color: rgb(204,102,153);
}

.highlight-text {
    padding: 0px;
}

.carousel-title span i {
    padding: 0px 10px;
    font-size: 20px;
    color: #d5d5d5;
    margin-right: 3px;
    border-radius: 3px 0 0 3px;
    border-left: 2px solid #d5d5d5;
    border-top: 2px solid #d5d5d5;
    border-bottom: 2px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    cursor: pointer;
}

.carousel-title {
    font-size: 20px;
    color: #000;
    position: relative;
    z-index: 65;
}
.products-carousel div.product-image{
    border:solid 1px #fff;
}

.products-carousel .owl-stage {
    padding-top: 5px;
}

.owl-item {
    width: 320px;
}

.box-sect {
    width: 91%;
    background-color: #fff;
    position: relative;
    top: -30px;
    z-index:80;
    padding: 10px;
    transition: opacity 0.5s ease-in-out;
}

.box-cat {
    display: inline-block;
    padding: 10px 14px 8px;
    position: relative;
    background: rgba(0,142,200, 0.85);
    top: -30px;

}

.box-cat a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'urbane';
    font-weight: 400;
}

.box-info {
    position: relative;
    top: -30px;
    margin-bottom: -40px;
}

.box-sect .box-text {
    font-size: 13px;
    color: #50505e;
    line-height: 1.5;
    font-family: 'urbane';
}

.box-text a {
    font-family: 'Urbane';
}

.box-small {
    color: #aaaab1;
    font-size: 12px;
    font-family: 'urbane';
}

.box-small i {
    color: #757481;
    position: relative;
    top: 2px;
}

.box-small span {
    color: #757481;
    font-weight: bolder;
}
div.text-block.content img{
    width:100%;
    height: auto;
}
div.text-block.content h2,
div.text-block.content h3,
div.text-block.content h4{
    margin:15px 0;
}

section#second-area{
    margin-top:-120px;
    margin-bottom: 0;
}

#second-area .iproduct:hover>.product .box-sect {
    box-shadow: 0 0 13px 5px rgba(188,188,188,0.3);
}

.most-popular-side {
    border-top: none;
    padding-top: 30px;
}
.most-popular-side.front{
    padding-top:10px;
}

/*.lets-jump-head{
    margin-top:-20px !important;
}*/

.most-popular-tabs {
    border-left: 1px solid #e3e3e5;
    border-right: 1px solid #e3e3e5;
    border-bottom: 1px solid #e3e3e5;
}

.most-popular-head {
    text-align: center;
    padding-bottom: 15px;
}

ul.tab-most-popular {
    border: none !important;
    display: inline-block;
}

ul.tab-most-popular li {
    border: none !important;
}

ul.tab-most-popular li:not(:first-child) {
    border-left: 1px solid #e3e3e5 !important;
}

.lets-jump-head {
    color: #9d9d9d;
}

.lets-jump-head::before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 22px;
    margin-top: -2px;
    height: 2px;
    width: 22%;
    background-color: #e99c58;
    z-index: 1;
}

.lets-jump-head::after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 22px;
    margin-top: -2px;
    height: 2px;
    width: 20%;
    background-color: #e99c58;
    z-index: 1;
}

ul.tab-most-popular::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 22px;
    margin-top: -2px;
    height: 1px;
    width: 32%;
    background-color: #e3e3e5;
    z-index: 1;
}

ul.tab-most-read::before {
    width: 22%;
}

ul.tab-most-popular::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 22px;
    margin-top: -2px;
    height: 1px;
    width: 30%;
    background-color: #e3e3e5;
    z-index: 1;
}

ul.tab-most-read::after {
    width: 16%;
}

.most-popular-tab-content {
    padding: 25px;
}

.tab-content.cats{
    margin-top:-50px;
}

.small-content {
    padding-top: 25px;
}

.small-content .entry-image {
    width: 115px;
    height: 75px;
    margin: 0 5px 0 0;
}

.small-content .entry-image img , .small-content .entry-image a {
    width: 115px;
    height: 75px;
    border-radius: 0;
}

.small-content .entry-meta li {
    font-weight: bolder;
    color: #757481;
    font-size: 14px;
}

.small-content .entry-title a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    transition: 0.2s ease-in-out;
    color:#000;
}

.small-content .entry-title a:hover {
    color: rgb(0,142,200) !important;
}

.small-content .entry-cat a {
    text-transform: uppercase;
    color: #b9b9bf;
    font-size: 10px;
}

.small-content .entry-c {
    padding-left: 5px;
}

.small-content .entry-c p {
    margin-bottom: 5px;
}

.big-image img {
    opacity: 0.85;
}

.big-image-text {
    position: absolute;
    top: 70px;
    left: 40px;
    width: calc(100% - 80px);
    height: 140px;
    line-height: 140px;
    border: 2px solid #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(0,0,0,0.1);
}

.big-image-text .spost {
    padding-top: 0px;
}

.big-image-text .entry-title a{
    font-size: 21px;
    color: #fff !important;
    margin: 10px 0;
    /*text-shadow: 1px 2px 2px #121212;*/
}

.big-image-text .entry-cat a {
    text-transform: uppercase;
    color: #fff !important;
    font-size: 10px;
    font-weight: bold;
    /*text-shadow: 1px 2px 2px #121212;*/
}

.big-image-text .entry-meta li {
    color: #fff;
    font-weight: bolder;
    float: none;
}

ul.tab-most-popular:not(.tab-nav-lg) li a {
    background: transparent !important;
}

footer {
    background-color: #080810 !important;
}

footer p { color: #848488; font-size:11px;}

.footer-menu {
}

.footer-menu-list {
    list-style: none;
    display: inline-block;
}

.footer-menu-list li {
    float: left;
    padding-left: 70px;

}

.footer-menu li a {
    padding: 0px 5px;
    color: #fff !important;
    font-family: 'urbane';
    font-weight: 500;
    font-size: 12px;

}

.footer-social-menu {
    border-top: 1px solid rgba(132,132,136,0.1);
    border-bottom: 1px solid rgba(132,132,136,0.1);
}

.footer-social-menu-list {
    display:inline-block;
    padding-left: 40px;
    margin-bottom: 0px;
}


.footer-social-menu-list li{
    float: left;
    padding: 15px 20px 5px 10px;
}

.footer-social-menu-list li a {
    color: #848488 !important;
    font-size: 11px;
    font-family: "montserratbold";
    font-weight: bold;
}

.footer-social-menu-list li a span i {
    padding-right: 5px;
}

#copyrights {
    padding-bottom: 10px;
}


.card{
    /*border-top:solid 1px rgba(0, 0, 0, 0.125) !important;*/
    border-top: none;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
}
/*.card:before{
    content:"";
    background: url(../img/shdw_left.png) top left no-repeat;
    left: -2px;
    top:70px;
    position: absolute;
    height: 100px;
    display: block;
    width:15px;
}
.card:after{
    content:"";
    background: url(../img/shdw_right.png) top right no-repeat;
    right: -2px;
    top:70px;
    position: absolute;
    height: 100px;
    display: block;
    width:15px;
}*/

.blog-detail-card .card-header .breadcrumb{
    margin: 0 !important;
    position: static !important;
}
.breadcrumb a{
    margin:0 10px;
    font-family: 'urbane' !important;
}

.breadcrumb a:first-child{
    margin-top:1px;
}
.breadcrumb span.current{
    margin-left: 10px;
}

.blog-img{
    margin-top: 0px;
}

.breadcrumb a{
    color:#aaaaaa;
}
.breadcrumb a:hover{
    color:#666;
}

.breadcrumb-item.active {
    color: #6c6c6c;
    font-weight: bold;
}

.blog-detail-card .author-image {
    background-color: #2D85C8;
    padding:10px 0 0 0;
}
.blog-detail-card .author-image h1{
    font-size:22px;
}
.blog-detail-card .author-image #share-count , .blog-detail-card .author-image p{
    color: #fff;
    text-align: center;

}
#share-count{
    color:#fff !important;
    font-size:22px !important;
}
.blog-detail-card .author-image p{
    color:#fff !important;
    font-size:11px !important;
}

.author-image {
    width: 75px;
    height: 75px;
}

.share-social {
    color: #aaaab1;

    font-size: 10px;
    
    padding: 5px 15px;
}

.blog-detail-side {
    border-top: none !important;
    padding-top: 5px;
}

.footer-banner{
    border:solid 1px #ddd;
}
.footer-banner span.caption{
    position: absolute;
    max-width: 45%;
    top:15px;
    left:40px;
    color:rgba(0,142,200);
    font-size:20px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'urbane';
    text-align: left;
}

.blog-detail-tabs {
    margin-top: 30px;
}

.center-input {
    font-weight: bold;
}
h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge){
    color:#121212;
}
.breadcrumb{
    position: relative !important;
    left: 15px !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.aj-bread .breadcrumb {
    max-width: 1180px;
}
.breadcrumb > .breadcrumb-item{
    padding:0 10px 0 10px;
}

.ph-item{border:solid 1px #fff; padding:0 0; margin-bottom: 10px;}
.ph-picture{height: 80px;}

::selection{
    background: rgba(0,142,200,1);
}

/*Mobile Menu*/
body:not(.top-search-open) #primary-menu-trigger{
    font-size:20px;
    top:5px;
}
a.btn-close{
    color:#fff !important;
    font-size:20px;
}
.bg-light{
    background: rgba(0,142,200,1) !important;
    border-bottom:none !important;
}
#mobile-menu-trigger{
    position: absolute;
    left:10px;
    font-size:25px;
    color:#fff;
    z-index: 50;
}
ul.mobile-menu li{
    display: block;
}
ul.mobile-menu li a{
    font-family: 'urbane';
    color:#fff;
    padding:5px 20px 10px 20px;
    display: block;
    font-weight: 500;
    width:100%;
    border-bottom:rgba(255,255,255,0.3) solid 1px;
}
ul.mobile-menu li a:hover{
    opacity:0.9;
}
ul.mobile-menu li ul.sub-menu{
    margin-left:15px;
}
ul.mobile-menu li ul.sub-menu li a{
    font-size:12px;
}
.screen-overlay {
height: 100%;
z-index: 30;
position: fixed;
top: 0;
left: 0;
opacity:0;
visibility:hidden;
background-color: rgba(0, 142, 200, 0.6);
transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}
.screen-overlay.show {
transition:opacity .5s ease, width 0s;
opacity:1;
width:100%;
visibility:visible;
}

.offcanvas{
width:350px;
visibility: hidden;
transform:translateX(-100%);
transition:all .2s;
border-radius:0; 
box-shadow: 0 5px 10px rgba(0,0,0, .2);
display:block;
position: fixed;
top: 0;
left: 0;
height: 100%;
z-index: 1200;
background-color: rgba(0,142,200);
overflow-y: scroll;
overflow-x: hidden;
}

.offcanvas.show{
visibility: visible;
transform: translateX(0);
transition: transform .2s;
}
/*Mobile Menu End..*/

#ez-toc-container {
    border-radius: 0px;
    background: #fff;
    border: 1px solid #cccccc;
}

#ez-toc-container a {
    font-family:"urbane";
}

.aj-bread {
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #e8e8e8;
}

.row-justify-center {
    justify-content : center;
}

@media (max-width: 767.98px) {
    .no-mobile{display: none;}
    html, body {
        overflow-x: hidden;
    }
    body {
      position: relative
    }
    section#slider{
        min-height: calc(100vh - 100px) !important;
        margin-bottom: 0px;
    }
    section#slider .swiper-container{
        height: calc(100vh - 100px) !important;
    }
    .swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide{
        min-height: 450px;
    }
    .slider-caption:not(.dark), .slider-caption:not(.dark) h2{
        margin-top:-20px;
    }
    .slider-arrow-left, .slider-arrow-right, .flex-prev, .flex-next, .slider-arrow-top-sm, .slider-arrow-bottom-sm{
        top:40%;
    }
    
    a.logo img{
        max-width: 200px;
    }
    .header-menu li a{font-size:12px; padding:0 10px;}
    #content .container{
        width:calc(100% - 20px) !important;
        padding-left:10px !important;
        padding-right: 10px !important;
    }
    #page-title{
        max-height: 300px;
    }
    #page-title.page-title-parallax h1{font-size:20px !important; margin-top:-50px;}
    .container, #header.full-header .container, .container-fullwidth{padding-left:25px !important; padding-right:25px !important;}
    #copyrights{
        padding:10px 0;
    }
    .breadcrumb a{
        font-size:12px;
    }
}

