@import url("font-awesome.min.css");
html {
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6em; }

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6em; }

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

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.uppercase {
  text-transform: uppercase; }

.capitalise {
  text-transform: capitalize; }

.hidden {
  display: none; }

.nospace {
  margin: 0;
  padding: 0;
  list-style: none; }

.block {
  display: block; }

.inline * {
  display: inline-block; }
  .inline *:last-child {
    margin-right: 0; }

.pushright li {
  margin-right: 20px; }
  .pushright li:last-child {
    margin-right: 0; }

.borderedbox {
  border: 1px solid; }

.overlay {
  position: relative;
  z-index: 1; }
  .overlay::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1; }

.bgded {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.circle {
  border-radius: 50%;
  background-clip: padding-box; }

.btn {
  display: inline-block;
  padding: 8px 18px 10px;
  text-transform: uppercase;
  border: 1px solid; }

.icon.fa {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 58px;
  border: 1px solid;
  text-align: center;
  font-size: 24px; }

.word-limit {
  height: 56px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

.word-limit2 {
  height: 60px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

.word-limit3 {
  height: 90px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden; }

.clear, .group {
  display: block; }

.clear::before, .clear::after {
  display: table;
  content: ""; }

.group::before, .group::after {
  display: table;
  content: ""; }

.clear, .group {
  clear: both; }
  .clear::after, .group::after {
    clear: both; }

a {
  outline: none;
  text-decoration: none; }

.fl_left {
  float: left; }

.fl_right {
  float: right; }

img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  line-height: normal;
  vertical-align: middle; }

/* Fonts
--------------------------------------------------------------------------------------------------------------- */
body, input, textarea, select {
  font-family: Verdana, Geneva, sans-serif; }

h1, h2, h3, h4, h5, h6, .heading {
  font-family: Georgia, "Times New Roman", Times, serif; }

/* Forms
--------------------------------------------------------------------------------------------------------------- */
form, fieldset {
  margin: 0;
  padding: 0;
  border: none; }

legend {
  margin: 0;
  padding: 0;
  border: none;
  display: none; }

label, input, textarea, select, button {
  display: block;
  resize: none;
  outline: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: middle; }

label {
  margin-bottom: 5px; }

:required, :invalid {
  outline: none;
  box-shadow: none; }

/* Generalise
--------------------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  font-size: 22px;
  line-height: normal;
  font-weight: normal;
  text-transform: uppercase; }

.heading {
  margin: 0 0 20px 0;
  font-size: 22px;
  line-height: normal;
  font-weight: normal;
  text-transform: uppercase; }
  .heading.nospace {
    margin-bottom: 0; }

address {
  font-style: normal;
  font-weight: normal; }

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: solid;
  border-width: 1px 0 0 0; }

.font-xs {
  font-size: .8rem; }

.font-x1 {
  font-size: 1.2rem; }

.font-x2 {
  font-size: 1.8rem; }

.font-x3 {
  font-size: 2.8rem; }

.wrapper {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  word-wrap: break-word; }

.hoc {
  display: block;
  margin: 0 auto;
  max-width: 978px; }

/* HTML 5 Overrides
--------------------------------------------------------------------------------------------------------------- */
address, article, aside, figcaption, figure, footer, header, main, nav, section {
  display: block;
  margin: 0;
  padding: 0; }

/* Grid
--------------------------------------------------------------------------------------------------------------- */
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter {
  display: inline-block;
  float: left;
  margin: 0 0 0 3.06748466257669%;
  list-style: none; }

.first {
  margin-left: 0;
  clear: left; }

.one_quarter {
  width: 22.69938650306748%; }

.one_third {
  width: 31.28834355828221%; }

.one_half, .two_quarter {
  width: 48.46625766871166%; }

.two_third {
  width: 65.6441717791411%; }

.three_quarter {
  width: 74.23312883435584%; }

.music {
  width: 100px;
  height: 100px; }

.mainchar {
  height: 200px;
  max-width: 100%; }

/* Spacing
-------------------------------------------------------------------------------------------------------------- */
.outspace-10 {
  margin-bottom: 10px; }

.outspace-15 {
  margin-bottom: 15px; }

.outspace-30 {
  margin-bottom: 30px; }

.outspace-50 {
  margin-bottom: 50px; }

.outspace-80 {
  margin-bottom: 80px; }

.inspace-5 {
  padding: 5px; }

.inspace-10 {
  padding: 10px; }

.inspace-15 {
  padding: 15px; }

.inspace-30 {
  padding: 30px; }

.inspace-50 {
  padding: 50px; }

.inspace-80 {
  padding: 80px; }

/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row1 {
  border-bottom: 2px solid; }

/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
#pageintro {
  margin: 0 auto;
  padding: 250px 0 130px;
  max-width: 978px; }
  #pageintro .heading {
    margin-bottom: 20px;
    font-size: 4rem; }
  #pageintro p:first-of-type {
    margin-bottom: 30px; }
  #pageintro footer {
    margin-top: 80px; }

/* Top Bar
--------------------------------------------------------------------------------------------------------------- */
#topbar {
  padding: 15px 0 15px;
  font-size: .8rem;
  text-transform: uppercase; }
  #topbar * {
    margin: 0;
    padding: 0;
    list-style: none; }
  #topbar ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    border-right: 1px solid; }
    #topbar ul li:last-child {
      margin-right: 0;
      padding-right: 0;
      border-right: none; }
  #topbar i {
    margin: 0 5px 0 0;
    line-height: normal; }

/* Header
--------------------------------------------------------------------------------------------------------------- */
#header #logo {
  width: 150px; }

/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container {
  padding: 80px 0; }

/* Content */
.sectiontitle {
  display: block;
  margin-bottom: 80px; }
  .sectiontitle * {
    margin: 0; }

.testimonials article {
  position: relative;
  padding-left: 130px; }
  .testimonials article:last-child {
    margin-bottom: 0; }
  .testimonials article img {
    position: absolute;
    top: 0;
    left: 0; }
  .testimonials article blockquote {
    margin-left: 0;
    padding: 0; }
  .testimonials article .heading {
    margin: 0; }
  .testimonials article em {
    display: block;
    margin-top: -5px;
    font-size: .8rem;
    font-style: normal; }

/* Used when elements stack in small viewports */
.element article {
  display: block;
  max-width: 320px;
  margin: 0 auto; }
.element figure {
  position: relative; }
  .element figure figcaption {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px; }
    .element figure figcaption * {
      display: block;
      margin: 0;
      padding: 0;
      text-align: center;
      text-transform: uppercase;
      font-style: normal;
      line-height: 1; }
    .element figure figcaption time, .element figure figcaption div {
      width: 100%;
      padding: 12px 0; }
    .element figure figcaption time strong, .element figure figcaption div i {
      margin-bottom: 2px; }
.element .txtwrap {
  padding: 20px 15px; }
  .element .txtwrap * {
    margin: 0 0 15px 0;
    line-height: 1; }
  .element .txtwrap .heading {
    margin-bottom: 15px;
    font-size: 1.2rem; }
  .element .txtwrap em {
    display: block;
    font-size: .8rem;
    font-style: normal; }
    .element .txtwrap em br {
      margin: 0; }
  .element .txtwrap p {
    line-height: 1.4; }
  .element .txtwrap footer, .element .txtwrap .btn {
    margin: 0; }

/* Comments */
#comments ul {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none; }
#comments li {
  margin: 0 0 10px 0;
  padding: 15px; }
#comments .avatar {
  float: right;
  margin: 0 0 10px 10px;
  padding: 3px;
  border: 1px solid; }
#comments address {
  font-weight: bold; }
#comments time {
  font-size: smaller; }
#comments .comcont {
  display: block;
  margin: 0;
  padding: 0; }
  #comments .comcont p {
    margin: 10px 5px 10px 0;
    padding: 0; }
#comments form {
  display: block;
  width: 100%; }
#comments input {
  width: 100%;
  padding: 10px;
  border: 1px solid; }
#comments textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid;
  overflow: auto; }
#comments div {
  margin-bottom: 15px; }
#comments input[type="submit"], #comments input[type="reset"] {
  display: inline-block;
  width: auto;
  min-width: 150px;
  margin: 0;
  padding: 8px 5px;
  cursor: pointer; }

/* Sidebar */
.sidebar .sdb_holder {
  margin-bottom: 50px; }
  .sidebar .sdb_holder:last-child {
    margin-bottom: 0; }

/* Click to Action
--------------------------------------------------------------------------------------------------------------- */
.cta {
  padding: 80px 0; }
  .cta > :last-child {
    margin-bottom: 0; }

/* Used when elements stack in smaller viewports */
/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer {
  padding: 80px 0; }
  #footer .group .heading {
    margin-bottom: 50px;
    font-size: 1.2rem; }
  #footer .linklist li {
    display: block;
    margin-bottom: 15px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid;
    clear: both; }
    #footer .linklist li:last-child {
      margin: 0;
      padding: 0;
      border: none; }
    #footer .linklist li::before {
      display: table;
      content: ""; }
    #footer .linklist li::after {
      display: table;
      content: "";
      clear: both; }
  #footer .contact.linklist li {
    position: relative;
    padding-left: 40px; }
    #footer .contact.linklist li:last-child {
      position: relative;
      padding-left: 40px; }
  #footer .contact li * {
    margin: 0;
    padding: 0;
    line-height: 1.6; }
  #footer .contact li i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    font-size: 16px;
    text-align: center; }
  #footer input, #footer button {
    border: 1px solid; }
  #footer input {
    display: block;
    width: 100%;
    padding: 8px; }
  #footer button {
    padding: 8px 18px 10px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer; }

/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright {
  padding: 20px 0; }
  #copyright * {
    margin: 0;
    padding: 0; }

/* Transition Fade
--------------------------------------------------------------------------------------------------------------- */
* {
  transition: all .28s ease-in-out; }
  *::before, *::after {
    transition: all .28s ease-in-out; }

#mainav form * {
  transition: none !important; }

/* ------------------------------------------------------------------------------------------------------------ */
/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul, nav ol {
  margin: 0;
  padding: 0;
  list-style: none; }

#mainav, #breadcrumb, .sidebar nav {
  line-height: normal; }

#mainav .drop::after, #mainav li li .drop::after {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 10px; }

#breadcrumb li a::after, .sidebar nav a::after {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 10px; }

/* Top Navigation */
#mainav ul {
  text-transform: uppercase; }
  #mainav ul ul {
    z-index: 9999;
    position: absolute;
    width: 180px;
    text-transform: none; }
    #mainav ul ul ul {
      left: 180px;
      top: 0; }
#mainav li {
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0;
  padding: 0; }
  #mainav li:last-child {
    margin-right: 0; }
  #mainav li li {
    width: 100%;
    margin: 0; }
  #mainav li a {
    display: block;
    padding: 30px 0; }
  #mainav li li a {
    border: solid;
    border-width: 0 0 1px 0; }
#mainav .drop {
  padding-left: 15px; }
#mainav li li a, #mainav li li .drop {
  display: block;
  margin: 0;
  padding: 10px 15px; }
#mainav .drop::after, #mainav li li .drop::after {
  content: "\f0d7"; }
#mainav .drop::after {
  top: 35px;
  left: 5px; }
#mainav li li .drop::after {
  top: 15px;
  left: 5px; }
#mainav ul ul {
  visibility: hidden;
  opacity: 0; }
#mainav ul li:hover > ul {
  visibility: visible;
  opacity: 1; }
#mainav form {
  display: none;
  margin: 0;
  padding: 0; }
  #mainav form select {
    display: block;
    cursor: pointer;
    outline: none;
    width: 100%;
    padding: 5px;
    border: 1px solid; }
    #mainav form select option {
      display: block;
      cursor: pointer;
      outline: none;
      margin: 5px;
      padding: 0;
      border: none; }

/* Breadcrumb */
#breadcrumb {
  padding: 15px 0; }
  #breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase; }
  #breadcrumb li {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0; }
    #breadcrumb li a {
      display: block;
      position: relative;
      margin: 0;
      padding: 0 12px 0 0;
      font-size: 12px; }
      #breadcrumb li a::after {
        top: 3px;
        right: 0;
        content: "\f101"; }
    #breadcrumb li:last-child a {
      margin: 0;
      padding: 0; }
      #breadcrumb li:last-child a::after {
        display: none; }

/* Sidebar Navigation */
.sidebar nav {
  display: block;
  width: 100%; }
  .sidebar nav li {
    margin: 0 0 3px 0;
    padding: 0; }
  .sidebar nav a {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 10px 5px 15px;
    text-decoration: none;
    border: solid;
    border-width: 0 0 1px 0; }
    .sidebar nav a::after {
      top: 9px;
      left: 5px;
      content: "\f101"; }
  .sidebar nav ul ul a {
    padding-left: 35px; }
    .sidebar nav ul ul a::after {
      left: 25px; }
  .sidebar nav ul ul ul a {
    padding-left: 55px; }
    .sidebar nav ul ul ul a::after {
      left: 45px; }

/* Pagination */
.pagination {
  display: block;
  width: 100%;
  text-align: center;
  clear: both; }
  .pagination li {
    display: inline-block;
    margin: 0 2px 0 0; }
    .pagination li:last-child {
      margin-right: 0; }
  .pagination a, .pagination strong {
    display: block;
    padding: 8px 11px;
    border: 1px solid;
    background-clip: padding-box;
    font-weight: normal; }

/* Back to Top */
#backtotop {
  z-index: 999;
  display: inline-block;
  position: fixed;
  visibility: hidden;
  bottom: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  opacity: .2; }
  #backtotop i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit; }
  #backtotop.visible {
    visibility: visible;
    opacity: .5; }
  #backtotop:hover {
    opacity: 1; }

/* Tables
--------------------------------------------------------------------------------------------------------------- */
table, th, td {
  border: 1px solid;
  border-collapse: collapse;
  vertical-align: top; }

table, th {
  table-layout: auto; }

table {
  width: 100%;
  margin-bottom: 15px; }

th {
  padding: 5px 8px; }

td {
  padding: 5px 8px;
  border-width: 0 1px; }

/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery {
  display: block;
  width: 100%;
  margin-bottom: 50px; }
  #gallery figure figcaption {
    display: block;
    width: 100%;
    clear: both; }
  #gallery li {
    margin-bottom: 30px; }

/* Font Awesome Social Icons
--------------------------------------------------------------------------------------------------------------- */
.faico {
  margin: 0;
  padding: 0;
  list-style: none; }
  .faico li {
    display: inline-block;
    margin: 8px 5px 0 0;
    padding: 0;
    line-height: normal; }
    .faico li:last-child {
      margin-right: 0; }
  .faico a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    color: #252525;
    background-color: #FFFFFF; }
    .faico a:hover {
      color: #FFFFFF; }

.faicon-dribble:hover {
  background-color: #EA4C89; }

.faicon-facebook:hover {
  background-color: #3B5998; }

.faicon-google-plus:hover {
  background-color: #DB4A39; }

.faicon-linkedin:hover {
  background-color: #0E76A8; }

.faicon-twitter:hover {
  background-color: #00ACEE; }

.faicon-vk:hover {
  background-color: #4E658E; }

/* ------------------------------------------------------------------------------------------------------------ */
/* Colors
--------------------------------------------------------------------------------------------------------------- */
body {
  color: #CBCBCB;
  background-color: #252525; }

a {
  color: #36D68C; }
  a:active, a:focus {
    background: transparent; }

/* IE10 + 11 Bugfix - prevents grey background */
hr, .borderedbox {
  border-color: #D7D7D7; }

label span {
  color: #FF0000;
  background-color: inherit; }

input:focus, textarea:focus, *:required:focus {
  border-color: #36D68C; }

.overlay {
  color: #FFFFFF;
  background-color: inherit; }
  .overlay::after {
    color: inherit;
    background-color: rgba(0, 0, 0, 0.55); }

.down {
  background-position: 85% 15%; }

.btn {
  color: #FFFFFF;
  background-color: #36D68C;
  border-color: #36D68C; }
  .btn.inverse:hover {
    color: #FFFFFF;
    background-color: #36D68C;
    border-color: #36D68C; }

a .icon.fa, a.inverse:hover .icon.fa {
  color: #FFFFFF;
  background-color: #36D68C;
  border-color: #36D68C; }

.btn:hover, .btn.inverse {
  color: inherit;
  background-color: transparent;
  border-color: inherit; }

a:hover .icon.fa, a.inverse .icon.fa {
  color: inherit;
  background-color: transparent;
  border-color: inherit; }

/* Rows */
.row0 {
  color: #FFFFFF; }
  .row0 a {
    color: #FFFFFF; }

.row1 {
  color: #474747;
  background-color: #FFFFFF;
  border-color: #F6F6F6; }

.row2 {
  color: #CBCBCB;
  background-color: #F6F6F6; }

.row3 {
  color: #474747;
  background-color: #FFFFFF; }

.row4 {
  color: #CBCBCB; }

.row5 {
  color: #CBCBCB;
  background-color: #252525; }

/* Top Bar */
#topbar {
  border-color: rgba(255, 255, 255, 0.3); }
  #topbar ul li {
    border-color: rgba(255, 255, 255, 0.3); }
  #topbar > div:last-of-type a {
    color: white; }
  #topbar > div:last-of-type li:first-child a, #topbar > div:last-of-type a:hover {
    color: #36D68C; }

/* Header */
#header #logo a {
  color: inherit; }

/* Content Area */
.element figure figcaption time {
  color: #474747;
  background-color: #F7F7F7; }
.element figure figcaption div {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.65); }
  .element figure figcaption div a {
    color: inherit; }
.element .txtwrap {
  color: #474747;
  background-color: #FFFFFF; }

.row3 .txtwrap {
  color: inherit;
  background-color: #F7F7F7; }

/* Footer */
#footer .heading {
  color: #FFFFFF; }
#footer hr, #footer .borderedbox, #footer .linklist li {
  border-color: rgba(255, 255, 255, 0.1); }
#footer nav a {
  color: inherit; }
  #footer nav a:hover {
    color: #36D68C; }
#footer nav li:first-child a {
  color: #36D68C; }
#footer input, #footer button {
  border-color: transparent; }
#footer input {
  color: #FFFFFF;
  background-color: #252525; }
  #footer input:focus {
    border-color: #36D68C; }
#footer button {
  color: #FFFFFF;
  background-color: #36D68C; }

/* Navigation */
#mainav li a {
  color: inherit; }
#mainav .active a, #mainav a:hover {
  color: #36D68C;
  background-color: inherit; }
#mainav li:hover > a {
  color: #36D68C;
  background-color: inherit; }
#mainav li li a {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6); }
#mainav .active li a {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6); }
#mainav li li:hover > a, #mainav .active .active > a {
  color: #FFFFFF;
  background-color: #36D68C; }
#mainav form select {
  color: #FFFFFF;
  background-color: #000000;
  border-color: rgba(0, 0, 0, 0.5); }
#mainav .active a:hover {
  color: #000000; }

#breadcrumb a {
  color: inherit;
  background-color: inherit; }
#breadcrumb li:last-child a {
  color: #36D68C; }

.container .sidebar nav a {
  color: inherit;
  border-color: #D7D7D7; }
  .container .sidebar nav a:hover {
    color: #36D68C; }

.pagination a, .pagination strong {
  border-color: #D7D7D7; }
.pagination .current * {
  color: #FFFFFF;
  background-color: #36D68C; }

#backtotop {
  color: #FFFFFF;
  background-color: #36D68C; }

/* Tables + Comments */
table, th, td {
  border-color: #D7D7D7; }

#comments .avatar, #comments input, #comments textarea {
  border-color: #D7D7D7; }
#comments input:focus, #comments textarea:focus, #comments *:required:focus {
  border-color: #36D68C; }

th {
  color: #FFFFFF;
  background-color: #373737; }

tr {
  color: inherit;
  background-color: #FBFBFB; }

#comments li {
  color: inherit;
  background-color: #FBFBFB; }
#comments input[type="submit"], #comments input[type="reset"] {
  color: inherit;
  background-color: #FBFBFB; }

tr:nth-child(even), #comments li:nth-child(even) {
  color: inherit;
  background-color: #F7F7F7; }

table a, #comments a {
  background-color: inherit; }

/* Fixed news */
.opennew {
  width: 60%;
  display: inline-block; }
  .opennew .clearimg {
    max-width: 46%;
    float: left; }
  .opennew .clearp {
    margin: 0;
    padding: 0 15px; }

.footeralign {
  display: inline-block;
  margin-left: 100px;
  vertical-align: top;
  margin-top: 20px; }

.pstnew {
  margin: 40px; }

/*# sourceMappingURL=layout1.css.map */
