/** fonts **/
/** Primary and secondary fonts settings **/
/** Body colors **/
/** Header colors **/
/** body background **/
/** footer first widget area background **/
/** footer second widget area background **/
/** Footer colors **/
/**************************************************************************************************************************
	NORMALIZE CSS
**************************************************************************************************************************/
@import url('//fonts.googleapis.com/css?family=Titillium+Web:400,600,700');
@import url('//fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('//fonts.googleapis.com/css?family=Roboto:300,400');
/* line 9, base.less */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
/* line 20, base.less */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* line 25, base.less */
mark {
  background-color: transparent;
}
.wrap-forms p{line-height: normal;
    font-weight: normal;
    color: #333;
	font-family: 'Titillium Web';
	font-style:normal}
/* line 28, base.less */
body {
  line-height: 1;
}
/* line 31, base.less */
blockquote,
q {
  quotes: none;
}
/* line 34, base.less */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* line 41, base.less */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 45, base.less */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 50, base.less */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 56, base.less */
*,
*:focus {
  outline: none !important;
}
/* line 59, base.less */
img.alignright,
.wp-caption.alignright {
  float: right;
  margin: 0 0 28px 28px;
}
/* line 63, base.less */
img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin: 0 28px 28px 0;
}
/* line 67, base.less */
img.aligncenter,
.wp-caption.aligncenter {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 73, base.less */
.wp-caption {
  margin-bottom: 30px;
}

.pcarousel p{margin-bottom:5px;line-height:1.2}

/* line 75, base.less */
.wp-caption img {
  width: 100%;
  height: auto;
}
/* line 80, base.less */
.button-align-left {
  text-align: left;
}
/* line 83, base.less */
.button-align-right {
  text-align: right;
}
/* line 86, base.less */
.button-align-center {
  text-align: center;
}
/* line 89, base.less */
.alignright {
  float: right;
}
/* line 92, base.less */
.alignleft {
  float: left;
}
/* line 95, base.less */
.aligncenter {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 101, base.less */
.alignnone {
  max-width: 100%;
}
/* line 104, base.less */
.wp-caption-text {
  font-style: italic;
  text-align: center;
}
/* line 108, base.less */
.page-template-default #content > article .fw-page-builder-content > .fw-main-row.default > .container-fluid,
.page-template-default #content > article .fw-page-builder-content > .fw-main-row.default > .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
/* line 114, base.less */
.page-template-default #content > article .fw-page-builder-content > .fw-main-row.stretch_row > .container-fluid,
.page-template-default #content > article .fw-page-builder-content > .fw-main-row.stretch_row > .container {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 119, base.less */
.page-template-default #content > article > .fw-page-builder-content > .fw-main-row > .container-fluid,
.page-template-default #content > article > .fw-page-builder-content > .fw-main-row > .container {
  padding-left: 0;
  padding-right: 0;
}
/* line 125, base.less */
.container .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
/* line 130, base.less */
.img-shortcode {
  display: block;
  margin:0 auto;
}
.growth{color:#333;line-height:normal;height: 338px;}
/**************************************************************************************************************************
	BOOTSTRAP GRID
**************************************************************************************************************************/
/* line 136, base.less */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 143, base.less */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 148, base.less */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 153, base.less */
  .container {
    width: 1200px;
  }
}
/* line 157, base.less */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 163, base.less */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 167, base.less */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 173, base.less */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
/* line 176, base.less */
.col-xs-12 {
  width: 100%;
}
/* line 179, base.less */
.col-xs-11 {
  width: 91.66666667%;
}
/* line 182, base.less */
.col-xs-10 {
  width: 83.33333333%;
}
/* line 185, base.less */
.col-xs-9 {
  width: 75%;
}
/* line 188, base.less */
.col-xs-8 {
  width: 66.66666667%;
}
/* line 191, base.less */
.col-xs-7 {
  width: 58.33333333%;
}
/* line 194, base.less */
.col-xs-6 {
  width: 50%;
}
/* line 197, base.less */
.col-xs-5 {
  width: 41.66666667%;
}
/* line 200, base.less */
.col-xs-4 {
  width: 33.33333333%;
}
/* line 203, base.less */
.col-xs-3 {
  width: 25%;
}
/* line 206, base.less */
.col-xs-2 {
  width: 16.66666667%;
}
/* line 209, base.less */
.col-xs-1 {
  width: 8.33333333%;
}
/* line 212, base.less */
.col-xs-pull-12 {
  right: 100%;
}
/* line 215, base.less */
.col-xs-pull-11 {
  right: 91.66666667%;
}
/* line 218, base.less */
.col-xs-pull-10 {
  right: 83.33333333%;
}
/* line 221, base.less */
.col-xs-pull-9 {
  right: 75%;
}
/* line 224, base.less */
.col-xs-pull-8 {
  right: 66.66666667%;
}
/* line 227, base.less */
.col-xs-pull-7 {
  right: 58.33333333%;
}
/* line 230, base.less */
.col-xs-pull-6 {
  right: 50%;
}
/* line 233, base.less */
.col-xs-pull-5 {
  right: 41.66666667%;
}
/* line 236, base.less */
.col-xs-pull-4 {
  right: 33.33333333%;
}
/* line 239, base.less */
.col-xs-pull-3 {
  right: 25%;
}
/* line 242, base.less */
.col-xs-pull-2 {
  right: 16.66666667%;
}
/* line 245, base.less */
.col-xs-pull-1 {
  right: 8.33333333%;
}
/* line 248, base.less */
.col-xs-pull-0 {
  right: auto;
}
/* line 251, base.less */
.col-xs-push-12 {
  left: 100%;
}
/* line 254, base.less */
.col-xs-push-11 {
  left: 91.66666667%;
}
/* line 257, base.less */
.col-xs-push-10 {
  left: 83.33333333%;
}
/* line 260, base.less */
.col-xs-push-9 {
  left: 75%;
}
/* line 263, base.less */
.col-xs-push-8 {
  left: 66.66666667%;
}
/* line 266, base.less */
.col-xs-push-7 {
  left: 58.33333333%;
}
/* line 269, base.less */
.col-xs-push-6 {
  left: 50%;
}
/* line 272, base.less */
.col-xs-push-5 {
  left: 41.66666667%;
}
/* line 275, base.less */
.col-xs-push-4 {
  left: 33.33333333%;
}
/* line 278, base.less */
.col-xs-push-3 {
  left: 25%;
}
/* line 281, base.less */
.col-xs-push-2 {
  left: 16.66666667%;
}
/* line 284, base.less */
.col-xs-push-1 {
  left: 8.33333333%;
}
/* line 287, base.less */
.col-xs-push-0 {
  left: auto;
}
/* line 290, base.less */
.col-xs-offset-12 {
  margin-left: 100%;
}
/* line 293, base.less */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
/* line 296, base.less */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
/* line 299, base.less */
.col-xs-offset-9 {
  margin-left: 75%;
}
/* line 302, base.less */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
/* line 305, base.less */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
/* line 308, base.less */
.col-xs-offset-6 {
  margin-left: 50%;
}
/* line 311, base.less */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
/* line 314, base.less */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
/* line 317, base.less */
.col-xs-offset-3 {
  margin-left: 25%;
}
/* line 320, base.less */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
/* line 323, base.less */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
/* line 326, base.less */
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  /* line 330, base.less */
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  /* line 333, base.less */
  .col-sm-12 {
    width: 100%;
  }
  /* line 336, base.less */
  .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 339, base.less */
  .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 342, base.less */
  .col-sm-9 {
    width: 75%;
  }
  /* line 345, base.less */
  .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 348, base.less */
  .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 351, base.less */
  .col-sm-6 {
    width: 50%;
  }
  /* line 354, base.less */
  .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 357, base.less */
  .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 360, base.less */
  .col-sm-3 {
    width: 25%;
  }
  /* line 363, base.less */
  .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 366, base.less */
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 369, base.less */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 372, base.less */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 375, base.less */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 378, base.less */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 381, base.less */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 384, base.less */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 387, base.less */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 390, base.less */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 393, base.less */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 396, base.less */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 399, base.less */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 402, base.less */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 405, base.less */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 408, base.less */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 411, base.less */
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 414, base.less */
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 417, base.less */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 420, base.less */
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 423, base.less */
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 426, base.less */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 429, base.less */
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 432, base.less */
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 435, base.less */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 438, base.less */
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 441, base.less */
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 444, base.less */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 447, base.less */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 450, base.less */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 453, base.less */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 456, base.less */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 459, base.less */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 462, base.less */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 465, base.less */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 468, base.less */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 471, base.less */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 474, base.less */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 477, base.less */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 480, base.less */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 483, base.less */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  /* line 488, base.less */
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  /* line 491, base.less */
  .col-md-12 {
    width: 100%;
  }
  /* line 494, base.less */
  .col-md-11 {
    width: 91.66666667%;
  }
  /* line 497, base.less */
  .col-md-10 {
    width: 83.33333333%;
  }
  /* line 500, base.less */
  .col-md-9 {
    width: 75%;
  }
  /* line 503, base.less */
  .col-md-8 {
    width: 66.66666667%;
  }
  /* line 506, base.less */
  .col-md-7 {
    width: 58.33333333%;
  }
  /* line 509, base.less */
  .col-md-6 {
    width: 50%;
  }
  /* line 512, base.less */
  .col-md-5 {
    width: 41.66666667%;
  }
  /* line 515, base.less */
  .col-md-4 {
    width: 33.33333333%;
  }
  /* line 518, base.less */
  .col-md-3 {
    width: 25%;
  }
  /* line 521, base.less */
  .col-md-2 {
    width: 16.66666667%;
  }
  /* line 524, base.less */
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 527, base.less */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 530, base.less */
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 533, base.less */
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 536, base.less */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 539, base.less */
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 542, base.less */
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 545, base.less */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 548, base.less */
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 551, base.less */
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 554, base.less */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 557, base.less */
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 560, base.less */
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 563, base.less */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 566, base.less */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 569, base.less */
  .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 572, base.less */
  .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 575, base.less */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 578, base.less */
  .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 581, base.less */
  .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 584, base.less */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 587, base.less */
  .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 590, base.less */
  .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 593, base.less */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 596, base.less */
  .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 599, base.less */
  .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 602, base.less */
  .col-md-push-0 {
    left: auto;
  }
  /* line 605, base.less */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 608, base.less */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 611, base.less */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 614, base.less */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 617, base.less */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 620, base.less */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 623, base.less */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 626, base.less */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 629, base.less */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 632, base.less */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 635, base.less */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 638, base.less */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 641, base.less */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  /* line 646, base.less */
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  /* line 649, base.less */
  .col-lg-12 {
    width: 100%;
  }
  /* line 652, base.less */
  .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 655, base.less */
  .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 658, base.less */
  .col-lg-9 {
    width: 75%;
  }
  /* line 661, base.less */
  .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 664, base.less */
  .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 667, base.less */
  .col-lg-6 {
    width: 50%;
  }
  /* line 670, base.less */
  .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 673, base.less */
  .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 676, base.less */
  .col-lg-3 {
    width: 25%;
  }
  /* line 679, base.less */
  .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 682, base.less */
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 685, base.less */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 688, base.less */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 691, base.less */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 694, base.less */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 697, base.less */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 700, base.less */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 703, base.less */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 706, base.less */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 709, base.less */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 712, base.less */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 715, base.less */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 718, base.less */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 721, base.less */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 724, base.less */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 727, base.less */
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 730, base.less */
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 733, base.less */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 736, base.less */
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 739, base.less */
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 742, base.less */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 745, base.less */
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 748, base.less */
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 751, base.less */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 754, base.less */
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 757, base.less */
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 760, base.less */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 763, base.less */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 766, base.less */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 769, base.less */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 772, base.less */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 775, base.less */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 778, base.less */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 781, base.less */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 784, base.less */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 787, base.less */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 790, base.less */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 793, base.less */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 796, base.less */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 799, base.less */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/**
	=====================================================================================================================================================
	Helper classes
	=====================================================================================================================================================
**/
@media screen and (min-width: 992px) {
  /* line 809, base.less */
  .hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  /* line 814, base.less */
  .hidden-sm {
    display: none !important;
  }
}
/* line 818, base.less */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
/* line 829, base.less */
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/* line 835, base.less */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 840, base.less */
.pull-right {
  float: right !important;
}
/* line 843, base.less */
.pull-left {
  float: left !important;
}
/* line 846, base.less */
.hide {
  display: none !important;
}
/* line 849, base.less */
.show {
  display: block !important;
}
/* line 852, base.less */
.invisible {
  visibility: hidden;
}
/* line 855, base.less */
.text-align-right {
  text-align: right;
}
/* line 858, base.less */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* line 865, base.less */
.hidden {
  display: none !important;
  visibility: hidden !important;
}
/* line 869, base.less */
.affix {
  position: fixed;
}
/* line 872, base.less */
.centered {
  text-align: center;
}
/* line 875, base.less */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
/* line 881, base.less */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  /* line 896, base.less */
  .visible-xs {
    display: block !important;
  }
  /* line 899, base.less */
  table.visible-xs {
    display: table !important;
  }
  /* line 902, base.less */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 905, base.less */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  /* line 909, base.less */
  .bgimage-hidden-xs {
    background-image: none !important;
  }
}
@media (max-width: 767px) {
  /* line 914, base.less */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 919, base.less */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 924, base.less */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199px) {
  /* line 929, base.less */
  .bgimage-hidden-lg {
    background-image: none !important;
  }
}
@media (max-width: 1199px) {
  /* line 934, base.less */
  .bgimage-hidden-md {
    background-image: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 939, base.less */
  .visible-sm {
    display: block !important;
  }
  /* line 942, base.less */
  table.visible-sm {
    display: table !important;
  }
  /* line 945, base.less */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 948, base.less */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 954, base.less */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 959, base.less */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 964, base.less */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 969, base.less */
  .visible-md {
    display: block !important;
  }
  /* line 972, base.less */
  table.visible-md {
    display: table !important;
  }
  /* line 975, base.less */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 978, base.less */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 984, base.less */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 989, base.less */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 994, base.less */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 999, base.less */
  .visible-lg {
    display: block !important;
  }
  /* line 1002, base.less */
  table.visible-lg {
    display: table !important;
  }
  /* line 1005, base.less */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 1008, base.less */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 1014, base.less */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 1019, base.less */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 1024, base.less */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 1029, base.less */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1034, base.less */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1039, base.less */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 1044, base.less */
  .hidden-lg {
    display: none !important;
  }
}
/* line 1048, base.less */
.stretch_row_content_no_paddings > .container-fluid,
.stretch_row_content_no_paddings > .container-fluid > .fw-row > .grid-column,
.stretch_row_content_no_paddings > .container-fluid > .fw-row > .layout-col {
  padding-left: 0;
  padding-right: 0;
}
/* line 1054, base.less */
.stretch_row_content_no_paddings > .container-fluid > .fw-row {
  margin-left: 0;
  margin-right: 0;
}
/* line 1058, base.less */
.centered {
  text-align: center;
}
/**
	=====================================================================================================================================================
	Video background styles
	=====================================================================================================================================================
**/
/* line 1066, base.less */
.video-bg-section {
  position: relative;
}
/* line 1069, base.less */
.video-bg-section .background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}
/* line 1080, base.less */
.video-bg-section video,
.video-bg-section source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}
/* line 1089, base.less */
.video-bg-section .ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
/* line 1101, base.less */
.video-bg-section .placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
/* line 1116, base.less */
.video-bg-section .ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
/* line 1125, base.less */
.video-bg-section .ytplayer-player {
  position: absolute;
}
/* line 1131, base.less */
.video-bg-section.loaded .ytplayer-container {
  display: block;
}
/* line 1134, base.less */
.video-bg-section.loaded .placeholder-image {
  opacity: 0;
}
/* line 1138, base.less */
.responsive-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 1144, base.less */
.responsive-video-wrapper iframe,
.responsive-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 1151, base.less */
.parallax-section .layout-col {
  z-index: 100;
}
/**************************************************************************************************************************
	BASE STYLES
**************************************************************************************************************************/
/* line 1157, base.less */
::selection {
  background: #C4AE3D;
  color: #111111;
}
/* line 1161, base.less */
::-moz-selection {
  background: #C4AE3D;
  color: #111111;
}
/* line 1165, base.less */
html {
  font-size: 62.5%;
  height: 100% !important;
}
/* line 1169, base.less */
body {
  height: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #1370AE;
  color: #333;
  font-size: 16px;
  font-family: 'Roboto';
  line-height: 1.5;
  font-weight: 300;
  text-transform: none;
  font-variant: normal;
  font-style: normal;
  background-image: url(http://sanurhastamitra.com/wp-content/uploads/wplab_recover_styles/base.css?ver=021120161730);
  background-repeat: ;
  background-position: ;
  background-size: ;
  background-attachment: ;
}
@media screen and (max-width: 767px) {
  /* line 1191, base.less */
  body {
    font-size: 14px;
    line-height: 28px;
  }
}
/* line 1196, base.less */
a {
  text-decoration: none;
  color: #C4AE3D;
  -webkit-transition: color 0.05s;
  -moz-transition: color 0.05s;
  -o-transition: color 0.05s;
  transition: color 0.05s;
}
/* line 1201, base.less */
a:hover {
  color: #f2c304;
}
/* line 1204, base.less */
mark {
  padding-left: 2px;
  padding-right: 2px;
  color: #111111;
  background-color: #C4AE3D;
}
/* line 1210, base.less */
strong,
b {
  font-weight: bold;
}
/* line 1213, base.less */
i,
em,
q,
address {
  font-style: italic;
}
/* line 1216, base.less */
img {
  max-width: 100%;
  height: auto;
}
/* line 1220, base.less */
input[type='number'] {
  -moz-appearance: textfield;
}
/* line 1223, base.less */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* line 1227, base.less */
select::-ms-expand {
  display: none;
}
/* line 1230, base.less */
input,
select,
textarea {
  max-width: 100%;
}
/* line 1233, base.less */
textarea {
  overflow: auto;
  resize: none;
}
/* line 1237, base.less */
table {
  width: 100%;
  font-size: 14px;
}
/* line 1240, base.less */
table thead,
table tfoot,
table thead th {
  background-color: #111111;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 1246, base.less */
table td,
table th,
table caption {
  padding: 15px 30px;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
/* line 1250, base.less */
table th {
  text-align: left;
}
/* line 1253, base.less */
table tr td,
table tbody tr th {
  background-color: #f3f3f3;
  position: relative;
}
/* line 1257, base.less */
table tr:nth-child(even) td,
table tbody tr:nth-child(even) th {
  background-color: #ebebeb;
}
/* line 1260, base.less */
table caption {
  text-align: center;
}
/* line 1263, base.less */
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #ffffff;
}
/* line 1266, base.less */
table tbody tr:hover td.desc-col {
  color: #C4AE3D;
}
/* line 1269, base.less */
table tbody tr:hover td.desc-col:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #C4AE3D;
}
/* line 1278, base.less */
table td.desc-col {
  color: #111111;
}
/* line 1281, base.less */
table a {
  color: #111111;
}
/* line 1284, base.less */
table a:hover {
  color: #C4AE3D;
}
@media screen and (max-width: 767px) {
  /* line 1289, base.less */
  table {
    overflow-x: auto;
    display: block;
  }
}
/* line 1294, base.less */
dl {
  font-size: 14px;
  line-height: 30px;
}
/* line 1297, base.less */
dl dt {
  margin-right: 5px;
  float: left;
}
/* line 1301, base.less */
dl dd {
  color: #111111;
  margin-bottom: 0;
}
/* line 1306, base.less */
dl.style-boxed {
  background-color: #f3f3f3;
  padding: 30px 40px;
}
/* line 1309, base.less */
dl.style-boxed dt {
  display: block;
  float: none;
  text-transform: uppercase;
  color: #111111;
  font-weight: 600;
}
/* line 1316, base.less */
dl.style-boxed dd {
  display: block;
  color: #7d7d7d;
  font-size: 14px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
/* line 1324, base.less */
dl.style-boxed dd:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 1330, base.less */
ol,
ul {
  padding-left: 20px;
  font-family: "Roboto";
  -font-style: italic;
  margin-left: 30px;
   list-style: none !important;
  counter-reset: numList;
}
/* line 1335, base.less */
ol li,
ul li {
  display: list-item;
  padding-left: 5px;
}
 
ol li:before {
    counter-increment: numList;
    content: counter(numList);
    
    float: left;
    position: absolute;
    left: 10px;
    
    font: bold 16px "Roboto";
    text-align: center;
    color: #333;
    line-height: 38px;
    
    width: 38px; height: 38px;
    background: #dfdfdf;
    
    -moz-border-radius: 999px;
    border-radius: 999px
}

/* line 1339, base.less */
ol li,
ul li,
ol ol,
ul ol,
ol ul,
ul ul {
  margin-bottom: 7px;
}
/* line 1342, base.less */
ol ul,
ul ul,
ol ol,
ul ol {
  margin-top: 7px;
  margin-left: 10px;
}
/* line 1347, base.less */
.li-content svg {
  width: 16px;
  height: auto;
  margin-right: 11px;
}
/* line 1352, base.less */
.ie .li-content svg {
  height: 16px;
}
/* line 1356, base.less */
.li-content svg path,
.li-content svg rect,
.li-content svg polygon {
  fill: #C4AE3D;
}
/* line 1360, base.less */
ol.ol,
ul.ul {
  color: #C4AE3D;
}
/* line 1362, base.less */
ol.ol .li-content,
ul.ul .li-content {
  color: #333333;
}
/* line 1366, base.less */
.iconic {
  list-style: none;
  padding-left: 0;
}
/* line 1369, base.less */
.iconic i.icon {
  margin-right: 15px;
  color: #C4AE3D;
}
/* line 1374, base.less */
ul {
  list-style-type: square;
  list-style-position: outside;
}
/* line 1378, base.less */
ul ul {
  list-style-type: disc;
}
/* line 1381, base.less */
ul ul ul {
  list-style-type: circle;
}
/* line 1384, base.less */
ol {
  list-style-type: decimal;
  list-style-position: outside;
}
/* line 1388, base.less */
pre,
code,
tt,
var {
  font-family: "Courier New", monospace;
}
/* line 1391, base.less */
code,
tt,
var {
  padding: 0 8px;
}
/* line 1394, base.less */
pre {
  display: block;
  padding: 10px;
  overflow-x: auto;
  width: 100%;
}
/* line 1400, base.less */
code,
tt,
var,
pre {
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
}
/* line 1404, base.less */
hr {
  border: 0;
  height: 1px;
  margin: 30px 0 60px 0;
  background-color: #f3f3f3;
}
/* line 1410, base.less */
p,
table,
ul,
ol,
dl,
pre,
address,
audio,
video,
iframe,
blockquote,
embed,
canvas,
form,
fieldset,
.form-row,
.post-gallery,
.mejs-container,
.shortcode-lazy-video {
  margin-bottom: 15px;
}
/* line 1414, base.less */
.dropcap p:first-child:first-letter {
  float: left;
  font-size: 60px;
  color: #C4AE3D;
  line-height: 1em;
  padding-left: 0;
  padding-right: 5px;
  margin-right: 15px;
  font-weight: bold;
}
/* line 1426, base.less */
.dropcap.style-boxed p:first-child:first-letter {
  padding: 5px 13px;
  margin-top: 5px;
  color: #ffffff;
  background-color: #C4AE3D;
}
@media screen and (max-width: 767px) {
  /* line 1435, base.less */
  .dropcap p:first-child:first-letter {
    font-size: 38px;
    line-height: 1em;
  }
}
/* line 1441, base.less */
.fw-alert-success {
  margin-bottom: 30px !important;
}
/* line 1444, base.less */
legend {
  display: inline-block;
}
/* line 1447, base.less */
.field-wrap {
  margin-bottom: 30px;
}
/* line 1450, base.less */
.full-height {
  height: 100%;
}
/* line 1453, base.less */
.full-width {
  width: 100%;
}
/**
	=====================================================================================================================================================
	Headers styles
	=====================================================================================================================================================
**/
/* line 1461, base.less */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111;
  margin-bottom: 34px;
  font-family: 'Titillium Web';
}
/* line 1465, base.less */
h1.header-line,
h2.header-line,
h3.header-line,
h4.header-line,
h5.header-line,
h6.header-line {
  position: relative;
  display: block;
}
/* line 1469, base.less */
h1.header-angle span.angle,
h2.header-angle span.angle,
h3.header-angle span.angle,
h4.header-angle span.angle,
h5.header-angle span.angle,
h6.header-angle span.angle {
  position: relative;
}
/* line 1472, base.less */
.header-angle span.angle:before {
  content: '';
  position: absolute;
  left: -40px;
  top: -25px;
  width: 28px;
  height: 28px;
  border-top: 2px solid #C4AE3D;
  border-left: 2px solid #C4AE3D;
}
/* line 1482, base.less */
body.rtl .header-angle span.angle:before {
  border-right: 2px solid #C4AE3D;
  border-left: 0;
}
@media screen and (max-width: 767px) {
  /* line 1487, base.less */
  .header-angle span.angle {
    display: none;
  }
}
/* line 1491, base.less */
h1.header-line span,
h2.header-line span,
h3.header-line span,
h4.header-line span,
h5.header-line span,
h6.header-line span {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
}
/* line 1496, base.less */
h1.header-line:after,
h2.header-line:after,
h3.header-line:after,
h4.header-line:after,
h5.header-line:after,
h6.header-line:after,
h1.header-line span:after,
h2.header-line span:after,
h3.header-line span:after,
h4.header-line span:after,
h5.header-line span:after,
h6.header-line span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  z-index: 1;
  background-color: #f3f3f3;
}
/* line 1507, base.less */
h1.header-line span:after,
h2.header-line span:after,
h3.header-line span:after,
h4.header-line span:after,
h5.header-line span:after,
h6.header-line span:after {
  background-color: #111111;
  width: 100%;
  z-index: 2;
}
/* line 1512, base.less */
h1,
.h1 {
  font-size: 60px;
  font-family: 'Titillium Web';
  line-height: 60px;
  font-weight: 300;
  text-transform: none;
  font-variant: normal;
  font-style: normal;
}
/* line 1521, base.less */
h2,
.h2 {
  font-size: 48px;
  font-family: 'Titillium Web';
  line-height: 48px;
  font-weight: 300;
  text-transform: none;
  font-variant: normal;
  font-style: normal;
}
/* line 1530, base.less */
h3,
.h3 {
  font-size: 38px;
  font-family: 'Titillium Web';
  line-height: 44px;
  font-weight: 300;
  text-transform: none;
  font-variant: normal;
  font-style: normal;
}
/* line 1539, base.less */
h4,

.pb0 p{margin-bottom:0 !important}
.h4 {
  font-size: 36px;
  font-family: 'Titillium Web';
  line-height: 36px;
  font-weight: 700;
  text-transform: none;
  font-variant: normal;
  font-style: normal;
}
/* line 1548, base.less */
h5,
.h5 {
  font-size: 30px;
   font-family: 'Titillium Web';
  line-height: 35px;
  font-weight: 700;
  text-transform: none;
  font-variant: small-caps;
  font-style: normal;
}
/* line 1557, base.less */
h6,
.h6 {
  font-size: 24px;
  font-family: 'Titillium Web';
  line-height: 30px;
  font-weight: 700;
  text-transform: none;
  font-variant: small-caps;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  /* line 1567, base.less */
  h1,
  .h1 {
    font-size: 38px;
    line-height: 38px;
  }
  /* line 1571, base.less */
  h2,
  .h2 {
    font-size: 28px;
    line-height: 28px;
  }
  /* line 1575, base.less */
  h3,
  .h3 {
    font-size: 26px;
    line-height: 30px;
  }
  /* line 1579, base.less */
  h4,
  .h4 {
    font-size: 26px;
    line-height: 26px;
  }
  /* line 1583, base.less */
  h5,
  .h5 {
    font-size: 25px;
    line-height: 30px;
  }
  /* line 1587, base.less */
  h6,
  .h6 {
    font-size: 20px;
    line-height: 25px;
  }
}
/**
	=====================================================================================================================================================
	Blockquotes
	=====================================================================================================================================================
**/
/* line 1597, base.less */
blockquote {
  padding: 35px 0 0 55px;
  position: relative;
  font-size: 30px;
  line-height: 36px;
  font-family: crimson_textroman;
  color: #111111;
}
/* line 1604, base.less */
blockquote .author {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.45em;
  width: 100%;
  font-size: 18px;
  font-family: 'Titillium Web';
}
/* line 1612, base.less */
blockquote .position {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.45em;
  width: 100%;
  font-style: italic;
  color: #7d7d7d;
  font-size: 16px;
}
/* line 1621, base.less */
blockquote .fw-page-builder-content,
blockquote p {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
/* line 1626, base.less */
blockquote .cite {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
/* line 1631, base.less */
blockquote .photo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
/* line 1636, base.less */
blockquote .photo img {
  border-radius: 50%;
}
/* line 1640, base.less */
blockquote:before {
  content: '\201C';
  position: absolute;
  font-family: crimson_textroman;
  font-size: 300px;
  line-height: 1em;
  color: #f3f3f3;
  z-index: 0;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  /* line 1652, base.less */
  blockquote {
    font-size: 20px;
    line-height: 29px;
  }
  /* line 1656, base.less */
  blockquote .author {
    font-size: 16px;
    line-height: 1em;
  }
  /* line 1660, base.less */
  blockquote .position {
    display: block;
    font-size: 14px;
  }
}
/**
	=====================================================================================================================================================
	Forms
	=====================================================================================================================================================
**/
/* line 1670, base.less */
input[placeholder] {
  text-overflow: ellipsis;
}
/* line 1671, base.less */
::-webkit-input-placeholder {
  text-overflow: ellipsis;
}
/* line 1672, base.less */
input::-moz-placeholder {
  text-overflow: ellipsis;
}
/* line 1673, base.less */
input:-moz-placeholder {
  text-overflow: ellipsis;
}
/* line 1674, base.less */
input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
/* line 1676, base.less */
input,
button,
textarea,
select {
  -webkit-appearance: none !important;
}
/* line 1680, base.less */
.button,
input[type=reset],
input[type=submit],
button,
input[type=button] {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
}
/* line 1685, base.less */
.button .button-icon,
input[type=reset] .button-icon,
input[type=submit] .button-icon,
button .button-icon,
input[type=button] .button-icon {
  margin-right: 8px;
}
/* line 1690, base.less */
input[type=reset],
input[type=submit],
button,
input[type=button] {
  cursor: pointer;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.9em;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-family: 'Titillium Web';
}
/** button types **/
/* line 1701, base.less */
input[type=submit].link,
input[type=reset].link,
input[type=submit].link:hover,
input[type=reset].link:hover,
.checkout-button {
  padding: 0;
  background: transparent;
}
/* line 1705, base.less */
.button.link:after,
.form-submit:after,
.widget_shopping_cart .button:after,
.checkout-button:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 2px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  pointer-events: none;
}
/* line 1715, base.less */
.button.link:hover::after,
.button.link:focus::after,
.form-submit:hover:after,
.checkout-button:hover:after,
.widget_shopping_cart .button:hover:after {
  width: 100%;
}
/* line 1722, base.less */
.button.link.center:after {
  left: 50%;
  margin-left: -13%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1727, base.less */
.button.link.center:hover::after,
.button.link.center:focus::after {
  width: 100%;
  left: 0;
  margin-left: 0;
}
/* line 1733, base.less */
.button.link.right:after {
  left: auto;
  right: 0;
}
/* line 1737, base.less */
.button.link.right:hover::after,
.button.link.right:focus::after {
  width: 100%;
}
/* line 1741, base.less */
.button.poly,
.single_add_to_cart_button,
.coupon .button {
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
/* line 1744, base.less */
.button.poly:after,
.single_add_to_cart_button:after,
.coupon .button:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  border-style: solid;
  -webkit-transition: border 0.1s;
  -moz-transition: border 0.1s;
  -o-transition: border 0.1s;
  transition: border 0.1s;
}
/* line 1753, base.less */
.button.poly.left:after,
.single_add_to_cart_button:after,
.coupon .button:after {
  right: auto;
  left: -20px;
}
/* line 1757, base.less */
.button.poly,
.button.stroke,
.button.simple,
.single_add_to_cart_button,
.coupon .button,
input[type=reset],
input[type=submit],
button,
input[type=button] {
  padding: 10px 20px;
}
/* line 1764, base.less */
.button.classic {
  padding: 10px 30px;
}
/* line 1767, base.less */
.button.stroke {
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1772, base.less */
.button.simple,
input[type=reset],
input[type=submit],
button,
input[type=button],
.button.classic {
  border-radius: 3px;
  overflow: hidden;
}
/* line 1776, base.less */
.button.simple:after,
.button.classic:after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  right: 0;
  top: 0;
}
/* line 1787, base.less */
.button.simple:hover:after,
.button.classic:hover:after {
  width: 100%;
}
/* line 1791, base.less */
.button.size-small.classic,
.button.size-small.classic:after {
  border-radius: 20px;
}
/* line 1795, base.less */
.button.size-medium.classic,
.button.size-medium.classic:after {
  border-radius: 25px;
}
/* line 1799, base.less */
.button.size-large.classic,
.button.size-large.classic:after {
  border-radius: 30px;
}
/* line 1803, base.less */
.button.size-xlarge.classic,
.button.size-xlarge.classic:after {
  border-radius: 35px;
}
/** button sizes **/
/* line 1809, base.less */
.button.size-small {
  font-size: 14px;
}
/* line 1812, base.less */
.button.size-large {
  font-size: 18px;
}
/* line 1815, base.less */
.button.size-xlarge {
  font-size: 20px;
}
/* line 1818, base.less */
.button.poly.size-small,
.button.stroke.size-small,
.button.simple.size-small {
  padding: 5px 20px;
}
/* line 1823, base.less */
.button.classic.size-small {
  padding: 5px 30px;
}
/* line 1826, base.less */
.button.poly.size-large,
.button.stroke.size-large,
.button.simple.size-large {
  padding: 15px 40px;
}
/* line 1831, base.less */
.button.classic.size-large {
  padding: 15px 40px;
}
/* line 1834, base.less */
.button.poly.size-xlarge,
.button.stroke.size-xlarge,
.button.simple.size-xlarge {
  padding: 20px 40px;
}
/* line 1839, base.less */
.button.classic.size-xlarge {
  padding: 20px 50px;
}
/* line 1842, base.less */
.button.poly.size-small:after {
  right: -16px;
  border-width: 20px 0 20px 16px;
}
/* line 1846, base.less */
.button.poly.size-medium:after {
  border-width: 25px 0 25px 20px;
}
/* line 1849, base.less */
.button.poly.size-large:after {
  border-width: 30px 0 30px 20px;
}
/* line 1852, base.less */
.button.poly.size-xlarge:after {
  border-width: 35px 0 35px 20px;
}
/* line 1855, base.less */
.button.poly.size-small.left:after {
  left: -16px;
  right: auto;
  border-width: 20px 16px 20px 0;
}
/* line 1860, base.less */
.button.poly.size-medium.left:after {
  border-width: 25px 20px 25px 0;
}
/* line 1863, base.less */
.button.poly.size-large.left:after {
  border-width: 30px 20px 30px 0;
}
/* line 1866, base.less */
.button.poly.size-xlarge.left:after {
  border-width: 35px 20px 35px 0;
}
/** simple & poly buttons **/
/* line 1870, base.less */
.button.style-green.poly,
.button.style-green.simple,
.button.style-green.classic,
input[type=reset],
input[type=submit],
button,
input[type=button] {
  background-color: #8dc63f;
  color: #ffffff;
}
/* line 1877, base.less */
input[type=reset]:hover,
input[type=submit]:hover,
button:hover,
input[type=button]:hover {
  background-color: #72a230;
}
/* line 1880, base.less */
.button.style-green.poly:hover {
  background-color: #72a230;
}
/* line 1883, base.less */
.button.style-black.poly,
.button.style-black.simple,
.button.style-black.classic {
  background-color: #111111;
  color: #ffffff;
}
/* line 1889, base.less */
.button.style-black.poly:hover {
  background-color: #000000;
}
/* line 1892, base.less */
.button.style-yellow.poly,
.single_add_to_cart_button,
.coupon .button,
.button.style-yellow.simple,
.button.style-yellow.classic,
.form-submit:after {
  background-color: #C4AE3D;
  color: #111111;
}
/* line 1901, base.less */
.button.style-yellow.poly:hover,
.single_add_to_cart_button:hover,
.coupon .button:hover,
.form-submit:hover:after {
  background-color: #fbcd14;
}
/* line 1907, base.less */
.button.style-grey.poly,
.button.style-grey.simple,
.button.style-grey.classic {
  background-color: #f3f3f3;
  color: #a4a4a4;
}
/* line 1913, base.less */
.button.style-grey.poly:hover {
  background-color: #ebebeb;
}
/* line 1916, base.less */
.button.poly.style-green:after {
  border-color: transparent transparent transparent #8dc63f;
}
/* line 1919, base.less */
.button.poly.style-green:hover:after {
  border-color: transparent transparent transparent #72a230;
}
/* line 1922, base.less */
.button.poly.style-black:after {
  border-color: transparent transparent transparent #111111;
}
/* line 1925, base.less */
.button.poly.style-black:hover:after {
  border-color: transparent transparent transparent #000000;
}
/* line 1928, base.less */
.button.poly.style-yellow:after {
  border-color: transparent transparent transparent #C4AE3D;
}
/* line 1931, base.less */
.button.poly.style-yellow:hover:after {
  border-color: transparent transparent transparent #fbcd14;
}
/* line 1934, base.less */
.button.poly.style-grey:after {
  border-color: transparent transparent transparent #f3f3f3;
}
/* line 1937, base.less */
.button.poly.style-grey:hover:after {
  border-color: transparent transparent transparent #ebebeb;
}
/* line 1940, base.less */
.button.poly.style-green.left:after {
  border-color: transparent #8dc63f transparent transparent;
}
/* line 1943, base.less */
.button.poly.style-green.left:hover:after {
  border-color: transparent #72a230 transparent transparent;
}
/* line 1946, base.less */
.button.poly.style-black.left:after {
  border-color: transparent #111111 transparent transparent;
}
/* line 1949, base.less */
.button.poly.style-black.left:hover:after {
  border-color: transparent #000000 transparent transparent;
}
/* line 1952, base.less */
.button.poly.style-yellow.left:after {
  border-color: transparent #C4AE3D transparent transparent;
}
/* line 1955, base.less */
.button.poly.style-yellow.left:hover:after {
  border-color: transparent #fbcd14 transparent transparent;
}
/* line 1958, base.less */
.button.poly.style-grey.left:after {
  border-color: transparent #f3f3f3 transparent transparent;
}
/* line 1961, base.less */
.button.poly.style-grey.left:hover:after {
  border-color: transparent #ebebeb transparent transparent;
}
/* line 1966, base.less */
body.rtl .button.poly.style-green:after {
  border-color: transparent #8dc63f transparent transparent;
}
/* line 1969, base.less */
body.rtl .button.poly.style-green:hover:after {
  border-color: transparent #72a230 transparent transparent;
}
/* line 1972, base.less */
body.rtl .button.poly.style-black:after {
  border-color: transparent #111111 transparent transparent;
}
/* line 1975, base.less */
body.rtl .button.poly.style-black:hover:after {
  border-color: transparent #000000 transparent transparent;
}
/* line 1978, base.less */
body.rtl .button.poly.style-yellow:after {
  border-color: transparent #C4AE3D transparent transparent;
}
/* line 1981, base.less */
body.rtl .button.poly.style-yellow:hover:after {
  border-color: transparent #fbcd14 transparent transparent;
}
/* line 1984, base.less */
body.rtl .button.poly.style-grey:after {
  border-color: transparent #f3f3f3 transparent transparent;
}
/* line 1987, base.less */
body.rtl .button.poly.style-grey:hover:after {
  border-color: transparent #ebebeb transparent transparent;
}
/* line 1990, base.less */
body.rtl .button.poly.style-green.left:after {
  border-color: transparent transparent transparent #8dc63f;
}
/* line 1993, base.less */
body.rtl .button.poly.style-green.left:hover:after {
  border-color: transparent transparent transparent #72a230;
}
/* line 1996, base.less */
body.rtl .button.poly.style-black.left:after {
  border-color: transparent transparent transparent #111111;
}
/* line 1999, base.less */
body.rtl .button.poly.style-black.left:hover:after {
  border-color: transparent transparent transparent #000000;
}
/* line 2002, base.less */
body.rtl .button.poly.style-yellow.left:after {
  border-color: transparent transparent transparent #C4AE3D;
}
/* line 2005, base.less */
body.rtl .button.poly.style-yellow.left:hover:after {
  border-color: transparent transparent transparent #fbcd14;
}
/* line 2008, base.less */
body.rtl .button.poly.style-grey.left:after {
  border-color: transparent transparent transparent #f3f3f3;
}
/* line 2011, base.less */
body.rtl .button.poly.style-grey.left:hover:after {
  border-color: transparent transparent transparent #ebebeb;
}
/** stroke buttons **/
/* line 2017, base.less */
.button.style-green.stroke {
  border-color: #8dc63f;
  color: #8dc63f;
}
/* line 2021, base.less */
.button.style-green.stroke:hover {
  border-color: #567b24;
  color: #567b24;
}
/* line 2025, base.less */
.button.style-black.stroke {
  border-color: #111111;
  color: #111111;
}
/* line 2029, base.less */
.button.style-black.stroke:hover {
  border-color: #000000;
  color: #000000;
}
/* line 2033, base.less */
.button.style-yellow.stroke {
  border-color: #C4AE3D;
  color: #C4AE3D;
}
/* line 2037, base.less */
.button.style-yellow.stroke:hover {
  border-color: #d8ae04;
  color: #d8ae04;
}
/* line 2041, base.less */
.button.style-grey.stroke {
  border-color: #dadada;
  color: #ffffff;
}
/* line 2045, base.less */
.button.style-grey.stroke:hover {
  border-color: #fff;
  color: #ffffff !important;
}
/** link buttons **/
/* line 2052, base.less */
.button.style-green.link,
.widget_shopping_cart .button {
  color: #8dc63f;
}
/* line 2055, base.less */
.button.style-green.link:hover,
.widget_shopping_cart .button:hover {
  color: #648e2a;
}
/* line 2058, base.less */
.button.style-green.link:after,
.checkout-button:after,
.button.style-green.link.center:after {
  background: #C4AE3D;
}
/* line 2063, base.less */
.widget_shopping_cart .button.checkout:after {
  background: #8dc63f;
}
/* line 2066, base.less */
.widget_shopping_cart .button.checkout:hover {
  color: #8dc63f;
}
/* line 2069, base.less */
.button.style-black.link,
.widget_shopping_cart .button.checkout,
.checkout-button {
  color: #111111;
}
/* line 2074, base.less */
.button.style-black.link:hover,
.widget_shopping_cart .button.checkout:hover,
.checkout-button:hover {
  color: #C4AE3D;
}
/* line 2079, base.less */
.button.style-black.link:after,
.button.style-black.link.center:after,
.widget_shopping_cart .button.checkout:after {
  background: #C4AE3D;
}
/* line 2084, base.less */
.button.style-yellow.link {
  color: #C4AE3D;
}
/* line 2087, base.less */
.button.style-yellow.link:hover {
  color: #f2c304;
}
/* line 2090, base.less */
.button.style-yellow.link:after,
.button.style-yellow.link.center:after {
  background: #fff;
}
/* line 2094, base.less */
.button.style-grey.link {
  color: #f3f3f3;
}
/* line 2097, base.less */
.button.style-grey.link:hover {
  color: #111111;
}
/* line 2100, base.less */
.button.style-white.link {
  color: #fff;
}
/* line 2103, base.less */
.button.style-white.link:hover {
  color: #C4AE3D;
}
/* line 2106, base.less */
.button.style-white.link:after,
.button.style-white.link.center:after {
  background: #C4AE3D;
}
/* line 2112, base.less */
form label {
  margin-bottom: 5px;
}
/* line 2115, base.less */
form label sup {
  color: #f05252;
}
/* line 2118, base.less */
form p {
  margin-bottom: 0;
}
/* line 2121, base.less */
form em {
  font-size: 12px;
  color: #c2c2c2;
  font-style: normal;
  padding-top: 5px;
  display: block;
}
/* line 2128, base.less */
form .field-text label,
form .field-select label,
form .field-textarea label {
  display: block;
}
/* line 2131, base.less */
form .form-error {
  color: #f05252 !important;
  font-size: 14px;
  font-style: italic;
}
/* line 2136, base.less */
form .form-builder-item {
  margin-bottom: 20px;
}
/* line 2141, base.less */
.fw_form_fw_form h2 {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 2147, base.less */
.fw_form_fw_form .title p {
  font-family: 'Titillium Web';
  font-style: italic;
  color:#999999;
}


.line {
    width:70%;
}
.line:after {
    content:'';
    position: absolute;
    border-style: solid;
    border-width: 7px 7px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 8px;
    left: 45%;
}
.line:before {
    content:'';
    position: absolute;
    border-style: solid;
    border-width: 7px 7px 0;
    border-color: #7F7F7F transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 9px;
    left: 45%;
}

/* line 2151, base.less */
.fw_form_fw_form label sup {
  display: none;
}
/* line 2154, base.less */
.fw_form_fw_form .fw-flash-type-success {
  list-style: none;
  margin: 0 0 30px 0;
  font-family: 'Titillium Web';
  font-size: 36px;
  line-height: 36px;
  font-style: normal;
  color: #111111;
}
@media screen and (max-width: 767px) {
  /* line 2166, base.less */
  .fw_form_fw_form h2 {
    font-size: 25px;
    line-height: 30px;
  }
  /* line 2170, base.less */
  .fw_form_fw_form .fw-flash-type-success {
    font-size: 26px;
    line-height: 26px;
  }
}
/* line 2176, base.less */
input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=number],
input[type=search],
input[type=tel],
textarea,
select {
  width: 100%;
  max-width: 100%;
  display: block;
  font-size: 14px;
  font-family: 'Titillium Web';
  background-color: #f3f3f3;
  padding: 15px 20px;
  border-radius: 3px;
  border: 1px solid #f3f3f3;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
/* line 2188, base.less */
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=url]:hover,
input[type=number]:hover,
input[type=search]:hover,
input[type=tel]:hover,
textarea:hover,
select:hover,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: #C4AE3D;
  background-color: #ffffff;
  color: #111111;
}
/* line 2194, base.less */
textarea {
  min-height: 180px;
}
/** custom checkboxes **/
/* line 2199, base.less */
.fs-checkbox.fs-checkbox-enabled {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
}
/* line 2204, base.less */
.fs-checkbox.fs-checkbox-enabled:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
}
/* line 2210, base.less */
.fs-checkbox,
.fs-checkbox:after,
.fs-checkbox:before,
.fs-checkbox *,
.fs-checkbox *:after,
.fs-checkbox *:before {
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
/* line 2224, base.less */
.fs-checkbox-element_wrapper {
  position: relative;
  border: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  width: 0;
}
/* line 2234, base.less */
.fs-checkbox-element {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}
/* line 2243, base.less */
.fs-checkbox-label {
  cursor: pointer;
  display: block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 2252, base.less */
.fs-checkbox-marker {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  float: left;
  margin: 6px 10px 0 0;
}
/* line 2263, base.less */
.fs-checkbox-flag {
  width: 100%;
  height: 100%;
  margin: 0;
}
/* line 2268, base.less */
.fs-checkbox-flag:before {
  width: 4px;
  height: 7px;
  border: 2px solid #dadada;
  border-top: 0;
  border-left: 0;
  content: '';
  display: block;
  margin: 3px 0 0 5px;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}
/* line 2283, base.less */
.fs-checkbox-checked .fs-checkbox-flag:before {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
/* line 2288, base.less */
.no-csstransforms .fs-checkbox-flag:before {
  width: 100%;
  height: 100%;
  content: "\2713";
  display: none;
  line-height: 1;
  text-align: center;
}
/* line 2296, base.less */
.no-csstransforms .fs-checkbox-checked .fs-checkbox-flag:before {
  display: block;
}
/* line 2299, base.less */
.fs-checkbox-radio .fs-checkbox-marker {
  border-radius: 100%;
}
/* line 2302, base.less */
.fs-checkbox-radio .fs-checkbox-flag {
  background: #dadada;
  border: 4px solid #ffffff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
}
/* line 2312, base.less */
.fs-checkbox:hover .fs-checkbox-marker,
.fs-checkbox-checked .fs-checkbox-marker,
.fs-checkbox-checked .fs-checkbox-flag:before {
  border-color: #C4AE3D;
}
/* line 2315, base.less */
.fs-checkbox-checked.fs-checkbox-radio .fs-checkbox-flag {
  background-color: #C4AE3D;
}
/* line 2318, base.less */
.fs-checkbox-radio .fs-checkbox-flag:before {
  display: none;
}
/* line 2321, base.less */
.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* line 2326, base.less */
.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
  display: none;
}
/* line 2329, base.less */
.no-csstransforms .fs-checkbox-radio .fs-checkbox-flag:before {
  display: none;
}
/* line 2332, base.less */
.no-csstransforms .fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
  display: block;
}
/* line 2335, base.less */
.fs-checkbox-focus .fs-checkbox-marker {
  border-color: #dadada;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
/* line 2341, base.less */
.fs-checkbox-disabled {
  cursor: default;
  opacity: 0.5;
}
/* line 2345, base.less */
.fs-checkbox-disabled .fs-checkbox-label {
  cursor: default;
}
/* line 2348, base.less */
.fs-checkbox-disabled .fs-checkbox-marker {
  border-color: #dadada;
  cursor: default;
}
/** custom dropdown **/
/* line 2354, base.less */
.fs-dropdown {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  max-width: 100%;
}
/* line 2361, base.less */
.fs-dropdown:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
}
/* line 2367, base.less */
.fs-dropdown,
.fs-dropdown:after,
.fs-dropdown:before,
.fs-dropdown *,
.fs-dropdown *:after,
.fs-dropdown *:before {
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
/* line 2381, base.less */
.fs-dropdown-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1;
}
/* line 2389, base.less */
.fs-dropdown-element,
.fs-dropdown-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
/* line 2395, base.less */
.no-opacity .fs-dropdown-element {
  left: -999999px;
}
/* line 2398, base.less */
.fs-dropdown-selected {
  width: 100%;
  position: relative;
  background: #f3f3f3;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #7d7d7d;
  cursor: pointer;
  display: block;
  height: 49px;
  line-height: 49px;
  margin: 0;
  overflow-y: hidden;
  padding: 0 70px 0 20px;
  text-align: left;
  text-overflow: ellipsis;
  z-index: 2;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
}
/* line 2419, base.less */
.fs-dropdown-selected:hover,
.fs-dropdown-selected:focus,
.fs-dropdown-open .fs-dropdown-selected,
.fs-dropdown-focus .fs-dropdown-selected {
  background: #ffffff;
  border-color: #C4AE3D;
}
/* line 2426, base.less */
.fs-dropdown-selected:before,
.fs-dropdown-selected:after {
  position: absolute;
  content: '';
  z-index: 3;
}
/* line 2432, base.less */
.fs-dropdown-selected:before {
  right: 49px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 12px 24px 0;
  border-color: transparent #111111 transparent transparent;
}
/* line 2441, base.less */
body.rtl .fs-dropdown-selected:before {
  border-color: transparent transparent transparent #111111;
}
/* line 2444, base.less */
.fs-dropdown-selected:after {
  width: 50px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  background-color: #111111;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-position: center center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}
/* line 2460, base.less */
.fs-dropdown-selected:hover:after,
.fs-dropdown-selected:focus:after,
.fs-dropdown-open .fs-dropdown-selected:after,
.fs-dropdown-focus .fs-dropdown-selected:after {
  background-color: #C4AE3D;
}
/* line 2467, base.less */
.fs-dropdown-selected:hover:before,
.fs-dropdown-selected:focus:before,
.fs-dropdown-open .fs-dropdown-selected:before,
.fs-dropdown-focus .fs-dropdown-selected:before {
  border-color: transparent #C4AE3D transparent transparent;
}
/* line 2474, base.less */
body.rtl .fs-dropdown-selected:hover:before,
body.rtl .fs-dropdown-selected:focus:before,
body.rtl .fs-dropdown-open .fs-dropdown-selected:before,
body.rtl .fs-dropdown-focus .fs-dropdown-selected:before {
  border-color: transparent transparent transparent #C4AE3D;
}
/* line 2481, base.less */
.fs-dropdown-options {
  width: 100%;
  max-height: 250px;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #f3f3f3;
  border-width: 0 1px 1px;
  border-radius: 0 0 3px 3px;
  background-color: #ffffff;
  display: none;
  margin: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  z-index: 50;
}
/* line 2498, base.less */
.fs-dropdown-options.fs-scrollbar {
  position: absolute;
}
/* line 2501, base.less */
.no-opacity .fs-dropdown-options {
  width: auto;
}
/* line 2504, base.less */
.fs-dropdown-item {
  width: 100%;
  background: #ffffff;
  text-transform: none;
  font-weight: normal;
  color: #7d7d7d;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  padding: 2px 70px 2px 40px;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
}
/* line 2520, base.less */
.fs-dropdown-item:hover {
  background: #ffffff;
  color: #C4AE3D !important;
}
/* line 2524, base.less */
.fs-dropdown-item_placeholder {
  display: none;
}
/* line 2527, base.less */
.fs-dropdown-item_selected {
  color: #C4AE3D;
}
/* line 2530, base.less */
.fs-dropdown-item_selected:before,
.fs-dropdown-item:hover:before {
  content: '';
  position: absolute;
  left: 20px;
  width: 20px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-position: left center;
}
/* line 2541, base.less */
.fs-dropdown-open {
  z-index: 3;
}
/* line 2544, base.less */
.fs-dropdown-open .fs-dropdown-options {
  display: block;
  border-radius: 0 0 3px 3px;
}
/* line 2548, base.less */
.fs-dropdown-open .fs-dropdown-selected {
  z-index: 51;
  border-radius: 3px 3px 0 0;
}
/* line 2552, base.less */
.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  z-index: 49;
}
/* line 2555, base.less */
.fs-dropdown-cover .fs-dropdown-options {
  top: 0;
  border-radius: 3px;
  border-width: 1px;
}
/* line 2560, base.less */
.fs-dropdown-cover .fs-dropdown-item:first-child {
  border-radius: 3px 3px 0 0;
}
/* line 2563, base.less */
.fs-dropdown-bottom .fs-dropdown-options {
  top: auto;
  bottom: 100%;
  border-width: 1px 1px 0;
}
/* line 2568, base.less */
.fs-dropdown-bottom .fs-dropdown-item:last-child {
  border: none;
}
/* line 2571, base.less */
.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-selected {
  border-radius: 0 0 3px 3px;
}
/* line 2574, base.less */
.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-options {
  border-radius: 3px 3px 0 0;
}
/* line 2577, base.less */
.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
  top: auto;
  bottom: 0;
}
/* line 2581, base.less */
.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  border-radius: 3px;
}
/* line 2584, base.less */
.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-options {
  border-radius: 3px;
}
/* line 2587, base.less */
.fs-dropdown-options.fs-scrollbar {
  overflow: hidden;
}
/* line 2590, base.less */
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
  max-height: 260px;
  height: auto;
}
/* line 2594, base.less */
.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
  padding: 10px 0;
}
/* line 2597, base.less */
.fs-scrollbar {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
/* line 2603, base.less */
.fs-scrollbar,
.fs-scrollbar * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
/* line 2610, base.less */
.fs-scrollbar,
.fs-scrollbar-content,
.fs-scrollbar-bar,
.fs-scrollbar-track,
.fs-scrollbar-handle {
  box-sizing: border-box;
}
/* line 2617, base.less */
.fs-scrollbar-content {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 2626, base.less */
.fs-scrollbar-content::-webkit-scrollbar,
.fs-scrollbar-content::-webkit-scrollbar-button,
.fs-scrollbar-content::-webkit-scrollbar-track,
.fs-scrollbar-content::-webkit-scrollbar-track-piece,
.fs-scrollbar-content::-webkit-scrollbar-thumb,
.fs-scrollbar-content::-webkit-scrollbar-corner,
.fs-scrollbar-content::-webkit-resizer {
  background: transparent;
  opacity: 0;
}
/* line 2636, base.less */
.fs-scrollbar-bar {
  width: 50px;
  height: 90%;
  position: absolute;
  right: 0;
  top: 5%;
  bottom: 5%;
  z-index: 2;
  background: #ffffff;
  display: none;
}
/* line 2647, base.less */
.fs-scrollbar-track {
  width: 100%;
  height: 100%;
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* line 2654, base.less */
.fs-scrollbar-handle {
  width: 4px;
  height: 20px;
  position: absolute;
  top: 35px;
  right: 22px;
  z-index: 2;
  background: #f3f3f3;
  border-radius: 3px;
  cursor: pointer;
}
/* line 2665, base.less */
.fs-scrollbar-horizontal .fs-scrollbar-content {
  overflow: auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 16px 0;
}
/* line 2671, base.less */
.fs-scrollbar-horizontal .fs-scrollbar-bar {
  width: 100%;
  height: 16px;
  top: auto;
  bottom: 0;
  border-width: 1px 0 0 0;
}
/* line 2678, base.less */
.fs-scrollbar-horizontal .fs-scrollbar-handle {
  width: 20px;
  height: 10px;
  top: auto;
  right: auto;
  bottom: 3px;
}
/* line 2685, base.less */
.fs-scrollbar-setup .fs-scrollbar-content,
.fs-scrollbar-active .fs-scrollbar-content {
  padding: 20px;
}
/* line 2689, base.less */
.fs-scrollbar-setup .fs-scrollbar-bar,
.fs-scrollbar-active .fs-scrollbar-bar {
  display: block;
}
/**
	=====================================================================================================================================================
	WP Gallery
	=====================================================================================================================================================
**/
/* line 2700, base.less */
.gallery .gallery-item {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
/* line 2704, base.less */
.gallery .gallery-icon {
  margin: 0 30px 30px 0 !important;
  position: relative;
}
/* line 2707, base.less */
.gallery .gallery-icon a {
  display: block;
}
/* line 2711, base.less */
.gallery .gallery-icon a:after,
.gallery .gallery-icon a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
/* line 2721, base.less */
.gallery .gallery-icon a:before {
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center -100%;
  z-index: 2;
}
/* line 2727, base.less */
.gallery .gallery-icon a:hover:before {
  background-position: center center;
}
/* line 2730, base.less */
.gallery .gallery-icon a:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
  border: 10px solid #C4AE3D;
}
/* line 2734, base.less */
.gallery img {
  border: 0 !important;
  display: block;
}
/**
	=====================================================================================================================================================
	Lightbox
	=====================================================================================================================================================
**/
/* line 2745, base.less */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2759, base.less */
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}
/* line 2763, base.less */
.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}
/* line 2770, base.less */
.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}
/* line 2774, base.less */
.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}
/* line 2782, base.less */
.nivo-lightbox-nav {
  display: none;
}
/* line 2783, base.less */
.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
/* line 2788, base.less */
.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 2793, base.less */
.nivo-lightbox-close {
  position: absolute;
  top: 5%;
  right: 2%;
}
/* line 2799, base.less */
.nivo-lightbox-image {
  text-align: center;
}
/* line 2800, base.less */
.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
/* line 2807, base.less */
.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}
/* line 2811, base.less */
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2819, base.less */
.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
/* line 2827, base.less */
.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}
/* line 2831, base.less */
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* fall */
/* line 2840, base.less */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
/* line 2845, base.less */
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  -moz-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}
/* line 2856, base.less */
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 2862, base.less */
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #777;
  background: rgba(0, 0, 0, 0.85);
}
/* line 2866, base.less */
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url(http://sanurhastamitra.com/images/lightbox/loading.gif) no-repeat 50% 50%;
}
/* line 2868, base.less */
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 10%;
  width: 8%;
  height: 80%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}
/* line 2877, base.less */
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 1;
}
/* line 2880, base.less */
.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url(http://sanurhastamitra.com/images/lightbox/prev.png);
  border-radius: 0 3px 3px 0;
}
/* line 2884, base.less */
.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url(http://sanurhastamitra.com/images/lightbox/next.png);
  border-radius: 3px 0 0 3px;
}
/* line 2889, base.less */
.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}
/* line 2898, base.less */
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1;
}
/* line 2900, base.less */
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}
/* line 2901, base.less */
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
}
/* line 2909, base.less */
.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
/* line 2915, base.less */
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2930, base.less */
  .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url(http://sanurhastamitra.com/images/lightbox/loading@2x.gif);
    background-size: 32px 32px;
  }
  /* line 2934, base.less */
  .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(http://sanurhastamitra.com/images/lightbox/prev@2x.png);
    background-size: 48px 48px;
  }
  /* line 2938, base.less */
  .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(http://sanurhastamitra.com/images/lightbox/next@2x.png);
    background-size: 48px 48px;
  }
}
/**
	=====================================================================================================================================================
	Sweet Alert
	=====================================================================================================================================================
**/
/* line 2949, base.less */
.sweet-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}
/* line 2959, base.less */
.sweet-alert {
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}
@media all and (max-width: 540px) {
  /* line 2974, base.less */
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
/* line 2982, base.less */
.sweet-alert h2 {
  text-align: center;
  text-transform: none;
  position: relative;
  margin: 0 0 18px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
/* line 2991, base.less */
.sweet-alert p {
  text-align: center;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0 0 18px 0;
  padding: 0;
  line-height: normal;
}
/* line 3000, base.less */
.sweet-alert .sa-error-container {
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}
/* line 3009, base.less */
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}
/* line 3015, base.less */
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}
/* line 3025, base.less */
.sweet-alert .sa-error-container p {
  display: inline-block;
}
/* line 3028, base.less */
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
/* line 3042, base.less */
.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}
/* line 3053, base.less */
.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 3057, base.less */
.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 3061, base.less */
.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 3066, base.less */
.sweet-alert.show-input input {
  display: block;
}
/* line 3069, base.less */
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
/* line 3074, base.less */
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}
/* line 3077, base.less */
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
/* line 3089, base.less */
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
/* line 3093, base.less */
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  display: block;
  top: 37px;
  border-radius: 2px;
}
/* line 3101, base.less */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
/* line 3106, base.less */
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
/* line 3111, base.less */
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
}
/* line 3121, base.less */
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
}
/* line 3131, base.less */
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
}
/* line 3141, base.less */
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
}
/* line 3150, base.less */
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 3162, base.less */
.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
/* line 3172, base.less */
.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
/* line 3182, base.less */
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
/* line 3195, base.less */
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 3206, base.less */
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
/* line 3213, base.less */
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 3220, base.less */
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 3227, base.less */
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  /* line 3239, base.less */
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  /* line 3243, base.less */
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  /* line 3247, base.less */
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  /* line 3251, base.less */
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  /* line 3257, base.less */
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  /* line 3261, base.less */
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  /* line 3265, base.less */
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  /* line 3269, base.less */
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  /* line 3275, base.less */
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  /* line 3279, base.less */
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  /* line 3285, base.less */
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  /* line 3289, base.less */
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  /* line 3295, base.less */
  0% {
    top: 0%;
  }
  /* line 3298, base.less */
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  /* line 3303, base.less */
  0% {
    top: 0%;
  }
  /* line 3306, base.less */
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  /* line 3311, base.less */
  0% {
    top: 50%;
  }
  /* line 3314, base.less */
  100% {
    top: 0%;
  }
}
@keyframes slideToTop {
  /* line 3319, base.less */
  0% {
    top: 50%;
  }
  /* line 3322, base.less */
  100% {
    top: 0%;
  }
}
@-webkit-keyframes slideFromBottom {
  /* line 3327, base.less */
  0% {
    top: 70%;
  }
  /* line 3330, base.less */
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  /* line 3335, base.less */
  0% {
    top: 70%;
  }
  /* line 3338, base.less */
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  /* line 3343, base.less */
  0% {
    top: 50%;
  }
  /* line 3346, base.less */
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  /* line 3351, base.less */
  0% {
    top: 50%;
  }
  /* line 3354, base.less */
  100% {
    top: 70%;
  }
}
/* line 3358, base.less */
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
/* line 3362, base.less */
.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}
/* line 3366, base.less */
.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}
/* line 3370, base.less */
.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}
/* line 3375, base.less */
.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}
/* line 3379, base.less */
.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}
/* line 3383, base.less */
.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}
/* line 3387, base.less */
.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}
@-webkit-keyframes animateSuccessTip {
  /* line 3393, base.less */
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  /* line 3398, base.less */
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  /* line 3403, base.less */
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  /* line 3408, base.less */
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  /* line 3413, base.less */
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  /* line 3420, base.less */
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  /* line 3425, base.less */
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  /* line 3430, base.less */
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  /* line 3435, base.less */
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  /* line 3440, base.less */
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  /* line 3447, base.less */
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  /* line 3452, base.less */
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  /* line 3457, base.less */
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  /* line 3462, base.less */
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  /* line 3469, base.less */
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  /* line 3474, base.less */
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  /* line 3479, base.less */
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  /* line 3484, base.less */
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  /* line 3491, base.less */
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  /* line 3495, base.less */
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  /* line 3499, base.less */
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  /* line 3503, base.less */
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  /* line 3509, base.less */
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  /* line 3513, base.less */
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  /* line 3517, base.less */
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  /* line 3521, base.less */
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
/* line 3526, base.less */
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
/* line 3531, base.less */
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
/* line 3536, base.less */
.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  /* line 3542, base.less */
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  /* line 3547, base.less */
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  /* line 3554, base.less */
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  /* line 3559, base.less */
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
/* line 3565, base.less */
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  /* line 3571, base.less */
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  /* line 3577, base.less */
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  /* line 3583, base.less */
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  /* line 3588, base.less */
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  /* line 3596, base.less */
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  /* line 3602, base.less */
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  /* line 3608, base.less */
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  /* line 3613, base.less */
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
/* line 3620, base.less */
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
@-webkit-keyframes hoverPulse {
  /* line 3626, base.less */
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  /* line 3627, base.less */
  8% {
    opacity: 0;
  }
  /* line 3628, base.less */
  15% {
    opacity: 0;
  }
  /* line 3629, base.less */
  30% {
    opacity: 1;
  }
  /* line 3630, base.less */
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes hoverPulse {
  /* line 3633, base.less */
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  /* line 3634, base.less */
  8% {
    opacity: 0;
  }
  /* line 3635, base.less */
  15% {
    opacity: 0;
  }
  /* line 3636, base.less */
  30% {
    opacity: 1;
  }
  /* line 3637, base.less */
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hoverPulse {
  /* line 3640, base.less */
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  /* line 3641, base.less */
  8% {
    opacity: 0;
  }
  /* line 3642, base.less */
  15% {
    opacity: 0;
  }
  /* line 3643, base.less */
  30% {
    opacity: 1;
  }
  /* line 3644, base.less */
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* line 3646, base.less */
.sweet-overlay {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
/* line 3651, base.less */
.sweet-alert {
  background-color: #ffffff;
}
/**
	=====================================================================================================================================================
	Search form
	=====================================================================================================================================================
**/
/* line 3659, base.less */
.search-form input {
  font-style: italic;
  font-family: crimson_textroman;
  font-size: 16px;
  padding-right: 60px;
  background-position: right 20px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
/**
	=====================================================================================================================================================
	Page 404
	=====================================================================================================================================================
**/
/* line 3673, base.less */
.img-404 {
  display: block;
  width: 170px;
  height: 178px;
  margin: 0 auto 50px auto;
  background-repeat: no-repeat;
}
/* line 3680, base.less */
.error404 #content {
  text-align: center;
  padding-bottom: 160px !important;
}
/* line 3683, base.less */
.error404 #content h1 {
  font-weight: 300;
}
/* line 3686, base.less */
.error404 #content h1 span,
.error404 #content h1 strong {
  font-weight: bold;
  color: #C4AE3D;
}
/* line 3690, base.less */
.error404 #content p {
  font-size: 24px;
  line-height: 1.3em;
  color: #111111;
}
/* line 3695, base.less */
.error404 #content .button {
  margin: 0 15px;
}
/* line 3698, base.less */
.error404 #content .search-form {
  margin: 60px auto;
  max-width: 570px;
}
@media screen and (max-width: 640px) {
  /* line 3705, base.less */
  .error404 #content .button {
    width: 100%;
    margin: 0 0 15px 0;
  }
  /* line 3709, base.less */
  .error404 #content .button:after {
    display: none;
  }
}
/**
	=====================================================================================================================================================
	Blog posts
	=====================================================================================================================================================
**/
/* line 3720, base.less */
#content article header {
  margin-bottom: 22px;
}
/* line 3722, base.less */
#content article header iframe {
  margin-bottom: 0;
}
/* line 3726, base.less */
#content article {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #f3f3f3;
}
/* line 3732, base.less */
#content article:last-of-type {
  border-bottom: 0;
}
/* line 3735, base.less */
#content .post-content {
  min-height: 110px;
}
/* line 3737, base.less */
#content .post-content .text p {
  margin-bottom: 22px;
}
/* line 3741, base.less */
#content .post-date-default {
  clear: both;
  display: inline-block;
  background: #C4AE3D;
  color: #111111;
  margin-bottom: 18px;
  padding: 2px 8px;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 3751, base.less */
#content .date-style-day_month .post-content,
#content .post-content.with-share-block {
  padding-left: 100px;
}
/* line 3754, base.less */
#content .post-content.with-share-block {
  min-height: 400px;
}
/* line 3757, base.less */
#content .post-thumbnail {
  float: left;
  position: relative;
}
/* line 3760, base.less */
#content .post-thumbnail .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  border: 10px solid transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 3771, base.less */
#content .post-thumbnail img {
  display: block;
}
/* line 3774, base.less */
#content .post-thumbnail .zoom,
#content .post-thumbnail .link {
  position: absolute;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  top: 40%;
  opacity: 0;
  margin-top: -15px;
  -webkit-transition: top 0.2s;
  -moz-transition: top 0.2s;
  -o-transition: top 0.2s;
  transition: top 0.2s;
}
/* line 3786, base.less */
#content .post-thumbnail .zoom {
  left: 50%;
  margin-left: -55px;
}
/* line 3790, base.less */
#content .post-thumbnail .link {
  right: 50%;
  margin-right: -55px;
}
/* line 3796, base.less */
#content .post-thumbnail:hover .overlay {
  opacity: 1;
  border-color: #C4AE3D;
}
/* line 3800, base.less */
#content .post-thumbnail:hover .zoom,
#content .post-thumbnail:hover .link {
  top: 50%;
  opacity: 1;
}
/* line 3805, base.less */
#content .post-data {
  margin-bottom: 22px;
  font-style: italic;
  font-family: crimson_textroman;
  color: #c2c2c2;
}
/* line 3810, base.less */
#content .post-data a {
  color: #111111;
}
/* line 3813, base.less */
#content .post-data a:hover {
  color: #C4AE3D;
}
/* line 3816, base.less */
#content .post-data > span {
  margin-right: 35px;
}
/* line 3820, base.less */
#content .format-quote .post-data,
#content .format-link .post-data {
  padding-left: 55px;
}
/* line 3823, base.less */
#content .link-content {
  padding-left: 55px;
  padding-top: 45px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100px 100px;
}
/* line 3829, base.less */
#content .link-content h5 {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.35em;
  margin-bottom: 22px;
}
/* line 3835, base.less */
#content .link-content a {
  font-size: 26px;
  line-height: 1.25em;
  display: block;
  word-break: break-all;
}
/* line 3842, base.less */
#content .post-date {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  width: 70px;
  background-color: #C4AE3D;
  color: #ffffff;
}
/* line 3850, base.less */
#content .post-date div {
  font-weight: 400;
}
/* line 3853, base.less */
#content .post-date .day {
  background-color: #111111;
  font-size: 30px;
  padding: 18px 0 10px 0;
  position: relative;
}
/* line 3859, base.less */
#content .post-date .day:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -12px;
  left: 0;
  border-style: solid;
  border-width: 12px 35px 0 35px;
  border-color: #111111 transparent transparent transparent;
}
/* line 3870, base.less */
#content .post-date .month {
  text-transform: uppercase;
  font-size: 14px;
  color: #111111;
  padding: 18px 0 7px 0;
}
/* line 3877, base.less */
#content .share-links {
  position: absolute;
  top: 170px;
  width: 70px;
  text-align: center;
}
/* line 3882, base.less */
#content .share-links a {
  display: block;
  margin: 0 auto;
}
/* line 3887, base.less */
#content .date-style-default .share-links {
  top: 0;
}
/* line 3890, base.less */
#content .post-title {
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 22px;
}
/* line 3894, base.less */
#content .post-title a {
  color: #111111;
}
/* line 3897, base.less */
#content .post-title a:hover {
  color: #C4AE3D;
}
@-moz-document url-prefix() {
  /* line 3904, base.less */
  #content .post-thumbnail img {
    width: 100%;
  }
}
/* line 3908, base.less */
.ie #content .post-thumbnail img {
  width: 100%;
}
/**
	=====================================================================================================================================================
	Share links
	=====================================================================================================================================================
**/
/* line 3918, base.less */
.share-links a {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-perspective: 800px;
  perspective: 800px;
  overflow: visible;
}
/* line 3926, base.less */
.share-links a:before,
.share-links a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: 15px 15px;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 3939, base.less */
.share-links a:before {
  z-index: 2;
}
/* line 3942, base.less */
.share-links a:after {
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(15px) rotateY(-90deg);
  transform: translateX(15px) rotateY(-90deg);
}
/* line 3948, base.less */
.share-links a:hover:before {
  opacity: 0;
  -webkit-transform: translateX(-15px) rotateY(90deg);
  transform: translateX(-15px) rotateY(90deg);
}
/* line 3953, base.less */
.share-links a:hover:after {
  opacity: 1;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
/* line 3958, base.less */
.share-links .facebook:before,
.share-links .facebook:after {
  background-color: #3a589b;
}
/* line 3961, base.less */
.share-links .twitter:before,
.share-links .twitter:after {
  background-color: #55acee;
}
/* line 3964, base.less */
.share-links .linkedin:before,
.share-links .linkedin:after {
  background-color: #007ab9;
}
/* line 3967, base.less */
.share-links .google-plus:before,
.share-links .google-plus:after {
  background-color: #dc493c;
}
/* line 3970, base.less */
.share-links .email:before,
.share-links .email:after {
  background-color: #ff9700;
}
/* line 3973, base.less */
.share-links .facebook:after,
.share-links .twitter:after,
.share-links .linkedin:after,
.share-links .google-plus:after,
.share-links .email:after {
  background-color: #C4AE3D;
}
/* line 3979, base.less */
.single #content .post-thumbnail .zoom {
  margin-left: -15px;
}
/* line 3982, base.less */
.single #content header iframe {
  margin-bottom: 0;
}
/* line 3985, base.less */
.single #content .link-content,
.single #content .text {
  margin-bottom: 30px;
}
/* line 3988, base.less */
.single #content article {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  /* line 3996, base.less */
  #content .post-date {
    width: 50px;
  }
  /* line 3998, base.less */
  #content .post-date .day:after {
    border-width: 12px 25px 0 25px;
  }
  /* line 4002, base.less */
  #content .share-links {
    width: 50px;
  }
  /* line 4005, base.less */
  #content .post-content {
    padding-left: 70px;
  }
  /* line 4008, base.less */
  #content .date-style-default .post-content {
    padding-left: 0;
  }
  /* line 4011, base.less */
  #content .format-quote .post-data,
  #content .format-link .post-data,
  #content header blockquote,
  #content .link-content {
    padding-left: 0;
  }
  /* line 4014, base.less */
  #content .post-data > span {
    margin-right: 5px;
  }
  /* line 4017, base.less */
  #content .format-gallery .fs-carousel-pagination {
    display: none;
  }
  /* line 4020, base.less */
  #content .link-content h5 {
    font-size: 21px;
  }
  /* line 4023, base.less */
  #content .link-content a {
    font-size: 19px;
  }
}
/**
	=====================================================================================================================================================
	Lazy Videos
	=====================================================================================================================================================
**/
/* line 4033, base.less */
.lazy-video {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  transition: all 200ms ease-out;
  cursor: pointer;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 4045, base.less */
.lazy-video .play {
  background-color: transparent;
  border: 10px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-out;
}
/* line 4055, base.less */
.lazy-video .play:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #C4AE3D;
}
/* line 4059, base.less */
.lazy-video .play {
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 4062, base.less */
.lazy-video .play:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 3;
}
/* line 4077, base.less */
.lazy-video .prev-title {
  position: absolute;
  bottom: 5%;
  left: 60px;
  bottom: 55px;
  color: #fff;
  z-index: 10;
  max-width: 400px;
  text-transform: uppercase;
  line-height: 22px;
}
/**
	=====================================================================================================================================================
	Post carousel
	=====================================================================================================================================================
**/
/* line 4093, base.less */
.carousel_fade .fs-carousel-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0s linear, visibility 0s linear;
  transition: opacity 0s linear, visibility 0s linear;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
/* line 4102, base.less */
.fs-carousel-item img {
  width: 100%;
  height: auto;
}
/* line 4107, base.less */
.carousel_fade .fs-carousel-item.fs-carousel-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/* line 4115, base.less */
.fs-carousel.fs-carousel-enabled {
  width: 100%;
  position: relative;
}
/* line 4119, base.less */
.fs-carousel.fs-carousel-enabled:after {
  clear: both;
  content: '';
  display: table;
}
/* line 4124, base.less */
.fs-carousel,
.fs-carousel:after,
.fs-carousel:before,
.fs-carousel *,
.fs-carousel *:after,
.fs-carousel *:before {
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
/* line 4138, base.less */
.fs-carousel-enabled.fs-carousel-contained,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-viewport,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-wrapper,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-container {
  overflow: hidden;
}
/* line 4144, base.less */
.fs-carousel-enabled .fs-carousel-viewport {
  position: relative;
}
/* line 4147, base.less */
.fs-carousel-enabled .fs-carousel-viewport:after {
  clear: both;
  content: '';
  display: table;
}
/* line 4152, base.less */
.fs-carousel-enabled .fs-carousel-wrapper {
  position: relative;
}
/* line 4155, base.less */
.fs-carousel-enabled .fs-carousel-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
/* line 4160, base.less */
.fs-carousel-enabled .fs-carousel-container {
  position: relative;
}
/* line 4163, base.less */
.fs-carousel-enabled .fs-carousel-container:after {
  clear: both;
  content: '';
  display: table;
}
/* line 4168, base.less */
.fs-carousel-enabled .fs-carousel-canister {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}
/* line 4177, base.less */
.fs-carousel-enabled.fs-carousel-auto_height .fs-carousel-canister {
  -webkit-transition: height 0.5s ease, -webkit-transform 0.5s ease;
  transition: height 0.5s ease, transform 0.5s ease;
}
/* line 4181, base.less */
.fs-carousel-enabled .fs-carousel-item {
  min-height: 1px;
  display: block;
  float: left;
}
/* line 4186, base.less */
.fs-carousel-enabled .fs-carousel-item img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 4193, base.less */
.fs-carousel-single .fs-carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 4199, base.less */
.fs-carousel-single .fs-carousel-item.fs-carousel-visible {
  position: relative;
  z-index: 2;
}
/* line 4203, base.less */
.fs-carousel-controls {
  display: none;
}
/* line 4206, base.less */
.fs-carousel-enabled .fs-carousel-controls {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 4211, base.less */
.fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible,
.fs-carousel-controls_custom.fs-carousel-visible {
  display: block;
}
/* line 4215, base.less */
.fs-carousel-enabled .fs-carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  border: 0;
  cursor: pointer;
  display: block;
  padding: 0;
  visibility: hidden;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  opacity: 0;
  overflow: hidden;
  border-radius: 0;
  text-indent: -5555em;
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  white-space: nowrap;
  z-index: 10;
}
/* line 4237, base.less */
.fs-carousel-enabled .fs-carousel-control:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
}
/* line 4246, base.less */
.no-opacity .fs-carousel-enabled .fs-carousel-control {
  text-indent: -999px;
}
/* line 4249, base.less */
.fs-carousel-enabled .fs-carousel-control.fs-carousel-visible {
  visibility: visible;
  opacity: 1;
}
/* line 4253, base.less */
.fs-carousel-enabled .fs-carousel-control_previous,
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_next {
  right: auto;
  left: 0;
}
/* line 4258, base.less */
.fs-carousel-enabled .fs-carousel-control_previous:before,
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_next:before {
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 4264, base.less */
.fs-carousel-enabled .fs-carousel-control_next,
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_previous {
  right: 0;
  left: auto;
}
/* line 4269, base.less */
.fs-carousel-enabled .fs-carousel-control_next:before,
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_previous:before {
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 4275, base.less */
.fs-carousel-enabled .fs-carousel-control_disabled {
  opacity: 0;
}
/* line 4278, base.less */
.fs-carousel-pagination {
  display: none;
}
/* line 4281, base.less */
.fs-carousel-enabled .fs-carousel-pagination {
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
  z-index: 10;
}
/* line 4288, base.less */
.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible {
  display: block;
  position: absolute;
  bottom: 30px;
}
/* line 4293, base.less */
.fs-carousel-enabled .fs-carousel-page {
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 5px;
  overflow: hidden;
  text-indent: -5555em;
  white-space: nowrap;
}
/* line 4306, base.less */
.no-opacity .fs-carousel-enabled .fs-carousel-page {
  text-indent: -999px;
}
/* line 4309, base.less */
.fs-carousel-enabled .fs-carousel-page.fs-carousel-active {
  background: #C4AE3D;
}
/* line 4312, base.less */
.fs-carousel-enabled.fs-carousel-rtl {
  direction: rtl;
}
/* line 4315, base.less */
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-item {
  float: right;
}
/**
	=====================================================================================================================================================
	Pagination
	=====================================================================================================================================================
**/
/* line 4323, base.less */
.pagination,
#comments-nav,
.woocommerce-pagination {
  font-size: 18px;
  font-weight: 400;
  color: #111111;
}
/* line 4328, base.less */
.pagination a,
#comments-nav a,
.woocommerce-pagination a {
  color: #111111;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
/* line 4333, base.less */
.pagination a:hover,
#comments-nav a:hover,
.woocommerce-pagination a:hover,
.pagination .current,
#comments-nav .current,
.woocommerce-pagination .current {
  color: #C4AE3D;
}
/* line 4336, base.less */
.pagination .page-numbers,
#comments-nav .page-numbers,
.woocommerce-pagination .page-numbers {
  margin: 0 5px;
}
/* line 4339, base.less */
.pagination .alignleft a,
#comments-nav .alignleft a,
.woocommerce-pagination .alignleft a {
  padding-left: 40px;
  background-position: left center;
}
/* line 4343, base.less */
.pagination .alignright a,
#comments-nav .alignright a,
.woocommerce-pagination .alignright a {
  padding-right: 40px;
  background-position: right center;
}
/**
	=====================================================================================================================================================
	Captions
	=====================================================================================================================================================
**/
/* line 4353, base.less */
.wp-caption {
  background-color: #f3f3f3;
  padding: 10px;
  width: auto !important;
  border-radius: 3px;
  box-sizing: border-box;
}
/* line 4359, base.less */
.wp-caption img {
  max-width: 100%;
}
/* line 4363, base.less */
.wp-caption-text {
  margin-bottom: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  font-family: crimson_textroman;
  line-height: 1.35em;
  font-style: italic;
  text-align: left;
}
/**
	=====================================================================================================================================================
	Single post tags list
	=====================================================================================================================================================
**/
/* line 4377, base.less */
.tags-list,
.tagcloud {
  margin-bottom: 50px;
}
/* line 4379, base.less */
.tags-list a,
.tagcloud a {
  display: inline-block;
  margin: 0 10px 10px 17px;
  white-space: nowrap;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
  background-color: #f3f3f3;
  text-decoration: none;
  padding: 0 10px;
  font-size: 12px;
  color: #7d7d7d;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 4394, base.less */
.tags-list a:after,
.tagcloud a:after,
.tags-list a:before,
.tagcloud a:before {
  content: '';
  position: absolute;
}
/* line 4398, base.less */
.tags-list a:after,
.tagcloud a:after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #dadada;
  left: -1px;
  top: 50%;
  margin-top: -2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 4408, base.less */
.tags-list a:before,
.tagcloud a:before {
  left: -15px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #f3f3f3 transparent transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 4418, base.less */
.tags-list a:hover,
.tagcloud a:hover {
  color: #111111;
  background-color: #C4AE3D;
}
/* line 4422, base.less */
.tags-list a:hover:before,
.tagcloud a:hover:before {
  border-color: transparent #C4AE3D transparent transparent;
}
/* line 4425, base.less */
.tags-list a:hover:after,
.tagcloud a:hover:after {
  background-color: #ffffff;
}
/* line 4431, base.less */
body.rtl .tags-list a:before,
body.rtl .tagcloud a:before {
  border-color: transparent transparent transparent #f3f3f3;
}
/* line 4434, base.less */
body.rtl .tags-list a:hover:before,
body.rtl .tagcloud a:hover:before {
  border-color: transparent transparent transparent #C4AE3D;
}
/**
	=====================================================================================================================================================
	About author
	=====================================================================================================================================================
**/
/* line 4444, base.less */
.about-author {
  background-color: #f3f3f3;
  position: relative;
  padding: 30px;
  border-radius: 3px;
}
/* line 4449, base.less */
.about-author .author_image {
  position: absolute;
}
/* line 4451, base.less */
.about-author .author_image img {
  border-radius: 50%;
}
/* line 4455, base.less */
.about-author .author_text {
  padding-left: 130px;
  min-height: 100px;
  line-height: 1.5em;
}
/* line 4460, base.less */
.about-author .name {
  color: #111111;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 14px;
}
/* line 4466, base.less */
.about-author .name:hover {
  color: #C4AE3D;
}
/* line 4470, base.less */
.about-author:before {
  content: '';
  position: absolute;
  left: 60px;
  top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 15px 18px;
  border-color: transparent transparent #f3f3f3 transparent;
}
@media screen and (max-width: 480px) {
  /* line 4484, base.less */
  .about-author .author_text {
    padding-left: 70px;
  }
  /* line 4487, base.less */
  .about-author .author_image img {
    width: 50px;
  }
}
/* line 4494, base.less */
body.author .about-author {
  margin-bottom: 70px;
}
/* line 4497, base.less */
body.author .about-author:before {
  top: auto;
  bottom: -15px;
  border-width: 15px 18px 0 18px;
  border-color: #f3f3f3 transparent transparent transparent;
}
/**
	=====================================================================================================================================================
	Comments
	=====================================================================================================================================================
**/
/* line 4510, base.less */
#comments {
  margin-top: 70px;
}
/* line 4512, base.less */
#comments .form-submit {
  display: inline-block;
  position: relative;
}
/* line 4516, base.less */
#comments form label {
  font-family: crimson_textroman;
  font-style: italic;
  line-height: 50px;
}
/* line 4521, base.less */
#comments h2.comments-title,
#comments .comment-reply-title {
  font-size: 30px;
  line-height: 1.35em;
  text-transform: uppercase;
  font-weight: 500;
}
/* line 4526, base.less */
#comments h2.comments-title a,
#comments .comment-reply-title a {
  color: #111111;
}
/* line 4529, base.less */
#comments h2.comments-title span,
#comments .comment-reply-title span {
  color: #C4AE3D;
}
/* line 4533, base.less */
#comments #cancel-comment-reply-link {
  color: #c2c2c2;
  float: right;
  font-size: 16px;
}
/* line 4538, base.less */
#comments #cancel-comment-reply-link:hover {
  color: #C4AE3D;
}
/* line 4541, base.less */
#comments .comment-body {
  position: relative;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
}
/* line 4546, base.less */
#comments .comment-body.has-children {
  border-bottom: 0;
}
/* line 4549, base.less */
#comments .comments-thread-expanded {
  position: relative;
}
/* line 4552, base.less */
#comments .comments-thread-expanded:after {
  content: '';
  position: absolute;
  left: 34px;
  width: 3px;
  top: 110px;
  bottom: 40px;
  background: #C4AE3D;
}
/* line 4561, base.less */
#comments .comments-thread-expanded .comments-thread-expanded:after {
  display: none;
}
/* line 4564, base.less */
#comments ul.comments-list {
  list-style: none;
  margin: 0 0 70px 0;
  padding: 0;
}
/* line 4568, base.less */
#comments ul.comments-list li {
  font-family: 'Titillium Web';
  font-style: normal;
  line-height: 1.5em;
}
/* line 4573, base.less */
#comments ul.comments-list .children {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0 0 0 100px;
  border-bottom: 1px solid #f3f3f3;
}
/* line 4578, base.less */
#comments ul.comments-list .children .comment-body {
  border-bottom: 0;
}
/* line 4581, base.less */
#comments ul.comments-list .children .children {
  border-bottom: 0;
}
/* line 4589, base.less */
#comments ul.comments-list .photo img {
  position: absolute;
  border-radius: 50%;
}
/* line 4594, base.less */
#comments ul.comments-list .comment-text {
  padding-left: 100px;
  min-height: 70px;
}
/* line 4597, base.less */
#comments ul.comments-list .comment-text .comment-text > ul,
#comments ul.comments-list .comment-text .comment-text > ol {
  margin-bottom: 30px;
}
/* line 4602, base.less */
#comments ul.comments-list footer {
  margin-top: -8px;
  margin-bottom: 30px;
}
/* line 4606, base.less */
#comments ul.comments-list header {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #111111;
  font-weight: 500;
}
/* line 4612, base.less */
#comments ul.comments-list .comment-time,
#comments ul.comments-list .comment-reply-link {
  font-family: crimson_textroman;
  font-style: italic;
  color: #c2c2c2;
  margin-right: 30px;
}
/* line 4618, base.less */
#comments ul.comments-list .comment-reply-link {
  color: #111111;
}
/* line 4621, base.less */
#comments ul.comments-list .comment-reply-link:hover {
  color: #C4AE3D;
}
/* line 4627, base.less */
#comments.no-avatars ul.comments-list .comment-text {
  padding-left: 0;
}
/* line 4631, base.less */
#comments-nav {
  margin-bottom: 70px;
}
@media screen and (max-width: 992px) {
  /* line 4636, base.less */
  #comments form label {
    line-height: normal;
  }
  /* line 4639, base.less */
  #comments .col-label {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 4646, base.less */
  #comments ul.comments-list .children {
    padding-left: 0;
  }
  /* line 4649, base.less */
  #comments .comments-thread-expanded:after {
    display: none;
  }
  /* line 4652, base.less */
  #comments ul.comments-list .photo img {
    width: 50px;
  }
  /* line 4656, base.less */
  #comments ul.comments-list .comment-text {
    padding-left: 70px;
    min-height: 50px;
  }
  /* line 4662, base.less */
  #comments #cancel-comment-reply-link {
    float: none;
    display: block;
  }
}
/**
	AJAX pagination link
**/
/* line 4670, base.less */
.ajax-pagination {
  text-align: center;
}
/* line 4673, base.less */
.ajax-pagination-link {
  display: inline-block;
  position: relative;
  width: 100px;
  padding-top: 50px;
  text-align: center;
  color: #111111;
  text-transform: uppercase;
  line-height: 1.35em;
  font-weight: 400;
}
/* line 4684, base.less */
.ajax-pagination-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
}
/* line 4694, base.less */
.ajax-pagination-link:hover {
  color: #C4AE3D;
}
/* line 4697, base.less */
.ajax-pagination-link.active:after {
  -webkit-animation: sway 1.5s infinite linear;
  -moz-animation: sway 1.5s infinite linear;
  animation: sway 1.5s infinite linear;
}
@-moz-keyframes sway {
  /* line 4703, base.less */
  from {
    -moz-transform: rotate(-20deg);
  }
  /* line 4704, base.less */
  50% {
    -moz-transform: rotate(20deg);
  }
  /* line 4705, base.less */
  to {
    -moz-transform: rotate(0);
  }
}
@-webkit-keyframes sway {
  /* line 4708, base.less */
  from {
    -webkit-transform: rotate(-20deg);
  }
  /* line 4709, base.less */
  50% {
    -webkit-transform: rotate(20deg);
  }
  /* line 4710, base.less */
  to {
    -webkit-transform: rotate(0);
  }
}
@keyframes sway {
  /* line 4713, base.less */
  from {
    transform: rotate(-20deg);
  }
  /* line 4714, base.less */
  50% {
    -webkit-transform: rotate(20deg);
  }
  /* line 4715, base.less */
  to {
    transform: rotate(0);
  }
}
/**
	Single portfolio styles
**/
/* line 4721, base.less */
.single-fw-portfolio .primary-portfolio-gallery .post-gallery {
  margin-bottom: 60px;
}
/**
	=====================================================================================================================================================
	Top bar
	=====================================================================================================================================================
**/
/* line 4730, base.less */
#top-bar {
  background: #0e0e0e;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.9em;
  padding: 13px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 4737, base.less */
#top-bar a {
  color: #ffffff;
}
/* line 4740, base.less */
#top-bar a:hover {
  color: #C4AE3D;
}
/* line 4743, base.less */
#top-bar i.fa {
  color: #C4AE3D;
  margin-right: 5px;
}
/* line 4747, base.less */
#top-bar span {
  color: #777777;
}
/* line 4750, base.less */
#top-bar .tb-item {
  float: left;
  margin-right: 55px;
}
/* line 4754, base.less */
#top-bar .tb-item.wh {
  margin-right: 0;
}
/* line 4757, base.less */
#top-bar .tb-item.si {
  float: right;
  margin-right: 0;
  font-size: 14px;
}
/* line 4761, base.less */
#top-bar .tb-item.si a {
  margin-left: 8px;
  width: auto;
  height: auto;
  display: inline-block;
}
/* line 4767, base.less */
#top-bar .tb-item.si a,
#top-bar .tb-item.si i.fa {
  color: #777777;
}
/* line 4770, base.less */
#top-bar .tb-item.si a:hover i.fa {
  color: #C4AE3D;
}
/* line 4774, base.less */
#top-bar .tb-item.tb-wpml {
  float: right;
  margin-right: 0;
}
/* line 4777, base.less */
#top-bar .tb-item.tb-wpml .lang-item {
  margin: 0 0 0 15px;
  padding: 0;
  display: inline-block;
  font-style: normal;
}
/* line 4782, base.less */
#top-bar .tb-item.tb-wpml .lang-item img {
  vertical-align: middle;
  margin-right: 10px;
}
/* line 4787, base.less */
#top-bar .tb-item.tb-wpml a,
#top-bar .tb-item.tb-wpml a span {
  color: #ffffff;
}
/* line 4790, base.less */
#top-bar .tb-item.tb-wpml a:hover,
#top-bar .tb-item.tb-wpml a:hover span {
  color: #C4AE3D;
}
/* line 4794, base.less */
#top-bar .tb-item.tb-menu {
  float: right;
  margin-right: 0;
}
/* line 4797, base.less */
#top-bar .tb-item.tb-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web';
  font-style: normal;
}
/* line 4804, base.less */
#top-bar .tb-item.tb-menu ul ul {
  display: none;
}
/* line 4807, base.less */
#top-bar .tb-item.tb-menu li {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0;
}
/* line 4813, base.less */
#top-bar .tb-item.si + .tb-item.tb-menu {
  margin-right: 55px;
}
@media screen and (max-width: 992px) {
  /* line 4819, base.less */
  #top-bar .tb-item,
  #top-bar .tb-item.si,
  #top-bar .tb-item.tb-menu {
    float: left;
    margin-right: 25px;
  }
  /* line 4824, base.less */
  #top-bar .tb-item.tb-menu ul li {
    margin-left: 0;
    margin-right: 15px;
  }
  /* line 4829, base.less */
  #top-bar .tb-item.si {
    display: none;
  }
}
/* line 4835, base.less */
.headroom {
  -webkit-transition: transform 200ms linear;
  -moz-transition: transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
}
/* line 4838, base.less */
.headroom--pinned {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 4842, base.less */
.headroom--not-top #top-bar {
  margin-top: -48px;
}
/* line 4846, base.less */
.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media screen and (max-width: 992px) {
  /* line 4851, base.less */
  #menu-container.do-not-scroll-on-mobiles {
    position: absolute !important;
    left: 0;
    right: 0;
  }
  /* line 4856, base.less */
  #menu-container.do-not-scroll-on-mobiles .twitter-tweet {
    width: 100%;
  }
}
/**
	=====================================================================================================================================================
	Prev / next post links
	=====================================================================================================================================================
**/
/* line 4868, base.less */
.prev-next-links {
  margin: 40px 0;
}
/* line 4870, base.less */
.prev-next-links a {
  display: inline-block;
}
/* line 4873, base.less */
.prev-next-links .prev-post {
  float: left;
}
/* line 4875, base.less */
.prev-next-links .prev-post a {
  padding: 10px 20px 10px 60px;
}
/* line 4878, base.less */
.prev-next-links .prev-post span {
  left: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 4888, base.less */
.prev-next-links .next-post {
  float: right;
  text-align: right;
}
/* line 4891, base.less */
.prev-next-links .next-post a {
  padding: 10px 60px 10px 20px;
}
/* line 4894, base.less */
.prev-next-links .next-post span {
  right: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 4904, base.less */
.prev-next-links .prev-post,
.prev-next-links .next-post {
  background: #f3f3f3;
  display: inline-block;
  position: relative;
  border-radius: 4px;
}
/* line 4909, base.less */
.prev-next-links .prev-post a,
.prev-next-links .next-post a {
  color: #7d7d7d;
}
/* line 4912, base.less */
.prev-next-links .prev-post span,
.prev-next-links .next-post span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  color: #ffffff;
  background: #111111;
  line-height: 50px;
  text-align: center;
}
/* line 4923, base.less */
.prev-next-links .prev-post:hover,
.prev-next-links .next-post:hover {
  background: #C4AE3D;
}
/* line 4925, base.less */
.prev-next-links .prev-post:hover a,
.prev-next-links .next-post:hover a {
  color: #ffffff;
}
/* line 4928, base.less */
.prev-next-links .prev-post:hover span,
.prev-next-links .next-post:hover span {
  background: #111111;
}
@media screen and (max-width: 992px) {
  /* line 4936, base.less */
  .prev-next-links .prev-post,
  .prev-next-links .next-post {
    float: none;
    margin-bottom: 15px;
    display: block;
  }
  /* line 4940, base.less */
  .prev-next-links .prev-post a,
  .prev-next-links .next-post a {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  /* line 4948, base.less */
  .hide-on-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  /* line 4953, base.less */
  .hide-on-tablets {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 4958, base.less */
  .hide-on-phones {
    display: none !important;
  }
}
@media screen and (min-width: 767px) {
  /* line 4965, base.less */
  .different-logos .logo-desktop {
    display: block;
  }
  /* line 4968, base.less */
  .different-logos .logo-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 4973, base.less */
  .different-logos .logo-desktop {
    display: none !important;
  }
  /* line 4976, base.less */
  .different-logos .logo-mobile {
    display: inline-block;
  }
}