
#content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
div.lg-post-group {
  display: flex;
}

a.sub-logo:hover, a.sub-logo:focus, a.sub-logo:active {
  text-decoration: none;
}

.blog-slider .slick-prev, .blog-slider .slick-next {
  bottom: auto; top: 50% !important; margin: -20px 0 0 0;
}

.slick-slider {
  margin: 0 -30px !important;
}

.unity-logo--light {
    fill: #FFFFFF;
}

/****************************************
  ==== SOCIAL BUTTONS
****************************************/

div.long .social {
  margin-left: -10px !important;
}

div.sidebar-column .social {
  margin-left: -10px !important;
  text-align: left !important;
  border: none;
}

.social-article {
  float: left;
}

.soc {
  display: inline-block;
  float: none;
  border: none;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-position: center center;
  background-size: 30px;
  margin: 5px 4px 2px 4px;
  cursor: pointer;
  background-size: 30px 30px;
}

.social svg {
  display: none;
}

a.soc svg path:hover, a.soc svg path:focus, a.soc svg path:active {
  fill: #2196f3 !important;
}

a.soc svg path.st0 {
  fill: #002835 !important;
}

.social a#tw-soc {
  background-image: url(/wp-content/themes/unity/images/icons/tw-neg.svg) !important;
  background-position: 0 1px;
}

.social a#fb-soc {
  background-image: url(/wp-content/themes/unity/images/icons/fb-neg.svg) !important;
}

.social a#in-soc {
  background-image: url(/wp-content/themes/unity/images/icons/in-neg.svg) !important;
}

.social a#g-soc {
  background-image: url(/wp-content/themes/unity/images/icons/g-neg.svg) !important;
  background-position: 0 2px;
}

.social a#rss {
  background-image: url(/wp-content/themes/unity/images/icons/rss-neg.svg) !important;
  float: right;
  margin-right: 0;
}

.rss-button .ico-rss:before {
  position: relative;
  top: 2px;
  padding-left: 10px;
  font-size: 100%;
}
/****************************************
  ==== POST LISTS
****************************************/

div.list-post {
  -webkit-box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
  -moz-box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
  box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
  position: relative;
  transition: .25s all;
}

div.list-post:hover {
  -webkit-box-shadow: 0 0 14px rgba(34, 44, 55, 0.25);
  -moz-box-shadow: 0 0 14px rgba(34, 44, 55, 0.25);
  box-shadow: 0 0 14px rgba(34, 44, 55, 0.25);
  transition: .25s all;
}

div.large p, div.medium p, div.list-post p {
  font-weight: 400;
  color: #455463;
}

div.list-post-img {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 170px;
  width: 170px;
  background-color: rgba(0, 40, 53, 0.5);
}

div.related-post div.list-post-img, div.related-post div.list-post-img-hover {
  height: 100px;
  width: 100px;
}

.list-post-comm {
  transition: all .3s;
}

.list-post-comm:before {
  padding: 5px;
  position: relative;
  top: 3px;
}

.list-post-comm:hover {
  text-decoration: none;
  color: #002835;
  transition: all .3s;
}

.list-post-author, .post-author {
  font-weight: bold;
  color: #002835;
}

.list-post-author:hover, .post-author:hover {
  color: #002835;
}


a.category-tag {
  display: inline-block;
  font-size: 0.85em;
  margin-right: 2px;
  padding: 2px 10px;
  margin-bottom: 5px;
  border: 1px solid #5a5a5d !important;
  border-radius: 15px;
  color: #5a5a5d !important;
  transition: all .25s;
}

div.post-full a.category-tag {
  display: inline-block;
  margin: 0;
}

a.category-tag:hover {
  border: 1px solid #00bcd4 !important;
  color: #00bcd4 !important;
  text-decoration: none;
}

div.popular-posts div.list-post {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

div.popular-posts div.list-post-img {
  position: relative;
  height: 70px;
  width: 5px;
  background-color: #002835;
}

div.popular-posts h4, div.related-post h4 {
  font-size: 1.125em;
}

div.popular-posts a:hover {
  color: #002835;
  text-decoration: underline;
}

.post-heading {
  font-weight: 500;
  color: #002835 !important;
}

.post-heading a {
  color: #002835 !important;
}

.post-heading a:visited {
  color: #455463 !important;
}

.lg-post-img {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
}

.single-img {
  -webkit-box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
  -moz-box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
  box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
  background-repeat: no-repeat;
  background-color: #fff;
}

.medium-content {
  position: relative;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 1) 60%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.medium, .large {
  -webkit-box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
  -moz-box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
  box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
  transition: .25s all;
}

.medium:hover, .large:hover {
  -webkit-box-shadow: 0 0 14px rgba(34, 44, 55, 0.25);
  -moz-box-shadow: 0 0 14px rgba(34, 44, 55, 0.25);
  box-shadow: 0 0 14px rgba(34, 44, 55, 0.25);
  transition: .25s all;
}

.main-content .post-full {
  padding: 60px;
  -webkit-box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
  -moz-box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
  box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
}

section div#page-content > *:first-child,
div.post-full div.content > *:first-child {
  font-size: 1.5em !important;
  font-weight: 500 !important;
  line-height: 1.5em;
  border-left: 10px solid #00bcd4;
  padding-left: 30px;
  margin: 0 0 30px 0 !important;
}

a.more {
  display: inline-block;
  font-weight: 600;
}

a.more span.ico-chevron-right:before {
  font-weight: 100;
  position: relative;
  top: 5px;
}

/****************************************
  ==== PAGINATION
****************************************/

.paging, ul.pagination {
  display: flex;
  justify-content: center;
}

div.paging ul li .current {
  display: block;
  min-width: 30px;
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  color: #002835;
  font-weight: bold;
  background-color: transparent;
}

div.paging ul li a {
  min-width: 30px;
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  display: block;
  color: #9e9e9e;
  text-decoration: none;
  border: none;
}

div.paging ul li a.prev, div.paging ul li a.next {
  border: none;
  background: #fff;
}

a.page-numbers.ico-chevron-left, a.page-numbers.ico-chevron-right {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
  -moz-box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
  box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
  transition: .25s all;
}

a.page-numbers.ico-chevron-left:before, a.page-numbers.ico-chevron-right:before {
  line-height: 40px;
}

a.page-numbers.ico-chevron-left:hover, a.page-numbers.ico-chevron-right:hover {
  -webkit-box-shadow: 0 0 14px rgba(34, 44, 55, 0.25);
  -moz-box-shadow: 0 0 14px rgba(34, 44, 55, 0.25);
  box-shadow: 0 0 14px rgba(34, 44, 55, 0.25);
  transition: .25s all;
}

/****************************************
  ==== LAYOUT
****************************************/

.background {
  height: 110px !important;
}

.main-content {
  margin: 0 360px 0 0;
}

.sidebar-column {
  min-width: 340px;
}

/****************************************
  ==== BLOG STYLES
****************************************/

footer .language-switcher .active, .mobile-menu .language-switcher .active {
  display: none;
}

.social-buttons ul {
  list-style: none;
}

.social-buttons li {
  margin: 0 15px 0 0;
}

.social-buttons li:before {
  content: none;
}

.social-buttons li:last-child {
  margin: 0;
}

.social-buttons iframe {
  max-width: none;
}

.category-header {
  padding-left: 15px;
}

.post-author a {
  color: #455463;
}

.post-comments a {
  display: block;
  text-transform: uppercase;
  padding: 0 0 0 23px;
  background: url(../images/blog-sprites.png) 0 -77px no-repeat;
}

.m-excerpt {
  display: none;
}

/****************************************
  ==== SEARCH
****************************************/
.search-wrap {
  padding-left: 25px !important;
}
.search-wrap input.submit {
  width: 36px;
  height: 36px;
  border: 0;
  color: #002835;
  font-size: 0.6875em;
  position: absolute;
  top: 3px;
  right: 5px;
  cursor: pointer;
  text-indent: -9999em;
  background: url(../images/blog-sprites.png) 9px 9px no-repeat;
}

body.search-results div.g12 {
  padding-left: 15px;
}
body.search-results div.mb5 a {
  font-size: 1.25em;
  font-weight: 600;
}
/****************************************
  ==== SIDEBAR
****************************************/

.category p {
  margin-bottom: 5px;
  font-weight: 600;
}

.sidebar-column .categories .category .name {
  color: #002835;
  margin-left: 5px;
  padding: 5px 15px 5px;
  display: block;
  border-left: 1px solid #002835;
  transition: .25s all;
}

.sidebar-column .categories .category .active {
  font-weight: 700;
  border-left: 5px solid #00bcd4;
  color: #00bcd4;
}

.sidebar-column .categories .category .name:hover {
  font-weight: 700;
  color: #00bcd4;
  border-left: 5px solid #00bcd4;
  text-decoration: none;
  transition: .25s all;
}

.category-header .ico-rss:before {
  font-size: 2em;
}

/****************************************
  ==== FULL POST
****************************************/

div.post-header-image {
  width: 100%;
  height: 200px;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* Full post typography */

div.post-full h1 {
  font-size: 3em !important;
  font-weight: 600;
  margin-top: 50px;
}
div.post-full h2 {
  font-size: 2.25em;
  font-weight: 600;
  margin-top: 50px;
}
div.post-full h3 {
  font-size: 1.75em;
  font-weight: 600;
  margin-top: 50px;
}
div.post-full h4 {
  font-size: 1.5em;
  font-weight: 500;
  color: #002835;
  margin-top: 30px;
}
div.post-full h5, div.post-full h6 {
  font-size: 1.35em;
  font-weight: 600;
  margin: 20px 0 10px 0;
  color: #002835;
}
div.post-full p {
  font-size: 1.25em;
  color: #002835;
  font-weight: 400;
}

div.post-full div.content ul {
  list-style-type: none;
  margin: 0 0 15px 0;
}

div.post-full div.content ul {
  list-style-type: none;
  margin: 0 0 15px 0;
}

div.post-full div.content ul li {
  padding: 0 0 0 20px;
  background: none;
  position: relative;
  font-size: 1.25em;
  font-weight: 400;
  color: #002835;
}

div.post-full div.content ul li:before {
  content: "\2022";
  font-size: 1.75em;
  position: absolute;
  top: 1px;
  left: 0;
  color: #002835;
}

div.post-full div.content ul ul {
  list-style-type: circle;
  padding-top: 20px;
}
div.post-full div.content ul ul li:before {
  content: " ";
}


div.post-full div.content ul ul li {
  font-size: 1em;
  padding: 0;
  margin-left: 30px;
}

div.post-full div.content ol {
  padding: 0 0 0 23px;
  margin: 0 0 15px 0;
  list-style-type: decimal;
}

div.post-full div.content ol li {
  padding: 0 0 10px 0;
  font-size: 1.25em;
  color: #002835;
  font-weight: 400;
}

div.post-full div.content ol li ol {
  padding: 6px 0 0 23px;
  margin: 0;
}

div.post-full div.content ol li ol li {
  font-size: 1em !important;
}

div.post-full div.content ol.roman {
  list-style-type: lower-roman;
}

div.post-full div.content ol.alpha {
  list-style-type: lower-alpha;
}

div.post-full div.content ol ul {
  list-style-type: none;
  padding: 6px 0 0 0;
  margin: 0;
}

div.post-full div.content ol ul li {
  padding: 0 0 4px 20px;
  background: none;
  position: relative;
  font-size: 0.9375em;
}

div.post-full div.content ol ul li:before {
  content: "\2022";
  font-size: 2.125em;
  position: absolute;
  top: 0;
  left: 0;
  color: #455463;
}

div.post-full div.content ul ol {
  padding: 6px 0 0 23px;
  margin: 0;
}

div.post-full div.content ul ol li {
  padding: 0 0 4px 0;
}

div.post-full div.content ul ol li:before {
  display: none;
}

div.post-full div.content iframe {
  margin: 0 0 20px 0;
}

div.post-full div.content strong {
  font-weight: bold;
}

div.post-full div.content .alignleft {
  float: left;
}

div.post-full div.content .alignright {
  float: right;
}

div.post-full div.content img.alignright {
  margin: 0 0 20px 20px !important;
}

div.post-full div.content img.alignleft {
  margin: 0 20px 20px 0 !important;
}

div.post-full div.content img.alignnone, div.post-full div.content img.size-full {
  margin: 0 0 20px 0;
}

div.post-full div.content img.aligncenter, div.post-full div.wp-caption.aligncenter {
  margin: 20px auto 20px auto;
}

div.post-full div.content pre {
  padding: 10px;
  margin: 0 0 15px 0;
  background: #f0f0f0;
  overflow: auto;
  font-size: 0.8125em;
}

div.post-full div.wp-caption {
  max-width: 100%;
  margin: 0 0 30px 0;
}

div.post-full div.wp-caption p.wp-caption-text {
  font-size: 1.15em;
  font-weight: 400;
  color: #99a0a7;
}

div.post-full div.wp-caption img {
  margin: 0 0 10px 0 !important;
}

div.post-full div.content div.post-gallery {
  margin: 0 0 20px 0;
}

div.post-full div.content div.post-gallery a {
  width: 20%;
  float: left;
  display: block;
  padding: 0 1px 1px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img.wp-smiley {
  display: inline-block;
}
div.post-full .gif-player {
  float: none;
}
div.post-full .gif-player .canvas {
  background: transparent;
}
div.post-full .gif-player .canvas img {
    margin: 0 auto;
}
/****************************************
  ==== COMMENTS
****************************************/

#respond {
  clear: both;
}
div.comment {
  -webkit-box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
  -moz-box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
  box-shadow: 0 0 14px rgba(34, 44, 55, 0.1);
  border-radius: 3px;
}

/* Nested styling */
.comments ol {
  padding: 0;
}

.comments ol li {
  width: 100%;
  display: block;
  float: left;
  padding: 0 0 15px 0;
  margin: 10px 0;
}

.comments ol li div.avatar {
  width: 60px;
  height: 60px;
  border-radius: 3px;
}

.comments ol li .timestamp {
  color: inherit;
}

.comments ol li div.body, .comments ol li ol {
  padding: 0 0 0 15px;
}

/* Basic styling */
.comments img.avatar {
  width: auto;
  height: auto;
  border-radius: 3px;
}

.comments .body .date, .comments .body .edit, .comments .body .reply {
  line-height: 20px;
}

.comments .body .edit a, .comments .body .text a {
  color: #455463;
}

.comments p.edit {
  position: absolute;
  top: 0;
  right: 0;
}

.comments .text p {
  font-size: 1em !important;
  font-weight: 400;
}

.form-allowed-tags {
  margin-top: 15px;
}

.form-submit {
  float: right;
}

/* Unity comment */
.comments .byuser {
  border: 0;
  padding: 0;
}

.comments ol .byuser > div.comment:first-child {
  background: #ccf2f6;
}

.comments ol .byuser > div.comment:first-child div.avatar {
  top: 15px;
  left: 15px;
}

.comments .byuser > div.comment:first-child div.avatar {
  background: url(../images/blog-sprites.png) 0 -140px no-repeat;
}

/*.comments .parent .byuser > div.comment:first-child div.avatar { background: url(../images/blog-sprites.png) -60px -140px no-repeat; }*/
.comments .byuser > div.comment:first-child div.avatar img {
  display: none;
}

.comments ol li ol .byuser > div.comment:first-child {
  background: #ccf2f6;
}

.comments ol li ol .byuser > div.comment:first-child div.avatar {
  top: 10px;
  left: 10px;
}

/* Respond */
.comment-respond input[type="submit"] {
  height: 42px;
  line-height: 42px;
  display: block;
  float: left;
  padding: 0 20px 4px 20px;
  background-color: #002835;
  color: #fff;
  font-size: 0.8125em;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 15px;
}

#cancel-comment-reply-link {
  display: none;
}

.comments h2 {
  line-height: 26px;
}

.comments .rssicon {
  width: 26px;
  height: 26px;
  margin: 3px 0 0 0;
}

.comments .rssicon a {
  width: 26px;
  height: 26px;
  display: block;
  background: #ff7f33 url(../images/blog-sprites.png) 6px -33px no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.fancybox-nav span, .fancybox-close {
  background: none !important;
}

/****************************************
  ==== MEDIA QUERIES
****************************************/

@media only screen and (max-width: 1200px) {
  .sidebar-column {
    position: static !important;
    width: 100%;
  }

  div.categories .category {
    display: inline-block;
    width: 30%;
  }

  .all-articles {
    width: 100%;
  }

  div.single-img-wrap {
    width: 100%;
  }

  div.social-right {
    display: none;
  }

  div.long div.social-right {
    display: block;
  }

  div.g8.main-column {
    width: 100%;
  }

  div.g8.main-column .social-buttons {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  .m-excerpt {
    background-color: #f5f8f9;
  }

  .background {
    height: 0px !important;
    display: none;
  }

  .background:after {
    left: 75%;
  }

  .main-column {
    margin: 0 -260px 0 0;
  }

  .main-content {
    margin: 0 260px 0 0;
  }

  .m-excerpt {
    display: block;
  }

  .d-excerpt {
    display: none;
  }

  .medium .g4 {
    width: 25%;
    float: right;
  }

  .medium .g8 {
    width: 75%;
    padding-right: 0;
  }

  .main-content .small .g2 {
    padding-bottom: 30px;
  }

  .main-content .small .g10 {
    padding-bottom: 30px;
  }

  .all-articles {
    width: 100%;
  }

}

@media only screen and (max-width: 800px) {


  .comment .body {
    width: 70% !important;
  }
  div.related-post div.g3 {
    width: 25%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  div.related-post div.g9 {
    width: 75%;
  }

  div.all-articles .list-post-content,
  div.main-content .list-post-content {
    padding-top: 20px !important;
    padding-left: 0 !important;
    width: 100%;
  }
  div.all-articles .list-post-img,
  div.main-content .list-post-img {
    display: none;
  }

  .list-post {
    margin-top: 15px;
  }

  div.list-post-heading {
    width: 75%;
    border-left: 10px solid #00bcd4;
  }

  div.list-post-heading .post-heading {
    font-size: 1.5em;
  }

  div.lg-post-group {
    display: block;
  }

  .background {
    height: 0px !important;
  }

  .background:after {
    left: 85%;
  }

  .main-column {
    margin: 0;
  }

  .main-content {
    margin: 0;
  }

  .sidebar-column {
    width: 100% !important;
  }

  .sidebar-column:after {
    display: none;
  }

  .medium .g4 {
    width: 25%;
  }

  .medium .g8 {
    width: 75%;
  }

  .main-content .small .g2 {
    width: 20%;
    padding: 15px;
  }

  .main-content .small .g10 {
    width: 80%;
    padding: 15px;
  }

  #player {
    display: none;
  }

}

@media only screen and (max-width: 768px) {
  div.long div.social-wrapper {
    display: block;
  }
  .rss-button {
    margin-right: 0 !important;
  }
  div.search-wrap {
    padding-left : 0 !important;
  }
  .title-wrap {
    padding-bottom: 20px;
  }

  .title-rss {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .slick-slider {
    margin: 0 -20px !important;
  }
}

@media only screen and (max-width: 635px) {

  div.categories .category {
    width: 49%;
  }
}

@media only screen and (max-width: 479px) {

  .rss-button {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 20px;
  }

  .title-rss {
    margin-bottom: 15px;
  }

  .medium .g4 {
    display: none;
  }

  .medium .g8 {
    width: 100%;
  }

  .main-content .small .g2 {
    display: none;
  }

  .main-content .small .g10 {
    width: 100%;
  }

  div.post-full div.content div.post-gallery a {
    width: 33.3333333334%
  }

  .comments ol li {
    padding: 0 0 15px 0;
    margin: 15px 0;
  }

  .comments ol li div.avatar {
    width: 40px;
    height: 40px;
  }

  .comments ol li div.body {
    padding: 0 0 0 55px;
  }

  .comments ol li ol {
    padding: 0 0 0 55px;
  }

  .comments ol li ol li {
    margin: 15px 0 0 0;
    border: 0;
  }

  .comments ol li ol div.avatar {
    display: none;
  }

  .comments ol li ol div.body {
    padding: 0 0 0 0;
  }

  .comments ol li ol li ol {
    padding: 0 0 0 20px;
  }

  .comments ol .byuser > div.comment:first-child {
    padding: 5px 5px 0px 5px;
  }

  .comments ol .byuser > div.comment:first-child div.avatar {
    top: 5px;
    left: 5px;
  }

  .comments .byuser > div.comment:first-child div.avatar {
    background: url(../images/blog-sprites.png) -60px -140px no-repeat;
  }
  .main-content .post-full {
    padding: 15px !important;
  }
}

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

  .categories .category .rss, .search input.submit, .post-comments a, .comments .byuser > div.comment:first-child div.avatar,
  .comments .parent .byuser > div.comment:first-child div.avatar, .comments .rss-icon a, .category-header .rss-icon a {
    background-image: url(../images/blog-sprites@2x.png);
    -webkit-background-size: 200px 200px;
    -moz-background-size: 200px 200px;
    -o-background-size: 200px 200px;
    background-size: 200px 200px;
  }

}


.front .bg-lg { background-color: #F5F5F5 !important; }
.c-vlg { color: #f5f5f5 !important; }
.b-vlg { border-color: #f5f5f5 !important; }

.has-submenu section.main-wrapper {
  padding: 125px 0 0 0;
}

header.main-header {
  width: 100%; height: 75px; padding: 0 30px; position: absolute; top: 0; left: 0; z-index: 10; overflow: hidden;
}
.has-submenu header.main-header {
  height: 125px;
}

.has-background header.main-header {
  background: #000000;
}

.unity-logo {
   background: url(https://unity3d.com/profiles/unity3d/themes/unity/images/ui/ui/unity-logo-white.svg) 0 0 no-repeat;
   background-size: 100% auto;
}

div.header-panel {
 top: 75px;
}
.has-submenu div.header-panel {
  top: 125px;
}

.main-menu,
nav.sub-nav {
  font-weight: 400;
}

div.main-navigation ul {
  width: 100%; height: 75px; list-style: none; position: relative; margin: 0;
}

div.main-navigation ul li a {
  height: 75px; line-height: 75px; float: left; display: block; color: #fff; text-decoration: none;
}

nav.sub-nav, div.main-navigation {
  width: 100%; position: relative;
}
nav.sub-nav:before, nav.sub-nav:after {
  content: ''; width: 100%; height: 50px; display: block; position: absolute; top: 0px; z-index: -1; background: #171717;
}
div.main-navigation:before {
  content: ''; height: 75px; display: block; position: absolute; top: 0; left:-50%; right:-50%; z-index: -1; background: #000000;
}
nav.sub-nav:before {
  left: -50%;
}
nav.sub-nav:after {
  right: -50%;
}

nav.sub-nav ul {
  list-style-type: none; height: 50px; position: relative; z-index: 16; padding: 0;
}
nav.sub-nav ul li a.active-trail, nav.sub-nav ul li a, nav.sub-nav ul li a:hover, nav.sub-nav ul li a:active, nav.sub-nav ul li a:focus {
  color: #ffffff; height: 50px; line-height: 50px;
}
nav.sub-nav ul li a:hover, nav.sub-nav ul li a.active-trail {
    text-decoration: none;
    color: #00BFD8;
}
div.main-navigation ul li a.selected, div.main-navigation ul li a.active, div.main-navigation ul li a.active-trail {
    color: #00bcd4;
    font-weight: 700;
}
div.main-navigation ul li.menu-as, div.main-navigation ul li.menu-get-unity {
	float: right;
}

footer.main-footer {
  font-weight: 400;
}
footer.main-footer .checkbox label {
  font-weight: 400;
}
footer.main-footer .bb {
  border-bottom: 1px solid #1f1f1f;
}
footer.main-footer div.wrapper {
  background: #000000; padding: 10px 0;
}
footer.main-footer p.lbl {
  color: #ffffff;
}
footer.main-footer div.links ul li a, footer.main-footer div.lang ul li a, footer.main-footer div.checkbox label, footer.main-footer div.wrapper small {
  color: #9e9e9e;
}

@media only screen and (min-width: 150px) and (max-width: 1023px){

    /* Core layout */
    section.main-wrapper, .has-submenu section.main-wrapper {
    padding: 60px 0 0 0;
    }

    /* Main header */
    header.main-header, .has-submenu header.main-header {
    height: 60px; padding: 0 30px; background: #000000;
    }
		
}

@media only screen and (min-width: 150px) and (max-width: 767px){

    footer.main-footer {
        position: absolute;
    }
    footer.main-footer div.logo a.unity-logo {
        display: none;
    }
}
