/******************************************
    File Name: style.css
    Template Name: TechMag
    Created By: Template Visual Team
    Website: http://templatevisual.com
    Version: 1.0
    Support: support@templatevisual.com
/******************************************

/******************************************
    TABLE OF CONTENT
/******************************************

    1. IMPORT FONT
    2. STARTUP
    3. HEADER
    4. MEGA MENU
    5. SECTIONS
    6. SHOP
    7. FOOTER
    8. SLIDER
    9. CAROUSEL
    10. PAGE
    11. BLOG
    12. SIDEBAR
    13. CUSTOM BUTTON
    14. COLORS
    15. RESPONSIVE

******************************************/


/******************************************
    IMPORT FONT
******************************************/

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100);

/******************************************
    STARTUP
******************************************/

body {
    font-size: 14px;
    padding: 0;
    color: #111;
    background-color: #fff;
    font-family: 'Roboto', Geneva, sans-serif;
}

.landingpage,
.landingpage .sitecontainer {
    background-color: #EFEFEF;
}

.whitebody,
.whitebody .sitecontainer {
    background-color: #fff;
}

.landingpage .sitecontainer .col-md-4 {
    margin-bottom: 30px;
}

.landingpage .sitecontainer .col-md-4 h3 {
    font-size: 18px;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1;
}

.single-wrapper .check li,
p {
    color: #222;
    font-family: 'Roboto', Geneva, sans-serif;
    font-size: 15px;
    line-height: 26px;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #121212;
}

a {
    color: #c0474d;
    text-decoration: none !important;
    outline: none;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    color: #D7898D;
    outline: none;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.first {
    clear: both
}

.last {
    margin-right: 0
}

.alignleft {
    float: left;
    display: table-cell;
    margin: 10px 20px 10px 0;
}

.alignright {
    float: right;
    display: table-cell;
    margin: 10px 0 10px 20px;
}

.sociallinks,
.check {
    padding: 0;
    list-style: none;
}

.check li:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 0;
    color: #111111;
    padding-right: 8px;
    position: relative;
    top: 0;
}

p.dropcaps::first-letter {
    border-radius: 0 !important;
    color: #999;
    float: left;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin: 8px 20px 0 0;
    padding: 9px 15px;
    font-family: 'Roboto', Geneva, sans-serif;
}

.bgw {
    background-color: #ffffff;
}

.bgg {
    background-color: #f9f9f9
}

#wrapper .sitecontainer {
    padding: 30px;
    margin: 0 auto !important;
}

.singlefullwidth.sitecontainer {
    padding: 0 30px !important;
}

.m22 {
    margin-top: 22px;
}

.m30 {
    margin-top: 30px;
}
@media screen and (min-width: 1099px){
    .an-widget img {
        margin: 0 auto;
        width: auto;
        display: block;
        min-height:100px;
    }
    .an-widget-top img {
        margin: 0 auto;
        width: auto;
        display: block;
        min-height:100px;
    }

}

@media screen and (max-width: 1000px){
    .an-widget img {
        margin: 0 auto;
        width: auto;
        display: block;
        min-height:none;
        width:100%;
        float:none !important;
        text-align:center;
    }
    .an-widget-top img {
        margin: 0 auto;
        width: auto;
        display: block;
        min-height:none;
        width:100%;
        float:none !important;
        text-align:center;
    }
}


/******************************************
    HEADER
******************************************/

.header {
    position: relative;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    text-align: left;
    width: 100%;
    z-index: 100;
    padding: 0;
    background-color: #ffffff;
}

.header.affix {
    position: fixed;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    text-align: left;
    width: 100%;
    z-index: 100;
    padding: 0;
    background-color: #ffffff;
}

.header2 .logo-wrapper {
    margin-top: 60px;
}

.header2 .dm-social {
    margin-top: 60px;
    padding-top: 0px !important;
}

.header2 .dm-social li a {
    width: 3.6em !important;
}

.header .widget,
.header .widget-title,
.navbar-nav,
.navbar {
    margin: 0 !important;
    border-radius: 0 !important;
}

.widget-title {
    position: relative;
}

.widget-title a {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 13px;
}

.navbar-default {
    border: 0;
    box-shadow: none !important;
    background-color: #423A3D;
}

.logo-wrapper {
    padding: 20px 0;
    background-color: #fff;
}

.logo-wrapper > .container > .row {
    display: flex;
    align-items: center;
}

.logo-wrapper .an-widget img {
    margin: 0 !important;
    width: auto;
    display: block;
    float: right;
    text-align: right;
}

.navbar-brand {
    font-size: 24px;
    color: #fff !important;
    padding: 0 0 0 0;
    margin: 0;
    line-height: 1;
    text-transform: capitalize;
    height: auto;
    text-decoration: none !important;
    font-weight: 700;
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

.navbar-nav > li > a i {
    margin-right: 3px;
}

.navbar-nav > li > a {
    font-size: 15px;
    color: #fff !important;
    padding: 15px 20px;
    text-transform: capitalize;
    text-decoration: none !important;
    font-weight: 700;
    line-height: 30px;
    font-family: 'Roboto', Geneva, sans-serif;
}

.yamm-content .links-widget {
    padding: 20px 0 0;
}

.yamm-content .links-widget a {
    color: #111111 !important;
    font-family: 'Roboto', Geneva, sans-serif;
}

.navbar-nav > li {
    -webkit-transition: background-color 0.7s ease 0s;
    -moz-transition: background-color 0.7s ease 0s;
    -ms-transition: background-color 0.7s ease 0s;
    -o-transition: background-color 0.7s ease 0s;
    transition: background-color 0.7s ease 0s;
}

.navbar-nav > li:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.searchandbag i {
    font-size: 15px;
    line-height: 1;
}

.searchwidget h3 {
    font-size: 23px !important;
    line-height: 30px !important;
}

.searchandbag li {
    padding: 0 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.searchandbag li:first-child {
    border-left: 0;
}

.tooltip-inner {
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 11px !important;
    min-width: 90px;
    border-radius: 0 !important;
}

.news-ticker {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
    line-height: 2.82857143;
    background-color: #eeeeee;
}

.retweet-wrapper {
    margin-bottom: 60px;
}

.news-title {
    height: auto;
    float: left;
    color: #fff;
    padding: 10px 35px;
    margin-right: 20px;
    margin-bottom: 0;
    text-align: center;
    background-color: #00A9E0;
    position: relative;
}

.news-title:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(18, 18, 18, 0);
    border-left-color: #00A9E0;
    border-width: 7px;
    margin-top: -7px;
}

.news-title h3 {
    font-size: 18px;
    letter-spacing: 0.6px;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff;
}


.jogo-title {
    height: auto;
    float: right;
    color: #fff;
    padding: 10px 35px;
    margin-right: 0px;
    margin-bottom: 0;
    text-align: center;
    background-color: #00A9E0;
    position: relative;
}

.jogo-title:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #02b64a transparent transparent;
    margin-top: -7px;
}

.jogo-title h3 {
    font-size: 18px;
    letter-spacing: 0.6px;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff;
}


#controls {
    display: none;
}

.random-article {
    height: auto;
    float: right;
    color: #fff;
    padding: 0 20px;
    min-width: 30px;
    margin-right: 0;
    margin-bottom: 0;
    text-align: center;
    background-color: #00A9E0;
}

.news-ticker a {
    color: #5e5e5e;
    font-family: 'Roboto', Geneva, sans-serif;
    font-size: 14px;
}

.random a {
    float: right;
    text-align: center;
    display: inline-block;
}

.fa-random {
    color: #fff !important;
}

#custom-search-input .btn {
    border: 0 none !important;
    border-radius: 0 !important;
    font-size: 14px;
    height: 46px;
    line-height: 45px;
    padding: 0 !important;
    vertical-align: middle;
    width: 45px;
}

#custom-search-input .fa {
    margin-top: -4px !important;
}

#custom-search-input .form-control {
    border-radius: 0;
    border-color: #eeeeee;
    box-shadow: none !important;
    font-size: 13px;
}

.btn-dark {
    background-color: #31343B;
    border-color: #31343B;
    color: #fff !important;
}

.reviewbox {
    max-width: 280px;
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
    margin-bottom: 20px !important;
    background-color: #fff;
}

.reviewbox .review-star {
    margin-bottom: 0;
    display: block;
}

.reviewbox .review-star p {
    display: inline-block;
    margin-right: 10px;
}

.reviewbox .review-star i {
    vertical-align: text-bottom;
}

.reviewbox h3 {
    text-align: center;
    font-size: 15px;
    padding: 10px 10px;
    margin: 0 0 20px;
}

.reviewbox p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px !important;
}

.bigreviewbox {
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
    margin-bottom: 40px !important;
    background-color: #fff;
}

.bigreviewbox h2 {
    font-size: 21px;
    padding: 0;
    font-weight: bold;
    margin: 10px 0 15px;
}

.bigreviewbox p {
    font-size: 14px;
}

.bigreviewbox .progress {
    background-color: #f9f9f9;
    border-radius: 0;
    box-shadow: none;
    height: 14px;
    margin-bottom: 10px;
    overflow: hidden;
}

.reviews-progress p {
    font-weight: bold;
    position: relative;
    font-family: 'Roboto', Geneva, sans-serif;
    margin: 0 0 5px !important;
}

.reviews-progress p small {
    position: absolute;
    font-size: 15px;
    right: 0;
}

.finalreview h3,
.bigreviewbox .row p {
    margin: 0 !important;
    padding: 0;
}

.finalreview h3 {
    margin-bottom: 5px !important;
}


/******************************************
    MEGA MENU
******************************************/

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .dropdown.yamm-fw {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .yamm-content {
    padding: 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
    padding: 30px;
}

.yamm .dropdown {
    position: relative;
}

.yamm .dropdown.yamm-fw.yamm-half .dropdown-menu {
    left: auto;
    right: auto;
}

.yamm-half .yamm-content ul {
    min-width: 180px;
}

.yamm-fw .dropdown-menu li {
    padding: 10px 0px;
}

.yamm-fw .dropdown-menu li a {
    padding: 0 !important;
    font-size: 14px;
    background-color: #007A3E !important;
}

.yamm .dropdown .dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    padding: 0;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    border-radius: 0;
    left: 0;
    background-color: #fff !important;
    margin: 0;
    padding: 0;
    right: 0;
}

.yamm .dropdown .dropdown-menu .show-left {
    margin-top: 0
}

.well {
    border: 0;
    padding: 12px 0;
}

.yamm p {
    margin-top: 0;
    padding-top: 0;
    border-bottom: 0;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-weight: 600;
    color: #222222;
    font-size: 14px;
}

.well .form-control {
    font-size: 12px !important;
    height: 35px;
    margin-bottom: 15px;
}

.yamm ul {
    padding: 0;
}

@media (min-width: 992px) {
    .yamm-fw {
        position: relative;
    }
    .hasmenu:hover > ul,
    .yamm-fw:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .navbar-nav .hasmenu ul,
    .navbar-nav .yamm-fw ul {
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }
    .hasmenu .dropdown-menu,
    .yamm-fw .dropdown-menu {
        min-width: 240px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .hasmenu > ul,
    .yamm-fw > ul {
        position: absolute;
        top: 130%;
        visibility: hidden;
        display: block;
        opacity: 0;
        left: 0;
    }
    .hasmenu > ul.start-right,
    .yamm-fw > ul.start-right {
        right: 0;
        left: auto;
    }
    .hasmenu > ul li,
    .yamm-fw > ul li {
        position: relative;
    }
    .hasmenu > ul li:hover > ul,
    .yamm-fw > ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        left: 100%;
    }
    .hasmenu > ul li:hover > ul.show-right,
    .yamm-fw > ul li:hover > ul.show-right {
        right: 100%;
    }
}

@media (max-width: 1200px) {
    .nav > li > a {
        padding: 1em 0.7em;
    }
}

.desktop-search {
    position: absolute !important;
    right: 0 !important;
}

@media screen and (max-width: 767px) {
    .mobile-search ul li a{
        display: none;
    }
    .mobile-search ul li li {
        padding: 15px 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 0 6px;
    }
    .menu-container{
        display: contents !important;
    }
    .search-form{
        display: flex;
    }
    .custom-search-input {
        width: 100%;
        padding-top: 15px;
    }
    .custom-search-input .input-group {
        width: 100%;
    }
    .search-form input{
        width: 100% !important;
    }
    .search-form span {
        width: auto!important;
    }

}


.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0.25em 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #007A3E;
    border-radius: 0.25em;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #efefef;
    box-shadow: none;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 0.5em 0;
    overflow: hidden;
    background-color: #e6e6e6;
}

.dropdown-mega span {
    position: absolute;
    right: 0;
    color: #999999;
    font-style: italic;
}

.dropdown-mega > li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 0;
    display: inline-block !important;
    color: #999;
    padding-right: 8px;
    position: relative;
    top: 0;
}

.dropdown-mega > li {
    list-style: none;
}

.box h5 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.dropdown-mega > li > a,
.dropdown-menu > li > a {
    clear: both;
    color: #fff !important;
    display: block;
    font-family: 'Roboto', Geneva, sans-serif;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1;
    padding: 10px;
    white-space: nowrap;
    text-transform: capitalize;
    letter-spacing: 0.2px;
}

.dropdown-mega > li,
.dropdown-menu > li {
    padding: 5px 10px;
    border-bottom: 1px solid #efefef;
}

.dropdown-mega > li:last-child,
.dropdown-menu > li:last-child {
    border-bottom: 0;
}

.dropdown-menu > li:hover > a {
    text-decoration: none !important;
    background-color: #fff;
    color:#111 !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    text-decoration: none;
    outline: 0;
    background-color: #fff;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #cccccc;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 0.5em 1em;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #666666;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 0.3em solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}


/******************************************
    LEFT SIDE
******************************************/

.dm-social {
    position: fixed;
    overflow: visible;
    top: 25%;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 110;
    background: #fff;
}

.dm-social li {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

.dm-social li a {
    display: block;
    text-indent: -500em;
    height: 3.3em;
    width: 3.4em;
    line-height: 3.3em;
    text-align: center;
    color: #6b6b6b;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

.dm-social li a:hover,
.dm-social li a:focus,
.dm-social li:first-child a {
    text-decoration: none;
}

.dm-social li a:before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-indent: 0em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    -webkit-font-smoothing: antialiased;
}

.dm-social .tooltip-inner {
    height: 3.5em;
    min-width: 120px;
    text-align: center;
    line-height: 3.2em;
    background-color: #212121;
    font-size: 13px !important;
}

.dm-social .tooltip.right {
    margin-left: -5px;
}

body.header2 .dm-social {
    background-color: #00A9E0;
    top: 0;
    height: 100%;
    padding-top: 3%;
}

body.header2 .dm-social li {
    border-right: 0 solid #383c44;
    border-top: 1px solid #383c44;
    border-bottom: 1px solid #383c44;
}

body.header2 .dm-social li a {
    border: 0;
}

body.header2 .tooltip.right .tooltip-arrow {
    display: none;
}

body.header2 .header .container-fluid {
    margin: 0 35px !important;
    padding: 0 !important;
}

.logo-center .navbar-brand {
    width: 240px;
    margin: 10px auto 20px;
    float: none;
    display: block;
}

@media (min-width: 768px) {
    body.landingpage .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    body.landingpage .navbar .navbar-collapse {
        text-align: center;
    }
}

body.header2 .yamm-fw .dropdown-menu {
    border: 0 !important;
}

body.header2 .dm-social li a {
    color: rgba(255, 255, 255, 0.5) !important;
}

body.header2 .logo-wrapper {
    border-bottom: 1px solid #eee;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #fff;
}

.rssbg .tooltip-inner {
    background-color: #F36F24;
}

.linkedinbg .tooltip-inner {
    background-color: #0177B5;
}

.pinterestbg .tooltip-inner {
    background-color: #CC2128;
}

.twitterbg .tooltip-inner {
    background-color: #00B6F1;
}

.facebookbg .tooltip-inner {
    background-color: #3B5998;
}

.googlebg .tooltip-inner {
    background-color: #DA5333;
}


/******************************************
    WIDGETS
******************************************/

.widget {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.widget-title {
    padding: 15px 0 0;
    display: block;
    position: relative;
}

.widget-title h4 {
    line-height: 1;
    padding: 0 !important;
    font-weight: 700;
    margin: 0 !important;
    text-transform: capitalize;
}

.widget-title h4:after{
    content: '';
    height:4px;
    width:50px;
    background-color:#008742;
    bottom:0;
    left:0;
    position:absolute;
}

.widget-title hr {
    border-width: 4px;
    margin-bottom: 0;
    background-color:#3E79ED;
}

.widget-title2 {
    padding: 15px 0 0;
    display: block;
    position: relative;
}

.widget-title2 h4 {
    line-height: 1;
    padding: 0 !important;
    font-weight: 700;
    color:white;
    margin: 0 !important;
}


.widget-title2 hr {
    margin-bottom: 0;
}

.widget-title2 hr:before {
}

.post-review .post-title h3 a,
.post-review .post-title h3 {
    color: #121212;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 !important;
    margin-top: 15px !important;
}

.post-review-lil .post-title h3 a,
.post-review-lil .post-title h3 {
    color: #121212;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 !important;
    margin-top: 15px !important;
}


.hover-title-left {
    position: absolute;
    left: 20px;
    bottom: 15px;
}

.hover-title a,
.hover-title-left a {
    color: #ffffff;
    text-decoration: underline !important;
}

.hover-title {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.hover-title span {
    color: #ffffff;
    font-family: 'Roboto', Geneva, sans-serif;
}

.review-stat {
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.widget hr {
    border-color: #3E79ED;
}

div.mini-widget-title {
    float: left;
    margin-left: 15px;
    width: 175px;
}

div.mini-widget-title a {
    color: #121212;
    font-family: 'Roboto', Geneva, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

div.mini-widget-hr {
    border-bottom: 1px solid #e0e0e0;
    height: 1px;
    margin-top: 15px;
    width: 45px;
}

div.mini-widget-thumb {
    display: block;
    float: left;
    width: 80px;
}

div.mini-widget-thumb a,
div.mini-widget-thumb img {
    display: inherit;
    height: inherit;
    width: inherit;
}

.mini-widget .post {
    margin-bottom: 30px;
}

.carrier-widget a {
    display: block;
}

.carrier-widget span {
    display: inline-block;
    margin-top: 10px;
}

.mini-widget-title small {
    display: block;
    padding: 5px 0 0;
    font-style: italic;
    color: #999;
}

.large-widget hr {
    margin-bottom: 30px;
}

.large-widget-title {
    display: block;
    padding: 15px 0;
}

.large-widget-title a {
    color: #121212;
    font-family: 'Roboto', Geneva, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.large-post-meta {
    display: block;
    font-size: 12px;
    width: 100%;
    position: relative;
    padding: 20px 0 0;
    font-family: 'Roboto', Geneva, sans-serif;
}

.large-post-meta .avatar img {
    max-width: 70px;
    border: 1px solid #EEEEEE;
    margin-right: 5px;
}

.large-post-meta small {
    color: #dadada;
    font-size: 16px;
    margin: 0 5px;
}

.social-media-widget ul {
    padding: 0;
    margin: 0 !important;
}

.social-media-widget li {
    text-align: center;
    list-style: none;
    float: left;
    width: 25%;
    margin: 0 !important;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.social-media-widget li:hover {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.social-media-widget small {
    font-family: 'Roboto', Geneva, sans-serif;
    line-height: 1;
    letter-spacing: 1px;
    padding: 10px 0 0;
}

.social-media-widget li i {
    font-size: 24px;
}

.social-media-widget li a {
    color: #ffffff;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media-widget li small {
    display: block;
}

.customshare .list a.fb,
.social-media-widget li.facebook {
    background-color: #3b5998;
}

.customshare .list a.tw,
.social-media-widget li.twitter {
    background-color: #55acee;
}

.customshare .list a.gp,
.social-media-widget li.google-plus {
    background-color: #dd4b39;
}

.social-media-widget li.pinterest {
    background-color: #cb2027;
}

.social-media-widget li.linkedin {
    background-color: #007bb5;
}

.social-media-widget li.rss {
    background-color: #F36F24;
}

.social-media-widget li.youtube {
    background-color: #bb0000;
}

.social-media-widget li.instagram {
    background-color: #125688;
}


/******************************************
    SHAARE BUTTONS
******************************************/

.post-share {
    position: relative;
    display: block;
}

.customshare {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 20px;
}

.customshare .list {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    background: transparent;
}

.customshare .list strong {
    display: block;
    width: 40px;
    color: #9f9f9f;
    cursor: pointer;
    font-weight: 400;
    text-align: right;
    font-family: 'Roboto', Geneva, sans-serif;
}

.customshare .list a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    z-index: 1000;
    font-weight: normal;
    text-align: center;
    background: #fff;
    color: #ffffff !important;
}

.ie9 .customshare .list strong {
    padding-top: 5px;
    height: 41px;
}

.customshare .list a {
    background: #ff3;
    -webkit-transition: -webkit-transform .0001s linear, background .0001s ease, color .0001s ease;
    -moz-transition: -moz-transform .0001s linear, background .0001s ease, color .0001s ease;
    -ms-transition: -ms-transform .0001s linear, background .0001s ease, color .0001s ease;
    -o-transition: -o-transform .0001s linear, background .0001s ease, color .0001s ease;
    transition: transform .0001s linear, background .0001s ease, color .0001s ease;
    -webkit-transform: scale(0) translate3d(0, 0, 0);
    -moz-transform: scale(0) translate3d(0, 0, 0);
    -ms-transform: scale(0) translate3d(0, 0, 0);
    -o-transform: scale(0) translate3d(0, 0, 0);
    transform: scale(0) translate3d(0, 0, 0);
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.customshare .list a:hover {
    color: #fff;
    text-decoration: none;
}

.customshare .list .tw,
.customshare .list .fb,
.customshare .list .gp {
    font-size: 16px;
}

.customshare .list:hover strong span,
.customshare .list.hover strong span {
    height: 135px;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.customshare .list:hover a,
.customshare .list.hover a {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition-duration: .3s, .4s, .4s;
    -moz-transition-duration: .3s, .4s, .4s;
    -ms-transition-duration: .3s, .4s, .4s;
    -o-transition-duration: .3s, .4s, .4s;
    transition-duration: .3s, .4s, .4s;
}

.customshare .list:hover .tw,
.customshare .list.hover .tw {
    -webkit-transition-delay: .1s, .0001s, .0001s;
    -moz-transition-delay: .1s, .0001s, .0001s;
    -ms-transition-delay: .1s, .0001s, .0001s;
    -o-transition-delay: .1s, .0001s, .0001s;
    transition-delay: .1s, .0001s, .0001s;
}

.customshare .list:hover .fb,
.customshare .list.hover .fb {
    -webkit-transition-delay: .2s, .0001s, .0001s;
    -moz-transition-delay: .2s, .0001s, .0001s;
    -ms-transition-delay: .2s, .0001s, .0001s;
    -o-transition-delay: .2s, .0001s, .0001s;
    transition-delay: .2s, .0001s, .0001s;
}

.customshare .list:hover .gp,
.customshare .list.hover .gp {
    -webkit-transition-delay: .3s, .0001s, .0001s;
    -moz-transition-delay: .3s, .0001s, .0001s;
    -ms-transition-delay: .3s, .0001s, .0001s;
    -o-transition-delay: .3s, .0001s, .0001s;
    transition-delay: .3s, .0001s, .0001s;
}

.rating i {
    color: #FFD203 !important;
    display: inline-block;
    margin: 3px -2px 0 0 !important;
    text-align: center;
    width: auto !important;
}

.entry {
    position: relative;
    padding: 0 !important;
    margin-bottom: 0;
}

.magnifier {
    position: absolute;
    top: 0;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.entry:hover .magnifier {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}


/******************************************
    FOOTER
******************************************/

#sitefooter-wrap {
    background: #00A9E0 none repeat scroll 0 0;
    font-size: 16px;
    color:white !important;
    padding: 10px 0;
}

#sitefooter {
    color: #fff;
    position: relative;
    font-size:16px !important;
}

.footer-links span {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 10px;
}

.copyright-notice {
    margin-bottom: 5px;
}

.footer {
    background-color: #007a3e;
    padding: 60px 0;
}

.sociallinks li,
.footer .check li {
    margin-bottom: 10px;
}

.footer .sociallinks li::before,
.footer .check li::before,
.footer .mini-widget-title small,
#sitefooter a,
#sitefooter p {
    color: white;
    margin-bottom: 0;
    padding-top:5px;
}

#sitefooter a {
    text-decoration: underline !important;
}

.footer .mini-widget-hr,
.footer .widget hr {
    border-color: #444850;
}

.newsletter-widget h3,
.footer p,
.newsletter-widget .btn,
.newsletter-widget .input-group .form-control,
.footer .sociallinks li::before,
.footer .mini-widget-title small,
#sitefooter a,
#sitefooter p,
.sociallinks li a,
.footer .check li a,
.footer div.mini-widget-title a {
    font-family: 'Roboto', Geneva, sans-serif;
}

.newsletter-widget hr {
    margin: 40px 0 20px;
}

.newsletter-widget h3 span {
    display: inline-block;
    font-size: 15px;
    margin-right: 15px
}

.newsletter-widget .btn,
.footer .widget-title h4 {
    color: #ffffff;
}

.darkcolor .form-control {
    background-color: #ffffff !important;
    border-color: #dddddd !important;
}

.darkcolor h3 span {
    color: #121212 !important
}

.footer p {
    margin-bottom: 20px;
    color: #dddddd !important;

}

.sociallinks i {
    margin-right: 5px;
}

.newsletter-widget .input-group .form-control {
    background: #3d4149 none repeat scroll 0 0;
    border-color: #42464e;
    box-shadow: none;
}

.footer input{
    padding:10px 30px;
    border:none;
    color:#999;
    width:100%;
    margin-right:20px;
}

.wdhouse svg{
    width: 100px;
    fill: #ffffff;
}

/******************************************
    SINGLE PAGES
******************************************/

#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count,
#bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count {
    font-size: 15px;
    border: 1px solid #eee;
    color: #111 !important;
}

#bbpress-forums li.bbp-body ul.forum li.bbp-forum-topic-count {
    margin-left: 30px;
}

#bbpress-forums li.bbp-body ul.forum li.bbp-forum-reply-count {
    margin-left: 50px !important
}

.darkcolor a {
    color: #121212 !important;
}

li.bbp-forum-freshness {}

.category-desc p {
    padding-bottom: 20px;
}

.category-desc {
    border-bottom: 1px solid #eee;
    padding-bottom: 40px !important;
    display: block;
    margin-bottom: 40px;
    position: relative;
}

.pagination-wrapper {
    display: block;
    margin: 40px 0 80px;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    margin-right: 5px;
    border-radius: 0 !important;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
}

.single-post {}

.single-post p {
    margin-bottom: 26px;
}

.single-post .large-widget-title h3 {
    font-weight: 700;
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.6;
}

blockquote {
    color: #999;
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    border-left: 0;
    padding: 0.25em 50px 0.50em;
    position: relative;
}

blockquote::before {
    color: #ccc;
    content: "“";
    display: block;
    font-size: 64px;
    left: 0;
    position: absolute;
    top: -15px;
}

blockquote cite {
    color: #333;
    display: block;
    margin-top: 10px;
}

blockquote cite::before {
    content: "— ";
}

.authorbox,
.post-bottom {
    padding: 20px 30px;
    margin: 40px 0;
    display: block;
    position: relative;
    border: 1px solid #eee;
}

.post-bottom .post-share {
    top: 28px;
}

.post-bottom {
    margin: 0 0 40px;
}

.tags a {
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #00A9E0;
    color: #5e5e5e;
    border-radius: 0.25em;
    margin:5px;
}

.tags h4 {
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase !important;
    vertical-align: sub;
}

.post-pager {
    border: 1px solid #eee;
    padding: 20px 20px;
}

.media img {
    width: 65px;
    margin-right: 20px;
}

.media .rating {
    margin-bottom: 5px;
}

.media-heading {
    font-size: 16px;
    padding-bottom: 0;
    font-weight: 600;
}

.media-body .time-comment {
    margin-bottom: 10px;
    display: inline-block;
    color: #b4b4b4;
    line-height: 1;
}

.media {
    border: 0 !important;
    box-shadow: none !important;
    padding: 10px 20px;
    background-color: #ffffff !important;
    position: relative;
}

.media .btn {
    right: 20px;
    padding: 5px 10px;
    position: absolute;
    top: 14px;
}

.comment-reply {
    margin-left: 45px;
}

.comments .well {
    background-color: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
}

.tabbed-widget .form-control,
.comments .form-control {
    margin: 10px 0;
}

.comments textarea {
    height: 140px;
}

.comments h3 {
    padding: 20px;
    text-align: left;
    font-weight: 700;
}

.required {
    color: #DA5333;
    margin-left: 5px;
}

.commentform {
    background-color: #fff;
}

.commentform textarea.form-control {
    height: 140px !important;
    max-width: 100% !important;
}

.commentform p,
.commentform label {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 13px;
    color: #515151;
}

.commentform .form-control {
    height: 45px;
    box-shadow: none !important;
    background-color: #fff;
    border-color: #ddd;
    margin-bottom: 20px;
    border-radius: 3px;
    color: #515151;
    font-size: 12px;
    padding: 8px;
}

.commentform .btn {
    padding: 10px 20px !important;
    margin-top: 5px;
}

.next div.mini-widget-title {
    float: right;
}

.previous div.mini-widget-title small,
.next div.mini-widget-title small {
    text-transform: uppercase;
    font-style: normal;
    font-size: 11px;
    color: #ccc;
}

.next div.mini-widget-thumb {
    float: right;
    margin-left: 15px;
}

.next div.mini-widget-thumb a,
.next div.mini-widget-thumb img {}

.authorbox .mini-widget-title {
    width: 100%;
}

.authorbox .avatar-author {
    float: left;
    width: 100px;
}

.authorbox .desc {
    font-size: 12px;
    margin-left: 117px;
}

.authorsocial {
    margin-top: 15px;
}

.authorbox p {
    font-size: 12px;
}

.authorbox .rightside {
    padding-left: 40px;
    border-left: 1px solid #f9f9f9
}

.sitemapwrapper ul li {
    margin-bottom: 10px;
}

.sitemapwrapper a {
    color: #121212;
}

.page-404-content h2 {
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
    margin-top: 40px;
    text-transform: capitalize;
}

.page-404-content {
    padding: 80px 90px;
}

.page-404-content a:hover {
    text-decoration: underline;
}

.page-404-content img {
    margin: 0 auto;
    display: block;
}

.authorlink {
    font-size: 13px !important;
    font-family: 'Roboto', Geneva, sans-serif;
    font-style: italic;
    color: #444444 !important;
    font-weight: 400 !important;
    line-height: 21px;
    margin-bottom: 6px;
}

.authorbox .author-title a {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    color: #121212;
    font-family: Roboto Slab;
}

.avatar-author img {
    max-width: 80px;
    margin-right: 20px;
}

.authorbox {
    padding: 30px;
}

.authorbox p {
    margin-bottom: 0;
}

.authorbox .newsletter-widget p {
    margin-bottom: 10px;
}

.authorbox .newsletter-widget .btn {
    border: 0;
}

.btn {
    border-radius: 0 !important;
}

.authorbox .newsletter-widget .form-control {
    background-color: #fff;
    font-size: 13px;
    border-color: #eee;
}

.related-posts .col-md-4 {
    margin-bottom: 30px;
}

.section {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.title-area {
    position: relative;
}

.shadowbg {
    position: relative;
    -webkit-box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
}

.title-area h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 7px;
    margin-top: 0;
    word-wrap: break-word;
}

.shadowbg .breadcrumb {
    padding-bottom: 0 !important;
}

.breadcrumb > .active {
    color: #008742 !important;
    font-size:15px;
font-weight: 700;
}

.breadcrumb > li {
    color: #555 !important;
    display: inline-block;
    font-size: 13px;
}

.breadcrumb {
    background-color: transparent;
    padding: 10px 5px;
}

.title-area small {
    font-size: 15px;
    padding-left: 15px;
}

.single-post {
    padding: 0 40px;
}

.single-post .large-post-meta {
    padding: 15px 0;
    color: #444;
}

.large-post-meta a {
    color: #444;
}

.post-sharing {
    display: block;
    width: 100%;
    position: relative;
    margin: 20px 0 0;
}

.gp-button.btn-primary:hover,
.gp-button.btn-primary:focus,
.gp-button.btn-primary {
    border-color: #DA5333 !important;
    background-color: #DA5333 !important;
}

.fb-button.btn-primary:focus,
.fb-button.btn-primary:hover,
.fb-button.btn-primary {
    background-color: #3B5998 !important;
    border-color: #3B5998 !important;
}

.tw-button.btn-primary:hover,
.tw-button.btn-primary:focus,
.tw-button.btn-primary {
    background-color: #00B6F1 !important;
    border-color: #00B6F1 !important;
}

.tw-button i,
.fb-button i {
    margin-right: 5px;
}

.post-sharing .btn {
    padding: 10px 16px;
}

.post-sharing .btn:hover {
    opacity: 0.9;
}

.colorfulcats {
    padding-bottom: 15px;
}

.single-wrapper .title-area {
    padding: 0 0 3em !important;
}

.single-wrapper .large-post-meta {
    color: #444;
    padding: 20px 0 5px;
}

.single-wrapper .title-area small {
    padding: 0;
}

.single-wrapper .breadcrumb {
    padding: 0;
}

.single-wrapper .post-media {
    margin-bottom: 20px;
}

.post-media img {
    width: 100%;
}

.single-wrapper .post-desc {
    padding: 20px 30px;
}


.post-desc img{
    padding:10px;
}

.job-details ul {
    list-style: none;
    padding: 20px 5px 15px;
}

.job-media img {
    width: 100%;
}

.job-details li:first-child {
    border-top: 1px solid #eee;
}

.job-details li {
    margin: 0;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.job-details li i {
    width: 30px;
    text-align: center;
    margin-right: 10px;
    border-right: 1px solid #eee;
    padding-right: 10px;
}

.job-details .btn {
    padding: 10px 20px;
}

.job-details .btn i {
    margin-right: 5px;
}

.joblist .large-widget {
    border: 1px solid #eee;
    padding: 30px;
}

.joblist .post-media {
    margin-bottom: 0;
}

.joblist .post-media .btn {
    margin-top: 20px;
}

.joblist img {
    border: 1px solid #eee;
}

.joblist ul {
    margin-bottom: 0;
    padding-bottom: 0;
}

.joblist .title-area {
    padding-bottom: 0 !important;
}

.joblist h3 {
    font-size: 24px;
    margin-top: 20px;
}

.banner,
.parallax {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: sub;
    width: 100%;
    z-index: 99;
}

.banner {
    background-attachment: scroll;
    background-position: center top;
}

.reviewlist .col-md-4,
.reviewlist .col-md-3,
.reviewlist .col-md-6 {
    margin-bottom: 30px;
}

.homepage-version .title-area {
    padding: 0 20px 20px;
    position: relative;
}

.nopt {
    padding-top: 0 !important
}

.indexslider {
    margin-top: 40px;
}

.indexslider .title-area {
    padding: 10px 0 30px;
    position: relative;
}


/******************************************
    FLEXSLIDER
******************************************/
.slide-item{
    position: relative;
}

.slide-item h1 {
    font-size: 24px;
    overflow: hidden;
}

.psdesc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.ps-desc {
    display: block;
    padding: 0 20px;
}

.ps-desc h2 {
    border-bottom: 0 solid #4B5475;
    color:#ffffff !important;
    margin-top: 10px;
    padding-top: 0px;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 70px;
}

.ps-desc h2 a {
    color: #fff !important;
    text-decoration: none;
    background-color: #007A3E !important;
    padding:5px;
    padding-right: 10px;
    font-size:27px;
    line-height:34px;
}

.ps-desc p {
    font-size: 22px;
    color: #fff !important;
    line-height: 38px;
    font-weight:bold;
    float:right;
    margin: 0 30px 30px 0;
}

.ps-desc .type,
.ps-desc .status {
    display: inline-block;
    font-size: 13px;
    padding: 6px 13px 8px;
    font-family: Roboto Slab;
    text-align: center;
    position: absolute;
    text-decoration: none;
}

.ps-mini-desc .status {
    bottom: 11px;
    right: 80px;
}

.ps-desc .type {
    background: #010101;
    bottom: -34px;
    right: 82px;
    color: #ffffff;
}

.ps-desc .status {
    bottom: -34px;
    width: 80px !important;
    right: 0;
}

.flex-control-nav {
    position: relative;
    margin-top: 10px;
}

.flex-control-paging li a {
    background: #5e5e5e67 !important;
    width: 30px !important;
    margin: 0 2px;
}

.flex-control-paging li a.flex-active {
    background: #088233 !important;
}

@media (max-width: 860px) {
    .flex-direction-nav li a {
        top: 80px;
        right: 10px;
    }
}
/******************************************
    SHROTCDES
******************************************/

.appoform-wrapper {
    background-color: #fff;
    border: 1px solid #ededed;
    padding: 0 20px 40px 20px;
}

.form-header {
    border-radius: 3px;
    border: 1px solid #ededed;
    background-color: #fff;
    margin-bottom: 30px;
    margin-top: -30px;
    padding: 20px 0;
    text-align: center;
}

.form-header h3 {
    color: #121212;
    padding: 0;
    line-height: 1;
    margin: 0;
    font-size: 18px;
}

.nav-tabs {
    border: 0;
}

.nav-tabs > li > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ededed #ededed #ededed !important;
    border-image: none;
    border-radius: 0 !important;
    text-align: center;
    font-size: 14px;
    width: 100%;
    padding: 15px 30px;
    border-style: solid;
    border-top-width: 1px;
    cursor: pointer;
    color: #363a47 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #ffffff !important;
}

.tab-content {
    border: 1px solid #eee;
    padding: 20px !important;
    background-color: #ffffff;
}

.nav-tabs > li a {
    font-weight: 600;
}

.tab-pane .alignleft {
    margin: 5px 20px 10px 0;
    max-width: 150px;
}

.tab-pane .alignright {
    margin: 5px 0 10px 20px;
    max-width: 150px;
}

#message {
    display: block;
    position: relative;
    text-align: left;
    padding: 0 20px;
}

#map {
    height: 450px;
    width: 100%
}

#map img {
    max-width: inherit
}

.map {
    position: relative
}

.map .row .col-lg-4 {
    float: right;
    margin-top: -450px;
    z-index: 9
}

.contact-icon {
    margin: 20px 0;
    overflow: hidden;
}

.map .row {
    position: relative
}

.infobox img {
    width: 100% !important;
}

.map .searchmodule {
    padding: 18px 10px
}

.infobox {
    display: inline-block;
    padding: 5px;
    position: relative;
    width: 270px;
}

.infobox img {
    width: 80px !important;
    padding-right: 10px
}

.infobox .title {
    font-size: 13px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.infobox .title a {
    font-weight: bold;
}

.btn-block.btn-lg {
    padding: 21px 16px;
}


/******************************************
    RESPONSIVE
******************************************/
@media (max-width: 860px) {
    .flex-direction-nav li a {
        top: 80px;
        right: 10px;
    }
}

@media (max-width: 282px) {
    .flex-direction-nav li a {
        top: 0px;
        right: 10px;
    }
}

@media (max-width: 1240px) {
    .ps-desc{
        padding-bottom: 50px;
    }
}

@media (min-width: 992px){
    .news-list{
        display: flex;
        flex-direction: column;
    }

    .flex-row{
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 15px;
    }

    .post {
        display: flex;
        min-height: 100%;
        flex-direction: column;
        width: 100%;
        margin: 16px 0;
    }

    .indexslider .title-area {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        padding: 10px 0 0 0 !important;
    }

    .title-area small {
        padding-left: 5px !important;
    }
}

#property-slider{

}

@media (max-width: 1180px) {
    .newsletter-widget h3 span {
        font-size: 12px;
        margin-right: 5px;
    }
}

@media (max-width: 1230px) {
    div.mini-widget-thumb {
        width: 40px;
    }
    /*.social-media-widget li {*/
    /*    width: 50%;*/
    /*}*/
}

@media (max-width: 1080px) {
    .yamm-content div.mini-widget-thumb {
        display: none !important;
    }
    div.mini-widget-thumb {
        width: 25px;
        float: left;
    }
    div.mini-widget-title {
        margin: 0 0 0 10px;
    }
}

@media (max-width: 992px) {
    .pager div.mini-widget-thumb a,
    .pager div.mini-widget-thumb img {
        display: none;
    }
    .pager div.mini-widget-title {
        display: block;
        width: 100%;
        float: none;
        margin: 0;
    }
    .navbar-default .navbar-toggle {
        background-color: #ffffff !important;
    }
    #sitefooter .text-right {
        text-align: center;
        margin-top: 10px;
    }
    #sitefooter .text-left {
        text-align: center !important;
    }
    .post-review {
        margin-bottom: 20px;
    }
    .logo-wrapper {
        padding-top: 0;
    }
    .logo-wrapper > .container > .row {
        display: block;
    }
    .navbar-brand {
        padding: 0;
        margin: 15px auto 10px !important;
        display: inline-block;
        float: none;
        text-align: center;
    }
    .navbar-brand img {
        max-width: 320px;
        padding: 0;
        margin: 0 auto;
    }
    .logo-wrapper .an-widget img {
        margin: 0 auto!important;
        width: auto;
        display: block;
        text-align: center;
        max-width:100%;
        min-width:300px;
    }
    .an-widget .banner_praca {
        margin: 0 auto!important;
        width: auto;
        display: block;
        text-align: center;
    }
    .authorbox .post {
        margin-bottom: 20px;
        display: block;
    }
    .joblist .title-area {
        margin-top: 30px;
        text-align: left !important;
    }
    .homepage-version .title-area {
        padding-top: 20px;
    }
}

@media (max-width: 900px) {

}

@media (max-width: 768px) {

    .finalreview .col-sm-4 {
        margin: 20px auto !important
    }
    .reviewbox {
        float: none !important;
        margin: 0 auto 30px !important;
        display: block;
        max-width: 100% !important;
    }
    .tw-button i,
    .fb-button i {
        margin-right: 0;
    }
    .title-area {
        text-align: center;
    }
    .single-wrapper .post-desc {
        padding: 20px 10px;
    }
    .title-area h3 {
        font-size: 21px;
        line-height: 34px;
        margin-bottom: 7px;
        margin-top: 0;
        word-wrap: break-word;
    }
    .comment-reply {
        margin-left: 0 !important
    }
    .single-post .large-widget-title h3 {
        font-size: 18px;
    }
    .single-post {
        padding: 5px;
    }
    .dropdown-menu {
        background-color: #007A3E !important;
    }
    .nav > li > a {
        padding: 5px 20px;
    }
    .yamm-content {
        padding: 0 20px !important;
    }
    .navbar-nav > li:hover,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background-color: transparent !important;
    }
    .flex-control-paging li a {
        background: #5e5e5e67 !important;
    }
}

@media (max-width: 420px) {
    .joblist .title-area h3 {
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .job-details li {
        font-size: 12px;
    }
    .footer-links span {
        margin: 0 4px;
    }
    .copyright-notice,
    .footer-links,
    #sitefooter,
    .large-post-meta {
        font-size: 11px;
    }
}

@media (max-width: 1406px) {
    .dm-social {
        display: none;
    }
    .header,
    .logo-wrapper,
    .container {
        width: 100%;
    }
}

.fa-paper-plane-o{
    font-size:22px;
    color:#00A9E0;
}

.strong{
    font-weight: bold;
}

.comunicar a{
    font-size:16px;
    color:#333;
}

.comunicar i{
    font-size:30px;
}

.white{
    color:white !important;
    font-size:17px;
}

h2.sobrenos{
    max-width:400px;
    border-left:3px solid #008742;
    border-bottom:3px solid #007A3E;
    padding:10px 20px;
}

.parceiro{
    border:1px solid gray;
    padding:20px;
}

.parceiro::hover{
    opacity:.6;
}

.post-review:nth-child(2n+1){
    clear:both;
}



.post-review img{
}

a.mes_evento{
    font-size: 13px;
    display: inline-block;
    padding: 5px 10px;
    background-color: #00A9E0;
    color: #5e5e5e;
    border-radius: 0.25em;
    margin:2px;
    color:white !important;
    font-weight:bold/
}

@media (max-width: 1025px) {
    .navbar-nav > li > a {
        font-size: 15px;
        color: #fff !important;
        padding: 15px 8px;
        text-transform: capitalize;
        text-decoration: none !important;
        font-weight: 700;
        line-height: 30px;
        font-family: 'Roboto', Geneva, sans-serif;
    }

}


.pag_num_ativo{
    font-family: 'Dosis', sans-serif;
    font-size:16px;
    color:white;
    padding:10px 15px;
    background-color: #00A9E0;
    border-radius: 8px;
    font-weight: bold;
}


.pag_num_inativo{
    font-family: 'Dosis', sans-serif;
    padding:10px 15px;
    font-size:16px;
    color:white;
    border-radius: 8px;
    background-color: #007A3E;
    font-weight: bold;
}

span.pag_num_inativo{
    display: none !important;
}

.pag_separador{
    visibility: hidden;
}

.pag_pri_inativo, .pag_pri_ativo{
    display: none;
}

.pag_ult_ativo, .pag_ult_inativo{
    display: none;
}

.pag_prox_inativo,
.pag_prox_ativo{
    font-family: 'Dosis', sans-serif;
    padding:10px 15px;
    font-size:16px;
    margin-left:5px;
    color:white;
    border-radius: 8px;
    background-color: #007A3E;
    font-weight: bold;
    content:'\00bb';
}

.pag_prox_ativo{
    background-color: #007A3E;
    content:'\00bb';
}

.pag_prox_inativo:after,
.pag_prox_ativo:after{
    content:'\00bb';
}

.pag_prox_inativo{
    background-color:#007A3E;
    color:black;
}

.pag_ant_inativo,
.pag_ant_ativo{
    font-family: 'Dosis', sans-serif;
    padding:10px 15px;
    font-size:16px;
    margin-right: 5px;
    color:white;
    border-radius: 8px;
    background-color: #007A3E;
    font-weight: bold;
    content:'\00ab';
}

.pag_ant_inativo:after,
.pag_ant_ativo:after{
    content:'\00ab';
}

.pag_ant_ativo{
    background-color: #007A3E;
    content:'\00ab';
}

.pag_ant_inativo{
    background-color: rgb(204,221,233);
    color:black;
}

.legenda-foto{
    background-color: #F1F1F1;
    padding:5px 3px;
}

.legenda-foto li{
    padding:5px;
}

.papareiaweb iframe{
    max-width:300px !important;
}

.linha_apoio_destaque a{
    color:#fff !important;
    background-color:#007A3E !important;
}

.escudo_time{
    max-height:36px;
}

.title-area h3 > a{
    color:#2c2c2c;
    font-weight: bold;
}

.footer-item{
    padding-left:30px;
    border-right:2px solid white;
    min-height: 100px;
}
.footer-item:last-child{
    border-right:0px solid transparent !important;
}


.footer-item:after{
    content: '';
    height:60px;
    width:4px;
    background-color:#00A9E0;
    position:absolute;
    right:0;
    top:0;
    margin-left:1px;
    right:-3px;

}
.footer-item:last-child:after {
    content: '';
    height:1px;
    width:1px;
    background-color:transparent;
    position:absolute;
    right:0;
    top:0;
    margin-left:1px;
    right:-3px;

}

#btn-enviar-newsletter{
    position:absolute;
    right:20px;
    top:0;
    top:33px;
}

.banner h1, .banner h2, .banner h3{
    color: white !important;
    font-weight:bold !important;
    text-shadow:0px 0px 10px #000 !important;
}


.banner a{
    color: white !important;
    font-weight:bold !important;
    text-shadow:0px 0px 10px #000 !important;
}

.papareiaweb h3, .papareiaweb a{
    color:#121212 !important;
    text-shadow:0px 0px 10px #000 !important;

}

.papareiaweb a{
    color:#121212 !important;
    text-shadow:0px 0px 10px #000 !important;

}

@media screen and (max-width:991px){
    .jogo-title{
        display:block;
        width:100%;
        text-align: center;

    }
    .jogo-title::after{
        content: '';
        display:none;
        border-color:transparent transparent transparent transparent
    }

}

.banner_praca{
    max-width:300px !important;
}

.title-area a:hover{
    background-color:#007A3E !important;
    color:white !important;
}

.post-review-lil .post-title h3 a:hover{
    background-color:#007A3E !important;
    color:white !important;
}

.social{
    margin-top:-67px;
    float:right;
}

.social:last-child{
    display: block;
}

.social a{
    font-size: 20px;
    padding: 8px;
    border-radius: 50%;
    background-color:#007A3E !important;
}

.social a:hover{
    background-color:#00A9E0 !important;
}

.facebook{
    /*padding-left: 18px !important;*/
    /*padding-right:18px !important;*/
}

.twitter{
    /*padding-left: 16px !important;*/
    /*padding-right:16px !important;*/
}

.social i{
    color:white !important;
}

@media all and (max-width: 768px){
    .social{
        margin-top:20px;
        width:100%;
        margin-bottom:40px;
    }
    .social a{
        background:  rgba(26, 181, 187, 1);

    }

    .social a:hover{
        background-color: #11777D;
    }

}

@media all and (max-width: 1400px) {
    body{
        overflow-x: hidden;
    }
    /*.an-widget img{
        width:100%;
    }*/
    .banner-top img{
        max-width:100% !important;
    }
}
.banner-top {
    margin-top: 5px;
}

.opacity-low{
    opacity:.7;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.unselectable p{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.clear_both div:nth-child(4) {
    clear: both;
}
