@charset "utf-8";
@font-face {
  font-family: "MyriadProRegular";
  src: url("./fonts/myriadpro-regular.eot");
  src: url("./fonts/myriadpro-regular.eot") format("embedded-opentype"),
  url("./fonts/myriadpro-regular.woff") format("woff"),
  url("./fonts/myriadpro-regular.ttf") format("truetype"),
  url("./fonts/myriadpro-regular.svg#MyriadProRegular") format("svg");
}

/*
Theme Name: Dazzling
Theme URI: http://colorlib.com/wp/themes/dazzling
Author: Colorlib
Author URI: http://colorlib.com/wp/
Description: Dazzling is a clean, modern, minimal and fully responsive flat design WordPress WooCommerce theme well suited for blogs, static and ecommerce websites. Theme can be used for travel, corporate, portfolio, photography, green thinking, nature, health, personal and any other creative and minimalistic style website. Dazzling theme is highly customizable with unlimited color options, slider, call for action button, several widget areas and much more that can be adjusted via Theme Options. The theme is built using Bootstrap 3, which makes it responsive and mobile friendly. It features infinite scroll, SEO friendly structure, logo upload, full-screen slider, call for action section, social media icons, popular post widget and translation ready setup. This theme supports WooCommerce and Jigoshop ecommerce plugins. Dazzling is also available in Mexican Spanish, Brazilian Portuguese, Finnish, Swedish, Dutch, Hungarian, German, Persian, Lithuanian, Portuguese, Italian and Polish. It is Multilingual ready and compatible with WPML plugin. It is probably the best free WordPress theme built for eStores and business websites.
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dazzling
Domain Path: /languages/
Tags: green, light, white, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, responsive-layout, photoblogging, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments


This theme, like WordPress, is licensed under the GPL.

Dazzling is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

/* Table of content
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Footer
13. Mobile Styling
14. Social icons
15. Call For Action
*/

/* =Global
----------------------------------------------- */

body {
  color: #6b6b6b;
  word-wrap: break-word;
  line-height: 1.7;
  font-size: 14px;
  background: #fff !important;
}

a {
  /* color: #1FA67A;*/
  color: #1982d1;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* color: #1FA67A;*/
  color: #000;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}
.container {
  padding-right: 0;
  padding-left: 0;
}
img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  display: block;
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
select {
  width: 250px;
  border: 1px solid #dce4ec;
  background-color: #fff;
  height: 30px;
  padding: 5px;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
#content {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
  font-size: 13px;
}
#main .page-header {
  margin-top: 0;
}

.entry-meta a {
  color: #6b6b6b;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
  /*  color: #1FA67A;
  */
  color: #1982d1;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 32px;
  color: #444;
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #666;
}
.btn.btn-default.read-more {
  float: right;
  border: 1px solid #e8e8e8;
  color: #1fa67a;
  background-color: transparent;
  margin-top: 10px;
}
.btn.btn-default.read-more:hover {
  color: #fff;
  background-color: #1fa67a;
}
.search .btn.btn-default.read-more {
  float: none;
}
hr.section-divider {
  border-color: #e8e8e8;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #1fa67a;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #e8e8e8;
  color: #1fa67a;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.page-links a:hover span {
  background-color: #1fa67a;
  border: 1px solid #1fa67a;
  color: #fff;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-main .gallery dd {
  margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget > ul > li,
li.recentcomments {
  border-bottom: 1px solid #eee;
  position: relative;
  display: block;
  padding: 10px 0;
}
.widget ul li {
  list-style: none;
}
.widget ul {
  padding: 10px 10px;
}
.widget-title {
  border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: "\f073";
}
#secondary .widget_categories ul li:before {
  content: "\f115";
}
#secondary .widget_recent_comments ul li:before {
  content: "\f0e5";
}
.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
  display: block;
}
.tab-content > .active {
  border: 1px solid #e8e8e8;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-size: 14px;
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
  font-size: 12px;
}
.tab-thumb.thumbnail {
  margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: "\f0e5";
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #1fa67a;
}

/* =Buttons
----------------------------------------------- */
.btn-default,
.label-default {
  /*
  background-color: #1982d1;
  border-color: #1982d1;
  */
}
/*
.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
  background-color: #1982d1;
  border-color: #1982d1;
}
*/
.btn.btn-default {
  color: #fff;
}
.search_new .btn-default {
  border: 1px solid #ccc;
  border-left: 0;
  border-radius: 0;
}

.search_new .btn-default:hover {
  background-color: #fff !important;
  border-color: none !important;
}
.search_new .form-control {
  outline: none !important;
  padding: 5px;
}
/*
 input, button  {
     -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
}
*/

.search_new .form-control {
  outline: none;
  box-shadow: none;
}
.search_new .form-control:focus {
  outline: none !important;
  border: 1px solid #ccc;
  border-right: none;
  box-shadow: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 12px;
  background: transparent;
  border: 1px solid #e8e8e8;
  color: #1fa67a;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#infinite-handle span:hover {
  background-color: #1fa67a;
  color: #fff;
}
.woocommerce #infinite-handle {
  display: none;
}
.woocommerce div.product form.cart .variations label {
  color: #6b6b6b;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 8px;
}

/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
  border: 1px solid #e8e8e8;
  padding: 6px 12px;
  border-radius: 4px;
  display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #fff;
  background: #1fa67a;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}
[class*="navigation"] .nav-previous {
  float: left;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
}
/*.navbar.navbar-default {
  background-color: #fff;
  font-weight: 200;
  margin-bottom: 0;
  margin-top: -2px;
  border-bottom: 1px solid #eee;
  }*/
  .navbar-default .navbar-nav > li > a {
    color: #999;
    line-height: 20px;
  }
  .navbar > .container .navbar-brand {
    color: #1fa67a;
    font-size: 24px;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    border-right: none;
    border-left: none;
  }
  .navbar {
    border-radius: 0;
  }
  .navbar-default {
    border: none;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus,
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .dropdown-menu > li > a {
    padding: 7px 20px;
    color: #999;
  }
  .dropdown-menu,
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    border: none;
  }
  .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    background-color: #1fa67a;
    color: #fff;
  }

  .dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .navbar-nav > li > .dropdown-menu {
    padding: 0;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .nav.navbar-nav {
    float: left;
  }
  @media (max-width: 767px) {
    .nav.navbar-nav {
      float: none;
    }
  }
/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#respond > p,
#respond p.comment-notes,
p.logged-in-as {
  margin-bottom: 10px;
}
p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #e8e8e8;
  border-radius: 4px;
}
.comment-list .children {
  margin-left: 0px !important;
  padding-left: 40px;
  border-left: 1px solid #e8e8e8;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: inline-block;
  font-weight: normal;
  position: absolute;
  background: #eeeeee;
  padding: 4px 7px;
}
.comment-respond input {
  width: 48%;
  height: auto;
  border: 5px solid #eee;
  text-indent: 60px;
}
.comment-respond textarea {
  width: 60%;
  height: auto;
  border: 5px solid #eee;
  text-indent: 70px;
}
.comment-respond .required {
  color: #c7254e;
}

.comments-area {
  background: #ddd;
  padding: 10px;
  border-radius: 4px;
  margin-top: 140px;
}
input.submit {
  width: auto !important;
  border: none !important;
  text-indent: 0px;
}

.comments-area .btn-default {
  background: #ccc;
}

/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a {
  padding: 5px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover {
  background-color: #1fa67a;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

#footer-area {
  background-color: #313233;
  color: #ccc;
  font-size: 12px;
}
#footer-area a {
  color: #ccc;
}
#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}
#footer-area ul li {
  border-bottom: 1px solid #444;
}
#footer-area .site-info nav ul li {
  border-bottom: none;
}
#footer-area .tab-content > .active {
  border: none;
}
#footer-area .nav-tabs > li.active > a,
#footer-area .nav-tabs > li.active > a:hover,
#footer-area .nav-tabs > li.active > a:focus {
  background-color: transparent;
}
#footer-area .tab-content .tab-entry {
  font-size: inherit;
}
#footer-area .widgettitle {
  font-size: 18px;
  color: inherit;
  margin-top: 0px;
}
#footer-area #social ul li {
  border-bottom: none;
}
#footer-area .widget ul li {
  padding: 10px 0;
  list-style: none;
}
.footer-nav.nav > li {
  position: relative;
  display: inline-table;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}
#colophon {
  background-color: #1f1f1f;
  padding: 10px 0;
  border-top: 1px solid #3a3a3a;
}
.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #999;
}
#footer-area a:hover {
  color: #fff;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}
.scroll-to-top {
  background: #3b3b3b;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 4px;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.scroll-to-top:hover {
  background: #1fa67a;
  opacity: 0.8;
}

/* =Mobile Styling
----------------------------------------------- */

@media (max-width: 768px) {
  .pull-left {
    float: none !important;
  }
  .site-info,
  .copyright {
    text-align: center;
  }
  .footer-nav.nav,
  .copyright {
    float: none;
  }
  .flex-caption {
    display: none;
  }
  .navbar > .container .navbar-brand {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding: 10px 15px;
  }
}

/* =Social icons
----------------------------------------------- */

.top-bar {
  border-bottom-color: #e8e8e8;
}
#social a {
  font-size: 32px;
  margin: 6px;
  color: #e8e8e8;
}
#social {
  top: 0;
  position: relative;
  text-align: center;
}
#social ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
#social ul {
  margin-bottom: 0;
  padding: 0;
}
#social li a span {
  display: none;
}
.fa-googleplus:before {
  content: "\f0d5";
}
#social li,
#social ul {
  border: 0 !important;
  list-style: none;
  padding-left: 0;
}
#social li a[href*="twitter.com"] .fa:before,
.fa-twitter:before {
  content: "\f099";
}
#social li a[href*="facebook.com"] .fa:before,
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
#social li a[href*="github.com"] .fa:before,
.fa-github:before {
  content: "\f09b";
}
#social li a[href*="/feed"] .fa:before,
.fa-rss:before {
  content: "\f09e";
}
#social li a[href*="pinterest.com"] .fa:before,
.fa-pinterest:before {
  content: "\f0d2";
}
#social li a[href*="plus.google.com"] .fa:before,
.fa-google-plus:before {
  content: "\f0d5";
}
#social li a[href*="linkedin.com"] .fa:before,
.fa-linkedin:before {
  content: "\f0e1";
}
#social li a[href*="youtube.com"] .fa:before,
.fa-youtube:before {
  content: "\f167";
}
#social li a[href*="instagram.com"] .fa:before,
.fa-instagram:before {
  content: "\f16d";
}
#social li a[href*="flickr.com"] .fa:before,
.fa-flickr:before {
  content: "\f16e";
}
#social li a[href*="tumblr.com"] .fa:before,
.fa-tumblr:before {
  content: "\f173";
}
#social li a[href*="dribbble.com"] .fa:before,
.fa-dribbble:before {
  content: "\f17d";
}
#social li a[href*="skype.com"] .fa:before,
.fa-skype:before {
  content: "\f17e";
}
#social li a[href*="foursquare.com"] .fa:before,
.fa-foursquare:before {
  content: "\f180";
}
#social li a[href*="vimeo.com"] .fa:before,
.fa-vimeo-square:before {
  content: "\f194";
}
#social li a[href*="spotify.com"] .fa:before,
.fa-spotify:before {
  content: "\f1bc";
}
#social li a[href*="soundcloud.com"] .fa:before,
.fa-soundcloud:before {
  content: "\f1be";
}

@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
  #social {
    top: 0;
    float: none;
    text-align: center;
  }
  .side-pull-left .main-content-inner,
  .side-pull-right .main-content-inner {
    float: none;
  }
}

/* =Call For Action
----------------------------------------------- */

.cfa {
  padding: 30px 0px;
  background: #1fa67a;
  text-align: center;
  overflow: hidden;
}
.cfa-text {
  font-size: 22px;
  color: #fff;
  display: block;
  padding-top: 10px;
}
.cfa-button {
  background-color: transparent;
  color: #fff;
  padding: 15px 30px;
  border-color: #fff;
}
.cfa-button a,
.cfa-button a {
  color: #fff;
}
.cfa-button:hover {
  background-color: #fff;
  color: #1fa67a;
}
.cfa-button:hover a {
  color: #1fa67a;
}
/* Layout */
.side-pull-left #primary {
  float: left;
}
.side-pull-right #primary {
  float: right;
}
.no-sidebar #secondary,
.full-width #secondary {
  display: none;
}
.no-sidebar #primary {
  float: none;
  margin: 0 auto;
}
.full-width #primary {
  width: 100%;
}

/****************************  extra work ***********************/

header {
  padding:0;
}
header #logo {
  float: left;
  width: 209px;
  height: 70px;
}
header #logo a {
  width: 209px;
  height: 70px;
  display: block;
  overflow: hidden;
  background: url(images/logo.jpg) no-repeat;
  text-indent: -999em;
}

header .right {
  float: right;
  width: 209px;
  color: #000000;
}
header ul#user {
  float: right;
  width: 378px;
  margin-right: 20px;
}
header ul#user li {
  display: inline;
  float: left;
}
header ul#user li a {
  display: block;
  padding: 10px 19px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  background: url(images/grd-wit.jpg) repeat-x #f4f4f4;
  border-right: 1px solid #a5a5a5;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  height: 20px;
  transition: All 1s ease;
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease;
  text-shadow: 1px 1px 2px #ffffff;
  /*						font-family: "MyriadProRegular";*/
}
header ul#user li.upload a {
  background: url(images/blu-bg.jpg) repeat-x #1234c2;
  border: 1px solid #153ca1;
  color: #ffffff;
  padding: 0;
  height: 40px;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}
header ul#user li.upload a span {
  background: url(images/upload-icon.png) no-repeat 4px 4px;
  display: block;
  padding: 10px 19px 10px 38px;
  color: #ffffff;
}
header ul#user li.last a {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}
header ul#user li a:hover {
  background-position: 0 -40px;
}

header .cart {
  text-align: right;
  text-align: center;
  width: 155px;
  float: right;
  color: #000000;
  font-size: 14px;
  padding-bottom: 5px;
}
header .cart .crt {
  background: url(images/cart.png) no-repeat 0 4px;
  padding: 0 0 5px 30px;
  font-size: 17px;
  font-family: Tahoma, Geneva, sans-serif !important;
}
header .cart a {
  color: #000000;
}

header .list {
  text-align: right;
  font-size: 13px;
  padding-right: 5px;
}
header .list li {
  display: inline;
  padding: 0 0 0 2px;
  color: #000000;
  font-family: "MyriadProRegular";
}
header .list li a {
  color: #000000;
}
/**********************navigation***************************/

header #pime-nav {
  float: left;
  width: 790px;
  font-size: 12px;
}
header #pime-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #c9c9c9;
}
header #pime-nav ul li {
  float: left;
  display: block;
  position: relative;
  z-index: 500;
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
}

header #pime-nav ul li a {
  display: block;
  padding: 5px 21px 8px;
  height: 17px;
  text-decoration: none;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  font-family: "MyriadProRegular";
  font-size: 16px;
}
header #pime-nav ul li a:hover {
  color: #000;
}

header #pime-nav a.sub_step_1 {
  background: url(images/arow-down.png) no-repeat right 14px;
}
header #pime-nav a.sub_step_2 {
  background: url(images/arow-right.png) no-repeat right 21px #ffffff;
}

header #pime-nav ul li ul li a {
  text-transform: none;
}
header #pime-nav ul li a:hover {
  color: #000000;
}
header #pime-nav ul a.selected {
  color: #000000;
}

header #pime-nav ul li ul {
  position: absolute;
  display: none;
}
header #pime-nav ul li:hover ul {
  display: block;
}
header #pime-nav ul li:hover ul li ul {
  display: none !important;
}
header #pime-nav ul li:hover ul li:hover ul {
  display: block !important;
}
header #pime-nav ul li:hover ul li:hover ul li ul {
  display: none !important;
}
header #pime-nav ul li:hover ul li:hover ul li:hover ul {
  display: block !important;
}

header #pime-nav ul ul {
  left: 0;
  margin: 0 0 0 -1px;
  width: 121px;
  border-top: 1px solid #c9c9c9;
  z-index: 501;
}
header #pime-nav ul ul ul {
  left: 99%;
  margin: 0 0 0 -1px;
  padding: 0;
  width: 280px;
  border-top: 1px solid #c9c9c9;
  top: -2px;
  z-index: 502;
  padding-left: 5px;
  border-left: 0;
}
header #pime-nav ul ul ul ul {
  left: 100%;
  margin: 0 0 0 -1px;
  width: 280px;
  border-top: 1px solid #c9c9c9;
  top: -2px;
  z-index: 502;
  padding-left: 5px;
  border-left: 0;
}

header #pime-nav ul ul li {
  float: none;
  border-top: 1px solid #c9c9c9;
  border-top: 1px solid #ffffff;
  display: block;
  width: 100%;
  text-align: left;
}
header #pime-nav ul ul a {
  display: block;
  padding: 17px 5px 17px 25px;
  color: #372f2b;
  text-align: left;
  background: #ffffff;
}
header #pime-nav ul ul a:hover {
  text-decoration: none;
}
header #pime-nav ul ul ul li {
  border-left: 1px solid #c9c9c9;
  left: -3px;
}

/********************************************************/

header #search {
  float: right;
  border: 1px solid #c9c9c9;
  width: 150px;
  margin-top: 10px;
  height: 31px;
}
header #search .tfl {
  font-size: 16px;
  font-family: "MyriadProRegular";
  padding: 2px 0 0 10px;
  width: 111px;
  background: transparent;
  border: 0;
  margin: 4px 0 0;
}
header #search .btn {
  font-size: 1px;
  width: 100px;
  background: url(../images/search-icon.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  border: 0;
  position: relative;
  top: -4px;
}

footer.bottom_footer {
  border-top: 1px solid #ebeae9;
  padding: 15px 0 20px;
  float: left;
}
footer.bottom_footer nav {
  float: left;
  width: 216px;
  float: left;
  padding-left: 25px;
}
footer.bottom_footer nav.first {
  padding-left: 0;
}
footer.bottom_footer nav h2 {
  color: #372f2b;
  font: 21px;
  padding-bottom: 24px;
  font-family: "MyriadProRegular";
  font-size: 22px;
  font-weight: 600;
}
footer.bottom_footer nav ul {
  margin: 0;
}
footer.bottom_footer nav ul li {
  border-bottom: 1px solid #ebeae9;
  padding: 4px 0;
  list-style: none;
}
footer.bottom_footer nav ul li a {
  color: #000;
  font-weight: normal;
  font-size: 15px;
  font-family: "MyriadProRegular";
}
footer.bottom_footer nav ul li a:hover {
  color: #000000;
  text-decoration: none;
}

footer.bottom_footer nav ul li.fb {
  background: url(images/social_fb.png) no-repeat 0 0;
  padding: 4px 0 0px 36px;
}
footer.bottom_footer nav ul li.twitter {
  background: url(images/social_tweet.png) no-repeat 0 0px;
  padding: 4px 0 0px 36px;
}
footer.bottom_footer nav ul li.u-tube {
  background: url(images/social_utube.png) no-repeat 0 0px;
  padding: 2px 0 0px 36px;
}
footer.bottom_footer nav ul li.pintrest {
  background: url(images/social_pintrest.png) no-repeat 0 0px;
  padding: 4px 0 4px 36px;
}
footer.bottom_footer nav ul li.instagram {
  background: url(images/social_instagram.png) no-repeat 0 0px;
  padding: 4px 0 4px 36px;
}
footer.bottom_footer nav ul li.gplus {
  background: url(images/social_gplus.png) no-repeat 0 0px;
  padding: 4px 0 4px 36px;
}

/*#slides .slides_container 			 { width:100%;display:none;height:100%;}
#slides .slides_container div.slide { width:100%;height:100%;display:block;}
#slides img {width:100%;}
#slides .pagination                 { display:none;}
#slides           { position:relative;}
#slides .slide img  { height:100%; width:100%; border-radius:6px;-moz- border-radius:6px;-webkit- border-radius:6px; }
#slides .prev,
#slides .next       { position:absolute; top:40%; width:18px; height:76px; display:block; overflow:hidden;text-indent:-999em; z-index:5; }    



#slides .prev       { left:6px;background:url(images/prev.png) no-repeat;}
#slides .next        { left:279px;background:url(images/next.png) no-repeat;}
*/
/*
	Slideshow style
  */

  #slides {
    position: relative;
    z-index: 100;
  }

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
  */

  .slides_container {
    /*width:863px;*/
    width: 938px;
    height: 278px;
    overflow: hidden;
    position: relative;
    display: none;
  }
  #slides .slides_container .slides_control {
    left: -912px important!;
  }
/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
  */

  #slides .slide {
    /*width:863px;*/
    width: 938px;
    height: 278px;
    background: #d6d6d6;
    display: block;
  }

  #slides .prev,
  #slides .next {
    position: absolute;
    top: 40%;
    width: 40px;
    height: 76px;
    display: block;
    overflow: hidden;
    text-indent: -999em;
    z-index: 5;
    left: 15px;
  }
  #slides .next {
    /*left:876px;*/
    left: 890px;
  }
  #slides .prev {
    background: url('<?= get_bloginfo("template_url"); ?>'/images/arrow-prev_white.png)
    no-repeat;
  }
  #slides .next {
    background: url('<?= get_bloginfo("template_url"); ?>'/images/arrow-next_white.png)
    no-repeat;
  }

  #slides img {
    width: 100%;
  }
/*
	Pagination
  */
  #slides .pagination {
    display: none;
  }

  header {
    margin-top: 0px !important;
  }
  header #logo {
  }

  header #logo a {
    width: 209px;
    height: 70px;
    display: block;
    overflow: hidden;
    background: url(../images/logo.jpg) no-repeat;
    text-indent: -999em;
  }

  header .right {
    float: right;
    color: #000000;
  }
  header ul#user {
    float: right;
    padding-bottom: 10px;
  }
  header ul#user li {
    display: inline;
    float: left;
  }
  header ul#user li a {
    display: block;
    padding: 10px 13px;
    color: #000000 !important;
    text-decoration: none;
    background: url('<?= get_bloginfo("template_url"); ?>'/images/grd-wit.jpg)
    repeat-x #f4f4f4;
    border-right: 1px solid #a5a5a5;
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
    height: 40px;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    text-shadow: 1px 1px 2px #ffffff;
  }
  header ul#user li.upload a {
    background: url'<?= get_bloginfo("template_url"); ?>'/images/blu-bg.jpg) repeat-x #1234c2;
border: 1px solid #153ca1;
color: #ffffff;
padding: 0;
height: 40px;
border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
}
header ul#user li.upload a span {
  background: url('<?= get_bloginfo("template_url"); ?>'/images/upload-icon.png)
  no-repeat 4px 4px;
  display: block;
  padding: 10px 10px 10px 40px;
  color: #ffffff;
}
header ul#user li.last a {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}
header ul#user li a:hover {
  background-position: 0 -40px;
}

header .cart {
  text-align: right;
  text-align: center;
  width: 155px;
  float: right;
  color: #000000;
  font-size: 14px;
  padding-bottom: 5px;
}
header .cart .crt {
  background: url('<?= get_bloginfo("template_url"); ?>'/images/cart.png)
  no-repeat 0 4px;
  padding: 0 0 5px 30px;
  font-size: 17px;
  font-family: Tahoma, Geneva, sans-serif !important;
}
header .cart a {
  color: #000000;
}

header .list {
  text-align: right;
  font-size: 13px;
  padding-right: 0px;
  width: 188px;
  float: right;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
header .list li {
  display: inline;
  padding: 0 0 0 2px;
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
header .list li a {
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/**********************navigation***************************/

header #pime-nav {
  float: left;
  width: 780px;
  font-size: 13px;
  margin-top: 10px;
}
header #pime-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #c9c9c9;
}
header #pime-nav ul li {
  float: left;
  display: block;
  position: relative;
  z-index: 500;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
}

header #pime-nav ul li a {
  display: block;
  padding: 7px 21px;
  height: 17px;
  text-decoration: none;
  text-align: center;
  color: #808080;
  text-transform: uppercase;
  font-size: 16px;
}

header #pime-nav a.sub_step_1 {
  background: url(http://10.0.8/123stickers/blog/wp-content/themes/twentyeleven/images/arow-down.png)
  no-repeat right 14px;
}
header #pime-nav a.sub_step_2 {
  background: url(http://10.0.8/123stickers/blog/wp-content/themes/twentyeleven/images/arow-right.png)
  no-repeat right 21px #ffffff;
}

header #pime-nav ul li ul li a {
  text-transform: none;
}
header #pime-nav ul li a:hover {
  color: #808080;
}
header #pime-nav ul a.selected {
  color: #000000;
}

header #pime-nav ul li ul {
  position: absolute;
  display: none;
}
header #pime-nav ul li:hover ul {
  display: block;
}
header #pime-nav ul li:hover ul li ul {
  display: none !important;
}
header #pime-nav ul li:hover ul li:hover ul {
  display: block !important;
}
header #pime-nav ul li:hover ul li:hover ul li ul {
  display: none !important;
}
header #pime-nav ul li:hover ul li:hover ul li:hover ul {
  display: block !important;
}

header #pime-nav ul ul {
  left: 0;
  margin: 0 0 0 -1px;
  width: 121px;
  border-top: 1px solid #c9c9c9;
  z-index: 501;
}
header #pime-nav ul ul ul {
  left: 99%;
  margin: 0 0 0 -1px;
  padding: 0;
  width: 280px;
  border-top: 1px solid #c9c9c9;
  top: -2px;
  z-index: 502;
  padding-left: 5px;
  border-left: 0;
}
header #pime-nav ul ul ul ul {
  left: 100%;
  margin: 0 0 0 -1px;
  width: 280px;
  border-top: 1px solid #c9c9c9;
  top: -2px;
  z-index: 502;
  padding-left: 5px;
  border-left: 0;
}

header #pime-nav ul ul li {
  float: none;
  border-top: 1px solid #c9c9c9;
  border-top: 1px solid #ffffff;
  display: block;
  width: 100%;
  text-align: left;
}
header #pime-nav ul ul a {
  display: block;
  padding: 17px 5px 17px 25px;
  color: #372f2b;
  text-align: left;
  background: #ffffff;
}
header #pime-nav ul ul a:hover {
  text-decoration: none;
}
header #pime-nav ul ul ul li {
  border-left: 1px solid #c9c9c9;
  left: -3px;
}
/*.nav>li>a {
  padding: 10px;
  }*/
  /********************************************************/

  header .srchbx {
    float: right;
    border: 1px solid #c9c9c9;
    width: 150px;
    height: 35px;
  }
  header .srchbx .tfl {
    font-size: 14px;
    font-family: "MyriadProRegular";
    padding: 2px 0 0 7px;
    width: 111px;
    background: transparent;
    border: 0;
    margin: 4px 0 0;
  }
  header .srchbx .srchbtn {
    font-size: 1px;
    width: 100px;
    background: url(../images/search-icon.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    border: 0;
    position: relative;
    top: -4px;
  }
  header {
    margin-top: 20px;
  }
  header h1 {
    margin: 0;
  }

  footer {
    width: 100%;
    height: auto;
  }
  footer {
    padding: 15px 0 20px;
    float: left;
  }
  footer nav {
    float: left;
    float: left;
    padding-left: 25px;
  }
  footer nav.first {
    padding-left: 0;
  }
  footer nav h2 {
    color: #372f2b;
    font-size: 24px;
    padding-bottom: 24px;
  }
  footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  footer nav ul li {
    border-bottom: 1px solid #ebeae9;
    padding: 4px 0;
  }
  footer nav ul li a {
    color: #372f2b;
    font-weight: normal;
    font-size: 15px;
  }
  footer nav ul li a:hover {
    color: #000000;
    text-decoration: none;
  }

  footer nav ul li.fb {
    background: url(http://10.0.8/123stickers/blog/wp-content/themes/twentyeleven/images/social_fb.png)
    no-repeat 0 0;
    padding: 4px 0 4px 36px;
  }
  footer nav ul li.twitter {
    background: url(http://10.0.8/123stickers/blog/wp-content/themes/twentyeleven//images/social_tweet.png)
    no-repeat 0 0px;
    padding: 4px 0 4px 36px;
  }
  footer nav ul li.u-tube {
    background: url(http://10.0.8/123stickers/blog/wp-content/themes/twentyeleven//images/social_utube.png)
    no-repeat 0 0px;
    padding: 4px 0 4px 36px;
  }
  footer nav ul li.pintrest {
    background: url(http://10.0.8/123stickers/blog/wp-content/themes/twentyeleven//images/social_pintrest.png)
    no-repeat 0 0px;
    padding: 4px 0 4px 36px;
  }
  footer nav ul li.instagram {
    background: url(http://10.0.8/123stickers/blog/wp-content/themes/twentyeleven//images/social_instagram.png)
    no-repeat 0 0px;
    padding: 4px 0 4px 36px;
  }
  footer nav ul li.gplus {
    background: url(http://10.0.8/123stickers/blog/wp-content/themes/twentyeleven//images/social_gplus.png)
    no-repeat 0 0px;
    padding: 4px 0 4px 36px;
  }

  .category ul,
  .services ul,
  .quicklinks ul,
  .socialicons ul {
    list-style-type: none;
  }
  /*.container{width:930px !important;}*/

  .comments-link {
    float: right;
  }
/*.comments-link a {
    background: #eee url("images/comment-bubble.png") no-repeat scroll 0 0;
    color: #666;
    font-size: 13px;
    font-weight: normal;
    height: 36px;
    line-height: 35px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 1.5em;
    width: 43px;
    }*/

    /*============================123stickers MEDIA QUERIES=========================*/
    @media (max-width: 1280px) {
      /*	.category,.services,.quicklinks,.socialicons{width:25% !important;}*/
      .services-article {
        width: 25% !important;
        padding: 0;
      }
      .socialicons-article {
        width: 25% !important;
        padding: 0;
      }
      .category-article {
        width: 25% !important;
        padding: 0;
      }
      .quicklinks-article {
        width: 25% !important;
        padding: 0;
      }
    }

    @media (max-width: 1024px) {
      footer nav {
        padding-left: 10px !important;
      }
      .services-article {
        width: 25% !important;
        padding: 0;
      }
      .socialicons-article {
        width: 25% !important;
        padding: 0;
      }
      .category-article {
        width: 25% !important;
        padding: 0;
      }
      .quicklinks-article {
        width: 25% !important;
        padding: 0;
      }
    }

    @media (max-width: 980px) {
      header ul#user li a {
        padding: 10px 15px;
      }
      /*	 .container{padding:10px;}*/

      .container {
        width: 100% !important;
      }
      #user {
        margin-right: 50px !important;
        padding: 0 !important;
      }
      .cart-txt-article {
        padding: 0;
      }
      .user-block-article {
        padding: 0;
      }
      .category,
      .services {
        width: 100% !important;
      }

      .services-article {
        width: 25% !important;
        padding: 0;
      }
      .socialicons-article {
        width: 25% !important;
        padding: 0;
      }
      .category-article {
        width: 25% !important;
        padding: 0;
      }
      .quicklinks-article {
        width: 25% !important;
        padding: 0;
      }
    }

    @media (max-width: 900px) {
      .formfield label {
        font-size: 15px;
      }

      .summaryformfield input.input1 {
        width: 40%;
      }
      .summaryformfield input.input2 {
        width: 15%;
      }
      .summaryformfield input.input3 {
        width: 40%;
      }

      .services-article {
        width: 25% !important;
        padding: 0;
      }
      .socialicons-article {
        width: 25% !important;
        padding: 0;
      }
      .category-article {
        width: 25% !important;
        padding: 0;
      }
      .quicklinks-article {
        width: 25% !important;
        padding: 0;
      }
    }
    @media (max-width: 800px) {
      footer nav {
        padding-left: 25px !important;
      }
      ul.slimmenu li {
        border: none !important;
      }
      ul.slimmenu {
        border: 1px solid #c9c9c9;
      }
      header .srchbx {
        width: 100%;
        margin-top: 20px;
      }
      header .srchbx .tfl {
        width: 90%;
      }

      footer nav h2 {
        font-size: 12px;
        font-weight: 600;
        padding-bottom: 0;
      }
      footer nav ul li a {
        font-size: 12px;
      }
      .menu {
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
      }
      header ul#user {
        float: right; /*width:325px;*/
      }
      .container {
        width: 100% !important;
      }
      #user {
        margin-right: 50px !important;
        padding: 0 !important;
      }
      .cart-txt-article {
        padding: 0;
      }
      .user-block-article {
        padding: 0;
      }
      .category,
      .services {
        width: 100% !important;
      }

      .services-article {
        width: 25% !important;
        padding: 0;
      }
      .socialicons-article {
        width: 25% !important;
        padding: 0;
      }
      .category-article {
        width: 25% !important;
        padding: 0;
      }
      .quicklinks-article {
        width: 25% !important;
        padding: 0;
      }
    }

    @media (max-width: 768px) {
      header ul#user li a {
        padding: 10px;
      }
      .container {
        width: 100% !important;
      }
      #user {
        margin-right: 65px !important;
      }
      .cart-txt-article {
        padding: 0;
      }
      .user-block-article {
        padding: 0;
      }
      .category,
      .services {
        width: 100% !important;
      }

      .services-article {
        width: 25% !important;
        padding: 0;
      }
      .socialicons-article {
        width: 25% !important;
        padding: 0;
      }
      .category-article {
        width: 25% !important;
        padding: 0;
      }
      .quicklinks-article {
        width: 25% !important;
        padding: 0;
      }
      body {
        padding-top: 70px;
      }
      .navbar-header {
        position: relative;
      }
      .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
      }
    }
    @media (max-width: 767px) {
      .logo {
        width: 35%;
        display: inline-block;
      }
      header ul#user li a {
        font-size: 13px;
      }
    }
    @media (max-width: 640px) {
      .container {
        width: 100% !important;
      }
      #user {
        margin-right: 0 !important;
        padding-left: 15px !important;
      }
      .cart-txt-article {
        padding: 0;
      }
      .user-block-article {
        padding: 0;
      }
      .category,
      .services {
        width: 100% !important;
      }

      .services-article {
        width: 25% !important;
        padding: 0;
      }
      .socialicons-article {
        width: 25% !important;
        padding: 0;
      }
      .category-article {
        width: 25% !important;
        padding: 0;
      }
      .quicklinks-article {
        width: 25% !important;
        padding: 0;
      }
    }
    @media (max-width: 480px) {
      .right {
        width: 100%;
        text-align: center;
      }
      header .right {
        margin-top: 20px;
      }
      header .srchbx .tfl {
        width: 88%;
      }
      header #logo a {
        margin: 0 auto;
      }
      header ul#user {
        padding-right: 40px;
        width: 390px;
      }
      .category,
      .services {
        width: 100% !important;
      }

      .services-article {
        width: 50% !important;
      }
      .socialicons-article {
        display: inline-block;
        float: left;
        position: relative;
        width: 50%;
      }
      .category-article {
        width: 50% !important;
        float: left;
      }
      .quicklinks-article {
        width: 50% !important;
        display: inline-block;
        float: right;
        margin-top: 65px;
      }

      .field1,
      .field2 {
        margin-left: 0 !important;
      }
      .comment-respond input,
      .comment-respond textarea {
        width: 100%;
      }
      #logo {
        margin-bottom: 25px;
        margin-left: 61px;
      }
      .cart {
        margin-right: 26% !important;
      }
      header .list {
        margin-right: 25% !important;
      }
      #user {
        margin-right: 0 !important;
        padding-left: 81px !important;
      }
      .search_new .form-control {
        outline: none !important;
        box-shadow: none !important;
      }
    }
    @media (max-width: 360px) {
      header ul#user {
        padding-right: 0px;
        width: 303px;
      }

      li.signup a,
      li.last a {
        padding: 10px 3px !important;
      }
      footer nav {
        padding-left: 0px !important;
      }
      #user {
        margin-right: 0 !important;
        padding-left: 15px !important;
      }
      #logo {
        margin-bottom: 20px;
        margin-left: 55px;
      }
      .cart {
        margin-right: 70px;
      }
      header .list {
        margin-right: 62px;
      }
    }

    @media (max-width: 320px) {
      footer nav {
        padding-left: 0px !important;
      }
      .cart-txt-article {
        padding: 0;
      }
      .user-block-article {
        padding: 0;
      }
      #logo {
        margin-bottom: 20px;
        margin-left: 40px;
      }
      .cart {
        margin-right: 70px;
      }
      header .list {
        margin-right: 62px;
      }
      #user {
        margin-right: 0 !important;
        padding-left: 20px !important;
      }
    }

    .sbOptions {
      max-height: auto !important;
    }
    .site-content {
      border-bottom: 1px solid #ddd;
      padding-bottom: 20px;
    }
    .container {
      width: 939px;
    }
    .bt-blog {
      background: #4d83b4;
    }
    @media (max-width: 980px) {
      .container {
        padding: 5px 10px;
      }
    }
    @media (min-width: 992px) {
      .menu-cart .cart-count {
        line-height: 20px;
      }
    }
    @media (max-width: 991px) and (min-width: 768px) {
      .submenu .navbar-nav > li > a {
        padding: 10px 7px;
      }
      body {
        padding-top: 0px;
      }
      .navbar-brand {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0%);
      }
      .navbar-header {
        width: 100%;
      }
      .bg-blue .nav > li > a {
        padding: 10px 8px;
      }
.submenu .navbar-nav  > li > a {
        padding: 10px 7px;
        font-size: 16px
      }
    }