/*
Theme Name: Experimenta
Author: CMSI Tecnología
Author URI: http://www.grupocmsi.com
Description: Tema diseñado para la web experimenta.es
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Theme domain: experimenta
Tags: black, blue, green, white, two-columns, three-columns, right-sidebar, responsive-layout, custom-colors, custom-menu, editor-style, featured-images, post-formats, threaded-comments, sticky-post, theme-options, translation-ready
*/
/* =========================================================
Common styles
============================================================ */

body {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: url(images/background/band.png) no-repeat center 268px #efefef
}
body .ssba img{
width: 87px !important;
padding: 6px 6px 16px 0px;
}
a:active, a:focus {outline:none;}

pre, code {
    font-family: 'DejaVu Sans Mono',Menlo,Consolas,monospace;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin:20px 0;
}

ol {
    margin:0px;
    padding: 0;
}
ul {
    margin:0px;
    padding: 0;
}
ul li, ol li ul li {
    list-style:inside disc;
    margin-bottom:10px;
}
ul li ul, ol li  ul, ol li  ol, ul li ol{
    margin-left:20px;
}

ol li , ul li  ol li{
    list-style:decimal inside none;
    margin-bottom:10px;
}
/*------responsive image----------------*/
.responsive-img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.entry-date {
    color: #aaa;
}

.widget {
    margin-bottom: 30px;
}

.widget > ul > li {
    list-style: none;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin: 15px 0 0;
}
.widget > ul > li:first-child {
    border-top: none;
    padding-top: 0px;
    margin-top: 0;
}

.widget-title {
    color: #333;
}

.entry-thumb {
    margin-bottom: 10px;
}

.entry-thumb img {
    display: block;
    width: 100%;
}

.entry-title {
    margin: 0 0 2 0px;
    word-break: break-word; 
    word-wrap: break-word;
    font-size:16px;
    font-weight: bold;
}
.entry-item{

    word-break: break-word; 
    word-wrap: break-word;
}

.social-link {
    padding: 0;
    width: 100%;
}
.social-link .social-name {
    font-size: 16px;
    margin-left: 3px;
}
.social-link li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 4px 0px;
/*    width: 25%; */
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}
.social-link li a {
    color: #555;
    font-size: 13px; 
/*    display: block; */
}
/* =========================================================
Elements
============================================================ */

.kopa-button {
    display:inline-block;
    color:#fff;
    font-size:15px;
    padding:15px;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    position:relative;
    z-index:0;
}
.small-button {
    padding:10px 15px;
}
.medium-button {
    padding:15px 20px;
    font-size:18px;
}
.big-button {
    padding:20px 30px;
    font-size:24px;
}
.navy-button,
.border-button:hover {
    background-color:#098d94;
    border:1px solid #098d94;
    color:#fff;
}
.navy-button:hover,
.border-button {
    background-color:#fff;
    border:1px solid #e4e4e4;
    color:#333;
}

blockquote {
    border-left-color:#098d94;
    background-color:#f4f4f4;
    color: #999999;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-style: italic;
    line-height: 24px;
    padding: 10px 15px 10px 20px;
}

/*-DropCap-*/
.kp-dropcap {
    color: #fff;
    background-color:#098d94;
    display: inline-block;
    *display:inline;
    zoom:1;
    float: left;
    font-size: 36px;
    height: 36px;
    line-height: 38px;
    margin: 5px 10px 0 0;
    text-align: center;
    width: 34px;
}
.kp-dropcap.color {
    background-color: #098d94;
    font-size:30px;
    color: #FFFFFF;
    height: 36px;
    line-height: 36px;
    position: relative;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width: 36px;
    z-index: 0;
    margin: 5px 10px 0 0;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;    
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.more-link {
    color: #E82524;
    display: inline-block;
}


/* =========================================================
Heading
============================================================ */
h1 {
    letter-spacing: 0;
    margin-bottom:0px;
    font-size: 24px;
    margin-top: 0px;
    font-weight: 700;
}
h2 {
    letter-spacing: 0;
    margin-bottom:40px;
    font-size: 24px;
}
h3 {
    color: #333;
    letter-spacing: 0;
    margin-bottom:5px;
}
h4 {
    letter-spacing: 0;
    margin-bottom:5px;

}
h5 {
    letter-spacing: 0;
    margin-bottom:5px;

}
h6 {
    letter-spacing: 0;
    margin-bottom:5px;

}

a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.kp-headline dd a:hover,
.social-link li a:hover,
.home-slider .entry-categories a:hover,
.home-slider .flex-caption h2 a:hover,
.kp-gallery-slider .slides li h4 a:hover,
.b-bottom-sidebar .widget a:hover,
#toggle-view li h3:hover,
.about-author .social-link li a:hover {
    color: #E8251C;
    text-decoration:none;
}

a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.more-link:hover {
    color: #333;
    text-decoration:none;
}
p { 
    margin: 0px;
    margin-bottom: 2px;
    line-height: 15px;
}
/* =========================================================
Clear Floated Elements
============================================================ */

.clear {  
    clear: both;  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    width: 0;  height: 0;
}
.clearfix:before, .clearfix:after{
    content: '.';  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    font-size: 0;  
    line-height: 0;  
    width: 0;  
    height: 0;
}
.clearfix:after{  
    clear: both;
}
.clearfix{  
    zoom: 1;
}


/* =========================================================
CSS3 Transition
============================================================ */
a,
.newsletter-form .email,
.newsletter-form .submit,
#toggle-view li h3,
.kp-gallery-carousel .slides li,
#comments-form #submit-comment,
#contact-form #submit-contact,
#comments-form #comment_name,
#comments-form #comment_email,
#comments-form #comment_url,
#comments-form #comment_message,
#contact-form #contact_name,
#contact-form #contact_email,
#contact-form #contact_url,
#contact-form #contact_message,
#main-menu li ul li,
#mobile-menu > span,
#toggle-view-menu li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* =========================================================
Colunms
============================================================ */
.experimenta-container {
    width: 992px;
    padding: 0px 25px 25px 25px;
    background-color: #fff;
    margin: auto;
}
.wrapper{
    margin: 0 auto;
}
#main-content > .wrapper {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.kp-elements-page #main-content > .wrapper,
.kp-gallery-page #main-content > .wrapper,
.kp-error-page #main-content > .wrapper {
    padding-top: 20px;
}
.col-a {
    width: 541px;
    float: left;
    padding: 20px 20px 0;    
    border-right: 1px solid #dedede;
}
.col-b {
    width: 562px;
    float: left;
    padding: 20px 20px 0;
    border-left: 1px solid #dedede;    
    margin-left: -1px;
}

.kp-categories-5 .col-b {
    padding-top: 0;
}

.widget-area-2 {
    border-bottom: 1px solid #dedede;
    padding:0 20px 15px;
    margin: 0 -20px;
}

.widget-area-3 {
    width: 321px;
    padding:20px 20px 0 0;
    border-right: 1px solid #dedede;
    float: left;
}

.widget-area-4 {
    float: left;
    padding: 20px 0 0 20px;
    border-left: 1px solid #dedede;
    margin-left: -1px;
    width: 201px;
}

.kp-categories-5 .widget-area-3 {
    padding: 20px 0 0 20px;
    border-left: 1px solid #dedede;
    border-right: none;
    margin-left: -1px;
}

.kp-categories-5 .widget-area-4 {
    padding: 20px 20px 0 0;
    border-right: 1px solid #dedede;
    border-left: none;
    margin-left: 0;
}

.sidebar {
    float: left;
    width: 342px;
    padding: 20px 20px 0;
    border-left: 1px solid #dedede;
    margin-left: -1px;
}

.main-col {
    float: left;
    width: 761px;
    padding: 20px 20px 0;
    border-right: 1px solid #dedede;
}

.mb-20 {
    margin-bottom: 20px;
}

/* =========================================================
Header
============================================================ */
#header-main-menu .wrapper {
    border-top: 1px #ccc dotted;
    border-bottom: 1px solid black;
    margin-bottom: 42px;
}

/*----- Menu -----*/
#main-menu > li {
    float: left;
    list-style: none;
    margin: 0;
}
.sf-arrows .sf-with-ul {
    padding-right:0;
}
.sf-arrows > li > .sf-with-ul:after {
    border-width:0px;
}
.sf-arrows li ul li .sf-with-ul:after {
    border-width:7px;
    margin-top:-7px;
    right:8px;
    background-repeat:no-repeat;
    background-position:right center;
    border-color:transparent;
}
.sf-arrows ul li > .sf-with-ul:focus:after, 
.sf-arrows ul li:hover > .sf-with-ul:after, 
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color:transparent;
}


/*--------------Header Menu-------------------*/
#header-menu > li {
    list-style: none;
    margin: 0;
    position: relative;
/*    font-size: 13px; */
    padding: 6px 0px;
    border-bottom: 1px #ccc solid;
}
#main-menu > li > a {
    font-size: 12px;
    color: #2F2F2F;
    font-weight: 700;
    display: block;
    padding: 8px 0px 8px;
    line-height: 16px;
}
#main-menu > li.current-menu-item > a, #main-menu > li.current-menu-parent > a{
    color: #E82524;
}
#main-menu > li:hover > a {
    color: #E82524;
}
#main-menu > li.menu-item-has-children:hover > a {
    background-color: transparent;
}
#header-main-menu li {
    padding-left: 8px;
    padding-right: 20px;
    background: url(images/icons/men.png) no-repeat right 40%;
}
#header-main-menu li ul li {
    padding-right: 0px;
}
#header-main-menu li:first-child {
    padding-left: 0px;
}

/*---Sub menu---*/
#main-menu li ul {
    display:none;
    position:absolute;
    left:0;
    z-index:9999;
    margin-left:0;
    width: 992px;
}
#main-menu li ul li {
    padding:10px 15px;
    position:relative;
    list-style:none;
    margin:0;
    z-index:9999;
    float: left;
}
#main-menu li ul li:first-child {
    border-top:none;
}
#main-menu li ul li:hover a,
#main-menu li ul li.current-menu-item a {
    color:#E82524 !important;
}
#main-menu li ul li a {
    color:#2F2F2F;
    display:block;
    font-size:12px;
    font-weight: 700;
}
#main-menu li ul li ul {
    top:0;
    left:201px;
}
#header-main-menu li ul li {
    padding-right: 20px;
    padding-left: 8px;
    background: url(images/icons/men.png) no-repeat right 40%;
}
#header-main-menu li ul li:first-child {
    padding-left: 0px;
}

/*--------------Mobile Menu-------------------*/
#main-nav {
    width: 100%;
    position: relative;
}
#mobile-menu {
    display:none;
    position:relative;
    padding: 8px 15px;
    width: 100%;
}
#mobile-menu > span {
    display:inline-block;
    font-size:12px;
    cursor:pointer;
    color:#E82524;
    font-weight: 700;
}
#mobile-menu > span:hover {
}
#toggle-view-menu {
    display:none;
    list-style: none;
    margin: 0;
    padding: 0; 
    border-top: none;
    position:absolute;
    top:35px;
    left:0;
    z-index:99999;
    width:100%;
}
#toggle-view-menu > li {
    margin: 0;
    position: relative;
    cursor: pointer;
    list-style: none;
    border-bottom:1px dotted #ccc;
    background: none;
    background-color:#fff;
    padding-left: 0px;
    padding-right: 0px;
}
#toggle-view-menu > li:first-child {
    border-top:none;
}
#toggle-view-menu h3 {
    font-size: 12px;
    font-weight: 700;
    margin: 0;  
    float: left;
    line-height: 40px;  
    padding: 0 15px;
}
#toggle-view-menu h3 a {
    width:100%;
    display:block;
}
#toggle-view-menu li:hover a {
    color: #E82524;
}
#toggle-view-menu span {
    float: right;
    font-size: 26px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #E82524;
    line-height: 40px;
}
#toggle-view-menu li.active a {
    color:#E82524;
}
#toggle-view-menu li.active span,
#toggle-view-menu li.active h3 a {
    color:#E82524;
}
#toggle-view-menu .menu-panel {
    margin: 0px;
    display: none;
    padding: 10px 15px 0;
    font-size: 14px;
    border-top:1px solid #fff;
    
}
#toggle-view-menu .menu-panel ul {
    margin:0;
}
#toggle-view-menu li .menu-panel ul li {
    border:none;
    list-style:none;
    margin: 0 0 10px 0;
    background: none;
    padding-left: 15px;
}
#toggle-view-menu .menu-panel ul li a {
    display:inline-block;
    *display:inline;
    zoom:1;
    font-size:12px;
    color: #333;
}
#toggle-view-menu .menu-panel ul li a:hover {
    color: #E82524;
}
#toggle-view-menu .menu-panel ul li ul {
    margin-left:40px;
    margin-top:10px;
}

#responsive-menu {
    color: #000;
    border: 1px solid #098d94;
    font-family: Arial,Helvetica,sans-serif;
    padding: 4px 6px;
    display: none;
    float: right;
}

/*----- Search form -----*/
.search-box {
    margin:5px 0;
}
.search-box .search-form {
    margin: 0;
    position: relative;
}
.search-box .search-form .search-text {
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    border: none;
    box-shadow: none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color: #aaa;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.search-box .search-form .search-submit {
    border: none;
    position:absolute;
    background:url(images/icons/sc.jpg) no-repeat 7px center;
    right:0px;
    width: 30px;
    font-size:11px;
    color: #fff;
    line-height:18px;
    margin-top: -25px; 
}

#header-middle {
    margin-bottom: 25px
}

.logo-image {
    padding-right: 0px;
    padding-left: 0px;
}

#header-logo {
    border-bottom: 1px solid #ccc;
    height: 84px;
}

#social-links {
    height: 83px;
}

#search-form {
    border-bottom: 1px solid #ccc;
}

#header-bottom {
    border-bottom: 1px solid #dfdfdf;   
}

/*----- Headline scroller -----*/
.kp-headline-wrapper {
    max-height: 30px;
    overflow: hidden;
}
.kp-headline-wrapper {
    position:relative;
}
.kp-headline-wrapper .r-color,
.kp-headline-wrapper .r-col {
    background-color:#d1d1d1;
}
.kp-headline {
    float:left;
    width:652px;
    margin-left:15px;
}
.kp-headline dl {
    display: block;
    margin: 0;
}
.kp-headline dd {
    display: block;
    float: left;
    margin: 0 250px;
    padding: 0 10px;
    color: #fff;
}
.kp-headline dd a {
    color: #555;
    font-weight: 700;
    line-height: 30px;
}
.kp-headline-title {
    float:left;
    display:inline-block;
    margin:0;
    color:#098d94;
    position:relative;
    text-transform:uppercase;
    line-height: 30px;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    padding: 0 15px;
}

/*----- Social-link -----*/
#header-bottom .social-link li {
    border-right: 1px solid #dfdfdf;
}
#header-bottom .social-link li:first-child {
    border-left: 1px solid #dfdfdf;
}
#header-bottom .social-link li a {
    padding: 0px 10px;
    line-height: 30px;
}
/*
#header-middle .social-link li {
    float:right;
}
*/
.social-link .fa{font-family: FontAwesome, Arial, Helvetica;}
/*
#header-middle .social-link li:first-child {
    float:left;
}
*/

/* =========================================================
Bottom sidebar
============================================================ */
.t-bottom-sidebar {
    border-top: 1px dotted #ccc;
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
    margin: 20px 0px;
}
.t-bottom-sidebar .footer-logo {
    margin-right: 40px;
}
.t-bottom-sidebar #footer-menu li {
    list-style: none;
    float: left;
    margin: 0;
}
.t-bottom-sidebar #footer-menu li a {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding: 3px 0 3px 30px;
}
.t-bottom-sidebar #footer-menu li:first-child a {
    padding: 3px 0 3px 0px;
}

.b-bottom-sidebar .widget,
.b-bottom-sidebar .widget a {
    color: #555;
}
.b-bottom-sidebar .widget .widget-title {
    border: none;
    font-size: 18px;
    margin-bottom: 10px;
}
.b-bottom-sidebar .widget ul li {
    border: none;
    padding-top: 0;
}
.b-bottom-sidebar .widget_categories ul li {
    font-size: 12px;
    font-family: 'Open Sans',sans-serif;
}

.b-bottom-sidebar .bottom-left-col {
    float: left;
    width: 864px;
}
.b-bottom-sidebar .bottom-right-col {
    float: left;
    width: 220px;
    margin-left: 20px;
}
.newsletter-form .email {
    width: 100%;
    height: 36px;
    border: 1px solid #dedede;
    padding: 5px 10px;
    line-height: 24px;
    color: #666;
    margin-bottom: 10px;
}
.newsletter-form .submit {
    border: 1px solid #098d94;
    background-color: #098d94;
    color: #fff;
    font-size: 14px;
    padding: 7px 10px;
}
.newsletter-form .email:focus {
    border: 1px solid #098d94;
}
.newsletter-form .submit:hover {
    background-color: #fff;
    color: #098d94;
}

/* =========================================================
Footer
============================================================ */
#bottom-sidebar {
    border-bottom: 1px solid #dedede;
}

#kp-page-footer {
    border-bottom: 3px double #dedede;
    margin-bottom: 40px;
    padding-top: 10px;
}
#copyright {
    margin-bottom: 5px;
}

/* =========================================================
Categories page style 1
============================================================ */
.breadcrumb {
    background: none;
    border-bottom: 3px double #dedede;
    padding: 0 0 8px;
    color: #5b5b5b;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 0;
}
.breadcrumb .current-page {
    color: #098d94;
}

.entry-list {
    margin: 0 -10px;
}
.entry-list li {
    list-style: none;
    float: left;
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px;    
}
.entry-list li .entry-item,
.latest-entry-item .entry-item {
    padding-bottom: 20px;
}
.latest-entry-item {
    margin-bottom:20px;
}
.entry-list li .entry-item .entry-content p {
    margin-bottom: 0;
}
.entry-list li .entry-thumb {
    float: left;
    width: 120px;
    margin: 0 20px 0 0;
}
.entry-list li .entry-item .entry-title,
.kp-categories-4 .entry-list li:first-child .entry-item .entry-title,
.kp-categories-5 .entry-list li:first-child .entry-item .entry-title {
    font-size: 20px;
    line-height: 20px;
}
.entry-list li .entry-item .more-link {
    margin-top: 15px;
    display: none;
}
.kp-categories-2 .entry-list li {
    width: 100%;
}
.kp-categories-2 .entry-list li .entry-thumb,
.latest-entry-item .entry-thumb {
    width: 300px;
}
.latest-entry-item .entry-thumb {
    float:left;
    margin:0 20px 0 0;
}

.latest-entry-item .entry-item .entry-title,
.kp-categories-2 .entry-list li .entry-item .entry-title,
.kp-categories-3 .entry-list li .entry-item .entry-title {
    font-size: 30px;
    line-height: 30px;
}

.latest-entry-item .entry-item .more-link,
.kp-categories-2 .entry-list li .entry-item .more-link,
.kp-categories-3 .entry-list li .entry-item .more-link,
.kp-categories-4 .entry-list li .entry-item .more-link,
.kp-categories-5 .entry-list li .entry-item .more-link {
    display: block;
}

.kp-categories-1 .entry-list {
    width:50%;
    float:left;
    margin:0;
}
.kp-categories-1 .l-entry-list {
    padding-right:10px;
}
.kp-categories-1 .r-entry-list {
    padding-left:10px;
}
.kp-categories-1 .entry-list li {
    float:none;
    width:100%;
    padding-left:0;
    padding-right:0;
}

/*----- Pagination -----*/
.pagination {
    margin: 0 0 30px;
    border-radius: 0;
}
.pagination ul li {
    list-style: none;
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 0 25px;
}
.pagination ul li:first-child {
    margin: 0;
}
.pagination ul li span.current {
    color: #098d94;
}

/* =========================================================
Categories page style 3
============================================================ */
.kp-categories-3 .entry-list li .entry-thumb,
.kp-categories-4 .entry-list li .entry-thumb {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
}

.kp-categories-3 .entry-list,
.kp-categories-4 .entry-list {
    margin: 0;
}
.kp-categories-3 .entry-list li {
    margin: 0 0 25px;
    position:relative;
    padding: 0;
    width: 350px;
}

.kp-categories-4 .entry-list li {
    margin: 0 0 25px;
    position:relative;
    padding: 0;
    width: 226px;
}

/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/* =========================================================
Categories page style 5
============================================================ */
.kp-categories-5 .entry-list li {
    width: 100%;
}
.kp-categories-5 .entry-list li .entry-thumb {
    width: 228px;
}

/* =========================================================
Elements page
============================================================ */
.elements-box h1,
.elements-box h2,
.elements-box h3,
.elements-box h4,
.elements-box h5,
.elements-box h6 {
    margin:0 0 40px;
}

.list-container-3 ul {
    margin: 0;
}
.list-container-3 ul li {
    float: left;
    list-style: none outside none;
    margin: 0 2px 0 0;
    border:none;
    padding:0;
    width:98px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.list-container-3 ul li a {
    background-color: #f5f5f5;
    border:1px solid #e4e4e4;
    color: #7e7e7e;
    display: block;
    font-size: 18px;
    padding: 8px 0;
    text-align:center;
    outline:none;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.list-container-3 ul li.active a, 
.list-container-3 ul li:hover a {
    border-top:1px solid #098d94;
    color: #333;
    text-decoration: none;
    background-color: #fff;
}
.tab-container-3 {
    background-color:#fff;
    border:1px solid #e4e4e4;
    padding:15px 20px 5px;
    margin-top:-1px;
}
.tab-container-3 ul li {
    list-style:none;
    border-top:1px solid #ededed;
    padding-top:5px;
    margin-top:5px;
    color:#098d84;
    font-size:10px;
}
.tab-container-3 ul li a {
    color:#777;
    font-size:12px;
    margin-left:10px;
}
.tab-container-3 ul li:first-child {
    border-top:none;
    padding-top:0px;
    margin-top:0px;
}
.tab-container-3 ul li:before {
    content: "\f067";
    font-family: 'FontAwesome';
}

/*-------------Toggle Boxes-----------*/
#toggle-view {
    list-style:none;   
    margin:0;
    padding:0;
}
#toggle-view p {
    margin-bottom:0;
}
#toggle-view li {
    margin:0 0 10px;
    position:relative;
    cursor:pointer;
    list-style:none;    
}

#toggle-view li h3 {
    font-size:20px;
    font-weight: 400;
    margin:0;
    color:#444;
    padding:0 20px 0 45px;
    line-height:24px;
}


#toggle-view li span {
    position:absolute;
    left:0px;
    top:0px;
    font-size:20px;
    width:30px;
    height:30px;
    text-align:center;
    color:#b7b7b7;
    line-height:30px;
    background-color:#f6f6f6;
    border:1px solid #e9e9e9;
    font-weight: 700;
}
#toggle-view li.active span {
    line-height:26px;
}
#toggle-view .panel {
    margin:0;
    display:none;
}
#toggle-view .panel p {
    margin:10px 0;
}

.acc-wrapper {
    border: 1px solid #d6d6d6;
    padding: 10px 0 0;
    border-bottom: none;
}
.accordion-title {
    margin-bottom:10px;
    position:relative;
    border-bottom: 1px solid #d6d6d6;
    padding: 0 10px 10px;
}
.accordion-title span {
    display:block;
    position:absolute;
    width:30px;
    height:30px;
    color:#fff;
    background-color:#098d94;
    line-height:27px;
    text-align:center;
    font-size:22px;
    font-weight: 700;
    left:10px;
    top:0;
    cursor:pointer;
}
.accordion-title h3{
    margin:0px 0 0 50px;
    font-size:20px;
    font-weight: 400;
    line-height: 30px;
}
.accordion-title a {
    color:#333;
    display: inline-block;
    *display:inline;
    zoom:1;
}
.accordion-container {
    margin:10px 0 5px;
    padding: 0 15px;
    border-bottom: 1px solid #d6d6d6;
}

.elements-box .kopa-button {
    margin-bottom: 10px;
    margin-right: 10px;
}

.kp-elements-page .breadcrumb,
.kp-gallery-page .breadcrumb,
.kp-error-page .breadcrumb {
    margin: 0 20px 20px;
}
.elements-box {
    margin: 0;
}

/* =========================================================
Single page style 1
============================================================ */
.entry-box {
    margin-bottom:0px;
}
.kp-single-standard .entry-box .entry-thumb {
    position:relative;
}
.kopa-single-2 .entry-box .entry-thumb {
    float:none;
    margin-right:0;
}
.entry-box .entry-thumb > img {
    display:block;
    width:100%;
}
.kopa-single-2 .entry-box header {
    margin-bottom:20px;
}

.entry-box .entry-title {
    font-size:24px;
    margin:0 0 4px 0;
    color:#333;
    line-height:1.2em;
}

.entry-box .social-link {
    border-top:3px double #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    margin-bottom: 1px;
    padding:10px 0;
}
.entry-box .social-link li {
    list-style:none;
    float:left;
    color: #333;
    font-size:13px;
    margin:0 0 0 15px;
}
.entry-box .social-link li:first-child {    
    margin:0;
}
.entry-box .social-link li a {
    color:#000;
    font-size:14px;
}

.entry-box p {
    margin-bottom:20px;
}

.entry-box footer p {
    border:1px solid #e1e1e1;
    float:left;
    padding:20px;
    margin:0;
    width:359px;
    text-align:center;
    height:135px;
    overflow:hidden;
}
.entry-box footer p.prev-post {
    margin-right:1px;
}

.entry-box footer p a {
    color:#098d94;
    font-size:18px;
    font-weight: 700;
    display:block;
    margin-bottom:15px;
}
.entry-box footer p a:hover {
    color:#414141;
}
.entry-box footer p a.article-title {
    font-size:20px;
    font-weight: 400;
    color:#414141;
    line-height:24px;
    margin-bottom:0;
}

.tag-box {
    margin-bottom:20px;
}
.tag-box a {
    display:inline-block;
}
.tag-box a {
    font-size:13px;
    color:#555;
    padding:6px 20px 8px;
    background-color:#f6f6f6;
}
.tag-box a:hover {
    background-color:#E82524;
    color:#fff;
}

/*----- About Author -----*/
.about-author {
    margin-bottom:20px;
}
.about-author h3 {
    font-size:24px;
    color:#333;
    margin:0 0 5px;
    text-transform:uppercase;
}
.about-author-detail {
    border:1px solid #e1e1e1;
    padding:20px;
}
.avatar-thumb {
    float:left;
    margin-right:20px;
}
.avatar-thumb img {
    width: 100%;
    display: block;
}
.author-name {
    color:#098d94;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 3px;
}
.author-name:hover {
    color:#1c1c1c;
}
.about-author .social-link li {
    list-style:none;
    float:left;
    margin:0 12px 0 0;
}
.about-author .social-link li a {
    color:#000;
    font-size: 12px;
}

/*----- Related Article -----*/
#related-posts{	margin: 0 -15px;}
#related-posts > h3 {margin-left: 15px;}
#related-posts .entry-thumb {
  overflow: hidden;
  padding-bottom: 45%;
  position: relative;
}
#related-posts .entry-thumb img{
  position: absolute;
  top:0;
}

.kopa-related-post,
#comments,
#respond {
    margin-bottom:20px;
}
.kopa-related-post h3,
#comments h3,
#respond h3,
#contact-box h3 {
    font-size:1.17em;
    position:relative;
    line-height:20px;
    font-weight: bold;
}


.kopa-related-post ul {
    margin:-10px -20px 0;
}
.kopa-related-post ul li {
    float:left;
    list-style:none;
    margin:20px 20px 0;
    width:340px;
}
.kopa-related-post ul li .entry-thumb {
    float:left;
    margin-right:15px;
    border: 1px solid #e0e0e0;
    margin-bottom: 0;
}
.kopa-related-post ul li .entry-title {
    font-size:18px;
    margin:0 0 5px 0;
    font-weight: 400;
    line-height: 20px;
}

/*---Comments List---*/
.comments-list {
    margin-top:30px;
}
.comments-list .comment {
    margin-bottom:20px;
    list-style:none;
}
#comments .comment-avatar {
    width:55px;
    float:left;
    margin-right:15px;
    display: none;
}
#comments .comment-avatar img {
    display:block;
    width:100%;
}
#comments .comment-body {
    float:left;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
}
#comments .comment-body header {
    margin-bottom:10px;
    border-bottom:1px solid #d5d5d5;
    padding-bottom:7px;
}
#comments .comment-body .comment-meta {
    float:left;
}
#comments .comment-body .author {
    font-size:14px;
    color:#333;
    display:block;
    font-weight: 500;
}
#comments .comment-body .date {
    color:#aaa;
}
#comments .comment-body p {
    color:#333;
    margin-bottom:5px;
}
#comments .comment-body .comment-button {
    float:right;
    margin-top:20px;
}
#comments .comment-body .comment-reply-link,
#comments .comment-body .comment-edit-link:hover {
    display:inline-block;
    color:#333;
}
#comments .comment-body .comment-edit-link,
#comments .comment-body .comment-reply-link:hover {
    color:#E82524;
    display:inline-block;
}
#comments .comments-list .children {
    margin-left:70px;
}
#comments .comments-list .children .comment-body {
    width:525px;
}
.kopa-comment-pagination {
    float:right;
    margin:0;
    font-size:16px;
}
.kopa-comment-pagination a {    
    color:#333;
    margin-left:15px;
}
.kopa-comment-pagination a:hover {
    color:#098d94;
}
.kopa-comment-pagination .current {
    color:#098d94;
    margin-left:15px;
}

/*---Comment form---*/
#comments-form .c-note, 
#contact-form .c-note {
    display: block;
    font-style: italic;
    margin-bottom: 15px;
    font-size:13px;
    color:#333;
}

#comments-form label.required,
#contact-form label.required {
    color:#333;
    margin-bottom:10px;
    display:block;
    font-weight: 400;
}
#comments-form label.required span,
#contact-form label.required span {
    color:#E82524;
}
#comments-form #comment_name,
#comments-form #comment_email,
#comments-form #comment_url,
#contact-form #contact_name,
#contact-form #contact_email,
#contact-form #contact_url {
    padding:0 15px;
    width:330px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background-color:#fbfbfb;
    border:1px solid #eee;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    box-shadow:none !important;
    height:35px;
    line-height:35px;
    margin:0 0 5px;
}
#comments-form #comment_message,
#contact-form #contact_message {
    padding:5px 15px;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background-color:#fbfbfb;
    border:1px solid #eee;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    box-shadow:none !important;
    margin:0 0 5px;
    height:255px;
}
#comments-form #submit-comment,
#contact-form #submit-contact {
    display:inline-block;
    padding:0;
    color:#E82524;
    border:none;
    background: none;
    font-weight: initial;
    font-size: 14px;
}
#comments-form #submit-comment:hover,
#contact-form #submit-contact:hover {
}
#comments-form #comment_name:focus,
#comments-form #comment_email:focus,
#comments-form #comment_url:focus,
#comments-form #comment_message:focus,
#contact-form #contact_name:focus,
#contact-form #contact_email:focus,
#contact-form #contact_url:focus,
#contact-form #contact_message:focus {
    border:1px solid #098d94;
}

#comments-form .textarea-block,
#contact-form .textarea-block {
    margin-bottom:20px;
}

label.error {
    color:#098d94;
    display: block;
}

/* =========================================================
Contact page
============================================================ */
.kp-map {
    margin-bottom:20px;
}
.kp-map iframe {
    margin-bottom:15px;
}

/* =========================================================
404 Page
============================================================ */
.error-404{
    margin:70px 10% 100px;
}
.error-404 .left-col{
    width:41%;
    float:left;
    margin:0 2%;
}
.error-404 .left-col p{
    font-size:120px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:700;
    color:#E82524;
    line-height:100px;
    text-align:right;
}
.error-404 .right-col{
    width:50%;
    float:left;
    margin:0 2%;
}
.error-404 .right-col h1{
    margin-bottom:10px;
    font-size:29px;
    margin-top:0;
}
.error-404 .right-col a {
    color:#098d94;
}
.error-404 .right-col a:hover {
    color:#666;
}
.kopa-pagelink{
    margin-top:20px;
    margin-bottom:20px;
}
.kopa-pagelink a{   
    color:#098d94;
    text-decoration:underline;
    font-weight:700;
    padding-right:15px;
}

/* Experimenta */

#experimenta-address {
    padding-left: 0px;
}

.t-bottom-sidebar > div {
    min-height: 30px;
    border-left: 1px dotted #ccc
}

.t-bottom-sidebar > div:first-child {
    border-left: 0px;
}

.t-bottom-sidebar .widget-title {
    font-size: 13px;
    margin: 2px 0px;
    font-weight: 700;
}

.t-bottom-sidebar .widget {
    margin: 0px;
}

.widget_nav_menu li {
    list-style: none;
    margin-bottom: 0px;
}

.widget_nav_menu li a {
    color: #E82524;
}

.container {
    max-width: initial;
    padding: 0px;
}

#home-container > div, #home-widget-1, #experimenta-sidebar {
    padding: 0px;
}

#home-container > div:first-child  {
    padding-left: 15px;
}

#home-widget-2-col {
    background: #E9E9E8;
}

.entry-content a.perma-bottom {
    color: #E82524;
}

.widget {
    margin-bottom: 0px;
}

.post-categories li {
    padding-bottom: 10px;
}

.post-categories {
    margin-top: 10px;
}

.post-categories li a {
    color: #666;
    font-size: 16px;
    font-weight: 700;
}

.post-categories li:hover {
    background: url(images/icons/ar.png) no-repeat right top;
}

.kp-article-list-widget {
    height: 320px;
    border-right: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.entry-box p {
    line-height: 1.5em;
    font-size: 14px;
}

.entry-box {
    line-height: 1.5em;
    font-size: 14px;
}
.entry-box em {
    line-height: 0em;
}
.wp-caption-text {
    font-style: italic;
    color: #9E9E9E;
}
.entry-box img {
    max-width: 100% !important;
    height: auto !important;
}

.entry-box a {
    color: #E82524;
}

.entry-category ul li {
    list-style: none;
}

.entry-category .post-categories li a {
    color: #333;
    font-weight: initial;
    font-size: 14px;
}

.entry-category .post-categories li {
    padding: 0px;
    margin: 0px;
}

.entry-category .post-categories li:hover {
    background: none;
}

#generic-container > div:first-child {
    padding-left: 0px;
    border-right: 1px dotted #ccc;
}

.layout-blog-2 article {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 40px;
    padding-top: 30px;
}

.layout-blog-2 header {
    font-size: 14px;
    margin-bottom: 15px;
}


.layout-blog-2 p {
    font-size: 14px;
    line-height: 1.5em;
}

.layout-blog-2 .entry-title {
    font-size: 24px;
    margin: 0 0 4px 0;
    color: #333;
    line-height: 1.2em;
}

.layout-blog article {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 40px;
    padding-top: 30px;
}

.layout-blog header {
    font-size: 14px;
    margin-bottom: 15px;
}


.layout-blog p {
    font-size: 14px;
    line-height: 1.5em;
}

.layout-blog .entry-title {
    font-size: 24px;
    margin: 0 0 4px 0;
    color: #333;
    line-height: 1.2em;
}

.layout-blog .entry-author {
    display: none;
}

.layout-blog .entry-category .post-categories li a {
    color: #E82524;
}

.loop-blog-3 p {
    font-size: 14px;
    line-height: 1.5em;
}

.loop-blog-3 .entry-title {
    font-size: 24px;
    margin: 0 0 4px 0;
    color: #333;
    line-height: 1.2em;
}

.loop-blog-3 .entry-thumb {
    float: left;
    margin-right: 15px;
    max-width: 105px;
}

.loop-blog-3 article {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    padding-top: 15px;
}

.loop-blog-3 header {
    font-size: 14px;
    margin-bottom: 15px;
    margin-left: 120px;
}

.loop-blog-3 h1 {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
}

.loop-blog-3 .entry-content {
    margin-left: 120px;
}

.loop-blog-3 .entry-author {
    font-size: 12px;
    padding-bottom: 5px;
}

.loop-blog-3 .entry-tags {
    font-size: 12px;
    margin-left: 120px;
    margin-top: 8px;
}

.loop-blog-3 .entry-tags a {
    color: white;
    background: #ccc;
    border-radius: 4px;
    padding: 3px 4px 3px 4px;
    margin-right: 5px;
    font-size: 14px;
    float: left;
    margin-bottom: 5px;
}

.loop-blog-4 h1 {
    margin-bottom: 30px;
}

.loop-blog-4 .entry-thumb {
    overflow: hidden;
}

.loop-blog-4 .entry-thumb-youtube img {
    margin-top: -10%;
    margin-bottom: -10%;
}

.loop-blog-4 .entry-title {
    font-size: 13px;
    min-height: 50px;
    line-height: 1.5em;
}

.loop-blog-4 .entry-content {
    line-height: 1.5em;
    font-size: 14px;
}

.loop-blog-4 .entry-content p {
    line-height: 1.5em;
}

.loop-blog-4 .entry-date {
    font-size: 14px;
}

.loop-blog-3 p, .loop-blog-5 p {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.loop-blog-5 .entry-title {
    margin-bottom: 12px;
}

.loop-blog-5 .entry-thumb {
    margin-bottom: 0px;
}

.loop-blog-5 .entry-content a {
    color: #E82524;
}

.loop-blog h1 {
    margin-bottom: 30px;
}

.loop-blog .entry-title {
    font-size: 15px;
}

.loop-blog .entry-content {
    line-height: 1.5em;
    font-size: 14px;
}

.loop-blog .entry-content p {
    line-height: 1.5em;
}

.loop-blog .entry-date {
    font-size: 14px;
}

.tag-box a {
    color: white;
    background: #ccc;
    border-radius: 4px;
    padding: 3px 4px 3px 4px;
    margin-right: 5px;
    font-size: 14px;
    margin-bottom: 5px;
}

.video-3-container {
    padding-left: 0px;
    float: left;
}

.video-3-container > div {
    padding-bottom: 25px;
    padding-left: 0px;
}


#entry-group-title {
    
}

.pagination {
    width: 100%;
    text-align: center;
    margin: 40px 0;
}

.pagination ul {
    display: inline-block;
}

.pagination ul li{
    margin: 5px 10px 5px 0;
    font-size: 14px;
    text-transform: lowercase;
    font-weight: initial;
}

.pagination ul li:first-child {
    margin: 5px 10px 5px 0;
}

.pagination ul li span.current {
    border: 1px dotted #ccc;
    color: #333;
    padding: 8px 2px 8px 2px;
    font-weight: 700;
}

.comments-list .pagination{
    margin: 0px;
}

#home-container .page p {
    font-size: 14px;
    line-height: 1.5em;
}

.page-left-container {
    padding-right: 15px !important;
    border-right: 1px dotted #ccc;
}

.page-right-sidebar .page {
    margin-left: 150px !important;
}

.page-right-sidebar p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.4em;
}

.page-right-sidebar h1.page-title {
    font-size: 20px;
    width: 150px;
    float: left;
}

.planet {
    background: #3D3D3D;
    color: #E7E7E7;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

.planet h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    border-top: dotted 1px #E7E7E7;
    margin-top: 10px;
    padding-top: 10px;
}

.planet-description p, .page-right-sidebar-2 h4 {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
}

.red {
    color: #E82524;
}

.single-format-video .entry-title {
    margin-bottom: 40px;
}

.experimenta-company-block {
    height: 320px;
    background: #3D3D3D;
    color: white;
}

.experimenta-company-block a {
    font-weight: bold;
    color: #E82524;
}

.experimenta-company-block .container {
    padding-bottom: 20px;
}

.ecb-title {
    height: 45px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #fff;
    margin-left: 15px;
    margin-right: 15px;
}

.ecb-title img {
    margin-top: 8px;
}

.ecb-description {
    line-height: initial;
}

.ecb-company-name {
    font-weight: 700;
}

#home-experimenta-sidebar .widget {
    border-bottom: #ccc 1px dotted;
}

#home-experimenta-sidebar .widget .widget {
    border: 0px;
}

#banner > div {
    padding-bottom: 30px;
}

.kp-small-article-list-widget .widget > ul > li {
    border-top: 0px;
}

.kp-small-article-list-widget article {
    border-bottom: inherit;
    padding-bottom: inherit;
    padding-top: inherit;
}

.kp-small-article-list-widget {
    height: 320px;
}

.kp-small-article-list-widget .entry-title {
    font-size: 14px;
}

.kp-small-article-list-widget li:first-child .entry-title {
    margin-top: 0px;
}

.kp-small-article-list-widget .entry-thumb {
    margin-bottom: 0px;
}

.kp-small-article-list-widget .entry-thumb img {
    width: 105px;
    float:left;
}

.kp-small-article-list-widget .entry-content {
    margin-left: 110px;
}

#home-widget-2-col .kp-small-article-list-widget h3.widget-title {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px #ccc dotted;
    padding-bottom: 10px;
}

.kp-small-article-list-widget h3.widget-title {
    font-size:16px;
    margin: 0px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

#home-experimenta-sidebar .kp-small-article-list-widget .widget > ul,
#experimenta-sidebar .kp-small-article-list-widget .widget > ul {
    padding-left: 15px;
    padding-right: 15px;
}

.kp-small-article-list-widget .widget > ul > li {
    float: left;
    margin: 0px;
    padding-top: 0px;
    width: 100%;
}

.kp-small-article-list-widget .widget > ul > li:first-child {
    padding-top: 8px;
}

/* --------------------------------------- */
#block-block-10 {
    position: relative;
    width: 314px;
    margin: auto;
}

.block {
    min-height: 319px;
}

#div-gpt-ad-1361289422941-4 {
    position: absolute;
    top: 10px;
    left: 10px;
}
#div-gpt-ad-1361289422941-5 {
    position: absolute;
    top: 10px;
    left: 170px;
}
#div-gpt-ad-1361289422941-6 {
    position: absolute;
    top: 163px;
    left: 10px;
}
#div-gpt-ad-1361289422941-7 {
    position: absolute;
    top: 163px;
    left: 170px;
}


li#menu-item-11962 .sub-menu {
    width: auto;
    right: 0;
    left: initial;
}

select.dropdown_product_cat {
    float: right;
}

.wc-proceed-to-checkout { width: 100%;}
.wc-proceed-to-checkout .wc-backward { float: left;}
.wc-proceed-to-checkout .wc-forward { float: right;}

@media (min-width: 992px) {
	#banner-right {
		position: absolute;
		right: 0px;
	}
	#banner728x90{width: auto;}
	#banner{position: relative;}
}

/* -------------------------------------------------- */

.newsletter-widget {
  padding: 40px 20px;
  text-align: center;
}
.newsletter-widget input {
  background: #e9e9e8 none repeat scroll 0 0;
  border: 1px solid #cccccc;
  margin: 1px;
  text-align: center;
  width: 80%;
}
.newsletter-widget input[type="submit"] {	background: #fff;}

