@import "https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,cyrillic";

@import "https://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin,cyrillic";

@import "https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic";

@import url(/css/animate.css);
@import url(/css/font-awesome.css);

::-webkit-scrollbar-track {
  background-color: #f5f8fa;
  webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar {
  background-color: #f5f8fa;
  height: 6px;
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #2E3842;
  border-radius: 5px;
}

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  height: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  background: #fff;
  color: #4E4852;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 15pt;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.65em;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

.table777 {
  /* border-collapse: collapse; */
  /*border-spacing: 0;*/
width: 100%;
}



/*Fossa*/

table {
  /* border-collapse: collapse; */
  /*border-spacing: 0;*/

}

body {
  -webkit-text-size-adjust: none;
}

/* Box Model */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* Basic */

@-ms-viewport {
  width: device-width;
}

body.is-loading *, body.is-loading *:before, body.is-loading *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

input, textarea, select {
  outline: none;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
  margin: 5px 1px;
}

a {
  -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  border-bottom-color: transparent;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

p {
  margin: 0 0 1em 0;
  text-indent: 5%;
  text-align: left;
}

f {
  font-size: 1.3em;
  color: black;
}


h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'PT Sans Narrow';
  font-weight: 800;
  text-decoration: none;
}

h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  line-height: 120%;
  margin-top: 0;
  font-family: 'PT Sans Narrow';
  font-weight: 400;
  margin-bottom: 0%;
}

h1 {
  font-size: 5rem;
  line-height: 1.2em;
  letter-spacing: -2px;
  text-indent: -3px;
}

h2 {
  font-size: 4rem;
  line-height: 1.2em;
  letter-spacing: -1px;
  text-indent: -2px;
}

h3 {
  font-size: 3.5rem;
}

h4 {
  font-size: 3rem;
}

h5 {
  font-size: 2.5rem;
}

h6 {
  font-size: 1rem;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

table tbody tr {
  border: 0;
  border-bottom: solid 0px #F6F7F7;
  margin: 1em 0;
}

hr {
  border: 0;
  border-bottom: solid 2px #F6F7F7;
  margin: 1em 0;
}

blockquote {
  border-color: #dfdfdf;
  border-left: solid 4px #fff;
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}

code {
  background: rgba(144, 144, 144, 0.25);
  border-radius: 3px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  letter-spacing: 0;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0;
}

pre code {
  display: block;
  line-height: 1.75em;
  padding: 1em 1.5em;
  overflow-x: auto;
}

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

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

.align-right {
  text-align: right;
}

.margin-top-15 {
  margin-top: 15px;
}


/* MENU LEFT SLIDE */

.links li {
  
  text-transform: uppercase;
  font-family: 'PT Sans Narrow';
}

/* MENU HEADER */

.uMenuRoot {
  display: table;
  margin: 0 auto;
}

.uMenuRoot li {
  float: left;
  position: relative;
  list-style: none;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow';
}

#uNMenuDiv1 .uMenuRoot li:after {
  content: '⚪';
  font-size: 0.55rem;
  float: left;
}

.uMenuRoot li a {
  padding: 0 8px;
  text-decoration: none;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-transition: all  0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: all  0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: all  0.2s ease-in-out, color 0.2s ease-in-out;
  transition: all  0.2s ease-in-out, color 0.2s ease-in-out;
}

.uMenuRoot li a:hover {
  text-decoration: none;
}

.uMenuRoot ul {
  height: 35px;
  line-height: 35px;
  width: 100%;
  min-width: 150px;
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: 0.25s linear opacity;
}

.uMenuRoot ul li {
  padding-top: 2px;
  float: none;
  float: left;
}

li.uWithSubmenu a span:first-child::after {
  content: '▼';
  font-size: 0.35rem;
  padding-left: 5px;
  float: right;
}

.uMenuRoot ul a {
  white-space: nowrap;
  display: block;
}

.uMenuRoot li:hover ul {
  left: 0;
  opacity: 1;
}

.uMenuRoot a:hover span {
  border-bottom: 3px solid rgba(255,255,255, 0.2);
  text-decoration: none;
}

.uMenuRoot li:hover a {
  text-decoration: none;
}

.uMenuRoot li:hover ul a {
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.075s linear;
}

.uMenuRoot li:hover ul li a:hover {
  text-decoration: none;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}

.uMenuRoot ul li a {
  position: relative;
  background: rgba(46,56,66, 0.9);
  z-index: 9999;
}

.profile-head .uMenuRoot li {
  list-style: none;
  
}

.profile-head .uMenuRoot li a {
  padding: 0 10px;
}

.profile-head .uMenuRoot ul li a {
  padding: 0 8px;
}

/* Section/Article */

section.special, article.special {
  text-align: center;
}

header p {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  top: -0.25em;
}

header h3 + p {
  font-size: 1.1em;
}

header h4 + p,
	header h5 + p,
	header h6 + p {
  font-size: 0.9em;
}

header.major {
  margin: 0 0 3.5em 0;
}

header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
  border-bottom: solid 2px #fff;
  display: inline-block;
  padding-bottom: 1em;
  position: relative;
}

header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after {
  content: '';
  display: block;
  height: 1px;
}

header.major p {
  color: #fff;
  top: 0;
}


/* Form */

form {
  margin: 0;
  padding: 2% 10px;
}



formfossa {
  margin: 0 0 2em 0;
  background-color: rgb(235, 235, 235);
}

label {
  color: #000;
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0 0 1em 0;
}

input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: rgba(255,255,255,0.15);
  border-radius: 1px;
  border: none;
  color: inherit;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
}

select {
  border-radius: 3px;
  border: none;
  color: inherit;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
}

input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
  box-shadow: none;
}

input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
  box-shadow: 0 0 0 1px #ccc;
}

input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
  height: 2.4em;
  background: rgba(0, 0, 0, 0.0375);
}

textarea {
  padding: 0.75em 1em;
  background: rgba(0, 0, 0, 0.0375);
}

input[type="checkbox"],
	input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}

input[type="checkbox"] + label,
		input[type="radio"] + label {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  padding-left: 2.4em;
  padding-right: 0.75em;
  position: relative;
}

input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
  background: #51CAED;
  border-radius: 3px;
  content: '';
  display: inline-block;
  height: 1.65em;
  left: 0;
  line-height: 1.58125em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.65em;
}

input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
  background: #51CAED;
  color: #fff;
  content: '\f00c';
}

input[type="checkbox"] + label:before {
  border-radius: 3px;
}

input[type="radio"] + label:before {
  border-radius: 100%;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1.0;
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1.0;
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1.0;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1.0;
}

.formerize-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1.0;
}

/* Icon */

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon > .label {
  display: none;
}

.icon.major {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 3px;
  border: solid 2px #fff;
  display: inline-block;
  font-size: 1.35em;
  height: calc(3em + 2px);
  line-height: 3em;
  text-align: center;
  width: calc(3em + 2px);
}

.icon.major:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  font-size: 1.5em;
}


/* Image */

.image {
  border-radius: 3px;
  border: 0;
  display: inline-block;
  position: relative;
}

.image img {
  border-radius: 3px;
  display: block;
}

.image.left {
  float: left;
  margin: 0 1em 1em 0;
  top: 0.25em;
}

.image.right {
  float: right;
  margin: 0 0 1em 1em;
  top: 0.25em;
}

.image.left, .image.right {
  max-width: 45%;
}

.image.left img, .image.right img {
  width: 100%;
}

.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
}

.image.fit img {
  width: 100%;
}

/* List */

ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}

ol li {
  padding-left: 0.25em;
}

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em;
}

ul li {
  padding-left: 0.25em;
  padding-right: 0.25em;
}

ul.alt {
  list-style: none;
  padding-left: 0;
}

ul.alt li {
  border-top: solid 1px #fff;
  padding: 0.5em 0;
}

ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.icons li {
  display: inline-block;
  padding: 0 1em 0 0;
}

ul.icons li:last-child {
  padding-right: 0 !important;
}

ul.icons.major {
  padding: 1em 0;
}

ul.icons.major li {
  padding-right: 3.5em;
}

ul.actions {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.actions li {
  display: inline-block;
  padding: 0 1.5em 0 0;
  vertical-align: middle;
}

ul.actions li:last-child {
  padding-right: 0;
}

ul.actions.small li {
  padding: 0 0.75em 0 0;
}

ul.actions.vertical li {
  display: block;
  padding: 1.5em 0 0 0;
}

ul.actions.vertical li:first-child {
  padding-top: 0;
}

ul.actions.vertical li > * {
  margin-bottom: 0;
}

ul.actions.vertical.small li {
  padding: 0.75em 0 0 0;
}

ul.actions.vertical.small li:first-child {
  padding-top: 0;
}

ul.actions.fit {
  display: table;
  margin-left: -1.5em;
  padding: 0;
  table-layout: fixed;
  width: calc(100% + 1.5em);
}

ul.actions.fit li {
  display: table-cell;
  padding: 0 0 0 1.5em;
}

ul.actions.fit li > * {
  margin-bottom: 0;
}

ul.actions.fit.small {
  margin-left: -0.75em;
  width: calc(100% + 0.75em);
}

ul.actions.fit.small li {
  padding: 0 0 0 0.75em;
}

dl {
  margin: 0 0 2em 0;
}


/* Button */
input[type=submit].uf-btn {
  color: #000;
}

input[type=submit],
.button,
input[type=button],
input[type=reset] {
  background: #52CBEE;
  border: 0px solid #656e78;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  padding: 8px 12px;
  webkit-border-radius: 3px 3px 3px 3px;
  width: auto !important;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

input[type=submit]:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
button:hover,
.tov_desc .goodsbutton:hover {
  background-color: #3CC6EC;
}

button {
  background-color: #e3625d;
  border: none;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  moz-transition: all 0.3s ease;
  o-transition: all 0.3s ease;
  padding: 6px 15px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  webkit-appearance: none;
  webkit-border-radius: 0;
}

.pb-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 3px;
  border: 0;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 600;
  height: 3.125em;
  letter-spacing: 0.225em;
  line-height: 3.125em;
  padding: 0 2.75em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pb-button:hover {
  background-color: rgba(144, 144, 144, 0.25);
}

.pb-button:active {
  background-color: rgba(144, 144, 144, 0.5);
}

.pb-button.icon:before {
  margin-right: 0.5em;
}

.pb-button.fit {
  /*display: block;
  margin: 0 0 1em 0;*/
  width: 100%;
}

.pb-button.small {
  font-size: 0.8em;
}

.pb-button.big {
  font-size: 1.35em;
}

.pb-button.special {
  background-color: #ed4933;
  box-shadow: none !important;
  color: #ffffff !important;
}

.pb-button.special {
  background-color: #ed4933;
  box-shadow: none !important;
  color: #ffffff !important;
}

.pb-button.special:hover {
  background-color: #ef5e4a !important;
}

.pb-button.special:active {
  background-color: #eb341c !important;
}

.pb-button:disabled {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  opacity: 0.25;
}

/* Spotlight */

.spotlight {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  display: table;
  #background-image: url(/68.png);
  #background-position: center;
  background-color: #dad7d7
}





/* Wrapper */


#wrapper div:first-child{
 
    margin-left:0px;
}

.wrapper {
  padding: 0% 10%;
}

.wrapperinformerblog {
  padding: 0% 30%;
}
@media screen and (max-width: 1100px){
    .wrapperinformerblog{
        padding: 0% 0%;
    }
}

.wrapperf {
  padding: 0% 0%;
}

.wrapper .inside {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.post-main {
  height: 100%;
  position: relative;
  /*background-color: #FFFFFF !important;*/
  /*background-image: url(/tekstura5.jpg);*/
}

.item-icon-2 {
  left: 1px;
  top: 10px;
  width: 55px;
  height: 55px;
  text-align: center;
  position: absolute;
  opacity: 1;
  display: block;
}

.ii-3 {
  left: 2px;
}

.item-icon span, .post-meta .item-icon-2 span {
  font-size: 38px;
}

div[id*="entryID"]:nth-child(even) div.post-main {
  /*background-color: #F6F7F7 !important;*/
}

div[id*="entryID"]:nth-child(even) div.post-main .icon_post {
 /* background: #F6F7F7;*/
}

div[id*="entryID"]:nth-child(even) div.post-bottom {
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
  bottom: 0;
 /* background: -moz-linear-gradient(top,  hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0.02) 2%, hsla(180,6%,97%,1) 100%);*/
 /* background: -webkit-linear-gradient(top,  hsla(0,0%,100%,0) 0%,hsla(0,0%,100%,0.02) 2%,hsla(180,6%,97%,1) 100%);*/
  /*background: linear-gradient(to bottom,  hsla(0,0%,100%,0) 0%,hsla(0,0%,100%,0.02) 2%,hsla(180,6%,97%,1) 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f6f7f7',GradientType=0 );
}

div[id*="entryID"]:nth-child(odd) div.post-bottom {
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
  bottom: 0;
  background: -moz-linear-gradient(top,  hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0.02) 2%, hsla(0,0%,100%,1) 100%);
  background: -webkit-linear-gradient(top,  hsla(0,0%,100%,0) 0%,hsla(0,0%,100%,0.02) 2%,hsla(0,0%,100%,1) 100%);
  background: linear-gradient(to bottom,  hsla(0,0%,100%,0) 0%,hsla(0,0%,100%,0.02) 2%,hsla(0,0%,100%,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.post-blog {
  margin: 0rem auto;
  padding: 1.5rem 0;
  width: 50%;
  position: relative;
  background-color: fff;
}

.post-blog p {
  margin: 1.6rem 0 0 0;
  text-indent: 0;
}

.post-blog-image {
  max-height: 400px;
  padding: 5px auto;
  overflow: hidden;
  /*border-radius: 3px;*/
}

.post-blog-image img {
  border-radius: 3px;
  width: 100%;
  margin: 0 auto;
}

a.ulightbox img {
 /* border-radius: 20%;*/
  width: 100%;
  float: left;
  margin: 0 2% 0 0;
}

.post-title {
  text-decoration: none;
  margin: 0 2%;
  font-size: 2rem;
  font-weight: 800;
}

.eTag {
  background: #0000;
  border: 1px solid #fff;
  border-radius: 1px;
  color: #fff;
  display: inline-block;
  font-size: .666rem;
  letter-spacing: 2px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 0px 4px 0px 6px;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.eTag:hover {
  background: #33cc99;
  border: 1px solid #74CAFE;
  color: #fff;
}

.post-tags {
  font-size: 0;
  padding: 15px;
}


/* Pages */

.catPages1,.catPages2,.pagesBlockuz1,.pagesBlockuz2,.plist {
  display: block;
  padding: 0% 0;
  text-align: center;
}

.swchItem,.swchItem1 {
  background: #DEE6E7;
  color: #556A72;
  border: 1px solid #DEE6E7;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  padding: 8px 12px;
  webkit-border-radius: 3px 3px 3px 3px;
  width: auto!important;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.swchItemA,.pgSwchA,.swchItemA1 {
  background-color: #F6F7F7;
  border: 1px solid #F6F7F7;
  border-radius: 3px 3px 3px 3px;
  color: #556A72 !important;
  cursor: pointer;
  padding: 8px 12px;
  webkit-border-radius: 3px 3px 3px 3px;
  width: auto!important;
}

.swchItem:hover,.swchItem1:hover {
  background-color: #F6F7F7;
  color: #556A72;
}

.wrapper.alt {
  padding: 0;
}

.wrapper.style1 {
  background-color:  transparent;
  padding: 6em 0 4em 0;
  color: #fff;
}

.wrapper input[type="checkbox"] + label,
			.wrapper input[type="radio"] + label {
  color: #4E4852;
}

.wrapper input[type="checkbox"] + label:before,
				.wrapper input[type="radio"] + label:before {
  background: rgba(0, 0, 0, 0.0375);
}

.wrapper input[type="checkbox"]:checked + label:before,
			.wrapper input[type="radio"]:checked + label:before {
  background: #2E3842;
  color: #ffffff;
}

.wrapper ::-webkit-input-placeholder {
  color: #8E8892 !important;
}

.wrapper :-moz-placeholder {
  color: #8E8892 !important;
}

.wrapper ::-moz-placeholder {
  color: #8E8892 !important;
}

.wrapper :-ms-input-placeholder {
  color: #8E8892 !important;
}

.wrapper .formerize-placeholder {
  color: #8E8892 !important;
}

.wrapper .icon.major {
  border-color: #dfdfdf;
}



/* Menu */

#page-wrapper {
  -moz-transition: -moz-filter 0.25s ease;
  -webkit-transition: -webkit-filter 0.25s ease;
  -ms-transition: -ms-filter 0.25s ease;
  transition: filter 0.25s ease;
  background: #fff;
}

#menu {
  -moz-transform: translateX(20em);
  -webkit-transform: translateX(20em);
  -ms-transform: translateX(20em);
  transform: translateX(20em);
  -moz-transition: -moz-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-overflow-scrolling: touch;
  background: #2E3842;
  color: #ffffff;
  height: 100%;
  max-width: 80%;
  overflow-y: auto;
  padding: 3em 2em;
  position: fixed;
  right: 0;
  top: 0;
  width: 20em;
  z-index: 10002;
}

#menu ul {
  list-style: none;
  padding: 0;
}

#menu ul > li {
  border-top: solid 1px rgba(0, 0, 0, 0.125);
  margin: 0.5em 0 0 0;
  padding: 0.5em 0 0 0;
}

#menu ul > li:first-child {
  border-top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#menu ul > li > a {
  border: 0;
  color: inherit;
  display: block;
  font-size: 0.8em;
  letter-spacing: 0.225em;
  outline: 0;
  text-decoration: none;
  text-transform: uppercase;
}

#menu .close {
  background-image: url("images/close.svg");
  background-position: 4.85em 1em;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  display: block;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 7em;
}

body.is-menu-visible #page-wrapper {
  opacity: 0.75;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

body.is-menu-visible #page-wrapper:before {
  display: block;
}

body.is-menu-visible #menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* Header */

#header {
  -moz-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background: #2E3842;
  height: 3em;
  left: 0;
  line-height: 3em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#header h1 {
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  height: inherit;
  left: 1.25em;
  line-height: inherit;
  position: absolute;
  top: 0;
  color: #fff;
  text-align: center;
}

#header h1 a {
  border: 0;
  display: block;
  height: inherit;
  line-height: inherit;
}

#header nav {
  height: inherit;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: 0;
}

#header nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#header nav > ul > li {
  display: inline-block;
  padding: 0;
}

#header nav > ul > li > a {
  border: 0;
  color: #fff;
  display: block;
  font-size: 0.8em;
  letter-spacing: 0.225em;
  padding: 0 1.5em;
  text-transform: uppercase;
}

#header nav > ul > li:first-child {
  margin-left: 0;
}

#header.alt {
  background: transparent;
}

#header.alt h1 {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  opacity: 0;
}

/* Banner */

#banner {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: default;
  height: 100vh;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#banner h2 {
  display: inline-block;
  font-size: 2.50em;
  font-family: 'PT Sans Narrow';
  opacity: 1;
  padding: 0.15em 0.81em;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255,255,255, 0.3);
  color: #fff;
}

#banner p {
  color: #fff;
  letter-spacing: 0.225em;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow';
}

#banner p a {
  color: inherit;
}

#banner .more {
  -moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
  -webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
  -ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
  transition: transform 0.75s ease, opacity 0.75s ease;
  -moz-transition-delay: 2s;
  -webkit-transition-delay: 1.5s;
  -ms-transition-delay: 2s;
  transition-delay: 2s;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border: none;
  bottom: 0;
  color: inherit;
  font-size: 0.8em;
  height: 5.5em;
  left: 50%;
  letter-spacing: 0.225em;
  margin-left: -8.5em;
  opacity: 1;
  outline: 0;
  padding-left: 0.225em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 16em;
  z-index: 1;
  color: #fff;
}

#banner .more:after {
  background-image: url("/css/images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 2em;
  content: '';
  display: block;
  height: 1.5em;
  left: 50%;
  margin: 0 0 0 -0.75em;
  position: absolute;
  width: 1.5em;
}

#banner:after {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -moz-transition: opacity 3s ease-in-out;
  -webkit-transition: opacity 3s ease-in-out;
  -ms-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
  -moz-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  -ms-transition-delay: 1.25s;
  transition-delay: 1.25s;
  content: '';
  background: #2e3842;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

body.is-loading #banner h2 {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
}

body.is-loading #banner h2:before, body.is-loading #banner h2:after {
  width: 0;
}

body.is-loading #banner .more {
  -moz-transform: translateY(8.5em);
  -webkit-transform: translateY(8.5em);
  -ms-transform: translateY(8.5em);
  transform: translateY(8.5em);
  opacity: 0;
}

body.is-loading #banner:after {
  opacity: 1;
}

/* FOOT-INFO */

#foot-info .inside {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  max-width: 45em;
}

#foot-info .inside header {
  -moz-order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  padding-right: 3em;
  width: 70%;
}

#foot-info .inside header p {
  color: inherit;
}

#foot-info .inside .actions {
  -moz-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  width: 30%;
}


/* Main */

#main > header {
  padding: 4em 0 3em 0;
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/backpage.jpg');
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/backpage.jpg');
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/backpage.jpg');
  background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/backpage.jpg');
 /*background-position: center center;*/
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}

#main > header h2 {
  font-size: 2.15em;
  margin: 0 0 0.5em 0;
  font-family: 'PT Sans Narrow';
}

#main > header p {
  color: inherit;
  letter-spacing: 0.225em;
  text-transform: uppercase;
  top: 0;
  margin: 0 0 0.5em 0;
}

#main > header p a {
  color: inherit;
}

body #main > header {
  background-attachment: scroll;
  
}

/* Footer */

#footer {
  padding: 4em 2em 1em 2em;
  background-color: #1d242a;
}

#footer .icons {
  font-size: 1.25em;
  text-align: left;
  float: left;
}

#footer .icons a {
  color: rgba(255, 255, 255, 0.5);
}

#footer .icons a:hover {
  color: #fff;
}

#footer .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
  letter-spacing: 0.225em;
  list-style: none;
  padding: 0;
  font-family: 'PT Sans Narrow';
  text-align: right;
}

#footer .copyright li {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  display: inline-block;
  line-height: 1em;
  margin-left: 1em;
  padding-left: 1em;
}

#footer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

#footer .copyright li a {
  color: inherit;
}

#footer .copyright li a:hover {
  color: #fff;
}

/* Landing */

body.landing #page-wrapper {
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/backpage.jpg');
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/backpage.jpg');
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/backpage.jpg');
  background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/backpage.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  margin-top: -25px;
}

body.landing #footer {
  background-color: rgba(29, 36, 42, 0.9);
}

body.landing #page-wrapper {
  background: none;
}

body.landing #banner,
	body.landing .wrapper.style1 {
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/backpage.jpg');
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/backpage.jpg');
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/backpage.jpg');
  background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/backpage.jpg');
  /*background-position: center center;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body.is-mobile.landing #footer {
  background-color: #1d242a;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.post_meta {
  /*margin: 10px 2%;*/
  color: #3A4145;
  font-size: 0.95rem;
  width: 100%;
  padding: 10px 2%;
}

#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #2E3842;
  z-index: 100500;
}

.cssload-dots {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  outline: 1px solid red;
  filter: url(#goo);
  -o-filter: url(#goo);
  -ms-filter: url(#goo);
  -webkit-filter: url(#goo);
  -moz-filter: url(#goo);
}

.cssload-dot {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.cssload-dot:before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 49px;
  background: rgb(251,211,1);
  position: absolute;
  left: 50%;
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  margin-left: -17.5px;
  margin-top: -17.5px;
}

.cssload-dot:nth-child(5):before {
  z-index: 100;
  width: 44.5px;
  height: 44.5px;
  margin-left: -21.75px;
  margin-top: -21.75px;
  animation: cssload-dot-colors 4.6s ease infinite;
  -o-animation: cssload-dot-colors 4.6s ease infinite;
  -ms-animation: cssload-dot-colors 4.6s ease infinite;
  -webkit-animation: cssload-dot-colors 4.6s ease infinite;
  -moz-animation: cssload-dot-colors 4.6s ease infinite;
}

.cssload-dot:nth-child(1) {
  animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -o-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -ms-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -webkit-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -moz-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
}

.cssload-dot:nth-child(1):before {
  background-color: rgb(255,50,112);
  animation: cssload-dot-move 4.6s 0s ease infinite;
  -o-animation: cssload-dot-move 4.6s 0s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 0s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 0s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 0s ease infinite;
}

.cssload-dot:nth-child(2) {
  animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -o-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -ms-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -webkit-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -moz-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
}

.cssload-dot:nth-child(2):before {
  background-color: rgb(32,139,241);
  animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -o-animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 1.15s ease infinite;
}

.cssload-dot:nth-child(3) {
  animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -o-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -ms-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -webkit-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -moz-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
}

.cssload-dot:nth-child(3):before {
  background-color: rgb(175,225,2);
  animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -o-animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 2.3s ease infinite;
}

.cssload-dot:nth-child(4) {
  animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -o-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -ms-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -webkit-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -moz-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
}

.cssload-dot:nth-child(4):before {
  background-color: rgb(251,211,1);
  animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -o-animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 3.45s ease infinite;
}

@keyframes cssload-dot-move {
  0% {
    transform: translateY(0);
  }

  18%, 22% {
    transform: translateY(-68px);
  }

  40%, 100% {
    transform: translateY(0);
  }
}

@-o-keyframes cssload-dot-move {
  0% {
    -o-transform: translateY(0);
  }

  18%, 22% {
    -o-transform: translateY(-68px);
  }

  40%, 100% {
    -o-transform: translateY(0);
  }
}

@-ms-keyframes cssload-dot-move {
  0% {
    -ms-transform: translateY(0);
  }

  18%, 22% {
    -ms-transform: translateY(-68px);
  }

  40%, 100% {
    -ms-transform: translateY(0);
  }
}

@-webkit-keyframes cssload-dot-move {
  0% {
    -webkit-transform: translateY(0);
  }

  18%, 22% {
    -webkit-transform: translateY(-68px);
  }

  40%, 100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes cssload-dot-move {
  0% {
    -moz-transform: translateY(0);
  }

  18%, 22% {
    -moz-transform: translateY(-68px);
  }

  40%, 100% {
    -moz-transform: translateY(0);
  }
}

@keyframes cssload-dot-colors {
  0% {
    background-color: rgb(251,211,1);
  }

  25% {
    background-color: rgb(255,50,112);
  }

  50% {
    background-color: rgb(32,139,241);
  }

  75% {
    background-color: rgb(175,225,2);
  }

  100% {
    background-color: rgb(251,211,1);
  }
}

@-o-keyframes cssload-dot-colors {
  0% {
    background-color: rgb(251,211,1);
  }

  25% {
    background-color: rgb(255,50,112);
  }

  50% {
    background-color: rgb(32,139,241);
  }

  75% {
    background-color: rgb(175,225,2);
  }

  100% {
    background-color: rgb(251,211,1);
  }
}

@-ms-keyframes cssload-dot-colors {
  0% {
    background-color: rgb(251,211,1);
  }

  25% {
    background-color: rgb(255,50,112);
  }

  50% {
    background-color: rgb(32,139,241);
  }

  75% {
    background-color: rgb(175,225,2);
  }

  100% {
    background-color: rgb(251,211,1);
  }
}

@-webkit-keyframes cssload-dot-colors {
  0% {
    background-color: rgb(251,211,1);
  }

  25% {
    background-color: rgb(255,50,112);
  }

  50% {
    background-color: rgb(32,139,241);
  }

  75% {
    background-color: rgb(175,225,2);
  }

  100% {
    background-color: rgb(251,211,1);
  }
}

@-moz-keyframes cssload-dot-colors {
  0% {
    background-color: rgb(251,211,1);
  }

  25% {
    background-color: rgb(255,50,112);
  }

  50% {
    background-color: rgb(32,139,241);
  }

  75% {
    background-color: rgb(175,225,2);
  }

  100% {
    background-color: rgb(251,211,1);
  }
}

@keyframes cssload-dot-rotate-1 {
  0% {
    transform: rotate(-105deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

@-o-keyframes cssload-dot-rotate-1 {
  0% {
    -o-transform: rotate(-105deg);
  }

  100% {
    -o-transform: rotate(270deg);
  }
}

@-ms-keyframes cssload-dot-rotate-1 {
  0% {
    -ms-transform: rotate(-105deg);
  }

  100% {
    -ms-transform: rotate(270deg);
  }
}

@-webkit-keyframes cssload-dot-rotate-1 {
  0% {
    -webkit-transform: rotate(-105deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
  }
}

@-moz-keyframes cssload-dot-rotate-1 {
  0% {
    -moz-transform: rotate(-105deg);
  }

  100% {
    -moz-transform: rotate(270deg);
  }
}

@keyframes cssload-dot-rotate-2 {
  0% {
    transform: rotate(165deg);
  }

  100% {
    transform: rotate(540deg);
  }
}

@-o-keyframes cssload-dot-rotate-2 {
  0% {
    -o-transform: rotate(165deg);
  }

  100% {
    -o-transform: rotate(540deg);
  }
}

@-ms-keyframes cssload-dot-rotate-2 {
  0% {
    -ms-transform: rotate(165deg);
  }

  100% {
    -ms-transform: rotate(540deg);
  }
}

@-webkit-keyframes cssload-dot-rotate-2 {
  0% {
    -webkit-transform: rotate(165deg);
  }

  100% {
    -webkit-transform: rotate(540deg);
  }
}

@-moz-keyframes cssload-dot-rotate-2 {
  0% {
    -moz-transform: rotate(165deg);
  }

  100% {
    -moz-transform: rotate(540deg);
  }
}

@keyframes cssload-dot-rotate-3 {
  0% {
    transform: rotate(435deg);
  }

  100% {
    transform: rotate(810deg);
  }
}

@-o-keyframes cssload-dot-rotate-3 {
  0% {
    -o-transform: rotate(435deg);
  }

  100% {
    -o-transform: rotate(810deg);
  }
}

@-ms-keyframes cssload-dot-rotate-3 {
  0% {
    -ms-transform: rotate(435deg);
  }

  100% {
    -ms-transform: rotate(810deg);
  }
}

@-webkit-keyframes cssload-dot-rotate-3 {
  0% {
    -webkit-transform: rotate(435deg);
  }

  100% {
    -webkit-transform: rotate(810deg);
  }
}

@-moz-keyframes cssload-dot-rotate-3 {
  0% {
    -moz-transform: rotate(435deg);
  }

  100% {
    -moz-transform: rotate(810deg);
  }
}

@keyframes cssload-dot-rotate-4 {
  0% {
    transform: rotate(705deg);
  }

  100% {
    transform: rotate(1080deg);
  }
}

@-o-keyframes cssload-dot-rotate-4 {
  0% {
    -o-transform: rotate(705deg);
  }

  100% {
    -o-transform: rotate(1080deg);
  }
}

@-ms-keyframes cssload-dot-rotate-4 {
  0% {
    -ms-transform: rotate(705deg);
  }

  100% {
    -ms-transform: rotate(1080deg);
  }
}

@-webkit-keyframes cssload-dot-rotate-4 {
  0% {
    -webkit-transform: rotate(705deg);
  }

  100% {
    -webkit-transform: rotate(1080deg);
  }
}

@-moz-keyframes cssload-dot-rotate-4 {
  0% {
    -moz-transform: rotate(705deg);
  }

  100% {
    -moz-transform: rotate(1080deg);
  }
}

.icon_post {
  text-align: center;
  position: absolute;
  right: 50%;
  margin-right: -48%;
  z-index: 5;
  padding: 8px;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  line-height: 3.5rem;
  background: #fff;
  color: #333;
}

.icon_post .fa {
  font-size: 2rem;
}

.uc-avatar img {
  vertical-align: middle;
  width: 50px;
  border-radius: 4px;
}

.autor-ava img {
  width: 100px;
  border-radius: 100px;
}

.com-order-block {
  heigght: 32px;
  line-height: 32px;
  border-radius: 3px;
}

.com-order-title {
  font-weight: normal;
}

.uc-content {
  background: #F6F7F7;
  border-radius: 3px;
  padding: 8px;
}

#triangle_left {
  position: absolute;
  margin-left: -18px;
  margin-top: 10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #F6F7F7;
  border-bottom: 10px solid transparent;
}

.uc-opacity {
  font-size: 13px;
}

.no-img img {
  display: none;
}

.no-img iframe {
  display: none;
}

.layer {
  position: relative;
  z-index: 10;
}

.archiveNoEntry {
  padding: 15px;
  background: #F6F7F7;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

.catsTable {
  background: #ea4832;
  margin: 0 auto;
  width: 100%;
}

.catNumData {
  display: block;
  font-size: 0.9rem;
  background: #ea4832;
  border-radius: 1px;
  color: #F9FAFA;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  text-align: center;
  float: right;
}

.catsTd {
  padding: 0.5%;
  text-align: center;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #000;
border: 1px solid #fbfbfb;
}

.catsTd:hover {
  background: #ECEFEF;
}

.uMenuItemA {
  font-weight: 700;
}

.catNameActive:after {
  content: '►';
  font-size: 0.35rem;
  padding-left: 5px;
  float: left;
}

#user-ava {
  margin-top: 8px;
  float: left;
}

#user-ava img {
  width: 25px;
  heigh: 25px;
  border: 2px solid #fff;
  border-radius: 100%;
}

.user-ava-profile {
  width: 100px;
  heigh: 100px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin: 8px;
}

.profile-head-left {
 display: table-cell;
 vertical-align: top;
 width: 30px;
}

.profile-head-right {
 display: table-cell;
 vertical-align: top;

}

.profile-head {
   height: inherit;
  line-height: inherit;
  position: absolute;
  right: 10%;
  top: 3px;
  display:block;
  color:#fff;
  font-family: 'PT Sans Narrow';
  font-size: 0.8em;
  letter-spacing: 0.225em;
  text-transform: uppercase;
}

.bbQuoteBlock, .quoteMessage {
  border: 5px solid #F6F7F7 !important;
  background: #F6F7F7;
  border-radius: 10px;
  padding: 15px;
}

.logo_blog {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin: 16px auto;
  border: 4px solid #fff;
}

.map-marker {
  font-size: 1.2rem;
}

.commFl {
  height: 100px;
}

.uc-message {
  font-size: 0.9rem;
}

.uc-answer {
  font-size: 0.8rem;
}

.reliz_rating {
  text-align: center;
  width: 100%;
  margin: 15px;
}

.reliz_rating_in {
  color: #666;
  font-size: 11px;
}

.uc-avatar img {
  vertical-align: middle;
  width: 50px;
  border-radius: 100%;
}

#message {
  width: 100%;
}

.calMonth {
  font: 300 20px 'Open Sans';
  padding: 15px;
}

.calTable {
  background: none;
  background-size: cover;
  border-collapse: collapse;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.calWday,.calWdaySe,.calWdaySu {
  color: #fff;
  font: 300 15px 'Open Sans';
  padding: 10px;
}

.calMday,.calMdayIs,.calMdayA,.calMdayIsA {
  color: #ccc;
  font: 15px 'Open Sans';
  padding: 15px;
}

.calMdayA {
  color: #fff;
}

.calMonth a,.calMdayIs a,.calMdayIsA a {
  color: #fff;
}

.calMonthLink {
  color: #fff;
  font-size: 1.2em;
  text-decoration: none!important;
}

.calMonth a:first-child {
  border-bottom: 10px solid transparent;
  border-right: 8px solid #4ec0e6;
  border-top: 10px solid transparent;
  float: left;
  font-size: 0;
  height: 0;
  margin-left: 5px;
  width: 0;
}

.calMonth a:last-child {
  border-bottom: 10px solid transparent;
  border-left: 8px solid #4ec0e6;
  border-top: 10px solid transparent;
  float: right;
  font-size: 0;
  height: 0;
  margin-right: 5px;
  width: 0;
}

.calMonth {
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
}

.calWday,.calWdaySe,.calWdaySu {
  font-size: 11px;
  font-weight: 400;
  padding: 5px;
}

.calMday,.calMdayIs,.calMdayA,.calMdayIsA {
  font-size: 11px;
  font-weight: 400;
  padding: 10px;
}

.calMdayA {
  background: #384551;
}

.calMdayIs a {
  color: #51CAED;
}

.calMdayIs a:hover {
  border-bottom: 1px dotted #4095b4;
}

#author_info {
  background: -moz-linear-gradient(top,  hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0.02) 2%, hsla(180,6%,97%,1) 100%);
  background: -webkit-linear-gradient(top,  hsla(0,0%,100%,0) 0%,hsla(0,0%,100%,0.02) 2%,hsla(180,6%,97%,1) 100%);
  background: linear-gradient(to bottom,  hsla(0,0%,100%,0) 0%,hsla(0,0%,100%,0.02) 2%,hsla(180,6%,97%,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f6f7f7',GradientType=0 );
  display: block;
  width: 100%;
  padding: 2%;
  margin: 15px auto;
}

.autor-name {
  font-size: 1.8rem;
  font-family: 'PT Sans Narrow';
}

.autor-ava {
  float: left;
  margin-right: 15px;
}

.autor-info {
  text-align: left;
  margin-top: 8px;
  font-size: 1.1rem;
  font-family: 'PT Sans Narrow';
}

.container {
  position: relative;
  /*padding-top: 10px;*/
}

.text1 {
  position: absolute;
  left: 40px;
  top: 29px;
  background: #fff;
  padding: 0 10px;
}

#hide, #i, .codeCloseAll {
  display: none;
}

.searchForm {
  /*margin: 15px;*/
  margin: auto;
  /*width: 60%;*/
}

.user_popup {
  padding: 15px;
}

.eDetails {
  border-bottom: 1px solid #E9ECEC;
  padding: 8px;
  font-size: .9rem;
}


/*GO to top */
#back-top {
  position: fixed;
  bottom: 25px;
  left: 2.6%;
}

#back-top a {
  width: 58px;
  display: block;
  text-align: center;
  font: bold 8px Arial;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top a:hover {
  text-decoration: underline;
}

#back-top i {
  display: inline-block;
  background: #FFF;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  color: rgba(221,221,221,0.8);
  border: 1px solid rgba(221,221,221,0.3);
  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  color: #424952;
}

#sFltLst {
/*position:absolute !important;*/
top:100px !important;
/*margin-left: -200px !important;*/
background:#fff  !important;
}

@media screen and (max-width: 1680px) {
body, input, select, textarea {
    font-size: 13pt;
  }

  #main > header {
    padding: 4em 0 3em 0;
  }

  .spotfossa1 {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 50%;
  display: table;
  background-color: #52cbee;
  color: #ffffff;
  background-position: center;
  margin: 0 auto;
}
}

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

  body, input, select, textarea {
    font-size: 12pt;
  }

  .wrapper > .inside {
    width: 90%;
  }

  #main > header {
    padding: 2em 3em 3em 3em;
  }
  
  .spotfossa1 {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 50%;
  display: table;
  background-color: #52cbee;
  color: #ffffff;
  background-position: center;
  margin: 0 auto;
}
}

@media screen and (max-width: 980px) {
.ThrForumBarTbl {display:table-inline}
.ThrForumBarTbl .forumNamesBar {display:table;width:100%;}
.ThrForumBarTbl form#thread_search_form {display:table; width:100%;}
.forumModerBlock, .threadAuthTd, .threadPostTd, .threadViewTd, .forumThreadTd, .forumPostTd, .gTableSubTop {
display:none;
}
header br {
    display: none;
  }

  .features li {
    padding: 3em 2em 1em 2em;
    text-align: center;
  }

  .features li:before {
    left: 0;
    margin: 0 0 1em 0;
    position: relative;
    top: 0;
  }

  .wrapper > .inside {
    width: 100%;
  }
  .wrapper {
    padding: 0% 10% 0% 10%;
  }
  #foot-info .inside {
    display: block;
    text-align: center;
  }

  #foot-info .inside header {
    padding-right: 0;
    width: 100%;
  }

  #foot-info .inside .actions {
    margin-left: auto;
    margin-right: auto;
    max-width: 20em;
    width: 100%;
  }
  #main > header {
    padding: 6em 3em 2em 3em;
  }
  #footer {
    padding: 4em 3em 2em 3em;
  }
  
  .spotfossa1 {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 50%;
  display: table;
  background-color: #52cbee;
  color: #ffffff;
  background-position: center;
  margin: 0 auto;
}
}

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

  body, input, select, textarea {
    font-size: 11pt;
    letter-spacing: 0.0375em;
  }

  header.major {
    margin: 0 0 2rem 0;
  }

  .icon.major {
    font-size: 1em;
  }

  ul.icons.major li {
    padding: 0 1em !important;
  }

  ul.actions li {
    display: block;
    padding: 1em 0 0 0;
    text-align: center;
    width: 100%;
  }

  ul.actions li:first-child {
    padding-top: 0;
  }

  ul.actions li > * {
    margin: 0 auto !important;
    max-width: 30em;
    width: 100%;
  }

  ul.actions li > *.icon:before {
    margin-left: -1em;
  }

  ul.actions.small li {
    padding: 0.5em 0 0 0;
  }

  ul.actions.small li:first-child {
    padding-top: 0;
  }

  .wrapper {
    padding: 0;
  }

  #menu ul > li > a {
    line-height: 3em;
  }

  #menu {
    padding: 3em 1.5em;
  }

  #header h1 a {
    font-size: 0.8em;
  }

  #header nav > ul > li > a {
    padding: 0 0 0 1.5em;
  }

  #banner {
    padding: 7em 3em 5em 3em;
    height: auto;
    min-height: 0;
  }

  #banner h2 {
    font-size: 1.25em;
  }

  #banner br {
    display: none;
  }

  #banner .more {
    display: none;
  }

  #foot-info .inside .actions {
    width: 100%;
    max-width: none;
  }

  #main > header {
    padding: 5em 1em 1em 3em;
  }

  #main > header h2 {
    font-size: 1.25em;
    margin: 0 0 1em 0;
  }

  .post-blog {
    width: 100%;
  }

  #footer {
    padding: 4em 2em 1em 2em;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
  }

  #footer .icons {
    display: block;
    font-size: 1.25em;
    text-align: center;
    float: none;
  }

  #footer .copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8em;
    letter-spacing: 0.225em;
    list-style: none;
    padding: 0;
    font-family: 'PT Sans Narrow';
    text-align: center;
    display: block;
  }

  td.catsTd {
    border-bottom: 1px solid #f1f1f1 !important;
    display: table !important;
    float: none !important;
    width: 100% !important;
    height: 40px;
    line-height: 40px;
  }

  .profile-head {
    margin-right: 12%;
  }

  .spotfossa1 {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  display: table;
  background-color: #52cbee;
  color: #ffffff;
  background-position: center;
  margin: 0 auto;
}

}

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

  #footer .copyright li {
    border: 0;
    display: block;
    line-height: 1.65em;
    margin: 0;
    padding: 0.5em 0;
  }
  
  .spotfossa1 {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  display: table;
  background-color: #52cbee;
  color: #ffffff;
  background-position: center;
  margin: 0 auto;
}
}


/* EntryModule Style */
.eBlock {text-align:left;padding: 1% 0%;line-height: 1.2em;}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:15pt;font-weight:bold;color:#000000; padding: 2px 0 0 25px;}
.eMessage {text-align:left;padding: 8pt 8pt 5pt 8pt;}
.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('http://src.ucoz.ru/t/151/15.gif') no-repeat 0px 0px;}
.eDetails {border:1px dashed #A67F48;font-family:Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding:10px;text-align:left;font-size:8pt;}

.eTitle a:link {text-decoration:underline; color:#A67F48;}
.eTitle a:visited {text-decoration:underline; color:#A67F48;}
.eTitle a:hover {text-decoration:underline; color:#000000;}
.eTitle a:active {text-decoration:underline; color:#000000;}
/* ------------------ */ 

.video-container {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
}

.video-container iframe {
 position: absolute;
 top:0;
 left: 0;
 width: 100%;
 height: 100%;
}

a.buttonFossa {
  position: relative;
  display: inline-block;
  color: #777674;
  font-weight: bold;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
  user-select: none;
  padding: 1em 2em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}
a.buttonFossa:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
a.buttonFossa:active {
  top: 1px;
}

div.container {
  width: 85%;
  max-width: 1000px;
  margin: auto; /* центрируем основной контейнер */
}
.img {
  width: 100%; /* ширина картинки */
  height: auto; /* высота картинки */
}

.round {
    border-radius: 100px; /* Радиус скругления */
    border: 3px solid #999691; /* Параметры рамки */
    box-shadow: 0 0 15px #666; /* Параметры тени */

}

.spotfossa {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  display: table;
  background-color: #ebebeb;
  background-position: center;
  /*margin: 5%;*/
}



.spotfossa2 {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  display: table;
  color: #fff;
  background-position: center;
  background-color: transparent;
}

/* Птичка на коробке падает*/


.thumb {
    width: 150px;
    height: 151px;
    margin: 0 auto 3% auto;
    /*perspective: 1000px;*/
}

.thumb a {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
		url("/img/favicon8.png");
    background-size: 0, cover;
    transform-style: preserve-3d;
    transition: all 0.5s;
}

.thumb:hover a {
    transform: rotateX(80deg);
    transform-origin: bottom;
}
/*.thumb a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: inherit;
    background-size: cover, cover;
    background-position: bottom;
    transform: rotateX(90deg);
    transform-origin: bottom;
}*/
.thumb a span {
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font: bold 12px/36px "Open Sans";
    text-align: center;
    transform: rotateX(-89.99deg);
    transform-origin: top;
    z-index: 1;
}
.thumb a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
    opacity: 0.15;
    transform: rotateX(95deg) translateZ(-80px) scale(0.75);
    transform-origin: bottom;
}

.thumb:hover a:before {
    opacity: 1;
    box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.5);
    transform: rotateX(0) translateZ(-60px) scale(0.85);
}



.entryMessage p {
text-indent: 10px;
}

.eMessage img[align='left'] {margin-right:20px !important;}
.eMessage img[align='right'] {margin-left:20px !important;}
.eText img[align='left'] {margin-right:10px !important;}
.eText img[align='right'] {margin-left:10px !important;} 


.section{
	    float:left;
	    /*height:auto;*/
	    margin-left:0px;
	   /* width:33%;*/
            padding: 10px;
}

/*Меч Джедая*/


bodyf {
  background: #000;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-perspective: 300px;
          perspective: 300px;
}


.force_field .sword {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: rotate 8000ms linear infinite;
          animation: rotate 8000ms linear infinite;
}
.force_field .sword .grip {
  position: absolute;
  bottom: 0;
  width: 6px;
  height: 30px;
  background: #fff;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  border-radius: 0 0 99px 99px;
}
.force_field .sword .grip::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 30px;
  background: #aaa;
  -webkit-transform: rotateY(-45deg);
          transform: rotateY(-45deg);
  border-radius: 0 0 99px 99px;
}
.force_field .sword .grip::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 30px;
  background: #ddd;
  -webkit-transform: rotateY(45deg);
          transform: rotateY(45deg);
  border-radius: 0 0 99px 99px;
}
.force_field .sword .beam {
  position: absolute;
  bottom: 0;
  width: 6px;
  height: 50px;
  background: rgba(150, 150, 255, 0.8);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateX(-50%) translateY(-23px);
          transform: translateX(-50%) translateY(-23px);
  border-radius: 99px 99px 0 0;
  box-shadow: 0 -5px 30px 5px rgba(0, 100, 255, 0.7), -10px -5px 60px 5px #0064ff, -50px 15px 100px 10px rgba(0, 100, 255, 0.7);
  -webkit-animation: mainBeam 10000ms ease-in-out infinite alternate;
          animation: mainBeam 10000ms ease-in-out infinite alternate;
}
.force_field .sword .beam::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 160px;
  background: rgba(50, 100, 255, 0.8);
  -webkit-transform: rotateY(-45deg);
          transform: rotateY(-45deg);
  border-radius: 99px 99px 0 0;
  box-shadow: 0 -5px 30px 5px rgba(0, 100, 255, 0.7);
  -webkit-animation: subBeam 10000ms ease-in-out infinite alternate;
          animation: subBeam 10000ms ease-in-out infinite alternate;
}
.force_field .sword .beam::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 160px;
  background: rgba(50, 100, 255, 0.8);
  -webkit-transform: rotateY(45deg);
          transform: rotateY(45deg);
  border-radius: 99px 99px 0 0;
  box-shadow: 0 -5px 30px 5px rgba(0, 100, 255, 0.7);
  -webkit-animation: subBeam 10000ms ease-in-out infinite alternate;
          animation: subBeam 10000ms ease-in-out infinite alternate;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg) rotateY(1080deg) rotateZ(2160deg);
            transform: rotateX(360deg) rotateY(1080deg) rotateZ(2160deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg) rotateY(1080deg) rotateZ(2160deg);
            transform: rotateX(360deg) rotateY(1080deg) rotateZ(2160deg);
  }
}
@-webkit-keyframes mainBeam {
  0% {
    background: rgba(150, 150, 255, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(0, 100, 255, 0.7), -10px -5px 60px 5px #0064ff, -50px 15px 100px 10px rgba(0, 100, 255, 0.7);
  }
  20% {
    background: rgba(150, 150, 255, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(0, 100, 255, 0.7), -10px -5px 60px 5px #0064ff, -50px 15px 100px 10px rgba(0, 100, 255, 0.7);
  }
  30% {
    background: rgba(150, 255, 150, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(0, 255, 100, 0.7), -10px -5px 60px 5px #00ff64, -50px 15px 100px 10px rgba(0, 255, 100, 0.7);
  }
  70% {
    background: rgba(150, 255, 150, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(0, 255, 100, 0.7), -10px -5px 60px 5px #00ff64, -50px 15px 100px 10px rgba(0, 255, 100, 0.7);
  }
  80% {
    background: rgba(250, 150, 150, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(255, 0, 50, 0.7), -10px -5px 60px 5px #ff0032, -50px 15px 100px 10px rgba(255, 0, 50, 0.7);
  }
  100% {
    background: rgba(250, 150, 150, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(255, 0, 50, 0.7), -10px -5px 60px 5px #ff0032, -50px 15px 100px 10px rgba(255, 0, 50, 0.7);
  }
}
@keyframes mainBeam {
  0% {
    background: rgba(150, 150, 255, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(0, 100, 255, 0.7), -10px -5px 60px 5px #0064ff, -50px 15px 100px 10px rgba(0, 100, 255, 0.7);
  }
  20% {
    background: rgba(150, 150, 255, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(0, 100, 255, 0.7), -10px -5px 60px 5px #0064ff, -50px 15px 100px 10px rgba(0, 100, 255, 0.7);
  }
  30% {
    background: rgba(150, 255, 150, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(0, 255, 100, 0.7), -10px -5px 60px 5px #00ff64, -50px 15px 100px 10px rgba(0, 255, 100, 0.7);
  }
  70% {
    background: rgba(150, 255, 150, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(0, 255, 100, 0.7), -10px -5px 60px 5px #00ff64, -50px 15px 100px 10px rgba(0, 255, 100, 0.7);
  }
  80% {
    background: rgba(250, 150, 150, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(255, 0, 50, 0.7), -10px -5px 60px 5px #ff0032, -50px 15px 100px 10px rgba(255, 0, 50, 0.7);
  }
  100% {
    background: rgba(250, 150, 150, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(255, 0, 50, 0.7), -10px -5px 60px 5px #ff0032, -50px 15px 100px 10px rgba(255, 0, 50, 0.7);
  }
}
@-webkit-keyframes subBeam {
  0% {
    background: rgba(50, 100, 255, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(0, 100, 255, 0.5);
  }
  20% {
    background: rgba(50, 100, 255, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(0, 100, 255, 0.5);
  }
  30% {
    background: rgba(50, 255, 100, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(0, 255, 100, 0.5);
  }
  70% {
    background: rgba(50, 255, 100, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(0, 255, 100, 0.5);
  }
  80% {
    background: rgba(255, 100, 50, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(255, 0, 50, 0.5);
  }
  100% {
    background: rgba(255, 100, 50, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(255, 0, 50, 0.5);
  }
}
@keyframes subBeam {
  0% {
    background: rgba(50, 100, 255, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(0, 100, 255, 0.5);
  }
  20% {
    background: rgba(50, 100, 255, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(0, 100, 255, 0.5);
  }
  30% {
    background: rgba(50, 255, 100, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(0, 255, 100, 0.5);
  }
  70% {
    background: rgba(50, 255, 100, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(0, 255, 100, 0.5);
  }
  80% {
    background: rgba(255, 100, 50, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(255, 0, 50, 0.5);
  }
  100% {
    background: rgba(255, 100, 50, 0.8);
    box-shadow: 0 -5px 30px 5px rgba(255, 0, 50, 0.5);
  }
}
