@charset "UTF-8";
/*------------------------------------------------------------------
CSS
-------------------------------------------------------------------*/
@import url(../includes/bootstrap/css/bootstrap.min.css);
@import url(../includes/nucleo/outline/css/nucleo-outline.css);
@import url(../includes/nucleo/mini/css/nucleo-mini.css);
@import url(../includes/nucleo/glyph/css/nucleo-glyph.css);
@import url(../includes/font/gotham/stylesheet.css);
/* Translate */
/* color for skin */
.change-skin-menu-wrapper .color-default {
  background-color: #b6ae82;
}

/* background skin */
.change-skin-menu-wrapper .bg-default a {
  background: rgba(0, 0, 0, 0.8) url("../images/bg-7.png") repeat center 0;
}
.change-skin-menu-wrapper .bg-1 a {
  background: url(../images/skins-menu/bg-1.png) 0 0 repeat;
}

/* change background */
.bg-default {
  background: url("../images/bg-7.png") repeat center 0;
}

.bg-1 {
  background: url("../images/skins-menu/bg-1.png") 0 0 repeat;
}

.bg-2 {
  background: url("../images/skins-menu/bg-2.png") 0 0 repeat;
}

.bg-3 {
  background: url("../images/skins-menu/bg-3.png") 0 0 repeat;
}

.bg-4 {
  background: url("../images/skins-menu/bg-4.png") 0 0 repeat;
}

.bg-5 {
  background: url("../images/skins-menu/bg-5.png") 0 0 repeat;
}

.bg-6 {
  background: url("../images/skins-menu/bg-6.png") 0 0 repeat;
}

/* skin menu */
.change-skin-menu-wrapper {
  position: fixed;
  left: -188px;
  top: 150px;
  z-index: 500;
  background-color: #fafafa;
  box-shadow: 1px 1px 2px -1px #888;
  -webkit-box-shadow: 1px 1px 2px -1px #888;
  border-radius: 0 0 3px 0;
  -webkit-border-radius: 0 0 3px 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-size: 14px;
  /* tag a */
  /* color */
  /*background*/
  /*layout*/
}
.change-skin-menu-wrapper .container, .change-skin-menu-wrapper .view-hightlight-detail #carousel, .view-hightlight-detail .change-skin-menu-wrapper #carousel, .change-skin-menu-wrapper .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li .change-skin-menu-wrapper .group-hightlight-detail {
  width: 185px;
  padding: 10px;
}
.change-skin-menu-wrapper .background,
.change-skin-menu-wrapper .skin-color {
  overflow: hidden;
}
.change-skin-menu-wrapper .skin-color {
  margin-bottom: 15px;
}
.change-skin-menu-wrapper .change-skin {
  text-align: center;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fafafa;
  padding: 11px;
  width: 40px;
  height: 40px;
  box-shadow: 1px 1px 2px -2px #888;
  -webkit-box-shadow: 1px 1px 2px -2px #888;
  color: #666;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.change-skin-menu-wrapper .change-skin:hover, .change-skin-menu-wrapper .change-skin:focus {
  color: #333;
}
.change-skin-menu-wrapper .change-skin i {
  font-size: 16px;
}
.change-skin-menu-wrapper strong {
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}
.change-skin-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
}
.change-skin-menu-wrapper li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
}
.change-skin-menu-wrapper .change-skin-button,
.change-skin-menu-wrapper .change-background-button {
  display: inline-block;
  text-indent: -999em;
  width: 30px;
  height: 30px;
  opacity: 0.7;
}
.change-skin-menu-wrapper .change-skin-button:hover, .change-skin-menu-wrapper .change-skin-button:focus,
.change-skin-menu-wrapper .change-background-button:hover,
.change-skin-menu-wrapper .change-background-button:focus {
  opacity: 1;
}
.change-skin-menu-wrapper .change-background-button {
  border: 1px solid #cdcdcd;
}
.change-skin-menu-wrapper .change-background-button:hover, .change-skin-menu-wrapper .change-background-button:focus {
  border-color: #7b7b7b;
}
.change-skin-menu-wrapper .layout {
  margin-bottom: 15px;
}
.change-skin-menu-wrapper .change-layout-button,
.change-skin-menu-wrapper .change-direction-button {
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 4px 18px;
  background-color: #fff;
  background-image: none;
  min-width: 0;
  height: auto;
  font-size: 14px;
  text-transform: none;
  line-height: 1.42857;
  font-weight: 500;
  border: 1px solid #ccc;
  color: #333;
}
.change-skin-menu-wrapper .change-layout-button:hover, .change-skin-menu-wrapper .change-layout-button:focus,
.change-skin-menu-wrapper .change-direction-button:hover,
.change-skin-menu-wrapper .change-direction-button:focus {
  background: #fff;
}
.change-skin-menu-wrapper .change-layout-button:first-child,
.change-skin-menu-wrapper .change-direction-button:first-child {
  border-right: none;
}
.change-skin-menu-wrapper .change-layout-button.active {
  background-color: #428bca;
  color: #fff;
  border-color: #428bca;
  font-weight: 700;
}
.change-skin-menu-wrapper .change-direction:before, .change-skin-menu-wrapper .change-direction:after {
  display: table;
  content: " ";
}
.change-skin-menu-wrapper .change-direction:after {
  clear: both;
}
.change-skin-menu-wrapper .change-direction li {
  float: left;
  margin: 0;
  padding: 0;
}
.change-skin-menu-wrapper .change-direction li:first-child {
  border-right: none;
}
.change-skin-menu-wrapper .change-direction li .change-direction-button {
  border-right: 1px solid #ccc;
  display: inline-block;
}
.change-skin-menu-wrapper .change-direction li.active .change-direction-button {
  background-color: #428bca;
  color: #fff;
  border-color: #428bca;
  font-weight: 700;
}
.change-skin-menu-wrapper .background {
  margin-bottom: 15px;
}

.fly-out {
  left: 0;
}

[dir=rtl] .change-skin-menu-wrapper ul {
  padding-right: 0;
}
[dir=rtl] .change-skin-menu-wrapper li {
  float: right;
  margin-left: 3px;
  margin-right: 0;
}
[dir=rtl] .change-skin-menu-wrapper .change-direction li {
  margin-left: 0;
}
[dir=rtl] .change-skin-menu-wrapper .change-layout-button:first-child,
[dir=rtl] .change-skin-menu-wrapper .change-direction-button:first-child {
  border-left: none;
  border-right: 1px solid #ccc;
}

/*------------------------------------------------------------------*/
/* Typography */
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  font-family: "gotham_bookregular";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, .label {
  color: #444444;
  line-height: 1.2;
  margin: 0 0 20px;
}

a {
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  color: #976e3a;
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: #ffe9c4;
  outline: none;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

ul, ol {
  margin-bottom: 15px;
}

p {
  margin-bottom: 15px;
}

img {
  max-width: 100%;
  height: auto;
}

input, select, textarea {
  min-width: 100%;
  border: 1px solid #dddddd;
  color: #444444;
  background: #fafafa;
  font-size: 0.867em;
  min-height: 40px;
  padding: 7px;
}
input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
  outline: none;
}

iframe {
  width: 100%;
}

.container-fluid {
  padding: 0;
}

.container, .view-hightlight-detail #carousel, .view-hightlight-detail #slider ul.slides li .group-hightlight-detail {
  width: 935px;
  padding-left: 15px;
  padding-right: 15px;
}

[class^=nc-icon-] span {
  font-size: 0;
}

blockquote {
  border-left: none;
  margin-left: 45px;
  margin-right: 45px;
  padding: 20px;
  background: #f6f6f6;
  position: relative;
  font-size: 0.8em;
}
blockquote:before {
  content: "";
  border-left: 22px solid transparent;
  border-bottom: 22px solid #ffe9c4;
  border-right: 22px solid transparent;
  display: block;
  position: absolute;
  top: -3px;
  left: -14px;
  transform: rotate(-45deg);
}

.contact-message-form {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.contact-message-form textarea {
  max-height: 100px;
}
.contact-message-form textarea:focus {
  border: 1px solid #444444;
}
.contact-message-form input[type=text] {
  width: 100%;
}
.contact-message-form input[type=email] {
  width: 100%;
}
.contact-message-form input:focus {
  border: 1px solid #444444;
}
.contact-message-form .form-submit {
  padding: 12px 55px;
  background: #976e3a;
  color: #313432;
  border-radius: 40px;
  font-family: "gotham_boldregular";
  font-size: 0.8em;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  border: none;
  min-width: auto;
  float: right;
  margin-top: 10px;
  margin-bottom: 30px;
}
.contact-message-form .form-submit:hover {
  background: #ffe9c4;
}

.comment-form #cke_1_top, .comment-form #cke_1_bottom, .comment-form .filter-wrapper, .comment-form label {
  display: none;
}
.comment-form .cke_chrome {
  box-shadow: none;
}

.user-register-form .description, .user-register-form #edit-timezone, .user-register-form #edit-contact {
  display: none;
}
.user-register-form .form-checkbox {
  min-height: 0;
  min-width: 0;
}

.node-portfolio .content-detail {
  font-size: 14px;
}
.node-portfolio .content-detail h2, .node-portfolio .content-detail h3 {
  font-weight: normal;
  font-size: 1.4285714286em;
}
.node-portfolio .content-detail .title {
  font-family: "gotham_mediumregular";
  font-size: 1.4285714286em;
  color: #976e3a;
  margin-bottom: 0;
}
.node-portfolio .content-detail .field--type-entity-reference {
  margin-bottom: 30px;
  margin-top: -20px;
}
.node-portfolio .content-detail .field--type-entity-reference a {
  font-size: 0.8em;
  color: #999999;
}
.node-portfolio .content-detail .field--type-entity-reference a:hover, .node-portfolio .content-detail .field--type-entity-reference a:focus {
  color: #976e3a;
}
.node-portfolio .content-detail .field--name-body {
  margin-bottom: 30px;
}
.node-portfolio .content-detail .field__item {
  margin-bottom: 30px;
}

.messages--status {
  margin-top: 20px;
  margin-bottom: 20px;
}

.node-blog.user-logged-in .node__meta .field--type-image, .node-blog.user-logged-in .node__meta .field--name-field-video {
  margin-bottom: 15px;
}
.node-blog.user-logged-in .node__meta h1.title-blog {
  font-size: 1.333em;
  font-family: "gotham_mediumregular";
}
.node-blog.user-logged-in .node__meta h1.title-blog span {
  color: #976e3a;
}
.node-blog.user-logged-in .node__meta .node__content {
  margin-top: 25px;
}
.node-blog.user-logged-in .node__meta .node__content p {
  color: #777777;
}
.node-blog.user-logged-in .node__meta .node__content .field--name-body {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
}
.node-blog.user-logged-in .node__meta .node__content .field--type-comment {
  padding-top: 40px;
}
.node-blog.user-logged-in .node__meta .node__content .field--type-comment h2.title {
  font-size: 1.667em;
  color: #131e26;
}
.node-blog.user-logged-in .node__meta .node__content .field--type-comment .comment {
  margin-bottom: 10px;
}
.node-blog.user-logged-in .node__meta .node__content .field--type-comment .comment > span {
  color: red;
  background: #976e3a;
  border: 1px dotted #fff;
  padding: 0 3px;
  font-size: 9px;
  color: #fff;
  float: right;
  position: relative;
  top: 5px;
  line-height: 1.3;
}
.node-blog.user-logged-in .node__meta .node__content .field--type-comment .comment__content {
  display: inline-block;
  font-size: 0.867em;
  color: #777777;
}
.node-blog.user-logged-in .node__meta .node__content .field--type-comment .comment__content p {
  position: relative;
}
.node-blog.user-logged-in .node__meta .node__content .field--type-comment .comment__content p:before, .node-blog.user-logged-in .node__meta .node__content .field--type-comment .comment__content p:after {
  content: "";
  display: inline-block;
  background: url(../images/ico-about.svg) no-repeat;
  background-size: 10px 7px;
  width: 10px;
  height: 7px;
}
.node-blog.user-logged-in .node__meta .node__content .field--type-comment .comment__content p:before {
  position: relative;
  top: -5px;
  margin-right: 3px;
}
.node-blog.user-logged-in .node__meta .node__content .field--type-comment .comment__content p:after {
  transform: rotate(180deg);
  bottom: 10px;
  position: absolute;
  right: -12px;
}
.node-blog.user-logged-in .node__meta .node__content .field--type-comment .comment-form__title {
  display: none;
}
.node-blog.user-logged-in .node__meta .node__content .field--type-comment .comment__meta {
  display: inline-block;
  font-size: 0.867em;
  margin-left: 15px;
}
.node-blog.user-logged-in .node__meta .node__content .field--type-comment .comment__meta .comment__author {
  color: #d4d4d4;
}
.node-blog.user-logged-in .node__meta .node__content .field--type-comment .comment__meta .comment__author .username {
  color: #d4d4d4;
}
.node-blog.user-logged-in .node__meta .node__submitted {
  font-size: 0.667em;
  color: #d4d4d4;
}
.node-blog.user-logged-in .node__meta .node__submitted .username, .node-blog.user-logged-in .node__meta .node__submitted .field--name-created {
  color: #d4d4d4;
  text-transform: uppercase;
}

.page-node-type-blog .node__meta .field--type-image img {
  width: 100%;
}
.form-submit {
  padding: 12px 55px;
  background: #976e3a;
  color: #313432;
  border-radius: 40px;
  font-family: "gotham_boldregular";
  font-size: 0.8em;
  text-transform: uppercase;
  border: none;
  min-width: 155px;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.form-submit:hover {
  background: #ffe9c4;
}

.page-node-type-article .field--type-image img {
  width: 100%;
}
.page-node-type-article .content-detail footer {
  margin-bottom: 30px;
}

article ul {
  list-style: none;
  padding-left: 0;
}
article ul li {
  margin-bottom: 8px;
}
article ul li:before {
  content: "";
  background: #976e3a;
  height: 7px;
  width: 7px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  top: -1px;
}
article .node__submitted {
  margin-bottom: 20px;
  display: block;
  font-size: 0.667em;
  color: #d4d4d4;
  text-transform: uppercase;
}

.front #header {
  position: unset;
  padding-bottom: 0px;
  left: 0;
  right: 0;
  background-color: white;
  transition: background 0.3s, right 0.5s ease-in-out, left 0.5s ease-in-out;
  -o-transition: background 0.3s, right 0.5s ease-in-out, left 0.5s ease-in-out;
  -moz-transition: background 0.3s, right 0.5s ease-in-out, left 0.5s ease-in-out;
  -webkit-transition: background 0.3s, right 0.5s ease-in-out, left 0.5s ease-in-out;
}
.front .page.scrolled #header {
  background-color: rgba(19, 30, 38, 0.85);
  display: none;
}

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

.logo img {
  width: 300px;
}

#header {
  font-family: "gotham_boldregular";
  z-index: 99;
  padding-top: 0px;
}
#header .container, #header .view-hightlight-detail #carousel, .view-hightlight-detail #header #carousel, #header .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #header .group-hightlight-detail {
  width: 100%;
  padding: 0px;
}
#header .menu {
  width: 820px;
  margin: 0 auto;
}
#header #block-lapurd-branding {
  display: inline-block;
  padding-top: 10px;
}
#header #block-lapurd-branding .site-name a {
  color: #fff;
  font-size: 1.333em;
  text-transform: uppercase;
}
#header #block-isologo {
  display: inline-block;
  padding-top: 10px;
  width: 100%;
}
#header .block-menu ul.menu li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8em;
}
#header #block-useraccountmenu ul.menu {
  margin-left: 0;
  margin-bottom: 0;
}
#header #block-useraccountmenu ul.menu li {
  padding-top: 0;
}
#header #block-useraccountmenu ul.menu li a {
  padding: 12px 55px;
  background: #976e3a;
  color: #313432;
  border-radius: 40px;
  font-family: "gotham_boldregular";
  font-size: 0.8em;
  text-transform: uppercase;
  display: inline-block;
}
#header #block-useraccountmenu ul.menu li a:hover {
  background: #ffe9c4;
}

.not-front #header {
  padding-bottom: 25px;
}
.not-front #header .block-menu ul.menu li a, .not-front #header #block-lapurd-branding .site-name a {
  color: #000;
}
.not-front #header #block-useraccountmenu ul.menu li a {
  color: #fff;
}

@media (min-width: 992px) {
  #header #block-lapurd-main-menu {
    display: inline-block;
    padding: 10px;
    background: #f363a7;
    width: 100%;
    margin: -5px;
  }
  #header #block-lapurd-main-menu > ul.menu {
    margin: 0 auto;
  }
  #header #block-lapurd-main-menu > ul.menu > li {
    list-style: none;
    float: left;
    margin: 0 13px;
    padding-top: 0;
    position: relative;
  }
  #header #block-lapurd-main-menu > ul.menu > li > a {
    position: relative;
  }
  #header #block-lapurd-main-menu > ul.menu > li > a:before {
    /* background-color: $color-link; */
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: auto;
    transform: translate(-50%, -50px);
    transition: width 0.3s ease 0s;
    width: 0;
  }
  #header #block-lapurd-main-menu > ul.menu > li a.is-active {
    color: white;
  }
  #header #block-lapurd-main-menu > ul.menu > li a.is-active:before {
    width: 100%;
  }
  #header #block-lapurd-main-menu > ul.menu > li ul.menu {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    background: #313a41;
    padding: 0 15px 10px 15px;
    margin-left: 0;
    width: 220px;
    z-index: 200;
  }
  #header #block-lapurd-main-menu > ul.menu > li ul.menu:before {
    content: "";
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #313a41;
    position: absolute;
    top: -7px;
    left: 0;
  }
  #header #block-lapurd-main-menu > ul.menu > li ul.menu li a:hover {
    color: black;
  }
  #header #block-lapurd-main-menu > ul.menu > li ul.menu li a {
    color: #fff;
    font-size: 0.667em;
  }
  #header #block-lapurd-main-menu > ul.menu > li ul.menu li.menu-item--active-trail a.is-active {
    color: #976e3a !important;
  }
  #header #block-lapurd-main-menu > ul.menu > li:hover ul.menu {
    display: block;
  }
  #header #block-lapurd-main-menu > ul.menu > li:hover a {
    color: black;
  }
  #header #block-lapurd-main-menu > ul.menu > li:hover a:before {
    width: 100%;
  }
  #header #block-lapurd-main-menu > ul.menu li.menu-item--expanded {
    padding-bottom: 9px;
  }
}
.user-logged-in.front #header {
  top: 39px;
}

.user-logged-in.front.toolbar-tray-open #header {
  top: 80px;
}

#footer {
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
  font-family: "gotham_mediumregular";
  min-height: 100px;
  background: #fff;
  background-position: center top;
  background-size: 100% auto;
}
#footer .container, #footer .view-hightlight-detail #carousel, .view-hightlight-detail #footer #carousel, #footer .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #footer .group-hightlight-detail {
  width: 100%;
  padding: 0px;
}
#footer #block-copyright {
  padding: 15px 0 0 0;
  text-align: center;
  margin-top: 30px;
  background: #f363a7;
}
#footer #block-copyright p {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.733em;
  font-family: "gotham_mediumregular";
}
#footer #block-copyright a {
  color: #fff;
}
#footer #block-copyright a:hover {
  color: #000;
}

.contact-social {
  width: 25%;
  float: left;
  text-align: center;
  color: #000;
  padding-top: 55px;
}
.contact-social ul {
  padding: 0px;
}
.contact-social li {
  list-style: none;
  display: inline;
}

.contact-logo {
  width: 25%;
  float: left;
}

.contact-info {
  width: 50%;
  float: left;
  padding-top: 70px;
  text-align: center;
  color: #000;
}

.view-hightlight {
  position: relative;
}
.view-hightlight .view-header {
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  padding: 0 50px 80px 50px;
}
.view-hightlight .view-content .views-view-grid .row-2 {
  padding-top: 15px;
}
.view-hightlight .view-content .views-view-grid .views-row {
  padding-bottom: 30px;
  position: relative;
}
.view-hightlight .view-content .views-view-grid .views-row:before {
  content: "";
  background: #976e3a;
  width: 1px;
  height: 200px;
  position: absolute;
  bottom: -60%;
  left: 50%;
}
.view-hightlight .view-content .views-view-grid .views-row:after {
  content: "";
  background: #976e3a;
  width: 200px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
}
.view-hightlight .view-content .views-view-grid .views-row:last-child:before, .view-hightlight .view-content .views-view-grid .views-row:last-child:after {
  display: none;
}
.view-hightlight .view-content .views-view-grid .views-row .views-col {
  padding: 0 30px;
}
.view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon {
  display: inline-block;
  position: relative;
  top: 7px;
}
.view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon i {
  font-size: 0;
  color: #976e3a;
}
.view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon .design_code:before {
  content: "";
  background: url(../images/design-code.svg) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon .design_vector:before {
  content: "";
  background: url(../images/design-vector.svg) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon .design_window-responsive:before {
  content: "";
  background: url(../images/design-window-responsive.svg) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon .ui-3_search:before {
  content: "";
  background: url(../images/ui-search.svg) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon .blow-moulding:before {
  content: "";
  background: url(../images/blow-moulding.svg) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon .injection-moulding:before {
  content: "";
  background: url(../images/injection-moulding.svg) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon .printing-unit:before {
  content: "";
  background: url(../images/printing-unit.svg) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.view-hightlight .view-content .views-view-grid .views-row .views-field-field-class-icon .tools-testing:before {
  content: "";
  background: url(../images/tools-testing.svg) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.view-hightlight .view-content .views-view-grid .views-row .views-field-title {
  display: inline-block;
  font-size: 1.333em;
  margin-bottom: 15px;
  margin-left: 10px;
}
.view-hightlight .view-content .views-view-grid .views-row .views-field-title a {
  color: #444444;
}
.view-hightlight .view-content .views-view-grid .views-row .views-field-title a:hover {
  color: #976e3a;
}
.view-hightlight .view-content .views-view-grid .views-row .views-field-body p {
  color: #777777;
  margin-bottom: 0;
}
.view-hightlight .view-content .views-view-grid .views-row .col-1 {
  text-align: right;
  padding-left: 0;
}
.view-hightlight .view-content .views-view-grid .views-row .col-2 {
  padding-right: 0;
}

.view-hightlight-detail {
  position: relative;
}
.view-hightlight-detail .flex-direction-nav {
  display: none;
}
.view-hightlight-detail .flex-direction-nav a:before {
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  font-size: 35px;
  color: #fff;
}
.view-hightlight-detail .flex-direction-nav a:hover:before {
  color: #976e3a;
}
.view-hightlight-detail #slider {
  border: none;
  margin-bottom: 0;
}
.view-hightlight-detail #slider ul.slides {
  max-height: 600px;
}
.view-hightlight-detail #slider ul.slides li {
  position: relative;
  max-height: 600px;
}
.view-hightlight-detail #slider ul.slides li .group-hightlight-detail {
  position: absolute;
  top: 0;
  z-index: 100;
  padding-top: 105px;
  left: 50%;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.view-hightlight-detail #slider ul.slides li .group-hightlight-detail .views-field-title {
  text-transform: uppercase;
  font-size: 1.333em;
  margin-bottom: 35px;
  font-family: "gotham_boldregular";
  color: #dab485;
}
.view-hightlight-detail #slider ul.slides li .group-hightlight-detail .views-field-body {
  color: #fff;
  margin-bottom: 40px;
}
.view-hightlight-detail #slider ul.slides li .group-hightlight-detail .views-field-body p {
  font-weight: 500;
}
.view-hightlight-detail #slider ul.slides li .group-hightlight-detail .views-field-view-node {
  padding: 12px 55px;
  background: #976e3a;
  color: #313432;
  border-radius: 40px;
  font-family: "gotham_boldregular";
  font-size: 0.8em;
  text-transform: uppercase;
  color: #313a41;
  padding: 12px 35px;
  border-radius: 30px;
  display: inline-block;
}
.view-hightlight-detail #slider ul.slides li .group-hightlight-detail .views-field-view-node:hover {
  background: #ffe9c4;
}
.view-hightlight-detail #slider ul.slides li .views-field-field-image {
  position: relative;
  height: auto;
}
.view-hightlight-detail #slider ul.slides li .views-field-field-image img {
  min-height: 600px;
}
.view-hightlight-detail #slider ul.slides li .views-field-field-image:before {
  content: "";
  background: #131e26;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.view-hightlight-detail #carousel {
  margin-bottom: 0;
  position: absolute;
  bottom: 30px;
  z-index: 2;
  background: none;
  border: none;
  left: 50%;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.view-hightlight-detail #carousel ul.slides {
  width: auto !important;
}
.view-hightlight-detail #carousel ul.slides li {
  min-width: 204px !important;
  height: 120px;
  position: relative;
}
.view-hightlight-detail #carousel ul.slides li .views-field-title {
  position: absolute;
  top: 50%;
  z-index: 100;
  left: 0;
  cursor: pointer;
  text-align: center;
  width: 100%;
  padding-left: 7px;
  padding-right: 7px;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.view-hightlight-detail #carousel ul.slides li .views-field-title a {
  color: #fff;
  text-transform: uppercase;
  font-family: "gotham_boldregular";
  font-size: 0.8em;
}
.view-hightlight-detail #carousel ul.slides li .views-field-field-image {
  cursor: pointer;
}
.view-hightlight-detail #carousel ul.slides li .views-field-field-image img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  border-radius: 5px;
  min-height: 120px;
  transition: filter 0.3s ease-out;
  -o-transition: filter 0.3s ease-out;
  -moz-transition: filter 0.3s ease-out;
  -webkit-transition: filter 0.3s ease-out;
}
.view-hightlight-detail #carousel ul.slides li:last-child {
  margin-right: 0 !important;
}
.view-hightlight-detail #carousel ul.slides li.flex-active-slide .views-field-title a {
  font-size: 0;
}
.view-hightlight-detail #carousel ul.slides li.flex-active-slide .views-field-field-image img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.view-introduction {
  min-height: 600px;
  padding: 110px 0 75px 0;
  position: relative;
}
.view-introduction .view-content {
  width: 935px;
  margin: 0 auto;
  padding: 0 15px;
}
.view-introduction .view-content .views-field-body {
  float: left;
}
.view-introduction .view-content .views-field-body h1 {
  font-family: "gotham_lightregular";
  font-size: 2.333em;
}
.view-introduction .view-content .views-field-body h1 span {
  color: #976e3a;
}
.view-introduction .view-content .views-field-body ul {
  list-style: none;
  padding-left: 0;
}
.view-introduction .view-content .views-field-body ul li {
  margin-bottom: 8px;
}
.view-introduction .view-content .views-field-body ul li:before {
  content: "";
  background: #976e3a;
  height: 7px;
  width: 7px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  top: -1px;
}
.view-introduction .view-content .views-field-field-image {
  position: absolute;
  top: 85px;
  right: 0;
  text-align: right;
}
.view-introduction .view-content .views-field-field-image img {
  width: 95%;
}

.view-faqs .panel {
  padding: 10px 15px;
  margin-bottom: 30px;
  box-shadow: none;
}
.view-faqs .panel:last-child {
  margin-bottom: 0;
}
.view-faqs .panel .views-field-title h4 {
  margin-bottom: 0;
  font-size: 0.933em;
}
.view-faqs .panel .views-field-title a {
  color: #444444;
  font-family: "gotham_mediumregular";
  line-height: 0.8;
  position: relative;
  padding-left: 35px;
}
.view-faqs .panel .views-field-title a:before {
  content: "";
  display: inline-block;
  display: inline-block;
  font-family: "Nucleo Outline";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
  background: #43ca9c;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.view-faqs .panel .views-field-title a.collapsed {
  font-family: "gotham_bookregular";
  color: #444444;
  line-height: 0.8;
  position: relative;
}
.view-faqs .panel .views-field-title a.collapsed:hover {
  color: #976e3a;
}
.view-faqs .panel .views-field-title a.collapsed:before {
  content: "";
  display: inline-block;
  display: inline-block;
  font-family: "Nucleo Outline";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
  color: #7b7b7b;
  font-size: 16px;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
}
.view-faqs .panel .views-fieldset {
  margin-top: 10px;
}
.view-faqs .panel .views-field-body {
  padding-left: 35px;
}
.view-faqs .panel .views-field-body p {
  margin-bottom: 0;
  font-size: 0.933em;
  line-height: 2;
  color: #777777;
}

#main-content .view-blog .views-view-grid {
  margin: 0 -15px;
}
#main-content .view-blog .views-view-grid .views-col {
  padding: 0 15px;
}
#main-content .view-blog .views-row:last-child .views-blog-pages, #main-content .view-blog .views-row:last-child .views-col {
  margin-bottom: 0;
}
#main-content .view-blog .views-row .views-blog-pages, #main-content .view-blog .views-row .views-grid-blogs {
  border: 1px solid #eaeaea;
  margin-bottom: 30px;
}
#main-content .view-blog .views-row .views-blog-pages .views-field-field-image, #main-content .view-blog .views-row .views-blog-pages .views-field-field-video, #main-content .view-blog .views-row .views-grid-blogs .views-field-field-image, #main-content .view-blog .views-row .views-grid-blogs .views-field-field-video {
  margin-bottom: 20px;
}
#main-content .view-blog .views-row .views-blog-pages .views-field-field-image img, #main-content .view-blog .views-row .views-blog-pages .views-field-field-video img, #main-content .view-blog .views-row .views-grid-blogs .views-field-field-image img, #main-content .view-blog .views-row .views-grid-blogs .views-field-field-video img {
  width: 100%;
}
#main-content .view-blog .views-row .views-blog-pages .views-field-title, #main-content .view-blog .views-row .views-grid-blogs .views-field-title {
  margin-bottom: 20px;
  padding: 0 20px;
}
#main-content .view-blog .views-row .views-blog-pages .views-field-title a, #main-content .view-blog .views-row .views-grid-blogs .views-field-title a {
  font-size: 1.333em;
  color: #131e26;
  font-family: "gotham_mediumregular";
}
#main-content .view-blog .views-row .views-blog-pages .views-field-title a:hover, #main-content .view-blog .views-row .views-grid-blogs .views-field-title a:hover {
  color: #976e3a;
}
#main-content .view-blog .views-row .views-blog-pages .views-field-created, #main-content .view-blog .views-row .views-blog-pages .views-field-uid, #main-content .view-blog .views-row .views-grid-blogs .views-field-created, #main-content .view-blog .views-row .views-grid-blogs .views-field-uid {
  font-family: "gotham_mediumregular";
  font-size: 0.667em;
  color: #d4d4d4;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 10px;
}
#main-content .view-blog .views-row .views-blog-pages .views-field-uid, #main-content .view-blog .views-row .views-grid-blogs .views-field-uid {
  display: inline-block;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
#main-content .view-blog .views-row .views-blog-pages .views-field-uid:after, #main-content .view-blog .views-row .views-grid-blogs .views-field-uid:after {
  content: "-";
  display: inline-block;
  padding-left: 10px;
}
#main-content .view-blog .views-row .views-blog-pages .views-field-body p, #main-content .view-blog .views-row .views-grid-blogs .views-field-body p {
  color: #777777;
  font-size: 0.933em;
}
#main-content .view-blog .views-row .views-blog-pages .views-field-body, #main-content .view-blog .views-row .views-grid-blogs .views-field-body {
  padding: 0 20px;
  margin-bottom: 20px;
}

.sidebar {
  top: -5px;
}
.sidebar h2 {
  color: #976e3a;
  font-size: 1.667em;
}
.sidebar .view-blog-block {
  margin-bottom: 65px;
}
.sidebar .view-blog-block .views-row {
  padding: 10px 0;
  border-bottom: 1px dotted #b1b1b1;
  font-family: "gotham_mediumregular";
}
.sidebar .view-blog-block .views-row:first-child {
  padding-top: 0;
}
.sidebar .view-blog-block .views-row:last-child {
  padding-bottom: 0;
  border: none;
}
.sidebar .view-blog-block .views-row .views-field-name {
  display: inline-block;
  margin-right: 5px;
}
.sidebar .view-blog-block .views-row .views-field-name a {
  text-transform: uppercase;
  font-size: 0.8em;
  color: #777777;
}
.sidebar .view-blog-block .views-row .views-field-name a:hover {
  color: #976e3a;
}
.sidebar .view-blog-block .views-row .views-field-name-1 {
  display: inline-block;
}
.sidebar .view-blog-block .views-row .views-field-name-1 .field-content {
  font-size: 0.8em;
  color: #777777;
}
.sidebar .view-blog {
  margin-bottom: 50px;
}
.sidebar .view-blog .views-row {
  padding: 15px 0;
  border-bottom: 1px dotted #b1b1b1;
}
.sidebar .view-blog .views-row:last-child {
  padding-bottom: 0;
  border: none;
}
.sidebar .view-blog .views-row .views-field-title a {
  color: #131e26;
  line-height: 1.7;
}
.sidebar .view-blog .views-row .views-field-title a:hover {
  color: #976e3a;
}
.sidebar .view-blog .views-row .views-field-created, .sidebar .view-blog .views-row .views-field-uid {
  font-family: "gotham_mediumregular";
  font-size: 0.667em;
  color: #d4d4d4;
  text-transform: uppercase;
  display: inline-block;
}
.sidebar .view-blog .views-row .views-field-uid {
  display: inline-block;
}
.sidebar .view-blog .views-row .views-field-uid:after {
  content: "-";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.sidebar .view-tags .views-row {
  float: left;
  margin-right: 5px;
}
.sidebar .view-tags .views-row a {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  color: #d4d4d4;
  display: inline-block;
  margin: 0 0 4px;
  padding: 5px 10px;
  text-transform: capitalize;
  font-size: 0.667em;
}
.sidebar .view-tags .views-row:hover a {
  background: #976e3a;
  color: #fff;
  border-color: #976e3a;
}

.view-portfolio .views-row .views-col {
  width: 25%;
  float: left;
}

.view-highlights .views-row .views-col {
  width: 33.33%;
  float: left;
}

.view-portfolio .views-row, .view-highlights .views-row {
  margin: 0 -7px 30px -7px;
}
.view-portfolio .views-row:last-child, .view-highlights .views-row:last-child {
  margin-bottom: 0;
}
.view-portfolio .views-row .views-col, .view-highlights .views-row .views-col {
  padding: 0 7px;
}
.view-portfolio .views-row .views-col .views-field-field-image, .view-highlights .views-row .views-col .views-field-field-image {
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.view-portfolio .views-row .views-col .views-field-field-image a:hover:before, .view-highlights .views-row .views-col .views-field-field-image a:hover:before {
  display: block;
}
.view-portfolio .views-row .views-col .views-field-field-image a:hover:after, .view-highlights .views-row .views-col .views-field-field-image a:hover:after {
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.view-portfolio .views-row .views-col .views-field-field-image a:before, .view-highlights .views-row .views-col .views-field-field-image a:before {
  content: "";
  background: #131e26;
  opacity: 0.85;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 50;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  display: none;
}
.view-portfolio .views-row .views-col .views-field-field-image a:after, .view-highlights .views-row .views-col .views-field-field-image a:after {
  content: "";
  background: url(../images/zoom.png) no-repeat;
  height: 46px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin: -23px 0 0 -23px;
  width: 46px;
  z-index: 100;
  transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0.8);
}
.view-portfolio .views-row .views-col .view-header span, .view-highlights .views-row .views-col .view-header span {
  color: #dab485;
}
.view-portfolio .views-row .views-col .views-field-title a, .view-highlights .views-row .views-col .views-field-title a {
  font-family: "gotham_mediumregular";
  color: #131e26;
  font-size: 1.067em;
}
.view-portfolio .views-row .views-col .views-field-title a:hover, .view-highlights .views-row .views-col .views-field-title a:hover {
  color: #976e3a;
}
.view-portfolio .views-row .views-col .views-field-title .field-content, .view-highlights .views-row .views-col .views-field-title .field-content {
  display: block;
  text-align: center;
  color: black;
  text-align: center;
  height: 50px;
  font-weight: bold;
  margin-top: 20px;
}
.view-portfolio .views-row .views-col .views-field-body, .view-highlights .views-row .views-col .views-field-body {
  text-align: center;
}
.view-portfolio .views-row .views-col .views-field-field-categories a, .view-highlights .views-row .views-col .views-field-field-categories a {
  color: #777777;
  font-size: 0.8em;
}
.view-portfolio .views-row .views-col .views-field-field-categories a:hover, .view-highlights .views-row .views-col .views-field-field-categories a:hover {
  color: #976e3a;
}

.view-featured .views-row .views-field-field-image {
  float: left;
  position: relative;
  padding-bottom: 15px;
}
.view-featured .views-row .views-field-field-image:before {
  content: "";
  border-left: 205px solid #131e26;
  border-top: 101px solid transparent;
  display: inline-block;
  height: 0;
  left: 52px;
  position: absolute;
  top: 40px;
  transform: rotate(270deg);
  width: 0;
}
.view-featured .views-row .views-field-field-image:after {
  content: "";
  background: url(../images/line.png) no-repeat;
  height: 210px;
  left: 99px;
  position: absolute;
  top: -19px;
  transform: rotate(-2deg);
  width: 200px;
}
.view-featured .views-row .about-us-groups {
  padding-top: 35px;
  padding-left: 205px;
}
.view-featured .views-row .about-us-groups .views-field-title a {
  font-size: 1.333em;
}
.view-featured .views-row .about-us-groups .views-field-field-positions {
  margin-bottom: 13px;
}
.view-featured .views-row .about-us-groups .views-field-field-positions a {
  color: #fff;
  font-size: 0.933em;
}
.view-featured .views-row .about-us-groups .views-field-body p {
  color: #7b7b7b;
}

.view-taxonomy-term .view-content {
  margin: 0 -20px;
}
.view-taxonomy-term .view-content:before, .view-taxonomy-term .view-content:after {
  display: table;
  content: " ";
}
.view-taxonomy-term .view-content:after {
  clear: both;
}
.view-taxonomy-term .view-content .views-row {
  padding: 0 20px;
  float: left;
  width: 50%;
}
.view-taxonomy-term .view-content .views-field-field-image {
  margin-bottom: 10px;
}
.view-taxonomy-term .view-content .views-field-title a {
  color: #444444;
  font-size: 1.333em;
  font-family: "gotham_mediumregular";
}
.view-taxonomy-term .view-content .views-field-title a:hover {
  color: #976e3a;
}

#banner {
  position: relative;
  z-index: 2;
}
#banner p {
  margin-bottom: 0;
}

.banner-inner {
  position: relative;
  z-index: 2;
}

#panel_first .container-fluid {
  width: 90%;
  margin: 0 auto;
  padding: 200px 0 100px 0;
}
#panel_first .book-img {
  width: 40%;
  float: left;
}
#panel_first .book-intro {
  width: 60%;
  float: left;
  position: relative;
  height: 400px;
}
#panel_first .inner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 100px;
}
#panel_first .inner-content h1 {
  text-align: left;
}
#panel_first .inner-content p {
  color: white;
}

.front #main h1, .front #panel_second h1 {
  color: #f363a7;
  font-family: Papyrus;
}
.front #main h1 a, .front #panel_second h1 a {
  color: #f363a7;
}

.button {
  background: #00ffef;
  width: 150px;
  text-align: center;
  margin: 0px;
  margin-top: 40px;
  padding: 8px;
}
.button a {
  color: black;
}

#block-banner-2, #block-bannerhome {
  position: relative;
  z-index: 2;
}
#block-banner-2:before, #block-bannerhome:before {
  content: "";
  background-color: rgba(19, 30, 38, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 50;
}

#featured #block-banner-2 p img {
  height: 200px;
}

#block-headeradvantage {
  z-index: 111;
  text-align: center;
  padding-bottom: 60px;
  margin-top: -36px;
  position: relative;
  z-index: 3;
}
.front #block-headeradvantage {
  margin-top: 65px;
}
#block-headeradvantage h1 img {
  margin-bottom: 25px;
}
#block-headeradvantage p {
  color: white;
}

#block-views-block-hightlight-block-1 {
  padding-top: 75px;
}

#block-blockimage {
  text-align: center;
  padding-top: 90px;
}
#block-blockimage .content {
  font-size: 0.8em;
  font-family: "gotham_boldregular";
  text-transform: uppercase;
}
#block-blockimage p {
  margin-bottom: 0;
}
#block-blockimage .icon-ellipse {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #eaeaea;
  border: 1px solid rgba(218, 180, 133, 0.5);
  position: relative;
  top: 1px;
  text-indent: -99999em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#block-blockimage .icon-ellipse:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #dab485;
  /* margin-left: -3px;
  margin-top: -4px; */
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#block-blockimage .introduce-img-1 {
  position: absolute;
  top: 113px;
  left: 0px;
  right: auto;
}
#block-blockimage .introduce-img-1:before {
  content: "";
  position: absolute;
  left: 100%;
  right: auto;
  top: 8px;
  margin-left: -7px;
  margin-right: 0;
  height: 1px;
  width: 100px;
  background-color: #dab485;
  display: inline-block;
  z-index: 2;
}
#block-blockimage .introduce-img-1 .icon-ellipse {
  margin-left: 3px;
  margin-right: 0;
}
#block-blockimage .introduce-img-2 {
  position: absolute;
  top: 345px;
  left: auto;
  right: 0px;
}
#block-blockimage .introduce-img-2:before {
  content: "";
  position: absolute;
  left: auto;
  right: 100%;
  top: 8px;
  margin-left: 0px;
  margin-right: -7px;
  height: 1px;
  width: 131px;
  background-color: #dab485;
  display: inline-block;
  z-index: 2;
}
#block-blockimage .introduce-img-2 .icon-ellipse {
  margin-left: 0;
  margin-right: 3px;
}
#block-blockimage .introduce-img-3 {
  position: absolute;
  top: 425px;
  left: 0px;
  right: auto;
}
#block-blockimage .introduce-img-3:before {
  content: "";
  position: absolute;
  left: 100%;
  right: auto;
  top: 8px;
  margin-left: -7px;
  margin-right: 0;
  height: 1px;
  width: 150px;
  background-color: #dab485;
  display: inline-block;
  z-index: 2;
}
#block-blockimage .introduce-img-3 .icon-ellipse {
  margin-left: 3px;
  margin-right: 0;
}
#block-blockimage .introduce-img-4 {
  position: absolute;
  top: 622px;
  left: auto;
  right: 0px;
}
#block-blockimage .introduce-img-4:before {
  content: "";
  position: absolute;
  left: auto;
  right: 100%;
  top: 8px;
  margin-left: 0px;
  margin-right: -7px;
  height: 1px;
  width: 100px;
  background-color: #dab485;
  display: inline-block;
  z-index: 2;
}
#block-blockimage .introduce-img-4 .icon-ellipse {
  margin-left: 0;
  margin-right: 3px;
}
#block-blockimage .introduce-img-5 {
  position: absolute;
  top: 730px;
  left: 0px;
  right: auto;
}
#block-blockimage .introduce-img-5:before {
  content: "";
  position: absolute;
  left: 100%;
  right: auto;
  top: 8px;
  margin-left: -7px;
  margin-right: 0;
  height: 1px;
  width: 160px;
  background-color: #dab485;
  display: inline-block;
  z-index: 2;
}
#block-blockimage .introduce-img-5 .icon-ellipse {
  margin-left: 3px;
  margin-right: 0;
}

#block-contact {
  width: 50%;
  float: right;
  padding-left: 20px;
}
.user-logged-in #block-contact {
  margin-top: -3px;
}
#block-contact .field--name-body {
  padding-left: 10px;
}
#block-contact .field--name-body p {
  margin-bottom: 40px;
  color: #444444;
}
#block-contact .field--name-body address {
  color: #444444;
  line-height: 2;
}
#block-contact .field--name-body address a {
  color: #444444;
}
#block-contact .field--name-body address a:hover {
  color: #976e3a;
}
#block-contact .field--name-body address span {
  width: 80%;
  float: right;
}

.contact #block-mainpagecontent {
  width: 50%;
}

#block-ourlocation p {
  margin-bottom: 0;
}

#block-weebpal {
  text-align: center;
}
#block-weebpal .title {
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: "gotham_boldregular";
  color: #444444;
}
#block-weebpal .title [class^=nc-icon-] {
  font-size: 16px;
  position: relative;
  top: 1px;
}
#block-weebpal .about {
  padding: 0 15px;
  max-width: 552px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}
#block-weebpal .about a {
  word-break: break-all;
}
#block-weebpal .about:before, #block-weebpal .about:after {
  content: "";
  background: url(../images/ico-about.svg) no-repeat;
  width: 13px;
  height: 10px;
  display: inline-block;
}
#block-weebpal .about:before {
  position: relative;
  top: -5px;
}
#block-weebpal .about:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  right: 18px;
  bottom: 10px;
}

.not-front #header, .not-front #main {
  background: #fff;
}
.not-front #banner img {
  width: 100%;
}
.not-front #panel_third {
  padding-top: 80px;
}
.not-front #featured {
  clear: both;
  top: 0;
  margin-bottom: 15px;
  position: relative;
}
.not-front #featured #block-banner-2 {
  margin-top: -44px;
}

.interior #main {
  background: black;
}

/* #block-headeradvantage {
    margin-top: -94px;
} */
.block-system-breadcrumb-block {
  margin-top: 20px;
  top: 50%;
  left: 50%;
  z-index: 110;
  position: absolute;
  width: 935px;
  padding-left: 15px;
  padding-right: 15px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .block-system-breadcrumb-block {
    width: 100%;
    transform: translate(inherit);
    -o-transform: translate(inherit);
    -ms-transform: translate(inherit);
    -moz-transform: translate(inherit);
    -webkit-transform: translate(inherit);
  }
}
.block-system-breadcrumb-block .breadcrumb {
  background: none;
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
}
.block-system-breadcrumb-block .breadcrumb li:before {
  content: "/";
  color: #fff;
}
.block-system-breadcrumb-block .breadcrumb li:first-child:before {
  display: none;
}
.block-system-breadcrumb-block .breadcrumb li a {
  color: #fff;
}
.block-system-breadcrumb-block .breadcrumb li:hover a {
  color: #976e3a;
}
@media (max-width: 767px) {
  .block-system-breadcrumb-block {
    margin-top: 0;
  }
}

.block-page-title-block {
  top: 50%;
  left: 50%;
  z-index: 110;
  position: absolute;
  width: 935px;
  padding-left: 15px;
  padding-right: 15px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .block-page-title-block {
    width: 100%;
    transform: translate(inherit);
    -o-transform: translate(inherit);
    -ms-transform: translate(inherit);
    -moz-transform: translate(inherit);
    -webkit-transform: translate(inherit);
  }
}
.block-page-title-block h1 {
  color: #976e3a;
  margin-top: -30px;
  margin-bottom: 0;
  color: #f363a7;
  display: none;
}
@media (max-width: 767px) {
  .block-page-title-block {
    position: static;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    margin: 0;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .block-page-title-block h1 {
    margin-top: 0;
  }
}

/* .not-front #banner {
    @media (max-width: 767px) {
        margin-bottom: 85px;
    }
} */
h1 {
  font-family: Papyrus;
  font-size: 36px;
  color: #00ffef;
  text-align: center;
}

#panel_first {
  background: black;
  background-image: url("../images/bg21.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

.front #main {
  background: white;
  background-image: url("../images/light1.png"), url("../images/light2.png"), url("../images/light3.png"), url("../images/light4.png");
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: no-repeat;
}
.front #main .container, .front #main .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li .front #main .group-hightlight-detail, .front #main .view-hightlight-detail #carousel, .view-hightlight-detail .front #main #carousel {
  padding: 100px 0;
}

#panel_third {
  padding: 100px 0 0 0;
  background: #010101;
  background-image: url("../images/bg41.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
#panel_third .container, #panel_third .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #panel_third .group-hightlight-detail, #panel_third .view-hightlight-detail #carousel, .view-hightlight-detail #panel_third #carousel {
  width: 980px;
}

#panel_second {
  padding: 200px 0 50px 0;
  background-color: white;
  background-image: url("../images/bg31.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
#panel_second .container, #panel_second .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #panel_second .group-hightlight-detail, #panel_second .view-hightlight-detail #carousel, .view-hightlight-detail #panel_second #carousel {
  width: 90%;
}

.not-front #banner + #main .container, .not-front #banner + #main .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li .not-front #banner + #main .group-hightlight-detail, .not-front #banner + #main .view-hightlight-detail #carousel, .view-hightlight-detail .not-front #banner + #main #carousel {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .not-front #banner + #main .container, .not-front #banner + #main .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li .not-front #banner + #main .group-hightlight-detail, .not-front #banner + #main .view-hightlight-detail #carousel, .view-hightlight-detail .not-front #banner + #main #carousel {
    padding-top: 0px;
  }
}

#featured {
  background: black;
  background-image: url("../images/bg11.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
#featured .container, #featured .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #featured .group-hightlight-detail, #featured .view-hightlight-detail #carousel, .view-hightlight-detail #featured #carousel {
  height: 800px;
}
#featured .container .content, #featured .view-hightlight-detail #slider ul.slides li .group-hightlight-detail .content, .view-hightlight-detail #slider ul.slides li #featured .group-hightlight-detail .content, #featured .view-hightlight-detail #carousel .content, .view-hightlight-detail #featured #carousel .content {
  padding-top: 100px;
}

#hightlight {
  clear: both;
}

.about-us #featured {
  margin-bottom: 0;
}
.about-us #panel_first .view-hightlight {
  width: 935px;
  margin: 0 auto;
  padding: 80px 15px;
}
.about-us #panel_third {
  padding: 0 0 115px;
}
.about-us #main {
  background: #131e26;
  padding: 95px 0;
}
.about-us .view-featured .views-field-body p {
  color: #999999;
}

nav.pager {
  margin-bottom: 0;
}
nav.pager li a {
  background-color: none;
  border: none;
  border-radius: none;
  display: inline-block;
  padding: 0;
  color: #777777;
}
nav.pager li a:hover {
  background: none;
  color: #976e3a;
}
nav.pager li > a:hover, nav.pager li > a:focus {
  background-color: transparent;
}
nav.pager li.is-active a {
  font-size: 0.733em;
  color: #976e3a;
  font-weight: 500;
  font-size: 1em;
}

.contact #panel_first {
  background: #fff;
  padding-bottom: 20px;
}

.btn-btt {
  background: #976e3a;
  bottom: 50px;
  color: #fff;
  display: none;
  font-size: 1.714em;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-indent: -9999em;
  width: 50px;
  z-index: 200;
}
.btn-btt:hover, .btn-btt:focus {
  background: #131e26;
  color: #f6f6f6;
}
.btn-btt:after {
  content: "";
  display: inline-block;
  font-family: "Nucleo Outline";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  line-height: 50px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 100%;
  font-size: 28px;
}

.jcarousel-wrapper .jcarousel-skin-tango {
  margin: 20px 0px 50px;
  width: auto;
  height: auto;
}

.two-block-row {
  position: relative;
  padding: 50px 100px 0px;
}
.two-block-row .two-block {
  width: 50%;
  float: left;
  padding: 0px;
  margin-top: 25%;
  top: 50%;
  transform: translateY(-50%);
}
.two-block-row .two-block img {
  width: 250px;
  float: left;
}

.artist-info {
  width: 60%;
  float: left;
  margin-top: 100px;
}
.artist-info p {
  color: white;
  padding-top: 10px;
}

.title {
  font-size: 26px;
}

.quote {
  font-size: 18px;
}

.artist-img {
  width: 40%;
  float: left;
}

.not-front #header {
  padding-bottom: 0px;
}

.not-front #banner + #main .container, .not-front #banner + #main .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li .not-front #banner + #main .group-hightlight-detail, .not-front #banner + #main .view-hightlight-detail #carousel, .view-hightlight-detail .not-front #banner + #main #carousel {
  padding-top: 0px;
}

.all-paintings .views-row:nth-child(odd) {
  background: black;
}
.all-paintings .container, .all-paintings .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li .all-paintings .group-hightlight-detail, .all-paintings .view-hightlight-detail #carousel, .view-hightlight-detail .all-paintings #carousel {
  width: 100%;
  padding: 0px;
}
.all-paintings .views-view-grid .views-col {
  padding: 0 100px;
}
.all-paintings .views-field.views-field-field-image {
  width: 70%;
  float: right;
  padding: 50px 0;
}
.all-paintings .views-row:nth-child(odd) .views-field.views-field-field-image {
  float: left;
}
.all-paintings .views-row:nth-child(odd) .views-field.views-field-field-image img {
  float: left;
}
.all-paintings .views-field.views-field-field-image img {
  float: right;
  margin: 0 auto;
  width: 100%;
}
.all-paintings .painting-info {
  width: 30%;
  float: left;
  top: 100px;
  position: relative;
}
.all-paintings .views-row:nth-child(odd) .painting-info {
  float: right;
  color: white;
}
.all-paintings .views-field.views-field-title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #f363a7;
}
.all-paintings .views-field.views-field-body {
  padding-bottom: 100px;
  text-align: justify;
}

.not-front .button {
  background: #f363a7;
  padding: 8px 15px;
  color: white;
  border-radius: 0px;
}
.not-front .button a {
  color: white;
}

.node-blog h1.title-blog {
  display: none;
}

.node-blog #main-content {
  width: 100%;
}

.highlight-gallery #main .container, .highlight-gallery #main .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li .highlight-gallery #main .group-hightlight-detail, .highlight-gallery #main .view-hightlight-detail #carousel, .view-hightlight-detail .highlight-gallery #main #carousel {
  width: 935px;
}

.view-gallery-highlight .views-row {
  padding-top: 10px;
}

.six-blocks {
  float: left;
  width: 16.66%;
  padding: 5px;
}

#banner {
  display: none;
}

@media (min-width: 1200px) {
  .view-hightlight-detail #slider .flex-viewport {
    max-height: 600px;
  }

  .not-front #featured .block-system-breadcrumb-block {
    top: -130px;
  }
  .not-front #featured .block-page-title-block {
    top: -176px;
  }

  #panel_first .container-fluid {
    padding: 150px 0 50px 0;
  }

  .views-field.views-field-field-painting-for-mobile-view {
    display: none;
  }
}
@media (max-width: 1199px) {
  .not-front #featured .block-system-breadcrumb-block {
    top: -100px;
  }
  .not-front #featured .block-page-title-block {
    top: -140px;
  }

  .front #main {
    background-size: 100px;
  }

  .front #main .container, .front #main .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li .front #main .group-hightlight-detail, .front #main .view-hightlight-detail #carousel, .view-hightlight-detail .front #main #carousel {
    padding: 50px 0 100px 0;
  }

  #panel_second {
    padding: 150px 0 50px 0;
  }

  .all-paintings .views-field.views-field-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .all-paintings .painting-info {
    top: 50px;
  }

  .all-paintings .views-field.views-field-body {
    margin-bottom: 20px;
  }

  .views-field.views-field-field-painting-for-mobile-view {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .view-introduction .view-content .views-field-field-image img {
    max-width: 80%;
    float: right;
  }

  .views-field.views-field-field-painting-for-mobile-view {
    display: none;
  }
}
@media (max-width: 991px) {
  .front #block-headeradvantage {
    margin-top: -36px;
  }

  #page {
    padding-left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    position: relative;
    margin-right: 0;
  }

  #page.toggled {
    right: 250px;
  }
  #page.toggled .btn-close {
    display: block;
  }
  #page.toggled .navbar-toggle {
    visibility: hidden;
  }
  #page.toggled #header {
    z-index: 999;
    right: 250px;
    left: -250px;
  }

  .btn-close {
    display: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url("../images/btn-close.png") no-repeat center center #ccc;
    box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 22px;
    width: 48px;
    height: 48px;
    z-index: 999;
  }

  .navbar-toggle {
    border: none;
    display: block;
    padding: 0;
    margin-left: 15px;
    margin-top: 13px;
    border-radius: 0;
  }
  .navbar-toggle .icon-bar {
    background: #976e3a;
  }
  .navbar-toggle:hover, .navbar-toggle:focus {
    background: none;
  }
  .navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
    background: #ffe9c4;
  }

  #page.toggled .mobile-main-menu {
    right: 0;
    display: block;
  }

  .overlay {
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
  }

  .nav .open > a {
    background: none;
  }
  .nav .open > a:hover, .nav .open > a:focus {
    background: none;
  }

  #header .mobile-main-menu {
    background: #fff;
    bottom: 0;
    display: block !important;
    height: 100%;
    overflow-y: auto !important;
    position: fixed;
    right: -250px;
    top: 0;
    width: 250px;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    padding: 20px;
    /* main-menu */
  }
  #header .mobile-main-menu .container, #header .mobile-main-menu .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #header .mobile-main-menu .group-hightlight-detail, #header .mobile-main-menu .view-hightlight-detail #carousel, .view-hightlight-detail #header .mobile-main-menu #carousel {
    padding: 0;
    position: static;
    width: auto;
  }
  #header .mobile-main-menu ul.menu {
    padding: 0;
    margin: 0;
  }
  #header .mobile-main-menu ul.menu li a {
    display: block;
    color: #000;
    padding: 10px 0;
    text-decoration: none;
  }
  #header .mobile-main-menu ul.menu li a:hover, #header .mobile-main-menu ul.menu li a:focus {
    color: #976e3a;
  }
  #header .mobile-main-menu ul.menu li a.is-active {
    color: #976e3a;
  }
  #header .mobile-main-menu ul.menu > li {
    border-bottom: 1px solid #eaeaea;
    display: block;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #header .mobile-main-menu ul.menu > li:last-child {
    border-bottom: none;
  }
  #header .mobile-main-menu ul.menu > li ul {
    padding-left: 20px;
    padding-bottom: 5px;
  }
  #header .mobile-main-menu ul.menu > li ul li {
    border-bottom: 0;
  }
  #header .mobile-main-menu ul.menu > li ul li a {
    padding: 7px 0;
  }
  #header .mobile-main-menu ul.menu .menu-item--expanded > a {
    position: relative;
  }
  #header .mobile-main-menu ul.menu .menu-item--expanded > a:before {
    display: inline-block;
    font-family: "Nucleo Glyph";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 20px;
    text-align: right;
  }

  .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #carousel {
    left: 13.8%;
  }
  .view-hightlight-detail #carousel ul.slides li {
    min-width: 22% !important;
  }

  #panel_second h1 {
    text-align: center;
  }

  .view-introduction {
    padding-top: 90px;
  }
  .view-introduction .view-content {
    width: auto;
    padding-right: 0;
  }
  .view-introduction .view-content .views-field-field-image {
    text-align: right;
    position: static;
    margin-bottom: 15px;
  }
  .view-introduction .view-content .views-field-field-image img {
    width: 70%;
  }
  .view-introduction .view-content .views-field-body {
    width: 100%;
    margin-bottom: 70px;
  }

  #block-contact {
    width: 100%;
    padding-left: 0;
  }
  #block-contact .field--name-body {
    padding-left: 0;
  }

  .contact #block-mainpagecontent {
    width: 100%;
  }
  .contact #block-mainpagecontent .contact-message-form {
    float: none;
    padding-right: 0;
  }
  .contact #block-mainpagecontent .contact-message-form #edit-subject-wrapper input {
    width: 100%;
  }
  .contact #block-mainpagecontent .contact-message-form .form-submit {
    margin-bottom: 25px;
  }

  .not-front #featured .block-core, .not-front #featured .block-system-breadcrumb-block {
    width: 760px;
  }

  .sidebar {
    top: 0;
    margin-top: 30px;
  }

  .container, .view-hightlight-detail #carousel, .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #carousel {
    width: auto;
  }

  .about-us #panel_first .view-hightlight {
    width: auto;
  }

  .not-front #featured .block-core, .not-front #featured .block-system-breadcrumb-block {
    width: auto;
    padding: 0;
  }

  .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #carousel {
    transform: none;
    left: 0;
    width: 100%;
  }

  #featured .container, #featured .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #featured .group-hightlight-detail, #featured .view-hightlight-detail #carousel, .view-hightlight-detail #featured #carousel {
    height: 600px;
  }

  .two-block-row .two-block img {
    width: 200px;
  }

  .view-portfolio .views-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .view-portfolio .col-4 {
    display: none;
  }

  #panel_first .book-img {
    margin-top: 80px;
  }

  #panel_first .container-fluid {
    padding: 100px 0 50px 0;
  }

  #panel_first .inner-content {
    padding-left: 20px;
  }

  .contact-info {
    padding-top: 20px;
  }

  .contact-social {
    padding-top: 20px;
  }

  #panel_third .container, #panel_third .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #panel_third .group-hightlight-detail, #panel_third .view-hightlight-detail #carousel, .view-hightlight-detail #panel_third #carousel {
    width: 100%;
  }

  #panel_second {
    padding: 100px 0 50px 0;
  }

  .artist-info {
    margin-top: 0px;
  }

  .contact-social img {
    width: 40px;
  }

  .navbar-toggle .icon-bar {
    background: #f363a7;
  }

  .navbar-toggle {
    border: none;
    display: block;
    padding: 0;
    margin-left: 15px;
    margin-top: 13px;
    border-radius: 0;
  }

  .all-paintings .views-view-grid .views-col {
    padding: 20px;
  }

  .all-paintings .views-field.views-field-field-image {
    display: none;
  }

  .views-field.views-field-field-painting-for-mobile-view {
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }

  .all-paintings .painting-info {
    width: 100%;
    text-align: center;
    top: 0px;
  }

  .views-field.views-field-body-1 {
    padding-bottom: 15px;
  }

  .all-paintings .views-field.views-field-body {
    padding-bottom: 50px;
    text-align: center;
  }

  .not-front .button {
    margin: 0 auto;
  }

  .all-paintings .views-row {
    background: black;
  }

  .all-paintings .painting-info {
    color: white;
  }

  .navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
    background: black;
  }

  #header {
    border-bottom: 20px #f363a7 solid;
  }

  .two-block-row .two-block {
    margin-top: 20%;
  }

  .six-blocks {
    width: 33.33%;
  }

  .highlight-gallery #main .container, .highlight-gallery #main .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li .highlight-gallery #main .group-hightlight-detail, .highlight-gallery #main .view-hightlight-detail #carousel, .view-hightlight-detail .highlight-gallery #main #carousel {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #block-blockimage p span {
    max-width: 150px;
  }
  #block-blockimage .introduce-img-1 .icon-ellipse, #block-blockimage .introduce-img-3 .icon-ellipse {
    top: -16px;
    left: 40px;
  }
  #block-blockimage .introduce-img-1 .icon-ellipse:before, #block-blockimage .introduce-img-3 .icon-ellipse:before {
    transform: translate3d(-50%, -51%, 0px);
  }
  #block-blockimage .introduce-img-2 .icon-ellipse, #block-blockimage .introduce-img-4 .icon-ellipse {
    left: -20px;
  }
  #block-blockimage .introduce-img-4:before {
    margin-right: -15px;
  }
  #block-blockimage .introduce-img-4 .icon-ellipse:before {
    transform: translate3d(-50%, -51%, 0px);
  }
  #block-blockimage .introduce-img-5 .icon-ellipse {
    left: 0;
  }
  #block-blockimage .introduce-img-5 .icon-ellipse:before {
    transform: translate3d(-50%, -51%, 0px);
  }
  #block-blockimage .introduce-img-2 .icon-ellipse:before {
    transform: translate3d(-50%, -51%, 0px);
  }
}
@media (max-width: 768px) {
  .view-hightlight-detail #carousel ul.slides li {
    min-width: auto !important;
  }
  .view-hightlight-detail #carousel ul.slides li .views-field-field-image img {
    min-height: auto;
  }

  .view-hightlight .view-content .views-view-grid:before, .view-hightlight .view-content .views-view-grid:after {
    display: none;
  }
  .view-hightlight .view-content .views-view-grid .views-row {
    margin-bottom: 0;
  }
  .view-hightlight .view-content .views-view-grid .views-row .views-col {
    float: none;
    width: 100% !important;
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
  }

  .view-hightlight-detail #slider .group-hightlight-detail {
    padding: 80px 50px 0 60px !important;
    left: 0 !important;
  }
  .view-hightlight-detail #slider .flex-direction-nav {
    display: block;
  }
  .view-hightlight-detail #slider .flex-direction-nav .flex-prev, .view-hightlight-detail #slider .flex-direction-nav .flex-next {
    height: 50px;
  }
  .view-hightlight-detail #carousel {
    display: none;
  }

  .view-hightlight-detail #slider ul.slides li {
    max-height: 400px;
  }
  .view-hightlight-detail #slider ul.slides li .views-field-field-image img {
    min-height: 400px;
  }

  .not-front #featured #block-headeradvantage {
    margin-top: 15px;
  }
  .not-front #featured .block-page-title-block {
    top: 0;
  }
  .not-front #featured .block-system-breadcrumb-block {
    top: -60px;
  }

  #block-blockimage p span {
    display: none;
  }

  .view-hightlight .view-content .views-view-grid .row-2 {
    margin-bottom: 30px;
  }
  .view-hightlight .view-content .views-view-grid .views-row {
    padding: 0;
  }
  .view-hightlight .view-content .views-view-grid .views-row .views-col {
    margin-bottom: 30px;
    text-align: left;
  }
  .view-hightlight .view-content .views-view-grid .views-row:before, .view-hightlight .view-content .views-view-grid .views-row:after {
    display: none;
  }

  #block-headeradvantage {
    margin-top: -100px;
    padding-bottom: 30px;
  }

  #block-views-block-hightlight-block-1 {
    padding-top: 35px;
  }

  #panel_third {
    padding: 90px 0;
  }

  .two-block-row {
    padding: 0px;
  }

  .two-block-row .two-block {
    padding: 0px;
    margin-top: 20px;
    top: 0;
    transform: none;
    width: 100%;
  }

  #panel_first .container-fluid {
    padding: 100px 0 0px 0;
  }

  .two-block-row .two-block img {
    width: 150px;
    float: none;
  }

  #panel_first .book-img {
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }

  #panel_first .book-img img {
    width: 300px;
  }

  #panel_first .book-intro {
    width: 100%;
  }

  #panel_first .inner-content {
    padding-left: 0px;
  }

  #panel_first .inner-content h1 {
    text-align: center;
  }

  .button {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .view-hightlight-detail #carousel ul.slides li {
    min-width: auto !important;
  }
  .view-hightlight-detail #carousel ul.slides li .views-field-field-image img {
    min-height: auto;
  }

  .view-blog .views-view-grid .views-col {
    width: 100% !important;
  }

  .change-skin {
    display: none;
  }

  .contact-message-form {
    width: 100%;
  }

  #block-contact {
    width: 100%;
  }

  .client-logo, .member-logo {
    float: none;
  }

  .site-branding__text .site-branding__slogan {
    font-size: 10px;
  }

  #block-lapurd-branding {
    width: 100px;
  }

  .site-branding .site-branding__logo .logo-svg-img {
    width: 100px;
  }

  #header {
    position: relative;
    background-color: #fff;
  }
}
@media (max-width: 640px) {
  #block-headeradvantage {
    margin-top: -50px;
  }

  #block-weebpal {
    margin-top: 50px;
  }

  .view-featured .views-row .about-us-groups {
    padding-left: 0;
  }

  .view-hightlight-detail #slider .group-hightlight-detail {
    padding-top: 50px !important;
  }

  .not-front #panel_third {
    padding-top: 20px;
  }

  #panel_third {
    padding: 40px 0 90px 0;
  }

  .contact-message-form {
    width: 100%;
  }

  #block-contact {
    width: 100%;
  }

  .client-logo, .member-logo {
    float: none;
  }

  .site-branding__text .site-branding__slogan {
    font-size: 10px;
  }

  #block-lapurd-branding {
    width: 100px;
  }

  .site-branding .site-branding__logo .logo-svg-img {
    width: 100px;
  }

  #header {
    position: relative;
    background-color: #fff;
  }

  .artist-info {
    width: 100%;
    text-align: center;
  }

  .artist-info p {
    text-align: center;
  }

  .artist-img {
    width: 100%;
    text-align: center;
  }

  .contact-logo {
    width: 100%;
    text-align: center;
  }

  .contact-logo img {
    max-width: 200px;
    width: 200px;
  }

  .contact-info {
    width: 100%;
    padding: 20px 30px 0 30px;
  }

  .contact-social {
    width: 100%;
  }

  #footer #block-copyright {
    margin-top: 10px;
  }

  h1 {
    font-size: 30px;
  }

  .front #main .container, .front #main .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li .front #main .group-hightlight-detail, .front #main .view-hightlight-detail #carousel, .view-hightlight-detail .front #main #carousel {
    padding: 50px 0 50px 0;
  }

  .front #main {
    background-size: 60px;
  }

  .front #main h1 {
    font-size: 30px;
  }

  .view-portfolio .col-3 {
    display: none;
  }

  .view-portfolio .views-row .views-col {
    width: 49%;
  }

  .artist-img img {
    width: 70%;
  }

  .view-portfolio .col-3 {
    display: none;
  }

  #panel_third {
    padding: 40px 0px 0px;
  }

  h2, .h2 {
    font-size: 20px;
  }

  h3, .h3 {
    font-size: 16px;
  }

  .highlight-gallery #main .container, .highlight-gallery #main .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li .highlight-gallery #main .group-hightlight-detail, .highlight-gallery #main .view-hightlight-detail #carousel, .view-hightlight-detail .highlight-gallery #main #carousel {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .contact-message-form {
    width: 100%;
  }

  #block-contact {
    width: 100%;
  }

  .client-logo, .member-logo {
    float: none;
  }

  .site-branding__text .site-branding__slogan {
    font-size: 10px;
  }

  #block-lapurd-branding {
    width: 100px;
  }

  .site-branding .site-branding__logo .logo-svg-img {
    width: 100px;
  }

  #header {
    position: relative;
    background-color: #fff;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 13px;
  }

  #block-headeradvantage {
    margin-top: 0;
  }

  #main-content .view-blog .views-col {
    width: 100% !important;
  }

  .view-hightlight-detail #slider ul.slides li .group-hightlight-detail .views-field-title, .view-hightlight-detail #slider ul.slides li .group-hightlight-detail .views-field-body {
    margin-bottom: 15px;
  }

  .view-hightlight-detail #slider ul.slides li .group-hightlight-detail .views-field-body {
    max-height: 150px;
    overflow: hidden;
  }

  #block-contact .field--name-body address span {
    float: none;
    width: 100%;
    margin-left: 20px;
  }

  .view-taxonomy-term .view-content {
    margin: 0;
  }
  .view-taxonomy-term .view-content .views-row {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  .not-front #featured .block-page-title-block h1 {
    font-size: 1.667em;
  }

  .contact-message-form {
    width: 100%;
  }

  #block-contact {
    width: 100%;
  }

  .client-logo, .member-logo {
    float: none;
  }

  .site-branding__text .site-branding__slogan {
    font-size: 10px;
  }

  #block-lapurd-branding {
    width: 100px;
  }

  .site-branding .site-branding__logo .logo-svg-img {
    width: 100px;
  }

  #header {
    position: relative;
    background-color: #fff;
  }

  .logo img {
    width: 200px;
  }

  .all-paintings .views-field.views-field-title {
    font-size: 20px;
  }

  h1 {
    font-size: 20px;
  }

  .view-portfolio .views-row, .view-highlights .views-row {
    margin: 0px;
  }

  .front #main .container, .front #main .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li .front #main .group-hightlight-detail, .front #main .view-hightlight-detail #carousel, .view-hightlight-detail .front #main #carousel {
    padding: 50px 0;
  }

  #featured .container, #featured .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #featured .group-hightlight-detail, #featured .view-hightlight-detail #carousel, .view-hightlight-detail #featured #carousel {
    height: auto;
  }

  #panel_second h1, .front #main h1 {
    font-size: 1.667em;
  }

  .view-portfolio .views-row .views-col {
    padding-bottom: 20px;
  }

  .view-highlights .views-row .views-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .view-highlights .col-2, .view-highlights .col-3 {
    display: none;
  }

  #panel_second {
    padding: 50px 0 0px 0;
  }

  #featured .container, #featured .view-hightlight-detail #slider ul.slides li .group-hightlight-detail, .view-hightlight-detail #slider ul.slides li #featured .group-hightlight-detail, #featured .view-hightlight-detail #carousel, .view-hightlight-detail #featured #carousel {
    height: auto;
  }

  .title {
    font-size: 20px;
  }

  .quote {
    font-size: 14px;
  }

  h2, .h2 {
    font-size: 16px;
  }

  h3, .h3 {
    font-size: 12px;
  }

  .six-blocks {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .contact-message-form {
    width: 100%;
  }

  #block-contact {
    width: 100%;
  }

  .client-logo, .member-logo {
    float: none;
  }

  .site-branding__text .site-branding__slogan {
    font-size: 10px;
  }

  #block-lapurd-branding {
    width: 100px;
  }

  .site-branding .site-branding__logo .logo-svg-img {
    width: 100px;
  }

  #header {
    position: relative;
    background-color: #fff;
  }
}
@media (max-width: 360px) {
  .not-front #featured .block-system-breadcrumb-block {
    top: -47px;
  }

  .view-hightlight-detail #slider .group-hightlight-detail {
    padding-left: 50px !important;
  }

  .contact-message-form {
    width: 100%;
  }

  #block-contact {
    width: 100%;
  }

  .client-logo, .member-logo {
    float: none;
  }

  .site-branding__text .site-branding__slogan {
    font-size: 10px;
  }

  #block-lapurd-branding {
    width: 100px;
  }

  .site-branding .site-branding__logo .logo-svg-img {
    width: 100px;
  }

  #header {
    position: relative;
    background-color: #fff;
  }

  .view-portfolio .col-2 {
    display: none;
  }

  .view-portfolio .views-row .views-col {
    width: 100%;
    text-align: center;
  }

  #panel_second h1, .front #main h1 {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  #header #block-useraccountmenu ul.menu li a {
    padding: 12px 35px;
  }

  .not-front #featured .block-core ol, .not-front #featured .block-system-breadcrumb-block ol {
    white-space: nowrap;
  }

  #featured {
    top: -104px;
  }

  .view-hightlight-detail #slider ul.slides li .group-hightlight-detail .views-field-body {
    height: 200px;
    overflow: hidden;
  }

  .contact-message-form {
    width: 100%;
  }

  #block-contact {
    width: 100%;
  }

  .client-logo, .member-logo {
    float: none;
  }

  .site-branding__text .site-branding__slogan {
    font-size: 10px;
  }

  #block-lapurd-branding {
    width: 100px;
  }

  .site-branding .site-branding__logo .logo-svg-img {
    width: 100px;
  }

  #header {
    position: relative;
    background-color: #fff;
  }

  .six-blocks {
    width: 100%;
  }
}

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