/*
 Theme Name: Badge Print
Theme URI: http://moozthemes.com/barletta-wordpress-theme
Author: MOOZ Themes
Author URI: http://moozthemes.com

Description: Barletta is a light, elegant and clean design WordPress blog theme which is mainly designed for lifestyle, travel, fashion, food, personal blog and other publishers. Theme is carefully crafted with attention to details and love. Barletta blog theme is fully responsive and your web site will adapt to display on all types of devices. Theme is based on the versatile Bootstrap framework which is known for being reliable and well made making it friendly for developers. Overall, Barletta is a visually stunning theme with polished typography and simple design, great for bloggers. Now theme is optimized to work with JetPack, WooCommerce, Contact Form 7, Mailchimps and other popular free and premium plugins. Enjoy writing, enjoy blogging!
Version: 1.0.7
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: barletta-child
Domain Path: /languages/
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, holiday
*/
/**Customize CSS**/
@font-face {
    font-family: 'decotech_tlregular';
    src: url('font/decotech-webfont.eot');
    src: url('font/decotech-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/decotech-webfont.woff2') format('woff2'),
         url('font/decotech-webfont.woff') format('woff'),
         url('font/decotech-webfont.ttf') format('truetype'),
         url('font/decotech-webfont.svg#decotech_tlregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: decotech;
    src: url(fonts/DecoTech.ttf);
}
@font-face {
    font-family: palatino-linotype;
    src: url(fonts/Palatino-Linotype.ttf);
}
@font-face {
    font-family: palatino-italic;
    src: url(fonts/palatino-italic.ttf);
}
@font-face {
  font-family: 'AnnaStd';
  src: url('fonts/AnnaStd.eot?#iefix') format('embedded-opentype'),  url('fonts/AnnaStd.woff') format('woff'), url('fonts/AnnaStd.ttf')  format('truetype'), url('fonts/AnnaStd.svg#DecoTechTL') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: "palatino-linotype", Sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #f6f6f6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  letter-spacing: -0.4px;
  /*font-weight: 600;*/
  font-style: normal;
  font-family: "palatino-linotype", Sans-serif;
  color: #1D1D1D;
}
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
  /*font-weight: 600;*/
  font-style: normal;
  font-family: "palatino-linotype", Sans-serif;
}
.widget ul li {
  /*font-weight: 600;*/
  font-style: normal;
  font-family: "palatino-linotype", Sans-serif;
}
.mz-footer h1,
.mz-footer h2,
.mz-footer h3,
.mz-footer h4,
.mz-footer h5,
.mz-footer h6 {
  /*font-weight: 600;*/
  font-style: normal;
  font-family: "palatino-linotype", Sans-serif;
}
p {
  font-family: 'palatino-linotype', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}


*{
    outline: none;
}
* :not(i){
/*  outline: none;
    font-family: decotech !important;
    letter-spacing: 1px;*/
}
/*p, li , div, td, th, a{
  font-size: 22px;
  letter-spacing: 2px;
  word-spacing: 4px;
}*/
/*.h1, h1 {
    font-size: 44px;
}
.h2, h2 {
    font-size: 38px;
}
.h3, h3 {
    font-size: 34px;
}
.h3, h4 {
    font-size: 24px;
}*/
.btn{
  font-size: 20px;
}
a,a:hover,a:focus{
    text-decoration: none;
}
body {
    background-color: #f7f7f7;
    background-image: url("images/pattern.png");
    font-family: palatino-linotype;
}
::selection {
    text-shadow: none;
    background: #dee3dc;
}

:focus {
    outline-color: #2b6372;
}

a {
    color: #07032b;
    text-decoration: none;
}

a:hover, a:focus, a:active, a.active {
    color: #07032b !important;
    text-decoration: none;
}

.error-box h1 {
    margin: 30px 0;
    font-family: 'decotech_tlregular';
    color: #2b6371;
    font-size: 40px;
}

.header {
    margin: 50px 0;
    text-align: center;
    margin-bottom: 12px;
}
.footer-bottom {
    display: none;
}
footer.mz-footer {
    background-color: transparent;
}
.main-container {
    max-width: 1220px;
    margin: 0 auto;
}
.navbar {
    background: url(images/pat1.png) repeat top center transparent;
    background-size: contain;
    border: 1px solid #2b6372;
    border-radius: 0;
    border-bottom: 4px solid #2b6372;
    background-color: white;
	padding: 0 10px;
}

.container .main-nav {
    width: 100%;
    margin: 10px 0 !important;
}

.container.main-nav {
    padding: 0;
}

.dropdown-menu {
    font-size: 15px !important;
    font-family: palatino-linotype;
    text-transform: none;
}

.dropdown-menu>li>a {
    font-size: 20px;
	color: #919091;
    text-align: center;
    padding: 15px 10px;
	margin: 0 25px;
	border-bottom: 1px solid #e1e1e1;
    border-bottom-style: dashed;
	border-top: 1px solid transparent;
	white-space: inherit;
	letter-spacing: normal;
}
.btn.logform{transition:.3s ease-out all;}
.btn.logform:hover{color: #2b6372 !important;}
.dropdown-menu >li:last-child > a {
    border-bottom: 1px solid transparent;
}
div#content .row.nobg {    background-image: none;}
.btn_style { 
  background-color: #2b6372;
  border: 1px solid #2b6372;
  color: #ffffff;
  font-size: 38px;
  padding: 5px 50px 0px;
  text-transform: uppercase;
  font-family: 'decotech_tlregular';
}
.navbar-nav>li>.dropdown-menu {
    border: 3px solid #2b6271;
	min-width: 252px;
}

img#main-logo {
    max-width: 373px;
    height: 300px; /*for safari*/
    margin: 0 auto;
}
ul#menu-main-menu {
    border-image: url("images/nav-border.svg")0 fill;
    -webkit-border-image: url("images/nav-border.svg")0 fill;
    -moz-border-image: url("images/nav-border.svg")0 fill;
    -o-border-image: url("images/nav-border.svg")0 fill;
}
.navbar .navbar-nav > li > a {
    color: #769fab;
    font-family: 'decotech_tlregular';
    font-size: 30px;
    margin: 20px 0;
    padding: 5px 28px 2px;
    border-right: 1px solid #e1e1e1;
    text-align: center;
}
.navbar .navbar-nav > li.tb-search-item > a {
    border-right: 1px solid transparent !important;
}
.collapse.navbar-collapse.navbar-ex1-collapse {
    padding: 0;
}
.navbar .navbar-nav > li > a:hover {
     background: transparent !important ;
    color: #07032b !important;
}
.icon-search:before, .icon-cancel:before {
    width: 25px;
}
li.menu-item {
    margin-top: 5px;
    margin-bottom: 5px;
}
.navbar-nav > .active a {
    color: #07032b !important;
    background-color: transparent !important;
}
/*li.menu-item > a:hover {
    background: url('images/navhover.png') no-repeat center center transparent !important;
    color: #07032b !important;
}*/
#menu-main-menu > li.active {
    background: url("images/navhover.png") no-repeat center center transparent !important;
    color: #07032b !important;
}

.dropdown-menu > li.menu-item:hover {
    background-image: none !important;
}

.container .main-nav {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*div#content {
	
	background-size: contain;
    padding-top: 35px;
}*/
div#content {
	background: url('images/svg/border/desktop/border-top-desktop.png') no-repeat center top;
	background: url('images/svg/border/desktop/border-top-desktop.svg') no-repeat center top;
	background-size: contain;
    padding-top: 33px;
}


div#content .row .mz-sidebar-right {
	background: url("images/svg/border/desktop/border-middle-desktop.png");
	background: url("images/svg/border/desktop/border-middle-desktop.svg");
    background-size: contain;
	overflow: hidden;
}

div#content .row .mz-full-width {
	background: url("images/svg/border/desktop/border-middle-desktop.png");
	background: url("images/svg/border/desktop/border-middle-desktop.svg");
    background-size: contain;
	width: 100%;
	    overflow: hidden;
}

div#content .row .mz-sidebar-left {
	background: url("images/svg/border/desktop/border-middle-desktop.png");
	background: url("images/svg/border/desktop/border-middle-desktop.svg");
    background-size: contain;
	    overflow: hidden;
}

div#content .row .no-sidebar{
	background: url("images/svg/border/desktop/border-middle-desktop.png");
	background: url("images/svg/border/desktop/border-middle-desktop.svg");
    background-size: contain;
	    overflow: hidden;
}

div#content .row{
	background: url('images/svg/border/desktop/border-bottom-desktop.png') no-repeat center bottom;
	background: url('images/svg/border/desktop/border-bottom-desktop.svg') no-repeat center bottom;
    padding-bottom: 33px;
    background-size: contain;
}


.wp1s-slider-wrapper .wp1s-slider-container {
    background: transparent;
}
.blog-post {
    background-color: transparent;
}
.blog-post {
    padding: 0px 15px 30px 15px !important;
}
.post-date {
    display: none;
}
#popular-products {
  position: relative;
  /* width: 95%; */
  /* left: 4.4%; */
  /* right: 4.4%; */
  margin-bottom: 0 !important;
  padding-top: 63px;
  /* padding-right: 30px; */
  width: 100%;
  overflow: hidden;
  clear: both;
  display: block;
  padding: 30px 15px 0;
}


#pl-w57e489f39e064 .panel-grid-cell .so-panel {
    margin-bottom: 20px !important;
}

#pg-2-0, #pl-2 .panel-grid-cell .so-panel {
    margin-bottom: 0 !important;
}

div#panel-2-0-0-1 {
    margin-top: 20px;
}

.so-widget-sow-image.so-widget-sow-image-default-46f30e3d504b {
    padding-bottom: 45px;
}

.footer-widgets {
    padding-top: 30px;
}
p.footer-text {
    font-family: palatino;
    font-size: 15px;
    color: #4F4F52;
    letter-spacing: 1px;
}
.tb-search {
    border-radius: 50px;
}
input.search-field {
    font-family: palatino;
}
.tb-search {
    background-color: #2b6372;
}
.widget li {
    padding: 0px 0 5px;}
.wp1s-caption-wrapper.wp1s-caption-type-1 .wp1s-caption-content {
    text-transform: initial;
    font-family: palatino-linotype;
}
.wp1s-slider-wrapper {
    padding-bottom: 0px;
}
.wp1s-caption-wrapper.wp1s-caption-type-1 .wps1-readmore-button {
   border-top: 1px solid #a7a6a7;
   background: #060606;
   background: -webkit-gradient(linear, left top, left bottom, from(#4b494a), to(#060606));
   background: -webkit-linear-gradient(top, #4b494a, #060606);
   background: -moz-linear-gradient(top, #4b494a, #060606);
   background: -ms-linear-gradient(top, #4b494a, #060606);
   background: -o-linear-gradient(top, #4b494a, #060606);
   padding: 13px 18px;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
    border-radius: 50px;
   color: white;
   font-size: 30px;
   font-family: 'decotech_tlregular';
   text-decoration: none;
   vertical-align: middle;
   }
.wp1s-caption-wrapper.wp1s-caption-type-1 .wps1-readmore-button:hover {
   border-top-color: #2b6271;
   background: #2b6271;
   color: white !important;
   }
.wp1s-caption-wrapper.wp1s-caption-type-1 .wps1-readmore-button:active {
   border-top-color: #060606;
   background: #060606;
   }
input.wpcf7-submit {
   border-top: 1px solid #a7a6a7;
   background: #060606;
   background: -webkit-linear-gradient(#4b494a, #060606);
   background: -moz-linear-gradient(#4b494a, #060606);
   background: -ms-linear-gradient(#4b494a, #060606);
   background: -o-linear-gradient(#4b494a, #060606);
   padding: 13px 18px;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
    border-radius: 50px;
   color: white;
  font-size: 15px;
    font-family: palatino-linotype;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 300;
   }
  
input.wpcf7-submit:hover {
   border-top-color: #2b6271;
   background: #2b6271 !important;
   color: white;
   }
input.wpcf7-submit:active {
   border-top-color: #060606;
   background: #060606;
   }
   
  .submit-btn {
    margin-bottom: 30px;
}
.wp1s-caption-wrapper.wp1s-caption-bottomleft, .wp1s-caption-wrapper.wp1s-caption-bottomcenter, .wp1s-caption-wrapper.wp1s-caption-bottomright{
    margin-bottom: 55px;
   }
#back-top a:hover {
  background: #2b6271 !important;
  color: #fff !important;
}
input.con-field {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #e1e1e1;
    font-family: palatino-italic;
    color: #100f10;
	width: 100%;
}
textarea#your-instruction {
    font-family: palatino-italic;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fbfbfb;
    padding: 5px 20px;
    color: #100f10;
	margin-top: 40px;
}

span.wpcf7-list-item-label {
    font-family: palatino-italic;
    color: #100f10;
}

span.wpcf7-not-valid-tip {
    color: red !important;
    font-size: 1em;
    display: block;
    font-weight: 100 !important;
    font-family: palatino-linotype;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(43, 98, 113, 0.16);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(43, 98, 113, 0.16);
}
.contact-field {
    max-width: 768px;
    margin: 0 auto;
}

.mar-bottom {
    margin-bottom: 30px;
}

span.wpcf7-list-item {
    display: block; margin: 0;
}
span#select-style {
    padding: 0;
}

#tab_container_114 .wpsm_nav-tabs > li {
    width: 16% !important;
}


#tab_container_114 .wpsm_nav-tabs > li > a {
    height: 50px !important;}
h4#contact-title {
    font-family: palatino-linotype;
    color: #07032b;
    border-image: url("images/contact-us-border-1.svg") 0 fill;
  -webkit-border-image: url("images/contact-us-border-1.svg") 0 fill;
  -moz-border-image: url("images/contact-us-border-1.svg") 0 fill;
  -o-border-image: url("images/contact-us-border-1.svg") 0 fill;
    text-align: center;
    padding: 15px 30px;
        margin: 30px 0 50px;
}

p.select-title {
    margin-bottom: 10px !important;
    font-family: palatino-italic;
    color: #919091;
}

select#drop-prod > option {
    font-family: palatino-italic;
    color: #919091;
}

select#drop-prod {
    border: 1px solid #e1e1e1;
    width: 70%;
	font-family: palatino-italic;
    color: #919091;
}
.phone-num { margin-right: 8%;}
#address{width:100%;}
#phone-num { padding: 3px !important; width: 100%;}

div#con-zip {
    overflow: hidden;
}
input#con-name, input#con-address, input#con-sub {
    width: 100%;
}
div#tab_container_114 {
    margin-top: 18px;
}
#tab_container_114 .wpsm_nav-tabs > li.active {
    border-top: 3px solid #2b6372;
    /* border-bottom: 1px solid transparent; */
    border-left: 1px solid #2b6372;
    border-right: 1px solid #2b6372;
}
div#tab-content_114 {
    border: 1px solid #2b6372 !important;
}

.nav-tabs {
     border-bottom: 1px solid transparent;
}

.tab-content {
    border: 1px solid #2b6372;
}

ul.nav-tabs li {
    border: 1px solid #2b6372;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: transparent;
     border-top: 3px solid #2b6372;
    /* border-bottom: 1px solid transparent; */
    border-left: 1px solid #2b6372;
    border-right: 1px solid #2b6372;
}


#con-city {
    margin-right: 20px;
    width: 47%;
	overflow: hidden;
}
#con-state {
    width: 31%;
    margin-right: 20px;
	overflow: hidden;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    font-family: palatino-linotype;
    color: #b2b2b2;
    font-size: 20px;
    background-color: #eeeded;
	background-image: -moz-linear-gradient( 90deg, rgb(235,235,235) 0%, rgb(247,247,247) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(235,235,235) 0%, rgb(247,247,247) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(235,235,235) 0%, rgb(247,247,247) 100%);
    border-color: #e1e1e1;
  padding: 9px 15px;
}
.fileUpload:hover {
    background-color: #2b6372;
	background-image: -moz-linear-gradient( 90deg, rgb(43,99,114) 0%, rgb(43,99,114) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(43,99,114,1) 0%, rgba(43,99,114,1) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(43,99,114) 0%, rgb(43,99,114) 100%);
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: -215px;
    margin: 6px;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    width: 200px;
    opacity: 0;
}
#tab_container_114 .wpsm_nav-tabs > li {
    margin-right: 21px !important;
    border-top: 3px solid #2b6372;
}
.navbar .navbar-nav > li.menu-item:hover > a {
    color: black !important;
}
.row.row-side {
    background: transparent !important;
}


.place-order,.place-order1, .catalog-h, .request-h {
    margin-bottom: 17px;
}
.place-order,.place-order1, .catalog-h, .request-h, .about-h {
   min-height: 173px;
}
.catalog, .quote, .req{
  min-height: 160px;
}

#pg-2-0 {
    margin-bottom: -45px !important;
}

.boxfour.panel-widget-style {
    height: 0;
}

img.triboximg, img.triboximg1, img.triboximg2 {
	margin: 0 auto;
    width: 100%;
}
img.triboximg{
	max-width:41px}
img.triboximg1{
	max-width:54px}
img.triboximg2{
	max-width:48px}

div#cat-pro {
    margin-right: 20px;
}

div#req-pro {
    margin-right: 20px;
}

img.fourbox {
  max-width: 61px;
  margin: 0 auto;
  width: 100%;
  max-height: 61px;
}

p.fourbox-title {
    font-family: 'decotech_tlregular' !important;
    font-size: 30px;
    color: #07032b;
    padding-top: 20px;
	margin-bottom: 5px !important;
}

em.em-subtitle {
    /*font-size: 20px;*/
    /* font-family: palatino-linotype; */
    color: #919091;
    /* font-weight: 300; */
}

.tribox1 {
	border-image: url(images/svg/boxes/box.svg) 0 fill;
	-webkit-border-image: url(images/svg/boxes/box.svg) 0 fill;
	-moz-border-image: url(images/svg/boxes/box.svg) 0 fill;
	-o-border-image: url(images/svg/boxes/box.svg) 0 fill;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	background-color:white;
    background-size: cover;
    text-align: center;
    padding: 25px 0 !important;
    width: 31%;
}

.tribox1:before {
    background: none;
    border-image: url('images/innerborder.png') 0 fill;
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    pointer-events: none;
}

.tribox {
	border-image: url(images/svg/boxes/box.svg) 0 fill;
	-webkit-border-image: url(images/svg/boxes/box.svg) 0 fill;
	-moz-border-image: url(images/svg/boxes/box.svg) 0 fill;
	-o-border-image: url(images/svg/boxes/box.svg) 0 fill;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	background-color:white;
    background-size: cover;
    text-align: center;
    padding: 27px 0 25px !important;
    width: 31%;
}

.tribox:before {
    background: none;
    border-image: url('images/innerborder.png') 0 fill;
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    pointer-events: none;
}
.place-order1 {
	border-image: url(images/svg/boxes/box.svg) 0 fill;
	-webkit-border-image: url(images/svg/boxes/box.svg) 0 fill;
	-moz-border-image: url(images/svg/boxes/box.svg) 0 fill;
	-o-border-image: url(images/svg/boxes/box.svg) 0 fill;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	background-color:white;
    background-size: cover;
    text-align: center;
	padding: 8% 0 !important;
	    /*outline: 1px solid #2b6372;*/
}

.place-order1:before {
    background: none;
    border-image: url('images/innerborder.png') 0 fill;
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    pointer-events: none;
}
.place-order {
    border-image: url(images/svg/boxes/box.svg) 0 fill;
	-webkit-border-image: url(images/svg/boxes/box.svg) 0 fill;
	-moz-border-image: url(images/svg/boxes/box.svg) 0 fill;
	-o-border-image: url(images/svg/boxes/box.svg) 0 fill;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	background-color:white;
    background-size: cover;
    text-align: center;
	    padding: 8% 0 !important;
		 /*   outline: 1px solid #2b6372;*/
}

.place-order:before {
    background: none;
    border-image: url('images/innerborder.png') 0 fill;
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    pointer-events: none;
}
.catalog-h {
  background: url('images/catalog.png') no-repeat top center transparent;
  background-size: contain;
}
.request-h {
  background: url('images/request.png') no-repeat top center transparent;
  background-size: contain;
}
.about-h {
  background: url('images/about-us.png') no-repeat top center transparent;
  background-size: contain;
}
.catalog {
  background: url('images/catalog.png') no-repeat top center transparent;
  background-size: contain;
}
.quote {
  background: url('images/request.png') no-repeat top center transparent;
  background-size: contain;
}
.req {
  background: url('images/about-us.png') no-repeat top center transparent;
  background-size: contain;
}
.navbar-toggle {
    border: 2px solid transparent;
    float: left;
}
.navbar-toggle .icon-bar {
    height: 3px;
}
span.icon-bar.iconbar1 {
    width: 25px;
}
span.icon-bar.iconbar2 {
    width: 20px;
}
span.icon-bar.iconbar3 {
    width: 15px;
}
.main-logo-sm {
    width: 284px;
    margin: 15px auto;
}
.blog-post .entry-title {
    display: none;
}
/*about us*/
h1.content-title {
    font-family: 'decotech_tlregular';
    font-size: 50px;
    color: #2b6372;
    margin-top: 0;
}

#pg-165-0 {
    margin-bottom: -50px !important;
}
.textcolor-bg{
  color: #2b6372 !important;
}
.no-padding {
    padding: 0 !important;
}
hr {
    border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid white;
}
p.textcolor-bg.title-page {
    margin-bottom: 15px !important;
    font-family: 'decotech_tlregular' !important;
    font-size: 50px;
    margin-top: 15px !important;
}

h1.search-title {
    text-align: center;
    font-family: 'decotech_tlregular';
    font-size: 40px;
    color: #2b6271;
}

.search .content ul li {
    list-style-type: none;
	border: 1px solid #e1e1e1;
    padding: 10px 25px;
	display: inline-flex;
	margin-bottom: 20px;
	background-color: #fafafa;
	width:100%;
}

.search .content ul li a {
    color: #2a6473;
}

.search .content ul li a:hover {
    color: #2a6473;
    text-decoration: none;
}

.cap-search {
    margin-left: 40px;
	font-family: palatino-linotype;
    font-size: 20px;
    color: #494940;
}

h3.search-rt {
    font-family: 'decotech_tlregular';
    font-size: 30px;
}

ul.search-ul {
    padding-right: 20px;
    padding-left: 20px;
}

.paginate-div {
    background-color: #f4f4f4;
    border: 1px solid #e1e1e1;
	padding: 0px 15px;
	margin-left: 20px;
	display: inline-flex;
	width:97%;
}
.page-numbers {
	padding: 0px 7px;
    margin: 15px 2px;
	color: #2b6271;
    font-size: 20px;
    /* margin: 10px; */
}

.page-of p {
    font-family: 'decotech_tlregular';
    font-size: 25px;
    color: #2b6271;
    padding: 14px 0;
}

.paginate {
    float: right !important;
        padding-top: 25px;
}

span.page-numbers.current {
    background-color: #2b6271;
    color: white;
    border-radius: 50px;
    /* height: 19px; */
}

a.page-numbers:hover, a.page-numbers:active {
    color: #2b6271;
    text-decoration: none;
}
@media (min-width: 768px){
.navbar-nav>li {
    float: initial;
}
.nav>li {
    display: inline-block;
}
.navbar-nav {
    text-align: center;
    width: 100%;
  }
  .affix {
    position: initial;
  }
  .navbar-fixed-bottom, .navbar-fixed-top {
    position: relative;
    z-index: 0;
  }
  .main-logo-sm {
    display: none;
  }
}
@media (min-width:1024px) {
  .navbar-toggle {
    display:none !important;
  }
}
@media (min-width:1024px) {
  .navbar-collapse {
    width:auto;
    border-top:0;
    -webkit-box-shadow:none;
    box-shadow:none;
  }
  .navbar-collapse.collapse {
    display:block!important;
    height:auto!important;
    padding-bottom:0;
    overflow:visible!important;
  }
  .navbar-collapse.in {
    overflow-y:visible;
  }
  .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
    padding-right:0;
    padding-left:0;
  }
}
@media (min-width: 1200px){
 /* .container {
      width: 1200px;
  }*/
}
@media (max-width: 1219px){
}
@media (max-width: 1199px){
  .container .main-nav {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  /*.pp-title {
    height: 229px !important;
  }*/
  .wp1s-caption-wrapper.wp1s-caption-type-1 .wps1-readmore-button {
     padding: 5px 18px;
     font-size: 20px;
   }
   .wp1s-main-wrapper .bx-wrapper .bx-pager {
      bottom: 10px;
  }
  .wp1s-caption-wrapper.wp1s-caption-bottomleft, .wp1s-caption-wrapper.wp1s-caption-bottomcenter, .wp1s-caption-wrapper.wp1s-caption-bottomright {
    margin-bottom: 45px;
  }
  .wp1s-slider-wrapper-83015 .wp1s-caption-wrapper.wp1s-caption-type-1 .wp1s-caption-content {
    font-size: 11px !important;
  }
  #popular-products {
    padding-top: 55px;
	    margin-bottom: 15px !important;
  }
  
 /* #pg-2-0, #pl-2 .panel-grid-cell .so-panel {
    margin-bottom: 25px !important;
}*/
div#panel-2-0-0-1 {
    margin-top: 6%;
}
#popular-products, #pl-w57e489f39e064 .panel-grid-cell .so-panel {
    margin-bottom: 20px;
}
  .navbar .navbar-nav > li > a {
    font-size: 25px;
    margin: 15px 0;
    padding: 0 15px;
  }
  .place-order, .place-order1, .catalog-h, .request-h, .about-h {
    min-height: 140px !important;
  }
  
  .place-order, .place-order1, .catalog-h, .request-h {
    margin-bottom: 11px;
	}
	
	img.fourbox {
    max-width: 20%;
}
  .icon-search:before, .icon-cancel:before {
    width: 22px;
  }
  
  div#content .row {
    padding-bottom: 27px;
}

#tab_container_114 .wpsm_nav-tabs > li {
    width: 26% !important;
}

div#cat-pro {
    margin-right: 10px;
}

div#req-pro {
    margin-right: 10px;
}
}
@media (max-width: 1024px){
	div#panel-2-0-0-1 {
    margin-top: 1%;
}
  #popular-products > .panel-grid-cell {
    width: 33.333% !important;
  }
  .place-order, .place-order1, .catalog-h, .request-h, .about-h {
    height: 90px !important;
}
  .place-order, .place-order1, .catalog-h, .request-h, .about-h {
      min-height: 141px;
  }
.place-order, .place-order1, .catalog-h, .request-h {
    margin-bottom: 13px;
}
.place-order1 {
    padding: 5% 0 !important;
}
}
@media (max-width: 991px){
  /*.pp-title {
    height: 173px !important;
  }*/
  div#content .row {
    padding-bottom: 30px;
  }
  .so-widget-sow-image.so-widget-sow-image-default-46f30e3d504b {
    padding-bottom: 35px;
}

div#panel-2-0-0-1 {
    margin-top: 4%;
}

h3.widget-title {
    font-size: 25px;
}

#popular-products, #pl-w57e489f39e064 .panel-grid-cell .so-panel {
    margin-bottom: 20px;
}
  #popular-products {
    padding-top: 45px;
  }
  .navbar .navbar-nav > li > a {
    font-size: 20px;
    padding: 0 9px !important;
  }
  .wp1s-caption-content {
    font-size: 11px !important;
  }
  #con-city {
    width: 42%;
  }
  #con-state {
    width: 31%;
  }
  .place-order, .place-order1, .catalog-h, .request-h, .about-h {
      min-height: 107px !important;
  }
  
  p.fourbox-title {
    font-size: 20px;
    padding-top: 7px;
    margin-bottom: 0px !important;
}
.mar-bottom {
    margin-bottom: 30px;
}
}
@media (max-width: 780px){
  /*.pp-title {
    height: 234px !important;
  }*/
  .wp1s-main-wrapper .bx-wrapper .bx-pager {
    bottom: 20px;
  }
  .wp1s-caption-wrapper.wp1s-caption-bottomleft, .wp1s-caption-wrapper.wp1s-caption-bottomcenter, .wp1s-caption-wrapper.wp1s-caption-bottomright {
    margin-bottom: 50px;
  }
  .wp1s-caption-wrapper.wp1s-caption-type-1 .wps1-readmore-button {
    padding: 5px 18px;
    font-size: 30px;
  }
  #popular-products .panel-grid-cell {
    float: left !important;
  }
  
  .so-widget-sow-image.so-widget-sow-image-default-46f30e3d504b {
    padding-bottom: 15px;
    padding-top: 5px;
	}
	#pgc-2-0-0 {
		margin-bottom: 15px !important;
	}
	h3.widget-title {
		font-size: 30px;
	}
  #popular-products {
    padding-top: 55px;
  }
  .so-widget-image {
    max-width: 100%;
    margin: 0 auto;
  }
  .wp1s-caption-content {
    font-size: 15px !important;
    line-height: 1;
  }
  /*.place-order {
    background: url('images/place-768.png') no-repeat top center transparent;
    background-size: contain;
  }
  .catalog-h {
    background: url('images/catalog-768.png') no-repeat top center transparent;
    background-size: contain;
  }
  .request-h {
    background: url('images/request-768.png') no-repeat top center transparent;
    background-size: contain;
  }
  .about-h {
    background: url('images/about-768.png') no-repeat top center transparent;
    background-size: contain;
  }*/
  .place-order,.place-order1, .catalog-h, .request-h, .about-h {
    min-height: 156px !important;
    width: 23%;
  }
  .place-order{
	  padding:6% 0 !important;    margin: 0 2%;}
	 .place-order1{
		 padding:5% 0 !important;}
}
@media (max-width: 768px){
  #tab_container_114 .wpsm_nav-tabs > li {
    margin-right: 0 !important;
  }
  
  #tab_container_114 .wpsm_nav-tabs > li {
    width: 100% !important;
	}
}
@media (max-width: 837px){
 /* .affix {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0%;
  }*/
}
@media (max-width: 767px){
	.paginate-div {
    width: 95%;
}
 /* .pp-title {
    height: 240px !important;
  }*/
  #popular-products {
    padding-top: 55px;
}
  div#content {
    background: url('images/svg/border/tablet/border-top-tablet.svg') no-repeat center top;
    padding-top: 35px;
    background-size: contain;
}
div#content .row .mz-sidebar-right{
    background-image: url("images/svg/border/tablet/border-middle-tablet.svg");
    background-size: contain;
}

div#content .row .mz-full-width{
    background-image: url("images/svg/border/tablet/border-middle-tablet.svg");
    background-size: contain;
}
#pgc-2-0-0 {
    margin-bottom: 15px;
}
div#content .row{
    background: url('images/svg/border/tablet/border-bottom-tablet.svg') no-repeat center bottom;
    padding-bottom: 45px;
    background-size: contain;
}

  .wp1s-resposive .wp1s-main-wrapper .wp1s-caption-wrapper.wp1s-caption-type-1 .wps1-readmore-button {
    font-size: 20px;
  }
  .navbar-toggle .icon-bar {
    background-color: #2b6372;
  }
  .navbar-toggle:hover {
    background-color: #2b6372;
    border-color: transparent;
  }
  .navbar-toggle:hover > .icon-bar {
      background-color: #f7f7f7;
  }
  h4#contact-title {
    padding: 15px;
    margin: 5px 0 35px;
    font-size: 20px;
  }
  .affix {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0%;
  }
  .navbar-header {
    margin: 0;
  }
.nav-btn.col-xs-3.pull-left {
    padding: 6% 5%;
  }
.container .main-nav {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
  .navbar {
    background: white !important;
    border: 1px solid transparent !important;
    border-bottom: 3px solid transparent !important;
  }
  .main-container {
    margin-top: 28%;
  }
  .main-logo {
    display: none;
  }
  .main-logo-sm {
    margin-bottom: 0;
  }
  .navbar-ex1-collapse {
    display: none;
  }
  
  input#phone-num, input#con-email{
	 margin-bottom:40px
	}
	
	.phone-num.mar-bottom {
    margin-bottom: 0;
}
}

@media (max-width: 660px){
div#content {
    padding-top: 30px;
}}
@media (max-width: 640px){
  
  .nav-btn.col-xs-3.pull-left {
    width: 0;
  }
  .wp1s-resposive .wp1s-main-wrapper .wp1s-caption-wrapper.wp1s-caption-type-1 .wps1-readmore-button {
    font-size: 20px;
  }
  .wp1s-caption-content {
    font-size: 13px !important;
  }
  #popular-products {
    position: relative;
    width: 98%;
    left: 3.7%;
    right: 3.7%;
  }
  #popular-products {
    padding-top: 55px;
  }
  /*.pp-title {
    height: 212px !important;
  }*/
  .navbar-toggle {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .main-container {
    margin-top: 34%;
  }
}
@media (max-width: 580px){
  div#content .row {
    padding-bottom: 37px !important;
  }
  .wp1s-caption-content {
    line-height: 1 !important;
  }
  /*.pp-title {
    height: 190px !important;
  }*/
  .wp1s-main-wrapper .bx-wrapper .bx-pager {
    bottom: 5px;
  }
  .wp1s-caption-wrapper.wp1s-caption-bottomleft, .wp1s-caption-wrapper.wp1s-caption-bottomcenter, .wp1s-caption-wrapper.wp1s-caption-bottomright {
    margin-bottom: 30px;
  }
  .nav-btn.col-xs-3.pull-left {
    padding: 8% 3%;
  }
  .main-container {
    margin-top: 37%;
}
  .navbar-toggle {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-right: 0%;
  }
  .col-xs-8.col-sm-8.col-md-6.col-lg-6.col-gutter.footer-widget {
      width: 100%;
      text-align: center;
  }
  .col-xs-8.col-sm-8.col-md-6.col-lg-6.col-gutter.footer-widget > .widget {
      margin-bottom: 0;
  }
  .col-xs-4.col-sm-4.col-md-6.col-lg-6.col-gutter.footer-widget {
    width: 100%;
    text-align: center;
  }
  .pull-right.footer-text {
    float: none !important;
  }
  img#main-logo {
    width: 345px;
  }
  #popular-products {
    padding-top: 55px;
  }
  #popular-products {
    left: 4.4%;
    right: 4.4%;
  }
}
@media (max-width: 480px){
  /*.pp-title {
    height: 136px !important;
  }*/
  #popular-products {
    padding-top: 35px;
	 padding-bottom: 35px;
}
  .wp1s-caption-content {
    font-size: 11px !important;
    position: relative;
    top: 6px;
  }
  .wp1s-resposive .wp1s-main-wrapper .wp1s-caption-wrapper.wp1s-caption-type-1 .wps1-readmore-button {
    font-size: 12px;
    padding: 3px 17px;
  }
  .main-logo-sm {
    width: 40%;
  }
  
  .nav-btn.col-xs-3.pull-left {
    padding: 6% 3%;
}
  #con-city {
    width: 100%;
    margin-bottom: 40px;
  }
  #con-state {
    width: 60%;
    margin-bottom: 0;
  }
  #con-zip {
    width: 30%;
  }
  .catalog, .quote, .req {
    padding: 0;
  }
  #panel-2-0-0-0 {
    display: none;
  }
  .fileUpload {
    width: 100%;
    margin: 10px 0;
  }
  .submit-btn {
    text-align: center;
  }
  
  #popular-products > .panel-grid-cell {
    width: 100% !important;
  }
  
  .pp-title.pp-title {
        background: url(images/popular-products767.png) no-repeat top center !important;
	    padding-top: 30px;
		border-image: none !important;
		background-size: contain !important;
		/*max-height: 1000px;*/
	}
	.so-widget-sow-image-default-46f30e3d504b .sow-image-container .so-widget-image {

    width: 56% !important;
}

.so-widget-sow-image.so-widget-sow-image-default-46f30e3d504b {
    padding-bottom: 0px;
    padding-top: 0px;
}

.tribox, .tribox1 {width: 80%;
    float: none;
    margin: 0 auto;}
	
	div#req-pro, div#cat-pro {
    margin: 10px auto;
}

h4#contact-title {
    border: 2px solid #2b6372 !important;}

}
@media (max-width: 414px){
	.prod-back {
    background: url('images/pat-main.jpg'), white;
	border:1px solid #2b6372;
	padding: 10px 0;
}
	.main-container {
    margin-top: 25%;
}
  .col-xs-6 {
    width: 100%;
  }
  .main-logo {
    width: 275px;
    margin: 0 auto;
  }
  #con-state {
    margin-right: 10px;
  }
  #con-zip {
    width: 34%;
  }
  .page article {
    margin-bottom: 20px;
  }
  p.footer-text {
    font-size: 13px;
  }
  #pg-45-0, #pl-45 .panel-grid-cell .so-panel {
    margin-bottom: 20px;
  }
  
	

.so-widget-sow-image-default-2b1fadbace82 .sow-image-container .so-widget-image {
    width: 75% !important;
}
  .blog-post {
    padding: 0px 10px 0px 10px !important;
  }
  #tab_container_114 .wpsm_nav-tabs > li > a {
    font-size: 13px !important;
  }
  div#content {
    background: none;
	}
div#content .row .mz-sidebar-right{
		background: none;
	}
	
	div#content .row .mz-full-width{
		background: none;
	}
	div#content .row{
		background: none;
	}
	
	.fourbox-last {
    margin-bottom: 30px !important;
}

#pg-165-0 {
background: url(images/pat-main.jpg), white;
    margin-bottom: -15px !important;
    
    border: 1px solid #2b6372;
	padding-top: 30px;
    padding-bottom: 30px;
}

}

@media (max-height: 414px){
	.main-logo-sm {
    width: 200px;
    margin: 10px auto;}
}

@media (max-height: 320px){
.main-logo-sm {
    width: 145px;
    margin: 10px auto;
}
.nav-btn.col-xs-3.pull-left {
    padding: 3% 3%;
}

.main-container {
    margin-top: 23%;
}
}

@media (max-width: 375px){
	.pp-title {
    	height: 624px !important;
	}
	#popular-products {
    	padding-top: 35px;
}
.place-order {
    padding: 10% 0 !important;
}
.place-order1 {
    padding: 9% 0 !important;
}

.so-widget-sow-image-default-46f30e3d504b .sow-image-container .so-widget-image {
    width: 45% !important;
}
}

@media (max-width: 320px){
  #pg-2-0, #pl-2 .panel-grid-cell .so-panel {
    margin-bottom: 15px;
  }
  .page article {
    margin-bottom: -10px;
  }
  
  .pp-title {
    height: 515px !important;
}

#popular-products {
    padding-top: 20px;
    /* margin-right: 12px; */
}

#popular-products {
    left: 7%;
    right: 7%;
}
#pg-165-0 {
    margin-bottom: 10px !important;}

}
.nopadding{ padding-left:0px !important; padding-right:0px !important}

/*css by sughar*/
.home .wp1s-caption-bottomcenter .wp1s-caption-content{
    color: #545253 !important;
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
}
.home .wp1s-caption-bottomcenter .wp1s-caption-content p:empty{
  display: none;
}
.home .wp1s-caption-bottomcenter .wp1s-caption-content p {
     margin-bottom: 0% !important; 
    color: #494940;
    line-height: 10px;
}
#panel-2-0-0-1{
  padding: 0px 0px 0px 0px;
 /* border-image: url(images/popular-products.png) 0 fill;*/
}
#popular-products .panel-grid-cell{
    width: 33.3333%;
    width: calc(33.3333% - ( 0.666666666667 * 0px ) );
    padding: 10px 10px 0;
    box-sizing: border-box;
    float: left;
    padding-top: 50px;
}
#pgc-2-0-1 {
    width: 25%;
    width: calc(26% - ( 0.75 * 30px ) ) !important;
}
.bdg_design img {
    max-width: 100%;
	transition: all 0.4s ease;
}
.bdg_design:hover img{
	transform: scale(1.2,1.2);
}
.badge_wrap{
	padding: 10px !important;
	background: #fff none repeat scroll 0 0;
	 overflow: hidden;
}
.bdg_design{
	padding-top: 0 !important;
}
.badge_wrap img{
	max-width: 100%;
	height: 208px;
}
.badge_wrap > h3 {
    bottom: 10px;
    color: #769fab;
    font-family: PalatinoLinotype-Roman;
    font-size: 21px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 1px 0 0 #000;
}

/*css by sughar*/
img{
  max-width: 100%;
}
.container{
  max-width: 100%;
}
#back-top {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 50px;
}
#back-top a {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  background: #A9A9B1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top i {
  margin-top: 15px;
  font-size: 28px;
}
.cqr{
      overflow: hidden;
    padding: 20px 0;
    clear: both;
}
ul.ps, ul.pf {
    width: 100%;
    float: none;
    padding-left: 0;
}
.panel-layout .tab-content{
  padding: 10px;
}
.badge-names{
  text-transform: uppercase;
  margin: 10px 0 15px;
}
.btn-sec{
  padding: 20px 0;
}
.error-page .mz-sidebar-right, .search-results .mz-sidebar-right{
  width: 100%;
  float: none;
}
.error-page .mz-sidebar-right .form-search .input-group, .search-results .mz-sidebar-right .search-frm .input-group{
  display: block;
  position: relative;
  overflow: hidden;
  clear: both;
}
.error-page .mz-sidebar-right .form-search .input-group .search-query, .search-results .mz-sidebar-right .search-frm .input-group .search-query{
  border-radius: 20px;
}
.error-page .mz-sidebar-right .form-search .input-group .input-group-btn, .search-results .mz-sidebar-right .search-frm .input-group .input-group-btn{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  text-align: right;
  z-index: 99;
}
#searchsubmit{
  height: 34px;
}
.ponumber_blk > h3 strong{
  min-width: 130px;
  font-weight: 400;
  display: inline-block;
}
.custom-row{
  margin: 0 -15px;
}
.account-fixed-slide{
  position: absolute;
  top: 35%;
  right: 0;
}
.slide-btn{
  display: inline-block;
  /* background: #2b6372; */
  cursor: pointer;
  color: #2b6372;
  font-family: AnnaStd;
  font-size: 36px;
  transition: all 0.6s ease;
  background: url(images/user-profile.png) no-repeat;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background-size: 40px;
  margin-top: -5px;
}
.account-slide-content{
  width: 0;
  overflow: hidden;
  background: #fff;
  right: 0px;
  transition: all 0.6s ease;
  padding: 0;
  position: absolute;
  top: 50px;
}
.account-slide-content.fixeds{
  width: 105px;
  right: 0;
  border-top: 1px solid #ddd;
}
.account-menu{
  padding: 0;
  background: #2b6372;
  margin: 0;
}
.account-menu li{
  list-style: none;
}
.account-menu li a{
  padding: 4px 10px;
  display: block;
  color: #fff;
  border-bottom: 1px solid #ddd;
  font-family: AnnaStd;
  font-size: 22px;
  letter-spacing: 2px;
}
.account-menu li a:hover{
  background: #769fab;
  color: #fff !important;
}
.thanku-box{
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 15px;
}
.thanku-box label{
  min-width: 150px;
  display: inline-block;
  float: left;
}
.thanku-box p{
  padding-left: 150px;
}
.thanku-box p:last-child{
  margin-bottom: 0;
}
.detail-main{
  overflow: hidden;
  clear: both;
}
.selected_badge.center-badge{
  margin: 0 auto;
}
.paging_two_button a {
  padding: 10px 21px;
  height: auto;
}
.paginate_disabled_previous{
  background-position: center left;
}
.paginate_disabled_next {
  background-position: center right;
}
.fix-imgs img {
  height: 140px;
  width: 100%;
}
.fix-imgs {
    height: 180px;
}
.order-table table{
  width: 100%;
}
.order-table table tr td, .order-table table tr th{
  padding: 4px 0px;
}
.content-lists .dis-form .dis-form-in > div h4 {
  font-size: 22px;
}
.distributer-drop select{
  padding: 2px 5px;
  font-size: 18px;
}
table.dataTable tr.odd {
    background-color: #eaeaea;
}
table.dataTable tr.odd td.sorting_1 {
  background-color: #d4d4d4;
}
table.dataTable tr.even td.sorting_1 {
    background-color: #f3f3f3;
}
.dataTables_info {
  margin-bottom: -30px;
  margin-top: 10px;
}
.navbar-nav>li.account-menus{
  float: right;
}
.account-menus a, .account-menus a:hover, .account-menus a:focus{
  background: transparent !important;
}
.navbar-nav>li ul{
  right: 0;
  left: auto;
}
.navbar-nav>li ul li a{
  font-size: 22px;
  padding: 7px 10px;
}
.dataTables_length select{
  padding: 3px 5px;
}
.input-file-open{
  display: inline-block;
  position: relative;
}
.input-file-open input{
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
}

.popup{
    background: rgba(00,00,00,0.4);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    }
    .popup-inner{
      position: absolute;
      width: 400px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
    }
    .pop-inner-top{
      padding: 15px;
      position: relative;
      text-align: center;
    }
    .bttom-part {
      padding: 30px;
      text-align: center;
      background: #82aebb;
      position: relative;
    }
    .right-btn{
      position: absolute;
      right: 0;
      top: 10px;
      width: 35px;
      background: #ddd;
      padding: 2px 10px 2px 4px;
      border-radius: 15px 0 0 15px;
      transition: all 0.5s ease;
      cursor: pointer;
    }
    .right-btn:hover{
      padding: 2px 20px 2px 4px;
    }
    .pop-inner-top h3{
      font-size: 30px;
      margin: 20px 0 0px;
      font-weight: 500;
    }
    .pop-inner-top p{
      margin: 0 0 10px;
    }
    .succ-icon{
      padding-top: 20px;
    }
    .succ-icon i{
      width: 50px;
      height: 50px;
      line-height: 50px;
      background: #2b6372;
      color: #fff;
      font-size: 23px;
      border-radius: 50%;
    }
    .bttom-part button{
      padding: 10px 30px;
      background: #2b6372;
      color: #fff;
      border: 0;
      font-size: 17px;
      cursor: pointer;
    }
    .bttom-part::before{
      content: '';
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #fff;
      position: absolute;
      top: -1px;
      left: 50%;
      margin-left: -5px;
    }
    .right-btn span{
      display: inline-block;
      background: #fff;
      border-radius: 50%;
      width: 25px;
      height: 25px;
      transform: rotate(-45deg);
      font-size: 34px;
      line-height: 18px;
      text-align: center;
    }
.color-success{
  color: #3c763d;
}
.color-warning{
  color: #ff9800;
}
.site-main .text-style {
  /*font-size: 24px;*/
}
.site-main .customentry, .site-main .customentry p {
/*  font-family: 'decotech_tlregular' !important;
  font-size: 20px !important;
  line-height: 25px !important;
  letter-spacing: 1px;*/
}
.site-main .col-border2 {
  /*min-height: 300px;*/
}
.customrow ul.faq li .faq-title{
  /*font-size: 26px;*/
}
.entry-content #tab_container_114 .wpsm_nav-tabs > li > a, .policydesc, .findlinks li a{
  /*font-size: 20px !important;*/
}
.findlinks li {
  /*min-height: 200px;*/
}
.input-file-open + input{
  width: 200px;
}
.click-for-slide{
  padding: 10px;
  color: #2b6372;
  border-radius: 6px;
  margin-top: 0;
  background: rgba(43, 99, 114, 0.1);
  cursor: pointer;
  font-family: AnnaStd;
  font-size: 40px;
}
#after-click-show{
  display: none;
  margin-top: 10px;
  border-radius: 8px;
}
.click-for-slide .arrow-toggle{
  background: url(images/down.png) no-repeat 98% center;
  background-size: 29px;
  display: inline-block;
  float: right;
  width: 30px;
  height: 30px;
  transition: all 0.5s ease;
  margin-top: 5px;
}
.click-for-slide.for-arrow .arrow-toggle{
  transform: rotate(180deg);
}
textarea#your-instruction {
    width: 100%;
}
.ponumber_blk.paddtop{
  padding-top: 20px;
}
.ship_via_blk select {
  color: #757575;
}
.site-select{
  background: rgba(0, 0, 0, 0) url(../img/arrow.png) no-repeat scroll 100% 10px / 15px auto;
  border: medium none;
  border-bottom: 1px solid #2b6372;
  color: #757575;
  font-family: PalatinoLinotype-Roman;
  font-size: 20px;  
  margin-top: 16px;
  margin-bottom: 20px;
  width: 100%;
}
.create-badge-new{
  float: left;
  margin-top: 40px;
}
.assign-badge-center{
  display: inline-block;
}
.create-badge-new a{
  color: #2b6372;
  font-size: 24px;
  letter-spacing: 2px;
  padding: 10px 15px;
  border: 2px solid;
  font-family: AnnaStd;
}
.badge_area {
  padding: 0 0em;
}
.create-badge-new a:hover{
  background: #2b6372;
  color: #fff !important;
}
.two-radios input{
  display: inline-block;
  width: auto;
}
.two-radios input[type=text]:disabled{
  opacity: 0.5;
}
.distibu-table .btn.btn-info{
  color: #fff;
  background-color: #2b6372;
  border-color: #2b6372;
  font-size: 20px;
  font-family: 'decotech_tlregular';
  letter-spacing: 2px;
}
.distibu-table .btn.btn-danger{
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: 'decotech_tlregular';
}
.distibu-table .btn:hover{
  color: #fff !important;
  opacity: 0.8;
}
table.dataTable tr.odd td.sorting_1 {
  background-color: #e4e4e4;
}
#buy_badgepop .pop-inner-top a button{
  background: transparent;
  color: #2b6372;
  padding: 10px 15px;
  border: 2px solid;
  font-size: 15px;
}
#buy_badgepop .pop-inner-top a button:hover{
  background: #2b6372;
  color: #fff;
  border-color: #2b6372;
}
#buy_badgepop .pop-inner-top a{
  display: inline-block;
  padding: 10px 0;
}






@media(max-width: 767px){
  .badge_detail_area {
    padding: 0;
  }
  #pl-2 .panel-grid-cell{
    width: 100% !important;
  }
  div#panel-2-0-0-1 {
    background: url(images/popular-products767.png) no-repeat top center !important;
    background-image: none;
    border-image: none;
    background-size: 100% 100% !important;
  }
  #popular-products .siteorigin-widget-tinymce.textwidget {
    width: 224px;
    margin: 0 auto;
    text-align: center;
    height: 86px;
  }
  #popular-products{
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 80px;
  }
  .place-order, .place-order1, .catalog-h, .request-h, .about-h {
    width: 48%;
        min-height: 200px !important;
    float: left;
  }
  .so-widget-image {
    max-width: 100%;
    margin: 0 auto;
    width: 55%;
    height: auto;
    display: block;
  }
  .blog-post .widget-title{
    text-align: center;
  }
}

@media(max-width: 640px){
  .main-logo-sm object{
    max-width: 100%;
  }
  #pg-45-0, #pl-45 .panel-grid-cell .so-panel {
    padding: 10px;
  }
  #back-top {
    right: 20px;
  }
  #back-top a {
    width: 30px;
    height: 30px;
  }
  #back-top i {
    margin-top: 5px;
    font-size: 20px;
  }
}

@media(max-width: 414px){
  .distibu-table{
    background: #fff;
    padding: 10px;
  }
}
.content-lists{
  margin: 0 -10px;
}
.dis-form {
  display: inline-block;
  padding-right: 10px !important;
  padding: 0 10px;
  width: 373px;
}
#searchsubmit{ margin-top:25px;  }
.page-template-page-fullwidth .size-full{ width:100%; height:auto;  }