@charset "utf-8";
/* ------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
13.0 - Print Style
14 - Noty
15 - select+input
16 - add_sound
17 - фонограммы
18 - календарь
19 - Сортировка
20 - Табы


*body {background: url(/files/img/christmas.jpg) center top / cover no-repeat fixed;}
------------------------ */

body {
  font-family: Comfortaa;
  background-color: #f3f3f3;
}
#primary {
  float: left;
  padding-right: 15px;
}
.timeago {
  display: none;
}

/*--------------------------------------------------------------
1.0 - Reset 
--------------------------------------------------------------*/
*body {
  background: url(/files/img/background/beach.jpeg) repeat fixed;
}
body {
  background: #567591 url(/assets/img/overlay.jpg) center 0 no-repeat fixed !important;
}
*body {
  background: url(/files/img/background/diamond-upholstery.png) repeat,
    -webkit-linear-gradient(45deg, #dd5544 0%, hsla(17, 100%, 56%, 0) 70%),
    -webkit-linear-gradient(315deg, #448899 10%, hsla(212, 38%, 51%, 0) 80%),
    -webkit-linear-gradient(225deg, hsla(214, 36%, 65%, 1) 10%, hsla(
            214,
            36%,
            65%,
            0
          )
          80%),
    -webkit-linear-gradient(135deg, hsla(207, 34%, 72%, 1) 100%, hsla(
            207,
            34%,
            72%,
            0
          )
          70%);
  background: url(/files/img/background/diamond-upholstery.png) repeat,
    linear-gradient(45deg, #dd5544 0%, hsla(17, 100%, 56%, 0) 70%),
    linear-gradient(135deg, #448899 10%, hsla(212, 38%, 51%, 0) 80%),
    linear-gradient(
      225deg,
      hsla(214, 36%, 65%, 1) 10%,
      hsla(214, 36%, 65%, 0) 80%
    ),
    linear-gradient(315deg, #89afb9 100%, hsla(207, 34%, 72%, 0) 70%);
}
*body {
  background: url(/files/img/billing-christmas-treebottom.png) 20px bottom
      no-repeat,
    url(/files/img/billing-christmas-treeright.png) right 50px no-repeat,
    url(/files/img/christmas-gift.png) 50% fixed;
  background-size: auto, auto, auto;
}

.ai_playing .track__animation {
  opacity: 1 !important;
}

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: Comfortaa;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
::selection {
  background: #a52023;
  color: #ffffff;
}

img.smiles {
  position: relative;
  top: 4px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a {
  text-decoration: none;
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #777777;
  font-family: Comfortaa;
  font-size: 13px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
h1,
h2,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  color: #444444;
}
h3 {
  clear: both;
  font-weight: normal;
  color: #666;
}
h1 {
  font-size: 25px;
  line-height: 3.3rem;
}
a h1:hover {
  color: #db3532;
  border-top: 0px !important;
}
h2 {
  font-family: Comfortaa;
  font-size: 19px;
  line-height: 2.6rem;
}
a h2:hover {
  color: #db3532;
  border-top: 0px !important;
}
h3 {
  font-size: 15px;
  line-height: 2.3rem;
}
h4 {
  font-size: 13px;
}
h5 {
  font-size: 11px;
}
h6 {
  font-size: 9px;
}
p {
  margin-bottom: 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 1.5em 2.5em;
  font-style: italic;
  border-left: 3px solid #369f99;
  padding: 1em;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 2px;
}
address {
  margin: 0 0 1.5em;
}
pre {
  color: #444444;
  font-family: Comfortaa;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  overflow: unset;
}
.entry-content pre b {
  padding: 1px 0 0px 3rem;
  background: #d12b2712;
  text-transform: uppercase;
  min-width: 50%;
  display: inline-block;
  margin-left: -3rem;
  font-size: 14px;
}
code,
kbd,
tt,
var {
  font: 13px/20px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
code {
  display: block;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 5px;
  text-align: left;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(75, 126, 150, 0.68),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(75, 126, 150, 0.68),
    rgba(0, 0, 0, 0)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(75, 126, 150, 0.68),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(75, 126, 150, 0.68),
    rgba(0, 0, 0, 0)
  );
  margin: 5px 0 5px 0;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  border-radius: 2px;
}
.clear {
  clear: both;
}
.clear30px {
  clear: both;
  height: 30px;
}
.box_style_3 .bigBox .boxSingleImage,
.box_style_3 .smallBox .boxSingleImage,
.box_style_4 .bigBox .boxSingleImage,
.box_style_4 .smallBox .boxSingleImage,
.entry-featuredImg,
.entry-featuredImgSingle,
.blockRelatedImg {
  overflow: hidden;
  background: black;
  background-image: url("/files/img/goto.png");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2px;
}
.entry-featuredImgSingle {
  background-image: url("/files/img/openImage.png");
}
.box_style_3 .bigBox .boxSingleImage img,
.box_style_3 .smallBox .boxSingleImage img,
.box_style_4 .bigBox .boxSingleImage img,
.box_style_4 .smallBox .boxSingleImage img,
.entry-featuredImg img,
.entry-featuredImgSingle img,
.blockRelatedImg img {
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-out;

  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: ease-out;

  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 300ms;
  -ms-transition-timing-function: ease-out;
  display: block;
  width: 100%;
}
.box_style_3 .bigBox .boxSingleImage img:hover,
.box_style_3 .smallBox .boxSingleImage img:hover,
.box_style_4 .bigBox .boxSingleImage img:hover,
.box_style_4 .smallBox .boxSingleImage img:hover,
.entry-featuredImg img:hover,
.entry-featuredImgSingle img:hover,
.blockRelatedImg img:hover {
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.1, 1.1);
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-out;

  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.1, 1.1);
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: ease-out;

  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.1, 1.1);
  -ms-transition-duration: 300ms;
  -ms-transition-timing-function: ease-out;

  opacity: 0.5;
  filter: alpha(opacity=50);
}
.box_style_5 .smallBox .boxSingleImage,
.box_style_5 .bigBox .boxSingleImage,
.simpaticoPostWidget .theImgWidget {
  background: black;
  border-radius: 2px;
}
.box_style_5 .smallBox .boxSingleImage img,
.box_style_5 .bigBox .boxSingleImage img,
.simpaticoPostWidget .theImgWidget img {
  /* Webkit for Chrome and Safari */
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-out;

  /* Webkit for Mozila Firefox */
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: ease-out;

  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transition-duration: 300ms;
  -ms-transition-timing-function: ease-out;
  display: block;
}
.box_style_5 .smallBox .boxSingleImage img:hover,
.box_style_5 .bigBox .boxSingleImage img:hover,
.simpaticoPostWidget .theImgWidget img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 2s ease-out;
  transition: transform 2s ease-out;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  line-height: 1;
  padding: 10px 20px;
  border: 0;
  text-transform: uppercase;
  outline: none;
  margin: 5px 0px;
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  -o-transition: border-bottom 0.6s linear;
  -moz-transition: border-bottom 0.6s linear;
  -webkit-transition: border-bottom 0.6s linear;
  transition: border-bottom 0.6s linear;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-bottom: 3px solid #369f99;
  color: #a52023;
  -o-transition: border-bottom 0.1s linear;
  -moz-transition: border-bottom 0.1s linear;
  -webkit-transition: border-bottom 0.1s linear;
  transition: border-bottom 0.1s linear;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #369f99;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.03) !important;
  -o-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  background-color: rgba(0, 0, 0, 0);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 5px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 5px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 98%;
}
form input[type="file"],
form input[type="text"],
form textarea {
  width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #444444;
}
a:hover,
a:focus,
a:active {
  color: #db3532;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
/* Menu Fixed */
.menuFixed {
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
  background-color: #a52023 !important;
}
body.admin-bar .menuFixed {
  top: 32px;
}

/* No menu */
.no-menu-top {
  padding: 10px;
  line-height: 14px;
  color: #ffffff;
}
.no-menu-primary {
  padding: 18px;
  line-height: 20px;
}

/* Top Menu */
.theSearchTopButton,
.topSocialMobileButton {
  float: right;
}
.topMenuMobileButton,
.topSocialMobileButton {
  display: none;
}
.site-header-top-nav {
  float: left;
  font-size: 85%;
}
.simpatico-top-menu {
  position: relative;
  list-style: none;
}
.simpatico-top-menu li {
  display: inline-block;
  font-family: Comfortaa-Bold;
  margin: 0;
  padding: 0;
  float: left;
  line-height: 14px;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.simpatico-top-menu li:first-child {
  border-left: 0px;
}
.simpatico-top-menu li a {
  padding: 10px;
  display: inline-block;
  -o-transition: color 0.3s linear, background 0.3s linear,
    border-top 0.3s linear;
  -webkit-transition: color 0.3s linear, background 0.3s linear,
    border-top 0.3s linear;
  -moz-transition: color 0.3s linear, background 0.3s linear,
    border-top 0.3s linear;
  transition: color 0.3s linear, background 0.3s linear, border-top 0.3s linear;
}
.simpatico-top-menu li:hover > a,
.simpatico-top-menu li.current-menu-item > a,
.simpatico-top-menu li.current-menu-parent > a,
.simpatico-top-menu li.current-page-ancestor > a {
  background: rgba(255, 255, 255, 0.05);
  border-top: 3px solid #369f99;
}
.simpatico-top-menu > li > a {
  border-top: 3px solid transparent;
  padding: 7px 10px 10px;
}
.topMenuMobileButton,
.topSocialMobileButton,
.theSearchTopButton {
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.topMenuMobileButton.open,
.topSocialMobileButton.open,
.theSearchTopButton.open {
  color: #000;
}
@media all and (max-width: 985px) {
  .simpatico-top-menu li:hover > a,
  .simpatico-top-menu li.current-menu-item > a,
  .simpatico-top-menu li.current-menu-parent > a,
  .simpatico-top-menu li.current-page-ancestor > a {
    color: #369f99;
    border-top: 0px !important;
  }
  .simpatico-top-menu > li > a {
    border-top: 0px;
    padding: 10px;
  }
  .site-header-top-nav {
    font-size: 100%;
    width: 100%;
    clear: both;
  }
  .topMenuMobileButton,
  .topSocialMobileButton {
    cursor: pointer;
    display: inline-block;
    line-height: 14px !important;
    font-size: 20px;
  }
  .topMenuMobileButton,
  .topSocialMobileButton,
  .theSearchTopButton {
    padding: 15px !important;
  }
  .topMenuMobileButton {
    float: left;
  }
  .theSearchTopButton {
    font-size: 20px;
  }
  .simpatico-top-menu {
    display: none;
  }
  .simpatico-top-menu li {
    width: 100%;
  }
  .simpatico-top-menu li a {
    display: block;
    padding: 18px 20px;
  }
}

/* Main Menu */
.nav-content {
  max-width: 1160px;
  margin: 0 auto;
}
.main-navigation {
	background: linear-gradient(45deg, rgb(153, 51, 255) 0%, rgb(255, 102, 102) 100%) !important;
  background-color: #a52023;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  -o-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.simpatico-main-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  float: left;
  list-style: none;
}
.simpatico-main-menu li {
  display: inline-block;
  font-family: Comfortaa-Bold;
  margin: 0;
  padding: 0;
  float: left;
  line-height: 20px;
  position: relative;
}

@media all and (min-width: 769px) {
  .simpatico-main-menu li a .mobile_on {
    display: none;
  }
}
.simpatico-main-menu li a .fa {
  line-height: 0;
}

.simpatico-main-menu li a {
  font-size: 15px;
  padding: 18px 10px;
  text-decoration: none;
  display: inline-block;
  -o-transition: color 0.3s linear, background 0.3s linear;
  -webkit-transition: color 0.3s linear, background 0.3s linear;
  -moz-transition: color 0.3s linear, background 0.3s linear;
  transition: color 0.3s linear, background 0.3s linear;
}
.simpatico-main-menu li:hover > a,
.simpatico-main-menu li.current-menu-item > a,
.simpatico-main-menu li.current-menu-parent > a,
.simpatico-main-menu li.current-page-ancestor > a {
  background: rgba(0, 0, 0, 0.1);
}

/* Мини профиль */
.mini-profile {
  float: right !important;
}
.mini-profile .mini-ava {
  padding: 0;
  position: relative;
  top: 3px;
  margin: 0 20px 0;
  width: 50px;
  height: 50px;
  border-radius: 3px;
}
.mini-profile .mini-ava img {
  width: 50px;
  height: 50px;
}
.mini-profile .sub-menu {
  left: -110px !important;
}
.mini-profile #hide {
  display: none !important;
}
.mini-profile #show {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .mini-profile {
    display: block !important;
    width: 70% !important;
    position: absolute !important;
    left: 16px;
    height: auto !important;
    top: 0 !important;
  }
  .mini-profile .mini-ava {
    margin: 3px;
    width: 44px;
    height: 44px;
    top: 0;
  }
  .mini-profile .mini-ava img {
    width: 44px;
    height: 44px;
  }
  .mini-profile .indicator {
    display: none !important;
  }
  .mini-profile ul li {
    background: #369f99 !important;
    position: relative !important;
    left: -17px !important;
  }
  .mini-profile #hide {
    display: block !important;
  }
  .mini-profile #show {
    display: none !important;
  }
}
/* Кол. смс */
.num_sms,
.fr_new_count,
.all_noty_count {
  display: none;
  position: absolute;
  height: 19px;
  width: 19px;
  top: -10px;
  right: -10px;
  background: #a52023;
  text-align: center;
  padding: 0px 6.5px;
  overflow: hidden;
  border-radius: 100%;
  font-size: 11px;
}

/* Submenu
----------------------------------------------------------------------*/
.simpatico-main-menu ul,
.simpatico-main-menu ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 999;
  width: 200px;
  background: #318f8a;
}
.simpatico-main-menu ul {
  top: 56px;
  left: 0;
}
.simpatico-main-menu ul li ul {
  top: 0;
  left: 200px;
}
.simpatico-main-menu ul li {
  clear: both;
  width: 100%;
}
.simpatico-main-menu ul li a {
  width: 100%;
  padding: 12px 22px;
  display: inline-block;
  float: left;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
}
.simpatico-main-menu ul li > a {
  background-color: #369f99;
}
.simpatico-main-menu ul li:hover > a {
  background-color: #318f8a;
}

/* Indicator for submenu
----------------------------------------------------------------------*/
.simpatico-main-menu .indicator {
  position: absolute;
  right: 25px;
  top: 29px;
  font-family: "FontAwesome";
  font-size: 12px;
}
.simpatico-main-menu .indicator:before {
  content: "\f0d7";
}
.simpatico-main-menu ul li .indicator {
  right: 20px;
  top: 13px;
}
.simpatico-main-menu ul li .indicator:before {
  content: "\f0da";
}

/* Preparation mobile
----------------------------------------------------------------------*/
.simpatico-main-menu > li.showhide {
  display: none;
  width: 100%;
  height: 50px;
  cursor: pointer;
  color: #ffffff;
  border-radius: 2px;
}
.simpatico-main-menu > li.showhide span.title {
  margin: 16px 0 0 18px;
  float: left;
  text-transform: uppercase;
}
.simpatico-main-menu > li.showhide span.icon {
  margin: 17px 20px;
  float: right;
}
.simpatico-main-menu > li.showhide .icon em {
  margin-bottom: 3px;
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
}

/* Effects
----------------------------------------------------------------------*/
/* zoom */
.zoom {
  -webkit-animation: zoom 0.3s ease both;
  -moz-animation: zoom 0.3s ease both;
  -o-animation: zoom 0.3s ease both;
  animation: zoom 0.3s ease both;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoom {
  0% {
    -moz-transform: scale(0.6);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoom {
  0% {
    -o-transform: scale(0.6);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}

/* swing */
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation: swing 600ms ease-out both;
  -moz-animation: swing 600ms ease-out both;
  -o-animation: swing 600ms ease-out both;
  animation: swing 600ms ease-out both;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* bounce */
.bounce {
  -webkit-animation: bounce 600ms ease both;
  -moz-animation: bounce 600ms ease both;
  -o-animation: bounce 600ms ease both;
  animation: bounce 600ms ease both;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(-2000px);
  }
  60% {
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateX(-2000px);
  }
  60% {
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounce {
  0% {
    -o-transform: translateX(-2000px);
  }
  60% {
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounce {
  0% {
    transform: translateX(-2000px);
  }
  60% {
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 768px) {
  .simpatico-main-menu {
    margin: 0;
    display: block;
  }
  .simpatico-main-menu li {
    display: block;
    width: 100%;
  }
  .simpatico-main-menu > li > a {
    padding: 16px 70px 16px 18px;
    text-align: left;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .simpatico-main-menu a {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .simpatico-main-menu ul,
  .simpatico-main-menu ul li ul {
    width: 100%;
    left: 0;
    padding: 0 20px;
    position: static;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .simpatico-main-menu .indicator {
    right: 20px;
    top: 18px;
  }
  .simpatico-main-menu ul li .indicator {
    display: block;
  }
  .simpatico-main-menu ul li .indicator:before {
    content: "\f0d7";
  }
  .simpatico-main-menu > li.showhide {
    display: block;
    width: auto;
    float: right;
  }
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.headerBox:before,
.headerBox:after,
.nav-content:before,
.nav-content:after,
.headerTopBottomBoxed:before,
.headerTopBottomBoxed:after,
.entry-text-and-image:before,
.entry-text-and-image:after,
.boxSingle:before,
.boxSingle:after,
.bigBox:before,
.bigBox:after,
.smallBox:before,
.smallBox:after,
.simpaticoPostWidget:before,
.simpaticoPostWidget:after,
ul.tabs:before,
ul.tabs:after,
ul.tab-simpatico-tabs:before,
ul.tab-simpatico-tabs:after,
.site-branding:before,
.site-branding:after,
.comment-navigation:before,
.comment-navigation:after,
.nav-links:before,
.nav-links:after,
.headerBoxed:before,
.headerBoxed:after,
.footerBottomBoxed:before,
.footerBottomBoxed:after,
.blackShare:before,
.blockShare:after,
.authorAbout:before,
.authorAbout:after,
.site-main:before,
.site-main:after,
.user-login-caption:before,
.user-login-caption:after,
.counterContainer:before,
.counterContainer:after,
.widget_archive li:before,
.widget_archive li:after,
.widget_categories li:before,
.widget_categories li:after,
.theAuthorBox:before,
.theAuthorBox:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.headerBox:after,
.nav-content:after,
.headerTopBottomBoxed:after,
.entry-text-and-image:after,
.boxSingle:after,
.bigBox:after,
.smallBox:after,
.simpaticoPostWidget:after,
ul.tabs:after,
ul.tab-simpatico-tabs:after,
.site-branding:after,
.comment-navigation:after,
.nav-links:after,
.headerBoxed:after,
.footerBottomBoxed:after,
.blockShare:after,
.authorAbout:after,
.site-main:after,
.user-login-caption:after,
.counterContainer:after,
.widget_archive li:after,
.widget_categories li:after,
.theAuthorBox:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.rsswidget {
  display: inline-block;
}
.widget,
.boxSingle,
.page-header,
.comments-title,
.comment-respond,
.nav-links,
.comment-navigation,
.breadcrumbs,
.authorAbout,
#imgRelated,
.loadMoreInfinite,
#disqus_thread {
  margin: 0 0 15px;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.background-cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#page {
  margin: 15px auto;
  max-width: 100%;
  position: relative;
}
#content.site-content {
  margin: 15px auto 0px;
  max-width: 1160px;
}
.headerTopBottomBoxed {
  margin: 0 auto;
  max-width: 1160px;
}
.headerBoxed {
  margin: 0 auto;
  max-width: 1160px;
  padding: 20px 30px 30px 30px;
}
.footerBottomBoxed {
  margin: 15px auto 0;
  padding: 15px 30px;
  max-width: 1160px;
}
.site-branding {
  background: #ffffff;
  border-radius: 2px;
}
.site-branding {
  margin-bottom: 0px;
  border-bottom: 0px !important;
}
.site-logo {
  float: left;
}
.site-logo img {
  max-width: 340px;
  width: 100%;
  display: block;
}
.site-adv-top {
  float: right;
}
.headerBox {
  margin: 0 auto;
}
.site-header-top {

  background: #646464;
  color: #ffffff;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.site-header-top a {
  color: #ffffff;
}
.site-header-top-button {
  float: right;
  display: block;
}
.fa-search {
  cursor: pointer;
}
.topSearchForm {
  display: none;
  float: left;
  width: 100%;
  padding: 10px 20px;
}
.topSearchForm input[type="text"] {
  background: transparent;
  border: 0;
  padding: 2px 10px !important;
  outline: none;
  width: 100%;
  font-size: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #ffffff;
  background: rgba(77, 132, 155, 0.49) !important;
}
.theSocialButton,
.theShareButton,
.theSearchTopButton {
  display: inline-block;
  padding: 10px;
  line-height: 14px !important;
}
.main-navigation,
#primary article,
.page-header,
.site-branding,
#secondary aside,
.boxSingle,
.footerBox,
#toTop,
.comments-title,
#comments ol .comment-body,
.comment-respond,
.nav-links,
.comment-navigation,
.breadcrumbs,
.authorAbout,
#imgRelated,
#disqus_thread {
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}
.box_style_3 .bigBox .boxSingleCaption .boxSingleDesc .readMore a,
.box_style_3 .smallBox .boxSingleCaption .boxSingleDesc .readMore a,
#primary article .readMore a,
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a,
.paging-navigation .nav-links .nav-previous a,
.paging-navigation .nav-links .nav-next a,
.dataBottom a,
.blockShare .blockTextShare,
.loadMoreInfinite a {
  -o-transition: border-bottom 0.6s linear;
  -moz-transition: border-bottom 0.6s linear;
  -webkit-transition: border-bottom 0.6s linear;
  transition: border-bottom 0.6s linear;
}
.box_style_3 .bigBox .boxSingleCaption .boxSingleDesc .readMore a:hover,
.box_style_3 .smallBox .boxSingleCaption .boxSingleDesc .readMore a:hover,
#primary article .readMore a:hover,
.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover,
.paging-navigation .nav-links .nav-previous a:hover,
.paging-navigation .nav-links .nav-next a:hover,
.page-links a p:hover,
.dataBottom a:hover,
.blockShare:hover .blockTextShare,
.loadMoreInfinite a:hover {
  -o-transition: border-bottom 0.1s linear;
  -moz-transition: border-bottom 0.1s linear;
  -webkit-transition: border-bottom 0.1s linear;
  transition: border-bottom 0.1s linear;
  border-bottom: 3px solid #a52023;
}
.blockShare:hover .fa-vk {
  color: #48729e;
}
.blockShare:hover .fa-facebook {
  color: #3c5a98;
}
.blockShare:hover .fa-twitter {
  color: #00aced;
}
.blockShare:hover .fa-google-plus {
  color: #c25234;
}
.blockShare:hover .fa-odnoklassniki {
  color: #ff9f4d;
}
.blockShare:hover .fa-copy {
  color: #a52023;
}
.blockShare:hover .fa-print {
  color: #369f99;
}

.spaceLeft {
  padding-left: 5px;
}
.spaceRight {
  padding-right: 5px;
}
.site-info {
  float: left;
  font-size: 11px;
}
.site-social-footer {
  float: right;
}
.site-social-footer .theSocialButton {
  padding: 0 10px;
}
.footerBox {
  background: #369f99;
  border-radius: 2px;
}
#primary {
  width: 68%;
}
.breadcrumbs {
  padding: 10px 30px;
  font-family: Comfortaa;
}
.authorAbout img {
  float: left;
  position: relative;
  margin: 15px 15px 15px 0px;
}
.authorAbout .authorDesc {
  margin-bottom: 5px;
  margin-top: 15px;
}
.authorAbout .theShare {
  margin-bottom: 5px;
}
.theImgRelated,
.theImgRelatedTitle {
  margin-top: 15px;
}
.theImgRelated {
  position: relative;
  padding-right: 30px;
}
#primary article,
#secondary aside,
.boxSingle,
.page-header,
.comments-title,
.comment-respond,
.nav-links,
.comment-navigation,
.breadcrumbs,
.authorAbout,
#imgRelated,
#comments ol .comment-body,
#disqus_thread {
  background: #ffffff;
  border-radius: 2px;
}
#secondary aside,
.boxSingle,
.page-header,
.comments-title,
.comment-respond,
.comment-navigation,
.authorAbout,
#imgRelated,
.paging-navigation .nav-links,
#disqus_thread {
  padding: 30px;
}
header.entry-header,
.entry-content,
.entry-summary,
.entry-footer {
  padding: 0 30px;
}
header.entry-header {
  padding-top: 30px;
}
.entry-footer {
  padding-bottom: 30px;
}
header.entry-header .entry-meta {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 10px;
  padding: 5px 0;
}
.entry-title,
.box_style_3 .bigBox .boxSingleCaption h3,
.box_style_3 .smallBox .boxSingleCaption h3,
.flexCaption h2 {
  letter-spacing: -1px;
}
#secondary {
  float: left;
  width: 32%;
}
.simpaticoPostWidget .theText span.date,
.simpaticoPostWidget .theText span.comm,
.posted-on,
.byline,
.comments-link,
.cat-links,
.tags-links,
.edit-link,
.theImgRelatedDate,
.dataBottom,
.reading-time,
.page-links,
.count-views,
.controls-caption,
.comment-metadata,
.entry-format {
  color: #c3c3c3;
}
.entry-meta a,
.comment-metadata a,
.entry-format a {
  color: #c3c3c3;
}
.dataBottom a {
  display: inline-block;
  padding: 3px 8px;
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  margin: 2px 0;
}
aside ul,
.site-header-top ul,
.boxSingle ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
aside ul li:last-child {
  border-bottom: 0px;
}
aside ul li ul.sub-menu,
aside ul li ul.children {
  padding-left: 5%;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
aside ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px 0px;
}
.widget .widget-title,
ul.tabs {
  background: left 50% repeat-x url(/files/img/waves-audio.jpg);
  margin-bottom: 15px;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.widget .widget-title em,
.boxSingleName h3 em {
  font-style: normal;
  color: #a52023;
}
.widget .widget-title h3 {
  border-top: 1px solid #a52023;
  display: inline-block;
  margin-top: -1px;
  padding: 3px 5px 3px 0;
  background: #fff;
}
.tags-links,
.edit-link {
  display: block;
}
.posted-on,
.byline,
.comments-link,
.count-views,
.reading-time,
.cat-links,
.entry-format {
  padding-right: 15px;
}

#toTop:hover {
  text-decoration: none;
  opacity: 0.7;
}

#toTop {
  display: none;
  opacity: 0.3;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 15px;
  height: 100%;
  line-height: 4rem;
  background: #a52023;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

/* Home Builder */
.boxSingle {
  width: 100%;
  float: left;
}
/*
.boxSingle .bigBox .boxSingleCaption h3, .boxSingle .smallBox .boxSingleCaption h3, .entry-title, .page-title, .flashNews h4, 
.theImgRelatedTitle h3, .comments-title, .comment-reply-title, .simpaticoPostWidget .theText a, .post-navigation .meta-nav span {
	font-weight: bold;
}
*/
.boxSingle .boxSingleDesc {
  text-align: justify;
}
.boxSingle .boxSingleImage,
.blockRelatedImg,
.theImgWidget {
  position: relative;
}
.boxSingle .smallBox .insidePostFormat,
.theImgWidget .insidePostFormat,
.boxSingle.box_style_5 .bigBox .insidePostFormat {
  position: absolute;
  z-index: 1;
  background: #369f99;
  right: -5px;
  top: -5px;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 0px;
  border-radius: 2px;
}
.boxSingle .bigBox .insidePostFormat,
.box_style_3 .smallBox .insidePostFormat,
.box_style_4 .smallBox .insidePostFormat,
.blockRelatedImg .insidePostFormat {
  position: absolute;
  z-index: 1;
  background: #369f99;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 5px 0;
  border-radius: 2px;
}
.boxSingleName {
  margin-bottom: 15px;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.boxSingleName h2,
.boxSingleName h3 {
  border-top: 1px solid #a52023;
  display: inline-block;
  margin-top: -1px;
  padding: 3px 0;
}
.boxSingleName span {
  float: right;
  border-top: 1px solid #369f99;
  display: inline-block;
  margin-top: -1px;
  padding: 3px 10px;
}
/* Ad Style */
.box_style_ad {
  padding: 0px;
}
.box_style_ad .boxSingleName {
  margin: 30px 30px 15px 30px;
}
.advertisingBox {
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 728px;
  display: table;
}
#primary article .readMore {
  display: block;
  text-align: right;
}
#primary article .readMore a {
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin-top: 15px;
  border-radius: 2px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
}

/* Second Style */
#primary article .readMore {
  display: block;
}
#primary article .readMore a {
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin-top: 15px;
  border-radius: 2px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
}

/* Third Style */
.box_style_3 .bigBox,
.box_style_3 .smallBox {
  padding: 15px 0;
  position: relative;
}
.box_style_3 > div.allBoxContainer > div:first-child {
  padding-top: 0px;
}
.box_style_3 > div.allBoxContainer > div:last-child {
  padding-bottom: 0px;
}
.box_style_3 .smallBox {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.box_style_3 .bigBox .boxSingleImage,
.box_style_3 .smallBox .boxSingleImage {
  float: left;
  margin-right: 30px;
}
.box_style_3 .bigBox .boxSingleCaption h3,
.box_style_3 .smallBox .boxSingleCaption h3 {
  font-size: 17px;
  line-height: 2.6rem;
}
.box_style_3 .bigBox .boxSingleCaption,
.box_style_3 .smallBox .boxSingleCaption {
  display: table;
}
.box_style_3 .bigBox .boxSingleCaption .boxSingleDesc,
.box_style_3 .smallBox .boxSingleCaption .boxSingleDesc {
  margin: 15px 0 0;
}
.box_style_3 .bigBox .boxSingleCaption .boxSingleDesc .readMore,
#primary article .readMore,
.box_style_3 .smallBox .boxSingleCaption .boxSingleDesc .readMore,
#primary article .readMore {
  display: block;
  text-align: right;
}
.box_style_3 .bigBox .boxSingleCaption .boxSingleDesc .readMore a,
#primary article .readMore a,
.box_style_3 .smallBox .boxSingleCaption .boxSingleDesc .readMore a,
#primary article .readMore a {
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.03);
  display: inline-block;
  margin-top: 15px;
  border-radius: 2px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
}

/* Fourth Style */
.box_style_4 .bigBox,
.box_style_4 .smallBox {
  position: relative;
  padding-right: 30px;
}
.box_style_4 .boxSingleDesc {
  display: none;
}
.box_style_4 .boxSingleCaption {
  margin-top: 15px;
}

/* Fifth Style */
.box_style_5 .bigBox,
.box_style_5 .smallBox {
  position: relative;
  padding: 0px 19px 19px 0px;
  float: left;
}

/* Review System */
.reviewSystem {
  background: rgba(0, 0, 0, 0.03);
  padding: 30px;
  border-radius: 2px;
}
.reviewSystem.bottom {
  margin-top: 30px;
  margin-bottom: 30px;
}
.reviewSystem.top {
  margin-bottom: 30px;
}
.titleCriteria span {
  font-weight: bold;
}
.singleCriteria {
  margin: 15px 0;
}
.scoreCritera {
  display: block;
  height: 15px;
  background: rgba(230, 230, 230, 1);
  border-radius: 2px;
}
.scoreCritera span {
  display: block;
  height: 15px;
  background-color: #369f99;
  background-image: url("/files/img/pbar-ani.gif");
  border-radius: 2px;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: ease-out;
  -ms-transition-duration: 300ms;
  -ms-transition-timing-function: ease-out;
}
.finalScoreReview {
  margin-top: 30px;
}
.scoreTotal {
  display: table-cell;
  padding: 15px;
  font-size: 30px;
  background: #369f99;
  text-align: center;
  border-radius: 2px;
}
.scoreTotal h3 {
  text-align: center;
  text-transform: uppercase;
}
.scoreTotal small {
  font-size: 60%;
}
.reviewSummary {
  display: table-cell;
  padding: 5px 15px;
  vertical-align: top;
  background: rgba(0, 0, 0, 0.03);
}
/* Color for menu and something else */
.flashNews h4,
.scoreTotal,
.scoreTotal h3,
.simpatico-main-menu li a,
.footerBox,
.footerBox a,
.footerBox a:hover,
.simpatico-main-menu .indicator,
#toTop,
.dropcap.square,
.dropcap.circle,
#wp-calendar #today,
.flexNews .cat-links,
.flexCaptionCat .cat-links,
.flexNews .cat-links a,
.flexCaptionCat .cat-links a,
.boxSingle .smallBox .insidePostFormat,
.theImgWidget .insidePostFormat,
#wp-calendar tbody td#today a,
.boxSingle .bigBox .insidePostFormat,
.box_style_3 .smallBox .insidePostFormat,
.box_style_4 .smallBox .insidePostFormat,
.blockRelatedImg .insidePostFormat,
.no-menu-primary {
  color: #ffffff;
}

/* Start Shortcode */
/* Box */
.box {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5em;
}
.box.success {
  background: #e2f2cb;
}
.box.warning {
  background: #fffddb;
}
.box.error {
  background: #ffe6e2;
}
.box.info {
  background: #d6f6ff;
}
.boxInside {
  padding-left: 55px;
  min-height: 50px;
}
.boxInside .fa-info-circle {
  color: #2cb4da;
}
.boxInside .fa-times {
  color: #f03317;
}
.boxInside .fa-exclamation-triangle {
  color: #ecc21b;
}
.boxInside .fa-check {
  color: #8ab84d;
}
.boxIconStyle {
  margin-left: -55px;
  float: left;
  font-size: 50px !important;
  color: rgba(0, 0, 0, 0.1);
}
/* Dropcap */
.dropcap {
  display: block;
  float: left;
  margin: 0 8px 0 0;
  font-size: 50px;
  line-height: 50px;
}
.dropcap.square {
  background: #db3532;
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    border-radius: 2px;
}
.dropcap.circle {
  background: #369f99;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
}
/* Hightlight */
.highlight {
  background: rgba(0, 0, 0, 0.05);
  padding: 2px;
  border-radius: 2px;
}
/* Toggle */
.theToggle {
  background: rgba(0, 0, 0, 0.03);
  width: 100%;
  margin-bottom: 5px;
  border-radius: 2px;
}
h3.trigger {
  margin: 0px !important;
  padding: 5px 15px;
}
h3.trigger a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  padding-right: 15px;
}
h3.trigger.active a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f068";
  padding-right: 15px;
}
h3.trigger a {
  display: block;
  text-decoration: none !important;
}
h3.trigger.active a {
  color: #369f99;
}
.toggle_container {
  overflow: hidden;
  padding: 15px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
}
/* Button color */
.btnColor {
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
}
.btnColor a {
  text-decoration: none !important;
  padding: 10px 15px;
  font-weight: bold;
}
.btnColor:hover {
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
/* Tabs shortcode */
.tab-simpatico-wrapper {
  margin-bottom: 1.5em;
}
ul.tab-simpatico-tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.tab-simpatico-tabs li h3 {
  font-size: 14px;
  letter-spacing: -1px;
}
ul.tab-simpatico-tabs li {
  float: left;
  display: inline-block;
  cursor: pointer;
  padding: 3px 10px;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
ul.tab-simpatico-tabs li a {
  text-decoration: none;
}
ul.tab-simpatico-tabs li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
ul.tab-simpatico-tabs li.active a h3 {
  color: #a52023;
}
.tab-simpatico-content-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding: 15px;
  border-radius: 2px;
  border-top: 3px solid rgba(0, 0, 0, 0.05);
}
/* Column shortcode */
.oneHalf {
  float: left;
  padding: 10px;
  width: 50%;
}
.oneThird {
  float: left;
  padding: 10px;
  width: 33%;
}
.twoThird {
  float: left;
  padding: 10px;
  width: 66%;
}
/* End Shortcode */

/*--------------------------------------------------------------
Flex Slider
--------------------------------------------------------------*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  min-height: 390px;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 15px;
  background: #ffffff;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  zoom: 1;
  background-image: url("/files/img/slider-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 15px 0;
  position: absolute;
  top: 45%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.3);
}
.flex-direction-nav .flex-prev {
  left: -50px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.galleryEmbed:hover .flex-prev,
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 0px;
}
.galleryEmbed:hover .flex-next,
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 0px;
}
.galleryEmbed:hover .flex-prev:hover,
.galleryEmbed:hover .flex-next,
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  line-height: 1;
  display: flex;
}
.flex-control-nav li:first-child {
  border-left: none;
}
.flex-control-nav li {
  display: inline-block;
  zoom: 1;
  border-left: 1px solid transparent;
}
.flex-control-paging li a {
  height: 10px;
  display: block;
  background-color: rgba(81, 171, 109, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-transition: all.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background-color: rgba(78, 144, 166, 1);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.flexCaption {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 60px 50px 30px 50px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(40%, rgba(0, 0, 0, 0.4)),
    color-stop(100%, rgba(0, 0, 0, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.flexCaptionCat {
  position: absolute;
  top: 30px;
  right: 0px;
  background: #369f99;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.flexNews {
  background: #369f99;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -o-transition: color 0.3s linear, background 0.3s linear;
  -webkit-transition: color 0.3s linear, background 0.3s linear;
  -moz-transition: color 0.3s linear, background 0.3s linear;
  transition: color 0.3s linear, background 0.3s linear;
}
.flexNews:hover {
  background: #34908b;
}
.flexCaption h2 {
  color: #ffffff !important;
  border-bottom: 3px solid #369f99;
  display: inline-block;
  margin-bottom: -3px;
}
.flexCaption .flexTitle {
  border-bottom: 2px solid;
  display: block;
  margin-top: 5px;
}
.flexCaption .flexDesc {
  display: inline-block;
  padding-top: 15px;
}
.flexCaption .flexTitle,
.flexCaption .flexDesc {
  color: #ffffff;
}
.flexCaption .entry-meta .posted-on,
.flexCaption .entry-meta .entry-format,
.flexCaption .entry-meta a {
  color: #ffffff;
}
.flexCaptionCat .cat-links a {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
Custom Widget
--------------------------------------------------------------*/
.theImgWidget {
  margin-right: 15px;
  float: left;
}
.simpaticoPostWidget img {
  height: auto;
  max-width: 100%;
  position: relative;
  display: block;
}
.allBoxContainer .simpaticoPostWidget .theText a {
  padding-left: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.thems .simpaticoPostWidget .theText a {
  font-size: 16px;
}

.thems .simpaticoPostWidget .theText a:after {
  position: absolute;
  right: -15px;
  top: -8px;
  content: "";
  width: 100px;
  height: 25px;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 100%
  );
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 100%
  );
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff ', GradientType=1);
}

.simpaticoPostWidget .theText a {
  display: block;
  font-family: Comfortaa;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.simpaticoPostWidget .theText span.date {
  margin: 0px;
  display: inline-block;
  font-family: Comfortaa;
}
.simpaticoPostWidget .theText span.comm {
  display: inline-block;
  float: right;
}
#flickr_badge_wrapper,
.instagram-pics {
  text-align: center;
}
.flickr_badge_image,
.single-instagram-pic {
  display: inline-block;
  margin: 0px 15px 15px 0px;
  position: relative;
}
.flickr_badge_image a,
.single-instagram-pic a {
  display: block;
}
li.simpaticoPostWidget:first-child,
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_pages li:first-child,
.widget_nav_menu li:first-child,
.widget_meta li:first-child,
.widget_rss li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
  padding-top: 0px;
}
.widget_archive li,
.widget_categories li {
  text-align: right;
}
.widget_archive li a,
.widget_categories li a {
  float: left;
}
ul.tabs li {
  float: left;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.4;
  color: #444444;
  border-top: 1px solid transparent;
  display: inline-block;
  margin-top: -1px;
  padding: 3px 10px 3px 0px;
}
ul.tabs li:hover,
ul.tabs li.active {
  opacity: 1;
  border-top: 1px solid #369f99;
}
.counterWidget {
  padding: 8px 0;
  border-radius: 2px;
  float: left;
  width: 31.3333%;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  margin: 2% 0 0 2%;
  color: #ffffff;
  text-align: center;
}
.counterWidget:last-child {
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.counterWidget .iconCounter,
.counterWidget .textCounter {
  display: inline-block;
}
.counterWidget .textCounter {
  margin-bottom: 0px;
  width: 100%;
}
.counterWidget .textCounter span {
  display: block;
  font-weight: 300;
  font-size: 125%;
  line-height: 1;
}
.counterWidget .textCounter small {
  font-size: 75%;
  line-height: 1;
}
.counterWidget .iconCounter,
.counterWidget .iconCounter a {
  color: #ffffff;
}
.counterWidget .iconCounter {
  width: 100%;
  position: relative;
  padding-top: 4px;
}
.counterWidget.counterPosts {
  background-color: #369f99;
}
.counterWidget.counterComments {
  background-color: #b527e5;
}
.counterWidget.counterFacebook {
  background: #3b5998;
}
.counterWidget.counterYoutube {
  background-color: #e52d27;
}
.counterWidget.counterVimeo {
  background-color: #ffb004;
}
.counterWidget.counterTwitter {
  background-color: #55acee;
}
.user-login-caption .author-avatar {
  float: left;
  position: relative;
  margin-right: 15px;
}
.user-login-caption .welcome-text {
  margin-bottom: 5px;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form .reg-button {
  margin-left: 10px;
}
#login-form .rememberMe {
  margin-left: 10px;
  display: block;
}
#login-form .rememberMe input {
  vertical-align: middle;
}
#regform input[type="text"],
#regform input[type="password"] {
  width: 100%;
}
#editform input[type="text"],
#editform input[type="password"] {
  width: 100%;
}

.widget.widget_search input[type="search"] {
  width: 100%;
}

/*--------------------------------------------------------------
Post formats
--------------------------------------------------------------*/
.video-container,
.videoEmbed {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}

.video-container iframe,
.video-container object,
.video-container embed,
.videoEmbed iframe,
.videoEmbed object,
.videoEmbed embed,
.videoEmbed .wp-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.videoEmbed .wp-video .mejs-container,
.videoEmbed .wp-video .mejs-container .wp-video-shortcode {
  width: 100% !important;
  height: 100% !important;
}
.videoEmbed {
  margin-bottom: 0px !important;
}
.videoEmbed p,
.audioEmbed p {
  margin-bottom: 0px;
  display: flex;
}
.linkEmbed {
  position: relative;
  overflow: hidden;
  font-size: 170%;
}
.linkFont {
  position: absolute;
  right: 10%;
  font-size: 130px !important;
  top: 10%;
  opacity: 0.3;
}
.quoteEmbed {
  font-size: 200%;
  line-height: 3.6rem;
}
.quoteEmbed p:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10d";
  padding-right: 10px;
}
.quoteEmbed p:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10e";
  padding-left: 10px;
}
.quoteText,
.linkText {
  padding: 50px 30px;
  background-color: rgba(64, 64, 64, 0.7);
}
.quoteCaption {
  font-size: 15px;
  text-align: right;
}
.quoteText,
.quoteText a,
.quoteCaption a,
.linkEmbed a {
  color: #ffffff;
}

.galleryEmbed {
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  zoom: 1;
  min-height: 250px;
  padding: 0;
  overflow: hidden;
  background-image: url("/files/img/slider-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
}
.galleryEmbed .embedGallery {
  zoom: 1;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.embedGallery:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .embedGallery {
  display: block;
}
* html .embedGallery {
  height: 1%;
}
.galleryEmbed .embedGallery > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.embedGallery li img {
  display: block;
  width: 100%;
}
.embedGalleryCaption {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 60px 50px 30px 50px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(40%, rgba(0, 0, 0, 0.4)),
    color-stop(100%, rgba(0, 0, 0, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.embedGalleryCaption h3 {
  color: #ffffff !important;
}
.galleryEmbed ol.flex-control-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 2;
  right: 1%;
  width: auto;
}
.galleryEmbed .flex-control-nav li {
  display: inline-block;
  zoom: 1;
  padding: 10px 3px;
}
.galleryEmbed .flex-control-nav li a {
  height: 10px;
  display: block;
  background-color: rgba(81, 171, 109, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
}
.galleryEmbed .flex-control-nav li a.flex-active {
  background-color: rgba(81, 171, 109, 0.9);
}

/*--------------------------------------------------------------
Power Tip
--------------------------------------------------------------*/
#powerTip {
  cursor: default;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  color: #fff;
  display: none;
  padding: 5px 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 2147483647;
  font-size: 11px;
}
#powerTip:before {
  content: "";
  position: absolute;
}
#powerTip.n:before,
#powerTip.s:before {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  margin-left: -5px;
}
#powerTip.e:before,
#powerTip.w:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%;
}
#powerTip.n:before {
  border-top: 10px solid #333;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px;
}
#powerTip.e:before {
  border-right: 10px solid #333;
  border-right: 10px solid rgba(0, 0, 0, 0.8);
  left: -10px;
}
#powerTip.s:before {
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  top: -10px;
}
#powerTip.w:before {
  border-left: 10px solid #333;
  border-left: 10px solid rgba(0, 0, 0, 0.8);
  right: -10px;
}
#powerTip.ne:before,
#powerTip.se:before {
  border-right: 10px solid transparent;
  border-left: 0;
  left: 10px;
}
#powerTip.nw:before,
#powerTip.sw:before {
  border-left: 10px solid transparent;
  border-right: 0;
  right: 10px;
}
#powerTip.ne:before,
#powerTip.nw:before {
  border-top: 10px solid #333;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px;
}
#powerTip.se:before,
#powerTip.sw:before {
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  top: -10px;
}
#powerTip.nw-alt:before,
#powerTip.ne-alt:before,
#powerTip.sw-alt:before,
#powerTip.se-alt:before {
  border-top: 10px solid #333;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 10px;
}
#powerTip.ne-alt:before {
  left: auto;
  right: 10px;
}
#powerTip.sw-alt:before,
#powerTip.se-alt:before {
  border-top: none;
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  bottom: auto;
  top: -10px;
}
#powerTip.se-alt:before {
  left: auto;
  right: 10px;
}

/*--------------------------------------------------------------
Li Scroll
--------------------------------------------------------------*/
.tickercontainer {
  height: 28px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-width: 100%;
}
.tickercontainer .mask {
  position: relative;
  left: 10px;
  top: 4px;
  width: 100%;
  overflow: hidden;
}
ul.newsticker {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  left: 300px;
}
ul.newsticker li {
  float: left;
  margin: 0;
  padding: 0;
}
ul.newsticker a {
  white-space: nowrap;
  padding: 0;
  font-weight: bold;
}
ul.newsticker span {
  margin: 0 30px 0 0;
}

.flashNews {
  clear: both;
  background: #ffffff;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.flashNews h4 {
  float: right;
  line-height: 1;
  margin: 0;
  padding: 8px;
  background: #51ab6d;
  text-transform: uppercase;
  position: relative;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
}

.flashNews h4:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 29px solid #51ab6d;
  border-left: 12px solid transparent;
  left: -12px;
  top: 0;
  z-index: 1;
}
/*--------------------------------------------------------------
Carousel
--------------------------------------------------------------*/
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(/files/img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-buttons {
  text-align: right;
  position: absolute;
  top: -45px;
  right: 0;
  line-height: 22px;
}

#imgRelated .owl-buttons {
  top: -25px;
}

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  margin: 3px 3px;
  padding: 0px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 0.5;
}

.owl-item.loading {
  min-height: 150px;
  background: url(/files/img/AjaxLoader.gif) no-repeat center center;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
  margin-bottom: 15px;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 30px 0 0;
}
.entry-content {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 15px;
  line-height: 1.9;
}
.entry-content a {
  text-decoration: underline;
}
.entry-content img {
  display: initial;
}
.blockShare {
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
  border-top: 0px solid rgba(0, 0, 0, 0.05);
  margin-top: 0px;
  border-radius: 2px;
  text-align: center;
}
.blockButtonShare {
  float: left;
  width: 75%;
  padding: 7px 0;
}
.blockTextShare {
  float: right;
  width: 25%;
  background: rgba(0, 0, 0, 0.03);
  padding: 10px 0;
  text-align: center;
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
  margin-bottom: -3px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
#progress {
  width: 100%;
  bottom: 0;
  background: #369f99;
  z-index: 1;
  max-width: 1160px;
  height: 0px;
}
.toc-storybar {
  position: relative;
  height: 56px;
}
.toc-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -ms-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
.theShareText {
  display: inline-block;
}
.theShareButton {
  width: 13%;
  padding: 0px;
}
.page-links {
  clear: both;
  margin-top: 15px;
  float: right;
}
.page-links p {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 3px solid rgba(78, 144, 166, 1);
  border-radius: 2px;
}
.page-links a p {
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
  -o-transition: border-bottom 0.6s linear;
  -moz-transition: border-bottom 0.6s linear;
  -webkit-transition: border-bottom 0.6s linear;
  transition: border-bottom 0.6s linear;
}
.nav-previous {
  float: left;
}
.nav-next {
  float: right;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-navigation .nav-previous {
  width: 50%;
  padding: 30px;
}
.post-navigation .nav-next {
  width: 50%;
  text-align: right;
  padding: 30px;
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
}
.post-navigation .nav-previous:hover,
.post-navigation .nav-next:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.post-navigation .nav-previous i,
.post-navigation .nav-next i {
  color: #369f99;
}
.post-navigation .meta-nav {
  display: inline-block;
  width: 90%;
}
.post-navigation .nav-previous .meta-nav {
  padding-left: 15px;
}
.post-navigation .nav-next .meta-nav {
  padding-right: 15px;
}
.post-navigation .meta-nav small {
  display: block;
  text-transform: uppercase;
  color: #369f99;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a,
.paging-navigation .nav-links .nav-previous a,
.paging-navigation .nav-links .nav-next a {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.loadMoreInfinite {
  display: block !important;
  text-align: center;
}
.loadMoreInfinite a {
  padding: 15px 30px;
  background: #ffffff;
  border-radius: 2px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
}
#infscr-loading {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  position: fixed;
  top: 45%;
  z-index: 99;
}
#infscr-loading img {
  display: none !important;
}
.infinite-scroll-loader {
  padding: 15px 30px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  display: table;
  margin: 0 auto;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
#comments ol {
  list-style-type: none;
  margin: 0px;
}
#comments ol ol {
  padding-left: 5%;
}
#comments ol .comment-body {
  margin-bottom: 15px;
  padding: 30px 30px 0px 30px;
  position: relative;
}
#comments .comment-body footer img {
  float: left;
  margin-right: 15px;
}
#comments .comment-body .comment-content {
  clear: both;
  padding-top: 15px;
}
#comments .reply {
  text-align: right;
}
#comments .reply a,
#reply-title small a {
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  border-radius: 2px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
  -o-transition: border-bottom 0.6s linear;
  -moz-transition: border-bottom 0.6s linear;
  -webkit-transition: border-bottom 0.6s linear;
  transition: border-bottom 0.6s linear;
}
#comments .reply a:hover,
#reply-title small a:hover {
  -o-transition: border-bottom 0.1s linear;
  -moz-transition: border-bottom 0.1s linear;
  -webkit-transition: border-bottom 0.1s linear;
  transition: border-bottom 0.1s linear;
  border-bottom: 3px solid rgba(78, 144, 166, 1);
}
#reply-title small {
  float: right;
}

#comments .replystena {
  text-align: right;
}
#comments .replystena a,
#reply-title small a {
  padding: 0px 10px;
  display: inline-block;
  border-radius: 2px;
  -o-transition: border-bottom 0.6s linear;
  -moz-transition: border-bottom 0.6s linear;
  -webkit-transition: border-bottom 0.6s linear;
  transition: border-bottom 0.6s linear;
}
#comments .replystena a:hover,
#reply-title small a:hover {
  background: rgba(0, 0, 0, 0.05);
  -o-transition: border-bottom 0.1s linear;
  -moz-transition: border-bottom 0.1s linear;
  -webkit-transition: border-bottom 0.1s linear;
  transition: border-bottom 0.1s linear;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  background: rgba(0, 0, 0, 0.05);
  font-size: 75%;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item img {
  margin: 0 auto;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  padding: 0.8075em 0;
  background: rgba(0, 0, 0, 0.05);
}

@media all and (max-width: 1180px) {
  .nav-content,
  #content.site-content,
  #infscr-loading {
    max-width: 985px;
  }
  .flexslider {
    min-height: 337px;
  }
  #page {
    margin: 0px;
  }
  .site-logo {
    float: none;
    display: table;
    margin: 0 auto;
  }
  .site-adv-top {
    float: none;
    margin: 0 auto;
    display: table;
  }
  .box_style_5 .bigBox,
  .box_style_5 .smallBox {
    padding: 0px 14px 14px 0px;
  }
  .posted-on,
  .byline,
  .comments-link,
  .count-views,
  .reading-time,
  .cat-links,
  .entry-format {
    padding-right: 10px;
  }
}
@media all and (max-width: 985px) {
  .nav-content,
  #content.site-content,
  #infscr-loading {
    max-width: 850px;
  }
  .flexslider {
    min-height: 385px;
  }
  .headerBoxed,
  #secondary aside,
  .boxSingle,
  .page-header,
  .comments-title,
  .comment-respond,
  .comment-navigation,
  .authorAbout,
  #imgRelated,
  #comments ol article,
  .post-navigation .nav-previous,
  .post-navigation .nav-next,
  .paging-navigation .nav-links,
  #comments ol .comment-body,
  #disqus_thread {
    padding: 15px 15px 15px 15px;
  }
  .box_style_ad .boxSingleName {
    margin: 0px 0px 15px 0px;
  }
  #primary,
  #secondary {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  #secondary {
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
  }
  #secondary aside {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
  }
  .site-header-top-button {
    display: none;
    float: none;
    text-align: center;
    padding: 5px 0;
    clear: both;
  }
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px;
  }
  .box_style_5 .bigBox,
  .box_style_5 .smallBox {
    padding: 0px 20px 20px 0px;
  }
}
@media all and (max-width: 767px) {
  .nav-content,
  #content.site-content,
  #infscr-loading {
    max-width: 667px;
  }
  .flexslider {
    min-height: 233px;
  }
  .galleryEmbed {
    min-height: 150px;
  }
  .site-adv-top,
  .flexCaption .flexDesc,
  .box_style_ad {
    display: none;
  }
  .site-info,
  .site-social-footer {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
  .footerBottomBoxed {
    padding: 15px 0px;
  }
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 15px 0 0;
  }
  .entry-content,
  .reviewSystem.top {
    margin-bottom: 15px;
  }
  header.entry-header,
  .entry-content,
  .entry-summary,
  .entry-footer {
    padding: 0 15px;
  }
  header.entry-header {
    padding-top: 15px;
  }
  .entry-footer {
    padding-bottom: 15px;
  }
  .reviewSystem.bottom {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .reviewSystem {
    padding: 15px;
  }
  .breadcrumbs {
    padding: 10px 15px;
  }
  #secondary {
    -webkit-column-count: auto;
    -webkit-column-gap: initial;
    -moz-column-count: auto;
    -moz-column-gap: initial;
    column-count: auto;
    column-gap: initial;
  }
  #secondary aside {
    -webkit-column-break-inside: initial;
    -moz-column-break-inside: initial;
    column-break-inside: initial;
  }
  .posted-on,
  .byline,
  .comments-link,
  .count-views {
    display: block;
  }
  .scoreTotal {
    display: table;
    margin: 0 auto;
  }
  .reviewSummary {
    display: block;
    margin: 15px 0 0;
  }
  .flexCaption,
  .flexCaptionCat,
  .blockShare .blockTextShare,
  .form-allowed-tags,
  .advBottomPost {
    display: none;
  }
  .blockButtonShare {
    width: 100%;
  }
  ul.tab-simpatico-tabs li {
    padding: 5px 10px;
  }
  .box_style_3 .bigBox .boxSingleImage,
  .box_style_3 .smallBox .boxSingleImage {
    float: none;
    margin-right: 0px;
  }
  .box_style_3 .bigBox .boxSingleImage img,
  .box_style_3 .smallBox .boxSingleImage img {
    width: 100%;
  }
  .box_style_3 .bigBox .boxSingleCaption,
  .box_style_3 .smallBox .boxSingleCaption {
    display: block;
  }
  .box_style_3 .bigBox .boxSingleCaption,
  .box_style_3 .smallBox .boxSingleCaption {
    margin-top: 15px;
  }
  .oneHalf,
  .oneThird,
  .twoThird,
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 100%;
  }
  .box_style_5 .bigBox,
  .box_style_5 .smallBox {
    padding: 0px 13px 13px 0px;
  }
  .nav-previous,
  .nav-next {
    float: none;
  }
  .post-navigation .nav-next {
    border-left: 0px;
  }
}
@media all and (max-width: 479px) {
  .nav-content,
  #content.site-content,
  #infscr-loading {
    max-width: 400px;
  }
  .flexslider {
    min-height: 159px;
  }
  .galleryEmbed {
    min-height: 100px;
  }
  .flex-direction-nav a {
    top: 35%;
  }
  .embedGalleryCaption {
    display: none;
  }
  .box_style_5 .bigBox,
  .box_style_5 .smallBox {
    padding: 0px 19px 19px 0px;
  }
}

/*--------------------------------------------------------------
13.0 Print Style
--------------------------------------------------------------*/
@media print {
  body {
    background: #ffffff;
    color: #404040;
  }
  .site-header-top,
  .site-adv-top,
  .flashNews,
  .main-navigation,
  .edit-link,
  .blockShare,
  .advBottomPost,
  .nav-links,
  .authorAbout,
  #imgRelated,
  .comments-area,
  #secondary,
  .site-footer,
  .breadcrumbs,
  .audioEmbed,
  .transpose-keys,
  .butshop,
  .dataBottom,
  .entry-meta,
  .entry-footer {
    display: none;
  }
  #toTop,
  #powerTip,
  .noprint {
    display: none !important;
  }
  .site-branding {
    right: 0;
    position: absolute;
  }
  .site-logo,
  .site-branding {
    right: 0;
    position: absolute;
  }
  .site-logo img {
    right: -100px;
    position: absolute;
    top: 250px;
    width: 300px;
    -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
  }
}

/*--------------------------------------------------------------
14 Noty
--------------------------------------------------------------*/
.noty {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 10px 20px;
  left: 50%;
  top: 50%;
}
.noty .close {
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #369f99;
  z-index: 99999;
  overflow: hidden;
}
.noty .fa-close:before {
  top: 8px;
  position: absolute;
  left: 10px;
}

/*--------------
15 select_input
--------------*/
.select_input {
  background: url("/files/img/open_select.png") no-repeat 98% 50% !important;
}
.select_options {
  background: #fff;
  display: none;
  position: absolute;
  z-index: 99999;
  overflow-y: auto;
  padding: 10px 0;
  max-height: 300px;
}
.select_options span {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
}
.select_options span:hover,
.select_options .active {
  background: #c7d2d6;
}

/*--------------
16 add_sound
--------------*/

#addMusicForm .fa-plus-circle,
#addMusicForm .fa-close {
  font-size: 24px;
  color: #000;
  cursor: pointer;
}
#addMusicForm .fa-plus-circle:hover,
#addMusicForm .fa-close:hover {
  color: #369f99;
}
#addMusicForm .fon_file {
  border: 1px solid #a52023;
  display: block;
  padding: 2.5px 5px;
  border-radius: 2px;
  position: relative;
  margin-bottom: 5px;
}
#addMusicForm .fon_file input[type="file"],
#addMusicForm .fon_file input[type="text"] {
  margin: 2.5px 0;
  width: 100%;
}
#addMusicForm .fon_file > span {
  position: absolute;
  top: 5px;
  right: 5px;
}

/*--------------
17 Фонограммы
--------------*/
/* Вид песен */
.music .date {
  text-transform: uppercase !important;
}
.music h1 {
  line-height: 2.7rem !important;
  font-family: Comfortaa;
  font-size: 21px !important;
}
.music {
  margin-bottom: 10px;
}
pre br {
  display: none;
}
/* На странице песни */
span.c {
  font-weight: bold;
  color: #218abd;
  font-size: 0.9em;
  font-family: "Trebuchet MS", Calibri, Arial, serif;
}

.transpose-keys {
  margin: 10px 0;
  overflow: auto;
  font: normal 11px sans-serif;
}
.transpose-keys a {
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  width: 2.4em;
  text-align: center;
  margin: 0 0.25em 0.25em 0;
  color: #333;
  background: #eee;
  text-decoration: none;
  padding: 0.5em 0;
  outline: none;
  font-family: Arial, "Trebuchet MS", Calibri, serif;
  font-size: 1em;
  font-weight: bold;
}
.transpose-keys a.selected {
  background: #369f99;
  color: #fff;
}
pre span {
  color: rgba(68, 68, 68, 1);
  font-size: 1em;
  font-family: Calibri, "Trebuchet MS", Arial, serif;
}
.entry-content pre {
}

.butshop {
  text-decoration: none !important;
  float: left;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0px 0;
  background: #369f99;
  margin: 0 0px;
  border-radius: 3px;
}
.butshop li {
  font-size: 20pt;
  position: relative;
  top: 3px;
  left: -3px;
}
.butshop span {
  font-size: 15pt;
}
.butshop:hover {
  color: #fff;
  background: #386473;
}
/* Удаление загруженный песен */
.audioEmbed {
  position: relative;
  margin-bottom: 15px;
}
.audioEmbed .del {
  position: absolute;
  top: -10px;
  right: -8px;
  font-size: 20px;
  z-index: 9;
  color: #000;
  background: #fff;
  border-radius: 100%;
  line-height: 0.9;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

select {
  width: 92px;
  height: 35px;
  border-radius: 2px;
  -webkit-appearance: none;
  background: url("/files/img/open_select.png") no-repeat 90% 50% !important;
  background-position: right center;
  background-repeat: no-repeat;
  line-height: 1em;
  border: 1px solid #369f99;
  /* for FF */
  -moz-appearance: none;
  text-indent: 6px;
  text-overflow: "";
  /* for IE */
  -ms-appearance: none;
  appearance: none !important;
}

select::-ms-expand {
  display: none;
}

.counterWidgetFriends {
  padding: 0px 3px;
  float: left;
  width: 33.3333%;
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-align: center;
}
.counterWidget .textCounter {
  margin-bottom: 0.5em;
}
.counterWidget .textCounter small {
  font-size: 75%;
  line-height: 1;
}

/*--------------
18 календарь
--------------*/
.calendar table {
  font-size: 16px;
  text-align: center !important;
}
.month a {
  color: #666666;
  text-decoration: none;
}
.calendar td a {
  text-decoration: none;
  color: #369f99;
}
td.today {
  border: 1px solid #808080;
}
.calendar td {
  padding: 1px 7px;
  color: #313131;
  text-align: center;
  -o-transition: color 0.3s linear, background 0.3s linear;
  -webkit-transition: color 0.3s linear, background 0.3s linear;
  -moz-transition: color 0.3s linear, background 0.3s linear;
  transition: color 0.3s linear, background 0.3s linear;
}
.calendar td:hover {
  background: rgba(0, 0, 0, 0.05);
}
.calendar th {
  text-align: center;
}

.wall_item .item_like .i_like,
.wall_item .item_share .i_share,
.wall_item .item_replies .i_replies,
.wi_actions_btn .i_icon {
  background: url(/files/img/post_buttons.png) no-repeat;
  padding: 0 14px 0 0;
  margin: 0;
}
.wall_item .item_like .v_like,
.wall_item .item_share .v_share,
.wall_item .item_replies .v_replies {
  margin: 0 0 0 4px;
}
.wall_item .item_share .i_share {
  background-position: -120px center;
}
.wall_item .item_like .i_like {
  background-position: -70px center;
}
.wi_actions_btn {
  position: absolute;
  padding: 0 10px;
  margin: 0;
  background: 0;
  float: right;
  right: 7px;
  top: 7px;
  color: #93989e;
  white-space: nowrap;
  border-radius: 3px;
  min-width: 26px;
  text-align: center;
  line-height: 1.2em;
}
.wi_actions_btn .i_icon {
  display: inline-block;
  background-position: -134px center;
  padding: 0 22px 0 0;
  height: 40px;
}
.wi_actions_wrap {
  top: 44px;
  z-index: 1;
  position: absolute;
  width: auto;
  right: 4px;
  display: none;
}
.wi_actions_wrap .pointer {
  display: block;
  position: absolute;
  margin-top: -8px;
  width: 100%;
  z-index: 2;
}
.wi_actions {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  width: auto;
  padding: 4px 0;
  background-color: #fff;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 0;
  top: 0;
  list-style: none;
}
.wi_actions_wrap .i_pointer {
  height: 8px;
  display: block;
  top: 1px;
  background: url(/files/img/post_buttons.png) no-repeat -156px 0;
  width: 16px;
  position: absolute;
  right: 14px;
}

.wia_item {
  padding: 7px 21px 7px 14px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wia_item:hover {
  text-decoration: none;
  background-color: #d0efd0;
}

/* 19 Сортировка */
#sort {
  float: left;
  margin-right: 20px;
  position: relative;
}
#sort:hover .wrap {
  display: block !important;
}
#sort .wrap {
  position: absolute;
  background: #fff;
  z-index: 99;
  box-shadow: 0px 1px 5px -1px #000;
  width: 170px;
  padding: 3px 0;
}
#sort .wrap a {
  padding: 5px 10px;
  display: block;
  font-size: 12px;
  text-transform: initial;
}
#sort .wrap a:hover {
  background: rgba(54, 159, 153, 0.25);
  color: inherit;
}
/* and */

/* 20 Табы */
.moder_tabs {
  float: right;
}
.moder_tabs i {
  padding: 0 6px;
  color: #379e98;
  cursor: pointer;
}
/* and */

@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25rem solid currentColor;border-right-color:transparent;border-radius:50%;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}