/* 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 -53*/

.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;
    */
}

.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 -73*/

* {
    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 > li,
#navigation .menu > ul > li {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 30px;
}

#navigation .menu > li:last-child,
#navigation .menu > ul > 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 > li > a:before,
#navigation .menu > ul > li > 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 > li > a:hover:before,
#navigation .menu > ul > li > a:hover:before,
#navigation ul.menu > li:hover > a:before,
#navigation .menu > ul > li:hover > a:before {
    left: 0;
    width: 100%;
}

#navigation .menu li a:hover,
#navigation .menu li:hover > a,
#navigation .menu li.current-menu-item > a,
#navigation .menu > li.current_page_item > a,
#navigation .menu > li.current-menu-ancestor > a,
#navigation .menu > li.current-menu-item > 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 > li:last-child > a {
    border-bottom: none;
}

#navigation ul.menu li:hover > ul,
#navigation .menu ul li:hover > 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 > li > a:before,
#navigation.menu-style-2 .menu > ul > li > a:before {
    content: none;
    display: none;
}

#navigation ul.menu > li.menu-item-has-children > a:after,
#navigation .menu > ul > li.menu-item-has-children > a:after,
#navigation ul.menu > li.penci-mega-menu > a:after,
#navigation .menu > ul > li.penci-mega-menu > 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 > ul:before,
#navigation.menu-style-2 .menu ul li:hover > 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;
}

#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 > li:last-child,
#sidebar-nav .menu ul > 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 > 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 > a:hover {

}

#top-search > a > 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 0;
    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;
}

.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-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%;
}

ul.penci-grid {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.penci-grid > 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 > li:nth-of-type(3n+3) {
    margin-right: 0;
}

.penci-grid > li:nth-of-type(3n+1) {
    clear: both;
}

.container.penci_sidebar .penci-grid > 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 > .thumbnail,
.penci-masonry .item-masonry > .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 > .thumbnail:hover,
.penci-masonry .item-masonry > .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;
}

.cat > 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 > 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 > a.penci-cat-name:hover {

}

.cat > a.penci-cat-name:first-child {
    margin-left: 0;
}

.cat > a.penci-cat-name:last-child {
    margin-right: 0;
    padding: 0;
}

.cat > a.penci-cat-name:last-child:after {
    content: none;
    display: none;
}

.penci-grid li.list-post {
    width: 100% !important;
    margin-right: 0 !important;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #DEDEDE;
}

.penci-grid li.list-post:last-child {
    margin-bottom: 60px;
    padding-bottom: 0;
    border-bottom: none;
}

.penci-grid li.list-post .item > .thumbnail {
    margin: 0;
    width: 48.052%;
    float: left;
    max-width: 370px;
}

.penci-grid li.list-post .item .content-list-right {
    margin: 0;
    padding-left: 400px;
}

.penci-grid li.list-post .item .content-list-right.fullwidth {
    padding: 0;
}

.list-post .header-list-style {
    position: relative;
    padding-bottom: 17px;
}

.list-post .header-list-style:after {
    content: "";
    width: 60px;
    height: 1px;
    background: #6eb48c;
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
}

.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;
}

.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 .disable-url span {
    opacity: 0.5;
}

.penci-pagination a i,
.penci-pagination .disable-url i {
    font-size: 14px;
    margin-left: 8px;
}

.penci-pagination .newer a i,
.penci-pagination .newer .disable-url i {
    margin: 0 8px 0 0;
}

.penci-pagination .newer,
.penci-pagination .older {
    display: inline-block;
}

.penci-pagination .newer:after {
    content: "/";
    display: inline-block;
    margin: 0 16px 0 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #999;
}

#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;
}

/*.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 > li:last-child {*/
/*    margin-bottom: 0;*/
/*    padding-bottom: 0;*/
/*    border-bottom: none;*/
/*}*/

/*.widget a {*/
/*    color: #313131;*/
/*}*/

#searchform input.search-input {
    border: 1px solid #e9e9e9;
    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;
}

.archive-box {
    background: none;
    margin: 0 0 30px 0;
    position: relative;
    text-align: center;
}

.archive-box:after,
.archive-box:before {
    content: none;
}

.archive-box:before {
    width: 60px;
    bottom: -5px;
    margin-left: -30px;
}

.archive-box .title-bar {
    position: relative;
    display: block;
}

.container.penci-breadcrumb {
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: -30px;
}

.container.penci-breadcrumb span,
.container.penci-breadcrumb span a {
    font-size: 13px;
    color: #888888;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.container.penci-breadcrumb span a:hover {
    color: #6eb48c;
}

.container.penci-breadcrumb i {
    color: #888888;
    font-size: 13px;
    margin: 0 15px 0 19px;
}

@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 > li.megamenu > ul.sub-menu {
        width: 940px;
    }

    #navigation ul.menu > li,
    #navigation .menu > ul > li {
        margin-right: 16px;
    }

    .penci-grid li.list-post .item .content-list-right {
        padding-left: 400px;
    }

    .penci_sidebar .penci-grid li.list-post .item .content-list-right,
    .home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-detail {
        padding-left: 321px;
    }

    .penci-grid li:nth-of-type(3n+1) {
        clear: none;
    }
}

@media only screen and (min-width: 961px) {
    #navigation .menu {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 960px) {
    #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 li.list-post .item .content-list-right,
    .home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-detail {
        padding-left: 378px;
    }

    .penci-grid > li {
        width: 48.05%;
        margin-right: 3.9%;
    }

    .penci-grid li:nth-of-type(3n+1) {
        clear: none;
    }

    .penci-grid > 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%;
    }

    #logo img {
        max-width: 100%;
        height: auto;
    }

    .container.penci_sidebar .penci-grid > li {
        width: 100% !important;
        margin: 0 0 40px !important;
    }

    .penci-grid .list-post.list-boxed-post .item > .thumbnail,
    .penci-grid .list-post.list-boxed-post .item .content-list-right,
    .penci-grid li.list-post .item > .thumbnail,
    .home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-thumb {
        width: 100%;
        display: block;
        height: auto;
        min-height: 0;
        float: none;
        max-width: 100%;
    }

    .penci-grid li {
        width: 100% !important;
        margin-right: 0 !important;
        float: none;
    }

    .penci-grid li.list-post .item .content-list-right {
        padding: 0;
    }

    .penci-grid li.list-post .item > .thumbnail {
        margin-bottom: 30px;
    }

    .penci-grid li .item > .thumbnail, .penci-masonry .item-masonry > .thumbnail {
        width: 100%;
    }
}

@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 > .container,
    #widget-area > .container,
    #footer-section > .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #navigation, .inner-header {
        padding-left: 10px;
        padding-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;
    }

    .cat > a.penci-cat-name,
    .penci-grid li .item .cat a, .penci-masonry .item-masonry .cat a {
        font-size: 11px;
    }

    .penci-pagination a,
    .penci-pagination .disable-url {
        font-size: 11px;
    }

    .penci-pagination a i {
        font-size: 12px;
    }

    #footer-copyright * {
        font-size: 12px;
    }

    #sidebar-nav {
        width: 270px;
        transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -moz-transform: translateX(-270px);
    }
}

@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 -75*/

.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 83-182*/

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 > li a, div.penci-topbar-menu > ul > 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 > li a, div.penci-topbar-menu > ul > 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 > li a:hover, div.penci-topbar-menu > ul > 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 > 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 > a > 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 > a, #navigation .menu > li.current_page_item > a, #navigation .menu li:hover > a, #navigation .menu > li.current-menu-ancestor > a, #navigation .menu > li.current-menu-item > a {
    color: #00a8ff;
}

#navigation ul.menu > li > a:before, #navigation .menu > ul > li > a:before {
    background: #00a8ff;
}

#navigation.menu-style-2 ul.menu ul:before, #navigation.menu-style-2 .menu ul ul:before {
    background-color: #00a8ff;
}

#navigation .menu .sub-menu li a:hover, #navigation .menu .sub-menu li.current-menu-item > a, #navigation .sub-menu li:hover > a {
    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-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;
}

.post-entry p, .wpb_text_column p {
    /* margin-bottom: 17px; */
}

.penci-category-description {
    margin-bottom: 35px;
    line-height: 1.8;
}

/* END */


.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;
}

/*h2 {*/
/*    font-weight: normal;*/
/*    text-transform: uppercase;*/
/*}*/

/*p {*/
/*    font-size: 12px;*/
/*    line-height: 1.3;*/
/*}*/

/*h2 {*/
/*    font-size: 29px;*/
/*    text-transform: uppercase;*/
/*}*/

.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-family: "Gotham-Medium", Sans-Serif;
    font-size: 12px;
    padding-top: 8px;
    padding-left: 28px;
}

.club-trendy .ct-row > div > 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;
}

* {
. penci-sidebar-content . widget-title 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;
}

.penci-layout-list h1 {
    color: #313131;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 15px;
}