
/*
    WIWET.com - ASP.NET Templates
    Template Name: Pollen_Systems_Website_2020
*/

/* CUSTOM RESETS
================================================== */
a {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

a:focus,
a:hover {
    outline: 0 none;
    text-decoration: none;
    color: #14557e;
}

/* form fields */
.form-control {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    box-shadow: inset 5px 5px 5px #e8e8e8;
    height: 44px;
}

.form-control[disabled] {
    background-color: #fff;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #000;
}

/* margin and padding resets */ 
.mt15 { margin-top: 15px; }
.mt30 { margin-top: 30px; }
.mt50 { margin-top: 50px; }

.mb0 { margin-bottom: 0; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb40 { margin-bottom: 40px; }

.ptb50 { padding: 50px 0; }

.pl40 { padding-left: 40px; }
.pr40 { padding-right: 40px; }

.xs-no-margin { margin: 0 !important; }

/* headings */
h1, h2, h3, h4 { 	
	margin-top: 0; 
	font-weight: 600;
}
	

/* LAYOUT
================================================== */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: 'Open Sans', sans-serif;
}

#page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/* Titles */
.section-title {
    font-size: 32px;
    line-height: 1;
    color: #000;
    margin: 0 0 20px;
}

.section-title-centered {
    font-size: 38px;
    position: relative;   
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
}

.section-title-centered span {
    background: #fff;
    position: relative;
    padding: 0 20px;
}

.section-title-centered:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background: #e4e4e4;
}

/* Breadcrumbs */
.breadcrumb {
    background-color: #f8f8f8;
    border-radius: 0;
    padding: 10px 15px;
}

.breadcrumb a {
    color: #000;
}

.breadcrumb a:hover,
.breadcrumb > .active {
    color: #36a7ed;
}


/* HEADER
================================================== */
/*** Top header ***/
.wiwet-top-header {
    min-height: 40px;
    background-color: #005C41;    
}

/* Contact info (mail, number) */
.top-header__email,
.top-header__phone {
    color: #fff;
    line-height: 40px;
}

.top-header__email {
    margin-right: 44px;
}

.top-header__email .fa,
.top-header__phone .fa {
    color: #000;
    margin-right: 15px;
}

/* Search */
.search-group {
    width: 280px;
    margin-right: 20px;
    position: relative;
}

.search-control {
    float: left;
    color: white; 
    background: #007C41;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    width: 240px;
    height: 40px;
    padding: 6px 12px 6px 6px;
}

.search-group:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0px;
    width: 0;
    height: 0;
    color: white;
    border-style: solid;
    border-width: 0 0 40px 25px;
    border-color: transparent transparent #007C41 transparent;
}

.search-control:focus {
    box-shadow: none;
    border: 0 none;
}

.search-control::-moz-placeholder {
    color: #007C41;
}
.search-control:-ms-input-placeholder {
    color: #007C41;
}
.search-control::-webkit-input-placeholder {
    color: #007C41;
}

.btn-search {
    float: left;
    color: #afc5d3;
    background-color: #005C41;
    border-color: transparent transparent #005C41 transparent;
    border: 0 none;
    width: 40px;
    height: 40px;
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
}

.btn-search:hover {
    color: #fff;
}

/* Social icons */
.social-icons {
    margin: 0;
}

.social-icons li {
    padding: 0 10px;
}

.social-icon-item {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

/*** Main header ***/
.wiwet-main-header {
    background-color: #fff;
    min-height: 110px;
}

/* Logo */
.branding {
    margin: 26px 0;
}

.site-logo {
    color: #000;
    display: block;
    line-height: 1;
    position: relative;
}

.site-logo:hover {
    color: #000;
}

.site-logo span {
    color: #36a7ed;
}

.site-caption {
    color: #005C41;
    line-height: 1;
    margin: 8px 0 0;
}

/* Navigation */
.wiwet-navigation {
    margin-bottom: 0;
    background: none;
    border: 0 none;
}

.wiwet-navigation .navbar-collapse {
    padding: 0;
}

.wiwet-navigation-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wiwet-navigation-li {
    float: left;
    display: block;
    position: relative;
    line-height: 110px;
}

.wiwet-navigation-li + .wiwet-navigation-li {
    margin-left: 5px;
}

.wiwet-navigation-link {
    text-transform: uppercase;
    color: #000;
    padding: 0 15px 10px;
    position: relative;
}

.wiwet-navigation-link:hover {
    color: #36a7ed;
}

.wiwet-navigation-link.active {
    border-bottom: 2px solid #005C41;
    color: #000;
}


/* FOOTER
================================================== */
.footer-widgets {
    background-color: #005C41;
    font-size: 13px;
    color: #fff;
    padding: 50px 0;
}

.footer-widgets .site-logo {
    margin-bottom: 30px;
}

.footer-title {
    font-size: 21px;
    margin-top: 0;
    color: #ffffff;
}

.footer-list {
    list-style-image: url('../Images/list-arrow.png');
    padding: 0 0 0 15px;
    margin: 30px 0 0;
    color: #fff;
}

.footer-list li {
    line-height: 1;
    padding-left: 10px;
}

.footer-list li + li {
    margin-top: 20px;
}

.footer-list li a {
    color: #fff;  
    line-height: 1;
    position: relative;
    top: 2px;
}

.footer-list li a:hover {
    color: #000;
}

.footer-menu li {
    text-transform: uppercase;
}

.footer-menu li a.active {
    text-decoration: underline;
}

.footer-menu li a.active:hover {
    color: #fff;
}

.footer-portfolio {
    margin: 0;
    padding: 0;
}

.footer-portfolio li {
    float: left;
    margin: 10px 10px 0 0;
    border: 2px solid #fff;
}

.footer-portfolio li a:hover {
    opacity: 0.7;
}

.footer-info a {
    color: #fff;
}

.footer-info a:hover {
    color: #000;
}

.footer-info .social-icons {
    margin-top: 20px;
}

.footer-info .social-icons li:first-child {
    padding-left: 0;
}

.footer-copyright {
    background-color: #0e6ba4;
    color: #fff;
    font-size: 13px;
    line-height: 36px;
}

.copyright {
    margin-bottom: 0;
}

.copyright a {
    color: #000000;
}

.copyright a:hover {
    color: #fff;
}


/* SLIDESHOW (Carousel)
================================================== */
.carousel-inner {
    height: 100%;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
}

#wiwet-slideshow {
    height: 540px;
    overflow: hidden;
}

#wiwet-slideshow .carousel-inner > .item {
    height: 100%;
}

#wiwet-slideshow .carousel-inner > .item-1 {
    background: url(../Images/slideshow-img-1.jpg) no-repeat center / cover;
}

#wiwet-slideshow .carousel-inner > .item-2 {
    background: url(../Images/slideshow-img-2.jpg) no-repeat center / cover;
}

#wiwet-slideshow .carousel-inner > .item-3 {
    background: url(../Images/slideshow-img-3.jpg) no-repeat center / cover;
}

#wiwet-slideshow .carousel-inner > .item-4 {
    background: url(../Images/20211108_Report_website.jpeg) no-repeat center / cover;
}

#wiwet-slideshow .carousel-inner > .item-5 {
    background: url(../Images/slideshow-img-5.jpg) no-repeat center / cover;
}

#wiwet-slideshow .carousel-control {
    background-color: #fff;
    border-radius: 7px;
    color: #737373;
    font-size: 28px;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: 50%;
    bottom: auto;
    margin-top: -22px;
    width: 44px;
    height: 44px;
}

#wiwet-slideshow .carousel-control.left {
    left: 25px;
}

#wiwet-slideshow .carousel-control.right {
    right: 25px;
}

#wiwet-slideshow .carousel-control:hover {
    background-color: #737373;
    color: #fff;
}

    #wiwet-slideshow .carousel-caption {
        border: 3px solid #969696;
        background: rgba(150, 150, 150, 0.66);
        border-radius: 25px;
        font-size: 37px;
        font-weight: bolder;
        color: white;
        padding: 15px 80px;
        text-shadow: none;
        bottom: 40%;
        width: auto;
        left: 50%;
        right: auto;
        margin: auto;
        line-height: 1;
        transform: translate(-50%, 0px);
        -moz-transform: translate(-50%, 0px);
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        -o-transform: translate(-50%, 0px);
        transform: translate3d(-50%, 0px, 0px);
        -moz-transform: translate3d(-50%, 0px, 0px);
        -webkit-transform: translate3d(-50%, 0px, 0px);
        -ms-transform: translate3d(-50%, 0px, 0px);
        -o-transform: translate3d(-50%, 0px, 0px);
    }


/* MAIN 
================================================== */
.wiwet-main > section {
    padding-bottom: 70px;
}

.wiwet-main > section.section-services-homepage {
    padding-bottom: 0;
}

/* Services */
.section-services-homepage {
    top: -50px;
    position: relative;
}

.section-services-homepage .col-sm-4 {
    padding: 0;
}

.section-services-homepage .row .col-sm-4:first-child {
    padding-left: 15px;
}

.section-services-homepage .row .col-sm-4:last-child {
    padding-right: 15px;
}

.service-box-blue {
    background-color: #6B917F;
    text-align: center;
    font-size: larger;
    color: #fff;
    padding: 30px 30px 40px;
    height: 500px;
}

.service-box--dark {
    background-color: #4F806B;
}

.service-box--darker {
    background-color: #1E4C37;
}

.service-box-icon {
    background-color: #ffffff;
    border-radius: 80px;
    width: 80px;
    height: 80px;
    margin: auto;
    position: relative; 
    line-height: 80px;
}

.service-box-icon .fa {
    color: #000;
    font-size: 36px;
    position: relative;
    top: 9px;
}

.service-box-blue h3 {
    font-size: 24px;
    margin: 40px 0 15px;
}

.service-box-blue p {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0;
}

/* Partners */

.crop-box-green {
    background-color: #005C41;
    text-align: center;
    font-size: larger;
    color: #fff;
    padding: 30px 30px 40px;
    min-height: 400px;
    margin: 15px 0 15px;
}

.crop-box-green h3 {
    font-size: 24px;
    margin: 40px 0 15px;
}

.crop-box-green p {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0;
}


/* About */
.section-about p {
    font-size: 13px;
    text-align: justify;
    line-height: 22px;
}

.section-about-text {
    margin-bottom: 20px;
}

.section-about img {
    max-width: 100%;
}

.progress-outer {
    clear: both;
    float: left;
    width: 100%;
}

.progress-outer + .progress-outer {
    margin-top: 20px;
}

.progress {
    background-color: #f0f0f0;
    margin-bottom: 5px;
    height: 8px;
    box-shadow: none;
    border-radius: 0;
}

.progress-bar {
    background-color: #36a7ed;
    line-height: 8px;
    box-shadow: none;
    border-radius: 0;   

    transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -webkit-transition: width 1s ease-in-out;
    -ms-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
}

.progress-details {
    color: #444444;    
    font-size: 15px;
}


/* Portfolio */
.section-portfolio .container-fluid {
    padding: 0;
}

.portfolio-item {
    position: relative;
    float: left;
    height: 270px;
    padding: 8px;
}

.portfolio-item a {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.portfolio-item img {
    display: block;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.portfolio-item img.partner_logo {
    display: block;
    width: 100vh;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.portfolio-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    opacity: 0;
    z-index: 2;
    padding: 10px;
    display: table;
    transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
}

.portfolio-description-inner {
    display: table-cell;
    vertical-align: middle;
}

.portfolio-description h3 {
    color: #fff;
    font-size: 26px;
    margin-top: 0;
}

.portfolio-description p {
    font-size: 16px;
    color: white;
    margin: 0;
}

.portfolio-description span {
    background: rgba(255,255,255,0.7);
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 86px;
    margin: 10px auto 0;
}

.portfolio-description span i {
    color: #000;
    font-size: 36px;
}

.portfolio-item:hover .portfolio-description {
    opacity: 1;
}


/* Latest posts */
.latest-post-item {
    overflow: hidden;
    font-size: 16px;
}

.latest-post-item-thumb {
    position: relative;
    height: 210px;
}

.latest-post-item-thumb img {
    display: block;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.latest-post-date {
    background-color: #36a7ed;
    width: 150px;
    position: absolute;
    top: 30px;
    left: -10px;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    text-align: center;
}

.latest-post-date:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #0c659d transparent transparent;
}

.latest-post-item h3 {
    font-size: 22px;
}

.latest-post-item h3 a {
    color: #000;
}

.latest-post-item h3 a:hover {
    color: #36a7ed;
}

.latest-post-item p {
    color: #616161;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
}

.read-more-btn { 
    font-size: 14px;
    color: #000000;
    border: 2px solid #36a7ed;
    border-radius: 50px;
    padding: 8px 30px;
}

.latest-post-item .read-more-btn { 
	float: left;
}

.read-more-btn:hover { 
    border: 2px solid #36a7ed;
    background-color: #36a7ed;
    color: #fff;
}

.latest-post-item .read-more-btn {  
    margin-top: 15px;
}

.crops-read-more-btn {
    font-size: 18px;
    color: #FFFFFF;
    border: 2px solid #36a7ed;
    border-radius: 50px;
    padding: 8px 30px;
}

.latest-post-item .crops-read-more-btn {
    float: left;
}

.crops-read-more-btn:hover {
    border: 2px solid #36a7ed;
    background-color: #36a7ed;
    color: #fff;
}

.latest-post-item .crops-read-more-btn {
    margin-top: 15px;
}

/* Testimonials */
.section-testimonials {
    border-top: 3px solid #36a7ed;
    padding: 40px 0;
}

.testimonial-thumb {
    float: left;
}

.testimonial-thumb img {
    border-radius: 100px;
}

.testimonial-content {
    padding-left: 145px;
    font-size: 16px;
    color: #000;
    line-height: 20px;
}

.testimonial-content p {
    padding-left: 145px;
    font-size: 16px;
    color: #000;
    line-height: 20px;
}

.testimonial-client-name {
    font-size: 16px;
    color: #36a7ed;
    margin-bottom: 0;
}

.section-testimonials .carousel-control {
    color: #9e9e9e;
    font-size: 48px;
    line-height: 1;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: 34px;
    bottom: auto;
    width: auto;
    height: auto;
}

.section-testimonials .carousel-control.left {
    left: -50px;
}

.section-testimonials .carousel-control.right {
    right: -50px;
}

.section-testimonials .carousel-control:hover {
    color: #36a7ed;
}

.section-testimonials .carousel-control span {
    line-height: 1;
}


/* PAGES
================================================== */
/*** Services ***/
.service-box {
    background-color: #fff;
    text-align: center;
    color: #000;
    padding: 30px 30px 40px;
    border: 1px solid #d4d4d4;

    transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
}

.service-box:hover { 
    background-color: #f8f8f8;
}

.service-box p {
    margin-bottom: 0;
}

.service-box .service-box-icon {
    background-color: #ffffff;
    border: 3px solid #36a8eb;
    border-radius: 50px;
}

.service-box .service-box-icon .fa {
    color: #36a8eb;
    top: 5px;
}

/*** Blog ***/
.single-post + .single-post {
    border-top: 1px solid #e4e4e4;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.entry-title {
    margin-top: 0;
}

.entry-title a {
    color: #000;
}

.entry-meta {
    color: #919191;
    margin-bottom: 20px;
    font-size: 13px;
}

.entry-meta a {
    color: #373737;
}

.entry-meta p {
    margin-bottom: 0;
}

.entry-content {
    position: relative;
    top: -5px;
    text-align: justify;
}

.entry-content p {
    color: #373737;
    line-height: 21px;
    font-size: 18px;
}

.entry-header a:hover {
    color: #36a8eb;
}

.entry-read-more {
    font-size: 13px;
    color: #fff;
    border: 2px solid #000;
    background-color: #000;
    border-radius: 5px;
    padding: 7px 25px;
    float: left;  
}

.entry-read-more:hover { 
    background-color: #fff;
    color: #000;
}

.entry-image {
    width: 100%;
    height: 190px;
    overflow: hidden;
    position: relative;
}

.entry-image img {
    display: block;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

/*** Contact */
.contact-form .col-sm-6:first-child {
    padding-right: 10px;
}

.contact-form .col-sm-6:last-child {
    padding-left: 10px;
}

.contact-form .form-control {
    margin-bottom: 15px;
}

.contact-form textarea {
    resize: none;
    height: 175px;
}

.captcha .col-sm-2 {
    padding-right: 10px;
}

.captcha .col-sm-3 {
    padding-left: 10px;
}

.btn-submit {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #36a8eb;
    background-color: #36a8eb;
    border-radius: 5px;
    padding: 6px 20px;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.btn-submit:hover {
    color: #36a8eb;
    background-color: #fff;
}

.contact-widget-title {
    font-size: 20px;
    color: #fff;
    background-color: #000;
    margin: 0;
    line-height: 1;
    padding: 15px 15px 15px 20px;
}

.contact-widget-title img {
    float: right;
}

.contact-widget-content {
    background-color: #f8f8f8;
    padding: 20px;
    font-size: 13px;
    color: #000;
}

.contact-widget-content a {
    color: #000
}

.contact-widget-content span,
.contact-widget-content a:hover {
    color: #36a8eb;
}

.contact-widget-content .social-icons li:first-child {
    padding-left: 0;
}

#map {
    width: 100%;
    height: 300px;
    clear: both;
    background: #f8f8f8;
    margin-top: 50px;
}

/* CROP SIDEBAR 
================================================== */
.crops-sidebar.col-md-4 {
    padding-left: 400px;
}

/* SIDEBAR 
================================================== */
.sidebar.col-sm-2 {
    padding-left: 40px;
}

.widget {
    background-color: #f8f8f8;    
}

.widget + .widget {
    margin-top: 30px;
}

.widget-title {
    font-size: 20px;
    color: #fff;
    margin: 0;
    /* background-color: #36a8eb;*/
    background-color: #005C41;
    line-height: 1;
    padding: 10px 15px;
}

.widget-content ul {
    margin: 0;
    padding: 20px 0 20px 15px;
    list-style: none;
}

.widget-content ul li {
    position: relative;
    padding-left: 20px;
    line-height: 1;
}

.widget-content ul li + li {
    margin-top: 15px;
}

.widget-content ul li:before {
    content: "";
    background: url('../Images/sidebar-arrow.png') no-repeat center left;
    height: 7px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 7px;
    z-index: 222;
}

.widget-content ul li a {
    color: #000;
}

.widget-content ul li a:hover {
    /*color: #36a8eb;*/
    color: #005C41;
}


/* ELEMENTS 
================================================== */
/* headings */
.wiwet-h1 {
	font-weight: 700;
	font-size: 38px;
}
.wiwet-h3 {
	font-size: 22px;
}

/* read more buttons */
.buttons-list a {
	display: inline-block;
	margin-right: 15px;
}
.buttons-list a:last-child {
	margin-right: 0;
}
.read-more-btn-blue-bg {
	background-color: #36a7ed;
	color: #fff;
}
.read-more-btn-blue-bg:hover {
	background-color: #fff;
	color: #000;
}
.read-more-btn-grey {
	border-color: #9f9f9f;
	background-color: #fff;
	color: #000;
}
.read-more-btn-grey:hover {
	border-color: #9f9f9f;
	background-color: #9f9f9f;
	color: #fff;
}
.read-more-btn-grey-bg {
	border-color: #9f9f9f;
	background-color: #9f9f9f;
	color: #fff;
}
.read-more-btn-grey-bg:hover {
	border-color: #9f9f9f;	
	background-color: #fff;
	color: #000;
}

/* tabs */
.wiwet-tabs .nav-tabs {
	border-bottom: 0 none;
}
.wiwet-tabs .tab-content {
	border: 1px solid #ddd;
	font-size: 13px;
	color: #373737;
	padding: 20px 20px 30px;
	line-height: 22px;
}
.wiwet-tabs .nav-tabs > li > a {
    border: 1px solid #ddd;
    border-radius: 0;
	background: #f8f8f8;
	color: #000000;
	font-weight: 600;
	margin-right: 10px;
	position: relative;
}
.wiwet-tabs .nav-tabs > li > a:before {
	content: "";
	position: absolute;
	left: -1px;
	bottom: -1px;
	height: 1px;
	width: 1px;
	background: #ddd;
}
.wiwet-tabs .nav-tabs > li > a:hover {
	background: #36a7ed;	
	color: #fff;
}
.wiwet-tabs .nav-tabs > li.active > a, 
.wiwet-tabs .nav-tabs > li.active > a:focus, 
.wiwet-tabs .nav-tabs > li.active > a:hover {
	color: #36a7ed;
	background: #fff;
	border-bottom-color: transparent;
}

/* accordion */
.wiwet-accordion .panel {
	box-shadow: none;
	border-radius: 0;
}
.wiwet-accordion .panel-group .panel + .panel {
	margin-top: 0;
	border-top: 0 none;
}
.wiwet-accordion .panel > .panel-heading {
	padding: 0;
	border-radius: 0;
}
.wiwet-accordion .panel > .panel-heading a {
	background: #f8f8f8;
	color: #000000;
	padding: 10px 15px;
	display: block;
}
.wiwet-accordion .panel-title a[aria-expanded="true"] {
	color: #36a7ed;
	background: #fff;
}	
.wiwet-accordion .panel > .panel-heading a:hover {
	color: #fff;
	background: #36a7ed;
}
.wiwet-accordion .panel-title {
	font-size: 14px;
}
.wiwet-accordion .panel-body {
	font-size: 13px;
}

/* select / checkbox / radio */
.wiwet-select {
	width: 100%;
	height: 40px;
}

/* form */
.wiwet-form .control-label {
	font-weight: 400;
	color: #373737;
	cursor: pointer;
}
.wiwet-form .form-control {
	border: 1px solid #dadada;
	box-shadow: none;
}
.wiwet-form .form-control:focus {
	border-color: #36a7ed;
}
.wiwet-form .form-control::-moz-placeholder {
    color: #bcbcbc;
}
.wiwet-form .form-control:-ms-input-placeholder {
    color: #bcbcbc;
}
.wiwet-form .form-control::-webkit-input-placeholder {
    color: #bcbcbc;
}

.wiwet-form button {
	text-transform: uppercase;
	background: #fff;
	
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

/* pagination */
.wiwet-pagination .pagination {
	margin: 0;
}
.wiwet-pagination .pagination > li {
	display: inline-block;
}
.wiwet-pagination .pagination  li + li {
	margin-left: 5px;	
} 
.wiwet-pagination .pagination > li:first-child > a, 
.wiwet-pagination .pagination > li:first-child > span,
.wiwet-pagination .pagination > li:last-child > a, 
.wiwet-pagination .pagination > li:last-child > span {
	border-radius: 0;	
}
.wiwet-pagination .pagination > li > a,
.wiwet-pagination .pagination > li > span {
	border: 0 none;
	background-color: #e5e5e5;
	color: #000;
	margin-left: 0;
	padding: 8px 14px;
}
.wiwet-pagination .pagination > .active > a, 
.wiwet-pagination .pagination > .active > a:focus, 
.wiwet-pagination .pagination > .active > a:hover, 
.wiwet-pagination .pagination > .active > span, 
.wiwet-pagination .pagination > .active > span:focus, 
.wiwet-pagination .pagination > .active > span:hover {
	background-color: #38a8ed;
	color: #fff;
}
.wiwet-pagination .pagination li > a:hover, 
.wiwet-pagination .pagination li > a:focus, 
.wiwet-pagination .pagination li > span:focus, 
.wiwet-pagination .pagination li > span:hover {
	background-color: #000;
	color: #fff;
}

/* lists */
.wiwet-list  {
	padding-left: 15px;
	color: #38a8ed;
}
.wiwet-list  li {
	line-height: 24px;
	padding-left: 5px;
}
.wiwet-list  li span {
	color: #373737;
}
.square-list li {
	list-style-type: square;
}
.arrow-list li {
	position: relative;
	list-style-type: none;
}
.arrow-list li:before {
	content: "";
	background: url('../Images/menu-list-arrow.png') no-repeat center left;
	height: 6px;
	left: -12px;
	position: absolute;
	top: 9px;
	width: 5px;
	z-index: 222;
}