<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* START   */

#stOverlay {
    height: 100%;
    width: 100%;
    background-color: #000;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=60);
    opacity: .6;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    z-index: 89999990
}

.stwrapper {
    z-index: 89999999;
    position: fixed;
    top: 20%;
    left: 50%
}

.stwrapper.stwrapper5x {
    margin: 0 0 0 -256px;
    height: 419px;
    width: 514px
}

/* END */


/* START -52*/

.TBW_Error {
    display: none;
}

.TBW_Picture {
    text-decoration: none;
    padding: 0;
}

.TBW_Follow {
    margin: 0 5px 0 5px;
    overflow: hidden;
    height: 22px;
}

.TBW_Status {
    overflow: hidden;
    padding: 0 5px 0 5px;
}

.TBW_Status ul li {
    margin: 0 0 0.5em 0;
    padding: 0;
    list-style: none !important;
    background: none !important;
    /*
    border-bottom: dotted;
    border-bottom-width: thin;
    */
}

/* This style only applies when the form is initised it's dropped once the data is loaded */
.TBW_Loading {
    background: url(Loading.gif);
    background-repeat: no-repeat;
    text-indent: 20px;
    height: 20px;
}

.TBW_Narrow {
    display: block;
    width: 100%;
}

.TBW_Narrow .TBW_Picture {
    float: left;
    width: 22px;
    height: 22px;
    margin: 0 !important;
    padding: 0 !important;
    background: url(t_small-a.png);
    background-repeat: no-repeat;
}

.TBW_Narrow .TBW_Follow {
    display: block;
    width: 100%;
}

.TBW_Narrow .TBW_Status ul li {
}

/* END */


/* START -72 */


.penci-owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.penci-owl-carousel .owl-animated-in {
    z-index: 0
}

.penci-owl-carousel .owl-animated-out {
    z-index: 1
}

.penci-owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.penci-owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.penci-owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.penci-owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.penci-owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.penci-owl-carousel .owl-nav .owl-prev, .penci-owl-carousel .owl-nav .owl-next, .penci-owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.penci-owl-carousel.owl-loaded {
    display: block
}

.penci-owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.penci-owl-carousel.owl-hidden {
    opacity: 0
}

.penci-owl-carousel .owl-refresh .owl-item {
    display: none
}

.penci-owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.penci-owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.penci-owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.penci-owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.penci-owl-carousel.owl-rtl {
    direction: rtl
}

.penci-owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .penci-owl-carousel {
    display: block
}

.penci-owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.penci-owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.penci-owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.penci-owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.penci-owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.penci-owl-carousel .owl-video-playing .owl-video-tn, .penci-owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.penci-owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.penci-owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

ol, ul, li {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

img {
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

a img {
    border: none
}

iframe {
    border: none;
    max-width: none;
}

html, body {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'PT Serif', serif;
    color: #313131;
    background-color: #FFF;
    font-size: 14px;
}

p {
    font-size: 14px;
    line-height: 28px;
}

a {
    text-decoration: none;
    color: #6eb48c;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    outline: none;
    cursor: pointer;
}

a:hover {

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: bold;
}

.container {
    width: 1170px;
    margin: 0 auto;
}

#main {
    width: 100%;
}

.container.penci_sidebar #main {
    width: 70.94%;
    padding-right: 50px;
    float: left;
}

.penci-sidebar-content {
    width: 29.06%;
    float: right;
}

.clear-footer {
    height: 1px;
    margin-bottom: 29px;
    clear: both;
    display: block;
    width: 100%;
}

.wrapper-boxed {
    overflow: hidden;
}

#navigation {
    background: #fff;
    height: 60px;
    z-index: 9999;
    width: 100%;
    -webkit-backface-visibility: hidden;
    border-bottom: 1px solid #ECECEC;
    transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
}

#navigation.header-layout-bottom {
    box-shadow: 0px 0px 0px transparent;
    -webkit-box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px transparent;
    border-top: 1px solid #ECECEC;
}

.is-sticky #navigation {
    box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46);
    -webkit-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46);
    -moz-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46);
    border-color: transparent !important;
}

#navigation .container {
    position: relative;
    display: table;
    text-align: center;
}

#navigation .menu {
    float: left;
}

#navigation ul.menu &gt; li,
#navigation .menu &gt; ul &gt; li {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 30px;
}

#navigation .menu &gt; li:last-child,
#navigation .menu &gt; ul &gt; li:last-child {
    margin-right: 0;
}

#navigation .menu li a {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: #313131;
    line-height: 58px;
    text-transform: uppercase;
    display: inline-block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    position: relative;
    font-weight: bold;
    text-decoration: none;
}

#navigation ul.menu &gt; li &gt; a:before,
#navigation .menu &gt; ul &gt; li &gt; a:before {
    content: "";
    position: absolute;
    bottom: 18px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    left: 50%;
    height: 2px;
    width: 0;
    background: #6eb48c;
}

#navigation ul.menu &gt; li &gt; a:hover:before,
#navigation .menu &gt; ul &gt; li &gt; a:hover:before,
#navigation ul.menu &gt; li:hover &gt; a:before,
#navigation .menu &gt; ul &gt; li:hover &gt; a:before {
    left: 0;
    width: 100%;
}

#navigation .menu li a:hover,
#navigation .menu li:hover &gt; a,
#navigation .menu li.current-menu-item &gt; a,
#navigation .menu &gt; li.current_page_item &gt; a,
#navigation .menu &gt; li.current-menu-ancestor &gt; a,
#navigation .menu &gt; li.current-menu-item &gt; a {
    color: #6eb48c;
}

#navigation .button-menu-mobile {
    display: none;
    float: left;
    line-height: 60px;
    text-align: center;
    color: #313131;
    font-size: 24px;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}

#navigation .button-menu-mobile:hover {

}

#navigation .menu .sub-menu,
#navigation .menu .children {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: 9999;
    -webkit-transition: all 0.27s ease-in-out;
    -moz-transition: all 0.27s ease-in-out;
    -o-transition: all 0.27s ease-in-out;
    transition: all 0.27s ease-in-out;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);
    -webkit-box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);
    -moz-box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);
    border-top: 1px solid #ECECEC;
    margin-top: 0;
    background: #fff;
}

#navigation ul.menu ul a,
#navigation .menu ul ul a {
    margin: 0 20px;
    padding: 12px 0;
    font-size: 12px;
    min-width: 200px;
    line-height: 1.4;
    -moz-transition: color 0.3s, background-color 0.3s;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    border-bottom: 1px solid #E0E0E0;
    text-align: left;
    border-left: none !important;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}

#navigation ul.menu ul li,
#navigation ul.menu ul ul li {
    padding-right: 0;
    margin-right: 0;
    float: none;
    position: relative;
    width: 100%;
}

#navigation .menu ul.sub-menu &gt; li:last-child &gt; a {
    border-bottom: none;
}

#navigation ul.menu li:hover &gt; ul,
#navigation .menu ul li:hover &gt; ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

#navigation .menu .sub-menu ul,
#navigation .menu .children ul {
    left: 100%;
    top: 0;
}

#navigation.menu-style-2 ul.menu &gt; li &gt; a:before,
#navigation.menu-style-2 .menu &gt; ul &gt; li &gt; a:before {
    content: none;
    display: none;
}

#navigation ul.menu &gt; li.menu-item-has-children &gt; a:after,
#navigation .menu &gt; ul &gt; li.menu-item-has-children &gt; a:after,
#navigation ul.menu &gt; li.penci-mega-menu &gt; a:after,
#navigation .menu &gt; ul &gt; li.penci-mega-menu &gt; a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 5px;
    color: inherit;
    font-size: 13px;
    font-weight: normal;
}

#navigation.menu-style-2 .menu .sub-menu,
#navigation.menu-style-2 .menu .children {
    border-top: 4px solid #E0E0E0;
    padding: 8px 0;
}

#navigation.menu-style-2 ul.menu ul:before,
#navigation.menu-style-2 .menu ul ul:before {
    width: 0;
    height: 4px;
    top: -4px;
    position: absolute;
    background: #6eb48c;
    left: 0;
    -webkit-transition: width 400ms cubic-bezier(0.870, 0.020, 0.230, 1);
    -webkit-transition: width 400ms cubic-bezier(0.870, 0.020, 0.230, 1.005);
    -moz-transition: width 400ms cubic-bezier(0.870, 0.020, 0.230, 1.005);
    -o-transition: width 500ms cubic-bezier(0.870, 0.020, 0.230, 1.005);
    transition: width 500ms cubic-bezier(0.870, 0.020, 0.230, 1.005);
    content: "";
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}

#navigation.menu-style-2 ul.menu li:hover &gt; ul:before,
#navigation.menu-style-2 .menu ul li:hover &gt; ul:before {
    width: 100%;
}

#navigation.menu-style-2 ul.menu ul a,
#navigation.menu-style-2 .menu ul ul a {
    padding: 8px 0;
    border: none !important;
}

@media only screen and (min-width: 961px) {
    #navigation-sticky-wrapper:not(.is-sticky) .menu .sub-menu,
    #navigation-sticky-wrapper:not(.is-sticky) .menu .children {
        margin-top: -1px;
    }
}

#sidebar-nav {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 100000;
    width: 270px;
    overflow-y: auto;
    padding: 30px 20px 20px;
    background: #ffffff;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
}

.open-sidebar-nav #sidebar-nav {
    left: 270px;
}

#sidebar-nav::-webkit-scrollbar {
    width: 6px;
    background: #848484;
}

#sidebar-nav::-webkit-scrollbar-thumb {
    background-color: #313131;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

#sidebar-nav::-webkit-scrollbar-corner {
    background-color: #DEDEDE;
}

#sidebar-nav-logo {
    padding: 0 20px 20px;
    text-align: center;
    margin: 0 0 15px 0;
    position: relative;
}

#sidebar-nav-logo:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #6eb48c;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

#sidebar-nav .menu {
    margin: 0;
    list-style: none;
}

#sidebar-nav .menu li {
    display: block;
    border-bottom: 1px solid #DEDEDE;
}

#sidebar-nav .menu &gt; li:last-child,
#sidebar-nav .menu ul &gt; li:last-child {
    border-bottom: none;
}

#sidebar-nav .menu li a {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #313131;
    margin: 0;
    position: relative;
    padding: 12px 0 12px 0;
    display: block;
    line-height: 1.3em;
}

#sidebar-nav .menu li.menu-item-has-children a {
    padding-right: 17px;
}

#sidebar-nav .menu li a:hover {
    color: #6eb48c;
}

#sidebar-nav ul.sub-menu {
    border-top: 1px solid #DEDEDE;
    display: none;
    padding: 10px 0 10px 12px;
}

#sidebar-nav ul.sub-menu ul.sub-menu {
    border: none;
    padding: 5px 0 5px 12px;
}

#sidebar-nav ul.sub-menu ul.sub-menu {
    padding-right: 0;
}

#sidebar-nav ul.sub-menu li {
    overflow: hidden;
    border: none;
}

#sidebar-nav ul.sub-menu li a {
    margin: 0 0 0 0;
    padding: 10px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

#sidebar-nav .menu li a .indicator {
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 20;
    font-size: 17px;
    font-style: normal;
    text-align: right;
    padding: 11px 0 11px 5px;
    line-height: 1;
    color: #313131;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}

#sidebar-nav .menu .sub-menu li a .indicator {
    padding: 8px 0 8px 5px;
}

#sidebar-nav .menu li a .indicator:hover,
#sidebar-nav .menu .sub-menu li a .indicator:hover {
    color: #6eb48c;
}

#close-sidebar-nav {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    text-decoration: none;
    top: 0;
    left: 0;
    font-size: 1.4em;
    color: #313131;
    padding: 10px;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    right: 0;
    z-index: 100000;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.open-sidebar-nav #close-sidebar-nav {
    left: 270px;
    opacity: 1;
    visibility: visible;
}

#close-sidebar-nav i {
    display: none;
    width: 24px;
    height: 24px;
    background-color: #fff;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    font-size: 14px;
}

#top-search {
    float: right;
    width: 20px;
    text-align: center;
}

#top-search &gt; a {
    height: 58px;
    font-size: 14px;
    line-height: 58px;
    color: #313131;
    cursor: pointer;
    background: none;
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#top-search &gt; a:hover {

}

#top-search &gt; a &gt; i {
    width: 20px;
}

.show-search {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 58px;
    background: #fff;
    text-align: left;
    z-index: 3;
    display: none;
}

.show-search #searchform input.search-input {
    padding: 15px 35px 15px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    color: #313131;
    height: 58px;
    line-height: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 13px;
}

.show-search a.close-search {
    position: absolute;
    width: 20px;
    height: 60px;
    display: inline-block;
    right: 0;
    top: 0;
    z-index: 5;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    cursor: pointer;
    color: #313131;
}

#header {
    margin-bottom: 60px;
    position: relative;
}

#header .inner-header {
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}

#header .inner-header .container {
    padding: 40px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#logo {
    text-align: center;
}

.container.align-left-logo #logo {
    text-align: left;
}

.featured-area {
    margin-top: -56px;
    margin-bottom: 60px;
    position: relative;
}

.penci-owl-carousel .owl-item .owl-lazy {
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.penci-owl-carousel .owl-nav .owl-prev,
.penci-owl-carousel .owl-nav .owl-next {
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    color: #010101;
    font-size: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -18px;
    left: 20px;
    line-height: 34px;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.penci-owl-carousel .owl-nav .owl-prev i,
.penci-owl-carousel .owl-nav .owl-next i {
    line-height: inherit;
}

.penci-owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 20px;
}

.penci-owl-carousel:hover .owl-nav .owl-prev,
.penci-owl-carousel:hover .owl-nav .owl-next {
    opacity: 0.8;
}

.penci-owl-carousel .owl-nav .owl-prev:hover,
.penci-owl-carousel .owl-nav .owl-next:hover {
    opacity: 1;
}

.penci-owl-carousel .owl-dots {
    position: absolute;
    bottom: 15px;
    z-index: 10;
    width: 100%;
    text-align: center;
    left: 0;
}

.penci-owl-carousel .owl-dots.disabled {
    display: none !important;
}

.penci-owl-carousel.owl-loaded .active .feat-text .featured-cat,
.penci-owl-carousel.owl-loaded .active .feat-text h3,
.penci-owl-carousel.owl-loaded .active .feat-text .feat-meta {
    -webkit-animation-name: pencitextslide;
    -moz-animation-name: pencitextslide;
    -o-animation-name: pencitextslide;
    animation-name: pencitextslide;
}

.featured-area .wrapper-item-classess {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.penci-item-mag {
    position: relative;
}

.penci-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.penci-slide-overlay .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, transparent 60%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 60%, #000 100%);
    background: -o-linear-gradient(top, transparent 60%, #000 100%);
    background: -ms-linear-gradient(top, transparent 60%, #000 100%);
    background: linear-gradient(to bottom, transparent 60%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    -webkit-transition: opacity .4s ease 0s;
    -moz-transition: opacity .4s ease 0s;
    -o-transition: opacity .4s ease 0s;
    transition: opacity .4s ease 0s;
    opacity: 0.7;
}

.penci-item-mag:hover .penci-slide-overlay .overlay-link {
    opacity: 0.9;
}

.penci-slide-overlay .penci-mag-featured-content {
    position: absolute;
    bottom: 16px;
    left: 20px;
    padding-right: 20px;
    z-index: 5;
    opacity: 0;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    width: calc(100% - 20px);
}

.featured-area .active .penci-mag-featured-content,
.featured-style-7 .penci-mag-featured-content,
.featured-style-8 .penci-mag-featured-content {
    opacity: 1;
}

.penci-mag-featured-content h3 {
    line-height: 1.3;
}

.penci-mag-featured-content h3 a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

.penci-mag-featured-content .cat &gt; a.penci-cat-name {
    color: #fff;
}

.penci-mag-featured-content .cat {
    margin-bottom: 6px;
}

.penci-mag-featured-content .feat-meta &gt; span:after {
    content: "";
    display: inline-block;
    margin: 0 11px 0 15px;
    width: 0;
    height: 8px;
    border-left: 1px solid;
    opacity: 0.5;
}

.penci-mag-featured-content .feat-meta {
    margin-top: 6px;
}

.penci-mag-featured-content .feat-meta &gt; span:last-child:after {
    content: none;
}

.penci-mag-featured-content .feat-meta span,
.penci-mag-featured-content .feat-meta a {
    color: #fff;
    font-size: 13px;
}

.featured-area.featured-style-14 .wrapper-item-classess,
.featured-area.featured-style-20 .wrapper-item-classess,
.featured-area.featured-style-21 .wrapper-item-classess,
.featured-area.featured-style-22 .wrapper-item-classess,
.featured-area.featured-style-23 .wrapper-item-classess,
.featured-area.featured-style-25 .wrapper-item-classess,
.featured-area.featured-style-26 .wrapper-item-classess,
.featured-area.featured-style-27 .wrapper-item-classess {
    width: calc(100% + 4px);
    margin-left: -2px;
}

.featured-style-26 .wrapper-item .penci-item-mag {
    float: left;
    display: inline-block;
    width: 25%;
    position: relative;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}

.featured-style-26 .wrapper-item .penci-item-1 {
    width: 50%;
}

.featured-style-26 .wrapper-item .penci-item-2,
.featured-style-26 .wrapper-item .penci-item-3 {
    border-bottom: 4px solid transparent;
}

.featured-style-26 .penci-image-holder:before {
    padding: 0;
    height: 238px;
}

.featured-style-26 .penci-item-1 .penci-image-holder:before {
    height: 480px;
}

.featured-style-26 .penci-item-1 .penci-mag-featured-content h3 a {
    font-size: 22px;
}

.featured-style-26 .penci-item-2 .penci-mag-featured-content h3 a,
.featured-style-26 .penci-item-3 .penci-mag-featured-content h3 a,
.featured-style-26 .penci-item-4 .penci-mag-featured-content h3 a,
.featured-style-26 .penci-item-0 .penci-mag-featured-content h3 a {
    text-transform: none;
    letter-spacing: 0;
}

.penci-image-holder {
    position: relative;
    width: 100%;
    background: #f5f5f5 url('images/no-image.jpg');
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.penci-image-holder:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6667%;
    background: none !important;
    box-shadow: none !important;
}

.penci-image-holder:not([style*='background-image']),
.penci-lazy[src*="penci-holder"],
.penci-holder-load:not([style*='background-image']) {
    background-image: linear-gradient(to left, #f5f5f5 0%, #efefef 15%, #f5f5f5 40%, #f5f5f5 100%);
    background-repeat: no-repeat !important;
    background-color: #f5f5f5;
    background-size: 900px 1700px !important;
    background-position: center center !important;
    animation: pencipreload 1s infinite linear forwards;
    -webkit-animation: pencipreload 1s infinite linear forwards;
}

.penci-lazy[src*="penci-holder"] {
    width: 100%;
    height: auto;
}

.penci-image-holder.small-fix-size {
    width: 120px;
}

.penci-homepage-title {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    clear: both;
    background: #fff;
    margin-top: 5px;
}

.penci-border-arrow {
    position: relative;
    line-height: 1.3;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.penci-border-arrow .inner-arrow {
    border: 1px solid #313131;
    background: #fff;
    position: relative;
    display: block;
    text-transform: uppercase;
    padding: 8px 12px 7px;
    z-index: 3;
    font-size: 14px;
}

.penci-border-arrow:before,
.penci-border-arrow:after {
    content: "";
    position: absolute;
}

.penci-border-arrow:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    bottom: -5px;
    left: 50%;
    border-top-color: #313131;
    border-width: 6px;
    border-bottom: 0;
    margin-left: -6px;
    z-index: 5;
}

.penci-border-arrow:after {
    border: 1px solid #313131;
    left: -5px;
    right: -5px;
    bottom: 3px;
    display: block;
    z-index: 1;
    height: 100%;
}

.penci-homepage-title h3 {
    font-size: 14px;
    color: #313131;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.penci-post-box-meta {
    padding: 15px 0;
    clear: both;
    display: block;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    margin: 30px 0 0;
}

.penci-post-box-meta .penci-post-share-box {
    display: inline-block;
    float: right;
}

.penci-post-box-meta .penci-post-share-box a {
    display: inline-block;
    position: relative;
    color: #313131;
    margin-left: 10px;
    font-size: 14px;
}

.penci-post-box-meta .penci-post-share-box a:first-child {
    margin-left: 0;
}

.penci-post-share-box a.liked,
.penci-post-share-box a:hover {
    color: #6eb48c;
}

.penci-post-share-box .dt-share {
    position: absolute;
    display: inline-block;
    font-size: 9px;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    background: #313131;
    color: #fff;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    bottom: -45px;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.penci-post-share-box a:hover .dt-share {
    opacity: 1;
    bottom: -30px;
    visibility: visible;
}

.penci-post-share-box .dt-share:before {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #313131;
    content: "";
    top: -7px;
    left: 50%;
    margin-left: -4px;
}

ul.penci-grid {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.penci-grid &gt; li {
    display: inline-block;
    vertical-align: top;
    width: 31.62%;
    margin-bottom: 51px;
    float: left;
    margin-right: 2.57%;
    list-style: none !important;
}

.penci-grid &gt; li.grid-style {
    text-align: center;
}

.penci-grid &gt; li:nth-of-type(3n+3) {
    margin-right: 0;
}

.penci-grid &gt; li:nth-of-type(3n+1) {
    clear: both;
}

.container.penci_sidebar .penci-grid &gt; li {
    width: 48.05%;
    margin-right: 3.9%;
}

.container.penci_sidebar .penci-grid li:nth-of-type(3n+3) {
    margin-right: 3.9%;
    clear: none;
}

.container.penci_sidebar .penci-grid li:nth-of-type(2n+1) {
    clear: both;
}

.container.penci_sidebar .penci-grid li:nth-of-type(2n+2),
.penci-grid li.grid-2-style:nth-of-type(2n+2) {
    margin-right: 0;
    clear: none;
}

.container.penci_sidebar .penci-grid li:nth-of-type(2n+1),
.penci-grid li.grid-2-style:nth-of-type(2n+1) {
    clear: both;
}

.penci-grid li .item &gt; .thumbnail,
.penci-masonry .item-masonry &gt; .thumbnail {
    display: inline-block;
    position: relative;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    margin-bottom: 28px;
    width: 100%;
}

.grid-mixed .thumbnail:hover,
.penci-grid li .item &gt; .thumbnail:hover,
.penci-masonry .item-masonry &gt; .thumbnail:hover {
    opacity: 0.85;
}

.penci-grid li .item .cat,
.penci-masonry .item-masonry .cat {
    color: #6eb48c;
    display: block;
    margin-bottom: 8px;
}

.penci-grid li .item h2 a,
.penci-masonry .item-masonry h2 a {
    font-size: 18px;
    color: #313131;
    text-transform: uppercase;
    letter-spacing: 1px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.penci-grid li .item h2 a:hover,
.penci-masonry .item-masonry h2 a:hover {
    color: #888888;
}

.penci-grid li .item p,
.penci-masonry .item-masonry p {
    margin-bottom: 0;
}

.penci-grid li .item .item-content,
.penci-masonry .item-masonry .item-content,
.penci-grid .mixed-detail .item-content {
    margin-top: 18px;
    text-align: left;
}

.penci-post-box-meta.penci-post-box-grid {
    border: none !important;
    padding: 0;
    text-align: center;
    position: relative;
    margin-top: 27px;
    clear: none;
}

.penci-post-box-meta.penci-post-box-grid:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    background: #DEDEDE;
    display: block;
    top: 49%;
    z-index: 1;
}

.penci-post-box-meta.penci-post-box-grid .penci-post-share-box {
    float: none !important;
    padding: 0 10px;
    position: relative;
    z-index: 5;
    background: #ffffff;
    display: inline-block;
    margin-top: 0;
}

.grid-header-box {
    padding-bottom: 17px;
    position: relative;
}

.grid-header-box:after {
    width: 60px;
    height: 1px;
    background: #6eb48c;
    margin-left: -30px;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
}

.cat &gt; a.penci-cat-name {
    font-size: 13px;
    color: #6eb48c;
    line-height: 1.2;
    margin: 0 18px 0 0;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
    background: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-weight: normal;
    margin-bottom: 5px;
    position: relative;
    text-decoration: none;
}

.cat &gt; a.penci-cat-name:after {
    content: "";
    display: inline-block;
    border: 1px solid;
    font-size: 12px;
    margin-left: 11px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 3px;
    height: 3px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.cat &gt; a.penci-cat-name:first-child {
    margin-left: 0;
}

.cat &gt; a.penci-cat-name:last-child {
    margin-right: 0;
    padding: 0;
}

.cat &gt; a.penci-cat-name:last-child:after {
    content: none;
    display: none;
}

.grid-post-box-meta {
    margin: 12px 0 0;
    font-size: 14px;
}

.grid-post-box-meta span {
    color: #888888;
}

.grid-post-box-meta span,
.grid-post-box-meta a {
    font-size: inherit;
}

.grid-post-box-meta span.author-italic {

}

.grid-post-box-meta span:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #DEDEDE;
    margin: 0 11px 0 15px;
    display: inline-block;
}

.grid-post-box-meta span:last-child:after {
    content: none;
    display: none;
}

.grid-post-box-meta span a {
    color: #313131;
}

.grid-post-box-meta span a:hover,
.grid-post-box-meta span a.comment-link:hover {
    color: #6eb48c;
}

section.home-featured-cat {
    clear: both;
    display: block;
    width: 100%;
}

.home-featured-cat.mag-cat-style-2 {
    display: inline-block;
    width: 48.05%;
    margin-right: 3.9%;
    float: left;
}

.vc_row .home-featured-cat.mag-cat-style-2 {
    width: 100%;
    float: none;
    margin-right: 0;
    vertical-align: top;
}

.penci-homepage-title.penci-magazine-title {
    text-align: left;
}

.penci-homepage-title.penci-magazine-title:before {
    left: 30px;
}

.penci-homepage-title.penci-magazine-title h3 a {
    color: #313131;
}

.penci-homepage-title.pcalign-left {
    text-align: left;
}

.home-featured-cat-content {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 60px;
}

.home-featured-cat-content.style-1 {
    display: table;
    width: 100%;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.home-featured-cat-content .cat-left,
.home-featured-cat-content .cat-right {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 0 15px;
}

.home-featured-cat-content .mag-post-box {
    width: 100%;
    overflow: hidden;
    display: table;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
}

.home-featured-cat-content .mag-post-box.first-post {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.home-featured-cat-content &gt; .mag-post-box:last-child,
.home-featured-cat-content .cat-right &gt; .mag-post-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.home-featured-cat-content.style-2 .mag-post-box.first-post,
.home-featured-cat-content.style-10 .mag-post-box.first-post {
    padding-bottom: 22px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DEDEDE;
}

.home-featured-cat-content .mag-post-box .magcat-thumb {
    float: left;
    margin-right: 20px;
    position: relative;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
}

.home-featured-cat-content .mag-post-box.first-post .magcat-thumb {
    margin: 0 0 24px 0;
    float: none;
}

.home-featured-cat-content .mag-post-box .magcat-thumb:hover {
    opacity: 0.8;
}

.home-featured-cat-content .first-post .magcat-detail .mag-header {
    padding-bottom: 17px;
    margin-bottom: 19px;
    position: relative;
}

.home-featured-cat-content .first-post .magcat-detail .mag-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background: #6eb48c;
    display: block;
}

.home-featured-cat-content .magcat-detail h3 a {
    color: #313131;
    display: block;
    font-size: 14px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4;
}

.home-featured-cat-content .first-post .magcat-detail h3 a {
    font-size: 18px;
}

.home-featured-cat-content .magcat-detail h3 a:hover {
    color: #6eb48c;
    text-decoration: none;
}

.home-featured-cat-content .magcat-detail .mag-meta {
    margin-top: 7px;
}

.penci-pagination,
#comments_pagination {
    margin-bottom: 60px;
    overflow: hidden;
    clear: both;
    text-align: center;
}

.penci-pagination a,
.penci-pagination .disable-url {
    color: #999999;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    line-height: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.penci-pagination.penci-ajax-more a.penci-ajax-more-button {
    display: block;
    padding: 11px 10px;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #ececec;
    line-height: 1.4;
    text-align: center;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    background: #fff;
}

#footer-section {
    padding: 0;
    background: #313131;
    text-align: center;
    color: #999;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-logo-copyright {
    padding: 40px 0 73px;
    text-align: center;
}

.footer-logo-copyright.footer-not-logo {
    padding: 20px 0 62px;
}

#footer-copyright * {
    font-size: 14px;
    color: #999;
    line-height: 1.4;
    font-style: italic;
}

#footer-section .go-to-top-parent {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    bottom: 17px;
    text-align: center;
    z-index: 10;
}

#footer-section .go-to-top-parent span {
    color: #999;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

#footer-section .go-to-top-parent span:before,
#footer-section .go-to-top-parent span:after {
    content: " ";
    display: table;
}

#footer-section .go-to-top-parent span:after {
    clear: both;
}

#footer-section .go-to-top-parent i {
    font-size: 18px;
    z-index: 5;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    color: #999;
    line-height: 1;
    margin-bottom: 3px;
}

#footer-section .go-to-top:hover span,
#footer-section .go-to-top:hover i {
    color: #fff;
}

.textwidget {
    line-height: 1.8;
}

.penci-sidebar-content .widget {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 60px;
    clear: both;
}

.penci-sidebar-content img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.penci-sidebar-content .widget-title {
    color: #313131;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    line-height: 1.3;
    background: #fff;
}

.penci-sidebar-content.pcalign-left .widget-title {
    text-align: left;
}

.penci-sidebar-content.style-2 .widget-title,
.penci-sidebar-content.style-3 .widget-title,
.penci-sidebar-content.style-4 .widget-title,
.penci-sidebar-content.style-5 .widget-title,
.penci-sidebar-content.style-6 .widget-title,
.penci-sidebar-content.style-7 .widget-title,
.penci-sidebar-content.style-8 .widget-title,
.penci-sidebar-content.style-9 .widget-title,
.penci-homepage-title.style-2,
.penci-homepage-title.style-3,
.penci-homepage-title.style-4,
.penci-homepage-title.style-5,
.penci-homepage-title.style-6,
.penci-homepage-title.style-7,
.penci-homepage-title.style-8,
.penci-homepage-title.style-9 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.penci-sidebar-content.style-3 .penci-border-arrow:before,
.penci-sidebar-content.style-3 .penci-border-arrow:after,
.penci-sidebar-content.style-4 .penci-border-arrow:before,
.penci-sidebar-content.style-4 .penci-border-arrow:after,
.penci-sidebar-content.style-5 .penci-border-arrow:before,
.penci-sidebar-content.style-5 .penci-border-arrow:after,
.penci-sidebar-content.style-6 .penci-border-arrow:before,
.penci-sidebar-content.style-6 .penci-border-arrow:after,
.penci-sidebar-content.style-7 .penci-border-arrow:before,
.penci-sidebar-content.style-7 .penci-border-arrow:after,
.penci-sidebar-content.style-8 .penci-border-arrow:before,
.penci-sidebar-content.style-8 .penci-border-arrow:after,
.penci-sidebar-content.style-9 .penci-border-arrow:before,
.penci-sidebar-content.style-9 .penci-border-arrow:after,
.penci-homepage-title.style-3:before,
.penci-homepage-title.style-3:after,
.penci-homepage-title.style-4:before,
.penci-homepage-title.style-4:after,
.penci-homepage-title.style-5:before,
.penci-homepage-title.style-5:after,
.penci-homepage-title.style-6:before,
.penci-homepage-title.style-6:after,
.penci-homepage-title.style-7:before,
.penci-homepage-title.style-7:after,
.penci-homepage-title.style-8:before,
.penci-homepage-title.style-8:after,
.penci-homepage-title.style-9:before,
.penci-homepage-title.style-9:after {
    content: none;
}

.penci-sidebar-content.style-3.pcalign-left .penci-border-arrow .inner-arrow,
.penci-sidebar-content.style-3.pcalign-center .penci-border-arrow .inner-arrow,
.penci-homepage-title.style-3.pcalign-left .inner-arrow,
.penci-homepage-title.style-3.pcalign-center .inner-arrow {
    border-left-width: 6px;
}

.penci-homepage-title.style-5,
.penci-sidebar-content.style-5 .penci-border-arrow,
.penci-homepage-title.style-7,
.penci-sidebar-content.style-7 .penci-border-arrow,
.penci-homepage-title.style-9,
.penci-sidebar-content.style-9 .penci-border-arrow {
    border-bottom: 2px solid #313131;
}

.penci-homepage-title.style-5 .inner-arrow,
.penci-sidebar-content.style-5 .penci-border-arrow .inner-arrow {
    display: inline-block;
    border-bottom-width: 2px;
    margin-bottom: -2px;
}

.penci-homepage-title.style-5.pcalign-left .inner-arrow,
.penci-sidebar-content.style-5.pcalign-left .penci-border-arrow .inner-arrow {
    border-left-width: 2px;
}

/*.widget ul {*/
/*    list-style: none;*/
/*}*/

/*.widget ul li {*/
/*    margin-bottom: 11px;*/
/*    padding-bottom: 12px;*/
/*    border-bottom: 1px solid #DEDEDE;*/
/*    font-size: 14px;*/
/*    color: #888888;*/
/*}*/

/*.widget ul &gt; li:last-child {*/
/*    margin-bottom: 0;*/
/*    padding-bottom: 0;*/
/*    border-bottom: none;*/
/*}*/

/*.widget a {*/
/*    color: #313131;*/
/*}*/

#searchform input.search-input {

    background: #fff url(images/searchsubmit.png) no-repeat 95% 11px;
    padding: 12px 40px 12px 20px;
    color: #313131;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: 'PT Serif', serif;
    font-weight: normal;
}

#searchform #s:focus {
    outline: none;
}

@media only screen and (max-width: 1169px) {
    .featured-style-20 .penci-mag-featured-content .feat-meta,
    .featured-style-21 .penci-mag-featured-content .feat-meta,
    .featured-style-22 .penci-mag-featured-content .feat-meta,
    .featured-style-23 .penci-mag-featured-content .feat-meta,
    .featured-style-24 .penci-mag-featured-content .feat-meta,
    .featured-style-25 .penci-mag-featured-content .feat-meta,
    .featured-style-26 .penci-mag-featured-content .feat-meta {
        display: none;
    }

    .penci-item-mag {
        overflow: hidden;
    }

    .featured-style-26 .penci-image-holder:before {
        height: 160px;
    }

    .featured-style-26 .penci-item-1 .penci-image-holder:before {
        height: 324px;
    }
}

@media only screen and (min-width: 961px) and (max-width: 1169px) {
    .container,
    .featured-area.style-1,
    .featured-area.style-4,
    .featured-area.magazine-slider,
    #navigation ul.menu &gt; li.megamenu &gt; ul.sub-menu {
        width: 940px;
    }

    #navigation ul.menu &gt; li,
    #navigation .menu &gt; ul &gt; li {
        margin-right: 16px;
    }

    .penci-mag-featured-content h3 a {
        font-size: 14px;
    }

    .penci-grid li:nth-of-type(3n+1) {
        clear: none;
    }

    .home-featured-cat-content .magcat-detail h3 a {
        font-size: 14px;
    }

    .home-featured-cat-content .magcat-detail .mag-meta {
        margin-top: 5px;
    }
}

@media only screen and (min-width: 961px) {
    #navigation .menu {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 960px) {
    .featured-style-24 .wrapper-item .penci-item-mag,
    .featured-style-25 .wrapper-item .penci-item-mag,
    .featured-style-25 .wrapper-item .penci-item-1,
    .featured-style-26 .wrapper-item .penci-item-mag {
        width: 50%;
    }

    .featured-style-26 .wrapper-item .penci-item-1 {
        width: 100%;
        border-bottom: 4px solid transparent;
    }

    #navigation .button-menu-mobile {
        display: inline-block;
    }

    #navigation .menu {
        display: none !important;
    }

    .container.penci_sidebar #main {
        width: 100%;
        margin: 0 0 60px 0;
        padding: 0 !important;
        float: none !important;
    }

    .penci-sidebar-content {
        position: static !important;
        margin-left: 0 !important;
        top: auto !important;
        float: none !important;
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .container,
    .featured-area.style-1,
    .featured-carousel.style-2 .item img,
    .featured-area.style-4,
    .featured-area.magazine-slider {
        width: 726px;
    }

    #logo img {
        max-width: 600px;
        height: auto;
    }

    .penci-grid &gt; li {
        width: 48.05%;
        margin-right: 3.9%;
    }

    .penci-grid li:nth-of-type(3n+1) {
        clear: none;
    }

    .penci-grid &gt; li:nth-of-type(3n+3) {
        margin-right: 3.9%;
    }

    .penci-grid li:nth-of-type(2n+2) {
        margin-right: 0;
    }

    .penci-grid li:nth-of-type(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 767px) {

    .container,
    .featured-area.style-1,
    .featured-carousel.style-2 .item img,
    .featured-area.style-4,
    .featured-area.magazine-slider {
        width: 100%;
    }

    .penci-slide-overlay .penci-mag-featured-content .feat-text {
        text-align: center;
    }

    .penci-featured-content .feat-text .featured-cat,
    .penci-featured-content .feat-text .feat-meta,
    .penci-mag-featured-content .cat,
    .penci-mag-featured-content .feat-meta {
        display: none;
    }

    .penci-slide-overlay .penci-mag-featured-content {
        left: 0;
        width: 100%;
        padding: 0 5px;
        bottom: 10px;
    }

    .penci-mag-featured-content h3 a,
    .featured-style-13 .penci-mag-featured-content h3 a {
        font-size: 14px;
    }

    .featured-style-6 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-13 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-17 .penci-item-3 .penci-mag-featured-content h3 a,
    .featured-style-26 .penci-item-1 .penci-mag-featured-content h3 a {
        font-size: 20px;
    }

    #logo img {
        max-width: 100%;
        height: auto;
    }

    .container.penci_sidebar .penci-grid &gt; li {
        width: 100% !important;
        margin: 0 0 40px !important;
    }

    .penci-grid li {
        width: 100% !important;
        margin-right: 0 !important;
        float: none;
    }

    .penci-grid li .item &gt; .thumbnail, .penci-masonry .item-masonry &gt; .thumbnail {
        width: 100%;
    }

    .home-featured-cat-content .cat-left,
    .home-featured-cat-content .cat-right {
        width: 100%;
        float: none;
    }

    .home-featured-cat-content .cat-left {
        margin-bottom: 30px;
    }

    .home-featured-cat.mag-cat-style-2 {
        width: 100%;
        margin: 0 0 20px 0;
        float: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .container,
    .featured-area.style-1,
    .featured-carousel.style-2 .item img,
    .featured-area.style-4,
    .featured-area.magazine-slider {
        width: 480px;
    }

    #logo img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 479px) {
    .wrapper-boxed &gt; .container,
    #widget-area &gt; .container,
    #footer-section &gt; .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #navigation, .inner-header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .penci-magazine-slider .penci-direction-nav a.penci-prev,
    .penci-owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }

    .penci-magazine-slider .penci-direction-nav a.penci-next,
    .penci-owl-carousel .owl-nav .owl-next {
        right: 10px;
    }

    .penci-grid li .item h2 a, .penci-masonry .item-masonry h2 a,
    .penci-featured-content .feat-text h3 a,
    .featured-style-4 .penci-featured-content .feat-text h3 a,
    .featured-style-5 .penci-featured-content .feat-text h3 a {
        font-size: 16px;
    }

    .penci-mag-featured-content h3 a,
    .featured-style-13 .penci-mag-featured-content h3 a,
    .featured-style-18 .penci-mag-featured-content h3 a {
        font-size: 12px;
    }

    .featured-style-26 .penci-item-1 .penci-mag-featured-content h3 a {
        font-size: 16px;
    }

    .featured-style-26 .penci-item-2 .penci-mag-featured-content h3 a,
    .featured-style-26 .penci-item-3 .penci-mag-featured-content h3 a,
    .featured-style-26 .penci-item-4 .penci-mag-featured-content h3 a,
    .featured-style-26 .penci-item-0 .penci-mag-featured-content h3 a {
        font-size: 14px;
    }

    .featured-style-26 .penci-item-1 .penci-image-holder:before {
        height: 220px;
    }

    .penci-post-box-meta,
    .penci-post-box-meta.post-box-boxed-1 {
        text-align: center;
    }

    .penci-post-box-meta .penci-post-share-box {
        display: block;
        float: none;
        margin-top: 15px;
    }

    .cat &gt; a.penci-cat-name,
    .penci-grid li .item .cat a, .penci-masonry .item-masonry .cat a {
        font-size: 11px;
    }

    .home-featured-cat-content .magcat-detail .mag-meta {
        margin-top: 5px;
    }

    .home-featured-cat-content .magcat-detail h3 a {
        font-size: 15px;
        line-height: 1.3;
    }

    .penci-pagination a,
    .penci-pagination .disable-url {
        font-size: 11px;
    }

    #footer-copyright * {
        font-size: 12px;
    }

    #sidebar-nav {
        width: 270px;
        transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -moz-transform: translateX(-270px);
    }

    .home-featured-cat-content .magcat-detail .mag-meta {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .is-sticky #navigation {
        top: 0 !important;
        z-index: 999999;
    }

    #sidebar-nav, #close-sidebar-nav {
        z-index: 9999999;
    }

    #close-sidebar-nav i {
        display: inline-block;
    }
}

/* END */

/* START -74*/

.penci-pagination.penci-ajax-more a.penci-ajax-more-button {
    display: none;
}

.archive-box .title-bar,
.fa-google-plus,
.penci-post-share-box a:nth-child(4) {
    display: none;
}

#navigation #top-search a .fa-search::before {
    font-size: 20px;
}

/* END */

/* START -75*/

.vc_row:after, .vc_row:before {
    content: " ";
    display: table
}

.vc_row:after {
    clear: both
}

.vc_column_container {
    width: 100%
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px
}

.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
        float: left
    }

    .vc_col-sm-12 {
        width: 100%
    }

    .vc_col-sm-6 {
        width: 50%
    }
}

.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table
}

.vc_column-inner::after {
    clear: both
}

/* END */


/* START 86-218*/

h1, h2, h3, h4, h5, h6, h2.penci-heading-video, #navigation .menu li a, .penci-photo-2-effect figcaption h2, .headline-title, a.penci-topbar-post-title, #sidebar-nav .menu li a, .penci-slider .pencislider-container .pencislider-content .pencislider-title, .penci-slider
.pencislider-container .pencislider-content .pencislider-button,
.author-quote span, .penci-more-link a.more-link, .penci-post-share-box .dt-share, .post-share a .dt-share, .author-content h5, .post-pagination h5, .post-box-title, .penci-countdown .countdown-amount, .penci-countdown .countdown-period, .penci-pagination a, .penci-pagination .disable-url, ul.footer-socials li a span,
.widget input[type="submit"], .penci-sidebar-content .widget-title, #respond h3.comment-reply-title span, .widget-social.show-text a span, .footer-widget-wrapper .widget .widget-title,
.container.penci-breadcrumb span, .container.penci-breadcrumb span a, .error-404 .go-back-home a, .post-entry .penci-portfolio-filter ul li a, .penci-portfolio-filter ul li a, .portfolio-overlay-content .portfolio-short .portfolio-title a, .home-featured-cat-content .magcat-detail h3 a, .post-entry blockquote cite,
.post-entry blockquote .author, .tags-share-box.hide-tags.page-share .share-title, .widget ul.side-newsfeed li .side-item .side-item-text h4 a, .thecomment .comment-text span.author, .thecomment .comment-text span.author a, .post-comments span.reply a, #respond h3, #respond label, .wpcf7 label, #respond #submit, .wpcf7 input[type="submit"], .widget_wysija input[type="submit"], .archive-box span,
.archive-box h1, .gallery .gallery-caption, .contact-form input[type=submit], ul.penci-topbar-menu &gt; li a, div.penci-topbar-menu &gt; ul &gt; li a, .featured-style-29 .penci-featured-slider-button a, .pencislider-container .pencislider-content .pencislider-title, .pencislider-container
.pencislider-content .pencislider-button, ul.homepage-featured-boxes .penci-fea-in.boxes-style-3 h4 span span, .pencislider-container .pencislider-content .pencislider-button, .woocommerce div.product .woocommerce-tabs .panel #respond .comment-reply-title, .penci-recipe-index-wrap .penci-index-more-link a {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

body, textarea, #respond textarea, .widget input[type="text"], .widget input[type="email"], .widget input[type="date"], .widget input[type="number"], .wpcf7 textarea, .mc4wp-form input, #respond input, .wpcf7 input, #searchform input.search-input, ul.homepage-featured-boxes .penci-fea-in
h4, .widget.widget_categories ul li span.category-item-count, .about-widget .about-me-heading, .widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
    font-family: 'Open Sans', sans-serif;
}

p {
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6, #sidebar-nav .menu li a, #navigation .menu li a, a.penci-topbar-post-title, .penci-slider .pencislider-container .pencislider-content .pencislider-title, .penci-slider .pencislider-container .pencislider-content .pencislider-button,
.headline-title, .author-quote span, .penci-more-link a.more-link, .author-content h5, .post-pagination h5, .post-box-title, .penci-countdown .countdown-amount, .penci-countdown .countdown-period, .penci-pagination a, .penci-pagination .disable-url, ul.footer-socials li a span,
.penci-sidebar-content .widget-title, #respond h3.comment-reply-title span, .widget-social.show-text a span, .footer-widget-wrapper .widget .widget-title, .error-404 .go-back-home a, .home-featured-cat-content .magcat-detail h3 a, .post-entry blockquote cite, .pencislider-container .pencislider-content .pencislider-title, .pencislider-container
.pencislider-content .pencislider-button, .post-entry blockquote .author, .tags-share-box.hide-tags.page-share .share-title, .widget ul.side-newsfeed li .side-item .side-item-text h4 a, .thecomment .comment-text span.author, .thecomment .comment-text span.author a, #respond h3, #respond label, .wpcf7 label, #respond #submit, .wpcf7 input[type="submit"], .widget_wysija input[type="submit"], .archive-box span,
.archive-box h1, .gallery .gallery-caption, .widget input[type="submit"], .contact-form input[type=submit], ul.penci-topbar-menu &gt; li a, div.penci-topbar-menu &gt; ul &gt; li a, .penci-recipe-index-wrap .penci-index-more-link a {
    font-weight: bold;
}

a, .post-entry .penci-portfolio-filter ul li a:hover, .penci-portfolio-filter ul li a:hover, .penci-portfolio-filter ul li.active a, .post-entry .penci-portfolio-filter ul li.active a, .penci-countdown .countdown-amount, .archive-box h1, .post-entry a, .container.penci-breadcrumb span
a:hover, .post-entry blockquote:before, .post-entry blockquote cite, .post-entry blockquote .author, .wpb_text_column blockquote:before, .wpb_text_column blockquote cite, .wpb_text_column blockquote .author, .penci-pagination a:hover, ul.penci-topbar-menu &gt; li a:hover, div.penci-topbar-menu &gt; ul &gt; li a:hover, .penci-recipe-heading a.penci-recipe-print, .main-nav-social a:hover, .widget-social
.remove-circle a:hover i, .penci-recipe-index .cat &gt; a.penci-cat-name {
    color: #00a8ff;
}

.penci-home-popular-post ul.slick-dots li button:hover, .penci-home-popular-post ul.slick-dots li.slick-active button, .post-entry blockquote .author span:after, .error-image:after, .error-404
.go-back-home a:after, .penci-header-signup-form, .woocommerce span.onsale, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce div.product .entry-summary div[itemprop="description"]:before, .woocommerce div.product .entry-summary div[itemprop="description"] blockquote .author span:after, .woocommerce div.product .woocommerce-tabs
#tab-description blockquote .author span:after, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, #top-search.shoping-cart-icon &gt; a &gt; span, #penci-demobar .buy-button, #penci-demobar
.buy-button:hover, .penci-recipe-heading a.penci-recipe-print:hover, .penci-review-process span, .penci-review-score-total, #navigation.menu-style-2 ul.menu ul:before, #navigation.menu-style-2 .menu ul ul:before, .penci-go-to-top-floating, .post-entry.blockquote-style-2 blockquote:before {
    background-color: #00a8ff;
}

#navigation .menu li a:hover, #navigation .menu li.current-menu-item &gt; a, #navigation .menu &gt; li.current_page_item &gt; a, #navigation .menu li:hover &gt; a, #navigation .menu &gt; li.current-menu-ancestor &gt; a, #navigation .menu &gt; li.current-menu-item &gt; a {
    color: #00a8ff;
}

#navigation ul.menu &gt; li &gt; a:before, #navigation .menu &gt; ul &gt; li &gt; a:before {
    background: #00a8ff;
}

#navigation.menu-style-2 ul.menu ul:before, #navigation.menu-style-2 .menu ul ul:before {
    background-color: #00a8ff;
}

#sidebar-nav .menu li a:hover, .header-social.sidebar-nav-social a:hover i, #sidebar-nav .menu li a .indicator:hover, #sidebar-nav .menu .sub-menu li a .indicator:hover {
    color: #00a8ff;
}

#sidebar-nav-logo:before {
    background-color: #00a8ff;
}

.penci-grid .cat a.penci-cat-name, .penci-masonry .cat a.penci-cat-name {
    color: #878787;
}

.penci-grid .cat a.penci-cat-name:after, .penci-masonry .cat a.penci-cat-name:after {
    border-color: #878787;
}

.penci-post-share-box a.liked, .penci-post-share-box a:hover {
    color: #00a8ff;
}

.overlay-post-box-meta .overlay-share a:hover, .overlay-author a:hover, .penci-grid .standard-content-special .format-post-box .dt-special a:hover, .grid-post-box-meta span a:hover, .grid-post-box-meta span a.comment-link:hover, .penci-grid .standard-content-special .author-quote span, .penci-grid .standard-content-special .format-post-box .post-format-icon i, .grid-mixed .penci-post-box-meta .penci-box-meta a:hover {
    color: #00a8ff;
}

.penci-grid .standard-content-special .author-quote span:before, .penci-grid .standard-content-special .author-quote span:after, .grid-header-box:after, .list-post .header-list-style:after {
    background-color: #00a8ff;
}

.penci-sidebar-content .penci-border-arrow .inner-arrow {
    background-color: #000000;
}

.penci-sidebar-content .penci-border-arrow:after {
    background-color: #000000;
}

.penci-sidebar-content .penci-border-arrow .inner-arrow, .penci-sidebar-content.style-4 .penci-border-arrow .inner-arrow:before, .penci-sidebar-content.style-4 .penci-border-arrow .inner-arrow:after, .penci-sidebar-content.style-5 .penci-border-arrow, .penci-sidebar-content.style-7
.penci-border-arrow, .penci-sidebar-content.style-9 .penci-border-arrow {
    border-color: #000000;
}

.penci-sidebar-content .penci-border-arrow:before {
    border-top-color: #000000;
}

.penci-sidebar-content .penci-border-arrow .inner-arrow {
    color: #ffffff;
}

.penci-sidebar-content .penci-border-arrow:after {
    content: none;
    display: none;
}

.penci-sidebar-content .widget-title {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.penci-sidebar-content .penci-border-arrow:before {
    bottom: -6px;
    border-width: 6px;
    margin-left: -6px;
}

#footer-copyright * {
    font-style: normal;
}

#footer-section a {
    color: #00a8ff;
}

.penci-homepage-title .inner-arrow {
    background-color: #00a8ff;
}

.penci-border-arrow.penci-homepage-title .inner-arrow, .penci-homepage-title.style-4 .inner-arrow:before, .penci-homepage-title.style-4 .inner-arrow:after, .penci-homepage-title.style-7, .penci-homepage-title.style-9 {
    border-color: #00a8ff;
}

.penci-border-arrow.penci-homepage-title:before {
    border-top-color: #00a8ff;
}

.penci-homepage-title.style-5, .penci-homepage-title.style-7 {
    border-color: #00a8ff;
}

.penci-border-arrow.penci-homepage-title.style-5 .inner-arrow {
    border-bottom-color: #00a8ff;
}

.penci-homepage-title.style-5 {
    border-color: #00a8ff;
}

.penci-border-arrow.penci-homepage-title:after {
    border-color: #00a8ff;
}

.penci-homepage-title .inner-arrow, .penci-homepage-title.penci-magazine-title .inner-arrow a {
    color: #ffffff;
}

.penci-homepage-title:after {
    content: none;
    display: none;
}

.penci-homepage-title {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.penci-homepage-title:before {
    bottom: -6px;
    border-width: 6px;
    margin-left: -6px;
}

.penci-homepage-title.penci-magazine-title:before {
    left: 25px;
}

.penci-homepage-title:before, .penci-border-arrow.penci-homepage-title.style-2:after {
    content: none;
    display: none;
}

.home-featured-cat-content .magcat-detail h3 a:hover {
    color: #00a8ff;
}

.home-featured-cat-content .first-post .magcat-detail .mag-header:after {
    background: #00a8ff;
}


/* END */
/*! CSS Used from: https://www.mytrendyphone.eu/_dev/pages/_design2016/css/style-dd.css?v=1 */


.go-left {
    float: left;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0) url("https://www.mytrendyphone.eu/_dev/_images/2016/sprites/sprite-global.png?=1") no-repeat 0 0;
}

.icon:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.icon-right {
    margin-left: 3px;
}

.icon-ar-right-big-white {
    width: 8px;
    height: 14px;
    background-position: -52px -331px;
}

.btn {
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: middle;
}

.btn:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.btn-medium {
    height: 42px;
    padding: 0 18px;
    font-size: 14px;
}

.btn-green {
    background: #72a700;
}

a.btn,
.btn {
    color: #fff;
}

.btn-medium .icon-right {
    margin-left: 15px;
    margin-top: -2px;
}


.strong {
    font-family: "Gotham-Black", Sans-Serif;
    font-weight: normal;
}

.club-trendy .large-col {
    width: 62%;
}

.club-trendy ul.blue-checkmark {
    margin-bottom: 25px;
}

.club-trendy ul.blue-checkmark li {
    padding-left: 20px;
    min-height: 26px;
    background: rgba(0, 0, 0, 0) url("https://www.mytrendyphone.eu/_dev/_images/2016/sprites/misc/blue-checkmark.png?=1") no-repeat left center;
    font-size: 12px;
    padding-top: 8px;
    padding-left: 28px;
}

.club-trendy .ct-row &gt; div &gt; div {
    padding: 40px 50px;
    border: 1px solid #ebebeb;
    margin-bottom: 40px;
}

.club-trendy .ct-row .discount-list {
    padding: 40px 50px;
}

.club-trendy .ct-row .discount-list p {
    margin: 20px 0 15px;
}

@media screen and (max-width: 980px) {
    .club-trendy .large-col {
        margin: 40px auto;
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    .club-trendy .ct-row .discount-list {
        padding: 30px 40px;
    }
}

.webshop-body a {
    outline: none !important;
}


/*! CSS Used from: Embedded */

* {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}


/*! CSS Used fontfaces */

@font-face {
    font-family: 'Gotham-Black';
    src: url("https://www.mytrendyphone.eu/_dev/_styles/2016/fonts/Gotham-Black.eot#iefix") format("embedded-opentype"), url("https://www.mytrendyphone.eu/_dev/_styles/2016/fonts/Gotham-Black.otf") format("opentype"), url("https://www.mytrendyphone.eu/_dev/_styles/2016/fonts/Gotham-Black.woff") format("woff"), url("https://www.mytrendyphone.eu/_dev/_styles/2016/fonts/Gotham-Black.ttf") format("truetype"), url("https://www.mytrendyphone.eu/_dev/_styles/2016/fonts/Gotham-Black.svg#Gotham-Black") format("svg");
    font-weight: 700;
    font-style: 700;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url("https://www.mytrendyphone.eu/_dev/_styles/2016/fonts/Gotham-Medium.eot#iefix") format("embedded-opentype"), url("https://www.mytrendyphone.eu/_dev/_styles/2016/fonts/Gotham-Medium.otf") format("opentype"), url("https://www.mytrendyphone.eu/_dev/_styles/2016/fonts/Gotham-Medium.woff") format("woff"), url("https://www.mytrendyphone.eu/_dev/_styles/2016/fonts/Gotham-Medium.ttf") format("truetype"), url("https://www.mytrendyphone.eu/_dev/_styles/2016/fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
    font-weight: normal;
    font-style: normal;
}</pre></body></html>