﻿/*------------------------------------------------------------------

1. Wrapper / #wrapper 

    1.1 Boxed mode / .boxed

2. Header / #header
    2.1 Search / #search
    2.2 Social Icons / .social-icon

3. Main Menu / .menu-wrapper

4. Sticky Post (Featured Post) / #sticky

5. Content / Sidebar / .col-contentEntry Meta
    4.1 Post class left image / .left-image-post
    4.2 Standart Post / .standard-post
    4.4 Entry Meta (Meta data) / .entry-data
    4.5 Paper Button / .paper-button
    4.6 Single Content / .single
    4.7 UI Post Content 

6. Comments / .comments

7. Widgets / #widget

8. Page Navi / #wp-pagenavi

9. Footer / #footer

10. Other style

-------------------------------------------------------------------*/
/*DEFINIZIONE DEGLI STILI DI BOOTSTRAP BASE*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { font-weight: 300; }
a {
    font-weight: 300;
}
body {
    background-color: #f7f7f7;
    color: #444;
    font-size: 14px;
    /*font-family: "Teko", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.75;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    font-weight: 300;
}

.h2, h2 {
    font-size: 26px;
}

.h3, h3 {
    font-size: 21px;
}

.h4, h4 {
    font-size: 16px;
}

element.style {
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #444;
    font-weight: 300;
    /* font-family: 'Teko', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.3;
}
.h4, h4 {
    font-size: 18px;
}

fieldset {
    margin: 0;
    padding:0;
    border: 1px solid transparent;
}
legend {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;

}
html {
    font-size: 62.5%;
}
body {
    background-color: #f7f7f7;
    color: #444;
    /*font-family: "Teko", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.75;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    font-weight: 300;
}

select {
    outline: none;
    border:1px solid #eee;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
a:focus {
    outline: none;
}
a:active, a:hover { outline: 0;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #283148; }
a {
    color: #444;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a:hover {
    color: #283148;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
img { max-width: 100%;}
div.updated, div.error {
    margin-left: 0px !important;
}
.marg25 {margin-top:25px;}
.marg50 {margin-top:50px;}
.marg75 {margin-top:75px;}
.marg100 {margin-top:100px;}
.marg125 {margin-top:120px;}
.marg150 {margin-top:150px;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #444;
    font-weight: 300;
    /*font-family: 'Teko', sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.3;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #999;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin: 10px 0;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #999;
    font-weight: normal;
    line-height: 1;
}
p { margin: 0 0 15px; font-weight: 300; line-height: 1.75;}
abbr[title], abbr[data-original-title] {
    border-bottom: 1px dotted #999;
}
blockquote {
    border-left: 5px solid #f1f1f1;
}
blockquote footer, blockquote small, blockquote .small {
    color: #999;
}
.blockquote-reverse, blockquote.pull-right {
    border-right: 5px solid #f1f1f1;
}
kbd {
    background-color: #444;
}
pre {
    color: #444;
}

@media (min-width: 768px) {
    .container {
        width: 768px;
        background-color: white;
    }
}

@media (min-width: 992px) {
    .container {
        width: 992px;
        background-color: white;
    }
}
@media (min-width: 1170px) {
    .container {
        width: 1170px;
        background-color: white;
    }
}
fieldset {
    border: 1px solid transparent;
}
legend {
    margin-bottom: 10px;
}
input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: auto;
}
/*------------------------------------------------------------------
[1. Wrapper / #wrapper]
*/
.cont-wide { background: #fff }
.wrapper {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}
/*------------------------------------------------------------------
[1.1 Boxed / .boxed]
*/
.boxed {
    box-shadow: 0 1px 2px rgba(0,0,0,.1) !important;
    width: 1170px;
}
/*------------------------------------------------------------------
[2.0 Header / .header]
*/
.header { background: transparent }
.header-white {
    background: #fff;
    width: 1170px;
    margin: auto;
}
.logo {
    margin: 7px 0px 5px 0px;
    /* height: 90px;
    line-height: 90px;*/
}

.logo a {
    font-size: 35px;
    display: inline-block;
}
.logo-banner {
    margin: 5px 0px;
}
.soc-area {
    margin: 35px 0px 10px 0;
    height: 30px;
    line-height: 30px;
}
.search-area {
    margin: 0px 0px 8px 0;
    height: 40px;
}
.search-area form > div {
    padding: 10px 44px 10px 10px;
    height: 40px;
    border: 1px solid #eee;
    background: #fff;
}
.search-area form > div:before {
    position: absolute;
    top: 11px;
    left: 243px;
    color: #283148;
    content: "\e090";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 19px;
    font-family: 'Simple-Line-Icons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 19px;
}
.search-area form label { display: none }
.search-area input[name="s"] {
    float: left;
    padding: 0;
    width: 100%;
    height: 20px;
    border: none;
    font-weight: 300;
}
.search-area input[type="submit"] {
    position: relative;
    float: right;
    margin: -5px -39px 0 0;
    padding: 0;
    width: 30px !important;
    height: 30px;
    border: none !important;
    background: none !important;
    text-indent: -9999px;
}
/*------------------------------------------------------------------
[2.1 Head Search / .head-search ]
*/
.head-search input[name="s"] {
    height: 50px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    width: 100%;
    padding: 15px 45px 15px 15px;
    border-top: none;
}
.head-search input[name="s"]:focus { border: 1px solid #eee }
.head-search input[type="submit"] {
    padding: 0;
    float: right;
    margin-top: -15px;
    position: relative;
    background: transparent;
    color: rgba(0,0,0,0.54);
    border: none;
    width: 45px;
    height: 50px;
    margin-right: -14px;
}
.head-search input[type="submit"]:hover {
    background: transparent;
    transition: background 200ms linear;
}
.head-search span:hover:before {
    color: #283148;
    transition: color 200ms linear;
}
.head-search span {
    float: right;
    margin-top: -35px;
    position: relative;
    margin-right: 15px;
}
.head-search span:before {
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e090";
    font-size: 20px;
    color: rgba(0,0,0,0.54);
    position: relative;
    left: 33px;
}
.search-title {
    padding-top: 0px;
    margin-top: 0px;
}
/*------------------------------------------------------------------
[2.2 Icons Social / .icons-social ]
*/
.icons-social {
    display: block;
    float: right;
    overflow: hidden;
    width: 198px;
    height: 30px;
}
.icons-social a {
    float: left;
    transition: all 200ms linear;
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-left: 3px;
}
.icons-social a:hover {
    transition: all 250ms linear;
    background: transparent;
}
#icon-dribbble:before { content: "\f17d" }
#icon-dribbble { background: #ea4c89 }
#icon-dribbble:hover {
    color: #ea4c89;
    background: transparent;
}
#icon-facebook { background: #3b5998 }
#icon-facebook:hover {
    color: #3b5998;
    background: transparent;
}
#icon-facebook:before { content: "\f09a" }
#icon-flickr:before { content: "\f16e" }
#icon-flickr { background: #005FDF }
#icon-flickr:hover {
    color: #005FDF;
    background: transparent;
}
#icon-github:before { content: "\f113" }
#icon-github { background: #171515 }
#icon-github:hover {
    color: #171515;
    background: transparent;
}
#icon-googleplus { background: #d34836 }
#icon-googleplus:hover {
    color: #d34836;
    background: transparent;
}
#icon-googleplus:before { content: "\f0d5" }
#icon-instagram:before { content: "\f16d" }
#icon-instagram { background: #3C719D }
#icon-instagram:hover {
    color: #3C719D;
    background: transparent;
}
#icon-linkedin { background: #0075AA }
#icon-linkedin:hover {
    color: #0075AA;
    background: transparent;
}
#icon-linkedin:before { content: "\f0e1" }
#icon-pinterest:before { content: "\f0d2" }
#icon-pinterest { background: #CA2025 }
#icon-pinterest:hover {
    color: #CA2025;
    background: transparent;
}
#icon-rss { background: #F0801E }
#icon-rss:hover {
    color: #F0801E;
    background: transparent;
}
#icon-rss:before { content: "\f09e" }
#icon-tumblr:before { content: "\f173" }
#icon-tumblr { background: #335170 }
#icon-tumblr:hover {
    color: #335170;
    background: transparent;
}
#icon-skype:before { content: "\f17e" }
#icon-skype { background: #00AEF3 }
#icon-skype:hover {
    color: #00AEF3;
    background: transparent;
}
#icon-twitter { background: #50ABF1 }
#icon-twitter:hover {
    color: #50ABF1;
    background: transparent;
}
#icon-twitter:before { content: "\f099" }
#icon-vimeo { background: #3BBAFF }
#icon-vimeo:hover {
    color: #3BBAFF;
    background: transparent;
}
#icon-vimeo:before { content: "\f194" }
#icon-youtube { background: #C62E24 }
#icon-youtube:hover {
    color: #C62E24;
    background: transparent;
}
#icon-youtube:before { content: "\f16a" }
#icon-foursquare { background: #0071B3 }
#icon-foursquare:hover {
    color: #0071B3;
    background: transparent;
}
#icon-foursquare:before { content: "\f180" }
#icon-apple { background: #BFBEBE }
#icon-apple:hover {
    color: #BFBEBE;
    background: transparent;
}
#icon-apple:before { content: "\f179" }
#icon-android { background: #A3C828 }
#icon-android:hover {
    color: #A3C828;
    background: transparent;
}
#icon-android:before { content: "\f17b" }
#icon-vk { background: #436590 }
#icon-vk:hover {
    color: #436590;
    background: transparent;
}
#icon-vk:before { content: "\f189" }
#icon-windows { background: #00BBF5 }
#icon-windows:hover {
    color: #00BBF5;
    background: transparent;
}
#icon-windows:before { content: "\f17a" }
#icon-behance { background: #0763FF }
#icon-behance:hover {
    color: #0763FF;
    background: transparent;
}
#icon-behance:before { content: "\f1b4" }
#icon-delicious:before { content: "\f1a5" }
#icon-delicious { background: #2A96FF }
#icon-delicious:hover {
    color: #2A96FF;
    background: transparent;
}
/*------------------------------------------------------------------
[3. Main Menu /.menu-wrapper ]
*/
.menu-wrapper {
    width: 1170px;
    height: 40px;
    background: #283148;
}
.menu {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 34px;
    background: #283148;
}
.top-menu {
    position: relative;
    z-index: 9999;
    width: 1170px;
    /*width: 100%;*/
    height: 34px;
}
#wpadminbar .sticky-menu { top: 32px }
.sticky-menu {
    position: fixed;
    top: 0;
    width: 1170px;
    transition: 0;
}
.sticky-top-menu {
    position: fixed;
    top: 0;
    width: 1170px;
    transition: 0;
}
.boxed .sticky-menu {
    width: 1130px;
    left: auto;
    transition: none !important;
}
.menu.non-sticky { position: relative!important }
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li { position: relative }
.sf-menu > li { float: left }
.sf-menu ul {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 99;
    display: none;
}
ul#main-nav {
    position: relative;
    z-index: 1001;
    display: block;
    float: left;
}
ul#main-nav li {
    position: relative;
    z-index: 1000;
    display: inline-block;
    float: left;
}
ul#main-nav > li:first-child > a { border-left: 1px solid rgba(255,255,255,0.6) }
ul#main-nav > li > a {
    z-index: 100;
    display: inline-block;
    padding: 14px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border-right: 1px solid rgba(255,255,255,0.6);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
}
ul#main-nav > li a:hover {
    background: rgba(0,0,0,0.10);
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
ul#main-nav li ul {
    position: absolute;
    z-index: 10;
    width: 182px;
    margin-left: -1px;
    box-shadow: 0;
}
ul#main-nav li ul:first-child { margin-left: 0px }
ul#main-nav li ul li ul { margin-left: 0 }
ul#main-nav li ul li {
    background: #283148;
    border-top: 1px solid rgba(255,255,255,0.6);
    border-left: 1px solid rgba(255,255,255,0.6);
    border-right: 1px solid rgba(255,255,255,0.6);
}
ul#main-nav li ul li:last-child {
    background: #283148;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}
ul#main-nav li ul li a {
    display: block;
    padding: 10px;
    width: 180px;
    color: #fff;
    font-weight: 300;
}
ul#main-nav li ul li a:hover {
    color: #fff;
    background: rgba(0,0,0,0.10);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#main-nav li.menu-item-has-children > a:after {
    padding-left: 13px;
    color: #fff;
    content: "\f107";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 13px;
    font-family: 'FontAwesome';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#main-nav li.menu-item-has-children > a { font-weight: 300 }
#main-nav > li.current-menu-item > a,
#main-nav > li.current_page_item > a {
    color: #fff;
    background: rgba(0,0,0,0.10);
}
ul#main-nav li ul li.dl-back { display: none }
.sub-menu { background: #283148 }
ul#main-nav li ul li ul {
    left: 180px;
    top: -1px;
}
#main-nav li.menu-item-has-children ul li.menu-item-has-children > a:after {
    content: "\f105";
    float: right;
}
/*------------------------------------------------------------------
[5. Content / Sidebar /.col-content ]
*/
.content { margin-top: 0px }
.col-left { width: 210px }
.col-content { width: 880px }
.col-sidebar { width: 290px }
.wrap-content { padding-bottom: 50px }
.col-content.full-cont { width: 100% }
.posts, .sidebar {
    font-family: 'Source Sans Pro', sans-serif;
}
.posts .widget-title {
    margin-top: 0;
    margin-bottom: 1em;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 0px;
    border-bottom: 1px solid #283148;
    display: inline-block;
    margin-bottom: -1px;
}
.posts .widget > h5 {
    margin-top: 0;
    margin-bottom: 1em;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 0px;
    border-bottom: 2px solid #283148;
    display: inline-block;
}
.posts .widget > h3:before,
.posts .widget > h5:before { border-bottom: 1px solid #eee }
.posts .widget-line {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.page .wrap-content {
    min-height: 500px;
    background: #ffffff;
    margin: 50px 0;
    padding: 0;
}
.page.page-template .wrap-content {
    min-height: 500px;
    box-shadow: none;
    background: transparent;
    padding: 0;
    margin: 50px 0;
}
.post-thumbnail {
    position: relative;
    overflow: hidden;
    height: 260px;
}
.post-hover { overflow: hidden }
.post-hover img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    overflow: hidden;
}
.post-hover img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.col-content.sidebar-left { float: right }
.col-content.sidebar-right { float: left }
.percent-sidebar { float: left }
.sidebar-left { float: left }
.sidebar-right { float: right }
.sidebar .widget-title {
    margin-top: 0;
    margin-bottom: 1em;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 0px;
    border-bottom: 1px solid #283148;
    display: inline-block;
    margin-bottom: -1px;
}
.sidebar .widget > h5 {
    margin-top: 0;
    margin-bottom: 1em;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 0px;
    border-bottom: 2px solid #283148;
    display: inline-block;
}
.sidebar .widget > h3:before,
.sidebar .widget > h5:before { border-bottom: 1px solid #eee }
.sidebar .widget-line {
    border-bottom: 1px solid #EEE;
    margin-bottom: 15px;
}
.sidebar>.widget-line {
    margin-top: 15px;
}
.sidebar-mini .widget-title {
    margin-top: 0;
    margin-bottom: 1em;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 0px;
    border-bottom: 1px solid #283148;
    display: inline-block;
    margin-bottom: -1px;
}
.sidebar-mini .widget > h5 {
    margin-top: 0;
    margin-bottom: 1em;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 0px;
    border-bottom: 2px solid #283148;
    display: inline-block;
}
.sidebar-mini .widget > h3:before,
.sidebar .widget > h5:before { border-bottom: 1px solid #eee }
.sidebar-mini .widget-line {
    border-bottom: 1px solid #EEE;
    margin-bottom: 25px;
}
.sidebar a {color: #444; font-weight: 600;}
.sidebar a:hover { color: #283148; }
.sidebar { padding: 10px 0 }
.sidebar-mini { padding: 25px 0 }

.archive-header {
    background: #ffffff;
    margin: 50px 0 25px 0;
}
.archive-title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.archive-tags:before {
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #283148;
    content: "\e055";
    font-size: 19px;
    font-family: 'Simple-Line-Icons';
    -webkit-font-smoothing: antialiased;
    margin-top: -3px;
}
.archive-date:before {
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #283148;
    content: "\e075";
    font-size: 19px;
    font-family: 'Simple-Line-Icons';
    -webkit-font-smoothing: antialiased;
    margin-top: -3px;
}
.archive-search:before {
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #283148;
    content: "\e090";
    font-size: 19px;
    font-family: 'Simple-Line-Icons';
    -webkit-font-smoothing: antialiased;
    margin-top: -3px;
}
.archive-404:before {
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #283148;
    content: "\e090";
    font-size: 19px;
    font-family: 'Simple-Line-Icons';
    -webkit-font-smoothing: antialiased;
    margin-top: -3px;
}
.archive-category:before {
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #283148;
    content: "\e05f";
    font-size: 19px;
    font-family: 'Simple-Line-Icons';
    -webkit-font-smoothing: antialiased;
    margin-top: -3px;
}
.archive-shop:before {
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #283148;
    content: "\e035";
    font-size: 19px;
    font-family: 'Simple-Line-Icons';
    -webkit-font-smoothing: antialiased;
    margin-top: -3px;
}
/*------------------------------------------------------------------
[5.1 Post class left image / .left-image-post]
*/
.post-category { float: right }
.post-category li {
    list-style: none;
    float: left;
    padding-left: 15px;
}
.post-category li a { }
.post-category .active { position: relative }
.post-category a {
    display: inline-block;
    font-size: 13px;
}
.post-category .active { color: #283148 }
.post-category .active:before,
.post-category .active:after {
    border-left: 7px dotted transparent;
    border-right: 7px dotted transparent;
    border-top: 7px solid #e4e4e4;
    bottom: -10px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}
.post-category .active:after {
    border-top-color: #fff;
    bottom: -9px;
}
.left-image-post .post-thumbnail {
    display: block;
    float: left;
    margin: 0 0 0 -337px;
    width: 337px;
    height: 208px;
    margin-right: 25px;
}
.left-image-post.no-thumbnail { padding-left: 0px }
.left-image-post.no-thumbnail .paper-button { display: none }
.left-image-post.no-thumbnail .post-thumbnail {
    display: none;
    float: left;
    margin: 0;
    width: 337px;
    height: 245px;
}
.left-image-post .video-content {
    display: block;
    float: left;
    margin: 0 0 0 -337px;
    width: 337px;
}
.post-content {overflow: hidden;}
.left-image-post .post-content > p:first-child {
    min-height: 50px;
    max-height: 70px;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
.left-image-post .post-content > p, .left-image-post .post-content > pre, .left-image-post .post-content > table {
display: none;
}

.format-video.left-image-post .post-content > p:first-child {
    min-height: 100%;
    max-height: 100%;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
.format-video.left-image-post .post-content > p {
display: none;
}
.format-video.left-image-post .post-content > p:first-child > embed{
min-height: 100%;
max-height: 100%;
}
.format-video.left-image-post.no-thumbnail .post-content {
    min-height: 100%;
    max-height: 100%;
}
.left-image-post .paper-button:before,
.left-image-post .paper-button:after { left: 5px }
.left-image-post.no-thumbnail .post-content {
    min-height: 100%;
    max-height: 205px;
}
.left-image-post .title {
    font-size: 21px;
    text-transform: none;
    font-weight: 300;
    line-height: 1.35;
    margin: 0;
    padding: 0 0 15px 0;
}
.left-image-post .title a:hover {
    color: #283148;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.left-image-post .entry-meta { padding: 0px }
.left-image-post { padding-left: 337px }
.left-image-post.first_big_post { padding-left: 0px }
.post-set {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}
.post.post-set:last-child { border: none }
li.tags span a { margin-left: 10px }
li.tags span i {
    position: relative;
    top: 3px;
    right: 2px;
    display: inline-block;
}
.left-image-post .attachment-post-thumbnail {
    padding-bottom: 0px;
    height: 208px;
}
.first_big_post.left-image-post .attachment-post-thumbnail {
    padding-bottom: 0px;
    height: auto;
}
/*------------------------------------------------------------------
[5.2 Standart Post / .standart-post]
*/
.standart-post .title {
    font-size: 22px;
    text-transform: none;
    font-weight: 300;
    letter-spacing: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    padding: 25px 25px 15px 25px;
    margin: 0;
}
.standart-post .title:hover a,
.standart-post .title:hover {
    color: #283148;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.standart-post.no-thumbnail .title { padding-top: 0px }
.standart-post .post-content {
    height: auto;
    min-height: 100%;
    max-height: 100%;
}
.standart-post .entry-meta { padding: 15px 0px }
.standart-post .title { font-size: 27px }
.standart-post .post-thumbnail {
    width: 100%;
    margin: 0;
    height: auto;
}
.standart-post .attachment-post-thumbnail {
    padding-bottom: 0px;
    height: auto;
}
.standart-post .title {
    font-size: 22px;
    text-transform: none;
    font-weight: 300;
    letter-spacing: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    padding: 25px 0px 15px 0px;
    margin: 0;
}
.standart-post .entry-meta { padding: 15px 0px }
/*------------------------------------------------------------------
[5.4 Entry Meta (Meta data) /.entry-meta ]
*/
.entry-meta {
    margin-top: 15px;
    overflow: hidden;
}
.entry-meta ul {
    margin: 0;
    padding: 0;
}
.entry-meta ul li {
    display: inline-block;
    margin-right: 14px;
    list-style: none;
}
.entry-meta ul li i {
    color: #283148;
    font-size: 16px;
}
.entry-meta ul li a { }
.entry-meta ul li span {
    position: relative;
    top: -2px;
    padding-left: 7px;
    font-weight: 300;
    font-size: 12px;
}
.entry-meta ul li span:hover {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/*------------------------------------------------------------------
[5.5 Paper Button / .paper-button ]
*/
.btn-next {
    background: rgba(255,255,255,0.95);
    color: #000;
    display: block;
    left: 0;
    pointer-events: all;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
.btn-next:before { background: #fff }
.paper-button:before {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
}
.paper-button:hover:before,
.paper-button:hover:after {
    background: #283148;
    color: #fff;
    transition: all 0.25s ease;
}
.paper-button:before,
.paper-button:after {
    height: 35px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 35px;
    background: rgba(255,255,255,0.95);
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    color: #283148;
    text-align: center;
    line-height: 35px;
    transition: all 0.25s ease;
}
.paper-button.pencil:before,
.paper-button.pencil:after { content: "\e05f" }
.paper-button.video:before,
.paper-button.video:after { content: "\e03a" }
.paper-button.quote:before,
.paper-button.quote:after { content: "\e02c" }
.paper-button.link:before,
.paper-button.link:after { content: "\e08d" }
.paper-button.image:before,
.paper-button.image:after { content: "\e07f" }
.paper-button.gallery:before,
.paper-button.gallery:after { content: "\e032" }
.paper-button.audio:before,
.paper-button.audio:after { content: "\e061" }
/*------------------------------------------------------------------
[5.6 Single Post /.single ]
*/
.single .entry-meta ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
    list-style: none;
}
.single .wrap-content {
    min-height: 500px;
    box-shadow: 0;
    background: #ffffff;
    margin: 50px 0;
    width: 100%;
    float: right;
}
#rel-post.format-quote .single-action span a i:before { content: "\e02c" }
#rel-post.format-standard .single-action span a i:before { content: "\e05f" }
#rel-post.format-image .single-action span a i:before { content: "\e07f" }
#rel-post.format-video .single-action span a i:before { content: "\e03a" }
#rel-post.format-audio .single-action span a i:before { content: "\e061" }
#rel-post.format-link .single-action span a i:before { content: "\e08d" }
#rel-post.format-gallery .single-action span a i:before { content: "\e032" }
.single .post { height: 100% !important }
.single .entry-meta ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
    list-style: none;
}
#rel-post.format-quote .single-action span a i:before { content: "\e02c" }
#rel-post.format-standard .single-action span a i:before { content: "\e05f" }
#rel-post.format-image .single-action span a i:before { content: "\e07f" }
#rel-post.format-video .single-action span a i:before { content: "\e03a" }
#rel-post.format-audio .single-action span a i:before { content: "\e061" }
#rel-post.format-link .single-action span a i:before { content: "\e08d" }
#rel-post.format-gallery .single-action span a i:before { content: "\e032" }
#related-post-thumb .post-thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    width: 100%;
    height: auto;
}
#related-post-thumb .title {
    padding-top: 0;
    text-transform: none;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 1.3;
}
#related-post-thumb .title a { font-weight: 300 }
#related-post-thumb { margin-bottom: 50px }
.related-posts { margin-top: 50px }
.related-posts h3 {
    margin-top: 0px;
    padding-bottom: 5px;
    font-size: 20px;
}
.single .post-thumbnail {
    margin-bottom: 15px;
    height: auto;
}
.single .post-thumbnail img { height: auto }
.single .post-thumbnail {
    margin-bottom: 15px;
    height: auto;
}
.single .post-thumbnail img { height: auto }
.single-post h1 {
    padding-top: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 31px;
}
.breadcrumbs {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 13px;
}
#authorarea { }
#authorarea h3 {
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 0;
    text-align: center;
}
#authorarea img {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.authorinfo {
    text-align: center;
    font-weight: 300;
    margin-top: 15px;
    display: inline-block;
}
.hidden { opacity: 0 }
.visible { opacity: 1 }
.single .wp-post-image:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.nav-previous a {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    background: #f7f7f7;
    text-align: center;
}
.nav-previous a:hover {
    background: #283148;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.nav-next a {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    background: #f7f7f7;
    text-align: center;
}
.nav-next a:hover {
    background: #283148;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.post-video iframe,
.post-video embed,
.post-video object {
    width: 100%;
    height: 400px;
}
.single-video { background: #000 }
.image-slider a.video-thumb { opacity: 1 }
.image-slider a.video-thumb:hover:before,
.image-slider a.video-thumb:hover:after {
    color: #fff;
    background: #283148;
    border-radius: 50%;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.image-slider a.video-thumb:before {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    font-family: 'Simple-Line-Icons';
    font-size: 32px;
    text-align: center;
    line-height: 70px;
    color: #283148;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.format-video.image-slider a.video:before { content: "\e03a" }
.format-audio.image-slider a.video:before { content: "\e061" }
.image-slider a.video-thumb:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    font-size: 32px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    border-radius: 50%;
    background: rgba(255,255,255,1);
    z-index: 1;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.image-slider {
    width: 100%;
    display: block !important;
}
.title-slider {
    width: 105px;
    float: right;
    font-size: 16px;
    line-height: 1.32;
    height: 65px;
    overflow: hidden;
}
.title-slider a { font-weight: 300 }
.not-found {
    margin-top: 50px;
    border-bottom: 1px solid #eee;
    padding-bottom: 2px;
}
.meta-slider {
    display: inline-block;
    margin-left: 20px;
}
.meta-slider i {
    color: #283148;
    font-size: 14px;
    position: relative;
    top: 2px;
    padding-right: 5px;
}
.meta-slider span {
    font-weight: 300;
    font-size: 12px;
}
.pal { padding-left: 0px }
.par { padding-right: 0px }
.slide {
    display: inline-block;
    /*width: 250px;*/
}
.title-above {
    text-align: center;
    font-size: 25px;
    margin-bottom: 50px;
}
.avatar-widget {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
}
/*------------------------------------------------------------------
[5.6 UI Post  ]
*/
.link-format {
    margin-bottom: 15px;
    padding: 25px 75px;
    border: 1px solid #eee;
}
.link-format a {
    padding: 0 0 0 15px;
    border-left: 1px solid #eee;
    font-size: 30px;
}
.link-format a:before {
    display: inline-block;
    margin: 0 31px 0 -65px;
    color: #283148;
    content: "\e08d";
    font-size: 32px;
    font-family: 'Simple-Line-Icons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.quote-format {
    position: relative;
    padding: 20px;
    border: 1px solid #eee;
    font-size: 17px;
    line-height: 1.5;
    background: #fff;
}
.quote-format:before {
    position: absolute;
    bottom: -15px;
    left: 10px;
    border-width: 15px 55px 0 55px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: '';
}
.quote-author {
    display: inline-block;
    margin-bottom: 15px;
    padding: 25px 25px 20px 25px;
    width: 100%;
    background: #444;
    color: #fff;
    font-size: 21px;
}
/*------------------------------------------------------------------
[6. Commetns Form / .comment ]
*/
.form-allowed-tags { display: none }
.comment-form-comment label { display: none }
.comment-form-comment textarea {
    overflow: hidden;
    padding: 10px;
    width: 100%;
    height: 150px;
    border-color: #f1f1f1;
}
#reply-title {
    font-size: 20px;
    padding-top: 0;
    margin-top: 0;
}
.logged-in-as a { color: #283148 }
.commentlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.commentlist li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.comment .avatar {
    display: inline-block;
    float: left;
    margin-right: 35px;
}
.comment-top-level .comment-box {
    margin-bottom: 25px;
    padding-left: 108px;
}
.comment-box { font-weight: 300 }
.author-card {
    color: #283148;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 20px;
}
.comment-time {
    margin-top: 7px;
    margin-bottom: 1em;
    font-size: 13px;
    opacity: 0.7;
}
.comment-content {
    margin-top: 5px;
    margin-left: 110px;
}
.comments-title {
    margin: 25px 0 25px 0;
    padding: 0px 0 5px;
    border-bottom: 1px solid #eee;
    color: #444;
    font-size: 20px;
}
.comment-reply-title small a {
    font-weight: 300;
    font-size: 13px;
}
.commentlist .children {
    margin: 0;
    margin-top: 25px;
    padding: 0;
    list-style-type: none;
}
.children .comment .avatar {
    margin-right: 30px;
    margin-left: 30px;
    width: 50px;
    height: 50px;
}
ol.children  li {
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 100%;
    border-bottom: none;
}
.comment-form-author input {
    padding: 5px 10px;
    border: 1px solid #eee;
}
.comment-form-email input {
    padding: 5px 10px;
    border: 1px solid #eee;
}
.comment-form-url input {
    padding: 5px 10px;
    border: 1px solid #eee;
}
.comment-notes { display: none }
.edit-link {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
#commentform label {
    width: 65px;
    display: inline-block;
}
.comment-reply-link { color: #283148 }
/*------------------------------------------------------------------
[7. Widget /.widget ]
*/
.widget {
    display: inline-block;
    margin: 0 auto 15px;
    width: 100%;
}
.widget:last-child {
    margin-bottom: 0px;
    margin-bottom: -5px;
}
.widget_search form > div {
    padding: 10px 44px 10px 10px;
    height: 40px;
    border: 1px solid #eee;
    background: #fff;
}
.widget_search form > div:before {
    position: absolute;
    top: 11px;
    right: 15px;
    color: #283148;
    content: "\e090";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 19px;
    font-family: 'Simple-Line-Icons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.widget_search form label { display: none }
.widget_search input[name="s"] {
    float: left;
    padding: 0;
    width: 100%;
    height: 20px;
    border: none;
    font-weight: 300;
}
.widget_search input[type="submit"] {
    position: relative;
    float: right;
    margin: -5px -39px 0 0;
    padding: 0;
    width: 30px !important;
    height: 30px;
    border: none !important;
    background: none !important;
    text-indent: -9999px;
}
.tagcloud a {
    display: inline-block;
    float: left;
    overflow: hidden;
    margin: 0 5px 5px 0;
    padding: 4px 9px;
    background: #283148;
    color: #FFF !important;
    text-transform: lowercase;
    font-weight: 300;
    font-size: 13px !important;
}
.tagcloud a:hover {
    background: #fff;
    color: #283148 !important;
}
#wp-calendar {
    margin: 0;
    width: 100%;
    line-height: 1.846153846;
}
#wp-calendar caption {
    text-align: right;
    margin-bottom: 5px;
    font-size: 13px;
}
#wp-calendar tbody td {
    background: #f7f7f7;
    text-align: center;
    height: 40px;
}
#wp-calendar tbody .pad { background: none }
#wp-calendar thead th {
    background: #f3f3f3;
    text-align: center;
    height: 40px;
    font-weight: 400;
    color: #222;
}
#wp-calendar #next {
    padding-right: 24px;
    text-align: right;
}
.posts-by-vies-widget ul li {
    padding: 0px 0 15px 0 !important;
    list-style: none;
    font-weight: 300;
    float: left;
    width: 100%;
}
.dankov_image_wrapper {
    float: left;
    margin: 0px 15px 0 0;
    width: 65px;
    height: 65px;
}
.sidebar-mini .dankov_image_wrapper {
    margin: 0 0 10px 0;
    width: 100%;
    height: auto;
}
.sidebar-mini .dankov_image_wrapper .attachment-post-thumbnail {
    height: auto;
    width: 100%;
}
.sidebar-mini .dankov_post_content { display: inline-block }
.sidebar-mini .dankov_post_content h3 { font-size: 15px }
.dankov_post_meta { margin-top: 5px }
.footer-area .dankov_post_content a {
    color: #444;
    font-size: 15px;
    font-weight: 300;
}
.footer-widget { margin: 15px 0 15px 0 }
.footer .widget-title {
    margin: 0;
    padding-top: 0px;
    color: #444;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}
.footer .flickr-photos a {
    float: left;
    margin: 0 15px 15px 0;
    padding: 0;
    border: 0 none;
    list-style: none;
}
.footer .flickr-photos img {
    display: block;
    width: 75px;
    height: 75px;
}
.widget select { width: 100% }
.widget .sticky { position: relative }
.attachment-post-thumbnail { height: 208px }
.dankov_image_wrapper .attachment-post-thumbnail { height: 65px }
.tweet_list {
    margin: 0;
    list-style: none;
    font-weight: 300;
}
.tweet_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tweet_list li { position: relative }
.tweet_list li span.content {
    padding-left: 40px;
    display: inline-block;
    margin: 0px;
}
.tweet_list li:before {
    position: absolute;
    overflow: hidden;
    color: #283148;
    content: "\e009";
    font-size: 22px;
    font-family: 'Simple-Line-Icons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tweet_text a { color: #283148 }
.loading-tweet {
    font-weight: 300;
    font-size: 14px;
}
.tweet_text {
    font-weight: 300;
    font-size: 14px;
}
.flickr-photos a {
    float: left;
    margin: 0px 5px 5px 0px;
    padding: 0;
    border: 0 none;
    list-style: none;
}
.flickr-photos img {
    display: block;
    width: 70px;
    height: 70px;
}
.flickr-photos a img { border: none }
.widget_recent_entries ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-widget .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-widget .widget ul li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0px;
    /* color: #555; */
}
.screen-reader-text { display: none }
#navigation.desktop { display: block !important }
.wpcf7-form-control {
    padding: 10px;
    height: auto;
    border: 1px solid #eee;
}
.wpcf7-textarea {
    width: 80%;
    height: 125px;
}
.dankov_image_wrapper {
    float: left;
    margin: 0px 15px 0 0;
    width: 65px;
    height: 65px;
    background: #f7f7f7;
}
.dankov_post_content h3 {
    margin: 0;
    color: #444;
    font-weight: 300;
    font-size: 13px;
    /*font-family: 'Teko';*/
    font-family: 'Roboto Condensed', sans-serif;
}
.dankov_post_content h3 a { color: #444 }
.dankov_post_content a:hover { color: #283148 }
.dankov_post_meta { margin-top: 5px }
.dankov_post_meta span {
    position: relative;
    top: -2px;
    padding-left: 7px;
    font-weight: 300;
    font-size: 12px;
}
.dankov_post_meta i {
    color: #283148;
    font-size: 16px;
}
.footer-widget .dankov_post_meta i {
    color: #283148;
    font-size: 16px;
}
.nav-btn {
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
}
.posts-by-vies-widget ul {
    margin: 0px;
    padding: 0px;
}
.post-content .wp-caption img {
    max-width: 100%;
    height: 100%;
}
.wp-caption img {
    max-width: 100% !important;
    height: 100%;
}
.wp-caption { max-width: 100% !important }
.wrap-content p img { height: auto; }
.post-content  img {
    max-width: 100%;
    height: 100%;
}
.post-content .wp-caption { max-width: 100% !important; width: 100% !important}
.post-content iframe { width: 100% !important }
.three-blocks #related-post-thumb .post-thumbnail {
    width: 100%;
    height: 180px;
}
.three-blocks  #related-post-thumb .title { font-size: 16px }
.widget select { width: 100% }
.size-large { height: 100% }
.widget .sticky { position: relative }
.widget_nav_menu { display: none }
/*------------------------------------------------------------------
[8. Page Navi / #wp-pagenavibox ]
*/
#wp-pagenavibox {
    display: inline-block;
    background: #fff;
    width: 100%;
    text-align: center;
    margin: 0px 0 25px 0;
}
.wp-pagenavi {
    display: inline-block;
    margin-bottom: -7px;
}
.wp-pagenavi a,
.wp-pagenavi span {
    margin: 0 !important;
    padding: 0 !important;
}
.wp-pagenavi span.current {
    background: #f7f7f7;
    font-weight: 300 !important;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #f7f7f7;
    font-weight: 300 !important;
    color: #444;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: block;
    float: left;
    padding: 5px 12px !important;
    border: none !important;
    text-align: center;
    white-space: nowrap;
    font-weight: 300;
}
/*------------------------------------------------------------------
[9. Footer / .footer]
*/
.footer {
    color: #444;
    margin-top: 0px;
}
.footer-area-cont {
    min-height: 230px;
    /*background: #f7f7f7;*/
}
.footer-area-cont .row {
    border-top: 4px solid #f7f7f7;
    border-bottom: 4px solid #f7f7f7;
}
.footer-area .textwidget {
    color: #444;
    font-weight: 300;
}
.footer-area>ul {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}
.footer-area>ul>li {
    padding: 0; 
}

.footer-area>ul>li:before {
    content: ">"; 
    padding-right: 8px;
    color: #283148; 
}
.footer-area ul li:first-child { padding-top: 0px !important }
.footer-area .widget {
    margin: 0 auto 25px;
    box-shadow: none;
    background: transparent;
    padding: 0;
    color: #444;
}
.footer-area .widget_search form > div {
    border: none;
    background: rgba(255,255,255,0.25);
}
.footer-area .widget_search input[name="s"] {
    background: transparent;
    color: #fff;
    font-weight: 300;
}
.footer-area .posts-by-vies-widget ul li {
    padding: 15px 0 14px;
    list-style: none;
    font-weight: 300;
    color: #aaa;
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.footer-area .tagcloud a {
    display: inline-block;
    float: left;
    overflow: hidden;
    margin: 0 7px 7px 0;
    padding: 3px 7px;
    background: #283148;
    color: #fff !important;
    text-transform: lowercase;
    font-weight: 300;
    font-size: 13px !important;
    border: 1px solid #283148;
}
.footer-area .tagcloud a:hover {
    background: #fff;
    color: #283148 !important;
    border: 1px solid #283148;
}
.footer-copyright {
    margin: 0 auto;
    padding: 7px 0;
    width: 1170px;
    background: #fff;
    color: #444;
    font-size: 13px;
}
.footer-copyright p {
    margin: 0;
    padding: 0;
    font-weight: 300;
}
.footer-area a {
    color: #444;
    font-weight: 300;
}
.footer-copyright a {
    color: #444;
    font-weight: 300;
}
.footer-copyright a:hover { text-decoration: underline }
.developer-info {
    text-align: right;
    font-weight: 300;
}
/*------------------------------------------------------------------
[10. Other styles ]
*/
.clear {
    float: none !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}
.wp-caption.alignnone { width: 100% !important }
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.aligncenter {
    float: none;
    clear: both;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.hidden-livtile-el { display: none }
.phoenix-livetile-extended { display: none !important }
.flex-active-slide { display: block !important }
.oi_cat_count {
    float: right;
    background: #f7f7f7;
    width: 24px;
    text-align: center;
    font-size: 13px;
}
.login-panel {
    border-left: 1px solid rgba(255,255,255,0.6);
    height: 40px;
    float: right;
    padding: 0 17px;
    transition: all 0.25s linear;
}
.login-panel:hover {
    background: #fff;
    transition: all 0.25s linear;
}
.login-panel:hover i {
    color: #283148;
    transition: all 0.25s linear;
}
.login-panel i {
    font-size: 28px;
    color: #fff;
    line-height: 50px;
    transition: all 0.25s linear;
}
.post-commetns {
    margin-top: 20px;
}

.menu-sup{
	height:35px; 
	border: 1px solid #283148;
	padding: 0px;
	margin:0px;
}

.menu-sup > div {
	height:34px;
	line-height: 34px;
}

/*.menu-sup > ul{
	padding-left: 0;
    list-style: none;
}*/

.menu-sup > ul > li > a {
    padding: 0 10px;
    color: #283148;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    line-height: 35px;
    height: 35px;
}

    .menu-sup > ul > li > a:hover {
        padding: 1px 10px;
        line-height: 33px;
        height: 33px;
    }

@media (max-width: 1171px) {
	.menu-sup > ul > li > a {
		padding: 4px 5px 3px 5px;
	}
}

.text-center{
	text-align: center;
}

.menu-sup a.carrello{
	margin:0px;
	padding: 0px;
	display:block;
	position: relative;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	color: #283148;
	line-height:30px;
	height: 30px;
	top: -2px;
}

.menu-sup a.carrello > span {
	display: inline-block;
	color: black;
}

.menu-sup a.carrello > span > b {
	color: #283148;
	font-size:24px;
}

.border-left{
	border-left: 1px solid #283148;
}





.content-cart, .content-wish, .login-top {
    position: relative;
	padding: 0;
	margin:0; 
	text-transform: uppercase;
}

.login-top > a {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	padding: 0;
	margin:0;
	vertical-align: top;
	line-height: 33px;
	height:33px;
}

.login-top .icon-cart {
	display: inline-block;
	background-image: url(../immagini/login.png);
    background-position: 0 0;
    background-repeat: no-repeat;
	position: relative;
	padding: 0 0 0 35px;
}

.login-top .text-cart {
	display: inline-block;
	padding: 2px;
}

.tool-header, .minicart-wrapper {
    display: inline-block;
    margin-top: 0px;
    vertical-align: bottom;
	padding:0 4px;
}

@media (max-width: 1171px) {
	.tool-header {
		padding:0 3px;
	}
}

@media (max-width: 768px) {
	.border-left{
		border:0 none;
	}
	
	.content-cart {
		border-bottom: 1px solid #283148;
	}

    .content-wish, .login-top {
		border-bottom: 1px solid #283148;
		border-right: 1px solid #283148;
	}
	
	.login-top {
		border-left: 1px solid #283148;
	}
}


.minicart-wrapper .action.showcart {
    border: 0 none;
    padding: 0;
    background-color: transparent;
	
}

.minicart-wrapper .action.showcart {
    white-space: nowrap;
}

.minicart-wrapper .showcart .crat-icon {
    background-image: url(../immagini/cart.png);
    background-position: 0 2px;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0 0 0 20px;
    position: relative;
}

.tool-header .btn-heart {
    background-image: url(../immagini/icon-wishlist.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    color: #333;
    display: inline-block;
    font-size: 14px;
    padding: 2px 0 0 31px;
}

.minicart-wrapper .action.showcart .counter.qty {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #ff5501;
    color: #fff;
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
    display: inline-block;
    min-width: 22px;
    text-align: center;
}

.minicart-wrapper .showcart .cart-title {
    position: static;
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    vertical-align: middle;
    width: auto;
    height: auto;
    overflow: visible;
}

.login-do {
    display: block;
    font-size: 11px;
    line-height: 10px;
    height: 30px;
    padding: 0;
    margin: 0;
}

.login-do span {
    display: block;
    padding: 0;
    margin: 4px 0 0 0;
}

.login-do .text-cart {
    font-size: 16px;
    margin-top: 0;
    color: #283148;
}

.login-do .text-cart i {
    margin: 0 0 0 5px;
    padding: 0;
}

.minicart-wrapper .showcart .cart-title b {
	font-size:17px;
	color: #283148
}


.search, .search input, .search button
{
	height: 30px;
	line-height:30px;
	padding:0;
	margin:0;
	border:0 none;
}
.search{
	position: relative;
	margin:0; 
	text-transform: uppercase;
	padding:2px 10px 0 0;
}
.search .search-group{
	border: 1px solid #999;
	height: 30px;
	line-height:30px;
}

.search-group span {
    background-color: #7F9DB9;
    height: 28px;
    line-height: 28px;
}
.search-group span a{
    color:white;
}
    .search .input-group-btn{
	padding: 0;
	margin:0;
}
.search .input-group-btn i{
	padding: 0;
	margin:0;
}

.search button{
	background: #283148;
	border: 1px solid #283148;
	margin:0;
	padding: 0 10px;
	vertical-align: top;
	height: 28px;
	line-height:28px;
}

.search .form-control{
	display: inline-block;
	padding: 0 10px;
	height:25px;
	line-height:25px;
	width:220px;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

.menu-cond ol { counter-reset: item; padding-left: 0; }
.menu-cond ol ol {padding-left: 20px;}
.menu-cond li { display: block;color: #283148; font-weight: 700;}
.menu-cond li:before { content: counters(item, ".") ") ";counter-increment: item;padding: 0 5px 0 0;font-weight: 700; color: #283148;}
.menu-cond ol ol li { color: #444; font-weight: 300;}
.menu-cond ol ol ol { list-style: none;}

.menu-ind > ol { list-style: none; padding: 10px;}
.menu-ind>ol>li { font-weight:bold;font-variant: small-caps;font-size:18px;}
.menu-ind>ol>li>ol {padding-left: 10px;}
.menu-ind>ol>li>ol>li { display: block;color: #444; font-weight: 300;font-variant:normal;font-size:14px;}

.item:hover .menu-ind {
    background-color: #e5e5e5;
}

.menu-privacy > ol {
    padding-left: 15px;
}
.menu-privacy>ol>li {  padding-left: 0;  font-weight: 700;}
    .menu-privacy > ol > li > a {
        text-transform: uppercase;
        font-weight: 700;
        color: #283148;
    }
.menu-privacy > ol > li > ol {
    padding-left: 20px;
}
.menu-privacy>ol>li>ol>li { display: block; color: #444; font-weight: 300;text-align: justify;}
.menu-privacy>ol>li>ol>li>ol {list-style: upper-latin;padding-left: 20px;}
.menu-privacy>ol>li>ol>li>ol>li {list-style: upper-latin; color: #444; font-weight: 300;text-align: justify;}

.tool-header a:hover {
    color: #283148;
}

fieldset.fieldset {
    margin-top: 25px;
    padding: 0;
}
fieldset.fieldset .legend {
    display: block;
    text-align: left;
    border-bottom: solid 1px #ddd;
    color: #444;
    /*font-weight: inherit;
    line-height: 1.583em;
    padding-bottom: .15em;
    margin-bottom: 15px;
    font-size: 1.33em;*/
}

fieldset.fieldset .field {
    margin-top: 5px;
}

.posts input[type="text"], .posts input[type="email"], .posts input[type="password"], .posts .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    color: rgba(0,0,0,.9);
    background-color: rgba(0,0,0,.02);
    background-image: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: none;
    border-radius: 0;
    border: solid 1px #ddd;
    height: 36px;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
}

#Informative textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    color: rgba(0,0,0,.9);
    background-color: rgba(0,0,0,.02);
    background-image: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: none;
    border-radius: 0;
    border: solid 1px #ddd;
    line-height: 16px;
    font-size: 12px;
    font-family: "Source Sans Pro", sans-serif;
    text-align: justify;
    height: 192px;
}

#Informative label {
    font-weight: 600;
    padding-left: 10px;
}
#Informative div>span {
    display: inline-block;
    padding-left: 15px;
}

.required>label.label::after {
    content: '*';
    color: #f00;
    padding-left: 2px;
}

.mage-error {
    font-size: 11px;
    color: #f00;
}

input[type="text"], input[type="email"], textarea, input[type="password"] {
    -webkit-appearance: none;
}

#Informative>div.row {
    margin-top: 15px;
    text-align: justify;
}

@media (max-width: 1171px) {
	.search .form-control {
		width:190px;
	}
}

@media (max-width: 991px) {
	.search{
		padding:2px 0 0 0;
	}
	
	.search .form-control {
		width:90%;
	}
}

@media (max-width: 381px) {
	.search .form-control {
		width:80%;
	}
}
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

.box {
    background: #fbfbfb;
    border: 1px solid #ececec;
    padding: 14px 18px 13px;
    margin: 0 0 30px 0;
    line-height: 23px;
}

ul.menu-list {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}
ul.menu-list>li {
    padding: 0; 
}

ul.menu-list>li:before {
    content: ">"; 
    padding-right: 8px;
    color: #283148; 
}


ul.menu-num li:last-child { padding: 0px !important }
ul.menu-num {
    list-style: decimal;
    padding: 0 0 0 28px;
    margin: 0px;
}

#tabs, .tabs {
    margin: 20px 0 0 0;
    padding: 0;
    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(221, 221, 221);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(221, 221, 221);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 4px 4px 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 0 0 6px rgba(0,0,0,.14);
}
.separatore {
    margin: 10px 0 ;
    padding: 0;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 4px 4px 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 0 0 6px rgba(0,0,0,.14);
}

.nav-tabs {
    border-bottom: solid 1px #ddd;
    margin: 0;
    padding: 0;
}

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

/*media all*/
    .nav-tabs li.active a::after {
        content: "";
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 7px 7px 0 7px;
        border-color: #7F9DB9 transparent transparent transparent;
        position: absolute;
        left: 0px;
        right: 0px;
        text-align: center;
        top: 100%;
        margin: 0 auto;
    }

/*media all*/
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: white;
        background-color: #7F9DB9;
        border: none;
    }

/*media all*/
.nav-tabs li.active a:hover, .nav-tabs li.active a:focus, .nav-tabs li.active a {
    border-bottom: 1px solid #fff;
    margin: -1px 0 -1px 0;
    padding-top: 9px;
    padding-bottom: 8px;
}
/*media all*/
.nav-tabs li:first-child a {
    border-radius: 4px 0 0 0;
}

/*media all*/
.nav-tabs li a {
    font-size: 14px;
    color: #666;
    background: none;
    margin-right: 0px;
    font-weight: inherit;
    border: none;
    padding: 8px 14px;
    background: transparent;
    position: relative;
    border-radius: 0;
}

/*media all*/
.tab-content {
    padding: 15px 20px;
}

.ordini span {
    text-align: left;
    display: inline-block;
    padding-left: 10px;
}

.ordini label {
    text-align: right;
    display: inline-block;
    width: 110px;
}

.ordini .row {
    margin-bottom: 6px;
}

.ordini li {
    height: 33px;
}

/*input[type="button"], input[type="reset"], input[type="submit"] {
    display: inline-block;
    border: none;
    border: 1px;
    border-style: solid;
    height: auto;
    text-transform: capitalize;
    font-weight: 300;
    cursor: pointer;
    transition: all 250ms linear;
    -webkit-appearance: button;

}*/

.label {
    color: #666;
}

.no-padding {
    padding: 0;
}

.navbar {
    min-height: 40px;
    margin-bottom: 0;
}

.navbar-nav > li > a {
    margin: 0 0 0 0;
    padding: 0 25px;
    height: 34px;
    line-height: 34px;

}

.navbar-nav > li > a:hover {
    margin: 0 0 0 0;
    padding: 1px 25px;
    height: 38px;
    line-height: 38px;
}


.current_page_item {
    background: rgba(0,0,0,0.10);
    height: 33px;
    line-height: 33px;
    margin: 0 0 0 0;
    padding: 0;
}

.pagination {
  width: 100%;
  height: 36px;
}

.pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.pagination .locked a,
.pagination .locked a:hover {
    color: #999999;
  background-color: #fff;
  cursor: default;
}

h3 span {
    color: #283148;
    font-size: 115%;
}

#acrylic p {
    margin: 0;
    padding: 0 20px;
    line-height: 15px;
}
#acrylic h4 {
    margin-bottom: 2px;
}

/*Gestione tabelle responsive*/
table#acrylic {
    /*border-collapse: collapse;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0;
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    width: 100%;
    border: 1px solid #858d99;*/
    width: 100%;
}
        
#acrylic thead, #cassa thead {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    #acrylic thead th, .cassa thead th {
        /*font-family: 'Teko';*/
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        text-align: center;
        padding: 5px 30px;
        border: 1px solid #ddd;
        background-color: rgb(251, 251, 251);
    }

.cassa thead th {
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: left;
    padding: 5px 10px;
}

.cassa thead th span{
    display:inline-block;
    padding-left: 15px;
}

#acrylic thead th:first-child {
    border-left: 0 none;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
        
#acrylic thead th:last-child {
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    border-right: 0 none;
    padding: 5px 40px;
}
        
#acrylic tbody tr td, .cassa  tbody tr td{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    /*color: #5f6062;*/
    font-size: 13px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.cassa tbody tr td {
    text-align: justify;
}

#acrylic tbody tr td:first-child {
        width: 100px;
    padding: 5px;
 }

#acrylic tbody tr td:first-child  div{
        width: 95px;
        height: 120px;
    margin: 5px;
 }
        
#acrylic tbody tr:last-child td {
    border-bottom: none;
}

#acrylic tbody tr td:nth-child(2), #acrylic tr th:nth-child(2) {
    text-align: left;
}
#acrylic tbody tr td:nth-child(4) {
    padding: 10px 15px;
}
        
#acrylic tbody tr:last-child td:first-child {
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#acrylic tbody tr td img {
        width:auto;
        max-height:100%;
    }
        
#acrylic tbody tr:last-child td:last-child {
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
        
        
#acrylic tbody tr:hover td  {
    background-color: #f7f7f7;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#acrylic [data-label="Totale"] {
    color: #283148;
    font-weight: 600;
    font-size: 115%
}

#acrylic [data-label="Q.ta"] span{
    display: block;
    line-height: 25px;
    height: 25px;
    vertical-align: middle;
    border: 1px solid #858d99;
}

#acrylic [data-label="Q.ta"] .list-unstyled {
        width: 50px;
    }

#acrylic tbody tr td div {
    margin-top: 25px;
}

#acrylic tfoot,  #acrylic tfoot td{
    background-color: rgb(251, 251, 251);
    border: 1px solid #ddd;
    text-align: center;
    line-height: 30px;
    height: 30px;
}

#acrylic tfoot td:last-child {
    color: #283148;
    font-weight: 600;
}

#acrylic img {
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    #acrylic thead {
        display: none;
    }
    #acrylic tr {
        margin: 0;
        padding: 0;
        display: block;
        text-align: right;
    }
    #acrylic tbody tr td {
        display: block;
        text-align: right;
        font-size: 13px;
        padding: 0 10px;
        border-bottom: 1px solid #ddd;
    }
    #acrylic tbody tr td:first-child {
        width: 100%;
        height: 120px;
 }

    #acrylic tbody tr td:nth-child(3), #acrylic tbody tr td:nth-child(4), #acrylic tbody tr td:nth-child(5) {
            width: 33%;
            height: 65px;
            line-height: 65px;
            float: left;
            border-bottom: 1px solid #ddd;
            border-top: 0 none;
        display: inline-block;
     }

    #acrylic tbody tr td:nth-child(1) {
        margin-top: 65px;
    }
    #acrylic tbody tr:first-child td:nth-child(1) {
        margin-top: 0;
    }

    #acrylic tbody tr td:nth-child(4) {
        line-height: 30px;
         width: 34%;
         border-top: 0 ;
    }
    #acrylic tbody tr td img {
        width:auto;
        max-height:90%;
    }
    
    #acrylic tbody tr td div {
        margin-bottom: 25px;
    }

    #acrylic tbody tr td:nth-child(2), #acrylic tr th:nth-child(2) {
        text-align: left;
        border-bottom: 1px solid #ddd;
    }
    #acrylic tbody tr td:nth-child(4) {
        padding: 0 10px;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }

    #acrylic tbody tr td:first-child {
        text-align: center;
    }

    #acrylic td:last-child {
        border-bottom: 0;
    }
    #acrylic td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
    #acrylic td:nth-child(4):before {
        line-height: 60px;
    }
    #acrylic [data-label="Q.ta"] span{
        display: inline-block;
        text-align: center;
        width: 50px;
    }
    #acrylic td ul {
        float: right;
        margin: 1px 30px 0 0;
        text-align: center;
    }
        #acrylic td ul li:first-child {
            height: 15px;
        }

    .AumentaQta, .DiminuisciQta {
        height: 15px;
        line-height: 15px;
        margin: 0;
    }
}


  

.TotaleCarrello {
    font-size: 140%;
    font-weight: 600;
    line-height: 40px;
    height: 40px;
}

.dettaglio-ordine .form-horizontal .control-label {
    padding-top: 0;
}

#lblTipoSpedizione i, #lblTipoFattura i {
    font-style: normal;
    color: #444;
    font-size: 85%;
}

.panel div.panel-heading:nth-child(2) {
    border-top: 1px solid black;
}

.AumentaQta, .DiminuisciQta {
    display: block;
    height: 22px;
    /*background-color: #008000;*/
    color: #444;
}

.wish-message {
    text-align: center;
    vertical-align: middle;
    height: 220px;
}

span.wish-message {
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 220px;
    line-height: 220px;
    font-size: 18px;
    font-weight: 400;
}

.product-availability-wrapper {
    margin: 0 0 15px;
    border-bottom: 1px solid #eaeaea;
    padding: 13px 0;
}

.product-availability-wrapper .dl-horizontal dt {
    width: 120px;
    padding:  0;
    max-width: 50%;
}
.product-availability-wrapper .dl-horizontal dd  {
     margin-left: 140px;
     padding: 0;
}

.std .dl-horizontal dt {
    width: 140px;
    padding: 5px 0;
    max-width: 50%;
}
.std .dl-horizontal dd  {
     margin-left: 160px;
     padding: 5px 0;
}

.contatti .dl-horizontal dt {
    width: 320px;
    padding: 5px 0;
    max-width: 50%;
}

.contatti .dl-horizontal dd {
    margin-left: 340px;
    padding: 5px 0;
}

.desc .dl-horizontal dt, .desc .dl-horizontal dd {
    padding: 0;
    font-size: 92%;
}

.desc .dl-horizontal dt {
    margin-left: 20px;
    text-align: left;
    width: 110px;
    max-width: 50%;
}

.desc .dl-horizontal dd  {
     margin-left: 130px;
}

.product-info .prezzo-vendita {
    /*font-family: 'Teko';*/
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 2px solid #283148;
    color: #283148;
    font-size: 19px;
    font-weight: 900;
    line-height: 30px;
}

.product-info .prezzo-vendita span{
    font-size: 120%;
}

.quantity-product {
    width: 100px;
    float: left;
    margin-right: 4px;
}
.btn {
  border-radius:                    0px;
  -webkit-border-radius:            0px;
  -moz-border-radius:               0px;
}


.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
/**adjust scale to desired size, 
add browser prefixes**/
-ms-transform: scale(2.5);    
-moz-transform: scale(2.5);  
-webkit-transform: scale(2.5);  
-o-transform: scale(2.5);  
transform: scale(2.5);    
position:relative;      
z-index:9999;  
border: 1px solid #283148;
border-radius:                    5px;
  -webkit-border-radius:            5px;
  -moz-border-radius:               5px;
}


/*.gallery li img {
    max-height: 55px;
    max-width: 48px;
}*/

.product-image {
    text-align: center;
}

.product-image-inner {
    min-height: 200px;
}

.gallery {
    
    padding: 0 30px;
}
.gallery li {
    padding: 2px;
}
.gallery img{
    max-height: 65px;
    max-width: 60px;
}

.socials ul {
    float: right;
}

.qta-scheda {
    margin-top: 15px;
}

.boxCarrello {
    border: 1px solid #dddddd;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    background-color: #f3f3f3;
    padding: 10px;
    margin-top: 0px;
}

.boxCarrello span {
    color: #283148;
    float: right;
    display: inline-block;
    text-align: right;
    line-height: 25px;
}

.divider {
    border-top: 1px solid #dddddd;
    height: 1px;
    margin: 10px 0;
}


.btn i {
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    .socials ul {
    float: left;
        margin-top: 15px;
    }

    .qta-scheda {
    margin-top: 0;
}
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.oldprice {
    text-decoration: line-through;
    display: block;
}

ul.search-panel li, .search-panel {
    line-height: 42px;
    height: 42px;
}
ul.search-panel li h3, .search-panel h3{
    line-height: 34px;
}
.whistlist
{
    padding:10px;
}
.search-panel h3 {
    padding: 0;
    margin: 0;
}

li.order-search {
    padding: 1px 0 0 0;
    display: block;
    text-align: right;
    float: right;
}

li.order-search input, .order-drop {
    line-height: 29px;
    height: 29px;
    width: 100px;
}


li.visualization {
    display: block;
    text-align: right;
    float: right;
    padding: 0 5px 0 5px;
}

li.visualization .btn-s {
    padding: 4px 9px 3px 4px;
    text-align: center;
    border: 1px solid #eeeeee;
}

li.visualization .btn-s:hover {
    color: #f0ad4e;
    border: 1px solid #f0ad4e;
}

li.visualization .selected {
    color: white;
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
}

#tabs h3, .tabs h3 {
    font-size: 18px;
    padding: 5px 0 5px 10px;
    margin: 0;
}

.panel-heading a::after {
    font-family:'Glyphicons Halflings';
    content:"\e259";
    float: right;
}
.panel-heading a.collapsed::after {
    content:"\e259";
}

ul.classifica li{
    border: 1px solid #eeeeee;
    border-bottom: 0 none;
    height: 30px;
}
ul.classifica li:last-child {
    border-bottom: 1px solid #eeeeee;
}

ul.classifica {
    border-collapse: collapse;
}
ul.classifica li>a {
    display: inline-block;
    font-size: 12px;
    width: 165px;
    padding-top: 3px;
    padding-left: 5px;
    margin: 0;
}

ul.classifica li:hover {
    background-color: #f0ad4e;
}

ul.classifica li a:hover{
    color: white;
}

.no-space-break{
    white-space:nowrap;
    text-overflow:ellipsis;
  overflow: hidden;
  }

ul.classifica li div {
    margin: 0;
    display: inline-block;
    /*float: right;*/
    padding-right: 3px;
    height: 30px;
}

ul.classifica li div>a {
    display: inline-block;
    padding: 3px 2px;
}

ul.classifica span.badge {
    display: inline-block;

    width: 20px;
    line-height: 20px;
    height: 20px;
    border: 1px solid #eeeeee;
    background-color: white;
    border-radius: 1px;
    -moz-border-radius: 0;
    color: #444;
    font-weight: 400;
    padding: 0;
    margin: 0 0 0 5px;
}

.filtri .form-control {
    border: 0;
    box-shadow: none;
}

.filtri .form-control>label {
    padding-left: 10px;
}

li.linkhome{
    width:100%;
}

div.linkhome {
    display: block;
    position:relative;
    right:10px;
    top: -30px;
    float: right;
}

div.linkhome:hover{
    text-decoration: underline;
    font-weight: 900;
}

.filtri ol {
    padding-left: 30px;
}

.filtri ol ol {
    padding-left: 20px;
}

.filtri ol li {
    display: block;
    color: #4786f7;
    font-weight: 700;
}

.filtri li:before {
    padding: 0 5px 0 0;
    color: #283148;
}

.filtri ol ol li {
    color: #555;
}

.filtri li label {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
}
.filtri li span {
    display: inline-block;
    float: right;
    width: 30px;
}

.filtri ol li:hover
{
    background-color: rgba(255,255,255,0.6);
}

.checkMod
{
    margin-top:7px;
}

.checkMod label{
    margin-left:5px;
}

ul.one-column {
    border-collapse: collapse;
}