@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&amp;display=swap');
a:focus,
button:focus {
	outline: none !important;
}

button {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

button::-moz-focus-inner {
	border: none;
	padding: 0;
}

*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}

input,
button,
select,
textarea {
	outline: none;
}

label {
	margin-bottom: 0;
}

p {
	margin: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

q::before, q::after {
	content: '';
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}

/*
* Typography
*/
body {
	font-size: 16px;font-family: 'Poppins', sans-serif;
	line-height: 1.5;
	font-weight: 300;
	color: #8a8a8a;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}
.hedng-pg h2, .hedng-pg h1{color: #272727;
    margin-top: 5px;
    font-weight: 600;
    font-size: 34px;
}
.hedng-pg h6{color: #666; font-weight:300; text-transform:none;font-size: 16px;}
.vwal-btn{}
.vwal-btn a{ border:1px solid #ccc; padding:10px 10px; font-size:14px; text-transform:uppercase; font-weight:500; border-radius:8px;}
.vwal-btn a:hover{ border:1px solid #ef7d04; color:#ef7d04;}
.pro-col{ padding:20px; background:#fff;border: 1px solid #efefef;
    border-radius: 4px;
    box-shadow: 0 3px 15px rgb(39 79 117 / 10%); margin-bottom:20px;}
.pro-img{
    margin-bottom: 15px;
}
.pro-img img{width: 100%;height: 280px;max-width:100%;}
.pro-con{text-align: center;}
.pro-con h2{font-size: 20px;margin-bottom: 10px;}
.pro-con h2 strong{ color:#f17b05;}
.pro-con p{font-size: 16px;margin-bottom: 0px; font-weight:400;color: #464646;}
.pro-con p{}
@media (min-width: 768px) {
	body {
		font-size: 17px;
	}
}

@media (min-width: 992px) {
	body {
		font-size: 18px;
		line-height: 1.7;
	}
}

p {
	color: rgba(21, 21, 21, 0.6);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 300;
	color: #151515;
	/*letter-spacing: .1em;*/
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
	color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
	color: #8a8a8a;
}

h1,
.h1 {
	font-size: 54px;
	line-height: 1.2;
}

@media (min-width: 992px) {
	h1,
	.h1 {
		font-size: 80px;
	}
}

@media (min-width: 1600px) {
	h1,
	.h1 {
		font-size: 100px;
		line-height: 1.19;
	}
}

h2,
.h2 {
	font-size: 28.8px;
	line-height: 1.34;
}

@media (min-width: 992px) {
	h2,
	.h2 {
		font-size: 48px;
	}
}

@media (min-width: 1200px) {
	h2,
	.h2 {
		font-size: 52px;
		line-height: 1.2; margin-bottom:20px;
	}
}

h3,
.h3 {
	font-size: 22.5px;
	line-height: 1.45;
}

@media (min-width: 992px) {
	h3,
	.h3 {
		font-size: 43.2px;
	}
}

@media (min-width: 1600px) {
	h3,
	.h3 {
		font-size: 54px;
		line-height: 1.18519;
	}
}

h4,
.h4 {
	font-size: 18px;
	line-height: 1.4;
}

@media (min-width: 768px) {
	h4,
	.h4 {
		font-size: 22px;
	}
}

@media (min-width: 992px) {
	h4,
	.h4 {
		font-size: 24px;
		line-height: 1.25;
	}
}

h5,
.h5 {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: .03em;
}

@media (min-width: 768px) {
	h5,
	.h5 {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	h5,
	.h5 {
		font-size: 22px;
		line-height: 1.54545;
	}
}

h6,
.h6 {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	/* text-transform: uppercase; */


}

@media (min-width: 768px) {
	h6,
	.h6 {
		font-size: 18px;
		color: #000;
		line-height: 1.5;
		font-family: 'Roboto', sans-serif;
	}
}

.h0 {
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: 0;
}

@media (min-width: 768px) {
	.h0 {
		font-size: 60px;
		line-height: 1.12195;
	}
}

@media (min-width: 1200px) {
	.h0 {
		font-size: 82px;
	}
}

small,
.small {
	display: block;
	font-size: 14px;
	line-height: 1.28571;
}

mark,
.mark {
	padding: 3px 5px;
	color: #ffffff;
	background: #8a8a8a;
}

b, strong {
	font-weight: 700;
}

.big {
	font-size: 19px;
}

@media (min-width: 1200px) {
	.big {
		font-size: 16px;
		line-height: 1.72917;
	}
}

code {
	padding: 5px 5px;
	border-radius: 0.2rem;
	font-size: 90%;
	color: #151515;
	background: #e9ebee;
}

.text-xl {
	font-size: 80px;
	line-height: 1;
	font-weight: 700;
	color: #151515;
}

@media (min-width: 768px) {
	.text-xl {
		font-size: 120px;
	}
}

@media (min-width: 1200px) {
	.text-xl {
		font-size: 180px;
	}
}

.text-style-1 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 500;
}

p [data-toggle='tooltip'] {
	padding-left: .25em;
	padding-right: .25em;
	color: #8a8a8a;
}

p [style*='max-width'] {
	display: inline-block;
}

::selection {
	background: rgba(138, 138, 138, 0.5);
	color: #151515;
}

::-moz-selection {
	background: rgba(138, 138, 138, 0.5);
	color: #ffffff;
}

.rights a {
	color: inherit;
}

.context-dark .rights a:hover, .bg-gray-900 .rights a:hover, .bg-primary .rights a:hover {
	color: #ffffff;
}

@media (min-width: 768px) {
	.columns-1 {
		columns: 2;
		column-gap: 30px;
	}
}

@media (min-width: 1200px) {
	.columns-1 {
		column-gap: 60px;
	}
}

/*
* Brand
*/
.brand {
	display: inline-block;
}

.brand .brand-logo-light {
	display: none;
}

.brand .brand-logo-dark {
	display: block;
}
.page-header{ /*overflow:hidden;*/}
.ti-header {
    position:absolute; width:100%;
    z-index: 41;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.logo{
position: relative;
    z-index: 2;
	}
.logo img {
	width:auto;
	height: 100px;
}
.logo:before { display:none;
	content: '';
	height: 111px;
	width: 2000px;
	position: absolute;
	bottom: -10px;
	right: -85px;
	background-color: #fff;
	z-index: -1;
	-webkit-clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 100%, 0% 100%)
}
/*
* Links
*/
.ft-lnk, .ft-lnk2{ 
}
.ft-lnk h4, .ft-lnk2 h4{font-size:20px;font-weight: 400;color: #ededed;padding-bottom:15px;}
.ft-lnk2 ul{ padding-left: 0px;
    display: inline-block;
    margin-bottom: 15px;
}
.ft-lnk2 ul li{font-size:14px;color: #fdfdfd;/* border-bottom:1px solid #424242;*/list-style:circle;padding:2px 10px 2px 0px;float:left;width:33.3%;}
.ft-lnk2 ul li:last-child{ border-bottom:none; 
}
.ft-lnk2 ul li a{font-size: 14px;color: #b5b5b5;text-decoration:none;font-weight:400 !important;}
.ft-lnk2 ul li a:hover{  text-decoration:underline; color:#fff;
}
a {
	transition: 0.22s;
}

a, a:focus, a:active, a:hover {
	text-decoration: none;
}

a, a:focus, a:active {
	color: #151515;
}

a:hover {
	color: #8a8a8a;
}

a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}

.link-hover {
	color: #8a8a8a;
}

.link-press {
	color: black;


}

.privacy-link {
	display: inline-block;
}

* + .privacy-link {
	margin-top: 25px;
}
.indsty-area{    margin: 0px auto;
    text-align: center;
    display: contents;
}
.indsty-col{ width:25%; padding:5px 10px; float:left; margin-bottom:15px;}
.indsty-icon{ padding:15px 15px; border:1px solid #efefef; border-radius:4px;box-shadow: 0 3px 10px rgb(39 79 117 / 4%); cursor:pointer;}
.indsty-icon:hover{box-shadow: 0 3px 23px rgb(39 79 117 / 8%);}
.indsty-icon i{ font-size:50px; color:#000; display:inline-flex; padding-top:10px;}
.indsty-icon i img{ width:60px; height:60px; text-align:center;}
.indsty-icon span{ font-size:20px; color:#000; font-weight:600; display:block;}
.indsty-icon p{ font-size:14px; color:#333; font-weight:400; display:block; margin-top:0px;}
.reviews_wrapper .product_ratting {
  margin-bottom: 20px;width: 100%;
    display: inline-block;
}

.reviews_wrapper .product_ratting ul li a {
  color: #fe3737;
}

.reviews_wrapper .product_ratting h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}

.comment_title {
  margin-bottom: 20px;
}
.product_review_form{}
.product_review_form input {
  border: 1px solid #ddd;
  background: none;
  width: 100%;
  height: 40px;
  padding: 0 20px;    margin-bottom: 14px;
}

.product_review_form textarea {
  border: 1px solid #ddd;
  background: none;
  height: 120px;
  resize: none;
  width: 100%;
  margin-bottom: 14px;
  padding: 0 20px;
}

.product_review_form p {
  margin-bottom: 7px;
}

.star_rating {
  /*float: right;*/ margin-bottom:5px;
}

.star_rating ul li {
  display: inline-block;
}

.star_rating ul li a {
  color: #ffa500; font-size:16px;
}
.starrating{ text-align:left; float:left;}
.starrating > input {display: none;}  /* Remove radio buttons */

.starrating > label:before { 
  content: "\f005"; /* Star */
  margin: 2px;
  font-size: 24px;
  font-family: FontAwesome;
  display: inline-block; 
}

.starrating > label
{
  color: #222222; /* Start color when not clicked */
}

.starrating > input:checked ~ label
{ color: #ffa500 ; } /* Set yellow color when star checked */

.starrating > input:hover ~ label
{ color: #ffa500 ;  } /* Set yellow color when star hover */
.reviews_wrapper button{float:right;}
.reviews_comment_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}

.reviews_comment_box .comment_text {
  width: 100%;
  border: 1px solid #ededed;
  position: relative;
  margin-left: 21px;
  padding: 20px;
  border-radius: 3px;
}

.reviews_comment_box .comment_text::before {
  background: #fff;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  content: '';
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}
.reviews_meta h4 { font-weight:600;}
.reviews_meta p {
  font-size: 15px;
      margin-bottom: 0px !important;
    padding-bottom: 0px !important;;
}

.reviews_meta p strong {
  text-transform: uppercase;
  font-weight: 500;
  color: #232323;
}
.reviews_wrapper button {
    float: right;
}
.reviews_wrapper button { color:#393; border:1px solid #393; font-weight:500; font-size:16px; border-radius:2px;}
.reviews_wrapper button:hover { color:#333; border:1px solid #333;}
@media (min-width: 768px) {
	* + .privacy-link {
		margin-top: 33px;
	}
}

.link-default, .link-default:active, .link-default:focus {
	color: #8a8a8a;
}

.link-default:hover {
	color: #8a8a8a;
}

html a.link-social-1 {
	display: inline-flex;
	font-size: 21px;
}

.link-social-1 {
	align-items: center;
	justify-content: center;
	width: 2.3em;
	height: 2.3em;
	line-height: 2.3em;
	background: #bebebe;
	border-radius: 50%;
	transition: .2s all ease-in-out;
}

.link-social-1, .link-social-1:active, .link-social-1:focus, .link-social-1:hover {
	color: #ffffff;
}

.link-social-1[class*='facebook']:hover {
	background: #2059a0;
}


.link-social-1[class*='linkedin']:hover {
	background: #2881a8;
}

.link-social-1[class*='google']:hover {
	background: #ff3807;
}

.context-dark .link-social-1:not(:hover), .bg-gray-900 .link-social-1:not(:hover), .bg-primary .link-social-1:not(:hover) {
	color: #151515;
	background: #8a8a8a;
}

.link-social-2 {
	font-size: 23px;
	line-height: 1;
}

.link-social-2, .link-social-2:active, .link-social-2:focus {
	color: rgba(255, 255, 255, 0.3);
}

.link-social-2:hover {
	color: #8a8a8a;
}

.link-social-2[class*='facebook']:hover {
	color: #2059a0;
}

.link-social-2[class*='twitter']:hover {
	color: #32caff;
}

.link-social-2[class*='google']:hover {
	color: #ff3807;
}

.link-social-2[class*='instagram']:hover {
	color: #bc2a8d;
}

.link-social-2[class*='linkedin']:hover {
	color: #2881a8;
}

.link-icon-1 {
	display: inline-flex;
	align-items: center;
}

.link-icon-1 .icon {
	font-size: 2em;
	color: #bebebe;
	transition: inherit;
}

.link-icon-1 > * + * {
	margin-left: 4px;
}

.link-icon-1, .link-icon-1:active, .link-icon-1:focus {
	color: #151515;
}

.link-icon-1:hover {
	color: #8a8a8a;
}

.link-icon-1:hover .icon {
	color: #b6b6b6;
}

.link-cart {
	display: inline-flex;
	align-items: center;
}

.link-cart .icon {
	font-size: 1.28em;
	color: #8a8a8a;
}

.link-cart > * + * {
	margin-left: 8px;
}

.link-cart, .link-cart:active, .link-cart:focus {
	color: #151515;
}

.link-cart:hover {
	color: #8a8a8a;
}

@media (min-width: 1200px) {
	.link-cart {
		font-size: 22px;
	}
	.link-cart > * + * {
		margin-left: 14px;
	}
}

.link-image {
	display: block;
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
	opacity: .45;
	transition: 0.22s;
}

.link-image:hover {
	opacity: 1;
}

/* Link button */
.link-btn {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #151515;
}

.link-btn:hover {
	color: #8a8a8a;
	text-decoration: underline;
}

.link-line {
	position: relative;
	display: inline-block;
	font-weight: 400;
	color: #cfc9c9;
}
.list-0 a{ font-size:18px; font-weight:600; color:#333;}
.blurb-minimal-text{color:#ccc;font-size: 16px;}
.blurb-minimal-text a{
	font-weight: 400;
	color: #f4f4f4;
	font-size: 16px;
	}
.link-line::before {
	position: absolute;
	left: 0;
	top: 94%;
	width: 0;
	border-bottom: 1px solid;
	content: '';
	transition: 0.22s;
}

.link-line:hover::before {
	width: 100%;
}

/*
* Blocks
*/
.block-center, .block-sm, .block-lg {
	margin-left: auto;
	margin-right: auto;
}

.block-sm {
	max-width: 560px;
}

.block-lg {
	max-width: 768px;
}

.block-center {
	padding: 10px;
}

.block-center:hover .block-center-header {
	background-color: #8a8a8a;
}

.block-center-title {
	background-color: #ffffff;
}

@media (max-width: 1599.98px) {
	.block-center {
		padding: 20px;
	}
	.block-center:hover .block-center-header {
		background-color: #ffffff;
	}
	.block-center-header {
		background-color: #8a8a8a;
	}
}

.about-img-wrap {
	text-align: center;
}

@media (min-width: 992px) {
	.about-img-wrap {
		text-align: left;
		margin-top: -22px;
	}
}

/*
* Blurbs
*/
/* Blurb simple */
.blurb-simple {
	text-align: left;
	max-width: 430px;
}

.blurb-simple-item {
	display: flex;
	align-items: center;
	margin-left: -18px;
}

.blurb-simple-item > * {
	margin-left: 18px;
}

.blurb-simple-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 36px;
	color: #8a8a8a;
}

.blurb-simple-title {
	font-weight: 400;
	
	font-style: italic;
	letter-spacing: 0;
	transform: translateY(0.1em);
}

* + .blurb-simple-title {
	margin-top: 0;
}

* + .blurb-simple-body {
	margin-top: 12px;
}

@media (min-width: 1600px) {
	* + .blurb-simple-body {
		margin-top: 21px;
	}
}

/* Blurb minimal */
.blurb-minimal-item {
	display: inline-flex;
	margin-left: -16px;
}

.blurb-minimal-item > * {
	margin-left: 16px;
	color: #ccc;
	font-weight: 300;
}

.blurb-minimal-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.blurb-minimal-icon i{color: #ccc;font-size:20px;}
.blurb-minimal + .blurb-minimal {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.blurb-minimal + .blurb-minimal {
		margin-top: 15px;
	}
	* + .blurb-minimal-body {
		margin-top: 6px;
	}
}

@media (min-width: 1600px) {
	.blurb-minimal + .blurb-minimal {
		margin-top: 33px;
	}
	* + .blurb-minimal-body {
		margin-top: 8px;
	}
}

/*
* Products
*/
/* Product simple */
.product-simple {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.product-simple-media {width: 100%;text-align: center;
	display: inline-block;
	overflow: hidden;
	position: relative;
	transition: 0.22s;border: 1px solid #ccc;margin-right: 1px;
}

.product-simple-media:hover .product-simple-img {
	transform: scale(1.05);
}

.product-simple-img {
	transition: inherit;
}
.product-simple-media img{ width:auto; max-width:100%; height:auto;    min-height: 240px;
    max-height: 240px; padding:15px;
}
.product-simple-btn {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-decoration: underline;
	color: #151515;
	background-color: rgba(255, 255, 255, 0.7);
	transition: inherit;
}

.product-simple-title {
	
	letter-spacing: 0;
	font-weight: 500;
}
.product-simple-title a{color: #000000;font-size:20px;font-family: 'Roboto', sans-serif;}
.product-simple-title a:hover{ color:#002b69;}
.product-simple-price {
	font-weight: 700;
    font-size: 15px;    
    display: inline-block; text-transform:uppercase;
    padding: 0px 8px;/*color: #e15252;
    border: 1px solid #f38e8e;*/
    color: #3f78c9;
    border: 1px solid #b9d0ef;
}

* + .product-simple-title {
	margin-top: 12px;
}

* + .product-simple-price {
	margin-top: 2px;
}

.desktop .product-simple-btn {
	opacity: 0;
}

.desktop .product-simple-media:hover .product-simple-btn {
	opacity: 1;
}





@media (min-width: 576px) {
	.product-simple {
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.product-simple-price {
		/*font-size: 22px;*/
	}
	* + .product-simple-title {
		margin-top: 5px;
	}
	* + .product-simple-price {
		margin-top: 10px;
	}
}

@media (min-width: 1600px) {
	* + .product-simple-title {
		margin-top: 39px;
	}
	* + .product-simple-price {
		margin-top: 13px;
	}
}

/*
* Boxes
*/
.icon.box-minimal-icon {
	font-size: 30px;
	line-height: 1;
	color: #8a8a8a;
}

.box-minimal-title {
	max-width: 250px;
}

.box-minimal-text {
	max-width: 320px;
	color: #5e5e63;
}

* + .box-minimal {
	margin-top: 30px;
}

* + .box-minimal-title {
	margin-top: 10px;
}

* + .box-minimal-text {
	margin-top: 18px;
}

@media (max-width: 575.98px) {
	.box-minimal {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.icon.box-minimal-icon {
		font-size: 45px;
	}
}

.box-classic {
	text-align: center;
}

.box-classic a, .box-classic a:active, .box-classic a:focus, .box-classic a:hover {
	color: #151515;
}

.box-classic-media,
.box-classic-main {
	display: block;
}

.icon.box-classic-icon {
	position: relative;
	z-index: 1;
	display: block;
	font-size: 38px;
	line-height: 2.2em;
	width: 2.39em;
	height: 2.39em;
	margin: 0 auto -1.2em;
	border-radius: 50%;
	color: #151515;
	background: #ffffff;
	border: 3px solid #8a8a8a;
	transition: .33s;
}

.box-classic-main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 65px 15px 30px;
	border-radius: 0;
	background: #ffffff;
	border: 1px solid #e9ebee;
}

.box-classic-title {
	letter-spacing: 0;
	font-weight: 400;
}

.box-classic-inner {
	padding: 15px 15px 0;
}

@media (max-width: 575.98px) {
	.box-classic {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.icon.box-classic-icon {
		font-size: 46px;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .box-classic {
		position: relative;
	}
	html:not(.tablet):not(.mobile) .box-classic:hover {
		z-index: 2;
	}
	html:not(.tablet):not(.mobile) .box-classic:hover .box-classic-icon {
		background: #bebebe;
		border-color: #bebebe;
	}
	html:not(.tablet):not(.mobile) .box-classic:hover .box-classic-main {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		filter: drop-shadow(0 3px 10px rgba(110, 123, 157, 0.18));
	}
	html:not(.tablet):not(.mobile) .box-classic:hover .box-classic-inner {
		height: 120px;
	}
	html:not(.tablet):not(.mobile) .box-classic:not(:hover) .box-classic-inner {
		color: transparent;
	}
	html:not(.tablet):not(.mobile) .box-classic-main {
		position: relative;
		height: 160px;
	}
	html:not(.tablet):not(.mobile) .box-classic-inner {
		position: absolute;
		z-index: 3;
		overflow: hidden;
		top: 100%;
		left: -1px;
		right: -1px;
		height: 0;
		margin-top: -30px;
		padding-top: 0;
		padding-bottom: 30px;
		transition: height .33s, color .1s;
		background: #ffffff;
		border-radius: 0 0 0 0;
		transform: translate3d(0, 0, 0);
		border: 1px solid #e9ebee;
		border-top: 0;
	}
	html:not(.tablet):not(.mobile) .box-classic-inner::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 40px;
		background: linear-gradient(to top, white 50%, rgba(255, 255, 255, 0.4));
		border-radius: inherit;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile).ie-10 .box-classic-main, html:not(.tablet):not(.mobile).ie-11 .box-classic-main {
		position: relative;
	}
	html:not(.tablet):not(.mobile).ie-10 .box-classic-main::after, html:not(.tablet):not(.mobile).ie-11 .box-classic-main::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		transition: .33s;
		box-shadow: 0 3px 10px 0 rgba(110, 123, 157, 0.18);
	}
	html:not(.tablet):not(.mobile).ie-10 .box-classic:hover .box-classic-main::after, html:not(.tablet):not(.mobile).ie-11 .box-classic:hover .box-classic-main::after {
		bottom: -90px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.box-1 {
		padding-left: 30px;
	}
}

.box-2 {
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1200px) {
	.box-3 {
		padding-right: 27px;
	}
}

.box-info {
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.box-info-inner > * + * {
	margin-top: 20px;
}

.box-info-avatar {
	max-width: 180px;
	border-radius: 50%;
}

.box-info-caption {
	color: #724d4d;
}

* + .box-info-inner {
	margin-top: 15px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
	.box-info {
		text-align: left;
		max-width: 570px;
		margin-left: 0;
	}
	.box-info-inner {
		display: flex;
		align-items: flex-start;
	}
	.box-info-inner > * + * {
		margin-top: 0;
		margin-left: 30px;
	}
	.box-info-avatar {
		flex-shrink: 0;
	}
	.box-info-main {
		flex-grow: 1;
	}
}

@media (min-width: 992px) {
	.box-info-inner > * + * {
		margin-top: 37px;
	}
	* + .box-info-inner {
		margin-top: 25px;
	}
}

@media (min-width: 1600px) {
	.box-info {
		margin-right: 0;
	}
}

.box-award {
	padding: 25px 20px 20px;
	background: #fbf9f8;
	border-radius: 0;
	text-align: center;
}

.bg-gray-100 .box-award {
	background: #ffffff;
}

.box-award-title {
	color: #151515;
}

.box-creative {
	display: flex;
	align-items: center;
	text-align: left;
	
	font-size: 24px;
	font-weight: 300;
}

.box-creative a, .box-creative a:active, .box-creative a:focus, .box-creative a:hover {
	color: #151515;
}

.box-creative a:hover {
	text-decoration: underline;
}

.box-creative-icon {
	font-size: 2em;
	line-height: 1;
	opacity: .4;
	color: #bebebe;
}

.box-creative-link {
	position: relative;
	left: -1.2em;
	display: inline-flex;
}

* + .box-creative {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.box-creative {
		padding: .2em 0;
	}
}

@media (min-width: 992px) {
	.box-creative {
		font-size: 26px;
	}
	* + .box-creative {
		margin-top: 25px;
	}
	.box-creative + .group {
		margin-top: 50px;
	}
}

@media (min-width: 1200px) {
	.box-creative {
		font-size: 48px;
	}
}

.box-alice {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.box-alice:hover .icon.box-alice-icon::after {
	transform: scale(0.85, 0.85);
	opacity: 0;
	visibility: hidden;
}

.icon.box-alice-icon {
	width: 2.8em;
	height: 2.8em;
	line-height: 2.8em;
	font-size: 28px;
	color: #8a8a8a;
	border: 3px solid #e9ebee;
	border-radius: 50%;
	text-align: center;
}

.icon.box-alice-icon::before {
	z-index: 1;
}

.icon.box-alice-icon::after {
	content: '';
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	border-radius: inherit;
	background: #ffffff;
	opacity: 1;
	visibility: visible;
	transition: .22s;
}

.bg-gray-100 .box-alice-icon {
	border-color: #ffffff;
}

* + .box-alice-title {
	margin-top: 10px;
}

@media (min-width: 768px) {
	* + .box-alice-title {
		margin-top: 18px;
	}
}

@media (min-width: 992px) {
	* + .box-alice-title {
		margin-top: 25px;
	}
}

@media (min-width: 1200px) {
	.icon.box-alice-icon {
		font-size: 50px;
	}
	* + .box-alice-title {
		margin-top: 33px;
	}
}

.box-corporate-media {
	display: flex;
	padding: 20px;
	position: relative;
	border-radius: 0;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

.box-corporate-media::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #151515;
	opacity: .2;
	border-radius: 0;
}

.box-corporate-media::after {
	content: '';
	display: block;
	padding-bottom: 74.32432%;
}

.box-corporate-media::after,
.box-corporate-media-inner {
	width: 100%;
	flex-shrink: 0;
}

.box-corporate-media-inner {
	position: relative;
	z-index: 1;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.box-corporate-footer {
	text-align: center;
}

.box-corporate-title {
	position: relative;
	z-index: 2;
}

* + .box-corporate-title {
	margin-top: 8px;
}

* + .box-corporate-footer {
	margin-top: 25px;
}

@media (min-width: 480px) {
	.box-corporate {
		display: flex;
		align-items: center;
	}
	.box-corporate-media {
		padding: 15px 30px 30px 20px;
		width: 330px;
		flex-shrink: 0;
		text-align: left;
	}
	.box-corporate-title {
		margin: 65px 0 0 -70px;
	}
	.box-corporate-1 .box-corporate-title {
		margin-top: 0;
		margin-bottom: 120px;
	}
}

@media (min-width: 576px) {
	.box-corporate-media {
		width: 350px;
	}
}

@media (min-width: 768px) {
	.box-corporate-media {
		width: 370px;
	}
}

@media (min-width: 1200px) {
	.box-corporate-title {
		margin-left: -90px;
	}
	html:not(.tablet):not(.mobile) .box-corporate:hover .box-corporate-media::before {
		width: 100%;
	}
	html:not(.tablet):not(.mobile) .box-corporate:hover .box-corporate-footer {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	html:not(.tablet):not(.mobile) .box-corporate:hover .box-corporate-title {
		left: -15px;
	}
	html:not(.tablet):not(.mobile) .box-corporate-media::before {
		opacity: .5;
		width: 0;
		transition: .44s;
	}
	html:not(.tablet):not(.mobile) .box-corporate-footer {
		position: relative;
		left: -30px;
		opacity: 0;
		visibility: hidden;
		transition: .22s .22s;
	}
	html:not(.tablet):not(.mobile) .box-corporate-title {
		left: 0;
		transition: .44s;
	}
}

.box-light {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.box-light > * + * {
	margin-top: 10px;
}

.box-light-avatar {
	border-radius: 50%;
}

.box-light-main * + .button-link {
	margin-top: 10px;
}

@media (min-width: 576px) {
	.box-light {
		display: flex;
		align-items: flex-start;
		flex-direction: row;
	}
	.box-light > * + * {
		margin-left: 40px;
	}
	.box-light-main * + .button-link {
		margin-top: 16px;
	}
}

.box-feature {
	text-align: center;
}

.box-feature-icon {
	font-size: 48px;
	line-height: 1;
	color: #8a8a8a;
}

.box-set-1 {
	position: relative;
	text-align: center;
}

.box-set-1 .box-set-item {
	position: relative;
	overflow: hidden;
	display: block;
	padding-top: 10px;
	height: 330px;
	transition: .33s;
	background: #151515;
}

.box-set-1 .box-set-item::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.42);
	pointer-events: none;
}

.box-set-1 .box-set-item-inner {
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	left: -1px;
	background-position: center top;
	background-size: cover;
	transform: translate3d(0, 0, 0);
	transition: .33s;
}

.box-set-1 .box-set-item + .box-set-item {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.box-set-1 {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}
	.box-set-1 .box-set-item {
		position: relative;
		overflow: visible;
		height: 31vw;
		max-height: 551px;
		flex-grow: 1;
		margin-bottom: -10px;
	}
	.box-set-1 .box-set-item:nth-child(1), .box-set-1 .box-set-item:nth-child(5) {
		z-index: 1;
		margin-bottom: -100px;
	}
	.box-set-1 .box-set-item:nth-child(2), .box-set-1 .box-set-item:nth-child(4) {
		z-index: 2;
		margin-bottom: -50px;
	}
	.box-set-1 .box-set-item:nth-child(3) {
		z-index: 3;
	}
	.box-set-1 .box-set-item:hover::before {
		box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.4);
	}
	.box-set-1 .box-set-item:hover .box-set-item-inner {
		transform: translate3d(0, -10px, 0);
	}
	.box-set-1 .box-set-item + .box-set-item {
		margin-top: 0;
		margin-left: -22%;
	}
}

@media (min-width: 992px) {
	.box-set-1:nth-child(1), .box-set-1:nth-child(5) {
		margin-bottom: -235px;
	}
	.box-set-1:nth-child(2), .box-set-1:nth-child(4) {
		margin-bottom: -150px;

	}

}

@media (min-width: 1200px) {
	.box-set-1 .box-set-item + .box-set-item {
		margin-left: -15%;
	}
}

* + .box-set-1 {
	margin-top: 40px;
}

@media (min-width: 1600px) {
	* + .box-set-1 {
		margin-top: 70px;
	}
}

.box-linked {
	position: relative;
	display: inline-block;
}

.box-linked-link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*
* Element groups
*/
html .group {
	margin-bottom: -20px;
	margin-left: -15px;
}

html .group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}

html .group-sm {
	margin-bottom: -10px;
	margin-left: -10px;
}

html .group-sm:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-sm > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

html .group-lg {
	margin-bottom: -15px;
	margin-left: -20px;
}

html .group-lg:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-lg > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 20px;
}

@media (min-width: 576px) {
	html .group-lg {
		margin-bottom: -20px;
		margin-left: -30px;
	}
	html .group-lg:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	html .group-lg > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: 30px;
	}
}

html .group-xl {
	margin-bottom: -25px;
	margin-left: -30px;
}

html .group-xl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xl > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 25px;
	margin-left: 30px;
}

@media (min-width: 1200px) {
	html .group-xl {
		margin-bottom: -30px;
		margin-left: -50px;
	}
	html .group-xl > * {
		margin-bottom: 30px;
		margin-left: 50px;
	}
}

html .group-xxl {
	margin-bottom: -25px;
	margin-left: -30px;
}

html .group-xxl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xxl > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 25px;
	margin-left: 30px;
}

@media (min-width: 1200px) {
	html .group-xxl {
		margin-bottom: -30px;
		margin-left: -80px;
	}
	html .group-xxl > * {
		margin-bottom: 30px;
		margin-left: 80px;
	}
}

html .group-middle {
	display: inline-table;
}

html .group-middle > * {
	vertical-align: middle;
}

html .group-custom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 100%;
}

html .group-custom > * {
	flex: 0 1 100%;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 576px) {
	html .group-custom {
		flex-wrap: nowrap;
	}
	html .group-custom > * {
		flex: 1 1 auto;
	}
}

* + .group-sm {
	margin-top: 30px;
}

* + .group-xl {
	margin-top: 20px;
}

/*
* Responsive units
*/
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -30px;
	margin-left: -20px;
}

.unit > * {
	margin-bottom: 30px;
	margin-left: 20px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-spacing-xs {
	margin-bottom: -15px;
	margin-left: -7px;
}

.unit-spacing-xs > * {
	margin-bottom: 15px;
	margin-left: 7px;
}

/*
*
* Lists
*/
/*
* Vertical list
*/
.list > li + li {
	margin-top: 10px;
}

.list-xs > li + li {
	margin-top: 5px;
}

.list-sm > li + li {
	margin-top: 10px;
}

.list-md > li + li {
	margin-top: 18px;
}

.list-lg > li + li {
	margin-top: 27px;
}

.list-xl > li + li {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.list-xl > li + li {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	.list-xl > li + li {
		margin-top: 80px;
	}
}

.list-1 > li + li {
	margin-top: 15px;
}

@media (min-width: 992px) {
	.list-1 > li + li {
		margin-top: 22px;
	}
}

/*
* List inline
*/
.list-inline > li {
	display: inline-block;
}

html .list-inline-md {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -10px;
	margin-right: -10px;
}

html .list-inline-md > * {
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 992px) {
	html .list-inline-md {
		margin-left: -15px;
		margin-right: -15px;
	}
	html .list-inline-md > * {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.list-terms dt + dd {
	margin-top: 10px;
}

.list-terms dd + dt {
	margin-top: 25px;
}

@media (min-width: 768px) {
	.list-terms dt + dd {
		margin-top: 12px;
	}
	.list-terms dd + dt {
		margin-top: 35px;
	}
}

@media (min-width: 1200px) {
	.list-terms dt + dd {
		margin-top: 18px;
	}
	.list-terms dd + dt {
		margin-top: 62px;
	}
}

* + .list-terms {
	margin-top: 25px;
}

.list-terms-inline dt, .list-terms-inline dd {
	display: inline;
}

.list-terms-inline dt {
	margin-right: 2px;
	color: #bebebe;
}

.index-list {
	counter-reset: li;
}

.index-list > li .list-index-counter:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}

.list-marked {
	text-align: left;
}

.list-marked > li {
	text-indent: -25px;
	padding-left: 25px;
}

.list-marked > li::before {
	position: relative;
	top: 1px;
	display: inline-block;
	left: 25px;
	min-width: 25px;
	content: '\f14f';
	font: 400 14px 'Material Design Icons';
	line-height: inherit;
	color: #bebebe;
}

.list-marked > li + li {
	margin-top: 9px;
}

* + .list-marked {
	margin-top: 15px;
}

.list-ordered {
	counter-reset: li;
	text-align: left;
}

.list-ordered > li {
	position: relative;
	padding-left: 25px;
}

.list-ordered > li:before {
	content: counter(li, decimal) ".";
	counter-increment: li;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 15px;
	color: #bebebe;
}

.list-ordered > li + li {
	margin-top: 9px;
}

* + .list-ordered {
	margin-top: 15px;
}

/*
* Images
*/
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-responsive {
	width: 100%;
}

/*
* Icons
*/
.icon {
	display: inline-block;
	line-height: 1;
}

.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}

.icon-circle {
	border-radius: 50%;
}

.icon-md {
	font-size: 28px;
}

.icon-style-1 {
	font-size: 34px;
	color: #151515;
}

@media (min-width: 768px) {
	.icon-style-1 {
		font-size: 58px;
	}
}

.context-dark .icon-style-1, .bg-gray-900 .icon-style-1, .bg-primary .icon-style-1 {
	color: #ffffff;
}

/*
*
* Tables custom
*/
.table-custom {
	width: 100%;
	max-width: 100%;
	text-align: left;
	border: 1px solid #ccc;
	background: #ffffff;
	border-collapse: collapse;
}

.table-custom th,
.table-custom td {
	color: #404058;
	font-size: 14px;
	font-weight: 500;
	background: #ffffff;
}

@media (max-width: 767.98px) {
	.table-custom th,
	.table-custom td {
		min-width: 130px;
	}
}

.table-custom th {
	white-space: nowrap;
	color: #5e5e63;
	font-weight: 300;
}

@media (max-width: 991.98px) {
	.table-custom th {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.table-custom td,
.table-custom th {
	padding: 6px 10px;
}

.table-custom td {
	border-bottom: 1px solid #ccc;
}

.table-custom th {
	border-bottom: 1px solid #bebebe;
}

* + .table-custom-responsive {
	margin-top: 30px;margin-bottom: 40px;
}

@media (min-width: 768px) {
	* + .table-custom-responsive {
		margin-top: 40px;
	}
}

.table-custom.table-custom-primary thead th {
	color: #ffffff;
	background: #f17c03;
	border: 0;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.table-custom.table-custom-primary tbody tr:hover td {
	background: #fbf9f8;
}

.table-custom.table-custom-hover tr:hover td {
	background: #fbf9f8;
}

.table-custom.table-custom-bordered th,
.table-custom.table-custom-bordered td {
	border-left: 1px solid #ccc;
}

.table-custom.table-custom-bordered th {
	border-bottom: 1px solid #bebebe;
}

.table-custom.table-custom-striped {
	border-bottom: 1px solid #e9ebee;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
	background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
	background: #fbf9f8;
}

.table-custom.table-custom-striped tbody td {
	border: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
	border-left: 0;
}

@media (max-width: 767.98px) {
	.table-custom-responsive {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-custom-responsive.table-custom-bordered {
		border: 0;
	}
}

.table-checkout td {
	border: 0;
	padding: 10px 5px;
}

.table-custom-cart th,
.table-custom-cart td {
	min-width: 50px;
}

.table-custom-cart th {
	border-bottom-color: #e9ebee;
}

@media (min-width: 1200px) {
	.table-custom-cart td:nth-child(2) {
		width: 23%;
	}
	.table-custom-cart td:nth-child(4) {
		width: 29%;
	}
}

.table-custom-cart .product-inline {
	min-width: 300px;
}

.table-custom-cart + * {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.table-custom-cart + * {
		margin-top: 45px;
	}
}

/*
* Dividers
*/
hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #e9ebee;
}

.divider {
	font-size: 0;
	line-height: 0;
}

.divider::after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: #8a8a8a;
}

/*
* Buttons
*/
.button {
	position: relative;
	display: inline-block;
	padding: 17px 45px;
	font-size: 16px;
	line-height: 1.15;
	border-radius: 0;
	
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: .2s all ease-in;
	border: 2px solid;
}

@media (min-width: 576px) {
	.button {
		padding-left: 45px;
		padding-right: 45px;
	}
}

.button-block {
	display: block;
	width: 100%;
}

.button-default, .button-default:focus {
	color: #151515;
	background-color: transparent;
	border-color: #151515;
}

.button-default:hover, .button-default:active {
	color: #151515;
	background-color: #8a8a8a;
	border-color: #8a8a8a;
}

.button-default.button-raven::after {
	background: #8a8a8a;
}

.button-default.button-raven:hover {
	background-color: transparent;
}

.button-primary, .button-primary:focus {
	color: #ffffff;
	background-color: #8a8a8a;
	border-color: #8a8a8a;
}

.button-primary:hover, .button-primary:active {
	color: #ffffff;
	background-color: #151515;
	border-color: #151515;
}

.button-primary.button-raven::after {
	background: #151515;
}

.button-primary.button-raven:hover {
	background-color: #8a8a8a;
}

.button-gray-300, .button-gray-300:focus {
	color: #ffffff;
	background-color: #bebebe;
	border-color: #bebebe;
}

.button-gray-300:hover, .button-gray-300:active {
	color: #ffffff;
	background-color: #8a8a8a;
	border-color: #8a8a8a;
}

.button-gray-300.button-raven::after {
	background: #8a8a8a;
}

.button-gray-300.button-raven:hover {
	background-color: #bebebe;
}

.button-gray-900, .button-gray-900:focus {
	color: #ffffff;
	background-color: #151515;
	border-color: #151515;
}

.button-gray-900:hover, .button-gray-900:active {
	color: #ffffff;
	background-color: #404058;
	border-color: #404058;
}

.button-gray-900.button-raven::after {
	background: #404058;
}

.button-gray-900.button-raven:hover {
	background-color: #151515;
}

.button-facebook, .button-facebook:focus {
	color: #ffffff;
	background-color: #2059a0;
	border-color: #2059a0;
}

.button-facebook:hover, .button-facebook:active {
	color: #ffffff;
	background-color: #2465b5;
	border-color: #2465b5;
}

.button-facebook.button-raven::after {
	background: #2465b5;
}

.button-facebook.button-raven:hover {
	background-color: #2059a0;
}

.button-twitter, .button-twitter:focus {
	color: #ffffff;
	background-color: #32caff;
	border-color: #32caff;
}

.button-twitter:hover, .button-twitter:active {
	color: #ffffff;
	background-color: #4cd1ff;
	border-color: #4cd1ff;
}

.button-twitter.button-raven::after {
	background: #4cd1ff;
}

.button-twitter.button-raven:hover {
	background-color: #32caff;
}

.button-sm {
	padding: 14px 35px;
	font-size: 12px;
	line-height: 1.5;
}

.button-lg {
	padding: 17px 30px;
	font-size: 16px;
	line-height: 1.25;
}

@media (min-width: 768px) {
	.button-lg {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.button-lg {
		padding-left: 46px;
		padding-right: 46px;
	}
}

.button-circle {
	border-radius: 30px;
}

.button-square {
	border-radius: 0;
}

.button-raven {
	z-index: 1;
}

.button-raven::after {
	content: '';
	position: absolute;
	top: 0;
	left: -1px;
	bottom: 0;
	z-index: -1;
	width: 0;
	background: #8a8a8a;
	border-radius: inherit;
	transition: inherit;
}

.button-raven:hover::after {
	width: calc(100% + 2px);
}

html .button.button-icon {
	display: inline-flex;
}

.button-icon {
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}

.button-icon .icon {
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-size: 1.45em;
	line-height: 1em;
	transition: none;
}

.button-icon:hover .icon {
	color: inherit;
}

.button-icon-left .icon {
	padding-right: 10px;
}

.button-icon-right {
	flex-direction: row-reverse;
}

.button-icon-right .icon {
	padding-left: 10px;
}

.button-link {
	position: relative;
	padding: 10px 0 10px 0;
	margin-bottom: -10px !important;
	border: 0;
	transition: .2s;
	font-size: 14px;
}

.button-link::after {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	bottom: 0;
	height: 2px;
	background: #f17d02;
	transition: .2s width, .05s .11s opacity;
	opacity: 0;
}

.button-link, .button-link:active, .button-link:focus {
	color: #8a8a8a;
}

.button-link:hover {
	color: #151515;
	transition: .22s;
}

.button-link:hover::after {
	width: 100%;
	opacity: 1;
	transition: .22s width, .11s opacity;
}

.btn-primary {
	border-radius: 3px;
	
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: .33s;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
	color: #ffffff;
	background: #8a8a8a;
	border-color: #8a8a8a;
}

.btn-primary:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}

html .page [data-load-trigger] {
	display: none;
}

.button-load-1 {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2px;
	border: 0;
	color: #151515;
}

.button-load-1:hover, .button-load-1:active, .button-load-1:focus {
	color: #8a8a8a;
}

.button-load-1 .icon {
	color: #8a8a8a;
}

.button-load-1:hover .icon {
	color: #151515;
}

.button-load-1 .icon {
	font-size: 2.2em;
	transition: .22s;
}

.button-load-1 > * + * {
	margin-top: 8px;
}

.button-load-1.button-load-in-process .icon {
	animation: 2s sonar ease;
}

.button-load-1.button-load-loaded {
	display: none;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

@media (min-width: 768px) {
	.button-load-1 > * + * {
		margin-top: 12px;
	}
}

html * + .button-load-1 {
	margin-top: 30px;
}

@keyframes sonar {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@media (min-width: 1200px) {
	html * + .button-load-1 {
		margin-top: 60px;
	}
}

.button-scale-1 {
	text-align: left;
}

@media (min-width: 768px) {
	.button-scale-1 {
		padding: 33px 20px;
		font-size: 16px;
	}
	.button-scale-1 .icon {
		font-size: 2em;
	}
}

/* ======= Gallery style ======= */
.gallery-item {
	position: relative;
	padding-top: 20px;
}

.gallery-box {
	overflow: hidden;
	position: relative;
}

	.gallery-box .gallery-img {
		position: relative;
		overflow: hidden;
	}

		.gallery-box .gallery-img:after {
			content: " ";
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			border-radius: 0px;
			transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
		}

		.gallery-box .gallery-img > img {
			transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
			border-radius: 0;
		}

	.gallery-box .gallery-detail {
		opacity: 0;
		color: #FFF;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		overflow: hidden;
		transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
	}

		.gallery-box .gallery-detail h4 {
			font-size: 18px;
		}

		.gallery-box .gallery-detail p {
			color: Rgba(0, 0, 0, 0.4);
			font-size: 14px;
		}

		.gallery-box .gallery-detail i {
			color: #272727;
			padding: 8px;
		}

			.gallery-box .gallery-detail i:hover {
				color: #272727;
			}

	.gallery-box:hover .gallery-detail {
		top: 50%;
		transform: translate(0, -50%);
		opacity: 1;
	}
/*.gallery-box:hover .gallery-img:after {
    background: rgba(0,0,0, 0.1);
}
.gallery-box:hover .gallery-img > img {
    transform: scale(1.05);
}*/
/* magnific popup custom */
.mfp-figure button {
	border: 0px solid transparent;
}

button.mfp-close,
button.mfp-arrow {
	border: 0px solid transparent;
	background: transparent;
}

/*
* Form styles
*/
.rd-form {
	position: relative;
	text-align: left; top:20px;
}
.rd-form .button {
	padding-top: 10px;
	padding-bottom: 10px;
	min-width: 55px;
	min-height: 55px;
    border-radius: 4px;
}

* + .rd-form {
	margin-top: 20px;
}

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
	color: #000000 !important;
}

.form-wrap {
	position: relative;
}

.form-wrap.has-error .form-input {
	border-color: #f5543f;font-weight: 600;
}

.form-wrap.has-focus .form-input {
	border-color: #8a8a8a;
}

.form-wrap + * {
	margin-top: 30px;
}

footer .form-wrap + * {
	margin-top: 10px;
}
.cont-info .form-label {
    top: -12.5px !important;    font-size: 16px;
    padding-left: 0px !important;
}
.form-input {
	/* display: block; */
	width: 100%;
	min-height: 45px;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: inherit;
	line-height: 30px;
	color: #000;
	background-color: #f9f9f9;
	background-image: none;
	border-radius: 4px;
	/* -webkit-appearance: none; */
	transition: .3s ease-in-out;
	border: 1px solid #d5d5d5;
}
.form-input:placeholder { color:#000;}
.form-input:focus {
	outline: 0;color: #000;
}

textarea.form-input {
	height: 160px;
	min-height: 55px;
	max-height: 272px;
	resize: vertical;
}

.form-label,
.form-label-outside {
	margin-bottom: 0;
	color: #8a8a8a;
	font-weight: inherit;
}

.form-label {
	position: relative;
	top: -42.5px;
	/* left: 0; */
	/* right: 0; */
	padding-left: 20px;
	padding-right: 0px;
	font-size: 18px;
	padding-bottom: 0px;
	font-weight: inherit;
	line-height: 31px;
	/* pointer-events: none; */
	text-align: left;
	color:#333;
	font-weight:400;
	/* z-index: 9; */
	/* transition: .25s; */
	/* will-change: transform; */
	/* transform: translateY(-50%); */
}

/*.form-label.focus {
	opacity: 0;
}*/

.form-label.auto-fill {
	color: #151515;
}

.form-label-outside {
	width: 100%;
	font-size: 14px;
	margin-bottom: 4px;
	pointer-events: auto;
	cursor: pointer;
}

[data-x-mode='true'] .form-label {
	pointer-events: auto;
}

.recaptcha div {
	display: block;
	transform-origin: 0 0;
}

.recaptcha iframe {
	display: block;
}

.form-validation {
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 11;
	margin-top: 2px;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0;
	color: #f5543f;
	transition: .3s;
}

.form-validation-left .form-validation {
	top: 5px;
	right: auto;
	left: 15px;
}

.form-label-outside ~ .form-validation {
	top: 12px;
	right: 0;
}

#form-output-global {
	position: fixed;
	bottom: 30px;
	left: 15px;
	z-index: 2000;
	visibility: hidden;
	transform: translate3d(-500px, 0, 0);
	transition: .3s all ease;
}

#form-output-global.active {
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {


	#form-output-global {

		left: 30px;
	}
}

.form-output {
	position: absolute;

	top: 100%;
	left: 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 2px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.form-output.active {
	opacity: 1;
	visibility: visible;
}

.form-output.error {
	color: #f5543f;
}

.form-output.success {
	color: #98bf44;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
	opacity: 0;
}

.radio .radio-custom, .radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	outline: none;
	cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	background: #ffffff;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	position: absolute;
	opacity: 0;
	transition: .22s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
	outline: none;
}

.radio,
.radio-inline,
.checkbox,
.checkbox-inline {
	position: relative;
}

.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {

	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
	opacity: 1;
}

.radio,
.radio-inline {
	padding-left: 40px;
	cursor: pointer;
	letter-spacing: .03em;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
	top: 4px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #e9ebee;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
	content: '';
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	background: #151515;
	border-radius: inherit;
}

.checkbox,
.checkbox-inline {
	padding-left: 28px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	left: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 1px solid #d2d7dd;
}

.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	content: '\f222';
	font-family: "Material Design Icons";
	position: absolute;
	top: -1px;
	left: -2px;
	font-size: 20px;
	line-height: 18px;
	color: #bebebe;
}

.toggle-custom {
	padding-left: 60px;
	-webkit-appearance: none;
}

.toggle-custom:checked ~ .checkbox-custom-dummy::after {
	background: #8a8a8a;
	transform: translate(20px, -50%);
}

.toggle-custom ~ .checkbox-custom-dummy {
	position: relative;
	display: inline-block;
	margin-top: -1px;
	width: 44px;
	height: 20px;
	background: #fbf9f8;
	cursor: pointer;
}

.toggle-custom ~ .checkbox-custom-dummy::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	background: #d2d7dd;
	transform: translate(4px, -50%);
	opacity: 1;
	transition: .22s;
}

.form-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	text-align: center;
	margin-bottom: -8px;
}

.form-inline > * {
	margin-bottom: 8px;
}

.form-inline > * + * {
	margin-top: 0;
	margin-left: 0;
}

.form-inline .form-wrap {
	flex: 20 0;
	min-width: 220px;
}

.form-inline .form-wrap-select {
	text-align: left;
}

.form-inline .form-label {
	display: block;
}

.form-inline .form-input {
	border-color: #fbf9f8;
}

.form-inline .form-button {
	display: flex;
	flex-grow: 1;
	min-height: 55px;
}

.form-inline .form-button .button {
	width: 100%;
	min-height: inherit;
}

.form-inline .form-button .button:not(.button-lg):not(.button-icon-only) {
	padding-left: 20px;
	padding-right: 20px;
}

.form-inline .form-button .button-icon-only {
	padding: 5px;
}

@media (min-width: 576px) {
	.form-inline .button {
		display: block;
	}
}

.form-inline.form-inline-centered {
	justify-content: center;
}

.form-inline-1 .form-wrap {
	flex-shrink: unset;
	flex-basis: auto;
}

@media (min-width: 576px) {
	.form-inline-1 .form-input {
		padding-right: 30px;
		min-width: 230px;
	}
}

@media (min-width: 992px) {
	.form-inline-1 .form-input {
		min-width: 280px;
	}
}

@media (min-width: 1200px) {
	.form-inline-1 .form-input {
		min-width: 330px;
	}
}

.form-sm .form-label,
.form-sm .form-input {
	padding-left: 14px;
	padding-right: 14px;
	font-size: 14px;
	line-height: 1.4;
}

.form-sm .form-input {
	padding-top: 9px;
	padding-bottom: 9px;
}

.form-sm .form-input,
.form-sm .button {
	min-height: 40px;
}

.form-sm .form-label {
	top: 20px;
}

.form-sm .form-validation {
	top: 0;
}

.form-sm .button {
	padding-left: 35px;
	padding-right: 35px;
}

.form-sm * + .button {
	margin-top: 10px;
}

.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	min-height: 58px;
}

.form-lg .form-button {
	min-height: 60px;
}

.form-lg .form-label {
	top: 30px;
}

.form-outline .form-input {
	background: transparent;
	border-color: rgba(138, 138, 138, 0.5);
}

.form-boxed .form-input {
	    padding-right: 50px;
    border-radius: 5px;
    background: #fff;
}

.form-boxed .form-button {
	position: absolute;
	top: 30%;
	right: 14px;
	margin-top: 0;
	line-height: 0;
	transform: translateY(-50%);
}

.form-button svg {
	stroke: #151515;
	transition: 0.22s;
}

.form-button:hover svg {
	stroke: #8a8a8a;
}

.rd-mailform-1 * + .form-wrap {
	margin-top: 25px;
}

@media (min-width: 1200px) {
	.rd-mailform-1 * + .form-wrap {
		margin-top: 40px;
	}
}

/*
* Posts
*/
.post-classic {
	text-align: left;
}

.post-classic * + .button-link {
	margin-top: 15px;
}

.post-classic-media {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 0;
}

.post-classic-media::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(21, 21, 21, 0.2);
	opacity: 0;
	visibility: hidden;
	transition: 0.22s;
	pointer-events: none;
}

.post-classic-media:hover::after {
	opacity: 1;
	visibility: visible;
}

.post-classic-image {
	display: block;
	width: 100%;
}

.post-classic-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: -5px;
	margin-left: -20px;
}

.post-classic-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-classic-meta > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 20px;
}

.post-classic-title {
	padding-right: 15px;
}

* + .post-classic-meta {
	margin-top: 14px;

}

* + .post-classic-title {
	margin-top: 8px;
}

@media (min-width: 768px) {
	* + .post-classic-meta {
		margin-top: 22px;
	}
}

@media (min-width: 1200px) {
	.post-classic-meta {
		margin-left: -25px;
	}
	.post-classic-meta > * {
		margin-left: 25px;
	}
	.post-classic-title {
		max-width: 85%;
	}
	* + .post-classic-meta {
		margin-top: 30px;
	}
	* + .post-classic-title {
		margin-top: 16px;
	}
}

.post-light {
	position: relative;
	overflow: hidden;
	display: flex;
	border-radius: 0;
	text-align: left;
	background-size: cover;
	background-position: center center;
}

.post-light, .post-light:active, .post-light:focus, .post-light:hover {
	color: #151515;
}

.post-light::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, #ffffff -10%, rgba(255, 255, 255, 0) 100%);
	transition: 0.22s;
}

.post-light::after {
	content: '';
	display: block;
	width: 100%;
	pointer-events: none;
	visibility: hidden;
	padding-bottom: 61.40351%;
}

.post-light:hover::before {
	opacity: .9;
}

.post-light::after,
.post-light-inner {
	width: 100%;
	flex-shrink: 0;
}

.post-light-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 20px;
}

.post-light-inner > * + * {
	margin-top: 50px;
}

.post-light-main {
	width: 100%;
}

.post-light-time {
	font-size: 14px;
	line-height: 1.2;
	color: #151515;
}

.post-light-title {
	letter-spacing: 0;
}

* + .post-light-title {
	margin-top: 10px;
}

@media (max-width: 575.98px) {
	.post-light {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) {
	.post-light-inner {
		padding: 30px 35px 30px 30px;
	}
}

.post-minimal {
	display: block;
	text-align: left;
}

.post-minimal:hover .post-minimal-media::after {
	opacity: 1;
	visibility: visible;
}

.context-dark .post-minimal:hover .post-minimal-title, .bg-gray-900 .post-minimal:hover .post-minimal-title, .bg-primary .post-minimal:hover .post-minimal-title {
	color: #8a8a8a;
}

.post-minimal-media {
	position: relative;
	border-radius: 0;
}

.post-minimal-media::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.22s;
}

.post-minimal-image {
	display: block;
	width: 100%;
}

.post-minimal-time {
	display: block;
	color: #8a8a8a;
	text-transform: uppercase;
}

.post-minimal-title {
	letter-spacing: .01em;
	transition: 0.22s;
}

* + .post-minimal-time {
	margin-top: 10px;
}

* + .post-minimal-title {
	margin-top: 5px;
}

@media (min-width: 480px) {
	.post-minimal {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	* + .post-minimal-title {
		margin-top: 10px;
	}
}

@media (min-width: 1200px) {
	* + .post-minimal-time {
		margin-top: 20px;
	}
}

.post-1 {
	max-width: 250px;
	text-align: left;
}

.post-1 .post-1-address, .post-1 .post-1-address:active, .post-1 .post-1-address:focus,
.post-1 .post-1-terms-list a,
.post-1 .post-1-terms-list a:active,
.post-1 .post-1-terms-list a:focus {
	color: #151515;
}

.post-1 .post-1-address:hover,
.post-1 .post-1-terms-list a:hover {
	color: #8a8a8a;
}

.post-1-address {
	display: block;
}

.post-1-terms-list dt,
.post-1-terms-list dd {
	display: inline;
}

* + .post-1-terms-list {
	margin-top: 10px;
}

* + .post-1-address {
	margin-top: 9px;
}

@media (max-width: 575.98px) {
	.post-1 {
		margin-left: auto;
		margin-right: auto;
	}
}

.post-2 {
	display: block;
	text-align: left;
}

.post-2 .post-2-title, .post-2:active .post-2-title, .post-2:focus .post-2-title {
	color: #724d4d;
}

.post-2:hover .post-2-title {
	color: #151515;
}

.post-2-time {
	display: block;
	color: #8a8a8a;
}

.post-2-image {
	width: 100%;
	border-radius: 0;
}

.post-2-title {
	transition: 0.22s;
}

* + .post-2-image {
	margin-top: 12px;
}

* + .post-2-title {
	margin-top: 10px;
}

@media (max-width: 575.98px) {
	.post-2 {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	* + .post-2-title {
		margin-top: 18px;
	}
}

.post-3 {
	padding: 25px 20px;
	border-radius: 0;
	background: #fbf9f8;
}

.bg-gray-50 .post-3,
.bg-gray-100 .post-3 {
	background: #ffffff;
}

.post-3-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: -8px;
	margin-left: -15px;
}

.post-3-header:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-3-header > * {

	display: inline-block;
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 15px;
}

.post-3-badge {
	color: #bebebe;
}

.post-3-title {
	color: #724d4d;
}

.post-3-title a {
	color: inherit;
}

.post-3-title a:hover {
	color: #151515;
}

* + .post-3-title {
	margin-top: 12px;
}

@media (max-width: 575.98px) {
	.post-3 {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.post-3 {
		padding: 40px 30px 45px;
	}
	* + .post-3-title {
		margin-top: 20px;
	}
}

@media (min-width: 992px) {
	.post-3 {
		padding: 32px 25px 40px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.post-3-title {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.post-3 {
		padding: 30px 40px 70px;
	}
	* + .post-3-title {
		margin-top: 46px;
	}
}

.post-4 {
	display: flex;
	background: #ffffff;
	border-radius: 0;
	border: 1px solid #e9ebee;
}

.post-4::after {
	content: '';
	display: block;
	width: 100%;
}

.post-4::after,
.post-4-inner {
	width: 100%;
	flex-shrink: 0;
}

.post-4-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 25px 20px;
}

.post-4-inner > * + * {
	margin-top: 25px;
}

.bg-gray-50 .post-4,
.bg-gray-100 .post-4 {
	border: none;
}

.post-4-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: -8px;
	margin-left: -20px;
}

.post-4-header:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-4-header > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 20px;
}

.post-4-type {
	color: #bebebe;
}

.post-4-title {
	max-width: 200px;
	color: #724d4d;
}

.post-4-icon {
	font-size: 40px;
	color: rgba(190, 190, 190, 0.5);
}

* + .post-4-title {
	margin-top: 5px;
}

@media (max-width: 575.98px) {
	.post-4 {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.post-4::after {
		padding-bottom: 132.43243%;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .post-4 {
		transition: .44s;
	}
	html:not(.tablet):not(.mobile) .post-4:hover {
		box-shadow: 0px 12px 29px 0px rgba(104, 107, 116, 0.14);
	}
}

@media (min-width: 1200px) {
	.post-4-inner {
		padding: 30px 40px 40px 40px;
	}
	.post-4-icon {
		font-size: 50px;
	}
	* + .post-4-title {
		margin-top: 10px;
	}
}

.post-event {
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.post-event-media {
	display: flex;
	border-radius: 0;
	background-size: cover;
	background-position: center center;
}

.post-event-media::after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 100%;
}

.post-event-media-inner,
.post-event-media::after {
	width: 100%;
	flex-shrink: 0;
}

.post-event-media-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-self: flex-end;
	padding: 20px;
	background: rgba(0, 0, 0, 0.6);
}

.post-event-time {
	display: block;
}

.post-event-title a, .post-event-title a:active, .post-event-title a:focus {
	color: #8a8a8a;
}

.post-event-title a:hover {
	color: #151515;
}

.context-dark .post-event-title a:hover, .bg-gray-900 .post-event-title a:hover, .bg-primary .post-event-title a:hover {
	color: #ffffff;
}

* + .post-event-time {
	margin-top: 8px;
}

* + .post-event-title {
	margin-top: 8px;
}

@media (min-width: 768px) {
	.post-event-media::after {
		padding-bottom: 137.40741%;
	}
	* + .post-event-time {
		margin-top: 15px;
	}
	* + .post-event-title {
		margin-top: 12px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.post-event .post-event-title {
		font-size: 20px;
	}
	.post-event .button {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .post-event:hover .post-event-media-inner {
		opacity: 1;
		visibility: visible;
	}
	html:not(.tablet):not(.mobile) .post-event-media-inner {
		align-self: stretch;
		opacity: 0;
		visibility: hidden;
		transition: .33s;
	}
}

.post-single * + h5,
.post-single * + .heading-5 {
	margin-top: 15px;
}

.post-single > img {
	display: block;
	border-radius: 0;
}

.post-single > * + img {
	margin-top: 20px;
}

.post-single > * + p {
	margin-top: 20px;
}

.post-single > p + p {
	margin-top: 16px;
}

.post-single-title {
	letter-spacing: 0.05em;
}

.post-single-time {
	letter-spacing: .03em;
}

.post-single-meta {
	margin-bottom: -8px;
	margin-left: -20px;
}

.post-single-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-single-meta > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 20px;
}

.post-single-footer {
	margin-bottom: -8px;
	margin-left: -20px;
}

.post-single-footer:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-single-footer > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 20px;
}

* + .post-single-meta {
	margin-top: 15px;
}

* + .post-single-footer {
	margin-top: 25px;
}

@media (min-width: 768px) {
	.post-single > * + img {
		margin-top: 35px;
	}
}

@media (min-width: 992px) {
	.post-single * + h5,
	.post-single * + .heading-5 {
		margin-top: 30px;
	}
	.post-single-title {
		max-width: 75%;
	}
	* + .post-single-meta {
		margin-top: 25px;
	}
	* + .post-single-footer {
		margin-top: 35px;
	}
}

@media (min-width: 1200px) {
	.post-single * + h5,
	.post-single * + .heading-5 {
		margin-top: 50px;
	}
	.post-single > * + p {
		margin-top: 38px;
	}
	.post-single > p + img {
		margin-top: 40px;
	}
	* + .post-single-meta {
		margin-top: 50px;
	}
	* + .post-single-footer {
		margin-top: 60px;
	}
}

/**
* Blog Layout 1
*/
.blog-layout-1 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.blog-layout-1-item {
	position: relative;
	overflow: hidden;
}

.blog-layout-1-item > * + * {
	margin-top: 25px;
}

.blog-layout-1-item-aside {
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.blog-layout-1-item-time {
	display: block;
	max-width: 120px;
	margin-left: auto;
	margin-right: auto;
}

.blog-layout-1-item-main {
	position: relative;
	overflow: hidden;
	text-align: left;
	color: #151515;
}

.blog-layout-1-item-avatar {
	display: block;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}

* + .blog-layout-1-item,
* + .blog-layout-1-item-outer {
	margin-top: 30px;
}

* + .blog-layout-1-item-avatar-outer {
	margin-top: 15px;
}

* + .blog-layout-1-item-time {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.blog-layout-1-item {
		display: flex;
		align-items: flex-start;
	}
	.blog-layout-1-item > * + * {
		margin-top: 0;
	}
	.blog-layout-1-item-aside {
		position: relative;
		padding-bottom: 20px;
		flex-shrink: 0;
	}
	.blog-layout-1-item-aside::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		height: 100vh;
		transform: translate(0, 100%);
		border-right: 1px solid #bebebe;
	}
	.blog-layout-1-item-avatar-outer {
		position: relative;
	}
	.blog-layout-1-item-avatar-outer::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		width: 400px;
		border-bottom: 1px solid #bebebe;
	}
	.blog-layout-1-item-avatar {
		position: relative;
		z-index: 2;
	}
	.blog-layout-1-item-main {
		flex-grow: 1;
		margin-left: 30px;
	}
	* + .blog-layout-1-item,
	* + .blog-layout-1-item-outer {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	.blog-layout-1-item-main {
		margin-left: 60px;
	}
	.blog-layout-1-item-main {
		margin-left: 100px;
	}
	* + .blog-layout-1-item-avatar-outer {
		margin-top: 30px;
	}
	* + .blog-layout-1-item-time {
		margin-top: 22px;
	}
}

/*
* Quotes
*/
.quote-minimal {
	text-align: left;
}

.icon.quote-minimal-icon {
	position: relative;
	left: -.2em;
	font-size: 32px;
	line-height: 1;
	color: #8a8a8a;
	transform: rotate(180deg);
}

.quote-minimal-cite {
	display: block;
	color: #8a8a8a;
}

.context-dark .quote-minimal-text *, .bg-gray-900 .quote-minimal-text *, .bg-primary .quote-minimal-text * {
	color: #ffffff;
}

* + .quote-minimal {
	margin-top: 25px;
}

* + .quote-minimal-text {
	margin-top: 0;
}

* + .quote-minimal-cite {
	margin-top: 16px;
}

@media (min-width: 768px) {
	.icon.quote-minimal-icon {
		font-size: 40px;
	}
	* + .quote-minimal {
		margin-top: 30px;
	}
	* + .quote-minimal-cite {
		margin-top: 20px;
	}
}

.quote-classic {
	display: flex;
	align-items: flex-start;
	text-align: left;
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
}

.quote-classic > * + * {
	margin-left: -40px;
}

.quote-classic-avatar-outer {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	margin-top: 20px;
	border: 6px solid #ffffff;
	border-radius: 50%;
}

.quote-classic-main {
	position: relative;
	border-radius: 0;
	background: #fbf9f8;
}

.quote-classic-main::before {
	position: absolute;
	right: 20px;
	bottom: 20px;
	content: '\f373';
	font-family: 'Material Design Icons';
	font-size: 70px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.1);
}

p.quote-classic-cite {
	line-height: 1.2;
	font-weight: 500;
}

.quote-classic-position {
	line-height: 1.1;
}

.quote-classic-main {
	padding: 30px 20px 60px 50px;
}

.context-dark p.quote-classic-cite, .bg-gray-900 p.quote-classic-cite, .bg-primary p.quote-classic-cite {
	color: #8a8a8a;
}

.context-dark .quote-classic-text, .bg-gray-900 .quote-classic-text, .bg-primary .quote-classic-text {
	color: #ffffff;
}

* + .quote-classic-position {
	margin-top: 5px;
}

* + .quote-classic-text {
	margin-top: 20px;
}

@media (min-width: 576px) {
	.quote-classic-main {
		padding-left: 69px;
	}
}

@media (min-width: 1200px) {
	* + .quote-classic-position {
		margin-top: 0;
	}
	* + .quote-classic-text {
		margin-top: 34px;
	}
}

.quote-light {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.quote-light::after {
	content: '\f373';
	display: block;
	margin-top: 10px;
	font-family: 'Material Design Icons';
	font-size: 60px;
	line-height: 1;
	color: #8a8a8a;
}

.quote-light-avatar {
	display: block;
	width: 70px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
}

.quote-light-cite {
	line-height: 1.3;
}

.quote-light-text .heading-5 {
	opacity: .6;
	font-weight: 400;
	letter-spacing: -.001em;
	line-height: 1.55;
	color: rgba(21, 21, 21, 0.6);
}

* + .quote-light-cite {
	margin-top: 10px;
}

* + .quote-light-position {
	margin-top: 5px;
}

* + .quote-light-text {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.quote-light::after {
		margin-top: 25px;
	}
	* + .quote-light-text {
		margin-top: 25px;
	}
}

@media (min-width: 1200px) {
	* + .quote-light-cite {
		margin-top: 25px;
	}
	* + .quote-light-text {
		margin-top: 30px;
	}
}

.quote-modern {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.quote-modern::before {
	content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ';
	display: block;
	position: relative;
	color: #8a8a8a;
	font-size: 106px;
	line-height: .89;
	font-weight: 500;
	
}

.quote-modern h2 {
	padding-left: 26px;
}

/*
* Thumbnails
*/
.figure-light figcaption {
	padding-top: 10px;
	color: #d2d7dd;
}

* + .figure-light {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.figure-light figcaption {
		padding-top: 16px;
	}
	* + .figure-light {
		margin-top: 45px;
	}
}

.thumbnail-media {
	position: relative;
	background-size: cover;
	background-position: center center;
	border-radius: 0;
	padding-bottom: 72.98246%;
}

.thumbnail-media::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000000;
	opacity: .1;
	transition: .33s;
}

.thumbnail-media:hover::after {
	opacity: .3;
}

.thumbnail-media-1 {
	padding-bottom: 62.96296%;
}

.thumbnail-media-icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	overflow: hidden;
	transform: translate3d(-50%, -50%, 0);
	color: #ffffff;
	font-size: 60px;
	line-height: 1;
}

.thumbnail-media-icon, .thumbnail-media-icon:active, .thumbnail-media-icon:focus {
	color: #ffffff;
}

.thumbnail-media-icon:hover {
	color: #ffffff;
}

@media (min-width: 768px) {
	.thumbnail-media-icon {
		font-size: 90px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.thumbnail-media {
		min-height: 400px;
	}
}

.thumbnail-creative {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	padding-bottom: 70.27027%;
	border-radius: 0;
	text-align: center;
	cursor: pointer;
	backface-visibility: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.thumbnail-creative::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 0;
	background: rgba(21, 21, 21, 0.7);
	opacity: .8;
}

.thumbnail-creative-2 {
	padding-bottom: 100%;
}

.thumbnail-creative-2 .thumbnail-creative-overlay::after {
	font-size: 26px;
}

.thumbnail-creative-media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.35s, transform 0.35s;
	transform: scale3d(1.1, 1.1, 1);
	will-change: transform;
}

.thumbnail-creative-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
}

@supports (object-fit: cover) {
	.thumbnail-creative-image {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: none;
		object-fit: cover;
		object-position: center center;
	}
}

.thumbnail-creative-overlay {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px;
	color: #ffffff;
	z-index: 1;
	border-radius: 0;
}

.thumbnail-creative-overlay::before, .thumbnail-creative-overlay::after {
	position: absolute;
	pointer-events: none;
}

.thumbnail-creative-overlay::before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	transition: transform 0.6s;
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.thumbnail-creative-overlay::after {
	display: inline-block;
	content: '\f504';
	line-height: 1;
	top: 50%;
	left: 50%;
	z-index: 1;
	font-family: 'Material Design Icons';
	font-size: 40px;
	transform: translate(-50%, -50%);
	transition: all .15s ease-in-out;
}

@media (max-width: 575.98px) {
	.thumbnail-creative {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 576px) {
	.thumbnail-creative-1 {
		padding-bottom: 127.02703%;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .thumbnail-creative::after {
		opacity: 0;
		transition: opacity 0.35s;
	}
	html:not(.tablet):not(.mobile) .thumbnail-creative-overlay::after {
		opacity: 0;
		transform: translate(-50%, calc(-50% + 10px));
	}
	html:not(.tablet):not(.mobile) .thumbnail-creative:hover::after {
		opacity: 1;
	}
	html:not(.tablet):not(.mobile) .thumbnail-creative:hover .thumbnail-creative-media {
		transform: scale3d(1.05, 1.05, 1);
	}
	html:not(.tablet):not(.mobile) .thumbnail-creative:hover .thumbnail-creative-overlay::before {
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	}
	html:not(.tablet):not(.mobile) .thumbnail-creative:hover .thumbnail-creative-overlay::after {
		opacity: 1;
		transform: translate(-50%, -50%);
		transition-delay: .3s;
	}
}

.thumbnail-ruby {
	position: relative;
	display: flex;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: hidden;
	border-radius: 0;
	backface-visibility: hidden;
	background-position: center center;
	background-size: cover;
}

.thumbnail-ruby::after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.thumbnail-ruby::after,
.thumbnail-ruby-inner {
	width: 100%;
	flex-shrink: 0;
}

.thumbnail-ruby-1::after {
	padding-bottom: 67.56757%;
}

.thumbnail-ruby-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	transition: .33s all ease-in-out;
	pointer-events: none;
	background: rgba(21, 21, 21, 0.7);
}

.thumbnail-ruby-caption > * {
	pointer-events: auto;
	position: relative;
	z-index: 2;
}

.thumbnail-ruby-caption::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	transform-origin: 0 100%;
	transform: rotate(45deg);
	display: inline-block;
	width: 60px;
	height: 120px;
	background-color: #8a8a8a;
}

.thumbnail-ruby-caption::after {
	position: absolute;
	bottom: 0;
	right: 10px;
	content: '\f504';
	font-family: "Material Design Icons";
	font-size: 24px;
	color: #ffffff;
	will-change: transform;
}

@media (min-width: 1200px) {
	.thumbnail-ruby-caption {
		padding: 20px;
	}
	.thumbnail-ruby-caption::before {
		width: 100px;
		height: 160px;
	}
	.thumbnail-ruby-caption::after {
		font-size: 36px;
	}
}

.thumbnail-ruby-title,
.thumbnail-ruby-main {
	color: #ffffff;
}

.thumbnail-ruby-title p,
.thumbnail-ruby-main p {
	color: #ffffff;
}

.thumbnail-ruby-title {
	position: relative;
}


.thumbnail-ruby-main {
	max-width: 100%;
	padding: 0 15px;
	color: #ffffff;
}

* + .thumbnail-ruby-main {
	margin-top: 25px;
}

@media (max-width: 767.98px) {
	.thumbnail-ruby {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	html:not(.tablet):not(.mobile) .thumbnail-ruby-caption {
		transition: .4s all ease;
		opacity: 0;
	}
	html:not(.tablet):not(.mobile) .thumbnail-ruby-caption::before {
		transform: rotate(90deg);
		transition: .35s .1s transform;
	}
	html:not(.tablet):not(.mobile) .thumbnail-ruby-caption::after {
		transition: .35s .1s transform, .35s .1s opacity;
		transform: translateX(100%);
		opacity: 0;
	}
	html:not(.tablet):not(.mobile) .thumbnail-ruby-title,
	html:not(.tablet):not(.mobile) .thumbnail-ruby-main {
		transition: .3s .05s ease-in-out;
		transform: scale3d(0.85, 0.85, 0);
	}
	html:not(.tablet):not(.mobile) .thumbnail-ruby-main {
		max-width: 340px;
	}
	html:not(.tablet):not(.mobile) .thumbnail-ruby:hover .thumbnail-ruby-caption {
		opacity: 1;
	}
	html:not(.tablet):not(.mobile) .thumbnail-ruby:hover .thumbnail-ruby-caption::before {
		transform: rotate(45deg);
	}
	html:not(.tablet):not(.mobile) .thumbnail-ruby:hover .thumbnail-ruby-caption::after {
		transform: translateX(0);
		opacity: 1;
	}
	html:not(.tablet):not(.mobile) .thumbnail-ruby:hover .thumbnail-ruby-title,
	html:not(.tablet):not(.mobile) .thumbnail-ruby:hover .thumbnail-ruby-main {
		transform: scale3d(1, 1, 1);
	}
}

.thumbnail-slide {
	position: relative;
	display: block;
	overflow: hidden;
}

.thumbnail-slide:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0.2;
	transform: skew(45deg) translateX(0);
	transform-origin: right top;
}

.thumbnail-slide:hover:before {
	left: 0;
	transform: skew(45deg) translateX(-100%);
	transform-origin: right bottom;
}

.thumbnail-slide-icon {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	color: #ffffff;
	background-color: rgba(21, 21, 21, 0.3);
	transition: .8s;
}

.desktop .thumbnail-slide-icon {
	opacity: 0;
}

.desktop .thumbnail-slide-icon::before {
	transition: 0s;
}

.desktop .thumbnail-slide:hover .thumbnail-slide-icon {
	opacity: 1;
}

.desktop .thumbnail-slide:hover::before {
	transition: .6s linear;
}

/*
* Breadcrumbs
*/
.pg-backgrnd{ width:100%;}
.pg-backgrnd img{ width:100%; height:100%;}
.pgtitl{}
.pgtitl h1 {
    font-size: 32px;
    color: #393939;
    font-weight: 600;
    padding-bottom: 10px;
}
.breadcrumbs-custom {
	position: relative;
	overflow: hidden;
	background-color: #e9ebee;
}

.breadcrumbs-custom::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
	/*background-color: rgba(255, 255, 255, 0.5);*/
}

.breadcrumbs-custom-inner {
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 35px 0 30px;
}

.breadcrumbs-custom-container {
	position: relative;
	display: flex;
	min-height: 0.20833vw;
}

.breadcrumbs-custom-figure {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	max-width: 300px;
	z-index: 0;
	opacity: .4;
}

.breadcrumbs-custom-image {
	display: block;
	width: auto;
	max-height: 100%;
}

.breadcrumbs-custom-path {
	margin-left: -15px;
	margin-right: -15px;margin-bottom: 10px;
}

.breadcrumbs-custom-path > * {
	padding-left: 0px;
	padding-right: 15px;
}

.breadcrumbs-custom-path a {
	display: inline;
	vertical-align: middle;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
	color: #5e5e63;
}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block !important;
	vertical-align: middle;font-size: 14px; color:#d08739;    font-weight: 400; 
}

.breadcrumbs-custom-path li::after {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 52%;
	right: 0px;
	display: inline-block;
	font-style: normal;
	font-size: 0.83333em;
	color: #747474;
	transform: translate3d(0, -50%, 0);
}

.breadcrumbs-custom-path li:last-child:after {
	display: none;
}

.breadcrumbs-custom-path a:hover {
	color: #000;
}

* + .breadcrumbs-custom-title {
	margin-top: 10px;
}

* + .breadcrumbs-custom-path {
	margin-top: 14px;
}
.faq .card{ margin-bottom:-1px;}
.faq .card-header a{ font-weight:600; text-transform:uppercase; color:#002b69;}
.faq .card-body{ font-weight:500; color:#333; font-size:16px;}
.crer h4{ color:#333; font-weight:500;}
.crer h4 a{ color:#dc2020; font-weight:600; text-decoration:underline;}
.crer h4 a:hover{ color:#000;}
.crer button{
    background:#1158bf ;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    transition: all 0.5s ease-out 0s;
    outline: none;
    border: none;}
.crer button:hover{ background:#008ac7; text-decoration:none;outline:none; border:none;
}
@media (min-width: 576px) {
	.breadcrumbs-custom-figure {
		opacity: 1;
	}
	.breadcrumbs-custom-path {
		margin-left: 0px;
		margin-right: -30px; padding-left:0px !important;
	}
	.breadcrumbs-custom-path > * {
		padding-left: 0px;
		padding-right: 15px;
	}
	* + .breadcrumbs-custom-path {
		margin-top: 18px;
	}
}

@media (min-width: 768px) {
	.breadcrumbs-custom-inner {
		padding: 150px 0 35px;
		max-width: calc(100% - 300px);
	}
	.breadcrumbs-custom-figure {
		top: auto;
		transform: none;
		right: 0;
		bottom: -15px;
		max-width: 400px;
		opacity: 1;
	}
	* + .breadcrumbs-custom-title {
		margin-top: 22px; font-size:36px;
	}
}

@media (min-width: 992px) {
	.breadcrumbs-custom-container {
		min-height: 340px;
	}
	.breadcrumbs-custom-inner {
		padding: 200px 0 31px;
	}
	.breadcrumbs-custom-figure {
		max-width: 50%;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs-custom-container {
		min-height: 415px;
	}
}

@media (min-width: 1600px) {
	* + .breadcrumbs-custom-title {
		margin-top: 35px;
	}
}

/*
* Pagination custom
*/
.pagination {
	font-size: 0;
	line-height: 0;
	margin-bottom: -10px;
	margin-left: -10px;
}

.pagination:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.pagination > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.page-item {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
}

.page-link {
	display: inline-block;
	min-width: 48px;
	padding: 10px 10px;
	border: 2px solid #e9ebee;
	font-size: 14px;
	line-height: 1.71429;
	background-color: #ffffff;
	color: #8a8a8a;
	transition: 0.22s;
}

.page-link:hover, .page-link:focus, .page-link:active {
	color: #ffffff;
	background-color: #8a8a8a;
	border-color: #8a8a8a;
}

.page-item.active > .page-link, .page-item.active > .page-link:hover, .page-item.active > .page-link:focus, .page-item.active > .page-link:active {
	color: #ffffff;
	background-color: #8a8a8a;
	border-color: #8a8a8a;
}

.page-item.disabled > .page-link, .page-item.disabled > .page-link:hover, .page-item.disabled > .page-link:focus, .page-item.disabled > .page-link:active {
	color: #d2d7dd;
	background-color: #e9ebee;
	border-color: #e9ebee;
}

.page-item-control .icon::before {
	font-family: 'FontAwesome';
	font-size: 11px;
	line-height: 24px;
}

.page-item-control:first-child .icon::before {
	content: '\f053';
	margin-left: -1px;
}

.page-item-control:last-child .icon::before {
	content: '\f054';
	margin-right: -1px;
}

/*
* Snackbars
*/
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: left;
	background-color: #323246;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	font-size: 14px;
}

.snackbars .icon-xxs {
	font-size: 18px;
}

.snackbars p {
	color: inherit;
}

.snackbars p span:last-child {
	padding-left: 14px;
}

.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}

.snackbars-right {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}

.snackbars-right:hover {
	text-decoration: underline;
}

@media (min-width: 576px) {
	.snackbars {
		max-width: 540px;
		padding: 12px 15px;
		font-size: 15px;
	}
}

/*
* Footers
*/
.footer-classic-main {
	padding: 40px 0;
}

.footer-classic-aside {
	padding: 25px 0;
}

@media (min-width: 768px) {
	.footer-classic-main {
		padding: 50px 0;
	}
}

@media (min-width: 992px) {
	.footer-classic-main {
		padding: 75px 0;
	}
}

@media (min-width: 576px) and (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
	.footer-classic .tweet-light > * + * {
		margin-left: 4px;
	}
	.footer-classic .icon.tweet-light-icon {
		position: relative;
		top: 5px;
		font-size: 12px;
	}
}

@media (min-width: 1600px) {
	.footer-classic-main {
		padding: 120px 0 100px;
	}
}

.footer-modern .footer-modern-col-1,
.footer-modern .footer-modern-col-2 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.footer-modern-col-2 img{ width:auto; height:50px; filter: grayscale(100%);}
.footer-modern * + .box-linked {
	margin-top: 20px;
}

.footer-modern .brand + .blurb-minimal {
	margin-top: 30px;
}

.footer-modern .blurb-minimal + .rights {
	margin-top: 30px;
}
.rights{ text-align:center; border-top:1px solid #3a3a3a; padding-top:15px; padding-bottom:15px;}
.rights p{ font-size:15px; text-transform:none;color: #a19f9f;}
@media (min-width: 768px) {
	.footer-modern * + .box-linked {
		margin-top: 60px;
	}
	.footer-modern .brand + .blurb-minimal {
		margin-top: 50px;
	}
	.footer-modern .blurb-minimal + .rights {
		margin-top: 40px;
	}
}

@media (min-width: 1200px) {
	.footer-modern .footer-modern-col-1 {
		padding-top: 98px;
		padding-bottom: 98px;
	}
	.footer-modern .footer-modern-col-2 {
		padding-top: 50px;
		padding-bottom:50px;
	}
	.footer-modern * + .box-linked {
		margin-top: 80px;
	}
	.footer-modern .brand + .blurb-minimal {
		margin-top: 15px;
	}
	.footer-modern .blurb-minimal + .rights {
		margin-top: 88px;
	}
}

.footer-minimal {
	padding: 30px 0;
}

.footer-minimal .rights {
	color: #8a8a8a;
}

@media (min-width: 768px) {
	.footer-minimal {
		padding: 60px 0;
	}
	.footer-minimal .rights {
		font-size: 18px;
		line-height: 1.7;
	}
}

.footer-simple {
	padding: 25px 0;
	background: #fafafa;
	text-align: center;
}

/*
*
* Layouts
*/
.layout-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: -35px;
	margin-left: -30px;
}

.layout-1:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.layout-1 > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 35px;
	margin-left: 30px;
}

.layout-2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -18px;
	margin-left: -30px;
}

.layout-2:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.layout-2 > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 18px;
	margin-left: 30px;
}


.layout-bordered-1-item {
	position: relative;
	padding: 35px 15px 40px;
}

.layout-bordered-1-item::before {
	content: '';
	position: absolute;
	background: rgba(21, 21, 21, 0.2);
}

@media (max-width: 575.98px) {
	.layout-bordered-1-item:first-child::before {
		display: none;
	}
	.layout-bordered-1-item::before {
		width: 100%;
		height: 1px;
		top: 0;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
	}
}

@media (min-width: 576px) {
	.layout-bordered-1 {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.layout-bordered-1-item {
		width: 33.33333%;
		padding-top: 45px;
		padding-bottom: 50px;
	}
	.layout-bordered-1-item::before {
		width: 1px;
		height: 100%;
		right: 0;
		top: 50%;
		transform: translate3d(0, -50%, 0);
	}
	.layout-bordered-1-item:nth-child(3n)::before {
		display: none;
	}
}

@media (min-width: 1600px) {
	.layout-bordered-1-item {
		padding-top: 85px;
		padding-bottom: 100px;
	}
}

/*
*
* Pricing
*/
.pt-light {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 30px 15px;
	background: #fbf9f8;
	border-radius: 0;
}

.pt-light .button {
	padding-left: 25px;
	padding-right: 25px;
}

.bg-gray-50 .pt-light,
.bg-gray-100 .pt-light {
	background: #ffffff;
}

.pt-light-title {
	max-width: 150px;
}

.pt-light-price {
	font-weight: 500;
}

.pt-light-list > li + li {
	margin-top: 8px;
}

.pt-light-price {
	font-weight: 500;
}

* + .pt-light-list {
	margin-top: 20px;
}

* + .pt-light-price {
	margin-top: 15px;
}

@media (max-width: 767.98px) {
	.pt-light {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 576px) {
	.pt-light {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

@media (min-width: 768px) {
	.pt-light {
		padding-left: 20px;
		padding-right: 20px;
	}
	.pt-light * + .button {
		margin-top: 30px;
	}
	.pt-light-title {
		max-width: 180px;
	}
	* + .pt-light-price {

		margin-top: 25px;
	}
}

@media (min-width: 1200px) {
	.pt-light * + .button {
		margin-top: 40px;
	}
	* + .pt-light-list {
		margin-top: 35px;
	}
	* + .pt-light-price {
		margin-top: 35px;
	}
}

/*
*
* Badge Custom
*/
.badge {
	color: #ffffff;
	background: #151515;
}

/*
*
* Comments
*/
.comment-classic {
	display: flex;
	align-items: flex-start;
	text-align: left;
	padding-bottom: 20px;
}

.comment-classic > * + * {
	margin-left: 20px;
}

.comment-classic-image {
	position: relative;
	flex-shrink: 0;
	width: 100%;
	max-width: 50px;
	border-radius: 50%;
}

.comment-classic-main {
	flex-grow: 1;
}

.comment-classic-name {
	color: #724d4d;
}

.comment-classic-text {
	color: #151515;
}

.comment-classic-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: -5px;
	margin-left: -20px;
}

.comment-classic-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.comment-classic-meta > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 20px;
}

.comment-classic-time {
	letter-spacing: .03em;
	color: #8a8a8a;
}

.comment-classic-reply {
	line-height: 1;
	color: #bebebe;
}

.comment-classic-reply::before {
	position: relative;
	top: 1px;
	content: '\f549';
	font-family: 'Material Design Icons';
	font-size: 24px;
	margin-right: 5px;
}

.comment-classic-reply:hover {
	color: #8a8a8a;
}

* + .comment-classic-text {
	margin-top: 8px;
}

* + .comment-classic-meta {
	margin-top: 15px;
}

@media (min-width: 576px) {
	.comment-classic > * + * {
		margin-left: 25px;
	}
	.comment-classic-reply::before {
		font-size: 28px;
	}
}

.comment-classic-group .comment-classic-group {
	margin-left: 25px;
}

.comment-classic-group * + .comment-classic-group {
	margin-top: 22px;
}

* + .comment-classic-group {
	margin-top: 60px;
}

.comment-classic-group + .comment-classic-group {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.comment-classic-group .comment-classic-group {
		margin-left: 75px;
	}
	.comment-classic-image {
		max-width: 100px;
	}
	* + .comment-classic-text {
		margin-top: 18px;
	}
	* + .comment-classic-meta {
		margin-top: 20px;
	}
}

@media (min-width: 1200px) {
	.comment-classic-group .comment-classic-group {
		margin-left: 125px;
	}
}

/*
*
* Shop
*/
.product-classic {
	position: relative;
	z-index: 2;
	padding: 20px 15px;
	text-align: center;
	border: 1px solid #ebebeb;
	border-radius: 0;
}

.product-classic::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	border-radius: 0;
}

.product-classic > * {
	position: relative;
	z-index: 1;
}

.product-classic:hover {
	border-color: transparent;
}

.product-classic-title {
	color: #151515;
	font-weight: 400;
}

.product-classic-title a {
	color: inherit;
}

.product-classic-title a:hover {
	color: #8a8a8a;
}

.product-classic-footer .button {
	padding-left: 20px;
	padding-right: 20px;
}

* + .product-classic-title {
	margin-top: 15px;
}

* + .product-classic-price {
	margin-top: 15px;
}

* + .product-classic-footer {
	margin-top: 18px;
}

@media (max-width: 575.98px) {
	.product-classic {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .product-classic {
		padding-bottom: 50px;
	}
	html:not(.tablet):not(.mobile) .product-classic::before {
		transition: .44s;
	}
	html:not(.tablet):not(.mobile) .product-classic:hover {
		z-index: 3;
	}
	html:not(.tablet):not(.mobile) .product-classic:hover::before {
		left: -1px;
		right: -1px;
		bottom: -80px;
		box-shadow: 0 12px 29px 0 rgba(0, 0, 0, 0.14);
	}
	html:not(.tablet):not(.mobile) .product-classic:hover .product-classic-footer {
		bottom: -30px;
		opacity: 1;
		visibility: visible;
		transition: .44s;
	}
	html:not(.tablet):not(.mobile) .product-classic-footer {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -15px;
		opacity: 0;
		padding: 15px 15px 0;
		visibility: hidden;
		transition: .22s;
	}
}

@media (min-width: 1200px) {
	.product-classic {
		padding: 35px 20px 60px;
	}
	* + .product-classic-price {
		margin-top: 50px;
	}
}

.product-corporate-figure {
	text-align: center;
}

.product-corporate-image {
	position: relative;
	top: -15px;
	max-width: 90%;
}

.product-corporate-info {
	color: #151515;
	letter-spacing: .03em;
}

.product-corporate-meta tr:first-child td {
	border-top: 1px solid #fbf9f8;
}

.product-corporate-meta td {
	padding: 14px 20px;
	border-bottom: 1px solid #fbf9f8;
}

.product-corporate-meta td:first-child {
	color: #bebebe;
}

.product-corporate-rating {
	display: inline-flex;
	align-items: center;
}

.product-corporate-rating > li {
	display: block;
	padding: 0 1px;
	color: #ee9700;
}

.product-corporate-group.group {
	margin-bottom: -15px;
	margin-left: -40px;
}

.product-corporate-group.group > * {
	margin-bottom: 15px;
	margin-left: 40px;
}

.product-corporate-price {
	font-weight: 600;
}

* + .product-corporate-info {
	margin-top: 10px;
}

* + .product-corporate-meta {
	margin-top: 15px;
}

@media (max-width: 767.98px) {
	.product-corporate {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 991.98px) {
	.product-corporate-info {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.product-corporate {
		display: flex;
	}
	.product-corporate-figure {
		padding-right: 30px;
	}
	.product-corporate-figure,
	.product-corporate-main {
		width: 50%;
	}
	* + .product-corporate-info {
		margin-top: 20px;
	}
	* + .product-corporate-meta {
		margin-top: 22px;
	}
}

@media (min-width: 992px) {
	.product-corporate-meta td {
		padding: 17px 30px;
	}
	.product-corporate-meta td:first-child {
		width: 41%;
	}
	* + .product-corporate-group.group {
		margin-top: 40px;
	}
}


@media (min-width: 1200px) {
	* + .product-corporate-info {
		margin-top: 40px;
	}
	* + .product-corporate-meta {
		margin-top: 35px;
	}
}

.product-inline {
	display: flex;
	align-items: center;
}

.product-inline > * + * {
	margin-top: 0;
	margin-left: 20px;
}

.product-inline:hover p {
	color: #724d4d;
}

.product-inline-media {
	flex-shrink: 0;
}

.product-inline-main {
	flex-grow: 1;
}

.product-creative-media {

	display: inline-block;
	box-shadow: 0 12px 29px 0 rgba(38, 38, 38, 0.81);
}

.product-creative-main {
	max-width: 485px;
}

.context-dark div .product-creative-text > *, .bg-gray-900 div .product-creative-text > *, .bg-primary div .product-creative-text > * {
	color: #bebebe;
}

* + .product-creative-text {
	margin-top: 10px;
}

* + .product-creative-price {
	margin-top: 10px;
}

@media (max-width: 767.98px) {
	.product-creative-main .button {
		padding: 12px 20px;
	}
	.product-creative-main * + .button {
		margin-top: 20px;
	}
	.product-creative-image {
		width: auto;
		max-height: 66vh;
	}
	.product-creative-text > * {
		font-size: 15px;
	}
}

@media (min-width: 768px) {
	* + .product-creative-text {
		margin-top: 15px;
	}
	* + .product-creative-price {
		margin-top: 14px;
	}
}

/*
*
* Frames
*/
.macbook-frame-1 {
	position: relative;
	margin-left: -7%;
	margin-right: -7.9%;
	margin-bottom: -19.7%;
}

.macbook-frame-1-outer {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
}

.macbook-frame-1-inner {
	position: absolute;
	top: 5.6%;
	right: 17.5%;
	bottom: 26%;
	left: 17%;
	background-position: center top;
	background-size: cover;
}

/*
*
* Profiles
*/
.profile-classic {
	text-align: left;
}

.profile-classic-main {
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 0;
}

.profile-classic-image {
	min-width: 100%;
}

.profile-classic-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 25px;
	background: rgba(138, 138, 138, 0.6);
}

.profile-classic-caption .icon-creative {
	position: relative;
	display: inline-flex;
	bottom: -5px;
	will-change: transform;
	padding-bottom: 5px;
	color: #ffffff;
}

.profile-classic-caption .icon-creative::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	width: 0;
	bottom: 0;
	height: 2px;
	background: #ffffff;
	transition: .2s width, .05s .11s opacity;
	opacity: 0;
}

.profile-classic-caption .icon-creative:hover::after {
	width: 100%;
	opacity: .99;
	transition: .22s width, .11s opacity;
}

.profile-classic-title {
	color: #724d4d;
}

.profile-classic-title a:hover {
	color: #151515;
}

.profile-classic-position {
	color: #bebebe;
}

* + .profile-classic-title {
	margin-top: 15px;
}

* + .profile-classic-position {
	margin-top: 5px;
}

@media (max-width: 575.98px) {
	.profile-classic {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.profile-classic-caption {
		padding-left: 5px;
		padding-right: 5px;
	}
	.profile-classic-caption .icon-sm {
		font-size: 18px;
	}
	.profile-classic-caption .group {
		margin-left: -3px;
	}
	.profile-classic-caption .group > * {
		margin-left: 3px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.profile-classic-caption {
		padding: 15px 10px;
	}
	.profile-classic-caption .icon-sm {
		font-size: 18px;
	}
	.profile-classic-caption .group {
		margin-bottom: -10px;
		margin-left: -10px;
	}
	.profile-classic-caption .group:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.profile-classic-caption .group > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 10px;
		margin-left: 10px;
	}
}

@media (min-width: 1200px) {
	* + .profile-classic-title {
		margin-top: 20px;
	}
}

html:not(.tablet):not(.mobile) .profile-classic:hover .profile-classic-caption {
	opacity: 1;
	visibility: visible;
}

html:not(.tablet):not(.mobile) .profile-classic-caption {
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	opacity: 0;
	visibility: hidden;
	transition: .33s ease-in-out;
}

/*
*
* Jumbotron
*/
.jumbotron-1 {
	position: relative;
	overflow: hidden;
	padding: 40px 0;
	background: #fbf9f8;
}

.jumbotron-1-caption-outer {
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: center;
}

.jumbotron-1-caption {
	font-size: 23.4375vw;
	line-height: .8;
	font-weight: 700;
	letter-spacing: 0;
	color: #ffffff;
	user-select: none;
	text-shadow: 0 12px 24px rgba(110, 123, 157, 0.11);
}

.jumbotron-1-figure {
	position: absolute;
	z-index: 1;
	right: -50px;
	bottom: -25px;
	width: 100%;
	min-width: 300px;
	max-width: 61%;
}

.jumbotron-1-main {
	position: relative;
	z-index: 2;
}

.jumbotron-1-main .container > * {
	max-width: 640px;
}

* + .jumbotron-1-main {
	margin-top: 35px;
}

@media (max-width: 767.98px) {
	.jumbotron-1-figure::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		pointer-events: none;
		background: #fbf9f8;
		opacity: .5;
	}
}

@media (max-width: 767.98px) and (min-width: 576px) {
	.jumbotron-1-figure::after {
		opacity: .2;
	}
}

@media (min-width: 768px) {
	.jumbotron-1 {
		padding-bottom: 140px;
	}
	.jumbotron-1-figure {
		right: -100px;
	}
	* + .jumbotron-1-main {
		margin-top: 45px;
	}
}

@media (min-width: 992px) {
	.jumbotron-1-figure {
		right: 0;
	}
}

@media (min-width: 1200px) {
	.jumbotron-1 * + .group {
		margin-top: 50px;
	}
	* + .jumbotron-1-main {
		margin-top: 70px;
	}
}

@media (min-width: 1600px) {
	.jumbotron-1-figure {
		right: auto;
		left: 74%;
		transform: translate3d(-74%, 0, 0);
		max-width: 830px;
	}
}

/*
*
* Timeline
*/
.timeline {
	text-align: left;
}

.timeline-minimal-item {
	position: relative;
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: 21px;
}

.timeline-minimal-item > * {
	padding-left: 20px;
	padding-right: 20px;
}

.timeline-minimal-item-date {
	position: relative;
	min-width: 125px;
	font-size: 14px;
	line-height: 1.3;
	color: #151515;
	flex-shrink: 0;
}

.timeline-minimal-item-date::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 5px;
	height: 5px;
	background: #151515;
	border-radius: 50%;
}

.timeline-minimal-item-date::after {
	content: '';
	position: absolute;
	right: 2px;
	top: 15px;
	width: 0;
	bottom: -31px;
	border-right: 1px solid #bebebe;
}

.timeline-minimal-item:last-child {
	padding-bottom: 0;
}

.timeline-minimal-item:last-child .timeline-minimal-item-date::after {
	display: none;
}

.timeline-minimal-item-text {
	width: 100%;
	flex-grow: 1;
}

.timeline-minimal-item-text p + p {
	margin-top: 0;
}

* + .timeline {
	margin-top: 35px;
}

@media (min-width: 1200px) {
	.timeline-minimal-item {
		margin-left: -25px;
		margin-right: -25px;
	}
	.timeline-minimal-item > * {
		padding-left: 25px;
		padding-right: 25px;
	}
	.timeline-minimal-item-date {
		top: 4px;
		min-width: 130px;
	}
}

/*
* Page layout
*/
.page {
	position: relative;
	/*overflow: hidden;*/
	min-height: 100vh;
	/*opacity: 0;*/
}

/*.page.fadeIn {
	animation-timing-function: ease-out;
}

.page.fadeOut {
	animation-timing-function: ease-in;
}

[data-x-mode] .page {
	opacity: 1;
}*/

.page-header-1 .breadcrumbs-custom {
	background-color: transparent;
}

.page-header-1 .rd-navbar-classic.rd-navbar-static:not(.rd-navbar--is-stuck) {
	background-color: transparent;
}

.page-header-2 {
	position: relative;
	overflow: hidden;
}

.page-header-2::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fbf9f8;
	opacity: .6;
	pointer-events: none;
}

.page-header-2 .rd-navbar-classic.rd-navbar-static:not(.rd-navbar--is-stuck) {
	background-color: transparent;
}

.page-header-2-inner {
	padding-bottom: 40px;
}

.page-header-2-image-wrap {
	position: absolute;
	left: 42.2%;
	bottom: -30px;
}

@media (min-width: 576px) {
	.page-header-2-image-wrap {
		bottom: -92px;
	}
}

* + .page-header-2-main {
	padding-top: 25px;
}

* + .page-header-2-aside {
	padding-top: 25px;
}

@media (min-width: 576px) {
	.page-header-2 {
		display: flex;
	}
	.page-header-2-inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		min-height: 52.08333vw;
		padding-bottom: 60px;
	}
}

@media (min-width: 768px) {
	.page-header-2 {
		background-position: center 50%;
	}
	.page-header-2::before {
		opacity: .4;
	}
	* + .page-header-2-main {
		padding-top: 60px;
	}
	* + .page-header-2-aside {
		padding-top: 60px;
	}
}

@media (min-width: 1200px) {
	.page-header-2 {
		background-position: center 20%;
	}
	.page-header-2::before {
		display: none;
	}
	.page-header-2-inner {
		min-height: 100vh;
	}
	* + .page-header-2-main {
		padding-top: 70px;
	}
	* + .page-header-2-aside {
		padding-top: 70px;
	}
}

@media (min-width: 2050px) {
	.page-header-2-inner {
		min-height: 1000px;
	}
}

/*
* Text styling
*/
.text-italic {
	font-style: italic;
}

.text-normal {
	font-style: normal;
}

.text-underline {
	text-decoration: underline;
}

.text-strike {
	text-decoration: line-through;
}

.font-weight-thin {
	font-weight: 100;
}

.font-weight-light {
	font-weight: 300;
}

.font-weight-regular {
	font-weight: 400;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-sbold {
	font-weight: 600;
}

.font-weight-bold {
	font-weight: 700;
}

.font-weight-ubold {
	font-weight: 900;
}

.text-spacing-0 {
	letter-spacing: 0;
}

.text-primary {
	color: #8a8a8a !important;
}

.text-gray-300 {
	color: #bebebe;
}

.text-gray-500 {
	color: #8a8a8a;
}

.text-gray-800 {
	color: #323246;
}

.text-gray-900 {
	color: #151515;
}

.context-dark .text-gray-300, .bg-gray-900 .text-gray-300, .bg-primary .text-gray-300 {
	color: #bebebe;
}

.context-dark .text-gray-800, .bg-gray-900 .text-gray-800, .bg-primary .text-gray-800 {
	color: #fbf9f8;
}

.context-dark .text-gray-900, .bg-gray-900 .text-gray-900, .bg-primary .text-gray-900 {
	color: #ffffff;
}

.text-block-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 680px;
}

.text-block-1 * + h3 {
	margin-top: 30px;
}

.text-block-1 * + .big {
	margin-top: 20px;
}

.text-block-1 * + .link-btn {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.text-block-1 * + h3 {
		margin-top: 15px;    font-weight: 600; font-size:34px;
	}
	.text-block-1 * + .big {
		margin-top: 15px;
		color: #000;
	}
	.text-block-1 * + .link-btn {
		margin-top: 70px;
	}
}

@media (min-width: 1600px) {
	.text-block-1 * + h3 {
		margin-top: 136px;
	}
	.text-block-1 * + .big {
		margin-top: 50px;
	}
	.text-block-1 * + .link-btn {
		margin-top: 140px;
	}
}

/*
* Offsets
*/
* + p {
	margin-top: 15px;
}

h2 + h5 {
	margin-top: 10px;
}

h2 + p,
.heading-2 + p {
	margin-top: 12px;
}

h3 + p,
.heading-3 + p {
	margin-top: 14px;
}

p + h2,
p + .heading-2 {
	margin-top: 15px;
}

h2 + h5,
h2 + .heading-5,
.heading-2 + h5,
.heading-2 + .heading-5 {
	margin-top: 12px;
}

h6 + h2,
h6 + .heading-2,
.heading-6 + h2,
.heading-6 + .heading-2 {
	margin-top: 15px;
}

h6 + h1 {
	margin-top: 10px;
}

p + p {
	margin-top: 22px;
}

img + p {
	margin-top: 15px;
}

h3 + img {
	margin-top: 42px;
}

* + .row {
	/* margin-top: 30px; */
}

* + .big {
	margin-top: 20px;
}

* + .text-block {
	margin-top: 30px;
}

* + .group {
	margin-top: 30px;
}

.quote-modern + .group {
	margin-top: 58px;
}

* + .button {
	/* margin-top: 40px; */
}

* + .rd-form {
	margin-top: 30px;
}

* + .owl-carousel {
	margin-top: 30px;
}

html .h-custom-1 + * {
	margin-top: 20px;
}

html .h-custom-2 + * {
	margin-top: 25px;
}

.row + h3,
.row + .heading-3 {
	margin-top: 80px;

}

.text-xl + h3,
.text-xl + .heading-3 {
	margin-top: 15px;
}

.table-custom-responsive + hr {
	margin-top: 20px;
}

hr + .form-wrap {
	margin-top: 20px;
}

.container + .container {
	margin-top: 35px;
}

.row + .row {
	/* margin-top: 35px; */
}

* + .mt0 {
	margin-top: 0;
}

* + .offset-top-1 {
	margin-top: 15px;
}

* + .offset-top-2 {
	margin-top: 30px;
}

* + .offset-top-3 {
	margin-top: 15px;
}

* + .offset-top-4 {
	margin-top: 25px;
}

* + .offset-top-5 {
	margin-top: 20px;
}


html * + .offset-top-type-1 {
	margin-top: 35px;
}

html * + .offset-top-type-2 {
	margin-top: 35px;
}

html * + .offset-top-type-3 {
	margin-top: 35px;
}

html * + .offset-top-type-4 {
	margin-top: 35px;
}

.section-padding2 {
	padding: 180px 0 90px 0;
}

[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
	position: relative;
	z-index: 2;
}

@media (min-width: 768px) {
	* + .row {
		/* margin-top: 40px; */
	}
	html .h-custom-1 + * {
		margin-top: 35px;
	}
	html .h-custom-2 + * {
		margin-top: 30px;
	}
	h6 + h1 {
		margin-top: 19px;
	}
	h2 + h5,
	h2 + .heading-5,
	.heading-2 + h5,
	.heading-2 + .heading-5 {
		margin-top: 20px;
	}
	h6 + h2,
	h6 + .heading-2,
	.heading-6 + h2,
	.heading-6 + .heading-2 {
		margin-top: 24px;
	}
	h2 + .rd-form,
	.heading-2 + .rd-form {
		margin-top: 35px;
	}
	h2 + .group,
	.heading-2 + .group {
		margin-top: 40px;
	}
	h3 + p,
	.heading-3 + p {
		margin-top: 22px;
	}
	h3 + .group-xl,
	.heading-3 + .group-xl {
		margin-top: 45px;
	}
	.text-xl + h3,
	.text-xl + .heading-3 {
		margin-top: 25px;
	}
	h5 + .button,
	.heading-5 + .button {
		margin-top: 45px;
	}
	.rd-form + p {
		margin-top: 30px;
	}
	.owl-carousel + .button-lg,
	.row + .button-lg {
		margin-top: 45px;
	}
	.layout-2 + .owl-carousel {
		margin-top: 45px;
	}
	.table-custom-responsive + hr {
		margin-top: 30px;
	}
	hr + .form-wrap {
		margin-top: 40px;
	}
	* + .offset-top-2 {
		margin-top: 45px;
	}
	* + .offset-top-3 {
		margin-top: 20px;
	}
	* + .offset-top-4 {
		margin-top: 35px;
	}
	* + .offset-top-5 {
		margin-top: 40px;
	}
	html * + .offset-top-type-1 {
		margin-top: 55px;
	}
	html * + .offset-top-type-2 {
		margin-top: 55px;
	}
}

@media (min-width: 992px) {
	html * + .offset-top-type-3 {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	h2 + h5,
	h2 + .heading-5,
	.heading-2 + h5,
	.heading-2 + .heading-5 {
		margin-top: 29px;
	}
	h6 + h2,
	h6 + .heading-2,
	.heading-6 + h2,
	.heading-6 + .heading-2 {
		margin-top: 32px;
	}
	* + .row {
		/* margin-top: 60px; */
	}
	html .h-custom-1 + * {
		margin-top: 50px;
	}
	.owl-carousel + .button-lg,
	.row + .button-lg {
		margin-top: 70px;
	}
	.container + .container {
		margin-top: 60px;
	}

	

	.row + .row {
		/* margin-top: 60px; */
	}
	h2 + .group,
	.heading-2 + .group {
		margin-top: 60px;
	}
	h2 + .rd-form,
	.heading-2 + .rd-form {
		margin-top: 55px;
	}
	.form-wrap + .button {
		margin-top: 50px;
	}
	.layout-2 + .owl-carousel {
		margin-top: 65px;
	}
	* + .offset-top-1 {
		    margin-top: 10px; margin-bottom:10px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
	}
	* + .offset-top-2 {
		margin-top: 70px;
	}
	* + .offset-top-3 {
		margin-top: 35px;
	}
	* + .offset-top-4 {
		margin-top: 50px;
	}
	html * + .offset-top-type-1 {
		margin-top: 100px;
	}
	html * + .offset-top-type-2 {
		margin-top: -100px;
	}
}

@media (min-width: 1600px) {
	h6 + p {
		margin-top: 11px;
	}
	h6 + h1 {
		margin-top: 29px;
	}
	* + .row {
		margin-top: 70px;
	}
}

.row-0 {
	margin-bottom: 0;
}

.row-0:empty {
	margin-bottom: 0;
}

.row-0 > * {
	margin-bottom: 0;
}

.row-10 {
	margin-bottom: -10px;
}

.row-10:empty {
	margin-bottom: 0;
}

.row-10 > * {
	margin-bottom: 10px;
}

.row-15 {
	margin-bottom: -15px;
}

.row-15:empty {
	margin-bottom: 0;
}

.row-15 > * {
	margin-bottom: 15px;
}

.row-20 {
	margin-bottom: -20px;
}

.row-20:empty {
	margin-bottom: 0;
}

.row-20 > * {
	margin-bottom: 20px;
}

.row-30 {
	margin-bottom: -30px;
}

.row-30:empty {
	margin-bottom: 0;

}


.row-30 > * {
	margin-bottom: 30px;
}

.row-40 {
	margin-bottom: -40px;
}

.row-40:empty {
	margin-bottom: 0;
}

.row-40 > * {
	margin-bottom: 40px;
}

.row-50 {
	margin-bottom: -50px;
}

.row-50:empty {
	margin-bottom: 0;
}

.row-50 > * {
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	.row-md-30 {
		margin-bottom: -30px;
	}
	.row-md-30:empty {
		margin-bottom: 0;
	}
	.row-md-30 > * {
		margin-bottom: 30px;
	}
	.row-md-50 {
		margin-bottom: -50px;
	}
	.row-md-50:empty {
		margin-bottom: 0;
	}
	.row-md-50 > * {
		margin-bottom: 50px;
	}
}

@media (min-width: 992px) {
	.row-lg-25 {
		margin-bottom: -25px;
	}
	.row-lg-25:empty {
		margin-bottom: 0;
	}
	.row-lg-25 > * {
		margin-bottom: 25px;
	}
	.row-lg-50 {
		margin-bottom: -50px;
	}
	.row-lg-50:empty {
		margin-bottom: 0;
	}
	.row-lg-50 > * {
		margin-bottom: 50px;
	}
}

@media (min-width: 1200px) {
	.row-xl-40 {
		margin-bottom: -40px;
	}
	.row-xl-40:empty {
		margin-bottom: 0;
	}
	.row-xl-40 > * {
		margin-bottom: 40px;
	}
	.row-xl-60 {
		margin-bottom: -60px;
	}
	.row-xl-60:empty {
		margin-bottom: 0;
	}
	.row-xl-60 > * {
		margin-bottom: 60px;
	}
	.row-xl-70 {
		margin-bottom: -70px;
	}
	.row-xl-70:empty {
		margin-bottom: 0;
	}
	.row-xl-70 > * {
		margin-bottom: 70px;
	}
	.row-xl-80 {
		margin-bottom: -80px;
	}
	.row-xl-80:empty {
		margin-bottom: 0;
	}
	.row-xl-80 > * {
		margin-bottom: 80px;
	}
}

.mt-50 {
	margin-top: 50px;
}

@media (min-width: 768px) {
	.mt-md-30 {
		margin-top: 30px;
	}
}

/*
* Sections
*/
.section-xs {
	padding: 25px 0;
}

.section-sm,
.section-md,
.section-lg,
.section-lg-2,
.section-xl {
	padding: 50px 0;
}

.section-1 {
	padding: 70px 0;
}

.section-collapse + .section-collapse {
	padding-top: 0;
}

.section-collapse:last-child {
	padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
	padding-bottom: 0;
}

@media (max-width: 575.98px) {
	section.section-sm:first-of-type,
	section.section-md:first-of-type,
	section.section-lg:first-of-type,
	section.section-xl:first-of-type,
	section.section-xxl:first-of-type {
		padding-top: 40px;
	}
}

@media (min-width: 768px) {

	.section-sm {
		padding: 60px 0;
	}
	.section-md {
		padding: 70px 0;
	}
	.section-lg {
		padding: 40px 0;
	}
	.section-lg-2 {
		padding: 85px 0 28px;
	}
	.section-xl {
		padding: 90px 0;
	}
	.section-1 {
		padding: 100px 0;
	}
}

@media (min-width: 992px) {
	.section-md {
		padding: 80px 0 90px;
	}
	.section-lg {
		padding: 30px 0;
	}
	.section-lg-2 {
		padding: 119px 0 28px;
	}
	.section-xl {
		padding: 110px 0;
	}
	.section-1 {
		padding: 160px 0;
	}
}

@media (min-width: 1200px) {
	.section-lg {
		padding: 40px 0 40px;
	}
	.section-xl {
		padding: 135px 0;
	}

}

@media (min-width: 1600px) {
	.section-1 {
		padding: 225px 0;
	}
}

.section-single {
	display: flex;
	text-align: center;
}

.section-single p,
.section-single .countdown-wrap {
	margin-left: auto;
	margin-right: auto;
}

.section-single .rd-mailform-wrap {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-single * + .rd-mailform-wrap {
	margin-top: 20px;
}

.section-single * + .rights {
	margin-top: 35px;
}

.section-single .countdown-wrap + * {
	margin-top: 20px;
}

@media (min-width: 992px) {
	.section-single * + .rights {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	.section-single * + .rd-mailform-wrap {
		margin-top: 35px;
	}
	.section-single .countdown-wrap + * {
		margin-top: 45px;
	}
}

.section-single-header {
	padding: calc(1em + 2vh) 0 calc(1em + 2vh);
}

.section-single-main {
	padding: calc(1em + 4vh) 0;
}

.section-single-footer {
	padding: calc(1em + 2vh) 0 calc(1em + 2vh);
}

.section-single-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh;
}

.section-single-inner > * {
	width: 100%;
}

@supports (display: grid) {
	.section-single-inner {
		display: grid;
		justify-items: center;
		align-content: space-between;
		grid-template-columns: 1fr;
	}
}

.section-triangle {
	position: relative;
}

.section-triangle::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 50%, 0) rotate(45deg);
	bottom: 0;
	width: 26px;
	height: 26px;
	background: inherit;
	border-radius: 0;
}

@media (max-width: 767.98px) {
	.section-social .button-icon {
		font-size: 0;
	}
	.section-social .button-icon .icon {
		font-size: 30px;
	}
}

.section-overlap-outer {
	position: relative;
}

.rd-navbar-static-linked .section-overlap-outer .rd-navbar-wrap {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1080;
}

.section-overlap-outer .rd-navbar-static.rd-navbar-simple {
	background-color: transparent;
}

.section-overlap {
	position: relative;
	padding: 40px 0;
}

.section-overlap .row {
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-end;
}

.section-overlap [class*='col'] {
	flex-basis: auto;
}

.section-overlap * + [class*='col'] {
	margin-top: 25px;
}

.section-overlap * + .col-offset-1 {
	margin-top: 20px;
}

.section-overlap-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.section-overlap-content {
	position: relative;
	z-index: 1;
}

.rd-navbar-static-linked .section-overlap {
	padding-top: 185px;
}

@media (max-width: 767.98px) {
	.section-overlap-content {
		padding: 0 15px;
	}
	.section-overlap-content .container {
		padding-top: 20px;
		padding-bottom: 20px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
		border-radius: 0;
	}
	.section-overlap-content .container > * {
		max-width: 380px;
	}
}

@media (max-width: 767.98px) and (min-width: 576px) {
	.section-overlap-content .container {
		padding: 40px 50px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.section-overlap-image::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;

		left: 0;
		z-index: 1;
		pointer-events: none;
		background: linear-gradient(to left, rgba(251, 249, 248, 0.4), rgba(251, 249, 248, 0));
	}
}

@media (min-width: 768px) {
	.section-overlap {
		padding: 75px 0;
	}
	.section-overlap * + [class*='col'] {
		margin-top: 30px;
	}
	.section-overlap * + .col-offset-1 {
		margin-top: 40px;
	}
	.section-overlap-image {
		background-position: 80% 50%;
		width: calc(50% - 60px + 35px);
	}
}

@media (min-width: 992px) {
	.section-overlap {
		padding: 100px 0;
	}
	.section-overlap-image {
		width: calc(50% - -80px - 45px);
	}
	.ie-10 .section-overlap .col-lg-7,
	.ie-11 .section-overlap .col-lg-7 {
		max-width: 64%;
	}
}

@media (min-width: 1200px) {
	.section-overlap * + [class*='col'] {
		margin-top: 38px;
	}
	.section-overlap-image {
		width: calc(50% - -99.16667px + 15px);
	}
}

@media (min-width: 1600px) {
	.section-overlap {
		padding: 140px 0 170px;
	}
}

@media screen and (max-width: 767px) {
	.section-padding2 {
		padding-top: 20px !important;
	}
}

	/* Intro */
	.srch-area-in {
		padding: 0px 15px;
		margin-bottom: 0px;
		position: relative; /*top: -90px;z-index: 1;*/
	}

	.srch-area-in2 {
		padding: 0px 15px;
		margin-bottom: 0px;
		position: relative;
		height: auto; /*top: -90px;z-index: 1;*/
		height: 100px;
	}

	.srch-area-in .col-xl-2, .srch-area-in .col-xl-3, .srch-area-in .col-xl-4, .srch-area-in .col-lg-3, .srch-area-in col-md-6, .srch-area-in col-md-12, .srch-area-in col-sm-6 {
		
	}

	.srch-area-in2 .col-xl-2, .srch-area-in2 .col-xl-3, .srch-area-in2 .col-xl-4, .srch-area-in2 .col-lg-3, .srch-area-in2 col-md-6, .srch-area-in2 col-md-12, .srch-area-in2 col-sm-6 {
	
	}

	.srch-frm {
		/*background: #ffe4b1;*/
		width: 90%;
		margin: 0px auto;
		background: #fff;
		/*background: rgb(204,46,57);
	background: -moz-linear-gradient(-45deg,  rgba(204,46,57,1) 0%, rgba(206,0,15,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(204,46,57,1) 0%,rgba(206,0,15,1) 100%);
	background: linear-gradient(135deg,  rgba(204,46,57,1) 0%,rgba(206,0,15,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2e39', endColorstr='#ce000f',GradientType=1 );*/
		padding: 0px 0px 0px 20px;
		border-radius: 50px;
		box-shadow: 0 20px 40px 0 rgb(5 16 54 / 7%);
		position: relative;
		top: -30px;
		z-index: 9;
	}

	.srch-box {
	}

		.srch-box::after {
			content: "";
			position: absolute;
			top: 50%;
			right: 0;
			transform: translateY(-50%);
			width: 1px;
			height: 40px;
			background: #ccc;
		}

		.srch-box.remove-after::after {
			content: unset
		}

	.srch-frm p {
		color: #040404;
		margin-bottom: 10px;
	}

	.srch-frm label {
		font-size: 14px;
	}

	.srch-frm input, .srch-frm select {
		background: #fff;
		border-radius: 0px 0px 0px 0px;
		padding: 20px 0px;
		width: 100%;
		/*border: 1px solid #f0f0f0;*/
		border-bottom: none;
		border-top: none;
		border-left: none;
		border-right: none;
		outline: none;
		height: auto;
		font-weight: 500 !important;
		color: #333;
		font-size: 16px;
	}

		.srch-frm input:focus, .srch-frm input:active {
			border-bottom: none;
			border-top: none;
			border-left: none;
			border-right: none;
			outline: none;
		}

		.srch-frm input::-webkit-calendar-picker-indicator {
			display: none !important;
		}

	.srch-frm .srch-btn {
		padding-top: 0px;
		padding-right: 0px !important;
	}

		.srch-frm .srch-btn a {
			text-align: center;
			width: 100% !important;
			font-size: 16px;
			text-transform: uppercase;
			color: #fff;
			font-weight: 500;
			background: #d0422e;
			position: relative;
			display: inline-block;
			padding: 20px 10px;
			/*height: 46px;*/
			border-radius: 0px 50px 50px 0px;
		}

			.srch-frm .srch-btn a:hover {
				background: #c62e19;
			}
	
	.featured-col {
		width: 50%;
		padding-top: 0px;
		padding-bottom: 10px;
		margin: 0px auto;
	}

	.featured-icon-horizontal-01 {
		position: relative;
		line-height: 1.5;
	}

		.featured-icon-horizontal-01 h6 {
			font-size: 16px;
		}

		.featured-icon-horizontal-01 h5, .featured-icon-horizontal-01 h6 {
			font-weight: 300;
			font-size: 14px;
			line-height: 1.25;
			margin: 0 0 15px;
		}

		.featured-icon-horizontal-01 .icon-font {
			/* width: 60px; */
			/* height: 60px; */
			/* line-height: 60px; */
			/* text-align: center; */
			/* border-radius: 50%; */
			/* background-color: #f5f5f5; */
			font-size: 34px;
			float: left;
			margin-right: 10px;
		}

			.featured-icon-horizontal-01 .icon-font i img {
				width: 40px;
				height: 40px;
			}

		.featured-icon-horizontal-01 .content {
			margin-left: 45px;
			padding-top: 10px;
		}

			.featured-icon-horizontal-01 .content p {
				font-size: 14px;
				letter-spacing: 1px;
			}
	/******************/
	.featured-image-grid-item {
		box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
		transition: all 0.3s ease-out;
		overflow: hidden;
		border-radius: 8px;
		position: relative;
		background-color: #FFF;
		margin-bottom: 30px;
	}

		.featured-image-grid-item:hover {
			box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
			z-index: 1;
		}

		.featured-image-grid-item .image img {
			width: 100%;
			height: 240px; /* object-fit: cover; */
		}

		.featured-image-grid-item .content {
			padding: 15px;
			line-height: 1.45;
		}

	.cols-lg-3 .featured-image-grid-item .content p {
		font-size: 14px;
		letter-spacing: 0;
	}

	.featured-image-grid-item .item-highlight {
		font-size: 12px;
		line-height: 1;
		text-transform: uppercase;
		display: block;
	}

		.featured-image-grid-item .item-highlight span {
			font-weight: 700;
			font-size: 35px;
			display: block;
		}

	.featured-image-grid-item .item-expire {
		display: inline-block;
		border: 2px dashed #E5E5E5;
		padding: 7px 5px 5px;
		line-height: 1.15;
		font-weight: 500;
		font-size: 12px;
	}

	.featured-image-grid-item .act-as-btn {
		font-size: 13px;
		line-height: 1;
		
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 500;
		margin-bottom: -60px;
		margin-top: 45px;
		transition: all 0.3s ease-out;
	}

	.featured-image-grid-item.with-highlight:hover {
		margin-bottom: -30px;
	}

	.featured-image-grid-item:hover .act-as-btn {
		margin-bottom: 0;
		margin-top: 15px;
	}

	.featured-image-grid-item h5 {
		font-size: 18px;
		font-weight: 500;
		line-height: 22px;
		color: #ce061a;
		padding-bottom: 5px;
	}

	.featured-image-grid-item p {
		margin-top: 0px;
		font-weight: 400;
		font-size: 14px;
	}
	/*******************/
	.flexdatalist-results {
		position: absolute;
		top: 0;
		left: 0;
		border: 1px solid #444;
		border-top: none;
		background: #fff;
		z-index: 100000;
		max-height: 300px;
		overflow-y: auto;
		box-shadow: 0 4px 5px rgba(0,0,0,.15);
		color: #333;
		list-style: none;
		margin: 0;
		padding: 0
	}

		.flexdatalist-results li {
			border-bottom: 1px solid #ccc;
			padding: 8px 15px;
			font-size: 14px;
			line-height: 20px
		}

			.flexdatalist-results li span.highlight {
				font-weight: 700;
				font-size: 16px;
				color: #f58505;
				text-decoration: underline
			}

			.flexdatalist-results li.active {
				background: #f8ebd0;
				color: #000;
				cursor: pointer
			}

			.flexdatalist-results li.no-results {
				font-style: italic;
				color: #888
			}

			.flexdatalist-results li.group {
				background: #F3F3F4;
				color: #666;
				padding: 8px 8px
			}

			.flexdatalist-results li .group-name {
				font-weight: 700
			}

			.flexdatalist-results li .group-item-count {
				font-size: 85%;
				color: #777;
				display: inline-block;
				padding-left: 10px
			}

	.flexdatalist-multiple:before {
		content: '';
		display: block;
		clear: both
	}

	.flexdatalist-multiple {
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: left;
		cursor: text
	}

		.flexdatalist-multiple.disabled {
			background-color: #eee;
			cursor: default
		}

		.flexdatalist-multiple:after {
			content: '';
			display: block;
			clear: both
		}

		.flexdatalist-multiple li {
			display: inline-block;
			position: relative;
			margin: 5px;
			float: left
		}

			.flexdatalist-multiple li.input-container, .flexdatalist-multiple li.input-container input {
				border: none;
				height: auto;
				padding: 0 0 0 4px;
				line-height: 24px
			}

			.flexdatalist-multiple li.value {
				display: inline-block;
				padding: 2px 25px 2px 7px;
				background: #eee;
				border-radius: 3px;
				color: #777;
				line-height: 20px
			}

			.flexdatalist-multiple li.toggle {
				cursor: pointer;
				transition: opacity ease-in-out 300ms
			}

				.flexdatalist-multiple li.toggle.disabled {
					text-decoration: line-through;
					opacity: .8
				}

			.flexdatalist-multiple li.value span.fdl-remove {
				font-weight: 700;
				padding: 2px 5px;
				font-size: 20px;
				line-height: 20px;
				cursor: pointer;
				position: absolute;
				top: 0;
				right: 0;
				opacity: .7
			}

				.flexdatalist-multiple li.value span.fdl-remove:hover {
					opacity: 1
				}
	/*********************/
	.intro {
		position: relative;
		padding: 40px 0 0;
	}

	.intro-inner {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 10%;
		z-index: -1;
	}

	.intro-image {
		/*position: relative;
	z-index: -1;*/
		/*margin-top: -155px;*/
		/*opacity: .4;*/ opacity: 1;
	}

	.intro-bnr img {
		width: 100%;
	}

	.intro-txt {
		z-index: 1; /* border:1px dashed red; */
		padding-bottom: 40px;
		position: absolute;
		bottom: 0;
		width: 70%;
		margin: 0px auto;
		left: 0px;
		right: 0px;
		text-align: center;
	}

		.intro-txt h1 {
			color: #ffffff;
			font-size: 36px;
			font-weight: 700;
		}

		.intro-txt p {
			color: #fff;
			font-size: 16px;
			font-weight: 300;
			padding-bottom: 20px;
		}

	.intro-bnr { /*border:1px dashed red;*/
		width: 100%;
		position: relative;
		/*z-index: -1;*/
		/*margin-top: -155px;*/ margin-top: 0px;
	}

	.pg-bnr { /*border:1px dashed red;*/
		width: 100%;
		position: relative;
		/*z-index: -1;*/
		/*margin-top: -155px;*/ margin-top: 0px;
	}

		.pg-bnr img {
			width: 100%;
			height: auto;
			max-height: 450px;
		}

	.masthead.-type-1 .masthead__bg:after {
		content: "";
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(270deg,rgba(5,16,54,.5),#051036 72.43%);
		opacity: .85;
	}
	/************/
	.pkgs-box {
		box-shadow: 0 0px 10px rgb(0 0 0 / 5%);
		padding: 0px;
		background: #fff;
		border-radius: 8px;
		display: inline-block;
		width: 100%;
		border: 1px solid #ececec;
		margin-top: 10px;
	}

	.pkgs-col .owl-item {
		padding: 0px 2px;
	}

	.pkgs-box .img {
		float: left;
		width: 100%;
		background: #f7f7f7;
	}

		.pkgs-box .img img {
			width: 100%;
			height: 180px;
			background: #f7f7f7;
			border-radius: 5px 5px 0px 0px;
		}

	.pkgs-box .con {
		float: left;
		width: 100%;
		padding: 15px 15px 15px 15px;
	}
		/*.pkgs-box .con h3{
    margin-bottom: 0px;
    font-size:16px;
    font-weight: 600;
    line-height: 20px;
    }*/
		.pkgs-box .con a {
			color: #333;
			margin-bottom: 0px;
			font-size: 15px;
			font-weight: 600;
			line-height: 20px;
			display: inline-block;
		}

			.pkgs-box .con a:hover {
				text-decoration: underline;
				color: #d50c1a;
			}

		.pkgs-box .con h6 {
			margin-bottom: 0px;
			font-size: 13px;
			color: #1395af;
			font-weight: 600;
			line-height: 12px;
		}

		.pkgs-box .con ul {
			margin: 0;
			padding: 0;
		}

			.pkgs-box .con ul li {
				display: inline-block;
				position: relative;
				padding-right: 20px;
				line-height: 22px;
				font-size: 13px;
				font-weight: 400;
				font-weight: 500;
				color: #656565;
			}

				.pkgs-box .con ul li::after {
					content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢";
					position: absolute;
					right: 3px;
					font-size: 14px;
					color: #858585;
				}

				.pkgs-box .con ul li:last-child {
					padding-right: 0;
				}

					.pkgs-box .con ul li:last-child::after {
						display: none;
					}

	.pkgs-box .pkgs-btn {
		margin-top: 10px;
	}

		.pkgs-box .pkgs-btn a {
			border: 1px solid #d50c1a;
			color: #d50c1a;
			background: #fff;
			font-weight: 600;
			font-size: 14px;
			padding: 5px 15px;
			border-radius: 5px;
		}

			.pkgs-box .pkgs-btn a:hover {
				border: 1px solid #d50c1a;
				color: #fff;
				background: #d50c1a;
				font-weight: 600;
				font-size: 14px;
			}

	.price-pkgs {
		text-align: left;
	}

		.price-pkgs .price-from {
			font-size: 12px;
			text-transform: none;
			text-align: left;
			display: block;
			color: #666;
			line-height: 15px;
			font-weight: 300;
			padding-bottom: 0px;
		}

		.price-pkgs .price-num {
			color: #535353;
			font-size: 16px;
			font-weight: 600;
		}

			.price-pkgs .price-num:before {
				content: "\f156";
				font: normal normal normal 14px/1 FontAwesome;
				margin-right: 2px;
			}

			.price-pkgs .price-num i {
				font-size: 13px;
				margin-right: 2px;
				position: relative;
				top: -1px;
			}

		.price-pkgs span.old-price {
			text-decoration: line-through;
			font-size: 13px;
			color: #878787;
			margin-right: 5px;
			padding-left: 5px;
			font-weight: 400 !important;
		}

			.price-pkgs span.old-price:before {
				content: "\f156";
				font: normal normal normal 11px/1 FontAwesome;
				text-decoration: none;
				margin-right: 2px;
			}

			.price-pkgs span.old-price i {
				font-size: 10px;
				margin-right: 2px;
				position: relative;
				top: -1px;
			}
	/************/
	.image-caption-01 {
		-moz-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		overflow: hidden;
		font-size: 13px;
		background-color: #FFF;
		padding: 5px;
		box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
	}

		.image-caption-01:hover {
			box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
			transform: scale(1.025);
		}

		.image-caption-01 img {
			border-radius: 3px;
		}

		.image-caption-01 .overlay-holder {
			border-radius: 3px;
			transition: all 0.3s ease-out;
		}

		.image-caption-01 .caption-inner h4, .image-caption-01 .caption-inner h5, .image-caption-01 .caption-inner h6 {
			width: 100%;
			color: #ffeb00;
			color: #ffffff;
			line-height: 1;
			background: rgb(206, 6, 26,0.8);
			margin: 0;
			padding: 5px 5px;
			text-transform: uppercase;
			display: inline-block;
			letter-spacing: 2px;
			font-size: 18px;
		}

	.caption-inner span {
		font-weight: 300;
		padding-top: 5px;
		font-size: 13px;
	}

		.caption-inner span strong {
			font-weight: 600;
			font-size: 16px;
		}

	.image-caption-01 .wider img {
		height: 250px;
		object-fit: cover;
	}

	.image-caption-01 .higher img {
		height: 300px;
		width: 100%;
		object-fit: cover;
	}

	.image-caption-01:hover .overlay-holder.opacity-2 {
		opacity: 0.5;
	}

	.places-block {
		padding-left: 10px;
		padding-right: 10px;
	}

	.review-cont {
		width: 100%;
		padding: 20px;
		/*border: 1px solid #e4e4e4;*/
		margin: 0px 10px;
		background: #fff;
		border-radius: 10px;
		text-align: center;
		box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
	}

		.review-cont h5 {
			color: #000;
			font-weight: 600;
			text-align: center;
			padding-bottom: 0px;
			margin-bottom: 0;
		}
		/*.review-cont h5:before {
    content: "\f10d";
    font: normal normal normal 20px/1 FontAwesome;
    font-size: inherit;
    padding-right: 5px;
    color: #f7e77a;
    font-size: 20px;
    text-rendering: auto;
}*/
		.review-cont p {
			font-size: 14px;
			line-height: 24px;
			/* font-style: italic; */
			color: #5c5c5c;
			font-weight: 400;
			text-align: center;
			padding-bottom: 0;
			margin-bottom: 0;
			margin-top: 5px;
		}

		/*.review-cont p:after {
    content: "\f10e";
    font: normal normal normal 20px/1 FontAwesome;
    font-size: inherit;
    padding-left: 5px;
    color: #f7e77a;
    font-size: 20px;
    text-rendering: auto;
}*/
		.review-cont h6 {
			font-size: 16px;
			padding-top: 10px;
			padding-bottom: 0;
			margin-bottom: 0;
			line-height: 22px;
			color: #3f8b51;
			font-weight: 500;
			text-align: center;
		}

			.review-cont h6 span {
				font-size: 14px;
				line-height: 22px;
				color: #666;
				font-weight: 300
			}

	.review-ratng {
		width: 100%;
		margin-bottom: 0px;
	}

		.review-ratng i {
			color: #ffb54d;
			font-size: 14px;
			padding-right: 5px;
		}

	.review-on {
		margin-top: 5px;
	}

		.review-on b {
			font-size: 14px;
			color: #666;
			line-height: 16px;
			font-weight: 500;
		}

		.review-on img {
			width: 16px;
			margin-right: 5px;
		}

	@media (min-width: 992px) {
		.intro {
			padding: 0px 0 0;
		}
	}

	@media (min-width: 1200px) {
		.intro-image {
			opacity: 1;
		}
	}

	@media (min-width: 1600px) {
		.intro {
			padding: 0px 0 0;
		}
	}

	/*
* Grid modules
*/
	.grid-demo {
		text-align: center;
	}

		.grid-demo p {
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

		.grid-demo * + p {
			margin-top: 5px;
		}

		.grid-demo .row + .row {
			margin-top: 0;
		}

	@media (min-width: 1200px) {
		.grid-demo {
			text-align: left;
		}

			.grid-demo p {
				white-space: normal;
				overflow: visible;
				text-overflow: unset;
			}

			.grid-demo * + p {
				margin-top: 20px;
			}
	}

	.grid-demo-1 [class*='col'] {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	@media (min-width: 768px) {
		.grid-demo-1 [class*='col'] {
			padding-top: 20px;
			padding-bottom: 20px;
		}
	}

	.grid-demo-2 [class*='col'] {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	@media (min-width: 768px) {
		.grid-demo-2 [class*='col'] {
			padding-top: 20px;
			padding-bottom: 20px;
		}
	}

	@media (min-width: 1600px) {
		.grid-demo-2 {
			padding-left: 60px;
			padding-right: 60px;
		}
	}

	.row-flex > [class*='col'] {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

		.row-flex > [class*='col'] > * {
			flex-grow: 1;
			flex-shrink: 0;
		}

	@media (min-width: 1200px) {
		.container-wide {
			max-width: 100%;
		}
	}

	@media (min-width: 1600px) {
		.container-wide {
			max-width: 1600px;
		}
	}

	@media (min-width: 480px) and (max-width: 575px) {
		.col-xs-6 {
			flex: 0 0 50%;
			max-width: 50%;
		}
	}

	.grid-1 {
		display: flex;
		flex-wrap: wrap;
		margin-left: -5px;
		margin-right: -5px;
		margin-bottom: -10px;
	}

	.grid-1-item {
		flex-basis: 33%;
		max-width: 110px;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
	}

	@media (min-width: 576px) and (max-width: 767.98px) {
		.grid-1-item {
			flex-basis: 20%;
		}
	}

	.range {
		display: flex;
		flex-wrap: wrap;
	}

	.cell-inner {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.range > [class*='cell'] {
		position: relative;
		width: 100%;
		min-height: 1px;
	}

		.range > [class*='cell'] > .row {
			margin: 0;
		}

		.range > [class*='cell'].container {
			padding: 0;
		}

	.range > [class*='col'] {
		padding: 0;
	}

	@media (min-width: 576px) {
		.cell-sm-6 {
			flex: 0 0 50%;
			max-width: 50%;
		}

			.cell-sm-6 .cell-inner {
				max-width: 270px;
			}

		.range > [class*='cell-sm']:nth-child(odd) .cell-inner {
			margin-left: auto;
		}

		.range.flex-sm-row-reverse > [class*='cell-sm']:nth-child(odd) .cell-inner {
			margin-left: 0;
		}

		.range.flex-sm-row-reverse > [class*='cell-sm']:nth-child(even) .cell-inner {
			margin-left: auto;
		}

		.range > [class*='cell-sm'].container {
			margin: 0;
		}
	}

	@media (min-width: 768px) {
		.range > [class*='cell-md']:nth-child(odd) .cell-inner {
			margin-left: auto;
		}

		.range.flex-md-row-reverse > [class*='cell-md']:nth-child(odd) .cell-inner {
			margin-left: 0;
		}

		.range.flex-md-row-reverse > [class*='cell-md']:nth-child(even) .cell-inner {
			margin-left: auto;
		}

		.range > [class*='cell-md'].container {
			margin: 0;
		}

		.cell-md-5 {
			flex: 0 0 calc(50% - 60px);
			max-width: calc(50% - 60px);
		}

			.cell-md-5 .cell-inner {
				max-width: 300px;
			}

		.cell-md-6 {
			flex: 0 0 50%;
			max-width: 50%;
		}

			.cell-md-6 .cell-inner {
				max-width: 360px;
			}
	}

	@media (min-width: 992px) {
		[class*='cell-lg'] > .row > [class*='col'] {
			flex-basis: 100%;
		}

		.cell-lg-5 {
			flex: 0 0 calc(50% - 80px);
			max-width: calc(50% - 80px);
		}

			.cell-lg-5 .cell-inner {
				max-width: 400px;
			}

		.cell-lg-6 {
			flex: 0 0 50%;
			max-width: 50%;
		}

			.cell-lg-6 .cell-inner {
				max-width: 480px;
			}

		.cell-inner-1 {
			padding-right: 70px;
		}

		.range > [class*='cell-lg']:nth-child(odd) .cell-inner {
			margin-left: auto;
		}

		.range.flex-lg-row-reverse > [class*='cell-lg']:nth-child(odd) .cell-inner {
			margin-left: 0;
		}

		.range.flex-lg-row-reverse > [class*='cell-lg']:nth-child(even) .cell-inner {
			margin-left: auto;
		}

		.range.flex-lg-row-reverse .cell-inner-1 {
			padding-right: 0;
			padding-left: 70px;
		}

		.range > [class*='cell-lg'].container {
			margin: 0;
		}
	}



	@media (min-width: 1200px) {
		.range > [class*='cell-xl'].container {
			margin: 0;
		}

		.range > [class*='cell-xl']:nth-child(odd) .cell-inner {
			margin-left: auto;
		}

		.cell-inner-1 {
			padding-right: 100px;
		}

		.range[class*='row-reverse'] .cell-inner-1 {
			padding-right: 0;
			padding-left: 100px;
		}

		.cell-xl-7 {
			flex: 0 0 calc(50% - -99.16667px);
			max-width: calc(50% - -99.16667px);
		}

			.cell-xl-7 .cell-inner {
				max-width: 694.16667px;
			}

		.cell-lg-6,
		.cell-xl-6 {
			flex: 0 0 50%;
			max-width: 50%;
		}

			.cell-lg-6 .cell-inner,
			.cell-xl-6 .cell-inner {
				max-width: 595px;
			}

		.cell-lg-5,
		.cell-xl-5 {
			flex: 0 0 calc(50% - 99.16667px);
			max-width: calc(50% - 99.16667px);
		}

			.cell-lg-5 .cell-inner,
			.cell-xl-5 .cell-inner {
				max-width: 495.83333px;
			}

		.cell-xl-4 {
			flex: 0 0 calc(50% - 198.33333px);
			max-width: calc(50% - 198.33333px);
		}

			.cell-xl-4 .cell-inner {
				max-width: 396.66667px;
			}
	}

	@media (min-width: 1600px) {
		.cell-xxl-6 {
			flex: 0 0 50%;
			max-width: 50%;
		}

			.cell-xxl-6 .cell-inner {
				max-width: 595px;
			}
	}

	/*
* Backgrounds
*/
	.context-dark, .bg-gray-900, .bg-primary {
		color: #bebebe;
	}

		.context-dark h1, .bg-gray-900 h1, .bg-primary h1, .context-dark h2, .bg-gray-900 h2, .bg-primary h2, .context-dark h3, .bg-gray-900 h3, .bg-primary h3, .context-dark h4, .bg-gray-900 h4, .bg-primary h4, .context-dark h5, .bg-gray-900 h5, .bg-primary h5, .context-dark h6, .bg-gray-900 h6, .bg-primary h6, .context-dark .h1, .bg-gray-900 .h1, .bg-primary .h1, .context-dark .h2, .bg-gray-900 .h2, .bg-primary .h2, .context-dark .h3, .bg-gray-900 .h3, .bg-primary .h3, .context-dark .h4, .bg-gray-900 .h4, .bg-primary .h4, .context-dark .h5, .bg-gray-900 .h5, .bg-primary .h5, .context-dark .h6, .bg-gray-900 .h6, .bg-primary .h6 {
			color: #ffffff;
		}

		.context-dark h5, .bg-gray-900 h5, .bg-primary h5,
		.context-dark .heading-5,
		.bg-gray-900 .heading-5,
		.bg-primary .heading-5 {
			color: #bebebe;
		}

		.context-dark .text-xl, .bg-gray-900 .text-xl, .bg-primary .text-xl {
			color: #ffffff;
		}

		.context-dark .brand .brand-logo-dark, .bg-gray-900 .brand .brand-logo-dark, .bg-primary .brand .brand-logo-dark {
			display: none;
		}

		.context-dark .brand .brand-logo-light, .bg-gray-900 .brand .brand-logo-light, .bg-primary .brand .brand-logo-light {
			display: block;
		}

		.context-dark .button-primary:hover, .bg-gray-900 .button-primary:hover, .bg-primary .button-primary:hover, .context-dark .button-primary:active, .bg-gray-900 .button-primary:active, .bg-primary .button-primary:active {
			color: #151515;
			background-color: #e9ebee;
			border-color: #e9ebee;
		}

		.context-dark .button-primary.button-raven::after, .bg-gray-900 .button-primary.button-raven::after, .bg-primary .button-primary.button-raven::after {
			background: #e9ebee;
		}

		.context-dark .button-primary.button-raven:hover, .bg-gray-900 .button-primary.button-raven:hover, .bg-primary .button-primary.button-raven:hover {
			background-color: #8a8a8a;
		}

		.context-dark .button-link::after, .bg-gray-900 .button-link::after, .bg-primary .button-link::after {
			background: #e9ebee;
		}

		.context-dark .button-link:hover, .bg-gray-900 .button-link:hover, .bg-primary .button-link:hover {
			color: #e9ebee;
		}

		.context-dark .button-load-1:hover .icon, .bg-gray-900 .button-load-1:hover .icon, .bg-primary .button-load-1:hover .icon {
			color: #ffffff;
		}

	/*
* Light Backgrounds
*/
	.bg-default {
		background-color: #ffffff;
	}

		.bg-default:not([style*="background-"]) + .bg-default:not([style*="background-"]) {
			padding-top: 0;
		}

	.bg-gray-50 {
		background-color: #fafafa;
	}

		.bg-gray-50:not([style*="background-"]) + .bg-gray-50:not([style*="background-"]) {
			padding-top: 0;
		}

	.bg-gray-80 {
		background-color: #f6f3f1;
	}

		.bg-gray-80:not([style*="background-"]) + .bg-gray-80:not([style*="background-"]) {
			padding-top: 0;
		}

	.bg-gray-100 {
		/*background-color: #fbf9f8;*/ background-color: #e3f4fb;
	}

	.bg-intro { /*background:#ff4747;*/
		/*background: #f2f9fe;

background: -moz-linear-gradient(top,  #f2f9fe 0%, #d6f0fd 100%);
background: -webkit-linear-gradient(top,  #f2f9fe 0%,#d6f0fd 100%);
background: linear-gradient(to bottom,  #f2f9fe 0%,#d6f0fd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 );*/
		/*background: #d6f9ff;
background: -moz-linear-gradient(top,  #d6f9ff 0%, #9ee8fa 100%);
background: -webkit-linear-gradient(top,  #d6f9ff 0%,#9ee8fa 100%);
background: linear-gradient(to bottom,  #d6f9ff 0%,#9ee8fa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9ff', endColorstr='#9ee8fa',GradientType=0 );*/
		background: #f0f9ff;
		background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
		background: -webkit-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%);
		background: linear-gradient(to bottom, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 );
	}

	.bg-gray-100:not([style*="background-"]) + .bg-gray-100:not([style*="background-"]) {
		padding-top: 0;
	}

	.bg-gray-200 {
		background-color: #f1f1f1;
	}

		.bg-gray-200:not([style*="background-"]) + .bg-gray-200:not([style*="background-"]) {
			padding-top: 0;
		}

	/*
* Dark Backgrounds
*/
	.bg-gray-900 {
		background-color: #151515;
	}

		.bg-gray-900:not([style*="background-"]) + .bg-gray-900:not([style*="background-"]) {
			padding-top: 0;
		}

		.bg-gray-900 .form-input {
			background: #ffffff;
		}

	.bg-color-gray-900 {
		background-color: #151515;
	}

		.bg-color-gray-900:not([style*="background-"]) + .bg-color-gray-900:not([style*="background-"]) {
			padding-top: 0;
		}

	/*
* Accent Backgrounds
*/
	.bg-primary {
		background-color: #8a8a8a;
	}

		.bg-primary:not([style*="background-"]) + .bg-primary:not([style*="background-"]) {
			padding-top: 0;
		}

		.bg-primary .button-primary, .bg-primary .button-primary:focus {
			color: #5e5e63;
			background-color: #ffffff;
			border-color: #ffffff;
		}

			.bg-primary .button-primary:hover, .bg-primary .button-primary:active {
				color: #ffffff;
				background-color: #151515;
				border-color: #151515;
			}

			.bg-primary .button-primary.button-raven::after {
				background: #151515;
			}

			.bg-primary .button-primary.button-raven:hover {
				background-color: #ffffff;
			}

	/*
* Background Image
*/
	.bg-image {
		background-size: cover;
		background-position: center center;
	}

	.bg-image-1 {
		background-position: 62% center;
	}

	@media (max-width: 767.98px) {
		.bg-image-1 {
			position: relative;
		}

			.bg-image-1::before {
				content: '';
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				background: #fbf9f8;
				opacity: .8;
			}
	}

	@media (min-width: 576px) {
		.bg-image-1 {
			background-position: 54% center;
		}
	}

	@media (min-width: 1200px) {
		.bg-image-1 {
			background-position: 62% center;
		}
	}

	.bg-image-2 {
		background-position: 25% center;
	}

	@media (max-width: 767.98px) {
		.bg-image-2 {
			position: relative;
		}

			.bg-image-2::before {
				content: '';
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				background: #151515;
				opacity: .8;
			}
	}

	@media (min-width: 576px) {
		.bg-image-2 {
			background-position: 55% center;
		}
	}

	@media (min-width: 1200px) {
		.bg-image-2 {
			background-position: 62% center;
		}
	}

	@media (min-width: 992px) {
		html:not(.tablet):not(.mobile) .bg-fixed {
			background-attachment: fixed;
		}
	}

	[class*='bg-overlay'] {
		position: relative;
	}

		[class*='bg-overlay']::before {
			content: '';
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			pointer-events: none;
			z-index: 1;
		}

		[class*='bg-overlay'] > * {
			position: relative;
			z-index: 1;
		}

	.bg-overlay-1::before {
		opacity: .5;
		background: #000000;
	}

	.bg-overlay-2::before {
		opacity: .7;
		background: #ffffff;
	}

	/*
* Utilities custom
*/
	.height-fill {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

		.height-fill > * {
			flex-grow: 1;
			flex-shrink: 0;
		}

		.height-fill .google-map-container {
			display: flex;
		}

	.object-inline {
		white-space: nowrap;
	}

		.object-inline > * {
			display: inline-block;
			min-width: 20px;
			vertical-align: top;
			white-space: normal;
		}

			.object-inline > * + * {
				margin-left: 5px;
			}

	.oh {
		position: relative;
		overflow: hidden;
	}


	@media (min-width: 1200px) {
		.f1 {
			width: 105%;
		}
	}

	.hedr-top {
		width: 100%;
		background: #F8F8F8;
		padding: 5px 10px;
		text-align: center;
		font-size: 15px;
		color: #626262;
		font-weight: 300;
	}

		.hedr-top a {
			color: #d54f00;
			font-weight: 600;
		}

			.hedr-top a:hover {
				color: #333;
				text-decoration: underline;
			}

	.nwsltr {
		background: #fff;
		text-align: center;
		padding: 30px 0px 0px 0px;
	}

		.nwsltr p {
			font-weight: 400;
			font-size: 20px;
			color: #3e3e3e;
			margin-bottom: 10px;
		}

		.nwsltr h6 strong {
			font-size: 34px;
			color: #3e3e3e;
		}

			.nwsltr h6 strong span {
				color: #d40b19;
				/* border-radius: 25px; */
				padding: 5px 20px;
			}

	.brnh h6 {
		font-weight: 600;
	}

	.brnh-cont {
		padding: 30px 30px;
	}

	.brnh-box {
		margin-bottom: 20px;
	}

		.brnh-box span {
			font-weight: 600;
			color: #000;
		}

			.brnh-box span img {
				width: auto;
				height: 25px;
				margin-right: 5px;
			}

		.brnh-box p {
			color: #333;
			font-weight: 400;
			font-size: 16px;
			margin-top: 10px;
		}

	.cont-info h4 {
		text-transform: none;
		font-weight: 400;
		font-size: 18px;
		color: #cd593c;
	}

	.map {
		width: 100%;
		margin-bottom: -10px;
	}

	.pg-cont {
		background: #fff;
	}

		.pg-cont h3 {
		}

		.pg-cont h4 {
		}

		.pg-cont p {
			font-size: 15px;
			color: #333;
			padding-bottom: 15px;
			font-weight: 400;
		}

	.pgsfty h4 {
		font-weight: 500;
		text-transform: uppercase;
	}

	.pgsfty p {
		font-size: 15px;
		color: #333;
		padding-bottom: 15px;
		font-weight: 400;
	}

	.thumbnail-ruby-main p {
		color: #fff;
		font-size: 14px;
	}

	.prdt-dtls { /*border:1px dashed red;*/
	}

		.prdt-dtls .row {
			margin-top: 20px;
		}

		.prdt-dtls h2 {
			margin-bottom: 0px !important;
			font-size: 30px;
		}

		.prdt-dtls h3 {
			margin-bottom: 20px;
		}

		.prdt-dtls h4 {
			margin-bottom: 20px;
		}

		.prdt-dtls p {
			font-size: 16px;
			color: #333;
			padding-bottom: 15px;
			font-weight: 400;
		}

		.prdt-dtls ul {
			padding-left: 20px;
		}

			.prdt-dtls ul li {
				font-weight: 400;
				font-size: 16px;
				color: #d08739;
				display: list-item;
				list-style: disc;
			}

		.prdt-dtls .product-simple {
			margin-bottom: 20px;
		}

	.pro-bnr {
		width: 100%;
		margin-bottom: 20px;
	}

		.pro-bnr .product-simple {
			margin-bottom: 0px;
		}

			.pro-bnr .product-simple img {
				width: 100%;
				max-width: 100%;
				height: 320px;
			}

	.prdt-tbl {
		margin-top: 0px;
	}

		.prdt-tbl .table-striped tbody tr:nth-of-type(odd) {
			background-color: rgb(255 219 179 / 50%);
		}

		.prdt-tbl td {
			padding: 10px 10px;
			font-size: 16px;
			font-weight: 500;
		}

	.qury-col {
		background: #fff;
		border-radius: 8px;
		padding: 20px;
		border: 1px solid rgb(221, 221, 221,0.5);
		box-shadow: 0px 6px 16px rgb(0 0 0 / 12%);
		display: flow-root;
		margin-bottom: 30px;
	}

		.qury-col h3 {
			font-weight: 500;
			font-size: 22px;
			text-transform: none;
			padding-bottom: 0px;
			margin-bottom: 0px;
			color: #252525;
		}

		.qury-col p {
			font-size: 16px;
			color: #666;
			font-weight: 400;
			padding-top: 0px;
			margin-top: 0px;
			padding-bottom: 15px;
			margin-bottom: 0px;
		}

	.qury-col-btn a {
		width: 100%;
		background: #008ac7;
		color: #fff;
		font-size: 16px;
		font-weight: 400;
		text-transform: uppercase;
		padding: 10px 20px;
		border-radius: 4px;
		text-align: center;
		display: inline-block;
		transition: all 0.5s ease-out 0s;
	}

		.qury-col-btn a:hover {
			background: #1158bf;
			text-decoration: none;
		}

	.qury-col-btn input {
		width: 100%;
		background: #ec5342;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		text-transform: uppercase;
		padding: 10px 20px;
		border-radius: 4px;
		text-align: center;
		display: inline-block;
		transition: all 0.5s ease-out 0s;
		outline: none;
		border: none;
	}

		.qury-col-btn input:hover {
			background: #d84636;
			text-decoration: none;
			outline: none;
			border: none;
		}

	.qury-col input, .qury-col select {
		height: 42px;
		font-size: 15px;
	}

	.prdct-lnk {
		width: 100%;
		background: #e3f4fb;
		border-radius: 4px;
		overflow: hidden; /*border: 1px solid rgb(221, 221, 221);*/ /*box-shadow:0px 6px 16px rgb(0 0 0 / 12%)*/
		;
	}

		.prdct-lnk ul {
			padding-left: 0px;
		}

			.prdct-lnk ul li {
				list-style: none;
				border-bottom: 1px solid rgb(221, 221, 221);
			}

				.prdct-lnk ul li a {
					padding: 5px 20px;
					width: 100%;
					display: block;
				}

				.prdct-lnk ul li:last-child {
					border-bottom: none;
				}

				.prdct-lnk ul li a:hover {
					color: #000;
					text-decoration: underline;
					background: #f0fbff;
				}

		.prdct-lnk h4 {
			background: #4876b7;
			color: #fff;
			text-transform: uppercase;
			font-weight: 500;
			padding: 10px 20px;
			font-size: 18px;
			margin-bottom: 0px;
		}

	.soclmda {
		width: 100%;
		text-align: left;
		margin: 15px 0 30px 0;
		background: none;
		padding: 0 0 0 0;
	}

		.soclmda h5 {
			font-size: 14px;
			color: #adadad;
			margin-bottom: 0;
			padding-top: 7px;
			padding-right: 10px;
			float: left;
			padding-bottom: 10px;
			text-transform: none;
			font-weight: 400;
		}

	.soclmda-social-nav {
		display: inline-block;
		list-style: outside none none;
		margin: 0;
		padding: 0
	}

		.soclmda-social-nav li {
			display: inline-block;
			margin: 0 0px;
			padding: 0;
		}

		.soclmda-social-nav a {
			cursor: pointer;
			display: inline-block;
			font-size: 15px;
			padding: 0;
			height: 35px;
			width: 35px;
			line-height: 35px;
			margin: 0;
			position: relative;
			text-align: center;
			text-decoration: none;
			transition: all 0.3s ease 0s;
			border-radius: 50%
		}

	.model-s a {
		margin: 0;
		padding: 0
	}

	.model-s .twitter {
		color: #fff;
		background: #00aced
	}

		.model-s .twitter:hover {
			color: #fff;
			background: #00aced;
			opacity: .8
		}

	.model-s .facebook {
		color: #fff;
		background: #3b579d
	}

	.model-2 .facebook:hover {
		color: #fff;
		background: #3b579d;
		opacity: .8
	}

	.model-s .google-plus {
		color: #fff;
		background: #dd4a3a
	}

		.model-s .google-plus:hover {
			color: #fff;
			background: #dd4a3a;
			opacity: .8
		}

	.model-s .linkedin {
		color: #fff;
		background: #007bb6
	}

		.model-s .linkedin:hover {
			color: #fff;
			background: #007bb6;
			opacity: .8
		}

	.model-s .pinterest {
		color: #fff;
		background: #cb2026
	}

	.model-2 .pinterest:hover {
		color: #fff;
		background: #cb2026;
		opacity: .8
	}

	.model-s .youtube {
		color: #fff;
		background: #c4302b
	}

		.model-s .youtube:hover {
			color: #fff;
			background: #c4302b;
			opacity: .8
		}

	.model-s .tripadvisor {
		color: #fff;
		background: #00AF87
	}

		.model-s .tripadvisor:hover {
			color: #fff;
			background: #00AF87;
			opacity: .8
		}

	.model-s .instagram {
		color: #fff;
		background: #8a3ab9
	}

		.model-s .instagram:hover {
			color: #fff;
			background: #8a3ab9;
			opacity: .8
		}

	.footer {
		background: #2b3349;
	}

	.foot-desgn {
		background: none;
		text-align: right;
		margin-bottom: -1px;
		margin: 0px auto;
	}

		.foot-desgn img {
			max-width: 100%;
			height: auto;
			width: auto;
			margin: -1px auto;
			text-align: center;
		}

	.pgul {
	}

		.pgul ul {
			padding-left: 20px;
		}

			.pgul ul li {
				color: #000;
				font-size: 16px;
				font-weight: 400;
				padding-bottom: 10px;
				display: list-item;
				list-style: circle !important;
			}

	.cll-qury {
		color: #000;
		font-size: 22px;
		font-weight: 300;
	}

		.cll-qury a {
			color: #e10909;
			font-weight: 600;
		}

			.cll-qury a:hover {
				color: #000;
			}

	.phone-call {
		width: 50px;
		height: 50px;
		left: 20px;
		bottom: 20px;
		background: #10b418;
		position: fixed;
		text-align: center;
		color: #ffffff;
		cursor: pointer;
		border-radius: 50%;
		z-index: 99;
		display: inline-block;
		line-height: 58px;
	}

	.prdct-call {
		width: 100%; /*background:#feffd7;*/
		border-radius: 4px;
		padding: 15px 10px;
		text-align: center;
		color: #333;
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 30px;
		text-transform: uppercase;
	}

		.prdct-call a {
			color: #0baf13;
			font-weight: 500;
			padding-bottom: 10px;
			font-weight: 600;
			font-size: 18px;
		}

			.prdct-call a:hover {
				color: #000;
				text-decoration: underline;
			}

	.prdt-list {
		border-bottom: 1px solid #e9e9e9;
		border-radius: 4px;
		padding: 10px 10px 0px 10px;
		display: inline-block;
		width: 100%;
		background: #fff;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}

		.prdt-list:hover {
			background: #fff;
			box-shadow: 0px 6px 16px rgb(0 0 0 / 12%);
		}

		.prdt-list:last-child {
			border-bottom: none;
		}

	.prdt-img {
		float: left;
		width: 20%;
		padding-right: 15px;
	}

		.prdt-img img {
			width: auto;
			height: auto;
			max-width: 100%;
			max-height: 150px;
			padding: 10px;
		}

	.prdt-cont {
		float: left;
		width: 80%;
		padding-top: 10px;
	}

	.prdt-titl {
		font-size: 20px;
		color: #333;
		font-weight: 500;
		line-height: 24px;
		padding-bottom: 0px;
	}

	.prdt-btn {
		float: left; /* width:25%;*/
		text-align: right;
		padding-top: 15px;
	}

		.prdt-btn a {
			background: #376dbb;
			color: #fff;
			padding: 10px 15px;
			font-size: 14px;
			border-radius: 4px;
			text-transform: uppercase;
			font-weight: 500;
		}

			.prdt-btn a:hover {
				background: #367ee5;
				color: #fff;
			}

	.phone-call a {
		color: #fff;
		text-decoration: none;
	}

		.phone-call a:hover {
			color: #fff;
			text-decoration: none;
		}

	.phone-call i {
		font-size: 28px;
	}

	.phone-call:before {
		position: absolute;
		content: " ";
		z-index: -1;
		top: -15px;
		left: -15px;
		background-color: #10b418;
		width: 80px;
		height: 80px;
		border-radius: 100%;
		animation-fill-mode: both;
		-webkit-animation-fill-mode: both;
		opacity: 0.6;
		-webkit-animation: pulse 1s ease-out;
		animation: pulse 1.8s ease-out;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}

	@-webkit-keyframes pulse {
		0% {
			-webkit-transform: scale(0);
			opacity: 0;
		}

		25% {
			-webkit-transform: scale(0.3);
			opacity: 1;
		}

		50% {
			-webkit-transform: scale(0.6);
			opacity: .6;
		}

		75% {
			-webkit-transform: scale(0.9);
			opacity: .3;
		}

		100% {
			-webkit-transform: scale(1);
			opacity: 0;
		}
	}

	@keyframes pulse {
		0% {
			transform: scale(0);
			opacity: 0;
		}

		25% {
			transform: scale(0.3);
			opacity: 1;
		}

		50% {
			transform: scale(0.6);
			opacity: .6;
		}

		75% {
			transform: scale(0.9);
			opacity: .3;
		}

		100% {
			transform: scale(1);
			opacity: 0;
		}
	}

	.actninfo {
		width: 40px;
		height: 40px;
		left: 20px;
		bottom: 20px;
		background: #10b418;
		position: fixed;
		text-align: center;
		color: #ffffff;
		cursor: pointer;
		border-radius: 50%;
		z-index: 99;
		display: inline-block;
		line-height: 41px;
	}

	.actninfo2 {
		width: 40px;
		height: 40px;
		left: 20px;
		bottom: 65px;
		background: #e35d5d;
		position: fixed;
		text-align: center;
		color: #ffffff;
		cursor: pointer;
		border-radius: 50%;
		z-index: 99;
		display: inline-block;
		line-height: 41px;
	}

	.actninfo3 {
		width: 40px;
		height: 40px;
		left: 20px;
		bottom: 110px;
		background: #27adcf;
		position: fixed;
		text-align: center;
		color: #ffffff;
		cursor: pointer;
		border-radius: 50%;
		z-index: 99;
		display: inline-block;
		line-height: 41px;
	}

		.actninfo a, .actninfo2 a, .actninfo3 a {
			color: #fff;
			text-decoration: none;
		}

			.actninfo a:hover, .actninfo2 a:hover, .actninfo3 a:hover {
				color: #fff;
				text-decoration: none;
			}

		.actninfo i, .actninfo2 i, .actninfo3 i {
			font-size: 20px;
			top: 2px;
			position: relative;
		}

	.text-decoration-lines {
		position: relative;
		overflow: hidden;
		width: 100%;
	}

	.text-decoration-lines-content {
		position: relative;
		display: inline-block;
		min-width: 170px;
		font-size: 13px;
		text-transform: uppercase;
	}

		.text-decoration-lines-content::before, .text-decoration-lines-content::after {
			content: '';
			position: absolute;
			height: 1px;
			background: #e9ebee;
			top: 50%;
			width: 100vw;
		}

		.text-decoration-lines-content::before {
			left: 0;
			transform: translate3d(-100%, 0, 0);
		}

		.text-decoration-lines-content::after {
			right: 0;
			transform: translate3d(100%, 0, 0);
		}

	* + .text-decoration-lines {
		margin-top: 30px;
	}

	.text-block > * {
		margin-left: .125em;
		margin-right: .125em;
	}

	.tip-mark {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 2em;
		height: 2em;
		padding-left: 2px;
		margin-bottom: 5px;
		font-size: 18px;
		font-weight: 700;
		line-height: 2em;
		vertical-align: middle;
		text-align: center;
		letter-spacing: 0;
		border-radius: 50%;
		border: 2px solid #e9ebee;
		color: #151515;
		cursor: pointer;
	}

	.img-object {
		position: relative;
		background-size: cover;
		background-position: center center;
	}

		.img-object::before {
			content: '';
			display: block;
			width: 100%;
		}

	.img-object-1::before {
		padding-bottom: 56.77083%;
	}

	.brand-text {
		display: inline-block;
	}

		.brand-text, .brand-text:active, .brand-text:focus, .brand-text:hover {
			color: #8a8a8a;
		}

	/*
*
* Animate.css
*/
	.animated {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		opacity: 1;
	}

		.animated.infinite {
			-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
		}

		.animated.hinge {
			-webkit-animation-duration: 2s;
			animation-duration: 2s;
		}

	html:not(.lt-ie10) .not-animated {
		opacity: 0;
	}

	.ipad .not-animated,
	.ios .not-animated {
		opacity: 1 !important;
	}

	.ios .animated {
		animation: none;
	}

	@-webkit-keyframes fadeIn {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes fadeIn {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.fadeIn {
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
	}

	@-webkit-keyframes fadeInUp {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@keyframes fadeInUp {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	.fadeInUp {
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
	}

	@-webkit-keyframes fadeInDown {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@keyframes fadeInDown {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	.fadeInDown {
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown;
	}

	@-webkit-keyframes fadeInLeft {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@keyframes fadeInLeft {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	.fadeInLeft {
		-webkit-animation-name: fadeInLeft;
		animation-name: fadeInLeft;
	}

	@-webkit-keyframes fadeInRight {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@keyframes fadeInRight {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
		}

		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	.fadeInRight {
		-webkit-animation-name: fadeInRight;
		animation-name: fadeInRight;
	}

	@-webkit-keyframes fadeOut {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 0;
		}
	}

	@keyframes fadeOut {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 0;
		}
	}

	.fadeOut {
		-webkit-animation-name: fadeOut;
		animation-name: fadeOut;
	}

	@-webkit-keyframes slideInDown {
		0% {
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}

	@keyframes slideInDown {
		0% {
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}

	.slideInDown {
		-webkit-animation-name: slideInDown;
		animation-name: slideInDown;
	}

	@-webkit-keyframes slideInLeft {
		0% {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}

	@keyframes slideInLeft {
		0% {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}

	.slideInLeft {
		-webkit-animation-name: slideInLeft;
		animation-name: slideInLeft;
	}

	@-webkit-keyframes slideInRight {
		0% {
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}

	@keyframes slideInRight {
		0% {
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}

	.slideInRight {
		-webkit-animation-name: slideInRight;
		animation-name: slideInRight;
	}

	@-webkit-keyframes slideOutDown {
		0% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}

		100% {
			visibility: hidden;
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
		}
	}

	@keyframes slideOutDown {
		0% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}

		100% {
			visibility: hidden;
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
		}
	}

	.slideOutDown {
		-webkit-animation-name: slideOutDown;
		animation-name: slideOutDown;
	}

	.fadeInRightSmall {
		animation-name: fadeInRightSmall;
	}

	@keyframes fadeInRightSmall {
		0% {
			opacity: 0;
			transform: translateX(100px);
		}

		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}


	.fadeInLeftSmall {
		animation-name: fadeInLeftSmall;
	}

	@keyframes fadeInLeftSmall {
		0% {
			opacity: 0;
			transform: translateX(-100px);
		}

		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

	.fadeInUpSmall {
		animation-name: fadeInUpSmall;
		transform-origin: 50% 100%;
	}


	/*
*
* ToTop
*/
	.ui-to-top {
		position: fixed;
		right: 15px;
		bottom: 15px;
		z-index: 100;
		width: 55px;
		height: 55px;
		border-radius: 0;
		font-size: 20px !important;
		line-height: 51px !important;
		color: #ffffff;
		background: #151515;
		overflow: hidden;
		text-align: center;
		text-decoration: none;
		transition: .45s all ease-in-out;
		transform: translate3d(0, 100px, 0);
	}

		.ui-to-top:hover {
			color: #ffffff;
			background: #8a8a8a;
			text-decoration: none;
		}

		.ui-to-top:focus {
			color: #ffffff;
		}

		.ui-to-top.active {
			transform: translate3d(0, 0, 0);
		}

	html.mobile .ui-to-top,
	html.tablet .ui-to-top {
		display: none !important;
	}

	@media (min-width: 576px) {
		.ui-to-top {
			right: 40px;
			bottom: 40px;
		}
	}

	/*
*
* RD Navbar
*/
	@keyframes rd-navbar-slide-down {
		0% {
			transform: translateY(-100%);
		}

		100% {
			transform: translateY(0);
		}
	}

	@keyframes rd-navbar-slide-up {
		0% {
			transform: translateY(0);
		}

		100% {
			transform: translateY(-100%);
		}
	}

	.rd-navbar-wrap, .rd-navbar,
	.rd-menu,
	.rd-navbar-nav,
	.rd-navbar-panel, .rd-navbar-static .rd-menu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu, .rd-navbar-simple.rd-navbar-fixed .rd-navbar-toggle {
		transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
	}

	.rd-navbar--no-transition, .rd-navbar--no-transition * {
		transition: none !important;
	}

	.rd-navbar,
	.rd-navbar.rd-navbar--is-clone {
		display: none;
	}

		.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
		.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
			display: none;
		}

	.rd-navbar {
		display: none;
		/*background: #ffffff;*/
	}

	.rd-navbar-toggle {
		display: inline-block;
		position: relative;
		width: 48px;
		height: 48px;
		line-height: 48px;
		cursor: pointer;
		color: #151515;
		background-color: transparent;
		border: none;
		display: none;
	}

		.rd-navbar-toggle span {
			position: relative;
			display: block;
			margin: auto;
			transition: .3s all ease;
		}

			.rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
				content: "";
				position: absolute;
				left: 0;
				top: -8px;
				transition: .3s all ease;
			}

			.rd-navbar-toggle span:after {
				top: 8px;
			}

			.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
				width: 20px;
				height: 3px;
				background-color: #151515;
				backface-visibility: hidden;
				border-radius: 0;
			}

				.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
					transition-duration: 0.3s, 0.3s;
					transition-delay: 0.3s, 0s;
					transition-property: top, transform;
				}

		.rd-navbar-toggle.active span {
			transition: background .3s 0s ease;
			background: transparent;
		}

			.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
				top: 0;
				transition-delay: 0s, 0.3s;
			}

			.rd-navbar-toggle.active span:before {
				transform: rotate(45deg);
			}

			.rd-navbar-toggle.active span:after {
				transform: rotate(-45deg);
			}

	.rd-navbar-collapse-toggle {
		display: inline-block;
		position: relative;
		width: 48px;
		height: 48px;
		line-height: 48px;
		cursor: pointer;
		color: #151515;
		display: none;
	}

		.rd-navbar-collapse-toggle span {
			top: 50%;
			margin-top: -3px;
		}

			.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
				position: absolute;
				width: 6px;
				height: 6px;
				line-height: 6px;
				text-align: center;
				background: #151515;
				left: 50%;
				margin-left: -3px;
				border-radius: 50%;
				transition: .3s all ease;
			}

				.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
					content: '';
				}

				.rd-navbar-collapse-toggle span:before {
					bottom: 100%;
					margin-bottom: 3px;
				}

				.rd-navbar-collapse-toggle span:after {
					top: 100%;
					margin-top: 3px;
				}

		.rd-navbar-collapse-toggle.active span {
			transform: scale(0.7);
		}

			.rd-navbar-collapse-toggle.active span:before {
				transform: translateY(18px);
			}

			.rd-navbar-collapse-toggle.active span:after {
				transform: translateY(-18px);
			}

	.rd-navbar-brand a {
		display: block;
	}

	.rd-nav-item > .rd-navbar-submenu-toggle {
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 18px;
		padding-left: 4px;
		cursor: pointer;
	}

		.rd-nav-item > .rd-navbar-submenu-toggle::before {
			position: relative;
			display: inline-block;
			transition: .22s;
			content: "\f107";
			font-weight: 400;
			color: #ccc;
		}

	.rd-nav-link {
		text-transform: none;
		/* letter-spacing: .1em; */
	}

	.rd-navbar-search {
		position: relative;
		display: inline-flex;
	}

	.phn-btn {
	}

		.phn-btn a i {
			margin-right: 5px;
			position: relative;
			top: 7px;
		}

		.phn-btn a {
			padding: 10px 0px;
			/* background: #f17c01; */
			/* text-transform: uppercase; */
			font-size: 18px;
			color: #f1c100;
			font-weight: 600;
		}

			.phn-btn a:hover {
				color: #f1c100;
				/*background: #ff8a0f;*/
			}

	.enqy-btn {
	}

		.enqy-btn a i {
			margin-right: 8px;
			position: relative;
			top: 8px;
		}

		.enqy-btn a {
			padding: 5px 10px;
			border-radius: 4px;
			background: #e0370d;
			text-transform: uppercase;
			font-size: 14px;
			color: #fff;
			font-weight: 600;
		}

			.enqy-btn a:hover {
				color: #fff;
				/*background: #ff8a0f;*/
			}

	.rd-navbar-search .form-input {
		min-height: 50px;
		padding: 8px 50px 8px 20px;
		background: #ffffff;
		border-color: #ffffff;
		box-shadow: 0 7px 10px 0 rgba(98, 103, 119, 0.09);
	}

	.rd-navbar-search .form-label {
		top: 25px;
	}

	.rd-navbar-search .rd-search-form-submit {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 50px;
		padding: 0;
		margin: 0;
		border: none;
		cursor: pointer;
		background-color: transparent;
		color: #8a8a8a;
		transition: .33s;
	}

		.rd-navbar-search .rd-search-form-submit:hover {
			color: #8a8a8a;
		}

	.rd-navbar-search-toggle {
		background: none;
		border: none;
		display: inline-block;
		padding: 0;
		outline: none;
		outline-offset: 0;
		cursor: pointer;
		-webkit-appearance: none;
		display: inline-flex;
		color: #ffffff;
	}

		.rd-navbar-search-toggle::-moz-focus-inner {
			border: none;
			padding: 0;
		}

		.rd-navbar-search-toggle span {
			display: inline-block;
			position: relative;
			width: 32px;
			height: 32px;
			font-size: 22px;
			line-height: 32px;
			text-align: center;
			cursor: pointer;
			background: none;
			border: none;
			outline: none;
			padding: 0;
		}

			.rd-navbar-search-toggle span, .rd-navbar-search-toggle span::before, .rd-navbar-search-toggle span::after {
				transition: .3s all ease-in-out;
			}

				.rd-navbar-search-toggle span::before, .rd-navbar-search-toggle span::after {
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					bottom: 0;
				}

				.rd-navbar-search-toggle span::before {
					content: "\f002";
					transform: rotate(0deg) scale(1);
					opacity: 1;
					visibility: visible;
					font: normal normal normal 14px/1 FontAwesome;
					top: 7px;
				}

				.rd-navbar-search-toggle span::after {
					content: "\f00d";
					transform: rotate(-90deg) scale(0.4);
					opacity: 0;
					visibility: hidden;
					font: normal normal normal 14px/1 FontAwesome;
					top: 7px;
				}

		.rd-navbar-search-toggle.active span::before {
			opacity: 0;
			visibility: hidden;
			transform: rotate(90deg) scale(0.4);
		}

		.rd-navbar-search-toggle.active span::after {
			transform: rotate(0deg) scale(1);
			opacity: 1;
			visibility: visible;
		}

		.rd-navbar-search-toggle:hover {
			color: #8a8a8a;
		}

	.rd-navbar-dropdown {
		display: none;
	}

	/*
* @subsection  RD Navbar Static
*/
	.rd-navbar-static {
		display: block;
	}

		.rd-navbar-static .rd-nav-item {
			display: inline-block;
			white-space: nowrap;
		}

			.rd-navbar-static .rd-nav-item.focus .rd-nav-link::before, .rd-navbar-static .rd-nav-item.opened .rd-nav-link::before {
				width: 100%;
			}

			.rd-navbar-static .rd-nav-item.active .rd-nav-link::before {
				width: 100%;
			}

			.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before,
			.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before,
			.rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before {
				transform: rotate(180deg);
			}

			.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
				margin-top: 20px;
			}

			.rd-navbar-static .rd-nav-item + .rd-nav-item {
				margin-left: 15px;
			}

		.rd-navbar-static .rd-nav-link {
			position: relative;
			display: inline-block;
			color: #f2f2f2;
			font-size: 18px;
			line-height: 1.2;
			transition: .25s;
			white-space: normal;
			z-index: 1;
		}

			.rd-navbar-static .rd-nav-link::before {
				content: '';
				display: block;
				position: absolute;
				bottom: 2px;
				left: 0;
				width: 0;
				height: 1px;
				background-color: rgba(138, 138, 138, 0.3);
				z-index: -1;
				transition: 0.22s;
			}

			.rd-navbar-static .rd-nav-link:hover::before {
				width: 100%;
			}

		.rd-navbar-static .rd-menu {
			z-index: 15;
			position: absolute;
			display: block;
			margin-top: 20px;
			visibility: hidden;
			opacity: 0;
			text-align: left;
			border-radius: 4px;
			box-shadow: 0 7px 10px 0 rgba(98, 103, 119, 0.09);
			transform: translate3d(0, 30px, 0);
		}

		.rd-navbar-static .rd-navbar-dropdown {
			position: absolute;
			left: -27px;
			width: 265px;
			padding: 20px 27px 25px;
			background: #ffffff;
			z-index: 5;
		}

			.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
				top: -1px;
				left: 100%;
				z-index: 2;
				margin-top: -15px;
				margin-left: 15px;
				transform: translate3d(30px, 0, 0);
			}

				.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
					left: auto;
					right: 100%;
					margin-left: 0;
					margin-right: 15px;
					transform: translate3d(-30px, 0, 0);
				}

		.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
			color: #151515;
		}

		.rd-navbar-static .rd-dropdown-item + .rd-dropdown-item {
			margin-top: 14px;
		}

		.rd-navbar-static .rd-dropdown-link {
			color: #151515;
		}

			.rd-navbar-static .rd-dropdown-link:hover {
				color: #151515;
			}

		.rd-navbar-static .rd-navbar-dropdown li > a,
		.rd-navbar-static .rd-megamenu-list li > a {
			position: relative;
			display: flex;
			padding: 1px 22px 1px 0;
			text-align: left;
			font-size: 15px;
			font-weight: 400;
		}

	.rd-menu li {
		margin-bottom: 10px;
	}

	.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a:focus, .rd-navbar-static .rd-navbar-dropdown li > a:active,
	.rd-navbar-static .rd-megamenu-list li > a,
	.rd-navbar-static .rd-megamenu-list li > a:focus,
	.rd-navbar-static .rd-megamenu-list li > a:active {
		color: #151515;
	}

		.rd-navbar-static .rd-navbar-dropdown li > a:hover,
		.rd-navbar-static .rd-megamenu-list li > a:hover {
			color: #f07e03;
		}

		.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a::before,
		.rd-navbar-static .rd-megamenu-list li > a,
		.rd-navbar-static .rd-megamenu-list li > a::before {
			transition: .2s ease-in-out;
		}

			.rd-navbar-static .rd-navbar-dropdown li > a::before,
			.rd-navbar-static .rd-megamenu-list li > a::before {
				position: absolute;
				top: 2px;
				left: -10px;
				display: inline-block;
				font-size: 16px !important;
				content: "\f105";
				font: normal normal normal 14px/1 FontAwesome;
				font-size: inherit;
				line-height: inherit;
				color: #8a8a8a;
				opacity: 0;
				visibility: hidden;
			}

			.rd-navbar-static .rd-navbar-dropdown li.focus > a,
			.rd-navbar-static .rd-navbar-dropdown li.opened > a,
			.rd-navbar-static .rd-navbar-dropdown li > a:hover,
			.rd-navbar-static .rd-megamenu-list li.focus > a,
			.rd-navbar-static .rd-megamenu-list li.opened > a,
			.rd-navbar-static .rd-megamenu-list li > a:hover {
				left: 0;
				padding-left: 15px;
				padding-right: 0;
			}

				.rd-navbar-static .rd-navbar-dropdown li.focus > a::before,
				.rd-navbar-static .rd-navbar-dropdown li.opened > a::before,
				.rd-navbar-static .rd-navbar-dropdown li > a:hover::before,
				.rd-navbar-static .rd-megamenu-list li.focus > a::before,
				.rd-navbar-static .rd-megamenu-list li.opened > a::before,
				.rd-navbar-static .rd-megamenu-list li > a:hover::before {
					left: 0;
					opacity: 1;
					visibility: visible;
				}

	.rd-navbar-static .rd-navbar-megamenu {
		/*display: flex;*/ display: block;
		left: 0;
		width: 100%;
		max-width: 1200px;
		padding: 30px 40px;
		background: #ffffff;
		height: 450px;
		visibility: hidden;
		overflow: auto;
	}

		.rd-navbar-static .rd-navbar-megamenu::-webkit-scrollbar {
			width: 5px
		}

		.rd-navbar-static .rd-navbar-megamenu::-webkit-scrollbar-track {
			background: #EEE;
		}

		.rd-navbar-static .rd-navbar-megamenu::-webkit-scrollbar-thumb {
			background: #6A6A6A;
			border-radius: 25px
		}

			.rd-navbar-static .rd-navbar-megamenu::-webkit-scrollbar-thumb:hover {
				background: #333
			}

	.rd-megamenu-item h6 {
		color: #06C;
		font-weight: 500;
		font-size: 16px;
	}

	.rd-navbar-static .rd-megamenu-item {
		/*flex-basis: 50%;
	flex-grow: 1;*/ width: 33.3%;
		float: left;
	}

		.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
			padding-left: 0px;
			padding-right: 20px;
		}

	.rd-navbar-static .rd-megamenu-title {
		padding-bottom: 10px;
		border-bottom: 1px solid #e9ebee;
	}

	.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
		margin-top: 5px;
	}

	.rd-navbar-static .rd-megamenu-list-link {
		color: #000000;
		background: transparent;
	}

		.rd-navbar-static .rd-megamenu-list-link:hover {
			color: #8a8a8a;
			background: transparent;
		}

	.rd-navbar-static * + .rd-megamenu-list {
		margin-top: 10px;
	}

	.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu, .rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}

	.rd-navbar-static .rd-navbar-search.active .rd-search {
		visibility: visible;
		opacity: 1;
	}

	.rd-navbar-static .rd-search {
		position: absolute;
		top: 100%;
		right: 0;
		width: 370px;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		margin-top: 30px;
		z-index: 2;
	}

	@media (min-width: 1200px) {
		.rd-navbar-static .rd-nav-link {
			font-size: 16px;
			font-weight: 300;
		}
	}

	.rd-navbar-static.rd-navbar--is-clone {
		display: block;
		transform: translate3d(0, -100%, 0);
	}


		.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
			transform: translate3d(0, 0, 0);
		}

	.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		z-index: 600;
		background: #ffffff;
	}

		.rd-navbar-static.rd-navbar--is-stuck .rd-nav-link {
			color: #333 !important;
		}

		.rd-navbar-static.rd-navbar--is-stuck .rd-menu, .rd-navbar-static.rd-navbar--is-clone .rd-menu {
			margin-top: 23px;
		}

	.rd-navbar-static .rd-navbar--has-dropdown {
		position: relative;
	}

	.rd-navbar-static-linked .rd-navbar-wrap-absolute {
		position: relative;
		/*background: #fff;*/
		/*box-shadow: 0px -7px 14px 3px #e1e1e1;*/
		left: 0;
		right: 0;
		top: 0;
		height: auto !important;
		z-index: 1000;
	}

		.rd-navbar-static-linked .rd-navbar-wrap-absolute .rd-navbar {
			/*background-color: #0056ad;*/
		}

			.rd-navbar-static-linked .rd-navbar-wrap-absolute .rd-navbar.rd-navbar--is-stuck {
				/*background-color: #0056ad;*/
			}

	/*
*
* RD Navbar Fixed
*/
	.rd-navbar-fixed {
		display: block;
	}

		.rd-navbar-fixed .rd-navbar-toggle {
			display: inline-block;
			z-index: 999;
		}

		.rd-navbar-fixed .rd-navbar-brand {
			position: relative;
			margin-left: 6px;
			text-align: left;
		}

		.rd-navbar-fixed .rd-navbar-panel {
			position: fixed;
			left: 0;
			top: 0;
			right: 0;
			z-index: 1080;
			display: flex;
			align-items: center;
			/*height: 56px;*/
			padding: 4px;
		}

		.rd-navbar-fixed .rd-navbar-nav-wrap {
			position: fixed;
			left: 0;
			top: -56px;
			bottom: -56px;
			z-index: 1079;
			width: 270px;
			padding: 112px 0 81px;
			overflow-y: auto;
			overflow-x: hidden;
			-webkit-overflow-scrolling: touch;
			font-size: 14px;
			line-height: 34px;
			transform: translateX(-110%);
		}


			.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
				width: 4px;
			}

			.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
				background: #bdbdbd;
				border: none;
				border-radius: 0;
				opacity: .2;
			}

			.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
				background: #8a8a8a;
				border: none;
				border-radius: 0;
			}

			.rd-navbar-fixed .rd-navbar-nav-wrap.active {
				transform: translateX(0);
			}

		.rd-navbar-fixed .rd-navbar-nav {
			display: block;
			margin: 15px 0;
			height: auto;
			text-align: left;
		}

		.rd-navbar-fixed .rd-nav-item {
			text-align: left;
		}

			.rd-navbar-fixed .rd-nav-item + .rd-nav-item {
				margin-top: 4px;
			}

		.rd-navbar-fixed .rd-nav-link {
			display: block;
			padding: 9px 56px 9px 18px;
		}

		.rd-navbar-fixed li.opened > .rd-menu {
			opacity: 1;
			height: auto;
		}

		.rd-navbar-fixed li.opened > .rd-navbar-dropdown {
			padding: 4px 0 0;
		}

		.rd-navbar-fixed li.opened > .rd-navbar-megamenu {
			padding-top: 15px;
			padding-bottom: 15px;
		}

		.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::before {
			transform: rotate(180deg);
		}

		.rd-navbar-fixed .rd-menu {
			display: none;
			transition: opacity 0.3s, height 0.4s ease;
			opacity: 0;
			height: 0;
			overflow: hidden;
		}

		.rd-navbar-fixed .rd-navbar-submenu {
			position: relative;
		}

			.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle::before {
				height: 34px;
				line-height: 34px;
			}

			.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
				padding-left: 30px;
			}

			.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,
			.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
				padding-left: 46px;
			}

			.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
			.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
				display: block;
			}

		.rd-navbar-fixed .rd-megamenu-list > li > a,
		.rd-navbar-fixed .rd-navbar-dropdown > li > a {
			display: block;
			padding: 9px 56px 9px 16px;
			font-size: 14px;
			line-height: 1.5;
		}

		.rd-navbar-fixed .rd-megamenu-list > li + li,
		.rd-navbar-fixed .rd-navbar-dropdown > li + li {
			margin-top: 3px;
		}

		.rd-navbar-fixed .rd-megamenu-list > li > a {
			padding-left: 30px;
		}

		.rd-navbar-fixed .rd-megamenu-item + .rd-megamenu-item {
			margin-top: 10px;
		}

		.rd-navbar-fixed .rd-navbar-submenu-toggle {
			position: absolute;
			cursor: pointer;
			top: 0;
			right: 0;
			width: 56px;
			height: 52px;
			text-align: center;
		}

			.rd-navbar-fixed .rd-navbar-submenu-toggle::before {
				content: '\f107';
				font: 400 14px "FontAwesome";
				line-height: 52px;
				transition: 0.4s all ease;
				z-index: 2;
				cursor: pointer;
			}

		.rd-navbar-fixed .rd-navbar-collapse-toggle {
			display: block;
			position: fixed;
			right: 50px;
			top: 4px;
			z-index: 1081;
		}

		.rd-navbar-fixed .rd-navbar-collapse-content {
			position: fixed;
			right: 0;
			top: 56px;
			z-index: 1079;
			transform: translate3d(0, -10px, 0);
			padding: 15px;
			width: auto;
			border-radius: 0 0 0 0;
			background: #ffffff;
			text-align: left;
			font-size: 14px;
			opacity: 0;
			visibility: hidden;
			transition: 0.22s;
		}

			.rd-navbar-fixed .rd-navbar-collapse-content.active {
				transform: translate3d(0, 0, 0);
				opacity: 1;
				visibility: visible;
			}

			.rd-navbar-fixed .rd-navbar-collapse-content > * + * {
				margin-top: 12px;
			}

		.rd-navbar-fixed .rd-navbar-main {
			position: absolute;
			float: left;
		}

		.rd-navbar-fixed .rd-navbar-search .rd-search {
			position: fixed;
			right: 0;
			left: 0;
			top: 70px;
			z-index: 1079;
			width: 100%;
			opacity: 0;
			visibility: hidden;
			transition: .2s;
			transform: translate3d(0, -100%, 0);
		}

		.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
			display: none;
		}

		.rd-navbar-fixed .rd-navbar-search .form-input {
			padding-right: 50px;
		}

		.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
			position: absolute;
			top: 0;
			bottom: 0;
			right: 0;
			width: 50px;
			padding: 0;
			margin: 0;
			border: none;
			background-color: transparent;
		}

		.rd-navbar-fixed .rd-navbar-search.active .rd-search {
			opacity: 1;
			visibility: visible;
			transform: none;
		}

		.rd-navbar-fixed .rd-navbar-search-toggle {
			display: inline-flex;
		}

			.rd-navbar-fixed .rd-navbar-search-toggle span {
				display: inline-block;
				position: relative;
				width: 48px;
				height: 48px;
				font-size: 26px;
				line-height: 48px;
				text-align: center;
				cursor: pointer;
				background: none;
				border: none;
				outline: none;
				padding: 0;
			}

				.rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
					transition: .3s all ease-in-out;
				}

					.rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
						position: absolute;
						top: 0;
						left: 0;
						right: 0;
						bottom: 0;
					}

					.rd-navbar-fixed .rd-navbar-search-toggle span::before {
						content: "\f002";
						transform: rotate(0deg) scale(1);
						opacity: 1;
						visibility: visible;
						font: normal normal normal 14px/1 FontAwesome;
						top: 7px;
					}

					.rd-navbar-fixed .rd-navbar-search-toggle span::after {
						content: "\f00d";
						transform: rotate(-90deg) scale(0.4);
						opacity: 0;
						visibility: hidden;
						font: normal normal normal 14px/1 FontAwesome;
						top: 7px;
					}

					.rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
						transition: .3s all ease-in-out;
						top: 12px;
					}

			.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
				opacity: 0;
				visibility: hidden;
				transform: rotate(90deg) scale(0.4);
			}

			.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
				transform: rotate(0deg) scale(1);
				opacity: 1;
				visibility: visible;
			}

		.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {
			position: fixed;
			top: 4px;
			z-index: 1082;
		}

		.rd-navbar-fixed .rd-navbar-fixed-element-1 {
			right: 20px;
			top: 20px;
		}

		.rd-navbar-fixed .rd-navbar-fixed-element-2 {
			right: 46px;
		}

		.rd-navbar-fixed.rd-navbar--is-clone {
			display: none;
		}

		.rd-navbar-fixed .rd-navbar-fixed--visible {
			display: block;
		}

		.rd-navbar-fixed .rd-navbar-fixed--hidden {
			display: none;
		}

		.rd-navbar-fixed .rd-navbar-panel {
			color: #8a8a8a;
			/*border-bottom: 1px solid #e9ebee;*/
			background: #fff;
		}

		.rd-navbar-fixed .rd-navbar-nav-wrap {
			color: #ffffff;
			background: #ffffff;
			border: 1px solid #e9ebee;
			box-shadow: none;
		}

		.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
			color: #151515;
			background: #e9ebee;
		}

		.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {
			color: #151515;
		}

		.rd-navbar-fixed .rd-nav-link {
			color: #3a3a3a;
			font-weight: 500;
		}

		.rd-navbar-fixed .rd-megamenu-list > li > a,
		.rd-navbar-fixed .rd-navbar-dropdown > li > a {
			color: #333;
			font-weight: 400;
		}

		.rd-navbar-fixed .rd-megamenu-list > li:hover > a,
		.rd-navbar-fixed .rd-megamenu-list > li.focus > a,
		.rd-navbar-fixed .rd-megamenu-list > li.active > a,
		.rd-navbar-fixed .rd-megamenu-list > li.opened > a,
		.rd-navbar-fixed .rd-navbar-dropdown > li:hover > a,
		.rd-navbar-fixed .rd-navbar-dropdown > li.focus > a,
		.rd-navbar-fixed .rd-navbar-dropdown > li.active > a,
		.rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
			background: #e9ebee;
		}

		.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
			color: #bebebe;
		}


			.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
				border-bottom: 1px solid #e9ebee;
			}

			.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
				color: #ffffff;
			}

				.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
					color: #8a8a8a;
				}

		.rd-navbar-fixed .rd-navbar-submenu-toggle {
			color: #8a8a8a;
		}

		.rd-navbar-fixed .rd-navbar-search .form-input {
			border-top-left-radius: 0;
			border-top-right-radius: 0;
		}

	.context-dark.rd-navbar-fixed .rd-navbar-toggle {
		display: inline-block;
		position: relative;
		width: 48px;
		height: 48px;
		line-height: 48px;
		cursor: pointer;
		color: #bebebe;
	}

		.context-dark.rd-navbar-fixed .rd-navbar-toggle span {
			position: relative;
			display: block;
			margin: auto;
			transition: .3s all ease;
		}

			.context-dark.rd-navbar-fixed .rd-navbar-toggle span:after, .context-dark.rd-navbar-fixed .rd-navbar-toggle span:before {
				content: "";
				position: absolute;
				left: 0;
				top: -8px;
				transition: .3s all ease;
			}

			.context-dark.rd-navbar-fixed .rd-navbar-toggle span:after {
				top: 8px;
			}

			.context-dark.rd-navbar-fixed .rd-navbar-toggle span:after, .context-dark.rd-navbar-fixed .rd-navbar-toggle span:before, .context-dark.rd-navbar-fixed .rd-navbar-toggle span {
				width: 30px;
				height: 3px;
				background-color: #bebebe;
				backface-visibility: hidden;
				border-radius: 0;
			}

				.context-dark.rd-navbar-fixed .rd-navbar-toggle span:before, .context-dark.rd-navbar-fixed .rd-navbar-toggle span:after {
					transition-duration: 0.3s, 0.3s;
					transition-delay: 0.3s, 0s;
					transition-property: top, transform;
				}

		.context-dark.rd-navbar-fixed .rd-navbar-toggle.active span {
			transition: background .3s 0s ease;
			background: transparent;
		}

			.context-dark.rd-navbar-fixed .rd-navbar-toggle.active span:before, .context-dark.rd-navbar-fixed .rd-navbar-toggle.active span:after {
				top: 0;
				transition-delay: 0s, 0.3s;
			}

			.context-dark.rd-navbar-fixed .rd-navbar-toggle.active span:before {
				transform: rotate(45deg);
			}

			.context-dark.rd-navbar-fixed .rd-navbar-toggle.active span:after {
				transform: rotate(-45deg);
			}

	html.rd-navbar-fixed-linked .page {
		/*padding-top: 56px;*/
	}

	/**
*
* RD Navbar Classic
*/
	.rd-navbar-classic.rd-navbar-static {
		/*border-bottom: 1px solid transparent;*/
	}

		.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
			padding-left: 10px;
			padding-right: 10px;
		}

		.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
			position: relative;
			display: flex;
			align-items: center;
			justify-content: space-between;
			max-width: 1200px;
			padding: 25px 0;
			margin-left: auto;
			margin-right: auto;
		}

			.rd-navbar-classic.rd-navbar-static .rd-navbar-main > * + * {
				margin-left: 15px;
			}

		.rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
			min-width: 240px;
		}

		.rd-navbar-classic.rd-navbar-static .rd-navbar-brand {
			display: inline-block;
		}

		.rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap {
			flex-grow: 1;
			text-align: right;
		}

		.rd-navbar-classic.rd-navbar-static .rd-navbar-nav {
			display: flex;
			align-items: center;
			justify-content: flex-end;
		}

	@media (min-width: 1200px) {
		.rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
			min-width: auto;
		}

		.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
			padding: 10px 0 0;
		}
	}

	.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
		border-bottom-color: #e9ebee;
	}

		.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
			padding: 15px 0;
			height: 75px;
			align-items: center;
		}

		.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand img, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-brand img {
			max-height: 65px;
			position: relative;
			top: 5px;
		}

	.context-dark.rd-navbar-classic .rd-navbar-search-toggle {
		color: #bebebe;
	}

		.context-dark.rd-navbar-classic .rd-navbar-search-toggle:hover {
			color: #8a8a8a;
		}

	.context-dark.rd-navbar-classic.rd-navbar-static {
		background: #151515;
	}

		.context-dark.rd-navbar-classic.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .context-dark.rd-navbar-classic.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
			color: #8a8a8a;
		}

		.context-dark.rd-navbar-classic.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .context-dark.rd-navbar-classic.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
			color: #8a8a8a;
		}

		.context-dark.rd-navbar-classic.rd-navbar-static .rd-nav-item.active .rd-nav-link {
			color: #8a8a8a;
		}

		.context-dark.rd-navbar-classic.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
			color: #8a8a8a;
		}

		.context-dark.rd-navbar-classic.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
			color: #8a8a8a;
		}

		.context-dark.rd-navbar-classic.rd-navbar-static .rd-nav-link {
			color: #bebebe;
		}

			.context-dark.rd-navbar-classic.rd-navbar-static .rd-nav-link:hover {
				color: #8a8a8a;
			}

		.context-dark.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck {
			border-color: #000000;
		}

	.context-dark.rd-navbar-classic.rd-navbar-fixed .rd-navbar-panel {
		background: #151515;
		border-color: #000000;
	}

	/**
*
* RD Navbar Modern
*/
	.rd-navbar-static-linked .rd-navbar-modern-linked .rd-navbar-wrap {
		display: flex;
	}

	.rd-navbar-modern.rd-navbar-static {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		width: 100%;
	}

		.rd-navbar-modern.rd-navbar-static .rd-navbar-main-outer,
		.rd-navbar-modern.rd-navbar-static .rd-navbar-aside-outer {
			width: 100%;
			padding-left: 10px;
			padding-right: 10px;
		}

		.rd-navbar-modern.rd-navbar-static .rd-navbar-main-outer {
			background: #fbf9f8;
			border-bottom: 1px solid transparent;
		}

		.rd-navbar-modern.rd-navbar-static .rd-navbar-main,
		.rd-navbar-modern.rd-navbar-static .rd-navbar-aside {
			max-width: 1170px;
			margin-left: auto;
			margin-right: auto;
		}

		.rd-navbar-modern.rd-navbar-static .rd-navbar-main {
			position: relative;
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 15px 0;
		}

			.rd-navbar-modern.rd-navbar-static .rd-navbar-main > * + * {
				margin-left: 30px;
			}

		.rd-navbar-modern.rd-navbar-static .rd-navbar-aside,
		.rd-navbar-modern.rd-navbar-static .rd-navbar-collapse-content {
			display: flex;
			align-items: center;
			justify-content: space-between;
		}

		.rd-navbar-modern.rd-navbar-static .rd-navbar-aside {
			padding: 15px 0;
		}

			.rd-navbar-modern.rd-navbar-static .rd-navbar-aside > * + * {
				margin-left: 35px;
			}

		.rd-navbar-modern.rd-navbar-static .rd-navbar-collapse {
			flex-grow: 1;
		}

		.rd-navbar-modern.rd-navbar-static .rd-navbar-collapse-content > * + * {
			margin-left: 25px;
		}

		.rd-navbar-modern.rd-navbar-static .rd-navbar-panel {
			min-width: 240px;
		}

		.rd-navbar-modern.rd-navbar-static .rd-navbar-brand {
			display: inline-block;
		}

			.rd-navbar-modern.rd-navbar-static .rd-navbar-brand img {
				width: auto;
				height: auto;
				max-width: 200px;
				max-height: 200px;
			}

		.rd-navbar-modern.rd-navbar-static .rd-navbar-nav {
			display: flex;
			align-items: center;
			justify-content: space-between;
		}

	@media (min-width: 1200px) {
		.rd-navbar-modern.rd-navbar-static .rd-navbar-panel {
			min-width: 320px;
		}

		.rd-navbar-modern.rd-navbar-static .rd-navbar-main {
			padding: 30px 0;
		}

			.rd-navbar-modern.rd-navbar-static .rd-navbar-main > * + * {
				margin-left: 45px;
			}

		.rd-navbar-modern.rd-navbar-static .rd-navbar-nav > li + li {
			margin-left: 60px;
		}

		.rd-navbar-modern.rd-navbar-static .rd-navbar-aside {
			min-height: 160px;
		}

		.ie-10 .rd-navbar-modern.rd-navbar-static .rd-navbar-aside,
		.ie-11 .rd-navbar-modern.rd-navbar-static .rd-navbar-aside {
			height: 0;
		}
	}

	.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone {
		position: relative;
	}

		.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main-outer, .rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-outer {
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			z-index: 1080;
			border-bottom-color: #dbdee3;
		}

		.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
			height: 75px;
		}

	.rd-navbar-modern.rd-navbar-fixed .rd-navbar-collapse-toggle {
		right: 4px;
	}

	.rd-navbar-modern.rd-navbar-fixed .rd-navbar-search-toggle {
		right: 50px;
	}

	/**
*
* RD Navbar Simple
*/
	.rd-navbar-fixed-linked .rd-navbar-simple-linked .page {
		padding-top: 0;
	}

	.rd-navbar-simple.rd-navbar-static {
		background: #ffffff;
	}

		.rd-navbar-simple.rd-navbar-static .rd-navbar-main-outer {
			width: 100%;
			padding-left: 10px;
			padding-right: 10px;
		}

		.rd-navbar-simple.rd-navbar-static .rd-navbar-main {
			position: relative;
			display: flex;
			flex-direction: row-reverse;
			justify-content: flex-start;
			padding: 15px 0;
			max-width: 1170px;
			margin-left: auto;
			margin-right: auto;
		}

			.rd-navbar-simple.rd-navbar-static .rd-navbar-main > * + * {
				margin-right: 35px;
			}

		.rd-navbar-simple.rd-navbar-static .rd-navbar-nav-wrap {
			position: relative;
			padding: 24px 40px;
			display: flex;
			flex-direction: row-reverse;
			align-items: center;
			background: #ffffff;
			border-radius: 0;
			box-shadow: 0 12px 29px 0 rgba(104, 107, 116, 0.14);
			transform: translateX(-20px);
			opacity: 0;
			visibility: hidden;
			transition: 0.22s;
		}

	@supports (filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0))) {
		.rd-navbar-simple.rd-navbar-static .rd-navbar-nav-wrap {
			box-shadow: none;
			filter: drop-shadow(0 12px 29px rgba(104, 107, 116, 0.14));
		}
	}

	.rd-navbar-simple.rd-navbar-static .rd-navbar-nav-wrap::after {
		content: '';
		position: absolute;
		top: 50%;
		transform: translate3d(0, -50%, 0) rotate(45deg);
		right: -10px;
		width: 20px;
		height: 20px;
		background: #ffffff;
	}

	.rd-navbar-simple.rd-navbar-static .rd-navbar-nav-wrap.active {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}

	.rd-navbar-simple.rd-navbar-static .rd-navbar-nav-wrap > * + * {
		margin-right: 45px;
	}

	.rd-navbar-simple.rd-navbar-static .rd-navbar-nav > * + * {
		margin-left: 30px;
	}

	.rd-navbar-simple.rd-navbar-static .rd-navbar-toggle {
		display: flex;
		border-radius: 0;
		width: 80px;
		height: 80px;
		background-color: transparent;
		box-shadow: none;
		transition: .22s;
	}

	@media (min-width: 1200px) {
		.rd-navbar-simple.rd-navbar-static .rd-navbar-main {
			padding: 23px 0;
		}

		.rd-navbar-simple.rd-navbar-static .rd-navbar-nav-wrap {
			padding-right: 60px;
			padding-left: 60px;
		}

		.rd-navbar-simple.rd-navbar-static .rd-navbar-nav > li + li {
			margin-left: 55px;
		}
	}

	.rd-navbar-simple.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-simple.rd-navbar-static.rd-navbar--is-clone {
		position: relative;
	}

		.rd-navbar-simple.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main-outer, .rd-navbar-simple.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-outer {
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			z-index: 1080;
		}

		.rd-navbar-simple.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-toggle, .rd-navbar-simple.rd-navbar-static.rd-navbar--is-clone .rd-navbar-toggle {
			background: #ffffff;
			box-shadow: 0 12px 29px 0 rgba(104, 107, 116, 0.14);
		}

	@media (min-width: 1600px) {
		.rd-navbar-simple .rd-navbar-main {
			right: -30px;
		}
	}

	.rd-navbar-simple.rd-navbar-fixed .rd-navbar-panel {
		position: static;
	}

	.rd-navbar-simple.rd-navbar-fixed .rd-navbar-toggle {
		position: fixed;
		top: 7px;
		right: 7px;
		left: auto;
		z-index: 1080;
		width: 56px;
		height: 56px;
		background: #ffffff;
		border-radius: 0;
		box-shadow: 0 12px 29px 0 rgba(104, 107, 116, 0.14);
	}

		.rd-navbar-simple.rd-navbar-fixed .rd-navbar-toggle.active {
			right: 207px;
			box-shadow: none;
		}

	.rd-navbar-simple.rd-navbar-fixed .rd-navbar-nav-wrap {
		left: auto;
		right: 0;
		transform: translateX(101%);
		box-shadow: 0 12px 29px 0 rgba(104, 107, 116, 0.14);
		border: 0;
	}

		.rd-navbar-simple.rd-navbar-fixed .rd-navbar-nav-wrap.active {
			transform: translateX(0);
		}

	.rd-navbar-simple.rd-navbar-fixed .rd-nav-link {
		font-weight: 500;
	}

	.rd-navbar-simple.rd-navbar-fixed .rd-navbar-search-toggle {
		display: none;
	}

	.rd-navbar-simple.rd-navbar-fixed .rd-navbar-search {
		padding: 15px 0;
	}

	.rd-navbar-simple.rd-navbar-fixed .rd-search {
		position: relative;
		top: 0;
		transform: none;
		opacity: 1;
		visibility: visible;
		flex-shrink: 0;
	}

		.rd-navbar-simple.rd-navbar-fixed .rd-search .form-input {
			height: 55px;
			border: 1px solid #fbf9f8;
			border-radius: 0;
			box-shadow: none;
		}

	/*
*
* Swiper
*/
	.swiper-container {
		display: flex;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		height: auto;
		width: 100%;
		/* Fix of Webkit flickering */
		z-index: 1;
	}

	.swiper-container-no-flexbox .swiper-slide {
		float: left;
	}

	.swiper-container-vertical > .swiper-wrapper {
		flex-direction: column;
	}

	.swiper-wrapper {
		position: relative;
		z-index: 1;
		display: flex;
		align-self: stretch;
		align-items: stretch;
		width: 100%;
		height: auto;
		min-height: inherit;
		transition-property: transform;
		box-sizing: content-box;
	}

	.swiper-container {
		flex-shrink: 0;
	}

	.swiper-container-android .swiper-slide,
	.swiper-wrapper {
		transform: translate3d(0, 0, 0);
	}

	.swiper-container-multirow > .swiper-wrapper {
		flex-wrap: wrap;
	}

	.swiper-container-free-mode > .swiper-wrapper {
		transition-timing-function: ease-out;
		margin: 0 auto;
	}

	/* a11y */
	.swiper-container .swiper-notification {
		position: absolute;
		left: 0;
		top: 0;
		pointer-events: none;
		opacity: 0;
		z-index: -1000;
	}

	/* IE10 Windows Phone 8 Fixes */
	.swiper-wp8-horizontal {
		touch-action: pan-y;
	}

	.swiper-wp8-vertical {
		touch-action: pan-x;
	}

	/* Coverflow */
	.swiper-container-coverflow .swiper-wrapper {
		/* Windows 8 IE 10 fix */
	}

	.swiper-container-fade.swiper-container-free-mode .swiper-slide {
		transition-timing-function: ease-out;
	}

	.swiper-container-fade .swiper-slide {
		pointer-events: none;
	}

		.swiper-container-fade .swiper-slide .swiper-slide {
			pointer-events: none;
		}

	.swiper-container-fade .swiper-slide-active,
	.swiper-container-fade .swiper-slide-active .swiper-slide-active {
		pointer-events: auto;
	}

	.swiper-lazy-preloader {
		width: 42px;
		height: 42px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -21px;
		margin-top: -21px;
		z-index: 10;
		transform-origin: 50%;
		animation: swiper-preloader-spin 1s steps(12, end) infinite;
	}

		.swiper-lazy-preloader:after {
			display: block;
			content: "";
			width: 100%;
			height: 100%;
			background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
			background-position: 50%;
			background-size: 100%;
			background-repeat: no-repeat;
		}

	.swiper-lazy-preloader-white:after {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	}

	@keyframes swiper-preloader-spin {
		100% {
			transform: rotate(360deg);
		}
	}

	.swiper-button-prev,
	.swiper-button-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		display: none;
		font-size: 26px;
		line-height: 1;
		color: #ffffff;
		text-align: center;
		cursor: pointer;
		transition: .2s ease-in;
		will-change: transform;
		z-index: 10;
	}

		.swiper-button-prev:hover,
		.swiper-button-next:hover {
			color: #8a8a8a;
		}

	@media (min-width: 768px) {
		.swiper-button-prev,
		.swiper-button-next {
			display: block;
		}
	}

	.swiper-button-prev.swiper-button-disabled,
	.swiper-button-next.swiper-button-disabled {
		opacity: 0.35;
		cursor: auto;
		pointer-events: none;
	}

	.swiper-button-prev {
		left: 30px;
	}

		.swiper-button-prev:before {
			font-family: "FontAwesome";
			content: "\f060";
		}

	.swiper-button-next {
		right: 30px;
	}

		.swiper-button-next:before {
			font-family: "FontAwesome";
			content: "\f061";
		}

	.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
		content: "\f061";
	}

	.swiper-slider.swiper-container-rtl .swiper-button-next::before {
		content: "\f060";
	}

	.swiper-pagination {
		position: absolute;
		z-index: 10;
		display: block;
		text-align: center;
		transition: .3s;
		transform: translate3d(0, 0, 0);
	}

		.swiper-pagination.swiper-pagination-hidden {
			opacity: 0;
		}

		.swiper-pagination .swiper-pagination-bullet {
			width: 10px;
			height: 10px;
			display: inline-block;
			border-radius: 100%;
			background: rgba(255, 255, 255, 0.6);
			transition: .2s;
		}

			.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
				background: white;
			}

		.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
			cursor: pointer;
		}

		.swiper-pagination.swiper-pagination-modern {
			display: inline-block;
			width: auto;
			right: auto;
			left: auto;
		}

			.swiper-pagination.swiper-pagination-modern .swiper-pagination-bullet {
				position: relative;
				width: 8px;
				height: 8px;
				border-radius: 50%;
				background: #e9ebee;
				text-align: center;
				transition: .33s;
				line-height: 8px;
				margin: 0 30px;
				box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
			}

				.swiper-pagination.swiper-pagination-modern .swiper-pagination-bullet::before {
					content: '';
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translate3d(-50%, -50%, 0);
					width: 300%;
					height: 300%;
				}

				.swiper-pagination.swiper-pagination-modern .swiper-pagination-bullet-active,
				.swiper-pagination.swiper-pagination-modern .swiper-pagination-bullet:hover {
					background: #ffffff;
					transform: scale3d(1.75, 1.75, 1);
				}

					.swiper-pagination.swiper-pagination-modern .swiper-pagination-bullet-active::before,
					.swiper-pagination.swiper-pagination-modern .swiper-pagination-bullet:hover::before {
						width: 200%;
						height: 200%;
					}

	@media (max-width: 575.98px) {
		.swiper-pagination.swiper-pagination-modern .swiper-pagination-bullet {
			margin: 0 15px;
		}
	}

	.swiper-container-vertical > .swiper-pagination {
		right: 10px;
		top: 50%;
		transform: translate3d(0px, -50%, 0);
	}

		.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
			margin: 5px 0;
			display: block;
		}

	.swiper-container-horizontal > .swiper-pagination {
		bottom: 20px;
		left: 0;
		width: 100%;
	}

	.swiper-slide {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		width: 100%;
		height: 100%;
		white-space: nowrap;
	}

	.swiper-slide-caption {
		width: 100%;
		white-space: normal;
	}

	.swiper-slider-1 {
		margin-bottom: -1px;
		min-height: 300px;
	}

	@media (min-width: 768px) {
		.swiper-slider-1 {
			min-height: 42.1875vw;
		}

			.swiper-slider-1 .swiper-pagination {
				bottom: 50px;
			}
	}

	@media (min-width: 1200px) {
		.swiper-slider-1 .swiper-pagination {
			bottom: 70px;
		}
	}

	@media (min-width: 2050px) {
		.swiper-slider-1 {
			min-height: 810px;
		}
	}

	/*
*
* Google Map
*/
	.google-map-markers {
		display: none;
	}

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

	.google-map {
		width: 100%;
		min-height: 200px;
	}

		.google-map img {
			max-width: none !important;
		}

	@media (min-width: 576px) {
		.google-map {
			min-height: 250px;
		}
	}

	@media (min-width: 768px) {
		.google-map {
			min-height: 300px;
		}
	}

	@media (min-width: 992px) {
		.google-map {
			min-height: 350px;
		}
	}

	@media (min-width: 1200px) {
		.google-map {
			min-height: 500px;
		}
	}

	.map_locations {
		display: none;
	}

	/*
*
* Search Results
*/
	.rd-search-results-live {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		max-height: 600px;
		overflow-y: auto;
		margin: -3px 0 0;
		text-align: left;
		z-index: 998;
		border-radius: 0 0 0 0;
		box-shadow: 0 7px 10px 0 rgba(98, 103, 119, 0.09);
	}

		.rd-search-results-live #search-results {
			position: relative;
			padding: 16px 0 0;
			color: #151515;
			background: #fbf9f8;
			opacity: 0;
			visibility: hidden;
			transition: .3s all ease;
		}

			.rd-search-results-live #search-results::before {
				content: '';
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				pointer-events: none;
				z-index: -1;
				border: 1px solid #e9ebee;
				border-top: 0;
			}

			.rd-search-results-live #search-results.active {
				opacity: 1;
				visibility: visible;
			}

		.rd-search-results-live .search-quick-result {
			padding-left: 15px;
			padding-right: 15px;
			font-size: 14px;
			font-weight: 700;
			line-height: 1.8;
			letter-spacing: .08em;
			text-transform: uppercase;
			color: #bebebe;
		}

		.rd-search-results-live .search-list {
			margin-top: 11px;
		}

			.rd-search-results-live .search-list li:only-child {
				padding: 0 15px 15px;
			}

		.rd-search-results-live .search-link:hover {
			color: #8a8a8a;
		}

		.rd-search-results-live .search-error {
			font-size: 14px;
			line-height: 1.6;
		}

		.rd-search-results-live .search-title {
			position: relative;
			font-size: 20px;
		}

			.rd-search-results-live .search-title a:hover {
				color: #724d4d;
			}

		.rd-search-results-live .search-list-item-all {
			margin-top: 18px;
			width: 100%;
		}

		.rd-search-results-live .search-submit {
			position: relative;
			overflow: hidden;
			z-index: 0;
			display: block;
			padding: 8px;
			font-size: 16px;
			font-weight: 700;
			letter-spacing: 0.1em;
			text-transform: uppercase;
			text-align: center;
			color: #ffffff;
			background: #8a8a8a;
		}

			.rd-search-results-live .search-submit:hover {
				color: #ffffff;
				background: #151515;
			}

		.rd-search-results-live .match {
			display: none;
		}

	.not-empty ~ .rd-search-results-live {
		visibility: visible;
		opacity: 1;
	}

	.rd-search-results-live p {
		font-size: 14px;
	}

		.rd-search-results-live p * {
			margin: 0;
		}

	.rd-search-results-live .search-list-item {
		padding: 0 15px;
	}

	.rd-search-results-live * + p {
		margin-top: 5px;
	}


	.rd-search-results-live .search-list-item + .search-list-item {
		margin-top: 17px;
	}

	.rd-search-results .search-list {
		counter-reset: li;
		text-align: left;
		padding-left: 0;
		list-style-type: none;
		overflow: hidden;
	}

		.rd-search-results .search-list li div {
			overflow: hidden;
			text-overflow: ellipsis;
			max-width: 100%;
			white-space: nowrap;
		}

		.rd-search-results .search-list li:only-child::before {
			display: none;
		}

	.rd-search-results .search-list-item {
		position: relative;
		padding-left: 35px;
		color: #8a8a8a;
	}

		.rd-search-results .search-list-item::before {
			content: counter(li) ".";
			counter-increment: li;
			position: absolute;
			left: 0;
			top: 2px;
			line-height: inherit;
			color: #8a8a8a;
		}

		.rd-search-results .search-list-item + .search-list-item {
			margin-top: 40px;
		}

	.rd-search-results .search {
		padding: 0 .25em;
		color: #ffffff;
		background: #8a8a8a;
	}

	.rd-search-results .match {
		padding: 5px;
		font-size: 12px;
		line-height: 1.7;
		letter-spacing: .1em;
		text-transform: uppercase;
		color: #000000;
	}

		.rd-search-results .match em {
			margin: 0;
			font-style: normal;
		}

	.rd-search-results p * {
		margin: 0;
	}

	.rd-search-results * + p {
		margin-top: 10px;
	}

	.rd-search-results * + .match {
		margin-top: 10px;
	}

	@media (min-width: 768px) {
		.rd-search-results .search-list-item::before {
			top: 5px;
		}

		.rd-search-results * + p {
			margin-top: 12px;
		}
	}

	@media (min-width: 992px) {
		.rd-search-results .search-list-item {
			padding-left: 40px;
		}

			.rd-search-results .search-list-item::before {
				top: 3px;
			}

			.rd-search-results .search-list-item + .search-list-item {
				margin-top: 55px;
			}
	}

	@media (min-width: 1200px) {
		.rd-search-results .search-list-item {
			padding-left: 65px;
		}

			.rd-search-results .search-list-item + .search-list-item {
				margin-top: 60px;
			}
	}

	* + .rd-search-results {
		margin-top: 40px;
	}

	@media (min-width: 768px) {
		* + .rd-search-results {
			margin-top: 55px;
		}
	}

	/*
*
* RD Twitter
*/
	.twitter-light-group > h6 {
		font-size: 14px;
		line-height: 1.6;
		text-transform: uppercase;
	}

	.tweet-light {
		position: relative;
		display: flex;
		align-items: flex-start;
		max-width: 370px;
	}

		.tweet-light > * + * {
			margin-left: 10px;
		}

	.icon.tweet-light-icon {
		font-size: 1.55556em;
		color: #8a8a8a;
	}

	.tweet-light-meta {
		display: block;
		font-size: 14px;
		line-height: 1.28571;
		color: #bebebe;
	}

	.context-dark .tweet-light, .bg-gray-900 .tweet-light, .bg-primary .tweet-light {
		color: #ffffff;
	}

		.context-dark .tweet-light a:hover, .bg-gray-900 .tweet-light a:hover, .bg-primary .tweet-light a:hover {
			color: #151515;
			text-decoration: underline;
		}

	.context-dark .tweet-light-meta, .bg-gray-900 .tweet-light-meta, .bg-primary .tweet-light-meta {
		color: #bebebe;
	}

	* + .twitter-light-group {
		margin-top: 20px;
	}

	* + .tweet-light {
		margin-top: 20px;
	}

	* + .tweet-light-meta {
		margin-top: 16px;
	}

	@media (min-width: 768px) {
		.tweet-light > * + * {
			margin-left: 20px;
		}

		* + .tweet-light {
			margin-top: 35px;
		}
	}

	.twitter-thin-group > h6 {
		display: none !important;
		font-size: 14px;
		line-height: 1.6;
		text-transform: uppercase;
	}

	.tweet-thin {
		position: relative;
		display: flex;
		align-items: flex-start;
		max-width: 370px;
		font-size: 14px;
		line-height: 1.71429;
	}

		.tweet-thin > * + * {
			margin-left: 10px;
		}

	.icon.tweet-thin-icon {
		font-size: 20px;
		color: #8a8a8a;
	}

	.tweet-thin-meta {
		display: block;
		font-size: 14px;
		line-height: 1.28571;
		color: #bebebe;
	}

	.context-dark .tweet-thin, .bg-gray-900 .tweet-thin, .bg-primary .tweet-thin {
		color: #fbf9f8;
	}

		.context-dark .tweet-thin a:hover, .bg-gray-900 .tweet-thin a:hover, .bg-primary .tweet-thin a:hover {
			color: inherit;
			text-decoration: underline;
		}

	.context-dark .tweet-thin-meta, .bg-gray-900 .tweet-thin-meta, .bg-primary .tweet-thin-meta {
		color: #bebebe;
	}

	* + .twitter-thin-group {
		margin-top: 20px;
	}

	* + .tweet-thin {
		margin-top: 27px;
	}

	* + .tweet-thin-meta {
		margin-top: 8px;
	}

	@media (min-width: 768px) {
		.tweet-thin > * + * {
			margin-left: 20px;
		}
	}

	/*
*
* Isotope
*/
	@keyframes sprite-animation {
		from {
			background-position: 0 0;
		}
	}

	[data-isotope-layout] {
		z-index: 0;
		display: block;
		min-height: 160px;
		margin-left: -10px;
		margin-right: -10px;
		transition: .4s all ease;
	}

		[data-isotope-layout] [class*="col-"] {
			display: block;
			will-change: transform;
			backface-visibility: hidden;
			transition: .1s opacity ease-in;
		}

	.isotope-sizer {
		height: 0;
		margin-top: -1px;
		margin-bottom: 0;
	}

	.isotope.isotope-condensed {
		margin-left: 0;
		margin-right: 0;
		overflow: hidden;
	}

		.isotope.isotope-condensed [class*='col'] {
			padding: 0;
			margin: 0 0 30px 0;
		}

	@media (min-width: 576px) {
		.isotope.isotope-condensed [class*='col'] {
			margin: 0 -1px -1px 0;
		}
	}

	.isotope-filters-list {
		position: relative;
		margin-left: -20px;
		margin-bottom: -10px;
	}

		.isotope-filters-list > * {
			margin-left: 20px;
		}

		.isotope-filters-list::after {
			content: '';
			position: absolute;
			left: 20px;
			right: 0;
			bottom: 10px;
			border-bottom: 1px solid #e9ebee;
		}

		.isotope-filters-list li {
			display: inline-block;
			margin-bottom: 10px;
		}

		.isotope-filters-list a {
			position: relative;
			display: block;
			z-index: 1;
			padding-bottom: 12px;
			color: #bebebe;
		}

			.isotope-filters-list a::after {
				content: '';
				position: absolute;
				right: 0;
				bottom: 0;
				width: 0;
				height: 1px;
				transition: .4s;
				background: #8a8a8a;
			}

			.isotope-filters-list a:hover {
				color: #404058;
			}

			.isotope-filters-list a.active {
				color: #404058;
			}

				.isotope-filters-list a.active::after {
					right: auto;
					left: 0;
					width: 100%;
				}

	@media (min-width: 992px) {
		.isotope-filters-list {
			margin-left: -42px;
		}

			.isotope-filters-list > * {
				margin-left: 42px;
			}

			.isotope-filters-list::after {
				left: 45px;
			}
	}

	@media (max-width: 767.98px) {
		.isotope-filters-modern {
			position: relative;
			z-index: 10;
			text-align: center;
		}

		.isotope-filters-toggle {
			display: block;
			margin-left: auto;
			margin-right: auto;
			padding: 10px 20px;
			color: #ffffff;
			background: #8a8a8a;
			box-shadow: none;
			border: 0;
		}

			.isotope-filters-toggle .caret {
				position: relative;
				display: inline-block;
				margin-left: 5px;
				font-family: "FontAwesome";
				font-size: 14px;
				transition: .22s;
				will-change: transform;
			}

				.isotope-filters-toggle .caret::before {
					content: '\f107';
				}

			.isotope-filters-toggle.active .caret {
				transform: scale(1, -1);
			}

		.isotope-filters-list {
			position: absolute;
			top: 100%;
			left: 50%;
			z-index: 10;
			min-width: 240px;
			margin-top: 5px;
			margin-left: -120px;
			padding: 15px 20px;
			border: 1px solid #e9ebee;
			border-radius: 0;
			opacity: 0;
			visibility: hidden;
			background: #ffffff;
			transition: .3s ease-in;
		}

			.isotope-filters-list::after {
				display: none;
			}

			.isotope-filters-list.active {
				opacity: 1;
				visibility: visible;
			}

			.isotope-filters-list li {
				display: block;
				width: 100%;
				margin-left: 0;
			}

			.isotope-filters-list a {
				padding: 0;
			}

				.isotope-filters-list a::after {
					display: none;
				}
	}

	@media (min-width: 768px) {
		.isotope-filters-modern .isotope-filters-toggle {
			display: none;
		}
	}

	* + .isotope {
		margin-top: 40px;
	}

	@media (min-width: 768px) {
		* + .isotope {
			margin-top: 46px;
		}
	}

	@media (min-width: 1200px) {
		.isotope-filters-modern + .isotope {
			margin-top: 70px;
		}
	}

	[class*='isotope-item-placeholder'] {
		position: relative;
		overflow: hidden;
		display: flex;
	}

		[class*='isotope-item-placeholder']::after {
			content: '';
			display: block;
			padding-bottom: 100%;
			visibility: hidden;
		}

		[class*='isotope-item-placeholder'] > *, [class*='isotope-item-placeholder']::after {
			width: 100%;
			flex-shrink: 0;
		}

	.isotope-item-placeholder-1::after {
		padding-bottom: 0;
	}

	@media (min-width: 992px) {
		.isotope-item-placeholder-1::after {
			padding-bottom: 45.94595%;
		}
	}

	.isotope-item-placeholder-2 {
		pointer-events: none;
	}

		.isotope-item-placeholder-2::after {
			padding-bottom: 24.32432%;
		}

	.tabs-custom {
		text-align: left;
	}

		.tabs-custom .nav {
			display: block;
		}

		.tabs-custom .nav-tabs {
			word-spacing: 0;
			border: 0;
		}

			.tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {
				display: none;
			}

		.tabs-custom .nav-item {
			float: none;
			border: 0;
			cursor: pointer;
			transition: .33s all ease;
			margin-bottom: 0;
		}

		.tabs-custom .nav-link {
			margin: 0;
			border-radius: 0;
			border: 0;
		}

			.tabs-custom .nav-link:active, .tabs-custom .nav-link:focus {
				border: 0;
			}

			.tabs-custom .nav-link.active {
				cursor: default;
				border: 0;
			}

	.tab-content > .tab-pane {
		display: block;
		visibility: hidden;
		height: 0;
		overflow: hidden;
	}

	.tab-content > .active {
		visibility: visible;
		height: auto;
		overflow: visible;
	}

	.tabs-line .nav-tabs {
		position: relative;
	}

	.tabs-line .nav-link {
		text-align: center;
		vertical-align: middle;
		color: #151515;
	}

	.tabs-line * + .tab-content {
		margin-top: 20px;
	}

	@media (max-width: 575.98px) {
		.tabs-line .nav-tabs {
			max-width: 100%;
			border: 1px solid #e9ebee;
			border-bottom: 0;
		}

		.tabs-line .nav-item {
			border-bottom: 1px solid #e9ebee;
		}

		.tabs-line .nav-link {
			padding: 7px 10px;
		}

			.tabs-line .nav-link:hover,
			.tabs-line .nav-link.active {
				color: #724d4d;
			}
	}

	* + .tabs-line {
		margin-top: 30px;
	}

	@media (min-width: 576px) {
		.tabs-line .nav-link {
			position: relative;
		}

			.tabs-line .nav-link::after {
				content: '';
				position: absolute;
				background: #8a8a8a;
				transition: .22s ease;
			}

		.tabs-line.tabs-horizontal .nav-tabs {
			border: 0;
			border-bottom: 1px solid #e9ebee;
		}

		.tabs-line.tabs-horizontal .nav-item {
			display: inline-block;
		}

			.tabs-line.tabs-horizontal .nav-item:not(:last-child) {
				margin-right: 45px;
			}

		.tabs-line.tabs-horizontal .nav-link {
			padding: 0 0 12px 0;
		}

			.tabs-line.tabs-horizontal .nav-link::after {
				bottom: -1px;
				left: 0;
				height: 1px;
				width: 0;
			}

			.tabs-line.tabs-horizontal .nav-link.active,
			.tabs-line.tabs-horizontal .nav-link:hover {
				color: #5e5e63;
			}

				.tabs-line.tabs-horizontal .nav-link.active::after {
					width: 100%;
				}

		.tabs-line.tabs-horizontal * + .tab-content {
			margin-top: 30px;
		}

		.tabs-line-1.tabs-horizontal {
			text-align: center;
		}

			.tabs-line-1.tabs-horizontal .nav-tabs {
				display: inline-block;
				margin-left: auto;
				margin-right: auto;
			}

			.tabs-line-1.tabs-horizontal .tab-content {
				margin-top: 40px;
				text-align: left;
			}

		.tabs-line.tabs-vertical > * + * {
			margin-left: 50px;
		}

		.tabs-line.tabs-vertical .nav-tabs {
			min-width: 140px;
			text-align: right;
			border-right: 1px solid #e9ebee;
		}

		.tabs-line.tabs-vertical .nav-link {
			padding: 4px 10px;
		}

			.tabs-line.tabs-vertical .nav-link::after {
				top: 0;
				right: -1px;
				width: 1px;
				height: 0;
			}

			.tabs-line.tabs-vertical .nav-link.active::after {
				height: 100%;
			}

		.nav-item + .nav-item {
			margin-top: 8px;
		}

		* + .tabs-line {
			margin-top: 45px;
		}
	}

	@media (min-width: 576px) {
		.tabs-vertical {
			display: flex;
			align-items: flex-start;
		}

			.tabs-vertical .nav-tabs {
				display: flex;
				flex-direction: column;
				align-items: stretch;
				flex-shrink: 0;
				max-width: 50%;
			}

			.tabs-vertical .nav-item {
				border: 0;
				width: 100%;
				text-align: left;
			}

			.tabs-vertical .tab-content {
				margin-top: 0;
				flex-grow: 1;
			}
	}

	.card-group-custom {
		margin-bottom: 0;
	}

		.card-group-custom .card-header + .collapse > .card-body,
		.card-group-custom .card-header + .collapse > .list-group {
			border-top: 0;
		}

		.card-group-custom .card + .card {
			margin-top: 0;
		}

	.card-title {
		margin-bottom: 0;
	}

	.card-header {
		background-color: transparent;
	}

	.card-custom {
		display: block;
		margin: 0;
		background: inherit;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		text-align: left;
	}

		.card-custom a {
			display: block;
		}

		.card-custom .card-header {
			padding: 0;
			border-bottom: 0;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
		}

		.card-custom .card-body {
			padding: 0;
			border: 0;
		}

	* + .card-group-custom {
		margin-top: 30px;
	}

	@media (min-width: 768px) {
		* + .card-group-custom {
			margin-top: 40px;
		}
	}

	/* 
* Card corporate
*/
	.card-corporate {
		border-top: 1px solid #fbf9f8;
		text-align: left;
	}

		.card-corporate:last-child {
			border-bottom: 1px solid #fbf9f8;
		}

		.card-corporate .card-collapse {
			background: #ffffff;
		}

		.card-corporate .card-title a {
			position: relative;
			z-index: 1;
			padding: 15px 40px 15px 70px;
			font-size: 17px;
			line-height: 1.5;
			letter-spacing: 0;
			color: #404058;
			transition: 1.3s all ease;
		}

			.card-corporate .card-title a .card-arrow {
				transition: .33s;
			}

			.card-corporate .card-title a.collapsed {
				color: #404058;
				border-bottom-width: 0;
			}

				.card-corporate .card-title a.collapsed .card-arrow::before {
					opacity: 1;
				}

				.card-corporate .card-title a.collapsed .card-arrow::after {
					opacity: 0;
				}

		.card-corporate .card-arrow {
			position: absolute;
			top: 16px;
			left: 13px;
			z-index: 2;
			width: 20px;
			height: 20px;
			color: #8a8a8a;
			transition: .33s all ease;
			text-align: center;
		}

			.card-corporate .card-arrow::before, .card-corporate .card-arrow::after {
				position: absolute;
				z-index: 4;
				font-family: 'Material Design Icons';
				font-size: 24px;
				line-height: 1;
				transition: .22s;
			}

			.card-corporate .card-arrow::before {
				content: '\f505';
				opacity: 0;
			}

			.card-corporate .card-arrow::after {
				content: '\f466';
				opacity: 1;
			}

		.card-corporate .collapse {
			position: relative;
			z-index: 1;
		}

		.card-corporate .card-body {
			padding: 2px 44px 25px 70px;
			color: #8a8a8a;
		}

	.client-logo {
	}

		.client-logo img {
			background: #fff;
			width: auto;
			height: 80px;
			margin-bottom: 15px;
			padding: 5px;
			border: 1px solid #f1f1f1;
		}

			.client-logo img:hover {
				box-shadow: 0px 1px 4px #EFEFEF;
			}

	.abut-info-vido-col {
		position: relative;
		content: '';
		top: 50%;
		left: 0;
		right: 0;
		bottom: 0;
		/*z-index: 1;*/
	}

	.abut-col {
		width: 100%;
		padding: 30px 0px 0px 0px;
		background: #f1f6ff;
		margin-bottom: 50px;
	}

	.abut-info-vido-col img {
		width: 100%;
		height: 382px;
	}

	.video-play-button {
		position: absolute;
		z-index: 10;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		box-sizing: content-box;
		display: block;
		width: 32px;
		height: 44px;
		/* background: #fa183d; */
		border-radius: 50%;
		padding: 18px 20px 18px 28px;
	}

		.video-play-button:before {
			content: "";
			position: absolute;
			z-index: 0;
			left: 50%;
			top: 50%;
			transform: translateX(-50%) translateY(-50%);
			display: block;
			width: 80px;
			height: 80px;
			background: #ef7d08;
			border-radius: 50%;
			animation: pulse-border 1500ms ease-out infinite;
		}

		.video-play-button:after {
			content: "";
			position: absolute;
			z-index: 1;
			left: 50%;
			top: 50%;
			transform: translateX(-50%) translateY(-50%);
			display: block;
			width: 80px;
			height: 80px;
			background: #ef7d08;
			border-radius: 50%;
			transition: all 200ms;
		}

		.video-play-button:hover:after {
			background-color: darken(#ef7d08, 10%);
		}

		.video-play-button img {
			position: relative;
			z-index: 3;
			max-width: 100%;
			width: auto;
			height: auto;
		}

		.video-play-button span {
			display: block;
			position: relative;
			z-index: 3;
			width: 0;
			height: 0;
			border-left: 32px solid #fff;
			border-top: 22px solid transparent;
			border-bottom: 22px solid transparent;
		}

	@keyframes pulse-border {
		0% {
			transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
			opacity: 1;
		}

		100% {
			transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
			opacity: 0;
		}
	}



	.video-overlay {
		position: fixed;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,0,0,0.80);
		opacity: 0;
		transition: all ease 500ms;
	}

		.video-overlay.open {
			position: fixed;
			z-index: 9999;
			opacity: 1;
		}

	.video-overlay-close {
		position: absolute;
		z-index: 1000;
		top: 15px;
		right: 20px;
		font-size: 36px;
		line-height: 1;
		font-weight: 400;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		transition: all 200ms;
	}

		.video-overlay-close:hover {
			color: #fa183d;
		}

	.video-overlay iframe {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		/* width: 90%; */
		/* height: auto; */
		box-shadow: 0 0 15px rgba(0,0,0,0.75);
	}

	@media (max-width: 767.98px) {
		.card-corporate .card-arrow {
			left: 0;
		}

		.card-corporate .card-title a,
		.card-corporate .card-body {
			padding-left: 50px;
		}
	}

	@media (min-width: 768px) {
		.card-corporate .card-title a {
			font-size: 20px;
			line-height: 1.4;
		}

		.card-corporate .card-arrow {
			top: 18px;
		}
	}

	/*
*
* Tooltop Custom
*/
	.tooltip {
		font-size: 18px;
		line-height: 1.2;
	}

	/*
*
* Counter
*/
	.counter-minimal-counter {
		font-size: 36px;
		line-height: 1;
		font-weight: 700;
		color: #151515;
	}

	.counter-minimal-title {
		max-width: 200px;
	}

	.context-dark .counter-minimal-counter, .bg-gray-900 .counter-minimal-counter, .bg-primary .counter-minimal-counter {
		color: #ffffff;
	}

	* + .counter-minimal-title {
		margin-top: 8px;
	}

	.counter-modern {
		text-align: center;
	}

	.icon.counter-modern-icon {
		display: block;
		font-size: 32px;
		line-height: 1;
		color: #8a8a8a;
	}

	.counter-modern-main {
		white-space: nowrap;
		font-size: 40px;
		font-weight: 700;
		color: #151515;
	}

		.counter-modern-main > * {
			display: inline;
		}

	* + .counter-modern-main {
		margin-top: 10px;
	}

	* + .counter-modern-title {
		margin-top: 5px;
	}

	@media (min-width: 768px) {
		* + .counter-modern-main {
			margin-top: 16px;
		}
	}

	@media (min-width: 992px) {
		.counter-modern-main {
			font-size: 54px;
		}

		* + .counter-modern-title {
			margin-top: 13px;
		}
	}

	/* Counter simple */
	.counter-simple-value {
		line-height: 1;
		color: #101010;
		font-size: 40px;
		font-weight: 500;
	}

		.counter-simple-value i {
			font-size: 60px;
		}

	.counter-simple-title {
		font-weight: 600;
		color: #060606;
	}

	* + .counter-simple-title {
		margin-top: 15px;
	}

	@media (min-width: 1600px) {
		.counter-simple-value {
			font-size: 52px;
		}

		* + .counter-simple-title {
			margin-top: 10px;
		}
	}

	/*
*
* Progress Bars
*/
	.progress-linear {
		position: relative;
		text-align: left;
	}

		.progress-linear .progress-header {
			display: flex;
			align-items: center;
			justify-content: space-between;
			transform: translate3d(0, -10px, 0);
			margin-bottom: -10px;
			margin-left: -5px;
			margin-right: -5px;
			color: #151515;
		}

			.progress-linear .progress-header > * {
				margin-top: 10px;
				padding-left: 5px;
				padding-right: 5px;
			}

			.progress-linear .progress-header p {
				color: #151515;
			}

		.progress-linear .progress-bar-linear-wrap {
			height: 2px;
			background: #d2d7dd;
		}

		.progress-linear .progress-linear-bar {
			width: 0;
			height: inherit;
			background: #8a8a8a;
			transition: .5s all ease-in-out;
		}

		.progress-linear .progress-value::after {
			content: '\0025';
		}

	* + .progress-linear {
		margin-top: 25px;
	}

	* + .progress-linear-outer {
		margin-top: 25px;
	}

	* + .progress-bar-linear-wrap {
		margin-top: 8px;
	}

	.progress-linear + .progress-linear {
		margin-top: 23px;
	}

	.progress-linear-outer + .progress-linear-outer {
		margin-top: 20px;
	}

	@media (min-width: 768px) {
		* + .progress-linear {
			margin-top: 40px;
		}

		* + .progress-linear-outer {
			margin-top: 40px;
		}
	}

	@media (min-width: 1200px) {
		.progress-linear-outer + .progress-linear-outer {
			margin-top: 33px;
		}
	}

	/*
*
* Circle Progress Bars
*/
	.progress-bar-circle {
		display: inline-block;
		position: relative;
		text-align: center;
		line-height: 1.2;
	}

		.progress-bar-circle canvas {
			vertical-align: middle;
		}

		.progress-bar-circle span {
			position: absolute;
			top: 50%;
			left: 51%;
			font-size: 36px;
			line-height: 36px;
			transform: translate(-50%, -50%);
			color: #8a8a8a;
		}

			.progress-bar-circle span::after {
				content: "%";
			}

	.progress-bar-circle-title {
		font-size: 14px;
		letter-spacing: .05em;
		text-transform: uppercase;
	}

	* + .progress-bar-circle-title {
		margin-top: 12px;
	}

	/*
*
* Owl Carousel
*/
	.owl-carousel .animated {
		animation-duration: 1000ms;
		animation-fill-mode: both;
	}

	.owl-carousel .owl-animated-in {
		z-index: 0;
	}

	.owl-carousel .owl-animated-out {
		z-index: 1;
	}

	.owl-carousel .fadeOut {
		animation-name: fadeOut;
	}

	@keyframes fadeOut {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 0;
		}
	}

	/* 
 * 	Owl Carousel - Auto Height Plugin
 */
	.owl-height {
		transition: height 500ms ease-in-out;
	}

	/* 
 *  Core Owl Carousel CSS File
 */
	.owl-carousel {
		display: none;
		width: 100%;
		-webkit-tap-highlight-color: transparent;
		/* position relative and z-index fix webkit rendering fonts issue */
		position: relative;
		z-index: 1;
	}

		.owl-carousel .owl-stage {
			position: relative;
			-ms-touch-action: pan-Y;
		}

			.owl-carousel .owl-stage:after {
				content: ".";
				display: block;
				clear: both;
				visibility: hidden;
				line-height: 0;
				height: 0;
			}

		.owl-carousel .owl-stage-outer {
			position: relative;
			overflow: hidden;
			/* fix for flashing background */
			-webkit-transform: translate3d(0px, 0px, 0px);
		}

		.owl-carousel .owl-controls .owl-nav .owl-prev,
		.owl-carousel .owl-controls .owl-nav .owl-next,
		.owl-carousel .owl-controls .owl-dot {
			cursor: pointer;
			user-select: none;
		}

		.owl-carousel.owl-loaded {
			display: block;
		}

		.owl-carousel.owl-loading {
			opacity: 0;
			display: block;
		}

		.owl-carousel.owl-hidden {
			opacity: 0;
		}

		.owl-carousel .owl-refresh .owl-item {
			display: none;
		}

		.owl-carousel .owl-item {
			position: relative;
			min-height: 1px;
			float: left;
			-webkit-tap-highlight-color: transparent;
			-webkit-touch-callout: none;
		}

		.owl-carousel .owl-grab {
			cursor: move;
			cursor: -webkit-grab;
			cursor: grab;
		}

		.owl-carousel.owl-rtl {
			direction: rtl;
		}

			.owl-carousel.owl-rtl .owl-item {
				float: right;
			}

	/* No Js */
	.no-js .owl-carousel {
		display: block;
	}

	/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
	.owl-carousel .owl-item .owl-lazy {
		opacity: 0;
		transition: opacity 400ms ease;
	}

	/* 
 * 	Owl Carousel - Video Plugin
 */
	.owl-carousel .owl-video-wrapper {
		position: relative;
		height: 100%;
		background: #000000;
	}

	.owl-carousel .owl-video-play-icon {
		position: absolute;
		height: 80px;
		width: 80px;
		left: 50%;
		top: 50%;
		margin-left: -40px;
		margin-top: -40px;
		font: 400 40px/80px 'FontAwesome';
		cursor: pointer;
		z-index: 1;
		transition: scale 100ms ease;
	}

		.owl-carousel .owl-video-play-icon:before {
			content: '\f144';
		}

		.owl-carousel .owl-video-play-icon:hover {
			transform: scale(1.3);
		}

	.owl-carousel .owl-video-playing .owl-video-tn,
	.owl-carousel .owl-video-playing .owl-video-play-icon {
		display: none;
	}

	.owl-carousel .owl-video-tn {
		opacity: 0;
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		transition: opacity 400ms ease;
	}

	.owl-carousel .owl-video-frame {
		position: relative;
		z-index: 1;
	}

	/*
 * Owl Navigation
 */
	.owl-nav.disabled {
		display: none !important;
	}

	.owl-prev,
	.owl-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		font: normal normal normal 14px/1 FontAwesome;
		color: rgba(21, 21, 21, 0.4);
		cursor: pointer;
		transition: .22s;
	}

		.owl-prev:hover,
		.owl-next:hover {
			color: #8a8a8a;
		}

	@media (min-width: 768px) {
		.owl-prev,
		.owl-next {
			font-size: 40px;
		}
	}

	.owl-prev {
		left: 0px;
	}

		.owl-prev::before {
			content: "\f104";
		}

	.owl-next {
		right: 0px;
	}

		.owl-next::before {
			content: "\f105";
		}

	/*
 * Owl Pagination
 */
	.owl-dots {
		text-align: center;
		margin-top: 25px;
	}

		.owl-dots.disabled {
			display: none !important;
		}

	.owl-dot {
		position: relative;
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		margin: 0 18px;
		text-align: center;
		outline: none;
		cursor: pointer;
		transition: .2s;
		background: #e9ebee;
	}

		.owl-dot::before {
			content: '';
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate3d(-50%, -50%, 0);
			width: 300%;
			height: 300%;
		}

		.owl-dot:only-child {
			display: none;
		}

		.owl-dot:hover, .owl-dot.active {
			background-color: #8a8a8a;
		}

		.owl-dot.active {
			transform: scale3d(1.5, 1.5, 1);
		}

	.context-dark .owl-dot, .bg-gray-900 .owl-dot, .bg-primary .owl-dot {
		background: #8a8a8a;
	}

		.context-dark .owl-dot:hover, .bg-gray-900 .owl-dot:hover, .bg-primary .owl-dot:hover, .context-dark .owl-dot.active, .bg-gray-900 .owl-dot.active, .bg-primary .owl-dot.active {
			background-color: #8a8a8a;
		}

	.bg-gray-100 .owl-dot,
	.bg-gray-200 .owl-dot {
		background: #8a8a8a;
	}

		.bg-gray-100 .owl-dot:hover, .bg-gray-100 .owl-dot.active,
		.bg-gray-200 .owl-dot:hover,
		.bg-gray-200 .owl-dot.active {
			background-color: #8a8a8a;
		}

	@media (max-width: 767.98px) {
		.owl-style-1 .owl-prev,
		.owl-style-1 .owl-next {
			top: 10%;
		}
	}

	@media (min-width: 768px) {
		.owl-style-1 {
			padding-left: 50px;
			padding-right: 50px;
		}
	}

	@media (min-width: 1200px) {
		.owl-style-1 .owl-prev,
		.owl-style-1 .owl-next {
			top: 60%;
		}
	}

	@media (min-width: 768px) {
		* + .owl-style-1 {
			margin-top: 40px;
		}
	}

	@media (min-width: 1600px) {
		* + .owl-style-1 {
			margin-top: 70px;
		}
	}

	.owl-style-2 .owl-dots {
		margin-top: 18px;
	}

	.owl-style-2 + .button {
		margin-top: 40px;
	}

	@media (min-width: 768px) {
		* + .owl-style-2 {
			margin-top: 50px;
		}
	}

	@media (min-width: 1200px) {
		* + .owl-style-2 {
			margin-top: 60px;
		}

		.owl-style-2 + .button {
			margin-top: 60px;
		}
	}

	.owl-style-3 {
		text-align: center;
	}

		.owl-style-3 .owl-stage {
			position: relative;
			display: flex;
			align-items: center;
		}

	.owl-style-4 .owl-nav {
		margin-top: 25px;
		margin-bottom: -20px;
		margin-left: -20px;
	}

		.owl-style-4 .owl-nav:empty {
			margin-bottom: 0;
			margin-left: 0;
		}

		.owl-style-4 .owl-nav > * {
			display: inline-block;
			margin-top: -50px;
			margin-bottom: 20px;
			margin-left: 0px;
		}

	.owl-style-4 .owl-next,
	.owl-style-4 .owl-prev {
		position: absolute;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		font-size: 27px;
		border-radius: 50%;
		color: #151515;
		background-color: #e9ebee;
		transform: none;
	}

		.owl-style-4 .owl-next:hover,
		.owl-style-4 .owl-prev:hover {
			color: #ffffff;
			background-color: #333;
		}

		.owl-style-4 .owl-prev::before {
			content: "\f104";
		}

		.owl-style-4 .owl-next::before {
			content: "\f105";
		}

	* + .owl-style-4 {
		margin-top: 0px;
	}

	@media (min-width: 768px) {
		.owl-style-4 .owl-nav {
			margin-top: 30px;
		}

		* + .owl-style-4 {
			margin-top: 0px;
		}
	}

	@media (min-width: 1200px) {
		.owl-style-4 .owl-nav {
			margin-top: 0px;
		}

		.owl-style-4 .owl-next,
		.owl-style-4 .owl-prev {
			width: 50px;
			height: 50px;
		}

		* + .owl-style-4 {
			margin-top: 0px;
		}
	}

	/* Owl carousel */
	.owl-carousel-5 .owl-stage {
		display: flex;
		align-items: center;
	}

	* + .owl-carousel-5 {
		margin-top: 35px;
	}

	@media (min-width: 768px) {
		* + .owl-carousel-5 {
			margin-top: 45px;
		}
	}

	@media (min-width: 1200px) {
		* + .owl-carousel-5 {
			margin-top: 53px;
		}
	}

	.owl-carousel-dots-space .owl-dots {
		margin-bottom: 25px;
	}

	.timeline-classic-item {
		position: relative;
		overflow: hidden;
	}

	.timeline-classic-time {
		white-space: nowrap;
	}

	.timeline-classic-item {
		padding-right: 25px;
		text-align: left;
	}

	.timeline-classic-media {
		height: 30px;
	}

	.timeline-classic-divider {
		position: relative;
		height: 1px;
		margin-right: -999px;
		background: rgba(233, 235, 238, 0.8);
	}

		.timeline-classic-divider::before {
			position: absolute;
			top: -3px;
			left: 0;
			content: '';
			width: 7px;
			height: 7px;
			border-radius: 50%;
			background: #e9ebee;
		}

	.context-dark .timeline-classic-divider, .bg-gray-900 .timeline-classic-divider, .bg-primary .timeline-classic-divider {
		background: rgba(251, 249, 248, 0.3);
	}

		.context-dark .timeline-classic-divider::before, .bg-gray-900 .timeline-classic-divider::before, .bg-primary .timeline-classic-divider::before {
			background: #ffffff;
		}

	* + .owl-timeline-classic {
		margin-top: 50px;
	}

	* + .timeline-classic-time {
		margin-top: 10px;
	}

	* + .timeline-classic-divider {
		margin-top: 15px;
	}

	* + .timeline-classic-title {
		margin-top: 15px;
	}

	@media (max-width: 575.98px) {
		.owl-timeline-classic {
			max-width: 370px;
			margin-left: auto;
			margin-right: auto;
		}
	}

	@media (min-width: 768px) {
		.timeline-classic-item {
			padding-right: 40px;
		}

		.timeline-classic-title {
			max-width: 250px;
		}

		* + .timeline-classic-time {
			margin-top: 15px;
		}

		* + .timeline-classic-divider {
			margin-top: 20px;
		}

		* + .timeline-classic-title {
			margin-top: 20px;
		}
	}

	@media (min-width: 992px) {
		* + .timeline-classic-time {
			margin-top: 20px;
		}

		* + .timeline-classic-divider {
			margin-top: 25px;
		}

		* + .timeline-classic-title {
			margin-top: 25px;
		}
	}

	@media (min-width: 1200px) {
		.owl-timeline-classic .owl-dots {
			display: none !important;
		}

		.owl-timeline-classic {
			width: calc(585px + 50vw);
		}

		.timeline-classic-item {
			padding-right: 50px;
		}

		.timeline-classic-title {
			max-width: 85%;
		}

		* + .timeline-classic-time {
			margin-top: 27px;
		}

		* + .timeline-classic-divider {
			margin-top: 30px;
		}

		* + .timeline-classic-title {
			margin-top: 35px;
		}

		.timeline-classic-title + * {
			margin-top: 25px;
		}
	}

	@media (min-width: 1600px) {
		* + .owl-timeline-classic {
			margin-top: 70px;
		}
	}

	/** @section Lightgallery */
	@font-face {
		font-family: 'lg';
		src: url("#");
		src: url("#") format("embedded-opentype"), url("#") format("woff"), url("#") format("truetype"), url("#") format("svg");
		font-weight: normal;
		font-style: normal;
	}

	.lg-icon {
		font-family: 'lg';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.lg-actions .lg-next, .lg-actions .lg-prev {
		background-color: rgba(0, 0, 0, 0.45);
		border-radius: 2px;
		color: #999;
		cursor: pointer;
		display: block;
		font-size: 22px;
		margin-top: -10px;
		padding: 8px 10px 9px;
		position: absolute;
		top: 50%;
		z-index: 1200;
		border: none;
		outline: none;
	}

		.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
			pointer-events: none;
			opacity: 0.5;
		}

		.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
			color: #FFF;
		}

	.lg-actions .lg-next {
		right: 20px;
	}

		.lg-actions .lg-next:before {
			content: "\e095";
		}

	.lg-actions .lg-prev {
		left: 20px;
	}

		.lg-actions .lg-prev:after {
			content: "\e094";
		}

	@-webkit-keyframes lg-right-end {
		0% {
			left: 0;
		}

		50% {
			left: -30px;
		}

		100% {
			left: 0;
		}
	}

	@-moz-keyframes lg-right-end {
		0% {
			left: 0;
		}

		50% {
			left: -30px;
		}

		100% {
			left: 0;
		}
	}

	@-ms-keyframes lg-right-end {
		0% {
			left: 0;
		}

		50% {
			left: -30px;
		}

		100% {
			left: 0;
		}
	}

	@keyframes lg-right-end {
		0% {
			left: 0;
		}

		50% {
			left: -30px;
		}

		100% {
			left: 0;
		}
	}

	@-webkit-keyframes lg-left-end {
		0% {
			left: 0;
		}

		50% {
			left: 30px;
		}

		100% {
			left: 0;
		}
	}

	@-moz-keyframes lg-left-end {
		0% {
			left: 0;
		}

		50% {
			left: 30px;
		}

		100% {
			left: 0;
		}
	}

	@-ms-keyframes lg-left-end {
		0% {
			left: 0;
		}

		50% {
			left: 30px;
		}

		100% {
			left: 0;
		}
	}

	@keyframes lg-left-end {
		0% {
			left: 0;
		}

		50% {
			left: 30px;
		}

		100% {
			left: 0;
		}
	}

	.lg-outer.lg-right-end .lg-object {
		-webkit-animation: lg-right-end 0.3s;
		-o-animation: lg-right-end 0.3s;
		animation: lg-right-end 0.3s;
		position: relative;
	}

	.lg-outer.lg-left-end .lg-object {
		-webkit-animation: lg-left-end 0.3s;
		-o-animation: lg-left-end 0.3s;
		animation: lg-left-end 0.3s;
		position: relative;
	}

	.lg-toolbar {
		z-index: 1202;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.45);
	}

		.lg-toolbar .lg-icon {
			color: #999;
			cursor: pointer;
			float: right;
			font-size: 24px;
			height: 47px;
			line-height: 27px;
			padding: 10px 0;
			text-align: center;
			width: 50px;
			text-decoration: none !important;
			outline: medium none;
			-webkit-transition: color 0.2s linear;
			-o-transition: color 0.2s linear;
			transition: color 0.2s linear;
		}

			.lg-toolbar .lg-icon:hover {
				color: #FFF;
			}

		.lg-toolbar .lg-close:after {
			content: "\e070";
		}

		.lg-toolbar .lg-download:after {
			content: "\e0f2";
		}

	.lg-sub-html {
		background-color: rgba(0, 0, 0, 0.45);
		bottom: 0;
		color: #EEE;
		font-size: 16px;
		left: 0;
		padding: 10px 40px;
		position: fixed;
		right: 0;
		text-align: center;
		z-index: 1200;
	}

		.lg-sub-html h4 {
			margin: 0;
			font-size: 13px;
			font-weight: bold;
		}

		.lg-sub-html p {
			font-size: 12px;
			margin: 5px 0 0;
		}

	#lg-counter {
		color: #999;
		display: inline-block;
		font-size: 16px;
		padding-left: 20px;
		padding-top: 12px;
		vertical-align: middle;
	}

	.lg-toolbar, .lg-prev, .lg-next {
		opacity: 1;
		-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
		-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
		-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
		transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	}

	.lg-hide-items .lg-prev {
		opacity: 0;
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	.lg-hide-items .lg-next {
		opacity: 0;
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	.lg-hide-items .lg-toolbar {
		opacity: 0;
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
		-webkit-transform: scale3d(0.5, 0.5, 0.5);
		transform: scale3d(0.5, 0.5, 0.5);
		opacity: 0;
		-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
		-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
		-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
		transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		opacity: 1;
	}

	.lg-outer .lg-thumb-outer {
		background-color: #0D0A0A;
		bottom: 0;
		position: absolute;
		width: 100%;
		z-index: 1200;
		max-height: 350px;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
		-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
		-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
		transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	}

		.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
			cursor: -webkit-grab;
			cursor: -moz-grab;
			cursor: -o-grab;
			cursor: -ms-grab;
			cursor: grab;
		}

		.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
			cursor: move;
			cursor: -webkit-grabbing;
			cursor: -moz-grabbing;
			cursor: -o-grabbing;
			cursor: -ms-grabbing;
			cursor: grabbing;
		}

		.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
			-webkit-transition-duration: 0s !important;
			transition-duration: 0s !important;
		}

	.lg-outer.lg-thumb-open .lg-thumb-outer {
		-webkit-transform: translate3d(0, 0%, 0);
		transform: translate3d(0, 0%, 0);
	}

	.lg-outer .lg-thumb {
		padding: 10px 0;
		height: 100%;
		margin-bottom: -5px;
		margin-left: auto;
		margin-right: auto;
	}

	.lg-outer .lg-thumb-item {
		border-radius: 5px;
		cursor: pointer;
		float: left;
		overflow: hidden;
		height: 100%;
		border: 2px solid #FFF;
		border-radius: 4px;
		margin-bottom: 5px;
	}

	@media (min-width: 1025px) {
		.lg-outer .lg-thumb-item {
			-webkit-transition: border-color 0.25s ease;
			-o-transition: border-color 0.25s ease;
			transition: border-color 0.25s ease;
		}
	}

	.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
		border-color: #8a8a8a;
	}

	.lg-outer .lg-thumb-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.lg-outer.lg-has-thumb .lg-item {
		padding-bottom: 120px;
	}

	.lg-outer.lg-can-toggle .lg-item {
		padding-bottom: 0;
	}

	.lg-outer.lg-pull-caption-up .lg-sub-html {
		-webkit-transition: bottom 0.25s ease;
		-o-transition: bottom 0.25s ease;
		transition: bottom 0.25s ease;
	}

	.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
		bottom: 100px;
	}

	.lg-outer .lg-toogle-thumb {
		background-color: #0D0A0A;
		border-radius: 2px 2px 0 0;
		color: #999;
		cursor: pointer;
		font-size: 24px;
		height: 39px;
		line-height: 27px;
		padding: 5px 0;
		position: absolute;
		right: 20px;
		text-align: center;
		top: -39px;
		width: 50px;
	}

		.lg-outer .lg-toogle-thumb:after {
			content: "\e1ff";
		}

		.lg-outer .lg-toogle-thumb:hover {
			color: #FFF;
		}

	.lg-outer .lg-video-cont {
		display: inline-block;
		vertical-align: middle;
		max-width: 1140px;
		max-height: 100%;
		width: 100%;
		padding: 0 5px;
	}

	.lg-outer .lg-video {
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		overflow: hidden;
		position: relative;
	}

		.lg-outer .lg-video .lg-object {
			display: inline-block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100% !important;
			height: 100% !important;
		}

		.lg-outer .lg-video .lg-video-play {
			width: 84px;
			height: 59px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left: -42px;
			margin-top: -30px;
			z-index: 1200;
			cursor: pointer;
		}

	.lg-outer .lg-has-iframe .lg-video {
		-webkit-overflow-scrolling: touch;
		overflow: auto;
	}

	.lg-outer .lg-has-vimeo .lg-video-play {
		background: url("#") no-repeat scroll 0 0 transparent;
	}

	.lg-outer .lg-has-vimeo:hover .lg-video-play {
		background: url("#") no-repeat scroll 0 -58px transparent;
	}

	.lg-outer .lg-has-html5 .lg-video-play {
		background: transparent url("#") no-repeat scroll 0 0;
		height: 64px;
		margin-left: -32px;
		margin-top: -32px;
		width: 64px;
		opacity: 0.8;
	}

	.lg-outer .lg-has-html5:hover .lg-video-play {
		opacity: 1;
	}

	.lg-outer .lg-has-youtube .lg-video-play {
		background: url("#") no-repeat scroll 0 0 transparent;
	}

	.lg-outer .lg-has-youtube:hover .lg-video-play {
		background: url("#") no-repeat scroll 0 -60px transparent;
	}

	.lg-outer .lg-video-object {
		width: 100% !important;
		height: 100% !important;
		position: absolute;
		top: 0;
		left: 0;
	}

	.lg-outer .lg-has-video .lg-video-object {
		visibility: hidden;
	}

	.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
		display: none;
	}

	.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
		visibility: visible;
	}

	.lg-progress-bar {
		background-color: #333;
		height: 5px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1203;
		opacity: 0;
		-webkit-transition: opacity 0.08s ease 0s;
		-moz-transition: opacity 0.08s ease 0s;
		-o-transition: opacity 0.08s ease 0s;
		transition: opacity 0.08s ease 0s;
	}

		.lg-progress-bar .lg-progress {
			background-color: #8a8a8a;
			height: 5px;
			width: 0;
		}

		.lg-progress-bar.lg-start .lg-progress {
			width: 100%;
		}

	.lg-show-autoplay .lg-progress-bar {
		opacity: 1;
	}

	.lg-autoplay-button:after {
		content: "\e01d";
	}

	.lg-show-autoplay .lg-autoplay-button:after {
		content: "\e01a";
	}

	.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
		-webkit-transition-duration: 0s;
		transition-duration: 0s;
	}

	.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
		-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
		-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
		-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
		transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	}

	.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
		-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
		-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
		-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
		transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	}

	.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
		-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
		-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
		transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	#lg-zoom-in:after {
		content: "\e311";
	}

	#lg-actual-size {
		font-size: 20px;
	}

		#lg-actual-size:after {
			content: "\e033";
		}

	#lg-zoom-out {
		opacity: 0.5;
		pointer-events: none;
	}

		#lg-zoom-out:after {
			content: "\e312";
		}

	.lg-zoomed #lg-zoom-out {
		opacity: 1;
		pointer-events: auto;
	}

	.lg-outer .lg-pager-outer {
		bottom: 60px;
		left: 0;
		position: absolute;
		right: 0;
		text-align: center;
		z-index: 1200;
		height: 10px;
	}

		.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
			overflow: visible;
		}

	.lg-outer .lg-pager-cont {
		cursor: pointer;
		display: inline-block;
		overflow: hidden;
		position: relative;
		vertical-align: top;
		margin: 0 5px;
	}

		.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}

		.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
			box-shadow: 0 0 0 2px white inset;
		}

	.lg-outer .lg-pager-thumb-cont {
		background-color: #fff;
		color: #FFF;
		bottom: 100%;
		height: 83px;
		left: 0;
		margin-bottom: 20px;
		margin-left: -60px;
		opacity: 0;
		padding: 5px;
		position: absolute;
		width: 120px;
		border-radius: 3px;
		-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
		-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
		-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
		transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

		.lg-outer .lg-pager-thumb-cont img {
			width: 100%;
			height: 100%;
		}

	.lg-outer .lg-pager {
		background-color: rgba(255, 255, 255, 0.5);
		border-radius: 50%;
		box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
		display: block;
		height: 12px;
		-webkit-transition: box-shadow 0.3s ease 0s;
		-o-transition: box-shadow 0.3s ease 0s;
		transition: box-shadow 0.3s ease 0s;
		width: 12px;
	}

		.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
			box-shadow: 0 0 0 8px white inset;
		}

	.lg-outer .lg-caret {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px dashed;
		bottom: -10px;
		display: inline-block;
		height: 0;
		left: 50%;
		margin-left: -5px;
		position: absolute;
		vertical-align: middle;
		width: 0;
	}

	.lg-fullscreen:after {
		content: "\e20c";
	}

	.lg-fullscreen-on .lg-fullscreen:after {
		content: "\e20d";
	}

	.lg-outer #lg-dropdown-overlay {
		background-color: rgba(0, 0, 0, 0.25);
		bottom: 0;
		cursor: default;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1201;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
		-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
		transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	}

	.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-moz-transform: translate3d(0, 0px, 0);
		-o-transform: translate3d(0, 0px, 0);
		-ms-transform: translate3d(0, 0px, 0);
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
		opacity: 1;
		visibility: visible;
	}

	.lg-outer.lg-dropdown-active #lg-share {
		color: #FFF;
	}

	.lg-outer .lg-dropdown {
		background-color: #fff;
		border-radius: 2px;
		font-size: 14px;
		list-style-type: none;
		margin: 0;
		padding: 10px 0;
		position: absolute;
		right: 0;
		text-align: left;
		top: 50px;
		opacity: 0;
		visibility: hidden;
		-moz-transform: translate3d(0, 5px, 0);
		-o-transform: translate3d(0, 5px, 0);
		-ms-transform: translate3d(0, 5px, 0);
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
		-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
		-moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
		-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
		transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	}

		.lg-outer .lg-dropdown:after {
			content: "";
			display: block;
			height: 0;
			width: 0;
			position: absolute;
			border: 8px solid transparent;
			border-bottom-color: #FFF;
			right: 16px;
			top: -16px;
		}

		.lg-outer .lg-dropdown > li:last-child {
			margin-bottom: 0px;
		}

		.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
			color: #333;
		}

		.lg-outer .lg-dropdown a {
			color: #333;
			display: block;
			white-space: pre;
			padding: 4px 12px;
			font-size: 12px;
		}

			.lg-outer .lg-dropdown a:hover {
				background-color: rgba(0, 0, 0, 0.07);
			}

		.lg-outer .lg-dropdown .lg-dropdown-text {
			display: inline-block;
			line-height: 1;
			margin-top: -3px;
			vertical-align: middle;
		}

		.lg-outer .lg-dropdown .lg-icon {
			color: #333;
			display: inline-block;
			float: none;
			font-size: 20px;
			height: auto;
			line-height: 1;
			margin-right: 8px;
			padding: 0;
			vertical-align: middle;
			width: auto;
		}

	.lg-outer #lg-share {
		position: relative;
	}

		.lg-outer #lg-share:after {
			content: "\e80d";
		}

	.lg-outer #lg-share-facebook .lg-icon {
		color: #3b5998;
	}

		.lg-outer #lg-share-facebook .lg-icon:after {
			content: "\e901";
		}


	.lg-outer #lg-share-twitter .lg-icon {
		color: #00aced;
	}

		.lg-outer #lg-share-twitter .lg-icon:after {
			content: "\e904";
		}

	.lg-outer #lg-share-googleplus .lg-icon {
		color: #dd4b39;
	}

		.lg-outer #lg-share-googleplus .lg-icon:after {
			content: "\e902";
		}

	.lg-outer #lg-share-pinterest .lg-icon {
		color: #cb2027;
	}

		.lg-outer #lg-share-pinterest .lg-icon:after {
			content: "\e903";
		}

	.lg-css3.lg-zoom-in .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
			-webkit-transform: scale3d(1.3, 1.3, 1.3);
			transform: scale3d(1.3, 1.3, 1.3);
		}

		.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
			-webkit-transform: scale3d(1.3, 1.3, 1.3);
			transform: scale3d(1.3, 1.3, 1.3);
		}

		.lg-css3.lg-zoom-in .lg-item.lg-current {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
			opacity: 1;
		}

		.lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
		}

	.lg-css3.lg-zoom-in-big .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
			-webkit-transform: scale3d(2, 2, 2);
			transform: scale3d(2, 2, 2);
		}

		.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
			-webkit-transform: scale3d(2, 2, 2);
			transform: scale3d(2, 2, 2);
		}

		.lg-css3.lg-zoom-in-big .lg-item.lg-current {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
			opacity: 1;
		}

		.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
		}

	.lg-css3.lg-zoom-out .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
			-webkit-transform: scale3d(0.7, 0.7, 0.7);
			transform: scale3d(0.7, 0.7, 0.7);
		}

		.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
			-webkit-transform: scale3d(0.7, 0.7, 0.7);
			transform: scale3d(0.7, 0.7, 0.7);
		}

		.lg-css3.lg-zoom-out .lg-item.lg-current {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
			opacity: 1;
		}

		.lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
		}

	.lg-css3.lg-zoom-out-big .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
			-webkit-transform: scale3d(0, 0, 0);
			transform: scale3d(0, 0, 0);
		}

		.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
			-webkit-transform: scale3d(0, 0, 0);
			transform: scale3d(0, 0, 0);
		}

		.lg-css3.lg-zoom-out-big .lg-item.lg-current {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
			opacity: 1;
		}

		.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
		}

	.lg-css3.lg-zoom-out-in .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
			-webkit-transform: scale3d(0, 0, 0);
			transform: scale3d(0, 0, 0);
		}

		.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
			-webkit-transform: scale3d(2, 2, 2);
			transform: scale3d(2, 2, 2);
		}

		.lg-css3.lg-zoom-out-in .lg-item.lg-current {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
			opacity: 1;
		}

		.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
		}

	.lg-css3.lg-zoom-in-out .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
			-webkit-transform: scale3d(2, 2, 2);
			transform: scale3d(2, 2, 2);
		}

		.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
			-webkit-transform: scale3d(0, 0, 0);
			transform: scale3d(0, 0, 0);
		}

		.lg-css3.lg-zoom-in-out .lg-item.lg-current {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
			opacity: 1;
		}

		.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
		}

	.lg-css3.lg-soft-zoom .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
			-webkit-transform: scale3d(1.1, 1.1, 1.1);
			transform: scale3d(1.1, 1.1, 1.1);
		}

		.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
			-webkit-transform: scale3d(0.9, 0.9, 0.9);
			transform: scale3d(0.9, 0.9, 0.9);
		}

		.lg-css3.lg-soft-zoom .lg-item.lg-current {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
			opacity: 1;
		}

		.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
		}

	.lg-css3.lg-scale-up .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
			-moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
			-o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
			-ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
			-webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
			transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
		}

		.lg-css3.lg-scale-up .lg-item.lg-next-slide {
			-moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
			-o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
			-ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
			-webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
			transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
		}

		.lg-css3.lg-scale-up .lg-item.lg-current {
			-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			opacity: 1;
		}

		.lg-css3.lg-scale-up .lg-item.lg-prev-slide, .lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
		}

	.lg-css3.lg-slide-circular .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
			-moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
			-o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
			-ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
			-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
			transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
		}

		.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
			-moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
			-o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
			-ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
			-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
			transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
		}

		.lg-css3.lg-slide-circular .lg-item.lg-current {
			-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			opacity: 1;
		}

		.lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
		}

	.lg-css3.lg-slide-circular-up .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
			-moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
			-o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
			-ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
			-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
			transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
		}

		.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
			-moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
			-o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
			-ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
			-webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
			transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
		}

		.lg-css3.lg-slide-circular-up .lg-item.lg-current {
			-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			opacity: 1;
		}

		.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
		}

	.lg-css3.lg-slide-circular-down .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
			-moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
			-o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
			-ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
			-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
			transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
		}

		.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
			-moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
			-o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
			-ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
			-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
			transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
		}

		.lg-css3.lg-slide-circular-down .lg-item.lg-current {
			-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			opacity: 1;
		}

		.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
		}

	.lg-css3.lg-slide-circular-vertical .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
			-moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
			-o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
			-ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
			-webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
			transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
		}

		.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
			-moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
			-o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
			-ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
			-webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
			transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
		}

		.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
			-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			opacity: 1;
		}

		.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
		}

	.lg-css3.lg-slide-circular-vertical-left .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
			-moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
			-o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
			-ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
			-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
			transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
		}

		.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
			-moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
			-o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
			-ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
			-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
			transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
		}

		.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
			-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			opacity: 1;
		}

		.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
		}

	.lg-css3.lg-slide-circular-vertical-down .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
			-moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
			-o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
			-ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
			-webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
			transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
		}

		.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
			-moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
			-o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
			-ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
			-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
			transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
		}

		.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
			-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			opacity: 1;
		}

		.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
		}

	.lg-css3.lg-slide-vertical .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
		}

		.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
		}

		.lg-css3.lg-slide-vertical .lg-item.lg-current {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			opacity: 1;
		}

		.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-slide-vertical-growth .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
			-moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
			-o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
			-ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
			-webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
			transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
		}

		.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
			-moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
			-o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
			-ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
			-webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
			transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
		}

		.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
			-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			opacity: 1;
		}

		.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-slide-skew-only .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
			-moz-transform: skew(10deg, 0deg);
			-o-transform: skew(10deg, 0deg);
			-ms-transform: skew(10deg, 0deg);
			-webkit-transform: skew(10deg, 0deg);
			transform: skew(10deg, 0deg);
		}

		.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
			-moz-transform: skew(10deg, 0deg);
			-o-transform: skew(10deg, 0deg);
			-ms-transform: skew(10deg, 0deg);
			-webkit-transform: skew(10deg, 0deg);
			transform: skew(10deg, 0deg);
		}

		.lg-css3.lg-slide-skew-only .lg-item.lg-current {
			-moz-transform: skew(0deg, 0deg);
			-o-transform: skew(0deg, 0deg);
			-ms-transform: skew(0deg, 0deg);
			-webkit-transform: skew(0deg, 0deg);
			transform: skew(0deg, 0deg);
			opacity: 1;
		}

		.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-slide-skew-only-rev .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
			-moz-transform: skew(-10deg, 0deg);
			-o-transform: skew(-10deg, 0deg);
			-ms-transform: skew(-10deg, 0deg);
			-webkit-transform: skew(-10deg, 0deg);
			transform: skew(-10deg, 0deg);
		}

		.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
			-moz-transform: skew(-10deg, 0deg);
			-o-transform: skew(-10deg, 0deg);
			-ms-transform: skew(-10deg, 0deg);
			-webkit-transform: skew(-10deg, 0deg);
			transform: skew(-10deg, 0deg);
		}

		.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
			-moz-transform: skew(0deg, 0deg);
			-o-transform: skew(0deg, 0deg);
			-ms-transform: skew(0deg, 0deg);
			-webkit-transform: skew(0deg, 0deg);
			transform: skew(0deg, 0deg);
			opacity: 1;
		}

		.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-slide-skew-only-y .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
			-moz-transform: skew(0deg, 10deg);
			-o-transform: skew(0deg, 10deg);
			-ms-transform: skew(0deg, 10deg);
			-webkit-transform: skew(0deg, 10deg);
			transform: skew(0deg, 10deg);
		}

		.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
			-moz-transform: skew(0deg, 10deg);
			-o-transform: skew(0deg, 10deg);
			-ms-transform: skew(0deg, 10deg);
			-webkit-transform: skew(0deg, 10deg);
			transform: skew(0deg, 10deg);
		}

		.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
			-moz-transform: skew(0deg, 0deg);
			-o-transform: skew(0deg, 0deg);
			-ms-transform: skew(0deg, 0deg);
			-webkit-transform: skew(0deg, 0deg);
			transform: skew(0deg, 0deg);
			opacity: 1;
		}

		.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-slide-skew-only-y-rev .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
			-moz-transform: skew(0deg, -10deg);
			-o-transform: skew(0deg, -10deg);
			-ms-transform: skew(0deg, -10deg);
			-webkit-transform: skew(0deg, -10deg);
			transform: skew(0deg, -10deg);
		}

		.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
			-moz-transform: skew(0deg, -10deg);
			-o-transform: skew(0deg, -10deg);
			-ms-transform: skew(0deg, -10deg);
			-webkit-transform: skew(0deg, -10deg);
			transform: skew(0deg, -10deg);
		}

		.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
			-moz-transform: skew(0deg, 0deg);
			-o-transform: skew(0deg, 0deg);
			-ms-transform: skew(0deg, 0deg);
			-webkit-transform: skew(0deg, 0deg);
			transform: skew(0deg, 0deg);
			opacity: 1;
		}

		.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-slide-skew .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
			-moz-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
			-o-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
			-ms-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
			-webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
			transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
		}

		.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
			-moz-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
			-o-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
			-ms-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
			-webkit-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
			transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
		}

		.lg-css3.lg-slide-skew .lg-item.lg-current {
			-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			opacity: 1;
		}

		.lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-slide-skew-rev .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
			-moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
			-o-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
			-ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
			-webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
			transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
		}

		.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
			-moz-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
			-o-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
			-ms-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
			-webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
			transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
		}

		.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
			-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			opacity: 1;
		}

		.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-slide-skew-cross .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
			-moz-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
			-o-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
			-ms-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
			-webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
			transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
		}

		.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
			-moz-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
			-o-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
			-ms-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
			-webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
			transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
		}

		.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
			-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			opacity: 1;
		}

		.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-slide-skew-cross-rev .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
			-moz-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
			-o-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
			-ms-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
			-webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
			transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
		}

		.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
			-moz-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
			-o-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
			-ms-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
			-webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
			transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
		}

		.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
			-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			opacity: 1;
		}

		.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-slide-skew-ver .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
			-moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
			-o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
			-ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
			-webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
			transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
		}

		.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
			-moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
			-o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
			-ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
			-webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
			transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
		}

		.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
			-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			opacity: 1;
		}

		.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-slide-skew-ver-rev .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
			-moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
			-o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
			-ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
			-webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
			transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
		}

		.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
			-moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
			-o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
			-ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
			-webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
			transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
		}

		.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
			-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			opacity: 1;
		}

		.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-slide-skew-ver-cross .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
			-moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
			-o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
			-ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
			-webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
			transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
		}

		.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
			-moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
			-o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
			-ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
			-webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
			transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
		}

		.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
			-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			opacity: 1;
		}

		.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
			-moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
			-o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
			-ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
			-webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
			transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
		}

		.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
			-moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
			-o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
			-ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
			-webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
			transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
		}

		.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
			-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
			opacity: 1;
		}

		.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-lollipop .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}

		.lg-css3.lg-lollipop .lg-item.lg-next-slide {
			-moz-transform: translate3d(0, 0, 0) scale(0.5);
			-o-transform: translate3d(0, 0, 0) scale(0.5);
			-ms-transform: translate3d(0, 0, 0) scale(0.5);
			-webkit-transform: translate3d(0, 0, 0) scale(0.5);
			transform: translate3d(0, 0, 0) scale(0.5);
		}

		.lg-css3.lg-lollipop .lg-item.lg-current {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			opacity: 1;
		}

		.lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-lollipop-rev .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
			-moz-transform: translate3d(0, 0, 0) scale(0.5);
			-o-transform: translate3d(0, 0, 0) scale(0.5);
			-ms-transform: translate3d(0, 0, 0) scale(0.5);
			-webkit-transform: translate3d(0, 0, 0) scale(0.5);
			transform: translate3d(0, 0, 0) scale(0.5);
		}

		.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
		}

		.lg-css3.lg-lollipop-rev .lg-item.lg-current {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			opacity: 1;
		}

		.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-rotate .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-rotate .lg-item.lg-prev-slide {
			-moz-transform: rotate(-360deg);
			-o-transform: rotate(-360deg);
			-ms-transform: rotate(-360deg);
			-webkit-transform: rotate(-360deg);
			transform: rotate(-360deg);
		}


		.lg-css3.lg-rotate .lg-item.lg-next-slide {
			-moz-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}

		.lg-css3.lg-rotate .lg-item.lg-current {
			-moz-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 1;
		}

		.lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-rotate-rev .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
			-moz-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}

		.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
			-moz-transform: rotate(-360deg);
			-o-transform: rotate(-360deg);
			-ms-transform: rotate(-360deg);
			-webkit-transform: rotate(-360deg);
			transform: rotate(-360deg);
		}

		.lg-css3.lg-rotate-rev .lg-item.lg-current {
			-moz-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			opacity: 1;
		}

		.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-tube .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-tube .lg-item.lg-prev-slide {
			-moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
			-o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
			-ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
			-webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
			transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
		}

		.lg-css3.lg-tube .lg-item.lg-next-slide {
			-moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
			-o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
			-ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
			-webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
			transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
		}

		.lg-css3.lg-tube .lg-item.lg-current {
			-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
			opacity: 1;
		}

		.lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-group:after {
		content: "";
		display: table;
		clear: both;
	}

	.lg-outer {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1200;
		text-align: left;
		opacity: 0;
		-webkit-transition: opacity 0.15s ease 0s;
		-o-transition: opacity 0.15s ease 0s;
		transition: opacity 0.15s ease 0s;
	}

		.lg-outer * {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

		.lg-outer.lg-visible {
			opacity: 1;
		}

		.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
			-webkit-transition-duration: inherit !important;
			transition-duration: inherit !important;
			-webkit-transition-timing-function: inherit !important;
			transition-timing-function: inherit !important;
		}

		.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
			-webkit-transition-duration: 0s !important;
			transition-duration: 0s !important;
			opacity: 1;
		}

		.lg-outer.lg-grab img.lg-object {
			cursor: -webkit-grab;
			cursor: -moz-grab;
			cursor: -o-grab;
			cursor: -ms-grab;
			cursor: grab;
		}

		.lg-outer.lg-grabbing img.lg-object {
			cursor: move;
			cursor: -webkit-grabbing;
			cursor: -moz-grabbing;
			cursor: -o-grabbing;
			cursor: -ms-grabbing;
			cursor: grabbing;
		}

		.lg-outer .lg {
			height: 100%;
			width: 100%;
			position: relative;
			overflow: hidden;
			margin-left: auto;
			margin-right: auto;
			max-width: 100%;
			max-height: 100%;
		}

		.lg-outer .lg-inner {
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			white-space: nowrap;
		}

		.lg-outer .lg-item {
			background: url("#") no-repeat scroll center center transparent;
			display: none !important;
		}

		.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
			display: inline-block !important;
		}

		.lg-outer.lg-css .lg-current {
			display: inline-block !important;
		}

		.lg-outer .lg-item, .lg-outer .lg-img-wrap {
			display: inline-block;
			text-align: center;
			position: absolute;
			width: 100%;
			height: 100%;
		}

			.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
				content: "";
				display: inline-block;
				height: 50%;
				width: 1px;
				margin-right: -1px;
			}

		.lg-outer .lg-img-wrap {
			position: absolute;
			padding: 0 5px;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
		}

		.lg-outer .lg-item.lg-complete {
			background-image: none;
		}

		.lg-outer .lg-item.lg-current {
			z-index: 1200;
		}

		.lg-outer .lg-image {
			display: inline-block;
			vertical-align: middle;
			max-width: 100%;
			max-height: 100%;
			width: auto !important;
			height: auto !important;
		}

		.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
			opacity: 0;
			-webkit-transition: opacity 0.15s ease 0s;
			-o-transition: opacity 0.15s ease 0s;
			transition: opacity 0.15s ease 0s;
		}

		.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
			opacity: 1;
		}

		.lg-outer .lg-empty-html {
			display: none;
		}

		.lg-outer.lg-hide-download #lg-download {
			display: none;
		}

	.lg-backdrop {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1200;
		background-color: #000;
		opacity: 0;
		-webkit-transition: opacity 0.15s ease 0s;
		-o-transition: opacity 0.15s ease 0s;
		transition: opacity 0.15s ease 0s;
	}

		.lg-backdrop.in {
			opacity: 0.85;
		}

	.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
		-webkit-transition: none 0s ease 0s !important;
		-moz-transition: none 0s ease 0s !important;
		-o-transition: none 0s ease 0s !important;
		transition: none 0s ease 0s !important;
	}

	.lg-css3.lg-use-css3 .lg-item {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.lg-css3.lg-use-left .lg-item {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.lg-css3.lg-fade .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-fade .lg-item.lg-current {
			opacity: 1;
		}

		.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
			-webkit-transition: opacity 0.1s ease 0s;
			-moz-transition: opacity 0.1s ease 0s;
			-o-transition: opacity 0.1s ease 0s;
			transition: opacity 0.1s ease 0s;
		}

	.lg-css3.lg-slide.lg-use-css3 .lg-item {
		opacity: 0;
	}

		.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}

		.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
		}

		.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			opacity: 1;
		}

		.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
			-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-css3.lg-slide.lg-use-left .lg-item {
		opacity: 0;
		position: absolute;
		left: 0;
	}

		.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
			left: -100%;
		}

		.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
			left: 100%;
		}

		.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
			left: 0;
			opacity: 1;
		}

		.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
			-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
			transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
		}

	.lg-outer .lg-thumb {
		margin-left: auto;
		margin-right: auto;
	}

	@media (max-width: 767.98px) {
		#lg-zoom-in,
		#lg-zoom-out {
			display: none;
		}

		.lg-toolbar .lg-icon {
			width: 40px;
		}
	}

	/*
* Material Parallax
*/
	.parallax-content {
		position: relative;
		z-index: 1;
	}

	.parallax-container {
		position: relative;
		overflow: hidden;
		background-position: center center;
		background-size: cover;
	}

	.material-parallax {
		position: absolute;
		top: 0;
		left: -1px;
		right: -1px;
		bottom: 0;
		z-index: 0;
		background-position: center center;
	}

	.ipad .parallax-container,
	.iphone .parallax-container {
		background-attachment: scroll !important;
	}

	.material-parallax img {
		display: none;
		position: absolute;
		left: 50%;
		bottom: 0;
		min-width: 101%;
		min-height: 101%;
		max-width: none;
		transform: translate3d(-50%, 0, 0);
	}

	/*
*
* Modal Custom
*/
	.modal {
		display: block;
		padding: 30px 15px 7vh;
		visibility: hidden;
		transition: .22s;
		height: auto;
	}

		.modal .close {
			cursor: pointer;
			color: #252525;
			transition: .22s;
		}

	.modal-header h4 {
		font-weight: 600;
		font-size: 20px;
		color: #8b2626;
	}

	.modal .close span::before {
		content: '\f24c';
		font-family: 'Material Design Icons';
	}

	.modal .close:hover {
		color: #404058;
	}

	.modal.show {
		visibility: visible;
	}

	.modal.fade .modal-dialog {
		transform: translate3d(0, -30px, 0);
	}

	.modal.show .modal-dialog {
		transform: translate3d(0, 0, 0);
	}

	.modal-dialog {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		height: 100%;
	}

	.modal-inner {
		width: 100%;
	}

	.modal-content {
		height: 100%;
		border-radius: 0.3rem;
	}

	.modal-body {
		height: 100%;
		overflow-y: auto;
	}

		.modal-body label {
			font-size: 14px;
			font-weight: 400;
			color: #333;
		}

	@media (min-width: 768px) {
		.modal-header,
		.modal-body {
			padding-left: 20px;
			padding-right: 20px;
		}

		.modal-header {
			padding-top: 20px;
			padding-bottom: 20px;
		}

		.modal-body {
			padding-top: 30px;
			padding-bottom: 30px;
		}

		.modal-dialog {
			max-width: 550px;
		}
	}

	.stepper {
		position: relative;
		display: inline-block;
		max-width: 120px;
		width: 120px;
		border-radius: 0;
	}

		.stepper input[type="number"] {
			width: 100%;
			padding-left: 40px;
			padding-right: 40px;
			text-align: center;
			-moz-appearance: textfield;
		}

		.stepper input[type=number]::-webkit-inner-spin-button {
			-webkit-appearance: none;
		}

	.stepper-arrow {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 16px;
		font-family: 'Material Design Icons';
		cursor: pointer;
		color: #724d4d;
		transition: .3s all ease;
	}

		.stepper-arrow:hover {
			color: #151515;
		}

		.stepper-arrow.up {
			right: 15px;
			text-align: left;
		}

			.stepper-arrow.up:before {
				content: '\f14f';
			}

		.stepper-arrow.down {
			left: 15px;
			text-align: right;
		}


			.stepper-arrow.down:before {
				content: '\f14a';
			}

	.stepper.disabled .stepper-arrow {
		pointer-events: none;
		opacity: .5;
	}

	/** @section Countdown */
	* .countdown-wrap-1 {
		margin-top: 25px;
	}

	@media (min-width: 768px) {
		* .countdown-wrap-1 {
			margin-top: 40px;
		}
	}

	.countdown {
		display: flex;
		align-items: center;
		line-height: 1.2;
		text-align: center;
		margin-bottom: -15px;
		margin-left: -15px;
	}


		.countdown:empty {
			margin-bottom: 0;
			margin-left: 0;
		}

		.countdown > * {
			display: inline-block;
			margin-top: 0;
			margin-bottom: 15px;
			margin-left: 15px;
		}

	@media (min-width: 768px) {
		.countdown {
			margin-bottom: -30px;
			margin-left: -30px;
		}

			.countdown:empty {
				margin-bottom: 0;
				margin-left: 0;
			}

			.countdown > * {
				display: inline-block;
				margin-top: 0;
				margin-bottom: 30px;
				margin-left: 30px;
			}
	}

	.countdown-block {
		position: relative;
		flex: 1 1 33.33%;
	}

	@media (min-width: 576px) {
		.countdown-block {
			flex: 0 1 auto;
		}
	}

	.countdown-block-seconds {
		display: none;
	}

	@media (min-width: 576px) {
		.countdown-block-seconds {
			display: block;
		}
	}

	.countdown-wrap {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.countdown-circle {
		fill: transparent;
		width: 80px;
		height: 80px;
	}

	.countdown-circle-bg {
		stroke: #e9ebee;
		stroke-width: 5px;
	}

	.countdown-circle-fg {
		stroke: #151515;
		stroke-width: 5px;
	}

	.countdown-counter {
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0;
	}

	.countdown-title {
		margin-top: 4px;
		font-size: 14px;
		line-height: 1.2;
		text-transform: uppercase;
	}

	* + .countdown {
		margin-top: 35px;
	}

	.countdown + * {
		margin-top: 35px;
	}

	.bg-gray-900 .countdown-circle-bg,
	.context-dark .countdown-circle-bg,
	.bg-gray-900 .countdown-circle-bg,
	.bg-primary .countdown-circle-bg {
		stroke: #ffffff;
	}

	.bg-gray-900 .countdown-circle-fg,
	.context-dark .countdown-circle-fg,
	.bg-gray-900 .countdown-circle-fg,
	.bg-primary .countdown-circle-fg {
		stroke: #8a8a8a;
	}

	.image-set img {
		max-width: 100%;
		width: 100%; /*min-height:225px;*/
		position: relative;
		transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5 ease;
		-webkit-transition: all 0.5 ease;
	}

	.mb-20 {
		margin-bottom: 20px !important;
	}

	.image-set .img-caption {
		background: rgba(10, 49, 82, 0.5);
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		opacity: 0;
	}

	.image-set .image-wrapper {
		position: relative;
		overflow: hidden;
		margin-bottom: 0px;
		border: 1px solid #ededed;
	}

	.image-set i {
		padding-right: 5px;
	}

	.image-set .link {
		left: 45%;
		position: absolute;
		top: 40%;
		opacity: 0;
	}

		.image-set .link a {
			/*background: #39b94b none repeat scroll 0 0;*/
			color: #fff;
			text-align: center;
			display: inline-block;
			font-size: 15px;
			margin: 0px auto;
			opacity: 0;
			padding: 5px 6px 5px 10px;
			border: 1px solid rgba(255,255,255,0.7);
			border-radius: 50%;
		}

			.image-set .link a i {
				text-align: center;
			}

	.image-set .image-wrapper:hover .img-caption {
		opacity: 1;
	}

	.image-set .image-wrapper:hover .link a {
		opacity: 1;
	}

	.image-set .image-wrapper:hover .link {
		opacity: 1;
	}

	.image-set .image-wrapper:hover img {
		transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-moz-transform: scale(1.5);
	}

	.image-set h4 {
		font-size: 14px;
		font-weight: 400;
		padding: 4px 10px;
		margin: 0px 0px;
		background: #e8e7e7;
		height: 30px;
		overflow: hidden;
		line-height: 22px;
	}

	.glry-box {
		margin-bottom: 20px
	}

		.glry-box img {
			border-radius: 0px;
			max-height: 240px;
			padding: 10px;
		}

	.pkgs-result-txt {
		font-size: 20px;
		font-weight: 300;
		color: #333;
	}

		.pkgs-result-txt strong {
			font-weight: 500 !important;
			color: #b74a4a;
		}

	.pkgs-fltr {
		/* float: left; */
		/* background: #fff; */
		/* position: absolute; */
		/* right: 0%; */
		/* top: 0%; */
		text-align: right;
	}

		.pkgs-fltr .form-group {
			float: right;
		}

		.pkgs-fltr span {
			font-size: 14px;
			padding-top: 5px;
			padding-right: 10px; /* display: inline-flex; */
		}

		.pkgs-fltr select {
			font-size: 14px;
			float: right;
			width: auto;
		}

	.pkgs-dtls {
		width: 100%;
	}

		.pkgs-dtls .pkgs-info {
			margin-bottom: 15px;
		}

			.pkgs-dtls .pkgs-info h1 {
				font-size: 30px;
				font-weight: 600;
				color: #333;
				margin-bottom: 5px;
				margin-top: 0px;
			}

			.pkgs-dtls .pkgs-info h6 {
				margin-bottom: 0px;
				font-size: 16px;
				color: #185c97;
				font-weight: 500;
			}

				.pkgs-dtls .pkgs-info h6 i {
					margin-right: 9px;
				}

			.pkgs-dtls .pkgs-info .price-pkgs b {
				font-weight: 400;
				font-size: 15px;
				padding-right: 5px;
				color: #565656;
			}

	.pg-pkgs { /*background: #f6f9ff;*/
	}

	.pkgs-dtls .pkgs-info .price-num {
		color: #535353;
		font-size: 22px;
		font-weight: 700;
	}

		.pkgs-dtls .pkgs-info .price-num:before {
			content: "\f156";
			font: normal normal normal 20px/1 FontAwesome;
			margin-right: 2px;
		}

	.pkgs-dtls .pkgs-info .price-pkgs span.old-price {
		font-size: 14px;
	}

		.pkgs-dtls .pkgs-info .price-pkgs span.old-price:before {
			content: "\f156";
			font: normal normal normal 13px/1 FontAwesome;
			text-decoration: none;
			margin-right: 2px;
		}

	.pkgs-dtls .pkgs-info ul {
		margin: 0;
		padding: 0;
	}

		.pkgs-dtls .pkgs-info ul i {
			margin-right: 12px;
		}

		.pkgs-dtls .pkgs-info ul li {
			display: inline-block;
			position: relative;
			padding-right: 20px;
			line-height: 22px;
			font-size: 15px;
			font-weight: 400;
			color: #656565;
		}

			.pkgs-dtls .pkgs-info ul li::after {
				content: "\f105";
				font: normal normal normal 14px/1 FontAwesome;
				position: absolute;
				right: 6px;
				top: 5px;
				font-size: 14px;
				color: #858585;
			}

			.pkgs-dtls .pkgs-info ul li:last-child {
				padding-right: 0;
			}

				.pkgs-dtls .pkgs-info ul li:last-child::after {
					display: none;
				}

	.pkgs-overview, .pkgs-itnry, .pkgs-inclu .pkgs-exclu, .pkgs-plicy {
		margin-bottom: 15px;
	}

		.pkgs-overview h3, .pkgs-itnry h3, .pkgs-inclu h3, .pkgs-exclu h3, .pkgs-plicy h3 {
			font-size: 22px;
			color: #333;
			line-height: 22px;
			font-weight: 600;
			padding-bottom: 10px;
		}

		.pkgs-overview p {
			font-size: 14px;
			color: #666;
			line-height: 22px;
			font-weight: 400;
			margin-top: 0px;
		}

	.pkgs-itnry {
		margin-bottom: 15px;
	}

		.pkgs-itnry .item-content {
			padding-left: 50px;
			position: relative;
		}

			.pkgs-itnry .item-content:before {
				content: "";
				width: 1px;
				height: 100%;
				border-width: 0 1px 0 0;
				border-style: solid;
				border-color: #fda3aa;
				position: absolute;
				top: 0;
				left: 15px;
			}

			.pkgs-itnry .item-content .title {
				font-size: 17px;
				color: #333;
				font-weight: 500;
				margin-bottom: 14px;
				position: relative;
				padding-top: 1px;
			}

				.pkgs-itnry .item-content .title span {
					position: absolute;
					left: -45px;
					top: 5px;
					width: 20px;
					height: 20px;
					line-height: 20px;
					border-radius: 50%;
					font-size: 16px;
					text-align: center;
					/* background: #e06b73; */
					color: #e06b73;
					z-index: 3;
				}

				.pkgs-itnry .item-content .title strong {
					margin-right: 5px;
				}

				.pkgs-itnry .item-content .title:after {
					content: "";
					width: 30px;
					height: 30px;
					border: 1px #fda3aa solid;
					position: absolute;
					left: -50px;
					top: 0;
					border-radius: 50%;
					background: #fff;
				}

			.pkgs-itnry .item-content p {
				font-size: 14px;
				font-weight: 400;
				color: #555;
				margin-bottom: 10px;
			}

			.pkgs-itnry .item-content ul {
				padding-left: 30px;
				margin-bottom: 23px;
			}

				.pkgs-itnry .item-content ul li {
					font-size: 14px;
					color: #909090;
				}

					.pkgs-itnry .item-content ul li:last-child {
						margin-bottom: 0;
					}

					.pkgs-itnry .item-content ul li label {
						font-size: 14px;
						color: #555;
						font-weight: 600;
						position: relative;
						margin: 0;
					}

						.pkgs-itnry .item-content ul li label:before {
							content: "\f111";
							font-family: fontawesome;
							color: #0da2ab;
							font-size: 5px;
							position: absolute;
							top: 1px;
							left: -12px;
						}

			.pkgs-itnry .item-content .itnry-img {
			}

				.pkgs-itnry .item-content .itnry-img img {
					width: 33.3%;
					height: 160px;
					border-radius: 10px !important;
					padding: 0px 5px;
					margin: 0px auto;
					margin-bottom: 15px;
				}

	.pkgs-plicy p {
		font-size: 14px;
		color: #666;
		line-height: 22px;
		font-weight: 400;
		margin-top: 0px;
	}

	.pkgs-inclu {
		margin-bottom: 15px;
	}

		.pkgs-inclu ul {
		}

			.pkgs-inclu ul li {
				font-size: 15px;
				color: #333;
				font-weight: 400;
				line-height: 22px;
				padding-bottom: 5px;
			}

				.pkgs-inclu ul li:before {
					content: "\f00c";
					font: normal normal normal 13px/1 FontAwesome;
					margin-right: 5px;
					position: relative;
					top: -1px;
					color: #7dc47c;
				}

	.pkgs-exclu {
		margin-bottom: 15px;
	}

		.pkgs-exclu ul {
		}

			.pkgs-exclu ul li {
				font-size: 15px;
				color: #333;
				font-weight: 400;
				line-height: 22px;
				padding-bottom: 5px;
			}

				.pkgs-exclu ul li:before {
					content: "\f00d";
					font: normal normal normal 13px/1 FontAwesome;
					margin-right: 5px;
					position: relative;
					top: -1px;
					color: #f57575;
				}

	.pkgs-smlr {
		margin-top: 15px;
	}

		.pkgs-smlr h3 {
			font-size: 22px;
			color: #333;
			line-height: 22px;
			font-weight: 500;
			padding-bottom: 10px;
		}

	.pkgs-cnfm {
		text-align: center;
	}

		.pkgs-cnfm h2 {
			font-size: 28px;
			color: #429242;
			font-weight: 500;
			margin-bottom: 15px;
		}

		.pkgs-cnfm p {
			font-size: 18px;
			font-weight: 300;
		}

		.pkgs-cnfm img {
			width: 150px;
			border-radius: 50%;
		}

	.booking-box {
		width: 60%;
		margin: 0px auto;
		border: 1px solid #E5E5E5;
		background-color: #FFF;
		margin-top: 15px;
		border-radius: 8px;
		box-shadow: 0px 1px 8px #efefef;
	}

		.booking-box .box-heading {
			/*background-color: #2196f3;
    color: #FFF;*/
			text-align: center;
			padding: 10px 15px;
			border-bottom: 1px solid #E5E5E5;
		}

			.booking-box .box-heading h3 {
				font-size: 18px;
				color: #f00; /* border: 1px solid #E5E5E5; */
			}

		.booking-box .box-content {
			padding: 30px;
		}

			.booking-box .box-content .form-group {
				margin-bottom: 5px;
			}

			.booking-box .box-content label {
				font-size: 14px;
				padding-bottom: 0px;
				color: #333;
				font-weight: 500;
			}

			.booking-box .box-content input, .booking-box .box-content select {
				font-size: 14px;
			}

		.booking-box .box-bottom {
			padding: 22px 40px 18px;
			background: #ffeded;
			line-height: 1.25;
			text-align: center;
			border-top: 1px solid #E5E5E5;
		}

			.booking-box .box-bottom h6 {
				line-height: 1;
				font-weight: 500;
				margin: 0 0 5px;
			}

			.booking-box .box-bottom p {
			}

				.booking-box .box-bottom p span {
					font-size: 18px;
					font-weight: 600;
				}

	ul.list-li-border-top {
	}

		ul.list-li-border-top li {
			border-top: 1px solid #EAEAEA;
			padding-top: 8px;
			margin-top: 8px;
			font-size: 15px;
			font-weight: 500;
			color: #333;
		}

			ul.list-li-border-top li.border-double {
				border-top: 2px double #EAEAEA;
			}

			ul.list-li-border-top li:first-child {
				border-top: 0;
			}

	.pkgs-dtls-comfm {
		text-align: center;
	}

		.pkgs-dtls-comfm h5 {
			font-weight: 600;
			font-size: 22px;
		}

		.pkgs-dtls-comfm li {
			font-size: 16px;
		}

			.pkgs-dtls-comfm li span {
				font-weight: 500;
			}

	.plce-col {
		width: 100%;
		margin-bottom: 20px;
	}

		.plce-col img {
			width: 100%;
			height: auto;
			margin: 0px auto;
			text-align: center;
			display: block;
			/* padding: 5px; */
			/* border: 1px solid #ccc; */
			border-radius: 8px;
			margin-bottom: 15px;
		}

		.plce-col h3 {
			font-size: 24px;
			font-weight: 600;
			color: #333;
			margin-bottom: 15px;
		}

		.plce-col p {
			font-size: 15px;
			line-height: 22px;
			color: #505050;
			font-weight: 400;
		}

	ul.menu-vertical-01 {
		border: 1px solid #E5E5E5;
		background: #FFF;
		-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
		margin-bottom: 20px;
		border-radius: 8px;
		overflow: hidden;
	}

		ul.menu-vertical-01 li {
			display: block;
			width: 100%;
		}

			ul.menu-vertical-01 li a {
				display: block;
				color: inherit;
				line-height: 1.4;
				text-transform: uppercase;
				font-weight: 500;
				letter-spacing: 1px;
				padding: 15px 25px 13px;
				margin-left: -1px;
				margin-right: -1px;
				margin-top: -1px;
				margin-bottom: -1px;
				position: relative;
				border-bottom: 1px solid #E5E5E5;
				font-size: 13px;
			}

			ul.menu-vertical-01 li:last-child a {
				border-bottom: 0;
			}

			ul.menu-vertical-01 li a:after {
				content: "";
				position: absolute;
				top: 15px;
				right: -6px;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 5px 0 5px 6px;
				border-color: transparent transparent transparent transparent;
				o-transition: all 0.3s ease-out;
				-ms-transition: all 0.3s ease-out;
				-moz-transition: all 0.3s ease-out;
				-webkit-transition: all 0.3s ease-out;
				transition: all 0.3s ease-out;
			}

			ul.menu-vertical-01 li a:hover {
				color: #FF5252;
			}

			ul.menu-vertical-01 li.active a, ul.menu-vertical-01 li a.active {
				background: #d75c65;
				color: #FFF;
			}

				ul.menu-vertical-01 li.active a:after, ul.menu-vertical-01 li a.active:after {
					border-color: transparent transparent transparent #3E50B4;
				}

	.qury-pop-btn a {
		width: 100%;
		background: #e0370d;
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
		padding: 15px 20px;
		border-radius: 4px;
		text-align: center;
		display: inline-block;
		font-weight: 600;
	}

	.qury-pop-btnv a:hover {
		background: #e0370d;
	}

	@media (min-width: 768px) {
		.countdown-circle {
			fill: transparent;
			width: 120px;
			height: 120px;
		}

		.countdown-counter {
			font-size: 30px;
		}
	}

	@media screen and (max-width: 1199px) {
		.rd-megamenu-item h6 {
			padding-left: 15px !important;
		}

		.rd-navbar-fixed .rd-nav-link {
			display: block;
			padding: 0px 56px 0px 18px;
		}

		.rd-navbar-fixed .rd-navbar-submenu-toggle {
			position: absolute;
			cursor: pointer;
			top: -10px;
			right: 0;
			width: 46px;
			height: 46px;
			text-align: center;
		}

		.rd-navbar-fixed .rd-navbar-nav {
			display: block;
			margin: 45px 0;
			height: auto;
			text-align: left;
		}

		.rd-navbar-fixed .rd-megamenu-list > li > a, .rd-navbar-fixed .rd-navbar-dropdown > li > a {
			padding: 0px 56px 0px 16px;
		}

		.logo:before {
			bottom: -5px;
		}

		.logo img {
			height: 90px;
			padding: 10px 0px;
		}

		.srch-frm {
			/* background: #ffe4b1; */
			width: 100%;
			top: -5px;
		}

		.indsty-col {
			width: 33.3%;
		}

		.ti-header {
			position: relative;
			z-index: 41;
			display: inline-block;
		}
	}

	@media screen and (max-width: 991px) {
		.logo img {
			width: 80px !important;
        height: 61px !important;
		}

		.hedr-top {
			display: none;
		}

		.product-simple-btn {
			display: none !important;
		}

		.intro-txt h1 {
			font-size: 24px;
		}

		.intro-txt p {
			font-size: 14px;
		}

		h6 + h1 {
			margin-top: 10px;
			font-size: 35px;
			padding-top: 0px;
		}

		.intro-image {
			/*position: relative;
    z-index: -1;
    margin-top: -65px;*/
		}

		.intro-bnr {
			/* border: 1px dashed red; */
			width: 100%;
			position: relative;
			z-index: -1;
			margin-top: 40px;
		}

		.intro h6 {
			padding-top: 50px;
		}

		.client-logo img {
			background: #fff;
			width: auto;
			height: 65px;
		}

		.rd-navbar-fixed .rd-navbar-nav {
			display: block;
			margin: 30px 0;
			height: auto;
			text-align: left;
		}

		.rd-megamenu-item h6 {
			padding-left: 15px !important;
		}

		.indsty-icon span {
			font-size: 16px;
		}

		.pgtitl h1 {
			font-size: 30px;
		}

		* + .offset-top-1 {
			margin-top: 15px;
			font-weight: 500;
			color: #333;
		}

		.rd-navbar-static-linked .rd-navbar-wrap-absolute {
			position: relative !important;
			background: #fff;
			box-shadow: 0px -7px 14px 3px #e1e1e1;
			left: 0;
			right: 0;
			top: 0;
			z-index: 1080;
		}

		.cont-info, .pg-cont, .prdt-dtls {
			padding-top: 30px !important;
		}

		.section h2, .section h1 {
			font-size: 26px;
			margin-bottom: 20px;
		}

		.rd-navbar-fixed .rd-navbar-fixed-element-1 {
			top: 10px;
		}

		.phn-btn a {
			font-size: 12px;
		}

			.phn-btn a i {
				margin-right: 5px;
				position: relative;
				top: 3px;
			}

		.enqy-btn {
			right: 145px !important;
			top: 13px !important;
		}

		.srch-frm {
			border-radius: 8px;
			padding: 20px 20px;
		}

		.srch-box::after {
			display: none;
		}

		.srch-frm .srch-btn a {
			border-radius: 16px;
		}

		.srch-box {
			border-bottom: 1px solid #ccc;
		}

			.srch-box:nth-last-child {
				border-bottom: 1px solid #fff;
			}

		.intro-txt {
			padding-bottom: 0px;
		}

		.pg-bnr {
			margin-top: 40px;
		}
	}

	@media screen and (max-width: 767px) {
		.breadcrumbs-custom-inner {
			padding: 140px 0 30px;
		}

		h6 + h1 {
			font-size: 34px;
		}

		.prdt-img {
			width: 30%;
		}

		.prdt-cont {
			width: 70%;
		}

		.intro-txt h1 {
			font-size: 20px;
		}

		.indsty-col {
			width: 50%;
			margin-bottom: 10px;
		}

		.soclmda h5 {
			float: none;
		}

		.soclmda {
			text-align: center;
		}

		.footer-modern .footer-modern-col-1, .footer-modern .footer-modern-col-2 {
			padding-top: 35px;
			padding-bottom: 0px;
		}

		.bg-image {
			background-size: cover;
			background-position: center center;
			height: 400px;
		}

		.pgtitl h1 {
			font-size: 26px;
		}

		.intro-txt p {
			display: none;
		}

		.intro-txt {
			padding-bottom: 20px;
		}

		.pkgs-itnry .item-content .itnry-img img {
			width: 50%;
		}
	}

	@media screen and (max-width: 575px) {
		h6 + h1 {
			margin-top: 10px;
			font-size: 24px;
			padding-top: 0px;
		}

		.owl-prev {
			left: 20px;
		}

		.owl-next {
			right: 20px;
		}

		.prdt-img {
			width: 40%;
		}

		.prdt-cont {
			width: 60%;
		}

		.prdt-titl {
			font-size: 17px;
			line-height: 20px;
		}

		.intro-txt h1 {
			font-size: 16px;
		}

		.ft-lnk2 ul li {
			width: 50%;
		}

		.indsty-icon span {
			font-size: 16px;
		}

		.video-play-button:before {
			width: 60px;
			height: 60px;
		}

		.video-play-button:after {
			width: 60px;
			height: 60px;
		}

		.bg-image {
			background-size: cover;
			height: 300px;
		}

		.breadcrumbs-custom-path {
			margin-left: 0px;
		}

		.intro-txt h6 {
			font-size: 16px;
		}

		.section h2, .section h1 {
			font-size: 20px;
			margin-bottom: 15px;
		}

		.indsty-icon p {
			font-size: 12px;
		}

		.indsty-icon i img {
			width: 50px;
			height: 50px;
		}

		.text-block-1 * + .big {
			margin-top: 15px;
			font-size: 14px;
			color: #333;
		}

		.pro-con h2 {
			font-size: 18px;
			margin-bottom: 10px;
		}

		.pro-con p {
			font-size: 14px;
		}

		.nwsltr h6 strong {
			font-size: 20px;
		}

		.nwsltr h6 {
			font-size: 16px;
		}

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

		.counter-simple-value {
			font-size: 30px;
		}

			.counter-simple-value i {
				font-size: 40px;
			}
	}

	@media screen and (max-width: 414px) {
		.prdt-titl {
			font-size: 16px;
		}

		.prdt-btn a {
			font-size: 12px;
		}
	}



input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary.header {
    width: 100%;
    background: #e0370d;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
}