/*!
 * Easy Social plugin css ver 2.0.1
 */
.mysocial {
    display: inline;
    padding-right: 5%;
}
.mysocialwid {
    display: block;
}
@charset "utf-8";

/* reset */
.photoMosaic,
.photoMosaic img, .photoMosaic div, .photoMosaic span,
.photoMosaic a:link, .photoMosaic a:visited, .photoMosaic a:active, .photoMosaic a:hover {
    background:none; border:0; box-shadow:none; color:#000000; float:none; font-style:normal;
    font-variant:normal; font-weight:normal; height:auto; letter-spacing:normal; line-height:120%;
    list-style:none; margin:0; max-height:none !important; max-width:none !important;
    min-height:0 !important; min-width:0 !important; outline:none; overflow:visible; padding:0;
    position:static; text-align:left; text-decoration:none; text-indent:0; text-transform:none;
    vertical-align:baseline; visibility:visible; white-space:normal; width:auto; word-spacing:normal;
}

/* selective reset */
.photoMosaic img, .photoMosaic a:link, .photoMosaic a:visited, .photoMosaic a:active, .photoMosaic a:hover {
    margin:0 !important; padding:0 !important;
}

/* base */
.photoMosaic { position:relative; margin-bottom:2em; }
    .photoMosaic .photomosaic-item { display:block !important; position:absolute !important; top:0 !important; left:0 !important; }
    .photoMosaic .photomosaic-spinner-wrap,
    .photoMosaic .photomosaic-animation-wrap { position:absolute; top:0; right:0; bottom:0; left:0; overflow:hidden; }
    .photoMosaic .photomosaic-spinner { position:relative; display:block; }
    .photoMosaic img { display:block; position:relative; top:0px; opacity:1; border:0 !important; }
        .photoMosaic a:hover img { opacity:0.8; }

        .photoMosaic img.thumbnail,
        .photoMosaic img.medium,
        .photoMosaic img.large { position:absolute; opacity:0;}

/* loading */
.photoMosaic .photoMosaicLoading { background:transparent url(/wp-content/plugins/photomosaic-for-wordpress/public/css/../images/spinner-arrows.gif) 0px 0px no-repeat; padding:0 0 0 20px; line-height:20px; }

.photoMosaic.photomosaic-loading .photomosaic-spinner { background:#efefef url(/wp-content/plugins/photomosaic-for-wordpress/public/css/../images/spinner-snake.gif) 50% 50% no-repeat; opacity:1; }
.photoMosaic.photomosaic-loading .photomosaic-item.photomosaic-loaded .photomosaic-spinner { opacity:0; }

.PM_preloadify { visibility:hidden; position:absolute; bottom:5px; right:10px; }


/* overflow:hidden; on a container kills 3d */
/* base */
.PM_csstransforms.PM_csstransitions .photoMosaic .photomosaic-item {
    /*perspective: 1000px;*/
}

.PM_csstransforms.PM_csstransitions .photoMosaic .photomosaic-item,
.PM_csstransforms.PM_csstransitions .photoMosaic .photomosaic-animation-wrap,
.PM_csstransforms.PM_csstransitions .photoMosaic img {
    -webkit-transform-origin: center center;
       -moz-transform-origin: center center;
        -ms-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;

    -webkit-transition: all 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s;
       -moz-transition: all 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s;
        -ms-transition: all 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s;
         -o-transition: all 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s;
            transition: all 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s;
    /*
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
         -o-transform-style: preserve-3d;
            transform-style: preserve-3d;

    -webkit-backface-visibility: visible;
       -moz-backface-visibility: visible;
        -ms-backface-visibility: visible;
         -o-backface-visibility: visible;
            backface-visibility: visible;
    */
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

.PM_csstransforms.PM_csstransitions .photoMosaic .photomosaic-spinner {
    -webkit-transition: opacity 0s linear 1s;
       -moz-transition: opacity 0s linear 1s;
        -ms-transition: opacity 0s linear 1s;
         -o-transition: opacity 0s linear 1s;
            transition: opacity 0s linear 1s;
}

.PM_csstransforms.PM_csstransitions .photoMosaic img {
    -webkit-transform-origin: top left;
       -moz-transform-origin: top left;
        -ms-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
}

/* The .photomosaic-loaded is added after all of the images have loaded */
.PM_csstransforms.PM_csstransitions .photoMosaic.resize-transition-none .photomosaic-item,
.PM_csstransforms.PM_csstransitions .photoMosaic.resize-transition-none .photomosaic-animation-wrap,
.PM_csstransforms.PM_csstransitions .photoMosaic.resize-transition-none .photomosaic-loaded img,
.PM_csstransforms.PM_csstransitions .photoMosaic.loading-transition-none img {
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}

.PM_csstransforms.PM_csstransitions .photoMosaic.loading-transition-none .photomosaic-loading .photomosaic-animation-wrap { }

.PM_csstransforms.PM_csstransitions .photoMosaic.loading-transition-custom .photomosaic-loading .photomosaic-animation-wrap {
    /* good for example
        opacity:0;
        -webkit-transform: rotate( -5deg ) scale( 0.95 );
           -moz-transform: rotate( -5deg ) scale( 0.95 );
            -ms-transform: rotate( -5deg ) scale( 0.95 );
             -o-transform: rotate( -5deg ) scale( 0.95 );
                transform: rotate( -5deg ) scale( 0.95 );
    */
}

.PM_csstransforms.PM_csstransitions .photoMosaic.loading-transition-fade .photomosaic-loading .photomosaic-animation-wrap {
    opacity: 0;
}

.PM_csstransforms.PM_csstransitions .photoMosaic.loading-transition-scale-up .photomosaic-loading .photomosaic-animation-wrap {
    opacity: 0;
    -webkit-transform: scale( 0.95 );
       -moz-transform: scale( 0.95 );
        -ms-transform: scale( 0.95 );
         -o-transform: scale( 0.95 );
            transform: scale( 0.95 );
}

.PM_csstransforms.PM_csstransitions .photoMosaic.loading-transition-scale-down .photomosaic-loading .photomosaic-animation-wrap {
    opacity: 0;
    -webkit-transform: scale( 1.15 );
       -moz-transform: scale( 1.15 );
        -ms-transform: scale( 1.15 );
         -o-transform: scale( 1.15 );
            transform: scale( 1.15 );
}

.PM_csstransforms.PM_csstransitions .photoMosaic.loading-transition-slide-up .photomosaic-loading .photomosaic-animation-wrap {
    opacity: 0;
    -webkit-transform: translateY( 5% );
       -moz-transform: translateY( 5% );
        -ms-transform: translateY( 5% );
         -o-transform: translateY( 5% );
            transform: translateY( 5% );
}

.PM_csstransforms.PM_csstransitions .photoMosaic.loading-transition-slide-down .photomosaic-loading .photomosaic-animation-wrap {
    opacity: 0;
    -webkit-transform: translateY( -5% );
       -moz-transform: translateY( -5% );
        -ms-transform: translateY( -5% );
         -o-transform: translateY( -5% );
            transform: translateY( -5% );
}

.PM_csstransforms.PM_csstransitions .photoMosaic.loading-transition-slide-left .photomosaic-loading .photomosaic-animation-wrap {
    opacity: 0;
    -webkit-transform: translateX( 5% );
       -moz-transform: translateX( 5% );
        -ms-transform: translateX( 5% );
         -o-transform: translateX( 5% );
            transform: translateX( 5% );
}

.PM_csstransforms.PM_csstransitions .photoMosaic.loading-transition-slide-right .photomosaic-loading .photomosaic-animation-wrap {
    opacity: 0;
    -webkit-transform: translateX( -5% );
       -moz-transform: translateX( -5% );
        -ms-transform: translateX( -5% );
         -o-transform: translateX( -5% );
            transform: translateX( -5% );
}
/* your custom css here */
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	/* ----------------------------------
		Default Theme
	----------------------------------- */

	div.pp_default .pp_top,
	div.pp_default .pp_top .pp_middle,
	div.pp_default .pp_top .pp_left,
	div.pp_default .pp_top .pp_right,
	div.pp_default .pp_bottom,
	div.pp_default .pp_bottom .pp_left,
	div.pp_default .pp_bottom .pp_middle,
	div.pp_default .pp_bottom .pp_right { height: 13px; }
	
	div.pp_default .pp_top .pp_left { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */
	div.pp_default .pp_top .pp_middle { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/default/sprite_x.png) top left repeat-x; } /* Top pattern/color */
	div.pp_default .pp_top .pp_right { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */
	
	div.pp_default .pp_content .ppt { color: #f8f8f8; }
	div.pp_default .pp_content_container .pp_left { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
	div.pp_default .pp_content_container .pp_right { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }
	div.pp_default .pp_content { background-color: #fff; } /* Content background */
	div.pp_default .pp_next:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.pp_default .pp_previous:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pp_default .pp_expand { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
	div.pp_default .pp_expand:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
	div.pp_default .pp_contract { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
	div.pp_default .pp_contract:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_default .pp_close { width: 30px; height: 30px; background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */
	div.pp_default #pp_full_res .pp_inline { color: #000; } 
	div.pp_default .pp_gallery ul li a { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
	div.pp_default .pp_gallery ul li a:hover,
	div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
	div.pp_default .pp_social { margin-top: 7px; }

	div.pp_default .pp_gallery a.pp_arrow_previous,
	div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
	div.pp_default .pp_nav .pp_play,
	div.pp_default .pp_nav .pp_pause { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
	div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
	div.pp_default .pp_details { position: relative; }
	div.pp_default a.pp_arrow_previous,
	div.pp_default a.pp_arrow_next { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
	div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
	div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
	div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }
	div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 8px 0 8px; }
	
	div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

	div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }

	div.pp_default .pp_bottom .pp_left { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
	div.pp_default .pp_bottom .pp_middle { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/default/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */
	div.pp_default .pp_bottom .pp_right { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */

	div.pp_default .pp_loaderIcon { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/default/loader.gif) center center no-repeat; } /* Loader icon */

	
	/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */


	div.light_rounded .pp_top .pp_left { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded .pp_details { position: relative; }
	div.light_rounded .pp_description { margin-right: 85px; }
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 
	div.light_rounded .pp_gallery a.pp_arrow_previous,
	div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_rounded .pp_nav .pp_play { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_rounded .pp_nav .pp_pause { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light_rounded .pp_arrow_previous { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content_container .pp_left { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .pp_details { position: relative; }
	div.dark_rounded .pp_description { margin-right: 85px; }
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
	div.dark_rounded .pp_gallery a.pp_arrow_previous,
	div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_rounded .pp_nav .pp_play { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_rounded .pp_nav .pp_pause { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.dark_rounded .pp_arrow_previous { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: #000; }
	
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_square/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_expand { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square .pp_details { position: relative; }
	div.dark_square .pp_description { margin: 0 85px 0 0; }
	div.dark_square #pp_full_res .pp_inline { color: #fff; }
	div.dark_square .pp_gallery a.pp_arrow_previous,
	div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_square .pp_nav { clear: none; }
	div.dark_square .pp_nav .pp_play { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_square .pp_nav .pp_pause { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.dark_square .pp_arrow_previous { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.dark_square .pp_next:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square .pp_details { position: relative; }
	div.light_square .pp_description { margin-right: 85px; }
	div.light_square #pp_full_res .pp_inline { color: #000; }
	div.light_square .pp_gallery a.pp_arrow_previous,
	div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_square .pp_nav .pp_play { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_square .pp_nav .pp_pause { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.light_square .pp_arrow_previous { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_next:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.light_square .pp_loaderIcon { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook .pp_details { position: relative; }
	div.facebook .pp_description { margin: 0 37px 0 0; }
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_arrow_previous { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_arrow_next { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	div.facebook .pp_nav .pp_play { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
	div.facebook .pp_nav .pp_pause { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
	
	div.facebook .pp_next:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		/*position: absolute;*/
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #000;
		display: none;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}

		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; min-width: 40px; }
		* html .pp_content { width: 40px; }
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				float: left;
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0;
				}
				
				.pp_social { float: left; margin: 0; }
				.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
				.pp_social .twitter { float: left; }
				
				.pp_nav {
					clear: right;
					float: left;
					margin: 3px 10px 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
						white-space: nowrap;
					}
					
					.pp_nav .pp_play,
					.pp_nav .pp_pause {
						float: left;
						margin-right: 4px;
						text-indent: -10000px;
					}
				
					a.pp_arrow_previous,
					a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		.pp_gallery {
			display: none;
			left: 50%;
			margin-top: -50px;
			position: absolute;
			z-index: 10000;
		}
		
			.pp_gallery div {
				float: left;
				overflow: hidden;
				position: relative;
			}
			
			.pp_gallery ul {
				float: left;
				height: 35px;
				margin: 0 0 0 5px;
				padding: 0;
				position: relative;
				white-space: nowrap;
			}
			
			.pp_gallery ul a {
				border: 1px #000 solid;
				border: 1px rgba(0,0,0,0.5) solid;
				display: block;
				float: left;
				height: 33px;
				overflow: hidden;
			}
			
			.pp_gallery ul a:hover,
			.pp_gallery li.selected a { border-color: #fff; }
			
			.pp_gallery ul a img { border: 0; }
			
			.pp_gallery li {
				display: block;
				float: left;
				margin: 0 5px 0 0;
				padding: 0;
			}
			
			.pp_gallery li.default a {
				background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
				display: block;
				height: 33px;
				width: 50px;
			}
			
			.pp_gallery li.default a img { display: none; }
			
			.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {
				margin-top: 7px !important;
			}
		
		a.pp_next {
			background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url(/wp-content/plugins/photomosaic-for-wordpress/public/vendor/prettyphoto/../prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			position: absolute; right: 0; top: 0; 
			display: block;
			line-height:22px;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			/*font-size: 17px;*/
			font-size: 0px;
			/*margin: 0 0 5px 15px;*/
			margin: 0;
			z-index: 9999;
		}
html.has-cookie-bar.cookie-bar-top-bar {
	margin-top: 30px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}
#catapult-cookie-bar {
	box-sizing: border-box;
	max-height: 0;
	opacity: 0;
	direction: ltr;
	padding: 0 20px;
	z-index: 99999;
	overflow: hidden;
	text-align:left;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}
.ctcc-exclude-AF.geoip-continent-AF #catapult-cookie-bar,
.ctcc-exclude-AN.geoip-continent-AN #catapult-cookie-bar,
.ctcc-exclude-AS.geoip-continent-AS #catapult-cookie-bar,
.ctcc-exclude-EU.geoip-continent-EU #catapult-cookie-bar,
.ctcc-exclude-NA.geoip-continent-NA #catapult-cookie-bar,
.ctcc-exclude-OC.geoip-continent-OC #catapult-cookie-bar,
.ctcc-exclude-SA.geoip-continent-SA #catapult-cookie-bar {
	display: none;
}
.ctcc-exclude-AF.geoip-continent-AF,
.ctcc-exclude-AN.geoip-continent-AN,
.ctcc-exclude-AS.geoip-continent-AS,
.ctcc-exclude-EU.geoip-continent-EU,
.ctcc-exclude-NA.geoip-continent-NA,
.ctcc-exclude-OC.geoip-continent-OC,
.ctcc-exclude-SA.geoip-continent-SA {
	margin-top: 0 !important;
}
#catapult-cookie-bar.rounded-corners {
	border-radius: 3px;
}
#catapult-cookie-bar.drop-shadow {
	-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
}
.cookie-bar-block #catapult-cookie-bar {
	max-height: 999px;
	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
.has-cookie-bar #catapult-cookie-bar {
	opacity: 1;
	max-height: 999px;
	min-height: 30px;
	padding: 15px 20px 15px;
}
.cookie-bar-block #catapult-cookie-bar span {
	display: block;
	margin: 1em 0;
}
.cookie-bar-bar #catapult-cookie-bar.float-accept span.ctcc-right-side {
	float: right;
}
button#catapultCookie {
	cursor: pointer;
	margin:0 20px 0 0;
}
.cookie-bar-bar button#catapultCookie {
	margin:0 0 0 20px;
}
.cookie-bar-bar .ctcc-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
}
.cookie-bar-bar .float-accept .ctcc-inner {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media screen and (max-width: 991px) {
	.ctcc-left-side {
		margin-right: 1em;
	}
}
.ctcc-right-side {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.cookie-bar-block #catapult-cookie-bar h3 {
	margin: 0.5em 0 0;
}
.use_x_close .x_close {
    position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-family: sans-serif;
	-webkit-transition-duration:0.5s;
	transition-duration:0.5s;
}
.cookie-bar-bar .use_x_close .x_close {
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.x_close {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0px,0px,0px);
    width: 14px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.x_close span {
	display: block;
	position: absolute;
	height: 3px;
	width: 14px;
	background: #111;
	border-radius: 6px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	transition-delay: .14s;
	-webkit-transition-delay: .14s;
	-moz-transition-delay: .14s;
}
.x_close span:nth-child(1),
.x_close span:nth-child(2) {
	top: 14px;
}
.x_close span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.x_close span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.x_close:hover span:nth-child(1) {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.x_close:hover span:nth-child(2) {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/wp-content/themes/envirotwentysixteen/css/../fonts/fontawesome-webfont.eot?v=4.3.0);src:url(/wp-content/themes/envirotwentysixteen/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(/wp-content/themes/envirotwentysixteen/css/../fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(/wp-content/themes/envirotwentysixteen/css/../fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(/wp-content/themes/envirotwentysixteen/css/../fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(/wp-content/themes/envirotwentysixteen/css/../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
/*--------------------------------------------------------------
 Theme Name: Total
 Version: 2.1.2
 Description: Premium WordPress theme by WPExplorer
 Author: WPExplorer
 Theme URI: http://www.wpexplorer.com
 Author URI: http://www.wpexplorer.com
 Tags: fluid-layout, custom-menu, featured-images, translation-ready
 License: Custom
 License URI: http://themeforest.net/licenses

/*--------------------------------------------------------------
- Browser Reset
--------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}body{background:#fff;line-height:1;}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0;}caption,th,td{font-weight:normal;text-align:left;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}blockquote,q{quotes:none}a:focus{outline:none}a:hover,a:active{outline:0}a img{border:0}img{max-width:100%;height:auto;}select{max-width:100%}

/*--------------------------------------------------------------
- Other Resets
--------------------------------------------------------------*/
.screen-reader-text { display: none;}

/*--------------------------------------------------------------
- Grid
--------------------------------------------------------------*/

.unity-head1 {float: left; margin: 0; font: inherit;}


/* Grid > Clear Floats */
.col:after, .clr:after, .group:after, dl:after, .vc-empty-shortcode-element:after, ul.page-numbers:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
.compose-mode .vc_element.vc_empty .vc_empty-element:after { visibility: visible !important }
.clear { clear: both }

/* Grid > Main Classes */
.wpex-row { margin: 0 -10px }
.wpex-row .col { float: left; margin: 0 0 20px; padding: 0 10px; }
.wpex-row .span_1_of_1.col { float: none }
.wpex-row .span_1_of_2 { width: 50% }
.wpex-row .span_1_of_3 { width: 33.33333333% }
.wpex-row .span_1_of_4 { width: 25% }
.wpex-row .span_1_of_5 { width: 20% }
.wpex-row .span_1_of_6 { width: 16.66666667% }
.wpex-row .span_1_of_7 { width: 14.28% }

/* Grid > Gaps */
.wpex-row.gap-none { margin-left: 0; margin-right: 0; }
.wpex-row.gap-none .col,
.wpex-row.gap-none .nr-col { padding-left: 0; padding-right: 0; margin-bottom: 0; }
.wpex-row.gap-5 { margin-left: -2.5px; margin-right: -2.5px; }
.wpex-row.gap-5 .col,
.wpex-row.gap-5 .nr-col { padding-left: 2.5px; padding-right: 2.5px; margin-bottom: 5px; }
.wpex-row.gap-10 { margin-left: -5px; margin-right: -5px; }
.wpex-row.gap-10 .col,
.wpex-row.gap-10 .nr-col { padding-left: 5px; padding-right: 5px; margin-bottom: 10px; }
.wpex-row.gap-15 { margin-left: -7.5px; margin-right: -7.5px; }
.wpex-row.gap-15 .col,
.wpex-row.gap-15 .nr-col { padding-left: 7.5px; padding-right: 7.5px; margin-bottom: 15px; }
.wpex-row.gap-20 { margin-left: -10px; margin-right: -10px; }
.wpex-row.gap-20 .col,
.wpex-row.gap-20 .nr-col { padding-left: 10px; padding-right: 10px; margin-bottom: 20px; }
.wpex-row.gap-25 { margin-left: -12.5px; margin-right: -12.5px; }
.wpex-row.gap-25 .col,
.wpex-row.gap-25 .nr-col { padding-left: 12.5px; padding-right: 12.5px; margin-bottom: 25px; }
.wpex-row.gap-30 { margin-left: -15px; margin-right: -15px; }
.wpex-row.gap-30 .col,
.wpex-row.gap-30 .nr-col { padding-left: 15px; padding-right: 15px; margin-bottom: 30px; }
.wpex-row.gap-35 { margin-left: -17.5px; margin-right: -17.5px; }
.wpex-row.gap-35 .col,
.wpex-row.gap-35 .nr-col { padding-left: 17.5px; padding-right: 17.5px; margin-bottom: 35px; }
.wpex-row.gap-40 { margin-left: -20px; margin-right: -20px; }
.wpex-row.gap-40 .col,
.wpex-row.gap-40 .nr-col { padding-left: 20px; padding-right: 20px; margin-bottom: 40px; }
.wpex-row.gap-50 { margin-left: -25px; margin-right: -25px; }
.wpex-row.gap-50 .col,
.wpex-row.gap-50 .nr-col { padding-left: 25px; padding-right: 25px; margin-bottom: 50px; }
.wpex-row.gap-60 { margin-left: -30px; margin-right: -30px; }
.wpex-row.gap-60 .col,
.wpex-row.gap-60 .nr-col { padding-left: 30px; padding-right: 30px; margin-bottom: 60px; }

/* Grid > Non Responsive */
.nr-col { float: left; margin: 0 0 20px; padding: 0 10px; }
.span_1_of_2.nr-col { width: 50% }
.span_1_of_3.nr-col { width: 33.33333333% }
.span_1_of_4.nr-col { width: 25% }
.span_1_of_5.nr-col { width: 20% }
.span_1_of_6.nr-col { width: 16.66666667% }

/* Grid > No Margins 1 */
.one-half, .one-third, .one-fourth, .one-fifth { display: block; float: left; }
.one-half { width: 50% }
.one-third { width: 33.33333333% }
.one-fourth { width: 25% }
.one-fifth { width: 20% }
.one-sixth { width: 16.6666% }

/* Grid > No Margins 2 */
.wpex-row.vcex-no-margin-grid { margin-left: 0; margin-right: 0px; }
.wpex-row.vcex-no-margin-grid .col { margin: 0 !important; padding: 0 !important; }
.wpex-row.vcex-no-margin-grid .span_1_of_3 { width: 33.3% }
.wpex-row.vcex-no-margin-grid .span_1_of_6 { width: 16.66% }

/* Grid > Clear Floats */
.clr-margin, .count-1, .col-1, .col.first { clear: both; margin-left: 0; }
.isotope-entry { clear: none }


/*--------------------------------------------------------------
- Main Layout & Widths
--------------------------------------------------------------*/
.container,
.vc_row-fluid.container { width: 980px }
.container { margin: 0 auto }
.center-row-inner { margin: 0 -15px }
.content-area { width: 680px; float: left; position: relative; }
.content-full-width .content-area,
.content-area.full-width { width: 100%; max-width: none !important; }
#sidebar { width: 250px; float: right; }
#outer-wrap { overflow: hidden }

/* Layout & Widths > Full-Width & Full-Screen */
body.content-full-screen #content-wrap,
.content-full-screen { width: 100% !important; max-width: none !important; }
body.content-full-width #content-wrap .content-area,
.content-full-width .content-area,
body.content-full-screen #content-wrap { width: 100% !important; max-width: none !important; }
body.content-full-screen #content-wrap .content-area,
.content-full-screen .content-area { float: none; padding: 0; width: 100% !important; max-width: none !important; }

/* Layout & Widths > Left Sidebar */
body.content-left-sidebar #content-wrap .content-area,
.content-left-sidebar .content-area { float: right }
body.content-left-sidebar #content-wrap #sidebar,
.content-left-sidebar #sidebar { float: left }

/* Layout & Widths > Fix Bugs With Containers */
.content-right-sidebar .vc_row-fluid.container,
.content-left-sidebar .vc_row-fluid.container,
.content-right-sidebar .vcex-testimonials-fullslider-entry,
.content-left-sidebar .vcex-testimonials-fullslider-entry { width: 100% !important }

/* Layout & Widths > Adds Bottom Margin To Non-VC Pages */
#primary, body.has-composer.page-template-blog #primary { padding-bottom: 40px }
body.has-composer #primary,
body.compose-mode #primary,
body.single-product #primary,
body.single-post #primary { padding-bottom: 0 }

/*--------------------------------------------------------------
- Boxed Layout
--------------------------------------------------------------*/

/* Boxed Layou > Main */
.boxed-main-layout #outer-wrap { padding: 40px 30px }
.boxed-main-layout { background-color: #ddd }
.boxed-main-layout #wrap { width: 1030px; margin: 0 auto; background: #fff; }
.boxed-main-layout.wpex-responsive #wrap { max-width: 100%; }
.boxed-main-layout.wrap-boxshadow #wrap { box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25) }
.boxed-main-layout #wrap .container { width: auto !important; max-width: none !important; padding-left: 30px; padding-right: 30px; }
.boxed-main-layout.content-full-screen #content-wrap { padding-left: 0 !important; padding-right: 0 !important; }
.boxed-main-layout .social-share-buttons.position-vertical { left: -85px }
.boxed-main-layout .left-sidebar .social-share-buttons.position-vertical { left: auto; right: -85px; }

/* Boxed Layou > Move absolute items */
.boxed-main-layout .navbar-style-one,
.boxed-main-layout #footer-bottom-menu,
.boxed-main-layout .site-breadcrumbs { right: 30px }

/*--------------------------------------------------------------
- Body, Main & Commons
--------------------------------------------------------------*/

/*body*/
body { font-family: 'Open Sans', sans-serif;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-size: 15px; }
img { max-width: 100%; height: auto; }
.stretch-image img,
img.stretch-image { display: block; width: 100%; }
sup,
sub { vertical-align: baseline; position: relative; top: -0.4em; }
sub { top: 0.4em }
.entry iframe,
.entry embed { max-width: 100% }

/*404 error page*/
.error404-content { text-align: center; margin: 50px 0; font-size: 1.077em; }
.error404-content h1 { font-size: 3.231em; margin: 0 0 10px; }

/*responsive videos*/
.responsive-video-wrap,
.responsive-audio-wrap { position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; }
.responsive-video-wrap iframe,
.responsive-audio-wrap iframe,
.responsive-video-wrap object,
.responsive-audio-wrap oject,
.responsive-video-wrap embed,
.responsive-audio-wrap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.entry .entry-video { margin-bottom: 20px }
.wpb_video_widget .responsive-video-wrap { padding-top: 0; padding-bottom: 0; }

/*lean modal windows*/
#lean_overlay { position: fixed; z-index: 10002; top: 0px; left: 0px; height: 100%; width: 100%; background: #000; display: none; }

/*custom selects*/
.hasCustomSelect { z-index: 2; width: 100%; }
.theme-select { position: relative; z-index: 1; background: #fff; border: 1px solid #ddd; color: #555; height: 34px; line-height: 34px; padding: 0 45px 0 10px; width: 100%; }
.theme-select:after { font-family: "FontAwesome"; content:"\f0dc"; display: block; height: 32px; width: 32px; background: #f7f7f7; color: #999; text-align: center; position: absolute; right: 0; top: 0; border-left: 1px solid #ddd; font-size: 11px; }
.theme-select.customSelectHover { border-color: #c7c7c7; background-color: #f5f5f5; }
.theme-select.customSelectFocus,
.theme-select.customSelectOpen { border-color: inherit; }
.theme-select.customSelectChanged { -webkit-animation: changed 0.5s; -moz-animation: changed 0.5s; -ms-animation: changed 0.5s; animation: changed 0.5s; }

/*create text columns*/
.columnize-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 3em; -moz-column-gap: 3em; column-gap: 3em; -webkit-column-rule: 1px solid #e5e5e5; -moz-column-rule: 1px solid #e5e5e5; column-rule: 1px solid #e5e5e5; margin: 0 0 1.313em; }

/*page featured image*/
#page-featured-img { margin-bottom: 40px }
#page-featured-img img { display: block; max-width: 100%; margin: 0 auto; }

/*language switchers*/
.polylang-switcher-shortcode li { float: left; margin-right: 5px; }
.polylang-switcher-shortcode.flags-and-names li { margin-right: 15px }
.polylang-switcher-shortcode li:last-child { margin-right: 0 }

/*fix theme check nags*/
.bypostauthor,
.sticky { }

/*sidr*/
.sidr { display: none }

/*post edit link*/
.post-edit { padding: 40px 0 60px; }
body.content-full-screen .post-edit { text-align: center; }
.post-edit a { display: inline-block; padding: 0.9em 1.2em; line-height: 1; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; background: #114C7F; color: #fff; border-radius: 3px; margin-right: 3px; }
.post-edit a:hover { text-decoration: none; background: #0d3d63; color: #fff; }

/*--------------------------------------------------------------
- Helper Classes
--------------------------------------------------------------*/

/* Helpers > Visibility */
.hidden, .wpex-hidden { display: none }
.hide-via-opacity { opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; }

/* Helpers > Background Styles */
.bg-cover { background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.bg-repeat { background-repeat: repeat; }
.bg-repeat-x { background-repeat: repeat-x; }
.bg-repeat-y { background-repeat: repeat-y; }
.bg-fixed-top, .bg-fixed-bottom, .bg-fixed { background-repeat: no-repeat; background-attachment: fixed; background-position: center center; }
.bg-fixed-top { background-position: center top; }
.bg-fixed-bottom { background-position: center bottom; }

/* Helpers > Theme Heading */
.theme-heading { height: auto; margin: 20px auto; top: auto !important; font-size: 1.154em; font-weight: bold; font-weight: 600; color: #000; margin: 0 0 20px; overflow: hidden; position: relative; }
.theme-heading span.text { display: inline-block; max-width: 90%; position: relative; }
.theme-heading span.text:after { content: ""; display: block; position: absolute; top: 50%; border-bottom: solid 1px #eee; left: 100%; width: 9999px; margin-top: -1px; margin-left: 15px; }

/*highlight Colors*/
.text-highlight { color: #0081cc }

/* Helpers > Colors */
.color-black, .color-black a, .color-black a:hover { color: #000 !important; }
.color-white, .color-white a, .color-white a:hover { color: #fff !important; }

/* Helpers > Fonts */
.thin-font { font-weight: 300 !important }
.white-text { color: #fff !important }

/* Helpers > Padding & Margin */
body .no-padding { padding: 0 !important }
body .no-left-margin { margin: 0 !important }
body .no-right-margin { margin: 0 !important }
body .remove-dims { height: auto !important; width: auto !important; }
body .no-left-padding { padding-left: 0 }

/* Helpers > Opacity Hover */
.opacity-hover:hover,
.opacity-hover:hover img { opacity: 0.8 }

/* Helpers > Floats */
.float-left { float: left }
.float-right { float: right }

/* Helpers > Border Radius */
.rounded, .vcex-rounded-images img, .vcex-rounded-images .wpex-image-hover { border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.semi-rounded, .border-radius-semi-rounded { border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.border-radius-rounded { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.border-radius-round { border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }

/* Helpers > Font Weights */
body .font-weight-100 { font-weight: 100 }
body .font-weight-200 { font-weight: 200 }
body .font-weight-300,
body .font-weight-light { font-weight: 300 }
body .font-weight-400,
body .font-weight-normal { font-weight: normal }
body .font-weight-500,
body .font-weight-semibold { font-weight: 500 }
body .font-weight-600,
body .font-weight-bold { font-weight: bold; font-weight: 600; }
body .font-weight-700 { font-weight: 700 }
body .font-weight-800 { font-weight: 800 }
body .font-weight-900,
body .font-weight-bolder { font-weight: 900 }

/* Helpers > Text Transforms */
.text-transform-none { text-transform: none }
.text-transform-capitalize { text-transform: capitalize }
.text-transform-uppercase { text-transform: uppercase }
.text-transform-lowercase { text-transform: lowercase }

/* Helpers > Image Rendering */
.image-rendering-crisp-edges img { image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; }
.image-rendering-auto img { image-rendering: auto }

/* Helpers > Image filters */
.image-filter-grayscale { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%); -webkit-transition: all .25s ease; -webkit-backface-visibility: hidden; }
.image-filter-grayscale img { opacity: 1 !important }
.image-filter-grayscale:hover { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); -webkit-filter: grayscale(0%); }

/* Helpers > Text Alignments */
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }

/* Helpers > Font Awesome Margins */
.fa-left { margin-right: 10px }
.fa-right { margin-left: 10px }

/* Helpers > Image Classes */
.image-shadow { background: #fff; box-shadow: 0px 1px 3px rgba(0,0,0,0.1); }
.image-border { background: #fff; padding: 4px; border: 1px solid #ddd; }
.image-rounded { background: #fff; border-radius: 3px; }
.image-circle { background: #fff; border-radius: 99px; }
.image-hover:hover { opacity: 0.8; -webkit-opacity: 0.8; -moz-opacity: 0.8; box-shadow: 0px 1px 5px rgba(0,0,0,0.2); }
.image-fancy { background: #fff; padding: 4px; border: 1px solid #ddd; border-radius: 99px; -moz-border-radius: 99px; -webkit-border-radius: 99px; }
.image-fancy:hover { opacity: 0.8; -webkit-opacity: 0.8; -moz-opacity: 0.8; box-shadow: 0px 1px 5px rgba(0,0,0,0.2); }

/* Helpers > Fade In */
.show-on-load,
.fade-in-image { opacity: 0; transition: all 0.35s; -moz-transition: all 0.35s; -webkit-transition: all 0.35s; -o-transition: all 0.35s; }
body.compose-mode .fade-in-image,
.fade-in-image.no-opacity,
.show-on-load { opacity: 1 }

/* Helpers > Highlight */
.text-highlight { background-image: url(/wp-content/themes/envirotwentysixteen/images/base/highlight-left.png),url(/wp-content/themes/envirotwentysixteen/images/base/highlight-center.png), url(/wp-content/themes/envirotwentysixteen/images/base/highlight-right.png); background-repeat: repeat-x; background-repeat: no-repeat, repeat-x, no-repeat; background-position: center; background-position: left,center,right; background-clip: padding-box, content-box, padding-box; color: #A5651A; padding: 0 20px; margin: 0 -6px; }

/* Helpers > Hover Animations */
.wpex-image-hover { position: relative; overflow: hidden; display: block !important; }
.wpex-image-hover > a { display: block !important; }
.wpex-image-hover img { display: block; margin: 0; width: 100%; height: auto; box-shadow: 0 0 0 rgba(0,0,0,0); -webkit-box-shadow: 0 0 0 rgba(0,0,0,0); -moz-box-shadow: 0 0 0 rgba(0,0,0,0); transition: all 0.25s; -moz-transition: all 0.25s; -webkit-transition: all 0.25s; -o-transition: all 0.25s; }
.wpex-image-hover.opacity img:hover { opacity: 0.8; -moz-opacity: 0.8; -webkit-opacity: 0.8; }
.wpex-image-hover.grow:hover img { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); }
.wpex-image-hover.shrink:hover img { transform: scale(0.8); -ms-transform: scale(0.8); -webkit-transform: scale(0.8); -o-transform: scale(0.8); -moz-transform: scale(0.8); }
.wpex-image-hover.side-pan:hover img { margin-left: -11%; transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); }
.wpex-image-hover.vertical-pan:hover img { margin-top: -10%; transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); }
.wpex-image-hover.tilt:hover img { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); -ms-transform: rotate(-10deg); transform: rotate(-10deg); }
.wpex-image-hover.blurr img,
.wpex-image-hover.blurr-invert img { transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s; }
.wpex-image-hover.blurr:hover img { filter: blur(3px); -webkit-filter: blur(3px); -moz-filter: blur(3px); -o-filter: blur(3px); -ms-filter: blur(3px); }
.wpex-image-hover.blurr-invert img { filter: blur(3px); -webkit-filter: blur(3px); -moz-filter: blur(3px); -o-filter: blur(3px); -ms-filter: blur(3px); }
.wpex-image-hover.blurr-invert:hover img { filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px); -o-filter: blur(0px); -ms-filter: blur(0px); }
.wpex-image-hover.sepia img { -webkit-filter: sepia(100%); filter: sepia(100%); }
.wpex-image-hover.sepia:hover img { -webkit-filter: sepia( 100% ); filter: sepia( 100% ); }
.wpex-image-hover.fade-in { background: #000 }
.wpex-image-hover.fade-in img { opacity: 0.65; -moz-opacity: 0.65; -webkit-opacity: 0.65; }
.wpex-image-hover.fade-in:hover img { opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
.wpex-image-hover.fade-out { background: #000 }
.wpex-image-hover.fade-out:hover img { opacity: 0.7; -moz-opacity: 0.7; -webkit-opacity: 0.7; }

/* Helpers > Remove Styles */
body .disable-box-shadow { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }

/* Helpers > Other */
.non-clickable { cursor: default }

/*--------------------------------------------------------------
- Parallax Backgrounds
--------------------------------------------------------------*/

/* Parallax Backgrounds > Main Container */
.has-parallax { position: relative; }
.has-parallax .container { position: relative; z-index: 1; }
.has-parallax .wpb_column { z-index: 1; position: relative; }
.has-parallax .center-row-inner { z-index: 1; position: relative; }

/* Parallax Backgrounds > Advanced */
.parallax-bg { display: block; opacity: 0; width: 100%; height: 100%; position: absolute; display: block; top: 0; left: 0; z-index: 0; background-attachment: fixed; background-position: 50% 0; }
.compose-mode .parallax-bg { opacity: 1; }
.parallax-bg.fixed-repeat { background-repeat: repeat; }
.parallax-bg.fixed-no-repeat { background-repeat: no-repeat; }

/* Parallax Backgrounds > Responsiveness */
@media only screen and (max-width: 959px) {
	.parallax-bg.not-mobile { background-attachment: scroll !important; background-position: center !important; background-repeat: no-repeat !important; }
}

/*--------------------------------------------------------------
- Overlays
--------------------------------------------------------------*/
.overlay-parent { position: relative; display: block; }
.overlay-parent > a,
.overlay-parent > a img { display: block; width: 100% !important; }

/* Overlays > Plus Hover */
.overlay-plus-hover { visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; height: 100%; width: 100%; position: absolute; top: 0; left: 0; background: #000 url(/wp-content/themes/envirotwentysixteen/images/overlays/overlay-plus.png) center center no-repeat; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; }
.overlay-parent:hover .overlay-plus-hover { visibility: visible; opacity: 0.65; -moz-opacity: 0.65; -webkit-opacity: 0.65; }

/* Overlays > Plus #2 Hover */
.overlay-plus-two-hover { visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; height: 100%; width: 100%; position: absolute; top: 0; left: 0; background: #000; background: rgba(0,0,0,0.8); transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; }
.overlay-plus-two-hover .fa { position: absolute; height: 30px; line-height: 30px; width: 30px; text-align: center; top: 50%; margin-top: -15px; left: 50%; margin-left: -15px; color: #fff; font-size: 1.231em; }
.overlay-parent:hover .overlay-plus-two-hover { visibility: visible; opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }

/* Overlays > Slide Up Title > White */
.overlay-slideup-title { visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; position: absolute; top: 0; right: 0; background: #fff; height: 100%; width: 100%; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; }
.overlay-slideup-title.white { background: #fff }
.overlay-slideup-title.black { background: #000 }
.overlay-slideup-title span.title { position: absolute; bottom: 30px; width: 100%; text-align: center; padding: 0 30px; color: #000; font-size: 1.077em; font-weight: bold; font-weight: 600; transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -webkit-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; line-height: 1.6em; }
.overlay-slideup-title.black span.title { color: #fff }
.overlay-parent:hover .overlay-slideup-title { visibility: visible; opacity: 0.8; -webkit-opacity: 0.8; -moz-opacity: 0.8; }
.overlay-parent:hover .overlay-slideup-title span.title { visibility: visible; opacity: 1; bottom: 60px; }

/* Overlays > View/Lightbox > Buttons */
.overlay-view-lightbox-buttons { visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; background: #000; background: rgba(0,0,0,0.65); position: absolute; top: 0; right: 0; height: 100%; width: 100%; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; -o-transition: opacity .25s ease-in-out; }
.overlay-parent:hover .overlay-view-lightbox-buttons { visibility: visible; opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
.overlay-view-lightbox-buttons-inner { display: table; vertical-align: middle; width: 100%; height: 100%; text-align: center; }
.overlay-view-lightbox-buttons-buttons { vertical-align: middle; display: table-cell; text-align: center; }
.overlay-view-lightbox-buttons a { display: inline-block; color: #fff; border: 2px solid #fff; padding: 0 10px; height: 32px; line-height: 32px; border-radius: 3px; transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; }
.overlay-view-lightbox-buttons a:first-child { margin-right: 5px }
.overlay-view-lightbox-buttons a:hover { background: #fff; color: #000; text-decoration: none; }
.wpb_row .overlay-view-lightbox-buttons a .fa { position: relative; top: -2px; }

/* Overlays > View/Lightbox > Text */
.overlay-view-lightbox-text { visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; background: #000; background: rgba(0,0,0,0.65); position: absolute; top: 0; right: 0; height: 100%; width: 100%; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; }
.overlay-parent:hover .overlay-view-lightbox-text { visibility: visible; opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
.overlay-view-lightbox-text-inner { display: table; vertical-align: middle; width: 100%; height: 100%; text-align: center; }
.overlay-view-lightbox-text-buttons { vertical-align: middle; display: table-cell; text-align: center; }
.overlay-view-lightbox-text a { display: inline-block; color: #fff; border: 2px solid #fff; padding: 0 14px; height: 30px; line-height: 30px; border-radius: 3px; text-transform: uppercase; font-size: 0.846em; font-weight: bold; font-weight: 600; letter-spacing: 1px; position: relative; transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -webkit-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; }
.overlay-view-lightbox-text a:first-child { margin-right: 5px }
.overlay-view-lightbox-text a:hover { background: #fff; color: #000; text-decoration: none; padding-right: 32px; }
.overlay-view-lightbox-text a .fa { visibility: hidden; position: absolute; top: 0; height: 30px; line-height: 30px; right: 14px; }
.overlay-view-lightbox-text a:hover .fa { visibility: visible }

/* Overlays > Title + Excerpt Hover */
.overlay-title-excerpt-hover { visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; background: #000; background: rgba(0,0,0,0.75); position: absolute; top: 0; right: 0; height: 100%; width: 100%; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; overflow: hidden; }
.overlay-parent:hover .overlay-title-excerpt-hover { visibility: visible; opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
.overlay-title-excerpt-hover-inner { display: table; vertical-align: middle; width: 100%; height: 100%; text-align: center; }
.overlay-title-excerpt-hover-text { vertical-align: middle; display: table-cell; text-align: center; color: #fff; font-weight: bold; font-weight: 600; padding: 20px; }
.overlay-title-excerpt-hover-title { font-size: 16px; color: #fff; margin: 0 0 10px; }
.overlay-title-excerpt-hover-excerpt { font-size: 13px; font-style: italic; font-weight: normal; color: #bbb; overflow: hidden; }

/* Overlays > Title + Category Hover */
.overlay-title-category-hover { visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; background: #000; background: rgba(0,0,0,0.75); position: absolute; top: 0; right: 0; height: 100%; width: 100%; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; }
.overlay-parent:hover .overlay-title-category-hover { visibility: visible; opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
.overlay-title-category-hover-inner { display: table; vertical-align: middle; width: 100%; height: 100%; text-align: center; }
.overlay-title-category-hover-text { vertical-align: middle; display: table-cell; text-align: center; color: #fff; font-weight: bold; font-weight: 600; padding: 20px; }
.overlay-title-category-hover-title { font-size: 16px }
.overlay-title-category-hover-category { font-size: 13px; font-style: italic; font-weight: normal; color: #bbb; }

/* Overlays > Title + Category Visible */
.overlay-title-category-visible { background: #000; background: rgba(0,0,0,0.5); position: absolute; top: 0; right: 0; height: 100%; width: 100%; }
.overlay-title-category-visible-inner { display: table; vertical-align: middle; width: 100%; height: 100%; text-align: center; }
.overlay-title-category-visible-text { vertical-align: middle; display: table-cell; text-align: center; color: #fff; font-weight: bold; font-weight: 600; padding: 20px; }
.overlay-title-category-visible-title { font-size: 16px }
.overlay-title-category-visible-category { font-size: 13px; color: #fff; font-weight: normal; -webkit-font-smoothing: antialiased; }

/* Overlays > Title + Date Hover */
.overlay-title-date-hover { visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; background: #000; background: rgba(0,0,0,0.75); position: absolute; top: 0; right: 0; height: 100%; width: 100%; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; }
.overlay-parent:hover .overlay-title-date-hover { visibility: visible; opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
.overlay-title-date-hover-inner { display: table; vertical-align: middle; width: 100%; height: 100%; text-align: center; }
.overlay-title-date-hover-text { vertical-align: middle; display: table-cell; text-align: center; color: #fff; font-weight: bold; font-weight: 600; padding: 20px; }
.overlay-title-date-hover-title { font-size: 16px }
.overlay-title-date-hover-date { font-size: 13px; font-style: italic; font-weight: normal; color: #bbb; }

/* Overlays > Title + Date Visible */
.overlay-title-date-visible { background: #000; background: rgba(0,0,0,0.5); position: absolute; top: 0; right: 0; height: 100%; width: 100%; }
.overlay-title-date-visible-inner { display: table; vertical-align: middle; width: 100%; height: 100%; text-align: center; }
.overlay-title-date-visible-text { vertical-align: middle; display: table-cell; text-align: center; color: #fff; font-weight: bold; font-weight: 600; padding: 20px; }
.overlay-title-date-visible-title { font-size: 16px }
.overlay-title-date-visible-date { font-size: 13px; color: #fff; font-weight: normal; -webkit-font-smoothing: antialiased; }

/*--------------------------------------------------------------
- WordPress Styles
--------------------------------------------------------------*/

/* wp > aligns */
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 10px 20px; }
.alignleft { float: left; margin: 0 20px 10px 0; }

/* wp > floats */
.floatleftcenter { float: none; margin: 0 auto; }
.floatleft { float: left }
.floatright { float: right }

/* wp > captions */
.wp-caption { text-align: center; max-width: 100%; border: 1px solid #eee; text-align: center; background-color: #fff; padding: 8px; }
.wp-caption img { display: block; margin: 0 auto; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 0.875em; padding: 10px 0 0; margin: 0; text-align: center; }
.wp-caption.alignnone { margin-bottom: 20px }

/* wp > smiley reset */
.wp-smiley { margin: 0; max-height: 1em; }

/* wp > blockquote */
blockquote.left { margin-right: 20px; text-align: right; margin-left: 0; width: 33%; float: left; }
blockquote.right { margin-left: 20px; text-align: left; margin-right: 0; width: 33%; float: right; }

/* wp > img attachment */
#img-attch-page { text-align: center; overflow: hidden; }
#img-attch-page img { display: inline-block; margin: 0 auto; max-width: 100%; margin-bottom: 20px; }

/* wp > password protected */
.post-password-form label,
.post-password-form input { display: block; float: none; }
.post-password-form input { margin-top: 10px }
.post-password-form input[type="password"] { width: 200px; max-width: 100%; }
.post-password-form label { font-weight: bold; font-weight: 600; color: #000; }

/* wp > login form */
form.login { padding: 20px; border: 1px solid #eee; }
form.login .lost_password { margin-left: 20px; display: inline-block; }

/* wp > other */
.wpstats { display: none }

/*--------------------------------------------------------------
- Forms & Buttons
--------------------------------------------------------------*/

/*fixes */
button,
input,
select,
textarea { font-size: 100%; margin: 0;vertical-align: baseline; }

/* turn off number spinners */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

/* reset search styling */
input[type="search"] { outline: 0 }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none }

/* input normal */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
textarea { color: #777; /*padding: .6em .6em; display: inline-block; font-size: 1em; transition: .15s linear border; -webkit-appearance: none; max-width: 100%; border: 1px solid #e4e4e4; background: #f7f7f7; font-family: inherit;*/ }

/* textarea */
textarea { width: 100%; max-width: 100%; -webkit-appearance: none; font-family: inherit; }

/* remove chrome yellow autofill */
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset }

/* placeholder color */
::-webkit-input-placeholder { color: inherit; }
:-moz-placeholder { color: inherit; }
::-moz-placeholder { color: inherit; }
:-ms-input-placeholder { color: inherit; }

/* input focus */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
textarea:focus { outline: 0; /*border-color: #129FEA; background-color: #f9f9f9; */ }

/* white inputs */
.light-form input[type="text"],
.light-form input[type="password"],
.light-form input[type="email"],
.light-form input[type="tel"],
.light-form input[type="url"],
.light-form textarea { background: #fff; color: #555; border-color: transparent; }

/* theme button default */
input[type="submit"],
.theme-button,
button { color: #fff; padding: .8em 1em; margin: 0; display: inline-block; font-size: 0.923em; font-weight: normal; color: #fff; outline: none; cursor: pointer; outline: none; border: none; font-family: inherit; -webkit-appearance: none; line-height: 1; transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -webkit-transition: all 0.15s ease-in-out; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -webkit-font-smoothing: inherit; }
p.theme-button a { color: #fff; text-decoration: none; }

/* theme button hover */
input[type="submit"]:hover,
.theme-button:hover,
button:hover { color: #fff; text-decoration: none; }

/* theme button active */
input[type="submit"]:active,
.theme-button:active,
button:active { color: #fff; box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; }

/* readmore link edits */
.readmore-link-wrap { display: block }
.search-entry .readmore-link-wrap { margin-top: 10px }
.readmore-link { display: block; float: left; }

/* make some buttons smaller */
.readmore-link { font-size: 0.846em; }

/* password protection */
.password-protection-box { padding: 20px; background: #f7f7f7; border: 1px solid #eee; margin-bottom: 40px; }
.password-protection-box p:last-child { margin: 0 }
.password-protection-box h2 { font-size: 1.077em; margin: 0 0 10px; }
.password-protection-box input { height: 40px; padding-top: 0; padding-bottom: 0; }
.password-protection-box input[type="password"] { background: #fff; width: 68%; float: left; }
.password-protection-box input[type="submit"] { float: right; width: 30%; font-size: 1em; margin-left: 4px; height: 40px; line-height: 40px; padding-left: 25px; padding-right: 25px; padding-top: 0; padding-bottom: 0; }

/* full-width inputs */
.full-width-input input { width: 100%; }

/*--------------------------------------------------------------
- Color Buttons
--------------------------------------------------------------*/

/*main button style*/
.color-button { padding: 0 15px; height: 34px; line-height: 34px; margin: 0 5px 5px 0; display: inline-block; font-size: 13px; color: #fff; border: 0; box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 1px 3px -1px rgba(45,60,72,0.5); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-shadow: 0 -1px rgba(0,0,0,0.4); outline: none; -webkit-appearance: none; -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 1px 3px -1px rgba(45,60,72,0.5); -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 1px 3px -1px rgba(45,60,72,0.5); border: 1px solid rgba(0,0,0,0.15); background-color: #3f90bd; }
.color-button:hover { text-decoration: none; text-decoration: none; opacity: 0.8; -moz-opacity: 0.8; -webkit-opacity: 0.8; }
.color-button:active { box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; }

/*colors*/
.color-button.grey,
.color-button.grey:hover { background-color: #bbb }
.color-button.black,
.color-button.black:hover { background-color: #333 }
.color-button.blue,
.color-button.blue:hover { background-color: #3f90bd }
.color-button.orange,
.color-button.orange:hover { background-color: #ff6040 }
.color-button.gold,
.color-button.gold:hover { background-color: #ffaa33 }
.color-button.green,
.color-button.green:hover { background-color: #87bf17 }
.color-button.purple,
.color-button.purple:hover { background-color: #a73df2 }
.color-button.teal,
.color-button.teal:hover { background-color: #00b3b3 }
.color-button.pink,
.color-button.pink:hover { background-color: #f261c2 }
.color-button.brown,
.color-button.brown:hover { background-color: #804b35 }
.color-button.red,
.color-button.red:hover { background-color: #F73936 }
.color-button.rosy,
.color-button.rosy:hover { background-color: #EA2487 }
.color-button.white,
.color-button.white:hover { background-color: #fff; color: #444; }

/*styles*/
.color-button.small { font-size: 11px }
.color-button.medium { font-size: 13px }
.color-button.large { font-size: 16px }
.color-button.align-left { float: left }
.color-button.align-right { float: right; margin-right: 0; margin-left: 5px; }
.color-button-icon-right { margin-left: 10px }
.color-button-icon-left { margin-right: 10px }

/*layerslider fixes*/
.ls-container .color-button { padding: 0.8em 1em !important; margin: 0 5px 5px 0; display: inline-block; font-size: 1em; font-weight: bold; font-weight: 600; color: #fff; border: 0; box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 1px 3px -1px rgba(45,60,72,0.5); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-shadow: 0 -1px rgba(0,0,0,0.4) !important; outline: none; -webkit-appearance: none; border: 1px solid rgba(0,0,0,0.15); box-shadow: 0 0 0 1px rgba(0,0,0,.2), 2px 2px 2px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.2), 2px 2px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.15), 2px 2px 2px rgba(0,0,0,.1); }
.ls-container .color-button:hover { text-decoration: none; text-decoration: none; opacity: 0.8; }
.ls-container .color-button:active { box-shadow: 0 2px 2px rgba(0,0,0,.4) inset; -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4) inset; -moz-box-shadow: 0 2px 2px rgba(0,0,0,.4) inset; }

/*--------------------------------------------------------------
- Typography
--------------------------------------------------------------*/
em { font-style: italic }
strong { font-weight: bold; font-weight: 600; }
small { font-size: 80% }
hr { border: solid #e4e4e4; border-width: 1px 0 0; clear: both; margin: 40px 0; height: 0; }

/* Ems */
.em-14px { font-size: 1.077em }
.em-16px { font-size: 1.231em }
.em-18px { font-size: 1.385em }
.em-21px { font-size: 1.615em }

/* Typography > Font Smoothing */
body.smooth-fonts { -webkit-font-smoothing: antialiased; }

/* Typography > Links */
a { color: #0081cc; text-decoration: none; outline: none; }
a:hover { text-decoration: underline }

/* Typography > Headings */
h1, h2, h3, h4, h5, h6 { font-weight: bold; font-weight: 600; color: #222; line-height: 1.5; margin: 30px 0 20px; }
.heading-typography { line-height: 1.5 }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit }
h1 a:hover, h2 a:hover, a:hover h2, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: none; }
h1 { font-size: 1.500em; margin: 0 0 20px; }
h2 { font-size: 1.313em }
h3 { font-size: 1.125em }
h4 { font-size: 1em }
h5 { font-size: 0.875em }
h6 { font-size: 0.750em }

.single-header .entry-title { font-weight: 400; }

/* Typography > Paragraph */
p { margin: 0 0 20px }
p.lead { font-size: 1.313em; line-height: 27px; color: #777; }

/* Typography > Blockquote */
blockquote { background: url(/wp-content/themes/envirotwentysixteen/images/base/quote.png) left 4px no-repeat; padding-left: 50px; margin: 40px 0; font-size: 1.231em; color: #ababab; line-height: 1.6em; font-weight: 300; }
blockquote p:last-child { margin: 0 }

/* Typography > Pre-tag */
pre { position: relative; background: #f6f6f6; border: 1px solid #ddd; color: #555; font-size: 0.923em; margin: 30px 0px; padding: 20px; line-height: 1.7em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; border-radius: 3px; box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.06); }

/* Typography > Address */
address { font-size: 0.875em; letter-spacing: 0.5px; margin: 20px 0; }

/* Typography > Dropcaps */
.dropcap { display: block; float: left; margin-right: 10px; margin-bottom: 10px; font-size: 3.231em; line-height: 100%; }
.dropcap.boxed { color: #fff; background: #000; padding: 5px 10px; }

/*--------------------------------------------------------------
- Typography Styles
--------------------------------------------------------------*/

/* Typography Styles > light */
.typography-light *, .typography-light a, .typography-light a:hover { color: #fff; color: rgba(255,255,255,0.8); }
.typography-light a { text-decoration: underline; }

/* Typography Styles > white */
.typography-white *, .typography-white a, .typography-white a:hover * { color: #fff; }
.typography-white a { text-decoration: underline; }

/* Typography Styles > black */
.typography-black *, .typography-black a, .typography-black a:hover * { color: #000; }
.typography-black p a { text-decoration: underline; }

/*--------------------------------------------------------------
- Hover Styles
--------------------------------------------------------------*/

/* Hover > All Animation */
.transition-all { -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }

/* Hover > BG Animation */
.animate-bg-hover { -webkit-transition: background .2s ease-in-out; -moz-transition: background .2s ease-in-out; -ms-transition: background .2s ease-in-out; -o-transition: background .2s ease-in-out; transition: background .2s ease-in-out; }

/* Hover > White Text */
.hover-white-text:hover * { color: #fff !important; }


/*--------------------------------------------------------------
- Lists
--------------------------------------------------------------*/

/* Lists > Default */
.entry ul, .entry ol { margin: 0 0 20px 30px }
.entry ul { list-style: disc }
.entry ol { list-style: decimal }
.rev_slider ul { margin: 0; padding: 0; }

/* Lists > Checklis */
ul.check-list { margin: 0 0 20px; list-style: none; }
ul.check-list li { margin: 0 0 5px; }
ul.check-list li:before { font-family: "FontAwesome"; content:"\f00c"; margin-right: 10px; opacity: 0.8; }

/*--------------------------------------------------------------
- Toggle Bar
--------------------------------------------------------------*/

/* Toggle Bar > Main */
#toggle-bar-wrap { position: fixed; top: 0; left: 0; background: #fff; z-index: 10001; width: 100%; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; visibility: hidden; box-shadow: 0 0 6px rgba(0,0,0,0.25); transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; }
#toggle-bar-wrap.active-bar { visibility: visible; opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
#toggle-bar-wrap.toggle-bar-fade-slide { top: -60px }
#toggle-bar-wrap.toggle-bar-fade-slide.active-bar { top: 0 }
body.admin-bar #toggle-bar-wrap { top: 32px }
#toggle-bar { padding: 40px 0 }

/* Toggle Bar > Button */
.toggle-bar-btn { display: block; position: fixed; top: 0; right: 0; border-left: 20px solid transparent; border-bottom: 20px solid transparent; border-right: 20px solid #252525; border-top: 20px solid #252525; z-index: 10002; color: #fff; }
body.admin-bar .toggle-bar-btn { top: 32px }
.toggle-bar-btn span.fa { position: absolute; font-size: 0.846em; top: -12px; left: 4px; text-shadow: none !important; }

/*--------------------------------------------------------------
- Top Bar
--------------------------------------------------------------*/

/* Top Bar > Main */
#top-bar-wrap { border-bottom: 1px solid #eee; margin-bottom: 0px; font-size: 0.923em; }
#top-bar-wrap a { color: #555 }
.top-bar-left { float: left; height: 50px; line-height: 50px; }
.top-bar-right { float: right; height: 50px; line-height: 50px; }
.top-bar-centered { float: none; text-align: center; }

/* Top Bar > Content */
#top-bar-content strong { color: #000 }
#top-bar-content.top-bar-centered { height: auto; line-height: normal; padding: 20px 0; }
#top-bar-content #lang_sel { position: relative; margin-right: 10px; top: 11px; display: inline-block; }
#top-bar-wrap #lang_sel ul ul { z-index: 99999 }

/* Top Bar > Menu */
.top-bar-left.has-content .top-bar-menu { margin-right: 20px; }
.top-bar-right.has-content .top-bar-menu { margin-right: 20px; }
.top-bar-menu, .top-bar-menu li { display: inline; display: inline-block; }
.top-bar-menu li { margin-right: 20px; }
.top-bar-menu li:last-child { margin-right: 0; }
.top-bar-menu li a .fa { margin-right: 6px; }

/* Top Bar > Social */
#top-bar-social a { display: block; float: left; color: #bbb; font-size: 18px; margin-left: 10px; transition: color 0.15s ease-in-out; }
#top-bar-social.social-style-colored-icons a { margin-left: 5px }
.social-style-colored-icons a img { height: 21px; top: 4px; position: relative; }
.social-style-colored-icons a:hover img { opacity: 0.85 }
#top-bar-social a:first-child { margin-left: 0 }
#top-bar-social a:hover { color: #000 }
#top-bar-social.top-bar-centered { height: auto; line-height: normal; padding-bottom: 20px; }
#top-bar-social.top-bar-centered a { display: inline-block; float: none; }

/* Top Bar > Language Switchers */
.top-bar-right .polylang-switcher-shortcode { float: right; margin-left: 20px; }
.top-bar-left .polylang-switcher-shortcode { float: left; margin-right: 20px; }

/*--------------------------------------------------------------
- Menu > Superfish Core
--------------------------------------------------------------*/
.sf-menu,
.sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu li { position: relative }
.sf-menu ul { position: absolute; display: none; top: 100%; left: 0; z-index: 10001; }
.sf-menu > li { float: left }
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul { display: block }
.sf-menu a { display: block; position: relative; }
.sf-menu ul ul { top: 0; left: 100%; }
.sf-menu { float: left }
.sf-menu ul { min-width: 140px; *width: 140px; }
.sf-menu a { zoom: 1 }
.sf-menu li { position: relative; white-space: nowrap; *white-space: normal; }
.sf-menu li:hover,
.sf-menu li.sfHover { transition: none }
.sf-menu .sf-mega { position: absolute; display: none; top: 100%; left: 0; z-index: 99; }
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega { display: block }
.sf-menu ul img { display: block; float: none; max-width: 100%; }
#site-navigation .dropdown-menu li a .fa { margin-right: 8px }
#site-navigation .dropdown-menu li.no-icon-margin a .fa { margin-right: 0 }
#site-navigation .dropdown-menu .site-search-toggle .fa { margin: 0 }

/*--------------------------------------------------------------
- Menu > Main
--------------------------------------------------------------*/

/* Menu > Main > Arrows */
#site-navigation .dropdown-menu li a .nav-arrow { margin-left: 4px; margin-right: 0; }
#site-navigation .dropdown-menu ul a.sf-with-ul { padding-right: 25px }
#site-navigation .sf-menu > li ul li .nav-arrow { position: absolute; top: 50%; right: 10px; height: 10px; line-height: 10px; margin-top: -5px; }

/* Menu > Main > Fixed Height */
.nav-custom-height.navbar-style-one { margin-top: 0; top: 0; }
.nav-custom-height.navbar-style-one .dropdown-menu ul:before,
.nav-custom-height.navbar-style-one .dropdown-menu ul:after { display: none }
.nav-custom-height.navbar-style-one .dropdown-menu ul { box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08) }

/* Menu > Main > Top Border */
body #site-navigation-wrap.nav-dropdown-top-border .dropdown-menu > li > ul { border: none; border-top: 3px solid transparent; box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); }
body #site-navigation-wrap.nav-dropdown-top-border .dropdown-menu ul:before,
body #site-navigation-wrap.nav-dropdown-top-border .dropdown-menu ul:after { display: none }

/* Menu > Main > Left Dropdowns */
#site-navigation .dropdown-menu li.left-dropdowns ul ul { left: auto; right: 100%; }
body #site-navigation .sf-menu li.left-dropdowns ul a.sf-with-ul { padding-left: 25px; padding-right: 12px; }
#site-navigation .dropdown-menu li.left-dropdowns ul .fa-angle-right { left: 9px; right: auto; }
#site-navigation .dropdown-menu li.left-dropdowns ul .fa-angle-right:before { content: "\f104" }

/* Menu > Main > Animate Links */
#site-navigation .dropdown-menu > li > a > span.link-inner { transition: background 0.15s ease-in-out, color 0.15s ease-in-out; -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out; -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out; }
#site-navigation .dropdown-menu ul a { transition: all 0.15s ease-in-out -moz-transition: all 0.15s ease-in-out; -webkit-transition: all 0.15s ease-in-out; }

/*--------------------------------------------------------------
- Menu > MegaMenu
--------------------------------------------------------------*/
.sf-menu > li.megamenu { position: inherit !important }
.sf-menu > li.megamenu > ul.sub-menu .nav-arrow { display: none }
.sf-menu > li.megamenu > ul.sub-menu { width: 100%; left: 0; right: auto; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; padding: 12px 0 0; }
.sf-menu > li.megamenu > ul.sub-menu > li { display: block !important; float: left !important; padding: 0px 12px; width: 100%; }
.sf-menu > li.megamenu > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu a:before { display: inline-block; content: "\f105"; margin-right: 7px; font-family: 'FontAwesome'; }
.sf-menu > li.megamenu.col-1 > ul.sub-menu > li { width: 100% }
.sf-menu > li.megamenu.col-2 > ul.sub-menu > li { width: 50% }
.sf-menu > li.megamenu.col-2 > ul.sub-menu > li:nth-child(3n) { clear: both }
.sf-menu > li.megamenu.col-3 > ul.sub-menu > li { width: 33.33% }
.sf-menu > li.megamenu.col-3 > ul.sub-menu > li:nth-child(4n) { clear: both }
.sf-menu > li.megamenu.col-4 > ul.sub-menu > li { width: 25% }
.sf-menu > li.megamenu.col-4 > ul.sub-menu > li:nth-child(5n) { clear: both }
.sf-menu > li.megamenu.col-5 > ul.sub-menu > li { width: 20% }
.sf-menu > li.megamenu.col-5 > ul.sub-menu > li:nth-child(6n) { clear: both }
.sf-menu > li.megamenu.col-6 > ul.sub-menu > li { width: 16.66% }
.sf-menu > li.megamenu.col-6 > ul.sub-menu > li:nth-child(7n) { clear: both }
.sf-menu > li.megamenu > ul.sub-menu > li ul { display: block !important; top: auto !important; width: 100%; min-width: 0 !important; left: auto !important; position: relative !important; opacity: 1 !important; border: none !important; padding: 0 !important; box-shadow: none !important; }
.sf-menu > li.megamenu > ul.sub-menu > .menu-item-has-children { margin-bottom: 12px }
.sf-menu > li.megamenu > ul.sub-menu > .menu-item-has-children > a { font-weight: bold; font-weight: 600; color: #000; font-size: 1.03em; padding: 8px 12px; word-wrap: break-word; white-space: normal; }
.sf-menu > li.megamenu > ul.sub-menu > .menu-item-has-children > a:hover { background: none }
.sf-menu > li.megamenu.hide-headings > ul.sub-menu > .menu-item-has-children > a { display: none }
.sf-menu > li.megamenu > ul.sub-menu > li a { border: none }
.sf-menu > li.megamenu ul:after,
.sf-menu > li.megamenu ul:before { display: none !important }
.sf-menu > li.megamenu > ul.sub-menu > li { border-left: 1px solid #eee }
.sf-menu > li.megamenu > ul.sub-menu > li:first-child { border-left: none }

/* Menu > Superfish Core > Mega Menu > Testing */
.sf-menu > li.megamenu.display-always > ul.sub-menu { display: block !important; opacity: 1 !important; }

/*--------------------------------------------------------------
- Menu > Mobile Icons
--------------------------------------------------------------*/
#mobile-menu { height: 40px; position: absolute; right: 0; top: 50%; margin-top: -20px; }
#mobile-menu a { display: block; float: left; color: #666; font-size: 18px; height: 40px; width: 40px; line-height: 40px; border: 1px solid #eee; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; text-align: center; margin-left: 10px; background: #f7f7f7; transition: all .15s ease-in-out; }
#mobile-menu a:first-child { margin-left: 0 }
#mobile-menu a:hover { text-decoration: none; background: #f1f1f1; color: #333; }

/*--------------------------------------------------------------
- Header > Main
--------------------------------------------------------------*/
.footer-has-reveal #site-header.overlay-header { background: none }
#site-header-inner { position: relative; padding-top: 30px; padding-bottom: 30px; }
#site-navigation.container { position: relative }

/* Header > Main > Logo */
#site-logo a { max-width: 100%; padding: 0px; margin: 0px; text-decoration: none; color: #222; font-size: 24px; margin: 0; font-weight: bold; }
#site-logo a .fa { margin-right: 10px }
#site-logo a:hover { text-decoration: none }
#site-logo img { display: block; max-height: 100%; max-width: 100%; vertical-align: middle; }

/* Header > Main > Shrink Fixed */
body.shrink-fixed-header #site-header-sticky-wrapper.is-sticky #site-header { padding-top: 15px; padding-bottom: 15px; }
body.shrink-fixed-header #site-header-sticky-wrapper.is-sticky #site-header-inner { padding-top: 0; padding-bottom: 0; }
body.shrink-fixed-header #site-header-sticky-wrapper.is-sticky #site-header-inner { height: 40px; }
body.shrink-fixed-header #site-header-sticky-wrapper.is-sticky .header-one #site-logo { height: 40px; line-height: 40px; }
body.shrink-fixed-header #site-header-sticky-wrapper.is-sticky .header-one #site-logo * { max-height: 40px !important; line-height: 40px; }
body.shrink-fixed-header #site-header-sticky-wrapper.is-sticky .header-one #site-navigation-wrap { margin-top: -15px; top: 0; }
body.shrink-fixed-header #site-header-sticky-wrapper.is-sticky .header-one #site-navigation-wrap #site-navigation { background: none }
body.shrink-fixed-header #site-header-sticky-wrapper.is-sticky .header-one #site-navigation-wrap,
body.shrink-fixed-header #site-header-sticky-wrapper.is-sticky .header-one .dropdown-menu > li > a { height: 70px; line-height: 70px; }
body.shrink-fixed-header #site-header-sticky-wrapper.is-sticky #searchform-header-replace input { font-size: 21px }
body.shrink-fixed-header #site-header-sticky-wrapper.is-sticky #current-shop-items-dropdown,
body.shrink-fixed-header #site-header-sticky-wrapper.is-sticky #searchform-dropdown { margin-top: 15px }

/* Header > Main > Fixed */
.is-sticky #site-header { overflow: visible !important; z-index: 999; background: #fff; box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }
body.admin-bar.shrink-fixed-header .is-sticky #site-header { margin-top: 32px }
body.admin-bar .is-sticky #site-header { padding-top: 32px }

/* Header > Main > Sticky Navbar */
.is-sticky .fixed-nav { width: 100%; background: #fff; z-index: 9998; border-bottom: 1px solid #e4e4e4; overflow: visible !important; z-index: 999; width: 100%; box-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }
.admin-bar .is-sticky .fixed-nav { margin-top: 32px }

/*--------------------------------------------------------------
- Header > One
--------------------------------------------------------------*/
.header-one { width: 100% }
.header-one #site-logo { float: left; height: 100%; }
.header-one #site-logo a img { vertical-align: middle; display: inline; max-width: 100%; }

/* Header > One > Navbar */
.navbar-style-one { position: absolute; right: -12px; top: 50%; margin-top: -25px; height: 50px; }
.navbar-style-one .dropdown-menu > li > a { display: block; height: 50px; line-height: 50px; padding: 0 4px; color: #555; text-decoration: none; font-size: 13px; }
.navbar-style-one .dropdown-menu a:hover,
.navbar-style-one .dropdown-menu > .current-menu-item > a,
.navbar-style-one .dropdown-menu > .current-menu-parent > a { text-decoration: none; }
.navbar-style-one .dropdown-menu > li > a > span.link-inner { display: inline-block; line-height: 1; padding: 0.5em 0.8em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* Header > One > Navbar > Dropdowns */
.navbar-style-one .dropdown-menu ul { margin: 0; background: #fff; border: 1px solid #eee; }
.navbar-style-one .dropdown-menu ul ul { margin-left: 0; left: 100%; text-align: left; }
.navbar-style-one .dropdown-menu ul li:first-child ul { margin-top: 0 }
.navbar-style-one .dropdown-menu ul li { padding: 0 }
.navbar-style-one .dropdown-menu ul a { display: block; float: none; padding: 8px 12px; height: auto; margin: 0px; border: 0px; line-height: 1.4em; color: #666; text-transform: none; font-size: 0.923em; padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.navbar-style-one .dropdown-menu ul li:last-child > a { border-bottom: none }
.navbar-style-one .dropdown-menu ul a:hover { background: #f7f7f7; text-decoration: none; }

/* Header > One > Navbar > Dropdowns > Tip */
.navbar-style-one .dropdown-menu ul:before { content: ""; display: block; position: absolute; top: -7px; left: 12px; border-right: 7px solid transparent; border-bottom: 7px solid #ddd; border-bottom-color: rgba(0,0,0,0.15); border-left: 7px solid transparent; }
.navbar-style-one .dropdown-menu ul:after { content: ""; display: block; position: absolute; top: -6px; left: 13px; border-right: 6px solid transparent; border-bottom: 6px solid #fff; border-left: 6px solid transparent; }
.navbar-style-one .dropdown-menu ul ul:before,
.navbar-style-one .dropdown-menu ul ul:after { display: none }

/*--------------------------------------------------------------
- Header > Two
--------------------------------------------------------------*/
.header-two { width: 100%; background: #fff; }
.header-two-aside { float: right; font-size: 1.077em; color: #000; font-weight: 400; text-align: right; }
.header-two .navbar-style-two .site-search-toggle { display: none; }

/* Header > Two > Logo */
.header-two-logo { float: left }
.header-two-logo a { display: block; float: left; }
.header-two-logo img { display: block }

/* Header > Two > Search */
#header-two-search { margin-top: 10px }
#header-two-search { float: right }
#header-two-search input#header-two-search-input { font-size: 0.923em; width: 160px; float: left; border: 1px solid #ddd; height: 32px; padding: 0 10px; border: 1px solid #e4e4e4; background: #f7f7f7; }
#header-two-search-submit { height: 32px; line-height: 32px; width: 35px; text-align: center; padding: 0; outline: none; margin-left: 5px; cursor: pointer; font-size: 12px; }

/* Header > Two > Navbar */
.navbar-style-two { border-top: 1px solid #e4e4e4; position: relative; }
body.page-header-disabled .navbar-style-two { border-bottom: 1px solid #e4e4e4 }
.navbar-style-two .dropdown-menu { border-left: 1px solid #e4e4e4 }
.navbar-style-two .dropdown-menu > li { border-right: 1px solid #e4e4e4 }
.navbar-style-two .dropdown-menu > li > a { display: block; height: 50px; line-height: 50px; color: #555; text-decoration: none; font-weight: normal; padding: 0 20px; font-size: 13px; }
.navbar-style-two .dropdown-menu > .current-menu-item > a { text-decoration: none; }
.navbar-style-two .search-toggle-li { float: right; border-left: 1px solid #e4e4e4; }
.navbar-style-two .has-cart-icon .search-toggle-li { border-right: none; }

/* Header > Two > Navbar > Dropdowns */
.navbar-style-two .dropdown-menu ul { z-index: 999; margin: 0; background: #fff; border: 1px solid #e4e4e4; text-align: left; }
.navbar-style-two .dropdown-menu ul ul { margin-left: 0; left: 100%; top: 0; text-align: left; }
.navbar-style-two .dropdown-menu ul > li:first-child ul { top: -1px }
.navbar-style-two .dropdown-menu ul li { display: block; padding: 0; }
.navbar-style-two .dropdown-menu ul li a { border-bottom: 1px solid #eee }
.navbar-style-two .dropdown-menu ul li:last-child > a { border-bottom: none }
.navbar-style-two .dropdown-menu ul a { display: block; float: none; padding: 8px 12px; height: auto; margin: 0px; border: 0px; line-height: 1.4em; font-weight: normal; color: #666; text-transform: none; font-size: 0.923em; }
.navbar-style-two .dropdown-menu ul a:hover { background: #f7f7f7; text-decoration: none; }

/*--------------------------------------------------------------
- Header > Three
--------------------------------------------------------------*/
.header-three { width: 100%; background: #fff; }
.header-three-aside { float: none; text-align: center; width: 100%; margin-top: 10px; }

/* Header > Three > Logo */
.header-three-logo { float: none; text-align: center; margin: 0 auto; }
.header-three-logo a { display: inline; display: inline-block; float: none; }
.header-three-logo img { display: block; }

/* Header > Three > Navbar */
.navbar-style-three { border-top: 1px solid #eee; position: relative; }
body.page-header-disabled .navbar-style-three { border-bottom: 1px solid #eee }
.navbar-style-three .container { position: relative }
.navbar-style-three .sf-menu { text-align: center; float: none; }
.navbar-style-three .dropdown-menu > li { display: inline-block; float: none; }
.navbar-style-three .dropdown-menu > li > a { display: block; height: 50px; line-height: 50px; color: #555; text-decoration: none; font-weight: normal; padding: 0 5px; font-size: 13px; }
.navbar-style-three .dropdown-menu > .current-menu-item > a { text-decoration: none; }
.navbar-style-three .dropdown-menu > li > a > span.link-inner { display: inline-block; line-height: 1; padding: 0.5em 0.8em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* Header > Three > Navbar > Dropdowns */
.navbar-style-three .dropdown-menu ul { z-index: 999; margin: 0; background: #fff; border: 1px solid #e4e4e4; text-align: left; }
.navbar-style-three .dropdown-menu ul ul { margin-left: 0; left: 100%; top: 0; text-align: left; }
.navbar-style-three .dropdown-menu ul > li:first-child ul { top: -1px }
.navbar-style-three .dropdown-menu ul li { display: block; padding: 0; }
.navbar-style-three .dropdown-menu ul li a { border-bottom: 1px solid #eee }
.navbar-style-three .dropdown-menu ul li:last-child > a { border-bottom: none }
.navbar-style-three .dropdown-menu ul a { display: block; float: none; padding: 8px 12px; height: auto; margin: 0px; border: 0px; line-height: 1.4em; font-weight: normal; color: #666; text-transform: none; font-size: 0.923em; }
.navbar-style-three .dropdown-menu ul a:hover { background: #f7f7f7; text-decoration: none; }

/*--------------------------------------------------------------
- Header > Four
--------------------------------------------------------------*/
.header-four { width: 100%; background: #fff; }
.header-four-aside { float: none; text-align: center; width: 100%; margin-top: 10px; }

/* Header > Four > Logo */
.header-four-logo { float: none; text-align: center; margin: 0 auto; }
.header-four-logo a { display: inline-block; float: none; }
.header-four-logo img { display: block; }

/* Header > Four > Navbar */
.navbar-style-four { position: relative; border-bottom: 1px solid #eee }
.navbar-style-four .container { position: relative }
.navbar-style-four .sf-menu { text-align: center; float: none; }
.navbar-style-four .dropdown-menu > li { display: inline-block; float: none; }
.navbar-style-four .dropdown-menu > li > a { display: block; height: 50px; line-height: 50px; color: #555; text-decoration: none; font-weight: normal; padding: 0 15px; font-size: 13px; }
.navbar-style-four .dropdown-menu > .current-menu-item > a { text-decoration: none; }

/* Header > Four > Navbar > Dropdowns */
.navbar-style-four .dropdown-menu ul { z-index: 999; margin: 0; background: #fff; border: 1px solid #e4e4e4; text-align: left; }
.navbar-style-four .dropdown-menu ul ul { margin-left: 0; left: 100%; top: 0; text-align: left; }
.navbar-style-four .dropdown-menu ul > li:first-child ul { top: -1px }
.navbar-style-four .dropdown-menu ul li { display: block; padding: 0; }
.navbar-style-four .dropdown-menu ul li a { border-bottom: 1px solid #eee }
.navbar-style-four .dropdown-menu ul li:last-child > a { border-bottom: none }
.navbar-style-four .dropdown-menu ul a { display: block; float: none; padding: 8px 12px; height: auto; margin: 0px; border: 0px; line-height: 1.4em; font-weight: normal; color: #666; text-transform: none; font-size: 0.923em; }
.navbar-style-four .dropdown-menu ul a:hover { background: #f7f7f7; text-decoration: none; }

/*--------------------------------------------------------------
- Header > Overlay
--------------------------------------------------------------*/

body.has-topbar.has-overlay-header #top-bar-wrap { position: absolute; top: 0; width: 100%; }
#site-header.overlay-header { background: none; position: absolute; top: 0; left: 0; width: 100%; z-index: 9999; padding: 0; }
body.boxed-main-layout.has-overlay-header #wrap { position: relative }
body.boxed-main-layout.has-overlay-header #site-header.overlay-header { padding: 0 30px }
body.boxed-main-layout.has-overlay-header #site-navigation-wrap { right: 0 }
#site-header.overlay-header,
#site-header.overlay-header #site-logo,
#site-header.overlay-header #site-logo a,
#site-header.overlay-header #site-navigation-wrap,
#site-header.overlay-header .dropdown-menu > li,
#site-header.overlay-header .dropdown-menu > li > a { height: 90px; line-height: 90px; }
#site-header.overlay-header #site-header-inner { position: relative; padding: 0; }
#site-header.overlay-header .navbar-style-one .dropdown-menu ul:before,
#site-header.overlay-header .navbar-style-one .dropdown-menu ul:after { display: none }

.overlay-header-logo { display: none !important }
#site-header.overlay-header .has-overlay-logo .main-logo { display: none }
#site-header.overlay-header .has-overlay-logo .overlay-header-logo { display: table-cell !important }

#site-header.overlay-header #site-navigation-wrap { background: none; top: 0; margin-top: 0; }

/* Header > Overlay > Sticky */
#site-header.overlay-header.is-sticky { position: fixed; box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); border-bottom: 0 !important; top: 0 !important; }

/* Header > Overlay > Light Skin */
#site-header.overlay-header.light-style { border-bottom: 1px solid rgba(255,255,255,0.21) }
#site-header.overlay-header.is-sticky { background: #222; }
#site-header.overlay-header.light-style #site-logo a { color: #fff; }
#site-header.overlay-header.light-style .dropdown-menu a { color: #fff; color: rgba(255,255,255,0.85); }
#site-header.overlay-header.light-style .dropdown-menu li:hover a,
#site-header.overlay-header.light-style .dropdown-menu a:hover { background: none }
#site-header.overlay-header.light-style .sf-menu ul a.sf-with-ul { font-size: 13px }
#site-header.overlay-header.light-style .sf-menu li.megamenu ul a.sf-with-ul,
#site-header.overlay-header.light-style .dropdown-menu a:hover,
#site-header.overlay-header.light-style .dropdown-menu > .current-menu-item > a,
#site-header.overlay-header.light-style .dropdown-menu > .current-menu-item > a:hover,
#site-header.overlay-header.light-style #current-shop-items-dropdown a,
#site-header.overlay-header.light-style #current-shop-items-dropdown .total,
#site-header.overlay-header.light-style #current-shop-items-dropdown .total .amount { color: #fff }
#site-header.overlay-header.light-style .dropdown-menu li ul li,
#site-header.overlay-header.light-style .dropdown-menu li ul li a,
#site-header.overlay-header.light-style .product_list_widget .amount { color: #999 }
#site-header.overlay-header.light-style .dropdown-menu li ul { background: #222; border: none; }
#site-header.overlay-header.light-style .dropdown-menu li ul a,
#site-header.overlay-header.light-style .sf-menu > li.megamenu > ul.sub-menu > li,
#site-header.overlay-header.light-style #current-shop-items-dropdown li { border-color: #333 }
#site-header.overlay-header.light-style #searchform-dropdown,
#site-header.overlay-header.light-style #current-shop-items-dropdown { line-height: 1; background: #222; border-top: none; }
#site-header.overlay-header.light-style #searchform-dropdown input { background: #333; color: #fff; }

#site-header.overlay-header.light-style #mobile-menu a { background: none; border: 0; padding: 0; width: auto; margin-left: 20px; color: #fff; }
#site-header.overlay-header.light-style #mobile-menu a { opacity: 0.85; }
#site-header.overlay-header.light-style #mobile-menu a:hover { opacity: 1; }

/* Header > Overlay > Dark Skin */
#site-header.overlay-header.dark-style { border-bottom: 1px solid rgba(0,0,0,0.15) }
#site-header.overlay-header.is-sticky.dark-style { background: #fff; }
#site-header.overlay-header.dark-style .dropdown-menu a { color: #000; color: rgba(0,0,0,0.75); }
#site-header.overlay-header.dark-style .dropdown-menu li:hover a,
#site-header.overlay-header.dark-style .dropdown-menu a:hover { background: none }
#site-header.overlay-header.dark-style .sf-menu ul a.sf-with-ul { font-size: 13px }
#site-header.overlay-header.dark-style .dropdown-menu a:hover,
#site-header.overlay-header.dark-style .dropdown-menu > .current-menu-item > a,
#site-header.overlay-header.dark-style .dropdown-menu > .current-menu-item > a:hover { color: #000 }
#site-header.overlay-header.dark-style .dropdown-menu ul a:hover,
#site-header.overlay-header.dark-style .sf-menu li.megamenu ul a.sf-with-ul,
#site-header.overlay-header.dark-style #current-shop-items-dropdown a,
#site-header.overlay-header.dark-style #current-shop-items-dropdown .total,
#site-header.overlay-header.dark-style #current-shop-items-dropdown .total .amount { color: #fff }
#site-header.overlay-header.dark-style .dropdown-menu li ul li,
#site-header.overlay-header.dark-style .dropdown-menu li ul li a,
#site-header.overlay-header.dark-style .product_list_widget .amount { color: #999 }
#site-header.overlay-header.dark-style .dropdown-menu li ul { background: #222; border: none; }
#site-header.overlay-header.dark-style .dropdown-menu li ul a,
#site-header.overlay-header.dark-style .sf-menu > li.megamenu > ul.sub-menu > li,
#site-header.overlay-header.dark-style #current-shop-items-dropdown li { border-color: #333 }
#site-header.overlay-header.dark-style #searchform-dropdown,
#site-header.overlay-header.dark-style #current-shop-items-dropdown { line-height: 1; background: #222; border-top: none; }
#site-header.overlay-header.dark-style #searchform-dropdown input { background: #333; color: #fff; }

/*--------------------------------------------------------------
- Page Header
--------------------------------------------------------------*/

/* Page Header > Main */
.page-header { margin: 0 0 40px; padding: 20px 0; position: relative; background: #f7f7f7; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.no-header-margin .page-header { margin-bottom: 0 }
.page-header .container { position: relative }
.page-header-title { display: block; font-size: 21px; line-height: 1.4em; font-weight: normal; font-weight: 400; margin: 0px; color: #000; }
body.has-breadcrumbs .page-header-title { max-width: 70% }
.page-subheading { font-size: 1.077em; margin: 0; color: #999; }
.page-subheading p:last-child { margin: 0 }
.centered-page-header .page-header-title,
.centered-minimal-page-header .page-header-title { max-width: 100% !important }

/* Page Header > Centered */
.centered-page-header { text-align: center; padding: 30px 0; }
.centered-page-header .page-header-title { font-size: 32px }
.centered-page-header .page-subheading { font-size: 1.385em; font-weight: 300; }

/* Page Header > Minimal Centered */
.centered-minimal-page-header { text-align: center; padding: 30px 0; background: #fff; border-color: #eee; }
.centered-minimal-page-header .page-header-title { font-size: 32px }
.centered-minimal-page-header .page-subheading { font-size: 1.385em; font-weight: 300; }

/* Page Header > Solid Color */
.solid-color-page-header .page-header-title { color: #fff !important }
.solid-color-page-header .site-breadcrumbs,
.solid-color-page-header .site-breadcrumbs a { color: #fff !important }
.solid-color-page-header .page-subheading { color: #fff }

/* Page Header > Archive Description */
.archive-description { margin-bottom: 30px }

/* Page Header > Background Image */
.background-image-page-header { display: table; width: 100%; border: none; background: #000; height: 400px; }
.background-image-page-header .page-header-inner { width: 100% !important; max-width: 100% !important; display: table-cell; vertical-align: middle; text-align: center; padding: 0 30px; }
.background-image-page-header .page-header-title { position: relative; z-index: 2; color: #fff; max-width: 100%; font-size: 42px; font-weight: 400; max-width: 100% !important; }
.background-image-page-header .page-subheading { position: relative; z-index: 2; color: #fff; font-size: 24px; font-weight: 300; }
.background-image-page-header-overlay { display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #000; z-index: 1; opacity: 0.5; }
.background-image-page-header-overlay.style-dotted { background: rgba(0,0,0,0.3) url(/wp-content/themes/envirotwentysixteen/images/visual-composer/dotted-overlay.png) repeat }
.background-image-page-header-overlay.style-dashed { background: rgba(0,0,0,0.3) url(/wp-content/themes/envirotwentysixteen/images/visual-composer/dashed-overlay.png ) repeat }

/*--------------------------------------------------------------
- Breadcrumbs
--------------------------------------------------------------*/

/* Breadcrumbs > Main */
.site-breadcrumbs { position: absolute; right: 0; top: 50%; height: 32px; line-height: 32px; margin-top: -16px; font-size: 0.9em; color: #bcbcbc; font-weight: normal; }
.site-breadcrumbs a { color: #333 }
.site-breadcrumbs .breadcrumb-title { margin-right: 5px }
.site-breadcrumbs .fa { margin: 0 3px }
.site-breadcrumbs.position-under-title,
.centered-page-header .site-breadcrumbs,
.centered-minimal-page-header .site-breadcrumbs { position: inherit; top: auto; right: auto; margin-top: 0; }

/* Breadcrumbs > Hide */
.background-image-page-header .site-breadcrumbs { display: none; margin: 20px 0 0; top: auto; right: auto; position: inherit; text-align: center; color: #fff; }
.background-image-page-header .site-breadcrumbs a { color: #fff; }

/*--------------------------------------------------------------
- LayerSlider & Revolution Tweaks
--------------------------------------------------------------*/

/* Mobile Alternative */
.page-slider-mobile-alt { width: 100%; height: auto; display: block; }

/*main*/
.ls-thumbnail-hover-img img { width: 100% }

/* Slider Revolution font smoothing reset
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    -webkit-font-smoothing: inherit !important;
} */

/*default skin*/
body .ls-defaultskin { padding: 0; background: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
body .ls-defaultskin .ls-nav-prev,
body .ls-defaultskin .ls-nav-next { top: 50%; margin: -40px 0 0; background: #000; opacity: 0.2; height: 80px; width: 50px; z-index: 99 !important; }
body .ls-defaultskin .ls-nav-prev,
body .ls-defaultskin .ls-nav-prev:hover { background: #000 url(/wp-content/themes/envirotwentysixteen/images/arrows/ls-arrow-left.png) no-repeat center center; left: 0; }
body .ls-defaultskin .ls-nav-next,
body .ls-defaultskin .ls-nav-next:hover { background: #000 url(/wp-content/themes/envirotwentysixteen/images/arrows/ls-arrow-right.png) no-repeat center center; right: 0; }
body .ls-defaultskin .ls-nav-prev:hover,
body .ls-defaultskin .ls-nav-next:hover { opacity: 0.5 }
body .ls-borderlesslight .ls-nav-prev,
body .ls-borderlesslight .ls-nav-next { z-index: 99 !important }

/*minimal skin*/
body .ls-minimal { padding: 0; background: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
body .ls-minimal .ls-nav-prev,
body .ls-minimal .ls-nav-next { top: 50%; margin: -40px 0 0; background: #000; opacity: 0.2; height: 80px; width: 50px; z-index: 99; }
body .ls-minimal .ls-nav-prev,
body .ls-minimal .ls-nav-prev:hover { background: #000 url(/wp-content/themes/envirotwentysixteen/images/arrows/ls-arrow-left.png) no-repeat center center; left: 0; }
body .ls-minimal .ls-nav-next,
body .ls-minimal .ls-nav-next:hover { background: #000 url(/wp-content/themes/envirotwentysixteen/images/arrows/ls-arrow-right.png) no-repeat center center; right: 0; }
body .ls-minimal .ls-nav-prev:hover,
body .ls-minimal .ls-nav-next:hover { opacity: 0.5 }

/*full-width skin*/
body .ls-fullwidth { padding: 0; background: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
body .ls-fullwidth .ls-nav-prev,
body .ls-fullwidth .ls-nav-next { top: 50%; margin: -40px 0 0; background: #000; opacity: 0.2; height: 80px; width: 50px; z-index: 99; }
body .ls-fullwidth .ls-nav-prev,
body .ls-fullwidth .ls-nav-prev:hover { background: #000 url(/wp-content/themes/envirotwentysixteen/images/arrows/ls-arrow-left.png) no-repeat center center; left: 0; }
body .ls-fullwidth .ls-nav-next,
body .ls-fullwidth .ls-nav-next:hover { background: #000 url(/wp-content/themes/envirotwentysixteen/images/arrows/ls-arrow-right.png) no-repeat center center; right: 0; }
body .ls-fullwidth .ls-nav-prev:hover,
body .ls-fullwidth .ls-nav-next:hover { opacity: 0.5 }

/*full-width dark skin*/
body .ls-fullwidthdark { padding: 0; background: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
body .ls-fullwidthdark .ls-nav-prev,
body .ls-fullwidthdark .ls-nav-next { top: 50%; margin: -40px 0 0; background: #000; opacity: 0.2; height: 80px; width: 50px; z-index: 99; }
body .ls-fullwidthdark .ls-nav-prev,
body .ls-fullwidthdark .ls-nav-prev:hover { background: #000 url(/wp-content/themes/envirotwentysixteen/images/arrows/ls-arrow-left.png) no-repeat center center; left: 0; }
body .ls-fullwidthdark .ls-nav-next,
body .ls-fullwidthdark .ls-nav-next:hover { background: #000 url(/wp-content/themes/envirotwentysixteen/images/arrows/ls-arrow-right.png) no-repeat center center; right: 0; }
body .ls-fullwidthdark .ls-nav-prev:hover,
body .ls-fullwidthdark .ls-nav-next:hover { opacity: 0.5 }

/*pagination buttons*/
body .ls-fullwidthdark .ls-bottom-slidebuttons,
body .ls-fullwidthdark .ls-nav-start,
body .ls-fullwidthdark .ls-nav-stop,
body .ls-fullwidthdark .ls-nav-sides { top: -40px }

/*box shadow*/
body .ls-shadow { opacity: 0.4; -moz-opacity: 0.4; -webkit-opacity: 0.4; }

/*remove text decoration on links*/
.ls-container a,
.ls-container a:hover,
.ls-container a:active { text-decoration: none }

/*link classes*/
.ls-container .layerslider-button:hover { text-decoration: none; text-decoration: none; opacity: 0.85; }
.ls-container .layerslider-button:active { opacity: 1; box-shadow: 0 2px 2px rgba(0,0,0,.4) inset; -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4) inset; -moz-box-shadow: 0 2px 2px rgba(0,0,0,.4) inset; }

/*revolution slider fixes*/
.tparrows.preview2:after { line-height: 1 }

/*slider revolution custom navigation*/
.tparrows.custom { background: none; width: 46px; height: 46px; border-radius: 50%; border: 2px solid #fff; text-align: center; transition: all 0.25s ease-in-out; position: absolute; top: 50% !important; margin-top: -23px !important; color: #fff; }
.tparrows.custom:hover { background: #fff; color: #000; }
.tparrows.custom:after { display: block; font-family: "FontAwesome"; position: absolute; left: 0; top: 0; height: 42px; line-height: 42px; width: 42px; text-align: center; font-size: 28px; }
.tparrows.custom.tp-leftarrow:after { content: "\f104" }
.tparrows.custom.tp-rightarrow:after { content: "\f105" }
.tp-bullets.simplebullets.custom .bullet { height: 12px; width: 12px; border: 2px solid #fff; display: block; float: left; border-radius: 50%; margin-left: 5px; transition: all 0.25s ease-in-out; cursor: pointer; }
.tp-bullets.simplebullets.custom .bullet.selected,
.tp-bullets.simplebullets.custom .bullet:hover { background: #fff }
.tp-bullets.simplebullets.custom .bullet.first { margin-left: 0 }

/*--------------------------------------------------------------
- Theme Slider
--------------------------------------------------------------*/

/* Theme Slider > Main */
.wpex-slider { position: relative; }
.wpex-slider .sp-grab,
.wpex-slider .sp-grabbing { cursor: default; }
.wpex-slider * { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

/* Theme Slider > Preloader Image */
.wpex-slider-preloaderimg img { display: block; width: 100%; }

/* Theme Slider > Slides */
.wpex-slider-slide { display: none; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0) scale(1.0, 1.0); -webkit-backface-visibility: hidden; }

/* Theme Slider > Images */
.wpex-slider-media img { display: block; width: 100%; height: auto; }

/* Theme Slider > Caption */
.wpex-slider-caption { padding: 15px; font-size: 14px; text-align: center; max-width: 100%; }

/* Theme Slider > Buttons */
.wpex-slider .sp-buttons { position: absolute; left: 0; top: 0; width: auto; padding: 15px; }
.wpex-slider .sp-button { border-color: #fff; border-width: 1px; margin: 2px; width: 10px; height: 10px; transition: all 0.25s ease-in-out; }
.wpex-slider .sp-button:hover,
.wpex-slider .sp-selected-button { background-color: #fff; border-color: transparent; }

/* Theme Slider > Arrows */
.wpex-slider .sp-arrow { height: 52px; width: 52px; line-height: 52px; background: none; top: 0; font-family: "FontAwesome"; color: #fff; text-align: center; font-size: 32px; background: #000; background: rgba(0,0,0,.3); transition: all 0.3s ease-in-out; }
.wpex-slider .sp-arrow:hover { background: rgba(0,0,0,.65); }
.sp-horizontal .sp-previous-arrow { left: 0 !important; border-top-right-radius: 4px; -moz-border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-bottom-right-radius: 4px; -webkit-border-bottom-right-radius: 4px;  }
.sp-horizontal .sp-next-arrow { right: 0 !important; border-bottom-left-radius: 4px; -moz-border-bottom-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; border-top-left-radius: 4px; -moz-border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; }
.wpex-slider .sp-arrow:before { font-family: "FontAwesome"; content: ""; background: none; -webkit-transform: none; -ms-transform: none; transform: none; left: 0; top: 0; height: 100%; width: 100%; }
.wpex-slider .sp-arrow.sp-previous-arrow:before { content: "\f104"; }
.wpex-slider .sp-arrow.sp-next-arrow:before { content: "\f105"; }
.wpex-slider .sp-arrow:after { display: none; }

/* Theme Slider > Thumbnails */
.wpex-slider-thumbnails { display: none;}
.wpex-slider .sp-thumbnail-container { cursor: pointer; }
.wpex-slider .sp-thumbnails-container.sp-bottom-thumbnails { width: 100% !important; }
.wpex-slider .sp-thumbnails img { opacity: 0.75; -moz-opacity: 0.6; -webkit-opacity: 0.6; box-shadow: 0 0 0 #000; }
.wpex-slider .sp-thumbnails img:hover,
.wpex-slider .sp-thumbnails .sp-selected-thumbnail img { opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
.wpex-slider .sp-bottom-thumbnails .sp-previous-thumbnail-arrow { left: 10px; }
.wpex-slider .sp-bottom-thumbnails .sp-next-thumbnail-arrow { right: 10px; }

/* Theme Slider > Thumbnails w/out Carousel */
.wpex-slider .sp-nc-thumbnail-container { display: block; float: left; cursor: pointer; margin-left: 5px; }
.wpex-slider .sp-nc-thumbnail-container:first-child { margin-left: 0; }
.wpex-slider .sp-nc-thumbnails img { opacity: 0.75; -moz-opacity: 0.6; -webkit-opacity: 0.6; box-shadow: 0 0 0 #000; }
.wpex-slider .sp-nc-thumbnails img:hover,
.wpex-slider .sp-nc-thumbnails .sp-nc-selected-thumbnail img { opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }

/* Theme Slider > No Margins thumbnails */
.wpex-slider .sp-thumbnail-arrows { display: none !important; }
.wpex-slider.no-margin-thumbnails .sp-thumbnails { width: 100% !important; }
.wpex-slider.no-margin-thumbnails .sp-bottom-thumbnails { margin-top: 0; }
.wpex-slider.no-margin-thumbnails .sp-thumbnail-container { margin: 0 !important; }
.wpex-slider.no-margin-thumbnails .wpex-slider-thumbnails.cols-6 .sp-thumbnail-container { width: 16.6666% !important; }
.wpex-slider.no-margin-thumbnails .wpex-slider-thumbnails.cols-5 .sp-thumbnail-container { width: 20% !important; }
.wpex-slider.no-margin-thumbnails .wpex-slider-thumbnails.cols-4 .sp-thumbnail-container { width: 25% !important; }
.wpex-slider.no-margin-thumbnails .wpex-slider-thumbnails.cols-3 .sp-thumbnail-container { width: 33.3333% !important; }
.wpex-slider.no-margin-thumbnails .wpex-slider-thumbnails.cols-2 .sp-thumbnail-container { width: 50% !important; }
.wpex-slider.no-margin-thumbnails img.sp-thumbnail { display: block; margin: 0 !important; width: 100% !important; }

/* Theme Slider > Thumbnail Pointer */
.wpex-slider .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
.wpex-slider .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after { border-bottom-color: red; }

/* Theme Slider > Layers */
.wpex-slider .sp-layer p:last-child { margin: 0; }
.wpex-slider .sp-black a { color: #fff; text-decoration: underline; }
.wpex-slider .sp-white a { color: #000; text-decoration: underline; }

/*--------------------------------------------------------------
- Theme Carousel
--------------------------------------------------------------*/

/* Carousel > CORE - DO NOT EDIT/DELETE */
.owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-carousel .owl-animated-in { z-index: 0 }
.owl-carousel .owl-animated-out { z-index: 1 }
.owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }
@-webkit-keyframes fadeOut { 0% { opacity: 1 } 100% { opacity: 0 } }
@keyframes fadeOut {  0% { opacity: 1 } 100% { opacity: 0 } }
.owl-height { -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 { display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1; }
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden;-webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot { cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-loaded { display: block }
.owl-carousel.owl-loading { opacity: 0; display: block; }
.owl-carousel.owl-hidden { opacity: 0 }
.owl-carousel .owl-refresh .owl-item { display: none }
.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transform: translateZ(0) scale(1.0, 1.0); -webkit-backface-visibility: hidden; }
.owl-carousel .owl-item img { display: block; margin: 0 auto; width: auto; max-width: 100%; -webkit-transform-style: preserve-3d; }
.owl-carousel.owl-text-select-on .owl-item { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; }
.owl-carousel .owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }
.owl-carousel.owl-rtl { direction: rtl }
.owl-carousel.owl-rtl .owl-item { float: right }
.no-js .owl-carousel { display: block }
.owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }
.owl-carousel .owl-item img { transform-style: preserve-3d }
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(/wp-content/themes/envirotwentysixteen/owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: scale 100ms ease; -moz-transition: scale 100ms ease; -ms-transition: scale 100ms ease; -o-transition: scale 100ms ease; transition: scale 100ms ease; }
.owl-carousel .owl-video-play-icon:hover { -webkit-transition: scale(1.3, 1.3); -moz-transition: scale(1.3, 1.3); -ms-transition: scale(1.3, 1.3); -o-transition: scale(1.3, 1.3); transition: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon { display: none }
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame { position: relative; z-index: 1; }
/* Carousel > Default Design */
.wpex-carousel { position: relative; margin-left: 0 !important; margin-right: 0 !important; }

/* Crousel > Media */
.wpex-carousel-entry-media img { display: block; }

/* Crousel > Details */
.wpex-carousel-entry-details { background: #f7f7f7; border: 1px solid #eee; padding: 15px; }

/* Carousel > Title */
.wpex-carousel-entry-title { font-size: 14px; font-weight: 600; color: #000; }
.wpex-carousel-entry-title a { color: #000; }
.wpex-carousel-entry-title a:hover { text-decoration: none; }

/* Crousel > Excerpt */
.wpex-carousel-entry-excerpt { margin-top: 5px; }
.wpex-carousel-entry-excerpt p:last-child { margin: 0 }

/* Carousel > Dots */
.wpex-carousel .owl-dots { text-align: center; }
.wpex-carousel .owl-dots.disabled { display: none !important }
.wpex-carousel .owl-dot { display: inline-block; height: 12px; width: 12px; margin-left: 5px; margin-right: 0; margin-top: 20px;  cursor: pointer; border-radius: 50%; background: #ddd; border: 0; }

/* Carousel > Nav */
.wpex-carousel .owl-nav.disabled { display: none !important }
.wpex-carousel .owl-prev,
.wpex-carousel .owl-next { margin-top: 20px; display: block; float: left; height: 20px; line-height: 20px; width: 20px; color: #fff; font-size: 11px; padding: 0; cursor: pointer; text-align: center; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; cursor: pointer; padding: 0 !important; font-family: 'Arial'; }
.wpex-carousel .owl-next { margin-left: 5px; }

/* Carousel > No Margins Style */
.wpex-carousel.no-margins { margin-bottom: 0 !important; }
.wpex-carousel.no-margins .wpex-carousel-entry-media img { width: 100%; }
.wpex-carousel.no-margins .owl-prev,
.wpex-carousel.no-margins .owl-next { background: #000 !important; height: 60px; line-height: 60px; width: 40px; text-align: center; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; position: absolute; top: 50%; margin: -30px 0 0; font-size: 1.231em; opacity: 0.6; -moz-opacity: 0.6; -webkit-opacity: 0.6; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; cursor: pointer; z-index: 3; padding: 0 !important; font-family: 'FontAwesome'; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.wpex-carousel.no-margins .owl-prev:hover,
.wpex-carousel.no-margins .owl-next:hover { opacity: 1; background: #000; }
.wpex-carousel.no-margins .owl-prev { left: 15px }
.wpex-carousel.no-margins .owl-next { right: 15px }

/*--------------------------------------------------------------
- Portfolio
--------------------------------------------------------------*/

/* Portfolio > Entries */
.portfolio-entry-title { font-size: 1.077em; margin: 0 0 5px; }
.portfolio-entry-categories { margin: -5px 0 10px; }
.portfolio-entry-categories a { font-size: 0.923em; color: #777; list-style: none; }
.vcex-portfolio-entry-media,
.portfolio-entry-media { position: relative; overflow: hidden; }
.portfolio-entry-media-link { display: block }
.vcex-portfolio-entry-media img,
.portfolio-entry-media img { display: block; width: 100%; box-shadow: #000 0em 0em 0em; }
.portfolio-entry-details { background: #f7f7f7; border: 1px solid #eee; padding: 15px; }
.portfolio-entry-excerpt p { margin-bottom: 15px }
.portfolio-entry-excerpt p:last-child { margin: 0 }
.portfolio-entry-readmore-wrap { padding-top: 15px; }
.portfolio-entry .vcex-button { font-size: 0.923em; }

/* Portfolio > No Margin Grid */
.portfolio-no-margins .col { margin: 0 !important; padding: 0 !important; }
.vcex-no-margin-grid .portfolio-entry-details,
.portfolio-no-margins .portfolio-entry-details { background: #262626; border: none; color: #787878; }
.vcex-no-margin-grid .portfolio-entry-title a,
.portfolio-no-margins .portfolio-entry-title a { color: #fff }

/* Portfolio > 1 Column Grid */
#portfolio-entries .portfolio-entry.span_1_of_1 { margin: 0 0 30px; float: none; border: none; }
#portfolio-entries .portfolio-entry.span_1_of_1 .portfolio-entry-media { width: 45%; float: left; margin: 0 30px 0 0; }
#portfolio-entries .portfolio-entry.span_1_of_1 .portfolio-entry-details { background: none; border: none; padding: 0; }
#portfolio-entries .portfolio-entry.span_1_of_1 .portfolio-entry-title { margin: 0 }

/* Portfolio > Singular */
#portfolio-post-comments { margin-top: 50px }
#portfolio-single-media { margin-bottom: 30px }

/* Portfolio > Related */
.no-composer .related-portfolio-posts{ margin-top: 30px; }
.related-portfolio-posts { margin-bottom: 30px; }

/*--------------------------------------------------------------
- Staff
--------------------------------------------------------------*/

/* Staff > Entries */
.staff-entry-title { font-size: 1.077em; color: #000; margin: 0 0 5px; font-weight: bold; font-weight: 600; }
.staff-entry-categories { margin: -5px 0 10px; }
.staff-entry-categories a { font-size: 0.923em; color: #777; list-style: none; }
.staff-entry { text-align: left; margin-bottom: 30px; }
.staff-entry-details { padding-top: 15px }
.staff-entry-media { position: relative }
.staff-entry-media-link { display: block }
.staff-entry-media img { display: block; margin: 0 auto; }
.staff-entry-position { font-size: 0.923em; color: #777; list-style: none; margin: -5px 0 10px; }
.staff-entry-excerpt p { margin-bottom: 15px }
.staff-entry-excerpt,
.staff-entry-excerpt p:last-child { margin: 0 }
.staff-entry-readmore-wrap { padding-top: 15px; }

.staff-social { margin-top: 5px }
.staff-social a { display: inline-block; color: #bbb; font-size: 14px; margin-left: 5px; margin-top: 5px; border: 1px solid #eee; border-radius: 24px; height: 24px; line-height: 24px; width: 24px; text-align: center; }
.staff-social a:first-child { margin-left: 0 }
.staff-social a:hover { text-decoration: none; background: #f7f7f7; }
.staff-social a.staff-twitter:hover { color: #00aced }
.staff-social a.staff-facebook:hover { color: #3b5998 }
.staff-social a.staff-pinterest:hover { color: #cb2027 }
.staff-social a.staff-google-plus:hover { color: #dd4b39 }
.staff-social a.staff-linkedin:hover { color: #4875b4 }
.staff-social a.staff-dribbble:hover { color: #ef5b93 }
.staff-social a.staff-skype:hover { color: #04b1f5 }
.staff-social a.staff-envelope:hover { color: #666 }

/* Staff > 1 Column Grid */
#staff-entries .staff-entry.span_1_of_1 { margin: 0 0 30px; float: none; border: none; }
#staff-entries .staff-entry.span_1_of_1 .staff-entry-media { width: 45%; float: left; padding: 0 30px 0 0; }
#staff-entries .staff-entry.span_1_of_1 .staff-entry-details { width: 55%; float: right; padding-top: 0; }

/* Staff > Carousel Social */
.vcex-caroufredsel-staff .staff-social a { border-color: #ddd }
.vcex-caroufredsel-staff .staff-social a:hover { background: #fff }

/* Staff > Singular */
#staff-post-thumbnail { margin-bottom: 20px }
#staff-post-thumbnail img { display: block; margin: 0; }
#staff-single-media { margin-bottom: 30px }

/* Staff > Related */
.related-staff-posts { margin-bottom: 40px }

/* Staff > No Margin Grid */
.staff-no-margins .col { margin: 0 !important; padding: 0 !important; }

/* Staff > Single Post */
.single-staff .single-header { margin-bottom: 20px; }
.single-staff .single-header .entry-title { margin: 0; }
.skin-base .single-staff-position { color: #bbb; }

/*--------------------------------------------------------------
- Testimonials
--------------------------------------------------------------*/

/* Testimonials > Main */
.testimonial-entry-content { position: relative; border: 1px solid #eee; background: #f7f7f7; padding: 20px; border-radius: 3px; }
.testimonial-caret { position: absolute; display: block; background: url(/wp-content/themes/envirotwentysixteen/images/base/testimonials-arrow.png) no-repeat; left: 10px; height: 12px; width: 20px; bottom: -12px; }
.testimonial-entry-content p { margin: 0 0 15px }
.testimonial-entry-content p:last-child { margin: 0 }
.testimonial-entry-bottom { margin-top: 20px }
.testimonial-entry-thumb { float: left; margin-right: 20px; min-width: 45px; }
.testimonial-entry-thumb img { display: block; padding: 3px; border: 1px solid #eee; border-radius: 50%; width: 45px; height: 45px; }
.testimonial-entry-meta { float: left }
.testimonial-entry-author { display: block; font-weight: bold; font-weight: 600; color: #000; font-size: 1.077em; }
.testimonial-entry-company { margin-top: -2px; display: block; color: #999; font-size: 13px; }

/* Testimonials > Singular */
.single-testimonials .left-sidebar blockquote { margin-top: 0 }
.single-testimonials .right-sidebar blockquote { margin-top: 0 }

/*--------------------------------------------------------------
- Post Meta Styles
--------------------------------------------------------------*/
.meta, .entry .meta { font-size: 0.923em; color: #777; list-style: none; margin: 0 0 10px; }
.meta li, .entry .meta li { float: left; margin: 0 20px 5px 0; }
.meta li:last-child, .entry .meta li:last-child { margin-right: 0 }
.meta li .fa { margin-right: 8px }
.meta a { color: #777; text-decoration: none; }
.meta a:hover { color: #000; text-decoration: none; }

/*--------------------------------------------------------------
- Blog General Styles
--------------------------------------------------------------*/

/*general entry styles*/
.blog-entry a.blog-entry-media-link { display: block; margin: 0 auto; }
.blog-entry-media img { display: block; margin: 0 auto; width: 100%; }
.single-post .blog-entry.grid-entry-style.format-quote { width: 100%; margin: 0; }
.format-quote { overflow: hidden }
.blog-entry-readmore span.readmore-rarr { margin-left: 7px }
.blog-entry .social-share-title { display: none }
.blog-entry-excerpt p:last-child { margin: 0; }

/*post gallery*/
.gallery-format-post-slider-wrap ul,
.gallery-format-post-slider-wrap ol { margin: 0; list-style: none; }
.gallery-format-post-slider-wrap ul li { list-style: none }
.gallery-format-post-slider-wrap .flex-control-thumbs { padding-top: 10px; z-index: 99; }
.gallery-format-post-slider-wrap .flex-control-thumbs:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
.gallery-format-post-slider-wrap .flex-control-thumbs li { display: block; float: left; margin-right: 5px; margin-bottom: 5px; cursor: pointer; height: auto; width: 50px; }
.gallery-format-post-slider-wrap .flex-control-thumbs li a { display: block }
.gallery-format-post-slider-wrap .flex-control-thumbs li img { width: 100%; display: block; opacity: 0.4; margin-bottom: 3px; -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; -ms-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; box-shadow: #000 0em 0em 0em; }
.gallery-format-post-slider-wrap .flex-control-thumbs img.flex-active,
.gallery-format-post-slider-wrap .flex-control-thumbs li img:hover { opacity: 1 }
.gallery-format-post-slider-wrap .flex-direction-nav a { display: block; width: 40px; height: 60px; line-height: 60px; margin-top: -30px; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0.7; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: opacity .3s ease; -moz-transition: opacity .3s ease; transition: opacity .3s ease; background: #000; color: #fff; text-align: center; font-size: 1.385em; }
.gallery-format-post-slider-wrap .flex-direction-nav .flex-prev { left: 0; border-radius: 0 3px 3px 0; }
.gallery-format-post-slider-wrap .flex-direction-nav .flex-next { right: 0; border-radius: 3px 0 0 3px; }
.gallery-format-post-slider-wrap .flex-direction-nav a:hover { opacity: 1 }

/*audio format*/
.blog-entry-img-link { position: relative; display: block; }
.blog-entry-music-icon-overlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0,0,0,0.4); transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s; }
.blog-entry-music-icon-overlay:hover { background: rgba(0,0,0,0.6) }
.blog-entry-music-icon-overlay .fa { display: block; position: absolute; top: 50%; left: 50%; margin-top: -20px; margin-left: -20px; height: 40px; width: 40px; line-height: 40px; text-align: center; background: #fff; color: #000; font-size: 1.385em; border-radius: 99px; opacity: 0.85; -moz-opacity: 0.85; -webkit-opacity: 0.85; }
.blog-post-audio { overflow: hidden; width: 100%; }
.blog-post-audio iframe,
.blog-post-audio embed { max-width: 100% }

/*--------------------------------------------------------------
- Blog Entry: Full-Width
--------------------------------------------------------------*/

/*main*/
.blog-entry.large-image-entry-style { position: relative; margin-bottom: 40px; padding-bottom: 20px; border-bottom: 1px solid #eee; margin-left: 0; }
.blog-entry.large-image-entry-style .blog-entry-title { font-size: 24px; margin: 0 0 10px; font-weight: 400; }
.blog-entry.large-image-entry-style .blog-entry-media,
.blog-entry.large-image-entry-style .blog-entry-excerpt,
.blog-entry.large-image-entry-style .blog-entry-readmore { margin-bottom: 20px }

/*author avatars in blog entries*/
.blog-entry.large-image-entry-style .header-with-avatar { position: relative; padding-left: 100px; margin-bottom: 20px; }
.blog-entry.large-image-entry-style .blog-entry-author-avatar { position: absolute; left: 0; top: 0; }
.blog-entry.large-image-entry-style .blog-entry-author-avatar,
.blog-entry.large-image-entry-style .blog-entry-author-avatar img { height: 74px; width: 74px; }

/*quote format*/
.blog-entry.large-image-entry-style.format-quote { position: relative; display: block; padding: 20px 30px; font-size: 1.231em; z-index: 2; background: #f7f7f7; border-bottom: none; }
.blog-entry.large-image-entry-style.format-quote p:last-child { margin: 0 }
.blog-entry.large-image-entry-style.format-quote .quote-entry-author { margin-top: 15px; font-size: 0.923em; font-weight: 300; text-decoration: underline; }
.blog-entry.large-image-entry-style.format-quote .fa-quote-right { position: absolute; right: 15px; bottom: 15px; font-size: 60px; display: block; z-index: 1; opacity: 0.1; }

/*audio format*/
.blog-entry.large-image-entry-style .blog-entry-music-icon-overlay .fa { height: 60px; line-height: 60px; width: 60px; margin-top: -30px; margin-left: -30px; }

/*readmore*/
.blog-entry.large-image-entry-style .blog-entry-readmore { margin-top: 0px }

/*--------------------------------------------------------------
- Blog Entry: Thumbnail
--------------------------------------------------------------*/

/*main*/
.blog-entry.thumbnail-entry-style { position: relative; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #eee; }
.blog-entry.thumbnail-entry-style .blog-entry-media { float: left; width: 46%; }
.blog-entry.thumbnail-entry-style .blog-entry-content { float: right; width: 50%; }
.content-left-sidebar .blog-entry.thumbnail-entry-style .blog-entry-media { float: right }
.content-left-sidebar .blog-entry.thumbnail-entry-style .blog-entry-content { float: left }
.blog-entry.thumbnail-entry-style.no-featured-image .blog-entry-content { float: none; width: 100%; }

/*title*/
.blog-entry.thumbnail-entry-style .blog-entry-title { font-size: 24px; margin: 0 0 5px; line-height: 1.3em; font-weight: 400; }

/*excerpt*/
.blog-entry.thumbnail-entry-style .blog-entry-excerpt { margin-bottom: 20px }

/*readmore*/
.blog-entry.thumbnail-entry-style .blog-entry-readmore { margin-bottom: 20px; }

/*author avatars in blog entries*/
.blog-entry.thumbnail-entry-style .header-with-avatar { position: relative; padding-left: 100px; margin-bottom: 25px; }
.blog-entry.thumbnail-entry-style .blog-entry-author-avatar { position: absolute; left: 0; top: 0; }

/* gallery */
.blog-entry.thumbnail-entry-style .sp-fade-arrows { opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
.blog-entry.thumbnail-entry-style .sp-horizontal .sp-arrows { margin-top: -20px; }
.blog-entry.thumbnail-entry-style .wpex-slider .sp-arrow { height: 40px; width: 25px; line-height: 40px; font-size: 1.077em; background: rgba(0,0,0,.3); }
.blog-entry.thumbnail-entry-style .wpex-slider .sp-arrow:hover { background: rgba(0,0,0,1); }

/*quote format*/
.blog-entry.thumbnail-entry-style.format-quote { position: relative; display: block; padding: 20px 30px; font-size: 1.231em; z-index: 2; background: #f7f7f7; }
.blog-entry.thumbnail-entry-style.format-quote p:last-child { margin: 0 }
.blog-entry.thumbnail-entry-style.format-quote .quote-entry-author { margin-top: 15px; font-size: 0.923em; font-weight: 300; text-decoration: underline; }
.blog-entry.thumbnail-entry-style.format-quote .fa-quote-right { position: absolute; right: 15px; bottom: 15px; color: #fff; font-size: 60px; display: block; z-index: 1; opacity: 0.15; }

/*--------------------------------------------------------------
- Blog Entry: Grid
--------------------------------------------------------------*/

/*main*/
.blog-isotope-grid .infinite-scroll-loader { bottom: 0 }
.blog-entry.grid-entry-style { float: left }
.blog-entry.grid-entry-style .blog-entry-inner { padding: 0 20px 20px; border: 1px solid #eee; }
.blog-entry.grid-entry-style .blog-entry-media { margin: 0 -20px }
.blog-entry.grid-entry-style .social-share-buttons { display: none !important }

/*title*/
.blog-entry.grid-entry-style header { margin-top: 20px }
.blog-entry.grid-entry-style .blog-entry-title { font-size: 1.231em; margin: 0 0 5px; line-height: 1.5em; font-weight: 400; }

/*author avatars in blog entries*/
.blog-entry.grid-entry-style .blog-entry-author-avatar { display: none }

/* gallery */
.blog-entry.grid-entry-style .sp-fade-arrows { opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
.blog-entry.grid-entry-style .sp-horizontal .sp-arrows { margin-top: -20px; }
.blog-entry.grid-entry-style .wpex-slider .sp-arrow { height: 40px; width: 25px; line-height: 40px; font-size: 1.077em; background: rgba(0,0,0,.3); }
.blog-entry.grid-entry-style .wpex-slider .sp-arrow:hover { background: rgba(0,0,0,1); }

/*quote format*/
.blog-entry.grid-entry-style.format-quote .post-quote-entry-inner { position: relative; display: block; padding: 20px 30px; font-size: 1.231em; z-index: 2; background: #f7f7f7; }
.blog-entry.grid-entry-style.format-quote p:last-child { margin: 0 }
.blog-entry.grid-entry-style.format-quote .quote-entry-author { margin-top: 15px; font-size: 0.923em; font-weight: 300; text-decoration: underline; }
.blog-entry.grid-entry-style.format-quote .fa-quote-right { position: absolute; right: 15px; bottom: 15px; color: #999; font-size: 60px; display: block; z-index: 1; opacity: 0.15; }

/*excerpt*/
.blog-entry.grid-entry-style .blog-entry-excerpt { margin-top: 10px }

/*read more button*/
.blog-entry.grid-entry-style .blog-entry-readmore { margin-top: 20px }

/*--------------------------------------------------------------
- Single Blog Posts
--------------------------------------------------------------*/
.single-post .entry { margin-bottom: 40px }

/*post title */
.post-title { font-size: 24px; margin: 0 0 10px; line-height: 1.3em; font-weight: 400; }

/*meta*/
.content-full-screen .meta { display: none }
.single-post .meta { margin: 0 0 20px }

/*meta with title*/
.single-post-title { font-size: 24px; margin: 0 0 10px; font-weight: 400; }
.single-post .meta.meta-with-title { border: none; padding: 0; }

/*post thumbnail*/
#post-media { display: block; position: relative; margin-bottom: 20px; }
#post-media img { display: block; margin: 0 auto; width: 100%; }
.post-media-caption { position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px 15px; background: #000; background: rgba(0,0,0,0.75); color: #fff; font-size: 0.923em; font-weight: normal; text-align: center; }
.post-media-caption p { color: #fff }
.post-media-caption a { color: #fff; text-decoration: underline; }
.post-media-caption p:last-child { margin: 0 }

/*post series*/
#post-series { padding: 0 25px 25px; background: #f7f7f7; border: 1px solid #e4e4e4; margin-bottom: 30px; }
#post-series-title { background: #eee; font-size: 1.231em; font-weight: 400; margin: 0 -25px 25px; padding: 10px 25px; color: #000; border-bottom: 1px solid #e4e4e4; }
#post-series ul { list-style: none !important; margin: 0 !important; }
#post-series li { padding: 7px 0; border-bottom: 1px solid #eee; }
#post-series li:first-child { padding-top: 0 }
#post-series li:last-child { border: none; padding-bottom: 0; }
#post-series .post-series-count { font-weight: bold; font-weight: 600; color: #000; margin-right: 10px; }
#post-series .post-series-current { color: #777; text-decoration: line-through; }

/*tags*/
.post-tags { margin-bottom: 40px }

/*author bio*/
.author-bio { position: relative; margin: 0 0 40px; background: #f7f7f7; border: 1px solid #eee; padding: 25px 25px 25px 125px; }
.author-bio-avatar { position: absolute; top: 20px; left: 20px; }
.author-bio-avatar img { display: block; border-radius: 74px; -moz-border-radius: 74px; -webkit-border-radius: 74px; height: 74px; width: 74px; }
.author-bio-title { font-weight: bold; font-weight: 600; color: #000; font-size: 1.077em; margin: 0 0 10px; }
.author-bio-title a { color: #000 }
.author-bio-description p:last-child { margin: 0 }
.author-bio-social { margin-top: 15px }
.author-bio-social a { display: block; float: left; color: #fff; height: 25px; line-height: 25px; width: 25px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; text-align: center; margin-right: 4px; font-size: 13px; background: #1e1e1e; }
.author-bio-social a:hover { color: #fff; text-decoration: none; opacity: 0.8; }
.author-bio-social a:active { box-shadow: inset 0 1px 4px rgba(0,0,0,0.4) }
.author-bio-social a.twitter { background: #00ACED }
.author-bio-social a.facebook { background: #3B5998 }
.author-bio-social a.google-plus { background: #D14836 }
.author-bio-social a.pinterest { background: #CB2027 }
.author-bio-social a.linkedin { background: #007FB1 }
.author-bio-social a.instagram { background: #517fa4 }

/*related posts*/
.related-posts { margin-bottom: 20px; overflow: hidden; }
.related-posts li { margin-bottom: 20px }
.related-posts li:last-child,
.related-posts li p:last-child { margin-bottom: 0 }
.related-post-thumb { display: block }
.related-post-thumb img { display: block; width: 100%; }
.related-post-title { margin: 0 0 5px; display: block; }
.related-post-content { padding: 10px; background: #f7f7f7; border: 1px solid #eee; }
.related-post-excerpt { font-size: 0.923em; line-height: 1.7em; }
.related-post-excerpt p:last-child { margin: 0 }

/*Quote post format*/
.single .format-quote { position: relative; display: block; padding: 20px 30px; font-size: 1.231em; z-index: 2; background: #f7f7f7; }
.single .format-quote p:last-child { margin: 0 }
.single .format-quote .quote-entry-author { margin-top: 15px; font-size: 0.923em; font-weight: 300; text-decoration: underline; }
.single .format-quote .fa-quote-right { position: absolute; right: 15px; bottom: 15px; font-size: 60px; display: block; z-index: 1; opacity: 0.1; }

/*--------------------------------------------------------------
- Other Custom Post Types
--------------------------------------------------------------*/
.custom-posttype-entry { position: relative; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #eee; }
.custom-posttype-entry-media { margin-bottom: 20px }
.custom-posttype-entry-title { font-size: 24px; margin: 0 0 10px; font-weight: 400; }
.custom-posttype-entry-excerpt { margin-bottom: 20px }
.custom-posttype-entry-excerpt p:last-child { margin: 0 }

/*--------------------------------------------------------------
- Social Sharing
--------------------------------------------------------------*/

/* Social Sharing > Core */
ul.social-share-buttons { list-style: none !important; }
.social-share-button-text { font-size: 13px } /* Dont use em here */
.single-portfolio.no-composer .social-share-wrap.position-horizontal { margin: 40px 0 0; }
.social-share-buttons li, .social-share-buttons a { display: block; text-decoration: none; }
.social-share-buttons a:hover { text-decoration: none; }

/* Social Sharing > Vertical */
.social-share-wrap.position-vertical .social-share-title { display: none; }
.social-share-buttons.position-vertical { position: absolute; top: 0; left: -55px; z-index: 9; width: 35px; list-style: none; margin: 0; }
.left-sidebar .social-share-buttons.position-vertical { right: -55px; left: auto; }
.social-share-buttons.position-vertical li { float: left }
.social-share-buttons.position-vertical li:first-child { border-top: 1px solid #e4e4e4 }
.social-share-buttons.position-vertical .social-share-button-text { display: none; }

/* Social Sharing > Horizontal */
.social-share-buttons.position-horizontal { margin: 0 0 40px; }
.social-share-buttons.position-horizontal li { float: left; margin: 0 5px 5px 0; border: none; }
.social-share-buttons.position-horizontal li a { color: #999; width: auto; padding: 0 10px; height: 30px; line-height: 30px; border: 1px solid #e4e4e4; font-weight: normal; }
.social-share-buttons.position-horizontal li .fa { margin-right: 5px }

/* Social Sharing > Minimal */
.social-share-buttons li a { color: #999; width: 35px; height: 35px; line-height: 35px; border: 1px solid #e4e4e4; border-top: none; text-align: center; font-size: 1.077em; transition: all .15s ease-in-out; }
.social-share-buttons li a:hover { background: #f7f7f7 }
.social-share-buttons li.share-twitter a:hover { color: #00aced }
.social-share-buttons li.share-facebook a:hover { color: #3b5998 }
.social-share-buttons li.share-pinterest a:hover { color: #cb2027 }
.social-share-buttons li.share-googleplus a:hover { color: #dd4b39 }
.social-share-buttons li.share-linkedin a:hover { color: #4875B4 }

/* Social Sharing > Flat */
.style-flat li li:first-child { border: none }
.social-share-buttons.position-vertical.style-flat li:first-child { border-top: none; }
.social-share-buttons.style-flat li a { color: #fff !important; border: none !important; border-radius: 2px; }
.style-flat li.share-twitter a { background: #00aced }
.style-flat li.share-twitter a:hover { background: #0093cb }
.style-flat li.share-facebook a { background: #3b5998 }
.style-flat li.share-facebook a:hover { background: #324b80 }
.style-flat li.share-pinterest a { background: #cb2027 }
.style-flat li.share-pinterest a:hover { background: #ae1b21 }
.style-flat li.share-googleplus a { background: #dd4b39 }
.style-flat li.share-googleplus a:hover { background: #d03724 }
.style-flat li.share-linkedin a { background: #4875B4 }
.style-flat li.share-linkedin a:hover { background: #3e659c }
.social-share-buttons.style-flat li { margin-bottom: 3px }

/* Social Sharing > 3D */
.style-three-d li li:first-child { border: none }
.social-share-buttons.position-vertical.style-three-d li:first-child { border-top: none; }
.social-share-buttons.style-three-d li a { color: #fff !important; border: none; border-bottom: 3px solid rgba(0,0,0,0.25); border-radius: 2px; }
.social-share-buttons.style-three-d li a:active { border-bottom-color: transparent }
.style-three-d li.share-twitter a { background: #00aced }
.style-three-d li.share-twitter a:hover { background: #0093cb }
.style-three-d li.share-facebook a { background: #3b5998 }
.style-three-d li.share-facebook a:hover { background: #324b80 }
.style-three-d li.share-pinterest a { background: #cb2027 }
.style-three-d li.share-pinterest a:hover { background: #ae1b21 }
.style-three-d li.share-googleplus a { background: #dd4b39 }
.style-three-d li.share-googleplus a:hover { background: #d03724 }
.style-three-d li.share-linkedin a { background: #4875B4 }
.style-three-d li.share-linkedin a:hover { background: #3e659c }
.social-share-buttons.style-three-d li { margin-bottom: 3px }

/*--------------------------------------------------------------
- WP Gallery
--------------------------------------------------------------*/
.content-full-width .gallery-item { margin-bottom: 15px }
.content-left-sidebar .gallery-item,
.content-right-sidebar .gallery-item { margin-bottom: 10px }
.wpex-gallery { margin-bottom: 15px }
#wrap .wpex-gallery p { margin: 0 }
#wrap .gallery { margin: 0 -10px }
.gallery-item { padding: 0 10px }
#wrap .gallery-item img { display: block; border: none; width: 100%; }
.gallery-item img:hover { opacity: 0.8 }
.gallery-caption { font-size: 0.923em; background: #f7f7f7; border: 1px solid #e4e4e4; border-top: none; text-align: center; padding: 5px 10px; }

/*--------------------------------------------------------------
- Pagination
--------------------------------------------------------------*/

/*next/previous posts*/
.post-pagination { border-top: 1px solid #eee; padding: 30px 0; color: #888; }
.post-pagination .post-prev { float: left; width: 48%; }
.post-pagination .post-prev span { margin-right: 5px }
.post-pagination .post-next { float: right; width: 48%; text-align: right; }
.post-pagination .post-next span { margin-left: 5px }
.post-pagination a { color: #888; }
.content-full-screen .post-pagination { display: none }

/*standard*/
ul.page-numbers { list-style: none; margin: 10px 0 0; }
ul.page-numbers li { display: block; float: left; margin: 0 4px 4px 0; text-align: center; }
.page-numbers a,
.page-numbers span { line-height: 1; display: block; padding: 0.4em 0.7em; font-size: 0.923em; text-decoration: none; font-weight: normal; font-weight: 400; cursor: pointer; border: 1px solid #ddd; color: #888; transition: all .15s ease-in-out; }
.page-numbers a span { padding: 0 }
.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover { color: #000; background: #f7f7f7; text-decoration: none; }
.page-numbers:hover { text-decoration: none }

/*infinite scroll*/
.infinite-scroll-loader { position: absolute; bottom: -20px; left: 50%; margin-left: -8px; height: 16px; line-height: 16px; width: 30px; background: url(/wp-content/themes/envirotwentysixteen/images/preloaders/loader.gif) center center no-repeat; text-indent: -9999px; }
#infscr-loading img { display: none !important }
.infinite-scroll-nav { display: none }

/*Add some padding*/
.infinite-scroll-wrap { position: relative; padding-bottom: 20px; }

/*--------------------------------------------------------------
- Sidebar
--------------------------------------------------------------*/
#sidebar { margin-bottom: 10px }
.sidebar-box { padding-bottom: 30px }
.sidebar-box input { max-width: 100% }
.sidebar-box .widget-title { margin: 0 0 20px; font-size: 1.077em; font-weight: bold; font-weight: 600; color: #000; }
.sidebar-box .widget-titleselect { width: 100% }

/*--------------------------------------------------------------
- Widgets
--------------------------------------------------------------*/

/* Widgets > Borders */
.wpex-widget-recent-posts-li,
.widget_categories li,
.widget_recent_entries li,
.widget_archive li,
.widget_recent_comments li,
.widget_product_categories li,
.widget_layered_nav li,
.widget-recent-posts-icons li { padding: 6px 0; border-bottom: 1px solid #eee; }
.wpex-widget-recent-posts-li:first-child,
.widget_categories li:first-child,
.widget_recent_entries li:first-child,
.widget_archive li:first-child,
.widget_recent_comments li:first-child,
.widget_product_categories li:first-child,
.widget_layered_nav li:first-child,
.widget-recent-posts-icons li:first-child { border-top: 1px solid #eee }
.widget_product_categories ul ul li:last-child { border-bottom: none; padding-bottom: 0; }
.widget_product_categories ul ul li { padding-left: 15px }

/* Widgets > Custom Menu */
#sidebar .widget_nav_menu .sub-menu { display: none }
#sidebar .widget_nav_menu ul { margin: 0 }
#sidebar .widget_nav_menu ul ul { margin: 0; border: none; border-radius: 0; }
#sidebar .widget_nav_menu ul > li:first-child > a { border-top: 1px solid #e4e4e4 }
#sidebar .widget_nav_menu li ul li:first-child a { border-top: none }
#sidebar .widget_nav_menu a { position: relative; font-weight: normal; display: block; padding: 9px 15px; border: 1px solid #e4e4e4; border-top: none; }
#sidebar .widget_nav_menu a .fa { margin-right: 10px }
#sidebar .widget_nav_menu .menu-item-has-children > a { padding-right: 30px }
#sidebar .widget_nav_menu ul ul li a { padding-left: 20px }
#sidebar .widget_nav_menu ul ul ul li a { padding-left: 30px }
#sidebar .widget_nav_menu .sub-menu a:before { 
    /*content: "\2013";*/ content:"-"; margin-right: 10px;     }
#sidebar .widget_nav_menu .sub-menu .sub-menu a:before { 
    /*content: "\2013";*/ content:"- -"; margin-right: 10px;     }
#sidebar .widget_nav_menu a:hover,
#sidebar .widget_nav_menu li.active > a { background-color: #f9f9f9; text-decoration: none; }
#sidebar .widget_nav_menu .parent > a:after { font-family: 'FontAwesome'; display: block; content: "\f0d7"; position: absolute; right: 15px; top: 50%; font-size: 1.077em; height: 20px; line-height: 20px; margin-top: -10px; color: #ddd; }
#sidebar .widget_nav_menu .parent.active > a:after { content: "\f0d8" }
#sidebar .widget_nav_menu .current_page_item > a { background: #f7f7f7 }

/* Widgets > Modern Menu */
.modern-menu-widget { border: 1px solid #ddd; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin: 0; }
.modern-menu-widget li,
.modern-menu-widget a { display: block }
.modern-menu-widget a { position: relative; padding: 7px 30px 7px 10px; color: #777; }
.modern-menu-widget a > .fa { margin-right: 8px; }
.modern-menu-widget a:after { display: block; font-family: "FontAwesome"; content: "\f054"; position: absolute; right: 10px; top: 50%; margin-top: -6px; height: 12px; line-height: 12px; font-size: 0.923em; color: #aaa; }
body.content-right-sidebar .modern-menu-widget li a { padding-left: 30px; padding-right: 10px; }
body.content-right-sidebar .modern-menu-widget a:after { left: 10px; content: "\f053"; }
.modern-menu-widget a:hover { text-decoration: none; background: #fafafa; }
.modern-menu-widget li.current-menu-item a { color: #fff; }
.modern-menu-widget li.current-menu-item a:after { color: #fff }
.modern-menu-widget li { border-bottom: 1px solid #ddd }
.modern-menu-widget li ul { border-top: 1px solid #ddd }
.modern-menu-widget > li:first-child > a { border-top-left-radius: 3px; border-top-right-radius: 3px; }
.modern-menu-widget > li:last-child > a { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
.modern-menu-widget li:last-child { border-bottom: none }

/* Widgets > Tagcloud */
#main .tagcloud a,
.post-tags a { display: block; float: left; padding: .3em 0.8em; margin: 0 5px 5px 0; border: 1px solid #eee; color: #555; background: #f7f7f7; cursor: pointer; transition: all .15s ease-in-out; }
#main .tagcloud a:hover,
.post-tags a:hover { text-decoration: none; color: #fff; border-color: transparent; }

/* Widgets > Social (images) */
.wpex-social-widget-output { list-style: none }
.wpex-social-widget-output li { margin: 0; padding: 0; border: none; float: left; margin-right: 5px; margin-bottom: 5px; }
.wpex-social-widget-output li img { display: block }
.wpex-social-widget-output li img:hover { opacity: 0.8 }
.wpex-social-widget-output li img:active { position: relative; top: 1px; }

/* Widgets > Social (Font Awesome) */
.fontawesome-social-widget .desc { margin-bottom: 10px }
.fontawesome-social-widget ul { list-style: none }
.fontawesome-social-widget ul li { margin: 0; padding: 0; border: none; float: left; margin-right: 5px; margin-bottom: 5px; }
.fontawesome-social-widget ul li a { background: #444; display: block; height: 30px; line-height: 30px; width: 30px; border-radius: 3px; text-align: center; font-size: 1.077em; color: #fff !important; }
.fontawesome-social-widget ul.black a,
.fontawesome-social-widget ul.black-color-hover a { background: #000 }
.fontawesome-social-widget ul.black a:hover,
.fontawesome-social-widget ul.color a:hover { opacity: 0.7 }
.fontawesome-social-widget ul.graphical a { box-shadow: inset 0 1px 1px rgba(255,255,255,0.4); border: 1px solid rgba(0,0,0,0.1); background: #444; }
.fontawesome-social-widget ul.black-color-hover.graphical a { background: #444 }
.fontawesome-social-widget ul.black-color-hover .social-widget-twitter a:hover,
.fontawesome-social-widget ul.color .social-widget-twitter a { background: #55ACCE }
.fontawesome-social-widget ul.black-color-hover .social-widget-dribbble a:hover,
.fontawesome-social-widget ul.color .social-widget-dribbble a { background: #ea4c89 }
.fontawesome-social-widget ul.black-color-hover .social-widget-facebook a:hover,
.fontawesome-social-widget ul.color .social-widget-facebook a { background: #3b5998 }
.fontawesome-social-widget ul.black-color-hover .social-widget-flickr a:hover,
.fontawesome-social-widget ul.color .social-widget-flickr a { background: #FF0084 }
.fontawesome-social-widget ul.black-color-hover .social-widget-vk a:hover,
.fontawesome-social-widget ul.color .social-widget-vk a { background: #55779b }
.fontawesome-social-widget ul.black-color-hover .social-widget-tumblr a:hover,
.fontawesome-social-widget ul.color .social-widget-tumblr a { background: #2C4762 }
.fontawesome-social-widget ul.black-color-hover .social-widget-google-plus a:hover,
.fontawesome-social-widget ul.color .social-widget-google-plus a { background: #DD4B39 }
.fontawesome-social-widget ul.black-color-hover .social-widget-youtube-play a:hover,
.fontawesome-social-widget ul.color .social-widget-youtube-play a { background: #C4302B }
.fontawesome-social-widget ul.black-color-hover .social-widget-skype a:hover,
.fontawesome-social-widget ul.color .social-widget-skype a { background: #00AFF0 }
.fontawesome-social-widget ul.black-color-hover .social-widget-rss a:hover,
.fontawesome-social-widget ul.color .social-widget-rss a { background: #FF7900 }
.fontawesome-social-widget ul.black-color-hover .social-widget-instagram a:hover,
.fontawesome-social-widget ul.color .social-widget-instagram a { background: #3F729B }
.fontawesome-social-widget ul.black-color-hover .social-widget-linkedin a:hover,
.fontawesome-social-widget ul.color .social-widget-linkedin a { background: #3399CC }
.fontawesome-social-widget ul.black-color-hover .social-widget-renren a:hover,
.fontawesome-social-widget ul.color .social-widget-renren a { background: #2970ad }
.fontawesome-social-widget ul.black-color-hover .social-widget-pinterest a:hover,
.fontawesome-social-widget ul.color .social-widget-pinterest a { background: #CB2027 }
.fontawesome-social-widget ul.black-color-hover .social-widget-github a:hover,
.fontawesome-social-widget ul.color .social-widget-github a { background: #555 }
.fontawesome-social-widget ul.black-color-hover .social-widget-foursquare a:hover,
.fontawesome-social-widget ul.color .social-widget-foursquare a { background: #0CBADF }
.fontawesome-social-widget ul.black-color-hover .social-widget-trello a:hover,
.fontawesome-social-widget ul.color .social-widget-trello a { background: #2174a6 }
.fontawesome-social-widget ul.black-color-hover .social-widget-xing a:hover,
.fontawesome-social-widget ul.color .social-widget-xing a { background: #026466 }
.fontawesome-social-widget ul.black-color-hover .social-widget-vine a:hover,
.fontawesome-social-widget ul.color .social-widget-vine a { background: #00b386 }

/* Widgets > Flickr */
.wpex-flickr-widget { margin-right: -10px }
.wpex-flickr-widget .flickr_badge_image { display: block; width: 22%; float: left; margin-right: 2%; margin-bottom: 7px; height: auto !important; }
.wpex-flickr-widget .flickr_badge_image a,
.wpex-flickr-widget .flickr_badge_image img { display: block; float: left; width: auto !important; height: auto !important; }
.wpex-flickr-widget .flickr_badge_image:hover { opacity: 0.8 }

/* Widgets > Video */
.wpex-video-widget-description { text-align: center; margin-top: 15px; }

/* Widgets > Calendar */
#wp-calendar { width: 100%; font-size: 0.846em; }
#wp-calendar thead th { background: #f5f5f5; border: 1px solid #ddd; border-top: none; font-size: 0.846em; }
#wp-calendar tbody td { text-align: center; border: 1px solid #ddd; line-height: 2.5em; transition: background 0.15s ease; -webkit-transition: background 0.15s ease; -o-transition: background 0.15s ease; -moz-transition: background 0.15s ease; }
#wp-calendar tbody td:hover { background: #f1f1f1; color: #333; }
#wp-calendar tbody td a { display: block; text-decoration: none; background: #f1f1f1; color: #333; }
#wp-calendar tbody td:hover a { background: #4d4d4d; color: #fff; }
#wp-calendar tfoot td { padding-top: 1px; padding: 4px; }
#wp-calendar caption { cursor: pointer; font-size: 13px; text-transform: uppercase; margin: 0; padding: 12px; outline: 0 none !important; color: #fff; text-align: center; }
#wp-calendar tbody a { display: block; text-decoration: underline; }
#wp-calendar th { text-align: center; border: 1px solid transparent; border-top: none; padding: 7px 0; color: #a7a7a7; }
#footer #wp-calendar thead th { background: #222 }
#footer #wp-calendar tbody td { border-color: #222 }

/* Widgets > Thumbnail Grid */
.wpex-recent-posts-thumb-grid.wpex-row { margin: 0 -5px; margin-bottom: -10px; overflow: hidden; }
.wpex-recent-posts-thumb-grid.wpex-row .nr-col { padding: 0 5px; margin-bottom: 10px; }
.wpex-recent-posts-thumb-grid li a,
.wpex-recent-posts-thumb-grid li img { display: block; width: auto; max-width: 100%; }
.wpex-recent-posts-thumb-grid li img:hover { opacity: 0.8 }

/* Widgets > Posts w/ Thumbnails */
.wpex-widget-recent-posts-li { margin: 0; font-size: 1em; min-height: 95px; padding-left: 85px; position: relative; padding-top: 15px; padding-bottom: 15px; }
.wpex-widget-recent-posts-li:first-child { padding-top: 15px }
.wpex-widget-recent-posts-thumbnail { position: absolute; left: 0; top: 15px; width: 65px; }
.wpex-widget-recent-posts-thumbnail,
.wpex-widget-recent-posts-thumbnail img { display: block }
.wpex-widget-recent-posts-li:first-child .wpex-widget-recent-posts-thumbnail { top: 15px }
.wpex-widget-recent-posts-thumbnail:hover { opacity: 0.7 }
.wpex-widget-recent-posts-title { font-weight: bold; font-weight: 600; color: #000; }
.wpex-widget-recent-posts-title:hover { text-decoration: none; opacity: 0.75; }
#sidebar .wpex-widget-recent-posts-date { font-size: 0.923em; font-weight: 400; color: #777; }
.wpex-widget-recent-posts.style-fullimg .wpex-widget-recent-posts-thumbnail { position: inherit; left: auto; top: auto; margin-bottom: 15px; width: 100%; }
.wpex-widget-recent-posts.style-fullimg .wpex-widget-recent-posts-li { padding-left: 0; min-height: 0; }
.wpex-widget-recent-posts.style-fullimg .wpex-widget-recent-posts-date { margin-top: 0 }

/* Widgets > Categories */
.widget_categories li { position: relative }
.widget_categories li ul { margin: 0 0 0 20px }
.widget_categories li ul li:first-child { border-top: 1px solid #eee; margin-top: 4px; }
.widget_categories li ul li:last-child { border-bottom: none; padding-bottom: 0; }
.widget_categories .cat-count-span { color: #999; font-size: 0.846em; }

/* Widgets > Layered Nav */
.widget_layered_nav li { position: relative }
.widget_layered_nav .count { position: absolute; right: 0; top: 50%; margin-top: -6px; height: 12px; line-height: 12px; color: #999; font-size: 0.846em; }

/* Widgets > Recent Posts */
.widget_recent_entries .post-date { display: block; font-size: 0.846em; color: #777; margin: 5px 0 0; }

/* Widgets > Recent Posts w/ Icons */
.sidebar-widget-icons .widget_archive a:before,
.sidebar-widget-icons .widget_recent_entries a:before,
.sidebar-widget-icons .widget_recent_comments a:first-child:before,
.sidebar-widget-icons .widget_layered_nav a:before,
.sidebar-widget-icons .widget_product_categories a:before,
.sidebar-widget-icons .widget_categories a:before { margin-right: 10px; font-family: "FontAwesome"; color: #999; display: inline-block; }
.sidebar-widget-icons .widget_archive a:before { content: "\f016" }
.sidebar-widget-icons .widget_recent_entries a:before { content: "\f0f6" }
.sidebar-widget-icons .widget_recent_comments a:first-child:before { content: "\f0e5" }
.sidebar-widget-icons .widget_layered_nav a:before { content: "\f0da" }
.sidebar-widget-icons .widget_product_categories a:before { content: "\f0da" }
.sidebar-widget-icons .widget_categories a:before { content: "\f114" }

/* Widgets > Footer Colors */
#footer li,
#footer #wp-calendar thead th,
#footer #wp-calendar tbody td { border-color: #333 }
#footer #wp-calendar tbody td:hover,
#footer #wp-calendar tbody td a { color: #fff; background-color: #333; }

/* Widgets > With Icons */
.widget-recent-posts-icons li .fa { margin-right: 10px; color: #999; }
.site-footer .widget-recent-posts-icons li .fa { color: #777 }

/* Widgets > Recent Posts */
.wpex-recent-comments-widget li { position: relative; padding-left: 70px; display: block; border-bottom: 1px solid #eee; padding-bottom: 20px; margin-bottom: 20px; min-height: 62px; }
.wpex-recent-comments-widget li:first-child { border-top: 1px solid #eee; padding-top: 20px; }
.wpex-recent-comments-widget li a { display: block }
.wpex-recent-comments-widget li a.avatar { width: 50px; height: 50px; position: absolute; left: 0; top: 0; display: block; padding: 3px; border: 1px solid #e4e4e4; }
.wpex-recent-comments-widget li:first-child a.avatar { top: 20px }
.site-footer .wpex-recent-comments-widget li a.avatar { border-color: #333 }
.wpex-recent-comments-widget strong { color: #000 }
.site-footer .wpex-recent-comments-widget strong { color: #fff }

/*--------------------------------------------------------------
- Footer Callout
--------------------------------------------------------------*/
#footer-callout-wrap { background: #f7f7f7; padding: 30px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
#footer-callout { font-size: 1.385em; }
#footer-callout-left,
#footer-callout-right { display: block; float: left; }
#footer-callout-left { width: 75% }
#footer-callout-left.full-width { width: 100% }
#footer-callout-right { width: 23%; margin-left: 2%; }
#footer-callout .theme-button { margin: 0; width: 100%; text-align: center; font-size: 0.889em; padding: 15px 20px; }

/*--------------------------------------------------------------
- Footer & Footer Widgets
--------------------------------------------------------------*/

/* Footer > Main */
.site-footer { background: #262626; color: #777; }
.site-footer .container { padding-top: 45px }
.single-col-footer .col { margin-left: 0; width: 100%; margin-right: 0; }
.site-footer ul { margin: 0 }
.site-footer .col { margin-bottom: 0 }
.full-screen-post .site-footer { margin-top: 0 }
.site-footer .widget_recent_entries li,
.site-footer .widget_categories li { margin-bottom: 4px; padding-bottom: 4px; border-bottom: 1px solid #333; }

/* Footer > Typography */
.footer-widget .widget-title { color: #fff; font-weight: bold; font-weight: 600; font-size: 1.077em; margin: 0 0 20px; }
.site-footer p { color: #777 }
.site-footer-widgets { position: relative }
.site-footer a,
.site-footer strong { color: #999 }
.site-footer a:hover { color: #fff; text-decoration: none; }

/* Footer > Widgets */
.footer-widget { padding-bottom: 45px }
#footer-widgets.wpex-row .col { margin-bottom: 0 !important; }
.footer-widget .wpex-widget-recent-posts-title { color: #fff; }

/* Footer > Bottom */
#footer-bottom { min-height: 40px; background: #222; color: #999; font-size: 0.923em; }
#footer-bottom-inner { position: relative }
#footer-bottom p { color: #999 }
#footer-bottom p:last-child { margin: 0 }
#footer-bottom > .container { padding-top: 20px; padding-bottom: 20px; }
#footer-bottom a { color: #aaa }
#footer-bottom a:hover { color: #fff; text-decoration: none; }

/* Footer > Copyright */
#footer-copyright { font-size: 0.923em; font-weight: 400; }
#footer-copyright p:last-child { margin: 0 }

/* Footer > Social */
#footer-bottom-menu { position: absolute; right: 0; top: 50%; margin-top: -20px; height: 40px; line-height: 40px; }
#footer-bottom-menu ul { list-style: none; margin: 0; }
#footer-bottom-menu ul li { float: left; margin-left: 20px; }
#footer-bottom-menu ul li:first-child { margin-left: 0 }
#footer-bottom-menu ul li .fa { margin-right: 7px }

/* Footer > Back To Top Button */
#site-scroll-top { position: fixed; right: 40px; bottom: 80px; color: #898989; height: 41px; line-height: 35px; width: 41px; font-size: 16px; border-radius: 50%; background: #f7f7f7; border: 3px solid #fff; text-align: center; z-index: 999; visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; }
#site-scroll-top:hover { border-color: transparent; text-decoration: none; color: #fff; }
#site-scroll-top.show { display: block; visibility: visible; opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }

/*--------------------------------------------------------------
- Footer Reveal
--------------------------------------------------------------*/
@media only screen and (min-width: 960px) { 
    .footer-reveal { display: none; position: relative; z-index: 1; position: fixed; bottom: 0; left: 0; width: 100%; }
    .footer-has-reveal #main { position: relative; z-index: 2; background: #fff; }
}
@media only screen and (max-width: 959px) { 
    body.footer-has-reveal #wrap { margin-bottom: 0 !important }
}

/*--------------------------------------------------------------
- Search
--------------------------------------------------------------*/

/*search input*/
.searchform { position: relative; }
.searchform input { width: 100%; background-repeat: no-repeat; background-position: right center; padding: .8em 30px .8em .8em; }
.searchform .searchform-submit { position: absolute; top: 50%; right: 15px; height: 20px; line-height: 20px; margin: -10px 0 0; background: none; padding: 0; border: 0; outline: 0; color: #000; font-size: 11px; opacity: 0.5; }
#footer .searchform input { background-color: #fff; box-shadow: 0 1px 2px rgba(0,0,0,0.06); border: none; padding: .8em; }
#footer input[type="search"] { outline: none }

/*search results page*/
#search-no-results { font-size: 1.231em; margin-bottom: 20px; }

/*entries*/
.search-entry { position: relative; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; padding-left: 130px; min-height: 120px; }
.search-entry-no-thumb { padding-left: 0; min-height: 0; }
.search-entry h2 { font-size: 1.313em; margin: 0 0 10px; font-weight: bold; font-weight: 600; }
.search-entry-thumb { position: absolute; top: 0; left: 0; width: 100px; padding: 4px; border: 1px solid #eee; }
.search-entry-thumb img { display: block; width: 100%; }
.search-entry-thumb img:hover { opacity: 0.8 }
.search-entry-text p:last-child { margin: 0 }

/*search site overlay - modal*/
#searchform-overlay { display: none; width: 350px; top: 120px; }
#searchform-overlay-title { font-size: 28px; margin: 0 0 20px; font-weight: 400; color: #fff; text-align: center; }
#searchform-overlay input { background: #fff url(/wp-content/themes/envirotwentysixteen/images/base/search-overlay-icon.png) right center no-repeat; -webkit-apperance: none !important; width: 100%; border: 0; outline: 0; padding: 0; padding-right: 40px; padding-left: 20px; height: 45px; color: #000; font-size: 13px; font-weight: 400; border-radius: 3px; box-shadow: 0 0 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0 4px rgba(0,0,0,0.7); }
#searchform-overlay input:focus { opacity: 0.95 }
#searchform-overlay .site-search-form-close:hover { color: #000 }

/*dropdown searchform*/
#searchform-dropdown { z-index: 10000; position: absolute; right: 0; background: #fff; top: 100%; height: 60px; padding: 15px; width: 260px; border-top: 3px solid transparent; box-shadow: 0 2px 7px rgba(0,0,0,0.1); -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.1); -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.1); visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; }
#searchform-dropdown input { display: block; outline: none; border: none; width: 100%; padding: 0 10px; height: 30px; background: #f4f4f4; -webkit-appearance: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
.boxed-main-layout #searchform-dropdown { right: 30px }

/*header replace*/
#searchform-header-replace { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #fff; visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; }
#searchform-header-replace form { height: 100%; width: 100%; }
#searchform-header-replace input { height: 100%; width: 100%; outline: 0; border: 0; -webkit-appearance: none; border-radius: 0; -moz-border-radius: none; -webkit-border-radius: none; font-size: 32px; text-transform: uppercase; color: #bbb; background: none; }
#searchform-header-replace-close { position: absolute; right: 0; top: 50%; margin-top: -20px; height: 40px; line-height: 40px; font-size: 26px; color: #bbb; cursor: pointer; }
#searchform-header-replace-close:hover { color: #000 }
body.boxed-main-layout #searchform-header-replace input { padding: 0 30px }
body.boxed-main-layout #searchform-header-replace-close { right: 30px }

/*display search on click*/
#searchform-dropdown.show,
#searchform-header-replace.show { visibility: visible; opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }

/*--------------------------------------------------------------
- Contact Form 7
--------------------------------------------------------------*/
div.wpcf7 .wpcf7-not-valid { border-color: #F00 }
div.wpcf7 p { margin-bottom: 10px }
span.wpcf7-not-valid-tip { display: none !important }
div.wpcf7 input,
div.wpcf7 textarea { max-width: 100% }
div.wpcf7-validation-errors { margin: 20px 0 0; padding: 10px; color: #c4690e; background: #fffdf3; text-align: center; border: 1px solid #fad7b5; font-weight: 400; font-size: 0.923em; }
div.wpcf7 .wpcf7-mail-sent-ok { margin: 10px 0 0; padding: 10px; background: #edfdd3; border: 1px solid #c4dba0; text-align: center; color: #657e3c; font-weight: normal; }
div.wpcf7-mail-sent-ng { margin: 0; padding: 10px; background: #ffe9e9; color: #d04544; border: 1px solid #e7a9a9; }
.wpcf7 input,
.wpcf7 textarea { margin-top: 5px }
div.wpcf7 .col input { width: 100% }
div.wpcf7 .one-half input { width: 100% }
div.wpcf7 .one-half { padding-left: 20px }
div.wpcf7 .one-half.first { padding-left: 0 }
div.wpcf7 .full-width input { width: 100% }

/*--------------------------------------------------------------
- Login Page
--------------------------------------------------------------*/
#login-page-wrap { margin-top: 80px; text-align: center; }
#login-page-logo { margin-bottom: 10px }
#login-page-logo a { font-weight: bold; font-weight: 600; font-size: 26px; color: #000; }
#login-template-form { display: inline-block; border: 1px solid #eee; background: #f7f7f7; padding: 20px; width: 300px; }
#login-template-form label { font-size: 0.846em; text-transform: uppercase; font-weight: 400; text-align: left; letter-spacing: 1px; display: block; float: none; margin-bottom: 5px; color: #999; }
#login-template-form input[type="text"],
#login-template-form input[type="password"] { width: 100%; background: #fff; }
#login-template-form .button-primary { width: 100% }
#login-template-form .login-submit { margin: 0 }

/*--------------------------------------------------------------
- Login Form
--------------------------------------------------------------*/
#wpex-loginform-wrap label { font-size: 1.125em }
#wpex-loginform-wrap input[type="text"],
#wpex-loginform-wrap input[type="password"] { width: 100%; font-size: 1em; box-shadow: 0 1px 3px rgba(0,0,0,0.1); border: 1px solid transparent; margin-top: 10px; border-radius: 3px; }
#wpex-loginform-wrap input[type="text"]:focus,
#wpex-loginform-wrap input[type="password"]:focus { border-color: #ccc; box-shadow: 0 1px 2px rgba(0,0,0,0.1); color: #333; }
#wpex-loginform-wrap p:last-child { margin: 0 }
#wpex-loginform-wrap a:hover { color: #4d4d4d; text-decoration: none; }

/*--------------------------------------------------------------
- Archives
--------------------------------------------------------------*/
.archives-section { margin-bottom: 60px }
.archives-section h2 { margin: 0 0 10px }
.archives-list { list-style: none; border-top: 1px solid #eee; padding-top: 10px; }
.archives-list li { display: block; color: #999; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 10px; }
.archives-list li a { color: #999 }
.archives-list li a:hover { color: #000; text-decoration: none; }
.archives-list li .fa { color: #999; margin-right: 15px; }

/*--------------------------------------------------------------
- Comments
--------------------------------------------------------------*/
#comments { margin-bottom: 40px }
#comments.empty-closed-comments { display: none }
.comment-notes { color: #666 }
#comments .children { margin-left: 30px }
#comments li .comment { position: relative }
.comment-author { left: 0; position: absolute; top: 0px; padding: 3px; border: 1px solid #e4e4e4; }
.comment-author .avatar { display: block }
.comment-details { position: relative; margin-bottom: 25px; padding-bottom: 25px; margin-left: 80px; border-bottom: 1px solid #eee; }
.comment-meta { margin-bottom: 15px }
.comment-meta a:hover { text-decoration: none }
.comment-meta .url { color: #000 }
.comment-date { color: #a7a7a7 }
.comment-meta .fn { display: block; font-size: 1.077em; font-weight: bold; font-weight: 600; color: #000; }
#cancel-comment-reply-link { font-size: 0.923em; color: #989898; float: right; font-weight: normal; border: 2px solid #ededed; padding: 3px 10px; border-radius: 3px; text-decoration: none; }
#cancel-comment-reply-link:hover { color: #000 }
#cancel-comment-reply-link .fa { margin-right: 7px }
.comment-reply { margin-top: 15px }
.comment-reply-link { display: block; float: left; color: #a7a7a7; text-decoration: underline; }
.comment-reply-link:hover { color: #000 }
.comment-reply-title { font-size: 1.231em; margin-bottom: 0; }
.logged-in-as { font-size: 0.923em; margin: 0 0 10px; }
p.comment-notes { margin: 10px 0 20px }
.comment-content p:last-child { margin: 0 }
.comment-form-author,
.comment-form-email,
.comment-form-website,
.comment-form-comment,
.comment-form-url { margin: 0 0 10px }
.comment-form-author input,
.comment-form-author input,
.comment-form-email input,
.comment-form-website input,
.comment-form-comment input,
.comment-form-url input { width: 50% }
#commentform label { display: block; margin-bottom: 3px; }
.comment-navigation { font-size: 12px }
.nav-next { text-align: right }
.form-allowed-tags { display: none }
span.required { color: #F00; font-size: 9px; position: relative; top: -4px; }
.no-comments { text-align: right }
.no-comments i { margin-right: 8px }

/*trackbacks and pingbacks*/
#comments .pingback,
#comments .trackback p { margin: 0 }

/*WP JetPack*/
.comment-subscription-form { margin: 0px }
.comment-subscription-form:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.comment-subscription-form input,
.comment-subscription-form label { float: left; font-size: 0.846em; margin: 0px !important; margin-right: 5px !important; }

/*--------------------------------------------------------------
- iLightbox Core Styles
--------------------------------------------------------------*/
.ilightbox-overlay,
.ilightbox-loader,
.ilightbox-loader *,
.ilightbox-holder,
.ilightbox-holder .ilightbox-container,
.ilightbox-holder .ilightbox-container img.ilightbox-image,
.ilightbox-holder .ilightbox-container .ilightbox-caption,
.ilightbox-toolbar,
.ilightbox-toolbar *,
.ilightbox-thumbnails,
.ilightbox-thumbnails *,
.ilightbox-holder .ilightbox-container .ilightbox-social,
.ilightbox-holder .ilightbox-container .ilightbox-social * { float: none; margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; line-height: 100%; vertical-align: baseline; background: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: -moz-none; -khtml-user-select: none; -o-user-select: none; user-select: none; }
.ilightbox-overlay,
.ilightbox-loader,
.ilightbox-loader *,
.ilightbox-holder .ilightbox-container .ilightbox-caption,
.ilightbox-toolbar,
.ilightbox-thumbnails,
.ilightbox-thumbnails *,
.ilightbox-holder .ilightbox-container .ilightbox-social { -webkit-transform: translateZ(); -moz-transform: translateZ(); }
.ilightbox-noscroll { overflow: hidden }
.ilightbox-closedhand * { cursor: url(/wp-content/themes/envirotwentysixteen/closedhand.cur),default !important }
.ilightbox-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100000; }
.ilightbox-loader { position: fixed; z-index: 100005; top: 45%; left: -192px; padding-left: 30px; opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); -webkit-border-radius: 0 100px 100px 0; border-radius: 0 100px 100px 0; }
.ilightbox-loader div { width: 72px; height: 72px; -webkit-border-radius: 0 100px 100px 0; border-radius: 0 100px 100px 0; }
.ilightbox-loader.horizontal { left: 45%; top: -192px; padding: 0; padding-top: 30px; -webkit-border-radius: 0 0 100px 100px; border-radius: 0 0 100px 100px; }
.ilightbox-loader.horizontal div { -webkit-border-radius: 0 0 100px 100px; border-radius: 0 0 100px 100px; }
.ilightbox-toolbar { display: none; position: fixed; z-index: 100010; }
.ilightbox-toolbar a { float: left; cursor: pointer; }
.ilightbox-toolbar .ilightbox-prev-button,
.ilightbox-toolbar .ilightbox-next-button { display: none }
.ilightbox-thumbnails { display: block; position: fixed; z-index: 100009; }
.ilightbox-thumbnails.ilightbox-horizontal { bottom: 0; left: 0; width: 100%; height: 100px; }
.ilightbox-thumbnails.ilightbox-vertical { top: 0; right: 0; width: 140px; height: 100%; overflow: hidden; }
.ilightbox-thumbnails .ilightbox-thumbnails-container { display: block; position: relative; }
.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container { width: 100%; height: 100px; }
.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container { width: 140px; height: 100%; }
.ilightbox-thumbnails .ilightbox-thumbnails-grid { display: block; position: absolute; -webkit-transform: translateZ(); -moz-transform: translateZ(); }
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail { display: block; cursor: pointer; padding: 10px; position: relative; }
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img { width: 100%; height: 100%; -webkit-border-radius: 2px; border-radius: 2px; -ms-interpolation-mode: bicubic; }
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: .7; }
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover { opacity: 1 }
.ilightbox-holder { display: none; position: fixed; z-index: 100003; -webkit-transform: none; -moz-transform: none; }
.ilightbox-holder.ilightbox-next,
.ilightbox-holder.ilightbox-prev { cursor: pointer }
.ilightbox-holder div.ilightbox-container { position: relative; width: 100%; height: 100%; }
.ilightbox-holder img.ilightbox-image { width: 100%; height: 100%; }
.ilightbox-holder .ilightbox-container .ilightbox-caption { display: none; position: absolute; left: 30px; right: 30px; bottom: 0; max-width: 100%; padding: 5px 10px; margin: 0 auto; font-size: 12px; line-height: 150%; word-wrap: break-word; z-index: 20003; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; }
.ilightbox-holder .ilightbox-container .ilightbox-social { display: none; position: absolute; left: 10px; top: 10px; padding: 5px; padding-left: 0; z-index: 20003; height: 16px; }
.ilightbox-holder .ilightbox-container .ilightbox-social ul { float: left; list-style: none; height: 16px; }
.ilightbox-holder .ilightbox-container .ilightbox-social ul li { display: inline }
.ilightbox-holder .ilightbox-container .ilightbox-social ul li a { float: left; margin-left: 5px; width: 16px; height: 16px; background-repeat: no-repeat; background-position: 50%; }
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.facebook a { background-image: url(/wp-content/themes/envirotwentysixteen/images/lightbox/social_icons/facebook_16.png) }
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.digg a { background-image: url(/wp-content/themes/envirotwentysixteen/images/lightbox/social_icons/digg_16.png) }
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.twitter a { background-image: url(/wp-content/themes/envirotwentysixteen/images/lightbox/social_icons/twitter_16.png) }
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.delicious a { background-image: url(/wp-content/themes/envirotwentysixteen/images/lightbox/social_icons/delicious_16.png) }
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.reddit a { background-image: url(/wp-content/themes/envirotwentysixteen/images/lightbox/social_icons/reddit_16.png) }
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.googleplus a { background-image: url(/wp-content/themes/envirotwentysixteen/images/lightbox/social_icons/google_plus_16.png) }
.ilightbox-holder .ilightbox-alert { display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; text-align: center; padding-top: 100px; margin: auto; width: 300px; height: 50px; }
.ilightbox-holder .ilightbox-wrapper { width: 100%; height: 100%; overflow: auto; }
.ilightbox-holder .ilightbox-inner-toolbar { position: relative; z-index: 100; }
.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar { position: absolute }
.ilightbox-button { position: fixed; z-index: 100008; cursor: pointer; }
.isMobile .ilightbox-button,
.isMobile .ilightbox-thumbnails { display: none !important }
.isMobile .ilightbox-toolbar .ilightbox-prev-button,
.isMobile .ilightbox-toolbar .ilightbox-next-button { display: block }

/*iLightbox tweaks*/
.ilightbox-holder .ilightbox-container .ilightbox-caption p:last-child { margin: 0 }
.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-title { font-weight: normal; font-size: 16px; font-family: inherit; }

/*--------------------------------------------------------------
- Tipsy Tooltips
--------------------------------------------------------------*/
.tipsy { font-size: 0.769em; position: absolute; padding: 5px; z-index: 99; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
.tipsy-arrow-n { border-bottom-color: #000 }
.tipsy-arrow-s { border-top-color: #000 }
.tipsy-arrow-e { border-left-color: #000 }
.tipsy-arrow-w { border-right-color: #000 }
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

/*--------------------------------------------------------------
- Slider Pro | v1.2.0
--------------------------------------------------------------*/
.slider-pro{position:relative;margin:0 auto;-moz-box-sizing:content-box;box-sizing:content-box}.sp-slides-container{position:relative}.sp-mask{position:relative;overflow:hidden}.sp-slides{position:relative;-webkit-backface-visibility:hidden;-webkit-perspective:1000}.sp-slide{position:absolute}.sp-image-container{overflow:hidden}.sp-image{position:relative;display:block;border:none}.sp-no-js{overflow:hidden;max-width:100%}.sp-thumbnails-container{position:relative;overflow:hidden}.sp-bottom-thumbnails,.sp-top-thumbnails{left:0;margin:0 auto}.sp-top-thumbnails{position:absolute;top:0;margin-bottom:4px}.sp-bottom-thumbnails{margin-top:4px}.sp-left-thumbnails,.sp-right-thumbnails{position:absolute;top:0}.sp-right-thumbnails{right:0;margin-left:4px}.sp-left-thumbnails{left:0;margin-right:4px}.sp-thumbnails{position:relative}.sp-thumbnail{border:none}.sp-thumbnail-container{position:relative;display:block;overflow:hidden;float:left;-moz-box-sizing:border-box;box-sizing:border-box}.sp-bottom-thumbnails .sp-thumbnail-container,.sp-top-thumbnails .sp-thumbnail-container{margin-left:2px;margin-right:2px}.sp-bottom-thumbnails .sp-thumbnail-container:first-child,.sp-top-thumbnails .sp-thumbnail-container:first-child{margin-left:0}.sp-bottom-thumbnails .sp-thumbnail-container:last-child,.sp-top-thumbnails .sp-thumbnail-container:last-child{margin-right:0}.sp-left-thumbnails .sp-thumbnail-container,.sp-right-thumbnails .sp-thumbnail-container{margin-top:2px;margin-bottom:2px}.sp-left-thumbnails .sp-thumbnail-container:first-child,.sp-right-thumbnails .sp-thumbnail-container:first-child{margin-top:0}.sp-left-thumbnails .sp-thumbnail-container:last-child,.sp-right-thumbnails .sp-thumbnail-container:last-child{margin-bottom:0}.sp-right-thumbnails.sp-has-pointer{margin-left:-13px}.sp-right-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;left:18px;margin-left:0!important}.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;height:100%;border-left:5px solid red;left:0;top:0;margin-left:13px}.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;left:0;top:50%;margin-top:-8px;border-right:13px solid red;border-top:8px solid transparent;border-bottom:8px solid transparent}.sp-left-thumbnails.sp-has-pointer{margin-right:-13px}.sp-left-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;right:18px}.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;height:100%;border-left:5px solid red;right:0;top:0;margin-right:13px}.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;right:0;top:50%;margin-top:-8px;border-left:13px solid red;border-top:8px solid transparent;border-bottom:8px solid transparent}.sp-bottom-thumbnails.sp-has-pointer{margin-top:-13px}.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;top:18px;margin-top:0!important}.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;width:100%;border-bottom:5px solid red;top:0;margin-top:13px}.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;left:50%;top:0;margin-left:-8px;border-bottom:13px solid red;border-left:8px solid transparent;border-right:8px solid transparent}.sp-top-thumbnails.sp-has-pointer{margin-bottom:-13px}.sp-top-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;bottom:18px}.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;width:100%;border-bottom:5px solid red;bottom:0;margin-bottom:13px}.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;left:50%;bottom:0;margin-left:-8px;border-top:13px solid red;border-left:8px solid transparent;border-right:8px solid transparent}.sp-layer{position:absolute;margin:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-font-smoothing:subpixel-antialiased;-webkit-backface-visibility:hidden}.sp-black{color:#FFF;background:#000;background:rgba(0,0,0,.7)}.sp-white{color:#000;background:#fff;background:rgba(255,255,255,.7)}.sp-rounded{border-radius:10px}.sp-padding{padding:10px}.sp-grab{cursor:url(/wp-content/themes/envirotwentysixteen/images/openhand.cur),move}.sp-grabbing{cursor:url(/wp-content/themes/envirotwentysixteen/images/closedhand.cur),move}.sp-selectable{cursor:default}.sp-caption-container{text-align:center;margin-top:10px}.sp-full-screen{margin:0!important;background-color:#000}.sp-full-screen-button{position:absolute;top:5px;right:10px;font-size:30px;line-height:1;cursor:pointer;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.sp-full-screen-button:before{content:'\2195'}.sp-fade-full-screen{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.slider-pro:hover .sp-fade-full-screen{opacity:1}.sp-buttons{position:relative;width:100%;text-align:center;padding-top:10px}.sp-button{width:10px;height:10px;border:2px solid #000;border-radius:50%;margin:4px;display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.sp-selected-button{background-color:#000}@media only screen and (min-width:768px) and (max-width:1024px){.sp-button{width:14px;height:14px}}@media only screen and (min-width:568px) and (max-width:768px){.sp-button{width:16px;height:16px}}@media only screen and (min-width:320px) and (max-width:568px){.sp-button{width:18px;height:18px}}.sp-arrows{position:absolute}.sp-fade-arrows{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.sp-slides-container:hover .sp-fade-arrows{opacity:1}.sp-horizontal .sp-arrows{width:100%;left:0;top:50%;margin-top:-15px}.sp-vertical .sp-arrows{height:100%;left:50%;top:0;margin-left:-10px}.sp-arrow{position:absolute;display:block;width:20px;height:30px;cursor:pointer}.sp-vertical .sp-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sp-horizontal .sp-previous-arrow{left:20px}.sp-horizontal .sp-next-arrow{right:20px}.sp-vertical .sp-previous-arrow{top:20px}.sp-vertical .sp-next-arrow{bottom:20px}.sp-next-arrow:after,.sp-next-arrow:before,.sp-previous-arrow:after,.sp-previous-arrow:before{content:'';position:absolute;width:50%;height:50%;background-color:#FFF}.sp-previous-arrow:before{left:30%;top:0;-webkit-transform:skew(145deg,0deg);-ms-transform:skew(145deg,0deg);transform:skew(145deg,0deg)}.sp-previous-arrow:after{left:30%;top:50%;-webkit-transform:skew(-145deg,0deg);-ms-transform:skew(-145deg,0deg);transform:skew(-145deg,0deg)}.sp-next-arrow:before{right:30%;top:0;-webkit-transform:skew(35deg,0deg);-ms-transform:skew(35deg,0deg);transform:skew(35deg,0deg)}.sp-next-arrow:after{right:30%;top:50%;-webkit-transform:skew(-35deg,0deg);-ms-transform:skew(-35deg,0deg);transform:skew(-35deg,0deg)}.ie7 .sp-arrow,.ie8 .sp-arrow{width:0;height:0}.ie7 .sp-arrow:after,.ie7 .sp-arrow:before,.ie8 .sp-arrow:after,.ie8 .sp-arrow:before{content:none}.ie7.sp-horizontal .sp-previous-arrow,.ie8.sp-horizontal .sp-previous-arrow{border-right:20px solid #FFF;border-top:20px solid transparent;border-bottom:20px solid transparent}.ie7.sp-horizontal .sp-next-arrow,.ie8.sp-horizontal .sp-next-arrow{border-left:20px solid #FFF;border-top:20px solid transparent;border-bottom:20px solid transparent}.ie7.sp-vertical .sp-previous-arrow,.ie8.sp-vertical .sp-previous-arrow{border-bottom:20px solid #FFF;border-left:20px solid transparent;border-right:20px solid transparent}.ie7.sp-vertical .sp-next-arrow,.ie8.sp-vertical .sp-next-arrow{border-top:20px solid #FFF;border-left:20px solid transparent;border-right:20px solid transparent}.sp-thumbnail-arrows{position:absolute}.sp-fade-thumbnail-arrows{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows{opacity:1}.sp-bottom-thumbnails .sp-thumbnail-arrows,.sp-top-thumbnails .sp-thumbnail-arrows{width:100%;top:50%;left:0;margin-top:-12px}.sp-left-thumbnails .sp-thumbnail-arrows,.sp-right-thumbnails .sp-thumbnail-arrows{height:100%;top:0;left:50%;margin-left:-7px}.sp-thumbnail-arrow{position:absolute;display:block;width:15px;height:25px;cursor:pointer}.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sp-bottom-thumbnails .sp-previous-thumbnail-arrow,.sp-top-thumbnails .sp-previous-thumbnail-arrow{left:0}.sp-bottom-thumbnails .sp-next-thumbnail-arrow,.sp-top-thumbnails .sp-next-thumbnail-arrow{right:0}.sp-left-thumbnails .sp-previous-thumbnail-arrow,.sp-right-thumbnails .sp-previous-thumbnail-arrow{top:0}.sp-left-thumbnails .sp-next-thumbnail-arrow,.sp-right-thumbnails .sp-next-thumbnail-arrow{bottom:0}.sp-next-thumbnail-arrow:after,.sp-next-thumbnail-arrow:before,.sp-previous-thumbnail-arrow:after,.sp-previous-thumbnail-arrow:before{content:'';position:absolute;width:50%;height:50%;background-color:#FFF}.sp-previous-thumbnail-arrow:before{left:30%;top:0;-webkit-transform:skew(145deg,0deg);-ms-transform:skew(145deg,0deg);transform:skew(145deg,0deg)}.sp-previous-thumbnail-arrow:after{left:30%;top:50%;-webkit-transform:skew(-145deg,0deg);-ms-transform:skew(-145deg,0deg);transform:skew(-145deg,0deg)}.sp-next-thumbnail-arrow:before{right:30%;top:0;-webkit-transform:skew(35deg,0deg);-ms-transform:skew(35deg,0deg);transform:skew(35deg,0deg)}.sp-next-thumbnail-arrow:after{right:30%;top:50%;-webkit-transform:skew(-35deg,0deg);-ms-transform:skew(-35deg,0deg);transform:skew(-35deg,0deg)}.ie7 .sp-thumbnail-arrow,.ie8 .sp-thumbnail-arrow{width:0;height:0}.ie7 .sp-thumbnail-arrow:after,.ie7 .sp-thumbnail-arrow:before,.ie8 .sp-thumbnail-arrow:after,.ie8 .sp-thumbnail-arrow:before{content:none}.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow{border-right:12px solid #FFF;border-top:12px solid transparent;border-bottom:12px solid transparent}.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow{border-left:12px solid #FFF;border-top:12px solid transparent;border-bottom:12px solid transparent}.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow{border-bottom:12px solid #FFF;border-left:12px solid transparent;border-right:12px solid transparent}.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow{border-top:12px solid #FFF;border-left:12px solid transparent;border-right:12px solid transparent}a.sp-video{text-decoration:none}a.sp-video img{-webkit-backface-visibility:hidden;border:none}a.sp-video:after{content:'\25B6';position:absolute;width:45px;padding-left:5px;height:50px;border:2px solid #FFF;text-align:center;font-size:30px;border-radius:30px;top:0;color:#FFF;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.2);margin:auto;line-height:52px}.slider-pro img.sp-image,.slider-pro img.sp-thumbnail{max-width:none!important;max-height:none!important;border:none!important;border-radius:0!important;padding:0!important;-webkit-box-shadow:none!important;-mox-box-shadow:none!important;box-shadow:none!important;transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none}.slider-pro a{position:static;transition:none!important;-moz-transition:none!important;-webkit-transition:none!important;-o-transition:none!important}.slider-pro canvas,.slider-pro embed,.slider-pro iframe,.slider-pro object,.slider-pro video{max-width:none;max-height:none}.slider-pro p.sp-layer{font-size:14px;line-height:1.4;margin:0}.slider-pro h1.sp-layer{font-size:32px;line-height:1.4;margin:0}.slider-pro h2.sp-layer{font-size:24px;line-height:1.4;margin:0}.slider-pro h3.sp-layer{font-size:19px;line-height:1.4;margin:0}.slider-pro h4.sp-layer{font-size:16px;line-height:1.4;margin:0}.slider-pro h5.sp-layer{font-size:13px;line-height:1.4;margin:0}.slider-pro h6.sp-layer{font-size:11px;line-height:1.4;margin:0}.slider-pro img.sp-layer{border:none}
 /*--------------------------------------------------------------
- Animsition / Page Transitions
--------------------------------------------------------------*/
 .animsition{position:relative;opacity:0;-webkit-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function: ease;-o-animation-timing-function: ease;animation-timing-function: ease;-webkit-animation-delay: 0;-o-animation-delay: 0;animation-delay: 0;-webkit-animation-iteration-count: 1;-o-animation-iteration-count: 1;animation-iteration-count: 1;-webkit-animation-name: initial;-o-animation-name: initial;animation-name: initial;}.animsition-loading{position:fixed;top:50%;width:100%;font-size:24px;text-align:center;opacity:0;-webkit-animation-name:blink-slow;-o-animation-name:blink-slow;animation-name:blink-slow;-webkit-animation-duration:.3s;-o-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;-o-animation-direction:alternate;animation-direction:alternate;-webkit-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.animsition-loading:after{color:#aaa;content:"Loading..."}@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@-o-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.fade-in{-webkit-animation-name:fade-in;-o-animation-name:fade-in;animation-name:fade-in}@-webkit-keyframes fade-out{0%{opacity:1}100%{opacity:0}}@-o-keyframes fade-out{0%{opacity:1}100%{opacity:0}}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}.fade-out{-webkit-animation-name:fade-out;-o-animation-name:fade-out;animation-name:fade-out}@-webkit-keyframes fade-in-up{0%{opacity:0;-webkit-transform:translateY(1000px);transform:translateY(1000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-o-keyframes fade-in-up{0%{opacity:0;-o-transform:translateY(1000px);transform:translateY(1000px)}100%{opacity:1;-o-transform:translateY(0);transform:translateY(0)}}@keyframes fade-in-up{0%{opacity:0;-webkit-transform:translateY(1000px);-o-transform:translateY(1000px);transform:translateY(1000px)}100%{opacity:1;-webkit-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}.fade-in-up{-webkit-animation-name:fade-in-up;-o-animation-name:fade-in-up;animation-name:fade-in-up}@-webkit-keyframes fade-out-up{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-1000px);transform:translateY(-1000px)}}@-o-keyframes fade-out-up{0%{opacity:1;-o-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-o-transform:translateY(-1000px);transform:translateY(-1000px)}}@keyframes fade-out-up{0%{opacity:1;-webkit-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-1000px);-o-transform:translateY(-1000px);transform:translateY(-1000px)}}.fade-out-up{-webkit-animation-name:fade-out-up;-o-animation-name:fade-out-up;animation-name:fade-out-up}@-webkit-keyframes fade-in-down{0%{opacity:0;-webkit-transform:translateY(-1000px);transform:translateY(-1000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-o-keyframes fade-in-down{0%{opacity:0;-o-transform:translateY(-1000px);transform:translateY(-1000px)}100%{opacity:1;-o-transform:translateY(0);transform:translateY(0)}}@keyframes fade-in-down{0%{opacity:0;-webkit-transform:translateY(-1000px);-o-transform:translateY(-1000px);transform:translateY(-1000px)}100%{opacity:1;-webkit-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}.fade-in-down{-webkit-animation-name:fade-in-down;-o-animation-name:fade-in-down;animation-name:fade-in-down}@-webkit-keyframes fade-out-down{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(1000px);transform:translateY(1000px)}}@-o-keyframes fade-out-down{0%{opacity:1;-o-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-o-transform:translateY(1000px);transform:translateY(1000px)}}@keyframes fade-out-down{0%{opacity:1;-webkit-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(1000px);-o-transform:translateY(1000px);transform:translateY(1000px)}}.fade-out-down{-webkit-animation-name:fade-out-down;-o-animation-name:fade-out-down;animation-name:fade-out-down}@-webkit-keyframes fade-in-left{0%{opacity:0;-webkit-transform:translateX(-1500px);transform:translateX(-1500px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-o-keyframes fade-in-left{0%{opacity:0;-o-transform:translateX(-1500px);transform:translateX(-1500px)}100%{opacity:1;-o-transform:translateX(0);transform:translateX(0)}}@keyframes fade-in-left{0%{opacity:0;-webkit-transform:translateX(-1500px);-o-transform:translateX(-1500px);transform:translateX(-1500px)}100%{opacity:1;-webkit-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}.fade-in-left{-webkit-animation-name:fade-in-left;-o-animation-name:fade-in-left;animation-name:fade-in-left}@-webkit-keyframes fade-out-left{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-1500px);transform:translateX(-1500px)}}@-o-keyframes fade-out-left{0%{opacity:1;-o-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-o-transform:translateX(-1500px);transform:translateX(-1500px)}}@keyframes fade-out-left{0%{opacity:1;-webkit-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-1500px);-o-transform:translateX(-1500px);transform:translateX(-1500px)}}.fade-out-left{-webkit-animation-name:fade-out-left;-o-animation-name:fade-out-left;animation-name:fade-out-left}@-webkit-keyframes fade-in-right{0%{opacity:0;-webkit-transform:translateX(1500px);transform:translateX(1500px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-o-keyframes fade-in-right{0%{opacity:0;-o-transform:translateX(1500px);transform:translateX(1500px)}100%{opacity:1;-o-transform:translateX(0);transform:translateX(0)}}@keyframes fade-in-right{0%{opacity:0;-webkit-transform:translateX(1500px);-o-transform:translateX(1500px);transform:translateX(1500px)}100%{opacity:1;-webkit-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}.fade-in-right{-webkit-animation-name:fade-in-right;-o-animation-name:fade-in-right;animation-name:fade-in-right}@-webkit-keyframes fade-out-right{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(1500px);transform:translateX(1500px)}}@-o-keyframes fade-out-right{0%{opacity:1;-o-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-o-transform:translateX(1500px);transform:translateX(1500px)}}@keyframes fade-out-right{0%{opacity:1;-webkit-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(1500px);-o-transform:translateX(1500px);transform:translateX(1500px)}}.fade-out-right{-webkit-animation-name:fade-out-right;-o-animation-name:fade-out-right;animation-name:fade-out-right}@-webkit-keyframes rotate-in{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);-webkit-transform-origin:center center;transform-origin:center center}100%{opacity:1;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:center center;transform-origin:center center}}@-o-keyframes rotate-in{0%{opacity:0;-o-transform:rotate(-200deg);transform:rotate(-200deg);-o-transform-origin:center center;transform-origin:center center}100%{opacity:1;-o-transform:rotate(0);transform:rotate(0);-o-transform-origin:center center;transform-origin:center center}}@keyframes rotate-in{0%{opacity:0;-webkit-transform:rotate(-200deg);-o-transform:rotate(-200deg);transform:rotate(-200deg);-webkit-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}100%{opacity:1;-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}}.rotate-in{-webkit-animation-name:rotate-in;-o-animation-name:rotate-in;animation-name:rotate-in}@-webkit-keyframes rotate-out{0%{opacity:1;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:center center;transform-origin:center center}100%{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg);-webkit-transform-origin:center center;transform-origin:center center}}@-o-keyframes rotate-out{0%{opacity:1;-o-transform:rotate(0);transform:rotate(0);-o-transform-origin:center center;transform-origin:center center}100%{opacity:0;-o-transform:rotate(200deg);transform:rotate(200deg);-o-transform-origin:center center;transform-origin:center center}}@keyframes rotate-out{0%{opacity:1;-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}100%{opacity:0;-webkit-transform:rotate(200deg);-o-transform:rotate(200deg);transform:rotate(200deg);-webkit-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}}.rotate-out{-webkit-animation-name:rotate-out;-o-animation-name:rotate-out;animation-name:rotate-out}@-webkit-keyframes flip-in-x{0%{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}100%{opacity:1;-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg)}}@-o-keyframes flip-in-x{0%{opacity:0;-o-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}100%{opacity:1;-o-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg)}}@keyframes flip-in-x{0%{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);-o-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}100%{opacity:1;-webkit-transform:perspective(400px) rotateX(0deg);-o-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg)}}.flip-in-x{-webkit-animation-name:flip-in-x;-o-animation-name:flip-in-x;animation-name:flip-in-x;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-x{0%{opacity:1;-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg)}100%{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@-o-keyframes flip-out-x{0%{opacity:1;-o-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg)}100%{opacity:0;-o-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes flip-out-x{0%{opacity:1;-webkit-transform:perspective(400px) rotateX(0deg);-o-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg)}100%{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);-o-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.flip-out-x{-webkit-animation-name:flip-out-x;-o-animation-name:flip-out-x;animation-name:flip-out-x;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-y{0%{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}100%{opacity:1;-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg)}}@-o-keyframes flip-in-y{0%{opacity:0;-o-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}100%{opacity:1;-o-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg)}}@keyframes flip-in-y{0%{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);-o-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}100%{opacity:1;-webkit-transform:perspective(400px) rotateY(0deg);-o-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg)}}.flip-in-y{-webkit-animation-name:flip-in-y;-o-animation-name:flip-in-y;animation-name:flip-in-y;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-y{0%{opacity:1;-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg)}100%{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}@-o-keyframes flip-out-y{0%{opacity:1;-o-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg)}100%{opacity:0;-o-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}@keyframes flip-out-y{0%{opacity:1;-webkit-transform:perspective(400px) rotateY(0deg);-o-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg)}100%{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);-o-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}.flip-out-y{-webkit-animation-name:flip-out-y;-o-animation-name:flip-out-y;animation-name:flip-out-y;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes zoom-in{0%{opacity:0;-webkit-transform:scale(0.3);transform:scale(0.3)}100%{opacity:1}}@-o-keyframes zoom-in{0%{opacity:0;-o-transform:scale(0.3);transform:scale(0.3)}100%{opacity:1}}@keyframes zoom-in{0%{opacity:0;-webkit-transform:scale(0.3);-o-transform:scale(0.3);transform:scale(0.3)}100%{opacity:1}}.zoom-in{-webkit-animation-name:zoom-in;-o-animation-name:zoom-in;animation-name:zoom-in}@-webkit-keyframes zoom-out{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(0.3);transform:scale(0.3)}100%{opacity:0}}@-o-keyframes zoom-out{0%{opacity:1;-o-transform:scale(1);transform:scale(1)}50%{opacity:0;-o-transform:scale(0.3);transform:scale(0.3)}100%{opacity:0}}@keyframes zoom-out{0%{opacity:1;-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(0.3);-o-transform:scale(0.3);transform:scale(0.3)}100%{opacity:0}}.zoom-out{-webkit-animation-name:zoom-out;-o-animation-name:zoom-out;animation-name:zoom-out}.blink-slow{-webkit-animation-name:blink-slow;-o-animation-name:blink-slow;animation-name:blink-slow;-webkit-animation-duration:.3s;-o-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;-o-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes blink-slow{0%{opacity:.4}50%{opacity:.7}100%{opacity:1}}@-o-keyframes blink-slow{0%{opacity:.4}50%{opacity:.7}100%{opacity:1}}@keyframes blink-slow{0%{opacity:.4}50%{opacity:.7}100%{opacity:1}}

 /* Page Animation > Custom Loading */
.animsition-loading { color: #666; }
.animsition-loading:after { display: none; }

/*--------------------------------------------------------------
- Accent Colors
--------------------------------------------------------------*/

/* Accent > #0083c8 > Background */
.background-highlight,
input[type="submit"],
.theme-button,
button,
#main .tagcloud a:hover,
.post-tags a:hover,
.wpex-carousel .owl-dot.active,
.navbar-style-one .menu-button > a > span.link-inner,
.wpex-carousel .owl-prev,
.wpex-carousel .owl-next { background-color: #0083c8; color: #fff; }

/* Accent > #0083c8 > Background */
.modern-menu-widget li.current-menu-item a,
#wp-calendar caption,
#site-scroll-top:hover,
input[type="submit"]:hover,
.theme-button:hover,
button:hover,
.wpex-carousel .owl-prev:hover,
.wpex-carousel .owl-next:hover,
.navbar-style-one .menu-button > a > span.link-inner:hover { background: #; }

/* Accent > #0083c8 > Color */
.navbar-style-one .dropdown-menu a:hover,
.navbar-style-one .dropdown-menu > .current-menu-item > a,
.navbar-style-one .dropdown-menu > .current-menu-parent > a,
h1 a:hover,
h2 a:hover,
a:hover h2,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.wpex-carousel-entry-title a:hover,
.navbar-style-one .dropdown-menu ul a:hover,
.navbar-style-two .dropdown-menu a:hover,
.navbar-style-two .dropdown-menu > .current-menu-item > a,
.navbar-style-two .dropdown-menu ul a:hover,
.navbar-style-three .dropdown-menu > .current-menu-item > a,
.navbar-style-three .dropdown-menu a:hover,
.navbar-style-three .dropdown-menu ul a:hover,
.navbar-style-four .dropdown-menu > .current-menu-item > a,
.navbar-style-four .dropdown-menu a:hover,
.navbar-style-four .dropdown-menu ul a:hover,
.modern-menu-widget a:hover { color: #0083c8; }

/* Accent > #0083c8 > Borders */
#searchform-dropdown { border-color: #0083c8; }
.toggle-bar-btn:hover { border-top-color: #0083c8; border-right-color: #0083c8; }
body #site-navigation-wrap.nav-dropdown-top-border .dropdown-menu > li > ul { border-top-color: #0083c8; }

/*--------------------------------------------------------------
- Font Awesome smoothing
- Needed when Icons are added without the "fa" class
--------------------------------------------------------------*/
.sf-menu > li.megamenu > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu a:before,
.wpex-slider .sp-arrow,
.wpex-slider .sp-arrow:before,
#main .widget_nav_menu .parent > a:after,
.modern-menu-widget a:after,
.sidebar-widget-icons .widget_archive a:before,
.sidebar-widget-icons .widget_recent_entries a:before,
.sidebar-widget-icons .widget_recent_comments a:before,
.sidebar-widget-icons .widget_layered_nav a:before,
.sidebar-widget-icons .widget_product_categories a:before,
.sidebar-widget-icons .widget_categories a:before,
.theme-select:after,
.searchform input:after,
ul.check-list li:before,
.animsition-loading:after { font-family: "FontAwesome"; font-weight: normal; font-style: normal; letter-spacing: normal; text-rendering:auto; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale }

/*--------------------------------------------------------------
- WPML
--------------------------------------------------------------*/
#footer #lang_sel_list a,
#footer #lang_sel_list a:visited { background: none; color: inherit; padding: 0; font-size: inherit; }
#footer #lang_sel_list li { float: none; border: none; }

/*--------------------------------------------------------------
- Helper function to reset all styles
--------------------------------------------------------------*/
.reset-styles { font-size: 1em; color: inherit; margin: 0; padding: 0; font-weight: normal; font-style: normal; border: none; background: none; letter-spacing: inherit; }
.reset-styles a { font-size: inherit; color: inherit; }

/*--------------------------------------------------------------
- Print Styles
--------------------------------------------------------------*/
@media print { 
    #sidebar,
    #footer-callout-wrap,
    #footer,
    #footer-bottom,
    #top-bar-wrap,
    #site-navigation-wrap,
    .toggle-bar-btn,
    .post-pagination,
    .related.products,
    .product form.cart { display: none }
    .container { width: 100%; padding: 0; }
    .wpb_accordion_content,
    .wpb_toggle_content { display: block !important }
}


/*--------------------------------------------------------------
 Theme Name  : Total
 Version     : 2.1.0
 Description : Visual Composer Tweaks
 Author      : WPExplorer
 Theme URI   : http://www.wpexplorer.com
 Author URI  : http://www.wpexplorer.com
 License     : Custom
 License URI : http://themeforest.net/licenses

/*--------------------------------------------------------------
- Main Tweaks
--------------------------------------------------------------*/

/* Main > Front End Tweaks */
.vc_empty-placeholder { margin: 0 !important; }

/* Main > Remove Margins */
.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button { margin-bottom: 0 }
.compensate-vc-negative-margin { margin: 0 15px }
.vc_empty .wpb_column { float: none; }
.compose-mode .visible-in-composer { display: block !important; }

/* Stretch row content fix */
.stretch_row_content .vc_col-sm-12 { padding-left: 0; padding-right: 0; }

/* Main > Z-Indexex */
.vcex-row-bg-container .column_container { position: relative; z-index: 2; }

/* Main > Pie Chart */
.wpb_pie_chart_heading { margin-top: 20px }

/* Main > Google Maps */
.wpb_gmaps_widget .wpb_map_wraper,
.wpb_gmaps_widget .wpb_wrapper { border: none; padding: 0; }

/* Main > Flickr Hover */
.wpb_gallery_slides .wpb_flickr_widget img:hover { opacity: 0.7 }

/* Main > Responsive Videos Fix */
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper { padding-top: 56.3% }

/* Main > Fix Callout 2 Button Bug */
.vc_button-2-wrapper { display: block; }

/* Main > Columns Without Space */
.no-spacing-column.wpb_column { padding-left: 0 !important; padding-right: 0 !important; margin-bottom: 0; }

/* Main > Rows Without Spacing */
.no-margins { margin: 0 !important; }
.no-margins .wpb_column,
.no-margins .vc_vc_column { padding-left: 0 !important; padding-right: 0 !important; margin-bottom: 0 !important; }
.row-no-spacing .wpb_column { padding: 0 !important }

/* Main > Column Spacing > 0px */
.vc_row.column-spacing-0px,
.vc_row.column-spacing-0px .vc_row,
.vc_row.column-spacing-0px .center-row-inner { margin-left: 0; margin-right: 0; }
.vc_row.column-spacing-0px .wpb_column,
.vc_row.column-spacing-0px .vc_vc_column { padding: 0 !important; margin: 0; }

/* Main > Column Spacing > 20px */
.vc_row.column-spacing-20,
.vc_row.column-spacing-20 .vc_row,
.vc_row.column-spacing-20 .center-row-inner { margin-left: -10px; margin-right: -10px; }
.vc_row.column-spacing-20 .compensate-vc-negative-margin { margin-left: 10px; margin-right: 10px; }
.vc_row.column-spacing-20 .wpb_column { padding-left: 10px; padding-right: 10px; }

/* Main > Column Spacing > 30px */
.vc_row.column-spacing-30,
.vc_row.column-spacing-30 .vc_row,
.vc_row.column-spacing-30 .center-row-inner { margin-left: -15px; margin-right: -15px; }
.vc_row.column-spacing-30 .compensate-vc-negative-margin { margin-left: 15px; margin-right: 15px; }
.vc_row.column-spacing-30 .wpb_column { padding-left: 15px; padding-right: 15px; }

/* Main > Column Spacing > 40px */
.vc_row.column-spacing-40,
.vc_row.column-spacing-40 .vc_row,
.full-width-main-layout .vc_row.column-spacing-40 .center-row-inner { margin-left: -20px; margin-right: -20px; }
.vc_row.column-spacing-40 .compensate-vc-negative-margin { margin-left: 20px; margin-right: 20px; }
.vc_row.column-spacing-40 .wpb_column { padding-left: 20px; padding-right: 20px; }

/* Main > Column Spacing > 50px */
.vc_row.column-spacing-50,
.vc_row.column-spacing-50 .vc_row,
.vc_row.column-spacing-50 .center-row-inner { margin-left: -25px; margin-right: -25px; }
.vc_row.column-spacing-50 .compensate-vc-negative-margin { margin-left: 25px; margin-right: 25px; }
.vc_row.column-spacing-50 .wpb_column { padding-left: 25px; padding-right: 25px; }

/* Main > Column Spacing > 60px */
.vc_row.column-spacing-60,
.vc_row.column-spacing-60 .vc_row,
.vc_row.column-spacing-60 .center-row-inner { margin-left: -30px; margin-right: -30px; }
.vc_row.column-spacing-60 .compensate-vc-negative-margin { margin-left: 30px; margin-right: 30px; }
.vc_row.column-spacing-60 .wpb_column { padding-left: 30px; padding-right: 30px; }

/* Main > Single Image */
.wpb_single_image img { vertical-align: bottom; }
.wpb_single_image a { display: block; display: inline-block; }
.vcex-img-hover-parent.wpb_single_image a { display: block }

/* Main > Message Box Icons */
.vc_message_box { padding-left: 5em; }
.vc_message_box-icon { top: 1em; bottom: auto; text-align: left; }

/* Main > Widgets Added Via Visual Composer */
.wpb_row .widget-title { margin: 0 0 20px; font-size: 1.077em; font-weight: bold; font-weight: 600; color: #000; }
.wpb_row .widget_recent_entries ul,
.wpb_row .widget_wpex_fontawesome_social_widget ul,
.wpb_row .widget_wpex_recent_posts_thumb ul,
.wpb_row .widget_categories ul,
.wpb_row .widget_wpex_social_widget ul,
.wpb_row .widget_archive ul,
.wpb_row .widget_wpex_simple_menu ul { list-style: none; margin: 0; }
.entry .widget_nav_menu ul { list-style: none }

/*--------------------------------------------------------------
- Front End Tweaks
--------------------------------------------------------------*/

/*hide dropdowns on front end composer*/
body.compose-mode .sf-menu ul { display: none !important }

/*layerslider style*/
.vc_layerslider.vc_empty-shortcode-element { width: 100%; height: 150px; background: #333 url(/wp-content/themes/envirotwentysixteen/css/../images/visual-composer/layerslider-fe.png) center center no-repeat; }

/*--------------------------------------------------------------
- Button
--------------------------------------------------------------*/
.vc_btn { margin-bottom: 5px }
.vc_btn.vc_btn_3d { margin-bottom: 10px }
.vc_btn.full-width-button { width: 100%; text-align: center; }
.vc_btn_blue.vc_btn_3d { -webkit-box-shadow: 0 5px 0 #2e698a; box-shadow: 0 5px 0 #2e698a; }

/*--------------------------------------------------------------
- Custom headings
--------------------------------------------------------------*/
.vc_custom_heading h1,
.vc_custom_heading h2,
.vc_custom_heading h3,
.vc_custom_heading h4,
.vc_custom_heading h5,
.vc_custom_heading h6 { margin: 0 }

/*--------------------------------------------------------------
- Call to action
--------------------------------------------------------------*/
.vc_call_to_action { background: #f5f5f5; border-color: #f5f5f5; }

/*--------------------------------------------------------------
- Columns
--------------------------------------------------------------*/
.wpb_column .bordered-column { padding: 20px; border: 1px solid #e4e4e4; border-radius: 3px; border-radius: 3px; border-radius: 3px; }
.wpb_column .boxed-column { background: #f7f7f7; padding: 20px; border: 1px solid #e4e4e4; border-radius: 3px; border-radius: 3px; border-radius: 3px; }
.wpb_column .column-dropshadow { box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.075); border: 1px solid rgb(204, 204, 204); }

/*--------------------------------------------------------------
- Seperator With Text
--------------------------------------------------------------*/

/* Seperator With Text > Main */
body .vc_text_separator { border-bottom: none; height: auto; margin: 0 0 20px; font-weight: bold; font-weight: 600; color: #222; font-size: 1.077em; -webkit-font-smoothing: antialiased; }
body .vc_text_separator span { display: inline-block }
body .vc_text_separator.separator_align_center span { padding: 2px 10px }
body .vc_text_separator.separator_align_center { text-align: center }
body .vc_text_separator.separator_align_right { text-align: right }

/* Seperator With Text > Bottom border  */
body .vc_text_separator_one { padding-bottom: 4px; border-bottom: 1px solid #e4e4e4; }
body .vc_text_separator_one span { }

/* Seperator With Text > Bottom border w/ color */
body .vc_text_separator_two { padding-bottom: 0; border-bottom: 1px solid #e4e4e4; }
body .vc_text_separator_two span { padding-bottom: 6px; border-bottom: 2px solid transparent; position: relative; bottom: -1px; }

/* Seperator With Text > Line Through  */
body .vc_text_separator_three { background: url(/wp-content/themes/envirotwentysixteen/css/../images/visual-composer/dot.png) center repeat-x }
body .vc_text_separator_three span { background: #fff }
body .vc_text_separator_three.separator_align_center span { padding: 3px 15px }
body .vc_text_separator_three.separator_align_right span { padding: 0 0 0 15px }
body .vc_text_separator_three.separator_align_left span { padding: 0 15px 0 0 }

/* Seperator With Text > Double Line Through  */
body .vc_text_separator_four { background: url(/wp-content/themes/envirotwentysixteen/css/../images/visual-composer/double-line.png) center repeat-x }
body .vc_text_separator_four span { background: #fff }
body .vc_text_separator_four.separator_align_center span { padding: 3px 15px }
body .vc_text_separator_four.separator_align_right span { padding: 0 0 0 15px }
body .vc_text_separator_four.separator_align_left span { padding: 0 15px 0 0 }

/* Seperator With Text > Dotted  */
body .vc_text_separator_five { background: url(/wp-content/themes/envirotwentysixteen/css/../images/visual-composer/dotted.png) center repeat-x }
body .vc_text_separator_five span { background: #fff }
body .vc_text_separator_five.separator_align_center span { padding: 3px 15px }
body .vc_text_separator_five.separator_align_right span { padding: 0 0 0 15px }
body .vc_text_separator_five.separator_align_left span { padding: 0 15px 0 0 }

/* Seperator With Text > Dashed  */
body .vc_text_separator_six { background: url(/wp-content/themes/envirotwentysixteen/css/../images/visual-composer/dashed.png) center repeat-x }
body .vc_text_separator_six span { background: #fff }
body .vc_text_separator_six.separator_align_center span { padding: 3px 15px }
body .vc_text_separator_six.separator_align_right span { padding: 0 0 0 15px }
body .vc_text_separator_six.separator_align_left span { padding: 0 15px 0 0 }

/* Seperator With Text > Top & Bottom borders */
body .vc_text_separator_seven { padding: 5px 0; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; }
body .vc_text_separator_seven span { background: none !important; padding: 0 !important; }

/* Seperator With Text > Graphical  */
body .vc_text_separator_eight { padding: 7px 15px; border: 1px solid #e4e4e4; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #f7f7f7; background: -webkit-linear-gradient(#f7f7f7,#eee); background: -moz-linear-gradient(#f7f7f7,#eee); background: -o-linear-gradient(#f7f7f7,#eee); background: linear-gradient(#f7f7f7,#eee); background-repeat: no-repeat; box-shadow: inset 0 1px 1px #fff; position: relative; transition: none; -moz-transition: none; -webkit-transition: none; -o-transition: none; }
body .vc_text_separator_eight span { background: none !important }

/* Seperator With Text > Outlined  */
body .vc_text_separator_nine { padding: 7px 15px; border: 1px solid #e4e4e4; border-radius: 3px; -moz-border-radius: 3px; }
body .vc_text_separator_nine span { background: none !important }

/*--------------------------------------------------------------
- Widgets
--------------------------------------------------------------*/
.vc_wp_custommenu ul { list-style: none; margin: 0 !important; }

/*--------------------------------------------------------------
- Tabs
--------------------------------------------------------------*/

/* Tabs > Add Transition */
.wpb_tabs .wpb_tabs_nav li a { transition: all .15s ease-in-out; }

/* Tabs > Default */
.wpb_tabs.tab-style-default .wpb_tabs_nav { display: block; margin: 0; padding: 0; border-bottom: solid 1px #e4e4e4; border-left: solid 1px #e4e4e4; width: 100%; float: none; height: 32px; }
.wpb_content_element.wpb_tabs.tab-style-default .wpb_tour_tabs_wrapper .wpb_tab { background-color: #fff; padding: 20px; border-left: solid 1px #e4e4e4; border-right: solid 1px #e4e4e4; border-bottom: solid 1px #e4e4e4; }
.wpb_tabs.tab-style-default .wpb_tabs_nav li { display: block; width: auto; padding: 0; float: left; margin: 0; outline: none; }
.wpb_tabs.tab-style-default .wpb_tabs_nav li a { display: block; text-decoration: none; width: auto; height: 31px; padding: 0px 20px; line-height: 31px; border: solid 1px #e4e4e4; border-left: 0; border-bottom: none; margin: 0; color: #777; outline: none; background: #f7f7f7; }
.wpb_tabs.tab-style-default .wpb_tabs_nav li a:hover { color: #000; }
.wpb_tabs.tab-style-default .wpb_tabs_nav li.ui-tabs-active a { background: #fff; height: 32px; margin-bottom: -1px; color: #000; border-bottom: none; font-weight: 400; }

/* Tabs > Alt 1 */
.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav { display: block; margin: 0; padding: 0; border: solid 1px #e4e4e4; float: left; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
.wpb_content_element.wpb_tabs.tab-style-alternative-one .wpb_tab { clear: both; background: transparent; padding: 20px 0; border: none; }
.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav li { display: block; width: auto; padding: 0 !important; float: left !important; margin: 0 !important; outline: none; border: none; background: #f4f4f4; }
.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav li a { display: block; text-decoration: none; width: auto; padding: 5px 10px; border-left: 1px solid #e4e4e4; margin: 0; background: none; color: #898989; outline: none; font-size: 1em; }
.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav li:first-child a { border-left: none; border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; }
.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav li:last-child a { border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; }
.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav li a:hover { color: #000; }
.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav li.ui-tabs-active a { background: #fff; color: #000; }

/* Tabs > Alt 2 */
.wpb_tabs.tab-style-alternative-two .wpb_tabs_nav { display: block; margin: 0; padding: 0; border-bottom: solid 1px #e4e4e4; }
.wpb_content_element.wpb_tabs.tab-style-alternative-two .wpb_tab { clear: both; background: transparent; padding: 20px 0; border: none; }
.wpb_tabs.tab-style-alternative-two .wpb_tabs_nav li { display: block; width: auto; padding: 0; float: left; margin: 0 25px 0 0; outline: none; border: none; background: none; }
.wpb_tabs.tab-style-alternative-two .wpb_tabs_nav li a { display: block; text-decoration: none; width: auto; padding: 5px 0; margin: 0; background: none; color: #ababab; outline: none; }
.wpb_tabs.tab-style-alternative-two .wpb_tabs_nav li a:hover { color: #000; }
.wpb_tabs.tab-style-alternative-two .wpb_tabs_nav li.ui-tabs-active a { font-weight: bold; font-weight: 600; position: relative; margin-bottom: -1px; border-bottom: 2px solid transparent; color: #000; }

/*--------------------------------------------------------------
- Tours
--------------------------------------------------------------*/

/* Tours > Add Transition */
.wpb_tour_tabs_wrapper .wpb_tabs_nav a { padding: 0; }
.wpb_tour .wpb_tabs_nav li a { transition: all .15s ease-in-out; }

/* Tours > Default */
.wpb_tour.tab-style-default .wpb_tour_next_prev_nav { display: none }
.wpb_tour.tab-style-default .wpb_tour_tabs_wrapper .wpb_tab { border-left: 1px solid #e4e4e4 }
.wpb_tour.tab-style-default .wpb_tabs_nav li { background: none; border-bottom: 1px solid #e4e4e4; margin: 0; }
.wpb_tour.tab-style-default .wpb_tabs_nav li:last-child { border-bottom: none }
.wpb_tour.tab-style-default .wpb_tabs_nav li a { padding: 10px 0; color: #888; background: none; }
.wpb_tour.tab-style-default .wpb_tabs_nav li a:hover { color: #000 }
.wpb_tour.tab-style-default .wpb_tabs_nav li.ui-tabs-active a { color: #000; font-weight: bold; font-weight: 600; text-decoration: none; background: none; }

/* Tours > Alt 1 */
.wpb_tour.tab-style-alternative-one .wpb_tour_next_prev_nav { display: none }
.wpb_tour.tab-style-alternative-one .wpb_tabs_nav { border: 1px solid #e4e4e4 }
.wpb_tour.tab-style-alternative-one .wpb_tabs_nav li { background: none; border-bottom: 1px solid #e4e4e4; margin: 0; }
.wpb_tour.tab-style-alternative-one .wpb_tabs_nav li:last-child { border-bottom: none }
.wpb_tour.tab-style-alternative-one .wpb_tabs_nav li a { padding: 10px; color: #888; background: none; }
.wpb_tour.tab-style-alternative-one .wpb_tabs_nav li a:hover { color: #000; background: #f9f9f9; }
.wpb_tour.tab-style-alternative-one .wpb_tabs_nav li.ui-tabs-active a { background: #f7f7f7; color: #000; }

/* Tours > Alt 2 */
.wpb_tour.tab-style-alternative-two { border: 1px solid #e4e4e4 }
.wpb_tour.tab-style-alternative-two .wpb_tour_next_prev_nav { display: none }
.wpb_tour.tab-style-alternative-two .wpb_tour_tabs_wrapper .wpb_tab { border-left: 1px solid #e4e4e4; padding: 20px; }
.wpb_tour.tab-style-alternative-two .wpb_tabs_nav li { background: none; border-bottom: 1px solid #e4e4e4; margin: 0; }
.wpb_tour.tab-style-alternative-two .wpb_tabs_nav li:last-child { margin-bottom: -1px }
.wpb_tour.tab-style-alternative-two .wpb_tabs_nav li a { padding: 10px; color: #888; background: none; }
.wpb_tour.tab-style-alternative-two .wpb_tabs_nav li a:hover { color: #000; background: #f9f9f9; }
.wpb_tour.tab-style-alternative-two .wpb_tabs_nav li.ui-tabs-active a { background: #f7f7f7; color: #000; }

/*--------------------------------------------------------------
- Toggles
--------------------------------------------------------------*/

/* Toggles > Icon */
.vc_toggle_default .vc_toggle_icon { display: none !important; }

/* Toggles > Title */
.vc_toggle_default .vc_toggle_title { display: block; display: block; padding: 10px 12px !important; border: 1px solid #e4e4e4; outline: 0; margin: 0; cursor: pointer; background-color: #f7f7f7; }
.vc_toggle_default .vc_toggle_title h4 { color: #666; font-weight: normal; text-transform: none; letter-spacing: normal; transition: all .15s ease-in-out; }
.vc_toggle_default .vc_toggle_title h4:before { content: "\f067"; font-family: 'FontAwesome'; font-style: normal; font-weight: normal; line-height: 1; font-size: 0.846em; margin-right: 10px; color: #888; }
.vc_toggle_default .vc_toggle_title:hover { background-color: #f4f4f4; text-decoration: none; border-color: #ddd; }
.vc_toggle_default .vc_toggle_title:hover h4,
.vc_toggle_default .vc_toggle_title:hover h4:before { color: #000; }

/* Toggles > Active */
.vc_toggle_default.vc_toggle_active .vc_toggle_title { opacity: 1; background-color: #f7f7f7; background-image: none; }
.vc_toggle_default.vc_toggle_active .vc_toggle_title h4 { color: #000; }
.vc_toggle_default.vc_toggle_active .vc_toggle_title h4:before { content: "\f068"; }
.vc_toggle_default.vc_toggle_active .vc_toggle_title:hover { color: #000; background-color: #f4f4f4; text-decoration: none; border-color: #ddd; }

/* Toggles > Content */
.vc_toggle_default .vc_toggle_content { display: none; overflow: hidden; padding: 15px 0; margin: 0; padding-left: 0 !important; }

/*--------------------------------------------------------------
- Accordions
--------------------------------------------------------------*/

/* Accordions > Header */
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header { display: block; color: #666; display: block; padding: 7px 12px; border: 1px solid #e4e4e4; outline: 0; text-transform: none; letter-spacing: normal; font-weight: normal; margin: 0; margin-top: 10px; cursor: pointer; background: #f7f7f7; background-repeat: no-repeat; position: relative; transition: all .15s ease-in-out; }
.wpb_accordion .wpb_accordion_wrapper h3 a { display: block; color: #666; }
.wpb_accordion .wpb_accordion_wrapper h3 { margin: 0; padding: 0; }
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a { padding-left: 0 }
.wpb_accordion .wpb_accordion_wrapper h3 a:before { content: "\f067"; font-family: 'FontAwesome'; font-style: normal; font-weight: normal; line-height: 1; font-size: 0.846em; margin-right: 10px; color: #666; }
.wpb_content_element .wpb_accordion_header a { padding: 0 }

/* Accordions > Header > Hover */
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:hover { color: #000; background: #f4f4f4; text-decoration: none; border-color: #ddd; }
.wpb_accordion .wpb_accordion_wrapper h3:hover a:before,
.wpb_accordion .wpb_accordion_wrapper h3:hover a { color: #000; }

/* Accordions > Header > Active */
.wpb_accordion .wpb_accordion_wrapper h3.ui-state-active.wpb_accordion_header { opacity: 1; font-weight: 400; text-decoration: none; }
.wpb_accordion .wpb_accordion_wrapper h3.ui-state-active.wpb_accordion_header a { color: #000 }
.wpb_accordion .wpb_accordion_wrapper h3.ui-state-active.wpb_accordion_header a:before { content: "\f068"; font-family: 'FontAwesome'; font-style: normal; font-weight: normal; line-height: 1; font-size: 0.846em; margin-right: 10px; color: #666; font-style: normal; }

/* Accordions > Icons */
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon { display: none }

/* Accordions > Content */
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content { padding: 10px 0; margin: 0; }

/*--------------------------------------------------------------
- Font Smoothing For Icon Fonts
--------------------------------------------------------------*/
.vc_toggle_default .vc_toggle_title h4:before,
.wpb_accordion .wpb_accordion_wrapper h3 a:before {
	font-weight: normal; font-style: normal; letter-spacing: normal; text-rendering:auto; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}

/*--------------------------------------------------------------
- Accent Color
--------------------------------------------------------------*/

/* Accent > #3b86b0 > Background */
.vc_btn_blue { background-color: #3b86b0; }

/* Accent > #3b86b0 > Border */
.vc_btn_blue.vc_btn_outlined { border-color: #3b86b0; }
body .vc_text_separator_two span,
.wpb_tabs.tab-style-alternative-two .wpb_tabs_nav li.ui-tabs-active a { border-bottom-color: #3b86b0; }

/* Accent > #3b86b0 > Color */
.vc_btn_blue.vc_btn_outlined { color: #3b86b0; }

/* Accent > #2e698a > Background */
.vc_btn_blue:hover { background-color: #2e698a; }

/* Accent > #2e698a > Border */
.vc_btn_blue.vc_btn_outlined:hover,
.vc_btn_blue.vc_btn_square_outlined:hover { border-color: #2e698a; }
/*--------------------------------------------------------------
 Theme Name     : Total
 Version        : 2.1.0
 Description    : Visual Composer Extensions for Total
 Author         : WPExplorer
 Theme URI      : http://www.wpexplorer.com
 Author URI     : http://www.wpexplorer.com
 License        : Custom
 License URI    : http://themeforest.net/licenses

/*--------------------------------------------------------------
- Commons
--------------------------------------------------------------*/
.vcex-isotope-grid { overflow: hidden; }
.vcex-readmore { font-size: 0.923em; }
.vcex-icon-wrap { display: inline; display: inline-block; text-align: center; }
.vcex-icon-wrap.left { margin-right: 10px; }
.vcex-icon-wrap.right { margin-left: 10px; }

/*Visual Composer Extension Filter buttons*/
ul.vcex-filter-links { list-style: none; margin: 0 0 20px; }
ul.vcex-filter-links li { float: left; margin-right: 5px; margin-bottom: 5px; }
ul.vcex-filter-links li:last-child { margin-right: 0 }
.vcex-filter-links a { color: #888; font-size: 0.923em; display: block; padding: 0.2em 0.9em; margin: 0; display: inline-block; font-size: 1em; font-weight: normal; outline: none; cursor: pointer; outline: none; border: 1px solid #ddd; transition: background 0.25s ease-in-out, color 0.25s ease-in-out; -moz-transition: background 0.25s ease-in-out, color 0.25s ease-in-out; -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out; }
.vcex-filter-links a:hover,
.vcex-filter-links li.active a { text-decoration: none; background: #f7f7f7; color: #000; }
.vcex-filter-links li.hidden { display: none !important; }

/*center filter links*/
ul.vcex-filter-links.center { text-align: center }
ul.vcex-filter-links.center li { display: inline-block; float: none; }

/*clear floats*/
.vcex-clear-floats { clear: both }
.vcex-clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.vcex-clr:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }

/*image styles*/
.vcex-rounded-images img { border-radius: 9999px }

/*text align*/
.vcex-text-align-center { text-align: center }
.vcex-text-align-left { text-align: left }
.vcex-text-align-right { text-align: right }

/*single image caption*/
.wpb_single_image a { position: relative; max-width: 100%; }
.wpb_single_image_caption { position: absolute; z-index: 2; bottom: 20px; left: 0; color: #fff; padding: 4px 10px; background: #000; opacity: 0.7; -moz-opacity: 0.7; -webkit-opacity: 0.7; }

/*--------------------------------------------------------------
- Spacing
--------------------------------------------------------------*/
.vcex-spacing { clear: both; display: block; width: 100%; height: auto; margin: 0; padding: 0; background: none; border: none; outline: none; }

/*--------------------------------------------------------------
- Video Background
--------------------------------------------------------------*/
.vcex-video-bg-wrap { position: relative; overflow: hidden; position: relative; z-index: 3; }
.vcex-video-bg { position: absolute; top: 0; left: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -1000; overflow: hidden; }

/* Video Backgrounds > Overlay */
.vcex-video-bg-overlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: -999; }
.vcex-video-bg-overlay.dark-overlay { background: #000; opacity: 0.65; -moz-opacity: 0.65; -webkit-opacity: 0.65; }
.vcex-video-bg-overlay.dotted-overlay { background: rgba(0,0,0,0.3) url(/wp-content/themes/envirotwentysixteen/css/../images/visual-composer/dotted-overlay.png) repeat }
.vcex-video-bg-overlay.dashed-overlay { background: rgba(0,0,0,0.3) url(/wp-content/themes/envirotwentysixteen/css/../images/visual-composer/dashed-overlay.png) repeat }

/*--------------------------------------------------------------
- Bullets
--------------------------------------------------------------*/
.vcex-bullets ul { margin-left: 0 !important; padding-left: 0 !important; list-style: none !important; list-style-image: none !important; }
.vcex-bullets ul li { padding-left: 25px !important; margin-bottom: 6px; }
.vcex-bullets-check ul li { background: url(/wp-content/themes/envirotwentysixteen/css/../images/visual-composer/check.png) left center no-repeat }
.vcex-bullets-gray ul li { background: url(/wp-content/themes/envirotwentysixteen/css/../images/visual-composer/bullets-gray.png) left center no-repeat }
.vcex-bullets-black ul li { background: url(/wp-content/themes/envirotwentysixteen/css/../images/visual-composer/bullets-black.png) left center no-repeat }
.vcex-bullets-blue ul li { background: url(/wp-content/themes/envirotwentysixteen/css/../images/visual-composer/bullets-blue.png) left center no-repeat }
.vcex-bullets-red ul li { background: url(/wp-content/themes/envirotwentysixteen/css/../images/visual-composer/bullets-red.png) left center no-repeat }
.vcex-bullets-purple ul li { background: url(/wp-content/themes/envirotwentysixteen/css/../images/visual-composer/bullets-purple.png) left center no-repeat }

/*--------------------------------------------------------------
- Dividers
--------------------------------------------------------------*/
.vcex-divider { display: block; width: 100%; height: 0; margin: 0 auto; background: none; }
.vcex-divider.solid { border-top: 1px solid #e8e8e8; }
.vcex-divider.dashed { border-top: 2px dashed #e8e8e8; }
.vcex-divider.dotted { height: 3px; background: url(/wp-content/themes/envirotwentysixteen/css/../images/visual-composer/dotted.png) center center repeat-x; border: none; }
.vcex-divider.dotted.repeat-bg { background-repeat: repeat; }
.vcex-divider.double { height: 1px; padding-top: 2px; padding-bottom: 2px; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; }

/* divider with icons */
.vcex-divider.has-icon { display: block; height: auto; margin: 0 auto; text-align: center; border: none; overflow: hidden; }
.vcex-divider.has-icon .vcex-divider-icon { display: inline-block; position: relative; }
.vcex-divider.has-icon .vcex-icon-wrap { display: inline-block; padding: 10px 20px; background: #fff; font-size: 1.231em; color: #999; }
.vcex-divider.has-icon .vcex-divider-icon-before { display: block; position: absolute; top: 50%; border-bottom: solid 1px #e8e8e8; right: 100%; width: 9999px; margin-top: -0.5px; }
.vcex-divider.has-icon .vcex-divider-icon-after { display: block; position: absolute; top: 50%; border-bottom: solid 1px #e8e8e8; left: 100%; width: 9999px; margin-top: -0.5px; }

.vcex-divider.has-icon.icon-has-bg .vcex-icon-wrap { margin: 0 20px; }

.vcex-divider.has-icon.double .vcex-divider-icon-before { border-top: solid 1px #e8e8e8; padding-top: 2px; padding-bottom: 2px; margin-top: -3px; }
.vcex-divider.has-icon.double .vcex-divider-icon-after { border-top: solid 1px #e8e8e8; padding-top: 2px; padding-bottom: 2px; margin-top: -3px; }

.vcex-divider.has-icon.dashed .vcex-divider-icon-before,
.vcex-divider.has-icon.dashed .vcex-divider-icon-after { border-style: dashed; border-bottom-width: 2px; }

.vcex-divider.has-icon.custom-icon-height .vcex-icon-wrap { padding-top: 0; padding-bottom: 0; }
.vcex-divider.has-icon.custom-icon-width .vcex-icon-wrap { padding-left: 0; padding-right: 0; }

/*--------------------------------------------------------------
- List Item
--------------------------------------------------------------*/
.vcex-list_item .vcex-icon-wrap { margin-right: 10px; text-align: center }
.vcex-list_item { margin-bottom: 5px }
body .vcex-list_item a:hover { text-decoration: none !important }

/*--------------------------------------------------------------
- Buttons
--------------------------------------------------------------*/
body.compose-mode .vc-element.vc-vcex_button,
.vc_vcex_button.vc_empty-shortcode-element { display: block }
.vc_vcex_button.vc_empty-shortcode-element:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
.vcex-button-block-wrap { clear: left; display: block; }
.vcex-button-block-wrap { clear: left; display: block; }

/*default & flat button*/
.vcex-button,
.vcex-button.flat { display: inline-block; padding: .8em 1em; margin: 0 5px 5px 0; font-size: 0.923em; line-height: 1; font-weight: normal; font-family: inherit; -webkit-appearance: none; color: #fff; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; outline: none; border: none; text-decoration: none !important }
.vcex-button:hover,
.vcex-button.flat:hover { text-decoration: none; color: #fff; }
.vcex-button:active,
.vcex-button.flat:active { box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; }
.vcex-button.animate-on-hover,
.vcex-button.hvr-float-shadow,
.vcex-button.hvr-float-grow,
.vcex-button.hvr-float { transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; }

/* default & flat button colors*/
.vcex-button.grey,
.vcex-button.flat.grey { background-color: #bbb }
.vcex-button.grey:hover,
.vcex-button.flat.grey:hover { background-color: #b3b3b3; color: #fff; }
.vcex-button.black,
.vcex-button.flat.black { background-color: #333 }
.vcex-button.black:hover,
.vcex-button.flat.black:hover { background-color: #000; color: #fff; }
.vcex-button,
.vcex-button.blue,
.vcex-button.flat.blue { background-color: #3f90bd; color: #fff; }
.vcex-button:hover,
.vcex-button.blue:hover,
.vcex-button.flat.blue:hover { background-color: #327397; color: #fff; }
.vcex-button.orange,
.vcex-button.flat.orange { background-color: #EE7836; color: #fff; }
.vcex-button.orange:hover,
.vcex-button.flat.orange:hover { background-color: #eb6317; color: #fff; }
.vcex-button.gold,
.vcex-button.flat.gold { background-color: #ffaa33; color: #fff; }
.vcex-button.gold:hover,
.vcex-button.flat.gold:hover { background-color: #ff9c11; color: #fff; }
.vcex-button.green,
.vcex-button.flat.green { background-color: #87bf17; color: #fff; }
.vcex-button.flat.green:hover { background-color: #72a113; color: #fff; }
.vcex-button.purple,
.vcex-button.flat.purple { background-color: #a73df2; color: #fff; }
.vcex-button.purple:hover,
.vcex-button.flat.purple:hover { background-color: #991df0; color: #fff; }
.vcex-button.teal,
.vcex-button.flat.teal { background-color: #00b3b3; color: #fff; }
.vcex-button.teal:hover,
.vcex-button.flat.teal:hover { background-color: #009191; color: #fff; }
.vcex-button.pink,
.vcex-button.flat.pink { background-color: #f261c2; color: #fff; }
.vcex-button.pink:hover,
.vcex-button.flat.pink:hover { background-color: #ef42b6; color: #fff; }
.vcex-button.brown,
.vcex-button.flat.brown { background-color: #804b35; color: #fff; }
.vcex-button.brown:hover,
.vcex-button.flat.brown:hover { background-color: #683d2b; color: #fff; }
.vcex-button.red,
.vcex-button.flat.red { background-color: #F73936; color: #fff; }
.vcex-button.red:hover,
.vcex-button.flat.red:hover { background-color: #f61915; color: #fff; }
.vcex-button.rosy,
.vcex-button.flat.rosy { background-color: #EA2487; color: #fff; }
.vcex-button.rosy:hover,
.vcex-button.flat.rosy:hover { background-color: #d71576; color: #fff; }
.vcex-button.white,
.vcex-button.flat.white { background-color: #fff; color: #444; }
.vcex-button.white:hover,
.vcex-button.flat.white:hover { background: #fff; color: #444; }

/*graphical buttons*/
.vcex-button.graphical { color: #fff; background: #3f90bd; border: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-shadow: 0 -1px rgba(0,0,0,0.4); outline: none; box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 1px 3px -1px rgba(45,60,72,0.5); -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 1px 3px -1px rgba(45,60,72,0.5); -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 1px 3px -1px rgba(45,60,72,0.5); border: 1px solid rgba(0,0,0,0.15); }
.vcex-button.graphical:hover,
.vcex-button.graphical.blue:hover { text-decoration: none; }
.vcex-button.graphical:active { box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; }
.vcex-button.graphical.grey { background-color: #bbb }
.vcex-button.graphical.grey:hover { background-color: #b3b3b3 }
.vcex-button.graphical.black { background-color: #333 }
.vcex-button.graphical.black:hover { background-color: #000 }
.vcex-button.graphical.orange { background-color: #EE7836 }
.vcex-button.graphical.orange:hover { background-color: #eb6317 }
.vcex-button.graphical.gold { background-color: #ffaa33 }
.vcex-button.graphical.gold:hover { background-color: #ff9c11 }
.vcex-button.graphical.green { background-color: #87bf17 }
.vcex-button.graphical.green:hover { background-color: #72a113 }
.vcex-button.graphical.purple { background-color: #a73df2 }
.vcex-button.graphical.purple:hover { background-color: #991df0 }
.vcex-button.graphical.teal { background-color: #00b3b3 }
.vcex-button.graphical.teal:hover { background-color: #009191 }
.vcex-button.graphical.pink { background-color: #f261c2 }
.vcex-button.graphical.pink:hover { background-color: #ef42b6 }
.vcex-button.graphical.brown { background-color: #804b35 }
.vcex-button.graphical.brown:hover { background-color: #683d2b }
.vcex-button.graphical.red { background-color: #F73936 }
.vcex-button.graphical.red:hover { background-color: #f61915 }
.vcex-button.graphical.rosy { background-color: #EA2487 }
.vcex-button.graphical.rosy:hover { background-color: #d71576 }
.vcex-button.graphical.white { background-color: #fff; color: #444; }

/*3D buttons*/
.vcex-button.three-d { color: #fff; background: #3f90bd; border: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; text-shadow: none; outline: none; border: none; border-bottom: 4px solid rgba(0,0,0,0.25); }
.vcex-button.three-d:hover { text-decoration: none; }
.vcex-button.three-d:active { box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1) inset; border-bottom: none; }
.vcex-button.three-d.grey { background-color: #bbb }
.vcex-button.three-d.grey:hover { background-color: #b3b3b3 }
.vcex-button.three-d.black { background-color: #333 }
.vcex-button.three-d.black:hover { background-color: #000 }
.vcex-button.three-d.blue { background-color: #3f90bd }
.vcex-button.three-d.orange { background-color: #EE7836 }
.vcex-button.three-d.orange:hover { background-color: #eb6317 }
.vcex-button.three-d.gold { background-color: #ffaa33 }
.vcex-button.three-d.gold:hover { background-color: #ff9c11 }
.vcex-button.three-d.green { background-color: #87bf17 }
.vcex-button.three-d.green:hover { background-color: #72a113 }
.vcex-button.three-d.purple { background-color: #a73df2 }
.vcex-button.three-d.purple:hover { background-color: #991df0 }
.vcex-button.three-d.teal { background-color: #00b3b3 }
.vcex-button.three-d.teal:hover { background-color: #009191 }
.vcex-button.three-d.pink { background-color: #f261c2 }
.vcex-button.three-d.pink:hover { background-color: #ef42b6 }
.vcex-button.three-d.brown { background-color: #804b35 }
.vcex-button.three-d.brown:hover { background-color: #683d2b }
.vcex-button.three-d.red { background-color: #F73936 }
.vcex-button.three-d.red:hover { background-color: #f61915 }
.vcex-button.three-d.rosy { background-color: #EA2487 }
.vcex-button.three-d.rosy:hover { background-color: #d71576 }
.vcex-button.three-d.white { background-color: #fff; color: #444; }

/*outline buttons*/
.vcex-button.outline { color: #888; background: none; border: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; text-shadow: none; outline: none; border: none; border: 3px solid #eee; font-weight: bold; font-weight: 600; }
.vcex-button.outline,
.vcex-button.outline.blue { color: #3f90bd; border-color: #3f90bd; }
.vcex-button.outline:hover,
.vcex-button.outline.blue:hover { background: #3f90bd; }
.vcex-button.outline:active { border-color: transparent !important; box-shadow: none; }

.vcex-button.outline.grey { color: #bbb; border-color: #bbb; }
.vcex-button.outline.grey:hover { background: #bbb; }
.vcex-button.outline.black { color: #333; border-color: #333; }
.vcex-button.outline.black:hover { background: #333; }
.vcex-button.outline.orange { color: #EE7836; border-color: #EE7836; }
.vcex-button.outline.orange:hover { background: #EE7836; }
.vcex-button.outline.gold { color: #ffaa33; border-color: #ffaa33; }
.vcex-button.outline.gold:hover { background: #ffaa33; }
.vcex-button.outline.green { color: #87bf17; border-color: #87bf17; }
.vcex-button.outline.green:hover { background: #87bf17; }
.vcex-button.outline.purple { color: #a73df2; border-color: #a73df2; }
.vcex-button.outline.purple:hover { background: #a73df2; }
.vcex-button.outline.teal { color: #009191; border-color: #009191; }
.vcex-button.outline.teal:hover { background: #009191; }
.vcex-button.outline.pink { color: #f261c2; border-color: #f261c2; }
.vcex-button.outline.pink:hover { background: #f261c2; }
.vcex-button.outline.brown { color: #804b35; border-color: #804b35; }
.vcex-button.outline.brown:hover { background: #804b35; }
.vcex-button.outline.red { color: #F73936; border-color: #F73936; }
.vcex-button.outline.red:hover { background: #F73936; }
.vcex-button.outline.rosy { color: #EA2487; border-color: #EA2487; }
.vcex-button.outline.rosy:hover { background: #EA2487; }
.vcex-button.outline.white { color: #444; border-color: #fff; color: #fff; }
.vcex-button.outline.white:hover { color: #000; background: #fff; }
.vcex-button.outline:hover { color: #fff; text-decoration: none; text-decoration: none; border-color: transparent !important; }

/*Clean buttons*/
.vcex-button.clean { color: #3f90bd; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; text-shadow: none; outline: none; border: 1px solid #ddd; -webkit-appearance: none; background-image: linear-gradient(bottom, #f6f6f6 0%, #FFFFFF 100%); background-image: -o-linear-gradient(bottom, #f6f6f6 0%, #FFFFFF 100%); background-image: -moz-linear-gradient(bottom, #f6f6f6 0%, #FFFFFF 100%); background-image: -webkit-linear-gradient(bottom, #f6f6f6 0%, #FFFFFF 100%); background-image: -ms-linear-gradient(bottom, #f6f6f6 0%, #FFFFFF 100%); -webkit-box-shadow: 0px 1px 1px rgba(180, 180, 180, 0.13); -moz-box-shadow: 0px 1px 1px rgba(180, 180, 180, 0.13); box-shadow: 0px 1px 1px rgba(180, 180, 180, 0.13); font-weight: bold; font-weight: 600; }
.vcex-button.clean:active { box-shadow: 0 1px 2px rgba(0,0,0,.1) inset; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1) inset; -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1) inset; }
.vcex-button.clean.grey { color: #bbb }
.vcex-button.clean.black { color: #333 }
.vcex-button.clean.blue { color: #3f90bd }
.vcex-button.clean.orange { color: #EE7836 }
.vcex-button.clean.gold { color: #ffaa33 }
.vcex-button.clean.green { color: #87bf17 }
.vcex-button.clean.purple { color: #9a5e9a }
.vcex-button.clean.teal { color: #009191 }
.vcex-button.clean.pink { color: #f261c2 }
.vcex-button.clean.brown { color: #804b35 }
.vcex-button.clean.red { color: #F73936 }
.vcex-button.clean.rosy { color: #EA2487 }
.vcex-button.clean.white { color: #fff }
.vcex-button.clean:hover { color: #000 !important; text-decoration: none; }
.vcex-button.clean.black:hover { color: #3b86b0 !important }

/*sizes & alignments*/
.vcex-button.small { font-size: 0.923em }
.vcex-button.medium { font-size: 1.077em }
.vcex-button.large { font-size: 1.385em }
.vcex-button.align-left { float: left }
.vcex-button.align-right { float: right; margin-right: 0; margin-left: 5px; }
.vcex-button-icon-right { padding-left: 10px }
.vcex-button-icon-left { padding-right: 10px }
.vcex-button.expanded { width: 100%; padding: 0.9em 1.2em; text-align: center; }

/*--------------------------------------------------------------
- Toggle
--------------------------------------------------------------*/
.vcex-toggle .vcex-toggle-trigger { display: block; color: #555; display: block; padding: 10px 20px 10px 32px; border: 1px solid #ddd; background: url(/wp-content/themes/envirotwentysixteen/css/../images/visual-composer/plus.png) no-repeat 10px center; outline: 0; text-transform: none; letter-spacing: normal; font-weight: normal; font-size: 1em; line-height: 1.5em; margin: 0; margin-top: 10px; cursor: pointer; }
.vcex-toggle .vcex-toggle-trigger:hover { background-color: #f7f7f7; text-decoration: none; color: #4d4d4d; }
.vcex-toggle .vcex-toggle-trigger.active,
.vcex-toggle .vcex-toggle-trigger.active:hover { background: #4d4d4d url(/wp-content/themes/envirotwentysixteen/css/../images/visual-composer/minus.png) no-repeat 10px center; border-color: transparent; color: #fff; }
.vcex-toggle .vcex-toggle-container { display: none; overflow: hidden; padding: 15px 0; }

/*--------------------------------------------------------------
- Pricing
--------------------------------------------------------------*/
.vcex-pricing-table { list-style: none; margin: 0; padding: 0; font-size: 1em; }
.vcex-pricing { background: #fff; border-radius: 4px 4px 0 0; }
.vcex-pricing .vcex-pricing-header { border: 1px solid #ccc; border-radius: 4px 4px 0 0; padding: 15px 20px; border-radius: 4px 4px 0 0; background: #e5e5e5; text-align: center; color: #444; font-size: 1em; font-weight: 600; text-transform: uppercase; margin: 0; }
.vcex-pricing.featured .vcex-pricing-header { border-color: rgba(0,0,0,0.15); }
.vcex-pricing .vcex-pricing-cost { background: #f7f7f7; text-align: center; padding: 20px 0; border: 1px solid #e4e4e4; border-top: 0 !important; border-bottom: 0 !important; }
.vcex-pricing .vcex-pricing-ammount { display: inline; color: #7dbd21; font-size: 36px; line-height: 1em; padding: 20px 0 0; font-weight: 200; }
.vcex-pricing .vcex-pricing-per { display: inline; font-size: 0.923em; color: #999; padding-top: 7px; }
.vcex-pricing .vcex-pricing-content { font-size: 1em; text-align: center; padding: 15px; border: 1px solid #e8e8e8; }
.vcex-pricing .vcex-pricing-content ul { margin: 0 !important; list-style: none !important; }
.vcex-pricing .vcex-pricing-content ul li { margin: 0 0 5px !important; padding: 0 !important; }
.vcex-pricing .vcex-pricing-content ul li:last-child { margin-bottom: 0 !important }
.vcex-pricing .vcex-pricing-content ul li img { margin-right: 5px; display: inline-block; }
.vcex-pricing .vcex-pricing-button { text-align: center; padding: 15px; border: 1px solid #e8e8e8; border-top: 0 !important; }
.vcex-pricing .vcex-pricing-button a { float: none; margin: 0 auto; }

/*visual composer support*/
.wpb_column .vcex-pricing { width: 100% !important; margin: 0 !important; float: none !important; }
.wpb_column .vcex-pricing:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }

/*--------------------------------------------------------------
- Skillbars
--------------------------------------------------------------*/
.vcex-skillbar { position: relative; display: block; margin-bottom: 7px; width: 100%; background: #fff; height: 40px; line-height: 40px; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); background: #f6f6f6; }
.vcex-skillbar-title { background: none !important; position: absolute; top: 0; left: 0; font-size: 1em; font-weight: normal; color: #fff; z-index: 2; }
.vcex-skillbar-title .vcex-skillbar-title-inner { display: block; padding: 0 12px; }
.vcex-skillbar-title .vcex-icon-wrap { margin-right: 7px }
.vcex-skillbar-bar { height: 100%; width: 0px; position: relative; z-index: 1; }
.vcex-skill-bar-percent { position: absolute; top: 0; right: 20px; text-align: center; color: #fff; font-size: 1em; }

/*--------------------------------------------------------------
- Callout
--------------------------------------------------------------*/
.vcex-callout { padding: 15px; position: relative; background: #f7f7f7; border: 1px solid #e4e4e4; border-radius: 3px; -moz-border-radius: 3px; min-height: 70px; }
.vcex-callout-caption { float: left; font-size: 14px; font-weight: normal; }
.vcex-callout-caption h1,
.vcex-callout-caption h2,
.vcex-callout-caption h3,
.vcex-callout-caption h4 { margin: 0; font-size: 21px; font-weight: normal; color: #000; }
.vcex-callout-caption p:last-child { margin: 0 }
.vcex-callout-button { float: left; }
.vcex-callout-button .vcex-button { display: block; float: right; text-align: center; font-size: 1em; font-weight: normal; margin: 0; }
.vcex-callout.with-button .vcex-callout-caption { width: 75%; padding-right: 20px; }
.vcex-callout-button { width: 25% }

/*--------------------------------------------------------------
- LoginForm
--------------------------------------------------------------*/
.vcex-login-form { padding: 20px; border: 1px solid #e4e4e4; border-radius: 4px; }
.vcex-login-form label { font-weight: 600; color: #000; }
.vcex-login-form input[type="text"],
.vcex-login-form input[type="password"] { margin-top: 10px; width: 100%; font-size: 14px; }

/*--------------------------------------------------------------
- Newsletter
--------------------------------------------------------------*/
.vcex-newsletter-form input[type="text"],
.vcex-newsletter-form input[type="email"] { width: 100%; margin: 0; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -webkit-appearance: none; font-size: 14px; padding: 0 15px; }
.vcex-newsletter-form-wrap { position: relative; margin: 0 auto; }
.vcex-newsletter-form-button { display: block; position: absolute; top: 50%; margin-top: -15px; right: 20px; padding: 0 15px; height: 30px; line-height: 30px; border-radius: 3px; }

/*--------------------------------------------------------------
- Search Bar
--------------------------------------------------------------*/
.vcex-searchbar { font-size: 1.231em; position: relative; }
.vcex-searchbar-input { float: left; width: 70%; }
.vcex-searchbar-button { position: absolute; top: 0; right: 0; width: 28%; height: 100%; line-height: 100%; padding-top: 0; padding-bottom: 0; }
.vcex-searchbar-input[type="search"] { font-size: inherit; color: inherit; text-transform: inherit; letter-spacing: inherit; font-weight: inherit; padding: 0.8em; }
.vcex-searchbar-input:-webkit-autofill { -webkit-box-shadow: none; }

/*--------------------------------------------------------------
- Recent News
--------------------------------------------------------------*/
.vcex-recent-news-header { margin-bottom: 30px }
.vcex-recent-news-entry { position: relative; margin: 0; padding-left: 85px; width: auto !important; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #eee; }
.vcex-recent-news-entry:last-child { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }
.vcex-recent-news-date { position: absolute; left: 0; top: 0; width: 60px; padding: 5px 0 0; text-align: center; border: 1px solid #ddd; background: #f7f7f7; border-bottom: none; }
.vcex-recent-news-date span.day { display: block; font-size: 24px; color: #444; font-weight: 300; padding: 0 5px 5px; }
.vcex-recent-news-date span.month { display: block; font-size: 11px; padding: 2px 5px; font-weight: normal; text-transform: uppercase; position: relative; margin: -1px -1px 0; }
.vcex-news-entry-details { min-height: 72px }
.vcex-recent-news-entry { margin-bottom: 30px }
.vcex-news-entry-thumbnail,
.vcex-news-entry-video { margin-bottom: 20px }
.vcex-news-entry-thumbnail img { display: block }
.vcex-news-entry-thumbnail a { display: block }
.vcex-news-entry-thumbnail a:hover img { opacity: 0.85 }
.vcex-recent-news-entry-title-heading { font-size: 14px; margin: 0 0 10px; font-weight: 600; }
.vcex-recent-news-entry-excerpt p:last-child { margin: 0; }
.vcex-recent-news-entry-excerpt .vcex-button { margin-top: 20px; display: block; float: left; }

/*--------------------------------------------------------------
- WooCommerce Carousel
--------------------------------------------------------------*/
.wpex-carousel-woocommerce .wpex-carousel-entry-details { text-align: center; font-size: 14px; font-weight: normal; }
.wpex-carousel-entry-price del .amount { font-size: 1em; color: #888; }

/*--------------------------------------------------------------
- Post Types Slider
--------------------------------------------------------------*/

/* Post Types Slider > Caption */
.vcex-posttypes-slider .wpex-slider-caption { padding: 20px 25px; text-align: left; cursor: default; }
.vcex-posttypes-slider.has-excerpt .wpex-slider-caption header { margin-bottom: 10px; }
.vcex-posttypes-slider .wpex-slider-caption .title { font-size: 18px; font-weight: bold; font-weight: 600; display: inline; cursor: pointer; }
.vcex-posttypes-slider .wpex-slider-caption .staff-position { font-size: 11px; color: #ddd; font-weight: normal; text-transform: uppercase; letter-spacing: 1px; }
.vcex-posttypes-slider .wpex-slider-caption .excerpt { font-size: 1em; line-height: 1.6; font-weight: normal; }
.vcex-posttypes-slider .wpex-slider-caption p:last-child { margin: 0; }

/* Post Types Slider > Caption > Over Image */
.vcex-posttypes-slider .wpex-slider-caption.over-image { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0,0,0,0.85); }
.vcex-posttypes-slider .wpex-slider-caption.over-image .title { text-decoration: none; }
.vcex-posttypes-slider .wpex-slider-caption.over-image .title:hover { text-decoration: underline; }
.vcex-posttypes-slider .wpex-slider-caption.over-image a { color: #fff; }
.vcex-posttypes-slider .wpex-slider-caption.over-image .excerpt { color: #999; }

/* Post Types Slider > Caption > Under Image */
.vcex-posttypes-slider .wpex-slider-caption.under-image { padding: 20px 0 0; }
.vcex-posttypes-slider.has-thumbnails .wpex-slider-caption.under-image { padding-bottom: 20px; }
.vcex-posttypes-slider .wpex-slider-caption.under-image .title { color: #000; }
.vcex-posttypes-slider .wpex-slider-caption.under-image .staff-position { color: #999 }

/*woocommerce price on slider*/
.slider-woocommerce-price { position: absolute; top: 20px; right: 20px; color: #fff; background: #7CC576; padding: 3px 10px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.slider-woocommerce-price ins { text-decoration: none !important }

/* Post Types Slider > Responsive */
@media only screen and (max-width: 767px) {
	.wpex-responsive .vcex-posttypes-slider .wpex-slider-caption.over-image { position: relative; bottom: auto; background: #000; }
}

/*--------------------------------------------------------------
- Icons
--------------------------------------------------------------*/
a:hover .vcex-icon { text-decoration: none; opacity: 0.8; }
.vcex-icon-float-center { float: none; display: block; margin: 0 auto; text-align: center; }
.vcex-icon-float-left { display: block; float: left; margin-right: 20px; }
.vcex-icon-float-right { display: block; float: right; margin-left: 20px; }

/*icon sizes*/
.vcex-icon.vcex-icon-xlarge { font-size: 100px; height: 180px; line-height: 180px; width: 180px; }
.vcex-icon.vcex-icon-large { font-size: 80px; height: 140px; line-height: 140px; width: 140px; }
.vcex-icon.vcex-icon-normal { font-size: 40px; height: 70px; line-height: 70px; width: 70px; }
.vcex-icon.vcex-icon-small { font-size: 20px; height: 35px; line-height: 35px; width: 35px; }
.vcex-icon.vcex-icon-tiny { font-size: 0.923em; height: 25px; line-height: 25px; width: 25px; }

/*other*/
.vcex-icon.remove-dimensions { height: auto; width: auto; margin: auto; line-height: normal; }
.vcex-icon.has-bg span { text-align: center }

/*custom icon size*/
.vcex-icon.has-bg .vcex-icon-wrap { display: inline-block; height: auto; width: auto; line-height: 1; padding: 20px; }
.vcex-icon.remove-padding .vcex-icon-wrap { padding: 0 !important }

/*--------------------------------------------------------------
- Icon Boxes
--------------------------------------------------------------*/

/* Icon Boxes > General */
.vcex-icon-box { position: relative; display: block !important }
.vcex-icon-box p { margin: 0 0 10px }
.vcex-icon-box p:last-child { margin: 0; }
.vcex-icon-box-heading { display: block; font-size: 1.077em; font-weight: 600; margin: 0 0 10px; }
.vcex-icon-box-link { text-decoration: none !important }
.vcex-icon-box-icon.with-background { text-align: center; vertical-align: middle; padding: 15px; }
.vcex-icon-box-icon * { color: inherit; }
.vcex-icon-box.link-wrap { display: block; text-decoration: none !important; }
.vcex-icon-box.link-wrap,
.vcex-icon-box.link-wrap .vcex-icon-box-content { color: #555; }
.vcex-icon-box-icon { font-size: 24px; color: #000; display: inline; display: inline-block; zoom: 1; line-height: 1; }

/* Icon Boxes > Style 1 : Left Icon */
.vcex-icon-box.style-one { padding-left: 50px; }
.vcex-icon-box.style-one.no-icon { padding-left: 0; }
.vcex-icon-box.style-one.with-background { padding-left: 80px }
.vcex-icon-box.style-one.no-icon.with-background { padding-left: 15px; }
.vcex-icon-box.style-one .vcex-icon-box-icon { position: absolute; left: 0; top: 0; font-size: 28px; }
.vcex-icon-box.style-one .vcex-icon-box-image { position: absolute; left: 0; top: 0; display: block; }

/* Icon Boxes > Style 7 : Right Icon */
.vcex-icon-box.style-seven { padding-right: 50px; text-align: right; }
.vcex-icon-box.style-seven.no-icon { padding-right: 0; }
.vcex-icon-box.style-seven.with-background { padding-right: 80px }
.vcex-icon-box.style-seven.no-icon.with-background { padding-left: 15px; }
.vcex-icon-box.style-seven p { margin: 0 0 10px }
.vcex-icon-box.style-seven .vcex-icon-box-icon { position: absolute; right: 0; top: 0; font-size: 28px; }
.vcex-icon-box.style-seven .vcex-icon-box-icon.with-background { padding: 15px }
.vcex-icon-box.style-seven .vcex-icon-box-image { position: absolute; right: 0; top: 0; display: block; }

/* Icon Boxes > Style 2 : Top Icon */
.vcex-icon-box.style-two { text-align: center; margin-bottom: 30px; }
.vcex-icon-box.style-two .vcex-icon-box-icon { font-size: 26px; margin: 0 0 20px; display: inline-block; }
.vcex-icon-box.style-two .vcex-icon-box-image { display: block; margin: 0 auto 20px; }
.vcex-icon-box.style-two.align-left { text-align: left }
.vcex-icon-box.style-two.align-right { text-align: right }
.vcex-icon-box.style-two.align-left .vcex-icon-box-image,
.vcex-icon-box.style-two.align-right .vcex-icon-box-image { display: inline-block }

/* Icon Boxes > Style 3 : Legacy */
.vcex-icon-box.style-three { text-align: center; }
.vcex-icon-box.style-three .vcex-icon-box-icon { height: 80px; line-height: 80px; width: 80px; font-size: 24px; margin: 0 auto 30px; border-radius: 99px; -webkit-border-radius: 99px; -moz-border-radius: 99px; padding: 0; }
.vcex-icon-box.style-three .vcex-icon-box-link:hover .vcex-icon-box-icon { opacity: 0.85 }
.vcex-icon-box.style-three .vcex-icon-box-image { display: block; margin: 0 auto 20px; }

/* Icon Boxes > Style 4 : Legacy */
.vcex-icon-box.style-four { position: relative; text-align: center; padding: 30px; border: 1px solid #eee; }
.vcex-icon-box.style-four p { margin: 0 0 10px }
.vcex-icon-box.style-four .vcex-icon-box-icon { font-size: 28px; margin: 0 0 20px; color: #4d4d4d; }
.vcex-icon-box.style-four .vcex-icon-box-image { display: block; margin: 0 auto 20px; }
.vcex-icon-box.style-four .vcex-icon-box-content { margin-top: 15px }
.vcex-icon-box.style-four.link-wrap:hover { border-color: transparent; }
.vcex-icon-box.style-four.link-wrap:hover .vcex-icon-box-link,
.vcex-icon-box.style-four.link-wrap:hover .vcex-icon-box-heading,
.vcex-icon-box.style-four.link-wrap:hover .vcex-icon-box-icon,
.vcex-icon-box.style-four.link-wrap:hover .vcex-icon-box-content { color: #fff !important }

/* Icon Boxes > Style 5 : Legacy */
.vcex-icon-box.style-five { text-align: center; padding: 30px; background-color: #f7f7f7; }
.vcex-icon-box.style-five p { margin: 0 0 10px }
.vcex-icon-box.style-five .vcex-icon-box-icon { font-size: 32px; margin: 0 0 20px; color: #4d4d4d; }
.vcex-icon-box.style-five .vcex-icon-box-image { display: block; margin: 0 auto 20px; }
.vcex-icon-box.style-five .vcex-icon-box-content { margin-top: 15px }
.vcex-icon-box.style-five.link-wrap:hover .vcex-icon-box-link,
.vcex-icon-box.style-five.link-wrap:hover .vcex-icon-box-heading,
.vcex-icon-box.style-five.link-wrap:hover .vcex-icon-box-icon,
.vcex-icon-box.style-five.link-wrap:hover .vcex-icon-box-content { color: #fff !important }

/* Icon Boxes > Style 6 : Legacy */
.vcex-icon-box.style-six { text-align: center; padding: 30px; background-color: #000; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; position: relative; color: #fff; }
.vcex-icon-box.style-six p { margin: 0 0 10px; color: #fff; }
.vcex-icon-box.style-six-link { text-decoration: none !important; color: #555; padding: 30px; display: block; }
.vcex-icon-box.style-six .vcex-icon-box-icon { font-size: 32px; margin: 0 0 20px; color: #fff; }
.vcex-icon-box.style-six .vcex-icon-box-image { display: block; margin: 0 auto 20px; }
.vcex-icon-box.style-six .vcex-icon-box-heading { font-size: 0.923em; text-transform: uppercase; letter-spacing: 2px; color: #fff; }
.vcex-icon-box.style-six.link-wrap:hover { position: relative; top: -10px; box-shadow: 0 5px 15px rgba(0,0,0,0.25); }

/*--------------------------------------------------------------
- Testimonials Grid
--------------------------------------------------------------*/
.vcex-testimonials-filter { list-style: none !important; margin: 0 0 15px !important; }
.vcex-testimonials-filter li { float: left; margin-right: 5px; margin-bottom: 5px; }
.vcex-testimonials-filter li:last-child { margin-right: 0 }

/*--------------------------------------------------------------
- Testimonials Slider
--------------------------------------------------------------*/

/* Testimonials Slider > Main */
.vcex-testimonials-fullslider { padding: 40px 0; font-size: 21px; text-align: center; }
.vcex-testimonials-fullslider .entry { font-weight: 300; padding: 0 30px; }
.vcex-testimonials-fullslider .entry p:last-child { margin: 0; }
.vcex-testimonials-fullslider-author { font-size: 14px; display: block; text-align: center; margin: 20px 0 5px; }
.vcex-testimonials-fullslider-company { display: block }
.vcex-testimonials-fullslider-avatar { margin-bottom: 20px }
.vcex-testimonials-fullslider-avatar img { width: 70px; height: 70px; margin: 0 auto; display: block; border-radius: 50%; box-shadow: none !important; }
.container.full-screen .container .entry.container { width: 100% !important }

/* Testimonials Slider > Dots */
.vcex-testimonials-fullslider .sp-buttons { position: relative; top: auto; left: auto; text-align: center; margin: 0 !important; }
.vcex-testimonials-fullslider .sp-button { display: inline-block; height: 12px; width: 12px; margin-left: 5px; margin-right: 0; cursor: pointer; border-radius: 50%; background: #ddd; border: 0; }
.vcex-testimonials-fullslider .sp-button:first-child { margin-left: 0 }

/* Testimonials Slider > Arrows */
.vcex-testimonials-fullslider.has-arrows .entry { padding-left: 100px; padding-right: 100px; }
.vcex-testimonials-fullslider.has-arrows .sp-arrow { font-size: 34px; color: #ccc; background: none; border-radius: 50%; height: 50px; line-height: 50px; width: 50px; }
.vcex-testimonials-fullslider.has-arrows .sp-arrow:hover{ color: #000; }

/* Testimonials Slider > Thumbnails */
.vcex-testimonials-fullslider.has-thumbs .sp-nc-thumbnails { text-align: center; padding-top: 20px; width: 100% !important; }
.vcex-testimonials-fullslider.has-thumbs .sp-nc-thumbnail-container { display: inline-block; float: none; }

/* Testimonials Slider > Light Skin */
.vcex-testimonials-fullslider.light-skin { color: #fff }
.vcex-testimonials-fullslider.light-skin .sp-button { background: #fff; opacity: 0.6; }
.vcex-testimonials-fullslider.light-skin .sp-button:hover,
.vcex-testimonials-fullslider.light-skin .sp-selected-button { background: #fff; opacity: 1; }
.vcex-testimonials-fullslider.light-skin .sp-arrow { color: #fff; opacity: 0.8; }
.vcex-testimonials-fullslider.light-skin .sp-arrow:hover { opacity: 1; color: #fff; }

/*--------------------------------------------------------------
- Post Type Grid
--------------------------------------------------------------*/

/* Post Type Grid > Main */
.vcex-post-type-entry-details { padding: 15px; border: 1px solid #eee; }
.vcex-post-type-entry-media { margin: 0; position: relative; overflow: hidden; }
.vcex-post-type-entry-media img { display: block; margin: 0 auto; }
.vcex-post-type-entry-title { font-size: 1.231em; margin: 0; line-height: 1.5em; font-weight: normal; }
.vcex-post-type-entry-date { font-size: 0.923em; color: #777; list-style: none; margin: 0 0 5px; }
.vcex-post-type-entry-excerpt p:last-child { margin: 0 }
.vcex-post-type-entry-readmore-wrap { padding-top: 15px;}

/* Post Type Grid > 1 Column */
.vcex-post-type-grid.left-thumbs .span_1_of_1 .vcex-post-type-entry-media { float: left; margin: 0; width: 45%; }
.vcex-post-type-grid.left-thumbs .span_1_of_1 .vcex-post-type-entry-details { float: right; width: 55%; border: none; padding: 0 0 0 30px; }

/* Post Type Grid > No Margins Grid */
.vcex-post-type-grid.vcex-no-margin-grid .vcex-post-type-entry-details { background: #262626; border: none; color: #787878; }
.vcex-post-type-grid.vcex-no-margin-grid .vcex-post-type-entry-title a { color: #fff }

/*--------------------------------------------------------------
- Portfolio Grid
--------------------------------------------------------------*/

/* Portfolio Grid > 1 Column */
.vcex-portfolio-grid.left-thumbs .span_1_of_1 { margin: 0 0 30px; float: none; border: none; }
.vcex-portfolio-grid.left-thumbs .span_1_of_1 .portfolio-entry-media { width: 45%; float: left; padding: 0 30px 0 0; }
.vcex-portfolio-grid.left-thumbs .span_1_of_1 .portfolio-entry-details { width: 55%; float: right; background: none; border: none; padding: 0; }

/*--------------------------------------------------------------
- Blog Grid
--------------------------------------------------------------*/

/* Blog Grid > Main */
.vcex-blog-entry-details { padding: 20px; border: 1px solid #eee; }
.vcex-blog-entry-media { margin: 0 0 -1px; position: relative; }
.vcex-blog-entry-media img { display: block; width: 100%; }
.vcex-blog-entry-title { font-size: 1.231em; margin: 0; line-height: 1.5em; font-weight: normal; }
.vcex-blog-entry-excerpt p:last-child { margin: 0 }
.vcex-blog-entry-date { font-size: 0.923em; color: #777; list-style: none; margin: 0 0 5px; }
.vcex-blog-entry-details .vcex-button { font-size: 0.923em; }
.vcex-blog-entry-excerpt p:last-child { margin: 0; }
.vcex-blog-entry-readmore-wrap { padding-top: 15px; }

/* Blog Grid > 1 Column */
.vcex-blog-grid.left-thumbs .span_1_of_1 { float: none; border: none; }
.vcex-blog-grid.left-thumbs .span_1_of_1 .vcex-blog-entry-media { width: 45%; float: left; padding: 0 30px 0 0; }
.vcex-blog-grid.left-thumbs .span_1_of_1 .vcex-blog-entry-details { width: 55%; float: right; background: none; border: none; padding: 0; }

/*--------------------------------------------------------------
- Staff Grid
--------------------------------------------------------------*/

/* Staff Grid > 1 Column */
.vcex-staff-grid.left-thumbs .span_1_of_1 { margin: 0 0 30px; float: none; border: none; }
.vcex-staff-grid.left-thumbs .span_1_of_1 .staff-entry-media { width: 45%; float: left; padding: 0 30px 0 0; }
.vcex-staff-grid.left-thumbs .span_1_of_1 .staff-entry-details { width: 55%; float: right; padding-top: 0; }

/*--------------------------------------------------------------
- Image Grid
--------------------------------------------------------------*/
.vcex-image-grid.grid-style-no-margins .col { margin: 0 }
.vcex-image-grid-entry-img { position: relative; display: block; margin: 0 auto; text-align: center; }
.vcex-image-grid-entry img { display: inline-block; vertical-align: bottom; }
.vcex-image-grid-entry a { display: block; margin: 0 auto; }
.vcex-image-grid-entry-title { margin: 10px 0 0; text-align: center; }
.vcex-image-grid-entry-title h2, .vcex-image-grid-entry-title h3, .vcex-image-grid-entry-title h4 { margin: 0; }
.vcex-image-grid-entry-title p:last-child { margin: 0 }
.vcex-image-grid.grid-style-no-margins .vcex-image-grid-entry-title { position: absolute; bottom: 0; left: 0; background: #000; background: rgba(0,0,0,0.8); color: #fff; padding: 10px; text-align: center; width: 100%; }
.vcex-image-grid.grid-style-no-margins .vcex-image-grid-entry-title a { color: #fff }
.vcex-image-grid-video-overlay { position: absolute; top: 50%; left: 50%; height: 60px; line-height: 50px; width: 60px; text-align: center; color: #fff; font-size: 24px; margin-top: -25px; margin-left: -25px; border: 5px solid #fff; }

/*--------------------------------------------------------------
- Teaser Boxes
--------------------------------------------------------------*/

/* Teaser > Main */
.vcex-teaser { display: block !important; margin-bottom: 30px; }
.vcex-teaser-media { margin-bottom: 20px; }
.vcex-teaser-media img { display: block; margin: 0 auto; }
.vcex-teaser-link { text-decoration: none !important }
.vcex-teaser-link img:hover { opacity: 0.8 }
.vcex-teaser-heading { font-weight: 600; font-size: 1.231em; margin: 0; color: #000; }
.vcex-teaser-text { margin: 10px 0 0 }
.vcex-teaser-text p:last-child { margin: 0 }

/* Teaser > Two */
.vcex-teaser-two { padding: 20px; border: 1px solid #eee; border-radius: 3px; background: #f7f7f7; }

/* Teaser > Three */
.vcex-teaser-three { border: 1px solid #eee; background: #f7f7f7; }
.vcex-teaser-three .vcex-teaser-media { margin: 0; }
.vcex-teaser-three .vcex-teaser-content { padding: 20px; }

/* Teaser > Four */
.vcex-teaser-four { border: 1px solid #e4e4e4; }
.vcex-teaser-four .vcex-teaser-media { margin: 0; }
.vcex-teaser-four .vcex-teaser-content { padding: 20px; }

/*--------------------------------------------------------------
- MileStones
--------------------------------------------------------------*/
.vcex-milestone,
a.vcex-milestone { display: block !important; margin: 0 auto; text-align: center }
a.vcex-milestone, a.vcex-milestone:hover { text-decoration: none; }
.vcex-milestone-number { font-weight: 600; font-size: 54px; color: #bcbcbc; line-height: 1em; }
.vcex-milestone-caption { font-size: 1.231em; font-weight: 300; color: #898989; margin-top: 5px; }

/*--------------------------------------------------------------
- Typography Styles > Light
--------------------------------------------------------------*/

/*icon boxes*/
.vcex-skin-light .vcex-icon-box-three .vcex-icon-box-three-icon { background: #fff; color: #4d4d4d; }
.vcex-skin-light .vcex-icon-box-four { border-color: #fff }
.vcex-skin-light .vcex-icon-box-four .vcex-icon-box-four-icon { color: #fff }
.vcex-skin-light .vcex-icon-box-four.vcex-icon-hover-enabled:hover { background: #000; background: rgba(0,0,0,0.5) !important; border-color: rgba(0,0,0,0.5); }
.vcex-skin-light .vcex-icon-box-five { background: #000; background: rgba(0,0,0,0.5) !important; }
.vcex-skin-light .vcex-icon-box-five .vcex-icon-box-five-icon { color: #fff }

/*teasers*/
.vcex-skin-light .vcex-teaser-two { background-color: #000; background-color: rgba(0,0,0,0.25); border-color: rgba(0,0,0,0.1); }
.vcex-skin-light .vcex-teaser-three .vcex-teaser-content { background-color: #000; background-color: rgba(0,0,0,0.25); border-color: rgba(0,0,0,0.1); }

/*--------------------------------------------------------------
- Image Swap
--------------------------------------------------------------*/
.vcex-image-swap { position: relative; overflow: hidden; display: block; margin: 0 auto; }
.vcex-image-swap-link { display: block }
.vcex-image-swap img { display: block; -webkit-transition: opacity 0.25s ease-in-out; -moz-transition: opacity 0.25s ease-in-out; -o-transition: opacity 0.25s ease-in-out; transition: opacity 0.25s ease-in-out; backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; width: 100%; height: 100%; overflow: hidden; }
.vcex-image-swap-secondary { z-index: 1; position: absolute; top: 0; left: 0; overflow: hidden; }
.vcex-image-swap-primary { z-index: 2; position: relative; }
.vcex-image-swap:hover .vcex-image-swap-primary { opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; }

/*--------------------------------------------------------------
- Navbar
--------------------------------------------------------------*/

/* Navbar > Main */
.vcex-navbar a { display: block; float: left; }
.vcex-navbar a:hover { text-decoration: none }
.vcex-navbar a.has-bg-hover:hover { border-color: inherit; }

/* Navbar > Buttons */
.vcex-navbar.style-buttons a { margin: 0 5px 5px 0; color: #888; font-size: 0.923em; padding: 4px 10px; font-size: 1em; border: 1px solid #ddd; transition: all 0.15s ease; -webkit-transition: all 0.15s ease; -o-transition: all 0.15s ease; -moz-transition: all 0.15s ease; }
.vcex-navbar.style-buttons a:hover,
.vcex-navbar.style-buttons a.active { background: #f7f7f7; color: #000; }
.vcex-navbar a .fa { margin-right: 7px }

/* Navbar > Simple */
.vcex-navbar.style-simple a { display: inline-block; margin-right: 5px; }
.vcex-navbar.style-simple a:hover { text-decoration: underline; }

/* Navbar > Alignments */
.vcex-navbar.align-right a { float: right; margin-left: 5px; margin-right: 0; }
.vcex-navbar.align-left a { float: left; }
.vcex-navbar.align-center { text-align: center; }
.vcex-navbar.align-center a { float: none; display: inline-block; }

/*--------------------------------------------------------------
- Feature Box
--------------------------------------------------------------*/
.vcex-feature-box-media { display: block; width: 50%; }

/* Feature Box > Left Image + Right content */
.vcex-feature-box.left-image-right-content .vcex-feature-box-media { float: left }
.vcex-feature-box.left-image-right-content .vcex-feature-box-content { float: right; padding-left: 30px; }

/* Feature Box > Right Image + Left Content */
.vcex-feature-box.left-content-right-image .vcex-feature-box-media { float: right }
.vcex-feature-box.left-content-right-image .vcex-feature-box-content { float: left; padding-right: 30px; }

/* Feature Box > Media */
.vcex-feature-box-image-link { overflow: hidden }
.vcex-feature-box-image-link,
.vcex-feature-box-media .vcex-feature-box-image img { display: block; margin: 0 auto; }

/* Feature Box > Content */
.vcex-feature-box-content { display: block; width: 50%; }
.vcex-feature-box-content p:last-child { margin: 0; }

/* Feature Box > Heading */
.vcex-feature-box-heading { margin: 0 0 20px; font-size: 1.231em; color: #000; }
.vcex-feature-box-content .vcex-feature-box-heading-link { text-decoration: none }

/* Feature Box > Equal Heights */
.match-height-feature-row .vcex-feature-box-media { position: relative; overflow: hidden; }
.match-height-feature-row .vcex-feature-box-media .vcex-feature-box-image { position: absolute; top: 0; left: 0; height: auto; width: auto; }
.match-height-feature-row .vcex-feature-box-media .vcex-feature-box-image img { max-width: none }

/*--------------------------------------------------------------
- Social Links
--------------------------------------------------------------*/
.vcex-social-links { display: block; font-size: 1.231em; color: #555; border-radius: 4px; }
.vcex-social-links a { display: inline-block; padding: 10px; line-height: 1; text-align: center; background: #eee; color: inherit; border-radius: inherit; margin-right: 3px; margin-bottom: 5px; transition: 0.15s all; }
.vcex-social-links a:hover { color: #fff; }

/*--------------------------------------------------------------
- Terms Grid
--------------------------------------------------------------*/
.vcex-terms-grid-entry .vcex-terms-grid-entry-image { margin-bottom: 15px; }
.vcex-terms-grid-entry .vcex-terms-grid-entry-image img { vertical-align: bottom; }
.vcex-terms-grid-entry .vcex-terms-grid-entry-title { font-size: 1.077em; margin: 0 0 5px; }

/*--------------------------------------------------------------
- Heading
--------------------------------------------------------------*/
.vcex-heading { display: block; font-size: 21px; color: #000; }
a.vcex-heading:hover { text-decoration: none; }

/*--------------------------------------------------------------
- Accent Color
--------------------------------------------------------------*/

/* Accent > #3b86b0 > Color */
.wpex-carousel-woocommerce .wpex-carousel-entry-details { color: #3b86b0; }

/* Accent > #3b86b0 > Background */
.vcex-skillbar-bar,
.vcex-icon-box.style-five.link-wrap:hover,
.vcex-icon-box.style-four.link-wrap:hover,
.vcex-recent-news-date span.month,
.vcex-pricing.featured .vcex-pricing-header,
.vcex-testimonials-fullslider .sp-button:hover,
.vcex-testimonials-fullslider .sp-selected-button,
.vcex-button.graphical:hover,
.vcex-button.three-d:hover,
.vcex-social-links a:hover { background-color: #3b86b0; color: #fff; }

	/* Accent that should NOT be overritten */
	.vcex-button.graphical.blue:hover,
	.vcex-button.three-d.blue:hover { background-color: #3b86b0; }
