@import url('css/bootstrap/css/bootstrap.min.css');
@import url('css/responsive.css');



/*** Creative Themes Styles ***/
body {
    -webkit-font-smoothing: antialiased;
    color: #7f8c8d;
    /*position: relative;*/
}

h1, h2, h3, h4, h5 {
    letter-spacing: -1px;
}

a {
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

a:hover,
a:visited,
a:focus {
    text-decoration: none;
}

code {
    background-color: #fff6d4;
    color: #EAB854;
}

.crayon-syntax {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.subscribe-search-inner input[type="email"],
#commentform input#author,
#commentform input#email,
#commentform textarea {
	-webkit-appearance: none;
}

#commentform input[type="submit"] {
	border-radius: 0px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/*** Parallax ***/
.home-header {
    background: url('images/header.jpg') 50% 0 no-repeat;
    height: 500px;
    background-size: cover;
}

.about-container {
    background: url('images/about_bg.jpg') 50% 0 no-repeat;
    height: 700px;
    background-size: cover;
}

.deals-wrapper .about-container {
    height: 280px;
}

.contact-wrapper .about-container {
    height: 280px;
}

.author-wrapper .about-container,
.category-wrapper .about-container {
    height: 280px;
}

.contact-wrapper .about-container {
    height: 150px;
}

.blog-header {
    background: url('images/parallax2.jpg') 50% 0 no-repeat;
    height: 200px;
    background-size: cover;
}

.na-header {
    background: url('images/header.jpg') 50% 0 no-repeat;
    height: 450px;
    position: relative;
    background-size: cover;
}

.na-hero {
    background: url('images/na_parallax.jpg') 50% 0 no-repeat;
    height: 410px;
    background-size: cover;
}

.footer-parallax {
    background: url('images/footer.jpg') 50% 0 no-repeat;
    height: 700px;
    position: relative;
    background-size: cover;
}


/** Logo Container **********************************************/
.logo a {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -1px;
    -webkit-font-smoothing: antialiased;
}

.logo span {
    color: #1b1f23;
}

.logo img {
    margin: -5px 0 0 15px;
}

.home-header .logo,
.na-header .logo {
    margin-top: 50px;
}

.blog-header .logo {
    text-align: center;
    margin: 40px 0 45px 0;
}

footer .logo {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 110px 0 60px 0;
}



.off-canvas-menu-container .logo {
    margin: 48px 0 90px 40px;
}

/*** Menu Container ***/
.menu-container ul {
    padding: 0;
    text-align: center;
}

.menu-container ul li {
    list-style: none;
    display: inline;
}

.menu-container ul li:first-child a {
    padding-left: 0;
}

.menu-container ul li:last-child a {
    padding-right: 0;
}

.menu-container ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 20px;
}

.menu-container ul li a:hover {
    color: #ebb94a;
}

.menu-info {
    text-align: center;
}


/*** Off Canvas Menu ***/
body {
    background-color: #1b1f23;
}

.off-canvas-menu-container {
    background-color: #1b1f23;
    width: 280px;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    z-index: 1;
}

.content-wrapper {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    position: relative;
    z-index: 2;
    background: #fff;
    min-height: 100%;
    box-shadow: 5px 0px 0px 0px rgba(17,19,22,1);
}

.main-nav-active .content-wrapper {
    -webkit-transform: translate(-280px);
    transform: translate(-280px);
}

.off-canvas-menu-container ul li {
    list-style: none;
    margin-bottom: 5px;
}

.off-canvas-menu-container ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #7f8c8d;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.off-canvas-menu-container ul li a:hover {
    color: #cfd9da;
}

.off-canvas-menu-container ul li a[title='na-menu-item'] {
    color: #EAB854;
}

.off-canvas-menu-container ul li a[title='na-menu-item']:hover {
    color: #cfd9da;
}

.offcanvas-social {
    list-style: none;
    text-align: center;
    margin-top: 70px;
    padding-left: 5px;
}

.offcanvas-social a {
    display: inline-block;
    margin: 0 14px;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.offcanvas-social a:hover {
    opacity: 0.5;
}

.made-md {
    text-align: center;
    margin-top: 60px;
}

/*** open offcanvas button ***/
.blog-wrapper #hamburger,
.single-wrapper #hamburger,
.category-wrapper #hamburger,
.author-wrapper #hamburger,
.deals-wrapper #hamburger {
    text-align: left;
    /*float: none;*/
    /*margin: 20px auto;*/
}

#hamburger {
    float: right;
    cursor: pointer;
    margin: -12px -10px 0 0;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    position: relative;
    /*right: 14px;
    top: 62px;*/
    z-index: 999;
    display: block;
    width: 68px;
    height: 68px;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

#hamburger path {
  stroke: white;
}

#hamburger .bottom,
#hamburger .top {
  background: white;
}

.hamburglar {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.hamburglar .top, .hamburglar .bottom {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  border-radius: 2px;
  background: #1b1f23;
}

.hamburglar .top {
  top: 19px;
  left: 14px;
}

.hamburglar .bottom {
  top: 41px;
  left: 14px;
}

path, line {
  stroke: #1b1f23;
  stroke-linecap: round;
}

.hamburglar .top, .hamburglar .bottom {
  -webkit-transform-origin: 34px 2px;
      -ms-transform-origin: 34px 2px;
          transform-origin: 34px 2px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 500ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
          transition: all 500ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
}

.hamburglar .circle {
  stroke-dasharray: 1 100 32 300;
  stroke-dashoffset: 101;
  -webkit-transition: all 750ms ease;
          transition: all 750ms ease;
}

.hamburglar.is-closed .circle {
  stroke-dasharray: 1 100 190 300;
  stroke-dashoffset: 1;
}
.hamburglar.is-closed .top {
  -webkit-transform: translateX(-4.5px) rotate(-45deg);
      -ms-transform: translateX(-4.5px) rotate(-45deg);
          transform: translateX(-4.5px) rotate(-45deg);
}
.hamburglar.is-closed .bottom {
  -webkit-transform: translateX(-4.5px) rotate(45deg);
      -ms-transform: translateX(-4.5px) rotate(45deg);
          transform: translateX(-4.5px) rotate(45deg);
}

/*** Intro Container ***/
.intro-container h1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 100px;
    margin-bottom: 40px;
}

.intro-text {
    text-align: center;
    font-size: 30px;
    font-weight: 200;
    color: #ffffff;
    /*width: 800px;*/
    margin: 0 auto;
}

.intro-subscribers {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #ebb94a;
    margin-top: 40px;
}

.subscribe-big-button {
    text-align: center;
    /*padding-top: 80px;*/
}

.subscribe-big-button button {
    background: transparent;
    display: inline-block;
    margin-top: 50px;
    padding: 10px 60px 13px 60px;
    border: 5px solid #ffffff;
    color: #ffffff;
    font-size: 28px;
    font-weight: 200;
    outline: none;
    -webkit-font-smoothing: antialiased;
}

/*** Subscribe Modal Window ***/
.md-subscribe-container {
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: fixed;
    background: rgba(78, 75, 81, 0.85);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-subscribe-container.smodal-show {
    opacity: 1;
    visibility: visible;
}

.md-subscribe-container .container {
    top: 50%;
    position: relative;
    text-align: center;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.md-subscribe {
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
    -webkit-transform: translateY(20%);
       -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
            transform: translateY(20%);
}

.smodal-show .md-subscribe {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.md-subscribe-inner {
    background: url('images/md-bg.png') no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #fff;
    padding: 50px 15px 60px 15px;
    /*display: inline-block;*/
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.md-subscribe-inner h1 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4e4b51;
    margin: 0px;
}

.md-subscribe-inner h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ababab;
    margin-top: 15px;
    margin-bottom: 50px;
    letter-spacing: 0.1px;
}

.md-subscribe-inner p {
    color: #ababab;
    margin-bottom: 30px;
}

.md-subscribe-inner input {
    padding: 15px;
    border: none;
    font-size: 18px;
    color: #fff;
    width: 100%;
    text-align: center;
    background-color: rgba(242, 98, 70, 0.7);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.md-subscribe-inner input:focus{
    outline: 0;
}

.modal-form div {
    position: relative;
}

.modal-form button {
    top: -80px;
    right: 35px;
}

.subscribe-form button {
    top: -5px;
    right: -40px;
}

.md-subscribe-inner input::-moz-placeholder { 
    opacity: 1; 
    color: #fff;
    letter-spacing: -1px;
}

.md-subscribe-inner input:-moz-placeholder { 
    opacity: 1; 
    color: #fff;
    letter-spacing: -1px;
}

.md-subscribe-inner input::-webkit-input-placeholder { 
    color: #fff;
    letter-spacing: -1px;
}

.md-subscribe-inner input:-ms-input-placeholder { 
    color: #fff;
    letter-spacing: -1px;
}

.md-subscribe-inner input:focus::-moz-placeholder { 
    color:transparent;
}

.md-subscribe-inner input:focus:-moz-placeholder { 
    color:transparent;
}

.md-subscribe-inner input:focus::-webkit-input-placeholder { 
    color:transparent;
}

.md-subscribe-inner input:focus:-ms-input-placeholder { 
    color:transparent;
}



.cm-subscribe button {
    position: absolute;
    cursor: pointer;
    z-index: 100;
    padding: 20px;
    background: transparent;
    border: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.cm-subscribe button:focus {
    outline: 0;
}

.cm-subscribe button span {
    background: url('images/checkmark.svg') no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    content: "";
    display: block;
}

/*** Modal Checkboxes ***/
.custom-checkboxes {
    margin-top: 40px;
}

.custom-checkboxes .cb {
    text-align: left;
    padding-bottom: 5px;
}

.custom-checkboxes input {
    display: none;
}

.custom-checkboxes label {
    color: #4e4b51;
    font-size: 16px;
    display: block;
    margin-bottom: 0px;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.custom-checkboxes label span {
    width: 20px;
    height: 20px;
    float: left;
    background-color: #4e4b51;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    margin: 1px 20px 0 0;
}

.custom-checkboxes input:checked + label span:before {
    background: url('images/checkmark.svg') no-repeat;
    background-size: contain;
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}




/*** Our Clients ***/
.our-clients {
    background-color: #222021;
    padding: 35px 0;
    text-align: center;
}

.our-clients span {
    display: block;
    color: #5c5b5b;
}

.our-clients img {
    margin: 20px 20px;
}



/*** Newsletters Archive Button ***/
.archive-button-container {
    background-color: #e75040;
    text-align: center;
    padding: 30px 0;
}

.archive-button-container a {
    color: #f6a3a1;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #f18381;
    padding: 18px 0;
    display: inline-block;
}

.archive-button-container a:hover {
    border-color: #faafae;
    color: #f8d4d0;
}

.archive-button-container a:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-right: -2.5px;
    border-right-width: 1px;
}

.archive-button-container a:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-left: -2.5px;
    border-left-width: 1px;
}

/*.archive-button-container a {
    background-color: #222021;
    padding: 33px 0;
    width: 100%;
    text-align: center;
    color: #ebb94a;
    font-size: 24px;
    font-weight: 200;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}

.archive-button-container a:hover {
    text-decoration: none;
}*/

/*** About Our Newsletter Container ***/

.about-container h1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 30px;
}

.about-container .description {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #e9ebea;
    margin-bottom: 40px;
}

.about-divider {
    text-align: center;
    margin: 35px 0;
}

*[class^="circle"] {
    display: inline-block;
    border-radius: 50px;
    vertical-align: middle;
    margin: 0 5px;
}

.circle-4 {
    width: 20px;
    height: 20px;
    border: 3px solid #f4ce80;
}

.circle-3 {
    width: 16px;
    height: 16px;
    border: 3px solid #f1c76e;
}

.circle-2 {
    width: 12px;
    height: 12px;
    border: 3px solid #f0c262;
}

.circle-1 {
    width: 8px;
    height: 8px;
    border: 3px solid #eebd56;
}

.about-features .feature {
    position: relative;
    margin-bottom: 40px;
}

.about-features .feature:after {
    content: "";
    display: table;
    clear: both;
}

.about-features .feature:last-child {
    margin-bottom: 0px;
}

.about-features img {
    width: 100px;
    height: auto;
    float: left;
}

.about-features h4 {
    font-size: 17px;
    font-weight: 500;
    color: #34495e;
    margin: 5px 0 10px 0;
    padding-left: 120px;
    -webkit-font-smoothing: antialiased;
}

.about-features p {
    font-size: 16px;
    font-weight: 400;
    color: #6f6a57;
    padding-left: 120px;
    /*position: absolute;*/
}

/** Author Page *********************************************/
.nr-posts {
    font-size: 20px;
    border: 3px solid #f4ce80;
    color: #f4ce80;
    border-radius: 5px;
    padding: 5px 10px;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: -5px;
    display: inline-block;
}


.author-social {
    list-style: none;
    text-align: center;
    margin-top: 20px;
}

.author-social a {
    display: inline-block;
    margin: 0 20px 0 20px;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.author-social a:hover {
    opacity: 0.5;
}

.author-social .twitter {
    background-image: url(images/twitter_v2.svg);
}

.author-social .facebook {
    background-image: url(images/facebook_v2.svg);
}

.author-social .gplus {
    background-image: url(images/gplus_v2.svg);
}


/*** Subscribe Search Container ***/
.subscribe-search-container {
    background: url('images/subscribe_search_bg.jpg') 50% 0;
    height: 140px;
}

.subscribe-search {
    text-align: center;
    padding-top: 15px;
}

.subscribe-search small,
.category-wrapper .col-centered small {
    font-size: 13px;
    font-weight: 500;
    color: #6f6a57;
}

.category-wrapper .col-centered small {
    margin-top: 15px;
    display: block;
}

.category-wrapper .col-centered {
    text-align: center;
}

.category-wrapper .subscribe-form {
    margin-top: 0px;
}

.category-wrapper .subscribe-form button {
    top: -5px;
}

.subscribe-form {
    margin-top: 23px;
}

.subscribe-form input {
    width: 100%;
    padding: 15px 30px;
    background-color: transparent;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #fff;
    text-align: center;
    outline: none;
    border: 3px solid #fff;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    border-radius: 33px; /* border radius */
}

.subscribe-form input::-moz-placeholder { 
    opacity: 1; 
    color: #fff;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.subscribe-form input:-moz-placeholder { 
    opacity: 1; 
    color: #fff;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.subscribe-form input::-webkit-input-placeholder { 
    color: #fff;
    -webkit-transition: all 0.4s ease;
}

.subscribe-form input:-ms-input-placeholder { 
    color: #fff;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.subscribe-form input:focus::-moz-placeholder { 
    color:transparent;
}

.subscribe-form input:focus:-moz-placeholder { 
    color:transparent;
}

.subscribe-form input:focus::-webkit-input-placeholder { 
    color:transparent;
}

.subscribe-form input:focus:-ms-input-placeholder { 
    color:transparent;
}

/*** Blog Container ***/
.blog-heading {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #e9e6ec;
    background-color: #4e4b51;
    padding: 30px 0;
    letter-spacing: -1px;
}

.blog-articles {
    text-align: center;
    margin-top: 75px;
}

.blog-wrapper .blog-articles {
    margin-top: 75px;
}

.blog-articles article {
    margin-bottom: 80px;
    display: inline-block;
    /*-webkit-transition: margin 0.5s ease-out;
       -moz-transition: margin 0.5s ease-out;
        -ms-transition: margin 0.5s ease-out;
         -o-transition: margin 0.5s ease-out;
            transition: margin 0.5s ease-out;*/
}

.blog-articles article .thumb {
    width: 285px;
    height: 285px;
}

.home-wrapper .blog-articles article .thumb {
    width: 245px;
    height: 245px;
}

.blog-articles h2 {
    margin: 25px 0 30px 0;
    line-height: 35px;
}

.blog-articles h2 a {
    font-size: 25px;
    font-weight: 500;
    color: #34495e;
}

.blog-articles h2 a:hover {
    color: #f9cc68;
}

.blog-articles p {
    color: #7f8c8d;
    line-height: 30px;
    margin-bottom: 0;
}

.thumb {
    position: relative;
    display: block;
    margin: 0 auto;
}

.thumb-mask {
    background: url('images/mask.svg') no-repeat;
    position: absolute;
    width: 290px;
    height: 290px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.home-wrapper .thumb-mask {
    width: 250px;
    height: 250px;
}

.home-wrapper .meta {
    display: none;
}

.meta {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #7f8c8d;
    text-align: center;
}

.meta .category,
.meta .category a {
    color: #34495e;
}

.meta .date {
    margin: 0 10px;
}

.meta .author,
.meta .author a {
    color: #c1c3c3;
}

.button-more {
    font-size: 30px;
    font-weight: bold;
    color: #bdc3c7;
    border: 6px solid #bdc3c7;
    padding: 30px 40px;
    margin-bottom: 30px;
    letter-spacing: -1px;
    display: inline-block;
}

.button-more:visited,
.button-more:focus,
.button-more:active {
    color: #bdc3c7;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.button-more:hover {
    color: #34495e;
    border-color: #34495e;
}

/*** Pagination ***/
.page-navigation {
    margin-top: 80px;
}

.pagenavi {
    font-size: 24px;
    font-weight: bold;
    color: #566677;
    margin-top: 150px;
}

.pagenavi span {
    padding: 0 10px;
    margin: 0 5px;
}

.pagenavi a {
    color: #bec5c5;
    padding: 0 10px;
    margin: 0 5px;
}

.pagenavi .expand {
    color: #bec5c5;
}

.pagenavi a:hover {
    color: #566677;
}

.pagenavi .nextpostslink {
    background: url('images/arrow_forward.svg') no-repeat;
    background-size: cover;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
}

.pagenavi .prevpostslink {
    background: url('images/arrow_back.svg') no-repeat;
    background-size: cover;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
}


/*** Deals Widget ***/
.deals-blog {
    margin: 100px 0 60px 0;
}

.deals-blog h1 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #e9e6ec;
    letter-spacing: -1px;
    margin-bottom: 50px;
}

.deals-blog a {
    font-size: 22px;
    font-weight: 500;
    color: #a2aab4;
    text-align: center;
    letter-spacing: -1px;
    display: block;
    padding: 0 15px;
    margin-bottom: 30px;
}

.deals-blog a:hover {
    color: #f9cc68;
}

.deal-inner {
    border: 8px solid #f6f5f7;
    padding: 30px 20px 40px 20px;
}

.deal-price {
    background: url(images/deal_price_bg.svg) no-repeat;
    background-size: 86px 93px;
    background-position: center;
    font-size: 14px;
    font-weight: bold;
    color: #dbe3eb;
    padding: 21px 0;
    margin-top: -32px;
}

.deal-price span {
    font-size: 22px;
    color: #5d6d7e;
}

.deal-price2 path {
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.deal-price2 {
    width: 100%;
    height: 93px;
    /*position: relative;*/
    margin-top: -32px;
    text-align: center;
}

.deal-price2 svg {
    /*position: absolute;*/
    width: 86px;
    height: 93px;
}

.deals-blog a:hover .deal-price2 path {
    fill: #f9cc68;
}

.dpt {
    display: block;
    position: absolute;
}

/** Single Container *********************************************/
.single-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
    color: #1b1f23;
    margin: 60px 0 55px 0;
    /*line-height: 35px;*/
}

.meta-single {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #bfc5ca;
    -webkit-font-smoothing: antialiased;
}

.meta-single span {
    margin: 0;
    display: block;
}

.meta-single a {
    color: #bfc5ca;
}

.meta-single .category a {
    margin-right: 15px;
}

.meta-single .category a:after {
    content: "";
    width: 11px;
    height: 11px;
    margin-left: 5px;
    display: inline-block;
    border: 3px solid;
    border-radius: 100%;
}

.meta-single .category a:last-child {
    margin-right: 0;
}

.cat-design:after,
.cat-design:hover {
    border-color: #C1D894;
    color: #C1D894;
}

.cat-inspiration:after,
.cat-inspiration:hover {
    border-color: #9aa1c0;
    color: #9aa1c0;
}

.cat-useful:after,
.cat-useful:hover {
    border-color: #D08770;
    color: #D08770;
}

.cat-freebies:after,
.cat-freebies:hover {
    border-color: #EBCB8B;
    color: #EBCB8B;
}

.cat-coding:after,
.cat-coding:hover {
    border-color: #AB7967;
    color: #AB7967;
}

.cat-templates:after,
.cat-templates:hover {
    border-color: #BF616A;
    color: #BF616A;
}


.article-body {
    /*margin-top: 50px;*/
    line-height: 1.7; 
}

.article-body h2,
.article-body h3 {
    font-weight: bold;
    color: #5d6e7e;
    margin: 50px 0 30px 0;
}

.article-body img {
    border-radius: 3px;
    max-width: 100%;
    height: auto;
}

.article-body iframe {
    border-radius: 3px;
    max-width: 100%;
    /*height: auto;*/
}

.article-body a {
    color: #EAB854;
}

.article-body a:hover {
    text-decoration: underline;
}

.article-body .aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}



/** Share Box ***************************************************/
.share-container {
    width: 135px;
    height: 135px;
    position: relative;
    margin: 40px auto 0 auto;
    /*cursor: pointer;*/
    z-index: 99;
    /*background: blue;*/
    /*border: 1px solid #ccc;*/
}

.share-counter {
    display: none;
    width: 100%;
    color: #dbe1e6;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.disc-icon {
    width: 63px;
    height: 63px;
    cursor: pointer;
    position: absolute;
    margin: auto;
    top: 0; right: 0; bottom: 0; left: 0;
}

.disc-icon span {
    background: url('images/share.svg') no-repeat center;
    background-color: #fff;
    border: 3px solid #bfc5ca;
    background-size: 30px 30px;
    border-radius: 100px;
    width: 63px;
    height: 63px;
    position: absolute;
    margin: auto;
    top: 0; right: 0; bottom: 0; left: -1px;
}

.share-container.animate .disc {
    visibility: visible;
}

.social-networks-container {
    position: relative;
    top: -93px;
    height: 50px;
}

.social-networks-container a {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    top: 0; right: 0; bottom: 0; left: 0;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.social-networks-container a div {
	font-weight: bold;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 100px;
	line-height: 50px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
}

.social-networks-container a:hover div {
	opacity: 1;
}


.social-networks-container .twitter-filled {
    background: url('images/twitter_filled.svg') no-repeat;
    background-size: contain;
}

.social-networks-container .twitter-filled div {
	background-color: #598dca;
}

.social-networks-container .facebook-filled {
    background: url('images/facebook_filled.svg') no-repeat;
    background-size: contain;
}

.social-networks-container .facebook-filled div {
	background-color: #3a589b;
}

.social-networks-container .gplus-filled {
    background: url('images/gplus_filled.svg') no-repeat;
    background-size: contain;
}

.social-networks-container .gplus-filled div {
	background-color: #d6492f;
}

.social-networks-container .linkedin-filled {
    background: url('images/linkedin_filled.svg') no-repeat;
    background-size: contain;
}

.social-networks-container .linkedin-filled div {
	background-color: #007ab9;
}

.social-networks-container.open .social-network-1 {
    transition: all .3s ease-in-out 0s;
    right: 400px;
}

.social-networks-container.open .social-network-2 {
    transition: all .3s ease-in-out .2s;
    right: 200px;
}

.social-networks-container.open .social-network-3 {
    transition: all .3s ease-in-out .2s;
    left: 200px;
}

.social-networks-container.open .social-network-4 {
    transition: all .3s ease-in-out 0s;
    left: 400px;
}


.social-networks-container .social-network-1 {
    transition: all .3s ease-in-out .2s;
}

.social-networks-container .social-network-2 {
    transition: all .3s ease-in-out 0s;
}

.social-networks-container .social-network-3 {
    transition: all .3s ease-in-out 0s;
}

.social-networks-container .social-network-4 {
    transition: all .3s ease-in-out .2s;
}




/** Author Box **************************************************/
.author-box {
    margin-top: 60px;
    text-align: center;
}

.author-box h2 {
    font-size: 35px;
    font-weight: bold;
    color: #5d6e7e;
    margin-bottom: 30px;
}

.avatar-box {
    position: relative;
}

.author-box .thumb-mask {
    background: url(images/author_mask.svg) no-repeat;
    width: 100px;
    height: 100px;
}

.author-box-inner {
    border: 8px solid #f6f5f7;
    padding: 55px 15px 40px 15px;
    margin-top: -53px;
}

.author-box-inner h4 {
    margin-bottom: 20px;
}

.author-box-inner h4 a {
    font-size: 22px;
    font-weight: bold;
    color: #5d6e7e;
}

.author-box-inner a {
    color: #EAB854;
}

/** Related Posts ***********************************************/
.related-posts {
    background: url('images/about_bg.jpg') 50% 0;
    height: auto;
    margin-top: 60px;
}

.related-posts h1 {
    font-size: 23px;
    font-weight: bold;
    color: #ffffff;
    margin: 40px 0 40px 0;
    text-align: center;
}

.related-posts-items {
    padding: 0;
}

.related-posts-items li {
    list-style: none;
    margin-bottom: 30px;
}

.related-posts-items a {
    display: block;
}

.related-posts-items img {
    width: 100%;
    border-radius: 3px;
}

.related-posts-items .related-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff6e3;
    margin-top: 20px;
}

.related-posts-items li:hover .related-title {
    color: #fff;
}

/** Comments Container ***********************************************/
.comments-container {
    margin-bottom: 100px;
}

.comments-container h3 {
    font-size: 40px;
    font-weight: bold;
    color: #5d6e7e;
    margin: 100px 0 75px 0;
}

.comments-container a {
    color: #EAB854;
}

.comments-container a:hover {
    /*font-weight: bold;*/
}

.new-comment {
    background: url('images/new_message.svg') no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
    float: right;
    margin-top: 7px;
}

.comments-list {
    padding: 0;
}

.comments-list li {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
}

.comments-list li:last-child {
    margin-bottom: 0px;
}

.comments-list .children {
    padding: 0px;
    margin-top: 80px;
}

.comments-list .children li.depth-2,
.comments-list .children li.depth-3,
.comments-list .children li.depth-4,
.comments-list .children li.depth-5 {
    padding-left: 80px;
}

.comment-inner {
    display: inline-block;
    width: 100%;
}

.comments-list .avatar-box {
    float: left;
    width: 96px;
    height: 96px; 
}

.comments-list .thumb-mask {
    background: url('images/mask.svg') no-repeat;
    width: 100px;
    height: 100px;
}

.comment-inner:hover .comment-reply-link {
    opacity: 1;
    text-decoration: none;
}

.comment-reply-link {
    background: url('images/reply.svg') no-repeat;
    text-decoration: none;
    width: 100px;
    height: 100px;
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.comments-list h5 {
    font-size: 16px;
    font-weight: 500;
    color: #6f7879;
    letter-spacing: 0;
    padding-left: 130px;
    margin: 0 0 30px 0;
}

.comments-list h5 a {
    color: #6f7879;
}

.comments-list h5 span {
    float: right;
}

.comments-list h5 span {
    font-size: 12px;
    font-weight: 400;
    color: #c5cdcd;
    text-transform: uppercase;
}

.comments-list p {
    font-size: 16px;
    font-weight: 400;
    color: #9aa7a8;
    padding-left: 130px;
    line-height: 30px;
}

.comments-list .moderation {
    padding-left: 130px;
    color: rgba(233, 185, 96, 1);
    display: block;
}

#respond {
    margin-top: 50px;
}

#respond h3 {
    margin: 0 0 60px 0;
}

.user-state {
    float: right;
}

.user-state a {
    font-size: 20px;
    color: #bdc3c7;
    vertical-align: middle;
}

.comments-container .form-control,
.contact-form-container .form-control {
    border-radius: 0px;
    font-weight: 500;
    height: auto;
    padding: 12px 25px;
    margin-bottom: 30px;
    color: #6f7879;
    border: 5px solid #f6f5f7;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.comments-container .button,
.contact-form-container input[type=submit] {
    background-color: #252b31;
    border: none;
    color: #f6f5f7;
    font-weight: 500;
    padding: 21px 25px;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.comments-container .button:hover,
.contact-form-container input[type=submit]:hover {
    background-color: #bdc3c7;
    color: #fff;
}

.cancel-reply a {
    color: #252b31;
    font-weight: 500;
    padding: 21px 20px;
}

.cancel-reply a:hover {
    color: #bdc3c7;
}


/*** Subscribe Comments ***/
.subscribe-comments {
    margin-top: 30px;
}

.subscribe-comments label {
    font-weight: normal;
}

.page-single-wrapper #subscribe-reloaded-list {
    padding: 20px 0;
    margin: 50px 0;
    list-style: none;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

.page-single-wrapper #subscribe-reloaded-select-all-p a:last-child {
    margin-left: 20px;
}

.page-single-wrapper input.subscribe-form-button {
    background-color: #252b31;
    border: none;
    color: #f6f5f7;
    font-weight: 500;
    padding: 16px 25px;
    margin-top: 30px;
     -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.page-single-wrapper input.subscribe-form-button:hover {
    background-color: #bdc3c7;
    color: #fff;
}

.page-single-wrapper .subscribe-form-field {
    border: 5px solid #f6f5f7;
    padding: 12px 25px;
    color: #6f7879;
    font-weight: 500;
    margin-left: 30px;
}

.page-single-wrapper .subscribe-form-field:focus {
    outline: 0;
}



/** Newsletter Archive ******************************************/
.chart-container {
    margin-top: 10px;
}

.sub-nr {
    background: url('images/na-sub-nr.svg') no-repeat;
    background-size: contain;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 11px;
    font-weight: 300;
    color: #f7e3b7;
    width: 110px;
    height: 120px;
    margin: 0 auto;
    display: table;
}

.sub-nr span {
    display: table-cell;
    vertical-align: middle;
}

.sub-nr b {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
}

.chart-container h1 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 22px;
}

.na-hero {
    text-align: center;
    -webkit-box-shadow: inset 0px 10px 0px 0px rgba(0,0,0,0.4);
       -moz-box-shadow: inset 0px 10px 0px 0px rgba(0,0,0,0.4);
            box-shadow: inset 0px 10px 0px 0px rgba(0,0,0,0.4);
}

.na-hero h1 {
    font-size: 30px;
    font-weight: bold;
    color: #c7b299;
    margin: 60px 0 40px 0;
}

.na-hero br {
    display: block;
}

.na-hero p {
    font-size: 30px;
    font-weight: 300;
    color: #786e62;
    letter-spacing: -1px;
}

.switcher {
    margin-top: 60px;
    text-align: center;
}

.switcher a {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #e9e6ec;
    border: 5px solid #6e6a72;
    padding: 25px 0;
    float: none;
    display: inline-block;
    opacity: 0.5;
}

.switcher a:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-width: 3px;
}

.switcher a:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-width: 3px;
    position: relative;
}

.switcher a span {
    font-size: 12px;
    font-weight: bold;
    color: #ebb94a;
    position: absolute;
    margin: -8px 0 0 3px;
}

.switcher a.active {
    opacity: 1;
}

.switcher a:hover {
    opacity: 1;

}

.na-container {
    text-align: center;
}

.na-items {
    position: relative;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0;
}

.na-items li {
    list-style: none;
    margin-bottom: 30px;
    -webkit-transition: margin 0.5s ease-out;
       -moz-transition: margin 0.5s ease-out;
        -ms-transition: margin 0.5s ease-out;
         -o-transition: margin 0.5s ease-out;
            transition: margin 0.5s ease-out;
}

.na-items li:last-of-type {
    margin-bottom: 0px;
}

.timeline {
    position: absolute;
    height: 100%;
}

.timeline div {
    width: 5px;
    height: 100%;
    margin: 0 auto;
    background-color: #f6f5f7;
    z-index: -1;
    vertical-align: middle;
}

.na-meta {
    font-size: 20px;
    font-weight: 500;
    color: #6f7879;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0 30px 0;
    background-color: #fff;
    z-index: 1;
}

.na-meta span {
    font-size: 12px;
    font-weight: 300;
    color: #9aa7a8;
}

.na-items .thumb {
    text-align: center;
}

.na-items .thumb-mask {
    width: 230px;
    height: 230px;
}

.na-item-title {
    margin-top: 25px;
    text-align: center;
}

.na-item-title a {
    font-size: 20px;
    font-weight: 300;
    color: #34495e;
    line-height: 30px;
    display: block;
}

.na-item-title a:hover {
    color: #f9cc68;
}

.na-item-title span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #7f8c8d;
    margin-top: 20px;
    display: block;
}

/*** Column Chart ***/
.bar {
    height: 150px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.bar-inner {
    background-color: #232124;
    text-align: center;
    bottom: 0;
    height: 0;
    left: 10px;
    right: 10px;
    cursor: pointer;
    position: absolute;
    border-radius: 2px 2px 0 0;   
}

.bar-inner:hover {
    background-color: #312e32;
}

.bar-inner span {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    display: block;
    opacity: 0; 
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.bar-inner:hover span {
    display: block;
    margin-top: -35px;
    opacity: 1;
}

.bar-inner span i {
    content: "";
    background: url('images/arrow_right_up.svg') no-repeat;
    display: none;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    margin-right: 5px;
}

.bar-inner .month {
    font-size: 12px;
    color: #3b383c;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    bottom: -5px;
    opacity: 0;
    -webkit-transition: color 0.3s ease-out;
       -moz-transition: color 0.3s ease-out;
        -ms-transition: color 0.3s ease-out;
         -o-transition: color 0.3s ease-out;
            transition: color 0.3s ease-out;
    -webkit-animation: month 0.8s 1s forwards ease-out;
       -moz-animation: month 0.8s 1s forwards ease-out;
            animation: month 0.8s 1s forwards ease-out;
}

.bar-inner:hover .month {
    color: #ebb94a;
}

@-webkit-keyframes month {
    0% { bottom: -5px; }
    100% { opacity: 1; bottom: 8px; }
}

@keyframes month {
    0% { bottom: -5px; }
    100% { opacity: 1; bottom: 8px; }
}

/*** Deals Page ***/
.deals-wrapper .about-container {
    text-align: center;
}

.deals-wrapper .about-container img {
    margin-top: 40px;
}

.deals-wrapper .about-container h1 {
    margin-top: 25px;
}

.deals-wrapper .about-container p {
    font-size: 22px;
    font-weight: 300;
}

.deals-items {
    margin-top: 60px;
}

.deals-items article {
    margin-bottom: 40px;
    text-align: center;
    min-height: auto;
}

.deal-thumb {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.deal-mask {
    background-color: rgba(27, 31, 35, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.deal-mask .price {
    background: url('images/na-sub-nr.svg') no-repeat;
    display: inline-block;
    background-size: contain;
    margin-top: 30px;
    padding: 15px 18px;
    color: #fdebc3;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.deal-mask .price b {
    font-size: 20px;
    color: #fff;
}

.deal-mask strike {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    opacity: 0;
    width: 100%;
    bottom: -20px;
    display: block;
    position: absolute;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.deal-mask strike span {
    color: #f9cc68;
    font-weight: bold;
}

.deal-thumb:hover strike {
    bottom: 10px;
    opacity: 1;
}

.deal-thumb:hover .price {
    margin-top: 20px;
}

.deal-thumb:hover .deal-mask {
    background-color: rgba(27, 31, 35, 0.6);
}

.deal-thumb img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.deals-items h5 {
    margin-top: 40px;
    min-height: 60px;
}

.deals-items h5 a {
    color: #a2aab4;
    line-height: 28px;
}


/*** Coupons Page ***/
.coupons-wrapper .about-container {
    height: 180px !important;
}

.coupons-wrapper .coupon-items h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 80px;
}

.coupons-wrapper .coupon-items h2 a {
    color: #34495e;
}

.coupons-wrapper .coupon-items h4 {
    text-align: center;
    margin: 40px 0;
}

.coupons-wrapper .coupon-items img {
    max-width: 100%;
    height: auto;
}


/** Contact Us ******************************************/
.contact-form-container {
    margin: 75px 0 100px 0;
}

.contact-form-container .wpcf7 img.ajax-loader {
    margin-left: 20px;
}

.contact-form-container .wpcf7-validation-errors {
    border: none;
}

.contact-form-container .wpcf7-not-valid {
    border-color: #f36060;
}

.contact-form-container .wpcf7-not-valid-tip {
    display: none;
}

.contact-form-container .wpcf7-response-output {
    text-align: center;
    /*margin: 30px 0 0 0;*/
    /*padding: 0px 15px;*/
    color: #f36060;
}

.contact-form-container .wpcf7-mail-sent-ok {
    border: none;
    color: #A3BE8C;
}



/*** Footer ***/

.gradient {
    /*display: inline-block;*/
    /*position: absolute;*/
    /*width: 100%;*/
    height: 200px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 40%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.7) 70%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(40%,rgba(255,255,255,0.95)), color-stop(50%,rgba(255,255,255,0.9)), color-stop(70%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.95) 40%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0.7) 70%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.95) 40%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0.7) 70%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.95) 40%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0.7) 70%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.95) 40%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0.7) 70%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}



.footer-social {
    list-style: none;
    text-align: center;
}

.footer-social a {
    display: inline-block;
    margin: 0 20px 50px 20px;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-social a:hover {
    opacity: 0.5;
}

.twitter {
    background-image: url(images/twitter.svg);
}

.facebook {
    background-image: url(images/facebook.svg);
}

.gplus {
    background-image: url(images/gplus.svg);
}

.contact {
    background-image: url(images/contact.svg);
}

.footer-nav {
    list-style: none;
    padding: 0;
    text-align: center;
}

.footer-nav li {
    display: inline-block;
}

.footer-nav li:last-child span {
    display: none;
}

.footer-nav a {
    font-size: 23px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 7px;
    letter-spacing: -0.5px;
    text-transform: lowercase;
}

.footer-nav a:hover {
    color: #d69536;
}

.footer-nav span {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.info-copyright {
    text-align: center;
    color: #5c5a56;
    height: 120px;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-top: 50px;
    background: -moz-linear-gradient(top,  rgba(39,39,39,0) 0%, rgba(39,39,39,0.5) 30%, rgba(39,39,39,0.8) 50%, rgba(39,39,39,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,39,39,0)), color-stop(30%,rgba(39,39,39,0.5)), color-stop(50%,rgba(39,39,39,0.8)), color-stop(100%,rgba(39,39,39,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(39,39,39,0) 0%,rgba(39,39,39,0.5) 30%,rgba(39,39,39,0.8) 50%,rgba(39,39,39,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(39,39,39,0) 0%,rgba(39,39,39,0.5) 30%,rgba(39,39,39,0.8) 50%,rgba(39,39,39,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(39,39,39,0) 0%,rgba(39,39,39,0.5) 30%,rgba(39,39,39,0.8) 50%,rgba(39,39,39,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(39,39,39,0) 0%,rgba(39,39,39,0.5) 30%,rgba(39,39,39,0.8) 50%,rgba(39,39,39,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00272727', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
}

.info-copyright a {
    font-size: 12px;
    color: #5c5a56;
}

.info-copyright a:hover {
    color: #6d6b67;
}

.info-copyright .copyright {
    font-size: 12px;
}


/** Subscribe Form Pages ******************************************/
.subscribe-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: fixed;
    background-color: rgba(78, 75, 81, 0.95);
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
}

.subscribe-overlay.so-show {
    opacity: 1;
    visibility: visible;
}

.subscribe-search-inner {
    z-index: 1001;
}

.subscribe-search-inner b {
    position: absolute;
    margin: auto;
    top: -105px;
    right: 0;
    left: 0;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
}

.category-wrapper .subscribe-search-inner b {
    top: -75px;
}

.subscribe-search-inner.so-show b {
    opacity: 1;
    visibility: visible;
}

.subscribe-search-inner input[type="email"] {
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
}

.subscribe-search-inner.so-show input[type="email"] {
    background-color: #EAB756;
}

.subscribe-search-inner .custom-checkboxes {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
}

.subscribe-search-inner.so-show .custom-checkboxes {
	opacity: 1;
	visibility: visible;
}

.subscribe-form .custom-checkboxes {
	margin-top: 25px;
}

.subscribe-form .custom-checkboxes label {
	color: #b6afad;
}

.subscribe-form .custom-checkboxes label span {
	background-color: #66636a;
}



