/* Variables and Classes ================================================================================================ */
/*@import url(../scripts/slicknav/css/slicknav.css);*/
.clearafter {
  content: '';
  display: block;
  clear: both;
}

.vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chromejitterfix,
.scroll-to-top {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

/* Reset ================================================================================================ */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
div,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

html,
body {
  height: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
}

input {
  -webkit-appearance: none;
}

/* Globals ================================================================================================ */
body {
  background: #fff;
}

body,
p,
a,
li,
input,
textarea,
div {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 30px;
}

p {
  padding-bottom: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  line-height: normal;
  letter-spacing: 1px;
}

a {
  color: #d9272e;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a,
input,
textarea,
button {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

input:focus,
textarea:focus {
  border: 1px solid #bbb;
  background: #fff;
}

/*li {list-style-image:url(../images/bullet.png)}*/
ol li {
  list-style: decimal;
}

input,
textarea {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #ddd;
  background: #fafafa;
  width: 96%;
  padding: 0 0 0 3%;
  line-height: 35px;
}

input {
  height: 35px;
}

#fancybox-overlay {
  background: rgba(0, 0, 0, 0.7) !important;
}

.d7h4jf94h {
  display: none;
}

/*hide bot trap form field */
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hidden {
  display: none;
}

/*hide until mobile*/
.hum {
  display: none !important;
}

/*hide until mobile*/
.hum3 {
  display: none !important;
}

@media screen and (max-width: 1012px) {
  body,
  p,
  a,
  li,
  input,
  textarea,
  div {
    line-height: 28px;
  }

  /*mobile hide*/
  .mh {
    display: none !important;
  }

  .hum {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  /*mobile hide*/
  .mh3 {
    display: none !important;
  }

  .hum3 {
    display: block !important;
  }
}
#announcement_banner {
  z-index: 100000 !important;
}

/* Buttons ================================================================================================ */
.buttons {
  display: block;
  background: #d9272e;
  width: 180px;
  height: 80px;
  font-size: 25px;
  margin: 0 auto;
  line-height: 78px;
  font-family: 'Oswald', sans-serif;
  color: #fff !important;
  font-weight: normal;
  text-decoration: none !important;
  padding: 0;
  text-align: center;
  border-radius: 2px;
}

.buttons:hover {
  background: #dd3d43;
  color: #fff !important;
}

/* Site ================================================================================================ */
.sitewidth {
  width: 1170px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1260px) {
  .sitewidth {
    width: 980px;
  }
}
@media screen and (max-width: 1012px) {
  .sitewidth {
    width: 90%;
    margin: 0 auto;
  }
}
/* Header ================================================================================================ */
.headersmall {
  background: rgba(255, 255, 255, 0.99) !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) !important;
}

.headersmall .logoimg1 {
  opacity: 0;
}

.headersmall . {
  opacity: 1;
}

.headersmall .logo:before,
.headersmall .logo:after {
  background: rgba(0, 70, 116, 0.3);
}

.headersmall #menu li a {
  color: #004674 !important;
}

.headersmall #menu li a.dropdown:before {
  color: rgba(0, 95, 156, 0.4);
}

.headersmall #menu li.active a.dropdown:before,
.headersmall #menu li:hover a.dropdown:before {
  color: rgba(247, 35, 43, 0.4);
}

.headersmall #menu li ul li a {
  color: #fff !important;
}

.headersmall #menu li a:hover {
  color: #f7232b !important;
}

.headersmall #menu li.active > a {
  color: #f7232b !important;
}

.headersmall #menu > li > a:hover,
.headersmall #menu > li:hover > a {
  color: #f7232b !important;
}

.headersmall #menu li ul li a:hover {
  color: #fff !important;
}

.headersmall #menu a.activesub,
.headersmall #menu a.activesub:hover {
  color: #c7e2f7 !important;
}

.headersmall .menulast:before {
  background: rgba(0, 70, 116, 0.6) !important;
}

.headersmall #headerphone {
  color: #004674 !important;
}

.headersmall #headerphone:hover {
  color: #f7232b !important;
}

header#header {
  width: 100%;
  height: 89px;
  position: fixed;
  background: #2772a5;
  z-index: 1000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

#headerwidth {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}

.logo {
  width: 132px;
  height: 52px;
  display: block;
  position: absolute;
  left: 0;
  top: 19px;
}

.logo img {
  position: absolute;
}

.logoimg1 {
  opacity: 1;
}

. {
  opacity: 0;
}

.logo:before,
.logo:after {
  background: rgba(255, 255, 255, 0.6);
}

.logo:before {
  content: '';
  display: block;
  height: 0;
  width: 1px;
  position: absolute;
  z-index: 41;
  top: 0;
  left: -10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.logo:after {
  content: '';
  display: block;
  height: 0;
  width: 1px;
  position: absolute;
  z-index: 41;
  bottom: 0;
  right: -12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.logo:hover:before {
  height: 52px;
  opacity: 1;
}

.logo:hover:after {
  height: 52px;
  opacity: 1;
}

#headerphone {
  position: absolute;
  height: 89px;
  line-height: 89px;
  top: 0;
  right: 0;
  padding: 0 13px 0 13px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  z-index: 200;
}

#headerphone:hover {
  color: #c7e2f7;
}

.slicknav_menu {
  display: none;
}

#menu {
  position: absolute;
  top: 0;
  right: 182px;
  z-index: 100;
  margin: 0;
  padding: 0;
}

#menu li {
  display: inline;
  float: left;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  margin: 0;
  padding: 0;
}

#menu li a.dropdown:before {
  content: '\25BC';
  display: block;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  right: 6px;
}

#menu li a {
  text-decoration: none;
  color: #fff;
  height: 89px;
  line-height: 89px;
  font-size: 17px;
  font-family: 'Lato', sans-serif !important;
  padding: 0 19px 0 13px;
  margin: 0;
  display: inline-block;
  font-weight: bold;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
}

#menu li a:hover {
  color: #c7e2f7 !important;
}

#menu li.active a {
  color: #c7e2f7;
}

#menu a.activesub,
#menu a.activesub:hover {
  color: #c7e2f7 !important;
}

#menu span {
  color: #fff;
  font-size: 16px;
  padding: 0 15px 0 15px;
}

.menulast {
  padding: 0 !important;
  width: 124px;
  margin-left: 40px !important;
  position: relative;
}

#menu .menulast #iqheader {
  width: 100%;
  height: 44px !important;
  line-height: 44px !important;
  margin-top: 23px !important;
  font-size: 15px !important;
  font-weight: normal !important;
  color: #fff !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.menulast:before {
  content: '';
  display: block;
  position: absolute;
  top: 35px;
  left: -28px;
  height: 18px;
  width: 1px;
  background: #fff;
}

#menu li {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}

#ulpolebarnkits {
  width: 225px;
}

#ulgetstarted {
  width: 160px;
}

#ulinspiration {
  width: 195px;
}

#ulmeetdiy {
  width: 125px;
}

#menu li > ul {
  float: left;
  left: 0 !important;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 119px;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-top: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#menu li > ul:before {
  content: '';
  display: block;
  position: absolute;
  opacity: 0.94;
  font-size: 26px;
  width: 34px;
  height: 17px;
  background: url(../images/arrow2top.png);
  top: -17px;
  left: 30%;
  margin-left: -25px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

#menu li:hover > ul {
  opacity: 1;
  top: 89px;
  visibility: visible;
}

#menu li > ul li {
  float: none;
  width: 100%;
}

#menu li > ul li a {
  width: 95%;
  padding: 0 0 0 5%;
  text-align: left;
  position: relative;
  background: rgba(217, 39, 46, 0.96);
  border-bottom: 1px solid #f7232b;
  margin-top: 0;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #fff !important;
}

#menu li > ul a:hover {
  background: rgba(247, 35, 43, 0.94);
}

#menu > li > a:hover,
#menu > li:hover > a {
  color: #c7e2f7;
}

#menu li > ul li a:hover {
  color: #fff !important;
}

.dropdown2 {
  position: relative;
}

.dropdown2::before {
  content: '';
  background: url(../images/arrow3-right.png) no-repeat;
  background-size: auto 12px;
  width: 9px;
  height: 15px;
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -6px;
}

#menu li ul li ul {
  float: left;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 15px;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-top: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#menu li ul li ul:before {
  display: none;
}

#menu li ul li:hover ul {
  opacity: 1;
  top: -11px;
  visibility: visible;
}

#menu li ul li ul#pboptions {
  width: 225px;
  left: 225px !important;
}

#menu li ul li:hover ul#pboptions {
  left: 225px !important;
}

#menu li ul li ul#pbideas {
  width: 245px;
  left: 195px !important;
}

#menu li ul li:hover ul#pbideas {
  left: 195px !important;
}

#mlogo,
#mnumber {
  display: none;
}

@media screen and (max-width: 1260px) {
  #headerwidth {
    width: 100%;
  }

  .logo {
    left: 19px;
  }

  #menu {
    right: 40px;
  }

  #headerphone {
    top: 3px;
    right: 14px;
    padding: 0;
    font-size: 12px;
    height: auto;
    line-height: normal;
  }
}
@media screen and (max-width: 1012px) {
  header#header,
  #menu,
  .slicknav_menu li span {
    display: none;
  }

  #mlogo,
  #mnumber {
    display: block;
    position: absolute;
    z-index: 40;
  }

  #mlogo {
    top: 12px;
    left: 9px;
    width: 76px;
    height: 30px;
    background: url(../images/diy-pole-barns-white-logo.png);
    background-size: cover;
    z-index: 102;
  }

  #mnumber {
    top: 12px;
    left: 105px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
    font-size: 16px;
    font-family: 'Oswald', sans-serif !important;
    text-decoration: none;
    z-index: 102;
  }

  #mnumber:hover {
    text-decoration: none;
  }

  .menulast {
    width: inherit;
    margin-left: 0 !important;
  }

  #menu .menulast #iqheader {
    width: inherit;
    height: inherit !important;
    line-height: inherit !important;
    margin-top: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
  }

  .menulast:before {
    display: none;
  }

  /***Slicknav Custom***/
  .slicknav_menu {
    display: block;
    position: absolute;
    top: 0;
    z-index: 101;
    width: 100%;
    background: #d9272e;
    padding: 0;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  }

  .slicknav_menu .slicknav_icon-bar {
    box-shadow: none;
    margin: 18px 0 0 17px;
    background-color: #fff;
    padding: 1px 3px 1px 3px;
  }

  .slicknav_btn {
    background-color: transparent;
    width: 58px;
    height: 54px;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }

  .slicknav_btn:hover {
    background: rgba(255, 255, 255, 0.05);
  }

  .slicknav_menu a {
    font-size: 16px;
    font-weight: bold;
  }

  .slicknav_nav {
    border-bottom: 0 solid #481d33;
    overflow: hidden;
    position: relative;
  }

  .slicknav_nav a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    background: #006bb0;
    text-align: left;
    font-size: 15px;
    padding: 0 !important;
    margin: 0 !important;
    height: 40px !important;
    line-height: 41px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    position: relative;
    font-family: 'Oswald', sans-serif;
  }

  .slicknav_nav li {
    margin-left: 0;
  }

  .slicknav_nav li:last-child a {
    border-bottom: 0;
  }

  .slicknav_nav li li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .slicknav_nav a:hover {
    color: #fff;
    text-decoration: none;
  }

  .slicknav_nav .slicknav_row:hover,
  .slicknav_nav a:hover {
    background: #006fb6;
    color: #fff;
    border-radius: 0;
  }

  .slicknav_nav li a {
    padding-left: 6% !important;
    width: 94%;
  }

  .slicknav_nav li li a {
    padding-left: 4% !important;
    width: 96%;
  }

  .slicknav_nav li li li a {
    padding-left: 4% !important;
    width: 96%;
  }

  .slicknav_nav li a.dropdown,
  .slicknav_nav li a.dropdown2 {
    padding-left: 0 !important;
    background: none;
    border-bottom: none !important;
    width: auto;
    height: 100%;
    position: relative;
  }

  .slicknav_nav li a.dropdown2::before {
    display: none;
  }

  .slicknav_nav li a.dropdown:hover {
    color: #83ceff;
  }

  .slicknav_nav li li a {
    color: #fff;
    text-transform: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
  }

  .slicknav_nav li li li a {
    color: #fff;
  }

  .slicknav_nav .slicknav_arrow {
    display: block;
    position: absolute;
    top: -3px;
    right: 16px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.99);
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
  }

  /***Slicknav Custom***/
}
/* Footer ================================================================================================ */
.scroll-to-top {
  position: fixed;
  background: url(../images/backtotop.png) no-repeat 50% 44%
    rgba(247, 35, 43, 0.7);
  cursor: pointer;
  width: 45px;
  height: 40px;
  bottom: 18px;
  right: 18px;
  display: none;
  z-index: 999;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 0;
}

.scroll-to-top:hover {
  background-color: #f7232b;
}

footer#footer {
  background: url(../images/bg4.jpg) center top #ededed no-repeat;
  padding-top: 80px;
  padding-bottom: 60px;
  clear: both;
}

footer#footer .sitewidth {
  text-align: center;
}

#footer1 {
  display: inline-block;
  width: 260px;
  vertical-align: top;
  margin: 0;
  text-align: left;
}

#footer1 a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.footerlogo:before {
  content: '';
  display: block;
  height: 0;
  width: 2px;
  position: absolute;
  z-index: 41;
  top: 0;
  left: -11px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background: rgba(33, 32, 95, 0.5);
}

.footerlogo:after {
  content: '';
  display: block;
  height: 0;
  width: 2px;
  position: absolute;
  z-index: 41;
  bottom: 0;
  right: -13px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background: rgba(205, 32, 39, 0.5);
}

.footerlogo:hover:before {
  height: 80px;
  opacity: 1;
}

.footerlogo:hover:after {
  height: 80px;
  opacity: 1;
}

#f1div {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 30px;
}

#f1div a:nth-child(1) {
  float: left;
}

#f1div a:nth-child(2) {
  margin: 0 0 0 20px;
}

#f1div a:nth-child(3) {
  margin: 20px 0 0 20px;
}

#f1div a:nth-child(3) img {
  width: 130px;
}

#footer2 {
  display: inline-block;
  width: 480px;
  vertical-align: top;
  margin: 0 20px 0 110px;
  text-align: left;
}

#footer2 div {
  display: inline-block;
  width: 50%;
  margin-left: -2px;
  margin-right: -2px;
  padding-bottom: 38px;
  vertical-align: top;
}

#footer2 div span {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}

#footer2 div a {
  font-weight: normal;
}

#footer2 div a:after {
  content: '';
  display: block;
}

#footer3 {
  display: inline-block;
  width: 260px;
  vertical-align: top;
  margin: 0 0 0 0;
  text-align: left;
}

#footer3 a {
  padding-left: 30px;
  position: relative;
  font-weight: normal;
  text-align: left;
  display: inline-block;
}

#footer3 a:after {
  content: '';
  display: block;
  margin-bottom: 15px;
}

#footer3 #f3phone:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 23px;
  background: url(../images/footeri-phone.png);
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

#footer3 #f3email:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 14px;
  background: url(../images/footeri-mail.png);
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

#footer3 #f3contact:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 16px;
  background: url(../images/footeri-chat.png);
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

#footer3 #f3phone:hover:before,
#footer3 #f3email:hover:before,
#footer3 #f3contact:hover:before {
  left: -3px;
}

#f3div {
  text-align: center;
  position: relative;
  float: left;
  margin-top: 24px;
}

#f3div:before {
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  background: #ddd;
  top: -17px;
  position: absolute;
}

#footer3 p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding-bottom: 14px;
}

#f3div a {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
  padding: 0;
}

#copyright {
  background: #d5d5d5;
  height: 80px;
  border-top: 0 solid #f7232b;
  text-align: left;
  float: left;
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.06);
}

#copyright p,
#copyright p a {
  line-height: 80px;
  font-size: 15px;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  padding-bottom: 0;
}

#footersocial {
  position: absolute;
  top: 27px;
  right: 0;
  width: 245px;
  height: 27px;
  z-index: 4;
  text-align: center;
}

#footersocial a {
  /*float:left;*/
  margin-left: 9px;
  display: inline-block;
  /* block; */
  width: 38px;
  height: 27px;
  position: relative;
}

#footersocial a:after {
  content: '\25A1';
  display: block;
  position: absolute;
  top: -13px;
  left: -14px;
  color: #000;
  font-size: 110px;
  font-weight: 300;
  line-height: 20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  z-index: -1;
}

#footersocial a:hover:after {
  opacity: 0.09;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#footersocial a:first-child {
  margin-left: 0;
}

#social-f {
  background: url(../images/icon-facebook.png) 50% 50% no-repeat;
}

#social-t {
  background: url(../images/icon-twitter.png) 50% 50% no-repeat;
}

#social-g {
  background: url(../images/icon-google.png) 50% 50% no-repeat;
}

#social-y {
  background: url(../images/icon-youtube.png) 50% 50% no-repeat;
}

#social-p {
  background: url(../images/icon-pinterest.png) 50% 50% no-repeat;
}

@media screen and (max-width: 1260px) {
  #footer1,
  #footer2,
  #footer3 {
    margin: 0 40px 0 40px;
    width: auto;
    background: rgba(0, 51, 51, 0);
  }

  #footer1 {
    margin-left: 90px;
    text-align: center;
  }

  #footer2 {
    width: 460px;
    margin-right: 0;
    margin-left: 60px;
    clear: both;
    margin-top: 50px;
  }

  #footer3 {
    padding-top: 50px;
    text-align: center;
    max-width: 235px;
    clear: both;
  }

  .footerlogo {
    margin: 0 auto;
  }

  #f1div {
    width: 100%;
  }

  #f1div a {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
  }

  #f3div {
    width: 100%;
  }

  #copyright {
    height: auto;
    padding-top: 30px;
    padding-bottom: 70px;
  }

  #copyright p,
  #copyright p a {
    line-height: normal;
    text-align: center;
  }

  #footersocial {
    top: 37px;
    right: inherit;
    left: 50%;
    width: 245px;
    margin-left: -115px;
  }
}
@media screen and (max-width: 1012px) {
  .scroll-to-top {
    display: none !important;
  }

  #footer1,
  #footer2,
  #footer3 {
    margin: inherit;
  }

  #footer1 {
    text-align: center;
  }

  #footer2 {
    width: 100%;
    margin: inherit;
    text-align: center;
    padding-top: 50px;
  }

  #footer2 div {
    width: 100%;
  }

  #footer3 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer {
    padding-bottom: 70px;
  }

  #f1div {
    text-align: center;
  }

  #f1div a {
    display: block;
    width: auto;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    vertical-align: inherit;
    margin-left: inherit !important;
    margin-right: inherit !important;
  }

  #f1div a img {
    display: inline-block;
  }

  #footer2 {
    padding-top: 60px;
  }

  #copyright p,
  #copyright p a {
    font-size: 13px;
  }

  #footersocial {
    top: 47px;
  }
}
/* Editor Fixes ================================================================================================ */
.is-cms .parallax {
  height: 500px !important;
}

/* Parallax Globals ================================================================================================ */
.parallax {
  position: relative;
  z-index: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .parallax {
    background-attachment: scroll;
  }
}
@media only screen and (max-device-width: 480px) {
  .parallax {
    background-attachment: scroll;
  }
}
