/*
 * Scaffolding
 * --------------------------------------------------
 */




/* Selection */
::selection {
    background-color: #0000FF;
    color: #0000CC;
}

::-moz-selection {
    background-color: #0000FF;
    color: #0000FF;
}



#masthead .navbar {
    margin-bottom: 0;
    height:60px;
	
    *font-family: 'Montserrat', sans-serif;
    font-size: 12px;
	
}

#masthead .navbar-default {
    background-color:#3434b1;
    *border-color: #0000FF;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    border: 0;
}

#masthead .navbar-brand {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;    
    padding:10px 0px;
    height: auto;
    color: #000;
}



#masthead .navbar-brand img {
    width: 345px;
    height: auto;
}

#masthead .navbar-default .navbar-brand {
    color:white;
}

#masthead .navbar-brand span {
    color: #0000FF;
}

#masthead .navbar-nav > li > a {
    text-transform: uppercase;
    font-weight: 900;
}

#masthead .navbar-default .navbar-nav > li > a {
    color:#ffffff;
}

#masthead .navbar-default .navbar-nav > li > a:hover, #masthead .navbar-default .navbar-nav > li > a:focus {
    color:#ffffff;
}

#masthead .dropdown-menu {
    font-size: 11px;
    min-width: 175px;
}

#masthead .dropdown-menu > li > a {
    color: red;
    font-weight:bold;
    text-transform: uppercase;
}

#masthead .dropdown-menu > li > a:hover, #masthead .dropdown-menu > li > a:focus {
    color: #990000;
}




.btn {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: uppercase;
    font-weight: 800;
    *font-size: 12px;
    padding: 10px 15px;
    font-size: 12px;
}

.btn-lg {
    padding: 18px 27px;
    *font-size: 14px;
    font-size: 14px;
}

.btn-sm, .btn-xs {
    padding: 6px 9px;
    *font-size: 10px;
    font-size: 10px;
}

.btn-xs {
    padding: 1px 5px;
}

.squre {
    border-radius: 0;
}

.thin {
    border-width: 1px;
}

/* Flat Buttons
 * -------------------------- */

.adv-default, .adv-default:hover, .adv-default:active {
    border: 2px solid #bdc3c7;
}

.adv-default, .adv-default.btn-bordered:hover {
    background-color: #bdc3c7;
    color: #0000FF;
}

.adv-default:hover, .adv-default.btn-bordered {
    background-color: transparent;
    color: #bdc3c7;
}

.adv-primary, .adv-primary:hover, .adv-primary:active {
    border: 2px solid rgb(26, 188, 156);
}

.adv-primary, .adv-primary.btn-bordered:hover {
    background-color: rgb(26, 188, 156);
    color: #0000FF;
}

.adv-primary:hover, .adv-primary.btn-bordered {
    background-color: transparent;
    color: rgb(26, 188, 156);
}

.adv-success, .adv-success:hover, .adv-success:active {
    border: 2px solid rgb(46, 204, 113);
}

.adv-success, .adv-success.btn-bordered:hover {
    background-color: rgb(46, 204, 113);
    color: #0000FF;
}

.adv-success:hover, .adv-success.btn-bordered {
    background-color: transparent;
    color: rgb(46, 204, 113);
}

.adv-info, .adv-info:hover, .adv-info:active {
    border: 2px solid rgb(52, 152, 219);
}

.adv-info, .adv-info.btn-bordered:hover {
    background-color: rgb(52, 152, 219);
    color: #0000FF;
}

.adv-info:hover, .adv-info.btn-bordered {
    background-color: transparent;
    color: rgb(52, 152, 219);
}

.adv-warning, .adv-warning:hover, .adv-warning:active {
    border: 2px solid rgb(241, 196, 15);
}

.adv-warning, .adv-warning.btn-bordered:hover {
    background-color: rgb(241, 196, 15);
    color: #0000FF;
}

.adv-warning:hover, .adv-warning.btn-bordered {
    background-color: transparent;
    color: rgb(241, 196, 15);
}

.adv-danger, .adv-danger:hover, .adv-danger:active {
    border: 2px solid rgb(231, 76, 60);
}

.adv-danger, .adv-danger.btn-bordered:hover {
    background-color: rgb(231, 76, 60);
    color: #0000FF;
}

.adv-danger:hover, .adv-danger.btn-bordered {
    background-color: transparent;
    color: rgb(231, 76, 60);
}

.adv-inverse, .adv-inverse:hover, .adv-inverse:active {
    border: 2px solid #000;
}

.adv-inverse, .adv-inverse.btn-bordered:hover {
    background-color: #000;
    color: #0000FF;
}

.adv-inverse:hover, .adv-inverse.btn-bordered {
    background-color: transparent;
    color: #000;
}

.adv-color, .adv-color:hover, .adv-color:active {
    border: 2px solid #59AB02;
    color: #ffffff !important;
}

.adv-color {
    background-color: #59AB02;
    border-color: #59AB02;
}

.adv-color:hover {
    background-color: #000 !important;
    border-color: #000 !important;
}

.adv-color.btn-bordered {
    background-color: transparent;
    color: #59AB02;
}

.adv-color.btn-bordered:hover {
    background-color: #000;
    color: #fff;
}


/* Form Elements
 * -------------------------- */
.form-control {
    border-width: 2px;
    box-shadow: none;
    height: 43px;
}


/*
 * Search Box
 * --------------------------------------------------
 */

#header-search-box {
    display: none;
}

.search-box {
    padding: 15px 0;
	display:none;
}

.search-box .form-control {
    box-shadow: none;
    border-color: transparent;
    *font-size: 20px;
    color: #bdc3c7;
    font-weight: 800;
    height: 57px;
}

.search-box .form-control::-moz-placeholder {
    color: #ecf0f1;
    text-transform: lowercase;
}

.search-box .form-control:-ms-input-placeholder {
    color: #ecf0f1;
    text-transform: lowercase;
}

.search-box .form-control::-webkit-input-placeholder {
    color: #ecf0f1;
    text-transform: lowercase;
}

.search-box .close {
    line-height: 55px;
    font-size: 30px;
    font-weight: 300;
    height: 55px;
}

.search-box .btn {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-color: transparent;
    color: #ecf0f1;
    font-size: 20px;
    line-height: 17px;
}

.search-box .btn:hover, .search-box .btn:focus, .search-box .btn:active {
    background-color: transparent;
}


/* Search Toggle
 * -------------------------- */

.search-toggle {
    width: 30px;
    height: 30px;
    background-color: #59AB02;
    text-align: center;
    line-height: 30px;
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    cursor: pointer;
    color: #ffffff;
}

.search-toggle:hover {
    background-color: #000 !important;
}

/* iFrame
 * -------------------------- */

iframe {
    border: 0;
}

.google-map iframe {
    width: 100%;
}

/* Slider
 * -------------------------- */
.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-banner {
    width: 100%;
    position: relative;
}

.tp-caption.emphatic_large_bold {
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    font-family: "Raleway",sans-serif;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.emphatic_small_bold {
    position: absolute;
    color: #555;
    text-shadow: none;
    font-size: 15px;
    line-height: 22px;
    font-family: "Raleway",sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

/* Flush Style
 * -------------------------- */
.flush {
    margin-right: 0;
    margin-left: 0;
}

.flush .col-xs-1, .flush .col-xs-2, .flush .col-xs-3, .flush .col-xs-4, .flush .col-xs-5, .flush .col-xs-6, .flush .col-xs-7, .flush .col-xs-8, .flush .col-xs-9, .flush .col-xs-10, .flush .col-xs-11, .flush .col-xs-12, .flush .col-sm-1, .flush .col-sm-2, .flush .col-sm-3, .flush .col-sm-4, .flush .col-sm-5, .flush .col-sm-6, .flush .col-sm-7, .flush .col-sm-8, .flush .col-sm-9, .flush .col-sm-10, .flush .col-sm-11, .flush .col-sm-12, .flush .col-md-1, .flush .col-md-2, .flush .col-md-3, .flush .col-md-4, .flush .col-md-5, .flush .col-md-6, .flush .col-md-7, .flush .col-md-8, .flush .col-md-9, .flush .col-md-10, .flush .col-md-11, .flush .col-md-12, .flush .col-lg-1, .flush .col-lg-2, .flush .col-lg-3, .flush .col-lg-4, .flush .col-lg-5, .flush .col-lg-6, .flush .col-lg-7, .flush .col-lg-8, .flush .col-lg-9, .flush .col-lg-10, .flush .col-lg-11, .flush .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}


/* Social Links
 * -------------------------- */
.social-links {
    padding-left: 0;
    list-style: none;
    font-size: 15px;
    margin: 0;
}

.social-links > li {
    display: inline-block;
}

.social-links > li a {
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0,0,0,0.5);
}

.social-links.type2 > li a {
    background-color: #ffffff;
    color: #000;
}

.social-links > li a.facebook:hover {
    background-color: #2f5a9a;
    color: #fff !important;
    border-color: #2f5a9a;
}

.social-links > li a.twitter:hover {
    background-color: #3abdd1;
    color: #fff !important;
    border-color: #3abdd1;
}

.social-links > li a.google-plus:hover {
    background-color: #363636;
    color: #fff !important;
    border-color: #363636;
}

.social-links > li a.pinterest:hover {
    background-color: #d13a3a;
    color: #fff !important;
    border-color: #d13a3a;
}

.social-links > li a.rss:hover {
    background-color: #f15200;
    color: #fff !important;
    border-color: #f15200;
}

.social-links > li a.linkedin:hover {
    background-color: #4875B4;
    border-color: #4875B4;
    color: #fff !important;
}


/* Isotope Animating
 * -------------------------- */
.isotope, .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* Archive Header
 * -------------------------- */
.archive-header {
    padding: 50px 0;
    background-color: #ecf0f1;
    text-transform: uppercase;
    *font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.archive-header .archive-title {
    color: #2c3e50;
    margin: 0;
    padding: 0;
}

.archive-header .breadcrumb {
    background-color: transparent;
    padding-right: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
    float: right;
}

.archive-header .breadcrumb a {
    color: #34495e;
}

.archive-header .breadcrumb a:hover, .archive-header .breadcrumb a:focus {
    color: #59AB02;
}

.archive-header .breadcrumb > .active {
    color: #bdc3c7;
}

/* Panel
 * -------------------------- */
.panel-title {
    font-size: 13px;
    font-weight: 700;
    color: inherit !important;
    text-transform: uppercase;
}

.panel-title > a, .panel-title > a:hover, .panel-title > a:focus {
    color: inherit !important;
}

/* Collapse
 * -------------------------- */
.panel-group .panel {
    position: relative;
}

.panel-group .panel .panel-title .accordion-toggle:before, .panel-group .panel .panel-title .accordion-toggle.collapsed:before {
    *font-family: FontAwesome;
    content: "-";
    margin-right: 10px;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 30px;
    font-weight: 100;
    color: #7f8c8d;
}

.panel-group .panel.panel-primary .panel-title .accordion-toggle:before, .panel-group .panelpanel-primary .panel-title .accordion-toggle.collapsed:before {
    color: #ffffff;
}

.panel-group .panel .panel-title .accordion-toggle.collapsed:before {
    content: "+";
}

.panel-heading {
    padding-left: 35px;
}

.panel-default > .panel-heading {
    background-color: transparent;
}


/* Tabs
 * -------------------------- */
.nav-tabs {
    border-bottom: 0;
}

.nav-tabs > li {
    z-index: 2;
}

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

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #59AB02;
    border-color: #ecf0f1;
    border-bottom-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
    outline: 0;
}

.tab-content {
    border: 1px solid #ecf0f1;
    padding: 15px;
    position: relative;
    z-index: 1;
}

/* Progress
 * -------------------------- */
.progress {
    height: 37px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    font-weight: bold;
    line-height: 37px;
    text-align: left;
    padding-left: 20px;
}


/* Testimonials
 * -------------------------- */
.testimonial {
    margin-top: 0;
    border: 1px solid #ecf0f1;
    padding: 30px 25px;
    float: left;
}

.testimonial > .pull-left {
    margin-right: 15px;
}

.testimonial blockquote {
    font-size: 15px;
    border: 0;
    padding: 0;
    margin: 0;
}


/* Subpage Title
 * -------------------------- */
.subpage-title {
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
    *font-family: 'Montserrat', sans-serif;
}

.subpage-title.type2 {
    padding-bottom: 0;
}

.subpage-title.type3 {
    margin-bottom: -35px;
}

.subpage-title h5 {
    text-transform: uppercase;
    position: relative;
    margin: 0;
    font-weight: 800;
    color: #2c3e50;
    overflow: hidden;
    font-size: 16px;
    line-height: 25px;
    border-left: 10px solid #f0f3f4;
    padding-left: 15px;
}

#supplementary .subpage-title h5 {
    color: #ffffff;
    font-size: 14px;
    border-left: 0;
    padding-left: 0;
}

.sidebar .subpage-title h5 {
    font-size: 15px;
}

.subpage-title .controls {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #FFF;
    padding-left: 20px;
    float: right;
}


/*Controls
 * -------------------------- */
 
 #caroufredsel-portfolio .controls-left{
	position:absolute;
	margin-top:-14%; 
	left:23px;
 }
 
 #caroufredsel-portfolio .controls-right{
	position:absolute;
	margin-top:-14%; 
	right:23px;
 }
 
 
.controls .prev, .controls .next {
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #990000;
    background-color: #246031;
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.subpage-title .controls .prev, .subpage-title .controls .next {
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 23px;
    font-size: 15px;
}

.controls .prev.disabled, .controls .next.disabled, .controls .prev.disabled:hover, .controls .next.disabled:hover {
    color: #bdc3c7;
    background-color: #ffffff !important;
    border-color: #ecf0f1 !important;
    ;
    opacity: 1;
}

.controls .prev:hover, .controls .next:hover {
    background-color: #000;
    border-color: #000;
}

.controls .next {
    margin-left: 5px;
}

.subpage-title .controls .next {
    margin-left: 0;
}


/*
 * Count Box ( cbox ) & Navigation Box ( nbox )
 * --------------------------------------------------
 */

.cbox {
    padding: 23px 25px;
    background-color: #2c3e50;
    color: #ffffff;
}

.cbox .cbox-title {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 0;
    *font-family: 'Montserrat', sans-serif;
    font-weight: 900;
	font-size: 20px;
}

.cbox .cbox-counter {
    font-size: 65px;
    font-weight: 100;
    line-height: 65px;
}

.nbox {
    border: 1px solid #ecf0f1;
    padding: 8px 25px;
}

.nbox h1{
	font-size:18px;
	margin-bottom:10px;	
}

.nbox .lead{
	font-size:13px;
	color:#000;	
    letter-spacing: 1px;
    word-spacing: 2px;
    line-height: 22px;
}

/* Section
 * -------------------------- */
.section.type2 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.section.type3 {
    ;
    padding-top: 35px;
}

.section.type4 {
    padding-bottom: 35px;
}

.section.type5 {
    margin-top: -35px;
    padding-bottom: 35px;
}


/* Portfolio Item
 * -------------------------- */
.portfolio-item-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
}

.portfolio.type3 .portfolio-item-wrapper {
    padding-top: 0;
}

.portfolio-item {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item .portfolio-thumb {
    position: relative;
    overflow: hidden;
    max-height:230px;
}

.portfolio-item .portfolio-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item:hover .portfolio-thumb img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-thumb .image-overlay {
    background-color: #59AB02;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item:hover .portfolio-thumb .image-overlay {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.portfolio-item .portfolio-thumb .portfolio-zoom, .portfolio-item .portfolio-thumb .portfolio-link {
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #ffffff;
    display: none;
    line-height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    font-size: 18px;
    color: #fff;
    display: block;
    color: #59AB02;
}

.portfolio-item .portfolio-thumb .portfolio-zoom:hover, .portfolio-item .portfolio-thumb .portfolio-link:hover {
    background-color: #59AB02;
    color: #fff !important;
}

.portfolio-item .portfolio-thumb .portfolio-link {
    right: 0;
    margin-right: -50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item .portfolio-thumb .portfolio-zoom {
    left: 0;
    margin-left: -50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item:hover .portfolio-thumb .portfolio-zoom {
    display: block;
    left: 50%;
    margin-left: -55px;
}

.portfolio-item:hover .portfolio-thumb .portfolio-link {
    display: block;
    right: 50%;
    margin-right: -55px;
}

.portfolio-item .portfolio-details {
    border: 1px solid #ecf0f1;
    padding: 25px;
}

.portfolio-item .portfolio-details .portfolio-title a {
    color: #2c3e50;
}

.portfolio-meta {
    text-transform: uppercase;
    font-size: 11px;
    color: #bdc3c7;
}

.portfolio-meta a {
    color: #95a5a6;
}

.portfolio-meta a:hover, .portfolio-metaa:focus {
    color: #59AB02;
}

.portfolio-likes {
    float: right;
}


/* Footer
 * -------------------------- */
footer a {
    color: white;
}

#supplementary {
    background-color: #2c3e50;
    padding: 50px 0;
    position: relative;
}

#supplementary:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
    top: 0;
    left: 50%;
    content: "";
    margin-left: -10px;
}

.widget-about p{
	color:#D2D0D0;
}

#supplementary .widget {
    padding: 27px 0;
}

#site-info {
    *font-family: 'Montserrat', sans-serif;
    padding: 11px 0;
    background-color: #34495e;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
	color: #DAD8D8;
}

#site-info .list-inline {
    margin-bottom: 0;
    text-align: right;
}

@media (max-width: 767px) {
    #site-info .list-inline {
        text-align: center;
    }
}

#site-info .list-inline li {
    padding-right: 10px;
}

#site-info .list-inline li:first-child {
    padding-left: 0;
}

#site-info .list-inline li:last-child {
    padding-right: 0;
}

#site-info a:hover {
    color: #59AB02;
}

@media (max-width: 767px) {

    #site-info .footer-info-wrapper, #site-info .social-link-wrapper {
        text-align: center;
    }

    #site-info .social-link-wrapper .social-links {
        float: inherit;
    }
}




/* Recent Posts
 * -------------------------- */
.recent-posts {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 0;
}

.recent-posts > li {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.recent-posts > li:last-child {
    margin-bottom: 0;
}

.recent-posts img {
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.recent-posts img:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.recent-posts h5 {
    margin: 0;
    font-size: 13px;
}

.recent-posts h5 small {
    display: block;
    margin-top: 7px;
    text-transform: uppercase;
}

/* Categories
 * -------------------------- */
.widget-categories .list-group-item:first-child, .widget-categories .list-group-item:last-child {
    border-radius: 0;
}

.widget-categories a {
    font-weight: bold;
}


/* Flickr Photos
 * -------------------------- */
.widget-flickr {
    padding-bottom: 30px;
}

.flickr-photos-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
}

.flickr-photos-list > li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.flickr-photos-list > li img {
    width: 64px;
    height: 64px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.flickr-photos-list > li img:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

/* Footer Brand
 * -------------------------- */
.brand {
    font-size: 30px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    margin-bottom: 21px;
}

.brand span {
    color: #59AB02;
}

/* ToTop
 * -------------------------- */
#toTop {
    background-color: #990000;
    background-image: none;
    bottom: 20px;
    right: 20px;
    text-indent: inherit;
    width: 45px;
    height: 45px;
}

#toTopHover {
    background: none;
    background-color:#990000;
    width: 45px;
    height: 45px;
}

#toTop:before {
    font-family: 'FontAwesome';
    content: "\f106";
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

/* Tag Cloud
 * -------------------------- */
.widget-tagcloud {
    padding-bottom: 27px;
}

.tag-links {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.tag-links > li {
    display: inline-block;
}

.tag-links a {
    background-color: #59AB02;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2727272727;
    margin: 0 4px 8px 8px;
    padding: 4px 7px;
    position: relative;
    text-transform: uppercase;
}

.tag-links a:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.tag-links a:before {
    border-top: 10px solid transparent;
    border-right: 8px solid #59AB02;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tag-links a:hover:before {
    border-right-color: #000 !important;
}

.tag-links a:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    left: -2px;
    width: 4px;
}



 /* -------------------------- */

