/**
 * Theme Name: HumanSave
 * Theme URI: http://themeforest.net/user/puriwp
 * Author: Puri Themes
 * Author URI: http://purithemes.com/
 * Description: Responsive Nonprofit Charity WordPress Theme
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: one-column, two-columns, theme-options, translation-ready, editor-style, full-width-template, theme-options, left-sidebar, right-sidebar, post-formats
 * Text Domain: humansave
 * Domain Path: /languages
 */

/**
 * Table of Content
 * 1. General
 * 2. Alignments
 * 3. Shortcodes
 * 4. Button
 * 5. Header
 * 6. Subheader
 * 7. Main Navigation
 * 8. Slider
 * 9. page heading
 * 10. Blog page
 * 11. Sidebar
 * 12. default widget
 * 13. Single post
 * 14. Tags Links
 * 15. Entry Meta
 * 16. Comments
 * 17. Footer
 * 18. Go to Top
 * 19. Default Page
 * 20. Archive
 * 21. Search Not Found
 * 22. 404
 * 23. Pagination
 * 24. Gallery
 * 25. Lightbox
 * 26. Contact
 * 27. Services
 * 28. Events
 * 29. About Page
 * 30. Our Team
 * 31. Testimonials
 * 32. Owl
 * 33. Cause
 * 34. Give Plugin Override
 * 35. Why Choose Us
 * 36. Counter
 * 37. Latest News
 * 38. Upcoming Events
 * 39. Shop Page
 * 40. FONT-FACE
 * 41. RESETS
 * 42. BASE STYLES
 * 43. DEFAULT THEME
 * 44. RESPONSIVE
 */

/**
 * 1. General
 */
.primary-font,
a.side-menu-button,
nav.main-navigation ul li ul.sub-menu li ul.sub-menu li a,
nav.main-navigation ul li ul.sub-menu li a,
nav.main-navigation ul a,
nav.responsive-menu ul li .sub-menu a,
nav.responsive-menu a {
    font-family: 'Open Sans', sans-serif;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 93.75%;
}
section {
    padding: 80px 0;
    background: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    color: #121212;
    line-height: 1.2857em;
    margin-top: 20px;
    margin-bottom: 10px;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: #555555;
}
a {
    color: #222222;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #000000;
    text-decoration: none;
}
a:focus {
    outline: none;
}
button, input, select, textarea {
    max-width: 100%;
}
embed, iframe, object, video {
    margin-bottom: 1.6em;
    max-width: 100%;
    vertical-align: middle;
}
.padd0{
    padding: 0;
}
.mar0{
    margin: 0;
}
.div-table{
    display: table;
    width: 100%;
}
.div-table-cell{
    display: table-cell;
    vertical-align: top;
}
.left{
    float: left;
}
.right{
    float: right;
}
.sticky {
    position: relative;
}
.posted-on {
    display: block;
}
.bypostauthor {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
}
.page-links {
    display: block;
    margin: 1em auto .2em;
    text-align: center;
}
.page-links > a, .page-links > span {
    text-align: center;
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 10px;
}
.page-links a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.page-links a:hover,
.page-links a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    border-color: transparent;
    color: #fff;
}

.page-links > .page-links-title {
    border: 0;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    height: auto;
    margin: 0;
    padding-right: 0.5em;
    width: auto;
}
table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed; /* Prevents HTML tables from becoming too wide */
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
td {
    border-width: 0 1px 1px 0;
}
th, td {
    padding: 0.4em;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
ol,
ul {
    padding-left: 15px;
}

/**
 * 2. Alignments
 */
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/**
 * 3. Shortcodes
 */
.panel-default>.panel-heading{
    width: 100%;
    padding: 15px;
    display: inline-block;
    background: #e5e5e5;
    transition: all linear 0.15s;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 0;
    border-radius: 0;
    color: #272727;
    font-weight: 700;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a{
    font-weight: 700;
}
.panel-group .panel{
    border: 0;
    border-radius: 0;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    padding: 15px;
    background-color: #f2f2f2;
}
.nav-tabs{
    border: 0;
}
.nav-tabs>li {
    float: left;
    margin-bottom: 0;
}
.nav-tabs>li>a {
    margin-right: 0;
    line-height: normal;
    border: 0;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    padding: 12px 20px;
    display: inline-block;
    background: #e7e7e7;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all linear 0.15s;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    color: #272727;
    background-color: #f2f2f2;
    border: 0;
}
.tab-content>.tab-pane{
    padding: 15px;
    background: #f2f2f2;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}
.heading h3 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.heading h3 em {
    font-style: normal;
    color: #82af7c;
}

/**
 * 4. Button
 */
.full-button a {
    width: 100%;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background-color:none;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #82af7c;
}
.full-button a:hover {
    background-color: none;
    transition: all 0.5s;
}
.accent-button a, .accent-button input[type="submit"] {
    padding: 10px 22px;
    background-color: #82af7c;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    border: none;
}
.accent-button a:hover, .accent-button input[type="submit"]:hover {
    background-color: #659a5e;
    transition: all 0.5s;
}
.border-button a {
    padding: 8px 20px;
    border: 2px solid #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}
.border-button a:hover {
    background-color: #ffffff;
    color: #121212;
    transition: all 0.5s;
}
.white-button a {
    padding: 10px 22px;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #121212;
}
.white-button a:hover {
    color: #82af7c;
    transition: all 0.5s;
}

/**
 * 5. Header
 */
.site-header {
    position: fixed;
    width: 100%;
    height: 80px;
    left: 0;
    z-index: 98;
    background-color: rgba(250, 250, 250, 0.75);
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.site-header-2 {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.site-header-3 {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 42px;
    left: 0;
    z-index: 9999999;
    background-color: #ffffff;
    border-bottom: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
/* page template deafult */
.page-template-default .site-header, .blog .site-header {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 98;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.page-template-default.admin-bar .site-header, .blog.admin-bar .site-header {
    position: fixed;
    width: 100%;
    top: 3.4% !important;
    left: 0;
    z-index: 9999999;
    border-bottom: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
/* page template homepage 2 */
.page-template-homepage-2-template .site-header-3 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.page-template-homepage-2-template .site-header-3 nav.main-navigation ul a {
    color: #ffffff;
}
.page-template-homepage-2-template.admin-bar .site-header-3 {
    position: fixed;
    width: 100%;
    top: 0 !important;
    left: 0;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.page-template-homepage-2-template.admin-bar .site-header-3.scrolled-header {
    background-color: rgba(0, 0, 0, 1);
}
.page-template-homepage-3-template.admin-bar .site-header-3.scrolled-header,
.archive.admin-bar .site-header-3.scrolled-header,
.blog.admin-bar .site-header-3.scrolled-header,
.single.admin-bar .site-header-3.scrolled-header,
.page.admin-bar .site-header-3.scrolled-header  {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 32px;
    left: 0;
    z-index: 9999999;
    border-bottom: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.page-template-homepage-3-template.admin-bar .site-header-3,
.archive.admin-bar .site-header-3,
.blog.admin-bar .site-header-3,
.single.admin-bar .site-header-3,
.page.admin-bar .site-header-3 {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 72px;
    left: 0;
    z-index: 9999999;
    border-bottom: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.page-template-homepage-3-template .site-header-3,
.archive .site-header-3,
.blog .site-header-3,
.single .site-header-3 {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 42px;
    left: 0;
    z-index: 9999999;
    border-bottom: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.page-template-homepage-3-template .site-header-3.scrolled-header, .archive .site-header-3.scrolled-header, .blog .site-header-3.scrolled-header, .single .site-header-3.scrolled-header {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 9999999;
    border-bottom: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.site-title{
    margin: 0;
    color: #121212;
    line-height: 1.2;
}
.site-title a{
    color: #121212;
    text-decoration: none;
}
.site-description{
    margin: 0;
}
.site-header .main-header .logo {
    float: left;
    line-height: 60px;
    display: block;
    margin: 15px 0;
}
.site-header .main-header .logo a {
    display: block;
    font-size: 23px;
}
.admin-bar .scrolled-header {
    background-color: rgba(250, 250, 250, 1);
    top: 3.5%;
}
.scrolled-header {
    background-color: rgba(250, 250, 250, 1);
    top: 0;
}
.site-header-2 {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
@media (max-width: 991px) {
    .site-header {
        background-color: #ffffff;
        position: relative;
    }
    .page-template-homepage-3-template.admin-bar .site-header-3, .archive.admin-bar .site-header-3, .blog.admin-bar .site-header-3, .single.admin-bar .site-header-3, .page.admin-bar .site-header-3 {
        top: 85px;
    }
}
@media (max-width: 425px) {
    .page-template-homepage-3-template.admin-bar .site-header-3.scrolled-header, .archive.admin-bar .site-header-3.scrolled-header, .blog.admin-bar .site-header-3.scrolled-header, .single.admin-bar .site-header-3.scrolled-header, .page.admin-bar .site-header-3.scrolled-header  {
        top: 0;
    }
}
.site-header .main-header .logo {
    float: left;
    line-height: 80px;
}
@media (max-width: 991px) {
    .site-header .main-header .logo {
        padding-right: 20px;
        margin-right: 10px;
    }
}
@media (max-width: 991px) {
    .site-header-2 {
        background-color: #ffffff;
    }
}
@media (max-width: 991px) {
    .site-header-2 .main-header .logo {
        padding-right: 20px;
        margin-right: 10px;
    }
}

/**
 * 6. Subheader
 */
.sub-header {
    width: 100%;
    height: 42px;
    background-color: #f4f4f4;
}
.sub-header .left-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sub-header .left-content ul li {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #7a7a7a;
    line-height: 42px;
    border-right: 1px solid #e6e6e6;
    margin-right: 15px;
    padding-right: 15px;
}
.sub-header .left-content ul li i {
    margin-right: 8px;
    font-size: 13px;
    color: #82af7c;
}
.sub-header .left-content ul li:last-child {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
}
.sub-header .right-content {
    float: right;
}
.sub-header .right-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sub-header .right-content ul li {
    display: inline-block;
    line-height: 40px;
    margin-left: 5px;
}
.sub-header .right-content ul li a i {
    color: #ffffff;
    font-size: 12px;
    width: 26px;
    height: 26px;
    background-color: #82af7c;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
}
.sub-header .right-content ul li a i:hover {
    background-color: #659a5e;
    transition: all 0.5s;
}

/**
 * 7. Main Navigation
 */
.header-right-toggle {
    margin-top: 20px;
    margin-right: 5px;
}
.header-right-toggle a {
    text-align: center;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #82af7c;
}
a.side-menu-button {
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}
a.side-menu-button i {
    margin-right: 0px;
}
nav.main-navigation{
    float: right;
}
nav.main-navigation {
    position: relative;
    z-index: 20;
}
nav.main-navigation ul {
    line-height: 80px;
    margin: 0;
    padding: 0;
    list-style: none;
}
nav.main-navigation ul li {
    display: inline-block;
    padding: 0px 15px;
    margin: 0px;
}
nav.main-navigation ul li ul.sub-menu {
    line-height: 24px;
    text-align: left;
    position: absolute;
    top: 99%;
    min-width: 175px;
    background: #121212;
    padding: 5px 0;
    /*visibility: hidden;*/
    opacity: 0;
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
nav.main-navigation ul li ul.sub-menu li {
    /*display: block;*/
    padding: 0;
    margin: 5px 0px;
}
nav.main-navigation ul li ul.sub-menu li ul.sub-menu {
    line-height: 22px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 100%;
    width: 160px;
    background: #1f1f1f;
    padding: 5px 0;
    visibility: hidden;
    opacity: 0;
    -moz-transform: translate3d(20px, 0, 0);
    -o-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
nav.main-navigation ul li ul.sub-menu li ul.sub-menu li {
    display: block;
    padding: 0;
    margin: 5px 0px;
}
nav.main-navigation ul li ul.sub-menu li ul.sub-menu li a {
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    padding: 5px 15px;
    letter-spacing: 1px;
}
nav.main-navigation ul li ul.sub-menu li ul.sub-menu li a:hover {
    color: #82af7c;
    transition: all 1s;
}
nav.main-navigation ul li ul.sub-menu li a {
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 15px;
    letter-spacing: 1px;
}
nav.main-navigation ul li ul.sub-menu li a:hover {
    color: #82af7c;
    transition: all 1s;
}
nav.main-navigation ul li ul.sub-menu li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
nav.main-navigation ul li ul.sub-menu li:last-child {
    float: none;
}
nav.main-navigation ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
nav.main-navigation ul a {
    font-size: 11px;
    color: #121212;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
}
nav.main-navigation ul a:hover{
    color: #121212;
}
nav.main-navigation ul a i {
    margin-left: 7px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    nav.main-navigation ul a {
        padding: 10px 0;
    }
}
nav.main-navigation ul li:last-child i {
    color: #ffffff;
    width: 36px;
    height: 36px;
    background-color: #82af7c;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
}
nav.main-navigation ul li:last-child i:hover {
    background-color: #659a5e;
    transition: all 0.5s;
}
nav.responsive-menu ul {
    padding: 25px 15px;
    margin: 0;
    list-style: none;
}
nav.responsive-menu ul li {
    /*display: block;*/
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}
nav.responsive-menu ul li .show-submenu {
    position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
	color: #7a7a7a;
	width: 100%;
	
}
nav.responsive-menu ul li .sub-menu {
    display: none;
    padding: 0 0 0 30px;
}
nav.responsive-menu ul li .sub-menu.open {
    display: block;
}
nav.responsive-menu ul li .sub-menu li {
    position: relative;
    margin: 5px 0px;
    padding: 0 0 0 10px;
}
nav.responsive-menu ul li .sub-menu li:before {
    content: '-';
    position: absolute;
    left: 0;
    color: #aaa;
    top: 2px;
}
nav.responsive-menu ul li .sub-menu li .sub-menu {
    display: none;
    padding: 0 0 0 30px;
}
nav.responsive-menu ul li .sub-menu li .sub-menu.open {
    display: block;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
nav.responsive-menu ul li .sub-menu li .sub-menu li {
    position: relative;
    margin: 0;
    padding: 0 0 0 10px;
}
nav.responsive-menu ul li .sub-menu li .sub-menu li:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 2px;
}
nav.responsive-menu ul li .sub-menu a {
    padding: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    color: #7a7a7a;
}
nav.responsive-menu ul li:last-child {
    border-bottom: none;
}
nav.responsive-menu a {
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 5px 10px;
    margin: 0;
    color: #555555;
}
.sidebar-menu-inner {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.sidebar-menu-container {
    position: relative;
    overflow: hidden;
}
.sidebar-menu-push {
    position: relative;
    left: 0;
    z-index: 9999;
    height: 100%;
}
.sidebar-menu-overlay {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.75);
    content: '';
    opacity: 0;
}
.sidebar-menu-open .sidebar-menu-overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.sidebar-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    /*visibility: hidden;*/
    width: 250px;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: auto;
}
.sidebar-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 1;
}
.sidebar-menu-open .sidebar-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}
.ie9 .slide-from-left .sidebar-menu-push {
    margin-left: 250px;
}
.slide-from-left.sidebar-menu {
    z-index: 1;
}
.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0s;
    transition: transform 0s;
}
.slide-from-left.sidebar-menu::after {
    display: none;
}
.side-bar .about-us .social-icons {
  margin-top: 15px;
}
.side-bar .about-us .social-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.side-bar .about-us .social-icons ul li {
  margin-right: 10px;
  display: inline-block;
}
.side-bar .about-us .social-icons ul li a i {
  color: #232527;
  font-size: 12px;
  width: 28px;
  height: 28px;
  background-color: #f4f4f4;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
}
.side-bar .about-us .social-icons ul li a i:hover {
  background-color: #82af7c;
  color: #ffffff;
  transition: all 0.5s;
}
@media only screen and (min-width: 40.063em) {
    .sidebar-menu {
        width: 320px;
    }
    .slide-from-left.sidebar-menu-open .sidebar-menu-push {
        -webkit-transform: translate3d(320px, 0, 0);
        transform: translate3d(320px, 0, 0);
    }
    .ie9 .slide-from-left .sidebar-menu-push {
        margin-left: 320px;
    }
}

/**
 * 8. Slider
 */
#homeslider {}
#homeslider .item > a{
    display: block;
}
#homeslider .item img{
    width: 100%;
    height: auto;
}
#homeslider .owl-buttons{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    top: 40%;
}
#homeslider .owl-prev{
    position: absolute;
    line-height: 110px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    left: 0px;
    z-index: 3;
    width: 30px;
    height: 110px;
    background: #000;
    background: rgba(0,0,0,0.25);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    font-size: 0;
}
#homeslider .owl-next{
    position: absolute;
    line-height: 110px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    right: 0px;
    z-index: 3;
    width: 30px;
    height: 110px;
    background: #000;
    background: rgba(0,0,0,0.25);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    font-size: 0;
}
#homeslider .owl-prev:before{
    content: '\f104';
    position: absolute;
    font-family:FontAwesome;
    font-size: 24px;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
}
#homeslider .owl-next:before{
    content: '\f105';
    position: absolute;
    font-family:FontAwesome;
    font-size: 24px;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
}
#homeslider{
    margin-bottom: -20px;
}
.first-line {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 900;
    line-height:normal;
}
.second-line {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    line-height:normal;
}
.third-line {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
    line-height:normal;
}
.slider-description{
    position: absolute;
    width: 100%;
    top: 35%;
    left: 0;
}
@media (max-width:1080px){
    .forcefullwidth_wrapper_tp_banner, .rev_slider_wrapper.fullscreen-container{
        height: auto !important;
    }
}
@media (max-width:800px){
    .slider-description{
        top: 25%;
    }
    .first-line, .second-line, .third-line{
        font-size: 28px;
    }
}
@media (max-width:680px){
    .first-line, .second-line, .third-line{
        font-size: 18px;
    }
}

.slider-inner{
    position: absolute;
    z-index: 3;
}
.slider-description a.button {
    width: 160px;
    height: 36px;
    background-color: #82af7c;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    outline: none;
    border: none;
    display: block;
    text-align: center;
    line-height: 36px;
    margin-top: 10px;
}
.slider-description a.button:hover span {
    display: none;
    transition: all 1s;
}
.slider-description a.button:hover:before {
    content: "Save A Life!";
    transition: all 1s;
}
.site-header-2 nav.main-navigation ul li a {
    color: #ffffff;
}
.site-header-2.scrolled-header {
    background-color: #ffffff !important;
}
.site-header-2.scrolled-header nav.main-navigation ul li a {
    color: #121212;
}
.site-header-2.scrolled-header nav.main-navigation ul li ul li a {
    color: #ffffff;
}
@media (max-width:400px){
    .first-line, .second-line, .third-line{
        font-size: 14px;
    }
    .slider-description a.button{
        width: auto !important;
        height: auto !important;
        padding: 3px 10px;
        line-height: normal;
    }
    .slider-description {
        top: 12%;
    }
}
/**
 * 9. page heading
 */
.page-heading {
    background:#f4f4f4;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 80px 0px 60px 0px;
    margin-top: 70px;
}
@media (max-width: 991px) {
    .page-heading {
        text-align: center;
    }
}
.page-heading .heading h1 {
    text-transform: uppercase;
    color: #121212;
    font-size: 26px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: 2px;
}
.page-heading .current-page {
    margin-top: -5px;
    float: right;
}
@media (max-width: 991px) {
    .page-heading .current-page {
        float: none;
        margin: 10px 0;
    }
}
.page-heading .current-page ul {
    padding: 10px;
    margin: 0;
    list-style: none;
    background-color: rgba(0, 0, 0, 0.25);
}
.page-heading .current-page ul li {
    display: inline;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 13px;
    color: #ffffff;
}
.page-heading .current-page ul li a {
    color: #ffffff;
}
.page-heading .current-page ul li:first-child a {
    color: #dde9db;
}
/**
 * 10. Blog page
 */
.blog-page .blog-items .blog-item {
    margin-bottom: 30px;
}
.blog-page .blog-items .blog-item .thumb-holder {
    position: relative;
    z-index: 9;
}
.blog-page .blog-items .blog-item.sticky .thumb-holder span {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    color: #ffffff;
    background: transparent;
    border: 20px solid #f43d3e;
    border-top-width: 40px;
    border-bottom-color: transparent;
}
.blog-page .blog-items .blog-item.sticky .thumb-holder span i {
    position: absolute;
    top: -25px;
    right: -7px;
}
.blog-page .blog-items .blog-item .thumb-holder img {
    display: block;
    margin: 0 auto -6% auto;
}
.blog-page .blog-items .blog-item.sticky .thumb-holder img {
    margin: 0 auto;
}
.blog-page .blog-items .blog-item .thumb-holder ul {
    list-style: none;
    z-index: 10;
    bottom: 5px;
    text-align: right;
    margin-right: 3%;
}
body:not(.single-post) .sticky .entry-meta {
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
body:not(.single-post) .sticky .entry-meta ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
body:not(.single-post) .sticky .entry-meta ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #CCCCCC;
}
body:not(.single-post) .sticky .entry-meta ul li:last-child {
    padding-right: 0;
    border-right: 0;
}
.blog-page .blog-items .blog-item .thumb-holder ul li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
}
.img-null{
    width: 100%;
    height: 70px;
    background: #eee;
    display: none;
}
.blog-page .blog-items .blog-item .thumb-holder ul li span {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #121212;
    background-color: #ffffff;
    padding: 5px 8px;
    cursor: pointer;
    display: block;
}
.blog-page .blog-items .blog-item .thumb-holder ul li span span{
    padding: 0;
    background: none;
}
.blog-page .blog-items .blog-item .thumb-holder ul li span a {
    color: #121212;
    text-decoration: none;
    display: inline-block;
}
.blog-page .blog-items .blog-item .thumb-holder ul li span:hover {
    color: #ffffff;
    background-color: #82af7c;
    transition: all 0.5s;
}
.blog-page .blog-items .blog-item .thumb-holder ul li span:hover a {
    color: #ffffff;
}
.blog-page .blog-items .blog-item .down-content {
    background-color: #f4f4f4;
    padding: 20px;
}
.blog-page .blog-items .blog-item.sticky .down-content > a {
    display: block;
}
.blog-page .blog-items .blog-item .down-content h4.entry-title {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
a.more-link {
    width: 100%;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background-color: #82af7c;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}
a.more-link:hover {
    background-color: #659a5e;
    transition: all 0.5s;
}

/**
 * 11. Sidebar
 */
.side-bar section{
    padding: 0;
    margin-bottom: 45px;
}
.side-bar {
    margin-left: 30px;
}
@media (max-width: 991px) {
    .side-bar {
        margin-top: 60px;
        margin-left: 0px;
        padding: 0px 15px;
    }
}
.side-bar .heading {
    margin-bottom: 25px;
}
.side-bar .heading h4 {
    margin-top: 0px;
    padding-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.side-bar .heading .full-line {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    position: relative;
    z-index: 9;
}
.side-bar .heading .line-dec {
    width: 45px;
    height: 3px;
    background-color: #82af7c;
    position: relative;
    z-index: 10;
    margin-top: -2px;
}
/**
 * 12. default widget
 */
.widget {
    margin-bottom: 30px;
}
.widget:last-child {
    margin-bottom: 0;
}
.widget.widget_archive ul, .widget.widget_categories ul, .widget.widget_nav_menu ul, .widget.widget_meta ul, .widget.widget_pages ul, .widget.widget_recent_comments ul, .widget.widget_recent_entries ul{
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
    overflow: hidden;
}
.widget.widget_categories ul{
    margin: 0 -15px;
}
.widget ul.children {
    margin-top: 8px;
}
.widget.widget_nav_menu ul.sub-menu{
    margin-left: 10px;
    margin-top: 8px;
}
.widget.widget_archive ul li,
.widget.widget_nav_menu ul li,
.widget.widget_meta ul li,
.widget.widget_pages ul li,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li {
    margin-bottom: 8px;
}
.widget.widget_categories ul li{
    float: left;
    width: 100%;
    margin-bottom: 8px;
    padding: 0 15px;
}
.widget.widget_archive ul li:last-child,
.widget.widget_nav_menu ul li:last-child,
.widget.widget_meta ul li:last-child,
.widget.widget_pages ul li:last-child,
.widget.widget_recent_comments ul li:last-child,
.widget.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}
.widget.widget_archive ul li a, .widget.widget_categories ul li a, .widget.widget_nav_menu ul li a, .widget.widget_meta ul li a, .widget.widget_pages ul li a, .widget.widget_recent_comments ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 600;
}
.widget.widget_nav_menu ul.sub-menu li a{
    font-weight: 400;
}
.widget.widget_recent_entries ul li a{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
    padding-top: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #121212;
    display: block;
}
.widget.widget_recent_entries ul li span{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #888888;
    text-transform: uppercase;
    display: block;
}
.widget.widget_archive ul li a:hover, .widget.widget_categories ul li a:hover, .widget.widget_nav_menu ul li a:hover, .widget.widget_meta ul li a:hover, .widget.widget_pages ul li a:hover, .widget.widget_recent_comments ul li a:hover  {
    color: #659a5e;
    transition: all 0.5s;
}
.widget.widget_archive label, .widget.widget_categories label {
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #7a7a7a;
    font-size: 13px;
    margin-bottom: 10px;
}
.widget.widget_archive select, .widget.widget_categories select {
    width: 100%;
    height: 37px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 37px;
    color: #7a7a7a;
    border: none;
    outline: none;
    background-color: #fff;
    border:1px solid #6c6c6c;
    padding-left: 15px;
    position: relative;
    z-index: 9;
}
.widget.widget_calendar caption {
    font-family: 'Open Sans', sans-serif;
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 600;
}
.widget.widget_calendar table {
    width: 100%;
    border:1px solid #eeeeee;
}
.widget.widget_calendar table tr {
    border:1px solid #eeeeee;
}
.widget.widget_calendar table tr td, .widget.widget_calendar table tr th {
    border:1px solid #eeeeee;
    text-align: center;
    padding: 5px 10px;
    color: #7a7a7a;
}
.widget.widget_calendar table tr td#today {
    background: #eeeeee;
    font-weight: 600;
}
.widget.widget_calendar table tr td a {
    color: #7a7a7a;
}
.widget.widget_calendar table tr th {
    font-family: 'Open Sans', sans-serif;
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 600;
}
.widget.widget_search label {
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #7a7a7a;
    font-size: 13px;
    margin-bottom: 10px;
}
.widget.widget_search label span {
    margin-bottom: 10px;
    display: block;
}
.widget.widget_search input {
    width: 100%;
    height: 37px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 37px;
    color: #7a7a7a;
    border: none;
    outline: none;
    background-color: #fff;
    border: 1px solid #6c6c6c;
    padding-left: 15px;
    position: relative;
    z-index: 9;
}
.widget.widget_search .search-submit {
    width: 100%;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background-color: #82af7c;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    border: 0;
    box-shadow: none;
}
.widget.widget_tag_cloud a {
    font-size: 13px !important;
    font-weight: 400;
    color: #555555;
    text-transform: capitalize;
    margin-right: 10px;
    margin-bottom: 8px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}
.widget.widget_tag_cloud a:nth-child(even) {
    font-style: normal;
    font-size: 15px !important;
    font-weight: 600;
}
/**
 * 13. Single post
 */
.blog-page .blog-items .single-post {
    margin-bottom: 0px;
}
.blog-page .blog-items .single-post .thumb-holder {
    position: relative;
    z-index: 9;
}
.blog-page .blog-items .single-post .thumb-holder img {
    display: block;
    margin: 0 auto;
}
.blog-page .blog-items .single-post .down-content {
    background-color: #f4f4f4;
    padding: 20px;
}
.blog-page .blog-items .single-post .down-content h4.entry-title {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.blog-page .blog-items .single-post .down-content ul li {
    margin-right: 10px;
}
.blog-page .blog-items .single-post .down-content ul li a {
    margin-right: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #888888;
    text-transform: capitalize;
}
.blog-page .blog-items .single-post .down-content ul li a:hover {
    color: #121212;
    transition: all 0.5s;
}
.blog-page .blog-items .single-post .down-content .entry-content {
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}
.blog-page .blog-items .single-post .down-content p {}
.blog-page .blog-items .single-post .down-content h6 {
    font-size: 12px;
    font-weight: 600;
}
.blog-page .blog-items .single-post .down-content .social-icons {
    float: right;
    margin-top: 15px;
}
.blog-page .blog-items .single-post .down-content .social-icons h6 {
    margin-top: 12px;
    float: none;
    display: inline-block;
}
.blog-page .blog-items .single-post .down-content .social-icons ul {
    padding: 0;
    margin: 0;
    float: right;
    list-style: none;
}
.blog-page .blog-items .single-post .down-content .social-icons ul li {
    margin-right: 3px;
    display: inline-block;
}
.blog-page .blog-items .single-post .down-content .social-icons ul li a {
    margin-right: 0px;
}
.blog-page .blog-items .single-post .down-content .social-icons ul li a i {
    color: #232527;
    font-size: 12px;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
}
.blog-page .blog-items .single-post .down-content .social-icons ul li a i:hover {
    background-color: #82af7c;
    color: #ffffff;
    transition: all 0.5s;
}
.blog-page .blog-items .single-post .down-content .social-icons ul li:last-child {
    margin-right: 0px;
}
/**
 * 14. Tags Links
 */
.blog-page .blog-items .single-post .down-content .tags-links ul {
    padding: 0;
    list-style: none;
    float: none;
}
.blog-page .blog-items .single-post .down-content .tags-links ul li {
    margin-top: 20px;
    margin-right: 3px;
    display: inline-block;
}
.blog-page .blog-items .single-post .down-content .tags-links h6 {
    float: left;
    margin-top: 28px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
}
.blog-page .blog-items .single-post .down-content ul li {
    margin-top: 5px;
    margin-right: 3px;
}
/**
 * 15. Entry Meta
 */
.blog-page .blog-items .single-post .down-content .entry-meta ul {
    padding: 0;
    display: inline-block;
}
.blog-page .blog-items .single-post .down-content .entry-meta ul li {
    margin-top: 5px;
    margin-right: 3px;
    display: inline-block;
}
.blog-page .blog-items .single-post .down-content ul li a {
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: capitalize;
    font-weight: 600;
    color: #121212;
    background-color: #ffffff;
    padding: 5px 8px;
}
.blog-page .blog-items .single-post .down-content ul li a:hover {
    color: #ffffff;
    background-color: #82af7c;
    transition: all 0.5s;
}
.blog-page .blog-items .single-post .down-content .social-icons ul li a {
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: capitalize;
    font-weight: 600;
    color: #121212;
    background: none;
    padding: 0;
}
.blog-page .blog-items .single-post .down-content .entry-meta ul{
    float: none;
    margin-top: 10px;
}
.blog-page .blog-items .single-post .down-content .entry-meta ul li a{
    margin-right: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #888888;
    text-transform: capitalize;
    background: none;
    padding: 0;
    text-decoration: none;
}
.blog-page .blog-items .single-post .down-content .entry-meta ul li a:hover {
    color: #121212;
    transition: all 0.5s;
}
.tags-links{
    clear: both;
}
/**
 * 16. Comments
 */
.comments {
    margin-top: 60px;
}
.comments .heading {
    margin-bottom: 30px;
}
.comments .heading h4 {
    margin-top: 0px;
    padding-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.comments .heading .full-line {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    position: relative;
    z-index: 9;
}
.comments .heading .line-dec {
    width: 45px;
    height: 3px;
    background-color: #82af7c;
    position: relative;
    z-index: 10;
    margin-top: -2px;
}
.comments ol {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}
.comments ol li {
    display: block;
    margin-bottom: 25px;
    width: 100%;
}
.comments ol li img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 15px;
}
.comments ol li .fn, .comments ol li .says {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-top: 5px;
    display: inline-block;
    margin-right: 10px;
}
.comments ol li .fn a, .comments ol li .says a{
    color: #333;
}
.comments ol li .says {
    font-weight: 400;
}
.comments ol li .comment-metadata {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #888888;
    text-transform: uppercase;
}
.comment-metadata {
    margin-bottom: 1.6em;
}
.comment-metadata a{
    color: #888888;
}
.comments ol li ol {
    padding-left: 25px;
}
.comments ol li .reply{
    text-align: right;
}
.comments ol li .reply a {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    background-color: #82af7c;
    color: #ffffff;
    padding: 3px 10px;
    text-transform: uppercase;
    margin-top: 0px;
}
.comments ol li .reply a:hover {
    background-color: #659a5e;
    transition: all 0.5s;
}
.comment-reply-title {}
/*comment form*/
.leave-comment {
    margin-top: 60px;
}
.leave-comment .heading {
    margin-bottom: 30px;
}
.leave-comment .heading h4 {
    margin-top: 0px;
    padding-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.leave-comment .heading .full-line {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    position: relative;
    z-index: 9;
}
.leave-comment .heading .line-dec {
    width: 45px;
    height: 3px;
    background-color: #82af7c;
    position: relative;
    z-index: 10;
    margin-top: -2px;
}
.comment-form input {
    border: 2px solid #eeeeee;
    width: 100%;
    height: 44px;
    outline: none;
    margin-bottom: 30px;
    padding-left: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #343434;
}
.comment-form input:focus {
    transition: all 0.5s;
    border-color: #a0c29c;
}
.comment-form textarea {
    border: 2px solid #eeeeee;
    width: 100%;
    max-width: 100%;
    min-height: 190px;
    max-height: 220px;
    outline: none;
    padding: 10px 15px;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #343434;
}
.comment-form textarea:focus {
    transition: all 0.5s;
    border-color: #a0c29c;
}
.form-submit {
    display: none;
}
.accent-button button {
    padding: 10px 22px;
    background-color: #82af7c;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    border: 0;
    box-shadow: none;
    outline: none;
}
.accent-button button:hover {
    background-color: #659a5e;
    transition: all 0.5s;
}
#commentform{
    margin: 0 -15px;
}
#commentform .accent-button button {
    margin-bottom: 30px;
}
.comment-notes{
    display: none;
}
p.logged-in-as{
    padding: 0 15px;
}
.comment-navigation .nav-links{
    margin-bottom: 30px;
}
.comment-navigation .nav-links a{
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    background-color: #82af7c;
    color: #ffffff;
    padding: 3px 10px;
    text-transform: uppercase;
    margin-top: 0px;
}
.comment-navigation .nav-links a:hover{
    background-color: #659a5e;
    transition: all 0.5s;
}
.comment-navigation .heading{
    margin-bottom: 10px;
}
.comment-author {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0.4em;
}
/**
 * 17. Footer
 */
footer.site-footer {
    background-color: #232527;
}
.footer-widget {
    padding: 80px 0;
}
footer.site-footer .footer-item {
    padding: 0 15px;
}
footer.site-footer .recent-item img {
    width: 70px !important;
    float: left;
    margin-right: 15px;
    padding-top: 9px;
}
footer.site-footer .recent-item h4 {
    margin-bottom: 0px !important;
    margin-top: 30px !important;
}
footer.site-footer .recent-item h4 a {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 0.3px;
}
footer.site-footer .recent-item span {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #82af7c;
    text-transform: uppercase;
}
footer.site-footer .recent-item p {
    margin-top: 7px;
    color: #ffffff;
    line-height: 16px;
    font-size: 12px;
}
@media (max-width: 991px) {
    footer.site-footer .footer-item {
        padding: 40px 15px;
    }
}
footer.site-footer .footer-item .heading {
    margin-bottom: 25px;
}
footer.site-footer .footer-item .heading h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 15px;
}
footer.site-footer .footer-item .heading .full-line {
    width: 100%;
    height: 1px;
    background-color: #4c4f54;
    position: relative;
    z-index: 9;
}
footer.site-footer .footer-item .heading .line-dec {
    width: 45px;
    height: 3px;
    background-color: #82af7c;
    position: relative;
    z-index: 10;
    margin-top: -2px;
}
footer.site-footer p {
    color: #ffffff;
    margin-bottom: 25px;
}
/* widget forms */
.widget select {
    width: 100%;
}
/* widget lists */
footer .widget a {
    color: #7a7a7a;
}
footer .widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}
footer .widget ul li {
    padding: 0;
    color: #7a7a7a !important;
}
footer .widget ul li + li {
    margin-top: -1px;
}
footer .widget ul li ul {
    margin: 0 0 -1px;
    padding: 0;
    position: relative;
}
footer .widget ul li li {
    border: 0;
    padding-left: 0;
}
footer .widget ul li li:last-child {
    margin-bottom: 0 !important;
}
/* Widget lists of links */
footer .widget_top-posts ul li ul,
footer .widget_rss_links ul li ul,
footer .widget-grofile ul.grofile-links li ul,
footer .widget_pages ul li ul,
footer .widget_meta ul li ul {
    bottom: 0;
}
footer .widget_nav_menu ul li li,
footer .widget_top-posts ul li,
footer .widget_top-posts ul li li,
footer .widget_rss_links ul li,
footer .widget_rss_links ul li li,
footer .widget-grofile ul.grofile-links li,
footer .widget-grofile ul.grofile-links li li {
    padding-bottom: 0;
    padding-top: 0;
}
footer .widget_rss ul li {
    padding-bottom: 1em;
    padding-top: 1em;
}
/* widget markup */
footer .widget .post-date,
footer .widget .rss-date {
    font-size: 0.81em;
}
/* Text widget */
footer .widget_text {
    word-wrap: break-word;
}
/* RSS Widget */
footer .widget_rss .widget-title .rsswidget:first-child {
    float: right;
}
footer .widget_rss .widget-title .rsswidget:first-child:hover {
    background-color: transparent;
}
footer .widget_rss .widget-title .rsswidget:first-child img {
    display: block;
}
footer .widget_rss ul li {
    padding: 2.125em 0;
}
footer .widget_rss ul li:first-child {
    border-top: none;
    padding-top: 0;
}
footer .widget_rss li .rsswidget {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.4;
}
footer .widget_rss .rss-date,
footer .widget_rss li cite {
    color: #767676;
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-transform: uppercase;
}
footer .widget_rss .rss-date {
    margin: 0.5em 0 1.5em;
    padding: 0;
}
footer .widget_rss .rssSummary {
    margin-bottom: 0.5em;
}
/*widget footer*/
.widget.widget_text.footer-item .textwidget p, .widget.widget_text.footer-item .textwidget {
    color: #ffffff;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}
.widget.widget_text.footer-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget.widget_text.footer-item ul li {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 15px;
}
.widget.widget_text.footer-item ul li span {
    color: #82af7c;
    width: 60px;
    display: inline-block;
}
.widget.widget_recent_entries.footer-item ul li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0;
}
.widget.widget_recent_entries.footer-item ul li span {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #82af7c;
    text-transform: uppercase;
}
footer.site-footer .newsletters-signup p {
    color: #ffffff;
    margin-bottom: 25px;
}
footer.site-footer .newsletters-signup input[type="email"] {
    width: 100%;
    height: 37px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 37px;
    color: #ffffff;
    border: none;
    outline: none;
    background-color: #6c6c6c;
    padding-left: 15px;
    position: relative;
    z-index: 9;
}
footer.site-footer .newsletters-signup .accent-button {
    position: relative;
    z-index: 10;
    top: -37px;
    float: right;
}
footer.site-footer .sub-footer {
    border-top: 1px solid #4c4f54;
    padding-top: 20px;
    padding-bottom: 15px;
}
footer.site-footer .sub-footer .site-info {
    color: #aaaaaa;
    font-size: 13px;
    margin-top: 6px;
}
@media (max-width: 991px) {
    footer.site-footer .sub-footer .site-info {
        text-align: center;
    }
}
footer.site-footer .sub-footer .site-info a {
    color: #ffffff;
}
footer.site-footer .sub-footer ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
}
@media (max-width: 991px) {
    footer.site-footer .sub-footer ul {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}
footer.site-footer .sub-footer ul li {
    margin-left: 10px;
    display: inline-block;
}
footer .sub-footer ul li a i {
    color: #232527;
    font-size: 12px;
    width: 28px;
    height: 28px;
    background-color: #6c6c6c;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
}
footer.site-footer .sub-footer ul li a i:hover {
    background-color: #82af7c;
    color: #ffffff;
    transition: all 0.5s;
}
/**
 * 18. Go to Top
 */
.go-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 77;
    font-size: 18px;
    text-align: center;
    background: #080808;
    color: #fff !important;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}
.go-top {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.25) !important;
}
.go-top.go-top-visible {
    visibility: visible;
    opacity: 1;
}
.go-top.go-topfade-out {
    opacity: 1;
}
@media (max-width: 991px) {
    .go-top {
        right: 20px;
        bottom: 20px;
    }
}
@media (min-width: 992px) {
    .go-top {
        height: 60px;
        width: 60px;
        line-height: 60px;
        right: 30px;
        bottom: 60px;
    }
}
/**
 * 19. Default Page
 */
.page-items{}
.page-items .thumb-holder{
    margin-bottom: 30px;
}
.page-items .thumb-holder img{
    width: 100%;
    height: auto;
}
.page-items h1{
    margin-top: 0px;
    font-weight: 700;
    text-transform: uppercase;
}
/**
 * 20. Archive
 */
.page-header {
    padding-bottom: 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #eee;
}

/**
 * 21. Search Not Found
 */
.no-results.not-found .search-form label span {
    margin-bottom: 10px;
    display: block;
}
.no-results.not-found .search-form label{
    width: 100%;
}
.no-results.not-found input {
    width: 100%;
    height: 37px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 37px;
    color: #7a7a7a;
    border: none;
    outline: none;
    background-color: #fff;
    border: 1px solid #6c6c6c;
    padding-left: 15px;
    position: relative;
    z-index: 9;
}
.no-results.not-found .search-submit {
    width: 100%;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background-color: #82af7c;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    border: 0;
    box-shadow: none;
}
.no-results.not-found h1 {
    text-transform: uppercase;
    color: #121212;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: 2px;
}

/**
 * 22. 404
 */
@media (max-width: 991px) {
    .error-content {
        text-align: center;
    }
}
.error-content .heading h3 {
    font-size: 36px;
    margin-top: 60px;
}
.error-content p {
    margin-top: 20px;
    margin-bottom: 30px;
}
.error-content .border-button {
    display: inline-block;
    margin-right: 10px;
}
.error-content .border-button a {
    border-color: #121212;
    color: #121212;
}
.error-content .border-button a:hover {
    background-color: #121212;
    color: #ffffff;
    transition: all 0.5s;
}
.error-content .accent-button {
    display: inline-block;
}
.error-content .question-mark {
    float: right;
}
.error-content .question-mark h1 {
    font-size: 240px;
    margin: 0px;
    font-weight: 700;
}
/**
 * 23. Pagination
 */
.pages {
    padding-top: 70px;
    margin-top: -30px;
    text-align: center;
}
.pages ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.pages ul li {
    margin-right: 5px;
    display: inline-block;
}
.pages ul li a, .pages ul li span {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #eeeeee;
    color: #222222;
}
.pages ul li a:hover {
    color: #ffffff;
    background-color: #82af7c;
    transition: all 0.5s;
}
.pages ul .current span {
    color: #ffffff;
    background-color: #82af7c;
}
/**
 * 24. Gallery
 */
.gallery #projects-filter {
    margin-bottom: 50px;
    text-align: center;
}
@media (max-width: 991px) {
    .gallery #projects-filter {
        display: block;
    }
}
.gallery #projects-filter a {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 12px;
    background-color: #f4f4f4;
}
.gallery #projects-filter a:hover {
    color: #ffffff;
    background-color: #82af7c;
    transition: all 0.5s;
}
.gallery #projects-filter .active {
    color: #ffffff;
    background-color: #82af7c;
}
.gallery .item .down-content {
    position: relative;
    background-color: #f4f4f4;
    padding: 20px;
}
.gallery .item .down-content h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.gallery .item .down-content span {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #555555;
    text-transform: uppercase;
}
.gallery .item {
    margin-bottom: 30px;
}

.gallery .item .thumb-holder {
    position: relative;
}
.gallery .item .thumb-holder img {
    width: 100%;
}
.gallery .item .thumb-holder .hover-content {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
}
.gallery .item .thumb-holder .hover-content i {
    margin-top: 30%;
    background-color: #ffffff;
    width: 36px;
    height: 36px;
    text-align: center;
    display: inline-block;
    line-height: 36px;
    color: #121212;
}
.gallery .item .thumb-holder .hover-content i:hover {
    color: #ffffff;
    background-color: #82af7c;
    transition: all 0.5s;
}
.gallery .item .thumb-holder:hover .hover-content {
    opacity: 1;
    visibility: visible;
    transition: all 0.7s;
}
/**
 * 25. Lightbox
 */
body:after {
    display: none;
}
body.lb-disable-scrolling {
    overflow: hidden;
}
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px;
}
.lightbox a img {
    border: none;
}
.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
}
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-container {
    padding: 4px;
}
.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.lb-container > .nav {
    left: 0;
}
.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}
.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nano .content {
    position: absolute;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
}
.nano .content:focus {
    outline: 0;
}
.nano .content::-webkit-scrollbar {
    visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
    visibility: visible;
}
.nano .pane {
    position: absolute;
    width: 3px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.nano .pane .slider {
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.nano:hover .pane,
.pane.active,
.pane.flashed {
    opacity: 0.99;
}
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nano .content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
}
/**
 * 26. Contact
 */
section.map-section .about-us {
    margin-left: 30px;
}
@media (max-width: 991px) {
    section.map-section .about-us {
        margin-left: 0px;
        margin-top: 30px;
        padding: 0px 15px;
    }
}
section.map-section .about-us .heading {
    margin-bottom: 25px;
}
section.map-section .about-us .heading h4 {
    margin-top: 0px;
    padding-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
section.map-section .about-us .heading .full-line {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    position: relative;
    z-index: 9;
}
section.map-section .about-us .heading .line-dec {
    width: 45px;
    height: 3px;
    background-color: #82af7c;
    position: relative;
    z-index: 10;
    margin-top: -2px;
}
section.map-section .about-us .social-icons {
    margin-top: 15px;
}
section.map-section .about-us .social-icons ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
section.map-section .about-us .social-icons ul li {
    margin-right: 10px;
    display: inline-block;
}
section.map-section .about-us .social-icons ul li a {
    color: #121212;
}
section.map-section .about-us .social-icons ul li a i {
    font-size: 13px;
    width: 32px;
    height: 32px;
    background-color: #f4f4f4;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
}
section.map-section .about-us .social-icons ul li a i:hover {
    background-color: #82af7c;
    transition: all 0.5s;
}
section.map-section .about-us .social-icons ul li a:hover {
    color: #ffffff;
}
section.map-section .contact-details {
    margin-left: 30px;
}
@media (max-width: 991px) {
    section.map-section .contact-details {
        margin-left: 0px;
        padding: 0px 15px;
    }
}
section.map-section .contact-details .more-info {
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}
section.map-section .contact-details .more-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
section.map-section .contact-details .more-info ul li {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #121212;
    background-color: #f4f4f4;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}
section.map-section .contact-details .more-info ul li i {
    margin-right: 20px;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background-color: #82af7c;
    color: #ffffff;
}
section.map-section .contact-details .more-info ul li a:hover {
    color: #659a5e;
    transition: all 0.5s;
}
section.map-section .contact-details .more-info ul li:last-child {
    margin-bottom: 0px;
}
section.contact-form {
    padding-top: 0px;
}
section.contact-form .heading h3 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
section.contact-form .heading h3 em {
    font-style: normal;
    color: #82af7c;
}
section.contact-form input {
    border: 2px solid #eeeeee;
    width: 100%;
    height: 44px;
    outline: none;
    margin-bottom: 30px;
    padding-left: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #343434;
}
section.contact-form textarea {
    border: 2px solid #eeeeee;
    width: 100%;
    max-width: 100%;
    min-height: 190px;
    max-height: 220px;
    outline: none;
    padding: 10px 15px;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #343434;
}
section.contact-form .button {
    width: 160px;
    height: 36px;
    background-color: #82af7c;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    outline: none;
    border: none;
}
section.contact-form .button:hover:before {
    content: "";
    color: #ffffff !important;
    transition: all 1s;
}
/**
 * 27. Services
 */
section.services-page .our-services .service-item {
    margin-bottom: 30px;
}
section.services .our-services {
    padding-top: 60px;
    border-top: 1px solid #eeeeee;
}
section.services .our-services .service-item {
    padding: 30px 20px;
    width: 100%;
    background-color: #f4f4f4;
    text-align: center;
}
@media (max-width: 991px) {
    section.services .our-services .service-item {
        margin-bottom: 20px;
    }
}
section.services .our-services .service-item .service-icon {
    background-color: transparent;
    width: 70px;
    height: 70px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
}
section.services .our-services .service-item .service-icon img {
    max-width: 100%;
}
section.services .our-services .service-item .line-dec {
    width: 40px;
    height: 3px;
    background-color: #82af7c;
    margin: 15px auto;
}
section.services .our-services .service-item h4 {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-weight: 700;
}
/**
 * 28. Events
 */
.events-list-page .event-items .event-item {
    margin-bottom: 30px;
    display: inline-block;
}
.events-list-page .event-items .event-item .up-content {
    display: inline-block;
    padding: 20px;
    background-color: #82af7c;
    width: 100%;
}
.events-list-page .event-items .event-item .up-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.events-list-page .event-items .event-item .up-content ul li {
    margin-right: 20px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    background-color: #6da166;
    padding: 10px 12px;
}
@media (max-width: 991px) {
    .events-list-page .event-items .event-item .up-content ul li {
        margin-bottom: 15px;
    }
}
.events-list-page .event-items .event-item .up-content ul li, .events-list-page .event-items .event-item .up-content ul li a{
    color: #ffffff;
}
.events-list-page .event-items .event-item .up-content ul li i {
    text-align: center;
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
}
.events-list-page .event-items .event-item .up-content ul li:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
}
.events-list-page .event-items .event-item .text-content {
    background-color: #f4f4f4;
    padding: 20px;
    display: inline-block;
    width: 100%;
}
.events-list-page .event-items .event-item .text-content h4 {
    margin-top: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.events-list-page .event-items .event-item .text-content a {
    display: inline-block;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
    color: #82af7c;
    background: none;
    text-align: left;
    height: auto;
    line-height: normal;
}
.events-list-page .event-items .event-item .text-content a:hover {
    color: #659a5e;
    transition: all 0.5s;
    background: none;
}
.events-grid-page .event-items .event-item {
    margin-bottom: 30px;
}
.events-grid-page .event-items .event-item .thumb-holder {
    position: relative;
}
.events-grid-page .event-items .event-item .thumb-holder img {
    width: 100%;
    z-index: 9;
}
.events-grid-page .event-items .event-item .thumb-holder .more-info ul {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 10;
    bottom: 10px;
    right: 10px;
}
.events-grid-page .event-items .event-item .thumb-holder .more-info ul li {
    display: inline-block;
}
.events-grid-page .event-items .event-item .thumb-holder .more-info ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
}
.events-grid-page .event-items .event-item .thumb-holder .more-info ul li i:hover {
    color: #ffffff;
    background-color: #82af7c;
    transition: all 0.5s;
    cursor: pointer;
}
.events-grid-page .event-items .event-item .thumb-holder .more-info ul li:hover span {
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}
.events-grid-page .event-items .event-item .thumb-holder .more-info ul li span {
    z-index: 11;
    display: inline-block;
    width: 180px;
    padding: 5px;
    text-align: center;
    right: 0;
    top: -30px !important;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
}
.events-grid-page .event-items .event-item .thumb-holder .more-info ul li span a{
    color: #fff;
}
.events-grid-page .event-items .event-item .text-content {
    background-color: #f4f4f4;
    padding: 20px;
}
.events-grid-page .event-items .event-item .text-content h4 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.events-grid-page .event-items .event-item .text-content p {
    margin-bottom: 0px;
}
.events-grid-page .event-items .event-item .text-content a {
    display: inline-block;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
    color: #82af7c;
    background: none;
    text-align: left;
    padding: 0;
    height: auto;
    line-height: normal;
}
.events-grid-page .event-items .event-item .text-content a:hover {
    color: #659a5e;
    transition: all 0.5s;
    background: none;
}
.events-list-page .container{
    max-width: 810px;
}
.single-event-page .single-event .event-item .thumb-holder img {
    width: 100%;
    z-index: 9;
}
.single-event-page .single-event .event-item .text-content {
    background-color: #f4f4f4;
    padding: 20px;
}
.single-event-page .single-event .event-item .text-content h4 {
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-event-page .single-event .event-item .text-content p {
    margin-bottom: 0px;
}
.single-event .event-details {
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .single-event-page .event-details {
        margin-top: 30px;
    }
}
.single-event-page .event-details .more-info {
    display: inline-block;
    padding: 20px;
    background-color: #82af7c;
    width: 100%;
}
.single-event-page .event-details .more-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.single-event-page .event-details .more-info ul li {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    background-color: #73a56c;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}
.single-event-page .event-details .more-info ul li a, .single-event-page .event-details .more-info ul li {
    color: #ffffff;
}
.single-event-page .event-details .more-info ul li i {
    color: #121212;
    margin-right: 20px;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
}
.single-event-page .event-details .more-info ul li:last-child {
    margin-bottom: 0px;
}
.single-event-page .event-map {
    margin-top: 30px;
}
.single-event-page .event-map #map {
    width: 100%;
    height: 375px;
}
section.similar-events {
    padding-top: 0px;
    text-align: center;
}
section.similar-events .heading h3 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
section.similar-events .heading h3 em {
    font-style: normal;
    color: #82af7c;
}
section.similar-events .event-items .event-item {
    text-align: left;
    margin-bottom: 30px;
}
section.similar-events .event-items .event-item .thumb-holder {
    position: relative;
}
section.similar-events .event-items .event-item .thumb-holder img {
    width: 100%;
    z-index: 9;
}
section.similar-events .event-items .event-item .thumb-holder .more-info ul {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 10;
    bottom: 10px;
    right: 10px;
}
section.similar-events .event-items .event-item .thumb-holder .more-info ul li {
    display: inline-block;
}
section.similar-events .event-items .event-item .thumb-holder .more-info ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
}
section.similar-events .event-items .event-item .thumb-holder .more-info ul li i:hover {
    color: #ffffff;
    background-color: #82af7c;
    transition: all 0.5s;
    cursor: pointer;
}
section.similar-events .event-items .event-item .thumb-holder .more-info ul li:hover span {
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}
section.similar-events .event-items .event-item .thumb-holder .more-info ul li span a{
    color: #fff;
}
section.similar-events .event-items .event-item .thumb-holder .more-info ul li span {
    z-index: 11;
    display: inline-block;
    width: 180px;
    padding: 5px;
    text-align: center;
    right: 0;
    top: -30px !important;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
}
section.similar-events .event-items .event-item .text-content {
    background-color: #f4f4f4;
    padding: 20px;
}
section.similar-events .event-items .event-item .text-content h4 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
section.similar-events .event-items .event-item .text-content p {
    margin-bottom: 0px;
}
section.similar-events .event-items .event-item .text-content a {
    display: inline-block;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
    color: #82af7c;
    background: none;
    text-align: left;
    line-height: normal;
    height: auto;
}
section.similar-events .event-items .event-item .text-content a:hover {
    color: #659a5e;
    transition: all 0.5s;
}
/**
 * 29. About Page
 */
section.humansave {
    margin-bottom: -100px;
}
section.humansave .heading {
    text-align: center;
}
section.humansave .heading h3 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}
section.humansave .heading h3 em {
    font-style: normal;
    color: #82af7c;
}
section.humansave .heading .line-dec {
    width: 40px;
    height: 3px;
    background-color: #82af7c;
    margin: 15px auto;
}
section.humansave .top-content {
    text-align: center;
}
section.humansave .top-content p {
    margin-bottom: 30px;
}
/**
 * 30. Our Team
 */
.our-team .heading {
    text-align: center;
}
.our-team .heading h3 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.our-team .heading h3 em {
    font-style: normal;
    color: #82af7c;
}
.our-team .team-member {
    padding: 0px 25px;
}
@media (max-width: 991px) {
    .our-team .team-member {
        margin-bottom: 45px;
    }
}
.our-team .team-member .thumb-holder img {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}
.our-team .team-member .thumb-holder .down-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0px;
}
.our-team .team-member .thumb-holder .down-content span {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #c6c6c6;
    text-transform: uppercase;
}
.our-team .team-member .thumb-holder .hover-content {
    background-color: rgba(130, 175, 124, 0.95);
    position: absolute;
    left: 50%;
    margin-left: -97px;
    width: 194px;
    height: 194px;
    border-radius: 50%;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    padding-top: 33%;
}
@media (max-width: 991px) {
    .our-team .team-member .thumb-holder .hover-content {
        top: 15px;
        width: 75%;
        height: 75%;
        margin-left: 0px;
        left: 12.5%;
    }
}
.our-team .team-member .thumb-holder .hover-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .team-member .thumb-holder .hover-content ul li {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
}
.our-team .team-member .thumb-holder .hover-content ul li a {
    color: #ffffff;
    font-size: 18px;
}
.our-team .team-member .thumb-holder:hover .hover-content {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    transition: all 1s;
}
/**
 * 31. Testimonials
 */
.testimonials {
    background-color: #f4f4f4;
}
.testimonials .heading {
    text-align: center;
    margin-bottom: 30px;
}
.testimonials .heading h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.testimonials .heading h3 em {
    font-style: normal;
    color: #73a56c;
}
.testimonials .testimonial-item p {
    font-size: 14px;
    font-style: italic;
    color: #343434;
    line-height: 26px;
}
.testimonials .testimonial-item h4 {
    margin-bottom: 0px;
    margin-top: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
/**
 * 32. Owl
 */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls {
    top: -200px;
    width: 100%;
    text-align: center;
    display: inline-block;
}
@media (max-width: 991px) {
    .owl-controls {
        top: -120px;
    }
}
.owl-controls a {
    color: #336699;
}
.owl-controls a:hover {
    color: #336699;
}
.owl-controls .bg-prev {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    z-index: 10;
    background: #fff;
    border: 1px solid #336699;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.owl-controls .bg-prev:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 2px solid #336699;
}
.owl-controls .prev {
    left: 15px;
    z-index: 11;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 32px;
}
.owl-controls .prev.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.owl-controls .prev:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.owl-controls .bg-next {
    position: absolute;
    float: right;
    z-index: 1;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 10;
    background: #fff;
    border: 1px solid #336699;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.owl-controls .bg-next:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 2px solid #336699;
}
.owl-controls .next {
    right: 15px;
    z-index: 11;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 32px;
}
.owl-controls .next.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.owl-controls .next:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.owl-theme .owl-controls .owl-page {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-controls .owl-page a {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    filter: alpha(opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border: 2px solid #888;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: alpha(opacity=100);
    /*IE7 fix*/
    opacity: 1;
    display: inline-block;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.go-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 77;
    font-size: 18px;
    text-align: center;
    background: #080808;
    color: #fff !important;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}
/**
 * 33. Cause
 */
.list-page .causes-items .causes-item {
    margin-bottom: 30px;
}
.list-page .causes-items .causes-item .thumb-holder {
    position: relative;
}
.list-page .causes-items .causes-item .thumb-holder img {
    width: 100%;
    height: auto;
    z-index: 9;
}
.list-page .causes-items .causes-item .thumb-holder .more-info ul {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 10;
    bottom: 10px;
    right: 10px;
}
.list-page .causes-items .causes-item .thumb-holder .more-info ul li {
    display: inline-block;
}
.list-page .causes-items .causes-item .thumb-holder .more-info ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
}
.list-page .causes-items .causes-item .thumb-holder .more-info ul li i:hover {
    color: #ffffff;
    background-color: #82af7c;
    transition: all 0.5s;
    cursor: pointer;
}
.list-page .causes-items .causes-item .thumb-holder .more-info ul li:hover span {
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}
.list-page .causes-items .causes-item .thumb-holder .more-info ul li span {
    z-index: 11;
    display: inline-block;
    width: 180px;
    padding: 5px;
    text-align: center;
    right: 0;
    top: -30px !important;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
}
.list-page .causes-items .causes-item .text-content {
    background-color: #f4f4f4;
    padding: 20px;
}
@media (max-width: 991px) {
    .list-page .causes-items .causes-item .text-content {
        margin-left: 0px;
    }
}
.list-page .causes-items .causes-item .text-content h4 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.list-page .causes-items .causes-item .text-content p {
    margin-bottom: 0px;
}
.list-page .causes-items .causes-item .goal-content {
    background-color: #eeeeee;
    padding: 23px 25px;
}
@media (max-width: 991px) {
    .list-page .causes-items .causes-item .goal-content {
        margin-left: 0px;
    }
}
.getcol{
    background-color: #eeeeee;
}
.list-page .causes-items .div-table-cell{
    height: 100%;
    position: relative;
    float: none;
}
.list-page .causes-items .accent-button{
    display: block;
    text-align: center;
}
.list-page .causes-items .accent-button a{
    display: inline-block;
}

.grid-page .causes-item {
    margin-bottom: 30px;
}
.grid-page .causes-item .thumb-holder {
    position: relative;
}
.grid-page .causes-item .thumb-holder img {
    width: 100%;
    z-index: 9;
}
.grid-page .causes-item .thumb-holder .more-info ul {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 10;
    bottom: 10px;
    right: 10px;
}
.grid-page .causes-item .thumb-holder .more-info ul li {
    display: inline-block;
}
.grid-page .causes-item .thumb-holder .more-info ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
}
.grid-page .causes-item .thumb-holder .more-info ul li i:hover {
    color: #ffffff;
    background-color: #82af7c;
    transition: all 0.5s;
    cursor: pointer;
}
.grid-page .causes-item .thumb-holder .more-info ul li:hover span {
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}
.grid-page .causes-item .thumb-holder .more-info ul li span {
    z-index: 11;
    display: inline-block;
    width: 180px;
    padding: 5px;
    text-align: center;
    right: 0;
    top: -30px !important;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
}
.grid-page .causes-item .text-content {
    background-color: #f4f4f4;
    padding: 20px;
}
.grid-page .causes-item .text-content h4 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.grid-page .causes-item .text-content p {
    margin-bottom: 0px;
}
.grid-page .causes-item .div-table{
    display: block;
}
.grid-page .causes-item .div-table-cell {
    display: block;
    vertical-align: top;
    width: 100%;
}
.grid-page .causes-item .goal-content {
    background-color: #eeeeee;
    padding: 30px 25px;
}
.grid-page .causes-item .accent-button{
    display: block;
    text-align: center;
}
.grid-page .causes-item .accent-button a{
    display: inline-block;
}
.grid-page .causes-items > .row > .col-md-4:nth-child(3n+4){
    clear: left;
}
.single-cause .cause-item {
    margin-bottom: 30px;
}
.single-cause .cause-item .thumb-holder {
    position: relative;
}
.single-cause .cause-item .thumb-holder img {
    width: 100%;
    z-index: 9;
}
.single-cause .cause-item .up-content {
    display: inline-block;
    padding: 20px;
    background-color: #82af7c;
    width: 100%;
}
.single-cause .cause-item .up-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.single-cause .cause-item .up-content ul li {
    margin-right: 20px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    background-color: #6da166;
    padding: 11px 15px;
}
@media (max-width: 991px) {
    .single-cause .cause-item .up-content ul li {
        display: block;
        margin-bottom: 10px;
        margin-right: 0px;
        text-align: center;
    }
}
.single-cause .cause-item .up-content ul li a {
    color: #ffffff;
}
.single-cause .cause-item .up-content ul li i {
    text-align: center;
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
}
.single-cause .cause-item .text-content {
    background-color: #f4f4f4;
    padding: 20px;
}
.single-cause .cause-item .text-content h4 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-cause .cause-item .text-content p {
    margin-bottom: 0px;
}
.urgent-cause {
    position: relative;
    z-index: 999999;
    margin-top: -7.7%;
}
@media (max-width: 991px) {
    .urgent-cause {
        margin-top: 20px;
    }
}
.urgent-cause .flexslider {
    border: none;
}
.urgent-cause .flexslider .flex-control-paging li a {
    display: none;
}
@media (max-width: 991px) {
    .urgent-cause .flex-direction-nav .flex-next {
        display: none;
    }
    .urgent-cause .flex-direction-nav .flex-prev {
        display: none;
    }
}
.urgent-cause .urgent-item {
    padding: 20px;
    background-image: linear-gradient(-90deg, #82af7c 50%, #91b98c 50%);
}
@media (max-width: 991px) {
    .urgent-cause .urgent-item {
    background-image: linear-gradient(0deg, #82af7c 45%, #91b98c 45%);
    }
}
.urgent-cause .urgent-item .left-content {
    padding-right: 30px;
}
@media (max-width: 991px) {
    .urgent-cause .urgent-item .left-content {
        text-align: center;
    }
}
.urgent-cause .urgent-item .left-content h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.urgent-cause .urgent-item .left-content p {
    margin-top: 15px;
    color: #ffffff;
    font-weight: 600;
}
.urgent-cause .urgent-item .left-content .border-button {
    margin-top: 25px;
    padding-bottom: 15px;
}
.urgent-cause .urgent-item .right-content {
    padding-left: 30px;
    padding-top: 15px;
}
@media (max-width: 991px) {
    .urgent-cause .urgent-item .right-content {
        padding-bottom: 20px;
    }
    .urgent-cause .give-goal-progress .raised{
        margin-top: 30px;
    }
}
.urgent-cause .urgent-item .right-content .white-button {
    text-align: center;
    margin-top: 35px;
}
.urgent-cause .give-goal-progress .income, .urgent-cause .give-goal-progress .raised{
    color: #fff;
}
.urgent-cause .give-goal-progress .raised{
    margin-bottom: 35px;
}
@media (max-width: 991px) {
    .recent-causes .cause-item {
        margin-bottom: 30px;
    }
}
.recent-causes .cause-item .thumb-holder {
    position: relative;
}
.recent-causes .cause-item .thumb-holder img {
    width: 100%;
    z-index: 9;
}
.recent-causes .cause-item .thumb-holder .more-info ul {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 10;
    bottom: 10px;
    right: 10px;
}
.recent-causes .cause-item .thumb-holder .more-info ul li {
    display: inline-block;
}
.recent-causes .cause-item .thumb-holder .more-info ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
}
.recent-causes .cause-item .thumb-holder .more-info ul li i:hover {
    color: #ffffff;
    background-color: #82af7c;
    transition: all 0.5s;
    cursor: pointer;
}
.recent-causes .cause-item .thumb-holder .more-info ul li:hover span {
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}
.recent-causes .cause-item .thumb-holder .more-info ul li span {
    z-index: 11;
    display: inline-block;
    width: 180px;
    padding: 5px;
    text-align: center;
    right: 0;
    top: -30px !important;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
}
.recent-causes .cause-item .text-content {
    background-color: #f4f4f4;
    padding: 20px;
}
.recent-causes .cause-item .text-content h4 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.recent-causes .cause-item .text-content p {
    margin-bottom: 0px;
}
.recent-causes .cause-item .goal-content {
    background-color: #eeeeee;
    padding: 30px 25px;
}
.recent-causes .cause-item .accent-button{
    display: block;
    text-align: center;
}
.recent-causes .cause-item .accent-button a{
    display: inline-block;
}
.recent-causes .heading{
    display: none;
}
.page-template-homepage-2-template section.recent-causes .heading {
    text-align: center;
    display: block;
}
.page-template-homepage-2-template section.recent-causes {
    background:#909090;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-template-homepage-2-template section.recent-causes {
    padding: 80px 0;
}
.page-template-homepage-2-template section.recent-causes .heading h3 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #ffffff;
}
.urgent-cause-2 .left-content .img {
    position: relative;
    z-index: 9;
}
.urgent-cause-2 .left-content .img img {
    width: 100%;
}
.urgent-cause-2 .left-content .goal-content {
    position: relative;
    z-index: 10;
    margin-top: -75px;
    padding: 0px 25px;
}
.urgent-cause-2 .right-content {
    margin-top: 15px;
}
@media (max-width: 991px) {
    .urgent-cause-2 .right-content {
        margin-top: 45px;
    }
}
.urgent-cause-2 .right-content .accent-bg {
    background-color: #82af7c;
    display: inline-block;
    padding: 3px 8px;
}
.urgent-cause-2 .right-content .accent-bg h6 {
    color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 0px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px;
    width: auto;
    float: left;
    margin: 10px 0 !important;
}
.urgent-cause-2 .right-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.urgent-cause-2 .right-content p {
    margin-top: 15px;
    margin-bottom: 30px;
}
.urgent-cause-2 .give-goal-progress .income, .urgent-cause-2 .give-goal-progress .raised{
    color: #fff;
}
.page-template-homepage-3-template section.recent-causes{
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 80px 0;
}
.page-template-homepage-3-template section.recent-causes .heading {
    text-align: center;
    display: block;
}
.page-template-homepage-3-template section.recent-causes .heading h3 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}
/**
 * 34. Give Plugin Override
 */
.give-progress-bar{
    height: 5px;
    background: #fff;
}
.give-goal-progress .income, .give-goal-progress .raised{
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    letter-spacing: normal;
}
.give-goal-progress .income, .give-goal-progress .goal-text{
    font-weight: 700;
}
.list-page .causes-items .give-donation-amount, .list-page .causes-items .give-btn{
    display: none;
}
.give-progress-bar>span{
    background: #82af7c;
}
#give-recurring-form h3.give-section-break, #give-recurring-form h4.give-section-break, #give-recurring-form legend, form.give-form h3.give-section-break, form.give-form h4.give-section-break, form.give-form legend, form[id*=give-form] h3.give-section-break, form[id*=give-form] h4.give-section-break, form[id*=give-form] legend {
    font-weight: 700;
    margin: 10px 0 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #EDEDED;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}
#give-gateway-radio-list{
    font-family: 'Open Sans', sans-serif;
}
.give-form input{
    box-shadow: none;
    border: 1px solid #f0f0f0;
    padding: 10px;
    margin-bottom: 15px;
}
.give-btn{
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #82af7c;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    border: 0;
    box-shadow: none;
    line-height: normal;
}
#give_offline_payment_info{
    font-size: 12px;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
}
/**
 * 35. Why Choose Us
 */
.why-choose-us {
    background-color: #f4f4f4;
}
.why-choose-us .left-image img {
    width: 100%;
}
.why-choose-us .right-content .heading h4 {
    margin-top: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #82af7c;
}
.why-choose-us .right-content .heading{
    text-align: left;
}
.why-choose-us .right-content .heading h4 em {
    font-style: normal;
    color: #121212;
}
.why-choose-us .right-content .heading .line-dec {
    width: 40px;
    height: 3px;
    background-color: #82af7c;
}
.why-choose-us .right-content .heading h3 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.why-choose-us .right-content .heading h3 em {
    font-style: normal;
    color: #82af7c;
    font-size: 36px;
    line-height: 0;
}
.why-choose-us .right-content .heading p {
    margin-bottom: 30px;
}
.why-choose-us .right-content .service-item {
    padding: 30px 0px;
    width: 100%;
    background-color: #82af7c;
    text-align: center;
}
@media (max-width: 991px) {
    .why-choose-us .right-content .service-item {
        margin-bottom: 20px;
    }
}
.why-choose-us .right-content .service-item .service-icon {
    background-color: transparent;
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
}
.why-choose-us .right-content .service-item .service-icon img {
    max-width: 100%;
}
.why-choose-us .right-content .service-item h4 {
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-top: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
/**
 * 36. Counter
 */
#funny-facts {
    background: #232527;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
}
#funny-facts .fact-item {
    padding: 15px 0px;
    text-align: center;
    border-right: 1px solid rgba(250, 250, 250, 0.2);
    padding-right: 20px;
}
@media (max-width: 991px) {
    #funny-facts .fact-item {
        padding-right: 0px;
        padding-bottom: 60px;
        margin-bottom: 60px;
        border-right: none;
        border-bottom: 1px solid rgba(250, 250, 250, 0.2);
    }
}
#funny-facts .fact-item i {
    color: #ffffff;
    font-size: 28px;
}
#funny-facts .fact-item .line-dec {
    width: 45px;
    height: 3px;
    background-color: #82af7c;
    margin: 12px auto 15px auto;
}
#funny-facts .fact-item .count-focus {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #ffffff;
    display: inline-block;
    margin-top: 0px;
}
#funny-facts .fact-item .fact-role {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
#funny-facts .last-fact {
    border-right: none;
}
@media (max-width: 991px) {
    #funny-facts .last-fact {
        padding-bottom: 20px;
    }
}
#funny-facts .col-md-3:last-child .fact-item{
    border-right: 0;
}
/**
 * 37. Latest News
 */
.latest-news .latest .heading {
    text-align: left;
}
.latest-news .latest .heading h3 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.latest-news .latest .heading h3 em {
    font-style: normal;
    color: #82af7c;
}
@media (max-width: 991px) {
    .latest-news .latest .latest-item {
        margin-bottom: 30px;
    }
}
.latest-news .latest .latest-item .thumb-holder {
    position: relative;
    z-index: 9;
}
.latest-news .latest .latest-item .thumb-holder img {
    width: 100%;
}
.latest-news .latest .latest-item .thumb-holder .date {
    position: absolute;
    z-index: 10;
    bottom: 15px;
    right: 10px;
}
.latest-news .latest .latest-item .thumb-holder .date span {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #121212;
    background-color: #ffffff;
    padding: 5px 8px;
}
.latest-news .latest .latest-item .down-content {
    background-color: #f4f4f4;
    padding: 20px;
}
.latest-news .latest .latest-item .down-content h4 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.latest-news .latest .latest-item .down-content p {
    margin-bottom: 0px;
}
.latest-news .latest .latest-item .button-content {
    background-color: #eeeeee;
    padding: 20px 20px 20px 20px;
}

@media (max-width: 991px) {
    .latest-news .events {
        margin-top: 30px;
    }
}
.latest-news .events .heading {
    text-align: left;
}
.latest-news .events .heading h3 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.latest-news .events .heading h3 em {
    font-style: normal;
    color: #82af7c;
}
.latest-news .events .event-items {
    height: 440px!important;
}
.latest-news .events .event-items .event-item {
    margin-right: 15px;
    margin-bottom: 25px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}
.latest-news .events .event-items .event-item .date {
    float: left;
}
.latest-news .events .event-items .event-item .date span {
    background-color: #82af7c;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #ffffff !important;
    line-height: 20px;
    text-transform: uppercase;
}
.latest-news .events .event-items .event-item .right-content h4 {
    margin-top: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 75px;
}
.latest-news .events .event-items .event-item .right-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.latest-news .events .event-items .event-item .right-content ul li {
    margin-right: 15px;
    display: inline;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #555555;
    letter-spacing: -0.5px;
}
.latest-news .events .event-items .event-item .right-content ul li i {
    font-size: 13px;
    color: #121212;
    margin-right: 7px;
}
.latest-news .events .event-items .event-item .right-content ul li:first-child {
    margin-left: 15px;
}
.latest-news .events .event-items .event-item .right-content ul li:last-child {
    margin-right: 0px;
}
.latest-news-2 .latest .heading h3 {
    margin-bottom: 40px;
}
/**
 * 38. Upcoming Events
 */
.upcoming-events .heading {
    text-align: center;
}
.upcoming-events .heading h3 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.upcoming-events .heading h3 em {
    font-style: normal;
    color: #82af7c;
}
.upcoming-events .left-video img {
    width: 100%;
}
@media (max-width: 991px) {
    .upcoming-events .events {
        margin-top: 30px;
    }
}
.upcoming-events .events .event-items {
    height: 400px;
}
.upcoming-events .events .event-items .event-item {
    margin-right: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}
.upcoming-events .events .event-items .event-item .date {
    float: left;
    width: 60px;
    background-color: #82af7c;
    padding: 0px;
    text-align: center;
}
.upcoming-events .events .event-items .event-item .date span {
    background-color: #82af7c;
    width: 39px;
    display: inline-block;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-transform: uppercase;
    word-break: break-word;
}
.upcoming-events .events .event-items .event-item .right-content h4 {
    margin-top: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 75px;
}
.upcoming-events .events .event-items .event-item .right-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.upcoming-events .events .event-items .event-item .right-content ul li {
    margin-right: 15px;
    display: inline;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #555555;
    letter-spacing: -0.5px;
}
.upcoming-events .events .event-items .event-item .right-content ul li i {
    font-size: 13px;
    color: #121212;
    margin-right: 7px;
}
.upcoming-events .events .event-items .event-item .right-content ul li:first-child {
    margin-left: 15px;
}
.upcoming-events .events .event-items .event-item .right-content ul li:last-child {
    margin-right: 0px;
}
/**
 * 39. Shop Page
 */
.woocommerce div.product form.cart .variations td.label {
    width: 20%;
    padding: 0;
}
.woocommerce form .form-row .input-checkbox {
    display: inline-block;
    margin: 0;
    line-height: 1;
}
.woocommerce form .form-row .woocommerce-form__label-for-checkbox span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    line-height: 1;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    line-height: 1;
}
.shop-page .shop-items .shop-item {
    margin-bottom: 30px;
}
.shop-page .shop-items .shop-item .thumb-holder {
    position: relative;
}
.shop-page .shop-items .shop-item .thumb-holder img {
    width: 100%;
}
.shop-page .shop-items .shop-item .thumb-holder .hover-content {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
}
.shop-page .shop-items .shop-item .thumb-holder .hover-content ul {
    padding: 0;
    margin-top: 50%;
    list-style: none;
}
.shop-page .shop-items .shop-item .thumb-holder .hover-content ul li {
    margin: 0px 1px;
    display: inline-block;
}
.shop-page .shop-items .shop-item .thumb-holder .hover-content ul li i {
    background-color: #ffffff;
    width: 36px;
    height: 36px;
    text-align: center;
    display: inline-block;
    line-height: 36px;
    color: #121212;
}
.shop-page .shop-items .shop-item .thumb-holder .hover-content ul li i:hover {
    color: #ffffff;
    background-color: #82af7c;
    transition: all 0.5s;
}
.shop-page .shop-items .shop-item .down-content {
    position: relative;
    background-color: #f4f4f4;
    padding: 20px;
}
.shop-page .shop-items .shop-item .down-content h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.shop-page .shop-items .shop-item .down-content > span {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #555555;
    text-transform: uppercase;
}
.shop-page .shop-items .shop-item .down-content .price {
    margin-top: -20px;
    height: 40px;
    display: inline-block;
    float: right;
    border-left: 1px solid #e1e1e1;
    padding-left: 20px;
}
.shop-page .shop-items .shop-item .down-content .price p {
    color: #82af7c;
    line-height: 36px;
    font-size: 16px;
    font-weight: 700;
}
.shop-page .shop-items .shop-item .thumb-holder:hover .hover-content {
    opacity: 1;
    visibility: visible;
    transition: all 0.7s;
}
/*woocommerce overide*/
.woocommerce .price del{
    font-size: 10px;
    line-height: normal;
    display: block;
}
.woocommerce .price del.startprice{
    opacity: 10;
    text-decoration: none;
}
.woocommerce .price ins{
    text-decoration: none;
}
.woocommerce span.onsale{
    width: 45px;
    height: 45px;
    line-height: 42px;
    margin: 0;
}
.woocommerce span.onsale, .woocommerce .onsale{
    top:10px;
    left: 10px;
    margin: 0;
}
.woocommerce .shop-page .product-outer:nth-child(3n+3){
    clear: right;
}
.shop-page .pages {
    float: left;
}
.grids-shop .pages {
    float: none;
}
.woocommerce nav.woocommerce-pagination{
    text-align: left;
}
.woocommerce nav.woocommerce-pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    margin-right: 5px;
    display: inline-block;
    border: 0;
    text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #eeeeee;
    color: #222222;
    padding: 0;
}
.woocommerce-pagination ul li a:hover {
    color: #ffffff;
    background-color: #82af7c;
    transition: all 0.5s;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
    color: #ffffff;
    background-color: #82af7c;
}

.related.products h2, .up-sells.upsells h2, .cross-sells h2{
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
}
.related.products h2 span, .up-sells.upsells h2 span, .cross-sells h2 span{
    font-style: normal;
    color: #82af7c;
}
.woocommerce #content div.product .woocommerce-tabs{
    max-width: 780px;
    margin: 60px auto 80px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    margin: 0;
    border: 0;
    border-right: 1px solid #dddddd;
    float: left;
    list-style: none;
    background: none;
    border-radius: 0;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before{
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
    border-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    font-family: 'Open Sans', sans-serif;
    padding: 12px 20px;
    display: inline-block;
    background: #e7e7e7;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all linear 0.15s;
    border-radius: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color: #272727;
    background-color: #f2f2f2;
}
.woocommerce div.product .woocommerce-tabs .panel{
    padding: 15px;
    background: #f2f2f2;
    margin: 0;
}
.woocommerce div.product div.images div.thumbnails{
    display: none;
}
#review_form #commentform{
    margin: 0;
}
.woocommerce div.product{
    max-width: 975px;
    margin: 0 auto;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width: 100%;
    float: none;
}
.detail-product .div-table-cell:last-child{
    position: relative;
    background-color: #f4f4f4;
    padding: 25px;
}
.detail-product .div-table-cell{
    width: 50%;
}
.woocommerce div.product div.images, .woocommerce div.product div.summary{
    margin-bottom: 0;
}
.woocommerce div.product .product_title{
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.product_meta span {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #555555;
    text-transform: uppercase;
}
.woocommerce div.product p.price{
    margin: 0;
    height: 40px;
    display: inline-block;
    float: right;
    border-left: 1px solid #e1e1e1;
    padding-left: 20px;
    line-height: 40px;
}
.title-sec{
    margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations label{
    font-size: 12px;
    color: #555555;
}
.woocommerce div.product form.cart .variations select{
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    outline: none;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{
    line-height: normal;
    vertical-align: middle;
}
.woocommerce div.product form.cart .variations td.label{
    display: table-cell;

}
.woocommerce .quantity .qty{
    height: 32px;
    outline: none;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover{
    padding: 10px 22px;
    background-color: #82af7c;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    border-radius: 0;
    outline: none;
}
.woocommerce-variation-price{
    margin-bottom: 30px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    background-color: #659a5e;
    transition: all 0.5s;
}
.page-items .cross-sells .thumb-holder{
    margin-bottom: 0;
}
.cart-collaterals{
    margin-bottom: 30px;
}
.post-edit-link{
    font-family: 'Open Sans', sans-serif;
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 600;
    margin: 30px 0;
    display: block;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    box-shadow: none;
    border: 1px solid #e1e1e1;
    outline: none;
    padding: 10px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
    padding: 13px 22px;
    background-color: #82af7c;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    border-radius: 0;
    outline: none;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
    padding: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    font-family: 'Open Sans', sans-serif;
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 600;
}
.woocommerce .woocommerce-ordering select{
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    color: #555555;
}
/**
 * 40. FONT-FACE
 */
@font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/**
 * 41. RESETS
 */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/**
 * 42. BASE STYLES
 */
.flexslider {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9999;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
/**
 * 43. DEFAULT THEME
 */
.flexslider {
    margin: 0 0 60px;
    background: #ffffff;
    border: 4px solid #ffffff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides img {
    height: auto;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    line-height: 40px;
    text-align: center;
    position: absolute;
    bottom: 40%;
    z-index: 999999;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    background-color: #82af7c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-family: "FontAwesome";
    font-size: 18px;
    display: inline-block;
    content: '\f104';
    color: #fff;
}
.flex-direction-nav a.flex-next:before {
    content: '\f105';
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: -50px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: -50px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
    display: none;
}
.flex-control-thumbs {
    display: none !important;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    float: none;
    text-align: center;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav a {
        bottom: 40%;
    }
    .flex-control-nav {
        display: none;
    }
    .flex-control-thumbs img {
        width: 100%;
        height: auto;
        display: block;
        opacity: .7;
        cursor: pointer;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .flex-control-thumbs li {
        width: 20%;
        float: left;
        margin: 0;
    }
}
.flex-control-thumbs img {
    max-width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    display: none;
    opacity: 1;
    cursor: default;
}
/**
 * 44. RESPONSIVE
 */
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    border: 1px solid #ededed;
    border-radius: 3px;
    padding: .2em;
    margin: .2em .2em 1.5em;
    max-width: 100%;
}

.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignleft {
    margin-right: .4em;
}

.wp-caption.alignright {
    margin-left: .4em;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 80%;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/**
 * Gallery
 */
.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/**
 * 12.1 Posts and pages
 */
.sticky {
    position: relative;
}
.hentry {
    padding-top: 0;
    position: relative;
}
.hentry.has-post-thumbnail {
    padding-top: 0;
}
.hentry.sticky:not(.has-post-thumbnail) {
    padding-top: 0;
}

/**
 * 9.0 - Clearings
 */
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both;
}
