/**handles:fontawesome,lakshmi-lite-main-css**/
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://home.alamosrealty.com/wp-content/themes/lakshmi-lite/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('https://home.alamosrealty.com/wp-content/themes/lakshmi-lite/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('https://home.alamosrealty.com/wp-content/themes/lakshmi-lite/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('https://home.alamosrealty.com/wp-content/themes/lakshmi-lite/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('https://home.alamosrealty.com/wp-content/themes/lakshmi-lite/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('https://home.alamosrealty.com/wp-content/themes/lakshmi-lite/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lakshmi';
  src: url('https://home.alamosrealty.com/wp-content/themes/lakshmi-lite/fonts/lakshmi.eot?69643976');
  src: url('https://home.alamosrealty.com/wp-content/themes/lakshmi-lite/fonts/lakshmi.eot?69643976#iefix') format('embedded-opentype'),
       url('https://home.alamosrealty.com/wp-content/themes/lakshmi-lite/fonts/lakshmi.woff?69643976') format('woff'),
       url('https://home.alamosrealty.com/wp-content/themes/lakshmi-lite/fonts/lakshmi.ttf?69643976') format('truetype'),
       url('https://home.alamosrealty.com/wp-content/themes/lakshmi-lite/fonts/lakshmi.svg?69643976#lakshmi') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,

:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-1-no-icon:before { content: ''; color: transparent !important; }
.fa-lakshmi-ahimsa:before { content: '\e800'; font-family: "lakshmi" !important; }
.fa-lakshmi-bamboo:before { content: '\e801'; font-family: "lakshmi" !important; }
.fa-lakshmi-buddha:before { content: '\e804'; font-family: "lakshmi" !important; }
.fa-lakshmi-buddha-light:before { content: '\e807'; font-family: "lakshmi" !important; }
.fa-lakshmi-chakra:before { content: '\e808'; font-family: "lakshmi" !important; }
.fa-lakshmi-fire:before { content: '\e80b'; font-family: "lakshmi" !important; }
.fa-lakshmi-flower:before { content: '\e80c'; font-family: "lakshmi" !important; }
.fa-lakshmi-ganesha:before { content: '\e80f'; font-family: "lakshmi" !important; }
.fa-lakshmi-ganesha-2:before { content: '\e810'; font-family: "lakshmi" !important; }
.fa-lakshmi-girl:before { content: '\e813'; font-family: "lakshmi" !important; }
.fa-lakshmi-hand:before { content: '\e814'; font-family: "lakshmi" !important; }
.fa-lakshmi-india:before { content: '\e817'; font-family: "lakshmi" !important; }
.fa-lakshmi-kois:before { content: '\e818'; font-family: "lakshmi" !important; }
.fa-lakshmi-lotus:before { content: '\e81b'; font-family: "lakshmi" !important; }
.fa-lakshmi-mandala:before { content: '\e81c'; font-family: "lakshmi" !important; }
.fa-lakshmi-mandala-2:before { content: '\e81f'; font-family: "lakshmi" !important; }
.fa-lakshmi-mandala-3:before { content: '\e820'; font-family: "lakshmi" !important; }
.fa-lakshmi-om:before { content: '\e823'; font-family: "lakshmi" !important; }
.fa-lakshmi-om-light:before { content: '\e824'; font-family: "lakshmi" !important; }
.fa-lakshmi-pagoda:before { content: '\e827'; font-family: "lakshmi" !important; }
.fa-lakshmi-palm:before { content: '\e803'; font-family: "lakshmi" !important; }
.fa-lakshmi-shiva:before { content: '\e802'; font-family: "lakshmi" !important; }
.fa-lakshmi-tea:before { content: '\e805'; font-family: "lakshmi" !important; }
.fa-lakshmi-vulva:before { content: '\e806'; font-family: "lakshmi" !important; }
.fa-lakshmi-wheel:before { content: '\e809'; font-family: "lakshmi" !important; }
.fa-lakshmi-yoga:before { content: '\e80a'; font-family: "lakshmi" !important; }
.fa-lakshmi-yoga-2:before { content: '\e80d'; font-family: "lakshmi" !important; }
.fa-lakshmi-yoga-3:before { content: '\e80e'; font-family: "lakshmi" !important; }
.fa-lakshmi-yoga-4:before { content: '\e811'; font-family: "lakshmi" !important; }
.fa-lakshmi-yoga-5:before { content: '\e812'; font-family: "lakshmi" !important; }
.fa-lakshmi-yoga-6:before { content: '\e815'; font-family: "lakshmi" !important; }
.fa-lakshmi-yoga-7:before { content: '\e816'; font-family: "lakshmi" !important; }
.fa-lakshmi-yoga-8:before { content: '\e819'; font-family: "lakshmi" !important; }
.fa-lakshmi-yoga-9:before { content: '\e81a'; font-family: "lakshmi" !important; }
.fa-lakshmi-yoga-10:before { content: '\e81d'; font-family: "lakshmi" !important; }
.fa-lakshmi-yoga-11:before { content: '\e81e'; font-family: "lakshmi" !important; }
.fa-lakshmi-yoga-12:before { content: '\e821'; font-family: "lakshmi" !important; }
.fa-lakshmi-yoga-13:before { content: '\e822'; font-family: "lakshmi" !important; }
.fa-lakshmi-yoga-14:before { content: '\e825'; font-family: "lakshmi" !important; }
.fa-lakshmi-yoga-15:before { content: '\e826'; font-family: "lakshmi" !important; }
body{font-size:17px;line-height:1.7}#lsi-page-holder{width:100%;max-width:1920px;margin:0 auto;position:relative}.lsi-fullwidth-h{margin-left:-100%;margin-right:-100%}.lsi-fullwidth{max-width:1920px!important;margin:auto!important}@media (max-width:1600px){.lsi-fullwidth{max-width:1600px!important}}@media (max-width:1367px){.lsi-fullwidth{max-width:1367px!important}}#lsi-page-holder.lsi-page-boxed{width:1200px}@media (max-width:1200px){#lsi-page-holder.lsi-page-boxed{width:100%!important}}#lsi-outercontainer{width:100%;margin:0;padding:0}#lsi-footer,#lsi-footer-sidebar,#lsi-outerheader,#lsi-outersecondaryheader{width:100%;margin:0 auto}.column,.columns{float:left;min-height:1px;padding:0 15px;position:relative}.column.wrapper,.columns.wrapper{padding:0}.lsi-col-content-center{margin:auto}.lsi-col-content-right{margin-left:auto}.row .sidebarcol{width:25%}.row .contentcol{width:75%}.col-1,.col-1-5,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.no-padding-left{padding-left:0}.no-padding-right{padding-right:0}@media (min-width:900px){.col-1,.col-1-5,.col-10,.col-11,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}.col-12{width:100%}.col-11{width:91.5%}.col-10{width:83.33333333333334%}.col-9{width:75%}.col-8{width:66.5%}.col-7{width:58.333333333333336%}.col-6{width:50%}.col-5{width:41.5%}.col-4{width:33.33333333333333%}.col-3{width:25%}.col-2{width:16.5%}.col-1{width:8.333333333333332%}.col-1-5{width:20%}}@media (max-width:900px){.col-1,.col-1-5,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{margin-bottom:30px;padding:0!important}}@media (max-width:450px){.column,.columns{padding:0}}@media (max-width:767px){.fw-col-lg-1,.fw-col-lg-10,.fw-col-lg-11,.fw-col-lg-12,.fw-col-lg-15,.fw-col-lg-2,.fw-col-lg-3,.fw-col-lg-4,.fw-col-lg-5,.fw-col-lg-6,.fw-col-lg-7,.fw-col-lg-8,.fw-col-lg-9,.fw-col-md-1,.fw-col-md-10,.fw-col-md-11,.fw-col-md-12,.fw-col-md-15,.fw-col-md-2,.fw-col-md-3,.fw-col-md-4,.fw-col-md-5,.fw-col-md-6,.fw-col-md-7,.fw-col-md-8,.fw-col-md-9,.fw-col-sm-1,.fw-col-sm-10,.fw-col-sm-11,.fw-col-sm-12,.fw-col-sm-15,.fw-col-sm-2,.fw-col-sm-3,.fw-col-sm-4,.fw-col-sm-5,.fw-col-sm-6,.fw-col-sm-7,.fw-col-sm-8,.fw-col-sm-9,.fw-col-xs-1,.fw-col-xs-10,.fw-col-xs-11,.fw-col-xs-12,.fw-col-xs-15,.fw-col-xs-2,.fw-col-xs-3,.fw-col-xs-4,.fw-col-xs-5,.fw-col-xs-6,.fw-col-xs-7,.fw-col-xs-8,.fw-col-xs-9{padding-left:0!important;padding-right:0!important}.row .sidebarcol{margin-top:30px}}.clear,.clr{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}@media only screen and (max-width:767px){body{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;width:100%;min-width:0;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.column:last-child,.columns:last-child{float:none}[class*=column]+[class*=column]:last-child{float:none}.column:after,.column:before,.columns:after,.columns:before{content:""}.column:after,.columns:after{clear:both}}@media (min-width:1200px){.lsi-hide-on-desktop{display:none!important}}@media only screen and (min-width:992px) and (max-width:1199px){.lsi-hide-on-smaller{display:none!important}.lsi-width-on-smaller{width:100%!important}.lsi-width-on-smaller .lsi-col-content-left,.lsi-width-on-smaller .lsi-col-content-right{margin:auto}}@media only screen and (min-width:768px) and (max-width:991px){.lsi-hide-on-tablet{display:none!important}.lsi-width-on-tablet{width:100%!important}.lsi-width-on-tablet .lsi-col-content-left,.lsi-width-on-tablet .lsi-col-content-right{margin:auto}}@media (max-width:767px){.lsi-hide-on-mobile{display:none!important}.lsi-col-content-left,.lsi-col-content-right{margin:auto}.lsi-hide-bg-on-mobile,.lsi-hide-bg-on-mobile .section-layer-holder{background-image:none!important}}a,a:visited{text-decoration:none;outline:0}a:hover{text-decoration:none;outline:0}a img{border:none}a:active{background-color:transparent;outline:0}a:active,a:focus,a:hover{text-decoration:none;outline:0}h1,h2,h3{margin-bottom:20px}h4,h5,h6{margin-bottom:14px}h1{font-size:60px}h2{font-size:45px}h3{font-size:35px}h4{font-size:25px}h5{font-size:20px}h6{font-size:18px}h1,h2,h3,h4,h5,h6{line-height:normal;font-weight:inherit}@media (max-width:767px){h1{font-size:40px}h2{font-size:30px}h3{font-size:25px}h4{font-size:22px}h5{font-size:20px}h6{font-size:18px}}blockquote:before{content:""!important}.lsi-dropcap{vertical-align:middle;display:block;float:left;margin:5px 10px 0 0!important;font-size:60px!important;line-height:50px}.highlight{padding:0 3px!important}.highlight-2{padding:0 3px!important}.fw-table{border:1px solid}.fw-table table{margin-bottom:0!important}.fw-table .default-col{text-align:center}.fw-table .heading-row th{font-size:120%}.fw-table .desc-col{font-weight:inherit!important}img{max-width:100%;height:auto}.imgopacity:hover{opacity:.5}.alignleft,img.alignleft{display:inline;float:left;margin-right:15px;margin-top:4px}.alignright,img.alignright{display:inline;float:right;margin-left:15px;margin-top:4px}.aligncenter,img.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}img.aligncenter,img.alignleft,img.alignright{margin-bottom:12px}form{margin:0;padding:0}select{padding:7px 5px;width:90%;border:2px solid}textarea{width:96%;padding:12px 10px}textarea:focus{outline:0}.lsi-btn{display:inline-block;margin:10px 5px;position:relative;text-align:center;overflow:hidden}.lsi-btn .lsi-btn-content{padding:8px 18px;position:relative;z-index:10}.lsi-btn-overlay{position:absolute;top:-100%;left:0;width:100%;height:100%}.lsi-btn:hover .lsi-btn-overlay{opacity:1}.lsi-btn-small .lsi-btn-content{padding:3px 12px}.lsi-btn-big .lsi-btn-content{padding:12px 30px}.lsi-btn-bigger .lsi-btn-content{padding:20px 50px}.lsi-btn i.right-icon{margin-left:10px}.lsi-btn i.left-icon{margin-right:10px}.lsi-btn-no-content i{margin:0!important}.lsi-btn-custom .lsi-btn-overlay{display:none}#content .gallery{margin:0 auto 1.625em}#content .gallery.row{margin:0 -15px}#content .gallery a img{display:block}.gallery .columns{margin-bottom:20px}.gallery{margin:0 auto 18px}.gallery .gallery-item{float:left;margin:0 0 20px 0;position:relative;max-width:1000px;list-style:none;text-align:center}.gallery .gallery-item .gallery-icon{position:relative;float:left;overflow:hidden;text-align:center;cursor:pointer;max-width:100%}.gallery .gallery-item .gallery-icon img{position:relative;display:block;opacity:.8;border:2px solid}.gallery .gallery-item .gallery-icon:hover img{opacity:1}.gallery .gallery-item .gallery-icon .attachment-thumbnail{border-radius:10px}.gallery-item{display:inline-block;padding:1.79104477%;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery img{margin:0 auto 12px}.gallery img:hover{background:#fff}.gallery .gallery-caption{margin:0 0 12px;font-size:14px;line-height:20px}.gallery dl,.gallery dt{margin:0}.gallery br+br{display:none}table{border-collapse:separate;border-spacing:0;width:100%;margin-bottom:18px}table,td,th{text-align:center}th{padding:10px;text-transform:uppercase}td{padding:10px}tfoot td{border:0}table{text-align:left;margin:0 -1px 24px 0;width:100%}thead th,tr th{font-size:12px;line-height:18px;padding:9px 24px;font-weight:inherit}tr td{padding:6px 24px}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}blockquote{font-style:italic;line-height:30px;position:relative;font-size:larger;border-left:5px solid;margin:10px 0 20px 0;padding:20px}.lsi-blockquote-1{border-bottom:5px solid;border-top:5px solid;margin:0 0 20px;padding:12px 8px}.lsi-blockquote-1-content{line-height:normal}.lsi-blockquote-1-author{float:right;text-transform:uppercase;margin:0 0 0 10px}.lsi-blockquote-2{padding:25px;border-radius:15px;margin:2px}.lsi-blockquote-2-holder{border:2px solid;border-radius:10px}.lsi-blockquote-2-content{font-style:italic;line-height:normal}.lsi-blockquote-2-author{text-align:right;padding-top:10px;margin:0;text-transform:uppercase}@media (max-width:767px){.lsi-blockquote-1-author{width:100%;margin:0 0 5px;text-align:center}}pre{word-wrap:normal;font-size:11px}caption{color:inherit}#lsi-page-holder .fa{line-height:inherit}input[type=email],input[type=password],input[type=search],input[type=select],input[type=tel],input[type=text],input[type=url],textarea{padding:10px;border:2px solid;width:88%}input[type=url]{width:100%}.searcharea .search-submit{float:right;padding:10px 20px}.searcharea button{background-color:transparent;border:none;float:right;padding:0;max-width:21%}.searcharea button:hover{border:none;background-color:transparent}.searchform .s{width:79%;border:0}.searchform{position:relative}.searchbutton{height:30px;position:absolute;right:0;top:0;width:44px;text-indent:-9999px}.searchform input.searchbutton{padding:0}.searchform input{background:0 0;border:0}input[type=search]{box-sizing:border-box;width:100%;outline:0}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;right:0}button:focus,input:focus,select:focus,textarea:focus{outline:0}legend{border-bottom:none}.owl-carousel .owl-buttons{position:absolute;top:38%;width:100%;font-size:20px;text-align:center;opacity:0}.owl-carousel:hover .owl-buttons{opacity:1}.owl-carousel .owl-next,.owl-carousel .owl-prev{position:absolute;top:0;width:35px}.owl-carousel:hover .owl-next,.owl-carousel:hover .owl-prev{opacity:.8}.owl-carousel .owl-next:hover,.owl-carousel .owl-prev:hover{opacity:1}.owl-carousel .owl-prev{left:-100px}.owl-carousel:hover .owl-prev{left:10px}.owl-carousel .owl-next{right:-100px}.owl-carousel:hover .owl-next{right:10px}.lsi-owl-navigation-false .owl-next,.lsi-owl-navigation-false .owl-prev{display:none!important}.lsi-owl-navigation-big .owl-next,.lsi-owl-navigation-big .owl-prev{background-color:transparent!important;color:inherit!important;border:none;font-size:40px}.owl-carousel .owl-prev .icon{position:relative;right:1px}.owl-carousel .owl-next .icon{position:relative;left:1px}.lsi-owl-pagination-false .lsi-owl-pagination{display:none!important}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}@media (max-width:450px){#lsi-owl-news .owl-buttons,#lsi-owl-news-2 .owl-buttons,#lsi-owl-products .owl-buttons,#lsi-owl-quote .owl-buttons{display:none}}.pagination{width:100%}.nav-links{display:table;margin:auto}.page-numbers{margin:10px;display:inline-block;padding:9px;text-align:center;width:40px;height:40px;text-decoration:none;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%}.container{margin:0 auto;width:auto;max-width:1170px}.row{max-width:100%;margin:0 auto}.row .row{width:auto;max-width:none;min-width:0;margin:0 -15px}.row .column,.row .columns{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.container:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden}.clearfix:after,.clearfix:before,.row:after,.row:before{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after,.row:after{clear:both}.clearfix,.row{zoom:1}@media only screen and (max-width:767px){.container{margin:0 auto;max-width:420px}.row{width:auto;min-width:0;margin-left:0;margin-right:0}.row .column,.row .columns{width:100%;float:none}}#topnav{margin:0;position:relative;padding:0;list-style:none}#topnav>li{position:relative}#lsi-header{display:table}#lsi-header #lsi-header-buttons,#lsi-header #lsi-header-menus,#lsi-header #lsi-logo{display:table-cell}#lsi-logo{padding-right:20px}#lsi-logo .custom-logo,#lsi-logo .lsi-default-logo{display:block;max-width:none;height:auto}.lsi-default-logo{display:block}#lsi-outerheader.sticking #lsi-logo-advert,#lsi-outerheader.sticking #lsi-logo-tagline,#lsi-outerheader.sticking .lsi-default-logo{display:none!important}#lsi-header-menus{width:100%;vertical-align:bottom}#lsi-header-navigation li{margin:0;float:left}#lsi-header-navigation a{position:relative;display:block}#lsi-header-navigation ul ul{position:absolute;z-index:20;display:none;padding:0;list-style:none;text-align:center;right:auto!important;margin-left:50%!important}#lsi-header-navigation ul ul li{position:relative;margin:0}#lsi-header-navigation ul li:hover ul a,#lsi-header-navigation ul ul li:hover ul a{text-decoration:none}#lsi-header-navigation ul li:hover ul,#lsi-header-navigation ul li:hover>.mega-menu{display:block!important;-moz-animation:fadeIn .3s ease-in;-webkit-animation:fadeIn .3s ease-in;animation:fadeIn .3s ease-in}#lsi-header-navigation ul li:hover ul ul,#lsi-header-navigation ul ul ul{display:none!important;top:0!important;left:0!important;margin-left:100%!important;margin-top:0}#lsi-header-navigation ul ul li:hover ul{display:block!important}#lsi-header-navigation .mega-menu{opacity:0}#lsi-header-navigation ul li:hover .mega-menu{opacity:1;-moz-animation:fadeIn 0 ease-in;-webkit-animation:fadeIn 0 ease-in;animation:fadeIn 0 ease-in}#lsi-header-navigation ul .menu-item-has-mega-menu .mega-menu ul{text-align:left;display:flex}#lsi-header-navigation ul .menu-item-has-mega-menu:hover .mega-menu ul{display:flex!important}#lsi-header-navigation ul .mega-menu ul li a{width:initial}#lsi-header-navigation ul .menu-item-has-mega-menu:hover .mega-menu ul ul{margin:0!important;position:inherit;display:block!important}#lsi-header-navigation ul .mega-menu ul ul li{padding-left:0;padding-right:0}#lsi-header-navigation ul .mega-menu ul ul li a{padding:0}#lsi-header-navigation .menu-item-has-children a span:after{content:'\f107';font-family:FontAwesome;margin:0 0 0 5px}#lsi-header-navigation .menu-item-has-children ul a span:after{display:none}#lsi-header-navigation .mega-menu .menu-item-has-icon i{margin-right:5px}#lsi-bottom-footer.lsi-bf-animation a:after,#lsi-header-navigation.lsi-line-animation .current-menu-ancestor ul a:after,#lsi-header-navigation.lsi-line-animation .current-menu-item ul a:after,#lsi-header-navigation.lsi-line-animation a:after{bottom:-5px;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);transform:translateY(10px)}#lsi-bottom-footer.lsi-bf-animation a:before,#lsi-header-navigation.lsi-line-animation .current-menu-ancestor ul a:before,#lsi-header-navigation.lsi-line-animation .current-menu-item ul a:before,#lsi-header-navigation.lsi-line-animation a:before{top:-5px;-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);transform:translateY(-10px)}#lsi-bottom-footer.lsi-bf-animation a:after,#lsi-bottom-footer.lsi-bf-animation a:before,#lsi-header-navigation.lsi-line-animation .current-menu-ancestor ul a:after,#lsi-header-navigation.lsi-line-animation .current-menu-ancestor ul a:before,#lsi-header-navigation.lsi-line-animation .current-menu-item ul a:after,#lsi-header-navigation.lsi-line-animation .current-menu-item ul a:before,#lsi-header-navigation.lsi-line-animation a:after,#lsi-header-navigation.lsi-line-animation a:before{position:absolute;left:-7%;width:115%;border-top:1px solid;content:'';opacity:0;-webkit-transition:opacity .3s,-webkit-transform .3s;-moz-transition:opacity .3s,-moz-transform .3s;transition:opacity .3s,transform .3s}#lsi-bottom-footer.lsi-bf-animation .current_page_item a:after,#lsi-bottom-footer.lsi-bf-animation .current_page_item a:before,#lsi-bottom-footer.lsi-bf-animation a:hover:after,#lsi-bottom-footer.lsi-bf-animation a:hover:before,#lsi-header-navigation.lsi-line-animation .current-menu-ancestor .current-menu-item a:after,#lsi-header-navigation.lsi-line-animation .current-menu-ancestor .current-menu-item a:before,#lsi-header-navigation.lsi-line-animation .current-menu-ancestor a:after,#lsi-header-navigation.lsi-line-animation .current-menu-ancestor a:before,#lsi-header-navigation.lsi-line-animation .current-menu-ancestor ul a:hover:after,#lsi-header-navigation.lsi-line-animation .current-menu-ancestor ul a:hover:before,#lsi-header-navigation.lsi-line-animation .current-menu-item a:after,#lsi-header-navigation.lsi-line-animation .current-menu-item a:before,#lsi-header-navigation.lsi-line-animation .current-menu-item ul li:hover a:after,#lsi-header-navigation.lsi-line-animation .current-menu-item ul li:hover a:before,#lsi-header-navigation.lsi-line-animation li:hover a:after,#lsi-header-navigation.lsi-line-animation li:hover a:before{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}#lsi-header-navigation.lsi-line-animation ul ul li a:after,#lsi-header-navigation.lsi-line-animation ul ul li a:before{display:none!important}#lsi-header-buttons{vertical-align:bottom;text-align:right;white-space:nowrap;position:relative}#lsi-header-buttons .lsi-btn-hb{margin:0 2px;display:inline-flex;text-transform:inherit}#lsi-hb-cart,#lsi-hb-search{position:absolute;top:100%;right:0;z-index:100;width:250px;display:none}@media (max-width:767px){#lsi-header-cart{display:none!important}}#lsi-header.lsi-logo-rightmenu-buttons #lsi-header-navigation #topnav{float:right}#lsi-header.lsi-toplogo-centermenu-centerbuttons #lsi-logo{display:table-caption}#lsi-header.lsi-toplogo-centermenu-centerbuttons,#lsi-header.lsi-toplogo-centermenu-centerbuttons #lsi-logo img{margin:auto}#lsi-header.lsi-toplogo-centermenu-centerbuttons #lsi-header-menus{width:inherit}#lsi-header.lsi-toplogo-centermenu-centerbuttons #lsi-logo{text-align:center}#lsi-header.lsi-toplogowa-menu-buttons #lsi-logo-wa{display:table-caption}#lsi-logo-wa #lsi-logo{display:block;width:33.5%;float:left}#lsi-logo-wa #lsi-logo-advert{display:block;max-width:66.5%;float:right;padding-top:10px}@media (max-width:1200px){#lsi-logo-wa #lsi-logo{display:table;width:inherit;float:none;text-align:center;margin:auto}#lsi-logo-wa #lsi-logo-advert{display:table;width:inherit;max-width:100%;float:none;margin:auto}}#lsi-toggleMenu{display:none!important}#lsi-toggleMenu .menu-icon{margin-left:8px}#lsi-mobile-navigation{display:none;position:absolute;z-index:100;left:0;text-align:center;width:100%}#lsi-mobile-navigation ul{padding:0;list-style:none}@media (max-width:400px){#lsi-header #lsi-logo img{max-width:250px}}#lsi-outerheader.sticking{z-index:100}.admin-bar #lsi-outerheader.sticking{top:32px!important}@media (max-width:600px){.admin-bar #lsi-outerheader.sticking{top:0!important}}#lsi-secondary-header{display:block}#lsi-secondary-header.lsi-custom-social-menu #lsi-sh-menu,#lsi-secondary-header.lsi-custom-social-menu #lsi-sh-social{float:right}#lsi-secondary-header.lsi-custom-social-menu #lsi-sh-custom{float:left}#lsi-secondary-header.lsi-menu-social-custom #lsi-sh-menu,#lsi-secondary-header.lsi-menu-social-custom #lsi-sh-social{float:left}#lsi-secondary-header.lsi-menu-social-custom #lsi-sh-custom{float:right}#lsi-secondary-header.lsi-menu-custom-social #lsi-sh-custom,#lsi-secondary-header.lsi-menu-custom-social #lsi-sh-menu{float:left}#lsi-secondary-header.lsi-menu-custom-social #lsi-sh-social{float:right}#lsi-secondary-header.lsi-social-custom-menu #lsi-sh-custom,#lsi-secondary-header.lsi-social-custom-menu #lsi-sh-social{float:left}#lsi-secondary-header.lsi-social-custom-menu #lsi-sh-menu{float:right}#lsi-secondary-header #lsi-menu-social-items,#lsi-secondary-header #sh-nav{padding:0;margin:0;list-style:none}#lsi-secondary-header #sh-nav li{display:inline-block}.lsi-menu-social ul li{position:relative;display:inline-block}.lsi-menu-social li a{display:block;font-family:Fontawesome;margin:0 5px}.lsi-menu-social li a:hover{-webkit-transform:rotate(720deg);-moz-transform:rotate(720deg);-o-transform:rotate(720deg);-ms-transform:rotate(720deg);transform:rotate(720deg)}.nicescroll-rails-vr{opacity:1!important;display:block!important}#lsi-maincontent{padding:50px 0 40px 0;overflow:hidden}#content.positionright{float:right;padding-right:0;padding-left:30px}#content.positionleft{float:left;padding-left:0;padding-right:30px}@media (max-width:767px){#content.positionleft,#content.positionright{padding:0 8px}#content.positionleft .main{padding-right:0}#content.positionright .main{padding-left:0}}@media (max-width:450px){#content.positionleft,#content.positionright{padding:0}}.center{text-align:center}.nomargin{margin-right:0!important}.displayblock{display:block}.blogcontent{width:80%;margin:auto;float:none}ul.list{list-style-type:none;margin:0;padding:0}ul.list li{padding:0 0 5px 0;margin:0 0 5px 0}ul.checklist{list-style-type:none;padding:0;margin:0}ul.checklist li{padding:0 0 6px 20px}#lsi-blog-normal-content{max-width:890px;margin:auto}.sticky .posttitle{padding-left:30px}.post{margin-bottom:50px}.postimg{margin-bottom:23px}.postimg img{display:block}.entry-content p{margin-bottom:16px}.post .lsi-btn{margin:20px auto 0;float:none}.lsi-post-button-holder{display:flex;margin:auto}#searchresult .hentry,#searchresult .page,.post{clear:both}#searchresult article{margin-bottom:50px}#singlepost{width:75%;margin:0 auto}.positionleft #singlepost,.positionright #singlepost{width:100%}#singlepost .post{margin-bottom:0}.lsi-entry-utility{margin:0;padding:7px 0;border-bottom:1px solid;border-top:1px dotted;margin-top:10px;display:inline-block;width:100%}.lsi-entry-utility div{display:inline-block;line-height:100%}.lsi-post-infos{overflow:hidden}#lsi-blog-news-2-content .lsi-post-infos{display:block!important}.lsi-post-infos .category,.lsi-post-infos .comment,.lsi-post-infos .date,.lsi-post-infos .user{margin-right:10px;padding:5px 0}.lsi-post-infos i{margin-right:5px}.single .entry-content{border:0;margin:0;padding:0}.single .entry-content.nometa{border:0;margin:0 0 45px 0;padding:0}.last .entry-content{margin-bottom:15px}.entry-content{overflow:hidden;margin-bottom:26px;padding:0;word-wrap:break-word}.lsi-social-share-bar{float:right}.lsi-social-share-bar ul{padding:0;margin:0}.lsi-social-share-bar ul li{display:inline-block;margin:5px}@media(max-width:1170px){.lsi-social-share-bar{float:none;margin:10px 0 5px;width:100%}}@media(max-width:767px){#singlepost{width:100%}}#lsi-featured-post-holder{position:relative}#lsi-featured-post-holder .lsi-fp-content-h{position:absolute;top:0;left:0;bottom:0;right:0;text-align:right}#lsi-featured-post-holder .lsi-fp-content{margin-top:15%}#lsi-featured-post-holder .lsi-fp-content h2{padding:10px 0;font-family:'Josefin Sans';font-size:40px;font-weight:400;line-height:50px;color:#f573a0!important;letter-spacing:3px;text-shadow:-1px 0 1px #2d283d}#lsi-featured-post-holder .lsi-fp-content h2 span{display:block;padding:15px 0;font-family:'Josefin Slab';font-size:60px;font-weight:700;line-height:40px;color:#ffce80!important;letter-spacing:10px;text-shadow:-1px 1px 1px #2d283d}#lsi-featured-post-holder .lsi-fp-content p{padding:0;margin:0 0 0 auto;max-width:280px;max-height:64px;overflow:hidden;font-family:'Playfair Display';font-size:20px;font-weight:400;line-height:22px;color:#aaa!important;letter-spacing:0;text-shadow:-1px 1px 1px #000}#lsi-featured-post-holder .lsi-fp-button{font-family:'Josefin Slab';font-size:20px;font-weight:600;line-height:22px;color:#2d283d!important;letter-spacing:0;background:#f573a0;border-radius:30px;padding:10px 20px;margin:30px 0 10px;display:inline-block}@media (max-width:1300px){#lsi-featured-post-holder .lsi-fp-content{margin-top:10%}#lsi-featured-post-holder .lsi-fp-content h2{padding:0;margin:0}}@media (max-width:967px){#lsi-featured-post-holder .lsi-fp-content p{display:none}}@media (max-width:700px){#lsi-featured-post-holder .lsi-fp-content h2,#lsi-featured-post-holder .lsi-fp-content h2 span{font-size:40px;line-height:20px}}@media (max-width:500px){#lsi-featured-post-holder .lsi-fp-content h2,#lsi-featured-post-holder .lsi-fp-content h2 span{display:none}#lsi-featured-post-holder .lsi-fp-button{font-size:15px;line-height:15px;padding:6px 10px}}.lsi-cta-fp{margin-bottom:120px!important}.lsi-cta-fp .lsi-cta-cover i{display:block;margin-bottom:20px}.lsi-cta-fp .lsi-cta-hover i{display:none}.lsi-cta-fp .lsi-cta-col{height:300px;padding:0}.lsi-cta-cover i{margin-top:70px;font-size:75px;line-height:1!important}.lsi-cta-cover h2{text-transform:uppercase;letter-spacing:3px}.lsi-cta-hover h3{max-height:44px;overflow:hidden;margin-bottom:10px}.lsi-cta-hover p{max-height:112px;overflow:hidden;margin-bottom:20px}@media (max-width:1600px){#lsi-cta{max-width:1600px}}@media (max-width:1367px){#lsi-cta{max-width:1367px}}.lsi-cta-more{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.flexslider{border:none;margin-bottom:0}.flexslider .flex-direction-nav a{width:40px;height:40px;text-indent:-555px;z-index:60;direction:ltr;background-repeat:no-repeat;background-position:center;-webkit-background-size:12px 19px;-mou-background-size:12px 19px;background-size:12px 19px;opacity:.35;border-radius:50px}.flexslider .flex-direction-nav .flex-next{background-image:url(https://home.alamosrealty.com/wp-content/themes/lakshmi-lite/images/next.png);-webkit-background-size:12px 19px;-mou-background-size:12px 19px;background-size:12px 19px;right:20px;background-position:center}.flexslider .flex-direction-nav .flex-prev{left:20px;background-image:url(https://home.alamosrealty.com/wp-content/themes/lakshmi-lite/images/prev.png);-webkit-background-size:12px 19px;-mou-background-size:12px 19px;background-size:12px 19px;background-position:center}.format-gallery .postimg{margin-bottom:0}.lakshmi-post-flexslider{margin:10px 0;max-width:750px}@media screen and (min-width:1599px){.lakshmi-post-flexslider{max-width:1100px}}.lsi-flexslider .flexslider{border:2px solid;border-radius:3px;margin:10px 0}.lsi-flexslider .flexslider .slides img{border-radius:2px}.lsi-flexslider .flexslider li{margin:0}.lsi-flexslider .flexslider .flex-direction-nav{margin:0;padding:0;list-style:none!important}.lsi-flexslider .flexslider .flex-direction-nav a{width:40px;height:40px;text-indent:-555px;z-index:60;direction:ltr;background-repeat:no-repeat;background-position:center;-webkit-background-size:12px 19px;-mou-background-size:12px 19px;background-size:12px 19px;opacity:0;border:2px solid;border-radius:50px}.lsi-flexslider:hover .flexslider .flex-direction-nav a{opacity:.35}.lsi-flexslider .flexslider .flex-direction-nav a:hover{opacity:1}.lsi-flexslider .flexslider .flex-direction-nav .flex-next{background-image:url(https://home.alamosrealty.com/wp-content/themes/lakshmi-lite/images/next.png);-webkit-background-size:12px 19px;-mou-background-size:12px 19px;background-size:12px 19px;right:20px;background-position:center}.lsi-flexslider .flexslider .flex-direction-nav .flex-prev{left:20px;background-image:url(https://home.alamosrealty.com/wp-content/themes/lakshmi-lite/images/prev.png);-webkit-background-size:12px 19px;-mou-background-size:12px 19px;background-size:12px 19px;background-position:center}.format-quote .lsi-blockquote-2-author{margin:0}.aside{margin:0;padding:0}.entry-links{margin:0;padding:0}.avatar{display:block;padding:0;width:100px;height:100px;border:2px solid}.wp-caption{margin-top:.4em}.wp-caption{margin:0 0 20px 0;padding:0;max-width:100%;display:block}.wp-caption img{margin:0}.gallery-caption,.wp-caption .wp-caption-text{font-size:12px;font-style:italic}.wp-caption .wp-caption-text{margin-bottom:0;padding:8px 0 0 0;position:relative}img#wpstats{display:block;margin:0 auto 1.625em}.tag-links{padding:10px 0;display:block}embed,iframe,object{max-width:100%}embed,iframe,img{max-width:100%;display:block}iframe{border:none}.lsi-spih{margin:0 auto;border:1px solid;border-radius:8px;display:table}.flexslider .lsi-spih{display:block}#singlepost .lsi-spih{display:block}.attachment-lakshmi-entry-image{border-radius:8px}.single-post-image{height:420px;background-size:cover;background-position:center center;border-radius:8px}.lsi-psth{text-align:center}.lsi-post-single-title{position:relative;margin:30px auto 8px}.lsi-ps-categories a{text-transform:uppercase;padding:0 6px}.iframe-holder{border:1px solid;border-radius:4px;margin-bottom:20px;position:relative;padding-bottom:56.25%;height:0}.iframe-holder iframe{position:absolute;top:0;left:0;width:100%;height:100%}.post-navigation{border-bottom:5px solid;border-top:5px solid;padding:5px 0;margin:40px 0;position:relative;height:66px}.post-navigation h2{font-size:150%;font-weight:inherit;padding:10px 0 0;text-transform:uppercase;letter-spacing:-2px;text-align:center;position:inherit!important;margin:0 auto;width:33%}.nav-indicator{line-height:1}.nav-previous{text-align:right;position:absolute;top:6px;left:0;width:31%}.nav-next{position:absolute;top:6px;right:0;width:31%}.nav-next a,.nav-previous a{padding:8px 0}.nav-next p,.nav-previous p{line-height:1.5;margin:0;max-height:25px;overflow:hidden}@media (max-width:1140px){.post-navigation h2{display:none}.nav-next,.nav-previous{float:left;width:50%;margin:0;padding:0 10px!important}}@media (max-width:450px){.nav-next,.nav-previous{padding:0 4px!important}}@media (max-width:767px){.single-post-image{height:250px}}.navigation{line-height:20px}.navigation a:link,.navigation a:visited{text-decoration:none}#comments{clear:both;max-width:1170px;margin:auto}#comments .navigation{padding:0 0 18px 0}h3#comments-title,h3#reply-title{padding:0;text-transform:uppercase}.commentlist{list-style:none;margin:0;padding:0;margin-bottom:40px;width:96%}.commentlist li.comment{margin:0;padding:0;position:relative!important}.commentlist li.comment ul.children{margin:0;padding:0;margin-left:11%}.commentlist li.comment ul.children li{border-bottom:0;margin:0;padding:0}#comments .comment-body ol,#comments .comment-body ul{margin-bottom:0}.commentlist ol{list-style:decimal}.comment-body cite a:hover{text-decoration:none}.comment-author .says{font-style:normal}.comment-meta{margin:0 0 18px 0}.comment-meta a:link,.comment-meta a:visited{text-decoration:none}.commentlist .bypostauthor{margin-bottom:30px!important}.commentlist .bypostauthor .con-comment{border-radius:15px;margin-bottom:0}.edit-link{float:none;clear:both;width:100%;display:block;padding:10px 0 0 0}a.comment-edit-link:hover{text-decoration:none}.commentlist .children{list-style:none}.nocomments,.nopassword{display:none}#comments .pingback{margin-bottom:18px;padding-bottom:18px}.commentlist li.comment+li.pingback{margin-top:-6px}#comments .pingback p{display:block;margin:0}#comments .pingback .url{font-size:80%}.con-comment{padding:20px 20px 20px 0;margin-bottom:30px}.commentlist .comment-author{float:left;margin-top:0;padding:3px}.commentlist .comment-body{width:auto;margin-left:125px;padding:3px}.commenttext{margin:0;padding:2px 0 0 0}.commentlist .comment-body p{margin-bottom:5px!important}.comment-body .fn{font-size:120%}.comment-body .time{font-size:70%;padding:0 5px 0 0;display:block}.vcard{padding-bottom:6px}.com-link,.com-reply{float:left;margin:3px 8px 3px 0;padding:0;display:table}.com-link a,.com-reply a{display:table-cell}#commentform{padding:0}#commentform label{margin-top:0;padding:5px 0;display:inline-block}#commentform code{padding:0;margin:10px 0;border:0}#commentform input[type=text]{vertical-align:middle;display:block;page-break-after:always}#commentform textarea{margin-bottom:12px;padding:8px 5px;vertical-align:top;display:block}#respond .comment-reply{padding:0 0;margin:0 0 10px 0}#respond p{margin:0}#respond .comment-notes{margin-bottom:1em}.form-allowed-tags{line-height:1em}.children #respond{margin:0}#comments-list #respond{margin:0 0 18px 0}#comments-list ul #respond{margin:0;padding:0}#respond .form-submit{margin:12px 0;clear:both}#respond .form-submit input{text-transform:uppercase;border:none;padding:5px 20px}.comment-form-author,.comment-form-comment,.comment-form-email,.comment-form-url{width:33.33333%;float:left;margin-bottom:20px!important}@media (max-width:900px){.comment-form-author,.comment-form-comment,.comment-form-email,.comment-form-url{width:100%}}.comment-form-comment{width:100%}.form-submit{clear:both}#today{font-weight:700}.tagcloud a{padding:3px 8px}.lsi-entry-tag{padding:10px 0;font-size:70%}.lsi-tag-items{display:inline}.lsi-tag-items span{display:inline-block;padding:0 5px 0 0}.lsi-tag-items span:after{content:",";cursor:default;font-weight:400;margin:0 0}.lsi-tag-items span:last-of-type:after{display:none}.widget_archive a,.widget_categories a,.widget_meta a,.widget_nav_menu a,.widget_pages a,.widget_product_categories a,.widget_recent_entries a{text-transform:uppercase}.widget_archive a:hover,.widget_categories a:hover,.widget_meta a:hover,.widget_nav_menu a:hover,.widget_pages a:hover,.widget_product_categories a:hover,.widget_recent_entries a:hover{margin:0 0 0 8px!important}.lsi-widget-content{display:table;line-height:1.5}.lsi-widget-thumb{display:table-cell;height:80px;width:80px;border-radius:50%;margin-right:10px}.lsi-widget-thumb-img{height:80px;width:80px;border-radius:50%;background-size:cover;background-position:center}.lsi-widget-thumb .lsi-date-box{height:80px;width:80px;padding:6px 2px}.lsi-widget-texts{text-align:left;margin-bottom:0;padding-left:10px;padding-top:5px;display:table-cell;vertical-align:top}.lsi-widget-texts h6{margin:0;text-transform:uppercase}.lsi-widget-texts p{font-size:80%;margin:0}.lakshmi-recentpost-widget .recent-item{margin-bottom:20px}.panel-grid-cell .panel.widget_lakshmi-advancedposts-widget .lakshmi-recentpost-widget{margin-bottom:-20px!important;width:100%;float:left}.widget_product_search .searchform,.widget_search .searchform{border:2px solid;width:80%;max-width:450px}@media (max-width:767px){#lsi-fs-content .searchform,.widget-area .searchform{margin:auto;width:100%}}.widget_product_search .searcharea,.widget_search .searcharea{border-radius:10px}.widget_product_search .searchform .s,.widget_search .searchform .s{width:75%}.lakshmi-donate-widget{padding:10px}.widget_lakshmi_donatewidget .lakshmi-box-holder-1{margin:0}.widget_calendar #wp-calendar{width:100%;text-align:left;border:0!important}.widget_calendar #wp-calendar caption,.widget_calendar #wp-calendar td,.widget_calendar #wp-calendar th{text-align:center;padding:3px;font-size:70%;border:0}#lsi-fs-content .widget_calendar thead th{border-top:0}#lsi-fs-content .widget_calendar thead th:first-child{border-left:0}.widget_calendar #wp-calendar caption{font-size:inherit;text-align:center;padding:3px 0 10px 0!important;text-transform:uppercase}.widget_calendar #wp-calendar th{font-weight:700;padding:3px}.widget_calendar #wp-calendar td#prev{text-align:left;padding-left:5px}.widget_calendar #wp-calendar td#next{text-align:right;padding-right:5px}.lsi-cta-content{height:100%;width:100%;position:relative;overflow:hidden}.lsi-cta-cover{height:100%;width:100%;position:relative;z-index:2;text-align:center;opacity:1;overflow:hidden}.lsi-cta-hover{text-align:center;padding:15px 30px;opacity:0;z-index:2}.lsi-cta-hover-content{position:relative;z-index:3}.lsi-cta-hover,.lsi-cta-layer,.lsi-cta-layer-2{position:absolute;top:0;bottom:0;left:0;right:0}.lsi-cta-layer{opacity:.3}.lsi-cta-colors .lsi-cta-layer{opacity:1}.lsi-cta-layer-2{opacity:0}.lsi-cta-content:hover .lsi-cta-cover,.lsi-cta-content:hover .lsi-cta-layer{opacity:0}.lsi-cta-content:hover .lsi-cta-layer-2{opacity:.7}.lsi-cta-colors .lsi-cta-content:hover .lsi-cta-layer-2{opacity:1}.lsi-cta-content:hover .lsi-cta-hover{opacity:1}.lsi-cta-content,.lsi-cta-content-bg,.lsi-cta-cover,.lsi-cta-hover,.lsi-cta-layer,.lsi-cta-layer-2{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.lsi-cta-col-frame-line .lsi-cta-hover::after,.lsi-cta-col-frame-line .lsi-cta-hover::before{position:absolute;content:'';opacity:0;-webkit-transition:opacity 1s,-webkit-transform 1s;transition:opacity 1s,transform 1s}.lsi-cta-col-frame-line .lsi-cta-hover::before{top:25px;right:10px;bottom:25px;left:10px;border-top:1px solid;border-bottom:1px solid;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0}.lsi-cta-col-frame-line .lsi-cta-hover::after{top:10px;right:25px;bottom:10px;left:25px;border-right:1px solid;border-left:1px solid;-webkit-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}.lsi-cta-col-frame-line .lsi-cta-content:hover .lsi-cta-hover::after,.lsi-cta-col-frame-line .lsi-cta-content:hover .lsi-cta-hover::before{opacity:1;-webkit-transform:scale(1);transform:scale(1);-webkit-transition-delay:0.15s;transition-delay:0.15s}.lsi-cta-content-bg{height:100%;width:100%;background-size:cover;background-position:center center;position:absolute;top:0;bottom:0;left:0;right:0}.lsi-cta-col-zoom-img-an:hover .lsi-cta-content-bg{-moz-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}.lsi-date-box-holder{display:table-cell;height:90px;width:90px}.lsi-date-box{padding:12px 6px;text-align:center;height:90px;width:90px;border-radius:50%;display:block}.lsi-date-box-ch{height:66px;width:100%;display:table}.lsi-date-box-c{vertical-align:middle;display:table-cell}.lsi-post-date-ch{height:60px;width:100%;display:table}.lsi-post-date-c{vertical-align:middle;display:table-cell}.lsi-date-box-day{margin:0 0 -7px}.lsi-date-box-month{margin:0}#sidebar.positionleft{float:left;padding-left:0}#sidebar.positionright{float:right;padding-right:0}#sidebar.positionright div.widget-area{padding-left:0}#sidebar.positionleft div.widget-area{padding-right:0}.widget-title{padding:0;margin:0 0 20px;text-transform:uppercase}.widget-area ul{list-style-type:none;list-style-position:outside;margin:0;padding:0}.widget-area ul li{list-style-type:none;margin:0;padding:0}.widget-area .widget-container{margin-bottom:59px;padding:0;max-width:450px}.widget-area li.widget-container>ul{margin-top:0}.widget-area li li{list-style-type:none;margin:0 0 5px;padding:0}.widget-area li li a{margin:0}.widget-area li li a.active,.widget-area li li a:hover{text-decoration:none}.widget-area li li a.active,.widget-area li li a:hover{text-decoration:none}.widget-area ul ul ul,.widget-area ul.children,.widget-area ul.sub-menu{margin:5px 0 0}.widget-area ul.sub-menu li{padding:3px 0 0;margin-top:0}.widget-area ul.sub-menu li a{padding-left:13px}.widget-area ul.sub-menu ul.sub-menu li a{padding-left:23px}.widget-area ul.sub-menu ul.sub-menu ul.sub-menu li a{padding-left:33px}.widget-area ul.sub-menu ul.sub-menu ul.sub-menu li ul.sub-menu li a{padding-left:43px}.widget-area ul.children li{padding:3px 0 0 0;margin-top:0}.widget-area ul.children li a{padding-left:13px}.widget-area ul.children ul.children li a{padding-left:23px}.widget-area ul.children ul.children li a{padding-left:33px}.widget-area ul.children ul.children li ul.children li a{padding-left:43px}@media (max-width:900px){#sidebar,.row .contentcol{width:100%!important;padding-left:0!important;padding-right:0!important}.widget-area{max-width:390px;margin-left:auto;margin-right:auto;text-align:center;margin-top:30px}#lsi-fs-content{text-align:center}.lsi-widget-content{margin:auto}#lsi-fs-content img,.widget-area img{margin:auto}.widget-area ul.children li a,.widget-area ul.children ul.children li a,.widget-area ul.children ul.children li ul.children li a{padding-left:0}#sidebar.positionleft,#sidebar.positionright{padding:0 8px}}@media (max-width:450px){#sidebar.positionleft,#sidebar.positionright{padding:0}}#lsi-footer-sidebar-container{margin:0 auto}#lsi-footer-container .container,#lsi-footer-sidebar-container .container{padding:0}#lsi-bottom-footer #footernav,#lsi-fs-content ul{list-style-type:none;margin:0;padding:0}#lsi-bottom-footer-holder #lsi-menu-social-footer{position:absolute;top:-20px;left:0;right:0;text-align:center}#lsi-bottom-footer-holder #lsi-menu-social-items-footer{margin-bottom:0;padding:0}#lsi-bottom-footer-holder #lsi-menu-social-items-footer li{border-radius:50px;width:44px;height:44px}#lsi-bottom-footer-holder .lsi-menu-social li a{position:relative;top:5px;font-size:20px!important}#lsi-bottom-footer-holder .lsi-menu-social li a img{display:inline-block;height:20px}#lsi-bottom-footer .lsi-bottom-footer-col{width:49%;float:left}#lsi-bottom-footer.lsi-bf-cr-menu .lsi-bf-cr{padding-right:2%}#lsi-bottom-footer.lsi-bf-menu-cr .lsi-bf-menu{padding-right:2%}#lsi-bottom-footer.lsi-bf-cr-menu .lsi-footer-menu{float:right}#lsi-bottom-footer.lsi-bf-menu-cr .lsi-bf-cr{text-align:right}#lsi-bottom-footer .lsi-footer-menu{display:inline-flex}@media (max-width:767px){#lsi-bottom-footer .lsi-bottom-footer-col{width:100%;float:none;text-align:center;padding:0 10px 20px!important}#lsi-bottom-footer.lsi-bf-menu-cr .lsi-bf-cr{text-align:center}#lsi-bottom-footer #footernav{float:none;display:block}#lsi-bottom-footer .lsi-footer-menu li{padding:0 10px 20px;display:inline-block}}#lsi-fs-content li li{list-style-type:none;margin:0 0 8px 0;padding:0}#lsi-fs-content li li a{margin:0}#lsi-fs-content li a:hover{text-decoration:none}#lsi-fs-content .gallery{margin:0 auto}.footer-image{margin-bottom:15px}#lsi-bottom-footer a{position:relative}#lsi-bottom-footer-holder{position:relative}#lsi-fs-content ul ul ul,#lsi-fs-content ul.children,#lsi-fs-content ul.sub-menu{margin:0}#lsi-fs-content ul.sub-menu li{padding:3px 0 0 0}#lsi-fs-content ul.sub-menu li a{padding-left:13px}#lsi-fs-content ul.sub-menu ul.sub-menu li a{padding-left:23px}#lsi-fs-content ul.sub-menu ul.sub-menu ul.sub-menu li a{padding-left:33px}#lsi-fs-content ul.sub-menu ul.sub-menu ul.sub-menu li ul.sub-menu li a{padding-left:43px}#lsi-fs-content ul.children li{padding:3px 0 0 0}#lsi-fs-content ul.children li a{padding-left:13px}#lsi-fs-content ul.children ul.children li a{padding-left:23px}#lsi-fs-content ul.children ul.children li a{padding-left:33px}#lsi-fs-content ul.children ul.children li ul.children li a{padding-left:43px}#lsi-fs-content .gallery img{margin:0}@media(max-width:900px){#lsi-footer-sidebar-container{padding:50px 0 30px}#lsi-fs-content .lsi-footer-widget{max-width:390px;margin-left:auto;margin-right:auto;text-align:center}#footer .lakshmi-menu{text-align:center;float:none;display:table;margin:auto}}@media only screen and (max-width:767px){#lsi-footer-container .container,#lsi-footer-sidebar-container .container{padding:15px}#lsi-bottom-footer-holder #lsi-menu-social-footer{top:-35px;max-height:44px;overflow:hidden}}.gallery-pic a:nth-child(3) img,.gallery-pic a:nth-child(6) img{margin-right:0!important}.gallery-pic img{margin:0 12px 12px 0;display:block;float:left;padding:3px}#footer{padding:40px 0 20px}.widget-footer .lsi-blockquote-2{padding:10px!important}.widget-footer .lsi-blockquote-2-content{text-align:left!important}#lsi-fs-content ul.lsi-fw-element{margin-bottom:40px}.lsi-footer-desc-widget-h{padding-right:30px}.lsi-footer-desc-widget{width:100%;background:#2d283d;border:2px solid;padding:15px}.lsi-footer-desc-widget p{text-align:center;font-size:80%;margin:35px 0 18px}@media only screen and (max-width:900px){.lsi-footer-desc-widget-h{padding-right:0}}.wpcf7 p{margin-bottom:10px}.wpcf7 label{display:block;text-align:left}.wpcf7-submit{margin:0}.contact{margin:0 200px;text-align:center}.contact label{padding-left:20px}.contact input[type=email],.contact input[type=password],.contact input[type=tel],.contact input[type=text]{margin:4px 0 24px 0;width:96%;display:block}.contact textarea{margin:4px 0 30px 0;padding:8px 5px;width:98.1%;display:block}.wpcf7 input[type=email],.wpcf7 input[type=password],.wpcf7 input[type=tel],.wpcf7 input[type=text]{margin:4px 0 6px 0;border:2px solid;padding:8px 10px;width:100%!important}.wpcf7 textarea{margin:4px 0;border:2px solid;padding:12px 10px;width:100%;height:185px}.wpcf7 input[type=submit]{float:right;text-transform:uppercase;padding:10px 60px;border:none}#lsi-logo{padding:12px 20px 20px 0}#lsi-header-buttons{padding:10px 0 20px 10px}#lsi-header-buttons .lsi-btn-content{padding:5px 10px}#lsi-header-navigation li{padding:10px 8px 25px 8px;margin-right:5px;background-color:transparent;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#lsi-toggleMenu{padding:10px 0 25px}#lsi-header-navigation ul ul{margin-top:25px}#lsi-header-navigation ul ul li{padding:10px 10px 10px 10px}#lsi-header-navigation ul .mega-menu ul li a{padding:0 0 10px}#lsi-header-navigation .mega-menu ul li,#lsi-header-navigation ul ul a{width:12em}#lsi-mobile-navigation li{padding:5px 5px}#lsi-fs-content{padding:50px 10px}#lsi-fs-content .lsi-footer-widget{padding:10px 0 10px 0}#lsi-bottom-footer .lsi-footer-menu li{padding:0 0 0 10px}.lsi-imagebox .image img{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.button,.button .btn,.button:visited,.lakshmi-menu li li,.lsi-iconbox .name,.lsi-imagebox .name:hover,.main-button,.main-button .btn,.owl-carousel .owl-buttons,.owl-carousel .owl-next,.owl-carousel .owl-prev,.widget_archive a,.widget_categories a,.widget_meta a,.widget_nav_menu a,.widget_pages a,.widget_product_categories a,.widget_recent_entries a,.wpcf7 input[type=submit],a:active,a:focus,a:hover,button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#lsi-video-image .lsi-video-image-holder:after,#lsi-video-image .lsi-video-image-holder:before,.gallery .gallery-item .gallery-icon img,.lsi-menu-social li a,.page-numbers li,.small-thumb-holder .small-thumb-overlay:before,.toggle:hover a{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.wrap-nivoslider.theme-default .nivo-controlNav a{-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out}