/*

	 Uix Page Builder
	 Plugin URI: https://uiux.cc/wp-plugins/uix-page-builder/
	 Author: UIUX Lab
	 Author URI: https://uiux.cc
	 License: GPLv2 or later

	
	NOTE
	---------------------------
    1. In order to be compatible with each theme, the font-size uses fixed pixels.
    2. The container compatible with Bootstrap 3.x
	

	
	TABLE OF CONTENTS
	---------------------------
	
	1. Basic
	2. Container   
	3. Section Styles    
	4. Author Card  
	5. Accordion 
	6. Tabs (Based on Accordion)     
	7. Progress Bar
	8. Blog Posts List  (Can include section title and description) 
	9. Features (Can include section title and description) 
	10. Pricing (Can include section title and description) 
    11. Buttons
    12. Testimonials Carousel  (Can include section title and description) 
    13. Parallax
    14. Client (Can include section title and description) 
    15. Gallery list (Team) (Can include section title and description) 
    16. Card list  (Team) (Can include section title and description) 
    17. Portfolio (Can include section title and description) 
    18. Image Slider
    19. Contact Form 7
    20. Pagination   
    21. Instagram Feed
    22. Sidebar
    23. Custom Menu
    24. Header Area  
    25. Footer Area
    26. Map
    27. Custom Hybrid Content Slider

*/

/* ====================================================== 
   1. Basic                               
/* ====================================================== */

/* -----------Body  -------------- */
body.uix-page-builder-body {
	background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
body.uix-page-builder-body:before {
	display: none;
}



/* -----------Grid System  -------------- */

.uix-pb-row {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.uix-pb-row:before,
.uix-pb-row:after {
    display: table;
    content: "";
    line-height: 0;
}

.uix-pb-row:after {
    clear: both;
}


.uix-pb-row .uix-pb-col-1, 
.uix-pb-row .uix-pb-col-2, 
.uix-pb-row .uix-pb-col-3, 
.uix-pb-row .uix-pb-col-4, 
.uix-pb-row .uix-pb-col-5, 
.uix-pb-row .uix-pb-col-6, 
.uix-pb-row .uix-pb-col-7, 
.uix-pb-row .uix-pb-col-8, 
.uix-pb-row .uix-pb-col-9, 
.uix-pb-row .uix-pb-col-10, 
.uix-pb-row .uix-pb-col-11, 
.uix-pb-row .uix-pb-col-12 {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1px;
}


.uix-pb-row .uix-pb-col-last {
    
}


.uix-pb-row .uix-pb-col-1 img, 
.uix-pb-row .uix-pb-col-2 img, 
.uix-pb-row .uix-pb-col-3 img, 
.uix-pb-row .uix-pb-col-4 img, 
.uix-pb-row .uix-pb-col-5 img, 
.uix-pb-row .uix-pb-col-6 img, 
.uix-pb-row .uix-pb-col-7 img, 
.uix-pb-row .uix-pb-col-8 img, 
.uix-pb-row .uix-pb-col-9 img, 
.uix-pb-row .uix-pb-col-10 img, 
.uix-pb-row .uix-pb-col-11 img, 
.uix-pb-row .uix-pb-col-12 img {
    max-width: 100%;
    height: auto;
}


.uix-pb-row .uix-pb-col-1 {
    width: 8.3333333333%;
}

.uix-pb-row .uix-pb-col-2 {
    width: 16.6666666667%;
}

.uix-pb-row .uix-pb-col-3 {
    width: 25%;
}

.uix-pb-row .uix-pb-col-4 {
    width: 33.3333333333%;
}

.uix-pb-row .uix-pb-col-5 {
    width: 41.6666666667%;
}

.uix-pb-row .uix-pb-col-6 {
    width: 50%;
}

.uix-pb-row .uix-pb-col-7 {
    width: 58.3333333333%;
}

.uix-pb-row .uix-pb-col-8 {
    width: 66.6666666667%;
}

.uix-pb-row .uix-pb-col-9 {
    width: 75%;
}

.uix-pb-row .uix-pb-col-10 {
    width: 83.3333333333%;
}

.uix-pb-row .uix-pb-col-11 {
    width: 91.6666666667%;
}

.uix-pb-row .uix-pb-col-12 {
    width: 100%;
}

/* 
 * Small devices
 */
@media all and (max-width: 768px) {
	
.uix-pb-row .uix-pb-col-1, 
.uix-pb-row .uix-pb-col-2, 
.uix-pb-row .uix-pb-col-3, 
.uix-pb-row .uix-pb-col-4, 
.uix-pb-row .uix-pb-col-5, 
.uix-pb-row .uix-pb-col-6, 
.uix-pb-row .uix-pb-col-7, 
.uix-pb-row .uix-pb-col-8, 
.uix-pb-row .uix-pb-col-9, 
.uix-pb-row .uix-pb-col-10, 
.uix-pb-row .uix-pb-col-11, 
.uix-pb-row .uix-pb-col-12 {
        float: none !important;
        width: 100% !important;
    }
	

}

/* -----------Image & General  -------------- */

.uix-pb-clear {
    clear: both;
    width: 100%;
    height: 0;
}


.uix-pb-gray img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.uix-pb-gray:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
}

img.uix-pb-img,
.uix-pb-img img {
    max-width: 100%;
}

.uix-pb-tc {
    text-align: center;
}

.uix-pb-tl {
    text-align: left;
}

.uix-pb-tr {
    text-align: right;
}

.uix-pb-hr {
    margin: 1.5em auto;
    border: 0;
    border-bottom: 1px solid #DDD;
}

.uix-pb-portfolio-tiles:before,
.uix-pb-portfolio-tiles:after,
.uix-pb-feature:before,
.uix-pb-feature:after,
.uix-pb-price:before,
.uix-pb-price:after,
.uix-pb-accordion-box:before,
.uix-pb-accordion-box:after,
.uix-pb-gallery:before,
.uix-pb-gallery:after,
.uix-pb-card:before,
.uix-pb-card:after,
.uix-pb-client:before,
.uix-pb-client:after,
.uix-pb-testimonials:before,
.uix-pb-testimonials:after {
    display: table;
    content: "";
    line-height: 0;
}

.uix-pb-portfolio-tiles:after,
.uix-pb-feature:after,
.uix-pb-price:after,
.uix-pb-accordion-box:after,
.uix-pb-gallery:after,
.uix-pb-card:after,
.uix-pb-client:after,
.uix-pb-testimonials:after {
    padding-top: 0;
    clear: both;
}



/* ====================================================== 
   2. Container ( Compatible with Bootstrap 3.x )                           
/* ====================================================== */
.uix-pb-container,
.uix-pb-container.uix-pb-container-boxed {
    margin: 0 auto;
    max-width: 100% !important;
    /*Required*/
    padding: 0 15px !important;
    position: relative;
}


@media (max-width: 767px) {
    .uix-pb-container,
	.uix-pb-container.uix-pb-container-boxed {
        width: 100% !important;
    }
}

@media (min-width:768px) {
    .uix-pb-container,
	.uix-pb-container.uix-pb-container-boxed {
        width: 750px !important;
    }
}

@media (min-width:992px) {
    .uix-pb-container,
	.uix-pb-container.uix-pb-container-boxed {
        width: 970px !important;
    }
}

@media (min-width:1200px) {
    .uix-pb-container,
	.uix-pb-container.uix-pb-container-boxed {
        width: 1170px !important;
    }
}

.uix-pb-container:after,
.uix-pb-container:before {
    display: table;
    content: "";
    line-height: 0;
}

.uix-pb-container:after {
    clear: both;
}

.uix-pb-container.uix-pb-container-fullwidth {
    width: auto !important;
    padding: 0 !important;
}




/* ====================================================== 
   3. Section Styles                               
/* ====================================================== */

.uix-page-builder-section {
    
}

.uix-page-builder-section h1::before,
.uix-page-builder-section h2::before,
.uix-page-builder-section h3::before,
.uix-page-builder-section h4::before,
.uix-page-builder-section h5::before,
.uix-page-builder-section h6::before {
	display: none;
}


.uix-page-builder-section .uix-pb-section-heading {
    margin: 3em 0 .1em;
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
}

.uix-page-builder-section .uix-pb-section-hr {
    margin: .5em auto;
    border-bottom: 5px solid #DDD;
    width: 50px;
}

.uix-page-builder-section .uix-pb-section-desc {
    color: #808080;
    text-align: center;
    margin-top: 1.5em;
	font-size: 14px;
}

.uix-page-builder-section blockquote {
    background: #fff;
    border: 1px solid #F8F8F8;
    border-left: 5px solid #333;
    padding: 0 2em 1.421875em;
    margin-top: 1.625em;
    font-style: italic;
    line-height: 2;
    quotes: "\201C""\201D""\2018""\2019";
    font-size: 16px;
}

.uix-page-builder-section blockquote:before {
    color: #333;
    content: open-quote;
    font-size: 84px;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.45em;
    font-family: sans-serif;
}


/* ====================================================== 
   4. Author Card                                
/* ====================================================== */
.uix-pb-authorcard-wrapper {
	/* The distance between per section & module */
	padding: 85px 15px;
}


@media all and (max-width: 768px) {
	.uix-pb-authorcard-wrapper {
		/* The distance between per section & module */
		padding: 35px 0;
	}
}

.uix-pb-authorcard {
    border: 1px solid #eaeaea;
    position: relative;
    border-top: 3px solid #a2bf2f;
}

.uix-pb-authorcard-top {
    min-height: 2.38461538462em;
    background: #fff;
    padding: .75em 2em 0 2em;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.uix-pb-authorcard-top .uix-pb-authorcard-title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.7;
}

.uix-pb-authorcard-top .uix-pb-authorcard-text {
    margin-top: .5em;
    padding-left: 1em;
    float: left;
    width: calc(100% - 105px );
}

.uix-pb-authorcard-top .uix-pb-authorcard-text a {
    font-size: 14px;
    margin: 0 0 0 .7em;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.uix-pb-authorcard-top .uix-pb-authorcard-pic {
    position: relative;
    top: .2em;
    height: 5em;
    width: 5em;
    float: right;
    width: 100px;
    height: 100px;
}

.uix-pb-authorcard-top .uix-pb-authorcard-pic img {
    width: 90px !important;
    height: 90px !important;
    margin: 5px 0 0 5px;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.uix-pb-authorcard-middle {
    background: #fff;
    padding: 2em 3em 2em 3em;
    line-height: 1.5;
}

.uix-pb-authorcard-middle:after {
    content: '';
    position: relative;
    height: 0;
    width: 0;
    border-left: .5em solid transparent;
    border-right: .5em solid transparent;
    border-top: .5em solid #fff;
    position: absolute;
    bottom: 25px;
    left: 2em;
}

.uix-pb-authorcard-middle p {
    margin-top: 1em;
    padding: 0 1em 0 2em;
}

.uix-pb-authorcard-final {
    height: 30px;
    font-size: 12px;
    display: block;
    background: #F6F6F6;
    padding: .6em 2.5em;
    text-align: right;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    color: #BDBDBD;
}

.uix-pb-authorcard-final .uix-pb-authorcard-text {
    color: #fff;
    margin-left: .5em;
}	  
		  
		  
/* ====================================================== 
   5. Accordion                    
/* ====================================================== */
.uix-pb-accordion-box {
	/* The distance between per section & module */
	padding: 85px 15px;
}

@media all and (max-width: 768px) {
	.uix-pb-accordion-box {
		/* The distance between per section & module */
		padding: 35px 0;
	}

}


.uix-pb-accordion .uix-pb-spoiler {
    border-bottom: 1px dotted rgba(0,0,0,.1);
    padding: 0 0 .5em 0;
    margin-bottom: 1.5em;
}

.uix-pb-accordion .uix-pb-spoiler-group {
}

.uix-pb-accordion .uix-pb-spoiler .uix-pb-spoiler-title {
    margin: 0;
    padding: 0;
    cursor: pointer;
    widows: 1;
 /*Accordion Analyzing Parameters*/
    font-size: 14px;
    letter-spacing: 0;
    padding-bottom: 1em;
}

.uix-pb-accordion .uix-pb-spoiler .uix-pb-spoiler-icon,
.uix-pb-accordion .uix-pb-spoiler .uix-pb-spoiler-closedicon {
    padding: 1px 10px 0 0;
    font-size: 11px;
}

.uix-pb-accordion .uix-pb-spoiler .uix-pb-spoiler-content {
    display: none;
    color: #777;
    line-height: 1.5;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 13px;
}

.uix-pb-accordion .uix-pb-spoiler .uix-pb-spoiler-content p {
    margin-bottom: .2em;
}

.uix-pb-accordion .uix-pb-spoiler .uix-pb-spoiler-closedicon {
    display: none;
}

.uix-pb-accordion .uix-pb-spoiler.uix-pb-spoiler-closed .uix-pb-spoiler-icon {
    display: none;
}
.uix-pb-accordion .uix-pb-spoiler.uix-pb-spoiler-closed .uix-pb-spoiler-closedicon {
    display: inline-block;
}

.uix-pb-accordion .uix-pb-spoiler-closed .uix-pb-spoiler-title {
    font-weight: 600;
    widows: 2;
 /*Accordion Analyzing Parameters*/;
}

.uix-pb-accordion .uix-pb-spoiler-content.uix-pb-spoiler-content-show {
    display: block;
}	  
		  
		  
		  
/* ====================================================== 
   6. Tabs (Based on Accordion)       
/* ====================================================== */

.uix-pb-tabs:before,
.uix-pb-tabs:after {
    display: table;
    content: "";
    line-height: 0;
}

.uix-pb-tabs:after {
    clear: both;
}

.uix-pb-accordion.uix-pb-tabs {
    padding-bottom: 0;
}

.uix-pb-tabs .uix-pb-tabs-title {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 14px;
}

.uix-pb-tabs .uix-pb-spoiler-group {
    border: 1px solid #DFDFDF;
    color: #777;
    line-height: 1.7;
    padding: .5em 1.2em;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-top: -1px;
    font-size: 13px;
}

.uix-pb-tabs .uix-pb-tabs-title:after {
    display: table;
    content: "";
    line-height: 0;
}

.uix-pb-tabs .uix-pb-tabs-title:after {
    clear: both;
}

.uix-pb-tabs .uix-pb-tabs-title,
	.uix-pb-tabs .uix-pb-tabs-title li {
    margin: 0;
    padding: 0;
}

.uix-pb-tabs .uix-pb-tabs-title li {
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
    padding: .5em 1.2em;
    border: 1px solid #DFDFDF;
    margin-left: -1px;
    float: left;
    background: #FAFAFA;
    widows: 1;
 /*Tabs Analyzing Parameters*/;
}

.uix-pb-tabs .uix-pb-tabs-title li:first-child {
    margin-left: 0;
}

.uix-pb-tabs .uix-pb-tabs-title li.active {
    border-bottom-color: #333;
    background: #fff;
    widows: 2;
 /*Tabs Analyzing Parameters*/;
}

.uix-pb-tabs .uix-pb-spoiler-content {
    display: none;
}

.uix-pb-tabs .uix-pb-spoiler-content.active {
}

.uix-pb-tabs .uix-pb-spoiler-content p {
    margin-bottom: .2em;
}
	

/* Vertical tabs */
.uix-pb-tabs.uix-pb-tabs-vertical {
    padding: 0;
    border: 1px solid #DFDFDF;
    margin-bottom: 1.5em;
}

.uix-pb-tabs.uix-pb-tabs-vertical .uix-pb-tabs-title {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    margin: -1px 0 -1px 0;
    width: 200px;
}

.uix-pb-tabs.uix-pb-tabs-vertical .uix-pb-spoiler-group {
    float: left;
    margin: 0 0 -1px 0;
    border: none;
    width: calc(100% - 200px);
    background: none;
}

.uix-pb-tabs.uix-pb-tabs-vertical .uix-pb-tabs-title li {
    float: none;
    border-left: none;
    border-bottom: none;
    margin-right: auto;
    margin-left: auto;
}

.uix-pb-tabs.uix-pb-tabs-vertical .uix-pb-tabs-title li:last-child {
    border-bottom: 1px solid #DFDFDF;
}

.uix-pb-tabs.uix-pb-tabs-vertical .uix-pb-tabs-title li.active {
    border-bottom-color: #DFDFDF;
    border-right-color: #333;
}
		
	

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


@media (max-width: 768px) {
 
    .uix-pb-tabs.uix-pb-tabs-vertical .uix-pb-tabs-title {
        float: none;
        margin: 0;
        width: 100%;
    }

    .uix-pb-tabs.uix-pb-tabs-vertical .uix-pb-spoiler-group {
        float: none;
        margin: 0;
        width: 100%;
    }

    .uix-pb-tabs.uix-pb-tabs-vertical .uix-pb-tabs-title li {
        border-right: none;
        border-bottom: 1px solid #DFDFDF;
        border-top: none;
    }

    .uix-pb-tabs.uix-pb-tabs-vertical .uix-pb-tabs-title li.active {
        border-bottom-color: #333;
    }
}	


/* ====================================================== 
   7. Progress Bar                     
/* ====================================================== */
.uix-pb-bar-box {
	/* The distance between per section & module */
	padding: 85px 15px;
}

@media all and (max-width: 768px) {
	.uix-pb-bar-box {
		/* The distance between per section & module */
		padding: 35px 0;
	}
}

.uix-pb-bar-box {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

@media (max-width: 768px) {

    .uix-pb-bar-box {
        margin: .5em !important;
    }
}

.uix-pb-row .uix-pb-bar-box {
    width: 100%;
}

.uix-pb-bar-box .uix-pb-bar-title {
    margin: 0;
    padding: 0;
    margin: 1.2em .3em .7em;
    font-size: 14px;
}

.uix-pb-bar-box .uix-pb-bar-desc {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 12px;
    display: block;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    margin-bottom: .7em;
    padding-left: .3em;
}

.uix-pb-bar-box .uix-pb-bar {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.uix-pb-bar-box .uix-pb-bar .uix-pb-bar-percent {
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
		
	
/* ---- Square ---- */
.uix-pb-bar-box.uix-pb-bar-box-square {
	/* The distance between per section & module (!Special module) */
	padding: 0 15px 85px;
}

@media all and (max-width: 768px) {
	.uix-pb-bar-box.uix-pb-bar-box-square {
		/* The distance between per section & module  (!Special module) */
		padding-bottom: 35px;
		padding-left: 0;
		padding-right: 0;
	}
}



.uix-pb-bar-box.uix-pb-bar-box-square {
    position: relative;
    text-align: center;
    height: auto;
}

.uix-pb-bar-box.uix-pb-bar-box-square > div {
    text-align: left;
    margin: 0 auto;
}

.uix-pb-bar-box.uix-pb-bar-box-square .uix-pb-bar {
    margin: 0;
    padding: 0;
}

.uix-pb-bar-box.uix-pb-bar-box-square .uix-pb-bar-info {
}

.uix-pb-bar-box.uix-pb-bar-box-square .uix-pb-bar .uix-pb-bar-placeholder {
    visibility: hidden;
    line-height: 0;
}

.uix-pb-bar-box.uix-pb-bar-box-square .uix-pb-bar .uix-pb-bar-text {
    position: absolute;
    right: 0;
    top: -2em;
}
		

		

/* ====================================================== 
   8. Blog Posts List  (Can include section title and description)        
/* ====================================================== */
.uix-pb-blog-posts-grid {
	/* The distance between per section & module */
	padding: 85px 15px;
}



@media all and (max-width: 768px) {
	.uix-pb-blog-posts-grid {
		/* The distance between per section & module */
		padding: 35px 0;
	}

}


.uix-pb-blog-posts-grid ul,
	.uix-pb-blog-posts-grid li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.uix-pb-blog-posts-grid li {
    float: left;
}

@media screen and (min-width: 769px) {
    .uix-pb-blog-posts-grid.uix-pb-blog-posts-grid4 > ul li:nth-child(3n+1) {
        clear: both;
    }
}

@media screen and (min-width: 769px) {
    .uix-pb-blog-posts-grid.uix-pb-blog-posts-grid6 > ul li:nth-child(2n+1) {
        clear: both;
    }
}

.uix-pb-blog-posts-grid .grid-item {
	padding-bottom: 30px;
}

.uix-pb-blog-posts-grid .grid-item figure {
    display: block;
    padding: 12px;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-box-shadow: 0px 6px 40px -9px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 6px 40px -9px rgba(0,0,0,0.35);
    box-shadow: 0px 6px 40px -9px rgba(0,0,0,0.35);
    background: #fff;
	margin-right: 30px;
	position: relative;
}

@media all and (max-width: 768px) {
    .uix-pb-blog-posts-grid .grid-item figure {
         margin-right: 0;
    }
}

.uix-pb-blog-posts-grid .grid-item figure img {
    display: block;
    width: 100%;
}

.uix-pb-blog-posts-grid .grid-item figure iframe {
    width: 100%;
}


.uix-pb-blog-posts-grid .grid-item figcaption h3 {
    margin: 0;
    padding: .4em 0;
	text-decoration: none;
	font-size: 18px;
}
.uix-pb-blog-posts-grid .grid-item .post-date {
	background: rgba(0,0,0,.75);
	-webkit-border-radius: 25px; 
	-moz-border-radius: 25px; 
	border-radius: 25px;
	color: #fff;
	padding: .2em 1em;
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 10px;
}


.uix-pb-blog-posts-grid .grid-item .post-cat  {
	margin: 0;
	padding: 0;
	padding-top: .5em;
}
.uix-pb-blog-posts-grid .grid-item .post-cat a {
    color: #898989;
    letter-spacing: 1px;
    font-weight: 600;
}

.uix-pb-blog-posts-grid .grid-item .post-cat a:hover {
    color: #333;
}


.uix-pb-blog-posts-excerpt-content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	/* number of lines to show */
}


/* ====================================================== 
   9. Features  (Can include section title and description)                         
/* ====================================================== */

.uix-pb-feature {
	/* The distance between per section & module */
	padding: 85px 15px;
}


@media all and (max-width: 768px) {
	.uix-pb-feature {
		/* The distance between per section & module */
		padding: 35px 0;
	}

}

.uix-pb-feature-icon {
    font-size: 32px;
}

.uix-pb-feature-icon i {
    border: 1px #090909 solid;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.uix-pb-feature-icon-side i {
    margin-right: .4em;
}

.uix-pb-feature-li {
	padding-right: 15px;
	
}

.uix-pb-feature-li-c3 {
    text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

.uix-pb-feature-title {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 600;
}

.uix-pb-feature-desc {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.6;
    padding: .2em 0 1.5em;
}

.uix-pb-feature-desc.uix-pb-feature-desc-singlerow {
    padding-bottom: 1.5em;
}



/* ====================================================== 
   10. Pricing (Can include section title and description)            
/* ====================================================== */
.uix-pb-price {
	text-align: center;
	/* The distance between per section & module */
	padding: 85px 15px;
    
}


@media all and (max-width: 768px) {
	.uix-pb-price {
		/* The distance between per section & module */
		padding: 35px 0;
	}

}


.uix-pb-price ul,
	.uix-pb-price ol {
		/*default*/
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px !important;
		/*custom*/
    line-height: 2;
}

.uix-pb-price li {
		/*default*/
    list-style: disc;
}

.uix-pb-price-black hr {
    border-color: rgba(0,0,0,.2);
}

.uix-pb-price-border {
    padding-top: 1em;
    border: 1px solid #090909;
	margin-left: 15px;
	margin-right: 15px;
}
	
@media (max-width: 768px) {
	
	.uix-pb-price-border {
		margin-left: 0;
		margin-right: 0;
	}
}


/* Remove border hover effect when top is "0" */
.uix-pb-price-border-hover {
		/*top: 0;*/;
}

.uix-pb-price .uix-pb-price-hr {
    margin: 1.625em 0;
    border-top: 1px solid rgba(0,0,0,.05);
}

.uix-pb-price-border,
	.uix-pb-price-border .uix-pb-price-hr {
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin-top: 25px;
}

.uix-pb-price-level {
    font-size: 12px;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.uix-pb-price-num {
    color: #d59a3e;
    font-weight: 700;
}

.uix-pb-price-period {
    font-size: 14px;
    padding-left: .2em;
}

.uix-pb-price-detail {
    text-align: left;
    padding-bottom: 1.5em;
    font-size: 13px;
}

.uix-pb-price-excerpt {
    height: auto;
    padding: 0 1em;
    font-size: 14px;
}

.uix-pb-price-excerpt p {
    line-height: 1.5;
}

.uix-pb-price-bg {
    padding-top: 30px;
    height: auto;
    color: #090909;
}

.uix-pb-price-bg2 {
    background: #EDEDED;
    border: 1px solid #EFEFEF;
    padding: 5px 20px 5px 20px;
    margin: .4em 0;
    display: block;
}

.uix-pb-price-bg-hover:hover h2 {
    color: #282222;
}

.uix-pb-price-border.uix-pb-price-important {
		/*
		-webkit-box-shadow: 0px 22px 43px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 22px 43px rgba(0,0,0,0.15);
		box-shadow: 0px 22px 43px rgba(0,0,0,0.15);
		*/
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
    background: rgba(204,255,0,.1);
}

.uix-pb-price-border:hover {
    border-color: #282222;
    -webkit-box-shadow: inset 0 0px 0px 6px #282222;
    -moz-box-shadow: inset 0 0px 0px 6px #282222;
    box-shadow: inset 0 0px 0px 6px #282222;
}

.uix-pb-price-border:hover hr {
    margin: 12px 6px 0 6px;
}
	

	

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


@media (max-width: 768px) {
	
    .uix-pb-price-border.uix-pb-price-important {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        background: rgba(204,255,0,.1);
    }
}


/* -----------Style 2  -------------- */

.uix-pb-price2 {
	text-align: center;
	/* The distance between per section & module */
	padding: 85px 15px;
    
}


@media all and (max-width: 768px) {
	.uix-pb-price2 {
		/* The distance between per section & module */
		padding: 35px 0;
	}

}


.uix-pb-price2 {
    text-align: center;
    position: relative;
}

.uix-pb-price2 .uix-pb-btn {
    position: absolute;
    bottom: .825em;
    width: calc(100% - 4em - 40px);
		/* Vertical Center */
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 0 !important;
}

.uix-pb-price2 .uix-pb-btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 4px 32px 0 rgba(0,0,0,.275);
    -moz-box-shadow: 0 4px 32px 0 rgba(0,0,0,.275);
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.275);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.uix-pb-price2:before {
    padding-top: 3em;
}

.uix-pb-price2:after {
    padding-bottom: 0;
}

.uix-pb-price2 ul,
	.uix-pb-price2 ol {
		/*default*/
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px !important;
    padding-bottom: 1.825em;
		/*custom*/
    line-height: 2;
}

.uix-pb-price2 li {
		/*default*/
    list-style: none;
}

.uix-pb-price2 li:before {
    content: "-";
    display: inline-block;
    margin-right: .5em;
}

.uix-pb-price2 .uix-pb-price2-hr {
    margin: 1.625em 0;
    border-top: 1px solid rgba(0,0,0,.05);
}

.uix-pb-price2-border {
    padding-top: 1em;
    position: relative;
    -webkit-box-shadow: 0 22px 40px 0 #eef4fc;
    -moz-box-shadow: 0 22px 40px 0 #eef4fc;
    box-shadow: 0 22px 40px 0 #eef4fc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
	margin-left: 15px;
	margin-right: 15px;
}

.uix-pb-price2-border:hover {
    -webkit-box-shadow: 0 31px 32px 0 #cbdfee;
    -moz-box-shadow: 0 31px 32px 0 #cbdfee;
    box-shadow: 0 31px 32px 0 #cbdfee;
}


	
@media (max-width: 768px) {
	
	.uix-pb-price2-border {
		margin-left: 0;
		margin-right: 0;
	}
}


	
	/* Remove border hover effect when top is "0" */
.uix-pb-price2-border-hover {
    top: 0;
}

.uix-pb-price2-border,
	.uix-pb-price2-border .uix-pb-price2-hr {
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}

.uix-pb-price2-level {
    font-size: 12px;
    text-align: center;
    text-indent: 1em;
    color: #333;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    font-weight: 700;
    filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    opacity: 0.35;
}

.uix-pb-price2-num {
    color: #d59a3e;
    font-weight: 700;
    font-size: 56px;
    margin-top: 1em;
}

.uix-pb-price2-currency {
    font-size: 14px;
}

.uix-pb-price2-num-text {
}

.uix-pb-price2-period {
    font-size: 12px;
}

.uix-pb-price2-period:before {
    content: '/';
    padding-right: .2em;
}

.uix-pb-price2-detail {
    text-align: left;
    padding-bottom: 1.5em;
    font-size: 13px;
}

.uix-pb-price2-excerpt {
    height: auto;
    padding: 0 1em;
    font-size: 14px;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65;
}

.uix-pb-price2-excerpt p {
    line-height: 1.5;
}

.uix-pb-price2-bg {
    padding-top: 30px;
    height: auto;
    color: #090909;
}

.uix-pb-price2-bg2 {
    background: #EDEDED;
    border: 1px solid #EFEFEF;
    padding: 5px 20px 5px 20px;
    margin: .4em 0;
    display: block;
}

.uix-pb-price2-bg-hover:hover h2 {
    color: #333;
}

.uix-pb-price2-border.uix-pb-price2-important .uix-pb-price2-num,
    .uix-pb-price2-border.uix-pb-price2-important .uix-pb-price2-excerpt, 
    .uix-pb-price2-border.uix-pb-price2-important .uix-pb-price2-detail,
    .uix-pb-price2-border.uix-pb-price2-important .uix-pb-price2-level {
    color: #fff !important;
}

.uix-pb-price2-border.uix-pb-price2-important .uix-pb-price2-excerpt {
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65;
}

.uix-pb-price2-border.uix-pb-price2-important .uix-pb-btn {
    background: #fff !important;
    color: #828282 !important;
}




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


@media (max-width: 768px) {
	
    .uix-pb-price2-border.uix-pb-price2-important {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
	


/* ====================================================== 
   11. Buttons                  
/* ====================================================== */
.uix-pb-btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-style: solid !important;
    border-width: 2px !important;
    color: #fff;
    padding: .8em 3em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    margin: 1em 1em .7em 0;
    display: inline-block;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
	
}

.uix-pb-btn:hover {
    text-decoration: none !important;
}

.uix-pb-btn .fa {
    margin: 0 .4em 0 0;
}

.uix-pb-btn-small {
    padding: .6em 1.7em;
}

.uix-pb-btn-small-small {
    padding: .3em 1.2em;
}
	

@media (max-width: 768px) {
	.uix-pb-btn {
		padding: .3em 1.2em !important;
	}
}


	/*green*/
.uix-pb-btn-green {
    border-color: #a2bf2f;
    color: #a2bf2f !important;
}

.uix-pb-btn-green:hover {
    background-color: #a2bf2f;
    color: #fff !important;
}
	
	/*yellow*/
.uix-pb-btn-yellow {
    border-color: #d59a3e;
    color: #d59a3e !important;
}

.uix-pb-btn-yellow:hover {
    background-color: #d59a3e;
    color: #fff !important;
}

	
	/*white*/
.uix-pb-btn-white {
    border-color: #fff;
    color: #fff !important;
}

.uix-pb-btn-white:hover {
    background-color: #fff;
    color: #333 !important;
}

	
	/*black*/
.uix-pb-btn-black {
    border-color: #090909;
    color: #090909 !important;
}

.uix-pb-btn-black:hover {
    background-color: #090909;
    color: #fff !important;
}
	

	/*red*/
.uix-pb-btn-red {
    border-color: #DD514C;
    color: #DD514C !important;
}

.uix-pb-btn-red:hover {
    background-color: #DD514C;
    color: #fff !important;
}
	
	/*blue*/
.uix-pb-btn-blue {
    border-color: #4BB1CF;
    color: #4BB1CF !important;
}

.uix-pb-btn-blue:hover {
    background-color: #4BB1CF;
    color: #fff !important;
}
	
	/*darkblue*/
.uix-pb-btn-darkblue {
    border-color: #0E90D2;
    color: #0E90D2 !important;
}

.uix-pb-btn-darkblue:hover {
    background-color: #0E90D2;
    color: #fff !important;
}
	
	/*cadetblue*/
.uix-pb-btn-cadetblue {
    border-color: #5F9EA0;
    color: #5F9EA0 !important;
}

.uix-pb-btn-cadetblue:hover {
    background-color: #5F9EA0;
    color: #fff !important;
}
	
	/*pink*/
.uix-pb-btn-pink {
    border-color: #FA9ADF;
    color: #FA9ADF !important;
}

.uix-pb-btn-pink:hover {
    background-color: #FA9ADF;
    color: #fff !important;
}

	/*------*/

	/*green*/
.uix-pb-btn-bg-green {
    background: #a2bf2f;
    color: #fff !important;
}

.uix-pb-btn-bg-green:hover {
    background: #77a43a;
    color: #fff !important;
}
	
	/*yellow*/
.uix-pb-btn-bg-yellow {
    background: #d59a3e;
    color: #fff !important;
}

.uix-pb-btn-bg-yellow:hover {
    background: #b37f2d;
    color: #fff !important;
}
	
	/*white*/
.uix-pb-btn-bg-white {
    background: #fff;
    color: #333 !important;
}

.uix-pb-btn-bg-white:hover {
    background: rgba(223,223,223,1.00);
    color: #333 !important;
}


	/*black*/
.uix-pb-btn-bg-black {
    background: #473f3f;
    color: #fff !important;
}

.uix-pb-btn-bg-black:hover {
    background: #090909;
    color: #fff !important;
}
	
	/*gray*/
.uix-pb-btn-bg-gray {
    background: #bebebe;
    color: #fff !important;
}

.uix-pb-btn-bg-gray:hover {
    background: #979797;
    color: #fff !important;
}


	/*red*/
.uix-pb-btn-bg-red {
    background: #DD514C;
    color: #fff !important;
}

.uix-pb-btn-bg-red:hover {
    background: #B53335;
    color: #fff !important;
}
	
	/*blue*/
.uix-pb-btn-bg-blue {
    background: #4BB1CF;
    color: #fff !important;
}

.uix-pb-btn-bg-blue:hover {
    background: #36A4C0;
    color: #fff !important;
}
	
	/*darkblue*/
.uix-pb-btn-bg-darkblue {
    background: #0E90D2;
    color: #fff !important;
}

.uix-pb-btn-bg-darkblue:hover {
    background: #3780C4;
    color: #fff !important;
}
	
	/*cadetblue*/
.uix-pb-btn-bg-cadetblue {
    background: #5F9EA0;
    color: #fff !important;
}

.uix-pb-btn-bg-cadetblue:hover {
    background: #509088;
    color: #fff !important;
}
	
	/*pink*/
.uix-pb-btn-bg-pink {
    background: #FA9ADF;
    color: #fff !important;
}

.uix-pb-btn-bg-pink:hover {
    background: #D27FC5;
    color: #fff !important;
}	


	 
/* ====================================================== 
   12. Testimonials Carousel  (Can include section title and description)                          
/* ====================================================== */
.uix-pb-testimonials-wrapper {
	/* The distance between per section & module */
	padding: 85px 15px;
}


@media all and (max-width: 768px) {
	.uix-pb-testimonials-wrapper {
		/* The distance between per section & module */
		padding: 35px 0;
	}

}

.uix-pb-testimonials {
    margin-bottom: 3em;
}


.uix-pb-testimonials__container {
    position: relative;
}

.uix-pb-testimonials .uix-pb-testimonials-content {
    background: none no-repeat scroll top left #ededed;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: block;
    font-style: italic;
    font-size: 14px;
    padding: 25px;
    width: 100%;
}

.uix-pb-testimonials .uix-pb-testimonials-signature {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAARCAYAAAAyhueAAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAQBJREFUOBGtkz0KwkAUhBMFQbBKZWVla6tgo5VYWHoAD+ABvIGthY2d2CqCENDW0jtYeYBU9vEbyELMjzFLBobZt8l+7O5L3DAMnSAIHo7j9HElqkWUMXmqhAjE1U6N2PGa8crUtvkFFQTwgtjhBrZSCioK4BFxxp7qssqECgK4S1yxspRMo1KLPM97MjnA99TDgolcqNYBDogJ3uO/lXv8JIHr0Fehr6NQf0NFAjwnDripOk+loIIA1p93wW3VWSoNFQRwh/BxT3VSPxuVfNnUNPDFeIhvZi6eVlABAL+JGd6qjsvq+HGAxlzHktjguupKoAIBnhJH3KoMGoHVOP8DwZRaVYh+zqwAAAAldEVYdGNyZWF0ZS1kYXRlADIwMTYtMDMtMTBUMjE6NTQ6MTIrMDg6MDCVhnsoAAAAB3RJTUUH4AMKFTkCCOqmmwAAAit0RVh0UmF3IHByb2ZpbGUgdHlwZSBBUFAxAApnZW5lcmljIHByb2ZpbGUKICAgICAyNTAKNDU3ODY5NjYwMDAwNGQ0ZDAwMmEwMDAwMDAwODAwMDcwMTEyMDAwMzAwMDAwMDAxMDAwMTAwMDAwMTFhMDAwNTAwMDAwMDAxCjAwMDAwMDYyMDExYjAwMDUwMDAwMDAwMTAwMDAwMDZhMDEyODAwMDMwMDAwMDAwMTAwMDIwMDAwMDEzMjAwMDIwMDAwMDAxNAowMDAwMDA3MjAyMTMwMDAzMDAwMDAwMDEwMDAxMDAwMDg3NjkwMDA0MDAwMDAwMDEwMDAwMDA4NjAwMDAwMDAwMDAwMDAwNDgKMDAwMDAwMDEwMDAwMDA0ODAwMDAwMDAxMzIzMDMxMzYzYTMwMzMzYTMxMzAyMDMyMzEzYTM1MzczYTMwMzIwMDAwMDc5MDAwCjAwMDcwMDAwMDAwNDMwMzIzMzMwOTAwNDAwMDIwMDAwMDAxNDAwMDAwMGUwOTEwMTAwMDcwMDAwMDAwNDAxMDIwMzAwYTAwMAowMDA3MDAwMDAwMDQzMDMxMzAzMGEwMDEwMDAzMDAwMDAwMDFmZmZmMDAwMGEwMDIwMDAzMDAwMDAwMDEwMDE1MDAwMGEwMDMKMDAwMzAwMDAwMDAxMDAxMTAwMDAwMDAwMDAwMDMyMzAzMTM2M2EzMDMzM2EzMTMwMjAzMjMxM2EzNTM0M2EzMTMyMDAKMAAyIAAACDNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0n77u/JyBpZD0nVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkJz8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0nYWRvYmU6bnM6bWV0YS8nIHg6eG1wdGs9J0ltYWdlOjpFeGlmVG9vbCAxMC4wMCc+CjxyZGY6UkRGIHhtbG5zOnJkZj0naHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyc+CgogPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9JycKICB4bWxuczpkYz0naHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8nPgogIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiA8L3JkZjpEZXNjcmlwdGlvbj4KCiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0nJwogIHhtbG5zOnBob3Rvc2hvcD0naHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyc+CiAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KIDwvcmRmOkRlc2NyaXB0aW9uPgoKIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PScnCiAgeG1sbnM6dGlmZj0naHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8nPgogIDx0aWZmOkltYWdlTGVuZ3RoPjE3PC90aWZmOkltYWdlTGVuZ3RoPgogIDx0aWZmOkltYWdlV2lkdGg+MjE8L3RpZmY6SW1hZ2VXaWR0aD4KIDwvcmRmOkRlc2NyaXB0aW9uPgoKIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PScnCiAgeG1sbnM6eG1wPSdodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvJz4KICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpPC94bXA6Q3JlYXRvclRvb2w+CiAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wMy0xMFQyMTo1NzowMiswODowMDwveG1wOk1ldGFkYXRhRGF0ZT4KIDwvcmRmOkRlc2NyaXB0aW9uPgoKIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PScnCiAgeG1sbnM6c3RFdnQ9J2h0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IycKICB4bWxuczpzdFJlZj0naHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIycKICB4bWxuczp4bXBNTT0naHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyc+CiAgPHhtcE1NOkRlcml2ZWRGcm9tIHJkZjpwYXJzZVR5cGU9J1Jlc291cmNlJz4KICAgPHN0UmVmOmRvY3VtZW50SUQ+eG1wLmRpZDo5RjhBQUY5RUFCQ0ExMUUyQTJFRUUxRTBERkZEMDZBMDwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgPHN0UmVmOmluc3RhbmNlSUQ+eG1wLmlpZDo5RjhBQUY5REFCQ0ExMUUyQTJFRUUxRTBERkZEMDZBMDwvc3RSZWY6aW5zdGFuY2VJRD4KICA8L3htcE1NOkRlcml2ZWRGcm9tPgogIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6OUY4QUFGQTBBQkNBMTFFMkEyRUVFMUUwREZGRDA2QTA8L3htcE1NOkRvY3VtZW50SUQ+CiAgPHhtcE1NOkhpc3Rvcnk+CiAgIDxyZGY6U2VxPgogICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSdSZXNvdXJjZSc+CiAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo3OTVhMzFlNC05Mzk1LTQ3ZTEtYjJjNy1iMTg2NzIxOWI1MDk8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgPHN0RXZ0OndoZW4+MjAxNi0wMy0xMFQyMTo1NzowMiswODowMDwvc3RFdnQ6d2hlbj4KICAgIDwvcmRmOmxpPgogICA8L3JkZjpTZXE+CiAgPC94bXBNTTpIaXN0b3J5PgogIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6Nzk1YTMxZTQtOTM5NS00N2UxLWIyYzctYjE4NjcyMTliNTA5PC94bXBNTTpJbnN0YW5jZUlEPgogIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo5RjhBQUZBMEFCQ0ExMUUyQTJFRUUxRTBERkZEMDZBMDwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogPC9yZGY6RGVzY3JpcHRpb24+CjwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjw/eHBhY2tldCBlbmQ9J3InPz7hhI7nAAAAAElFTkSuQmCC') no-repeat scroll calc(100% - 20px) top transparent;
    display: block;
    line-height: 30px;
    margin: 0;
    padding: 1.2em 0 0;
    text-align: right;
    line-height: 3;
    padding-bottom: .5em;
}

.uix-pb-testimonials .uix-pb-testimonials-signature img.uix-pb-testimonials-avatar {
    float: right;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #DFDFDF;
    margin: .6em 0 1em 1em;
}

.uix-pb-testimonials .uix-pb-testimonials-signature .uix-pb-testimonials-no-avatar {
    display: block;
    float: right;
    width: 1px;
    height: 1px;
    border: none;
    margin: 0 0 1em 0;
}

.uix-pb-testimonials .uix-pb-testimonials-signature strong {
    font-weight: 700;
    font-size: 14px;
}

.uix-pb-testimonials .uix-pb-testimonials-signature strong.uix-pb-testimonials-pure-text {
    display: inline-block;
    padding-left: 100px;
}





/* ====================================================== 
   13. Parallax                     
/* ====================================================== */
.uix-pb-parallax-wrapper {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
}


@media all and (max-width: 768px) {
	.uix-pb-parallax-wrapper {
		background-position: center center !important;
		background-attachment: scroll !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		background-size: cover !important;
	}

}


/* A module with a tilting effect. This module is displayed when the script runs. */
.uix-pb-parallax-wrapper.skew {
	visibility: hidden;
}
.scripts-load-ok .uix-pb-parallax-wrapper.skew {
	visibility: visible;
}

.uix-pb-parallax-wrapper h1,
.uix-pb-parallax-wrapper h2,
.uix-pb-parallax-wrapper h3,
.uix-pb-parallax-wrapper h4,
.uix-pb-parallax-wrapper h5,
.uix-pb-parallax-wrapper h6 {
    margin: 0;
	padding: 0 0 .2em;
}


.uix-pb-parallax-wrapper h1 {
    font-size: 48px;
    line-height: 1.14285714286;
}

.uix-pb-parallax-wrapper h2 {
    font-size: 40px;
    line-height: 1.2;
}

.uix-pb-parallax-wrapper h3 {
    font-size: 24px;
    line-height: 1.25;
}

.uix-pb-parallax-wrapper h4 {
    font-size: 20px;
    line-height: 1.33333333333;
}

.uix-pb-parallax-wrapper h5 {
    font-size: 16px;
    line-height: 1.5;
	font-weight: 600;
	
}

.uix-pb-parallax-wrapper h6 {
    font-size: 12px;
    line-height: 1.7;
	font-weight: 600;
	
}


@media all and (max-width: 768px) {
	.uix-pb-parallax-wrapper h1 {
		font-size: 35px;
	}

	.uix-pb-parallax-wrapper h2 {
		font-size: 28px;
	}

	.uix-pb-parallax-wrapper h3 {
		font-size: 22px;
	}

}


.uix-pb-parallax-wrapper p {
    font-size: 16px;
    line-height: 1.5;
	margin: 0 0 .5em;
}

.uix-pb-parallax-wrapper a:not(.uix-pb-btn) {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.uix-pb-parallax-wrapper img {
	display: inline-block !important;
}

.uix-pb-parallax-wrapper a:hover img {
	filter: alpha(opacity=85);  
	-moz-opacity: 0.85;   
	opacity: 0.85; 

}


.uix-pb-parallax-wrapper .uix-pb-parallax-table {
    height: 250px;
	padding-left: 15px;
	padding-right: 15px;
}


.uix-pb-parallax-wrapper .uix-pb-parallax-table.uix-pb-parallax-table-auto {
	height: auto !important;
}

.uix-pb-parallax-wrapper .uix-pb-parallax-table.uix-pb-parallax-table-auto {
	/* The distance between per section & module (!Special module) */
	padding: 85px 15px;
    
}


@media all and (max-width: 768px) {
	.uix-pb-parallax-wrapper .uix-pb-parallax-table.uix-pb-parallax-table-auto {
		/* The distance between per section & module (!Special module) */
		padding-top: 35px; 
		padding-bottom: 35px;
	}
}


.uix-pb-parallax-wrapper .uix-pb-parallax-table.uix-pb-parallax-table-auto .uix-pb-parallax-content-box {
	position: relative;
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.uix-pb-parallax-wrapper .uix-pb-parallax-table.uix-pb-parallax-table-auto .uix-pb-parallax-content-box {
	padding: 1.5em .2em;
}


.uix-pb-parallax-wrapper .uix-pb-parallax-table .uix-pb-parallax-content-box {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.uix-pb-col-12 .uix-pb-parallax-wrapper .uix-pb-parallax-table .uix-pb-parallax-content-box {
    padding: 0 5em;
}

.uix-pb-col-11 .uix-pb-parallax-wrapper .uix-pb-parallax-table .uix-pb-parallax-content-box {
    padding: 0 4.5em;
}

.uix-pb-col-10 .uix-pb-parallax-wrapper .uix-pb-parallax-table .uix-pb-parallax-content-box {
    padding: 0 4em;
}
.uix-pb-col-9 .uix-pb-parallax-wrapper .uix-pb-parallax-table .uix-pb-parallax-content-box {
    padding: 0 3.5em;
}
.uix-pb-col-8 .uix-pb-parallax-wrapper .uix-pb-parallax-table .uix-pb-parallax-content-box {
    padding: 0 3em;
}

.uix-pb-col-7 .uix-pb-parallax-wrapper .uix-pb-parallax-table .uix-pb-parallax-content-box,
.uix-pb-col-6 .uix-pb-parallax-wrapper .uix-pb-parallax-table .uix-pb-parallax-content-box {
    padding: 0 2.5em;
}

.uix-pb-col-5 .uix-pb-parallax-wrapper .uix-pb-parallax-table .uix-pb-parallax-content-box,
.uix-pb-col-4 .uix-pb-parallax-wrapper .uix-pb-parallax-table .uix-pb-parallax-content-box {
    padding: 0 1.66666666667em;
}

.uix-pb-col-3 .uix-pb-parallax-wrapper .uix-pb-parallax-table .uix-pb-parallax-content-box {
    padding: 0 1.25em;
}

.uix-pb-col-2 .uix-pb-parallax-wrapper .uix-pb-parallax-table .uix-pb-parallax-content-box {
    padding: 0 1em;
}

.uix-pb-col-1 .uix-pb-parallax-wrapper .uix-pb-parallax-table .uix-pb-parallax-content-box {
    padding: 0 .5em;
}



@media (max-width: 768px) {
	.uix-pb-parallax-wrapper .uix-pb-parallax-table {
		height: auto !important;
		min-height: 150px;
		/* The distance between per section & module (!Special module) */
		padding-top: 35px; 
		padding-bottom: 35px;
	}

	.uix-pb-parallax-wrapper.skew .uix-pb-parallax-table {
		min-height: 300px;
	}
	
	.uix-pb-parallax-wrapper.blankspace .uix-pb-parallax-table {
		min-height: 0;
	}
	
	
	.uix-pb-parallax-wrapper .uix-pb-parallax-table .uix-pb-parallax-content-box {
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	.uix-pb-parallax-wrapper.skew .uix-pb-parallax-table .uix-pb-parallax-content-box {
		margin-top: 50%;
	}	
	
	.uix-pb-parallax-wrapper .uix-pb-parallax-table .uix-pb-parallax-content-box {
		padding: 2em .2em !important;
	}
	
	.uix-pb-parallax-wrapper.blankspace .uix-pb-parallax-table .uix-pb-parallax-content-box {
		padding: 0 !important;
	}
	
	
}

/* ====================================================== 
   14. Client (Can include section title and description)                      
/* ====================================================== */

.uix-pb-client {
	/* The distance between per section & module */
	padding: 85px 15px;
}


@media all and (max-width: 768px) {
	.uix-pb-client {
		/* The distance between per section & module */
		padding: 35px 0;
	}

}



.uix-pb-client-li {
    padding: 15px;
    width: calc( 33.3% - 30px );
    float: left;
    margin-bottom: 15px;
    position: relative;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    text-align: center;
}

.uix-pb-client-li-2 {
    width: calc( 49.9% - 30px );
}

.uix-pb-client-li-3 {
    width: calc( 33.3% - 30px );
}

.uix-pb-client-li-4 {
    width: calc( 24.9% - 30px );
}

.uix-pb-client-li-5 {
    width: calc( 19.9% - 30px );
}

.uix-pb-client-li-6 {
    width: calc( 16.6% - 30px );
}

@media screen and (min-width: 768px) {
	
    .uix-pb-client-li-2:nth-child(2n+1),
	.uix-pb-client-li-3:nth-child(3n+1),
	.uix-pb-client-li-4:nth-child(4n+1),
	.uix-pb-client-li-5:nth-child(5n+1),
	.uix-pb-client-li-6:nth-child(6n+1) {
        clear: both;
    }
}

@media all and (max-width: 768px) {
    .uix-pb-client-li {
        width: 100%;
    }
}

.uix-pb-client-li .uix-pb-img img {
    border: 1px solid #DFDFDF;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.uix-pb-client-li .uix-pb-img a:hover img {
    border-color: #333;
}
	 
	 



/* ====================================================== 
   15. Gallery list (Team) (Can include section title and description)                         
/* ====================================================== */
.uix-pb-gallery {
	/* The distance between per section & module */
	padding: 85px 15px;
}


@media all and (max-width: 768px) {
	.uix-pb-gallery {
		/* The distance between per section & module */
		padding: 35px 0;
	}

}


.uix-pb-gallery {
	/* Let all the flexible items be the same length, regardles of its content */
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	/* specifies whether flex items are forced into a single line */
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 0 -2.5em;
}

.uix-pb-gallery .uix-pb-gallery-list {
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    position: relative;
    margin: 1.5em 0 .5em 2.5em;
    float: left;
}

.uix-pb-gallery .uix-pb-gallery-list-col4 {
    width: calc(24.9% - 2.5em);
}

.uix-pb-gallery-list-col4 .uix-pb-gallery-list-imgbox {
    height: 180px;
}

.uix-pb-gallery .uix-pb-gallery-list-col3 {
    width: calc(33.3% - 2.5em);
}

.uix-pb-gallery-list-col3 .uix-pb-gallery-list-imgbox {
    height: 245px;
}

.uix-pb-gallery .uix-pb-gallery-list-col2 {
    width: calc(49.9% - 2.5em);
}

.uix-pb-gallery-list-col2 .uix-pb-gallery-list-imgbox {
    height: 425px;
}

.uix-pb-gallery-list img {
    width: 100%;
    height: auto;
}

.uix-pb-gallery-list .uix-pb-gallery-list-info {
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: center;
}

.uix-pb-gallery-list .uix-pb-gallery-list-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 6px 0;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: none;
    font-weight: 600;
}

.uix-pb-gallery-list .uix-pb-gallery-list-position {
    padding: 2px 6px;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #fff;
    background: #282222;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.uix-pb-gallery-list .uix-pb-gallery-list-desc {
    display: block;
    line-height: 1.5;
    font-size: 12px;
    padding-bottom: 4px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.uix-pb-gallery-list .uix-pb-gallery-list-imgbox {
    margin-bottom: .7em;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.uix-pb-gallery-list .uix-pb-gallery-list-social a {
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.uix-pb-gallery-list .uix-pb-gallery-list-social a .fa {
    margin: 0 .2em;
    display: inline-block;
    border: 1px solid #282222;
    color: #282222;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 14px;
    line-height: 25px;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.uix-pb-gallery-list .uix-pb-gallery-list-social a:hover .fa {
    border-color: #333;
    color: #333;
}

@media screen and (max-width: 1280px) {
	
    .uix-pb-gallery {
        margin: -1.25em 0 0 -1.25em;
    }

    .uix-pb-gallery .uix-pb-gallery-list-col4 {
        width: calc(24.9% - 1.25em);
        margin: 1.25em 0 0 1.25em;
    }

    .uix-pb-gallery .uix-pb-gallery-list-col3 {
        width: calc(33.3% - 1.25em);
        margin: 1.25em 0 0 1.25em;
    }

    .uix-pb-gallery .uix-pb-gallery-list-col2 {
        width: calc(49.9% - 1.25em);
        margin: 1.25em 0 0 1.25em;
    }
}

@media screen and (max-width: 980px) {

    .uix-pb-gallery {
        margin: -2.5em 0 0 -2.5em;
    }

    .uix-pb-gallery .uix-pb-gallery-list-col4,
	.uix-pb-gallery .uix-pb-gallery-list-col3,
	.uix-pb-gallery .uix-pb-gallery-list-col2 {
        width: calc(50% - 2.5em);
        margin: 2.5em 0 0 2.5em;
    }
}

@media screen and (max-width: 736px) {

    .uix-pb-gallery {
        margin: -1.25em 0 0 -1.25em;
    }

    .uix-pb-gallery .uix-pb-gallery-list-col4,
	.uix-pb-gallery .uix-pb-gallery-list-col3,
	.uix-pb-gallery .uix-pb-gallery-list-col2 {
        width: calc(50% - 1.25em);
        margin: 1.25em 0 0 1.25em;
    }
}

@media screen and (max-width: 480px) {

    .uix-pb-gallery {
        margin: 0;
    }

    .uix-pb-gallery .uix-pb-gallery-list-col4,
	.uix-pb-gallery .uix-pb-gallery-list-col3,
	.uix-pb-gallery .uix-pb-gallery-list-col2 {
        width: 100%;
        margin: 1.25em 0 0 0;
        height: auto!important;
    }

    .uix-pb-gallery-list-col4 .uix-pb-gallery-list-imgbox,
	.uix-pb-gallery-list-col3 .uix-pb-gallery-list-imgbox,
	.uix-pb-gallery-list-col2 .uix-pb-gallery-list-imgbox {
		/* Compulsively cover custom height of grid */
        height: auto!important;
    }
}



/* ====================================================== 
   16. Card list  (Team)                         
/* ====================================================== */

.uix-pb-card {
	/* The distance between per section & module */
	padding: 85px 15px;
}


@media all and (max-width: 768px) {
	.uix-pb-card {
		/* The distance between per section & module */
		padding: 35px 0;
	}

}

.uix-pb-card-item {
    margin-top: 15px;
    padding-bottom: 40px;
    position: relative;
}

.uix-pb-card-item:first-child {
    margin-top: 0;
}

.uix-pb-card-item,
	.uix-pb-card-item-body {
    overflow: hidden;
    zoom: 1;
}

.uix-pb-card-item-body {
    padding-left: 2em;
}

.uix-pb-card-item-left {
    padding-right: 10px;
}

.uix-pb-card-item-left,
	.uix-pb-card-item-body {
    display: table-cell;
    vertical-align: top;
}

.uix-pb-card-item-body em {
    color: #A7A7A7;
    font-size: 13px;
}

.uix-pb-card-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
}

.uix-pb-card-item-list {
    padding-left: 0;
    list-style: none;
}

.uix-pb-card-item-desc {
    line-height: 1.5;
    margin-top: 1em;
    font-size: 14px;
}

.uix-pb-card-item-social a {
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.uix-pb-card-item-social em {
    padding-right: 10px;
}

.uix-pb-card-item .uix-pb-card-item-left-imgbox {
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
}

.uix-pb-card-item .uix-pb-card-item-left-imgbox img {
    width: 100%;
}

.uix-pb-card-item-social a .fa {
    margin: 0 .2em;
    display: inline-block;
    border: 1px solid #282222;
    color: #282222;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 14px;
    line-height: 25px;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.uix-pb-card-item-social a:hover .fa {
    border-color: #333;
    color: #333;
}	
		
	

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


@media (max-width: 768px) {
 
    .uix-pb-card {
        text-align: center;
    }

    .uix-pb-card-item-left {
        display: block;
        text-align: center;
        margin-bottom: 1em;
    }

    .uix-pb-card-item .uix-pb-card-item-left-imgbox {
        width: 98%;
		/* Compulsively cover custom height of grid */
        height: auto !important;
    }

    .uix-pb-card-item-body {
        display: block;
        padding-left: 0;
        width: 98%;
    }
}


/* ====================================================== 
   17. Portfolio   (Can include section title and description)                             
/* ====================================================== */
.uix-pb-portfolio-wrapper {
	/* The distance between per section & module */
	padding: 85px 15px;
}

@media all and (max-width: 768px) {
	.uix-pb-portfolio-wrapper {
		/* The distance between per section & module */
		padding: 35px 0;
	}

}


.uix-pb-portfolio-tiles {
	/* Let all the flexible items be the same length, regardles of its content */
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	/* specifies whether flex items are forced into a single line */
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 0 -2.5em;
    margin-bottom: 3em;
}

.uix-pb-portfolio-tiles .uix-pb-portfolio-item {
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    position: relative;
    margin: 1.5em 0 .5em 2.5em;
    float: left;
}

.uix-pb-portfolio-tiles.uix-pb-portfolio-col4 .uix-pb-portfolio-item {
    width: calc(24.9% - 2.5em);
}

.uix-pb-portfolio-tiles.uix-pb-portfolio-col3 .uix-pb-portfolio-item {
    width: calc(33.3% - 2.5em);
}

.uix-pb-portfolio-tiles.uix-pb-portfolio-col2 .uix-pb-portfolio-item {
    width: calc(49.9% - 2.5em);
}



.uix-pb-portfolio-tiles .uix-pb-portfolio-item > .uix-pb-portfolio-image {
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.uix-pb-portfolio-tiles .uix-pb-portfolio-item > .uix-pb-portfolio-image img {
    display: block;
/* Remove gap */
    width: 100%;
    height: auto;
}

.uix-pb-portfolio-tiles .uix-pb-portfolio-item > .uix-pb-portfolio-image img,
.uix-pb-portfolio-tiles .uix-pb-portfolio-item > .uix-pb-portfolio-image iframe,
.uix-pb-portfolio-tiles .uix-pb-portfolio-item .uix-pb-portfolio-content {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.uix-pb-portfolio-tiles .uix-pb-portfolio-item > .uix-pb-portfolio-image:before {
	/* allows authors to control under what circumstances (if any) a particular graphic element can become the target of mouse events */
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    content: '+';
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 46px;
    font-weight: 100;
    display: block;
    position: absolute;
    bottom: .5em;
    right: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.uix-pb-portfolio-tiles .uix-pb-portfolio-item h3 {
    margin: 1em 0 .3em;
    padding: 0;
    position: relative;
    z-index: 1;
}

.uix-pb-portfolio-tiles .uix-pb-portfolio-item h3,
.uix-pb-portfolio-tiles .uix-pb-portfolio-item h3 a {
	font-size: 16px;
	text-decoration: none;
	box-shadow: none;
	text-align: center;
	display: block;
	border: none;
}

.uix-pb-portfolio-tiles .uix-pb-portfolio-item h3 a:hover {
    color: #b2d234;
}

.uix-pb-portfolio-tiles .uix-pb-portfolio-item .uix-pb-portfolio-type {
    color: #A7A7A7;
    text-align: center;
    font-size: 12px;
    margin-top: .3em;
	height: auto !important;
}

.uix-pb-portfolio-tiles .uix-pb-portfolio-item .uix-pb-portfolio-content {
    line-height: 1.5;
    font-size: 14px;
    padding: 0 1em;
    text-align: center;
    width: 85%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    overflow: hidden;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	/* Centering text (multiple lines) */
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: calc(100% - 50px) !important;
}

.uix-pb-portfolio-tiles .uix-pb-portfolio-item .uix-pb-portfolio-content a {
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.uix-pb-portfolio-tiles .uix-pb-portfolio-item .uix-pb-portfolio-content a.uix-pb-portfolio-link {
    display: block;
    background-color: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.uix-pb-portfolio-tiles .uix-pb-portfolio-item > .uix-pb-portfolio-image img,
.uix-pb-portfolio-tiles .uix-pb-portfolio-item > .uix-pb-portfolio-image iframe {
    max-width: 100%;
}

.uix-pb-portfolio-tiles .uix-pb-portfolio-item:hover > .uix-pb-portfolio-image img,
.uix-pb-portfolio-tiles .uix-pb-portfolio-item:hover > .uix-pb-portfolio-image iframe {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.uix-pb-portfolio-tiles .uix-pb-portfolio-item:hover > .uix-pb-portfolio-image:before {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    font-size: 56px;
}

.uix-pb-portfolio-tiles .uix-pb-portfolio-item:hover > .uix-pb-portfolio-content {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}



@media screen and (max-width: 1280px) {
	
    .uix-pb-portfolio-tiles {
        margin: -1.25em 0 0 -1.25em;
    }

    .uix-pb-portfolio-tiles.uix-pb-portfolio-col4 .uix-pb-portfolio-item {
        width: calc(24.9% - 1.25em);
        margin: 1.25em 0 0 1.25em;
    }

    .uix-pb-portfolio-tiles.uix-pb-portfolio-col3 .uix-pb-portfolio-item {
        width: calc(33.3% - 1.25em);
        margin: 1.25em 0 0 1.25em;
    }

    .uix-pb-portfolio-tiles.uix-pb-portfolio-col2 .uix-pb-portfolio-item {
        width: calc(49.9% - 1.25em);
        margin: 1.25em 0 0 1.25em;
    }
}

@media screen and (max-width: 980px) {

    .uix-pb-portfolio-tiles {
        margin: -2.5em 0 0 -2.5em;
    }

    .uix-pb-portfolio-tiles.uix-pb-portfolio-col4 .uix-pb-portfolio-item,
	.uix-pb-portfolio-tiles.uix-pb-portfolio-col3 .uix-pb-portfolio-item,
	.uix-pb-portfolio-tiles.uix-pb-portfolio-col2 .uix-pb-portfolio-item {
        width: calc(50% - 2.5em);
        margin: 2.5em 0 0 2.5em;
    }
}

@media screen and (max-width: 736px) {

    .uix-pb-portfolio-tiles {
        margin: -1.25em 0 0 -1.25em;
    }

    .uix-pb-portfolio-tiles.uix-pb-portfolio-col4 .uix-pb-portfolio-item,
	.uix-pb-portfolio-tiles.uix-pb-portfolio-col3 .uix-pb-portfolio-item,
	.uix-pb-portfolio-tiles.uix-pb-portfolio-col2 .uix-pb-portfolio-item {
        width: calc(50% - 1.25em);
        margin: 1.25em 0 0 1.25em;
    }
}

@media screen and (max-width: 480px) {

    .uix-pb-portfolio-tiles {
        margin: 0;
    }

    .uix-pb-portfolio-tiles.uix-pb-portfolio-col4 .uix-pb-portfolio-item,
	.uix-pb-portfolio-tiles.uix-pb-portfolio-col3 .uix-pb-portfolio-item,
	.uix-pb-portfolio-tiles.uix-pb-portfolio-col2 .uix-pb-portfolio-item {
        width: 100%;
        margin: 1.25em 0 0 0;
    }
}



/* Filter or Masonry (Need muuri.js )*/
/* You can directly use uix-core-grid__col-* to control the width of the item */
.uix-pb-portfolio-wrapper[data-show-type*="filter"] > .uix-pb-portfolio-tiles,
.uix-pb-portfolio-wrapper[data-show-type*="masonry"] > .uix-pb-portfolio-tiles {
    position: relative;
  /* required */
    overflow: inherit;
    width: calc(100% + 15px);
}

.uix-pb-portfolio-wrapper[data-show-type*="filter"] > .uix-pb-portfolio-tiles .uix-pb-portfolio-item,
.uix-pb-portfolio-wrapper[data-show-type*="masonry"] > .uix-pb-portfolio-tiles .uix-pb-portfolio-item {
  /* required */
    display: block;
    position: absolute;
    z-index: 1;
}

.uix-pb-portfolio-wrapper[data-show-type*="filter"] > .uix-pb-portfolio-tiles .uix-pb-portfolio-item > div,
.uix-pb-portfolio-wrapper[data-show-type*="masonry"] > .uix-pb-portfolio-tiles .uix-pb-portfolio-item > div {
    width: calc(100% - 15px);
    height: 100%;
}

.uix-pb-portfolio-wrapper[data-show-type*="filter"] > .uix-pb-portfolio-tiles .uix-pb-portfolio-item.muuri-item-dragging,
.uix-pb-portfolio-wrapper[data-show-type*="masonry"] > .uix-pb-portfolio-tiles .uix-pb-portfolio-item.muuri-item-dragging {
    z-index: 3;
}

.uix-pb-portfolio-wrapper[data-show-type*="filter"] > .uix-pb-portfolio-tiles .uix-pb-portfolio-item.muuri-item-releasing,
.uix-pb-portfolio-wrapper[data-show-type*="masonry"] > .uix-pb-portfolio-tiles .uix-pb-portfolio-item.muuri-item-releasing {
    z-index: 2;
}

.uix-pb-portfolio-wrapper[data-show-type*="filter"] > .uix-pb-portfolio-tiles .uix-pb-portfolio-item.muuri-item-hidden,
.uix-pb-portfolio-wrapper[data-show-type*="masonry"] > .uix-pb-portfolio-tiles .uix-pb-portfolio-item.muuri-item-hidden {
    z-index: 0;
}



/*-- Categories --*/ 
.uix-pb-portfolio-cat-list {
    clear: both;
    font-size: 13px;
    text-align: center;
	padding-top: 1.5em;
}

.uix-pb-portfolio-cat-list:before,
.uix-pb-portfolio-cat-list:after {
    display: table;
    content: "";
    line-height: 0;
}

.uix-pb-portfolio-cat-list:after {
    clear: both;
}

.uix-pb-portfolio-cat-list ul,
.uix-pb-portfolio-cat-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.uix-pb-portfolio-cat-list li {
    display: inline;
    margin-right: 20px;
}

.uix-pb-portfolio-cat-list li a {
    color: #666 !important;
    text-decoration: none !important;
	border-bottom: none !important;
}

.uix-pb-portfolio-cat-list li a:hover,
.uix-pb-portfolio-cat-list li.current-cat > a,
.uix-pb-portfolio-cat-list li a.current-cat {
    color: #000 !important;
	text-decoration: none !important;
	border-bottom: 1px solid #000 !important;
}




/* ====================================================== 
   18. Image Slider                
/* ====================================================== */

/*
	
	TABLE OF CONTENTS
	---------------------------
	
     1. Initialize the slider style
     2. Pagination dots
     3. Next/Prev buttons
     4. Link Buttons

*/
/*
 ---------------------------
 1. Initialize the slider style
 ---------------------------
 */

.uix-pb-slideshow__wrapper {
    position: relative;
    background: #333;
}
/* Prevent content overflow*/
.uix-pb-slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}


/* Loading */
.uix-pb-slideshow.is-loaded::after,
.uix-pb-slideshow.is-loaded .uix-pb-slideshow__inner .uix-pb-slideshow__item img {
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.uix-pb-slideshow::after {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 16px;
    margin-left: -50px;
    left: 50%;
    top: 50%;
    content: '';
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    background: url("data:image/gif;base64,R0lGODlhZAAKAKIAAJOSkt7e3l1cXPT09HNycr6+vv///1NSUiH/C05FVFNDQVBFMi4wAwEAAAAh+QQEAwAAACwAAAAAZAAKAAADxHgK1l4qHjJcC0IeEawZhHYUngGIlIdpnAeKpHeKjAdpqbVKrfVqMctMknPsIj3HTxJ0DCU1y41Y0WV4HV8IWHoqipcrMqvcMruiQ/SBqhrFimRjGWk2vBN3mEWem+tdeGsNUxFgBkdxfR9/CnYmbSpwG4t0jiWQGoMGhV96iJNyjDBoOJ+JlC6NI5iCJZ15knyqpDKRVrNatbaar7dvuWW7Tr97WLRcpVC+prLHuslCxaDBfsPEvTbTqKKWrLxUzmPIZwkAIfkEBAMAAAAsAAAAAGQACgAAA8F4emD+ZS0yngtCHhGsGYR2FJ4BiJSHaZwHiqR3io0Xaam1Sq31ajHLTJJ77Ba9x08SfAwlNcuNWNFleB1fCFh6KoqXKzKr3DK7XkZpOqkaxYqkY7loOtJgwzFOnpvrJSY0ayhuYSx9H38KdoI4hnpwG4l0jIFpURCFKpJyijBdm1aILosjl4M2om+kWqAyq4dYpa+wGpkObF+Qe5O0XLZUnK1ltUKpUrGRxH7Gd8q9npWnobeEj8OzrsDH2KPaxUAJACH5BAQDAAAALAAAAABkAAoAAAPCeKpg/mUtMp4LQh4RrBmEdhSeAYiUh2mcB4qkd4qNF2mptUqt9Woxy0ySe+wWvcdPEnwAhoua5Uas6DK8ji8ELEEVxQsWqVVymSUTrUSdWI1jRdKxXDQd30PYcJSX6Wd2aXlSEChvYix/H4EKd2o4iHxxG4t1joNrNocqlHOMMF6cV4oujSOZGoUObWCSfZWmoTKjcKVbs7SqbLWJWbJdulWdt2a5QppTvZPFgMd4y7CflyOPhLyRxL+4wcjZpNvGGgkAIfkEBAMAAAAsAAAAAGQACgAAA8B4umD+ZS0yngtCHhGsGYR2FJ4BiJSHaZwHiqQHnFrjRVpqrVJrvZqYhSbRPXgL3wMoEQ5FNguuWNllep1fKFgiTqrHazK73DZLJmhp+lWJFUoHc+F0eBXGy3tDlpvpaHcHURAoYHosfR9/CnVpOYcGSHCKc42BajeGbokujCNdm1adWjCYNWuiYaRlpjKqiFierq+ompCcsqVctVS5Y7NBjoKEDmx4kZN8wWe9baO6rbQPxKm40MC7zU/Xq9F+GgkAIfkEBAMAAAAsAAAAAGQACgAAA8IItwz2sDBGBnxBzCPCNQOxHcVnKFv1ZVv3hWNpopPzSal1sZN7wRvZhUbRQXgMHwQ4EQ5Htgtuotppep6fKDgbVY/XZHa5bZpOUNO0uAovlA8mw/kgLr4YN2ccL8/PdgdREV5GeS18IH4LdGg5bYgviySAaTeFkFiSMV2PVpFanJ01apifmqFcH4F4BkhviXKMjYGDD2t3hq56cIqiT55goGQjlKuWUqbCqMSqwFS6r3ubvxC1pcGHzH3VdcraYtQLCQAh+QQEAwAAACwAAAAAZAAKAAADxWhw3GAwltbIiDAIekTAxkBwRwEqpAVqnAeKpHku3ANOnIqxlIvBHBmGRtFFeA1fBEgRDkk2DK542W16n98oOEtVj9dkdrltnlC107TyzYQZSgiz4YQQ2at3Zywv0893DFESXnktfCF+DHVoVIZYL4olgFBqhVaHkTFdOW0GSHCIc4uMgQeDEGsMRm6ZWpsgpqyfenGJJJOxlTeXYK5ksE+dj2KawRGmqAaqB7Oge8ZmusOYkK/HdrtSva3WwFzTjtXF1wcJACH5BAQDAAAALAAAAABkAAoAAAO7aFbXDiou50SQZhDaCjYAd0AYwxEDFgiih4WcW4qkZFIWprUfTNWRmwOlYsV6vI+wAVQsDznJ7viiKUVEySop8TlkNuuME41MKWCFl3k9pbRGNJI6/rVxF+mGHlmP7kNvEVt8ai1NExyIT2UKZ19zdnWBRVx9In+TbJpQeWZ7clWKgA1Zg3GQoqOciyKNGaCpXWJhbpWFIJitq7V4OrEdkQ+kB6YKhKGztEHLTq6ejsAHabm8zLZwloYHCQAh+QQEAwAAACwAAAAAZAAKAAADwmha105DySBcE0GqQWwrmgJ4BxAajIeFHAmGo/eGqQWFlJpprXzGFhONtOJ1fDDXCUW6aXKWoqRnmUmADqGm5pBujtWf8sRtOCeV6G4KdlhFJK2kfPAaqG6xTL5oRp5pXWtfYxpYDXxMOixtH3oeiXRnClCCjIVXcWREg3eNB28Gh4ibHpMGlRedeI5JkKVql0iGJCWwD39oi0aYcK9Du2y9orWRfjiBqrJhrkG3yryzmZrANrmUyXWrn6GjxsGE0nAJACH5BAQDAAAALAAAAABkAAoAAAPAaGp1/mQsFcRzIkwzyHXFZgDfAYjNl21dGW7k927pFW2Vqk2tLMaXE6204nl8MJeIUbpNcpfioneZLYAP4aT2kCqoD6sCC9IuuA7nAtrdTY/VX8msQB+8HHhYPkc1JU8WUW5feiB8QX46LIYHYiMlJoo2gGuCbYxKSR90TItGmhNkDp12ahSXGIR5oVd9Q59vrWORpX84qXerYIebibCDmUiitZMQlaixhbOQnMaqwnG+v1u3gcqsw67OwJig2mMJACH5BAQDAAAALAAAAABkAAoAAAPAaKp1/mQsFcRzIkwzyHXFZgDfAYjNl21dGW7kd6JltFWqNrXfO8WX2SR1We08PRHwARAuiBDJBFfULXgX32LpcDJKxisyqyyZaB/b1FJljR9aBfe8gWKsCiy8XPIa7AdqC1QPYXlvIHxBaG1HLoqLdTVSg2yFeByIB3EjfYyXbo8wZn6AghSWd6FJozKfqo6sP6SvgZSoOatkrZFDYJh6iby9T5M3qQeGmaKzrpK5sbs/mqXGa9BizFuez43ZsgsJACH5BAQDAAAALAAAAABkAAoAAAPAaLp1/mQsFcRzIkwzyHXFZgDfAYjNl21dGW7kB5xbekVbpWpT+72T2IU2sT1WPc9PJByiSriJ7oJc+C7ARdNBZJSqiusjq9hyn5/oYnrkWZVYZqmrMGLcYfhYPkffJFIWVHgceiB8TjVfhGKHMCUmfhCAa4JtLIYHZCN9ijuYLoiJRVCUFJZ3oEuPMpKpSaGsrZ5/OagHYIWxQZ2kn7CrQZl0BnYHaqe/b7tavV7KeczRs761gdC6wc3Uz4OqcRMJACH5BAQDAAAALAAAAABkAAoAAAO/CLZc95AMtoKATwRqBsFPwRkAeCicA2qcZ4pcaaKUikmctW6UC8IUGYbWMLF6n99IOBzZIhOKDnNk+DBABvNBXDwzPGsSuzSdnCac9EINL66Q7GJ7ThndnXG8PEOD1AxTEFVveiF8TXY7LYYHciRmXQZfB4AVbIN4cIcxfYptjC+IiTVpUYGYYKFKnSCSlIR5ojGNr6Y5qQexm46jXH6gSLPCrsBQuIvEZK2kRcliw9DFn8drz4XRc56l17KsCwkAIfkEBAMAAAAsAAAAAGQACgAAA714YNx1MJLRWBARilDNIBlUdAYQKuQTbt13jp15Lp2aTd21cpUbwhVZhlaxRVg90I8kHKZOuIoug2z4MsBGE0J0nKqMayTL2HKfoWhjeuRZlVjmDE11h+Fj+bwGpUgxdS14InpOfDuCL4WGRX05gG2JSzF7jYhJijGDKIc3fmuQGnYem2QllV6Xb5mYIV0MRhBqFqEHYKSsWqiwX6NihJKMqZ6Pqne5ZbsGsba+pSS/nJbEf8a4k0HKzLfRQAkAIfkEBAMAAAAsAAAAAGQACgAAA8R4B9ZeKh4yXAtCHhGsGYR2FJ4BiJSHaZwHiqR3iowHaam1Sq31ajHLTJJz7CI9x08SdAwlNcuNWNFleB1fCFh6KoqXKzKr3DK7okVpGgEbjopkYxlpNryTqlEcJ8/NdWg0ayh6YSx+H4AKdiaFKnwbiXSMXXhRD49WiC6LI4JUkJxaMCWOGpgNbF+Gb5FyiqUymnujZbKzqIQ4rXCSnbhOtIdYwFygEakGq3mixaTHQsOutn/Bwro2076wlJ+5oZvPt8cJADs=") no-repeat left top;
}

.uix-pb-slideshow.is-loaded::after {
    opacity: 0;
}

.uix-pb-slideshow .uix-pb-slideshow__inner .uix-pb-slideshow__item img {
    opacity: 0;
}
.uix-pb-slideshow.is-loaded .uix-pb-slideshow__inner .uix-pb-slideshow__item img {
    opacity: 1;
}


/* Inner */
.uix-pb-slideshow .uix-pb-slideshow__inner {
	/* Don't set overflow to "hidden"*/
	position: relative;
	z-index: 1;
	height: 100%;
}
.uix-pb-slideshow .uix-pb-slideshow__inner .uix-pb-slideshow__item {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	opacity: 0;
	/* Javascript will automatically get this value, please do not delete*/
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
	user-select: none;
	
}


.uix-pb-slideshow .uix-pb-slideshow__inner .uix-pb-slideshow__item .uix-pb-slideshow__txt {
	content: '';
	width: 100%;
	min-height: 20px;
	position: absolute;
	z-index: 15;
	pointer-events: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	opacity: 0;
	/* font style */
    color: #fff;
    padding: 1em;
	max-width: 1000px;
    left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	
}


.uix-pb-slideshow .uix-pb-slideshow__inner .uix-pb-slideshow__item .uix-pb-slideshow__txt h3 {
	color: rgba(255,255,255,1);
	margin: 0;
	padding: 0;
    font-size: 46px;
    text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: .3em;
	letter-spacing: .1em;
}

.uix-pb-slideshow .uix-pb-slideshow__inner .uix-pb-slideshow__item .uix-pb-slideshow__txt p {
	color: rgba(255,255,255,.5);
	margin: 0;
	padding: 0;
    font-size: 18px;
    display: block;
}



@media all and (max-width: 768px) {

	.uix-pb-slideshow .uix-pb-slideshow__inner .uix-pb-slideshow__item .uix-pb-slideshow__txt {
		max-width: none;
		width: 90%;
	}


	.uix-pb-slideshow .uix-pb-slideshow__inner .uix-pb-slideshow__item .uix-pb-slideshow__txt h3 {
		font-size: 28px;
	}

	.uix-pb-slideshow .uix-pb-slideshow__inner .uix-pb-slideshow__item .uix-pb-slideshow__txt p {
		font-size: 14px;
	}
}



.uix-pb-slideshow .uix-pb-slideshow__inner .uix-pb-slideshow__item .uix-pb-slideshow__txt > div {
	pointer-events: auto;
	padding: 1em;
}

.uix-pb-slideshow .uix-pb-slideshow__inner .uix-pb-slideshow__item img {
	width: 100%;
    pointer-events: none;
}
.uix-pb-slideshow .uix-pb-slideshow__inner .uix-pb-slideshow__item.leave {
	opacity: 0;
}
.uix-pb-slideshow .uix-pb-slideshow__inner .uix-pb-slideshow__item.leave .uix-pb-slideshow__txt {
	opacity: 0;
}
.uix-pb-slideshow .uix-pb-slideshow__inner .uix-pb-slideshow__item.is-active {
	/* Allow button clicks*/
	z-index: 2;
	opacity: 1;
}
.uix-pb-slideshow .uix-pb-slideshow__inner .uix-pb-slideshow__item.is-active .uix-pb-slideshow__txt {
	opacity: 1;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
    
}

/* Tests native CSS3 and HTML5 features are available*/
/*---- Effect: Scale ----*/
/* --------------------------- */
.uix-pb-slideshow.uix-pb-slideshow--eff-scale .uix-pb-slideshow__inner .uix-pb-slideshow__item {
	opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
	transform: scale(0.8);
}
.uix-pb-slideshow.uix-pb-slideshow--eff-scale .uix-pb-slideshow__inner .uix-pb-slideshow__item.prev {
    -webkit-transform: translateX(200px) scale(0.8);
    -ms-transform: translateX(200px) scale(0.8);
	transform: translateX(200px) scale(0.8);
}
.uix-pb-slideshow.uix-pb-slideshow--eff-scale .uix-pb-slideshow__inner .uix-pb-slideshow__item.next {
    -webkit-transform: translateX(-200px) scale(0.8);
    -ms-transform: translateX(-200px) scale(0.8);
	transform: translateX(-200px) scale(0.8);
}
.uix-pb-slideshow.uix-pb-slideshow--eff-scale .uix-pb-slideshow__inner .uix-pb-slideshow__item.leave {
	opacity: 0;
}
.uix-pb-slideshow.uix-pb-slideshow--eff-scale .uix-pb-slideshow__inner .uix-pb-slideshow__item.leave.prev {
    -webkit-transform: translateX(-200px) scale(0.8);
    -ms-transform: translateX(-200px) scale(0.8);
	transform: translateX(-200px) scale(0.8);
}
.uix-pb-slideshow.uix-pb-slideshow--eff-scale .uix-pb-slideshow__inner .uix-pb-slideshow__item.leave.next {
    -webkit-transform: translateX(200px) scale(0.8);
    -ms-transform: translateX(200px) scale(0.8);
	transform: translateX(200px) scale(0.8);
}
.uix-pb-slideshow.uix-pb-slideshow--eff-scale .uix-pb-slideshow__inner .uix-pb-slideshow__item.is-active {
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
	opacity: 1;
}
.uix-pb-slideshow.uix-pb-slideshow--eff-scale .uix-pb-slideshow__inner .uix-pb-slideshow__item.is-active.prev {
    -webkit-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1);
}
.uix-pb-slideshow.uix-pb-slideshow--eff-scale .uix-pb-slideshow__inner .uix-pb-slideshow__item.is-active.next {
    -webkit-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1);
}


/*---- Effect: Slide ----*/
/* --------------------------- */
.uix-pb-slideshow.uix-pb-slideshow--eff-slide .uix-pb-slideshow__inner .uix-pb-slideshow__item {
    opacity: 1;
    z-index: 3;
}


.uix-pb-slideshow.uix-pb-slideshow--eff-slide .uix-pb-slideshow__inner .uix-pb-slideshow__item:not(.leave):not(.is-active) {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    z-index: 1;
}


.uix-pb-slideshow.uix-pb-slideshow--eff-slide .uix-pb-slideshow__inner .uix-pb-slideshow__item.leave.prev {
	-webkit-animation: uix-pb-slideshow-anim--slideLeftLeave 1.2s ease 1 forwards;
	animation: uix-pb-slideshow-anim--slideLeftLeave 1.2s ease 1 forwards;
}
.uix-pb-slideshow.uix-pb-slideshow--eff-slide .uix-pb-slideshow__inner .uix-pb-slideshow__item.leave.next {
	-webkit-animation: uix-pb-slideshow-anim--slideRightLeave 1.2s ease 1 forwards;
	animation: uix-pb-slideshow-anim--slideRightLeave 1.2s ease 1 forwards;
}
.uix-pb-slideshow.uix-pb-slideshow--eff-slide .uix-pb-slideshow__inner .uix-pb-slideshow__item.is-active {
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.uix-pb-slideshow.uix-pb-slideshow--eff-slide .uix-pb-slideshow__inner .uix-pb-slideshow__item.is-active.prev {
	-webkit-animation: uix-pb-slideshow-anim--slideRight 1.2s ease 1 forwards;
	animation: uix-pb-slideshow-anim--slideRight 1.2s ease 1 forwards;
    
}
.uix-pb-slideshow.uix-pb-slideshow--eff-slide .uix-pb-slideshow__inner .uix-pb-slideshow__item.is-active.next {
	-webkit-animation: uix-pb-slideshow-anim--slideLeft 1.2s ease 1 forwards;
	animation: uix-pb-slideshow-anim--slideLeft 1.2s ease 1 forwards;
}

@-webkit-keyframes uix-pb-slideshow-anim--slideRightLeave {
	0%   { 
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
		transform: translateX(100%);
	}
}
@keyframes uix-pb-slideshow-anim--slideRightLeave {
	0%   { 
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
		transform: translateX(100%);
	}
}


@-webkit-keyframes uix-pb-slideshow-anim--slideRight {
	0%   { 
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
		transform: translateX(100%);
        z-index: 2;
	}
	100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes uix-pb-slideshow-anim--slideRight {
	0%   { 
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
		transform: translateX(100%);
        z-index: 2;
	}
	100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
		transform: translateX(0);
	}
}


@-webkit-keyframes uix-pb-slideshow-anim--slideLeftLeave {
	0%   { 
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@keyframes uix-pb-slideshow-anim--slideLeftLeave {
	0%   { 
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}


@-webkit-keyframes uix-pb-slideshow-anim--slideLeft {
	0%   { 
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
		transform: translateX(-100%);
        z-index: 2;
	}
	100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes uix-pb-slideshow-anim--slideLeft {
	0%   { 
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
		transform: translateX(-100%);
        z-index: 2;
	}
	100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
		transform: translateX(0);
	}
}


@media all and (max-width: 768px) {
    .uix-pb-slideshow .uix-pb-slideshow__inner .uix-pb-slideshow__item .uix-pb-slideshow__txt h3 {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .uix-pb-slideshow .uix-pb-slideshow__inner .uix-pb-slideshow__item .uix-pb-slideshow__txt p {
        font-size: 14px;
        margin-bottom: 0;
        padding-bottom: 0;    
    }
    .uix-pb-slideshow .uix-pb-slideshow__inner .uix-pb-slideshow__item .uix-pb-slideshow__txt h3, 
    .uix-pb-slideshow .uix-pb-slideshow__inner .uix-pb-slideshow__item .uix-pb-slideshow__txt p {
        line-height: 1.2;
    }
}


/*
 ---------------------------
 2. Pagination dots
 ---------------------------
 */
.uix-pb-slideshow__pagination {
	position: absolute;
    width: 100%;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
	transform: translateY(-40px);
	z-index: 2;
}
.uix-pb-slideshow__pagination ul {
	list-style: none;
	left: 0;
	bottom: 0;
	font-size: 0;
	/*Fighting the Space Between Inline Block Elements*/
	display: block;
	width: 100%;
	text-align: center;
	/*require*/
	position: relative;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
	transform: translateY(10px);
}
.uix-pb-slideshow__pagination ul li {
	/*Fighting the Space Between Inline Block Elements*/
	display: inline-block;
	/*require*/
	margin: 0 5px;
}
.uix-pb-slideshow__pagination ul li a {
	width: 12px;
	height: 12px;
	display: block;
	box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.45);
	background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 20px;
	-moz-transition: .1s ease-in-out; 
	-o-transition: .1s ease-in-out;
	-webkit-transition: .1s ease-in-out; 
	transition: .1s ease-in-out; 
}
.uix-pb-slideshow__pagination ul li a:hover, 
.uix-pb-slideshow__pagination ul li a.is-active {
	background: white;
	width: 25px;
}


/*
 ---------------------------
 3. Next/Prev buttons
 ---------------------------
 */
.uix-pb-slideshow__arrows {
	position: absolute;
    top: 50%;
    background: #f00;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
    width: 100%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
	-moz-transition: .1s ease-in-out; 
	-o-transition: .1s ease-in-out;
	-webkit-transition: .1s ease-in-out; 
	transition: .1s ease-in-out;

}

.uix-pb-slideshow__wrapper:hover .uix-pb-slideshow__arrows {
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}


.uix-pb-slideshow__arrows a {
	width: 13px;
	height: 19px;
	position: absolute;
    display: inline-block;
	-moz-transition: .1s ease-in-out; 
	-o-transition: .1s ease-in-out;
	-webkit-transition: .1s ease-in-out; 
	transition: .1s ease-in-out;
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	box-shadow: none;
}
.uix-pb-slideshow__arrows .uix-pb-slideshow__arrows--prev {
	left: 15px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAATCAMAAAB86XelAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURQAAAP39/fz8/P39/fz8/P39/f////////////////////z8/P39/f39/f////z8/Pz8/P39/f////39/f////39/fz8/P39/YN5p+wAAAAXdFJOUwC067LvpQMUAQIT7bqwEm/xrQ+YP6ZoKfy0MwAAAE1JREFUGNOtzTkSgDAMQ1Gzx2xh1/1vCo6Dx/T87o0KEeX4asniFaORJ8CYgHJTVAmzR68oBMMHnUOtoCjAkZ/C6TcKzb9cXgltEu4PbhnzB8RDVJJJAAAAAElFTkSuQmCC);
}
.uix-pb-slideshow__arrows .uix-pb-slideshow__arrows--prev.is-disabled {
	visibility: hidden;
}
.uix-pb-slideshow__arrows .uix-pb-slideshow__arrows--next {
	right: 15px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAATCAMAAAB86XelAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURQAAAP39/fz8/P39/fz8/P39/f////////////////////z8/P39/f39/f////z8/Pz8/P39/f////39/f////39/fz8/P39/YN5p+wAAAAXdFJOUwC067LvpQMUAQIT7bqwEm/xrQ+YP6ZoKfy0MwAAAEtJREFUGNOdyUkSgCAQBMFxA1Hcl/7/TwUiBluO1i2jRMTcTnLGY3MEYFLuNZhzYqMcCo6RldIWbD88o7Dwu3pC9x9iV0KaLwKPjAcf0wfEe8y+XQAAAABJRU5ErkJggg==);
}
.uix-pb-slideshow__arrows .uix-pb-slideshow__arrows--next.is-disabled {
	visibility: hidden;
}



/*
 ---------------------------
 4. Link Buttons
 ---------------------------
 */
.uix-pb-slideshow-custom-button {
	display: inline-block;
	margin: 1em 0;
	padding: .5em 1.25em;
	background-color: transparent;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	border: 2px solid #fff;
	font-size: 14px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
	-moz-transition: .1s ease-in-out; 
	-o-transition: .1s ease-in-out;
	-webkit-transition: .1s ease-in-out; 
	transition: .1s ease-in-out;
    -webkit-border-radius: 25px; 
    -moz-border-radius: 25px; 
    border-radius: 25px;

}

.uix-pb-slideshow-custom-button:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

/* small */
.uix-pb-slideshow-custom-button.bsize-s {
	margin: .6em 0 !important;
	padding: .3em .8em !important;
    font-size: 12px !important;
}

/* medium */
.uix-pb-slideshow-custom-button.bsize-m {
	margin: .8em 0 !important;
	padding: .4em 1em !important;
    font-size: 14px !important;
}

/* large */
.uix-pb-slideshow-custom-button.bsize-l {
	margin: 1em 0 !important;
	padding: .5em 1.25em !important;
    font-size: 16px !important;
}

/* extra large */
.uix-pb-slideshow-custom-button.bsize-xl {
	margin: 1.2em 0 !important;
	padding: .7em 1.5em !important;
    font-size: 16px !important;
}


		 

/* ====================================================== 
   19. Contact Form 7         
/* ====================================================== */
.uix-page-builder-section .wpcf7 {
	/* The distance between per section & module */
	padding: 85px 15px;
}


@media all and (max-width: 768px) {
	.uix-page-builder-section .wpcf7 {
		/* The distance between per section & module */
		padding: 35px 0;
	}
}


.uix-page-builder-section .wpcf7-form label {
	width: 100%;
	display: block;
	font-weight: normal;
	letter-spacing: normal;
}


.uix-page-builder-section .wpcf7-form .wpcf7-form-control {
    background-color: #fff;
	border: 1px solid #E2E2E2;
	outline: none;
	padding: .35em 1em;
	width: calc( 100% - 2em);
	margin-top: .2em;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}


.uix-page-builder-section .wpcf7-form .wpcf7-submit {
    color: #FFFFFF;
    background-color: #A2BF2F;
	outline: none;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    color: #fff;
    padding: .8em 3em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    margin: 1em 1em .7em 0;
}

.uix-page-builder-section .wpcf7-form .wpcf7-submit:hover {
    color: #333;
    background-color: #fff;
}

.uix-page-builder-section .wpcf7-form .ajax-loader {
	
}


/* ====================================================== 
   20. Pagination                         
/* ====================================================== */
.uix-pb-pagination-container {
    padding: 2em;
	text-align: center;
}

.uix-pb-pagination-container:before,
.uix-pb-pagination-container:after {
    display: table;
    content: "";
    line-height: 0;
}

.uix-pb-pagination-container:after {
    clear: both;
}

.uix-pb-pagination-container li {
    display: inline-block;
	*display: inline;
}

.uix-pb-pagination-container li a {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.uix-pb-pagination-container li a,
.uix-pb-pagination-container li.active > span,
.uix-pb-pagination-container li > span.current {
    display: inline-block;
    width: 3.54545454545454em;
    height: 3.54545454545454em;
    padding-top: 4px;
    text-align: center;
    background: none;
    border: none;
    color: #333;
    font-variant-ligatures: common-ligatures; /*Ligatures and contextual forms are ways of combining glyphs to produce more harmonized forms.*/
    margin-bottom: 0;
    font-size: 14px;
    line-height: 3.25;
    margin-top: 0;
    margin-bottom: 2.36363636363636em;
}

.uix-pb-pagination-container li a:hover {
    background: #efefef;
    color: #232323;
}

.uix-pb-pagination-container li.active a,
.uix-pb-pagination-container li.active > span {
    color: #989898;
	font-style: italic;
}

.uix-pb-pagination-container li.active a:hover {
    background: #e7e7e7;
    color: #232323;
}



/* ====================================================== 
   21. Instagram Feed
/* ====================================================== */

.uix-pb-instagram-container.uix-pb-section-nospace {
	padding:  0 !important;
}


.uix-pb-instagram-container {
	/* The distance between per section & module */
	padding: 85px 15px;
}


@media all and (max-width: 768px) {
	.uix-pb-instagram-container {
		/* The distance between per section & module */
		padding: 35px 0;
	}

}



.uix-pb-instagram-container {
	position: relative;
	display: table;
	
}

.uix-pb-instagram-feed-username {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.uix-pb-instagram-feed-username a {
	position: absolute;
	z-index: 1;
	background: #24272B;
	padding: .5em 2em;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	color: #fff;
}

.uix-pb-instagram-box {
    margin: 0 1px;
	padding: 0;
	position: relative;
	display: block;
	height: auto;
}
.uix-pb-instagram-box li a img {
    display: block;
    width: 100%!important;
    height: auto;
    -webkit-transition: all .4s cubic-bezier(.25,.8,.25,1);
    transition: all .4s cubic-bezier(.25,.8,.25,1);
    opacity: .8;
    -webkit-backface-visibility: hidden;
}

.uix-pb-instagram-box li {
    display: block;
    float: left;
    overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
	width: 10%;
}

.uix-pb-instagram-box.uix-pb-instagram-thumb-medium li {
	width: 14.2857142857%;
}

.uix-pb-instagram-box.uix-pb-instagram-thumb-large li {
	width: 20%;
}

.uix-pb-sidebar-container .uix-pb-instagram-box li {
	width: 33.3333333333%;
}

.uix-pb-sidebar-container .uix-pb-instagram-box.uix-pb-instagram-thumb-medium li {
	width: 50%;
}

.uix-pb-sidebar-container .uix-pb-instagram-box.uix-pb-instagram-thumb-large li {
	width: 100%;
}




.uix-pb-instagram-box li a:hover img {
    opacity: 1;
}

.uix-pb-instagram-box li a {
    display: block;
    overflow: hidden;
    margin: 1px 1px;
    border-radius: 0;
    background: #373a41;
}

@media all and (max-width: 768px) {
  
    .uix-pb-instagram-box li {
        width: 20% !important;
    }
	
	.uix-pb-instagram-box.uix-pb-instagram-thumb-medium li {
		width: 33.3333333333% !important;
	}

	.uix-pb-instagram-box.uix-pb-instagram-thumb-large li {
		width: 50% !important;
	}

	
}

/* ====================================================== 
   22. Sidebar
/* ====================================================== */


.uix-pb-sidebar-container {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: 1.825;
	
}

.uix-pb-row > div:nth-child(2) .uix-pb-sidebar-container {
	padding-left: calc( 2.5em + 30px );
}

.uix-pb-row > div:nth-child(1) .uix-pb-sidebar-container {
	padding-right: calc( 2.5em + 30px );
}


@media all and (max-width: 768px) {
	
	.uix-pb-sidebar-container {
		padding-left: 0;
	}
		
	
}

.uix-pb-sidebar-container .widget {
	padding-bottom: 3em;
	font-size: 13px;
}


.uix-pb-sidebar-container .widget-title {
	margin: 0 0 1em;
	position: relative;
}

.uix-pb-sidebar-container .widget-title:after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #EE6E73;
	vertical-align: middle;
	margin-left: .5em;
	margin-top: -.3em;
}


/* ====================================================== 
   23. Custom Menu
/* ====================================================== */

.uix-pb-menu-container {

}

/*-------------Search Icon -----------------*/


.uix-pb-search * {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.uix-pb-search-wrapper {
    position: relative;
}

.uix-pb-search-field {
    width: 50px !important;
    height: 48px;
    color: transparent;
	background-color: transparent;
    font-size: 1.35em;
    padding: 0.35em 50px 0.35em 0;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border: none;
	color: rgba(46,46,46,0);
	text-indent: -9999px;
}

.uix-pb-search-field:focus {
    width: calc( 100vw - .7em ) !important;
    color: rgba(46,46,46,1);
    cursor: default;
	border: none;
	text-indent: 10px;
	border-top: 1px solid #c6d0da;
	
}


@media all and (max-width: 768px) {

	.uix-pb-search-field {
		width: calc( 100vw - .7em ) !important;
		text-indent: inherit;
	}

	.uix-pb-search {
		border-top: 1px solid #c6d0da;
	}
	

	.uix-pb-search-field:focus {
		border-top: none;

	}

}


.uix-pb-search-icon {
    position: absolute;
    top: 0;
    right: 0;
	color: #333;
    background-color: transparent;
    width: 50px;
    height: 50px;
    font-size: 1.35em;
    text-align: center;
    border-color: transparent;
    border-radius: 50%;
    pointer-events: none;
    display: inline-block;
}



/*-------------Fixed Menu -----------------*/
ul.uix-pb-menu-fixed,
ul.uix-pb-menu-fixed li {
    padding: 0;
    margin: 0;
}

ul.uix-pb-menu-fixed {
    position: fixed;
    top: 0;
    height: 50px;
    font-size: 12px;
    z-index: 99998; /* WP admin bar is 99999 */
    border: 1px solid #c6d0da;
	/* Vertical Center */
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.uix-pb-container-fullwidth ul.uix-pb-menu-fixed {
    width: 100%;
	border-left: none;
	border-right: none;
}


@media (max-width: 767px) {
    ul.uix-pb-menu-fixed {
        width: calc( 100% - 30px );

    }
}

@media (min-width:768px) {
    ul.uix-pb-menu-fixed {
        width: calc( 750px - 30px );
    }
}

@media (min-width:992px) {
    ul.uix-pb-menu-fixed {
        width: calc( 970px - 30px );
    }
}

@media (min-width:1200px) {
    ul.uix-pb-menu-fixed {
        width: calc( 1170px - 30px );
    }
}


@media all and (max-width: 768px) {

	ul.uix-pb-menu-fixed {
		height: auto;
		border-top: none;
		border-bottom: none;
	}
	
	.uix-pb-container-fullwidth ul.uix-pb-menu-fixed {
		border: none;
	}
	
}




/* Show Toolbar when viewing site */
.admin-bar ul.uix-pb-menu-fixed {
	top: 32px;
}

.admin-bar ul.uix-pb-menu-fixed.scrolling {
	top: 0 !important;
}


/* Admin bar becomes taller on smaller devices */
@media screen and ( max-width: 782px ) {
	.admin-bar ul.uix-pb-menu-fixed {
		top: 46px;
	}
	
}


ul.uix-pb-menu-fixed a {
    display: block;
    height: 100%;
    color: #5f6f81;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border: none;
}


ul.uix-pb-menu-fixed li:not(.uix-pb-menu-mobile-icon) a:hover {
    background-color: #333;
    color: #fff;
}

ul.uix-pb-menu-fixed > li {
    display: block;
    float: left;
    height: 100%;
    border-right: 1px solid #c6d0da;
    text-align: center;
    position: relative;
}

ul.uix-pb-menu-fixed > li.uix-pb-menu-search {
	float: right;
	border-right: none;
}


ul.uix-pb-menu-fixed > li > a {
    padding: 0 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}


@media all and (max-width: 768px) {
	
	ul.uix-pb-menu-fixed > li {
		-webkit-box-shadow: 0px 1px 0px 0px #c6d0da;
		-moz-box-shadow: 0px 1px 0px 0px #c6d0da;
		box-shadow: 0px 1px 0px 0px #c6d0da;
		width: 100%;
		text-align: left;
		border-right: none;
		/* Setting a height in CSS for an unordered list */
		display: inline-block;
		float: none;
		
	}
	
	ul.uix-pb-menu-fixed > li > a {
		-webkit-box-shadow: 0px -1px 0px 0px #c6d0da;
		-moz-box-shadow: 0px -1px 0px 0px #c6d0da;
		box-shadow: 0px -1px 0px 0px #c6d0da;
		padding: 0 8px;
		letter-spacing: 0;
	}	
}


ul.uix-pb-menu-fixed > li :after {
    display: table;
    clear: both;
    content: '';
}

ul.uix-pb-menu-fixed, 
ul.uix-pb-menu-fixed ul {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #5f6f81;
    list-style: none;
    text-transform: none;
    font-weight: 300;
    line-height: 50px;
}

ul.uix-pb-menu-fixed ul {
    border: 1px solid #c6d0da;
    display: none;
    position: absolute;
    min-width: 220px;
    z-index: 100;
}

ul.uix-pb-menu-fixed ul ul {
    left: 100%;
    margin-top: -50px;
}

ul.uix-pb-menu-fixed li:hover > ul {
    display: block;
}

ul.uix-pb-menu-fixed ul li a {
    border-bottom: 1px solid #E0E0E0;
}	



@media all and (max-width: 768px) {
	

	ul.uix-pb-menu-fixed ul {
		position: static;
		min-width: inherit;
		width: 100%;
		border: none;
		padding-left: .5em;
		display: block;
	}

	ul.uix-pb-menu-fixed ul ul {
		left: auto;
		margin-top: auto;
		
	}
	
	
	ul.uix-pb-menu-fixed ul li a {
		padding: 0 8px;
	}
	
	

}

/* Mobile trigger */
ul.uix-pb-menu-fixed > li.uix-pb-menu-mobile-icon {
	display: none;
	text-align: center;
}
ul.uix-pb-menu-fixed > li.uix-pb-menu-mobile-icon a {
	padding-right: .5em;
}

@media all and (max-width: 768px) {
	
	ul.uix-pb-menu-fixed > li.uix-pb-menu-mobile-icon {
		display: block;
	}
	
     ul.uix-pb-menu-fixed > li:not(.uix-pb-menu-mobile-icon) {
        display: none;
    }


    ul.uix-pb-menu-fixed.responsive > li:not(.uix-pb-menu-mobile-icon) {
		display: block;
    }

}
  



/*-------------Embedded Menu -----------------*/
ul.uix-pb-menu-embedded,
ul.uix-pb-menu-embedded li {
    padding: 0;
    margin: 0;
	
}

ul.uix-pb-menu-embedded {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    font-size: 12px;
    z-index: 99998; /* WP admin bar is 99999 */
    border: 1px solid #c6d0da;
}

ul.uix-pb-menu-embedded li {
	line-height: 50px;
}

@media all and (max-width: 768px) {
	
	ul.uix-pb-menu-embedded {
		height: auto;
		border-top: none;
		border-bottom: none;
	}
	
	.uix-pb-container-fullwidth ul.uix-pb-menu-embedded {
		border: none;
	}
	
}


ul.uix-pb-menu-embedded a {
    display: block;
    height: 100%;
    color: #5f6f81;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border: none;
}


ul.uix-pb-menu-embedded li:not(.uix-pb-menu-mobile-icon) a:hover {
    background-color: #333;
    color: #fff;
}


ul.uix-pb-menu-embedded > li {
    display: block;
    float: left;
    height: 100%;
    border-right: 1px solid #c6d0da;
    text-align: center;
    position: relative;
}

ul.uix-pb-menu-embedded > li.uix-pb-menu-search {
	float: right;
	border-right: none;
	background: #fff;
	
}

ul.uix-pb-menu-embedded > li > a {
    padding: 0 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}


@media all and (max-width: 768px) {
	
	ul.uix-pb-menu-embedded > li {
		-webkit-box-shadow: 0px 1px 0px 0px #c6d0da;
		-moz-box-shadow: 0px 1px 0px 0px #c6d0da;
		box-shadow: 0px 1px 0px 0px #c6d0da;
		width: 100%;
		text-align: left;
		border-right: none;
		/* Setting a height in CSS for an unordered list */
		display: inline-block;
		float: none;
	}
	
	ul.uix-pb-menu-embedded > li > a {
		-webkit-box-shadow: 0px -1px 0px 0px #c6d0da;
		-moz-box-shadow: 0px -1px 0px 0px #c6d0da;
		box-shadow: 0px -1px 0px 0px #c6d0da;
		padding: 0 8px;
		letter-spacing: 0;
	}	
}


ul.uix-pb-menu-embedded > li :after {
    display: table;
    clear: both;
    content: '';
}

ul.uix-pb-menu-embedded, 
ul.uix-pb-menu-embedded ul {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #5f6f81;
    list-style: none;
    text-transform: none;
    font-weight: 300;
    line-height: 50px;
}

ul.uix-pb-menu-embedded ul {
    border: 1px solid #c6d0da;
    display: none;
    position: absolute;
    min-width: 220px;
    z-index: 100;
}

ul.uix-pb-menu-embedded ul ul {
    left: 100%;
    margin-top: -50px;
}




ul.uix-pb-menu-embedded li:hover > ul {
    display: block;
}

ul.uix-pb-menu-embedded ul li a {
    border-bottom: 1px solid #E0E0E0;
}	


@media all and (max-width: 768px) {
	

	ul.uix-pb-menu-embedded ul {
		position: static;
		min-width: inherit;
		width: 100%;
		border: none;
		padding-left: .5em;
		display: block;
	}

	ul.uix-pb-menu-embedded ul ul {
		left: auto;
		margin-top: auto;
		
	}
	
	
	ul.uix-pb-menu-embedded ul li a {
		padding: 0 8px;
	}
	
	

}

/* Mobile trigger */
ul.uix-pb-menu-embedded > li.uix-pb-menu-mobile-icon {
	display: none;
	text-align: center;
}
ul.uix-pb-menu-embedded > li.uix-pb-menu-mobile-icon a {
	padding-right: .5em;
}

@media all and (max-width: 768px) {
	
	ul.uix-pb-menu-embedded > li.uix-pb-menu-mobile-icon {
		display: block;
	}
	
     ul.uix-pb-menu-embedded > li:not(.uix-pb-menu-mobile-icon) {
        display: none;
    }


    ul.uix-pb-menu-embedded.responsive > li:not(.uix-pb-menu-mobile-icon) {
		display: block;
    }

}
  


/* ====================================================== 
   24. Header Area
/* ====================================================== */
.uix-pb-header-area {
	
}


.uix-pb-header-area .uix-pb-brand {
	text-align: center;
	margin: .5em 0 .5em;
	font-family: 'Cardo', 'Helvetica', 'Arial', sans-serif;
	font-size: 4.5em;
	font-weight:700;
	white-space: nowrap;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
}
 
.uix-pb-header-area .uix-pb-brand a {
	color: #000;
}

.uix-pb-header-area .uix-pb-brand img {
	max-width: 90%;
}

.uix-pb-header-area .uix-pb-brand .uix-pb-brand-description {
	font-size: 14px;
	font-family: Arial, "sans-serif";
}



@media all and (max-width: 768px) {

	.uix-pb-header-area .uix-pb-brand {
		margin: 1.5em 1.5em 0;
		font-size: 2.5em;
		
	}
	
	.uix-pb-header-area .uix-pb-brand .uix-pb-brand-description {
		font-size: 12px;
	}

}


/* ====================================================== 
   25. Footer Area
/* ====================================================== */
.uix-pb-footer-area {
	border-top: 1px solid #c6d0da;
	padding: 1.5em;
	text-align: center;
}


/* ====================================================== 
   26. Map
/* ====================================================== */
.uix-page-builder-map {
	margin: 0;
	padding: 0;
}






/* ====================================================== 
   27. Custom Hybrid Content Slider      
/* ====================================================== */
/*
 * 1. Initialize the core style
 * 2. Next/Prev buttons
 * 3. Pagination dots
 * 
*/
/*
 ---------------------------
 1. Initialize the core style
 ---------------------------
 */
.uix-pb-hybridcontent-slider {
  /* Required */
    overflow: hidden;
    width: 100%;
    height: auto;
}

.uix-pb-hybridcontent-slider .uix-pb-hybridcontent-slider__items {
    height: 100%;
    position: relative;
}

.uix-pb-hybridcontent-slider .uix-pb-hybridcontent-slider__items > .uix-pb-hybridcontent-slider__item {
    height: 100%;
	width: 100%;
	user-select: none;
}

.uix-pb-hybridcontent-slider .uix-pb-hybridcontent-slider__items > .uix-pb-hybridcontent-slider__item img {
    pointer-events: none;
}

.uix-pb-hybridcontent-slider .uix-pb-hybridcontent-slider__items > .uix-pb-hybridcontent-slider__item.js-is-ready {
    position: absolute;
  /* required */;
}

/*
 ---------------------------
 2. Next/Prev buttons
 ---------------------------
 */
.uix-pb-hybridcontent-slider__controls {
    margin-top: 30px;
    text-align: center;
    pointer-events: none;
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	z-index: 2;
}

.uix-pb-hybridcontent-slider__controls .uix-pb-hybridcontent-slider__controls--prev {
    padding-left: 2px;
	box-shadow: none;
	float: left;
}

.uix-pb-hybridcontent-slider__controls .uix-pb-hybridcontent-slider__controls--next {
    padding-right: 2px;
	box-shadow: none;
	float: right;
}

.uix-pb-hybridcontent-slider__controls a {
    pointer-events: all;
    margin-left: 10px;
    margin-right: 10px;
    outline: 0;
    border: 0;
    color: #000;
    font-weight: bold;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 32px;
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
    font-family: Arial, "sans-serif";
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.uix-pb-hybridcontent-slider__controls a.is-disabled {
    opacity: .3;
    pointer-events: none;
}

/*
 ---------------------------
 3. Pagination dots
 ---------------------------
 */
.uix-pb-hybridcontent-slider__pagination {
    position: relative;
    z-index: 2;
    margin-top: 40px;
}

.uix-pb-hybridcontent-slider__pagination ul.uix-pb-hybridcontent-slider__pagination--default {
    list-style: none;
    left: 0;
    bottom: 0;
    font-size: 0;
  /*Fighting the Space Between Inline Block Elements*/
    display: block;
    width: 100%;
    text-align: center;
  /*require*/
    position: relative;
    margin: 0;
    padding: 0;
}

.uix-pb-hybridcontent-slider__pagination ul.uix-pb-hybridcontent-slider__pagination--default li {
    font-size: 1rem;
  /*Fighting the Space Between Inline Block Elements*/
    display: inline-block;
  /*require*/
    margin: 0 .2rem;
}

.uix-pb-hybridcontent-slider__pagination ul.uix-pb-hybridcontent-slider__pagination--default li a {
    width: 12px;
    height: 12px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    box-shadow: 0px 6px 23px -2px rgba(0, 0, 0, 0.36);
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.uix-pb-hybridcontent-slider__pagination ul.uix-pb-hybridcontent-slider__pagination--default li:hover a,
.uix-pb-hybridcontent-slider__pagination ul.uix-pb-hybridcontent-slider__pagination--default li.is-active a {
    background: black;
    width: 25px;
}

.uix-pb-hybridcontent-slider__pagination ul.uix-pb-hybridcontent-slider__pagination--custom {
    list-style: none;
    left: 0;
    bottom: 0;
    font-size: 0;
  /*Fighting the Space Between Inline Block Elements*/
    display: block;
    width: 100%;
    text-align: center;
  /*require*/
    position: relative;
    transform: translateY(0.5rem);
    margin: 0;
    padding: 0;
}

.uix-pb-hybridcontent-slider__pagination ul.uix-pb-hybridcontent-slider__pagination--custom li {
    font-size: 0.75rem;
  /*Fighting the Space Between Inline Block Elements*/
    display: inline-block;
  /*require*/
    margin: 0 .2rem;
}

.uix-pb-hybridcontent-slider__pagination ul.uix-pb-hybridcontent-slider__pagination--custom li a {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0px 6px 23px -2px rgba(0, 0, 0, 0.36);
    color: #fff;
    padding: .2rem 1rem;
}

.uix-pb-hybridcontent-slider__pagination ul.uix-pb-hybridcontent-slider__pagination--custom li:hover a,
.uix-pb-hybridcontent-slider__pagination ul.uix-pb-hybridcontent-slider__pagination--custom li.is-active a {
    background: black;
}


