/*
	Horizons by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900");

/* Basic */
@font-face {
  font-family: "wide_latinregular";
  src: url("../fonts/latinwd-webfont.woff2") format("woff2"),
    url("../fonts/latinwd-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_constan";
  src: url("../fonts/constan.eot");
  src: local("☺"), url("../fonts/constan.woff") format("woff"),
    url("../fonts/constan.ttf") format("truetype"),
    url("../fonts/constan.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "copperplate_gothic_boldRg";
  src: url("fonts/copperplate_gothic_bold_regular-webfont.woff2")
      format("woff2"),
    url("fonts/copperplate_gothic_bold_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  background: #000;
}

body,
input,
select,
textarea {
  color: #fff;
  font-family: "Conv_constan", sans-serif;
  font-size: 13pt;
  font-weight: 300;
  line-height: 1.75em;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

p,
ul,
ol,
dl,
table,
blockquote {
  margin: 0 0 2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 700;
  line-height: 1.75em;
  margin-bottom: 1em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

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

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

hr {
  border-top: solid 1px #888888;
  border: 0;
  margin-bottom: 1.5em;
}

blockquote {
  border-left: solid 0.5em #888888;
  font-style: italic;
  padding: 1em 0 1em 2em;
}

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

header.major {
  padding-bottom: 4em;
}

header h2 {
  margin: 0;
  padding: 0;
  font-size: 3em;
  font-weight: 600;
}

header .byline {
  font-size: 1.6em;
}

footer > :last-child {
  margin-bottom: 0;
}

footer.major {
  padding-top: 3em;
}
img {
  max-width: 100%;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.kg-one-p p {
  font-size: 14pt !important;
}
.title {
  font-family: "wide_latinregular";
  font-size: 26pt;
}
.small-title {
  font-family: "wide_latinregular";
  font-size: 20pt;
}
.middle {
  vertical-align: middle;
}
.kg-pad-top {
  padding-top: 1em;
}
@media (min-width: 991px) {
  .bio-img-kg {
    float: left;
    padding: 0 30px 10px 0px;
  }
}
.border-bottom {
  border-bottom: 1px solid #fff;
}
/* Form */

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: none;
  border: solid 1px #888888;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0.75em;
  text-decoration: none;
  width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #3ac984;
}

input[type="text"],
input[type="password"],
input[type="email"] {
  line-height: 1em;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
  position: relative;
  top: 3px;
}

:-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

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

/* Image */

.image {
  border: 0;
  position: relative;
}

.image.fit {
  display: block;
}

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

.image.feature {
  display: block;
  margin: 0 0 2em 0;
}

.image.feature img {
  display: block;
  width: 100%;
}

/* Icon */

.icon {
  position: relative;
}

.icon:before {
  content: "";
  -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;
}

/* Lists */

ol.default {
  list-style: decimal;
  padding-left: 1.25em;
}

ol.default li {
  padding-left: 0.25em;
}

ul {
  margin: 0;
  padding: 0;
}

ul.default {
  list-style: none;
}

ul.default li {
  display: block;
  padding: 0.6em 0;
  border-top: 1px solid;
  border-color: rgba(192, 192, 192, 0.15);
}

ul.default > :first-child {
  padding-top: 0;
  border-top: none;
}

ul.icons {
  cursor: default;
}

ul.icons li {
  display: inline-block;
  line-height: 1em;
  padding-left: 0.5em;
}

ul.icons li:first-child {
  padding-left: 0;
}

ul.actions {
  cursor: default;
}

ul.actions:last-child {
  margin-bottom: 0;
}

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

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

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

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

ul.contact li {
  padding: 1.05em 0;
  border-top: 1px solid;
  border-color: rgba(192, 192, 192, 0.15);
}

ul.contact li > span {
  display: inline-block;
}

ul.contact li .address,
ul.contact li .mail,
ul.contact li .phone {
  float: left;
  width: 100px;
  font-weight: 600;
}

ul.contact > :first-child {
  padding-top: 0;
  border-top: none;
}

ul.style li {
  clear: both;
  display: block;
  padding-top: 3em;
}

ul.style > :first-child {
  padding-top: 0;
}

ul.style h3 {
  display: block;
  margin: 0;
  padding-bottom: 0.5em;
  font-size: 1.1em;
  font-weight: 700;
  color: #404040;
}

ul.style .fa {
  float: left;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 1em;
  background: #3ac984;
  line-height: 80px;
  text-align: center;
  border-radius: 10px;
  font-size: 2em;
  color: white;
}

ul.list {
  list-style: none;
}

ul.list li {
  display: block;
  padding: 0.6em 0;
  border-top: 1px solid;
  border-color: red;
}

ul.list > :first-child {
  padding-top: 0;
  border-top: none;
}

/* Tables */

table {
  width: 100%;
}

table.default {
  width: 100%;
}

table.default tbody tr {
  border-bottom: solid 1px #888888;
}

table.default td {
  padding: 0.5em 1em 0.5em 1em;
}

table.default th {
  font-weight: 700;
  padding: 0.5em 1em 0.5em 1em;
  text-align: left;
}

table.default thead {
  background: #555555;
  color: #fff;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background: #000;
  border-radius: 10px;
  border: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 0.8em 2em !important;
  text-align: center;
  text-decoration: none;
  font-size: 1.4em;
  font-weight: 600;
  min-width: 10em;
  border: 1px solid #fff;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
  background-color: #f00;
  color: #000;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
  width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
  font-size: 0.8em;
}

.small-button {
  background: #000;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  /*border: 1px solid #fff;
        border-radius: 10px;*/
}
.small-button:hover {
  /*background-color: #cca421;*/
  color: #f00;
}

.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}

/* Wrapper */

.wrapper.style1 {
  background: #fff;
}

.wrapper.style2 {
  background: #ececec;
  padding: 6em 0;
  text-align: center;
}

.wrapper.style3 {
  padding: 2em 0 3.5em 0;
  background: #ececec;
}

.wrapper.style3 span {
  display: inline-block;
  padding-top: 0.8em;
  font-size: 2em;
  font-weight: 600;
}

.wrapper.style3 .button {
  float: right;
}

/* Header */

#header {
  color: #fff;
  padding: 6em 0;
  text-align: center;
}

#header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#header > * {
  position: relative;
  z-index: 1;
}

.homepage #header {
  padding: 1em 0;
  background-position: center;
}

#logo {
  font-size: 2em;
}
.title span {
  padding: 0 10px;
}
.title.text-center {
  line-height: 35px;
}

#nav > ul {
  margin: 0;
}

#nav > ul > li {
  border-radius: 5px;
  display: inline-block;
  margin-left: 25px;
  border: 1px solid #fff;
}

#nav > ul > li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  padding: 0.5em 1.5em;
  display: inline-block;
  border-radius: 5px;
}

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

#nav > ul > li:hover a {
  color: #000;
  background-color: #f00;
}

#nav > ul > li.active {
  background: #f00;
}

#nav > ul > li.active a {
  color: #000;
}

#nav > ul > li > ul {
  display: none;
}

/* Dropotron */

.dropotron {
  margin-top: 5px;
  background: #f00;
  border-radius: 10px;
  color: white;
  min-width: 12em;
  padding: 1em 0;
}

.dropotron > li {
  line-height: 2em;
  padding: 0 1em;
}

.dropotron > li > a {
  color: #fff;
  text-decoration: none;
}

.dropotron > li.active > a,
.dropotron > li:hover > a {
  color: #000;
}

.dropotron.level-0 {
  border-radius: 10px;
  font-size: 1em;
}

/* Banner */

#banner {
  text-align: center;
  padding: 4em 0 0 0;
}

#banner .major h2 {
  font-size: 3.5em;
}

#banner .major .byline {
  display: block;
  margin: 0em 2em;
  line-height: 1.6em;
  font-size: 1.5em;
}

#banner a {
  color: inherit;
}

/* Main */

.no-sidebar #main .major,
.left-sidebar #main .major,
.right-sidebar #main .major {
  text-align: left;
}

.homepage #main .major {
  text-align: center;
}

#main {
  padding: 6em 0;
}

#main .sidebar .major {
  padding-bottom: 2em;
}

#main .sidebar .major h2 {
  font-size: 1.8em;
}

#main .sidebar .default li {
  border-color: #cdcdcd;
}

#main .sidebar .default a {
  color: #464646;
}

#main .sidebar > :first-child {
  margin-bottom: 3em;
}

/* Footer */

#footer {
  padding: 4em 0;
  color: #fff;
}

#footer .major h2 {
  font-size: 2em;
  color: #fff;
}

#footer .major .byline {
  font-size: 1.1em;
}

#footer .copyright {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid;
  border-color: rgba(192, 192, 192, 0.15);
  text-align: center;
  color: inherit;
}

#footer a {
  color: inherit;
}
.logo {
  font-family: "wide_latinregular";
  font-size: 18pt;
}
.logo span {
  padding: 0 20px;
}

@media (min-width: 991px) {
  .kg-pad-tb {
    padding: 30% 0%;
  }
}
@media (min-width: 991px) {
  .amazingaudioplayer-bar {
    margin-left: 50px !important;
  }
}
/*genesis page start*/
#intro-banner {
  color: #fff;
  padding: 6em 0;
  text-align: center;
  background: url(../images/intro-banner.png) no-repeat center;
  background-size: cover;
}
#intro-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#intro-banner > * {
  position: relative;
  z-index: 1;
}
.homepage #intro-banner {
  padding: 1em 0;
  background-position: center;
}
@media (min-width: 991px) {
  .homepage #intro-banner {
    height: 710px;
  }
}
/*genesis page Close*/

.shop-small-tile {
  font-family: "wide_latinregular";
  font-size: 11pt;
  line-height: 47px;
}
/*.shop-small-tile span{float:right;}  */

select {
  width: 100%;
  color: #333;
  padding: 5px 0px;
  background-color: #000;
  border-bottom: 1px solid #fff;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  color: #fff;
  font-family: "copperplate_gothic_boldRg";
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  border-bottom: 1px solid #fff;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  color: #fff;
  font-family: "copperplate_gothic_boldRg";
}

.footer {
  background-color: #fff;
  color: #333333;
  padding: 10px 0px;
  font-size: 10pt;
  z-index: 10;
  position: relative;
}
.footer span {
  font-family: "wide_latinregular";
  font-size: 12pt;
  color: #000;
}
.footer a {
  color: #333;
  text-decoration: none;
}

.label-cbx {
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
}
.label-cbx input:checked + .checkbox {
  border-color: #f00;
}
.label-cbx input:checked + .checkbox svg path {
  fill: #f00;
}
.label-cbx input:checked + .checkbox svg polyline {
  stroke-dashoffset: 0;
}
.label-cbx:hover .checkbox svg path {
  stroke-dashoffset: 0;
}
.label-cbx .checkbox {
  position: relative;
  top: 14px;
  float: left;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid #c8ccd4;
  border-radius: 3px;
}
.label-cbx .checkbox svg {
  position: absolute;
  top: -2px;
  left: -2px;
}
.label-cbx .checkbox svg path {
  fill: none;
  stroke: #f00;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  transition: all 0.6s ease;
}
.label-cbx .checkbox svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
}
.label-cbx > span {
  pointer-events: none;
  vertical-align: middle;
}

.cntr {
  top: 45%;
  left: 0;
  width: 100%;
}

.invisible {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}
.conv_constan {
  font-family: "Conv_constan";
  font-size: 16pt;
}
.times-new {
  font-family: "Times New Roman", Times, serif;
  font-size: 16pt;
  font-weight: bold;
}

#skel-layers-wrapper {
  position: inherit !important;
}

.contact {
  color: #f00;
  font-size: 24pt;
}
.contact a {
  color: #fff;
  text-decoration: none;
  font-size: 24pt;
}
.contact a:hover {
  color: #f00;
}

.footer-button {
  font-size: 15pt;
  color: #000;
}
.footer-button a {
  font-size: 15pt;
  color: #000;
}
.footer-button a:hover {
  color: #f00;
}
