/*!

// Contents

// ------------------------------------------------>



 1.  Global Styles
m
 2.  Typography

 3.	 Color

 4.	 Align

 5.	 Grid

 6.	 Blockquotes

 7.	 Background

 8.	 Breadcrumbs

 9.	 Buttons

 10. Forms

 11. Icons

 12. List

 13. Media

 14. Tabs

 15. Accordions

 16. Page Title

 17. Pagination

 18. Alerts

 19. Backtop

 20. Range

 21. Icon Box

 22. Misc

 23. Modals

 24. Animation

 25. Tables

 26. Heading

 27. Loading

 28. Header

 29. Menu

 30. Hero

 31. Team

 32. Testimonial

 33. gallery

 34. Feature

 35. Counter

 36. Pricing Tables

 37. Blog

 38. Shop

 39. Contact

 40. Sidebar

 41. Footer

 42. 404

 43. Skills

 44. Clients

 45. Video

 46. Carousel

 47. Divider

 48. Number

 49. Newsletter

 50. services

 51. Page Title

/*------------------------------------*\

    #GLOBAL STYLES

\*------------------------------------*/

/*

WARNING! DO NOT EDIT THIS FILE!



To make it easy to update your theme, you should not edit the styles in this file. Instead use 

the custom.css file to add your styles. You can copy a style from this file and paste it in 

custom.css and it will override the style in this file. You have been warned! :)

*/

body,

html {

  overflow-x: hidden;

}

html {

  font-size: 13px;

}

body {

  background-color: #ffffff;

  font-family: 'Libre Baskerville', serif;

  font-size: 13px;

  font-weight: 400;

  color: #999999;

  line-height: 1.5;

  margin: 0;

}

.wrapper {

  background-color: #ffffff;

}

* {

  outline: none;

}

::-moz-selection {

  text-shadow: none;

}

::selection {

  background-color: #f7e1d6;

  color: #ffffff;

  text-shadow: none;

}

a {

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  color: #ec3aaa;

}

a:hover {

  color: #99713a;

  text-decoration: none;

}

a:focus {

  color: #99713a;

  outline: none;

  text-decoration: none;

}

a:active {

  color: #99713a;

  outline: none;

  text-decoration: none;

}

textarea {

  resize: none;

}

button.btn {

  margin-bottom: 0;

}

.btn:focus,

.btn:active:focus,

.btn.active:focus,

.btn.focus,

.btn.focus:active,

.btn.active.focus {

  outline: none;

}

.modal-backdrop {

  z-index: 1020;

  background-color: rgba(34, 34, 34, 0.95);

}

.fullscreen {

  height: 100vh !important;

}

/* Custom, iPhone Retina */

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

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

  .fullscreen {

    height: auto !important;

  }

}

/*------------------------------------*\

    #TYPOGRAPHY

\*------------------------------------*/

/* Heading Text */

.h1,

.h2,

.h3,

.h4,

.h5,

.h6,

h1,

h2,

h3,

h4,

h5,

h6 {

  color: #5d6061;

  font-family: 'Libre Baskerville', serif;

  font-weight: 700;

  margin: 0 0 28px;

  line-height: 1;

}

.h1,

h1 {

  font-size: 60px;

}

.h2,

h2 {

  font-size: 36px;

}

.h3,

h3 {

  font-size: 24px;

}

.h4,

h4 {

  font-size: 20px;

}

.h5,

h5 {

  font-size: 18px;

}

.h6,

h6 {

  font-size: 16px;

}

p {

  color: #999999;

  font-size: 13px;

  font-weight: 400;

  line-height: 22px;

}

.lead {

  font-size: 16px;

  line-height: 1.8;

}

/* Aligning Text */

.text--left {

  text-align: left !important;

}

.text--right {

  text-align: right !important;

}

.text--center {

  text-align: center !important;

}

.text--just {

  text-align: justify !important;

}

.align--top {

  vertical-align: top;

}

.align--bottom {

  vertical-align: bottom;

}

.align--middle {

  vertical-align: middle;

}

.align--baseline {

  vertical-align: baseline;

}

/* Weight Text */

.bold {

  font-weight: bold;

}

.regular {

  font-weight: normal;

}

.italic {

  font-style: italic;

}

.break-word {

  word-wrap: break-word;

}

.no-wrap {

  white-space: nowrap;

}

/* Text Color */

.text-white {

  color: #ffffff !important;

}

.text-gray {

  color: #f8f8f8 !important;

}

.text-black {

  color: #444444;

}

.text-theme {

  color: #ec3aaa !important;

}

.text--capitalize {

  text-transform: capitalize !important;

}

.text--uppercase {

  text-transform: uppercase !important;

}

.font-heading {

  font-family: 'Libre Baskerville', serif;

}

.font-body {

  font-family: 'Libre Baskerville', serif;

}

.font-18 {

  font-size: 18px;

}

.font-16 {

  font-size: 16px;

}

.font-20 {

  font-size: 20px;

}

.font-40 {

  font-size: 40px;

}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {

  text-center-xs {

    text-align: center !important;

  }

}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {

  text-center-sm {

    text-align: center !important;

  }

}

.higlighted-style1 {

  background-color: #ec3aaa;

  color: #fff;

  padding: 5px 0;

}

.higlighted-style2 {

  background-color: #444444;

  color: #fff;

  padding: 5px 0;

}

.higlighted-style3 {

  background-color: #f8f8f8;

  color: #ec3aaa;

  padding: 5px 0;

}

/*------------------------------------*\

    #COLORS

\*------------------------------------*/

.color-heading {

  color: #444444 !important;

}

.color-theme {

  color: #ec3aaa !important;

}

.color-white {

  color: #ffffff !important;

}

.color-gray {

  color: #f8f8f8 !important;

}

/*------------------------------------*\

    #Align

\*------------------------------------*/

address,

blockquote,

dd,

dl,

fieldset,

form,

ol,

p,

pre,

table,

ul {

  margin-bottom: 20px;

}

section {

  padding-top: 80px;

  padding-bottom: 80px;

  overflow: hidden;

}

/* All margin */

.m-0 {

  margin: 0 !important;

}

.m-xs {

  margin: 10px;

}

.m-sm {

  margin: 20px;

}

.m-md {

  margin: 40px;

}

.m-lg {

  margin: 80px;

}

/* top margin */

.mt-0 {

  margin-top: 0;

}

.mt-xs {

  margin-top: 10px;

}

.mt-10 {

  margin-top: 10px !important;

}

.mt-20 {

  margin-top: 20px !important;

}

.mt-30 {

  margin-top: 30px !important;

}

.mt-40 {

  margin-top: 40px !important;

}

.mt-50 {

  margin-top: 50px !important;

}

.mt-60 {

  margin-top: 60px;

}

.mt-70 {

  margin-top: 70px !important;

}

.mt-80 {

  margin-top: 80px !important;

}

.mt-90 {

  margin-top: 90px !important;

}

.mt-100 {

  margin-top: 100px !important;

}

.mt-150 {

  margin-top: 150px;

}

/* bottom margin */

.mb-0 {

  margin-bottom: 0 !important;

}

.mb-15 {

  margin-bottom: 15px;

}

.mb-10 {

  margin-bottom: 10px !important;

}

.mb-20 {

  margin-bottom: 20px !important;

}

.mb-30 {

  margin-bottom: 30px !important;

}

.mb-50 {

  margin-bottom: 50px !important;

}

.mb-40 {

  margin-bottom: 40px !important;

}

.mb-60 {

  margin-bottom: 60px !important;

}

.mb-70 {

  margin-bottom: 70px !important;

}

.mb-80 {

  margin-bottom: 80px !important;

}

.mb-90 {

  margin-bottom: 90px !important;

}

.mb-100 {

  margin-bottom: 100px !important;

}

.mb-150 {

  margin-bottom: 150px !important;

}

/* right margin */

.mr-0 {

  margin-right: 0;

}

.mr-10 {

  margin-right: 10px !important;

}

.mr-30 {

  margin-right: 30px !important;

}

.mr-50 {

  margin-right: 50px;

}

.mr-60 {

  margin-right: 60px;

}

.mr-150 {

  margin-right: 150px;

}

/* left margin */

.ml-0 {

  margin-left: 0;

}

.ml-xs {

  margin-left: 10px;

}

.ml-sm {

  margin-left: 20px;

}

.ml-md {

  margin-left: 40px;

}

.ml-lg {

  margin-left: 80px;

}

.ml-30 {

  margin-left: 30px !important;

}

.ml-50 {

  margin-left: 50px;

}

.ml-60 {

  margin-left: 60px;

}

.ml-150 {

  margin-left: 150px;

}

/* All padding */

.p-0 {

  padding: 0 !important;

}

.p-xs {

  padding: 10px;

}

.p-sm {

  padding: 20px;

}

.p-md {

  padding: 40px;

}

.p-lg {

  padding: 80px;

}

/* top padding */

.pt-0 {

  padding-top: 0 !important;

}

.pt-30 {

  padding-top: 30px !important;

}

.pt-40 {

  padding-top: 40px !important;

}

.pt-50 {

  padding-top: 50px;

}

.pt-60 {

  padding-top: 60px;

}

.pt-70 {

  padding-top: 70px !important;

}

.pt-80 {

  padding-top: 80px;

}

.pt-90 {

  padding-top: 90px;

}

.pt-100 {

  padding-top: 100px !important;

}

.pt-150 {

  padding-top: 150px !important;

}





/* bottom padding */

.pb-0 {

  padding-bottom: 0 !important;

}

.pb-30 {

  padding-bottom: 30px;

}

.pb-50 {

  padding-bottom: 50px;

}

.pb-60 {

  padding-bottom: 60px;

}

.pb-70 {

  padding-bottom: 70px !important;

}

.pb-80 {

  padding-bottom: 80px;

}

.pb-90 {

  padding-bottom: 90px;

}

.pb-100 {

  padding-bottom: 100px !important;

}

/* right padding */

.pr-0 {

  padding-right: 0;

}

.pr-xs {

  padding-right: 10px;

}

.pr-sm {

  padding-right: 20px;

}

.pr-md {

  padding-right: 40px;

}

.pr-lg {

  padding-right: 80px;

}

.pr-15 {

  padding-right: 15px !important;

}

.pr-30 {

  padding-right: 30px !important;

}

.pr-50 {

  padding-right: 50px;

}

.pr-60 {

  padding-right: 60px;

}

.pr-100 {

  padding-right: 100px !important;

}

.pr-150 {

  padding-right: 150px;

}

/* left padding */

.pl-0 {

  padding-left: 0;

}

.pl-30 {

  padding-left: 30px;

}

.pl-50 {

  padding-left: 50px;

}

.pl-60 {

  padding-left: 60px;

}

.pl-100 {

  padding-left: 100px !important;

}

.pl-150 {

  padding-left: 150px;

}

/* Postions */

.fixed {

  position: fixed;

}

.relative {

  position: relative;

}

.absolute {

  position: absolute;

}

.static {

  position: static;

}

/* Zindex*/

.zindex-1 {

  z-index: 1;

}

.zindex-2 {

  z-index: 2;

}

.zindex-3 {

  z-index: 3;

}

/* Borders */

.border-all {

  border: 1px solid #ec3aaa;

}

.border-top {

  border-top: 1px solid #ec3aaa;

}

.border-bottom {

  border-bottom: 1px solid #ec3aaa;

}

.border-right {

  border-right: 1px solid #ec3aaa;

}

.border-left {

  border-left: 1px solid #ec3aaa;

}

/* Display */

.inline {

  display: inline;

}

.block {

  display: block;

}

.inline-block {

  display: inline-block;

}

.hide {

  display: none;

}

.flex {

  display: flex;

}

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

  section {

    padding-top: 60px;

    padding-bottom: 60px;

  }

  .text-center-xs {

    text-align: center !important;

  }

  .pull-none-xs {

    float: none !important;

    text-align: center !important;

  }

  .mb-15-xs {

    margin-bottom: 15px;

  }

  .mb-30-xs {

    margin-bottom: 30px !important;

  }

  .mb-50-xs {

    margin-bottom: 50px;

  }

  .mb-60-xs {

    margin-bottom: 60px !important;

  }

  .p-none-xs {

    padding-right: 0;

    padding-left: 0;

  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .text-center-sm {

    text-align: center !important;

  }

  .mb-0-sm {

    margin-bottom: 0;

  }

  .mb-15-sm {

    margin-bottom: 15px;

  }

  .mb-30-sm {

    margin-bottom: 30px !important;

  }

  .mb-50-sm {

    margin-bottom: 50px;

  }

  .mb-60-sm {

    margin-bottom: 60px;

  }

  .pb-15-sm {

    padding-bottom: 15px;

  }

  .pb-30-sm {

    padding-bottom: 30px;

  }

  .pb-50-sm {

    padding-bottom: 50px;

  }

  .pb-60-sm {

    padding-bottom: 60px;

  }

  .p-none-sm {

    padding-right: 0;

    padding-left: 0;

  }

  .pull-none-sm {

    float: none !important;

    text-align: center !important;

  }

}

.border-b {

  border-bottom: 1px solid #f8f8f8;

}

.mt--80 {

  margin-top: -80px;

}

/*------------------------------------*\

    #Grid

\*------------------------------------*/

.row-no-padding [class*="col-"] {

  padding-left: 0 !important;

  padding-right: 0 !important;

}

.col-lg-5ths,

.col-md-5ths,

.col-sm-5ths,

.col-xs-5ths {

  position: relative;

  min-height: 1px;

  padding-right: 15px;

  padding-left: 15px;

}

.col-xs-5ths {

  width: 20%;

  float: left;

}

@media (min-width: 768px) {

  .col-sm-5ths {

    width: 20%;

    float: left;

  }

}

@media (min-width: 992px) {

  .col-md-5ths {

    width: 20%;

    float: left;

  }

}

@media (min-width: 1200px) {

  .col-lg-5ths {

    width: 20%;

    float: left;

  }

}

.col-content {

  padding: 120px 100px 110px 120px;

}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .col-content {

    padding: 40px !important;

  }

}

/* Small Devices, Tablets */

/* Postion Helpers */

.pos-fixed {

  position: fixed;

}

.pos-relative {

  position: relative;

}

.pos-absolute {

  position: absolute;

}

.pos-static {

  position: static;

}

.pos-top {

  top: 0;

}

.pos-bottom {

  bottom: 0;

}

.pos-right {

  right: 0;

}

.pos-left {

  left: 0;

}

.pos-vertical-center {

  position: relative;

  top: 50%;

  -webkit-transform: perspective(1px) translateY(-50%);

  -moz-transform: perspective(1px) translateY(-50%);

  -o-transform: perspective(1px) translateY(-50%);

  transform: perspective(1px) translateY(-50%);

}

.height-700 {

  height: 700px !important;

}

.height-500 {

  height: 500px !important;

}

.height-800 {

  height: 800px !important;

}

@media only screen and (min-width: 992px) {

  .hidden-lg,

  .hidden-md {

    display: none;

  }

}

/*------------------------------------*\

    #Blockquotes

\*------------------------------------*/

.blockquote,

blockquot {

  font-size: 16px;

  font-family: 'Libre Baskerville', serif;

  color: #333333;

  font-style: italic;

  line-height: 26px;

  font-weight: 500;

  padding: 25px 0 25px 25px;

  position: relative;

}

.quote-author {

  font-family: 'Libre Baskerville', serif;

  display: block;

  font-size: 13px;

  font-style: normal;

  font-weight: 600;

  line-height: 1;

  color: #282828;

  margin-top: 18px;

}

.blockquote-1 {

  border-left: 3px solid #ec3aaa;

  font-style: normal;

  padding: 5px 25px;

}

.blockquote-3,

.blockquote-4 {

  padding-right: 30px;

}

.blockquote-2,

.blockquote-3,

.blockquote-4 {

  border-left: none;

}

.blockquote-2:after,

.blockquote-2:before {

  font-family: fontawesome;

  font-size: 16px;

  position: absolute;

  color: #444444;

  line-height: 1.8;

}

.blockquote-2:before {

  content: "\f10d";

  top: 0;

  left: 0;

}

.blockquote-2:after {

  content: "\f10e";

  right: 0;

  bottom: 0;

}

.blockquote-3 {

  color: #ec3aaa;

  background-color: #f4f4f4;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

}

.blockquote-4 {

  color: #ffffff;

  background-color: #444444;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

}

.blockquote-4 .quote-author {

  color: #ffffff;

}

/*------------------------------------*\

    #BACKGROUNDS

\*------------------------------------*/

.bg-theme {

  background-color: #ec3aaa !important;

}

.bg-gray {

  background-color: #f8f8f8 !important;

}

.bg-white {

  background-color: #ffffff !important;

}

.bg-dark {

  background-color: #232323 !important;

}

.bg-secondary {

  background-color: #333333;

}

/* Background Image */

.bg-section {

  position: relative;

  overflow: hidden;

  z-index: 1;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -ms-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

  /*background-attachment: fixed;*/

  background-repeat: no-repeat;

  background-position: center center;

  width: 100%;

  height: 100%;

}

.bg-parallax {

  background-attachment: fixed;

}

.bg-overlay:before {

  content: "";

  display: inline-block;

  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;

}

.bg-overlay-light:before {

  background-color: #ffffff;

  opacity: 0.8;

}

.bg-overlay-dark:before {

  background-color: #222222;

  opacity: 0;

}

.bg-overlay-theme:before {

  background-color: rgba(12, 180, 206, 0.65);

}

/* Background Video */

.bg-video {

  position: relative;

}

.bg-video .bg-player {

  bottom: 0;

  left: 0;

  right: 0;

  position: absolute;

  top: 0;

  width: 100%;

  background: url(polina.html) no-repeat;

  min-height: 500px;

}

.bg-video .vidbg {

  min-width: 100%;

  min-height: 100%;

}

.bg-vyoutube {

  z-index: 550;

  text-align: center;

  height: 100%;

  min-height: 100%;

  position: relative;

  overflow: hidden;

}

/*------------------------------------*\

    #BREADCRUMB

\*------------------------------------*/

/* Breadcrumb Style 1 */

.breadcrumb {

  background-color: transparent;

  margin-bottom: 0;







  padding: 0;

  border-radius: 0;

  color: #e5e4e4;

  font-size: 14px;

  font-weight: 400;

  line-height: 1;

  text-transform: capitalize;

}

.breadcrumb > li + li:before,

.breadcrumb > li a {

  color: #e5e4e4;

}

.breadcrumb > .active {

  color: #f8f8f8;

}

.breadcrumb-2 > li + li:before {

  content: "\f101";

  font-family: fontawesome;

}

.breadcrumb-3 > li + li:before {

  content: "\f105";

  font-family: fontawesome;

}

.breadcrumb > li a:hover {

  color: #ec3aaa;

}

/*------------------------------------*\

    #BUTTONS

\*------------------------------------*/

.btn {

  font-family: 'Libre Baskerville', serif;

  position: relative;

  z-index: 2;

  font-size: 13px;

  font-weight: 400;

  text-transform: uppercase;

  text-align: center;

  border-radius: 0;

  padding: 0;

  line-height: 43px;

  width: 150px;

  height: 45px;

  letter-spacing: 0.26px;

}

.btn.active,

.btn:active {

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

}

/* Button Primary */

.btn--primary {

  background-color: #ec3aaa;

  color: #ffffff;

  border: 1px solid transparent;

}

.btn--primary:active,

.btn--primary:focus,

.btn--primary:hover {

  background-color: #fff;

  border-color: #fff;

  color: #000;

}

/* Button Secondary*/

.btn--secondary {

  background-color: #333333;

  color: #ffffff;

  border: 1px solid #333333;

}

.btn--secondary:active,

.btn--secondary:focus,

.btn--secondary:hover {

  background-color: #5b5b5b;

  color: #ffffff;

  border-color: #5b5b5b;

}

/* Button White */

.btn--white {

  background-color: #ffffff;

  color: #444444;

  border: 1px solid #ffffff;

}

.btn--white:active,

.btn--white:focus,

.btn--white:hover {

  background-color: #ec3aaa;

  color: #ffffff;

  border-color: #ec3aaa;

}

/* Button Block */

.btn--block {

  width: 100%;

}

.btn--auto {

  width: auto;

}

/* Button Rounded */

.btn--rounded {

  border-radius: 50px;

}

/* Button Link */

.btn--link {

  background-color: transparent;

  border-color: transparent;

}

.btn--link.btn--primary {

  color: #ec3aaa;

}

.btn--link.btn--primary:active,

.btn--link.btn--primary:focus,

.btn--link.btn--primary:hover {

  color: #444444;

  background-color: transparent;

  border-color: transparent;

}

.btn--link.btn--secondary {

  color: #444444;

}

.btn--link.btn--secondary:active,

.btn--link.btn--secondary:focus,

.btn--link.btn--secondary:hover {

  color: #ec3aaa;

  background-color: transparent;

  border-color: transparent;

}

/* Button Bordered */

.btn--bordered {

  background-color: transparent;

}

.btn--bordered.btn--primary {

  color: #ec3aaa;

  border-color: #ec3aaa;

}

.btn--bordered.btn--primary:active,

.btn--bordered.btn--primary:focus,

.btn--bordered.btn--primary:hover {

  color: #ffffff;

  background-color: #ec3aaa;

  border-color: #ec3aaa;

}

.btn--bordered.btn--secondary {

  color: #333333;

  border-color: #e0e0e0;

}

.btn--bordered.btn--secondary:active,

.btn--bordered.btn--secondary:focus,

.btn--bordered.btn--secondary:hover {

  color: #ec3aaa;

  background-color: transparent;

}

.btn--bordered.btn--white {

  color: #ffffff;

  border-color: #ffffff;

}

.btn--bordered.btn--white:active,

.btn--bordered.btn--white:focus,

.btn--bordered.btn--white:hover {

  color: #333333;

  background-color: #ffffff;

  border-color: #ffffff;

}

.btn--white.btn--secondary {

  color: #444444;

  border-color: #ffffff;

  background-color: #ffffff;

}

.btn--white.btn--secondary:active,

.btn--white.btn--secondary:focus,

.btn--white.btn--secondary:hover {

  color: #ffffff;

  background-color: #ec3aaa;

  border-color: #ec3aaa;

}

.btn--slide:last-of-type {

  margin-left: -6px;

}

.btn--slide-wide {

  width: 270px;

}

.btn--video {

  color: #ffffff;

  font-size: 13px;

  font-weight: 600;

  line-height: 51px;

  text-transform: uppercase;

  padding-left: 93px;

}

.btn--video i {

  position: absolute;

  left: 30px;

  top: 0;

  color: #f8f8f8;

  font-size: 48px;

}

.btn--video:hover,

.btn--video:hover i {







  color: #ec3aaa;

}

/* Buttom Video With Bordered */

.btn--video-bordered {

  width: 68px;

  height: 68px;

  line-height: 65px;

  border-radius: 50%;

  border-radius: 33px;

  background-color: rgba(255, 255, 255, 0.2);

  -webkit-transition: all .4s;

  -moz-transition: all .4s;

  -ms-transition: all .4s;

  -o-transition: all .4s;

  transition: all .4s;

}

.btn--video-bordered .btn--video {

  padding-left: 0;

  width: 48px;

  height: 48px;

  color: #f9f9f9;

}

.btn--video-bordered .btn--video i {

  left: 9px;

}

.btn--video-bordered:hover {

  background-color: #ffffff;

}

.btn--video-bordered:hover .btn--video,

.btn--video-bordered:hover .btn--video i {

  color: #ec3aaa;

}

/* Buttom More */

/* Button Action */

.btn--action {

  line-height: 130px;

  height: 130px;

}

.btn--action span:after,

.btn--action span:before {

  background-color: #ffffff;

}

/* Button Icon */

.btn--icon {

  width: 70px;

  height: 70px;

  line-height: 70px;

  text-align: center;

  border-radius: 2px;

  background-color: rgba(27, 26, 26, 0.9);

  font-size: 40px;

  display: inline-block;

  -webkit-transition: all .4s linear;

  -moz-transition: all .4s linear;

  transition: all .4s linear;

}

.btn--hover-white:active,

.btn--hover-white:focus,

.btn--hover-white:hover {

  background-color: #ffffff;

  color: #444444;

  border-color: #ffffff;

}

/*------------------------------------*\

    #FORMS

\*------------------------------------*/

.form-control {

  color: #aaaaaa;

  font-size: 13px;

  font-weight: 400;

  line-height: 40px;

  height: 40px;

  border: 1px solid #e0e0e0;

  background: transparent;

  padding-left: 24px;

  margin-bottom: 30px;

  position: relative;

  border-radius: 23px;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

}

.form-control:focus {

  border-color: #888888;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

}

/* Placeholder */

.form-control::-webkit-input-placeholder {

  color: #aaaaaa;

  text-transform: capitalize;

}

.form-control:-moz-placeholder {

  color: #aaaaaa;

  text-transform: capitalize;

}

.form-control::-moz-placeholder {

  color: #aaaaaa;

  text-transform: capitalize;

}

.form-control:-ms-input-placeholder {

  color: #aaaaaa;

  text-transform: capitalize;

}

.form-select {

  position: relative;

}

.form-select select {

  line-height: 1;

  color: #999999;

  cursor: pointer;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}

.form-select i {

  position: absolute;

  right: 24px;

  color: #aaaaaa;

  font-size: 13px;

  font-weight: 400;

  line-height: 40px;

}

/* Input Checkbox */

.input-checkbox {

  margin-bottom: 0;

}

.label-checkbox {

  display: block;

  position: relative;

  cursor: pointer;

  font-size: 18px;

  line-height: 18px;

  z-index: 2;

}

.label-checkbox input {

  position: absolute;

  z-index: -1;

  opacity: 0;

}

.check-indicator {

  position: absolute;

  top: 2px;

  left: 0;

  height: 14px;

  width: 14px;

  background: transparent;

  border: 2px solid #e0e0e0;

  border-radius: 2px;

}

.label-checkbox input:checked ~ .check-indicator {

  background: #ec3aaa;

  border-color: #ec3aaa;

}

.check-indicator:after {

  content: '';

  position: absolute;

  display: none;

}

.label-checkbox .check-indicator:after {

  left: 3px;

  top: 1px;

  width: 4px;

  height: 7px;

  border: solid #ffffff;

  border-width: 0 2px 2px 0;

  -webkit-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  transform: rotate(45deg);

}

.label-checkbox input:checked ~ .check-indicator:after {

  display: block;

}

.input-checkbox span {

  display: inline-block;

  position: relative;

  font-size: 13px;

  padding-left: 22px;

  line-height: 15px;

  color: #aaaaaa;

}

/* Input Radio */

.label-radio {

  display: block;

  position: relative;

  cursor: pointer;

  font-size: 14px;

}

.label-radio input {

  position: absolute;

  z-index: -1;

  opacity: 0;

}

.radio-indicator {

  position: absolute;

  top: -18px;

  left: 0;

  height: 18px;



  width: 18px;

  background: transparent;

  border: 1px solid #bdbdbd;

  border-radius: 50%;

}

.label-radio input:checked ~ .radio-indicator {

  background: #ffffff;

}

.label-radio:hover input:not([disabled]):checked ~ .radio-indicator,

.label-radio input:checked:focus ~ .radio-indicator {

  background: #ffffff;

}

.radio-indicator:after {

  content: '';

  position: absolute;

  display: none;

  left: 4px;

  top: 4px;

  height: 8px;

  width: 8px;

  border-radius: 50%;

  background: #333333;

}

.label-radio input:checked ~ .radio-indicator:after {

  display: block;

}

.input-radio .input-option {

  color: #999999;

  font-size: 14px;

  font-weight: 400;

  margin-left: 33px;

  display: inline-block;

}

/**/

.booking-2 .booking-form {

  background-color: #ffffff;

  padding: 50px 70px;

}

/*------------------------------------*\

    #ICONS

\*------------------------------------*/

#icons section {

  padding-top: 60px;

  padding-bottom: 60px;

}

#icons h3 {

  margin-bottom: 0;

}

#icons .fa-hover {

  margin-bottom: 15px;

  font-size: 15px;

}

#icons i {

  margin-right: 10px;

}

/*------------------------------------*\

    #Lists

\*------------------------------------*/

ul.list {

  padding: 0;

  font-size: 13px;

  list-style-type: none;

  color: #7f7f7f;

}

ul.list li {

  font-size: 13px;

  font-weight: 400;

  line-height: 30px;

}

ul.icon-list li i {

  font-size: 15px;

  font-weight: 400;

  line-height: 30px;

  margin-right: 10px;

  color: #444444;

}

ul.number-list li {

  line-height: 33px;

}

ul.number-list li span {

  font-size: 13px;

  font-weight: 700;

  line-height: 30px;

  margin-right: 15px;

  color: #444444;

}

ul.dot-list li i {

  font-size: 7px;

  font-weight: 400;

  line-height: 30px;

  margin-right: 19px;

  color: #444444;

}

/*------------------------------------*\

    #MEDIA

\*------------------------------------*/

.screen-img {

  position: relative;

  display: block;

  overflow: hidden;

}

.screen-img img {

  -webkit-transition: all 0.2s linear;

  -moz-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

}

.screen-img .screen-hover {

  overflow: hidden;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(255, 255, 255, 0.5);

  webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

  padding: 30px;

  opacity: 0;

}

.screen-img .screen-hover a {

  top: 50%;

  left: 50%;

  margin-top: -22px;

  margin-left: -90px;

  webkit-transition: all 0.4s 0.4s ease-in-out;

  -moz-transition: all 0.4s 0.4s ease-in-out;

  -o-transition: all 0.4s 0.4s ease-in-out;

  transition: all 0.4s 0.4s ease-in-out;

  opacity: 0;

}

/* screen Hover Effect */

.screen-img:hover .screen-hover {

  opacity: 1;

}

.screen-img:hover .screen-hover a {

  opacity: 1;

}

/*------------------------------------*\

    #Tabs

\*------------------------------------*/

.tabs .nav-tabs {

  border: none;

  text-align: center;

}

.tabs .nav-tabs > li {

  float: none;

  display: inline-block;

}

.tabs .nav-tabs > li > a {

  color: #333333;

  font-size: 13px;

  font-weight: 800;

  text-transform: capitalize;

  border-radius: 0;

  border: none;

  padding-right: 14px;

  padding-left: 14px;

}

.tabs .nav-tabs > li > a:focus,

.tabs .nav-tabs > li > a:hover,

.tabs .nav-tabs > li.active > a,

.tabs .nav-tabs > li.active > a:focus,

.tabs .nav-tabs > li.active > a:hover {

  color: #0cb4ce;

  background-color: transparent;

  border: none;

}

.tabs .tab-content > .tab-pane {

  padding-top: 27px;

}

.tabs .tab-content > .tab-pane p {

  font-size: 15px;

  font-weight: 400;

  line-height: 26px;

}

/* Tabs #2*/

.tabs-2.tabs .nav-tabs {

  border-bottom: none;

}

.tabs-2.tabs .nav-tabs > li > a {

  pading-top: 0;

  padding-bottom: 0;

}

.tabs-2.tabs .nav-tabs > li > a i {

  width: 60px;

  height: 60px;





  line-height: 60px;

  text-align: center;

  border-radius: 2px;

  background-color: #282828;

  display: block;

  color: #ffffff;

  font-size: 28px;

  font-weight: 400;

  margin-bottom: 20px;

}

.tabs-2.tabs .nav-tabs > li > a:focus,

.tabs-2.tabs .nav-tabs > li > a:hover,

.tabs-2.tabs .nav-tabs > li.active > a,

.tabs-2.tabs .nav-tabs > li.active > a:focus,

.tabs-2.tabs .nav-tabs > li.active > a:hover {

  color: #0cb4ce;

  background-color: #ffffff;

  border: none;

}

.tabs-2.tabs .nav-tabs > li > a:focus i,

.tabs-2.tabs .nav-tabs > li > a:hover i,

.tabs-2.tabs .nav-tabs > li.active > a i,

.tabs-2.tabs .nav-tabs > li.active > a:focus i,

.tabs-2.tabs .nav-tabs > li.active > a:hover i {

  background-color: #0cb4ce;

}

/* Tab Vertical */

.tabs-vertical.tabs .nav-tabs {

  border-bottom: none;

  border-right: 1px solid #ededed;

  width: 15%;

  float: left;

}

.tabs-vertical.tabs .nav-tabs > li {

  float: none;

  display: block;

}

.tabs-vertical.tabs .nav-tabs > li > a {

  border-radius: 0;

  border: none;

  padding-right: 20px;

  padding-left: 0;

  margin-right: 0;

}

.tabs-vertical.tabs .nav-tabs > li > a:focus,

.tabs-vertical.tabs .nav-tabs > li > a:hover,

.tabs-vertical.tabs .nav-tabs > li.active > a,

.tabs-vertical.tabs .nav-tabs > li.active > a:focus,

.tabs-vertical.tabs .nav-tabs > li.active > a:hover {

  color: #0cb4ce;

  background-color: #ffffff;

  border: none;

  border-right: 2px solid #0cb4ce;

  padding-left: 11px;

}

.tabs-vertical.tabs .tab-content {

  padding-left: 15%;

  text-align: left;

}

.tabs-vertical.tabs .tab-content > .tab-pane {

  padding-left: 60px;

  padding-top: 0;

}

.tabs-vertical.tabs .tab-content > .tab-pane p {

  color: #a5a5a5;

  font-size: 16px;

  font-weight: 300;

  line-height: 26px;

}

.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li > a:focus,

.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li > a:hover,

.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li.active > a,

.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li.active > a:focus,

.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li.active > a:hover {

  color: #fff;

  background-color: #0cb4ce;

  border: none;

  border-right: 2px solid #0cb4ce;

  padding-left: 11px;

}

/*------------------------------------*\

    #Accordion

\*------------------------------------*/

/* Accordion Base */

.accordion .panel {

  padding: 24px;

  margin-bottom: 15px;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  border-radius: 1px;

  background-color: #f4f4f4;

}

.accordion .panel .panel--heading {

  padding: 0;

}

.accordion .panel .panel--heading a {

  font-family: 'Libre Baskerville', serif;

  font-size: 16px;

  color: #333333;

  font-weight: 600;

  line-height: 20px;

  text-transform: capitalize;

  position: relative;

  display: block;

}

.accordion .panel .panel--heading a.collapsed {

  color: #333333;

}

.accordion .panel .panel--body {

  padding: 22px 0 6px 0;

  color: #a5a5a5;

  font-size: 14px;

  font-weight: 400;

  line-height: 22px;

}

/* Accordion Status */

.accordion .panel--heading .accordion-toggle:after {

  position: absolute;

  right: 0;

  top: 0;

  content: "\f068";

  /* symbol for "opening" panels */

  font-family: fontawesome;

  font-size: 9px;

  color: #ffffff;

  background-color: #ec3aaa;

  border: 1px solid #ec3aaa;

  text-align: center;

  width: 20px;

  height: 20px;

  line-height: 20px;

  -moz-border-radius: 1px;

  -webkit-border-radius: 1px;

  border-radius: 1px;

}

.accordion .panel--heading .accordion-toggle.collapsed:after {

  content: "\f067";

  /* symbol for "collapsed" panels */

  color: #333333;

  background-color: transparent;

  border: 1px solid #333333;

}

.accordion .panel--heading .accordion-toggle.collapsed:after {

  content: "\f067";

  color: #ffffff;

  background-color: #ec3aaa;

  border: none;

}

/* Accordion Style #1 */

.accordion.accordion-1 .panel--heading a {

  padding-left: 0;

}

/* Accordion Style #2 */

.accordion-2 .panel {

  border: 1px solid #eee;

  background-color: transparent;



}

.accordion.accordion-2 .panel--heading .accordion-toggle.collapsed:after {

  content: "\f067";

  color: #333333;

  background-color: transparent;

  border: 1px solid #333333;

}

/* Accordion Style #3 */

.accordion.accordion-3 {

  border: none;

  background-color: transparent;

}

.accordion.accordion-3 .panel {

  border: none;

  background-color: #ffffff;

  -webkit-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.06);

  -moz-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.06);

  -o-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.06);

  box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.06);

}

/* Accordion Style #4 */

.accordion.accordion-4 .panel {

  border: none;

  background-color: #f4f4f4;

}

/*------------------------------------*\

    #PAGINATION

\*------------------------------------*/

.pagination {

  margin: 0;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

}

.pagination > li {

  margin-right: 10px;

  display: inline-block;

}

.pagination > li > a,

.pagination > li > span {

  background-color: transparent;

  color: #333333;

  font-family: 'Libre Baskerville', serif;

  font-size: 14px;

  font-weight: 400;

  border-color: #dadada;

  text-transform: uppercase;

  padding: 0;

  width: 35px;

  height: 35px;

  line-height: 35px;

  text-align: center;

  border-radius: 0;

}

.pagination > .active > a,

.pagination > li:hover > a,

.pagination > .active > a:focus,

.pagination > .active > a:hover,

.pagination > .active > span,

.pagination > .active > span:focus,

.pagination > .active > span:hover {

  background-color: #333333;

  color: #ffffff;

  border-color: #333333;

  border-radius: 0;

}

.pagination > li:first-child > a,

.pagination > li:first-child > span {

  border-radius: 0;

}

.pagination .pagination-next {

  border: none;

  width: auto;

  color: #bdbdbd;

}

.pagination li:hover .pagination-next,

.pagination .pagination-next:hover {

  background-color: transparent;

  color: #333333;

  border: none;

}

/*------------------------------------*\

    #ALERT MESSAGE

\*------------------------------------*/

.alerts {

  background-color: #f8f8f8;

  border-radius: 2px;

  padding: 20px;

  margin-bottom: 40px;

}

.alerts .alert-icon {

  width: 46px;

  height: 46px;

  line-height: 46px;

  background-color: #ec3aaa;

  -moz-border-radius: 2px 1px 1px 2px;

  -webkit-border-radius: 2px 1px 1px 2px;

  border-radius: 2px 1px 1px 2px;

  text-align: center;

  position: absolute;

}

.alerts .alert-icon i {

  color: #ffffff;

  font-size: 15px;

  font-weight: 400;

  line-height: 28px;

}

.alerts .alert-content {

  padding-left: 68px;

}

.alerts .alert-content h4 {

  color: #ec3aaa;

  font-size: 15px;

  font-weight: 600;

  line-height: 32px;

  text-transform: capitalize;

  margin-bottom: 0;

  margin-top: -6px;

}

.alerts .alert-content p {

  font-family: 'Libre Baskerville', serif;

  color: #9b9b9b;

  font-size: 12px;

  font-weight: 500;

  line-height: 20px;

  margin-bottom: 0;

}

.alerts.alert-warning h4 {

  color: #8a6d3b;

}

.alerts.alert-warning .alert-icon {

  background-color: #fcf8e3;

}

.alerts.alert-warning .alert-icon i {

  color: #8a6d3b;

}

.alerts.alert-danger h4 {

  color: #a94442;

}

.alerts.alert-danger .alert-icon {

  background-color: #f2dede;

}

.alerts.alert-danger .alert-icon i {

  color: #a94442;

}

/*------------------------------------*\

    #BACK TO TOP

\*------------------------------------*/

#back-to-top {

  z-index: 9999;

  position: fixed;

  right: 30px;

  bottom: 30px;

  opacity: 0;

}

.backtop {

  width: 40px;

  height: 40px;

  line-height: 40px;

  text-align: center;

  color: #ffffff;

  cursor: pointer;

  border-radius: 2px;

  transition: opacity 0.2s ease-out;

  background-color: rgba(0, 0, 0, 0.4);

  font-size: 20px;

}

#back-to-top.show {

  opacity: 1;

}

#back-to-top:hover {

  background-color: #ec3aaa;

}

/* Style 2 */

.backtop.style-2 {

  border-radius: 0;

}

/* Style 4*/

.backtop.style-3 {

  border-radius: 5px;

}

/* Style 4*/

.backtop.style-4 {

  border-radius: 50%;

}

.back-top-styles .backtop {

  text-align: center;

  margin-right: auto;

  margin-left: auto;

}

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

  #back-to-top.show {

    opacity: 0;

  }

}

/*------------------------------------*\

    #Range

\*------------------------------------*/

.range-slider .ui-slider {

  height: 8px;

  background-color: #d7d7d7;

  border-radius: 2px;

  margin-bottom: 20px;

  margin-top: 5px;

}

.range-slider .ui-slider-handle {

  /* Style for "Line" */

  width: 15px;

  height: 15px;

  margin-left: 0;

  background-color: #272930;

  border-radius: 1px;

}

.range-slider .ui-slider-range {

  height: 8px;

  background-color: #ec3aaa;

  margin-bottom: 20px;

}

.range-slider p {

  font-size: 13px;

  font-weight: 400;

  line-height: 1;

}

.range-slider label {

  color: #f8f8f8;

}

.range-slider input {

  color: #ec3aaa;

  border: none;

  background-color: transparent;

}

/*------------------------------------*\

    #FEATRUE BOX

\*------------------------------------*/

/* Feature #8 */

.feature-box {

  text-align: center;

  margin-bottom: 0;

}

.feature-box .feature-heading h3 {

  color: #f8f8f8;

  font-size: 17px;

  font-weight: 500;

  line-height: 1;

}

.feature-box .feature-icon {

  position: relative;

  width: 60px;

  height: 60px;

  line-height: 60px;

  background-color: #f8f8f8;

  border-radius: 1px;

  color: #ffffff;

  font-size: 28px;

  font-weight: 400;

  text-align: center;

  margin: 0 auto 20px;

  overflow: hidden;

}

.feature-box .feature-icon i {

  position: relative;

  display: block;

  line-height: 60px;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.feature-box:hover .feature-icon i:first-child {

  margin-top: -60px;

}

.feature-box .feature-body p {

  margin-bottom: 0;

}

/* Feature Box #2 */

.fbox-2 .feature-icon {

  float: left;

}

.fbox-2 .feature-body,

.fbox-2 .feature-heading {

  padding-left: 80px;

  text-align: left;

}

/* Feature Box #3 */

.fbox-3 .feature-icon {

  float: right;

}

.fbox-3 .feature-body,

.fbox-3 .feature-heading {

  padding-right: 80px;

  text-align: right;

}

/* Feature Box borderd */

.fbox-bordered .feature-icon {

  background-color: transparent;

  border: 1px solid #f8f8f8;

  color: #f8f8f8;

}

/* Feature Box Circle */

.fbox-circle .feature-icon {

  border-radius: 50%;

}

/* Feature Box Circle  bordered */

.fbox-circle.fb-bordered .feature-icon {

  border-radius: 50%;

  background-color: transparent !important;

  border: 2px solid #f8f8f8;

  color: #f8f8f8;

}

/*------------------------------------*\

    #MISC

\*------------------------------------*/

/* Utility classes table  */

.bs-table th small,

.responsive-utilities th small {

  display: block;

  font-weight: normal;

  color: #999;

}

.responsive-utilities tbody th {

  font-weight: normal;

}

.responsive-utilities td {

  text-align: center;

}

.responsive-utilities td.is-visible {

  color: #468847;

  background-color: #dff0d8 !important;

}

.responsive-utilities td.is-hidden {

  color: #ccc;

  background-color: #f9f9f9 !important;

}

.pallete-item {

  border: 1px solid #eee;

  margin-bottom: 24px;

}

.pallete-color {

  padding: 45px 15px;

  text-align: center;

  text-transform: uppercase;

}

.pallete-color p {

  margin-bottom: 0;

  font-weight: bold;

  color: #ffffff;

}

/*------------------------------------*\

    #MODALS

\*------------------------------------*/

.modal-dialog {

  margin-top: 60px;

}

.modal-content {

  border-radius: 0;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  text-align: left;

}

.modal-content .modal-title {

  text-transform: capitalize;

  font-family: 'Lora', sans-serif;

}

/*------------------------------------*\

    #Animation

\*------------------------------------*/

@keyframes pulse {

  0% {

    transform: scale(0.95);

    opacity: 0.7;

  }

  50% {





    transform: scale(1);

    opacity: 1;

  }

  100% {

    transform: scale(0.95);

    opacity: 0.7;

  }

}

@-webkit-keyframes pulse {

  0% {

    -webkit-transform: scale(0.95);

    opacity: 0.7;

  }

  50% {

    -webkit-transform: scale(1);

    opacity: 1;

  }

  100% {

    -webkit-transform: scale(0.95);

    opacity: 0.7;

  }

}

/*------------------------------------*\

    #Tables

\*------------------------------------*/

table {

  background-color: #ffffff;

  border: 1px solid #eee;

  border-radius: 0;

  margin-bottom: 0;

}

table thead {

  background-color: #f8f8f8;

}

table thead tr th {

  font-size: 14px;

  font-weight: 600;

  text-transform: capitalize;

  color: #282828;

  line-height: 30px;

  border-bottom-width: 0;

  border-color: #eee;

  padding: 0;

}

table tbody tr td {

  padding: 20px;

  border-color: #eee;

}

table tbody tr td,

table tbody tr td {

  font-size: 13px;

  font-weight: 600;

  line-height: 26px;

  color: #9b9b9b;

}

/*------------------------------------*\

    #Heading

\*------------------------------------*/

.heading .heading--subtitle {

  color: #616161;

  font-size: 15px;

  font-weight: 500;

  line-height: 1;

  margin-bottom: 15px;

  letter-spacing: 0.3px;

}

.heading .heading--title {

  font-size: 36px;

  font-weight: 700;

  line-height: 38px;

  text-transform: capitalize;

  margin-bottom: 29px;

}

.heading .heading--desc {

  color: #999999;

  font-size: 14px;

  font-weight: 400;

  line-height: 24px;

  margin-bottom: 0;

}

.heading .divider--line {

  margin-top: 36px;

}

.heading .divider--line + .heading--desc {

  margin-top: 36px;

}

/*------------------------------------*\

    #LOADING-SECTION

\*------------------------------------*/

.preloader {

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  position: fixed;

  z-index: 99999;

  background-color: #ffffff;

  overflow: hidden;

}

.sk-cube-grid {

  width: 40px;

  height: 40px;

  position: absolute;

  top: 50%;

  left: 50%;

  margin: -40px 0 0 -40px;

}

.spinner {

  margin: -40px 0 0 -40px;

  width: 70px;

  text-align: center;

  position: absolute;

  top: 50%;

  left: 50%;

}

.spinner > div {

  width: 18px;

  height: 18px;

  background-color: #f7e1d6;

  border-radius: 100%;

  display: inline-block;

  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;

  animation: sk-bouncedelay 1.4s infinite ease-in-out both;

}

.spinner .bounce1 {

  -webkit-animation-delay: -0.32s;

  animation-delay: -0.32s;

}

.spinner .bounce2 {

  -webkit-animation-delay: -0.16s;

  animation-delay: -0.16s;

}

@-webkit-keyframes sk-bouncedelay {

  0%,

  80%,

  100% {

    -webkit-transform: scale(0);

    transform: scale(0);

  }

  40% {

    -webkit-transform: scale(1);

    transform: scale(0);

  }

}

@keyframes sk-bouncedelay {

  0%,

  80%,

  100% {

    -webkit-transform: scale(0);

    transform: scale(0);

  }

  40% {

    -webkit-transform: scale(1);

    transform: scale(1);

  }

}

/*------------------------------------*\

    #HEADER

\*------------------------------------*/

.header-transparent {

  background-color: transparent;

}

.header-transparent + .mtop-100,

.header-transparent + .page-title,

.header-transparent + .slider {

  position: relative;

  margin-top: -140px;

}

/* Transparent Header */

.transparent-header .module .module-icon > i {

  color: #ffffff;

}

.static-affix {

  top: 0;

  width: 100%;

  z-index: 10;

}

/* Header With Top Bar */

.header-topbar {

  height: 140px;

  z-index: 9;

  position: relative;

}

.header-topbar .navbar {

  top: 50px;

}

.header-topbar .navbar.affix {

  top: 0;

}

/*------------------------------------*\

    #Menu

\*------------------------------------*/

.header .navbar-collapse {

  padding-right: 0;

  padding-left: 0;

}

.header .navbar {

  margin-bottom: 0;

  border-radius: 0;

  min-height: 90px;

  border: none;

  background: #fff;

}

.header-bordered .navbar {

  border-bottom: 1px solid rgba(255, 255, 255, 0.15);

}

.header-bordered .navbar.navbar--dark {



  border-bottom: 1px solid rgba(34, 34, 34, 0.1);

}

.header .navbar .logo {

  height: 90px;

  line-height: 90px;

}

.navbar-nav:not(.nav-pos-right) {

  margin-right: 200px;

}

.nav-bordered-right {

  margin-right: 10px;

}

.nav-bordered-right + .module:first-of-type:before {

  position: relative;

  margin-left: 12px;

}

.navbar-nav > li {

  margin-left: 60px;

}

.navbar-nav > li > a {

  font-size: 14px;

  text-transform: uppercase;

  font-weight: 400;

  line-height: 90px;

  color: #3a3a3a;

  padding: 0;

}

.nav .open > a,

.nav .open > a:focus,

.nav .open > a:hover {

  background-color: transparent;

  border: none;

}

.navbar-nav > li.active > ul {

  margin-top: 0;

}

.navbar-nav > li > a:focus,

.navbar-nav > li > a:hover {

  background-color: transparent;

  color: #000;

}

/**/

li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:before,

ul.dropdown-menu > li.has-dropdown > a:before {

  font-family: fontawesome;

  content: "\f105";

  font-size: 13px;

  position: absolute;

  right: 25px;

}

/* Menu Levels */

.dropdown-menu {

  background-color: transparent;

  position: relative;

  width: 100%;

  border: none;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

}

.transparent-header .navbar {

  background-color: transparent;

  height: 101px;

}

.transparent-header .navbar-nav > li.has-dropdown > a {

  color: #ffffff;

}

.transparent-header .navbar-nav li.has-dropdown > a:hover,

.transparent-header .navbar-nav li.has-dropdown.active > a {

  color: #ec3aaa;

}

/* Header Light */

.header-light {

  background-color: #ffffff;

}

.header-light .navbar .logo-dark {

  display: inline-block;

}

.header-light .navbar .logo-light {

  display: none;

}

.header-light .navbar .module .module-icon i,

.header-light .navbar .navbar-nav > li > a {

  color: #222222;

}

.header-light .navbar .navbar-nav > li > .menu-item:hover::before,

.header-light .navbar .navbar-nav > li.active > .menu-item:before {

  background-color: #222222;

}

/* Header Fixed */

.header-fixed .affix {

  background-color: #fff;

  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);

  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);

  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);

}

.header-fixed:not(.header-light) .navbar .logo-dark {

  display: none;

}

.header-fixed .navbar.affix .logo-dark {

  display: inline-block;

}

.header-fixed .navbar.affix .logo-light {

  display: none;

}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 479px) {

  .mega-dropdown-menu ul {

    list-style: none;

    margin-left: -10px;

  }

  .mega-dropdown-menu ul li a {

    line-height: 28px;

    padding: 0;

  }

  .mega-dropdown-menu ul li a i {

    margin-right: 8px;

  }

}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .header .container {

    padding-right: 0;

    padding-left: 0;

  }

  .navbar-nav {

    margin: 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

    background: #fff;

  }

  .navbar-toggle {

    border-color: #ffffff;

    -moz-border-radius: 0;

    -webkit-border-radius: 0;

    border-radius: 0;

    margin-top: 35px;

  }

  .affix .navbar-toggle,

  .header-light .navbar-toggle {

    border-color: #ffffff;

  }

  .navbar-toggle .icon-bar {

    background-color: #000;

  }

  .affix .navbar-toggle .icon-bar,

  .header-light .navbar-toggle .icon-bar {

    background-color: #ffffff;

  }

  .container > .navbar-header {

    margin-left: 0;

    padding-right: 10px;

    padding-left: 10px;

  }

  .container .navbar-collapse,

  .container-bordered .navbar-collapse,

  .container-fluid .navbar-collapse {

    width: 100%;

    background-color: #444444;

    margin-right: 0;

    margin-left: 0;

  }

  .navbar-nav > li {

    height: auto !important;

    margin-right: 0;

  }

  .navbar-nav > li.pull-left {

    float: none !important;

  }

  .navbar-nav li a {

    line-height: 36px;

    color: #000;

    padding-right: 0;

    padding-left: 10px;

    padding-top: 0;

  }

  .navbar-nav > li > .menu-item:before {

    display: none;

  }

  ul ul {

    list-style: none;

  }

  ul.dropdown-menu li a,

  ul.mega-menu,

  ul.mega-menu li ul li a {

    background-color: transparent;

    position: relative;

    padding: 0;

  }

  .navbar-nav > li.has-dropdown > a:after,

  li.dropdown-submenu > a:after {

    font-family: fontawesome;

    content: "\f105";

    font-size: 13px;

    position: absolute;

    right: 10px;

  }

  .navbar-nav > li.has-dropdown.open > a,

  .navbar-nav > li.has-dropdown.open > a:focus,

  .navbar-nav > li.has-dropdown.open > a:hover {

    background-color: transparent;

    border: none;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  }

  li.dropdown-submenu.open > ul > li > a {

    padding-left: 50px !important;

  }

  .navbar-nav > li.has-dropdown.open > a:after,

  .navbar-nav > li.has-dropdown.open > a:focus:after,

  .navbar-nav > li.has-dropdown.open > a:hover:after,

  li.dropdown-submenu.open > a:after,

  li.dropdown-submenu.open > a:focus:after,

  li.dropdown-submenu.open > a:hover:after {

    font-family: fontawesome;

    content: "\f107";

    font-size: 13px;

    position: absolute;

    right: 10px;

  }

  li.dropdown-submenu > a:after,

  li.dropdown-submenu.open > a:focus:after,

  li.dropdown-submenu.open > a:hover:after {

    right: 10px;

  }

  .dropdown-menu > li > a:focus,

  .dropdown-menu > li > a:hover,

  .mega-menu li a:focus,

  .mega-menu li a:hover,

  .nav > li > a:focus,

  .nav > li > a:hover {

    background-color: transparent;

  }

  .dropdown-menu > li > a,

  .mega-menu > li > a {

    color: #ffffff;

  }

  .mega-menu ul {

    list-style: none;

    padding-left: 25px;

  }

  .mega-menu ul li {

    padding-top: 5px;

  }

  .dropdown-menu > li > a:focus,

  .dropdown-menu > li > a:hover,

  .mega-menu li a:focus,

  .mega-menu li a:hover {

    color: #ffffff;

  }

  ul.mega-menu {

    list-style: none;

    display: none;

  }

  .dropdown-submenu.open > .mega-menu,

  .has-dropdown.open > .mega-menu {

    display: block;

  }

  .dropdown-submenu.open > .mega-menu ul {

    padding-left: 50px;

  }

  .header-fixed .navbar.affix .module .module-icon i,

  .header-fixed .navbar.affix .navbar-nav > li > a {

    color: #ffffff;

  }

  .mega-dropdown-menu .container a[href='#'] {

    color: #ec3aaa;

    cursor: default;

    margin-left: 10px;

    padding: 0;

    font-weight: 700;

    text-transform: capitalize;

  }

  li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:before,

  ul.dropdown-menu > li.has-dropdown > a:before {

    display: none;

  }

  .navbar.navbar--dark .module .module-icon i,

  .navbar.navbar--dark .navbar-nav > li > a {

    color: #ffffff;

  }

  .navbar-nav:not(.nav-pos-right) {

    margin-right: 0;

  }

  .mega-dropdown-menu li ul li a i {

    margin-right: 8px;

  }

  .header-3 .navbar-nav {

    margin-right: 0;

    border-right: none;

  }

  .header-light .navbar .module .module-icon i,

  .header-light .navbar .navbar-nav > li > a {

    color: #ffffff;

  }

  .container-fluid > .navbar-collapse,

  .container-fluid > .navbar-header,

  .container > .navbar-collapse,

  .container > .navbar-header {

    margin-right: 0;

    margin-left: 0;

  }

  .header-5 .container-fluid {

    padding-right: 15px;

  }

  .header-6 .navbar-nav > li > a {

    padding-right: 0;

    padding-left: 10px;

    border-left: none;

    line-height: 36px;

  }

}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .header .container {

    padding-right: 0;

    padding-left: 0;

  }

  .navbar-header {

    float: none !important;

    margin-right: auto;

    margin-left: auto;

    text-align: center;

  }

  .header .navbar .logo {

    float: left;

  }

  .navbar-toggle {

    border-color: #ffffff;

    -moz-border-radius: 0;

    -webkit-border-radius: 0;

    border-radius: 0;

    margin-top: 35px;

    display: block;



  }

  .affix .navbar-toggle,

  .header-light .navbar-toggle {

    border-color: #444444;

  }

  .navbar-toggle .icon-bar {

    background-color: #ffffff;

  }

  .affix .navbar-toggle .icon-bar,

  .header-light .navbar-toggle .icon-bar {

    background-color: #444444;

  }

  .navbar-fixed-top .navbar-collapse {

    overflow: scroll !important;

  }

  .navbar-collapse.collapse {

    display: none!important;

  }

  .collapse.in {

    display: block !important;

  }

  .navbar-nav {

    width: 100%;

    padding-right: 15px;

    padding-left: 15px;

  }

  .navbar-nav > li {

    float: none;

  }

  .container > .navbar-collapse {

    width: 100%;

    background-color: #444444;

    margin-right: 0;

  }

  .navbar-nav > li {

    height: auto !important;

    margin-right: 0;

  }

  .navbar-nav > li.pull-left {

    float: none !important;

  }

  .navbar-nav > li > a {

    line-height: 36px !important;

    color: #ffffff !important;

    padding-right: 0;

    padding-left: 0;

    padding-top: 0;

  }

  .dropdown-menu > li > a,

  .mega-menu a {

    padding-top: 0;

  }

  .navbar-nav > li:after {

    display: none;

  }

  .navbar-nav > li.active {

    border-bottom: none;

  }

  .navbar-nav > li.has-dropdown > a:after,

  .navbar-nav > li.has-dropdown > a:after,

  li.dropdown-submenu > a:after {

    font-family: fontawesome;

    content: "\f105";

    font-size: 13px;

    position: absolute;

    right: 0;

  }

  .navbar-nav > li.has-dropdown.open > a,

  .navbar-nav > li.has-dropdown.open > a:focus,

  .navbar-nav > li.has-dropdown.open > a:hover {

    background-color: transparent;

    border: none;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  }

  .mega-menu > li > a,

  li a:hover,

  li.dropdown-submenu.open > a,

  li.open > a:focus {

    color: #ffffff;

  }

  li.dropdown-submenu.open > ul > li > a {

    padding-left: 50px !important;

  }

  .navbar-nav > li.has-dropdown.open > a:after,

  .navbar-nav > li.has-dropdown.open > a:focus:after,

  .navbar-nav > li.has-dropdown.open > a:hover:after,

  li.dropdown-submenu.open > a:after,

  li.dropdown-submenu.open > a:focus:after,

  li.dropdown-submenu.open > a:hover:after {

    font-family: fontawesome;

    content: "\f107";

    font-size: 13px;

    position: absolute;

    right: 0;

  }

  li.dropdown-submenu > a:after,

  li.dropdown-submenu.open > a:focus:after,

  li.dropdown-submenu.open > a:hover:after {

    right: 10px;

  }

  .dropdown-menu > li > a:focus,

  .dropdown-menu > li > a:hover,

  .nav > li > a:focus,

  .nav > li > a:hover {

    background-color: transparent;

  }

  .dropdown-menu > li > a,

  .mega-dropdown-menu .container a,

  .mega-menu a {

    color: #ffffff;

  }

  .dropdown-menu > li > a:focus,

  .dropdown-menu > li > a:hover {

    color: #ffffff;

  }

  .mega-menu ul {

    list-style: none;

    padding-left: 0;

  }

  .mega-menu ul li {

    padding-top: 5px;

  }

  .mega-menu ul ul {

    padding-left: 0;

  }

  .dropdown-menu > li > a:focus,

  .dropdown-menu > li > a:hover,

  .mega-menu li a:focus,

  .mega-menu li a:hover {

    color: #ffffff;

  }

  ul.mega-menu {

    list-style: none;

    display: none;

  }

  .mega-dropdown-menu .container ul {

    list-style: none;

    padding-left: 5px;

  }

  .mega-dropdown-menu .container ul li {

    line-height: 25px;

  }

  .mega-dropdown-menu .container ul i {

    margin-right: 5px;

  }

  .dropdown-submenu.open > .mega-menu,

  .has-dropdown.open > .mega-menu {

    display: block;

    padding-left: 25px;

  }

  .dropdown-submenu.open > .mega-menu ul {

    padding-left: 25px;

  }

  .navbar-nav > li > .menu-item:before,

  li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:before,

  ul.dropdown-menu > li.has-dropdown > a:before {

    display: none;

  }

  .mega-dropdown-menu .container a[href='#'] {

    color: #ec3aaa;

    cursor: default;

    margin-left: 10px;

    padding: 0;

    font-weight: 700;

    text-transform: capitalize;

  }

  .header-6 .navbar-nav > li > a {

    border-left: none;

    padding: 0;

  }

  .header-6 .module {

    border-left: none;

  }

  .header-6 .module .module-icon,

  .header-5 .module .module-icon {

    margin-left: 0;

    margin-right: 0;

  }

  .header-6 .module .module-label {

    top: 0;

    right: 0;

  }

}

/* Small Devices, Tablets */

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

  .navbar.navbar--dark .module .module-icon i,

  .navbar.navbar--dark .navbar-nav > li > a {

    color: #ffffff;

  }

  .container .navbar-collapse,

  .container-bordered .navbar-collapse,

  .container-fluid .navbar-collapse {

    width: 100%;

    background-color: #444444;

    margin-right: 0;

    margin-left: 0;

  }

}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .navbar-nav > li {

    margin-right: 16px;

  }

}

@media only screen and (min-width: 992px) {

  /* Menu with Dropdown */

  .navbar-nav > li.has-dropdown > ul.dropdown-menu,

  .navbar-nav > li.has-dropdown > ul.mega-menu,

  li.dropdown-submenu > ul.mega-menu {

    background-color: #303030;

    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    transition: all 0.4s ease;

    -webkit-transform: scaleY(0);

    -moz-transform: scaleY(0);

    -o-transform: scaleY(0);

    -ms-transform: scaleY(0);

    transform: scaleY(0);

    -webkit-transform-origin: 0 0 0;

    -ms-transform-origin: 0 0 0;

    -o-transform-origin: 0 0 0;

    transform-origin: 0 0 0;

    opacity: 0;

    position: absolute;

    left: -21px;

    right: auto;

    -moz-border-radius: 0;

    -webkit-border-radius: 0;

    border-radius: 0;

    display: block;

  }

  .navbar-nav > li.has-dropdown > ul.dropdown-menu {

    width: 200px;

    min-width: 200px;

    padding: 13px 0;

    background-color: #303030;

  }

  .navbar-nav > li.has-dropdown > ul.mega-menu,

  li.dropdown-submenu > ul.mega-menu {

    width: 385px!important;

  }

  li.dropdown-submenu:hover > ul.mega-menu,

  li.has-dropdown:hover > ul.dropdown-menu,

  li.has-dropdown:hover > ul.mega-menu {

    -webkit-transform: scaleY(1);

    -moz-transform: scaleY(1);

    -o-transform: scaleY(1);

    -ms-transform: scaleY(1);

    transform: scaleY(1);

    opacity: 1;

    z-index: 100;

    display: block;

  }

  ul.dropdown-menu > li,

  ul.mega-menu > li {

    padding-right: 0;

    height: 40px;

    line-height: 40px;

    position: relative;

    vertical-align: top;

  }

  ul.mega-menu > li {

    border-right: 1px solid #eaeaea;

  }

  ul.mega-menu > li:last-child {

    border-right: none;

  }

  ul.mega-menu > li {

    width: 190px !important;

    height: auto;

    overflow: hidden;

    display: inline-block;

  }

  ul.mega-menu > li > ul {

    width: 190px;

    list-style: none;

    background-color: #303030;

    padding-left: 0;

    position: relative !important;

    left: auto !important;

  }

  ul.mega-menu li ul li {

    height: 40px;

    line-height: 40px;

    padding: 0;

  }

  ul.dropdown-menu li a,

  ul.mega-menu li ul li a {

    line-height: 40px;

    color: rgba(255, 255, 255, 0.4);

    padding: 0;

    display: block;

    font-size: 13px;

    font-weight: 400;

    -o-transition: all 0.35s;

    -moz-transition: all 0.35s;

    -webkit-transition: all 0.35s;

    transition: all 0.35s;

    text-transform: capitalize;

    margin: 0 21px;

  }

  ul.mega-menu li ul li span {

    color: #ec3aaa;

    padding: 0;

    display: block;

    font-size: 13px;

    line-height: 39px;

    text-transform: uppercase;

    font-weight: 700;

  }

  ul.dropdown-menu li > a:active,

  ul.dropdown-menu li > a:focus,

  ul.dropdown-menu li > a:hover,

  ul.mega-menu li a:active,

  ul.mega-menu li a:focus,

  ul.mega-menu li a:hover {

    background-color: transparent;

    color: #ffffff;

  }

  ul.dropdown-menu.left {

    left: -185px !important;

    margin-left: 0 !important;

  }

  ul.mega-menu.left {

    left: -410px !important;

  }

  /* Menu Level #2 */

  li.dropdown-submenu > ul.mega-menu,

  li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu {

    background-color: #303030;

    padding: 25px 0;

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

    transition: all 0.4s;

    -webkit-transform: scaleY(0);

    -moz-transform: scaleY(0);

    -o-transform: scaleY(0);

    -ms-transform: scaleY(0);

    transform: scaleY(0);

    -webkit-transform-origin: 0 0 0;

    -ms-transform-origin: 0 0 0;

    -o-transform-origin: 0 0 0;

    transform-origin: 0 0 0;

    opacity: 0;

    display: block;

    position: absolute;

    left: 100%;

    right: auto;

    top: 0;

    -moz-border-radius: 0;

    -webkit-border-radius: 0;

    border-radius: 0;

    margin: -1px 0 0;

    z-index: 1001;

  }

  li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {

    -webkit-transform: scaleY(1);

    -moz-transform: scaleY(1);

    transform: scaleY(1);

    opacity: 1;

    z-index: 1001;

    margin-top: -1px;

    margin-left: 1px;

    padding: 13px 0;

  }

  li.dropdown-submenu.pull-left > ul.dropdown-menu {

    left: auto;

    right: 0;

    margin-right: 0;

  }

  /* Menu Level #3 */

  li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu {

    background-color: #303030;

    float: none;

    position: absolute;

    border-radius: 0;

    left: 100%;

    right: auto;

    top: 0;

    margin: -1px 0 0;

    z-index: 1;

    border: 1px solid #eaeaea;

    padding: 13px 0;

  }

  li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu.left {

    left: -185px !important;

  }

  /* Mega Menu Content */

  .mega-dropdown {

    position: static !important;

  }

  .mega-dropdown-menu {

    padding: 20px 0 !important;

    width: 100% !important;

    background-color: #303030!important;

    border: none !important;

    margin-top: -23px;

  }

  .mega-dropdown-menu .container {

    background-color: #303030;

  }

  .mega-dropdown-menu .container div[class*='col-'] {

    padding-left: 0;

    padding-right: 0;

  }

  .mega-dropdown-menu li ul {

    padding: 0;

    margin: 0;

  }

  .mega-dropdown-menu li ul li {

    list-style: none;

  }

  .mega-dropdown-menu li ul li a {

    padding: 0;

    border-bottom: none;

  }

  .mega-dropdown-menu li ul li a:hover {

    padding: 0 0 0 12px;

  }

  .mega-dropdown-menu li ul li a i {

    margin-right: 8px;

  }

  .mega-dropdown-menu .container div[class*='col-'] > a {

    border-bottom: none;

    padding-left: 0;

    font-size: 14px;

  }

  .mega-dropdown-menu .container a[href='#'] {

    color: #ec3aaa;

    cursor: default;

    font-weight: 600;

  }

}

/*------------------------------------*\

    #MODULE

\*------------------------------------*/

.module {

  display: inline-block;

  position: relative;

}

.module span.title {

  display: none;

}

.module .module-icon {

  margin-right: 40px;

  cursor: pointer;

  line-height: 90px;

}

.module:last-of-type .module-icon {

  margin-right: 0;

}

.module .module-icon i {

  font-size: 16px;

  line-height: 24px;

  color: #ffffff;

  font-weight: 400;

}

.menu-icon-button {

  width: 58px;

  height: 29px;

  background-color: #333333;

  color: #ffffff;

  font-size: 13px;

  font-weight: 700;

  line-height: 29px;

  text-transform: uppercase;

  /* Text style for "Menu" */

  letter-spacing: 0.26px;

  text-align: center;

  margin-top: 25px;

  border-radius: 4px;

}

.menu-icon-button:hover {

  background-color: #ec3aaa;

}

.module .module-active .module-icon i {

  color: #ec3aaa;

}

.module-content {

  width: 0;

  height: 0;

  opacity: 0;

  display: none;

  transition: all 0.35s;

}

.module-fullscreen {

  left: 0;

  top: 0;

  z-index: 99;

  display: block;

  -webkit-transition: all 0.2s linear;

  -moz-transition: all 0.2s linear;

  transition: all 0.2s linear;

  background-color: rgba(34, 34, 34, 0.98);

  position: fixed;

}

.module-fullscreen.fullscreen-light {

  background-color: #ffffff;

}

.module-fullscreen .container {

  display: none;

  -webkit-transition: all 0.1s linear;

  -moz-transition: all 0.1s linear;

  transition: all 0.1s linear;

}

.module-active .module-fullscreen {

  opacity: 1;

  visibility: visible;

  height: 100%;

  width: 100%;

}

.module-active .module-fullscreen .container {

  display: block;

}

.module-cancel {

  top: 50px;

  position: absolute;

  right: 50px;

  font-size: 24px;

  font-weight: 400;

  color: rgba(255, 255, 255, 0.4);

  line-height: 28px;

  text-align: center;

}

.module-cancel:hover {

  color: #ffffff;

}

.module .module-box {

  position: absolute;

  display: block;

  background-color: #303030;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 0.1s linear;

  -moz-transition: all 0.1s linear;

  transition: all 0.1s linear;

  right: -50px;

  width: 270px;

  border-radius: 2px;

  padding: 25px;

  z-index: 99;

  -webkit-transform: translateY(10%);

  -moz-transform: translateY(10%);

  transform: translateY(10%);

  height: 0;

}

.module-active .module-box {

  opacity: 1;

  visibility: visible;

  display: block;

  -webkit-transform: translateY(0px);

  -moz-transform: translateY(0px);

  transform: translateY(0px);

  height: inherit;

}

/* Module Search */

.module--search-box .form-search {

  margin-bottom: 0;

  border-bottom: 2px solid rgba(255, 255, 255, 0.5);

  padding-bottom: 20px;

}

.module--search-box .form-control {

  color: #ffffff;

  font-family: 'Libre Baskerville', serif;

  font-size: 30px;

  font-weight: 400;

  line-height: 70px;

  height: 70px;

  border: none;

  background-color: transparent;

  width: 95%;

  float: left;

  padding: 0;

  margin-bottom: 0;

  text-transform: capitalize;

}

.module--search-box .btn {

  background-color: transparent;

  -moz-border-radius: 0;

  -webkit-border-radius: 0;

  border-radius: 0;

  width: 35px;

  line-height: 57px;

  color: #ffffff;

  font-size: 18px;

  font-weight: 400;

  text-align: right;

  margin-left: 0;

  padding: 0;

}

.module--search-box .form-control::-webkit-input-placeholder {

  color: #ffffff;

}

.module--search-box .form-control:-moz-placeholder {

  color: #ffffff;

}

.module--search-box .form-control::-moz-placeholder {

  color: #ffffff;

}

.module--search-box .form-control:-ms-input-placeholder {

  color: #ffffff;

}

.module .module-label {

  width: 14px;

  height: 14px;

  line-height: 14px;

  border-radius: 50%;

  background-color: #ec3aaa;

  color: #ffffff;

  font-size: 9px;

  font-weight: 400;

  text-align: center;

  position: absolute;

  top: 42px;

  left: 8px;

}

/* Module Cart */

.cart-box .cart-overview li {

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  margin-bottom: 15px;

  position: relative;

}

.cart-box .cart-overview li:last-child {

  margin-bottom: 0;

}

.cart-box .cart-overview li .cart-cancel {

  font-size: 0;

}

.cart-box .cart-overview li .cart-cancel:after {

  font-family: 'Linearicons-Free';

  content: "\e870";

  font-size: 12px;

  position: absolute;

  text-align: center;

  right: 0;

  top: 0;

  line-height: 19px;

  color: #aaaaaa;

}

.cart-box .cart-overview li .cart-cancel:hover:after {

  color: #ffffff;

}

.cart-box .cart-overview img {

  width: 50px;

  height: 50px;

  margin-right: 15px;

  position: absolute;

}

.cart-box .cart-overview .product-meta {

  padding-left: 60px;

}

.cart-box .cart-overview h5 {

  color: #ffffff;

  font-size: 12px;

  text-transform: capitalize;

  margin-bottom: 0;

  line-height: 28px;

  font-weight: 400;

}

.cart-box .cart-overview h5 a {

  color: #ffffff;

}

.cart-box .cart-overview h5 a:hover {

  color: #ec3aaa;

}

.cart-box .cart-overview p {

  color: #aaaaaa;

  font-family: 'Libre Baskerville', serif;

  font-size: 11px;

  line-height: 20px;

  font-weight: 600;

  margin-bottom: 0;

}

.cart-total {

  margin-bottom: 25px;

  min-height: 10px;

}

.cart-total .total-desc {

  float: left;

  text-align: left;

}

.cart-total .total-desc,

.cart-total .total-price {

  font-family: 'Libre Baskerville', serif;

  font-size: 12px;

  font-weight: 400;

  line-height: 1;

  text-transform: capitalize;

  color: #ffffff;

}

.cart-total .total-price {

  float: right;

  text-align: right;

}

.cart-box .cart--control .btn {

  height: 35px;

  line-height: 35px;

}

/* Module Popup Menu */

.module-menu .logo-container {

  text-align: left;

  margin-top: 30px;

  margin-left: 50px;

  margin-bottom: 230px;

}

.module-menu .logo-container .logo {

  line-height: 1;

  height: auto;

}

.module-menu {

  text-align: center;

}

.module-menu .menu-list li {

  margin-bottom: 30px;

}

.module-menu .menu-list li:last-child {

  margin-bottom: 0;

}

.module-menu .menu-list a {

  color: #ffffff;

  font-size: 30px;

  font-weight: 700;

  line-height: 1;

  margin-right: 30px;

  letter-spacing: 1.2px;

  text-transform: capitalize;

}

.module-menu .menu-list li:last-child a {

  margin-right: 0;

}

.module-menu .menu-list a:hover {

  color: #ec3aaa;

}

.module-menu .menu-social {

  position: absolute;

  bottom: 80px;

  left: 0;

  width: 100%;

  text-align: center;

}

.module-menu .menu-social a {

  color: #646464;

  font-size: 14px;

  font-weight: 400;

  line-height: 28px;

  margin-right: 23px;

}

.module-menu .menu-social a:hover {

  color: #ec3aaa;

}

.module-menu .menu-copyrights {

  position: absolute;

  bottom: 30px;

  left: 0;

  width: 100%;

  text-align: center;

}

.module-menu .menu-copyrights {

  font-size: 12px;

  font-weight: 400;

  line-height: 28px;

  bottom: 30px;

}

.module-menu-vertical.module-menu .logo-container {

  margin-bottom: 80px;

}

.module-menu-vertical.module-menu .menu-list a {

  margin-right: 0;

}

.module-menu-vertical.module-menu .menu-list li {

  margin-bottom: 25px;

}

.module-menu-light.module-menu .menu-list a,

.module-menu-light.module-menu .module-cancel {

  color: #333;

}

.module-menu-light.module-menu .menu-list a:hover {

  color: #ec3aaa;

}

/* Module Widgets */

.module-widgets {

  text-align: left;

  padding: 80px 50px;

}

.module-active .module-hamburger .module-widgets .module-cancel {

  color: #444444;

  line-height: 29px;

  font-size: 13px;

  font-weight: 700;

  text-transform: uppercase;

  text-align: center;

}

.module-active .module-hamburger .module-widgets .module-cancel:hover {

  color: #ec3aaa;

}

/* Module Reservation */

.module-reservation .btn-popup {

  height: 25px;

  border: 2px solid #ffffff;

  background-color: transparent;

  margin-top: 37px;

  text-align: center;

  font-family: 'Libre Baskerville', serif;

  font-size: 13px;

  font-weight: 700;

  line-height: 22px;

  text-transform: uppercase;

  letter-spacing: 0.26px;

  padding: 0 8px;

  color: #ffffff;

  display: block;

  margin-right: 25px;

  cursor: pointer;

}

.module-reservation .btn-popup:hover,

.module-reservation .btn-popup-theme,

.affix .module-reservation .btn-popup {

  background-color: #ec3aaa;

  color: #ffffff;

  border-color: #ec3aaa;

}

.module-reservation .btn-popup-theme:hover {

  background-color: #444444;

  border-color: #444444;

}

/* Module Social */

.module-social a {

  color: #ffffff;

  font-size: 14px;

  font-weight: 400;

  line-height: 100px;

  margin-left: 18px;

}

.module-social a:hover {

  color: #ec3aaa;

}

/* Transparent Header */

.transparent-header .module .module-icon > i {

  color: #ffffff;

}

.transparent-header .search-box {

  top: 100px !important;

}

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .module .module-box {

    position: relative;

    right: 0;

    width: 100%;

    border: none;

  }

  .module .module-box .btn--bordered.btn--secondary {

    background-color: #ffffff;

    color: #444444;

  }

  .module .module-label {

    top: -3px;

  }

  .module {

    display: block;

    width: 100%;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  }

  .module .module-icon {

    padding-top: 8px;

    padding-left: 10px;

  }

  .module.active i {

    color: #ffffff;

  }

  .module span.title {

    display: inline-block;

    color: #ffffff;

    font-size: 13px;

    font-weight: bold;

    text-transform: uppercase;

  }

  .module .cart-box,

  .search-box {

    display: none;

    padding-right: 10px;

    padding-left: 10px;

  }

  .module .module-content {

    margin-bottom: 10px;

  }

  .cart-box .cart-overview h5 {

    color: #ffffff;

  }

  .module--search-box .form-search {

    margin: 25px;

  }

  .module--search-box .form-control {

    font-size: 14px;

    width: 220px;

    line-height: 30px;

  }

  .module--search-box .btn {

    font-size: 14px;

    line-height: 30px;

  }

  .module-cart.active .cart-box {

    opacity: 1;

    visibility: visible;

    display: block;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0);

    background-color: #272930;

  }

  .module-cancel {

    top: 30px;

    left: 30px;

  }

  .module .module-icon {

    line-height: 36px !important;

  }

  .module-search .search-icon i {

    border-left: none;

    padding-left: 0;

    padding-right: 5px;

  }

  .module.module-active .cart-box,

  .module.module-active .search-box {

    display: block !important;

  }

  .module-search.module-active .search-box .search-form {

    margin-bottom: 10px;

  }

  .module-search.module-active .search-box .search-form input {

    background-color: #ffffff;

    margin-bottom: 0;

    height: 35px;

    line-height: 35px;

    padding-left: 10px;

  }

  .module-cart.module-active .cart-box {

    background-color: #222222;

    padding: 30px 20px;

    margin-bottom: 10px;

  }

  .module-cart.module-active .cart-box .cart-control {

    margin-right: auto;

    margin-left: auto;

    text-align: center;

  }

  .module-cart.module-active .cart-box .cart-control .pull-right {

    float: none !important;

  }

  .module .module-label {

    position: relative;

  }

  .module-menu.pull-left {

    float: none !important;

  }

  .module-menu .logo-container {

    margin-top: 40px;

    margin-bottom: 50px;

  }

  .module-menu .menu-social {

    bottom: 20px;

  }

  .module-menu .menu-list li {

    display: block;

    margin-bottom: 20px;

  }

  .module-menu .menu-list a {

    margin-right: 0;

  }

  .navbar.navbar--dark .module .module-icon {

    color: #ffffff !important;

  }

}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .module {

    width: 100%;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

    padding: 5px 15px;

  }

  .module .module-icon {

    padding-top: 0;

  }

  .module .module-box {

    position: relative;

    right: 0;

    width: 100%;

    border: none;

  }

  .module .module-box .btn--bordered.btn--secondary {

    background-color: #ffffff;

    color: #444444;

  }

  .module .module-label {

    top: -3px;

    position: relative;

  }

  .module span.title {

    display: inline-block;

    color: #ffffff;

    font-size: 13px;

    font-weight: bold;

    text-transform: uppercase;

  }

  .module .cart-box,

  .search-box {

    display: none;

    padding-right: 10px;

    padding-left: 10px;

  }

  .module .module-content {

    margin-bottom: 10px;

  }

  .cart-box .cart-overview h5 {

    color: #ffffff;

  }

  .module-cart.active .cart-box {

    opacity: 1;

    visibility: visible;

    display: block;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0);

  }

  .module .module-icon {

    line-height: 36px !important;

  }

  .module-search .search-icon i {

    border-left: none;

    padding-left: 0;

    padding-right: 5px;

  }

  .module.module-active .cart-box,

  .module.module-active .search-box {

    display: block !important;

  }

  .module-search.module-active .search-box .search-form {

    margin-bottom: 10px;

  }

  .module-search.module-active .search-box .search-form input {

    background-color: #ffffff;

    margin-bottom: 0;

    height: 35px;

    line-height: 35px;

    padding-left: 10px;

  }

  .module-cart.module-active .cart-box {

    background-color: #222222;

    border: none;

    padding: 30px 20px;

    margin-bottom: 10px;

  }

  .module-cart.module-active .cart-box .cart-control {

    margin-right: auto;

    margin-left: auto;

    text-align: center;

  }

  .module-cart.module-active .cart-box .cart-control .pull-right {

    float: none !important;

  }

  .header-fixed .navbar.affix .module .module-icon i,

  .header-fixed .navbar.affix .navbar-nav > li > a,

  .module .module-icon i {

    color: #ffffff !important;

  }

  .menu-popup .logo {

    float: none !important;

  }

  .module-menu .logo-container {

    margin-top: 100px;

    margin-bottom: 130px;

  }

  .navbar.navbar--dark .navbar-nav > li > .menu-item:hover::before,

  .navbar.navbar--dark .navbar-nav > li.active > .menu-item:before {

    background-color: #ffffff !important;

  }

}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .module-search .search-icon i {

    padding-left: 16px;

    padding-right: 16px;

  }

}

/* Top Bar */

.top-bar {

  height: 50px;

  background-color: #f7e1d6;

  overflow: hidden;

  border-bottom: 0px solid rgba(0, 0, 0, 0.2);

}

.top-bar .top--contact li {

  margin-right: 19px;

  padding-right: 19px;

  border-right: 1px solid rgba(0, 0, 0, 0.2);

  color: #333;

}

.top-bar .top--contact li:last-child {

  margin-right: 0;

  border-right: none;

  padding-right: 0;

}

.top-bar .top--contact {

  font-family: 'Libre Baskerville', serif;

  line-height: 50px;

  color: #ffffff;

  font-size: 12px;

  font-weight: 400;

}

.top-bar .top--contact i {

  margin-right: 11px;

}

.top-bar .top--login {

  color: #ffffff;

  font-family: 'Libre Baskerville', serif;

  font-size: 12px;

  font-weight: 400;

  line-height: 50px;

  padding-right: 20px;

}

.top-bar .top--login i {

  margin-right: 10px;

}

.top-bar .top--login a {

  color: #ffffff;

}

.top-bar .top--login a:hover {

  color: #ec3aaa;

}

.top-bar .top--social a {

  border-left: 1px solid rgba(0, 0, 0, 0.2);

}

.top-bar .top--social a:last-of-type {

  border-right: 1px solid rgba(0, 0, 0, 0.2);

}

.top-bar .top--social a {

  display: inline-block;

  width: 48px;

  text-align: center;

  color: #333;

  font-size: 14px;

  font-weight: 400;

  line-height: 50px;

}

.top-bar .top--social a:hover {

  color: #000;

}

/*------------------------------------*\

    #Hero

\*------------------------------------*/

.slider {

  height: 100vh;

  padding-top: 0;

  padding-bottom: 0;

}

.slider .slide--item {

  height: 100vh;

}

.slider .slide--subheadline {

  color: #f9f9f9;

  font-family: 'Libre Baskerville', serif;

  font-size: 17px;

  font-weight: 700;

  line-height: 45px;

  margin-bottom: 0;

  text-transform: capitalize;

}

.slider .slide--headline {

  color: #ffffff;

  font-family: 'Libre Baskerville', serif;

  font-size: 60px;

  font-weight: 700;

  line-height: 80px;

  margin-bottom: 50px;

  text-transform: capitalize;

}

.slider .slide--headline.extend {

  line-height: 1.2;

}

.slider .slide--bio {

  color: #f9f9f9;

  font-family: 'Libre Baskerville', serif;

  font-size: 28px;

  font-weight: 300;

  line-height: 30px;

  margin-bottom: 40px;

  letter-spacing: 1px;

}

.slider-2 .slide--headline {

  font-size: 50px;

  line-height: 65px;

}

/* owl carousel reset */

.slider-navs .owl-controls .owl-nav [class*="owl-"] {

  position: absolute;

  top: 50%;

  height: 60px;

  width: 60px;

  line-height: 60px;

  margin-top: -30px;

  color: #ffffff;

  font-size: 0;

  font-weight: 400;

  background-color: transparent !important;

  text-align: center;

  padding: 0;

  border-radius: 0;

  -webkit-transition: all 0.35s;

  -moz-transition: all 0.35s;

  -o-transition: all 0.35s;

  transition: all 0.35s;

}

.slider-navs .owl-controls .owl-nav .owl-next::before,

.slider-navs .owl-controls .owl-nav .owl-prev::before {

  font-family: fontawesome;

  font-size: 40px !important;

}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .slider .slide--headline {

    font-size: 30px;

    line-height: 1.2;

  }

  .slider .slide--bio {

    font-size: 14px;

    line-height: 1.5;

    padding: 0 10px;

  }

  .slide-action .btn {

    width: 120px;

    font-size: 12px;

  }

  .slider-navs .owl-controls .owl-nav [class*=owl-] {

    width: 30px !important;

  }

  .slide-action .btn--slide-wide {

    width: 220px;

  }

  .slider-portfolio .slide--container {

    padding: 30px 20px;

  }

  .slider-portfolio .slide--headline {

    font-size: 25px !important;

  }

}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .slider-navs .owl-controls .owl-nav [class*=owl-] {

    width: 30px !important;

  }

  .slider .slide--headline {

    font-size: 55px;

  }

}

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .text-center-xs {

    text-align: center !important;

  }

}

/*------------------------------------*\

    #Team

\*------------------------------------*/

.team {

  padding-bottom: 50px;

}

.member {

  text-align: center;

  overflow: hidden;

  margin-bottom: 60px;

}

.member .member-img {

  position: relative;

  margin-bottom: 30px;

  overflow: hidden;

}

.member .member-img img {

  max-width: 100%;

  width: 100%;

  height: auto;

}

.member .member-overlay {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

}

.member .member-overlay .member-social {

  border-radius: 2px;

  background-color: rgba(51, 51, 51, 0.9);

  width: 100%;

  height: 100%;

  -webkit-transition: all 0.35s;

  -moz-transition: all 0.35s;

  -o-transition: all 0.35s;

  transition: all 0.35s;

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -o-transform: scale(0);

  transform: scale(0);

}

.member .member-img:hover .member-overlay .member-social {

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}

.member .member-overlay .member-social a {

  color: rgba(255, 255, 255, 0.4);

  font-size: 18px;

  font-weight: 400;

  line-height: 1;

  margin-right: 24px;

}

.member .member-overlay .member-social a:last-child {

  margin-right: 0;

}

.member .member-overlay .member-social a:hover {

  color: #ffffff;

}

.member .member-info h5 {

  color: #333333;

  font-size: 20px;

  font-weight: 700;

  line-height: 1;

  margin-bottom: 10px;

}

.member .member-info h6 {

  font-family: 'Libre Baskerville', serif;

  color: #999999;

  font-size: 14px;

  font-weight: 400;

  line-height: 1;

  margin-bottom: 0;

}

.member .member-info p {

  color: #999999;

  font-size: 15px;

  font-weight: 400;

  line-height: 23px;

  margin-bottom: 0;

}

.member .member-social-links {

  margin-bottom: 25px;

}

.team .container-fluid [class*="col-"] {

  padding-left: 0 !important;

  padding-right: 0 !important;

}

/*------------------------------------*\

    #testimonial

\*------------------------------------*/

.testimonial-panel {

  border-radius: 2px;

  background-color: #fff;

  padding: 50px 35px;

  position: relative;

}

.testimonial-panel h4 {

  font-size: 16px;

  line-height: 1;

  color: #333;

  font-weight: 700;

  margin-bottom: 0;

  font-style: italic;

}

.testimonial-panel p {

  font-size: 14px;

  color: #999999;

  line-height: 25px;

  margin-bottom: 28px;

}

.testimonial-panel .testimonial--meta-img {

  width: 120px;

  height: 120px;

  line-height: 50px;

  margin: 0 auto 25px;

  overflow: hidden;

  border-radius: 50%;

}

/* Testimonial #2 */

.testimonial-2 {

  padding-top: 65px;

  padding-bottom: 70px;

}

.testimonial-2 .testimonial-panel {

  border-radius: 0;

  background-color: transparent;

  padding: 0;

}

.testimonial-2 .testimonial-panel p {

  font-family: 'Libre Baskerville', serif;

  color: #ffffff;

  font-size: 18px;

  font-style: normal;

  line-height: 35px;

  letter-spacing: 0.48px;

}

.testimonial-2 .testimonial-panel h4 {

  color: #ffffff;

  font-family: 'Libre Baskerville', serif;

  font-size: 14px;

  font-weight: 400;

  line-height: 30px;

}

.testimonial-2 .carousel-dots .owl-controls {

  margin-top: 30px;

}

.testimonial-3 {

  overflow: visible;

}

.testimonial-3 .carousel {

  margin-top: -100px;

}

/*------------------------------------*\

    #gallery

\*------------------------------------*/

/* gallery Filter */

.gallery-filter {

  text-align: center;

  margin-bottom: 70px;

}

.gallery-filter li a {

  color: #999999;

  font-size: 14px;

  font-weight: 400;

  line-height: 1;

  margin-right: 30px;

  text-transform: uppercase;

  letter-spacing: 0.26px;

}

.gallery-filter li:last-child a {

  margin-right: 0;

}

.gallery-filter li a.active-filter,

.gallery-filter li a:hover {

  color: #333333;

}

/* gallery Item */

.gallery-item {

  margin-bottom: 30px;

}

.gallery-item .gallery--img {

  position: relative;

}

.gallery-item .gallery--img img {

  max-width: 100%;

  height: auto;

}

.gallery-item .gallery--hover {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}

.gallery-item .gallery--hover .gallery--action {

  width: 100%;

  height: 100%;

  background-color: rgba(51, 51, 51, 0.8);

  text-align: center;

  -webkit-transition: all 0.3s ease-in;

  -moz-transition: all 0.3s ease-in;

  -o-transition: all 0.3s ease-in;

  opacity: 0;

}

.gallery-item:hover .gallery--hover .gallery--action {

  opacity: 1;

}

.gallery-item .gallery--title h4 {

  color: #ffffff;

  font-size: 18px;

  font-weight: 700;

  line-height: 28px;

  letter-spacing: 0.36px;

  margin-bottom: 0;

}

.gallery-item .gallery--title h4 a {

  color: inherit;

}

.gallery-item .gallery--title h4 a:hover {

  color: #ec3aaa;

}

.gallery-item .gallery--cat a {

  color: rgba(255, 255, 255, 0.5);

  font-size: 14px;

  line-height: 1;

  text-transform: capitalize;

}

.gallery-item .gallery--cat a:after {

  content: ",";

  color: rgba(255, 255, 255, 0.5);

  padding: 0 4px;

}

.gallery-item .gallery--cat a:last-of-type:after {

  display: none;

}

.gallery-item .gallery--cat a:hover {

  color: #ec3aaa;

}

.gallery-item:hover .gallery--title h4 {

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}

.gallery--content {

  text-align: center;

}

/* gallery Masonry */

.gallery-masonry .gallery-item {

  float: left;

  position: relative;

  width: 33.33%;

  height: auto;

  overflow: hidden;

  padding: 15px;

}

.gallery-masonry .gallery-item img {

  display: block;

  width: 100%;

  height: auto;

}

/* gallery Single */

.gallery-single .gallery--img {

  margin-bottom: 30px;

}

.gallery-single .gallery--img img {

  max-width: 100%;

  height: auto;

  margin-bottom: 30px;

}

.gallery-single .gallery--title {

  position: relative;

  margin-bottom: 33px;

}

.gallery-single .gallery--title h3 {

  font-size: 36px;

  font-weight: 700;

  line-height: 1;

  margin-bottom: 0;

}

.gallery-single .gallery--content {

  padding-bottom: 10px;

  text-align: left;

}

.gallery-single .gallery--content p {

  color: #999999;

  font-size: 14px;

  font-weight: 400;

  line-height: 24px;

}

.gallery-single .gallery--list {

  padding-top: 20px;

}

.gallery-single .gallery--list ul li {

  margin-bottom: 36px;

}

.gallery-single .gallery--list ul li,

.gallery-single .gallery--list ul li a {

  font-size: 14px;

  font-weight: 400;

  line-height: 29px;

  color: #999999;

}

.gallery-single .gallery--list ul li a:hover {

  color: #ec3aaa;

}

.gallery-single .gallery--list ul li span {

  color: #444444;

  font-family: 'Libre Baskerville', serif;

  font-size: 18px;

  font-weight: 700;

  line-height: 1;

  display: block;

  margin-bottom: 12px;

}

.gallery-single .gallery--share span {

  color: #bdbdbd;

  font-size: 14px;

  font-weight: 400;

  line-height: 30px;

  text-transform: capitalize;

  margin-right: 15px;

  letter-spacing: 0.26px;

}

.gallery-single .gallery--share a {

  color: #5d5d5d;

  font-size: 14px;

  font-weight: 600;

  line-height: 30px;

  margin-right: 15px;

}

.gallery--share a.twitter {

  color: #1da1f2;

}

.gallery--share a.facebook {

  color: #3b5998;

}

.gallery--share a.google {

  color: #dd4b39;

}

.gallery--share a.pinterest {

  color: #bd081c;

}

.gallery-single .gallery--share a:last-of-type {

  margin-right: 0;

}

.gallery-single .gallery--share a:hover {

  color: #ec3aaa;

}

.gallery-single hr.divider {

  margin-bottom: 50px;

  margin-top: 50px;

}

.gallery-single .gallery--prev-next {

  position: relative;

}

.gallery--prev-next .gallery--next,

.gallery--prev-next .gallery--prev {

  position: relative;

}

.gallery--prev-next .gallery--icon a {

  display: block;

  font-family: 'Libre Baskerville', serif;

  color: #333333;

  font-size: 18px;

  font-weight: 700;

  line-height: 26px;

  -webkit-transition: all 0.35s;

  -moz-transition: all 0.35s;

  -o-transition: all 0.35s;

  transition: all 0.35s;

}

.gallery--prev-next .gallery-all,

.gallery--prev-next .gallery-all a {

  text-align: center;

  color: #333333;

  font-family: 'Libre Baskerville', serif;

  font-size: 18px;

  font-weight: 700;

  line-height: 26px;

}

.gallery--prev-next .gallery--next:hover .gallery--icon a,

.gallery--prev-next .gallery--prev:hover .gallery--icon a,

.gallery--prev-next .gallery-all a:hover {

  color: #ec3aaa;

}

.gallery--prev-next .gallery--prev .gallery--icon {

  text-align: left;

}

.gallery--prev-next .gallery--next .gallery--icon {

  text-align: right;

}

/* gallery Carousel */

.gallery--carousel .owl-controls .owl-nav [class*=owl-] {

  position: absolute;

  top: 50%;

  width: 60px;

  height: 60px;

  line-height: 60px;

  background-color: #ffffff;

  margin-top: -30px;

  color: #999999;

  font-size: 0;

  font-weight: 400;

  text-align: center;

  padding: 0;

  border-radius: 0;

  margin: 0;

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -o-transform: scale(0);

  transform: scale(0);

  -webkit-transition: all 0.35s;

  -moz-transition: all 0.35s;

  -o-transition: all 0.35s;

  transition: all 0.35s;

}

.gallery--carousel .owl-controls .owl-nav [class*=owl-]:hover {

  color: #ffffff;

  background-color: #ec3aaa;

}

.gallery--carousel:hover .owl-controls .owl-nav [class*=owl-] {

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}

.gallery--carousel .owl-controls .owl-nav .owl-prev {

  left: 0;

}

.gallery--carousel .owl-controls .owl-nav .owl-prev:before {

  font-family: fontawesome;

  content: "\f104";

  font-size: 25px;

}

.gallery--carousel .owl-controls .owl-nav .owl-next {

  right: 0;

}

.gallery--carousel .owl-controls .owl-nav .owl-next:before {

  font-family: fontawesome;

  content: "\f105";

  font-size: 25px;

}

.gallery--single-masonry {

  column-count: 3;

  column-gap: 30px;

}

.gallery--single-masonry-2col {

  column-count: 2;

  column-gap: 30px;

}

/* gallery Slider */

.gallery--slider {

  padding: 30px 30px 30px 0;

}

.gallery--slider .gallery-item .gallery--hover {

  padding: 200px;

}

.gallery--slider .owl-controls {

  margin-top: -30px;

}

.gallery--slider .owl-controls .owl-nav [class*=owl-] {

  position: absolute;

  top: 50%;

  height: 60px;

  line-height: 60px;

  margin-top: -30px;

  color: #ffffff;

  font-size: 0;

  font-weight: 400;

  text-align: center;

  background-color: transparent;

  padding: 0;

  border-radius: 0;

  -webkit-transition: all 0.35s;

  -moz-transition: all 0.35s;

  -o-transition: all 0.35s;

  transition: all 0.35s;

}

.gallery--slider .owl-controls .owl-nav [class*=owl-]:hover {

  color: #ec3aaa;

  background-color: transparent;

}

.gallery--slider .owl-controls .owl-nav .owl-prev {

  left: 30px;

}

.gallery--slider .owl-controls .owl-nav .owl-prev:before {

  font-family: fontawesome;

  content: "\f104";

  font-size: 25px;

}

.gallery--slider .owl-controls .owl-nav .owl-next {

  right: 60px;

}

.gallery--slider .owl-controls .owl-nav .owl-next:before {

  font-family: fontawesome;

  content: "\f105";

  font-size: 25px;

}

.gallery--slider .owl-dots {



  position: absolute;

  bottom: 20px;

  width: 100%;

}

.gallery--slider .owl-dots .owl-dot span {

  background-color: transparent;

  border: 1px solid #ffffff;

}

.gallery--slider .owl-dots .owl-dot.active span,

.gallery--slider .owl-dots .owl-dot:hover span {

  background: #ffffff;

}

/* gallery Parallax */

.gallery-parallax .gallery-item .gallery--img {

  min-height: 800px;

  background-attachment: fixed;

}

.gallery-parallax .gallery-item .gallery--content {

  padding-top: 136px;

  padding-bottom: 136px;

}

.gallery-parallax .gallery-item .gallery--title h4 {

  font-size: 30px;

  line-height: 36px;

  margin-bottom: 16px;

}

.gallery-parallax .gallery-item .gallery--cat {

  margin-bottom: 15px;

}

.gallery-parallax .gallery-item a.gallery--more {

  color: #ec3aaa;

  font-size: 13px;

  font-weight: 700;

  line-height: 1;

  text-transform: uppercase;

}

.gallery-parallax .gallery-item .gallery--title h4 {

  color: #333333;

}

.gallery-parallax .gallery-item .gallery--cat a,

.gallery-parallax .gallery-item .gallery--cat a:after {

  color: #333333;

}

.gallery-parallax .gallery-item .gallery--title h4,

.gallery-parallax .gallery-item .gallery--cat {

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}

.gallery-parallax .gallery-item .gallery--title h4 a:hover,

.gallery-parallax .gallery-item .gallery--cat a:hover {

  color: #ec3aaa;

}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .gallery-single .gallery--list,

  .gallery-single .gallery--share {

    padding: 15px;

  }

  .gallery-single .gallery--share span {

    display: block;

  }

  .gallery-single .gallery--prev-next:after {

    display: none;

  }

  .gallery--prev-next .gallery--prev .gallery--bio {

    margin-bottom: 30px;

  }

  .gallery-filter li a {

    margin-right: 10px;

  }

}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .gallery-item .gallery--img img {

    width: 100%;

  }

}

/*------------------------------------*\

    #Features

\*------------------------------------*/

.feature-panel {

  position: relative;

}

.feature-panel .feature--icon {

  color: #ec3aaa;

  font-size: 40px;

  line-height: 1;

  margin-bottom: 30px;

}

.feature-panel .feature--icon i {

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -ms-transition: all .3s linear;

  transition: all .3s linear;

  display: inline-block;

}

.feature-panel:hover .feature--icon.feature--icon-animation i {

  -webkit-animation: pulse 0.9s infinite;

  -moz-animation: pulse 0.9s infinite;

  -ms-animation: pulse 0.9s infinite;

  -o-animation: pulse 0.9s infinite;

  animation: pulse 0.9s infinite;

}

.feature-panel .feature--content h3 {

  font-size: 18px;

  font-weight: 600;

  line-height: 1;

  margin-bottom: 20px;

  text-transform: capitalize;

}

.feature-panel .feature--content p {

  font-size: 14px;

  font-weight: 400;

  line-height: 23px;

  margin-bottom: 0;

  padding: 0 5px;

}

.feature-left .feature-panel .feature--icon {

  position: absolute;

  left: 0;

  top: 0;

  margin-bottom: 0;

}

.feature-left .feature-panel .feature--content {

  padding-left: 68px;

}

.feature-left.feature-1 .feature-panel {

  margin-bottom: 64px;

}

.feature-left.feature-1 .feature-panel .feature--icon i {

  width: 70px;

  height: 70px;

  line-height: 64px;

}

.feature-left.feature-1 .feature-panel .feature--content {

  padding-left: 100px;

}

.feature-left.feature-1 .feature-panel .feature--content p {

  padding: 0;

}

.feature-left.feature-1 .feature-panel .feature--content a {

  color: #333333;

  font-size: 13px;

  font-weight: 700;

  line-height: 20px;

  text-transform: uppercase;

  margin-top: 19px;

  display: block;

}

.feature-left.feature-1 .feature-panel:hover .feature--content a {

  color: #ec3aaa;

}

/* Feature Heading */

.feature-heading .feature-panel h6 {

  color: #999999;

  font-family: 'Libre Baskerville', serif;

  font-size: 13px;

  font-weight: 400;

  line-height: 1;

  margin-bottom: 13px;

}

.feature-heading .feature-panel:hover h6 {

  color: #ec3aaa;

}

.feature-heading .feature-panel h3 {

  color: #333333;

  font-size: 23px;

  font-weight: 600;

  line-height: 29px;

  position: relative;

  margin-bottom: 14px;

}

.feature-heading .feature-panel .feature--icon {

  top: 8px;

  color: #616161;

}

.feature-heading .feature-panel:hover .feature--icon {

  top: 8px;

  color: #ec3aaa;

}

.feature-heading .feature-panel .feature--content p {

  padding-right: 0;

  padding-left: 0;

}

.feature-heading .feature-panel .feature-more {

  color: #ec3aaa;

  text-transform: uppercase;

  font-size: 13px;

  font-weight: 700;

  margin-top: 20px;

  display: block;

}

.feature-heading .feature-panel .feature-more:hover {

  color: #444444;

}

.feature-dark .feature-panel .feature--icon,

.feature-dark .feature-panel .feature--content .read-more,

.feature-dark .feature-panel .feature--content h3 {

  color: #ffffff;

}

/* feature left circle  */

.feature-left-circle .feature-panel .feature--content {

  padding-left: 100px;

}

.feature-left-circle .feature--content h6 {

  color: #ec3aaa;

  font-family: 'Raleway', sans-serif;

  font-size: 13px;

  font-weight: 400;

  line-height: 1;

  margin-bottom: 10px;

}

.feature-left-circle .feature--content h3 {

  font-size: 26px;

  font-family: 'Libre Baskerville', serif;

  font-weight: 700;

  line-height: 29px;

}

.feature-left-circle .feature--content p {

  color: #9b9b9b;

  font-family: 'Raleway', sans-serif;

  font-size: 14px;

  font-weight: 400;

  line-height: 23px;

  padding: 0;

}

.feature-left-circle .feature--icon {

  width: 74px;

  height: 74px;

  line-height: 74px;

  text-align: center;

  border-radius: 50%;

  border: 2px solid rgba(155, 155, 155, 0.2);

  -webkit-transition: all .2s linear;

  -moz-transition: all .2s linear;

  transition: all .2s linear;

}

.feature-left-circle .feature--icon:hover {

  background: #ec3aaa;

  border-color: #ec3aaa;

  color: #ffffff;

}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .feature-panel {

    margin-bottom: 20px;

  }

  .feature-panel .feature--icon {

    margin-bottom: 10px;

  }

}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .feature-panel {

    margin-bottom: 20px;

  }

}

/* Feature #1 */

.feature-1 .feature-panel .feature--icon i {

  color: #ffffff;

  background-color: #ec3aaa;

  box-shadow: 0 0 0 2px #ec3aaa;

  border: 5px solid #ec3aaa;

  border-radius: 50%;

  width: 90px;

  height: 90px;

  line-height: 80px;

  text-align: center;

}

.feature-1 .feature-panel:hover .feature--icon i {

  border-color: #ffffff;

}

/* Feature #2 */

.feature-2 .feature-panel .feature--icon i {

  background-color: transparent;

  border-radius: 50%;

  width: 90px;

  height: 90px;

  line-height: 90px;

  text-align: center;

  border: 1px solid #dedede;

}

.feature-2 .feature-panel:hover .feature--icon i {

  background-color: #ec3aaa;

  border-color: #ec3aaa;

  color: #ffffff;

}

.feature-3 .feature-panel .feature--icon i,

.feature-5 .feature-panel .feature--icon i {

  font-size: 60px;

}

.feature-7 .feature-panel .feature--icon i,

.feature-8 .feature-panel .feature--icon i {

  color: #ec3aaa;

}

.feature-8 .feature-panel .feature--content h3 {

  color: #ffffff;

}

/*------------------------------------*\

    #Info Box

\*------------------------------------*/

.info-box .feature-panel {

  position: relative;

  padding: 50px 20px;

  background-color: #fff;

  border-radius: 2px;

  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -ms-transition: all .3s linear;

  transition: all .3s linear;

}

.info-box .feature-panel .feature--icon {

  color: #616161;

  font-size: 40px;

  line-height: 1;

  margin-bottom: 23px;

}

.info-box .feature-panel .feature--icon i {

  display: inline-block;

}

.info-box .feature-panel .feature--content h3 {

  font-family: 'Poppins', sans-serif;

  color: #222222;

  font-size: 15px;

  font-weight: 600;

  line-height: 1;

  margin-bottom: 19px;

  text-transform: capitalize;

}

.info-box .feature-panel .feature--content p {

  color: #9b9b9b;

  font-size: 14px;

  font-weight: 400;

  line-height: 23px;

  margin-bottom: 0;

  padding-right: 10px;

  padding-left: 10px;

}

.info-box .feature-panel .feature--icon:hover i {

  animation: none;

}

.info-box .feature-panel:hover {

  background-color: #0cb4ce;

  color: #fff;

}

.info-box .feature-panel:hover .feature--icon,

.info-box .feature-panel:hover .feature--content h3 {

  color: #fff;

}

.info-box .feature-panel:hover .feature--content p {

  color: #f9f9f9;

}

.info-box-3 .feature-panel {

  background-color: #f9f9f9;

}

/*------------------------------------*\

    #Counters

\*------------------------------------*/

.counter {

  padding: 90px 0;

}

.counter .count-box .counting {

  font-family: 'Libre Baskerville', serif;

  color: #333333;

  font-size: 34px;

  font-weight: 700;

  line-height: 1;

  margin-bottom: 15px;

  margin-top: 20px;

  position: relative;

}

.counter .count-box .count-title {

  color: #999999;

  font-family: 'Libre Baskerville', serif;

  font-size: 14px;

  font-weight: 400;

  line-height: 1;

  text-transform: capitalize;

  letter-spacing: 0.23px;

}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .counter {

    margin-bottom: 30px;

  }

}

/* Small Devices, Tablets */

/*------------------------------------*\

    #PRICING-SECTION

\*------------------------------------*/

.pricing-panel {

  -webkit-transition: all 0.35s;

  -moz-transition: all 0.35s;

  -o-transition: all 0.35s;

  transition: all 0.35s;

  margin-bottom: 35px;

  overflow: hidden;

  position: relative;

}

.pricing--content {

  display: flex;

}

.pricing--divider {

  height: 27px;

  border-bottom: 1px dashed #999999;

  flex-grow: 100;

}

.pricing-panel .pricing--heading {

  font-size: 14px;

  font-weight: 700;

  line-height: 40px;

  margin-bottom: 0;

  color: #ffffff;

  position: relative;

  float: left;

  padding-right: 8px;

}

.pricing-panel .price {

  font-family: 'Libre Baskerville', serif;

  font-size: 14px;

  font-weight: 700;

  line-height: 40px;

  text-align: right;

  float: right;

  margin-bottom: 0;

  color: #ffffff;

  padding-left: 10px;

}

.pricing-panel .pricing--desc, .tab-pane p {

  color: #333;

  font-size: 12px;

  font-weight: 400;

  margin-bottom: 0;

  padding-top: 10px;

}

/* Services #2 */

.pricing-2 .pricing-panel .pricing--heading {

  color: #222222;

}

.pricing-2 .pricing-panel .price {

  color: #a57c00;

}

.panel-wrapper {

  background-color: #fff;

  padding: 60px 90px;

}

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .panel-wrapper {

    padding: 30px;

  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .panel-wrapper {

    padding: 60px;

  }

}

/*------------------------------------*\

    #BLOG-SECTION

\*------------------------------------*/

.blog-entry {

  margin-bottom: 50px;

}

.blog-entry .entry--img {

  margin-bottom: 25px;

  overflow: hidden;

  position: relative;

}

.blog-entry .entry--img img,

.blog-single .blog-entry .entry--meta .entry-related .entry--img img {

  width: 100%;

  max-width: 100%;

  height: auto;

  max-height: 480px;

  -moz-transition: all .35s linear;

  -webkit-transition: all .35s linear;

  -ms-transition: all .35s linear;

  -o-transition: all .35s linear;

  transition: all .35s linear;

}

.blog-entry .entry--overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0;

  background-color: rgba(51, 51, 51, 0.4);

  -moz-transition: all .35s linear;

  -webkit-transition: all .35s linear;

  -ms-transition: all .35s linear;

  -o-transition: all .35s linear;

  transition: all .35s linear;

}

.blog-entry .entry--img:hover .entry--overlay {

  opacity: 1;

}

.blog-entry .entry--overlay a {

  position: absolute;

  top: 50%;

  left: 50%;

  display: block;

  width: 60px;

  height: 60px;

  line-height: 56px;

  text-align: center;

  color: #ffffff;

  font-size: 18px;

  font-weight: 400;

  border: 3px solid rgba(255, 255, 255, 0.4);

  border-radius: 50%;

  margin-top: -30px;

  margin-left: -30px;

}

.blog-entry .entry--overlay a:hover {

  background-color: #ec3aaa;

  border-color: #ec3aaa;

}

.entry-related .entry--img {

  overflow: hidden;

}

.blog-entry .entry--meta {

  color: #999999;

  font-family: 'Libre Baskerville', serif;

  font-size: 12px;

  font-weight: 400;

  line-height: 26px;

  margin-bottom: 7px;

  position: relative;

}

.blog-entry .entry--meta span {

  font-size: 12px;

  font-family: 'Libre Baskerville', serif;

  font-style: normal;

  line-height: 1;

  margin-right: 14px;

  color: #aaaaaa;

  position: relative;

  text-transform: capitalize;

}

.blog-entry .entry--meta span:after {

  content: "/";

  position: absolute;

  top: 4px;

  right: -10px;

}

.blog-entry .entry--meta span:last-of-type:after {

  display: none;

}

.blog-entry .entry--meta a {

  color: #aaaaaa;

}

.blog-entry .entry--meta a:hover {

  color: #ec3aaa;

}

.blog-entry .entry--title {

  margin-bottom: 20px;

}

.blog-entry .entry--title h4 {

  color: #444444;

  font-family: 'Libre Baskerville', serif;

  font-size: 18px;

  font-weight: 600;

  line-height: 23px;

  margin-bottom: 0;

}

.blog-entry .entry--title h4 a {

  color: #333333;

}

.blog-entry .entry--title h4 a:hover {

  color: #ec3aaa;

}

.blog-entry .entry--content {

  color: #999999;

  font-size: 14px;

  font-weight: 400;

  font-family: 'Libre Baskerville', serif;

}

.blog-entry .entry--bio {

  line-height: 24px;

  margin-bottom: 15px;

}

.blog-entry .entry--more {

  overflow: hidden;

}

.blog-entry .entry--more a {

  color: #aaaaaa;

  font-size: 14px;

  font-weight: 400;

  line-height: 1;

  text-transform: capitalize;

  position: relative;

  -webkit-transition: all 0.35s;

  -moz-transition: all 0.35s;

  -o-transition: all 0.35s;

  transition: all 0.35s;

}

.blog-entry .entry--more a:hover {

  color: #444444;

}

/* Blog Single */

.blog-single .blog-entry .entry--meta {

  margin-bottom: 10px;

  position: relative;

}

.blog-single .blog-entry .entry--title h3 {

  font-family: 'Libre Baskerville', serif;

  color: #333333;

  font-size: 24px;

  font-weight: 700;

  line-height: 28px;

  margin-bottom: 10px;

}

.blog-single .blog-entry .entry--title h3 a {

  color: #333333;

}

.blog-single .blog-entry .entry--title h3 a:hover {

  color: #ec3aaa;

}

.blog-single .blog-entry .entry--content {

  padding-bottom: 26px;

  margin-bottom: 30px;

  border-bottom: 1px solid #eeeeee;

}

.blog-single .blog-entry .entry--content,

.blog-single .blog-entry .entry--content p {

  font-size: 14px;

  font-weight: 400;

  line-height: 24px;

  color: #999999;

}

.blog-single .blockquote {

  margin-left: 70px;

}

/* Entry Share */

.entry--share {

  color: #444444;

  font-size: 14px;

  line-height: 26px;

  font-weight: 400;

  text-transform: capitalize;

  font-family: 'Libre Baskerville', serif;

  margin-bottom: 50px;

}

.entry--share span {

  margin-right: 20px;

  color: #999999;

}

.entry--share a {

  font-style: italic;

  text-decoration: underline;

  color: #5d5d5d;

  font-size: 14px;

  margin-right: 11px;

}

.entry--share a:hover {

  color: #ec3aaa;

}

.entry--share a:last-child {

  margin-right: 0;

}

.entry--share a.facebook {

  color: #3b5998;

}

.entry--share a.twitter {

  color: #1da1f2;

}

.entry--share a.google {

  color: #dd4b39;

}

.entry--share a.pinterest {

  color: #bd081c;

}

.entry--share a:hover {

  color: #ec3aaa;

}

.entry-widget.entry-related .entry-widget-title {

  position: relative;

  margin-bottom: 60px;

}

.entry-widget .entry-widget-title h4 {

  color: #333333;

  font-size: 36px;

  font-weight: 700;

  line-height: 1;

  text-transform: capitalize;

  margin-bottom: 0;

}

.entry-widget .entry-widget-content {

  position: relative;

}

.entry-share a:hover {

  color: #ec3aaa;

}

ul.comments-list {

  width: 100%;

  list-style: none;

  overflow: hidden;

  padding-left: 0;

  margin-bottom: 100px;

}

ul.comments-list li {

  position: relative;

  border-bottom: 1px solid #eee;

  padding-bottom: 50px;

  margin-bottom: 60px;

}

ul.comments-list li:last-child {

  border-bottom: none;

  padding-bottom: 0;

  margin-bottom: 0;

}

ul.comments-list .comment-body .avatar {

  position: absolute;

  left: 0;

  top: 0;

}

ul.comments-list .comment-body .comment {

  padding-left: 90px;

}

ul.comments-list .comment-body .comment h6 {

  font-size: 18px;

  font-weight: 400;

  text-transform: capitalize;

  margin-bottom: 14px;

  color: #444444;

  line-height: 30px;

  display: inline-block;

  margin-right: 13px;

}

ul.comments-list .comment-body .comment .date {

  color: #aaaaaa;

  font-family: 'Libre Baskerville', serif;

  font-size: 12px;

  font-style: italic;

  line-height: 30px;

}

ul.comments-list .comment-body .comment p {

  color: #999999;

  font-size: 14px;

  line-height: 22px;

  margin-bottom: 0;

}

ul.comments-list .comment-body .comment a.reply {

  font-size: 12px;

  font-weight: 300;

  text-transform: capitalize;

  color: #ec3aaa;

  line-height: 30px;

  display: block;

  position: absolute;

  top: 0;

  right: 0;

}

ul.comments-list .comment a.reply:hover {

  color: #444444;

}

ul.comments-list ul.comment-children {

  list-style: none;

  margin: 20px 0 0 90px;

  padding-top: 30px;

  padding-left: 0;

  border-top: 2px solid #f8f8f8;

}

ul.comments-list ul.comment-children .comment-body .comment {

  padding-left: 90px;

}

ul.comments-list ul.comment-children li:last-child {

  margin-bottom: 0;

  padding-bottom: 0;

}

ul.comments-list ul.comment-children ul .comment-body .comment {

  padding-left: 90px;

}

.entry-widget.comments-form .entry-widget-title h4 {

  margin-bottom: 60px;

}

#post-comment .form-control {

  margin-bottom: 30px;

  background-color: #ffffff;

}

.entry-prev-next {

  position: relative;

  background-color: #f8f8f8;

  padding: 50px 40px;

  margin-bottom: 70px;

  min-height: 170px;

  overflow: hidden;

}

.entry-next,

.entry-prev {

  width: 50%;

  float: left;

}

.entry-prev-next .entry-prev {

  padding-right: 15px;

}

.entry-prev-next .entry-next {

  padding-left: 15px;

  text-align: right;

}

.entry-next-content,

.entry-prev-content {

  position: relative;

}

.entry-prev-next .entry-prev img {

  position: absolute;

  left: 0;

  top: 0;

}

.entry-prev-next .entry-next img {

  position: absolute;

  right: 0;

  top: 0;

}

.entry-prev-next .entry-prev .entry-desc {

  position: relative;

  margin-left: 90px;

}

.entry-prev-next .entry-next .entry-desc {

  position: relative;

  margin-right: 90px;

}

.entry-prev-next a {

  font-size: 14px;

  font-weight: 600;

  font-family: 'Libre Baskerville', serif;

  color: #333333;

  margin-top: 13px;

}

.entry-prev-next p {

  font-family: 'Libre Baskerville', serif;

  font-size: 13px;

  font-weight: 500;

  line-height: 1;

  text-transform: capitalize;

  margin-bottom: 10px;

}

.entry-widget .entry-widget-title {

  position: relative;

  margin-bottom: 30px;

}

.entry-widget .entry-widget-title h4 {

  color: #333333;

  font-size: 36px;

  font-weight: 700;

  line-height: 1;

  text-transform: capitalize;

  margin-bottom: 0;

}

.entry-widget .entry-widget-content {

  position: relative;

}

.entry-bio img {

  position: absolute;

  left: 0;

  top: 0;

}

.entry-bio .entry-bio-desc {

  padding-left: 120px;

}

.entry-bio .entry-bio-desc p {

  color: #999999;

  font-size: 14px;

  font-weight: 400;

  line-height: 24px;

  margin-bottom: 8px;

}

.entry-bio .entry-bio-desc a {

  color: #5d5d5d;

  font-size: 15px;

  font-weight: 400;

  line-height: 1;

  margin-right: 25px;

}

.entry-bio .entry-bio-desc a:last-child {

  margin-right: 0;

}

.entry-bio .entry-bio-desc a:hover,

.entry-meta a:hover,

.entry-next:hover a,

.entry-prev:hover a,

.entry-related .entry:hover .entry-title h5,

.entry-share a:hover {

  color: #ec3aaa;

}

.entry-related .entry--img {

  margin-bottom: 20px;

}

.entry-related .entry--img img {

  max-width: 100%;

  height: auto;

}

.entry-related .entry-title {

  margin-left: 0;

}

.entry-related .entry--title h5 {

  font-size: 16px;

  font-weight: 700;

  line-height: 25px;

  color: #444444;

  font-family: 'Libre Baskerville', serif;

  margin-bottom: 10px;

}

.entry-related .entry--title a {

  color: #444444;

}

.entry-related .entry--title a:hover {

  color: #ec3aaa;

}

.entry-related .entry--meta {

  color: #999999;

  font-family: 'Libre Baskerville', serif;

  font-size: 12px;

  font-weight: 400;

  line-height: 1;

  font-style: normal;

}

.entry-related .blog-entry .entry--content {

  border-bottom: none;

  margin-bottom: 0;

  padding-bottom: 0;

}

/* Blog standard */

.blog-standard .blog-entry .entry--title h4 {

  font-size: 24px;

  color: #333333;

  font-weight: 700;

  line-height: 28px;

}

.blog-standard .blockquote {

  font-family: 'Libre Baskerville', serif;

  background-color: #ec3aaa;

  color: #ffffff;

  font-size: 30px;

  font-weight: 700;

  line-height: 40px;

  padding: 100px 120px;

  text-align: center;

  position: relative;

}

.blog-standard .blockquote:before {

  position: absolute;

  top: 135px;

  left: -21px;

  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";

  font-size: 500px;

  color: #ffffff;

  opacity: 0.06;

}

.blog-standard .blockquote .quote-author {

  font-family: 'Libre Baskerville', serif;

  display: block;

  font-size: 14px;

  font-style: normal;

  font-weight: 400;

  line-height: 1;

  color: #ffffff;

  margin-top: 30px;

}

/* Blog Masonry */

.blog-masonry-3col {

  column-count: 3;

  column-gap: 30px;

}

.blog-masonry-2col {

  column-count: 2;

  column-gap: 30px;

}

.blog-masonry .blog-entry {

  break-inside: avoid-column;

}

.blog-masonry .blog-entry .entry--img img,

.blog-masonry .blog-entry .entry--more a i,

.blog-masonry .blog-entry .entry--more a span {

  -webkit-transform: none;

  -moz-transform: none;

  transform: none;

}

.blog-masonry .blockquote {

  font-family: 'Libre Baskerville', serif;

  background-color: #ec3aaa;

  color: #ffffff;

  font-size: 18px;

  font-weight: 700;

  line-height: 24px;

  padding: 60px 35px;

  text-align: center;

  position: relative;

}

.blog-masonry .blockquote:before {

  position: absolute;

  top: 83px;

  left: -16px;

  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";

  font-size: 300px;

  color: #ffffff;

  opacity: 0.06;

}

.blog-masonry .blockquote .quote-author {

  font-family: 'Libre Baskerville', serif;

  display: block;

  font-size: 14px;

  font-style: normal;

  font-weight: 400;

  line-height: 1;

  color: #ffffff;

  margin-top: 30px;

}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {

  ul.comments-list ul.comment-children {

    margin: 20px 0 0;

  }

  .blog-entry {

    margin-bottom: 30px;

  }

  .blog-single .blog-entry .entry--title h4 {

    font-size: 17px;

    line-height: 1.2;

  }

  .entry--share .text-right {

    text-align: left;

  }

  .entry-next,

  .entry-prev {

    width: 100%;

    float: none;

    margin-bottom: 0;

  }

  .entry-next {

    margin-bottom: 0;

  }

  .entry-prev {

    margin-bottom: 30px;

  }

  .entry-prev-next {

    padding: 10px;

  }

  .entry-prev-next:after {

    display: none;

  }

  .entry-prev-next a {

    font-size: 13px;

  }

  .entry-prev-next .entry-prev {

    padding-right: 0;

  }

  .entry-widget {

    padding: 20px;

  }

  .entry-bio .entry-bio-desc p,

  .entry-bio img {

    position: relative;

    margin-bottom: 15px;

  }

  .entry-bio .entry-bio-desc {

    padding-left: 0;

  }

  .entry-related .entry {

    margin-bottom: 30px;

  }

  .entry-related .entry:last-of-type {

    margin-bottom: 0;

  }

  .blog-standard .blog-entry .entry--title h4 {

    font-size: 18px;

    line-height: 1.2;

  }

  .blog-masonry-3col,

  .blog-masonry-2col {

    column-count: 1;

  }

}

/* Small Devices, Tablets */



@media only screen and (min-width: 768px) and (max-width: 991px) {



  .entry-related img {

    width: 100%;

  }

  .blog-standard .blog-entry .entry--title h4 {

    font-size: 20px;

    line-height: 1.2;

  }

}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .entry-related img {

    width: 100%;

  }

}

/*------------------------------------*\

    #Shop

\*------------------------------------*/

/* Shop Cart Page */

.shop-cart .shop-cart-heading {

  color: #333333;

  font-family: 'Libre Baskerville', serif;

  font-size: 20px;

  font-weight: 700;

  line-height: 1;

  letter-spacing: 0.4px;

  margin-bottom: 50px;

}

.cart-table .table {

  background-color: #ffffff;

  border: 1px solid #e0e0e0;

  border-radius: 0;

  margin-bottom: 0;

}

.cart-table thead {

  background-color: #fff;

}

.cart-table thead tr th {

  font-size: 14px;

  font-weight: 400;

  font-family: 'Libre Baskerville', serif;

  line-height: 41px;

  text-align: left;

  text-transform: capitalize;

  color: #999999;

  border-bottom-width: 0;

  border-bottom: 1px solid #e0e0e0;

  padding: 0;

  border-right-color: transparent;

}

.cart-table tbody tr td {

  padding: 30px 0 30px 0;

  border-color: #e0e0e0;

  border-right-color: transparent;

}

.cart-table tbody tr.cart-product td:last-child,

.cart-table tbody tr.cart-product td:first-child {

  padding-left: 50px;

  border-color: transparent;

  width: 50px;

}

.table-bordered > thead > tr > th {

  border-right: none;

}

.cart-table tbody tr td.cart-product-price,

.cart-table tbody tr td.cart-product-total {

  font-size: 18px;



  font-weight: 400;

  line-height: 1;

  color: #333333;

  font-family: 'Libre Baskerville', serif;

  padding-top: 60px;

}

.cart-table tbody tr td.cart-product-quantity {

  padding-top: 45px;

}

.cart-table tbody tr td.cart-product-quantity .product-quantity {

  line-height: 45px;

  border: 1px solid #e5e5e5;

  width: 70px;

  height: 45px;

  text-align: center;

  position: relative;

}

.cart-table td.cart-product-quantity .product-quantity input {

  width: 30px;

  color: #363636;

  font-size: 18px;

  font-weight: 400;

  line-height: 1;

  border: none;

  box-shadow: none;

}

.cart-table td.cart-product-quantity .qant-plus,

.cart-table td.cart-product-quantity .qant-minus {

  color: #363636;

  font-size: 12px;

  font-weight: 400;

  line-height: 1;

  position: absolute;

  right: 12px;

}

.cart-table td.cart-product-quantity .qant-plus {

  top: 11px;

}

.cart-table td.cart-product-quantity .qant-minus {

  bottom: 14px;

}

.cart-product-action {

  border: 1px solid #e0e0e0;

  border-top: none;

  padding: 30px 50px;

  margin-bottom: 40px;

  display: flex;

  justify-content: space-between;

}

.cart-product-action .cart-total-amount {

  color: #999999;

  font-family: 'Libre Baskerville', serif;

  font-size: 18px;

  line-height: 40px;

  font-weight: 700;

  letter-spacing: 0.36px;

}

.cart-product-action .cart-total-amount span {

  color: #363636;

  font-family: 'Libre Baskerville', serif;

  font-size: 24px;

}

.cart-product-action form {

  margin-bottom: 0;

  width: 269px;

  height: 40px;

  overflow: hidden;

}

.cart-product-action .form-control {

  font-family: 'Libre Baskerville', serif;

  color: #999999;

  font-size: 12px;

  font-weight: 400;

  padding: 0 15px;

  width: 180px;

  height: 40px;

  line-height: 25px;

  margin-bottom: 0;

  background-color: transparent;

  border: 1px solid #e0e0e0;

  text-transform: capitalize;

  border-radius: 40px 0 0 40px;

}

.cart-product-action form .btn {

  text-transform: uppercase;

  font-size: 13px;

  font-weight: 700;

  margin-left: -3px;

  line-height: 39px;

  width: 90px;

  height: 40px;

  text-align: center;

  border-radius: 0 20px 20px 0;

  float: right;

}

.cart-table .cart-product-img {

  float: left;

  padding-right: 20px;

}

.cart-table .cart-product-name h6 {

  color: #333333;

  font-size: 18px;

  font-weight: 700;

  line-height: 1;

  text-transform: capitalize;

  padding-top: 32px;

}

.cart-table .cart-product-name h6 a {

  color: #333333;

}

.cart-table .cart-product-name h6 a:hover {

  color: #ec3aaa;

}

.cart-table .cart-product-remove {

  padding-top: 30px;

  line-height: 19px;

  font-size: 18px;

  font-weight: 400;

  color: #999999;

  text-align: right;

  cursor: pointer;

}

.cart-table .cart-product-remove:hover {

  color: #ec3aaa;

}

.cart-shiping {

  background-color: white;

  border: 1px solid #eee;

  border-radius: 1px;

  padding: 30px 20px;

}

.cart-shiping h6,

.cart-total-amount h6 {

  color: #333333;

  font-size: 18px;

  font-weight: 700;

  margin-bottom: 25px;

  position: relative;

}

.cart-total-amount ul li {

  font-family: 'Libre Baskerville', serif;

  color: #999999;

  font-size: 18px;

  font-weight: 700;

  line-height: 36px;

  text-transform: uppercase;

}

.cart-total-amount ul li span {

  font-family: 'Libre Baskerville', serif;

  color: #363636;

  font-size: 24px;

  font-weight: 400;

  line-height: 36px;

}

.cart-shiping .form-control {

  background-color: transparent;

  border: 1px solid #eee;

  font-size: 12px;

  color: #959595;

  font-weight: 400;

  padding: 0 15px;

  height: 42px;

  line-height: 42px;

  margin-bottom: 20px;

  -moz-border-radius: 1px;

  -webkit-border-radius: 1px;

  border-radius: 1px;

  cursor: pointer;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  text-transform: capitalize;

}

.cart-shiping .form-control::-webkit-input-placeholder {

  color: #aaaaaa;

}

.cart-shiping .form-control:-moz-placeholder {

  color: #aaaaaa;

}

.cart-shiping .form-control::-moz-placeholder {

  color: #aaaaaa;

}

.cart-shiping .form-control:-ms-input-placeholder {

  color: #aaaaaa;

}

.cart-shiping .col-xs-12 {

  position: relative;

}

.cart-shiping i {

  position: absolute;

  font-size: 13px;

  right: 25px;

  top: 12px;

  z-index: 1;

  pointer-events: none;

  cursor: pointer;

  color: #b8b8b8;

}

.cart-shiping .btn {

  line-height: 39px;

  height: 42px;

  font-size: 13px;

  width: auto;

  padding: 0 17px;

  font-weight: 700;

  text-transform: uppercase;

}

.cart-shiping .btn:hover {

  color: #ffffff;

  background: #444444;

}

.cart-shiping .form-control::-webkit-input-placeholder,

.cart-table .cart-product-action .form-control::-webkit-input-placeholder {

  color: #959595;

  text-transform: capitalize;

  font-weight: 400;

}

.cart-shiping .form-control::-moz-placeholder,

.cart-table .cart-product-action .form-control::-moz-placeholder {

  color: #959595;

  text-transform: capitalize;

  font-weight: 400;

}

.cart-shiping .form-control::-moz-placeholder,

.cart-table .cart-product-action .form-control::-moz-placeholder {

  color: #959595;

  text-transform: capitalize;

  font-weight: 400;

}

.cart-shiping .form-control::-ms-input-placeholder,

.cart-table .cart-product-action .form-control::-ms-input-placeholder {

  color: #959595;

  text-transform: capitalize;

  font-weight: 400;

}

/* Product Item */

.product-item {

  margin-bottom: 40px;

  text-align: center;

}

.product--img {

  position: relative;

  margin-bottom: 30px;

}

.product--img img {

  max-width: 100%;

  height: auto;

  width: 100%;

}

.product--img .product--hover {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}

.product--img .product--hover .product--action {

  position: relative;

  width: 100%;

  height: 100%;

  overflow: hidden;

}

.product--img .product--hover .product--action > a {

  position: absolute;

  bottom: 0;

  height: 48px;

  background-color: #333333;

  text-align: center;

  color: #ffffff;

  font-size: 13px;

  font-weight: 400;

  line-height: 48px;

  text-transform: uppercase;

  -webkit-transform: translateY(101%);

  -moz-transform: translateY(101%);

  -o-transform: translateY(101%);

  transform: translateY(101%);

  -webkit-transition: transform 0.3s ease-in-out;

  -moz-transition: transform 0.3s ease-in-out;

  -o-transition: transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out;

  display: block;

  width: 100%;

  border-radius: 0;

}



.product--img .product--hover .product--action a:hover {

  background-color: #ec3aaa;

  color: #ffffff;

}

.product--content .product--cat {

  font-family: 'Libre Baskerville', serif;

  font-size: 13px;

  font-style: italic;

  line-height: 1;

  margin-bottom: 12px;

}

.product--content .product--cat a {

  color: #3d3c3c;

}

.product--content .product--cat a:hover {

  color: #ec3aaa;

}

.product--content .product--title h3 {

  margin-bottom: 0;

}

.product--content .product--title a {

  color: #333333;

  font-size: 18px;

  font-family: 'Libre Baskerville', serif;

  font-weight: 700;

  line-height: 1;

  margin-bottom: 10px;

  display: block;

}

.product--content .product--title a:hover {

  color: #ec3aaa;

}

.product--content .product--price {

  color: #999999;

  font-size: 14px;

  font-weight: 600;

  font-family: 'Libre Baskerville', serif;

  line-height: 1;

}

.product--img:hover .product--hover .product--action,

.product--img:hover .product--hover .product--action a {

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}

/* Shop Options */

.shop-options {

  padding: 20px;

  background-color: #ffffff;

  border-radius: 2px;

  margin-bottom: 30px;

  height: 70px;

  border: 1px solid #eeeeee;

}

.shop-options .product-options2 span,

.shop-options .product-view-mode span {

  color: #222;

  font-size: 14px;

  font-weight: 600;

  line-height: 20px;

  margin-right: 10px;

  font-family: 'Libre Baskerville', serif;

}

.shop-options .product-options2 .product-sort {

  position: relative;

  margin-right: 30px;

}

.shop-options .product-options2 .product-sort i {

  position: absolute;

  font-size: 14px;

  right: 10px;

  top: 10px;

  z-index: 1;

  pointer-events: none;

  cursor: pointer;

  color: #999999;

}

.shop-options .product-options2 select {

  height: 30px;

  line-height: 30px;

  width: 134px;

  border: 1px solid #eeeeee;

  background-color: rgba(246, 246, 247, 0);

  border-radius: 1px;

  color: #999999;

  font-size: 12px;

  font-weight: 400;

  padding-left: 10px;

  cursor: pointer;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}

.shop-options .product-view-mode {

  line-height: 30px;

}

.shop-options .product-view-mode a i {

  background-color: transparent;

  border: 1px solid #eee;

  -moz-border-radius: 0;

  -webkit-border-radius: 0;

  border-radius: 0;

  color: #999999;

  font-size: 14px;

  font-weight: 400;

  margin-left: 10px;

  width: 30px;

  height: 30px;

  line-height: 30px;

  text-align: center;

}

.shop-options .product-view-mode a:first-of-type i {

  margin-left: 0;

}

.shop-options .product-view-mode a.active i,

.shop-options .product-view-mode a:hover i {

  color: #ec3aaa;

}

.product-list {

  width: 100%;

  text-align: left;

  min-height: 340px;

  margin-bottom: 0;

}

.product-list .product--img {

  float: left;

  width: 33%;

}

.product-list .product--content {

  padding-left: 300px;

}

/* Shop Single */

.shop-product .product-img {

  height: 400px;

  overflow: hidden;

}

.shop-product .product-img img {

  width: 100%;

  max-height: 400px;

  height: auto;

}

.shop-product .product-title h3 {

  font-family: 'Libre Baskerville', serif;

  color: #333333;

  font-size: 36px;

  font-weight: 700;

  line-height: 1;

  text-transform: capitalize;

  margin-bottom: 16px;

}

.shop-product .product-price {

  color: #363636;

  font-size: 18px;

  font-weight: 400;

  font-family: 'Libre Baskerville', serif;

  line-height: 1;

  margin-bottom: 25px;

  margin-right: 44px;

}

.shop-product .product-available {

  color: #999999;

  font-size: 14px;

  font-weight: 400;

  font-family: 'Libre Baskerville', serif;

  line-height: 1;

}

.shop-product .product-available span {

  color: #333333;

  font-weight: 700;

}

.shop-product .product-rating {

  margin-right: 10px;

}

.shop-product .product-rating i {

  color: #333333;

  font-size: 15px;

  font-weight: 400;

  line-height: 1;

}

.shop-product .product-review span {

  color: #999999;

  font-size: 14px;

  line-height: 1;

  font-weight: 400;

}

.shop-product .product-review span a {

  color: #999999;

}

.shop-product .product-review span a:hover {

  color: #ec3aaa;

}

.shop-product .product-desc p {

  color: #999999;

  font-size: 14px;

  line-height: 24px;

  margin-bottom: 40px;

}

.shop-product hr {

  opacity: 0.7;

  border-top: 1px solid #e5e4e4;

  margin-top: 0;

  margin-bottom: 30px;

}

.shop-product .product-details h5 {

  color: #333333;

  font-size: 18px;

  font-weight: 600;

  line-height: 1;

  margin-bottom: 20px;

  position: relative;

}

.shop-product .product-details ul li {

  line-height: 26px;

  color: #ec3aaa;

  font-size: 13px;

  font-weight: 400;

  text-transform: capitalize;

}

.shop-product .product-details ul li span {

  color: #999999;

  font-size: 13px;

  font-weight: 400;

}

.shop-product .product-quantity {

  line-height: 49px;

  position: relative;

}

.shop-product .product-quantity input {

  width: 70px;

  height: 45px;

  border: 1px solid #e5e5e5;

  border-radius: 1px;

  color: #363636;

  font-size: 18px;

  font-weight: 400;

  line-height: 26px;

  text-align: center;

  background-color: transparent;

  padding-right: 7px;

}

.shop-product .product-quantity input[type=number]::-webkit-inner-spin-button,

.shop-product .product-quantity input[type=number]::-webkit-outer-spin-button {

  opacity: 0;

}

.shop-product .product-quantity .qant-plus,

.shop-product .product-quantity .qant-minus {

  color: #363636;

  font-size: 12px;

  font-weight: 400;

  line-height: 1;

  position: absolute;

  right: 12px;

}

.shop-product .product-quantity .qant-plus {

  top: 11px;

}

.shop-product .product-quantity .qant-minus {

  bottom: 14px;

}

.shop-product .product-cta {

  padding-bottom: 30px;

}

.shop-product .product-cta .btn {

  margin-left: 20px;

  width: 150px;

  height: 45px;

  line-height: 43px;

  text-transform: uppercase;

}

.shop-product .product-share a {

  font-size: 14px;

  font-weight: 400;

  color: #bdbdbd;

  text-align: center;

  display: inline-block;

  margin-right: 20px;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.shop-product .product-share a:last-of-type {

  margin-right: 0;

}

.shop-product .product-share a.share-facebook:hover {

  color: #3B5998;

}

.shop-product .product-share a.share-twitter:hover {

  color: #00ACEE;

}

.shop-product .product-share a.share-google-plus:hover {

  color: #DD4B39;

}

.shop-product .product-share a.share-linkedin:hover {

  color: #0E76A8;

}

.product-tabs {

  background-color: #ffffff;

  color: #999999;

  font-size: 13px;

  font-weight: 500;

  margin-bottom: 100px;

}

.product-tabs .nav-tabs {

  background-color: transparent;

}

.product-tabs .nav-tabs > li {

  margin-bottom: -1px;

}

.product-tabs .nav-tabs > li > a {

  color: #bdbdbd;

  font-size: 18px;

  font-weight: 700;

  font-family: 'Libre Baskerville', serif;



  text-transform: capitalize;

  -moz-border-radius: 0;

  -webkit-border-radius: 0;

  border-radius: 0;

  padding: 0 20px;

  border: none;

  margin-right: 0;

  line-height: 60px;

  height: 60px;

}

.product-tabs .nav-tabs > li:last-child > a {

  border-right: none;

}

.product-tabs .nav-tabs > li > a:focus,

.product-tabs .nav-tabs > li > a:hover {

  background-color: transparent;

  border-left-color: transparent;

  border-top-color: transparent;

  border-bottom-color: transparent;

  color: #333333;

}

.product-tabs .nav-tabs > li.active > a,

.product-tabs .nav-tabs > li.active > a:focus,

.product-tabs .nav-tabs > li.active > a:hover {

  color: #333333;

  border: none;

  background-color: transparent;

  border-bottom: 1px solid #333333;

}

.product-tabs .tab-content {

  padding: 50px 20px;

}

.product-tabs .tab-content h5 {

  font-size: 13px;

}

.product-review {

  margin-top: 30px;

}

.reviews .product-review {

  margin-bottom: 60px;

}

.product-review .user--avatar {

  width: 70px;

  height: 70px;

  line-height: 70px;

  border-radius: 50%;

  text-align: center;

  background-color: #bdbdbd;

  color: #fff;

  font-size: 24px;

  font-weight: 600;

  font-family: 'Libre Baskerville', serif;

  position: absolute;

  top: 0;

  left: 0;

}

.product-review li {

  margin-bottom: 30px;

  overflow: hidden;

  position: relative;

}

.product-review li .review--content {

  padding-left: 90px;

  padding-top: 10px;

}

.product-review li h6 {

  margin-bottom: 15px;

  text-transform: capitalize;

  font-size: 16px;

  color: #363636;

  display: inline-block;

  margin-right: 20px;

}

.product-review li .review-date {

  margin-bottom: 0;

  display: inline-block;

}

.product-review li .product-rating i {

  color: #ec3aaa;

  margin-bottom: 10px;

}

.product-review li .product-comment p {

  margin-bottom: 0;

  color: #999999;

  line-height: 24px;

}

.product-review .add-review h3 {

  margin-bottom: 45px;

  text-transform: capitalize;

  font-size: 18px;

  color: #363636;

  font-weight: 700;

}

.product-review .add-review span {

  margin-bottom: 5px;

  font-size: 14px;

  color: #aaaaaa;

}

.add-review .product-rating {

  color: e0e0e0;

}

.form-review .form-control {

  margin-bottom: 30px;

  height: 40px;

  border-radius: 20px;

  max-width: 470px;

}

.form-review textarea.form-control {

  height: 150px;

}

.shop-product .product-related-title {

  position: relative;

  margin-bottom: 60px;

}

.shop-product .product-related-title h5 {

  color: #333333;

  font-family: 'Libre Baskerville', serif;

  font-size: 36px;

  font-weight: 700;

  line-height: 1;

  position: relative;

  margin-bottom: 0;

  text-transform: capitalize;

}

.product-num h2 {

  font-family: 'Libre Baskerville', serif;

  font-size: 14px;

  font-weight: 400;

  line-height: 40px;

  text-transform: capitalize;

  color: #aaaaaa;

  margin-bottom: 0;

}

.product-options {

  margin-bottom: 40px;

}

.product-options .product-select {

  position: relative;

}

.product-options .product-select span {

  font-family: 'Libre Baskerville', serif;

  font-size: 14px;

  color: #333333;

  margin-right: 10px;

}

.product-options .product-select i {

  position: absolute;

  font-size: 14px;

  right: 30px;

  top: 15px;

  z-index: 1;

  pointer-events: none;

  cursor: pointer;

  color: #999999;

}

.product-options select {

  width: 230px;

  height: 40px;

  border: 1px solid #e0e0e0;

  color: #999999;

  font-family: 'Libre Baskerville', serif;

  font-size: 13px;

  font-weight: 400;

  line-height: 40px;

  padding-left: 20px;

  cursor: pointer;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  border-radius: 40px;

}

.product-details table tbody tr td {

  font-family: 'Libre Baskerville', serif;

  font-size: 14px;

  color: #333333;

  font-weight: 400;

  font-style: normal;

  line-height: 1;

}

.product-details .table > tbody > tr td {

  width: 300px;

}

.product-details table tbody tr td:last-of-type {

  color: #999999;

}

.shop-product .product-details .table > tbody > tr > td {

  padding: 0 0 30px 0;

}

.shop-product .product-details .table,

.shop-product .product-details .table > tbody > tr > td {

  border: none;

}

/* Shop Masonary */

.shop-filter {

  text-align: center;

  margin-bottom: 36px;

}

.shop-filter li a {

  color: #333333;

  font-family: 'Libre Baskerville', serif;

  font-size: 13px;

  font-weight: 700;

  line-height: 1;

  margin-right: 29px;

  text-transform: capitalize;

}

.shop-filter li:last-child a {

  margin-right: 0;

}

.shop-filter li a.active-filter,

.shop-filter li a:hover {

  color: #ec3aaa;

}

/* shopshop Item */

.shop-item.product-item {

  margin-bottom: 0;

}

.shop-item .product--img {

  position: relative;

  margin-bottom: 0;

}

.shop-item .product--hover {

  padding: 30px;

}

.shop-item .product--img .product--hover .product--action {

  position: relative;

  background-color: rgba(40, 40, 40, 0.95);

}

.shop-item .product--img .product--hover .product--action > a {

  margin: 0 auto;



  top: 40%;

}

.shop-item .product--img .product--hover .product--action .product--content {

  position: absolute;

  bottom: 30px;

  text-align: center;

  width: 100%;

}

.shop-item .product--content .product--title h4 {

  margin-bottom: 0;

}

.shop-item .product--content .product--title a {

  color: #ffffff;

}

/* Checkout Page */

.checkout .checkout-form {

  padding: 50px 40px;

  border: 1px solid #e0e0e0;

}

.checkout .checkout-form h3 {

  color: #333333;

  font-size: 20px;

  line-height: 1;

  margin-bottom: 40px;

}

.checkout .checkout-form .forget--pass a {

  text-decoration: underline;

  color: #aaaaaa;

  font-size: 13px;

  font-weight: 400;

  line-height: 15px;

}

.checkout .checkout-form .forget--pass a:hover {

  color: #ec3aaa;

}

.checkout-summary .checkout-summary-box {

  background-color: #f8f8f8;

  border: 1px solid #e0e0e0;

  padding: 50px 40px;

}

.checkout-summary .checkout-summary-heading h3 {

  color: #333333;

  font-size: 20px;

  font-weight: 700;

  line-height: 1;

}

.checkout-summary ul li,

.payment-methods .checkout-payment-box form .input-radio {

  margin: 0;

  color: #999999;

  font-size: 14px;

  font-weight: 400;

  border-bottom: 1px solid #e5e5e5;

  padding: 20px 0;

}

.payment-methods .checkout-payment-box form .input-radio:last-child {

  border-bottom: none;

  padding-bottom: 0;

}

.checkout-summary ul li span {

  text-align: right;

  float: right;

}

.checkout-summary .checkout-cart-total {

  padding-top: 25px;

  color: #363636;

  font-family: 'Libre Baskerville', serif;

  font-size: 18px;

  font-weight: 700;

  text-transform: capitalize;

  line-height: 1;

}

.checkout-summary .checkout-cart-total span {

  float: right;

  text-align: right;

  color: #363636;

  font-family: 'Libre Baskerville', serif;

  font-weight: 400;

}

.payment-methods .checkout-payment-box {

  border: 1px solid #e0e0e0;

  padding: 50px 40px;

}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .cart-product-img {

    float: none;

  }

  .cart-table .cart-product-action form {

    margin-bottom: 30px;

  }

  .cart-product-action .text-right {

    text-align: left !important;

  }

  .cart-table .cart-product-action .form-control {

    display: inline-block;

  }

  .product-title {

    text-align: center;

    margin-top: 30px;

  }

  .product-share {

    text-align: center;

  }

  .shop-product .product-price {

    margin-right: 0 !important;

  }

  .shop-product .product-available {

    margin-bottom: 15px;

  }

  .product-review {

    width: 100%;

  }

  .product-review li h6,

  .product-review li .review-date {

    display: block;

  }

  .product-review li .product-rating {

    float: left !important;

  }

  .checkout .checkout-form,

  .checkout-summary .checkout-summary-box,

  .payment-methods .checkout-payment-box {

    padding: 30px;

    margin-bottom: 20px;

  }

  .checkout-form .pull-right,

  .checkout-form .pull-left {

    float: none !important;

  }

}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .product-review {

    width: 100%;

  }

}

/*------------------------------------*\

    #CONTACT-PAGE

\*------------------------------------*/

/*------------------------------------*\

	#Widgets

\*------------------------------------*/

.sidebar {

  border-radius: 6px;

  background-color: #f8f8f8;

  padding: 40px;

}

.widget {

  margin-bottom: 50px;

  padding-bottom: 40px;

  border-bottom: 1px solid #eeeeee;

}

.widget:last-of-type {

  margin-bottom: 0;

  padding-bottom: 0;

  border-bottom: none;

}

/* Widget */

.widget .widget--title {

  position: relative;

}

.widget .widget--title h5 {

  color: #333333;

  font-size: 18px;

  font-weight: 700;

  line-height: 1;

  text-transform: capitalize;

  margin-bottom: 40px;

}

/* Category Widget */

.widget-categories {

  padding-bottom: 30px;

}

.widget-categories ul {

  margin-top: -10px;



  margin-bottom: 0;

}

.widget-categories ul li a {

  color: #bdbdbd;

  font-size: 14px;

  font-weight: 400;

  position: relative;

  padding-left: 15px;

  line-height: 40px;

}

.widget-categories ul li a:hover {

  color: #ec3aaa;

}

.widget-categories ul li a:after {

  position: absolute;

  top: -10px;

  left: 0;

  right: auto;

  content: "\f105";

  color: #bdbdbd;

  font-family: fontawesome;

  font-size: 14px;

  font-weight: 400;

}

.widget-categories ul li a:hover i {

  color: #ec3aaa;

}

/* Tags Widget */

.widget-tags {

  padding-bottom: 32px;

}

.widget-tags ul {

  margin-bottom: 0;

  margin-left: 0;

}

.widget-tags ul li {

  padding-left: 0;

  padding-right: 0;

}

.widget-tags a {

  display: inline-block;

  border: 1px solid #e0e0e0;

  border-radius: 40px;

  font-size: 12px;

  font-weight: 400;

  line-height: 1;

  color: #363636;

  margin-right: 6px;

  margin-bottom: 8px;

  text-transform: capitalize;

  padding: 10px 13px;

}

.widget-tags a:hover {

  color: #ec3aaa;

  border-color: #ec3aaa;

}

/* Recent Widegt */

.widget-recent-posts .entry {

  position: relative;

  margin-bottom: 30px;

  min-height: 50px;

}

.widget-recent-posts .entry:last-of-type {

  margin-bottom: 0;

  border-bottom: none;

  padding-bottom: 0;

}

.widget-recent-posts img {

  position: absolute;

  left: 0;

  top: 0;

  width: 70px;

  height: 70px;

  text-align: center;

}

.widget-recent-posts .entry .entry-desc {

  position: relative;

  margin-left: 90px;

}

.widget-recent-posts .entry .entry-title {

  margin-bottom: 5px;

}

.widget-recent-posts .entry .entry-title a {

  font-family: 'Libre Baskerville', serif;

  color: #333333;

  font-size: 14px;

  font-weight: 400;

  line-height: 24px;

  text-transform: capitalize;

}

.widget-recent-posts .entry .entry-title a:hover {

  color: #ec3aaa;

}

.widget-recent-posts .entry .entry-desc .entry-meta,

.widget-recent-posts .entry .entry-desc .entry-meta a {

  font-family: 'Libre Baskerville', serif;

  font-size: 10px;

  font-weight: 400;

  line-height: 20px;

  color: #999999;

  position: relative;

}

.widget-recent-posts .entry .entry-desc .entry-meta span:first-of-type {

  margin-right: 10px;

}

.widget-recent-posts .entry .entry-desc .entry-meta span:first-of-type:before {

  content: "/";

  position: absolute;

  right: auto;

  top: 0;

  left: 58px;

}

/* Search Widget */

.widget-search {

  border-bottom: none;

  padding-bottom: 0;

}

.widget-search .form-search {

  border: none;

  border-radius: 22px;

  background-color: #f5f5f5;

}

.widget-search .input-group {

  border-radius: 45px;

  border: none;

  background-color: #fff;

  overflow: hidden;

  padding: 0 12px 0 0;

}

.widget-search .form-search .form-control {

  border: none;

  -moz-border-radius: 45px;

  -webkit-border-radius: 45px;

  border-radius: 45px;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  color: #bdbdbd;

  font-size: 13px;

  font-weight: 400;

  width: 255px;

  height: 45px;

  line-height: 45px;

  text-transform: capitalize;

  background-color: #fff;

}

/* Placeholder */

.widget-search .form-search .form-control::-webkit-input-placeholder {

  color: #bdbdbd;

}

.widget-search .form-search .form-control:-moz-placeholder {

  color: #bdbdbd;

}

.widget-search .form-search .form-control::-moz-placeholder {

  color: #bdbdbd;

}

.widget-search .form-search .form-control::-ms-input-placeholder {

  color: #bdbdbd;

}

.widget-search .form-search .btn {

  background-color: #fff;

  color: #bdbdbd;

  -moz-border-radius: 0;

  -webkit-border-radius: 0;

  border-radius: 0;

  width: 35px;

  height: 45px;

  line-height: 29px;

  text-align: center;

  font-size: 14px;

  font-weight: 400;

  margin-left: 0;

  padding: 0;

}

/*sidebar shop Search Widget */

.shop .widget-search .input-group,

.shop .widget-search .form-search .form-control,

.shop .widget-search .form-search .btn {

  background-color: #f8f8f8;

}

.shop .widget-search .form-search .form-control {

  width: 225px;

}

.shop .widget-search .input-group {

  padding: 0 5px 0 0;

}

.shop .input-group-btn {

  width: 25px;

}

/* Widget Instagram */

.widget-instagram a {

  width: 65px;

  height: 65px;

  float: left;

  display: inline-block;

  margin: 2px;

  position: relative;

}

.widget-instagram a img {

  max-width: 100%;

  height: auto;

}

.widget-instagram .insta-hover {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -o-transform: scale(0);

  transform: scale(0);

  -webkit-transition: all 0.35s;

  -moz-transition: all 0.35s;

  -o-transition: all 0.35s;

  transition: all 0.35s;

}

.widget-instagram .insta-hover i {

  display: block;

  border-radius: 1px;

  background-color: #ec3aaa;

  color: #ffffff;

  font-size: 11px;

  font-weight: 400;

  line-height: 65px;

  text-align: center;

}

.widget-instagram a:hover .insta-hover {

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}

/* fiter product */

.ui-slider {

  position: relative;

  text-align: left;

}

.ui-slider .ui-slider-handle {

  position: absolute;

  z-index: 2;

  width: 1.2em;

  height: 1.2em;

  cursor: default;

  -ms-touch-action: none;

  touch-action: none;

}

.ui-slider .ui-slider-range {

  position: absolute;

  z-index: 1;

  font-size: 0.7em;

  display: block;

  border: 0;

  background-position: 0 0;

}

/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,

.ui-slider.ui-state-disabled .ui-slider-range {

  filter: inherit;

}

.ui-slider-horizontal .ui-slider-handle {

  top: -0.2em;

  margin-left: -0.6em;

}

.ui-slider-horizontal .ui-slider-range {

  top: 0;

  height: 100%;

}

.ui-slider-horizontal .ui-slider-range-min {

  left: 0;

}

.ui-slider-horizontal .ui-slider-range-max {

  right: 0;

}

.ui-slider-vertical {

  width: 0.8em;

  height: 100px;

}

.ui-slider-vertical .ui-slider-handle {

  left: -0.3em;

  margin-left: 0;

  margin-bottom: -0.6em;

}

.ui-slider-vertical .ui-slider-range {

  left: 0;

  width: 100%;

}

.ui-slider-vertical .ui-slider-range-min {

  bottom: 0;

}

.ui-slider-vertical .ui-slider-range-max {

  top: 0;

}

.widget-filter .ui-slider {

  height: 4px;

  background-color: rgba(34, 34, 34, 0.06);

  border-radius: 0;

  margin-bottom: 20px;

  margin-top: 5px;

}

.widget-filter .ui-slider-handle {

  width: 9px;

  height: 9px;

  border-radius: 50%!important;

  margin-left: 0;

  background-color: #222222;

}

.widget-filter .ui-slider-range {

  height: 4px;

  background-color: #333333;

  margin-bottom: 20px;

}

.widget-filter p {

  font-family: 'Libre Baskerville', serif;

  font-size: 13px;

  font-weight: 400;

  line-height: 1;

  margin-bottom: 19px;

}

.widget-filter label {

  color: #999999;

}

.widget-filter input {

  color: #333333;

  border: none;

  background-color: transparent;

}

.widget-filter .btn {

  width: 70px;

  height: 25px;

  line-height: 25px;

  border-radius: 13px;

  border: 1px solid #333333;

  float: right;



  font-size: 10px;

}

/* ADS widget */

.ads-widget img {

  max-width: 100%;

  height: auto;

}

/* Recent Product Widegt */

.widget-recent-products .product {

  position: relative;

  margin-bottom: 24px;

  min-height: 70px;

}

.widget-recent-products .product:last-of-type {

  margin-bottom: 0;

  border-bottom: none;

  padding-bottom: 0;

}

.widget-recent-products .product img {

  position: absolute;

  left: 0;

  top: 0;

}

.widget-recent-products .product .product-desc {

  position: relative;

  margin-left: 90px;

  padding-bottom: 20px;

}

.widget-recent-products .product:last-of-type .product-desc {

  border-bottom: none;

  padding-bottom: 0;

}

.widget-recent-products .product .product-title {

  margin-bottom: 5px;

  padding-top: 16px;

}

.widget-recent-products .product .product-title a {

  color: #333333;

  font-family: 'Libre Baskerville', serif;

  font-size: 14px;

  font-weight: 400;

  line-height: 1;

  text-transform: capitalize;

  letter-spacing: 0.28px;

}

.widget-recent-products .product .product-title a:hover {

  color: #ec3aaa;

}

.widget-recent-products .product .product-desc .product-meta {

  color: #aaaaaa;

  font-family: 'Libre Baskerville', serif;

  font-size: 11px;

  font-weight: 400;

  line-height: 20px;

}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .sidebar {

    margin-bottom: 15px;

    padding: 15px;

  }

  .widget {

    margin-bottom: 30px;

  }

  .widget-search .form-search .form-control {

    width: 155px;

  }

}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .widget-recent .entry .entry-desc {

    margin-left: 70px;

  }

  .sidebar {

    margin-bottom: 20px;

    padding: 20px;

  }

}

/*------------------------------------*\

    #Footer

\*------------------------------------*/

.footer {

  background-color: #f7e1d6;

  padding-top: 0;

  padding-bottom: 0;

}

/* Footer Widgets */

.footer-widget {

  padding-top: 75px;

  padding-bottom: 75px;

  background: #5d6061;

}

.footer-widget .footer--widget-title h5 {

  color: #ffffff;

  font-size: 18px;

  font-weight: 400;

  line-height: 1;

  text-transform: capitalize;

  margin-bottom: 25px;

}

.footer-widget .footer--widget-content p {

  color: #fff;

  font-size: 14px;

  font-weight: 400;

  line-height: 26px;

  margin-bottom: 10px;

}

.footer--widget-content .work--schedule {

  margin-top: 25px;

}

.footer--widget-content .work--schedule li {

  color: #ffffff;

  font-size: 12px;

  margin-bottom: 15px;

}

.footer--widget-content .work--schedule li:last-of-type {

  margin-bottom: 0;

}

.footer--widget-content .work--schedule li span {

  color: #fff;

  float:right;

}

.footer--widget-recent .entry {

  position: relative;

  margin-bottom: 30px;

  min-height: 70px;

}

.footer--widget-recent .entry:last-of-type {

  margin-bottom: 0;

}

.footer--widget-recent .entry--img {

  position: absolute;

  left: 0;

  top: 0;

}

.footer--widget-recent .entry--content {

  padding-left: 90px;

}

.footer--widget-recent .entry--meta {

  color: #888888;

  font-family: 'Libre Baskerville', serif;

  font-size: 10px;

  line-height: 1;

}

.footer--widget-recent .entry--title {

  margin-bottom: 14px;

}

.footer--widget-recent .entry--title a {

  color: #bdbdbd;

  font-size: 14px;

  font-weight: 400;

  line-height: 22px;

}

.footer--widget-recent .entry--title a:hover {

  color: #ec3aaa;

}

.footer--widget-recent img {

  border-radius: 0;

}

.footer--widget-recent span {

  margin-right: 8px;

}

.footer-widget .footer--widget-contact ul li {

  font-size: 14px;

  font-weight: 400;

  line-height: 26px;

  color: #ffffff;

  font-family: 'Libre Baskerville', serif;

  padding-left: 30px;

  position: relative;

  margin-bottom: 5px;

}

.footer-widget .footer--widget-contact ul li i {

  position: absolute;

  left: 0;

  top: 7px;

  color: #ffffff;

  font-size: 16px;

}

.footer-widget .footer--widget-contact form.form--newsletter {

  position: relative;

  margin: 0;

  background-color: #ffffff;

  border-radius: 42px;

}

.footer-widget .footer--widget-contact form.form--newsletter input {

  padding: 10px 25px;

  background-color: #fff;

  height: 40px;

  font-size: 13px;

  border-radius: 42px 0 0 42px;

  width: 270px;

  margin: 0;

  box-shadow: none;

  border: none;

}

.footer-widget .footer--widget-contact form.form--newsletter button {

  background-color: #ec3aaa;

  border: none;

  line-height: 40px;

  color: #fff;

  position: absolute;

  right: 0;

  top: 0;

  width: 100px;

  height: 40px;

  margin-bottom: 0;

  border-radius: 0 42px 42px 0;

  font-size: 10px;

  font-weight: 600;

  text-transform: uppercase;

}

.footer--copyright {

  padding: 17px 0;

  color: #333;

  font-family: 'Libre Baskerville', serif;

  font-size: 14px;

  font-weight: 400;

  line-height: 28px;

  text-transform: capitalize;

  border-top: 1px solid rgb(255 255 255 / 25%);

}

.footer--copyright .social a {

  color: #333;

  font-size: 14px;

  font-weight: 400;

  line-height: 28px;

  margin-left: 23px;

}

.footer--copyright .social a:first-of-type {

  margin-left: 0;

}

.footer--copyright .social a:hover {

  color: #000;

}

/* Footer Light */

.footer-light {

  background-color: #ffffff;

}

.footer-light .footer--copyright {

  color: #999999;

  border-top: none;

}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .footer-widget {

    padding-top: 60px;

    padding-bottom: 30px;

  }

  .footer-widget .footer--widget-title h5 {

    margin-bottom: 30px;

  }

  .footer--copyright {

    font-size: 12px;

    text-align: center;

  }

  .footer--copyright .text-right {

    text-align: center;

  }

  .footer--widget-content {

    margin-bottom: 30px;

  }

  .footer-widget .footer--widget-contact form.form--newsletter button {

    left: auto;

    right: 0;

  }

  .footer-widget .footer--widget-contact form.form--newsletter input {

    width: 80%;

  }

}

/* Small Devices, Tablets */

/*------------------------------------*\

    #404

\*------------------------------------*/

.page-404 h3 {

  font-size: 150px;

  font-weight: 700;

  line-height: 1;

  margin-bottom: 50px;

  padding-top: 100px;

}

.page-404 p {

  color: #ffffff;

  font-size: 18px;

  font-weight: 400;

  line-height: 30px;

  margin-bottom: 50px;

}

@media only screen and (min-width: 320px) and (max-width: 479px) {

  .page-404 {

    padding-top: 150px !important;

    padding-bottom: 150px !important;

  }

  .page-404 h3 {

    font-size: 120px;

	padding-top: 10px;

  }

  .page-404 .btn {

    width: 125px;

  }

  .page-404.fullscreen {

    height: auto !important;

  }

}

@media only screen and (min-width: 991px) and (max-width: 1200px) {



    .page-404 h3 {

		padding-top: 25px;

    }



}

/*------------------------------------*\

    #Skills

\*------------------------------------*/

.skills .progressbar {

  margin-bottom: 32px;

}

.skills .progressbar:last-of-type {

  margin-bottom: 0;

}

.skills .progress {

  height: 5px;

  background-color: rgba(255, 255, 255, 0.15);

  border-radius: 2px;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  padding: 0;

  width: 100%;

  margin-bottom: 0;

}

.skills .progress-bar {

  height: 5px;

  background-color: #fff;

  border-radius: 0;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  width: 0;

}

.skills .progress-title {

  display: block;

  position: relative;

  width: 100%;

  margin-bottom: 8px;

  line-height: 26px;

  font-family: 'Libre Baskerville', serif;

}

.skills .progress-title .title {

  color: #ffffff;

  font-weight: 700;

  line-height: inherit;

  margin-bottom: 2px;

  font-size: 14px;

  text-transform: capitalize;

}

.skills-light .progress-title .title {

  color: #f9f9f9;

}

.skills-theme .progress-title .title {

  color: #ffffff;

}

.skills-theme .heading .heading--desc {

  color: #f9f9f9;

}

.skills .progress-title .value {

  float: right;

  color: #ffffff;

  font-size: 14px;

  font-weight: 700;

  line-height: inherit;

  text-transform: uppercase;

  padding-top: 0;

}

/* Skill #2 */

.progressbar.progress-gradient .progress-bar {

  background-color: #1bb580;

  background-image: -webkit-gradient(linear, left top, right top, from(#1bb580), to(#0c6db0));

  background-image: -webkit-linear-gradient(left, #1bb580, #0c6db0);

  background-image: -moz-linear-gradient(left, #1bb580, #0c6db0);

  background-image: -ms-linear-gradient(left, #1bb580, #0c6db0);

  background-image: -o-linear-gradient(left, #1bb580, #0c6db0);

  background-image: linear-gradient(left, #1bb580, #0c6db0);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1bb580', endColorStr='#0c6db0', gradientType='1');

}

/* Skill #3 */

.progressbar.progress-gradient2 .progress-bar {

  background-color: #1bb580;

  background-image: -webkit-linear-gradient(to right, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);

  background-image: -moz-linear-gradient(to right, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);



  background-image: -ms-linear-gradient(to right, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);

  background-image: -o-linear-gradient(to right, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);

  background-image: linear-gradient(to right, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(12, 180, 206, 0.8) 100%)', endColorStr='#0c6db0', gradientType='1');

}

.skills .heading .heading--title {

  line-height: 45px;

}

.skills .heading .heading--desc {

  line-height: 26px;

}

.skills-light .progress-bar {

  background-color: #2f2e2e;

}

.skills-light .progress-title .title {

  color: #f9f9f9;

}

.skills-light .progress-title .value {

  color: #dddddd;

}

/*------------------------------------*\

    #Client

\*------------------------------------*/

.clients .client {

  -moz-transition: all 0.35s;

  -webkit-transition: all 0.35s;

  -ms-transition: all 0.35s;

  transition: all 0.35s;

}

.clients .client img {

  max-width: 100%;

  width: auto !important;

  height: 160px;

}

/* Client Carousel */

.clients-carousel-1 {

  padding-top: 40px;

  padding-bottom: 125px;

  margin-top: 30px;

}

.clients-divider .client {

  position: relative;

}

.clients-divider .client:after {

  position: absolute;

  top: 50%;

  left: 0;

  content: "";

  width: 2px;

  height: 20px;

  background-color: #222222;

  margin-top: -10px;

  opacity: 0.2;

}

.clients-carousel [class*="col-"] {

  max-height: 75px;

}

/* Client #2 */

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .client img {

    margin-bottom: 20px;

  }

  .clients {

    padding-top: 50px;

    padding-bottom: 50px;

  }

}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .clients {

    padding-top: 50px;

    padding-bottom: 50px;

  }

}

/*------------------------------------*\

	#Video

\*------------------------------------*/

.video--content .video--player:hover {

  background-color: #ec3aaa;

}

.video--content .video--button .popup-video {

  width: 60px;

  height: 60px;

  line-height: 57px;

  color: #ffffff;

  font-family: 'Libre Baskerville', serif;

  font-size: 12px;

  font-weight: 700;

  text-align: center;

  display: inline-block;

  position: relative;

  border-radius: 50%;

  border: 3px solid rgba(255, 255, 255, 0.4);

}

.video--content .video--button .popup-video:hover {

  color: #ec3aaa;

  border-color: #ec3aaa;

}

.video--content .video--player-bordered {

  font-size: 32px;

  border: 2px solid #eeeeee;

  width: 68px;

  height: 68px;

  border-radius: 50%;

  margin: 0 auto;

  text-align: center;

}

/* Button #1 */

.video-button-1 {

  padding-top: 70px;

  padding-bottom: 0px;

}

.video-button-1 .video--content {

  width: 540px;

  height: 340px;

}

.video-button-1 .heading {

  margin-top: -8px;

}

.video-button-1 .heading .heading--title {

  font-size: 36px;

  font-weight: 300;

  line-height: 52px;

  /* color: #a57c00; */

  color: #000;

}

.video-button-1 .heading .heading--title strong{ font-weight:700;}

.video-button-1 p {

  color: #999999;

  font-family: 'Libre Baskerville', serif;

  font-size: 16px;

  font-weight: 400;

  line-height: 26px;

  margin-bottom: 15px;

}

.video-overlay {

  background-color: rgba(51, 51, 51, 0.4);

  height: 100%;

}

.video-button-1 .video--button {

  width: 100%;

  height: 100%;

  text-align: center;

}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .video-button-1 .video--content {

    width: 100%;

    margin-bottom: 30px;

  }

  .video-button-1 .heading .heading--title {

    font-size: 32px;

  }

}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .video-button-1 .video--content {

    width: 100%;

    margin-bottom: 30px;

  }

  .video-button-1 .heading .heading--title {

    font-size: 26px;

    line-height: 35px;

  }

  .video-button-1 p {

    font-size: 15px;

    line-height: 22px;

    margin-bottom: 19px;

  }

  .video-button-1 {

    padding-top: 80px;

    padding-bottom: 80px;

  }

}

/*------------------------------------*\

    #Carousel

\*------------------------------------*/

.owl-carousel .owl-item img {

  width: inherit;

}

.carousel-dots .owl-controls {

  margin-top: 50px;

}

.carousel-dots .owl-controls .owl-dots .owl-dot span {

  height: 9px;

  width: 9px;

  border-radius: 50%;

  background-color: rgba(34, 34, 34, 0.5);

  border: none;

  margin: 0 4px;

}

.carousel-dots .owl-controls .owl-dots .owl-dot.active span {

  background-color: #646464;

  border-color: #646464;

}

.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot span {

  border-color: rgba(255, 255, 255, 0.5);

  background-color: rgba(255, 255, 255, 0.5);

}

.carousel-dots.carousel-theme .owl-controls .owl-dots .owl-dot.active span {

  background-color: #ec3aaa;

  border-color: #ec3aaa;

}

.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot.active span {

  background-color: #ffffff;

  border-color: #ffffff;

}

.carousel-navs .owl-controls .owl-nav {

  position: relative;

}

.carousel-navs .owl-controls .owl-nav [class*=owl-] {

  position: absolute;

  top: 50%;

  height: 60px;

  line-height: 60px;

  color: #444444;

  font-size: 0;

  font-weight: 400;

  text-align: center;

  background-color: transparent;

  padding: 0;

  border-radius: 0;

  -webkit-transition: all 0.35s;

  -moz-transition: all 0.35s;

  -o-transition: all 0.35s;

  transition: all 0.35s;

  margin-top: -250px;

}

.carousel-navs .owl-controls .owl-nav [class*=owl-]:hover {

  color: #ec3aaa;

  background-color: transparent;

}

.carousel-navs .owl-controls .owl-nav .owl-prev {

  left: 0;

}

.carousel-navs .owl-controls .owl-nav .owl-prev:before {

  font-family: 'Linearicons-Free';

  content: "\e875";

  font-size: 40px;

}

.carousel-navs .owl-controls .owl-nav .owl-next {

  right: 0;

}

.carousel-navs .owl-controls .owl-nav .owl-next:before {

  font-family: 'Linearicons-Free';

  content: "\e876";

  font-size: 40px;

}

.carousel-navs .owl-dots {

  position: absolute;

  bottom: 20px;

  width: 100%;

}

.carousel-navs .owl-dots .owl-dot span {

  background-color: transparent;

  border: 1px solid #ffffff;

}

.carousel-navs .owl-dots .owl-dot.active span,

.carousel-navs .owl-dots .owl-dot:hover span {

  background: #ffffff;

}

/**/

.slider-dots .owl-controls {

  margin-top: 0;

}

.slider-dots .owl-controls .owl-dots {

  position: absolute;

  bottom: 30px;

  width: 100%;

}

.slider-dots .owl-controls .owl-dots .owl-dot span {

  height: 11px;

  width: 11px;

  border-radius: 50%;

  background-color: #ffffff;

  border: 2px solid rgba(0, 0, 0, 0.6);

  margin: 0 4px;

}

.slider-dots .owl-controls .owl-dots .owl-dot.active span {

  -moz-box-shadow: 0 0 0 2px #3d3c3c;

  -webkit-box-shadow: 0 0 0 2px #3d3c3c;

  box-shadow: 0 0 0 2px #ffffff;

}

.slider-navs .owl-controls {

  margin: 0;

}

.slider-navs .owl-controls .owl-nav [class*=owl-] {

  position: absolute;

  top: 50%;

  height: 60px;

  width: 60px;

  line-height: 60px;

  margin-top: -30px;

  color: rgba(255, 255, 255, 0.4);

  font-size: 0;

  font-weight: 400;

  background-color: transparent;

  text-align: center;

  padding: 0;

  border-radius: 0;

  -webkit-transition: all 0.35s;

  -moz-transition: all 0.35s;

  -o-transition: all 0.35s;

  transition: all 0.35s;

}

.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {

  color: #ffffff;

  background-color: transparent;

}

.slider-navs .owl-controls .owl-nav .owl-prev {

  left: 30px;

}

.slider-navs .owl-controls .owl-nav .owl-next:before,

.slider-navs .owl-controls .owl-nav .owl-prev:before {

  font-family: 'Linearicons-Free';

  font-size: 40px;

}

.slider-navs .owl-controls .owl-nav .owl-prev:before {

  content: "\e875";

}

.slider-navs .owl-controls .owl-nav .owl-next {

  right: 30px;

}

.slider-navs .owl-controls .owl-nav .owl-next:before {

  content: "\e876";

}

.slider-navs .owl-dots {

  position: absolute;

  bottom: 50px;

  width: 100%;

}

.slider-navs .owl-dots .owl-dot span {

  width: 9px;

  height: 9px;

  background-color: rgba(255, 255, 255, 0.4);

  border: none;

  margin: 5px 4px;

}

.slider-navs .owl-dots .owl-dot.active span,

.slider-navs .owl-dots .owl-dot:hover span {

  background: #ffffff;

}

.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot span {

  background-color: #3d3c3c;

  border: 2px solid #ffffff;

}

.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot.active span {

  -moz-box-shadow: 0 0 0 2px #3d3c3c;

  -webkit-box-shadow: 0 0 0 2px #3d3c3c;

  box-shadow: 0 0 0 2px #3d3c3c;

}

.slider-theme.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {

  color: #444444;

}

.slider-theme.slider-dots .owl-controls .owl-dots .owl-dot span {

  border-color: #ec3aaa;

}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .carousel-dots .owl-controls {

    margin-top: 20px;

  }

  .slider-navs .owl-controls .owl-nav .owl-prev {

    left: 0;

  }

  .slider-navs .owl-controls .owl-nav .owl-next {

    right: 0;

  }

  .slider-navs .owl-controls .owl-nav .owl-next:before,

  .slider-navs .owl-controls .owl-nav .owl-prev:before {

    font-size: 20px;

  }

}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .slider-navs .owl-controls .owl-nav .owl-next:before,

  .slider-navs .owl-controls .owl-nav .owl-prev:before {

    font-size: 30px;

  }

}

/*------------------------------------*\

    #Divider

\*------------------------------------*/

.divider--line {

  height: 35px;

  background: url(../images/divider/line.png) center center no-repeat;

  position: relative;

}

/*------------------------------------*\

    #Number Process

\*------------------------------------*/

.number-panel {

  position: relative;

}

.number-panel .number--img {

  margin-bottom: 30px;

}

.number-panel .number--img img {

  max-width: 100%;

  height: auto;

}

.number-panel .number--content h6 {

  color: #ec3aaa;

  font-family: 'Libre Baskerville', serif;

  font-size: 13px;

  font-style: italic;

  line-height: 1;

  margin-bottom: 14px;

  position: relative;

  z-index: 2;

}

.number-panel .number--content h3 {

  font-size: 18px;

  font-weight: 600;

  line-height: 1;

  color: #282828;

  margin-bottom: 21px;

}

.number-panel .number--content p {

  color: #999999;

  font-size: 14px;

  font-weight: 400;

  line-height: 24px;

  margin-bottom: 0;

}

.number-panel .number--content a {

  color: #ec3aaa;

  font-size: 13px;

  font-weight: 600;

  line-height: 1;

  padding-bottom: 4px;

  text-transform: uppercase;

  position: relative;

  margin-top: 26px;

  display: inline-block;

}

.number-panel .number--content a:after {

  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 22px;

  height: 2px;

  background-color: #ec3aaa;

  -webkit-transition: all 0.35s;

  -moz-transition: all 0.35s;

  -o-transition: all 0.35s;

  transition: all 0.35s;

}

.number-panel:hover .number--content a:after {

  width: 100%;

}

.number-panel .num {

  position: absolute;

  left: 0;

  top: -32px;

  color: #efefef;

  font-size: 65px;

  font-weight: 600;

  line-height: 1;

}

/* Number #1 */

.number-1 .number-panel .number--content h3 span {

  color: #ec3aaa;

  position: relative;

  padding-bottom: 3px;

}

.number-1 .number-panel .number--content h3 span:after {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 2px;

  background-color: #dd543d;

}

/* Number #2 */

.number-2 .number-panel .number--content h3 {

  margin-bottom: 15px;

}

/* Number #3 */

.number-3 .number-panel .num {

  left: auto;

  right: 0;

  top: -5px;

}

/* Number White */

.number-white .number-panel {

  padding: 76px 50px 57px;

}

.number-white .number-panel .number--content h6 {

  color: #f9f9f9;

}

.number-white .number-panel .number--content h3 {

  color: #ffffff;

  position: relative;

  padding-bottom: 16px;

}

.number-white .number-panel .number--content h3:before {

  position: absolute;

  content: "";



  left: 0;

  bottom: 0;

  width: 30px;

  height: 2px;

  background-color: #ffffff;

}

.number-white .number-panel .number--content p {

  color: #ffffff;

}

.number-white .number-panel .number--content a {

  color: #ffffff;

}

.number-white .number-panel .number--content a:after {

  background-color: #ffffff;

}

.number-white .number-panel .num {

  position: absolute;

  left: 49px;

  top: 31px;

  color: rgba(239, 239, 239, 0.05);

  font-size: 65px;

  font-weight: 700;

  line-height: 1;

}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .number-panel {

    margin-bottom: 30px;

  }

}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .number-white .number-panel {

    padding: 20px;

  }

}

/*------------------------------------*\

    #Services

\*------------------------------------*/

.service-panel h3 {

  font-family: 'Libre Baskerville', serif;

  font-size: 19px;

  font-weight: 600;

      color: #e9947f;

  line-height: 1;

  text-transform: capitalize;

  margin-bottom: 20px;

}

.service-panel p {

  font-size: 14px;

  font-weight: 400;

  line-height: 24px;

  margin-bottom: 0;

  padding: 0 20px;

}

.service-panel .service--img {

  overflow: hidden;

  margin: 0 auto 15px auto;

  text-align: center;

}

.service-panel .service--img img {

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  -ms-transition: all .3s;

  -o-transition: all .3s;

  transition: all .3s;

}

.service-panel:hover .service--img img {

  -webkit-transform: scale(1.1);

  -moz-transform: scale(1.1);

  transform: scale(1.1);

}

/* Service #1 */

.services-1 .service-panel img {

  max-width: 100%;

  height: auto;

}

/* Service #2 */

.services-2 .service-panel .service--img {

  width: 300px;

  height: 300px;

  border-radius: 50%;

}

.services-2 .service-panel .service--img img {

  width: 300px;

  height: 300px;

}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .service-panel {

    margin-bottom: 30px;

  }

}

/*------------------------------------*\

    #Work Hours

\*------------------------------------*/

.time-panel {

  -webkit-transition: all 0.35s;

  -moz-transition: all 0.35s;

  -ms-transition: all 0.35s;

  -o-transition: all 0.35s;

  transition: all 0.35s;

  position: relative;

  padding: 26px 0;

  border: 1px solid #fff;

}

.time-panel:hover {

  -webkit-transform: translateY(-4px);

  -moz-transform: translateY(-4px);

  -ms-transform: translateY(-4px);

  -o-transform: translateY(-4px);

  transform: translateY(-4px);

}

.time-panel h3 {

  font-size: 24px;

  font-weight: 700;

  line-height: 1;

  margin-bottom: 35px;

  color: #fff;

  text-transform: capitalize;

}

.time-panel ul li {

  font-family: 'Libre Baskerville', serif;

  font-size: 14px;

  line-height: 24px;

  font-weight: 400;

  color: #fff;

}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .time-panel {

    margin-bottom: 20px;

  }

}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .time-panel {

    margin-bottom: 20px;

  }

}

/*------------------------------------*\

    #PAGE-TTILE

\*------------------------------------*/

.page-title {

  padding: 0;

  background: #5d6061;

}

.page-title .title {

  padding: 220px 0 140px 0;

}

.page-title .title--heading {

  margin-bottom: 20px;

}

.page-title .title--heading h1 {

  color: #ffffff;

  font-size: 40px;

  font-weight: 700;

  line-height: 1.2;

  margin-bottom: 0;

  text-transform: capitalize;

}

.page-title .title--desc p {

  color: #f9f9f9;

  font-size: 17px;

  margin-bottom: 0;

  font-weight: 400;

}

.page-title .breadcrumb,

.page-title .breadcrumb a {

  font-size: 14px;

  font-weight: 400;

  line-height: 1;

  background: transparent;

  color: #ffffff;

}

.page-title .breadcrumb .active {

  color: #e9bdbe;

}

.page-title .breadcrumb a:hover {

  color: #e9bdbe;

}

.page-title .breadcrumb > li + li:before {

  color: #ffffff;

}



.service-panel{ margin-bottom:40px; min-height: 400px;}





.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background: #000;opacity:.7;display:none;z-index:1006;}.sl-wrapper{z-index:1000}.sl-wrapper button{border:0;background:0 0;font-size:24px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{display:none;position:fixed;right:30px;top:30px;z-index:1015;color: #fff;}.sl-wrapper .sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:1015;color: #fff;}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-10px;height:30px;width:30px;line-height:30px;text-algin:center;display:block;z-index:1015;color: #fff;}.sl-wrapper .sl-navigation button.sl-next{right:40px}.sl-wrapper .sl-navigation button.sl-prev{left:40px}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:#000;opacity:.8;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#fff;z-index:1005}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}







.gallery a img {

  float: left;

  width: 20%;

  object-fit: cover;

  height: 250px;

  border: 5px solid #fff;

  -webkit-transition: -webkit-transform .15s ease;

  -moz-transition: -moz-transform .15s ease;

  -o-transition: -o-transform .15s ease;

  -ms-transition: -ms-transform .15s ease;

  transition: transform .15s ease;

  position: relative;

}

/* line 46, ../sass/demo.scss */

 .gallery a:hover img {

  -webkit-transform: scale(1.05);

  -moz-transform: scale(1.05);

  -o-transform: scale(1.05);

  -ms-transform: scale(1.05);

  transform: scale(1.05);

  z-index: 5;

}



.galry0001{ margin-top:30px; margin-bottom:50px;     float: left;  width: 100%;}



.homebnr{background-image: url(../images/new-banner.jpg);position: relative;width: 100%;height: auto;padding-top: 30px;background-size: cover;background-position: center;margin-top: 0;padding-bottom: 30px; /*background-attachment:fixed;*/}

.homebnr:after{content:'';position: absolute;width: 100%;height: 100%;top: 0;left: 0;/*background-color: rgba(0, 0, 0, 0.21);*/}

.bnrtext{

    position: relative;

    z-index: 1;

    width: 100%;

    max-width: 100%;

    margin: auto;

    text-align: center;

    visibility: hidden;

}

.bnrtext h3{

    font-size: 55px;

    font-weight: 600;

    text-transform: uppercase;

    color: #fff;

    letter-spacing: 1px;

}

.bnrtext p{

    color: #fff;

    font-size: 20px;

    line-height: 39px;

    font-weight: 300;

    margin-bottom: 40px;

}

.bnrtext a{

    background-color: #f59172;

    color: #fff;

    padding: 14px 26px;

    font-size: 18px;

    text-transform: uppercase;

    border-radius: 52px;

}

.bnrtext a:hover{

    background-color: #fff;

    color: #000;

}



.footer--widget-content img{ max-height:20px;}



.abtimg{}

.abtimg img{ max-width:100%;}



#service2 .modal-header, #service2 .modal-footer{

	border: none;

}

#service2 .modal-body img{

	margin: auto;

	width: 70%;

}

#service2 .modal-title{

	font-family: 'Libre Baskerville', serif;

	font-size: 22px;

	font-weight: 600;

	color: #e9947f;

	line-height: 1;

	text-transform: capitalize;

	margin-top: 20px;

	text-align: center;

}

#service2 .modal-footer #image-gallery-caption{

  color: #565656;

  font-family: 'Libre Baskerville', serif;

  font-size: 15px;

  font-weight: 400;

  line-height: 27px;

  margin-bottom: 15px;

	white-space: pre-line;

}

#service2 .modal-header .close{

	outline: none;

}

#service2 .modal-footer{

  padding-top: 0;

}



#service2 .thumbnail{

  border: none;

}



.folow{color: #333;margin-right: 11px;}

.top-bar .top--contact li span{}

.top-bar .top--contact li span a{color: #333;}

.top-bar .top--contact li span a:hover{ color: #e9947f;}



.temhed{ margin-top: 30px;}

.temhed h3{ font-size: 30px; border-bottom: 1px dashed #b9b9b9; padding-bottom: 9px;}

.team001{  float: left;  width: 100%;  border: 1px solid #ddd;  text-align: center; margin-bottom:50px;}

.team001 img{ max-width: 100%;  margin-bottom: 20px; /*width: 100%;*/}

.team001 h3{  font-size: 17px; margin-bottom: 12px;}

.team001 h4{  font-size: 12px;  font-weight: 300;  margin-bottom: 15px; color: #ec3aaa;}









.popup {

	width: 100%;

	height: 100%;

	margin: 0 auto;

	display: none;

	position: fixed;

	z-index: 999999;

	text-align: center;

	background: #000000b8;

}

.cnt223 {

    min-width: 600px;

    width: 600px;

    min-height: 150px;

    margin: 100px auto;

    background: #fff;

    position: relative;

    z-index: 103;

    padding: 60px 40px 30px;

    border-radius: 0px;

    border: 5px solid #f7e1d6;

    background-image: url('../image/pop-bg.png');

    background-repeat: no-repeat;

    background-position: center;

}

.cnt223 a {

    text-decoration: none;

    position: absolute;

    top: 10px;

    right: 10px;

    opacity: 1;

    text-shadow: none;

    color: #fff;

    padding: 6px 8px;

    border-radius: 46px;

    font-size: 15px;

    background: #f7e1d6;

}

.close {

    float: right;

    font-size: 21px;

    font-weight: 700;

    line-height: 1;

    color: #000;

    text-shadow: 0 1px 0 #fff;

    filter: alpha(opacity=20);

    opacity: .2;

}

.cnt223 h3 {

    font-size: 26px;

    line-height: 32px;

    color: #000;

    font-weight: 600;

    background-color: #fff;

    position: relative;

    padding: 0px;

    opacity: 1;

    margin: auto;

    margin-bottom: 14px;

    position: relative;

    width: 75%;

}



/* .cnt223 h3:after {

    content: "";

    position: absolute;

    right: -55px;

    background: url(../images/rainbow.png);

    width: 100px;

    height: 75px;

    top: -40px;

    transform: rotate(15deg);

} */



.cnt223 h3:before{content:'';position: absolute;z-index: -1;width: 100%;height: 100%;background-color: #fff;top: 0;left: 0;}

.cnt223 h3 span{

	font-weight: 800;

	color: #000000b8;

}

.cnt223 p {

    color: #292929;

    font-size: 14px;

    line-height: 27px;

    margin-bottom: 0px;

}



.teretpera{

    text-align: center;

    padding-top: 20px;

    padding-bottom: 30px;

}

.teretpera p{

    font-size: 15px;

    line-height: 30px;

    max-width: 900px;

    margin: auto;

    margin-bottom: 15px;

}



.grouping {

  margin: 20px 0 40px;

}

.grouping li.active a {

  background-color: #a57c00!important;

  color: #fff !important;

}

.grouping li a {

  padding: 12px 45px;

  border-radius: 0;

  font-size: 14px;

  background: #eee;

  color: #333;

}

.grouping li a:hover {

  background: #a57c00;

  color: #fff;

}



.treatment-name {

  margin: 50px 0;

}

.treatment-name a {

  padding: 15px 30px;

  border: 1px solid #a57c00;

  text-transform: uppercase;

  color: #a57c00;

  font-weight: 600;

}

.treatment-name a:hover {

  background: #a57c00;

  color: #fff;

}





@media (max-width:600px){

	.header .navbar .logo img{ max-height:16px; margin-left:4px;}

	.bnrtext h3{    font-size: 30px;     line-height: 46px;     margin-bottom: 10px;}

	.homebnr{    padding-top: 190px; padding-bottom: 60px;}

	.bnrtext p{ font-size: 15px;     line-height: 29px; margin-bottom: 30px;}

	.bnrtext a{    padding: 11px 26px;  font-size: 15px;}

	.testimonial-2 .testimonial-panel p{    line-height: 29px; font-size:15px;}

	.gallery a img{    width: 50%;     height: 140px;}

	.cnt223{    min-width: 100%;     width: 100%;}

}





.modal-header .btn {

width: 70px;

    top: -1px;

    float: right;

    left: 0px;

    position: relative;

    background-color: #000;

    color: #fff;

}



.oferbox01left h4 {

    margin-top: 28px;

    font-weight: 600;

	margin-top: 28px;

    font-weight: 600;

    font-size: 19px;

    display: block;

    color: #f9c56a;

    text-align: center;

}





.oferbox01 h2 {

        font-size: 14px;

    line-height: 23px;

    max-width: 350px;

    margin: auto;

    margin-top: 15px;

    letter-spacing: 0.5px;

    margin-bottom: 18px;

    font-weight: 600;

    text-align: center;

    color: #f9c56a;

}



.modal-header {

  

    border-bottom: none;

}



.modal-footer {

  

    border-top: none;

}





/* our_css #1 */



@media (min-width: 768px){

.modal-dialog {

    width: 870px;

    margin: 8% auto;

}



}





.modal-body img.modal-img {

    width: 70%;

    margin-top: 0px;

    margin-left: auto;

    margin-right: auto;

    display: block;

}



.modal-header {

    padding: 0px;

   

}





.full_1 {

	text-align: center;

   display: block;

}



.new_1 {

	 margin-top: 6px;

    padding: 12px;

}



.oferbox01 {

	    margin-top: 23px;

}



.salon_1 {

	    text-align: center;

    line-height: 30px;

	color:#f9c56a;

}



.modal-content {

    border: 1px solid #f9c56a;

    border-radius: 14px;

}



.double_1 li {

	    line-height: 19px;

		    margin-top: 10px;

			

    width: 100%;

}



.text001{

    margin-top: 20px;

}

.text001 h3{

    margin-bottom: 15px;

}

.text001 p{}

.text001 ul{

    margin-left: 0px;

    padding-left: 20px;

    list-style: square;

}

.text001 ul li{

    color: #999999;

    font-family: 'Libre Baskerville', serif;

    font-size: 16px;

    font-weight: 400;

    line-height: 26px;

    margin-bottom: 10px;

}

.githed01{text-align: center;

    margin-bottom: 0px;

    margin-top: 23px;

    font-size: 25px;}







/*gallery*/

.container5 {

  max-width: 1170px;

  width: 100%;

  padding-right: 15px;

  padding-left: 15px;

  margin-right: auto;

  margin-left: auto;

}

/* line 32, ../sass/demo.scss */

.container5 .gallery a img {

    float: left;

    width: 20%;

    height: 250px;

    border: 2px solid #fff;

    -webkit-transition: -webkit-transform .15s ease;

    -moz-transition: -moz-transform .15s ease;

    -o-transition: -o-transform .15s ease;

    -ms-transition: -ms-transform .15s ease;

    transition: transform .15s ease;

    position: relative;

}

/* line 46, ../sass/demo.scss */

.container5 .gallery a:hover img {

  -webkit-transform: scale(1.05);

  -moz-transform: scale(1.05);

  -o-transform: scale(1.05);

  -ms-transform: scale(1.05);

  transform: scale(1.05);

  z-index: 5;

}

/* line 57, ../sass/demo.scss */

.container5 .gallery a.big img {

  width: 40%;

}





.oferbox01left{}

.oferbox01left h4{}

.oferbox01left p{margin-bottom: 10px;}



.oferimg0001{}

.oferimg0001 img{margin-right: 2px;

    margin-top: 10px;

    max-height: 280px;}








