/*------------------------------------*\
    $GRID
       
    Browser Width     Margin     Column     Breakpoint
     768 - 959px      20px        sm        tablet
    960+              20px        md        desktop
    
\*------------------------------------*/
.container-fluid,
.container {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 960px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  @-ms-viewport {
    .container-fluid {
      width: 960px;
    }
  }
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media only screen and (min-width: 700px) {
  @-ms-viewport {
    width: 700px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 960px) {
  @-ms-viewport {
    width: 960px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
.flex-xs {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-1 {
  -webkit-order: 1;
  order: 1;
}

.order-2 {
  -webkit-order: 2;
  order: 2;
}

.align-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.align-center {
  -webkit-align-items: center;
  align-items: center;
}
.align-stretch {
  -webkit-align-items: stretch;
  align-items: stretch;
}

.alignself-end {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.alignself-center {
  -webkit-align-self: center;
  align-self: center;
}

.justify-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.justify-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-sm-1, .flex-md-1, .flex-lg-1, .flex-sm-2, .flex-md-2, .flex-lg-2, .flex-sm-3, .flex-md-3, .flex-lg-3, .flex-sm-4, .flex-md-4, .flex-lg-4, .flex-sm-5, .flex-md-5, .flex-lg-5, .flex-sm-6, .flex-md-6, .flex-lg-6, .flex-sm-7, .flex-md-7, .flex-lg-7, .flex-sm-8, .flex-md-8, .flex-lg-8, .flex-sm-9, .flex-md-9, .flex-lg-9, .flex-sm-10, .flex-md-10, .flex-lg-10, .flex-sm-11, .flex-md-11, .flex-lg-11, .flex-xs-12, .flex-sm-12, .flex-md-12, .flex-lg-12 {
  width: 100%;
}

.flex-xs-11 {
  width: 91.66666667%;
}

.flex-xs-10 {
  width: 83.33333333%;
}

.flex-xs-9 {
  width: 75%;
}

.flex-xs-8 {
  width: 66.66666667%;
}

.flex-xs-7 {
  width: 58.33333333%;
}

.flex-xs-6 {
  width: 50%;
}

.flex-xs-5 {
  width: 41.66666667%;
}

.flex-xs-4 {
  width: 33.33333333%;
}

.flex-xs-3 {
  width: 25%;
}

.flex-xs-2 {
  width: 16.66666667%;
}

.flex-xs-1 {
  width: 8.33333333%;
}

@media only screen and (min-width: 700px) {
  @-ms-viewport {
    width: 700px;
  }
  .flex-sm {
    display: -webkit-flex;
    display: flex;
  }

  .flex-sm-12 {
    width: 100%;
  }

  .flex-sm-11 {
    width: 91.66666667%;
  }

  .flex-sm-10 {
    width: 83.33333333%;
  }

  .flex-sm-9 {
    width: 75%;
  }

  .flex-sm-8 {
    width: 66.66666667%;
  }

  .flex-sm-7 {
    width: 58.33333333%;
  }

  .flex-sm-6 {
    width: 50%;
  }

  .flex-sm-5 {
    width: 41.66666667%;
  }

  .flex-sm-4 {
    width: 33.33333333%;
  }

  .flex-sm-3 {
    width: 25%;
  }

  .flex-sm-2 {
    width: 16.66666667%;
  }

  .flex-sm-1 {
    width: 8.33333333%;
  }
}
@media only screen and (min-width: 960px) {
  @-ms-viewport {
    width: 960px;
  }
  .flex-md {
    display: -webkit-flex;
    display: flex;
  }

  .flex-md-12 {
    width: 100%;
  }

  .flex-md-11 {
    width: 91.66666667%;
  }

  .flex-md-10 {
    width: 83.33333333%;
  }

  .flex-md-9 {
    width: 75%;
  }

  .flex-md-8 {
    width: 66.66666667%;
  }

  .flex-md-7 {
    width: 58.33333333%;
  }

  .flex-md-6 {
    width: 50%;
  }

  .flex-md-5 {
    width: 41.66666667%;
  }

  .flex-md-4 {
    width: 33.33333333%;
  }

  .flex-md-3 {
    width: 25%;
  }

  .flex-md-2 {
    width: 16.66666667%;
  }

  .flex-md-1 {
    width: 8.33333333%;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media only screen and (max-width: 699px) {
  @-ms-viewport {
    width: 320px;
  }
  .visible-xs {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 700px) and (max-width: 959px) {
  @-ms-viewport {
    width: 700px;
  }
  .visible-sm {
    display: block !important;
  }

  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  @-ms-viewport {
    width: 960px;
  }
  .visible-md {
    display: block !important;
  }

  .hidden-md {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  @-ms-viewport {
    width: 1200px;
  }
  .visible-lg {
    display: block !important;
  }

  .hidden-lg {
    display: none !important;
  }
}
/*------------------------------------*\
    $BASE
\*------------------------------------*/
@font-face {
  font-family: 'Genericons';
  src: url("../fonts/Genericons.eot");
  src: url("../fonts/Genericons.eot?#iefix") format("embedded-opentype"), url("../fonts/Genericons.woff") format("woff"), url("../fonts/Genericons.ttf") format("truetype"), url("../fonts/Genericons.svg#genericons") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 none;
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

.image a,
header, footer, nav, section, article, hgroup, figure {
  display: block;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

img,
iframe,
video,
object {
  max-width: 100%;
  vertical-align: middle;
}

img {
  height: auto;
}

form select,
form .form-text,
form .form-submit {
  -webkit-appearance: none;
  border-radius: 0;
}
form .form-submit {
  cursor: pointer;
  text-align: center;
}

a {
  text-decoration: none;
  outline: 0;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #555;
}

:-moz-placeholder {
  color: #555;
}

::-moz-placeholder {
  color: #555;
}

:-ms-input-placeholder {
  color: #555;
}

.form-text:focus::-webkit-input-placeholder, form .form-submit:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-text:focus:-moz-placeholder, form .form-submit:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
.form-text:focus::-moz-placeholder, form .form-submit:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
.form-text:focus:-ms-input-placeholder, form .form-submit:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
body {
  font-size: 16px;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
  color: #555;
}
body.page-checkout, body.page-cart, body.page-my-account {
  background-color: white;
}

a {
  color: #0096ff;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

h1, h2, h3, h4, h5 {
  color: #333;
  font-weight: 900;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
}

h1 {
  font-size: 25px;
  line-height: 29px;
}

h2 {
  font-size: 22px;
  line-height: 26px;
}

h6 {
  font-weight: 400;
  font-size: 13px;
  color: #0096ff;
}

.genericon {
  font-size: 24px;
  line-height: 60px;
  font-family: "Genericons";
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
}
.genericon.menu-icon {
  color: white;
  position: absolute;
  z-index: 12;
  top: 0;
  right: 0;
}
.genericon.menu-icon::before {
  content: '\f419';
}
.genericon.menu-icon:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.genericon.menu-icon.active::before {
  content: '\f406';
}
.genericon.close-icon {
  font-size: 36px;
  color: #555;
  position: absolute;
  z-index: 12;
  top: 0;
  right: 0;
}
.genericon.close-icon:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.genericon.close-icon::before {
  content: '\f405';
}
.genericon.file-icon {
  font-size: 80px;
  line-height: 40px;
  height: 40px;
  color: #555;
}
.genericon.file-icon::before {
  content: '\f441';
}

/*------------------------------------*\
    $ELEMENT HEADER
\*------------------------------------*/
@media only screen and (max-width: 959px) {
  @-ms-viewport {
    width: 700px;
  }
  body.logged-out {
    padding-top: 60px;
  }
  body.logged-out .user-nav,
  body.logged-out .page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  body.logged-out .page-header {
    top: 0;
  }

  .page-header::before {
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    height: 100%;
  }
  .show-menu .page-header::before {
    content: "";
  }

  .fixed-menu {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 265px;
    background-color: #555;
    position: fixed;
    z-index: 11;
    top: 60px;
    bottom: 0;
    right: -265px;
    padding: 0 30px;
  }
  .show-menu .fixed-menu {
    right: 0;
  }
}
.page-header {
  position:relative;
  z-index:10;
  font-weight: 800;
  background-color: #0096ff;
  height: 60px;
  padding-top: 13px;
  padding-left:30px;
  padding-right:30px;
}
.page-header a {
  color: white;
}
.page-header h1 {
  -webkit-flex: none;
  flex: none;
  font-size: 0;
}
.page-header h1 a {
  width: 139px;
  height: 34px;
  display: block;
  background: url("../images/logo.png") 0 0/contain no-repeat;
}
.page-header h1 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.page-header .submit-your-design {
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  color: #50e496;
}
.page-header .searchform {
  margin-top: 20px;
  height: 36px;
}
.page-header .searchform .screen-reader-text {
  display: none;
}
.page-header .searchform input[type="text"] {
  width: 191px;
  height: 36px;
  text-indent: 9px;
  font-weight: 300;
  font-size: 15px;
}
.page-header .searchform input[type="submit"] {
  width: 0;
  height: 0;
}
@media only screen and (min-width: 960px) {
  .page-header {
    padding-top: 28px;
    border-bottom: 1px solid white;
    height: auto;
  }
  @-ms-viewport {
    .page-header {
      width: 960px;
    }
  }
  .page-header h1 a {
    height: 58px;
  }
  .page-header .fixed-menu {
    width: 100%;
  }
  .page-header .searchform {
    margin-top: 0;
    margin-left: 21px;
    height: 25px;
  }
  .page-header .searchform input[type="text"] {
    font-size: 12px;
    height: 25px;
  }
}

.page-nav ul.menu {
  line-height: 15px;
  padding-top: 20px;
}
.page-nav ul.menu > li {
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.page-nav ul.sub-menu {
  font-size: 13px;
}
.page-nav ul.sub-menu a {
  color: #999;
}
.page-nav ul.sub-menu a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #f3f3f3;
}
.page-nav ul.sub-menu li {
  padding-top: 15px;
}
@media only screen and (min-width: 960px) {
  @-ms-viewport {
    .page-nav {
      width: 960px;
    }
  }
  .page-nav ul.menu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .page-nav ul.menu > li {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 28px;
  }
  .page-nav ul.menu > li:hover .sub-menu {
    display: block;
  }
  .page-nav ul.sub-menu {
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
    display: none;
    min-width: 156px;
    background-color: #0096ff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 18px;
    position: absolute;
    z-index: 1;
    top: 43px;
    left: 0;
    right: 0;
    text-transform: none;
  }
  .page-nav ul.sub-menu li {
    padding-top: 17px;
  }
  .page-nav ul.sub-menu li:first-child {
    padding-top: 12px;
  }
  .page-nav ul.sub-menu a {
    color: #333;
  }
}

.user-nav {
  background-color: #555;
}
.user-nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 35px;
}
.user-nav ul li {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
}
.user-nav ul li a {
  display: block;
  color: white;
}
.user-nav ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: black;
  text-decoration: none;
}
.user-nav ul li a::before {
  content: "\f447";
  font: 18px/35px "Genericons";
  vertical-align: top;
}
@media only screen and (min-width: 960px) {
  .user-nav ul li a::before {
    line-height: 25px;
  }
  @-ms-viewport {
    .user-nav ul li a::before {
      width: 960px;
    }
  }
}
.user-nav ul li:first-child a::before {
  content: "\f304";
}
@media only screen and (min-width: 960px) {
  @-ms-viewport {
    .user-nav {
      width: 960px;
    }
  }
  .user-nav .menu-user-container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .user-nav ul {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 11px;
    line-height: 25px;
  }
  .user-nav ul li {
    -webkit-flex: initial;
    flex: initial;
  }
  .user-nav ul li a {
    padding: 0 20px;
  }
  .user-nav ul li:first-child a {
    padding-left: 15px;
  }
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce ul.products li,
.woocommerce-page ul.products li {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 49px;
}
.woocommerce ul.products li img,
.woocommerce-page ul.products li img {
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
  width: 100%;
}
.woocommerce ul.products li .inner,
.woocommerce-page ul.products li .inner {
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
  background-color: white;
  font-weight: 900;
  font-size: 15px;
  line-height: 19px;
  padding: 15px 20px;
  position: relative;
}
.woocommerce ul.products li .inner h3,
.woocommerce-page ul.products li .inner h3 {
  color: #333;
}
.woocommerce ul.products li .inner .category,
.woocommerce-page ul.products li .inner .category {
  color: #0096ff;
  text-transform: uppercase;
}
.woocommerce ul.products li a,
.woocommerce-page ul.products li a {
  display: block;
}

.woocommerce span.onsale {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #50e496;
  top: 0;
  left: inherit;
  right: 8px;
}

.woocommerce div.product span.price {
  color: #fd7373;
}

.woocommerce .quantity .qty {
  height: 46px;
}

.woocommerce div.product form.cart .button {
  padding: 15px 26px;
  background-color: #50e496;
  color: white;
  font-weight: 900;
  font-size: 15px;
  line-height: 16px;
}
.woocommerce div.product form.cart .button:hover {
  background-color: #33c679;
}

.woocommerce-message {
  border-color: #50e496;
}

.woocommerce-message:before {
  color: #50e496;
}

.woocommerce .woocommerce-breadcrumb {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  margin: 25px 0;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #0096ff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #f3f3f3;
  border-bottom-color: #f3f3f3;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  content: none;
}

.woocommerce-result-count {
  line-height: 46px;
}

.woocommerce-ordering {
  position: relative;
  background-color: white;
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .woocommerce-ordering {
    width: 260px;
  }
  @-ms-viewport {
    .woocommerce-ordering {
      width: 700px;
    }
  }
}
.woocommerce-ordering select {
  width: 100%;
  height: 46px;
  text-indent: 12px;
  background-color: transparent;
  position: relative;
}
.woocommerce-ordering::before {
  content: '\f431';
  font-size: 24px;
  line-height: 46px;
  font-family: "Genericons";
  width: 46px;
  height: 46px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 0;
}

.woocommerce .products ul,
.woocommerce ul.products {
  margin-bottom: 0;
}

.woocommerce nav.woocommerce-pagination {
  margin-bottom: 40px;
  text-align: right;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  margin-left: 7px;
}
.woocommerce nav.woocommerce-pagination ul li:first-child {
  margin-left: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: block;
  font-weight: 900;
  font-size: 15px;
  line-height: 38px;
  padding: 0 15px;
}

.woocommerce nav.woocommerce-pagination ul li a {
  background-color: transparent;
  color: #0096ff;
  border: 1px solid #0096ff;
}
.woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li a.next {
  height: 40px;
  font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul li a.prev::before {
  content: "PREVIOUS";
  font-size: 15px;
}
.woocommerce nav.woocommerce-pagination ul li a.next::before {
  content: "NEXT";
  font-size: 15px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: transparent;
  color: #0096ff;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #0096ff;
  color: white;
  border: 1px solid transparent;
}

@media only screen and (min-width: 960px) {
  .woocommerce .related.products ul li:last-child,
  .woocommerce ul.related.products li:last-child {
    display: none;
  }
  @-ms-viewport {
    .woocommerce .related.products ul li:last-child,
    .woocommerce ul.related.products li:last-child {
      width: 960px;
    }
  }
}

.woocommerce #respond input#submit {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 15px 26px;
  background-color: #fd7373;
  color: white;
  font-weight: 900;
  font-size: 15px;
  line-height: 16px;
  cursor: pointer;
}
.woocommerce #respond input#submit:hover {
  background-color: #e15656;
  color: white;
  text-decoration: none;
}

.woocommerce .star-rating span:before,
.woocommerce .star-rating:before {
  color: #0096ff;
}

.woocommerce-LostPassword {
  font-size: 13px;
}
.woocommerce-LostPassword a {
  text-decoration: underline;
  color: #0096ff;
}
.woocommerce-LostPassword a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-decoration: none;
}
.page article ul.wc-item-downloads {
  padding-left:0;
}
.page article ul.wc-item-downloads li {
  list-style:none;
}
.wc-item-downloads a {
  color:#fd7373;
  text-decoration:underline;
}
.wc-item-downloads a:hover {
  text-decoration:none;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

.carousel-indicators {
  z-index: 1;
}

.carousel {
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
  margin-top: 38px;
  margin-bottom: 50px;
}
.carousel .item {
  background-color: white;
  max-height: 300px;
  overflow: hidden;
}
@media only screen and (min-width: 700px) {
  .carousel .item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  @-ms-viewport {
    .carousel .item {
      width: 700px;
    }
  }
}
.carousel .item .carousel-image {
  padding-bottom: 32%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 700px) {
  .carousel .item .carousel-image {
    width: 60%;
  }
  @-ms-viewport {
    .carousel .item .carousel-image {
      width: 700px;
    }
  }
}
.carousel .item .carousel-caption {
  font-weight: 800;
  font-size: 27px;
  line-height: 32px;
  color: black;
  text-align: center;
  padding: 30px 15px;
}
.carousel .item .carousel-caption span {
  display: block;
  color: #0096ff;
}
@media only screen and (min-width: 700px) {
  .carousel .item .carousel-caption {
    width: 40%;
  }
  @-ms-viewport {
    .carousel .item .carousel-caption {
      width: 700px;
    }
  }
}
.carousel-indicators {
  bottom: -30px;
}
.carousel-indicators li {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #555;
  border: 0;
  margin: 0;
  width: 5px;
  height: 5px;
  margin-left: 14px;
}
.carousel-indicators li:first-child {
  margin-left: 0;
}
.carousel-indicators li.active {
  width: 5px;
  height: 5px;
  background-color: #959595;
  margin-left: 14px;
}
.carousel-indicators li.active:first-child {
  margin-left: 0;
}
.carousel-control.right, .carousel-control.left {
  background: transparent;
}

.highlight {
  color: #0096ff;
}

.hentry,
.entry-content,
.entry-summary {
  color: #555;
  font-size: 15px;
}
.hentry p,
.entry-content p,
.entry-summary p {
  margin-bottom: 15px;
}

.hentry {
  /*padding: 60px 0;*/
  color: #555;
}
.hentry h1 {
  margin-bottom: 40px;
}
.page-contact-us .hentry h1, .page-customize-it .hentry h1, .page-submit-your-design .hentry h1 {
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: #555;
}
.hentry h2 {
  font-size: 22px;
  line-height: 26px;
}
.hentry p {
  margin-bottom: 30px;
}
.hentry .alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.hentry .alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-bottom: 30px;
}
.hentry .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.hentry hr {
  cursor: default;
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-top: 39px;
  margin-bottom: 44px;
}
.hentry aside {
  padding-top: 65px;
}
.hentry aside a.scroll {
  text-transform: uppercase;
  font-size: 66%;
}
.hentry aside a.scroll::after {
  content: "\2191";
  vertical-align: middle;
  font-size: 166%;
  font-family: sans-serif;
}

.posted_in {
  font-size: 0;
}
.posted_in a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #e6e6e6;
  color: #707070;
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.posted_in a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #707070;
  color: white;
}

.product_meta {
  padding-top: 30px;
}

.related.products .title {
  font-weight: 900;
  font-size: 16px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  padding-bottom: 40px;
  position: relative;
}
.related.products .title span {
  display: inline-block;
  background-color: #f3f3f3;
  padding: 0 8px;
  position: relative;
}
.related.products .title::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #d3ced2;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
}

div.main p,
.wpcf7-form p {
  margin-bottom: 25px;
}
div.main label,
.wpcf7-form label {
  font-weight: 900;
  font-size: 13px;
}
div.main p > label > span,
.wpcf7-form p > label > span {
  color: #fd7373;
}
div.main .wpcf7-list-item-label,
.wpcf7-form .wpcf7-list-item-label {
  margin-left: 5px;
}
div.main input[type="tel"],
div.main input[type="email"],
div.main input[type="password"],
div.main input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="text"] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  /*border: 1px solid #d3ced2;*/
  background-color: #f3f3f3;
  height: 40px;
  text-indent: 12px;
  font-size: 13px;
  color: #555;
  margin-top: 7px;
}
div.main textarea,
.wpcf7-form textarea {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  /*border: 1px solid #e6e6e6;*/
  background-color: #f3f3f3;
  padding: 12px;
  font-size: 13px;
  color: #555;
  margin-top: 7px;
}

.woocommerce input.button,
.woocommerce div.main input[type="submit"],
.wpcf7-submit,
.cbutton {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 15px 26px;
  background-color: #fd7373;
  color: white;
  font-weight: 900;
  font-size: 15px;
  line-height: 16px;
  cursor: pointer;
}
.woocommerce input.button:hover,
.woocommerce div.main input[type="submit"]:hover,
.wpcf7-submit:hover,
.cbutton:hover {
  background-color: #e15656;
  color: white;
  text-decoration: none;
}

.show-form1,
.show-form2 {
  overflow: hidden;
}
.show-form1::before,
.show-form2::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 13;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.lightbox-content {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 15;
  top: 50%;
  left: 50%;
  background-color: white;
  padding: 30px 30px 0;
  width: 100%;
  max-width: 788px;
  max-height: 100%;
  overflow: scroll;
}
.admin-bar .lightbox-content {
  margin-top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .lightbox-content {
    margin-top: 32px;
  }
}

.lightbox-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #555;
}

.main .error404 {
  padding: 50px 0px;
}
@media only screen and (min-width: 700px) {
  .main .error404 {
    padding: 100px 0;
  }
  @-ms-viewport {
    .main .error404 {
      width: 700px;
    }
  }
}

.main form.searchform {
  position: relative;
  padding-right: 105px;
}
.main form.searchform input[type="text"] {
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0px 0px 3px;
  border-right: 0;
  margin-top: 0;
  height: 46px;
}
.main form.searchform input[type="submit"] {
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 3px 3px 0px;
  width: 105px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 0;
  background-color: #fd7373;
  color: white;
  font-weight: 900;
  font-size: 15px;
  line-height: 16px;
  cursor: pointer;
}
.main form.searchform input[type="submit"]:hover {
  background-color: #e15656;
  color: white;
  text-decoration: none;
}

#breadcrumbs {
  margin-top: 60px;
}
#breadcrumbs li {
  display: inline;
}

.page {
  background-color: white;
}
.page article {
  font-size: 18px;
  line-height: 28px;
}
.page article p {
  margin-bottom: 28px;
}
.page article img {
  display: block;
  margin: 10px 0;
}
.page article ol, .page article ul {
  padding-left: 30px;
  margin-bottom: 18px;
}
.page article ol li, .page article ul li {
  margin-bottom: 10px;
}
.page article ul li {
  list-style: disc;
}
.page article ol li {
  list-style: decimal;
}
.page article ol li ol li {
  list-style-type: lower-alpha;
}
.page article ol li ol li ol li {
  list-style-type: lower-roman;
}

body.search h1.page-title {
  margin: 25px 0;
}
body.search ul.products li {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 49px;
}
body.search ul.products li img {
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
  width: 100%;
}
body.search ul.products li .inner {
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
  background-color: white;
  font-weight: 900;
  font-size: 15px;
  line-height: 19px;
  padding: 15px 20px;
  position: relative;
}
body.search ul.products li .inner h3 {
  color: #333;
}
body.search ul.products li .inner .category {
  color: #0096ff;
  text-transform: uppercase;
}
body.search ul.products li a {
  display: block;
}
body.search .main form.searchform {
  margin-bottom: 100px;
}

/*------------------------------------*\
    $ELEMENT FOOTER
\*------------------------------------*/
.page-footer {
  padding-top:30px;
  padding-bottom: 30px;
  font-size: 13px;
  line-height: 26px;
}
.copyright {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.brand {
  width: 60px;
  height: 22px;
  background:url('http://creatiointl.org/wp-content/themes/creatio/images/logo-header.png') center center / contain no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-left:8px;
  margin-right:8px;
}
.page-footer .menu-footer-container ul {
  display: -webkit-flex;
  display: flex;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.page-footer .menu-footer-container ul li {
  margin-left: 25px;
}
.page-footer .menu-footer-container ul li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 960px) {
  .page-footer .menu-footer-container ul li {
    margin-left: 34px;
  }
  @-ms-viewport {
    .page-footer .menu-footer-container ul li {
      width: 960px;
    }
  }
}
.page-footer .menu-footer-container ul a {
  color: black;
}

.main {
  padding-top:15px;
  padding-bottom:15px;
}
.grid-sizer,
.grid-item {
  width: 100%;
  padding:15px;
}
@media only screen and (min-width: 768px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .grid-sizer,
  .grid-item {
    width: 33%;
  }
}
.grid-item article {
  position:relative;
}
.grid-item a.overlay {
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:3;
}
.grid-item article::before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:1;
  background-image: linear-gradient(180deg,rgba(0,0,0,.2) 0,transparent 40%,transparent 60%,rgba(0,0,0,.3));
}
.grid-item .dl-btn,
.grid-item .title {
  position:absolute;
  z-index:2;
  visibility: hidden;
  opacity: 0;
  transition:0.3s;
}
.grid-item article:hover .dl-btn,
.grid-item article:hover .title {
  visibility: visible;
  opacity: 1;
}
.grid-item .title {
  bottom:20px;
  left:20px;
  font-weight:normal;
  font-size:15px;
  line-height:20px;
  color:white;
  padding-right:70px;
}
.dl-btn {
  bottom:20px;
  right:20px;
  background-color: hsla(0,0%,100%,.85);
  border-radius: 4px;
  width:40px;
  height:32px;
  text-align:center;
}
.dl-btn svg {
  color: #777;
  fill: currentColor;
  width:16px;
}
.grid-item .post-categories {
  margin-top:16px;
  margin-bottom:10px;
}
.grid-item .post-categories li {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  text-transform: capitalize;
  margin-right:5px;
}
.grid-item .post-categories li a {
  transition: all .1s ease-in-out;
  display:block;
  color:#999;
  background-color: #f1f1f1;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 2px;
}
.grid-item .post-categories li a:hover {
  background-color:#e1e1e1;
  color:#111;
}
.alm-btn-wrap {text-align:center}
.alm-load-more-btn{font-size:0}
.alm-load-more-btn.loading{
  background:url('../images/spinner.gif') center / contain no-repeat;
  width:50px;
  height:50px;
  margin:30px auto;
}
.alm-load-more-btn.done{}
.nav {
  padding:30px 15px 60px;
}
.nav-previous a,
.nav-next a {
  background-color: hsla(0,0%,100%,.85);
  border-radius: 4px;
  font-size:15px;
  line-height:15px;
  padding:10px 30px;
  color:#555;
  transition:0.3s;
}
.nav-previous {float:left}
.nav-next {float:right}
.nav-previous a:hover,
.nav-next a:hover {
  background-color:#555;
  color:white;
}