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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

table {
  border-spacing: 0;
  border-collapse: collapse; }

.menu > li {
  display: block;
  vertical-align: initial; }
  .menu > li > a {
    padding: 0; }

a {
  color: initial; }
  a:hover {
    color: initial; }

input {
  margin-bottom: 0; }

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  font-size: 14px;
  height: 35px;
  padding: 0 10px;
  color: #808084;
  box-shadow: none; }

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
  border: 1px solid #009fc3;
  box-shadow: none; }

select {
  font-size: 14px;
  padding: 0 10px;
  color: #5b5b5b;
  background: url(../../images/bg-select.png) no-repeat right 15px center; }

strong {
  font-weight: bold; }

textarea {
  padding: 10px; }

button,
[type='submit'] {
  cursor: pointer; }

.nopadding {
  padding-right: 0;
  padding-left: 0; }

.entry-content {
  line-height: 22px;
  color: #000; }
  .entry-content .alignleft {
    float: left;
    width: 48.5%;
    margin-bottom: 35px; }
  .entry-content .alignright {
    float: right;
    width: 48.5%;
    margin-bottom: 35px; }
  .entry-content p,
  .entry-content ul,
  .entry-content ol {
    margin-bottom: 20px; }
  .entry-content ul,
  .entry-content ol {
    padding-right: 40px;
    list-style-position: outside; }
  .entry-content ul {
    list-style-position: inside;
    list-style-type: disc; }
  .entry-content ol {
    list-style-position: inside;
    list-style-type: decimal; }
  .entry-content a {
    color: #009fc3; }
    .entry-content a:hover {
      text-decoration: underline; }
  .entry-content img {
    height: auto; }

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px; }

h1 {
  font-size: 36px;
  font-weight: 800;
  color: #999; }

h2 {
  font-size: 30px;
  font-weight: 400;
  color: #009fc3; }

h3 {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  font-size: 18px;
  font-weight: 700;
  color: #304549; }
  h3 a {
    text-decoration: underline;
    color: #009fc3; }

.column,
.columns,
.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left; }

#mn-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: fixed;
  z-index: 99999;
  top: 30px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 5px; }
  #mn-trigger #mn-icon {
    position: relative;
    width: 22px;
    height: 40px;
    cursor: pointer; }
    #mn-trigger #mn-icon .mn-line {
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      height: 4px;
      opacity: 1;
      border-radius: 9px;
      background: #009ec3; }
      #mn-trigger #mn-icon .mn-line:nth-child(1) {
        top: 7px; }
      #mn-trigger #mn-icon .mn-line:nth-child(2), #mn-trigger #mn-icon .mn-line:nth-child(3) {
        top: 14px; }
      #mn-trigger #mn-icon .mn-line:nth-child(4) {
        top: 21px; }

#mn-menu {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  padding: 20px;
  background: #009ec3;
  transform: translateX(-250px); }
  #mn-menu ul:not(.sub-menu) > li {
    padding: 18px 0;
    border-bottom: 1px solid #fff; }
    #mn-menu ul:not(.sub-menu) > li:last-child {
      border-bottom: none; }
    #mn-menu ul:not(.sub-menu) > li > a {
      font-size: 18px;
      display: block;
      color: #fff; }
    #mn-menu ul:not(.sub-menu) > li.menu-item-has-children > a:after {
      font-family: 'FontAwesome';
      float: right;
      content: '\f107'; }
  #mn-menu ul:not(.sub-menu) ul.sub-menu {
    display: none;
    padding: 13px 0 0 0; }
    #mn-menu ul:not(.sub-menu) ul.sub-menu li a {
      font-size: 14px;
      display: block;
      padding: 5px 0;
      color: #fff; }

#mn-overlay {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  opacity: 0; }

body.mn-active {
  overflow: hidden; }
  body.mn-active #site-wrap {
    overflow: hidden; }
  body.mn-active #mn-trigger #mn-icon span:nth-child(1), body.mn-active #mn-trigger #mn-icon span:nth-child(4) {
    top: 16px;
    left: 50%;
    width: 0; }
  body.mn-active #mn-trigger #mn-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  body.mn-active #mn-trigger #mn-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  body.mn-active #mn-menu {
    transform: translateX(0); }
  body.mn-active #mn-overlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7); }

.fade-in {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0; }

.map-canvas {
  height: 300px; }

#site-footer {
  margin-top: 50px; }

.wpcf7 .wpcf7-response-output {
  clear: both;
  margin: 0;
  padding: 0;
  border: none; }
.wpcf7 .wpcf7-not-valid {
  border: 1px solid red !important; }
.wpcf7 .wpcf7-not-valid-tip {
  display: none; }
.wpcf7 .wpcf7-validation-errors {
  color: red; }
.wpcf7 .wpcf7-mail-sent-ok {
  color: green; }
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 5px; }
.wpcf7 [type='submit'] {
  width: 100%;
  border: none; }
.wpcf7 label {
  font-size: 14px;
  display: block;
  margin-bottom: 5px; }
.wpcf7 textarea {
  height: 175px;
  margin-bottom: 35px; }
.wpcf7 [type=submit] {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  font-size: 16px;
  height: 35px;
  color: #fff;
  background: #009fc3; }
  .wpcf7 [type=submit]:hover {
    background: #0082a0; }

.entry-image img,
.post-thumbnail img {
  display: block;
  width: 100%; }

.entry-slider-home .qs-slider-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .entry-slider-home .qs-slider-home .slide {
    height: 100vh;
    background-position: center center;
    background-size: cover; }
    .entry-slider-home .qs-slider-home .slide .entry-logo {
      position: absolute;
      top: 215px;
      right: 0;
      left: 0;
      width: 100%;
      max-width: 1200px;
      margin: auto;
      padding: 0 15px; }
      .entry-slider-home .qs-slider-home .slide .entry-logo .entry-image {
        position: relative;
        opacity: 0;
        animation: slide_right .7s forwards;
        animation-delay: 1s; }
        .entry-slider-home .qs-slider-home .slide .entry-logo .entry-image img {
          width: auto; }
      .entry-slider-home .qs-slider-home .slide .entry-logo .entry-text {
        font-size: 30px;
        position: relative;
        display: block;
        margin-bottom: 20px;
        opacity: 0;
        color: #808084;
        animation: slide_left .7s forwards;
        animation-delay: 1.2s; }
.entry-slider-home .slider-nav-wrap {
  font-family: 'Raleway', sans-serif;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9); }
  .entry-slider-home .slider-nav-wrap .slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    max-width: 1170px;
    margin: auto; }
    .entry-slider-home .slider-nav-wrap .slider-nav li {
      font-size: 22px;
      line-height: 1.3;
      display: inline-block;
      color: #111; }
      .entry-slider-home .slider-nav-wrap .slider-nav li:hover .hover-content {
        bottom: calc(100% + 50px);
        visibility: visible;
        opacity: 1; }
      .entry-slider-home .slider-nav-wrap .slider-nav li a {
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        position: relative;
        display: block;
        padding: 20px 25px; }
        .entry-slider-home .slider-nav-wrap .slider-nav li a:after {
          -webkit-transition: all 300ms ease;
          -moz-transition: all 300ms ease;
          -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease;
          transition: all 300ms ease;
          position: absolute;
          right: 0;
          bottom: 100%;
          left: 0;
          display: block;
          width: 0;
          height: 0;
          margin: auto;
          content: '';
          opacity: 0;
          border-right: 45px solid transparent;
          border-bottom: 25px solid #009fc3;
          border-left: 45px solid transparent; }
        .entry-slider-home .slider-nav-wrap .slider-nav li a:hover {
          color: #fff;
          background: #009fc3; }
          .entry-slider-home .slider-nav-wrap .slider-nav li a:hover:after {
            opacity: 1; }
      .entry-slider-home .slider-nav-wrap .slider-nav li:last-child {
        margin-right: 0; }
      .entry-slider-home .slider-nav-wrap .slider-nav li .hover-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        right: 0;
        bottom: calc(100% + 40px);
        left: 0;
        visibility: hidden;
        width: 100%;
        max-width: 1170px;
        margin: auto;
        padding: 40px 50px;
        opacity: 0;
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.75);
        -webkit-transition: bottom .2s ease-in, opacity .2s ease-in;
        -moz-transition: bottom .2s ease-in, opacity .2s ease-in;
        -ms-transition: bottom .2s ease-in, opacity .2s ease-in;
        -o-transition: bottom .2s ease-in, opacity .2s ease-in;
        transition: bottom .2s ease-in, opacity .2s ease-in; }
        .entry-slider-home .slider-nav-wrap .slider-nav li .hover-content .entry-icon {
          flex: 0 0 107px;
          -webkit-flex: 0 0 107px;
          -ms-flex: 0 0 107px;
          -webkit-box-flex: 0 0 107px;
          -moz-box-flex: 0 0 107px;
          -moz-flex: 0 0 107px;
          height: 107px;
          margin-right: 40px; }
          .entry-slider-home .slider-nav-wrap .slider-nav li .hover-content .entry-icon img {
            width: 100%;
            height: 100%; }
        .entry-slider-home .slider-nav-wrap .slider-nav li .hover-content .entry-content {
          width: 100%;
          text-align: initial; }
          .entry-slider-home .slider-nav-wrap .slider-nav li .hover-content .entry-content .entry-title {
            font-size: 26px;
            font-weight: 600;
            margin-bottom: 30px;
            padding-bottom: 30px;
            color: #009fc3;
            border-bottom: 2px solid #999; }
          .entry-slider-home .slider-nav-wrap .slider-nav li .hover-content .entry-content .entry-text {
            font-size: 19px;
            color: #111; }

.entry-slider-home-mobile {
  position: relative; }
  .entry-slider-home-mobile .slick-arrow {
    font-size: 30px;
    position: absolute;
    z-index: 10;
    top: 225px;
    color: #fff; }
    .entry-slider-home-mobile .slick-arrow.slick-prev {
      right: 10px; }
    .entry-slider-home-mobile .slick-arrow.slick-next {
      left: 10px; }
  .entry-slider-home-mobile .slide {
    height: 45vh;
    background-position: center center;
    background-size: cover; }
    .entry-slider-home-mobile .slide .entry-image {
      position: relative;
      opacity: 0;
      animation: slide_right .7s forwards;
      animation-delay: 1s; }
      .entry-slider-home-mobile .slide .entry-image img {
        width: auto; }
    .entry-slider-home-mobile .slide .entry-text {
      font-size: 30px;
      position: relative;
      display: block;
      margin-bottom: 20px;
      opacity: 0;
      color: #808084;
      animation: slide_left .7s forwards;
      animation-delay: 1.2s; }
  .entry-slider-home-mobile .slide-title {
    font-size: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 13vh;
    padding: 0 15px;
    color: #fff;
    background: #019fc4; }
    .entry-slider-home-mobile .slide-title br {
      display: none; }
  .entry-slider-home-mobile .slide-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30vh;
    padding: 25px 15px 10px; }
    .entry-slider-home-mobile .slide-content .entry-icon {
      flex: 0 0 110px;
      -webkit-flex: 0 0 110px;
      -ms-flex: 0 0 110px;
      -webkit-box-flex: 0 0 110px;
      -moz-box-flex: 0 0 110px;
      -moz-flex: 0 0 110px;
      margin-right: 20px; }
    .entry-slider-home-mobile .slide-content .entry-title {
      font-size: 18px;
      line-height: 1.3;
      margin-bottom: 12px;
      padding-bottom: 5px;
      color: #019fc4;
      border-bottom: 2px solid #999; }
    .entry-slider-home-mobile .slide-content .entry-text {
      font-size: 12px;
      line-height: 1.25; }
  .entry-slider-home-mobile .entry-btn {
    position: absolute;
    right: 0;
    bottom: 20px;
    padding: 0 15px; }
    .entry-slider-home-mobile .entry-btn .btn-view {
      font-weight: 600;
      display: inline-block;
      padding: 10px 25px;
      color: #fff;
      border-radius: 20px;
      background: #019fc4; }

@-webkit-keyframes slide_right {
  0% {
    left: -50px;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }
@-moz-keyframes slide_right {
  0% {
    left: -50px;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }
@-ms-keyframes slide_right {
  0% {
    left: -50px;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }
@-o-keyframes slide_right {
  0% {
    left: -50px;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }
@keyframes slide_right {
  0% {
    left: -50px;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }
@-webkit-keyframes slide_left {
  0% {
    right: -50px;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }
@-moz-keyframes slide_left {
  0% {
    right: -50px;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }
@-ms-keyframes slide_left {
  0% {
    right: -50px;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }
@-o-keyframes slide_left {
  0% {
    right: -50px;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }
@keyframes slide_left {
  0% {
    right: -50px;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }
.site-wrap {
  padding-top: 105px; }

.admin-bar .site-header .header-top {
  top: 32px; }
.admin-bar .site-wrap {
  padding-top: 137px; }

.home .site-header {
  display: none; }

.site-header .header-top {
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  height: 105px;
  background: url(../../images/header-border.jpg) #fff bottom repeat-x; }
  .site-header .header-top .site-logo {
    float: left;
    margin-top: 30px;
    padding-left: 30px; }
  .site-header .header-top .navigation {
    float: right; }
    .site-header .header-top .navigation #top-navigation {
      float: right;
      margin-bottom: 20px; }
      .site-header .header-top .navigation #top-navigation ul:not(.sub-menu) {
        margin-top: 15px; }
        .site-header .header-top .navigation #top-navigation ul:not(.sub-menu) > li {
          font-size: 14px;
          position: relative;
          float: left;
          margin-right: 25px;
          padding-bottom: 2px;
          border-bottom: 3px solid transparent; }
          .site-header .header-top .navigation #top-navigation ul:not(.sub-menu) > li.dropdown > a:after {
            font-family: 'FontAwesome';
            margin-left: 3px;
            content: '\f0d7'; }
          .site-header .header-top .navigation #top-navigation ul:not(.sub-menu) > li a {
            color: #7b7b7b; }
          .site-header .header-top .navigation #top-navigation ul:not(.sub-menu) > li:last-child {
            margin-right: 0; }
          .site-header .header-top .navigation #top-navigation ul:not(.sub-menu) > li:hover, .site-header .header-top .navigation #top-navigation ul:not(.sub-menu) > li.current-post-ancestor, .site-header .header-top .navigation #top-navigation ul:not(.sub-menu) > li.current-menu-parent, .site-header .header-top .navigation #top-navigation ul:not(.sub-menu) > li.current-menu-item {
            border-bottom-color: #009fc3; }
          .site-header .header-top .navigation #top-navigation ul:not(.sub-menu) > li .sub-menu {
            -webkit-transition: all 150ms ease;
            -moz-transition: all 150ms ease;
            -ms-transition: all 150ms ease;
            -o-transition: all 150ms ease;
            transition: all 150ms ease;
            position: absolute;
            z-index: 2;
            top: calc(100% + 5px);
            left: -10px;
            visibility: hidden;
            width: 150px;
            margin: auto;
            padding: 5px 10px 10px;
            opacity: 0;
            border: 1px solid #009fc3;
            background: #f2f2f2; }
            .site-header .header-top .navigation #top-navigation ul:not(.sub-menu) > li .sub-menu li {
              line-height: 1; }
              .site-header .header-top .navigation #top-navigation ul:not(.sub-menu) > li .sub-menu li a {
                font-size: 13px;
                line-height: 2;
                color: #999; }
              .site-header .header-top .navigation #top-navigation ul:not(.sub-menu) > li .sub-menu li:last-child {
                margin-bottom: 0; }
          .site-header .header-top .navigation #top-navigation ul:not(.sub-menu) > li:hover .sub-menu {
            visibility: visible;
            opacity: 1; }
    .site-header .header-top .navigation #main-navigation {
      position: relative;
      float: right;
      clear: both;
      margin-right: 10px; }
      .site-header .header-top .navigation #main-navigation ul li {
        float: left;
        margin-right: 25px; }
        .site-header .header-top .navigation #main-navigation ul li:last-child {
          margin-right: 0; }
        .site-header .header-top .navigation #main-navigation ul li > a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          justify-content: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          align-items: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-transition: all 150ms ease;
          -moz-transition: all 150ms ease;
          -ms-transition: all 150ms ease;
          -o-transition: all 150ms ease;
          transition: all 150ms ease;
          font-size: 14px;
          line-height: 1.3;
          max-width: 110px;
          height: 45px;
          text-align: center;
          color: #111;
          border-bottom: 3px solid transparent; }
        .site-header .header-top .navigation #main-navigation ul li.current-post-ancestor a, .site-header .header-top .navigation #main-navigation ul li.current-menu-parent a, .site-header .header-top .navigation #main-navigation ul li.current-menu-item a, .site-header .header-top .navigation #main-navigation ul li:hover a {
          color: #0082a0;
          border-bottom-color: #999; }
  .site-header .header-top .header-search {
    float: right;
    margin-left: 30px; }
    .site-header .header-top .header-search .btn-search {
      position: relative;
      z-index: 1;
      float: right;
      width: 39px;
      height: 39px;
      color: #fff;
      border: none;
      background: #009fc3; }
      .site-header .header-top .header-search .btn-search .fa {
        font-size: 22px; }
    .site-header .header-top .header-search .search {
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
      float: right;
      width: 1px;
      opacity: 0; }
      .site-header .header-top .header-search .search .search-input {
        font-size: 14px;
        height: 39px;
        margin-bottom: 0;
        border: 2px solid #009fc3; }
    .site-header .header-top .header-search.open .search {
      width: 180px;
      opacity: 1; }
.site-header #page-title {
  padding: 35px 0 0;
  text-align: center; }
  .site-header #page-title .entry-title {
    font-size: 36px;
    font-weight: 800;
    padding-bottom: 15px;
    color: #999;
    border-bottom: 1px solid #d0d0d0; }
  .site-header #page-title .breadcrumbs {
    margin-bottom: 15px;
    text-align: center;
    color: #009fc3; }
    .site-header #page-title .breadcrumbs a {
      color: #009fc3; }

body.post-type-archive-distributor .row,
body.post-template-default .row,
body.page-template-default .row,
body.page-template-contact .row,
body.search-results .row,
body.single-product .row {
  max-width: 1000px; }
body.post-type-archive-distributor .site-footer .row,
body.post-template-default .site-footer .row,
body.page-template-default .site-footer .row,
body.page-template-contact .site-footer .row,
body.search-results .site-footer .row,
body.single-product .site-footer .row {
  max-width: 1200px; }
body.post-type-archive-distributor .row-map,
body.post-template-default .row-map,
body.page-template-default .row-map,
body.page-template-contact .row-map,
body.search-results .row-map,
body.single-product .row-map {
  margin-bottom: 50px; }
  body.post-type-archive-distributor .row-map #map,
  body.post-template-default .row-map #map,
  body.page-template-default .row-map #map,
  body.page-template-contact .row-map #map,
  body.search-results .row-map #map,
  body.single-product .row-map #map {
    margin: auto; }

blockquote {
  font-size: 28px;
  padding-left: 25px;
  color: #999;
  border-left: 4px solid #009fc3; }
  blockquote p {
    line-height: 1.3;
    color: #999; }

.entry-staff {
  margin-top: 10px; }
  .entry-staff .staff li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px; }
    .entry-staff .staff li .entry-image {
      flex: 0 1 170px;
      -webkit-flex: 0 1 170px;
      -ms-flex: 0 1 170px;
      -webkit-box-flex: 0 1 170px;
      -moz-box-flex: 0 1 170px;
      -moz-flex: 0 1 170px;
      margin-right: 30px; }
    .entry-staff .staff li .entry-content .entry-title {
      margin-bottom: 10px; }
    .entry-staff .staff li .entry-content a {
      color: #009fc3; }

.site-footer .footer-top {
  padding: 60px 0 30px;
  color: #fff;
  background: #009fc3; }
  .site-footer .footer-top .entry-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px; }
  .site-footer .footer-top .footer-top-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify; }
    .site-footer .footer-top .footer-top-in .footer-menus {
      flex: 0 1 700px;
      -webkit-flex: 0 1 700px;
      -ms-flex: 0 1 700px;
      -webkit-box-flex: 0 1 700px;
      -moz-box-flex: 0 1 700px;
      -moz-flex: 0 1 700px; }
      .site-footer .footer-top .footer-top-in .footer-menus .footer-menus-in {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify; }
        .site-footer .footer-top .footer-top-in .footer-menus .footer-menus-in .footer-menu a {
          font-size: 14px;
          margin-bottom: 15px;
          color: #fff; }
          .site-footer .footer-top .footer-top-in .footer-menus .footer-menus-in .footer-menu a:hover {
            text-decoration: underline; }
          .site-footer .footer-top .footer-top-in .footer-menus .footer-menus-in .footer-menu a br {
            display: none; }
      .site-footer .footer-top .footer-top-in .footer-menus .socials {
        margin-top: 10px; }
        .site-footer .footer-top .footer-top-in .footer-menus .socials a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          justify-content: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          align-items: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          font-size: 20px;
          width: 40px;
          height: 40px;
          color: #fff;
          color: #ddd;
          border: 1px solid;
          border-radius: 50%; }
          .site-footer .footer-top .footer-top-in .footer-menus .socials a:hover {
            color: #fff; }
    .site-footer .footer-top .footer-top-in .footer-logos {
      flex: 0 1 270px;
      -webkit-flex: 0 1 270px;
      -ms-flex: 0 1 270px;
      -webkit-box-flex: 0 1 270px;
      -moz-box-flex: 0 1 270px;
      -moz-flex: 0 1 270px;
      margin-left: auto; }
      .site-footer .footer-top .footer-top-in .footer-logos .entry-title {
        line-height: 1.35; }
      .site-footer .footer-top .footer-top-in .footer-logos .entry-image {
        margin-bottom: 25px; }
        .site-footer .footer-top .footer-top-in .footer-logos .entry-image img {
          width: auto;
          max-width: 100%;
          height: 75px;
          margin: auto; }
.site-footer .footer-bottom {
  line-height: 40px;
  color: #fff;
  background: #02477e; }
  .site-footer .footer-bottom a {
    color: #fff; }
    .site-footer .footer-bottom a:hover {
      text-decoration: underline; }

ul.search-results li {
  margin-bottom: 40px; }
  ul.search-results li .entry-title {
    margin-bottom: 5px; }
    ul.search-results li .entry-title a {
      text-decoration: none;
      color: #304549; }
      ul.search-results li .entry-title a:hover {
        text-decoration: underline;
        color: #009fc3; }

.pagination {
  text-align: center; }
  .pagination span,
  .pagination a {
    display: inline-block; }

.post-item {
  margin-bottom: 50px; }
  .post-item .post-thumbnail {
    margin-bottom: 20px; }
  .post-item .entry-footer .entry-title {
    line-height: 1.25;
    margin-bottom: 10px;
    word-wrap: break-word; }
    .post-item .entry-footer .entry-title:hover {
      text-decoration: underline;
      color: #009fc3; }
  .post-item .entry-footer .entry-excerpt {
    line-height: 24px;
    margin-bottom: 10px; }
  .post-item .entry-footer .entry-time {
    font-size: 15px;
    color: #009fc3; }

.category .row-pagination {
  margin-top: 30px; }

.row-form .entry-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #009fc3; }

.row-contact-details {
  width: 100%;
  max-width: 770px !important;
  margin-bottom: 75px; }
  .row-contact-details .item .entry-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 26px;
    width: 57px;
    height: 57px;
    margin: auto auto 20px;
    color: #009fc3;
    border: 1px solid;
    border-radius: 50%; }
  .row-contact-details .item .entry-text {
    line-height: 24px; }
  .row-contact-details .item:last-child .entry-text {
    position: relative;
    right: 25px; }

.file-list-box {
  margin-bottom: 40px; }
  .file-list-box .entry-title {
    margin-bottom: 10px; }
  .file-list-box .file-list-cats .file-list-toggle-wrap {
    margin-bottom: 5px; }
    .file-list-box .file-list-cats .file-list-toggle-wrap.active a .entry-title {
      background: #b2e2ed; }
      .file-list-box .file-list-cats .file-list-toggle-wrap.active a .entry-title .fa {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .file-list-box .file-list-cats .file-list-toggle-wrap a .entry-title {
      -webkit-transition: all 150ms ease;
      -moz-transition: all 150ms ease;
      -ms-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      transition: all 150ms ease;
      line-height: 30px;
      line-height: 43px;
      margin-bottom: 5px;
      padding: 0 12px;
      background: #f2f2f2; }
      .file-list-box .file-list-cats .file-list-toggle-wrap a .entry-title:hover {
        background: #d9e4e7; }
      .file-list-box .file-list-cats .file-list-toggle-wrap a .entry-title .fa {
        line-height: 43px;
        float: right;
        color: #445559; }
    .file-list-box .file-list-cats .file-list-toggle-wrap .file-list {
      display: none; }
      .file-list-box .file-list-cats .file-list-toggle-wrap .file-list .list-item a {
        line-height: 2; }
        .file-list-box .file-list-cats .file-list-toggle-wrap .file-list .list-item a:hover {
          color: #009fc3; }
          .file-list-box .file-list-cats .file-list-toggle-wrap .file-list .list-item a:hover .entry-text {
            text-decoration: underline; }
        .file-list-box .file-list-cats .file-list-toggle-wrap .file-list .list-item a .fa {
          margin-right: 5px; }
    .file-list-box .file-list-cats .file-list-toggle-wrap .sub-categories {
      display: none;
      margin: 0 15px;
      padding: 15px 0 0; }
      .file-list-box .file-list-cats .file-list-toggle-wrap .sub-categories .sub-category {
        padding-bottom: 20px; }
        .file-list-box .file-list-cats .file-list-toggle-wrap .sub-categories .sub-category .fa {
          float: right; }
        .file-list-box .file-list-cats .file-list-toggle-wrap .sub-categories .sub-category.active .fa {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        .file-list-box .file-list-cats .file-list-toggle-wrap .sub-categories .sub-category .entry-title {
          font-size: 18px;
          font-weight: 600;
          padding-bottom: 10px;
          cursor: pointer;
          color: #304549;
          border-bottom: 1px solid #eee; }
        .file-list-box .file-list-cats .file-list-toggle-wrap .sub-categories .sub-category .file-list {
          margin: 0; }

.continent-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 45px; }
  .continent-filter li {
    flex: 0 1 180px;
    -webkit-flex: 0 1 180px;
    -ms-flex: 0 1 180px;
    -webkit-box-flex: 0 1 180px;
    -moz-box-flex: 0 1 180px;
    -moz-flex: 0 1 180px; }
    .continent-filter li a {
      -webkit-transition: all 150ms ease;
      -moz-transition: all 150ms ease;
      -ms-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      transition: all 150ms ease;
      font-size: 18px;
      font-weight: bold;
      position: relative;
      display: block;
      padding-bottom: 10px;
      text-align: center;
      color: #b1b1b1;
      border-bottom: 8px solid #d2d7da; }
      .continent-filter li a:after {
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        left: 0;
        display: block;
        width: 0;
        height: 0;
        margin: auto;
        content: '';
        opacity: 0;
        border-top: 13px solid #304549;
        border-right: 25px solid transparent;
        border-left: 25px solid transparent; }
      .continent-filter li a:hover, .continent-filter li a.active {
        color: #304549;
        border-bottom: 8px solid #304549; }
        .continent-filter li a:hover:after, .continent-filter li a.active:after {
          opacity: 1; }

.countries-by-continent {
  list-style-type: none; }
  .countries-by-continent li {
    display: none; }
    .countries-by-continent li.active {
      display: block; }
  .countries-by-continent .country-wrap {
    margin-bottom: 35px; }
    .countries-by-continent .country-wrap .entry-title {
      font-size: 18px;
      display: block;
      margin-bottom: 5px;
      padding-bottom: 5px;
      color: #304549;
      border-bottom: 1px solid #009fc3; }
      .countries-by-continent .country-wrap .entry-title .country {
        font-weight: 800;
        text-transform: uppercase; }
    .countries-by-continent .country-wrap .dist {
      margin-left: 0; }
      .countries-by-continent .country-wrap .dist li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        padding: 5px 0;
        color: #3b3b3b;
        border-bottom: 1px solid #d2d2d2; }
        .countries-by-continent .country-wrap .dist li .item {
          padding-right: 20px;
          margin-right: auto; }
          .countries-by-continent .country-wrap .dist li .item.item-address {
            flex: 0 0 220px;
            -webkit-flex: 0 0 220px;
            -ms-flex: 0 0 220px;
            -webkit-box-flex: 0 0 220px;
            -moz-box-flex: 0 0 220px;
            -moz-flex: 0 0 220px; }
          .countries-by-continent .country-wrap .dist li .item.item-phone {
            flex: 0 0 180px;
            -webkit-flex: 0 0 180px;
            -ms-flex: 0 0 180px;
            -webkit-box-flex: 0 0 180px;
            -moz-box-flex: 0 0 180px;
            -moz-flex: 0 0 180px; }
          .countries-by-continent .country-wrap .dist li .item.item-fax {
            flex: 0 0 180px;
            -webkit-flex: 0 0 180px;
            -ms-flex: 0 0 180px;
            -webkit-box-flex: 0 0 180px;
            -moz-box-flex: 0 0 180px;
            -moz-flex: 0 0 180px; }
          .countries-by-continent .country-wrap .dist li .item.item-email {
            flex: 0 0 310px;
            -webkit-flex: 0 0 310px;
            -ms-flex: 0 0 310px;
            -webkit-box-flex: 0 0 310px;
            -moz-box-flex: 0 0 310px;
            -moz-flex: 0 0 310px; }
          .countries-by-continent .country-wrap .dist li .item.item-contact {
            padding-right: 0;
            flex: 0 0 70px;
            -webkit-flex: 0 0 70px;
            -ms-flex: 0 0 70px;
            -webkit-box-flex: 0 0 70px;
            -moz-box-flex: 0 0 70px;
            -moz-flex: 0 0 70px; }
        .countries-by-continent .country-wrap .dist li .branch-name {
          font-weight: 600; }
        .countries-by-continent .country-wrap .dist li .fa {
          color: #009fc3; }
        .countries-by-continent .country-wrap .dist li .contact-toggle {
          -webkit-transition: all 150ms ease;
          -moz-transition: all 150ms ease;
          -ms-transition: all 150ms ease;
          -o-transition: all 150ms ease;
          transition: all 150ms ease;
          font-size: 13px;
          line-height: 25px;
          text-align: center;
          color: #304549;
          background: #d2d7da;
          display: block; }
          .countries-by-continent .country-wrap .dist li .contact-toggle:hover {
            color: #fff;
            background: #009fc3; }

.post-type-archive-distributor .row-map .tt_custom_sm {
  display: none !important; }

#dist-contact-form {
  display: none;
  padding: 60px 70px;
  background: #fff; }
  #dist-contact-form .wpcf7 .wpcf7-response-output {
    padding: 0 15px; }
  #dist-contact-form .contact-form .entry-title {
    margin-bottom: 10px; }
  #dist-contact-form .contact-form .entry-subtitle {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #000;
    border-bottom: 1px solid #009fc3; }

.fancybox-close {
  position: absolute;
  top: -47px;
  left: -45px;
  width: 40px;
  height: 42px;
  background: url(../../images/fancybox-close.png) no-repeat; }

.page-template-content_areas .header-image {
  margin-bottom: 20px; }
.page-template-content_areas .entry-content {
  margin-bottom: 40px; }

.row-banners {
  margin-bottom: 50px; }
  .row-banners .banner {
    position: relative;
    height: 155px;
    margin-bottom: 30px;
    background-size: cover; }
    .row-banners .banner .overlay {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: rgba(0, 159, 195, 0.7); }
    .row-banners .banner .banner-in {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      position: relative;
      z-index: 2;
      height: 100%; }
      .row-banners .banner .banner-in .entry-icon {
        margin-right: 20px; }
        .row-banners .banner .banner-in .entry-icon img {
          width: auto;
          height: 61px; }
      .row-banners .banner .banner-in .entry-text {
        font-size: 20px;
        line-height: 1.5;
        color: #fff; }

.row-popular-posts {
  margin-bottom: 40px; }
  .row-popular-posts .entry-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #009fc3; }

.row-products .post-item {
  margin-bottom: 40px; }
  .row-products .post-item .entry-thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    height: 180px;
    margin-bottom: 10px;
    border: 1px solid #e7e9ea; }
    .row-products .post-item .entry-thumbnail img {
      max-width: 100%;
      max-height: 100%; }
  .row-products .post-item .entry-title {
    padding-bottom: 0;
    border-bottom: none; }
  .row-products .post-item:hover .entry-title {
    text-decoration: underline;
    color: #009fc3; }

.row-contact-form .entry-titles {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #009fc3; }
  .row-contact-form .entry-titles .entry-title {
    margin-bottom: 5px; }

.tax-product_cat .row-title {
  margin-bottom: 20px; }
.tax-product_cat #site-content .main {
  width: 1280px;
  max-width: 80%;
  margin: auto;
  padding-left: 15px; }
  .tax-product_cat #site-content .main.with-sidebar {
    float: left;
    margin: 0; }
.tax-product_cat #site-content .row {
  max-width: 100%; }
.tax-product_cat #site-content .row-content {
  margin-bottom: 40px; }
.tax-product_cat #site-footer {
  margin-top: 0; }

.widget-menu {
  padding: 30px 35px;
  background: #f7f7f7; }
  .widget-menu .entry-title {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #1b1b1b;
    border-bottom: 1px solid #009fc3; }
  .widget-menu .entry-nav ul li a {
    line-height: 32px; }
    .widget-menu .entry-nav ul li a:hover {
      text-decoration: underline;
      color: #009fc3; }

.toggle-filter {
  text-align: center; }
  .toggle-filter .btn-toggle-filter-for-mobile {
    width: 100%;
    margin: auto;
    padding: 10px 20px;
    color: #fff;
    color: #019fc4;
    border: 1px solid #019fc4;
    border-radius: 5px; }

.filter-products {
  float: left;
  width: 20%;
  max-width: 305px;
  height: 100%;
  padding: 50px 0;
  background: #f7f7f7; }
  .filter-products input[type='checkbox'] {
    display: none; }
  .filter-products input[type='checkbox'] + label {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 3px;
    padding: 0;
    cursor: pointer;
    vertical-align: middle;
    background: url(../../images/bg-checkbox.png) no-repeat; }
  .filter-products input[type='checkbox']:checked + label {
    display: inline-block;
    width: 13px;
    height: 13px;
    padding: 0;
    background: url(../../images/bg-checkbox-checked.png) no-repeat; }
  .filter-products .top-filter {
    margin-bottom: 45px;
    padding: 0 20px; }
    .filter-products .top-filter li {
      line-height: 2; }
      .filter-products .top-filter li a {
        font-size: 16px;
        color: #000; }
      .filter-products .top-filter li.current-menu-item a {
        font-weight: bold;
        color: #304549; }
  .filter-products .parent-item .children {
    margin: 0;
    padding-left: 0; }
  .filter-products .filter-options {
    margin-bottom: 20px;
    padding: 0 20px 5px;
    border-bottom: 1px solid #fff; }
    .filter-products .filter-options a {
      font-size: 14px;
      float: right;
      margin-top: 2px;
      color: #009fc3; }
      .filter-products .filter-options a.btn-clear {
        margin-left: 20px; }
  .filter-products .tax-filter .entry-title {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 20px;
    color: #000; }
  .filter-products .tax-filter-platform_cat ul,
  .filter-products .tax-filter-target_cat ul {
    margin-bottom: 25px;
    padding: 15px 20px;
    background: #fbfbfb; }
    .filter-products .tax-filter-platform_cat ul li,
    .filter-products .tax-filter-target_cat ul li {
      font-size: 14px;
      line-height: 2; }
  .filter-products .tax-filter-target_cat {
    padding: 0; }
    .filter-products .tax-filter-target_cat ul.parent {
      padding-top: 0;
      padding-bottom: 0; }
    .filter-products .tax-filter-target_cat .entry-title {
      margin-bottom: 20px; }
    .filter-products .tax-filter-target_cat .btn-toggle {
      font-size: 16px;
      line-height: 35px;
      position: relative;
      z-index: 1;
      display: block;
      margin: 0 -20px;
      margin-bottom: 5px;
      padding: 0 10px 0 20px;
      background: #b2e2ed;
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2); }
      .filter-products .tax-filter-target_cat .btn-toggle:focus {
        color: #000; }
      .filter-products .tax-filter-target_cat .btn-toggle .fa {
        line-height: 35px;
        float: right; }
      .filter-products .tax-filter-target_cat .btn-toggle.close .fa {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .filter-products .tax-filter-target_cat .parent-item {
      margin-bottom: 5px; }

.links-and-files {
  line-height: 2.5; }
  .links-and-files li a .fa {
    margin-right: 2px; }
  .links-and-files li a:hover {
    color: #009fc3; }

.entry-title.border-bottom {
  padding-bottom: 5px;
  border-bottom: 1px solid; }

.single-product #site-content .row {
  margin-bottom: 40px; }
.single-product #site-content .row-related {
  margin-bottom: 0; }
.single-product .file-list-box {
  margin-bottom: 0; }

.anchor {
  position: relative;
  top: -110px;
  display: block; }

.gallery-columns-2 .gallery-item {
  float: right;
  width: 48%;
  margin-bottom: 10px;
  margin-bottom: 30px;
  margin-left: 2%; }
  .gallery-columns-2 .gallery-item:nth-child(2) {
    float: left;
    margin-left: 0; }

.show-1024 {
  display: none; }

.mobile-submit input {
  width: 100%;
  height: 36px;
  color: #fff;
  border: none;
  border-radius: 5px;
  background: #019fc4; }

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