@font-face {
  font-family: 'proxima_novaregular';
  src: url("../fonts/ProximaNova-Regular/proximanova-regular-webfont.woff2") format("woff2"), url("../fonts/ProximaNova-Regular/proximanova-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_novasemibold';
  src: url("../fonts/ProximaNova-SemiBold/proximanova-semibold-webfont.woff2") format("woff2"), url("../fonts/ProximaNova-SemiBold/proximanova-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_novabold';
  src: url("../fonts/ProximaNova-Bold/proximanova-bold-webfont.woff2") format("woff2"), url("../fonts/ProximaNova-Bold/proximanova-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/fonts/icomoon.eot?o5x64y");
  src: url("../fonts/icomoon/fonts/icomoon.eot?o5x64y#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf?o5x64y") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?o5x64y") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?o5x64y#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-user:before {
  content: "\e918"; }

.icon-instagram:before {
  content: "\e916"; }

.icon-cart:before {
  content: "\e915"; }

.icon-heart-o:before {
  content: "\e913"; }

.icon-heart:before {
  content: "\e914"; }

.icon-arrow-up:before {
  content: "\e912"; }

.icon-info:before {
  content: "\e911"; }

.icon-pencil:before {
  content: "\e90f"; }

.icon-adjust:before {
  content: "\e910"; }

.icon-arrow_up:before {
  content: "\e90d"; }

.icon-arrow_down:before {
  content: "\e90e"; }

.icon-enlarge:before {
  content: "\e90b"; }

.icon-download:before {
  content: "\e90c"; }

.icon-search:before {
  content: "\e90a"; }

.icon-arrow_right:before {
  content: "\e908"; }

.icon-arrow_left:before {
  content: "\e909"; }

.icon-zoom:before {
  content: "\e907"; }

.icon-close:before {
  content: "\e906"; }

.icon-youtube:before {
  content: "\e903"; }

.icon-facebook:before {
  content: "\e904"; }

.icon-linkedin:before {
  content: "\e905"; }

.icon-play:before {
  content: "\e902"; }

.icon-envelope:before {
  content: "\e900"; }

.icon-phone:before {
  content: "\e901"; }

* {
  font-family: 'proxima_novaregular', sans-serif;
  font-weight: 400;
  color: #49595b; }

html, body, div, span, p, input, button, blockquote, a {
  font-size: 15px;
  line-height: 20px; }
  @media (max-width: 767px) {
    html, body, div, span, p, input, button, blockquote, a {
      font-size: 14px;
      line-height: 18px; } }
html,
body {
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0; }

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

a, a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
  color: inherit; }

input,
textarea {
  -webkit-border-radius: 0;
  border-radius: 0; }

*:focus {
  outline: 0; }

.clear {
  clear: both; }

@media (min-width: 1230px) {
  .container {
    width: 100%;
    max-width: 1230px; } }

strong {
  font-family: 'proxima_novabold', sans-serif;
  font-weight: 700; }

main {
  position: relative; }

.modal-backdrop {
  background: #49595b; }
  .modal-backdrop.show {
    opacity: 0.9; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

header .header-top {
  background: #c1c6c8; }
  @media (max-width: 575px) {
    header .header-top {
      text-align: center;
      padding: 5px 0; } }
  header .header-top .text {
    margin: 14px 0;
    font-size: 14px;
    line-height: 18px;
    font-family: 'proxima_novabold', sans-serif;
    font-weight: 700; }
    @media (max-width: 1199px) {
      header .header-top .text {
        font-size: 12px;
        line-height: 16px; } }
    @media (max-width: 575px) {
      header .header-top .text {
        margin: 2px 0; } }
    header .header-top .text a {
      font-size: 14px;
      line-height: 18px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      position: relative;
      display: inline-block;
      padding-left: 18px; }
      header .header-top .text a:hover {
        color: #5a6e71;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      @media (max-width: 1199px) {
        header .header-top .text a {
          font-size: 12px;
          line-height: 16px; } }
      header .header-top .text a .icon {
        position: absolute;
        top: 2px;
        left: 0;
        font-size: 13px; }
        @media (max-width: 1199px) {
          header .header-top .text a .icon {
            top: 1px; } }
    @media (max-width: 575px) {
      header .header-top .text.text-phone {
        text-align: right; } }
  header .header-top .cta-text {
    margin: 6px 0;
    text-align: right; }
    @media (max-width: 575px) {
      header .header-top .cta-text {
        margin: 0; } }
    header .header-top .cta-text .cta-link {
      color: #fff;
      font-size: 14px;
      line-height: 18px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      background: #49595b;
      display: inline-block;
      border-radius: 5px;
      padding: 8px 17px;
      margin-left: 10px; }
      @media (max-width: 991px) {
        header .header-top .cta-text .cta-link {
          display: none; } }
      header .header-top .cta-text .cta-link:hover {
        background: #5a6e71;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
    header .header-top .cta-text .cta-icon {
      display: inline-block;
      padding: 1px 0;
      margin: 0;
      background: transparent;
      border: none;
      position: relative;
      top: 8px;
      outline: none; }
      @media (max-width: 991px) {
        header .header-top .cta-text .cta-icon {
          padding: 0 3px;
          top: 6px; } }
      @media (max-width: 575px) {
        header .header-top .cta-text .cta-icon {
          top: 2px; } }
      header .header-top .cta-text .cta-icon span {
        color: #49595b;
        font-size: 27px;
        line-height: 18px; }
        @media (max-width: 991px) {
          header .header-top .cta-text .cta-icon span {
            font-size: 21px; } }
      header .header-top .cta-text .cta-icon:hover span {
        color: #5a6e71;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }

header .header-menu {
  background: #f3f4f4; }
  header .header-menu #logo {
    margin: 30px 0;
    display: inline-block;
    float: left; }
    header .header-menu #logo img {
      max-width: 370px; }
      @media (max-width: 1199px) {
        header .header-menu #logo img {
          max-width: 270px; } }
      @media (max-width: 991px) {
        header .header-menu #logo img {
          max-width: 320px; } }
      @media (max-width: 420px) {
        header .header-menu #logo img {
          max-width: 230px; } }
  header .header-menu #toggle-nav {
    display: none; }
    @media (max-width: 991px) {
      header .header-menu #toggle-nav {
        display: block;
        width: 30px;
        float: right;
        margin: 27px 0 10px 0;
        padding: 0;
        cursor: pointer;
        border: none;
        background: transparent;
        outline: none; }
        header .header-menu #toggle-nav span {
          display: block;
          height: 3px;
          background: #49595b;
          margin: 4px 0;
          border-radius: 2px; } }
  header .header-menu .menu-holder {
    float: right;
    /*#cart{
				margin: 20px 0 20px 20px;
				float: right;
				display: block;
				text-align: center;
				width: 35px;
				height: 39px;
				background: url('../images/cart.png') no-repeat center center;
				background-size: 100% 100%;
				color: #fff;
				font-size: 20px;
				line-height: 26px;
				@include ProximaNovaBold;
				padding-top: 12px;
				@media (max-width: $lg){
					float: none;
					margin: 15px 0 0 15px;
				}
			}*/ }
    @media (min-width: 991px) {
      header .header-menu .menu-holder {
        display: block !important; } }
    @media (max-width: 991px) {
      header .header-menu .menu-holder {
        display: none;
        position: absolute;
        top: 100%;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 90;
        background: #f3f4f4;
        border-top: 1px solid #49595b; } }
    header .header-menu .menu-holder .menu {
      padding: 18px 0 15px 0;
      float: right;
      /*&.no-cart{
					ul{
						li{
							&:last-child{
								a{
									@media (min-width: $lg){
										padding-right: 0;
									}
								}
							}
						}
					}
				}*/ }
      @media (max-width: 991px) {
        header .header-menu .menu-holder .menu {
          float: none;
          padding: 10px 0 5px 0; } }
      header .header-menu .menu-holder .menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: right; }
        @media (max-width: 991px) {
          header .header-menu .menu-holder .menu ul {
            float: none; } }
        header .header-menu .menu-holder .menu ul li {
          display: inline-block;
          position: relative; }
          @media (max-width: 991px) {
            header .header-menu .menu-holder .menu ul li {
              display: block; } }
          header .header-menu .menu-holder .menu ul li a {
            font-size: 20px;
            line-height: 26px;
            font-family: 'proxima_novabold', sans-serif;
            font-weight: 700;
            display: block;
            padding: 15px 30px;
            text-transform: uppercase;
            cursor: pointer; }
            header .header-menu .menu-holder .menu ul li a:hover {
              color: #5a6e71;
              -o-transition: 0.3s;
              -ms-transition: 0.3s;
              -moz-transition: 0.3s;
              -webkit-transition: 0.3s;
              transition: 0.3s; }
            @media (max-width: 1229px) {
              header .header-menu .menu-holder .menu ul li a {
                padding: 15px 25px; } }
            @media (max-width: 1199px) {
              header .header-menu .menu-holder .menu ul li a {
                padding: 15px; } }
            @media (max-width: 991px) {
              header .header-menu .menu-holder .menu ul li a {
                padding: 8px 15px; } }
            header .header-menu .menu-holder .menu ul li a.has-sub-menu {
              position: relative;
              padding-right: 25px; }
              header .header-menu .menu-holder .menu ul li a.has-sub-menu .icon {
                position: absolute;
                top: 16px;
                right: 0;
                font-size: 24px;
                line-height: 24px; }
              @media (max-width: 991px) {
                header .header-menu .menu-holder .menu ul li a.has-sub-menu {
                  display: none; } }
          @media (min-width: 991px) {
            header .header-menu .menu-holder .menu ul li .sub-menu {
              visibility: hidden;
              opacity: 0;
              list-style: none;
              margin: 0;
              padding: 15px 0;
              position: absolute;
              top: 100%;
              right: 0;
              width: 300px;
              z-index: 91;
              background: #f3f4f4;
              text-align: right;
              -o-transition: 0.2s;
              -ms-transition: 0.2s;
              -moz-transition: 0.2s;
              -webkit-transition: 0.2s;
              transition: 0.2s; }
              header .header-menu .menu-holder .menu ul li .sub-menu li {
                display: block; }
                header .header-menu .menu-holder .menu ul li .sub-menu li a {
                  padding: 10px 30px;
                  text-transform: none; }
            header .header-menu .menu-holder .menu ul li:hover > .sub-menu {
              visibility: visible;
              opacity: 1;
              -o-transition: 0.2s;
              -ms-transition: 0.2s;
              -moz-transition: 0.2s;
              -webkit-transition: 0.2s;
              transition: 0.2s; } }
    header .header-menu .menu-holder .cart-link {
      margin: 30px 5px 20px 35px;
      float: right;
      display: inline-block;
      position: relative;
      z-index: 9; }
      @media (max-width: 1199px) {
        header .header-menu .menu-holder .cart-link {
          margin: 30px 0 20px 25px; } }
      @media (max-width: 991px) {
        header .header-menu .menu-holder .cart-link {
          margin: 13px 15px 10px 10px; } }
      header .header-menu .menu-holder .cart-link span {
        font-size: 30px;
        line-height: 30px; }
      header .header-menu .menu-holder .cart-link:hover span {
        color: #5a6e71;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }

footer {
  background: #c1c6c8;
  padding: 87px 0 0 0;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    footer {
      padding: 40px 0 0 0;
      text-align: center; } }
  footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #fff; }
    @media (max-width: 767px) {
      footer:after {
        display: none; } }
  footer .h2-title {
    margin-bottom: 23px; }
    @media (max-width: 575px) {
      footer .h2-title {
        margin-bottom: 15px; } }
  footer p {
    margin-bottom: 25px; }
    @media (max-width: 575px) {
      footer p {
        margin-bottom: 10px; } }
  footer a:hover {
    color: #5a6e71;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  footer .left-top * {
    font-size: 20px;
    line-height: 24px; }
    @media (max-width: 991px) {
      footer .left-top * {
        font-size: 18px;
        line-height: 22px; } }
    @media (max-width: 575px) {
      footer .left-top * {
        font-size: 14px;
        line-height: 18px; } }
    footer .left-top * .mail-link {
      font-size: 25px;
      line-height: 30px; }
      @media (max-width: 991px) {
        footer .left-top * .mail-link {
          font-size: 22px;
          line-height: 26px; } }
      @media (max-width: 575px) {
        footer .left-top * .mail-link {
          font-size: 16px;
          line-height: 20px; } }
    footer .left-top * .icon {
      display: inline-block;
      font-size: 21px;
      margin-right: 8px;
      position: relative;
      top: 1px; }
      @media (max-width: 575px) {
        footer .left-top * .icon {
          font-size: 16px;
          margin-right: 3px; } }
  footer .social-links:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #49595b;
    margin: 44px 0 54px 0; }
    @media (max-width: 767px) {
      footer .social-links:after {
        margin: 30px auto; } }
    @media (max-width: 575px) {
      footer .social-links:after {
        margin: 10px auto 20px auto; } }
  footer .social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    footer .social-links ul li {
      float: left;
      margin: 0 14px 10px 0; }
      @media (max-width: 767px) {
        footer .social-links ul li {
          float: none;
          margin: 0 10px 10px 10px;
          display: inline-block; } }
      footer .social-links ul li a .icon {
        font-size: 30px;
        line-height: 40px; }
        @media (max-width: 575px) {
          footer .social-links ul li a .icon {
            font-size: 24px;
            line-height: 30px; } }
        footer .social-links ul li a .icon.icon-youtube {
          font-size: 40px; }
          @media (max-width: 575px) {
            footer .social-links ul li a .icon.icon-youtube {
              font-size: 30px;
              position: relative;
              top: 2px; } }
      footer .social-links ul li a:hover .icon {
        color: #5a6e71;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
  footer .left-bottom {
    margin-bottom: 30px; }
    @media (max-width: 575px) {
      footer .left-bottom {
        margin-bottom: 0; } }
    footer .left-bottom * {
      font-size: 20px;
      line-height: 24px; }
      @media (max-width: 575px) {
        footer .left-bottom * {
          font-size: 14px;
          line-height: 18px; } }
    footer .left-bottom.additional_info {
      margin-bottom: 0; }
      footer .left-bottom.additional_info ul {
        padding-left: 0px; }
        footer .left-bottom.additional_info ul.prvi li {
          list-style-type: none; }
          footer .left-bottom.additional_info ul.prvi li a {
            text-transform: uppercase;
            font-size: 16px;
            font-family: 'proxima_novasemibold', sans-serif;
            font-weight: 500; }
        footer .left-bottom.additional_info ul.drugi li {
          list-style-type: none;
          display: inline-block;
          padding-left: 5px;
          padding-right: 10px;
          color: #fff;
          border-right: 1px solid #fff; }
          footer .left-bottom.additional_info ul.drugi li a {
            text-transform: uppercase;
            font-size: 14px; }
          footer .left-bottom.additional_info ul.drugi li:last-child {
            border-right: none; }
          footer .left-bottom.additional_info ul.drugi li:first-child {
            padding-left: 0; }
      footer .left-bottom.additional_info hr {
        border-color: #fff; }
  @media (min-width: 767px) {
    footer .right-holder {
      order: 2; } }
  footer .right-holder .right {
    max-width: 500px;
    margin: 0 auto;
    padding-left: 40px; }
    @media (max-width: 991px) {
      footer .right-holder .right {
        padding-left: 20px; } }
    @media (max-width: 767px) {
      footer .right-holder .right {
        max-width: 100%;
        padding: 0 0 30px 0; } }
    footer .right-holder .right .form-holder {
      margin-bottom: 30px; }
      @media (max-width: 575px) {
        footer .right-holder .right .form-holder {
          padding-bottom: 30px;
          margin-bottom: 0;
          position: relative; }
          footer .right-holder .right .form-holder:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: -15px;
            width: 130%;
            height: 2px;
            background: #fff; } }
      footer .right-holder .right .form-holder .input-holder {
        margin-bottom: 20px; }
        footer .right-holder .right .form-holder .input-holder input,
        footer .right-holder .right .form-holder .input-holder textarea {
          display: block;
          width: 100%;
          padding: 13px 15px;
          background: #fff;
          border-radius: 8px;
          color: #49595b;
          font-size: 20px;
          line-height: 24px;
          border: none; }
          @media (max-width: 575px) {
            footer .right-holder .right .form-holder .input-holder input,
            footer .right-holder .right .form-holder .input-holder textarea {
              padding: 10px;
              font-size: 18px;
              line-height: 22px; } }
        footer .right-holder .right .form-holder .input-holder textarea {
          height: 140px; }
        footer .right-holder .right .form-holder .input-holder ::-webkit-input-placeholder {
          color: #49595b !important;
          opacity: 1; }
        footer .right-holder .right .form-holder .input-holder :-moz-placeholder {
          color: #49595b !important;
          opacity: 1; }
        footer .right-holder .right .form-holder .input-holder ::-moz-placeholder {
          color: #49595b !important;
          opacity: 1; }
        footer .right-holder .right .form-holder .input-holder :-ms-input-placeholder {
          color: #49595b !important;
          opacity: 1; }
        footer .right-holder .right .form-holder .input-holder div.error {
          margin-top: 4px;
          font-size: 14px;
          line-height: 16px;
          color: red;
          text-align: left; }
      footer .right-holder .right .form-holder input[type="submit"],
      footer .right-holder .right .form-holder button[type="submit"] {
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        display: inline-block;
        padding: 14px 16px;
        border-radius: 5px;
        background: #49595b;
        font-family: 'proxima_novabold', sans-serif;
        font-weight: 700;
        border: none;
        text-transform: uppercase;
        outline: none; }
        footer .right-holder .right .form-holder input[type="submit"]:hover,
        footer .right-holder .right .form-holder button[type="submit"]:hover {
          background: #5a6e71;
          -o-transition: 0.3s;
          -ms-transition: 0.3s;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        @media (max-width: 575px) {
          footer .right-holder .right .form-holder input[type="submit"],
          footer .right-holder .right .form-holder button[type="submit"] {
            padding: 9px 30px;
            font-size: 16px;
            line-height: 20px; } }
    footer .right-holder .right .form-status {
      margin-top: 20px;
      font-size: 20px;
      line-height: 24px; }
      footer .right-holder .right .form-status * {
        font-size: 20px;
        line-height: 24px; }

#page-bottom {
  background: #49595b;
  padding: 13px 0; }
  @media (max-width: 767px) {
    #page-bottom {
      text-align: center; } }
  @media (max-width: 575px) {
    #page-bottom {
      padding: 10px 0; } }
  #page-bottom * {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-family: 'proxima_novabold', sans-serif;
    font-weight: 700; }

.h2-title {
  font-size: 35px;
  line-height: 42px;
  font-family: 'proxima_novabold', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  .h2-title.ttn {
    text-transform: none; }
  .h2-title * {
    font-size: 35px;
    line-height: 42px;
    font-family: 'proxima_novabold', sans-serif;
    font-weight: 700; }
  .h2-title a:hover {
    color: #5a6e71;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  @media (max-width: 767px) {
    .h2-title {
      font-size: 25px;
      line-height: 30px; }
      .h2-title * {
        font-size: 25px;
        line-height: 30px; } }
.h3-title {
  font-size: 20px;
  line-height: 26px;
  font-family: 'proxima_novabold', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  .h3-title * {
    font-size: 20px;
    line-height: 26px;
    font-family: 'proxima_novabold', sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .h3-title a:hover {
    color: #5a6e71;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  @media (max-width: 767px) {
    .h3-title {
      font-size: 16px;
      line-height: 20px; }
      .h3-title * {
        font-size: 16px;
        line-height: 20px; } }
.cta-watch {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  padding: 20px 23px 20px 84px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #49595b;
  font-family: 'proxima_novabold', sans-serif;
  font-weight: 700;
  position: relative; }
  .cta-watch:hover {
    background: #5a6e71;
    color: #fff;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  @media (max-width: 991px) {
    .cta-watch {
      padding: 15px 18px 15px 55px; } }
  .cta-watch .icon {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: 12px;
    left: 24px; }
    @media (max-width: 991px) {
      .cta-watch .icon {
        left: 15px;
        font-size: 30px;
        line-height: 30px; } }
  .cta-watch.white {
    color: #49595b;
    border: 1px solid #fff;
    background: #fff; }
    .cta-watch.white .icon {
      color: #49595b; }
    .cta-watch.white:hover {
      background: #49595b;
      color: #fff;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .cta-watch.white:hover .icon {
        color: #fff;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }

.cta {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  padding: 21px 24px;
  border-radius: 5px;
  background: #49595b;
  font-family: 'proxima_novabold', sans-serif;
  font-weight: 700;
  border: none;
  outline: none; }
  .cta:focus {
    outline: none; }
  @media (max-width: 991px) {
    .cta {
      padding: 15px 20px; } }
  .cta:hover {
    color: #fff;
    background: #5a6e71;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  @media (max-width: 575px) {
    .cta {
      padding: 10px 15px;
      font-size: 16px;
      line-height: 18px; } }
  .cta.white {
    color: #49595b;
    border: 1px solid #fff;
    background: #fff; }
    .cta.white .icon {
      color: #49595b; }
    .cta.white:hover {
      background: #49595b;
      color: #fff;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .cta.white:hover .icon {
        color: #fff;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
  .cta.loading {
    position: relative; }
    .cta.loading:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.8);
      z-index: 8; }
    .cta.loading:after {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 50px;
      margin: 0 auto;
      background: red;
      top: 105%;
      left: 0;
      text-align: center;
      background: url("../images/loading.gif") no-repeat center center;
      background-size: 50px 50px; }

.tt-sec-0 {
  background: #f3f4f4;
  position: relative;
  overflow: hidden; }
  .tt-sec-0 .cta-holder {
    color: #fff;
    position: relative;
    z-index: 2;
    height: 100%; }
    @media (max-width: 767px) {
      .tt-sec-0 .cta-holder {
        display: none; } }
    .tt-sec-0 .cta-holder .cta-watch,
    .tt-sec-0 .cta-holder .cta {
      border: 1px solid #fff;
      position: absolute;
      left: 0;
      bottom: 50px; }
  .tt-sec-0 .container-holder .list-holder {
    padding: 50px 0 40px 0; }
    @media (max-width: 991px) {
      .tt-sec-0 .container-holder .list-holder {
        padding: 35px 0 30px 15px; } }
    @media (max-width: 767px) {
      .tt-sec-0 .container-holder .list-holder {
        padding: 25px 0 10px 0; } }
    .tt-sec-0 .container-holder .list-holder h2 {
      margin-bottom: 22px; }
      @media (max-width: 767px) {
        .tt-sec-0 .container-holder .list-holder h2 {
          margin-bottom: 10px; } }
    .tt-sec-0 .container-holder .list-holder a {
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      text-decoration: underline; }
    .tt-sec-0 .container-holder .list-holder .list .item {
      position: relative;
      padding: 8px 0 8px 55px; }
      @media (max-width: 767px) {
        .tt-sec-0 .container-holder .list-holder .list .item {
          padding: 0 0 3px 40px; } }
      .tt-sec-0 .container-holder .list-holder .list .item .thumb {
        position: absolute;
        top: 14%;
        left: 9px;
        width: 30px; }
        @media (max-width: 767px) {
          .tt-sec-0 .container-holder .list-holder .list .item .thumb {
            top: 0;
            left: 0; } }
      .tt-sec-0 .container-holder .list-holder .list .item big {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0.5px;
        font-family: 'proxima_novabold', sans-serif;
        font-weight: 700;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }
        @media (max-width: 767px) {
          .tt-sec-0 .container-holder .list-holder .list .item big {
            font-size: 24px;
            line-height: 30px; } }
      .tt-sec-0 .container-holder .list-holder .list .item.no-p-mr {
        padding-bottom: 20px; }
        .tt-sec-0 .container-holder .list-holder .list .item.no-p-mr p {
          margin-bottom: 0; }
  .tt-sec-0 .sec-bg {
    left: 0; }
    .tt-sec-0 .sec-bg .sec-bg-content {
      left: auto;
      right: 15px;
      margin-right: 0;
      margin-left: 15px; }
  .tt-sec-0.p-big p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 1.5rem; }
    @media (max-width: 767px) {
      .tt-sec-0.p-big p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 1rem; } }
  .tt-sec-0.p-big .container-holder .list-holder {
    padding: 100px 0 80px 0; }
    @media (max-width: 1199px) {
      .tt-sec-0.p-big .container-holder .list-holder {
        padding: 70px 0 50px 0; } }
    @media (max-width: 991px) {
      .tt-sec-0.p-big .container-holder .list-holder {
        padding: 70px 0 50px 15px; } }
    @media (max-width: 767px) {
      .tt-sec-0.p-big .container-holder .list-holder {
        padding: 25px 0 10px 0; } }
  @media (min-width: 767px) {
    .tt-sec-0.image-right .col-c-1 {
      order: 2;
      padding-left: 16.6666666667%; }
    .tt-sec-0.image-right .col-c-2 {
      order: 1; }
    .tt-sec-0.image-right .sec-bg {
      left: 50%; } }
.cart-popup-holder {
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(73, 89, 91, 0.9); }
  .cart-popup-holder .cart-popup {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 560px;
    padding: 50px 40px 30px 40px;
    margin-left: auto;
    max-width: 100%;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    background: #f3f4f4; }
    @media (max-width: 575px) {
      .cart-popup-holder .cart-popup {
        width: 100%;
        padding: 25px 15px 30px 15px; } }
    .cart-popup-holder .cart-popup .top {
      position: relative;
      margin-bottom: 34px;
      padding-bottom: 16px;
      border-bottom: 1px solid #49595b; }
      .cart-popup-holder .cart-popup .top .cart-opener {
        border: none;
        background: transparent;
        margin: 0;
        position: absolute;
        top: -35px;
        right: 0;
        outline: none; }
        @media (max-width: 575px) {
          .cart-popup-holder .cart-popup .top .cart-opener {
            top: 2px; } }
        .cart-popup-holder .cart-popup .top .cart-opener span {
          font-size: 24px;
          line-height: 24px; }
      .cart-popup-holder .cart-popup .top .cart-title {
        text-align: center;
        font-size: 36px;
        line-height: 46px;
        font-family: 'proxima_novabold', sans-serif;
        font-weight: 700;
        text-transform: uppercase; }
        @media (max-width: 575px) {
          .cart-popup-holder .cart-popup .top .cart-title {
            text-align: left;
            font-size: 25px;
            line-height: 30px; } }
    .cart-popup-holder .cart-popup #cart-popup-list .list h3 {
      font-size: 16px;
      line-height: 20px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      margin: 5px 0;
      text-transform: uppercase; }
    .cart-popup-holder .cart-popup #cart-popup-list .list .item {
      position: relative;
      padding: 0 80px 0 130px;
      margin-bottom: 30px; }
      @media (max-width: 575px) {
        .cart-popup-holder .cart-popup #cart-popup-list .list .item {
          padding: 0 80px 0 100px; } }
      .cart-popup-holder .cart-popup #cart-popup-list .list .item .thumb {
        position: absolute;
        top: 0;
        left: 0; }
        .cart-popup-holder .cart-popup #cart-popup-list .list .item .thumb img {
          max-width: 110px; }
          @media (max-width: 575px) {
            .cart-popup-holder .cart-popup #cart-popup-list .list .item .thumb img {
              max-width: 85px; } }
      .cart-popup-holder .cart-popup #cart-popup-list .list .item .data * {
        font-size: 15px;
        line-height: 20px; }
    .cart-popup-holder .cart-popup #cart-popup-list .list .price {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 16px;
      line-height: 20px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      width: 80px;
      text-align: right; }
    .cart-popup-holder .cart-popup #cart-popup-list .cart-totals {
      border-top: 1px solid #49595b;
      border-bottom: 1px solid #49595b;
      padding: 18px 0;
      margin: 18px 0;
      text-align: right; }
      .cart-popup-holder .cart-popup #cart-popup-list .cart-totals .item {
        overflow: hidden;
        margin-bottom: 2px; }
        .cart-popup-holder .cart-popup #cart-popup-list .cart-totals .item .attr {
          float: left;
          width: 43%;
          font-size: 18px;
          line-height: 24px;
          padding-top: 5px; }
          @media (max-width: 575px) {
            .cart-popup-holder .cart-popup #cart-popup-list .cart-totals .item .attr {
              width: 50%; } }
        .cart-popup-holder .cart-popup #cart-popup-list .cart-totals .item .val {
          float: right;
          width: 50%;
          font-size: 28px;
          line-height: 34px;
          padding-right: 35px; }
          @media (max-width: 575px) {
            .cart-popup-holder .cart-popup #cart-popup-list .cart-totals .item .val {
              padding-right: 0; } }
    .cart-popup-holder .cart-popup #cart-popup-list .cart-link .cta {
      color: #fff;
      padding: 10px 15px;
      font-size: 18px;
      line-height: 22px; }

body.cart-active .cart-popup-holder {
  opacity: 1;
  visibility: visible; }
  body.cart-active .cart-popup-holder .cart-popup {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

#login-modal .modal-dialog .modal-content .modal-body {
  padding: 100px 30px 80px 30px; }
  @media (max-width: 575px) {
    #login-modal .modal-dialog .modal-content .modal-body {
      padding: 40px 20px 20px 20px; } }
  #login-modal .modal-dialog .modal-content .modal-body .inner {
    max-width: 500px;
    margin: 0 auto; }
    #login-modal .modal-dialog .modal-content .modal-body .inner .modal-close {
      position: absolute;
      top: 40px;
      right: 35px;
      background: transparent;
      border: none;
      outline: none;
      padding: 0; }
      @media (max-width: 991px) {
        #login-modal .modal-dialog .modal-content .modal-body .inner .modal-close {
          right: 30px; } }
      #login-modal .modal-dialog .modal-content .modal-body .inner .modal-close span {
        font-size: 36px;
        line-height: 36px; }
      @media (max-width: 575px) {
        #login-modal .modal-dialog .modal-content .modal-body .inner .modal-close {
          top: 15px;
          right: 15px; }
          #login-modal .modal-dialog .modal-content .modal-body .inner .modal-close span {
            font-size: 22px;
            line-height: 28px; } }
    #login-modal .modal-dialog .modal-content .modal-body .inner .title {
      font-size: 40px;
      line-height: 55px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      margin-bottom: 45px; }
      @media (max-width: 575px) {
        #login-modal .modal-dialog .modal-content .modal-body .inner .title {
          font-size: 26px;
          line-height: 32px;
          margin-bottom: 10px; } }
    #login-modal .modal-dialog .modal-content .modal-body .inner .text {
      margin-bottom: 40px;
      font-size: 16px;
      line-height: 22px; }
      @media (max-width: 575px) {
        #login-modal .modal-dialog .modal-content .modal-body .inner .text {
          margin-bottom: 20px; } }
    #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder {
      clear: both;
      margin-bottom: 18px; }
      @media (max-width: 575px) {
        #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder {
          margin-bottom: 13px; } }
      #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder input[type="text"],
      #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder input[type="email"],
      #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder input[type="password"] {
        display: block;
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        padding: 9px 13px;
        border: 2px solid #c1c6c8;
        border-radius: 5px; }
        @media (max-width: 575px) {
          #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder input[type="text"],
          #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder input[type="email"],
          #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder input[type="password"] {
            font-size: 16px;
            line-height: 20px;
            padding: 7px 10px; } }
      #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder ::-webkit-input-placeholder {
        color: #49595b !important;
        opacity: 1; }
      #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder :-moz-placeholder {
        color: #49595b !important;
        opacity: 1; }
      #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder ::-moz-placeholder {
        color: #49595b !important;
        opacity: 1; }
      #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder :-ms-input-placeholder {
        color: #49595b !important;
        opacity: 1; }
      #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder.input-holder-pass {
        margin-bottom: 0; }
        #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder.input-holder-pass .info-text {
          padding-top: 5px;
          text-align: right; }
      #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder.submit {
        margin-bottom: 10px; }
        #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder.submit input[type="submit"],
        #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder.submit button[type="submit"] {
          padding: 14px 20px;
          text-transform: uppercase; }
          @media (max-width: 575px) {
            #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder.submit input[type="submit"],
            #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder.submit button[type="submit"] {
              padding: 10px 15px; } }
      #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .input-holder div.error {
        margin-top: 4px;
        font-size: 14px;
        line-height: 16px;
        color: red; }
    #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .info-text {
      text-align: left;
      font-size: 14px;
      line-height: 18px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700; }
      #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .info-text a {
        font-size: 14px;
        line-height: 18px;
        font-family: 'proxima_novabold', sans-serif;
        font-weight: 700;
        text-decoration: underline; }
    #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .form-status {
      margin-top: 20px;
      font-size: 20px;
      line-height: 24px; }
      #login-modal .modal-dialog .modal-content .modal-body .inner .form-holder .form-status * {
        font-size: 20px;
        line-height: 24px; }

.search-popup-holder {
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(73, 89, 91, 0.9); }
  .search-popup-holder .search-popup {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background: #f3f4f4;
    height: 100%; }
    .search-popup-holder .search-popup .search-form-holder {
      padding: 120px 0;
      position: relative; }
      @media (max-width: 575px) {
        .search-popup-holder .search-popup .search-form-holder {
          padding: 60px 0; } }
      .search-popup-holder .search-popup .search-form-holder .search-opener {
        border: none;
        background: transparent;
        margin: 0;
        position: absolute;
        top: 35px;
        right: 0;
        padding: 0;
        outline: none; }
        @media (max-width: 575px) {
          .search-popup-holder .search-popup .search-form-holder .search-opener {
            top: 20px; } }
        .search-popup-holder .search-popup .search-form-holder .search-opener span {
          font-size: 24px;
          line-height: 24px; }
      .search-popup-holder .search-popup .search-form-holder form {
        position: relative; }
        .search-popup-holder .search-popup .search-form-holder form .input-s {
          border: none;
          border-bottom: 1px solid #49595b;
          padding: 15px 0 15px 55px;
          background: transparent;
          width: 100%;
          font-size: 26px;
          line-height: 32px; }
          @media (max-width: 575px) {
            .search-popup-holder .search-popup .search-form-holder form .input-s {
              padding: 10px 0 10px 30px;
              font-size: 16px;
              line-height: 20px; } }
        .search-popup-holder .search-popup .search-form-holder form ::-webkit-input-placeholder {
          color: #49595b !important;
          opacity: 1; }
        .search-popup-holder .search-popup .search-form-holder form :-moz-placeholder {
          color: #49595b !important;
          opacity: 1; }
        .search-popup-holder .search-popup .search-form-holder form ::-moz-placeholder {
          color: #49595b !important;
          opacity: 1; }
        .search-popup-holder .search-popup .search-form-holder form :-ms-input-placeholder {
          color: #49595b !important;
          opacity: 1; }
        .search-popup-holder .search-popup .search-form-holder form div.error {
          padding: 10px 0 0 55px;
          font-size: 14px;
          line-height: 16px;
          color: red; }
          @media (max-width: 575px) {
            .search-popup-holder .search-popup .search-form-holder form div.error {
              padding: 5px 0 0 30px; } }
        .search-popup-holder .search-popup .search-form-holder form button {
          border: none;
          background: transparent;
          margin: 0;
          position: absolute;
          top: 11px;
          left: 0;
          outline: none;
          padding: 0; }
          @media (max-width: 575px) {
            .search-popup-holder .search-popup .search-form-holder form button {
              top: 6px; } }
          .search-popup-holder .search-popup .search-form-holder form button span {
            font-size: 34px; }
            @media (max-width: 575px) {
              .search-popup-holder .search-popup .search-form-holder form button span {
                font-size: 24px; } }
body.search-active .search-popup-holder {
  opacity: 1;
  visibility: visible; }
  body.search-active .search-popup-holder .search-popup {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

#header-breadcrumbs {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  text-align: center;
  padding: 128px 0;
  position: relative;
  z-index: 5; }
  @media (max-width: 991px) {
    #header-breadcrumbs {
      padding: 80px 0; } }
  @media (max-width: 575px) {
    #header-breadcrumbs {
      padding: 40px 0; } }
  #header-breadcrumbs:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #49595b;
    background: rgba(73, 89, 91, 0.66);
    z-index: 3; }
  #header-breadcrumbs .b-content {
    position: relative;
    z-index: 4; }
    #header-breadcrumbs .b-content h1,
    #header-breadcrumbs .b-content .h1-title {
      color: #fff;
      font-size: 35px;
      line-height: 40px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      margin-bottom: 18px; }
      @media (max-width: 575px) {
        #header-breadcrumbs .b-content h1,
        #header-breadcrumbs .b-content .h1-title {
          font-size: 25px;
          line-height: 30px; } }
    #header-breadcrumbs .b-content .b-list a, #header-breadcrumbs .b-content .b-list span, #header-breadcrumbs .b-content .b-list h1, #header-breadcrumbs .b-content .b-list h2 {
      color: #fff;
      font-size: 20px;
      line-height: 30px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      display: inline-block;
      margin: 0; }
      @media (max-width: 575px) {
        #header-breadcrumbs .b-content .b-list a, #header-breadcrumbs .b-content .b-list span, #header-breadcrumbs .b-content .b-list h1, #header-breadcrumbs .b-content .b-list h2 {
          font-size: 14px;
          line-height: 18px; } }
    #header-breadcrumbs .b-content .b-list a:hover {
      text-decoration: underline; }
    #header-breadcrumbs .b-content .b-list span {
      margin: 0 3px; }

#home-slider {
  margin-top: 33px;
  max-height: 670px;
  overflow: hidden; }
  @media (max-width: 991px) {
    #home-slider {
      max-height: 500px; } }
  @media (max-width: 767px) {
    #home-slider {
      max-height: 400px; } }
  @media (max-width: 575px) {
    #home-slider {
      max-height: 300px;
      margin-top: 0; } }
  #home-slider .slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    position: relative; }
    #home-slider .slide:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      background: rgba(0, 0, 0, 0.3); }
      @media (max-width: 575px) {
        #home-slider .slide:after {
          display: none; } }
    #home-slider .slide .s-c-holder {
      height: 670px;
      position: relative;
      max-width: 500px;
      z-index: 9; }
      @media (max-width: 991px) {
        #home-slider .slide .s-c-holder {
          height: 500px; } }
      @media (max-width: 767px) {
        #home-slider .slide .s-c-holder {
          height: 400px; } }
      @media (max-width: 575px) {
        #home-slider .slide .s-c-holder {
          height: 300px; } }
      #home-slider .slide .s-c-holder .s-c-inner {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 30px 0;
        color: #fff; }
        @media (max-width: 575px) {
          #home-slider .slide .s-c-holder .s-c-inner {
            background: #fff;
            background: rgba(255, 255, 255, 0.6);
            padding: 10px 15px; } }
        #home-slider .slide .s-c-holder .s-c-inner h1,
        #home-slider .slide .s-c-holder .s-c-inner h3 {
          color: #fff;
          font-size: 50px;
          line-height: 52px;
          font-family: 'proxima_novasemibold', sans-serif;
          font-weight: 500; }
          @media (max-width: 991px) {
            #home-slider .slide .s-c-holder .s-c-inner h1,
            #home-slider .slide .s-c-holder .s-c-inner h3 {
              font-size: 45px;
              line-height: 47px; } }
          @media (max-width: 575px) {
            #home-slider .slide .s-c-holder .s-c-inner h1,
            #home-slider .slide .s-c-holder .s-c-inner h3 {
              font-size: 24px;
              line-height: 26px;
              color: #49595b; } }
        #home-slider .slide .s-c-holder .s-c-inner p {
          color: #fff;
          font-size: 21px;
          line-height: 25px;
          margin-bottom: 20px; }
          @media (max-width: 991px) {
            #home-slider .slide .s-c-holder .s-c-inner p {
              font-size: 18px;
              line-height: 21px; } }
          @media (max-width: 575px) {
            #home-slider .slide .s-c-holder .s-c-inner p {
              display: none; } }
        #home-slider .slide .s-c-holder .s-c-inner .cta {
          border: 1px solid #fff; }
        @media (max-width: 575px) {
          #home-slider .slide .s-c-holder .s-c-inner .cta-watch,
          #home-slider .slide .s-c-holder .s-c-inner .cta {
            color: #49595b;
            font-size: 14px;
            line-height: 18px;
            padding: 0;
            border: none;
            background: transparent;
            font-family: 'proxima_novaregular', sans-serif;
            font-weight: 400;
            text-decoration: underline; }
            #home-slider .slide .s-c-holder .s-c-inner .cta-watch .icon,
            #home-slider .slide .s-c-holder .s-c-inner .cta .icon {
              display: none; } }
#slogan {
  text-align: center;
  padding: 49px 0;
  background: #49595b; }
  @media (max-width: 991px) {
    #slogan {
      padding: 30px 0; } }
  @media (max-width: 575px) {
    #slogan {
      padding: 20px 0; } }
  #slogan * {
    color: #fff;
    font-size: 34px;
    line-height: 40px;
    font-family: 'proxima_novabold', sans-serif;
    font-weight: 700;
    letter-spacing: 1px; }
    @media (max-width: 991px) {
      #slogan * {
        font-size: 28px;
        line-height: 34px; } }
    @media (max-width: 575px) {
      #slogan * {
        font-size: 20px;
        line-height: 24px; } }
#home-section-2 {
  background: #f3f4f4;
  position: relative;
  overflow: hidden; }
  #home-section-2 .container-holder .list-holder {
    padding: 94px 0 74px 0; }
    @media (max-width: 991px) {
      #home-section-2 .container-holder .list-holder {
        padding: 40px 15px 25px 0; } }
    @media (max-width: 767px) {
      #home-section-2 .container-holder .list-holder {
        padding: 30px 0 15px 0; } }
    #home-section-2 .container-holder .list-holder h2 {
      margin-bottom: 38px; }
      @media (max-width: 767px) {
        #home-section-2 .container-holder .list-holder h2 {
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 20px; } }
    #home-section-2 .container-holder .list-holder .list .item {
      position: relative;
      padding: 0 0 3px 70px; }
      @media (max-width: 991px) {
        #home-section-2 .container-holder .list-holder .list .item {
          padding: 0 0 3px 50px; } }
      @media (max-width: 767px) {
        #home-section-2 .container-holder .list-holder .list .item {
          padding: 0 0 3px 40px; } }
      #home-section-2 .container-holder .list-holder .list .item .thumb {
        position: absolute;
        top: 15px;
        left: 0;
        width: 43px; }
        @media (max-width: 991px) {
          #home-section-2 .container-holder .list-holder .list .item .thumb {
            width: 35px; } }
        @media (max-width: 767px) {
          #home-section-2 .container-holder .list-holder .list .item .thumb {
            width: 30px; } }
      #home-section-2 .container-holder .list-holder .list .item h3 {
        margin-bottom: 5px; }
        @media (max-width: 767px) {
          #home-section-2 .container-holder .list-holder .list .item h3 {
            margin-bottom: 0; } }
  @media (min-width: 767px) {
    #home-section-2.image-left .col-c {
      margin-left: 50%; } }
  @media (min-width: 991px) {
    #home-section-2.image-left .col-c {
      margin-left: 58.333333%; } }
  #home-section-2.image-left .sec-bg {
    left: 0; }

.sec-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  z-index: 1; }
  .sec-bg.left {
    left: 0; }
  @media (max-width: 767px) {
    .sec-bg {
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9; } }
  .sec-bg .sec-bg-content {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 15px;
    left: 15px;
    margin-right: 15px; }
    @media (max-width: 767px) {
      .sec-bg .sec-bg-content {
        display: block; } }
    .sec-bg .sec-bg-content h2 {
      color: #49595b;
      font-size: 24px;
      line-height: 26px;
      font-family: 'proxima_novasemibold', sans-serif;
      font-weight: 500; }
    .sec-bg .sec-bg-content .cta-swipe {
      color: #49595b;
      font-size: 14px;
      line-height: 18px;
      text-decoration: underline; }

@media (max-width: 767px) {
  .mobile-swipe .container-holder {
    background: #f3f4f4;
    position: relative;
    z-index: 10;
    left: 100%; }
  .mobile-swipe.swipe-right .container-holder {
    -webkit-animation: swipeRight 0.4s ease-out;
    -moz-animation: swipeRight 0.4s ease-out;
    -o-animation: swipeRight 0.4s ease-out;
    animation: swipeRight 0.4s ease-out;
    left: 100%; }
  .mobile-swipe.swipe-left .container-holder {
    -webkit-animation: swipeLeft 0.4s ease-out;
    -moz-animation: swipeLeft 0.4s ease-out;
    -o-animation: swipeLeft 0.4s ease-out;
    animation: swipeLeft 0.4s ease-out;
    left: 0; } }

#home-section-3 {
  padding: 75px 0;
  text-align: center; }
  @media (max-width: 575px) {
    #home-section-3 {
      padding: 35px 0; } }
  #home-section-3 h2 {
    margin-bottom: 55px; }
    @media (max-width: 575px) {
      #home-section-3 h2 {
        margin-bottom: 25px; } }
  #home-section-3 .item {
    margin-bottom: 30px; }
    #home-section-3 .item:after {
      content: "";
      position: absolute;
      z-index: 2;
      top: 28px;
      left: 50%;
      width: 100%;
      height: 2px;
      border-top: 2px dashed #49595b; }
      @media (max-width: 767px) {
        #home-section-3 .item:after {
          top: 17px; } }
      @media (max-width: 575px) {
        #home-section-3 .item:after {
          display: none; } }
    #home-section-3 .item:last-child:after {
      display: none; }
    #home-section-3 .item .num {
      width: 55px;
      height: 55px;
      margin: 0 auto;
      border-radius: 50%;
      color: #fff;
      font-size: 24px;
      line-height: 55px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      text-align: center;
      background: #49595b;
      position: relative;
      z-index: 3; }
      @media (max-width: 767px) {
        #home-section-3 .item .num {
          width: 35px;
          height: 35px;
          line-height: 35px;
          font-size: 18px; } }
    #home-section-3 .item .spacer {
      margin: 0 auto;
      width: 1px;
      height: 80px;
      border-left: 2px dashed #49595b; }
      @media (max-width: 575px) {
        #home-section-3 .item .spacer {
          height: 50px; } }
    #home-section-3 .item .thumb-holder {
      border-radius: 50%;
      border: 2px solid #49595b;
      overflow: hidden;
      width: 190px;
      height: 190px;
      margin: 0 auto 28px auto;
      position: relative; }
      @media (max-width: 991px) {
        #home-section-3 .item .thumb-holder {
          width: 150px;
          height: 150px; } }
      @media (max-width: 767px) {
        #home-section-3 .item .thumb-holder {
          width: 100px;
          height: 100px; } }
      @media (max-width: 575px) {
        #home-section-3 .item .thumb-holder {
          width: 130px;
          height: 130px;
          margin-bottom: 10px; } }
      #home-section-3 .item .thumb-holder .thumb {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%; }
        #home-section-3 .item .thumb-holder .thumb a {
          display: inline-block; }
          #home-section-3 .item .thumb-holder .thumb a img {
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
        #home-section-3 .item .thumb-holder .thumb img {
          max-width: 45%; }
      #home-section-3 .item .thumb-holder:hover .thumb a img {
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3); }
  #home-section-3 .cta {
    margin: 33px 0 10px 0; }
    @media (max-width: 575px) {
      #home-section-3 .cta {
        margin: 0 0 10px 0; } }
#home-section-5 {
  padding: 75px 0 30px 0;
  text-align: center; }
  @media (max-width: 575px) {
    #home-section-5 {
      padding: 40px 0 20px 0; } }
  #home-section-5 .h2-title {
    margin-bottom: 64px; }
    @media (max-width: 767px) {
      #home-section-5 .h2-title {
        margin-bottom: 25px; } }
  #home-section-5 .item {
    margin-bottom: 40px; }
    #home-section-5 .item .thumb-holder {
      border-radius: 50%;
      border: 2px solid #49595b;
      overflow: hidden;
      width: 190px;
      height: 190px;
      margin: 0 auto 28px auto;
      position: relative; }
      @media (max-width: 991px) {
        #home-section-5 .item .thumb-holder {
          width: 150px;
          height: 150px; } }
      @media (max-width: 767px) {
        #home-section-5 .item .thumb-holder {
          margin-bottom: 15px; } }
      @media (max-width: 575px) {
        #home-section-5 .item .thumb-holder {
          width: 130px;
          height: 130px; } }
      #home-section-5 .item .thumb-holder .thumb {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%; }
        #home-section-5 .item .thumb-holder .thumb a {
          display: inline-block; }
          #home-section-5 .item .thumb-holder .thumb a img {
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
        #home-section-5 .item .thumb-holder .thumb img {
          max-width: 45%; }
      #home-section-5 .item .thumb-holder:hover .thumb a img {
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3); }
    #home-section-5 .item .h3-title {
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        #home-section-5 .item .h3-title {
          margin-bottom: 15px; } }
    #home-section-5 .item .text {
      text-align: justify;
      max-width: 330px;
      margin: 0 auto; }

#home-section-6 {
  position: relative;
  background: #49595b;
  overflow: hidden; }
  #home-section-6 .container-holder {
    background: #49595b; }
    #home-section-6 .container-holder * {
      color: #fff; }
    #home-section-6 .container-holder .content {
      padding: 182px 0 168px 0; }
      @media (max-width: 991px) {
        #home-section-6 .container-holder .content {
          padding: 140px 0 100px 0; } }
  @media (max-width: 991px) and (max-width: 767px) {
    #home-section-6 .container-holder .content {
      padding: 80px 0; } }
      #home-section-6 .container-holder .content .h2-title {
        margin-bottom: 22px; }
        @media (max-width: 767px) {
          #home-section-6 .container-holder .content .h2-title {
            margin-bottom: 10px; } }
      #home-section-6 .container-holder .content p {
        font-size: 21px;
        line-height: 25px; }
        @media (max-width: 767px) {
          #home-section-6 .container-holder .content p {
            font-size: 14px;
            line-height: 18px; } }
      #home-section-6 .container-holder .content .cta-white {
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        display: inline-block;
        padding: 21px 24px;
        border-radius: 5px;
        font-family: 'proxima_novabold', sans-serif;
        font-weight: 700;
        border: 1px solid #fff;
        min-width: 240px;
        text-align: center;
        margin: 15px 0 20px 0; }
        #home-section-6 .container-holder .content .cta-white:hover {
          color: #49595b;
          background: #fff;
          -o-transition: 0.3s;
          -ms-transition: 0.3s;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        @media (max-width: 767px) {
          #home-section-6 .container-holder .content .cta-white {
            padding: 10px 15px;
            font-size: 16px;
            line-height: 18px;
            min-width: auto;
            margin: 0; } }
  @media (min-width: 767px) {
    #home-section-6.image-left .col-c {
      margin-left: 50%; } }
  @media (min-width: 991px) {
    #home-section-6.image-left .col-c {
      margin-left: 58.333333%; } }
  #home-section-6.image-left .sec-bg {
    left: 0; }

#home-section-7 {
  text-align: center;
  padding: 100px 0 50px 0; }
  @media (max-width: 767px) {
    #home-section-7 {
      padding: 60px 0 20px 0; } }
  @media (max-width: 575px) {
    #home-section-7 {
      padding: 40px 0 20px 0; } }
  #home-section-7 .h2-title {
    margin-bottom: 43px; }
    @media (max-width: 575px) {
      #home-section-7 .h2-title {
        margin-bottom: 20px; } }
  #home-section-7 .item {
    margin-bottom: 40px; }
    #home-section-7 .item .thumb-single {
      margin-bottom: 30px;
      position: relative; }
      @media (max-width: 575px) {
        #home-section-7 .item .thumb-single {
          margin-bottom: 15px; } }
      #home-section-7 .item .thumb-single a {
        display: inline-block;
        position: relative; }
        #home-section-7 .item .thumb-single a:after {
          content: "";
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.4);
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0; }
        #home-section-7 .item .thumb-single a .text {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 100%;
          padding: 10px 15px;
          left: 0;
          z-index: 2;
          opacity: 0; }
          #home-section-7 .item .thumb-single a .text span {
            color: #fff;
            font-family: 'proxima_novabold', sans-serif;
            font-weight: 700; }
            #home-section-7 .item .thumb-single a .text span.title {
              font-size: 20px;
              line-height: 24px;
              display: block;
              margin-bottom: 15px; }
            #home-section-7 .item .thumb-single a .text span.more {
              display: inline-block;
              font-size: 18px;
              line-height: 22px;
              padding: 7px 20px;
              border: 2px solid #fff;
              border-radius: 20px; }
        #home-section-7 .item .thumb-single a:hover:after,
        #home-section-7 .item .thumb-single a:hover .text {
          -webkit-animation: fadeIn 0.3s ease-out;
          -moz-animation: fadeIn 0.3s ease-out;
          -o-animation: fadeIn 0.3s ease-out;
          animation: fadeIn 0.3s ease-out;
          opacity: 1; }
    #home-section-7 .item h3 {
      font-size: 15px;
      line-height: 20px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      margin-bottom: 15px; }
      #home-section-7 .item h3 a {
        font-size: 15px;
        line-height: 20px;
        font-family: 'proxima_novabold', sans-serif;
        font-weight: 700; }
        #home-section-7 .item h3 a:hover {
          color: #5a6e71;
          -o-transition: 0.3s;
          -ms-transition: 0.3s;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
  #home-section-7 .cta-holder {
    color: #fff;
    margin: 55px 0 30px 0; }
    @media (max-width: 991px) {
      #home-section-7 .cta-holder {
        margin: 20px 0 30px 0; } }
    @media (max-width: 575px) {
      #home-section-7 .cta-holder {
        margin: 0 0 30px 0; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-webkit-keyframes swipeLeft {
  0% {
    left: 100%; }
  100% {
    left: 0; } }

@-moz-keyframes swipeLeft {
  0% {
    left: 100%; }
  100% {
    left: 0; } }

@-o-keyframes swipeLeft {
  0% {
    left: 100%; }
  100% {
    left: 0; } }

@keyframes swipeLeft {
  0% {
    left: 100%; }
  100% {
    left: 0; } }

@-webkit-keyframes swipeRight {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@-moz-keyframes swipeRight {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@-o-keyframes swipeRight {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@keyframes swipeRight {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

#process-section-1 {
  padding: 45px 0 55px 0;
  background: #f3f4f4;
  text-align: center;
  position: relative;
  z-index: 5; }
  @media (max-width: 575px) {
    #process-section-1 {
      padding: 35px 0 25px 0; } }
  #process-section-1 .h2-title {
    margin-bottom: 25px;
    text-transform: none; }
  #process-section-1 .video-thumb {
    position: relative;
    max-width: 715px;
    margin: 0 auto; }
    #process-section-1 .video-thumb .cta-holder {
      position: absolute;
      bottom: 12%;
      left: 0;
      width: 100%; }
      @media (max-width: 575px) {
        #process-section-1 .video-thumb .cta-holder {
          position: relative;
          bottom: 0;
          left: 0;
          margin: 15px 0 0 0; }
          #process-section-1 .video-thumb .cta-holder .cta-watch {
            font-size: 16px;
            line-height: 20px;
            padding: 8px 10px 5px 40px;
            background: #49595b;
            color: #fff; }
            #process-section-1 .video-thumb .cta-holder .cta-watch .icon {
              color: #fff;
              top: 3px;
              left: 10px;
              font-size: 21px;
              line-height: 25px; } }
@media (max-width: 575px) {
  #process-section-1-video {
    position: relative;
    z-index: 6; } }

#process-section-1-video .video-wrapper {
  background: #f3f4f4;
  padding: 80px 0 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 6; }
  @media (max-width: 991px) {
    #process-section-1-video .video-wrapper {
      padding-bottom: 250px; } }
  @media (max-width: 575px) {
    #process-section-1-video .video-wrapper {
      padding: 20px 0 100px 0; } }
  #process-section-1-video .video-wrapper #process-close-video {
    float: right;
    background: transparent;
    padding: 0;
    margin: 0 0 40px 0;
    border: none;
    outline: 0; }
    @media (max-width: 575px) {
      #process-section-1-video .video-wrapper #process-close-video {
        margin: 0 0 20px 0; } }
    #process-section-1-video .video-wrapper #process-close-video .icon {
      color: #49595b;
      font-size: 26px;
      line-height: 30px; }
      @media (max-width: 575px) {
        #process-section-1-video .video-wrapper #process-close-video .icon {
          font-size: 20px;
          line-height: 24px; } }
    #process-section-1-video .video-wrapper #process-close-video:hover .icon {
      color: #5a6e71;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  #process-section-1-video .video-wrapper .embed-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    #process-section-1-video .video-wrapper .embed-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

#process-section-2 {
  padding: 80px 0 35px 0; }
  @media (max-width: 575px) {
    #process-section-2 {
      padding: 40px 0 20px 0; } }
  #process-section-2 .s-header {
    text-align: center;
    margin-bottom: 55px; }
    @media (max-width: 575px) {
      #process-section-2 .s-header {
        margin-bottom: 30px; } }
    #process-section-2 .s-header .h2-title {
      margin-bottom: 5px;
      text-transform: none; }
    #process-section-2 .s-header p {
      font-size: 21px;
      line-height: 25px; }
      @media (max-width: 575px) {
        #process-section-2 .s-header p {
          font-size: 16px;
          line-height: 20px; } }
  #process-section-2 .h3-title {
    background: #c1c6c8;
    border-radius: 5px;
    padding: 4px 10px;
    text-align: center;
    font-family: 'proxima_novaregular', sans-serif;
    font-weight: 400;
    margin-bottom: 14px; }
    @media (max-width: 575px) {
      #process-section-2 .h3-title {
        border-radius: 10px; } }
    #process-section-2 .h3-title span {
      font-family: 'proxima_novaregular', sans-serif;
      font-weight: 400; }
    #process-section-2 .h3-title strong {
      display: block; }
    #process-section-2 .h3-title a:hover * {
      color: #5a6e71;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    #process-section-2 .h3-title.s-title {
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      margin: 12px 0 50px 0; }
      @media (max-width: 575px) {
        #process-section-2 .h3-title.s-title {
          margin: 12px 0 15px 0; } }
  #process-section-2 .content {
    margin-bottom: 40px; }
    @media (max-width: 575px) {
      #process-section-2 .content {
        margin-bottom: 30px; } }
    #process-section-2 .content a {
      text-decoration: underline;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700; }
    #process-section-2 .content table tr td {
      padding: 5px 12px 5px 0; }
    #process-section-2 .content p {
      overflow: hidden; }
    #process-section-2 .content.content-0 {
      padding-right: 50px; }
      @media (max-width: 991px) {
        #process-section-2 .content.content-0 {
          padding-right: 0; } }
    #process-section-2 .content.content-1 {
      padding-left: 50px; }
      @media (max-width: 991px) {
        #process-section-2 .content.content-1 {
          padding-left: 0; } }
#process-section-3 {
  background: #f3f4f4;
  padding: 70px 0 35px 0; }
  @media (max-width: 575px) {
    #process-section-3 {
      padding: 40px 0 20px 0; } }
  #process-section-3 .s-header {
    text-align: center;
    margin-bottom: 60px; }
    @media (max-width: 575px) {
      #process-section-3 .s-header {
        margin-bottom: 30px; } }
    #process-section-3 .s-header .h2-title {
      margin-bottom: 5px;
      text-transform: none; }
    #process-section-3 .s-header p {
      font-size: 21px;
      line-height: 25px; }
      @media (max-width: 575px) {
        #process-section-3 .s-header p {
          font-size: 16px;
          line-height: 20px; } }
  #process-section-3 .content {
    padding: 0 30px 35px 30px;
    text-align: justify; }
    @media (max-width: 991px) {
      #process-section-3 .content {
        padding: 0 0 35px 0; } }
    @media (max-width: 575px) {
      #process-section-3 .content {
        padding: 0 0 20px 0; } }
    #process-section-3 .content a {
      text-decoration: underline;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700; }
    #process-section-3 .content .h3-title {
      text-align: center;
      margin-bottom: 24px; }
      @media (max-width: 575px) {
        #process-section-3 .content .h3-title {
          margin-bottom: 15px; } }
      #process-section-3 .content .h3-title a {
        text-decoration: none; }
    #process-section-3 .content .thumb-holder {
      border-radius: 50%;
      border: 2px solid #49595b;
      overflow: hidden;
      width: 190px;
      height: 190px;
      margin: 0 auto 28px auto;
      position: relative;
      text-align: center;
      display: block; }
      @media (max-width: 991px) {
        #process-section-3 .content .thumb-holder {
          width: 150px;
          height: 150px; } }
      @media (max-width: 575px) {
        #process-section-3 .content .thumb-holder {
          width: 130px;
          height: 130px;
          margin-bottom: 15px; } }
      #process-section-3 .content .thumb-holder .thumb {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        display: block; }
        #process-section-3 .content .thumb-holder .thumb img {
          max-width: 60%;
          -o-transition: 0.3s;
          -ms-transition: 0.3s;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
      #process-section-3 .content .thumb-holder:hover .thumb img {
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3); }

#benefits-section-1 {
  background: #49595b;
  padding: 24px 0;
  text-align: center; }
  #benefits-section-1 * {
    color: #fff;
    font-size: 18px;
    line-height: 24px; }
    @media (max-width: 767px) {
      #benefits-section-1 * {
        font-size: 14px;
        line-height: 18px; } }
.benefits-slide {
  background: #f3f4f4;
  position: relative;
  overflow: hidden; }
  @media (max-width: 575px) {
    .benefits-slide {
      border-bottom: 10px solid #49595b; } }
  .benefits-slide .container-holder-benefits .content {
    padding: 218px 0 210px 0; }
    @media (max-width: 1199px) {
      .benefits-slide .container-holder-benefits .content {
        padding: 140px 0 130px 0; } }
    @media (max-width: 991px) {
      .benefits-slide .container-holder-benefits .content {
        padding: 70px 0 60px 0; } }
    @media (max-width: 767px) {
      .benefits-slide .container-holder-benefits .content {
        padding: 30px 0 20px 0; } }
    @media (max-width: 575px) {
      .benefits-slide .container-holder-benefits .content {
        padding: 45px 0 35px 0; } }
    .benefits-slide .container-holder-benefits .content h2 {
      margin-bottom: 24px;
      text-transform: none; }
      @media (max-width: 767px) {
        .benefits-slide .container-holder-benefits .content h2 {
          margin-bottom: 15px; } }
  .benefits-slide .sec-bg-benefits {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    z-index: 1; }
    .benefits-slide .sec-bg-benefits.left {
      left: 0; }
    @media (max-width: 575px) {
      .benefits-slide .sec-bg-benefits {
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9; } }
    .benefits-slide .sec-bg-benefits .sec-bg-content {
      display: none;
      position: absolute;
      bottom: 20px;
      z-index: 10;
      background: #fff;
      background: rgba(255, 255, 255, 0.6);
      padding: 10px 15px;
      right: 15px;
      margin-left: 15px; }
      @media (max-width: 575px) {
        .benefits-slide .sec-bg-benefits .sec-bg-content {
          display: block; } }
      .benefits-slide .sec-bg-benefits .sec-bg-content h2 {
        color: #49595b;
        font-size: 24px;
        line-height: 26px;
        font-family: 'proxima_novasemibold', sans-serif;
        font-weight: 500; }
      .benefits-slide .sec-bg-benefits .sec-bg-content .cta-swipe {
        color: #49595b;
        font-size: 14px;
        line-height: 18px;
        text-decoration: underline; }
  @media (max-width: 575px) {
    .benefits-slide .container-holder-benefits {
      background: #f3f4f4;
      position: relative;
      z-index: 10;
      left: 100%; }
    .benefits-slide.swipe-right .container-holder-benefits {
      -webkit-animation: swipeRight 0.4s ease-out;
      -moz-animation: swipeRight 0.4s ease-out;
      -o-animation: swipeRight 0.4s ease-out;
      animation: swipeRight 0.4s ease-out;
      left: 100%; }
    .benefits-slide.swipe-left .container-holder-benefits {
      -webkit-animation: swipeLeft 0.4s ease-out;
      -moz-animation: swipeLeft 0.4s ease-out;
      -o-animation: swipeLeft 0.4s ease-out;
      animation: swipeLeft 0.4s ease-out;
      left: 0; } }
#tt-slogan {
  text-align: center;
  padding: 29px 0;
  background: #49595b; }
  @media (max-width: 767px) {
    #tt-slogan {
      padding: 20px 0; } }
  #tt-slogan * {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-family: 'proxima_novabold', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px; }
    @media (max-width: 991px) {
      #tt-slogan * {
        font-size: 24px;
        line-height: 30px; } }
    @media (max-width: 767px) {
      #tt-slogan * {
        font-size: 20px;
        line-height: 24px; } }
#tt-section-2 {
  padding: 70px 0 45px 0;
  text-align: center; }
  @media (max-width: 575px) {
    #tt-section-2 {
      padding: 40px 0 20px 0; } }
  #tt-section-2 h2 {
    margin-bottom: 36px; }
    @media (max-width: 575px) {
      #tt-section-2 h2 {
        margin-bottom: 25px; } }
  #tt-section-2 .item {
    margin-bottom: 30px; }
    #tt-section-2 .item:after {
      content: "";
      position: absolute;
      z-index: 2;
      top: 28px;
      left: 50%;
      width: 100%;
      height: 2px;
      border-top: 2px dashed #49595b; }
      @media (max-width: 767px) {
        #tt-section-2 .item:after {
          top: 17px; } }
      @media (max-width: 575px) {
        #tt-section-2 .item:after {
          display: none; } }
    #tt-section-2 .item:last-child:after {
      display: none; }
    #tt-section-2 .item .num {
      width: 55px;
      height: 55px;
      margin: 0 auto;
      border-radius: 50%;
      color: #fff;
      font-size: 24px;
      line-height: 55px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      text-align: center;
      background: #49595b;
      position: relative;
      z-index: 3; }
      @media (max-width: 767px) {
        #tt-section-2 .item .num {
          width: 35px;
          height: 35px;
          line-height: 35px;
          font-size: 18px; } }
    #tt-section-2 .item .spacer {
      margin: 0 auto;
      width: 1px;
      height: 80px;
      border-left: 2px dashed #49595b; }
      @media (max-width: 767px) {
        #tt-section-2 .item .spacer {
          height: 50px; } }
      @media (max-width: 575px) {
        #tt-section-2 .item .spacer {
          height: 35px; } }
    #tt-section-2 .item .thumb-holder {
      border-radius: 50%;
      border: 2px solid #49595b;
      overflow: hidden;
      width: 315px;
      height: 315px;
      margin: 0 auto 28px auto;
      position: relative; }
      @media (max-width: 1199px) {
        #tt-section-2 .item .thumb-holder {
          width: 260px;
          height: 260px; } }
      @media (max-width: 991px) {
        #tt-section-2 .item .thumb-holder {
          width: 200px;
          height: 200px; } }
      @media (max-width: 767px) {
        #tt-section-2 .item .thumb-holder {
          width: 150px;
          height: 150px;
          margin-bottom: 10px; } }
      #tt-section-2 .item .thumb-holder .thumb {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%; }
        #tt-section-2 .item .thumb-holder .thumb a {
          display: block; }
          #tt-section-2 .item .thumb-holder .thumb a img {
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
        #tt-section-2 .item .thumb-holder .thumb img {
          max-width: 70%; }
      #tt-section-2 .item .thumb-holder:hover .thumb a img {
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    #tt-section-2 .item h4 {
      color: #000;
      font-size: 15px;
      line-height: 20px;
      max-width: 210px;
      margin: 0 auto; }
      #tt-section-2 .item h4 a:hover {
        color: #5a6e71;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }

#article-search {
  max-width: 520px;
  margin: 75px auto 68px auto;
  padding-left: 60px;
  position: relative; }
  @media (max-width: 767px) {
    #article-search {
      margin: 40px auto 35px auto; } }
  @media (max-width: 575px) {
    #article-search {
      padding-left: 35px;
      margin: 40px auto 25px auto; } }
  #article-search button {
    position: absolute;
    top: 3px;
    left: 0;
    border: none;
    margin: 0;
    background: transparent;
    outline: 0;
    padding: 0; }
    @media (max-width: 575px) {
      #article-search button {
        top: 5px; } }
    #article-search button .icon {
      font-size: 43px;
      line-height: 43px; }
      @media (max-width: 575px) {
        #article-search button .icon {
          font-size: 26px;
          line-height: 26px; } }
  #article-search input[type="text"] {
    display: block;
    width: 100%;
    background: #f3f4f4;
    border-radius: 5px;
    font-size: 20px;
    line-height: 24px;
    padding: 13px 17px;
    border: none; }
    @media (max-width: 575px) {
      #article-search input[type="text"] {
        font-size: 16px;
        line-height: 20px;
        padding: 7px 10px; } }
.article-categories {
  text-align: center;
  margin: 0 0 5px 0; }
  .article-categories ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .article-categories ul li {
      display: inline-block;
      margin: 0 15px 10px 15px; }
      @media (max-width: 767px) {
        .article-categories ul li {
          margin: 0 10px 10px 10px; } }
      @media (max-width: 575px) {
        .article-categories ul li {
          margin: 0 5px 7px 5px; } }
      .article-categories ul li a {
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .article-categories ul li a {
            font-size: 15px;
            line-height: 19px; } }
        .article-categories ul li a:hover {
          color: #5a6e71;
          -o-transition: 0.3s;
          -ms-transition: 0.3s;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
      .article-categories ul li.active a {
        font-family: 'proxima_novabold', sans-serif;
        font-weight: 700; }

.article-list {
  margin: 40px 0 0 0;
  text-align: center; }
  @media (max-width: 575px) {
    .article-list {
      margin: 20px 0 0 0; } }
  .article-list .item {
    margin-bottom: 85px; }
    @media (max-width: 991px) {
      .article-list .item {
        margin-bottom: 60px; } }
    @media (max-width: 575px) {
      .article-list .item {
        margin-bottom: 40px; } }
    .article-list .item .thumb-link {
      display: inline-block;
      position: relative;
      margin-bottom: 31px;
      display: block; }
      @media (max-width: 575px) {
        .article-list .item .thumb-link {
          margin-bottom: 15px; } }
      .article-list .item .thumb-link:after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
      .article-list .item .thumb-link .text {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        padding: 10px 15px;
        left: 0;
        z-index: 2;
        opacity: 0; }
        .article-list .item .thumb-link .text span {
          color: #fff;
          text-transform: uppercase;
          font-family: 'proxima_novabold', sans-serif;
          font-weight: 700; }
          .article-list .item .thumb-link .text span.title {
            font-size: 20px;
            line-height: 24px;
            display: block;
            margin-bottom: 15px; }
          .article-list .item .thumb-link .text span.more {
            display: inline-block;
            font-size: 18px;
            line-height: 22px;
            padding: 7px 20px;
            border: 2px solid #fff;
            border-radius: 20px; }
      .article-list .item .thumb-link:hover:after,
      .article-list .item .thumb-link:hover .text {
        -webkit-animation: fadeIn 0.3s ease-out;
        -moz-animation: fadeIn 0.3s ease-out;
        -o-animation: fadeIn 0.3s ease-out;
        animation: fadeIn 0.3s ease-out;
        opacity: 1; }
    .article-list .item h3 {
      font-size: 15px;
      line-height: 20px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      margin-bottom: 0; }
      .article-list .item h3 a {
        font-size: 15px;
        line-height: 20px;
        font-family: 'proxima_novabold', sans-serif;
        font-weight: 700; }
        .article-list .item h3 a:hover {
          color: #5a6e71;
          -o-transition: 0.3s;
          -ms-transition: 0.3s;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
    .article-list .item .thumb-single {
      margin-bottom: 23px;
      position: relative; }
      @media (max-width: 575px) {
        .article-list .item .thumb-single {
          margin-bottom: 15px; } }
      .article-list .item .thumb-single a {
        display: block; }
        .article-list .item .thumb-single a .icon {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0;
          width: 100%;
          color: #fff;
          font-size: 65px;
          line-height: 70px;
          text-align: center;
          z-index: 3; }
        .article-list .item .thumb-single a:after {
          content: "";
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.4);
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          z-index: 2; }
        .article-list .item .thumb-single a:hover:after {
          -webkit-animation: fadeIn 0.3s ease-out;
          -moz-animation: fadeIn 0.3s ease-out;
          -o-animation: fadeIn 0.3s ease-out;
          animation: fadeIn 0.3s ease-out;
          opacity: 1; }
      .article-list .item .thumb-single.thumb-only img {
        max-width: 50%; }
    .article-list .item .actions {
      padding-top: 5px; }
      .article-list .item .actions a {
        display: inline-block;
        margin: 0 4px; }
        .article-list .item .actions a .icon {
          font-size: 20px; }
        .article-list .item .actions a:hover .icon {
          color: #5a6e71;
          -o-transition: 0.3s;
          -ms-transition: 0.3s;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
  .article-list .cta-holder {
    color: #fff;
    margin: 0 0 90px 0; }
    @media (max-width: 991px) {
      .article-list .cta-holder {
        margin: 0 0 60px 0; } }
    @media (max-width: 575px) {
      .article-list .cta-holder {
        margin: 0 0 40px 0; } }
    .article-list .cta-holder .cta {
      min-width: 390px;
      text-transform: uppercase; }
      @media (max-width: 575px) {
        .article-list .cta-holder .cta {
          min-width: auto; } }
  .article-list .article-list-nav {
    text-align: center;
    margin: 0 0 110px 0; }
    @media (max-width: 991px) {
      .article-list .article-list-nav {
        margin: 0 0 60px 0; } }
    @media (max-width: 575px) {
      .article-list .article-list-nav {
        margin: 0 0 40px 0; } }
    .article-list .article-list-nav a {
      font-size: 20px;
      line-height: 24px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      margin: 0 10px; }
      @media (max-width: 575px) {
        .article-list .article-list-nav a {
          font-size: 16px;
          line-height: 20px; } }
      .article-list .article-list-nav a .arrow {
        font-size: 40px;
        display: inline-block;
        position: relative;
        top: 8px; }
        @media (max-width: 575px) {
          .article-list .article-list-nav a .arrow {
            font-size: 28px;
            margin: 0;
            top: 5px; } }
      .article-list .article-list-nav a:hover {
        color: #5a6e71;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .article-list .article-list-nav a:hover .arrow {
          color: #5a6e71;
          -o-transition: 0.3s;
          -ms-transition: 0.3s;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
  .article-list .nothing-found {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px; }

#article-sec {
  margin: 59px 0 95px 0; }
  @media (max-width: 575px) {
    #article-sec {
      margin: 40px 0 30px 0; } }
  #article-sec .article-top {
    text-align: center;
    margin-bottom: 55px; }
    @media (max-width: 575px) {
      #article-sec .article-top {
        margin-bottom: 20px; } }
    #article-sec .article-top .h2-title {
      margin-bottom: 5px; }
    #article-sec .article-top date {
      font-size: 20px;
      line-height: 24px;
      display: block; }
      @media (max-width: 767px) {
        #article-sec .article-top date {
          font-size: 14px;
          line-height: 18px; } }
  #article-sec .slider-holder {
    margin-bottom: 37px; }
    @media (max-width: 575px) {
      #article-sec .slider-holder {
        margin-bottom: 20px; } }
    #article-sec .slider-holder .article-slider {
      margin-bottom: 5px; }
      #article-sec .slider-holder .article-slider .slick-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: none;
        border: none;
        margin: 0;
        padding: 0;
        z-index: 4;
        outline: 0; }
        #article-sec .slider-holder .article-slider .slick-arrow .icon {
          color: #fff;
          font-size: 45px;
          line-height: 50px; }
          @media (max-width: 575px) {
            #article-sec .slider-holder .article-slider .slick-arrow .icon {
              font-size: 30px;
              line-height: 35px; } }
        #article-sec .slider-holder .article-slider .slick-arrow.slick-prev {
          left: 25px; }
          @media (max-width: 575px) {
            #article-sec .slider-holder .article-slider .slick-arrow.slick-prev {
              left: 10px; } }
        #article-sec .slider-holder .article-slider .slick-arrow.slick-next {
          right: 22px; }
          @media (max-width: 575px) {
            #article-sec .slider-holder .article-slider .slick-arrow.slick-next {
              right: 7px; } }
      #article-sec .slider-holder .article-slider .slick-slide-img {
        display: none; }
        #article-sec .slider-holder .article-slider .slick-slide-img:first-child {
          display: block; }
      #article-sec .slider-holder .article-slider .slick-dots {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 15px;
        right: 15px; }
        @media (max-width: 575px) {
          #article-sec .slider-holder .article-slider .slick-dots {
            bottom: 5px;
            right: 10px; } }
        #article-sec .slider-holder .article-slider .slick-dots li {
          display: none;
          color: #fff;
          font-size: 24px;
          line-height: 28px;
          font-family: 'proxima_novabold', sans-serif;
          font-weight: 700;
          letter-spacing: 1px; }
          @media (max-width: 575px) {
            #article-sec .slider-holder .article-slider .slick-dots li {
              font-size: 18px;
              line-height: 22px; } }
          #article-sec .slider-holder .article-slider .slick-dots li.slick-active {
            display: block; }
    #article-sec .slider-holder .slick-initialized .slick-slide-img,
    #article-sec .slider-holder .slick-initialized .slick-slide-img:first-child {
      display: block; }
    #article-sec .slider-holder .article-slider-caption * {
      color: #000;
      font-size: 14px;
      line-height: 18px; }
  #article-sec .article-content {
    margin-bottom: 85px; }
    @media (max-width: 575px) {
      #article-sec .article-content {
        margin-bottom: 25px; } }
    #article-sec .article-content a {
      text-decoration: underline;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700; }
    #article-sec .article-content .excerpt {
      display: none; }
      @media (max-width: 575px) {
        #article-sec .article-content .excerpt {
          display: block; } }
    @media (max-width: 575px) {
      #article-sec .article-content .content {
        display: none; } }
    #article-sec .article-content .social-share p {
      margin-bottom: 5px; }
    #article-sec .article-content .social-share ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #article-sec .article-content .social-share ul li {
        display: inline-block;
        margin: 0 5px 5px 0; }
        #article-sec .article-content .social-share ul li a {
          display: block;
          width: 35px;
          height: 35px;
          text-align: center;
          border-radius: 50%;
          background: #f3f4f4;
          text-decoration: none; }
          #article-sec .article-content .social-share ul li a .icon {
            font-size: 18px;
            line-height: 35px; }
          #article-sec .article-content .social-share ul li a:hover {
            background: #49595b;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            #article-sec .article-content .social-share ul li a:hover .icon {
              color: #fff;
              -o-transition: 0.3s;
              -ms-transition: 0.3s;
              -moz-transition: 0.3s;
              -webkit-transition: 0.3s;
              transition: 0.3s; }
  #article-sec .article-p-d {
    text-align: center;
    margin-top: 25px; }
    #article-sec .article-p-d .p-d-item {
      margin: 15px 0; }
      #article-sec .article-p-d .p-d-item .thumb-only {
        margin-bottom: 23px; }
        @media (max-width: 575px) {
          #article-sec .article-p-d .p-d-item .thumb-only {
            margin-bottom: 15px; } }
        #article-sec .article-p-d .p-d-item .thumb-only img {
          max-width: 50%; }
      #article-sec .article-p-d .p-d-item h3 {
        font-size: 15px;
        line-height: 20px;
        font-family: 'proxima_novabold', sans-serif;
        font-weight: 700;
        margin-bottom: 5px; }
      #article-sec .article-p-d .p-d-item .actions a {
        display: inline-block;
        margin: 0 4px;
        text-decoration: none; }
        #article-sec .article-p-d .p-d-item .actions a .icon {
          font-size: 20px; }
        #article-sec .article-p-d .p-d-item .actions a:hover .icon {
          color: #5a6e71;
          -o-transition: 0.3s;
          -ms-transition: 0.3s;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
  #article-sec .article-older a,
  #article-sec .article-newer a {
    font-size: 20px;
    line-height: 26px;
    font-family: 'proxima_novabold', sans-serif;
    font-weight: 700; }
    @media (max-width: 575px) {
      #article-sec .article-older a,
      #article-sec .article-newer a {
        font-size: 16px;
        line-height: 20px; } }
    #article-sec .article-older a .arrow,
    #article-sec .article-newer a .arrow {
      font-size: 40px;
      display: inline-block;
      margin: 0 10px;
      position: relative;
      top: 8px; }
      @media (max-width: 575px) {
        #article-sec .article-older a .arrow,
        #article-sec .article-newer a .arrow {
          font-size: 28px;
          margin: 0;
          top: 5px; } }
    #article-sec .article-older a:hover,
    #article-sec .article-newer a:hover {
      color: #5a6e71;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #article-sec .article-older a:hover .arrow,
      #article-sec .article-newer a:hover .arrow {
        color: #5a6e71;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
  #article-sec .article-older {
    text-align: right; }
    #article-sec .article-older a {
      margin-right: 25px; }
      @media (max-width: 575px) {
        #article-sec .article-older a {
          margin-right: 0; } }
  #article-sec .article-newer a {
    margin-left: 25px; }
    @media (max-width: 575px) {
      #article-sec .article-newer a {
        margin-left: 0; } }
#faq-list {
  margin: 0 0 65px 0; }
  @media (max-width: 575px) {
    #faq-list {
      margin: 0 0 40px 0; } }
  #faq-list .h2-title {
    margin-bottom: 25px;
    text-transform: none; }
  #faq-list .accordion .card {
    border: none;
    border-radius: 0; }
    #faq-list .accordion .card .card-header {
      padding: 0;
      margin: 0 0 25px 0;
      background: transparent;
      border: none; }
      @media (max-width: 575px) {
        #faq-list .accordion .card .card-header {
          margin: 0 0 15px 0; } }
      #faq-list .accordion .card .card-header h3 {
        margin: 0; }
        #faq-list .accordion .card .card-header h3 button {
          display: block;
          width: 100%;
          border: none;
          background: #c1c6c8;
          outline: 0;
          font-size: 20px;
          line-height: 24px;
          font-family: 'proxima_novabold', sans-serif;
          font-weight: 700;
          padding: 13px 45px 13px 17px;
          border: 4px solid #c1c6c8;
          text-align: left; }
          @media (max-width: 575px) {
            #faq-list .accordion .card .card-header h3 button {
              font-size: 15px;
              line-height: 19px;
              padding: 8px 30px 8px 10px;
              border-width: 2px;
              border-radius: 4px; } }
          #faq-list .accordion .card .card-header h3 button:after {
            content: "-";
            position: absolute;
            top: 12px;
            right: 26px;
            font-size: 30px;
            line-height: 36px;
            font-family: 'proxima_novabold', sans-serif;
            font-weight: 700; }
            @media (max-width: 575px) {
              #faq-list .accordion .card .card-header h3 button:after {
                top: 6px;
                right: 12px;
                font-size: 24px;
                line-height: 30px; } }
          #faq-list .accordion .card .card-header h3 button.collapsed {
            background: transparent;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            #faq-list .accordion .card .card-header h3 button.collapsed:after {
              content: "+"; }
    #faq-list .accordion .card .card-body {
      padding: 0;
      margin: 0px 20px 25px 20px;
      font-size: 20px;
      line-height: 24px; }
      #faq-list .accordion .card .card-body * {
        font-size: 20px;
        line-height: 24px; }
      #faq-list .accordion .card .card-body a {
        text-decoration: underline; }
        #faq-list .accordion .card .card-body a:hover {
          color: #5a6e71;
          -o-transition: 0.3s;
          -ms-transition: 0.3s;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
      @media (max-width: 575px) {
        #faq-list .accordion .card .card-body {
          margin: 0px 10px 15px 10px;
          font-size: 14px;
          line-height: 18px; }
          #faq-list .accordion .card .card-body * {
            font-size: 14px;
            line-height: 18px; } }
  #faq-list .nothing-found {
    font-size: 16px;
    line-height: 20px; }

#find-installer {
  margin: 88px 0 40px 0; }
  @media (max-width: 767px) {
    #find-installer {
      margin: 40px 0 20px 0; } }
  #find-installer .h2-title {
    margin-bottom: 23px;
    text-transform: none; }
  #find-installer table {
    width: 100%;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      #find-installer table {
        margin-bottom: 30px; } }
    #find-installer table tr td {
      border: 1px solid #eaeaea;
      padding: 12px; }
      @media (max-width: 767px) {
        #find-installer table tr td {
          padding: 8px; } }
      #find-installer table tr td a:hover {
        text-decoration: underline; }

#standard-page {
  margin: 88px 0 40px 0; }
  @media (max-width: 767px) {
    #standard-page {
      margin: 40px 0 20px 0; } }
  #standard-page .h2-title {
    margin-bottom: 40px;
    text-transform: none; }
    @media (max-width: 767px) {
      #standard-page .h2-title {
        margin-bottom: 20px; } }
  #standard-page p, #standard-page li, #standard-page a, #standard-page strong, #standard-page table, #standard-page tr, #standard-page td {
    font-size: 20px;
    line-height: 24px; }
    @media (max-width: 767px) {
      #standard-page p, #standard-page li, #standard-page a, #standard-page strong, #standard-page table, #standard-page tr, #standard-page td {
        font-size: 14px;
        line-height: 18px; } }
  #standard-page p, #standard-page ul {
    margin-bottom: 25px; }
  #standard-page table {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      #standard-page table {
        margin-bottom: 30px; } }
    #standard-page table tr td {
      border: 2px solid #eaeaea;
      padding: 12px; }
      @media (max-width: 767px) {
        #standard-page table tr td {
          padding: 8px; } }
  #standard-page a {
    text-decoration: underline; }
    #standard-page a:hover {
      color: #5a6e71;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }

#bi-application {
  margin: 80px 0; }
  @media (max-width: 575px) {
    #bi-application {
      margin: 40px 0; } }
  #bi-application .h2-title {
    margin-bottom: 20px;
    text-transform: none; }
  #bi-application .sec-title {
    clear: both;
    font-size: 15px;
    line-height: 19px;
    padding: 20px 0 14px 0;
    font-family: 'proxima_novabold', sans-serif;
    font-weight: 700; }
    @media (max-width: 575px) {
      #bi-application .sec-title {
        padding: 15px 0 10px 0; } }
  #bi-application .input-holder {
    clear: both;
    margin-bottom: 20px; }
    @media (max-width: 575px) {
      #bi-application .input-holder {
        margin-bottom: 15px; } }
    #bi-application .input-holder input[type="text"],
    #bi-application .input-holder input[type="email"],
    #bi-application .input-holder textarea {
      display: block;
      width: 100%;
      font-size: 20px;
      line-height: 24px;
      padding: 12px 17px;
      background: #f3f4f4;
      border: none;
      border-radius: 5px; }
      @media (max-width: 575px) {
        #bi-application .input-holder input[type="text"],
        #bi-application .input-holder input[type="email"],
        #bi-application .input-holder textarea {
          font-size: 16px;
          line-height: 20px;
          padding: 7px 10px; } }
    #bi-application .input-holder ::-webkit-input-placeholder {
      color: #49595b !important;
      opacity: 1; }
    #bi-application .input-holder :-moz-placeholder {
      color: #49595b !important;
      opacity: 1; }
    #bi-application .input-holder ::-moz-placeholder {
      color: #49595b !important;
      opacity: 1; }
    #bi-application .input-holder :-ms-input-placeholder {
      color: #49595b !important;
      opacity: 1; }
    #bi-application .input-holder textarea {
      height: 95px; }
    #bi-application .input-holder.left {
      clear: both;
      float: left;
      width: 48%; }
      @media (max-width: 575px) {
        #bi-application .input-holder.left {
          float: none;
          width: 100%; } }
    #bi-application .input-holder.right {
      clear: none;
      float: right;
      width: 48%; }
      @media (max-width: 575px) {
        #bi-application .input-holder.right {
          float: none;
          width: 100%; } }
    #bi-application .input-holder.checkbox input[type="checkbox"] {
      opacity: 0; }
      #bi-application .input-holder.checkbox input[type="checkbox"]:checked + label:after {
        content: '\2714';
        font-size: 18px;
        position: absolute;
        top: 0;
        left: 4px;
        color: #49595b; }
      #bi-application .input-holder.checkbox input.error[type="checkbox"] + label {
        color: red; }
    #bi-application .input-holder.checkbox label {
      cursor: pointer;
      padding: 0 0 0 30px;
      display: block;
      position: relative; }
      #bi-application .input-holder.checkbox label a {
        text-decoration: underline; }
      #bi-application .input-holder.checkbox label:before {
        content: "";
        position: absolute;
        top: -2px;
        left: 0;
        width: 22px;
        height: 22px;
        display: block;
        border: 1px solid #49595b; }
    #bi-application .input-holder.submit {
      padding: 25px 0 10px 0; }
      @media (max-width: 575px) {
        #bi-application .input-holder.submit {
          padding: 15px 0 0 0; } }
      #bi-application .input-holder.submit input[type="submit"],
      #bi-application .input-holder.submit button[type="submit"] {
        padding: 14px 24px;
        text-transform: uppercase;
        outline: none; }
        @media (max-width: 575px) {
          #bi-application .input-holder.submit input[type="submit"],
          #bi-application .input-holder.submit button[type="submit"] {
            padding: 10px 15px; } }
    #bi-application .input-holder div.error {
      margin-top: 4px;
      font-size: 14px;
      line-height: 16px;
      color: red; }
  #bi-application .form-status {
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px; }

form.ajax-form.loading button[type="submit"] {
  position: relative; }
  form.ajax-form.loading button[type="submit"]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 8;
    border-radius: 5px; }
  form.ajax-form.loading button[type="submit"]:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background: red;
    top: 105%;
    left: 0;
    text-align: center;
    background: url("../images/loading.gif") no-repeat center center;
    background-size: 50px 50px; }

#sec-account-form {
  margin: 100px 0; }
  @media (max-width: 575px) {
    #sec-account-form {
      margin: 40px 0; } }
  #sec-account-form .h2-title {
    margin-bottom: 20px; }
  #sec-account-form .form-holder {
    max-width: 460px;
    margin: 0 auto; }
    #sec-account-form .form-holder .input-holder {
      clear: both;
      margin-bottom: 18px; }
      @media (max-width: 575px) {
        #sec-account-form .form-holder .input-holder {
          margin-bottom: 13px; } }
      #sec-account-form .form-holder .input-holder input[type="text"],
      #sec-account-form .form-holder .input-holder input[type="email"],
      #sec-account-form .form-holder .input-holder input[type="password"] {
        display: block;
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        padding: 12px 17px;
        background: #f3f4f4;
        border: none;
        border-radius: 5px; }
        @media (max-width: 575px) {
          #sec-account-form .form-holder .input-holder input[type="text"],
          #sec-account-form .form-holder .input-holder input[type="email"],
          #sec-account-form .form-holder .input-holder input[type="password"] {
            font-size: 16px;
            line-height: 20px;
            padding: 7px 10px; } }
      #sec-account-form .form-holder .input-holder ::-webkit-input-placeholder {
        color: #49595b !important;
        opacity: 1; }
      #sec-account-form .form-holder .input-holder :-moz-placeholder {
        color: #49595b !important;
        opacity: 1; }
      #sec-account-form .form-holder .input-holder ::-moz-placeholder {
        color: #49595b !important;
        opacity: 1; }
      #sec-account-form .form-holder .input-holder :-ms-input-placeholder {
        color: #49595b !important;
        opacity: 1; }
      #sec-account-form .form-holder .input-holder.left {
        clear: none;
        float: left;
        width: 48%; }
        @media (max-width: 575px) {
          #sec-account-form .form-holder .input-holder.left {
            float: none;
            width: 100%; } }
      #sec-account-form .form-holder .input-holder.right {
        clear: none;
        float: right;
        width: 48%; }
        @media (max-width: 575px) {
          #sec-account-form .form-holder .input-holder.right {
            float: none;
            width: 100%; } }
      #sec-account-form .form-holder .input-holder .info-text {
        text-align: right;
        padding-top: 5px;
        font-size: 16px;
        line-height: 20px; }
        #sec-account-form .form-holder .input-holder .info-text a {
          font-size: 16px;
          line-height: 20px;
          font-family: 'proxima_novabold', sans-serif;
          font-weight: 700; }
          #sec-account-form .form-holder .input-holder .info-text a:hover {
            text-decoration: underline; }
        @media (max-width: 575px) {
          #sec-account-form .form-holder .input-holder .info-text {
            font-size: 14px;
            line-height: 18px; }
            #sec-account-form .form-holder .input-holder .info-text a {
              font-size: 14px;
              line-height: 18px; } }
      #sec-account-form .form-holder .input-holder.submit {
        text-align: center;
        padding-top: 13px; }
        #sec-account-form .form-holder .input-holder.submit input[type="submit"],
        #sec-account-form .form-holder .input-holder.submit button[type="submit"] {
          padding: 14px 20px;
          text-transform: uppercase; }
          @media (max-width: 575px) {
            #sec-account-form .form-holder .input-holder.submit input[type="submit"],
            #sec-account-form .form-holder .input-holder.submit button[type="submit"] {
              padding: 10px 15px; } }
        #sec-account-form .form-holder .input-holder.submit .info-text {
          text-align: center; }
      #sec-account-form .form-holder .input-holder div.error {
        margin-top: 4px;
        font-size: 14px;
        line-height: 16px;
        color: red; }
    #sec-account-form .form-holder .form-status {
      margin-top: 20px;
      font-size: 20px;
      line-height: 24px; }
      #sec-account-form .form-holder .form-status * {
        font-size: 20px;
        line-height: 24px; }

form#login-form.loading, form#forgot-pass-form.loading, form#reset-pass-form.loading {
  position: relative; }
  form#login-form.loading:before, form#forgot-pass-form.loading:before, form#reset-pass-form.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 8;
    border-radius: 5px; }
  form#login-form.loading:after, form#forgot-pass-form.loading:after, form#reset-pass-form.loading:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background: red;
    top: 105%;
    left: 0;
    text-align: center;
    background: url("../images/loading.gif") no-repeat center center;
    background-size: 50px 50px; }

#sec-my-account {
  padding: 68px 0; }
  @media (max-width: 991px) {
    #sec-my-account {
      padding: 30px 0; } }
  #sec-my-account .my-account-sidebar {
    background: #49595b;
    height: 100%;
    text-align: center;
    padding: 28px 35px; }
    @media (max-width: 991px) {
      #sec-my-account .my-account-sidebar {
        padding: 20px 15px; } }
    #sec-my-account .my-account-sidebar * {
      color: #fff; }
    #sec-my-account .my-account-sidebar h2 {
      border-bottom: 1px solid #fff;
      margin-bottom: 17px;
      padding-bottom: 15px;
      font-size: 36px;
      line-height: 46px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700; }
    #sec-my-account .my-account-sidebar ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #sec-my-account .my-account-sidebar ul li a {
        font-size: 18px;
        line-height: 24px;
        font-family: 'proxima_novabold', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        padding: 2px 0;
        display: block; }
        #sec-my-account .my-account-sidebar ul li a:hover {
          text-decoration: underline; }
      #sec-my-account .my-account-sidebar ul li.active a {
        text-decoration: underline; }
  #sec-my-account .my-account-content {
    background: #f3f5f4;
    position: relative;
    height: 100%;
    padding: 28px 35px 28px 5px; }
    @media (max-width: 991px) {
      #sec-my-account .my-account-content {
        padding: 20px 15px; } }
    #sec-my-account .my-account-content:before {
      content: '';
      position: absolute;
      top: 0;
      left: -30px;
      width: 30px;
      height: 100%;
      background: #f3f5f4; }
      @media (max-width: 991px) {
        #sec-my-account .my-account-content:before {
          display: none; } }
    #sec-my-account .my-account-content .h1-title {
      font-size: 35px;
      line-height: 42px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      text-align: center;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        #sec-my-account .my-account-content .h1-title {
          font-size: 26px;
          line-height: 32px; } }
    #sec-my-account .my-account-content .empty-list {
      text-align: center;
      padding: 20px 0; }
      #sec-my-account .my-account-content .empty-list p {
        font-size: 17px;
        line-height: 22px; }
        #sec-my-account .my-account-content .empty-list p a {
          font-family: 'proxima_novabold', sans-serif;
          font-weight: 700; }
      #sec-my-account .my-account-content .empty-list .cta {
        text-transform: uppercase;
        font-size: 18px;
        padding: 11px 20px; }
  #sec-my-account .projects-list-bottom {
    margin: 70px 0 30px 0; }
    @media (max-width: 991px) {
      #sec-my-account .projects-list-bottom {
        margin: 30px 0; } }
  #sec-my-account .h2-title {
    text-transform: none; }
  #sec-my-account .account-table {
    width: 100%;
    position: relative;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      #sec-my-account .account-table {
        display: block; } }
    #sec-my-account .account-table.loading:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.6);
      z-index: 8; }
    #sec-my-account .account-table thead td {
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700; }
    @media (max-width: 767px) {
      #sec-my-account .account-table thead {
        display: none; } }
    @media (max-width: 767px) {
      #sec-my-account .account-table tbody {
        display: block;
        width: 100%; } }
    @media (max-width: 767px) {
      #sec-my-account .account-table tr {
        display: block;
        width: 100%;
        border-bottom: 2px solid #49595b;
        padding: 5px 0; } }
    #sec-my-account .account-table tr td {
      padding: 10px 5px;
      border-bottom: 2px solid #49595b;
      font-size: 14px;
      line-height: 18px; }
      #sec-my-account .account-table tr td.cta-holder {
        text-align: right;
        padding-right: 0; }
        #sec-my-account .account-table tr td.cta-holder .select-cta {
          font-size: 14px;
          line-height: 17px;
          display: inline-block;
          padding: 3px 10px;
          border-radius: 3px;
          border: 1px solid #49595b;
          font-family: 'proxima_novasemibold', sans-serif;
          font-weight: 500;
          text-transform: uppercase;
          background: transparent;
          margin: 5px 0;
          outline: none; }
          #sec-my-account .account-table tr td.cta-holder .select-cta:hover {
            color: #fff;
            border-color: #49595b;
            background: #49595b;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
      @media (max-width: 767px) {
        #sec-my-account .account-table tr td {
          display: block;
          width: 100%;
          text-align: right;
          padding: 5px 0;
          clear: both;
          border-bottom: none; }
          #sec-my-account .account-table tr td::before {
            content: attr(data-title);
            float: left;
            font-family: 'proxima_novasemibold', sans-serif;
            font-weight: 500; } }
  #sec-my-account .c-cta {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 3px;
    background: #49595b;
    font-family: 'proxima_novasemibold', sans-serif;
    font-weight: 500;
    outline: 0;
    margin: 0 15px 15px 0;
    text-transform: uppercase; }
    #sec-my-account .c-cta:hover {
      color: #fff;
      background: #5a6e71;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    #sec-my-account .c-cta.cta-logout {
      margin-top: 30px; }
  #sec-my-account #entry-view .title {
    font-size: 35px;
    line-height: 42px;
    font-family: 'proxima_novabold', sans-serif;
    font-weight: 700;
    margin: 5px 0 10px 0; }
  #sec-my-account #entry-view .total-text {
    font-size: 16px;
    line-height: 22px; }
    @media (max-width: 767px) {
      #sec-my-account #entry-view .total-text {
        text-align: left; } }
  #sec-my-account #entry-view .sum-total {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 10px; }
    @media (max-width: 767px) {
      #sec-my-account #entry-view .sum-total {
        text-align: left; } }
  #sec-my-account #entry-view #entry-items {
    border-top: 2px solid #49595b;
    padding-top: 30px; }
    #sec-my-account #entry-view #entry-items table {
      width: 100%; }
      @media (max-width: 767px) {
        #sec-my-account #entry-view #entry-items table {
          display: block; } }
      @media (max-width: 767px) {
        #sec-my-account #entry-view #entry-items table tbody {
          width: 100%;
          display: block; } }
      @media (max-width: 767px) {
        #sec-my-account #entry-view #entry-items table tr {
          display: block;
          width: 100%; } }
      #sec-my-account #entry-view #entry-items table tr td {
        font-size: 14px;
        line-height: 18px;
        vertical-align: top;
        padding: 0 10px 10px 0; }
      @media (max-width: 767px) {
        #sec-my-account #entry-view #entry-items table tr.t-head td {
          display: none; } }
      #sec-my-account #entry-view #entry-items table tr.t-head td:first-child {
        font-family: 'proxima_novabold', sans-serif;
        font-weight: 700; }
        @media (max-width: 767px) {
          #sec-my-account #entry-view #entry-items table tr.t-head td:first-child {
            display: block;
            width: 100%;
            padding: 15px 0 0 0; } }
      #sec-my-account #entry-view #entry-items table tr.t-body td {
        padding-bottom: 20px; }
        #sec-my-account #entry-view #entry-items table tr.t-body td img {
          max-width: 110px; }
        @media (max-width: 767px) {
          #sec-my-account #entry-view #entry-items table tr.t-body td {
            display: block;
            width: 100%;
            text-align: right;
            padding: 5px 5px 5px 0;
            clear: both; }
            #sec-my-account #entry-view #entry-items table tr.t-body td::before {
              content: attr(data-title);
              float: left;
              font-family: 'proxima_novasemibold', sans-serif;
              font-weight: 500; }
            #sec-my-account #entry-view #entry-items table tr.t-body td.o-col-1 {
              padding-top: 15px;
              float: left;
              width: 25%;
              text-align: left;
              clear: none; }
              #sec-my-account #entry-view #entry-items table tr.t-body td.o-col-1 img {
                max-width: 100%; }
            #sec-my-account #entry-view #entry-items table tr.t-body td.o-col-2 {
              padding-top: 15px;
              float: left;
              width: 65%;
              text-align: left;
              clear: none;
              padding-left: 10px; }
              #sec-my-account #entry-view #entry-items table tr.t-body td.o-col-2 p {
                margin: 0 0 5px 0; }
            #sec-my-account #entry-view #entry-items table tr.t-body td.o-col-4 {
              border-bottom: 1px solid #49595b;
              padding-bottom: 10px; } }
        #sec-my-account #entry-view #entry-items table tr.t-body td.summary {
          font-size: 14px;
          line-height: 18px; }
          #sec-my-account #entry-view #entry-items table tr.t-body td.summary p {
            font-size: 14px;
            line-height: 18px;
            margin-bottom: 5px;
            position: relative; }
            #sec-my-account #entry-view #entry-items table tr.t-body td.summary p strong {
              font-family: 'proxima_novaregular', sans-serif;
              font-weight: 400; }
            #sec-my-account #entry-view #entry-items table tr.t-body td.summary p.p-d-title strong {
              font-family: 'proxima_novabold', sans-serif;
              font-weight: 700; }
      #sec-my-account #entry-view #entry-items table tr.t-body:last-child td.o-col-4 {
        border-bottom: none; }
    #sec-my-account #entry-view #entry-items .entry-totals {
      text-align: right;
      border-top: 2px solid #49595b;
      border-bottom: 2px solid #49595b;
      padding: 20px 0 10px 0;
      margin-bottom: 30px;
      overflow: hidden; }
      @media (max-width: 767px) {
        #sec-my-account #entry-view #entry-items .entry-totals {
          text-align: left; } }
      #sec-my-account #entry-view #entry-items .entry-totals .attr {
        line-height: 28px; }
      #sec-my-account #entry-view #entry-items .entry-totals .val {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 8px; }
      #sec-my-account #entry-view #entry-items .entry-totals .c-data {
        text-align: left; }
        #sec-my-account #entry-view #entry-items .entry-totals .c-data .cd-item {
          margin-bottom: 10px; }
          #sec-my-account #entry-view #entry-items .entry-totals .c-data .cd-item .cd-val {
            font-style: italic; }
  #sec-my-account #entry-view .cta {
    text-transform: uppercase;
    font-size: 18px;
    padding: 11px 20px; }
  #sec-my-account #payments-credits-page {
    margin-bottom: 30px; }
    #sec-my-account #payments-credits-page .data .top {
      margin-bottom: 12px; }
      #sec-my-account #payments-credits-page .data .top .right {
        text-align: right; }
        @media (max-width: 767px) {
          #sec-my-account #payments-credits-page .data .top .right {
            text-align: left; } }
    #sec-my-account #payments-credits-page .data .data-inline {
      padding-left: 150px;
      position: relative; }
      @media (max-width: 767px) {
        #sec-my-account #payments-credits-page .data .data-inline {
          padding-left: 0; } }
      #sec-my-account #payments-credits-page .data .data-inline .b-pay {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 135px;
        border: 1px solid #49595b;
        border-radius: 3px; }
        @media (max-width: 767px) {
          #sec-my-account #payments-credits-page .data .data-inline .b-pay {
            position: relative; } }
    #sec-my-account #payments-credits-page .data .attr {
      font-size: 16px;
      line-height: 22px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      display: inline-block;
      text-transform: uppercase;
      margin-right: 10px;
      position: relative;
      top: -3px; }
    #sec-my-account #payments-credits-page .data .val {
      font-size: 27px;
      line-height: 32px;
      display: inline-block; }
  #sec-my-account #amendments-page .text {
    margin-bottom: 30px; }
    #sec-my-account #amendments-page .text p, #sec-my-account #amendments-page .text a {
      font-size: 18px;
      line-height: 24px; }
      @media (max-width: 767px) {
        #sec-my-account #amendments-page .text p, #sec-my-account #amendments-page .text a {
          font-size: 15px;
          line-height: 22px; } }
    #sec-my-account #amendments-page .text a {
      text-decoration: underline; }
  #sec-my-account .form-holder .input-holder {
    clear: both;
    margin-bottom: 15px; }
    #sec-my-account .form-holder .input-holder input[type="text"],
    #sec-my-account .form-holder .input-holder input[type="email"],
    #sec-my-account .form-holder .input-holder input[type="password"],
    #sec-my-account .form-holder .input-holder textarea {
      display: block;
      width: 100%;
      font-size: 14px;
      line-height: 18px;
      background: transparent;
      padding: 6px 8px;
      border: 1px solid #c1c6c8;
      border-radius: 3px; }
    #sec-my-account .form-holder .input-holder ::-webkit-input-placeholder {
      color: #49595b !important;
      opacity: 1; }
    #sec-my-account .form-holder .input-holder :-moz-placeholder {
      color: #49595b !important;
      opacity: 1; }
    #sec-my-account .form-holder .input-holder ::-moz-placeholder {
      color: #49595b !important;
      opacity: 1; }
    #sec-my-account .form-holder .input-holder :-ms-input-placeholder {
      color: #49595b !important;
      opacity: 1; }
    #sec-my-account .form-holder .input-holder label {
      margin-bottom: 0; }
    #sec-my-account .form-holder .input-holder textarea {
      height: 135px; }
    #sec-my-account .form-holder .input-holder select {
      display: block;
      width: 100%;
      border: 1px solid #c1c6c8;
      font-size: 14px;
      line-height: 18px;
      color: #49595b;
      padding: 6px 8px;
      border-radius: 3px;
      background: transparent; }
    #sec-my-account .form-holder .input-holder.input-left {
      clear: both;
      float: left;
      width: 48%; }
      @media (max-width: 575px) {
        #sec-my-account .form-holder .input-holder.input-left {
          float: none;
          width: 100%; } }
    #sec-my-account .form-holder .input-holder.input-right {
      clear: none;
      float: right;
      width: 48%; }
      @media (max-width: 575px) {
        #sec-my-account .form-holder .input-holder.input-right {
          float: none;
          width: 100%; } }
    #sec-my-account .form-holder .input-holder.submit input[type="submit"],
    #sec-my-account .form-holder .input-holder.submit button[type="submit"] {
      padding: 11px 24px;
      text-transform: uppercase;
      outline: none; }
      @media (max-width: 575px) {
        #sec-my-account .form-holder .input-holder.submit input[type="submit"],
        #sec-my-account .form-holder .input-holder.submit button[type="submit"] {
          padding: 10px 15px; } }
    #sec-my-account .form-holder .input-holder.manual-addr {
      display: none; }
    #sec-my-account .form-holder .input-holder div.error {
      margin-top: 4px;
      font-size: 14px;
      line-height: 16px;
      color: red; }
  #sec-my-account .form-holder .address-holder.has-address .manual-addr {
    display: block; }
  #sec-my-account .form-holder .address-holder.has-address .autocomplete-addr-holder {
    display: none; }
  #sec-my-account .form-holder .address-holder.has-address #enable-auto-input {
    display: block; }
  #sec-my-account .form-holder #address-manual {
    text-decoration: underline;
    cursor: pointer; }
  #sec-my-account .form-holder #enable-auto-input {
    text-decoration: underline;
    cursor: pointer;
    display: none; }
  #sec-my-account .form-holder .form-status {
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px; }
  #sec-my-account #address-page .top-link {
    text-align: center;
    margin-bottom: 30px; }
    #sec-my-account #address-page .top-link a {
      text-transform: uppercase;
      text-decoration: underline;
      font-size: 16px;
      line-height: 20px; }
  #sec-my-account #address-page .h2-title {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 18px; }
  #sec-my-account #address-page .item-holder {
    margin-bottom: 20px; }
    #sec-my-account #address-page .item-holder .item {
      border: 1px solid #c1c6c8;
      padding: 10px;
      border-radius: 3px;
      height: 100%; }
      #sec-my-account #address-page .item-holder .item h3 {
        font-size: 21px;
        line-height: 26px;
        font-family: 'proxima_novabold', sans-serif;
        font-weight: 700;
        margin-bottom: 15px; }
      #sec-my-account #address-page .item-holder .item .data {
        margin-bottom: 20px; }
        #sec-my-account #address-page .item-holder .item .data p {
          margin-bottom: 2px; }
          #sec-my-account #address-page .item-holder .item .data p.line-1 {
            font-size: 18px;
            line-height: 24px;
            font-family: 'proxima_novasemibold', sans-serif;
            font-weight: 500; }
      #sec-my-account #address-page .item-holder .item .cta-holder a {
        font-family: 'proxima_novabold', sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        display: inline-block;
        margin-right: 10px; }
        #sec-my-account #address-page .item-holder .item .cta-holder a:hover {
          text-decoration: underline; }
  #sec-my-account #person-details-page .text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px; }
  #sec-my-account #person-details-page .form-holder .input-holder.manual-addr {
    display: block; }
  #sec-my-account #person-details-page .h2-title {
    font-size: 20px;
    line-height: 24px;
    margin: 30px 0 10px 0; }

.sec-psat {
  padding-top: 60px;
  border-bottom: 1px solid #49595b; }
  @media (max-width: 575px) {
    .sec-psat {
      padding-top: 35px; } }
  .sec-psat .top {
    text-align: center; }
    .sec-psat .top .h2-title {
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 22px;
      text-transform: none; }
      @media (max-width: 575px) {
        .sec-psat .top .h2-title {
          font-size: 25px;
          line-height: 30px;
          margin-bottom: 15px; } }
    .sec-psat .top .intro-text {
      margin-bottom: 30px;
      font-size: 18px;
      line-height: 22px; }
      .sec-psat .top .intro-text * {
        font-size: 18px;
        line-height: 22px; }
      @media (max-width: 575px) {
        .sec-psat .top .intro-text {
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 15px; }
          .sec-psat .top .intro-text * {
            font-size: 16px;
            line-height: 20px; } }
    .sec-psat .top.text-only {
      padding-bottom: 30px; }
      @media (max-width: 767px) {
        .sec-psat .top.text-only {
          padding-bottom: 20px; } }
  .sec-psat .products-search {
    margin: 15px auto 80px auto;
    padding-left: 40px;
    position: relative;
    max-width: 280px; }
    @media (max-width: 991px) {
      .sec-psat .products-search {
        margin: 0 auto 50px auto; } }
    @media (max-width: 575px) {
      .sec-psat .products-search {
        margin: 0 auto 30px auto;
        padding-left: 35px; } }
    .sec-psat .products-search button {
      position: absolute;
      top: 0;
      left: 0;
      border: none;
      margin: 0;
      background: transparent;
      outline: 0;
      padding: 0; }
      @media (max-width: 575px) {
        .sec-psat .products-search button {
          top: 6px; } }
      .sec-psat .products-search button .icon {
        font-size: 34px;
        line-height: 38px; }
        @media (max-width: 575px) {
          .sec-psat .products-search button .icon {
            font-size: 26px;
            line-height: 26px; } }
    .sec-psat .products-search input[type="text"] {
      display: block;
      width: 100%;
      background: #f3f4f4;
      border-radius: 5px;
      font-size: 16px;
      line-height: 20px;
      padding: 10px 17px;
      border: none; }
      @media (max-width: 575px) {
        .sec-psat .products-search input[type="text"] {
          padding: 10px; } }
  .sec-psat .search-by-holder {
    border-bottom: 2px solid #49595b;
    position: relative;
    display: inline-block;
    padding-right: 13px; }
    .sec-psat .search-by-holder:after {
      content: "\e90e";
      position: absolute;
      top: 2px;
      right: -10px;
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px; }
    .sec-psat .search-by-holder select {
      font-size: 28px;
      line-height: 34px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      background: none;
      border: none;
      display: block;
      width: 100%;
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none; }
      @media (max-width: 575px) {
        .sec-psat .search-by-holder select {
          font-size: 25px;
          line-height: 30px; } }
.sec-products-categories {
  text-align: center;
  padding: 40px 0 30px 0; }
  @media (max-width: 767px) {
    .sec-products-categories {
      padding: 30px 0 10px 0; } }
  .sec-products-categories ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 767px) {
      .sec-products-categories ul {
        margin: 0 -15px 0 0;
        overflow-x: scroll;
        overflow-y: hidden;
        height: 30px;
        white-space: nowrap; } }
    .sec-products-categories ul li {
      display: inline-block;
      margin: 0 13px 10px 13px; }
      @media (max-width: 767px) {
        .sec-products-categories ul li {
          margin: 0 15px 0 0; } }
      .sec-products-categories ul li a {
        font-size: 17px;
        line-height: 22px;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .sec-products-categories ul li a {
            font-size: 16px;
            line-height: 20px; } }
        .sec-products-categories ul li a:hover {
          color: #5a6e71;
          -o-transition: 0.3s;
          -ms-transition: 0.3s;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
      .sec-products-categories ul li.active a {
        font-family: 'proxima_novabold', sans-serif;
        font-weight: 700; }

.sec-categories-list {
  margin-bottom: 60px;
  position: relative; }
  @media (max-width: 767px) {
    .sec-categories-list {
      margin-bottom: 30px; } }
  .sec-categories-list.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 60px 60px;
    z-index: 8; }
  #sec-categories-list-all.sec-categories-list {
    margin: 80px 0 100px 0; }
    @media (max-width: 767px) {
      #sec-categories-list-all.sec-categories-list {
        margin: 40px 0 50px 0; } }
  .sec-categories-list .cat-item {
    margin-bottom: 50px; }
    @media (max-width: 575px) {
      .sec-categories-list .cat-item {
        margin-bottom: 30px;
        text-align: center; } }
    .sec-categories-list .cat-item .cat-image {
      margin-bottom: 20px;
      text-align: center;
      height: 277px;
      position: relative;
      overflow: hidden; }
      @media (max-width: 1199px) {
        .sec-categories-list .cat-item .cat-image {
          height: 210px; } }
      @media (max-width: 991px) {
        .sec-categories-list .cat-item .cat-image {
          height: 300px; } }
      @media (max-width: 767px) {
        .sec-categories-list .cat-item .cat-image {
          height: 240px; } }
      @media (max-width: 575px) {
        .sec-categories-list .cat-item .cat-image {
          height: auto; } }
      .sec-categories-list .cat-item .cat-image a {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%; }
        @media (max-width: 575px) {
          .sec-categories-list .cat-item .cat-image a {
            position: relative;
            top: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; } }
    .sec-categories-list .cat-item h3 {
      font-size: 17px;
      line-height: 24px;
      margin-bottom: 0; }
      .sec-categories-list .cat-item h3 a {
        font-size: 17px;
        line-height: 24px;
        font-family: 'proxima_novabold', sans-serif;
        font-weight: 700; }
        .sec-categories-list .cat-item h3 a:hover {
          color: #5a6e71;
          -o-transition: 0.3s;
          -ms-transition: 0.3s;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
  .sec-categories-list .categories-list-more {
    text-align: center; }
    .sec-categories-list .categories-list-more .cta {
      text-transform: uppercase; }

.sbl-top {
  margin-top: 10px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .sbl-top {
      margin-bottom: 30px; } }
  .sbl-top .sbl-left,
  .sbl-top .sbl-right {
    font-size: 17px;
    line-height: 22px;
    font-family: 'proxima_novabold', sans-serif;
    font-weight: 700; }
    @media (max-width: 767px) {
      .sbl-top .sbl-left,
      .sbl-top .sbl-right {
        font-size: 16px;
        line-height: 20px; } }
    .sbl-top .sbl-left a, .sbl-top .sbl-left button,
    .sbl-top .sbl-right a,
    .sbl-top .sbl-right button {
      font-size: 17px;
      line-height: 22px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      margin: 0;
      padding: 0;
      background: transparent;
      border: none;
      outline: 0; }
      @media (max-width: 767px) {
        .sbl-top .sbl-left a, .sbl-top .sbl-left button,
        .sbl-top .sbl-right a,
        .sbl-top .sbl-right button {
          font-size: 16px;
          line-height: 20px; } }
      .sbl-top .sbl-left a:hover, .sbl-top .sbl-left button:hover,
      .sbl-top .sbl-right a:hover,
      .sbl-top .sbl-right button:hover {
        color: #5a6e71;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .sbl-top .sbl-left a#products-show-filters, .sbl-top .sbl-left button#products-show-filters,
      .sbl-top .sbl-right a#products-show-filters,
      .sbl-top .sbl-right button#products-show-filters {
        margin-top: 10px; }
      .sbl-top .sbl-left a#products-clear-filters, .sbl-top .sbl-left button#products-clear-filters,
      .sbl-top .sbl-right a#products-clear-filters,
      .sbl-top .sbl-right button#products-clear-filters {
        margin-top: 10px;
        text-decoration: underline;
        display: none; }
  .sbl-top .sbl-right {
    text-align: right; }
    .sbl-top .sbl-right.products-filters-set button#products-show-filters {
      margin-right: 25px; }
    .sbl-top .sbl-right.products-filters-set button#products-clear-filters {
      display: inline-block; }

.sec-products-banner {
  background: #49595b;
  overflow: hidden;
  position: relative; }
  .sec-products-banner * {
    color: #fff; }
    @media (max-width: 767px) {
      .sec-products-banner * {
        color: #49595b; } }
  .sec-products-banner .container-holder .content {
    padding: 30px 0;
    min-height: 700px;
    display: table; }
    @media (max-width: 1199px) {
      .sec-products-banner .container-holder .content {
        min-height: 600px; } }
    @media (max-width: 991px) {
      .sec-products-banner .container-holder .content {
        min-height: 500px;
        padding: 30px 0 30px 15px; } }
    @media (max-width: 767px) {
      .sec-products-banner .container-holder .content {
        padding: 60px 0;
        min-height: 1px;
        display: block; } }
    .sec-products-banner .container-holder .content .content-inner {
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .sec-products-banner .container-holder .content .content-inner {
          display: block; } }
    .sec-products-banner .container-holder .content .h2-title {
      margin-bottom: 50px;
      text-transform: none; }
      @media (max-width: 767px) {
        .sec-products-banner .container-holder .content .h2-title {
          margin-bottom: 10px; } }
    .sec-products-banner .container-holder .content .text {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 60px; }
      .sec-products-banner .container-holder .content .text * {
        font-size: 16px;
        line-height: 24px; }
      @media (max-width: 767px) {
        .sec-products-banner .container-holder .content .text {
          font-size: 14px;
          line-height: 18px;
          margin-bottom: 30px; }
          .sec-products-banner .container-holder .content .text * {
            font-size: 14px;
            line-height: 18px; } }
    .sec-products-banner .container-holder .content .cta-white {
      color: #fff;
      font-size: 18px;
      line-height: 22px;
      display: inline-block;
      padding: 16px 20px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      border: 1px solid #fff;
      min-width: 250px;
      text-align: center; }
      .sec-products-banner .container-holder .content .cta-white:hover {
        color: #49595b;
        background: #fff;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      @media (max-width: 767px) {
        .sec-products-banner .container-holder .content .cta-white {
          padding: 10px 15px;
          font-size: 16px;
          line-height: 18px;
          min-width: auto;
          margin: 0;
          color: #49595b;
          border-color: #49595b; } }
  @media (min-width: 767px) {
    .sec-products-banner.image-left .col-c {
      margin-left: 50%; } }
  @media (min-width: 991px) {
    .sec-products-banner.image-left .col-c {
      margin-left: 58.333333%; } }
  .sec-products-banner.image-left .sec-bg {
    left: 0; }

.sec-products-list {
  margin-bottom: 60px;
  position: relative; }
  @media (max-width: 767px) {
    .sec-products-list {
      margin-bottom: 30px; } }
  .sec-products-list.loading {
    min-height: 100px; }
    .sec-products-list.loading:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.6);
      background-image: url("../images/loading.gif");
      background-repeat: no-repeat;
      background-position: top center;
      background-size: 60px 60px;
      z-index: 8; }
  #sec-products-list-all.sec-products-list {
    margin: 80px 0 100px 0; }
    @media (max-width: 767px) {
      #sec-products-list-all.sec-products-list {
        margin: 40px 0 50px 0; } }
    #sec-products-list-all.sec-products-list .sbl-top .sbl-right {
      margin-top: 15px; }
      @media (max-width: 767px) {
        #sec-products-list-all.sec-products-list .sbl-top .sbl-right {
          text-align: left; } }
  .sec-products-list .h2-title {
    text-align: center;
    text-transform: none;
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .sec-products-list .h2-title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 20px; } }
  .sec-products-list .product-item {
    margin-bottom: 50px; }
    @media (max-width: 575px) {
      .sec-products-list .product-item {
        margin-bottom: 30px; } }
    .sec-products-list .product-item .product-image {
      margin-bottom: 20px;
      text-align: center;
      height: 277px;
      position: relative;
      overflow: hidden; }
      @media (max-width: 1199px) {
        .sec-products-list .product-item .product-image {
          height: 210px; } }
      @media (max-width: 991px) {
        .sec-products-list .product-item .product-image {
          height: 300px; } }
      @media (max-width: 767px) {
        .sec-products-list .product-item .product-image {
          height: 240px; } }
      @media (max-width: 575px) {
        .sec-products-list .product-item .product-image {
          height: auto;
          text-align: center; } }
      .sec-products-list .product-item .product-image a {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%; }
        @media (max-width: 575px) {
          .sec-products-list .product-item .product-image a {
            position: relative;
            top: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; } }
        .sec-products-list .product-item .product-image a .product-mark {
          position: relative;
          display: block; }
          .sec-products-list .product-item .product-image a .product-mark .product-mark-inner {
            position: absolute;
            display: inline-block;
            top: 5px;
            left: 5px;
            z-index: 9; }
            .sec-products-list .product-item .product-image a .product-mark .product-mark-inner span {
              display: inline-block;
              font-family: 'proxima_novasemibold', sans-serif;
              font-weight: 500;
              padding: 7px 14px;
              margin: 0 7px 7px 0;
              background: #fff;
              font-size: 14px; }
              .sec-products-list .product-item .product-image a .product-mark .product-mark-inner span.sale {
                text-transform: uppercase;
                color: #dd5f41; }
    .sec-products-list .product-item h3 {
      font-size: 17px;
      line-height: 24px;
      margin-bottom: 15px;
      min-height: 48px; }
      @media (max-width: 575px) {
        .sec-products-list .product-item h3 {
          min-height: 1px; } }
      .sec-products-list .product-item h3 a {
        font-size: 17px;
        line-height: 24px;
        font-family: 'proxima_novabold', sans-serif;
        font-weight: 700; }
    .sec-products-list .product-item .product-price {
      position: relative;
      margin-bottom: 20px; }
      .sec-products-list .product-item .product-price .wishlist-button {
        position: absolute;
        top: 0;
        right: 0; }
      .sec-products-list .product-item .product-price .sales-price.has-discount {
        color: #dd5f41;
        margin-right: 18px; }
      .sec-products-list .product-item .product-price .standard-price {
        font-family: 'proxima_novasemibold', sans-serif;
        font-weight: 500; }
        .sec-products-list .product-item .product-price .standard-price.has-discount {
          text-decoration: line-through; }
      .sec-products-list .product-item .product-price .wishlist-holder {
        position: absolute;
        top: -6px;
        right: 0; }
        .sec-products-list .product-item .product-price .wishlist-holder button, .sec-products-list .product-item .product-price .wishlist-holder a {
          margin: 0;
          padding: 0;
          background: none;
          border: none;
          outline: none; }
          .sec-products-list .product-item .product-price .wishlist-holder button span, .sec-products-list .product-item .product-price .wishlist-holder a span {
            font-size: 28px;
            line-height: 28px; }
        .sec-products-list .product-item .product-price .wishlist-holder .wishlist-add.added span:before {
          content: "\e914"; }
    .sec-products-list .product-item .product-atc {
      position: relative; }
      .sec-products-list .product-item .product-atc.loading:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.6);
        background-image: url("../images/loading.gif");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 45px 45px;
        z-index: 8; }
      .sec-products-list .product-item .product-atc .prod-add-to-cart {
        display: block;
        width: 100%;
        border: 1px solid #49595b;
        padding: 10px;
        text-align: center;
        background: transparent;
        outline: none; }
        .sec-products-list .product-item .product-atc .prod-add-to-cart .icon-cart {
          display: inline-block;
          margin-right: 10px; }
        .sec-products-list .product-item .product-atc .prod-add-to-cart:hover {
          background: #49595b;
          -o-transition: 0.2s;
          -ms-transition: 0.2s;
          -moz-transition: 0.2s;
          -webkit-transition: 0.2s;
          transition: 0.2s;
          color: #fff; }
          .sec-products-list .product-item .product-atc .prod-add-to-cart:hover .icon-cart {
            -o-transition: 0.2s;
            -ms-transition: 0.2s;
            -moz-transition: 0.2s;
            -webkit-transition: 0.2s;
            transition: 0.2s;
            color: #fff; }
      .sec-products-list .product-item .product-atc .out-of-stock {
        display: block;
        width: 100%;
        border: 1px solid #49595b;
        padding: 10px;
        text-align: center;
        background: #c1c6c9;
        color: #fff; }
        .sec-products-list .product-item .product-atc .out-of-stock .icon-cart {
          display: inline-block;
          margin-right: 10px;
          color: #fff; }

.products-list-more {
  text-align: center; }
  .products-list-more .cta {
    text-transform: uppercase; }

.p-select-2 label {
  font-size: 17px;
  line-height: 22px;
  font-family: 'proxima_novabold', sans-serif;
  font-weight: 700;
  margin: 9px 15px 0 0;
  float: left; }

.p-select-2 .p-select-holder {
  border: 2px solid #c1c6c8;
  border-radius: 3px;
  position: relative;
  background: #f4f4f4;
  /*padding: 8px 35px 8px 10px;*/
  padding: 10px;
  float: left; }
  .p-select-2 .p-select-holder:after {
    content: "\e90e";
    position: absolute;
    top: 9px;
    right: 5px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
	pointer-events: none;	}
  .p-select-2 .p-select-holder select {
    font-size: 16px;
    line-height: 20px;
    font-family: 'proxima_novasemibold', sans-serif;
    font-weight: 500;
    background: none;
    border: none;
    display: block;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none; }

.pf-popup-holder {
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(73, 89, 91, 0.9); }
  .pf-popup-holder .pf-popup {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 560px;
    padding: 50px 40px 30px 40px;
    margin-left: auto;
    max-width: 100%;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    background: #f3f4f4; }
    @media (max-width: 575px) {
      .pf-popup-holder .pf-popup {
        width: 100%;
        padding: 25px 15px 30px 15px; } }
    .pf-popup-holder .pf-popup .top {
      position: relative;
      margin-bottom: 34px;
      padding-bottom: 16px;
      border-bottom: 1px solid #49595b; }
      .pf-popup-holder .pf-popup .top .pf-opener {
        border: none;
        background: transparent;
        margin: 0;
        position: absolute;
        top: -35px;
        right: 0;
        outline: none; }
        @media (max-width: 575px) {
          .pf-popup-holder .pf-popup .top .pf-opener {
            top: 2px; } }
        .pf-popup-holder .pf-popup .top .pf-opener span {
          font-size: 24px;
          line-height: 24px; }
      .pf-popup-holder .pf-popup .top .pf-title {
        text-align: center;
        font-size: 36px;
        line-height: 46px;
        font-family: 'proxima_novabold', sans-serif;
        font-weight: 700;
        text-transform: uppercase; }
        @media (max-width: 575px) {
          .pf-popup-holder .pf-popup .top .pf-title {
            text-align: left;
            font-size: 25px;
            line-height: 30px; } }
    .pf-popup-holder .pf-popup .pf-popup-list #form-products-filters .accordion .pfa-item {
      margin-bottom: 25px;
      border: 2px solid #c1c6c8;
      background: #fff;
      border-radius: 3px;
      padding: 0 15px; }
      .pf-popup-holder .pf-popup .pf-popup-list #form-products-filters .accordion .pfa-item .pfa-header button {
        font-size: 18px;
        line-height: 22px;
        font-family: 'proxima_novasemibold', sans-serif;
        font-weight: 500;
        border: none;
        position: relative;
        padding: 10px 30px 10px 0;
        display: block;
        width: 100%;
        text-align: left;
        outline: none;
        text-transform: capitalize;
        background: #fff; }
        .pf-popup-holder .pf-popup .pf-popup-list #form-products-filters .accordion .pfa-item .pfa-header button:after {
          content: "\e90d";
          position: absolute;
          top: 6px;
          right: 0;
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 32px; }
        .pf-popup-holder .pf-popup .pf-popup-list #form-products-filters .accordion .pfa-item .pfa-header button.collapsed {
          font-family: 'proxima_novaregular', sans-serif;
          font-weight: 400; }
          .pf-popup-holder .pf-popup .pf-popup-list #form-products-filters .accordion .pfa-item .pfa-header button.collapsed:after {
            content: "\e90e"; }
      .pf-popup-holder .pf-popup .pf-popup-list #form-products-filters .accordion .pfa-item .pfa-body {
        padding: 15px 0 5px 0; }
        .pf-popup-holder .pf-popup .pf-popup-list #form-products-filters .accordion .pfa-item .pfa-body .checkbox {
          float: left;
          width: 33.33%;
          padding: 0 10px 10px 0; }
          @media (max-width: 575px) {
            .pf-popup-holder .pf-popup .pf-popup-list #form-products-filters .accordion .pfa-item .pfa-body .checkbox {
              float: left;
              width: auto; } }
          .pf-popup-holder .pf-popup .pf-popup-list #form-products-filters .accordion .pfa-item .pfa-body .checkbox:nth-child(3n+1) {
            clear: left; }
          .pf-popup-holder .pf-popup .pf-popup-list #form-products-filters .accordion .pfa-item .pfa-body .checkbox input[type="checkbox"] {
            opacity: 0;
            width: 0;
            height: 0;
            position: absolute;
            top: -10000px; }
            .pf-popup-holder .pf-popup .pf-popup-list #form-products-filters .accordion .pfa-item .pfa-body .checkbox input[type="checkbox"]:checked + label:after {
              content: '\2714';
              font-size: 14px;
              position: absolute;
              top: 0;
              left: 1px;
              color: #49595b;
              width: 18px;
              height: 18px;
              text-align: center; }
          .pf-popup-holder .pf-popup .pf-popup-list #form-products-filters .accordion .pfa-item .pfa-body .checkbox label {
            cursor: pointer;
            padding: 0 0 0 25px;
            display: block;
            position: relative;
            margin: 0;
            font-size: 15px; }
            .pf-popup-holder .pf-popup .pf-popup-list #form-products-filters .accordion .pfa-item .pfa-body .checkbox label:before {
              content: "";
              position: absolute;
              top: -1px;
              left: 0;
              width: 20px;
              height: 20px;
              display: block;
              border: 1px solid #49595b; }
    .pf-popup-holder .pf-popup .pf-popup-list #form-products-filters #cta-products-filters {
      font-size: 17px;
      line-height: 22px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      margin: 0 15px;
      padding: 0;
      background: transparent;
      border: none;
      outline: 0;
      text-transform: uppercase; }
      .pf-popup-holder .pf-popup .pf-popup-list #form-products-filters #cta-products-filters:hover {
        color: #5a6e71;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }

body.pf-active .pf-popup-holder {
  opacity: 1;
  visibility: visible; }
  body.pf-active .pf-popup-holder .pf-popup {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.sec-product-single {
  border-top: 1px solid #49595b;
  padding: 50px 0 130px 0; }
  @media (max-width: 767px) {
    .sec-product-single {
      padding: 30px 0 40px 0; } }
  @media (max-width: 991px) {
    .sec-product-single .product-slider-holder {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .sec-product-single .product-slider-holder {
      margin-bottom: 30px; } }
  .sec-product-single .product-slider-holder .product-mark {
    position: relative; }
    .sec-product-single .product-slider-holder .product-mark .product-mark-inner {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9; }
      .sec-product-single .product-slider-holder .product-mark .product-mark-inner span {
        display: inline-block;
        font-size: 20px;
        line-height: 24px;
        font-family: 'proxima_novasemibold', sans-serif;
        font-weight: 500;
        padding: 9px 18px;
        margin: 0 7px 7px 0;
        background: #f4f4f4;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .sec-product-single .product-slider-holder .product-mark .product-mark-inner span {
            padding: 5px 10px;
            font-size: 16px;
            line-height: 22px; } }
        .sec-product-single .product-slider-holder .product-mark .product-mark-inner span.sale {
          color: #dd5f41; }
  .sec-product-single .product-slider-holder .product-slider {
    position: relative;
    padding: 20px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .sec-product-single .product-slider-holder .product-slider {
        margin-bottom: 0; } }
    .sec-product-single .product-slider-holder .product-slider .item {
      display: none;
      width: 100%;
      text-align: center; }
      .sec-product-single .product-slider-holder .product-slider .item a {
        display: block; }
        .sec-product-single .product-slider-holder .product-slider .item a img {
          display: inline-block; }
      .sec-product-single .product-slider-holder .product-slider .item:first-child {
        display: block; }
    .sec-product-single .product-slider-holder .product-slider.slick-initialized .item {
      display: block; }
    .sec-product-single .product-slider-holder .product-slider .slick-arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: none;
      border: none;
      margin: 0;
      padding: 0;
      z-index: 4;
      outline: 0; }
      .sec-product-single .product-slider-holder .product-slider .slick-arrow .icon {
        color: #49595b;
        font-size: 25px;
        line-height: 25px; }
      .sec-product-single .product-slider-holder .product-slider .slick-arrow.slick-prev {
        left: 0; }
      .sec-product-single .product-slider-holder .product-slider .slick-arrow.slick-next {
        right: 0; }
  .sec-product-single .product-slider-holder .product-slider-thumbs {
    text-align: center; }
    .sec-product-single .product-slider-holder .product-slider-thumbs a {
      display: inline-block;
      margin: 0 15px; }
      @media (max-width: 767px) {
        .sec-product-single .product-slider-holder .product-slider-thumbs a {
          margin: 0 7px; } }
      .sec-product-single .product-slider-holder .product-slider-thumbs a img {
        max-width: 140px; }
        @media (max-width: 1199px) {
          .sec-product-single .product-slider-holder .product-slider-thumbs a img {
            max-width: 110px; } }
        @media (max-width: 575px) {
          .sec-product-single .product-slider-holder .product-slider-thumbs a img {
            max-width: 80px; } }
  .sec-product-single .product-data .h1-title {
    font-size: 40px;
    line-height: 50px;
    font-family: 'proxima_novabold', sans-serif;
    font-weight: 700;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .sec-product-single .product-data .h1-title {
        font-size: 30px;
        line-height: 36px; } }
  .sec-product-single .product-data .price-holder {
    margin-bottom: 20px; }
    .sec-product-single .product-data .price-holder .sales-price {
      color: #dd5f41;
      font-size: 28px;
      line-height: 34px;
      font-family: 'proxima_novasemibold', sans-serif;
      font-weight: 500;
      float: left;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .sec-product-single .product-data .price-holder .sales-price {
          font-size: 20px;
          line-height: 26px;
          margin-right: 15px; } }
    .sec-product-single .product-data .price-holder .standard-price {
      float: left;
      margin-right: 20px;
      color: #2e2e22;
      font-size: 28px;
      line-height: 34px;
      font-family: 'proxima_novasemibold', sans-serif;
      font-weight: 500; }
      @media (max-width: 767px) {
        .sec-product-single .product-data .price-holder .standard-price {
          font-size: 20px;
          line-height: 26px;
          margin-right: 15px; } }
      .sec-product-single .product-data .price-holder .standard-price.has-discount {
        text-decoration: line-through; }
    .sec-product-single .product-data .price-holder .wishlist-holder button, .sec-product-single .product-data .price-holder .wishlist-holder a {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      outline: none; }
      .sec-product-single .product-data .price-holder .wishlist-holder button span, .sec-product-single .product-data .price-holder .wishlist-holder a span {
        font-size: 30px;
        line-height: 32px; }
        @media (max-width: 767px) {
          .sec-product-single .product-data .price-holder .wishlist-holder button span, .sec-product-single .product-data .price-holder .wishlist-holder a span {
            font-size: 24px;
            line-height: 26px; } }
    .sec-product-single .product-data .price-holder .wishlist-holder .wishlist-add.added span:before {
      content: "\e914"; }
  .sec-product-single .product-data .attr-holder {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .sec-product-single .product-data .attr-holder {
        margin-bottom: 0; } }
    .sec-product-single .product-data .attr-holder .attr {
      float: left;
      margin-right: 30px;
      min-width: 320px; }
      @media (max-width: 1199px) {
        .sec-product-single .product-data .attr-holder .attr {
          min-width: 240px; } }
      @media (max-width: 767px) {
        .sec-product-single .product-data .attr-holder .attr {
          margin-bottom: 20px; } }
      .sec-product-single .product-data .attr-holder .attr.quantity {
        min-width: 1px;
        max-width: 140px; }
      .sec-product-single .product-data .attr-holder .attr .attr-label {
        display: block;
        color: #2e2e22;
        font-size: 20px;
        line-height: 26px;
        font-family: 'proxima_novasemibold', sans-serif;
        font-weight: 500;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .sec-product-single .product-data .attr-holder .attr .attr-label {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 2px; } }
        .sec-product-single .product-data .attr-holder .attr .attr-label.mar0 {
          margin-bottom: 0; }
      .sec-product-single .product-data .attr-holder .attr .attr-val {
        display: block;
        font-size: 20px;
        line-height: 26px; }
        @media (max-width: 767px) {
          .sec-product-single .product-data .attr-holder .attr .attr-val {
            font-size: 16px;
            line-height: 20px; } }
        .sec-product-single .product-data .attr-holder .attr .attr-val input[type="number"] {
          border: 2px solid #c1c6c8;
          border-radius: 3px;
          background: #f4f4f4;
          padding: 8px 10px;
          font-size: 16px;
          line-height: 20px;
          font-family: 'proxima_novasemibold', sans-serif;
          font-weight: 500;
          width: 100%; }
        .sec-product-single .product-data .attr-holder .attr .attr-val .p-select-holder {
          float: none; }
  .sec-product-single .product-data .cta-holder {
    margin-bottom: 60px;
    position: relative; }
    @media (max-width: 767px) {
      .sec-product-single .product-data .cta-holder {
        margin-bottom: 30px; } }
    .sec-product-single .product-data .cta-holder .cta {
      text-transform: uppercase;
      color: #fff;
      padding: 12px 20px; }
    .sec-product-single .product-data .cta-holder.loading:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.6);
      z-index: 8; }
    .sec-product-single .product-data .cta-holder .out-of-stock {
      color: #fff;
      font-size: 22px;
      line-height: 26px;
      display: inline-block;
      padding: 12px 25px;
      border-radius: 5px;
      background: #c1c6c9;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      margin-right: 5px; }
      @media (max-width: 767px) {
        .sec-product-single .product-data .cta-holder .out-of-stock {
          padding: 10px 12px;
          font-size: 18px;
          line-height: 24px; } }
    .sec-product-single .product-data .cta-holder .cta-stock {
      color: #49595b;
      font-size: 18px;
      line-height: 24px;
      display: inline-block;
      padding: 16px 10px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      text-decoration: underline;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .sec-product-single .product-data .cta-holder .cta-stock {
          font-size: 16px;
          line-height: 24px; } }
  .sec-product-single .product-data .accordion .item {
    border-top: 2px solid #c1c6c8;
    background: #fff;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .sec-product-single .product-data .accordion .item {
        padding: 0; } }
    .sec-product-single .product-data .accordion .item:last-child {
      border-bottom: 2px solid #c1c6c8; }
    .sec-product-single .product-data .accordion .item .item-header button {
      font-size: 18px;
      line-height: 24px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700;
      border: none;
      position: relative;
      padding: 12px 25px 12px 0;
      display: block;
      width: 100%;
      text-align: left;
      outline: none;
      text-transform: uppercase;
      background: transparent; }
      .sec-product-single .product-data .accordion .item .item-header button:after {
        content: "\e90d";
        position: absolute;
        top: 4px;
        right: -6px;
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px; }
      .sec-product-single .product-data .accordion .item .item-header button.collapsed:after {
        content: "\e90e"; }
    .sec-product-single .product-data .accordion .item .item-body {
      padding: 10px 0 15px 0;
      font-size: 18px;
      line-height: 24px; }
      .sec-product-single .product-data .accordion .item .item-body p, .sec-product-single .product-data .accordion .item .item-body a, .sec-product-single .product-data .accordion .item .item-body .spec-attr {
        font-size: 18px;
        line-height: 24px; }
      .sec-product-single .product-data .accordion .item .item-body a {
        text-decoration: underline; }
      @media (max-width: 767px) {
        .sec-product-single .product-data .accordion .item .item-body {
          font-size: 16px;
          line-height: 22px; }
          .sec-product-single .product-data .accordion .item .item-body p, .sec-product-single .product-data .accordion .item .item-body a {
            font-size: 16px;
            line-height: 22px; } }
      .sec-product-single .product-data .accordion .item .item-body .spec-attr {
        text-transform: capitalize;
        font-family: 'proxima_novasemibold', sans-serif;
        font-weight: 500; }

#search-results-more {
  display: none; }

#sec-list-search .article-item {
  text-align: center; }
  #sec-list-search .article-item .thumb-link {
    margin-bottom: 15px; }
  #sec-list-search .article-item h3 {
    font-size: 15px;
    line-height: 20px;
    font-family: 'proxima_novabold', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    min-height: 1px; }
    #sec-list-search .article-item h3 a {
      font-size: 15px;
      line-height: 20px;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700; }
      #sec-list-search .article-item h3 a:hover {
        color: #5a6e71;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
  #sec-list-search .article-item .file-item .thumb-single {
    position: relative;
    margin-bottom: 15px; }
    #sec-list-search .article-item .file-item .thumb-single a {
      display: block; }
      #sec-list-search .article-item .file-item .thumb-single a .icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        color: #fff;
        font-size: 65px;
        line-height: 70px;
        text-align: center;
        z-index: 3; }
  #sec-list-search .article-item .file-item .actions {
    padding-top: 5px; }
    #sec-list-search .article-item .file-item .actions a {
      display: inline-block;
      margin: 0 4px; }
      #sec-list-search .article-item .file-item .actions a .icon {
        font-size: 20px; }
      #sec-list-search .article-item .file-item .actions a:hover .icon {
        color: #5a6e71;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s; }

#landing-mtm-app {
  padding: 45px 0 55px 0;
  background: #f3f4f4;
  position: relative;
  z-index: 5; }
  @media (max-width: 575px) {
    #landing-mtm-app {
      padding: 35px 0 25px 0; } }
  #landing-mtm-app .top {
    text-align: center;
    margin-bottom: 30px; }
    #landing-mtm-app .top .h2-title {
      margin-bottom: 5px;
      text-transform: none; }
    #landing-mtm-app .top p {
      font-size: 21px;
      line-height: 25px; }
      @media (max-width: 575px) {
        #landing-mtm-app .top p {
          font-size: 16px;
          line-height: 20px; } }
  #landing-mtm-app .content {
    margin-bottom: 40px; }
    @media (max-width: 575px) {
      #landing-mtm-app .content {
        margin-bottom: 30px; } }
    #landing-mtm-app .content a {
      text-decoration: underline;
      font-family: 'proxima_novabold', sans-serif;
      font-weight: 700; }
  #landing-mtm-app .iframe-holder-outer {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    #landing-mtm-app .iframe-holder-outer .iframe-holder-inner {
      position: relative;
      width: 100%;
      height: 0px;
      padding-bottom: 110%; }
      @media (max-width: 991px) {
        #landing-mtm-app .iframe-holder-outer .iframe-holder-inner {
          padding-bottom: 250%; } }
      @media (max-width: 460px) {
        #landing-mtm-app .iframe-holder-outer .iframe-holder-inner {
          padding-bottom: 650%; } }
      #landing-mtm-app .iframe-holder-outer .iframe-holder-inner iframe {
        border: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
            #builder-cart-page .cart-holder #cart-items table tr.t-body td.lh-0,
			#sec-my-account #entry-view #entry-items table tr.t-body td.lh-0 {padding-bottom:0}