/* ------------------------------------------------------------------------- */
    /* Pallet Css */
/* ------------------------------------------------------------------------- */

/*
Theme Name: pallet
Theme URI: http://puriwp.com/
Author: puriwp
Author URI: http://puriwp.com/
Description: Custom built themes for pallet
Version: 1.0
License: 
License 
Text Domain: pallet
Tags: pallet
*/

/* ------------------------------------------------------------------------- */
    /* Main Body/all */
/* ------------------------------------------------------------------------- */
html, body{
    margin:0;
    margin-top:0 !important;
    padding:0;
    height:100%;
    width:100%;
    font-family: 'Lato', arial, tahoma, sans-serif;
    font-size:14px;
}
#wrapper{
    width:100%;
    height:auto;
    margin:0 auto;
    overflow:hidden;
}
#header{
    width:100%;
    height: auto;
    background:#ffffff;
    height:128px;
    position: relative;
    z-index: 2;
}

#header .container {
    position: relative;
}

.container{
    max-width:990px;
    margin:0 auto;
}
.pallet-logo{
    margin-top:37px;

}
.pallet-logo img{
    max-width:100%;
	display:inline-block;
}
h5 {
    font-size: 18px;
    line-height: 22px;
    color: #444;
    font-weight: normal;
    padding-top: 20px;
}
.line {
	margin-top: 40px;
	margin-bottom: 40px;
	background: #eee;
	width:100%;
	height:1px;
	display:block;
	padding:0 15px;
}
.u-link{
	text-decoration:underline;
}

/* ------------------------------------------------------------------------- */
    /* main nav */
/* ------------------------------------------------------------------------- */
.nav_ {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav_ > li {
  position: relative;
  display: block;
}
.nav_ > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav_ > li > a:hover,
.nav_ > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav_ > li.disabled > a {
  color: #777;
}
.nav_ > li.disabled > a:hover,
.nav_ > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav_ .open > a,
.nav_ .open > a:hover,
.nav_ .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav_ .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav_ > li > a > img {
  max-width: none;
}
.main-nav{
    width:293px;
    background:url(images/overlay.png);
    /*float:right;*/
    padding:15px 20px 20px;
	/*position:relative;*/
    position: absolute;
    right: 0;
}
.main-nav .navbar {
    margin-bottom: 0px;
}
.main-nav .navbar-default {
    background: none;
    border: none;
}
.main-nav .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.main-nav .navbar-nav{
    float: none;
}
.main-nav .navbar-nav>li {
    float: none;
    background: url(images/menu-border.png)bottom repeat-x;
}

.main-nav .navbar-default .navbar-nav>li>a {
    padding:0;
    font-size: 15px;
    color: #000;
    display: block;
    padding: 6px 0 8px 20px;
    text-transform: uppercase;
    width:100%;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background: url(images/menu-active.png)left no-repeat;
}
.cat-nav-wrap{
    width: 293px;
    float:right;
    margin-top:-125px;
    position: relative;
    z-index:3;
	margin-right: -15px;
}
.cat-nav{
    margin:0;
    padding:0;
    list-style:none;
}
.cat-nav li{
    background:url(images/pattern-1.png);
    margin-bottom:3px;
    height:100px;
    padding: 15px 40px 20px 15px;

}
.cat-nav li a{
    font-size: 24px;
    line-height: 30px;
    width: 260px;
    display:block;
    color: #fff;
    text-transform:uppercase;
    background:url(images/arrow-right-white.png)no-repeat right;
}
.cat-nav li a:hover{
    text-decoration:none;
}
.nav-cat-page .cat-nav-wrap{
    
}

.page #slider-sec .slider-desc .container,
.archive #slider-sec .slider-desc .container  {
	margin-top: 0px;
}
.home.page #slider-sec .slider-desc .container {
	margin-top: 0;
}
.page{
    margin-top:40px;
    margin-bottom:50px;
}
/* ------------------------------------------------------------------------- */
    /* Home Slider */
/* ------------------------------------------------------------------------- */
#slider-sec{
    position: relative;
    z-index: 1;
    display:block;
}
#slider-sec .item img, .static-banner img{
    width:100%;
    height:auto;
    display:block;
}
.slider-nav{
z-index: 1;
    display: block;
    position: absolute;
    bottom: 0;
    top: 85%;
    width: 100%;
}
.slider-prev{
    background:url(images/nav-slider-prev.png)no-repeat;
    width:27px;
    height:27px;
    display:block;
    float:left;
    cursor:pointer;
}
.slider-next{
    background:url(images/nav-slider-next.png)no-repeat;
    width:27px;
    height:27px;
    display:block;
    float:left;
    margin-left:20px;
    cursor:pointer;
}
.slider-desc{
    z-index: 1;
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
}
.slider-desc-inner{
    background:url(images/pattern-1.png);
    max-width:630px;
    padding:20px;
}
.slider-desc-inner p{
    font-size: 40px;
    color: #fff;
    line-height: 45px;
    text-shadow: -1px -1px 1px #000;
    font-weight:300;
}
.slider-desc-inner p strong{
    font-weight:400;
}
.banner-size img{
    width:100%;
    height: auto;
    display:block;
}
/* ------------------------------------------------------------------------- */
    /* content */
/* ------------------------------------------------------------------------- */
#content{
    background:#ffffff;
    /*padding:45px 0;*/
}

#home-quote {
    width: 590px;
    position: relative;
    padding: 0 20px 0 40px;
    float:left;
    margin:90px 0 100px;
}
#home-quote p {
    font-size: 30px;
    line-height: 1.2;
    color: #666;
    font-weight: 300;
    padding-top: 20px;
}
.quote-top {
    top: 0;
    left: 0;
    width: 26px;
    height: 25px;
    position: absolute;
    background: url(images/sprite-1.png)no-repeat;
}
.quote-bot {
    bottom: 0;
    right: 0;
    width: 26px;
    height: 25px;
    position: absolute;
    background: url(images/sprite-2.png)no-repeat;
}
.award {
    width: 47%;
    padding-right:35px;
}
.bottom-post .post{
    border-left: 1px solid #ccc;
    width: 53%;
    padding-left:30px;
}
.bottom-post .post .title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
}
.textlink {
    font-size: 14px;
    color: #333;
    float: right;
    text-decoration: underline;
    padding-right: 15px;
    background: url(images/arrow-right-black.png) 100% 70% no-repeat;
}
.textlink:hover{
    color: #333;
    text-decoration: underline;
}

.static-banner {
    width: 100%;
    height:auto;
    display:block;
}
.page-title {
    font-size: 30px;
    color: #666;
    line-height: 1.2;
    font-weight: 300;
    text-transform: capitalize;
}
.pal-post-content{
    font-size: 14px;
    color: #555;
    margin-top: 20px;
    line-height: 20px;
}

.pal-post-content ul{
    margin:0;
    padding:0 0 0 15px;
}
.pal-post-content ul li{
    list-style-image: url(images/dash.png);
}

#map-canvas{
    height: 260px;
}


.product-cat-nav span{
    font-size: 30px;
    line-height: 32px;
    color: #666;
    float: left;
    margin-right: 20px;
    font-weight: 300;
}
.product-cat-nav .filter{
    float: left;
}
.product-cat-nav .filter li{
    float: left;
    list-style:none;
    margin:10px 5px 0;
}
.filterable-grid{
    padding:0;
}
.filterable-grid li{
    list-style:none;
}
.filterable-grid li img{
    width:235px;
    height:176px;
}
.page strong {
    font-weight: bold;
}
.page h4{
    font-weight: bold;
    font-size:19px;
}
.pal-post-content p{
    font-size: 14px;
    padding-top:20px;
    line-height:20px;
}
.page-desc {
    font-size: 18px;
    line-height: 22px;
    color: #444;
    font-weight: normal;
    padding-top: 20px;
}
.services .title, .comunity .title{
    font-size: 22px;
    color: #150D04;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight:700;

}
.services h6{
    font-size: 16px;
    line-height: 20px;
    color: #555;
    font-weight:700;
}
.services .pal-post-content p{
    padding-top:0px;
}
.services .pal-post-content a{
	background:#ffffff url(images/pdficon.gif)no-repeat right;
	padding-right:25px !important;
	border:none !important;
	color: rgb(85, 85, 85) !important;
	text-decoration: underline !important;
	text-transform:uppercase !important;
	font-size:15px;
	font-weight:300;
	float:right;
	box-shadow:none !important;
	text-shadow:none !important;
	display:block;
}
.services .pal-post-content a.standard{
	background:#ffffff;
	padding-right:25px !important;
	border:none !important;
	text-decoration: none !important;
	text-transform:capitalize !important;
	font-size:14px;
	font-weight:400;
	float:none;
	text-align:left;
	box-shadow:none !important;
	text-shadow:none !important;
	display:block;
	color:#0000EE !important;
}
.comunity{
	padding-right:30px;
}
.comunity .pal-post-content p{
    padding-top:0;
    padding-bottom:10px;
}
.comunity .pal-post-content a{
	background:#ffffff url(images/link-arrow.png)no-repeat right;
	padding-right:15px !important;
	border:none !important;
	color: rgb(85, 85, 85) !important;
	text-decoration: underline !important;
	text-transform:capitalize !important;
	font-size:15px;
	float:right;
	box-shadow:none !important;
	text-shadow:none !important;
	display:block;
}
.comunity .pal-post-content .funding a{
    float:none;
    text-align:right;
    font-size: 18px;
}
.comunity .page-desc p{
    font-size:14px;
}
.comunity .page-desc h5{
    font-size:18px;
}
.funding label, .pal-contact-form label{
    font-size: 14px;
    font-weight:normal !important;
}
.funding input, .funding textarea, .pal-contact-form input, .pal-contact-form textarea{
    width:100% !important;
    border: 1px solid rgb(221, 221, 221);
}
.pal-contact-form select{
    border: 1px solid rgb(221, 221, 221);
}
.funding span{
    color:#000;
}
.tax-name {
    font-size: 18px;
    line-height: 22px;
    color: #444;
    font-weight: normal;
    padding-top: 30px;
}
section .tax-name {
    padding-top: 10px;
}
.tax-desc {
    padding: 20px;
    line-height: 22px;
    font-size: 1.1em;
    padding-left: 0px;
}
.prd-page-desc{
    font-size: 18px;
    line-height: 22px;
    color: #444;
    font-weight: normal;
    padding-top: 20px;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom:none;
}
.modal-content {
    border-radius:0;
}
.modal-dialog {
    max-width: 460px;
    margin: 30px auto;
}
.modal-image{
    padding-left:15px;
    padding-right:15px;
    margin-bottom:20px;
}
.modal .title {
    font-size: 18px;
    color: #444;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-left:15px;
    padding-right:15px;
}
.p-name, .p-name:hover {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #444;
    margin-bottom:50px;
    margin-top:10px;
    text-decoration:none;
}
.modal-ct-in{
    padding-left:15px;
    padding-right:15px;
}
.s-label {
    font-size: 30px;
    line-height: 32px;
    color: #666;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    font-weight: 300;
}
.s-form-container{
    padding:30px 0 10px;
}
.s-form select{
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #777;
    border: 1px solid #ddd;
    display: block;
    outline: none;
    float:left;
    margin:5px 0 0;
}
.contact-tabs {
    border-bottom: none;
}
.contact-tabs>li{
    border-left: 2px solid #fff;
    border-right: none;
    border-top: none;
    border-bottom: none;
    margin-bottom:0;
}
.contact-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border:none;
    border-radius: 0;
    background-color: #CCC;
    text-align: center;
    color: #000000;
    font-size:12px;
    font-weight: bold;
    text-transform:uppercase;
    height:47px;
}
.contact-tabs>li:first-child {
    border-left: none;
}
.contact-tabs>li.active>a, .contact-tabs>li.active>a:hover, .contact-tabs>li.active>a:focus {
    background-color: #333;
    color:#fff;
    border:none;

}
.contact .tab-content{
    background:#333;
    color:#fff;
    border-top: 2px solid #fff;
    margin-bottom:50px;
}
.contact-tax-desc strong, .contact-tax-desc strong a, .contact-tax-sub{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration:none;
    color:#ffffff;
}
.contact-tax-sub-ct, .contact-tax-sub-ct a{
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration:none;
    color:#ffffff;
}
.contact-tax-name{
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}
.padding-tab{
    padding:15px 15px 30px;
}
.contact-tax-sub-container{
    border-bottom:1px solid #ffffff;
    margin-bottom:10px;
    padding-bottom:10px;
    min-height:110px;
}
.contact-tax-container{
    border-bottom:1px solid #ffffff;
    margin-bottom:20px;
    padding-bottom:20px;
    padding-left:5px;
    min-height:100px;
}

.searchandfilter ul {
	display: inline-block;
	margin:0;
	padding:0;
}

.sbOptions li{
	display:block;
}
.searchandfilter li {
	
}
.pal-filter button, .pal-filter input[type=submit]{
	margin-top:10px !important;
	float:left;
	background: url(images/btn-funding.png);
	display:block;
	width:150px;
	height:35px;
	border:none;
	text-indent:-9999PX;
}
.btn-dgrey{
	color:#000000;
	background:#959595;
	font-weight:400;
	border:none;
    font-size:14px;
    border-radius:0;
    padding-left:25px;
    padding-right:25px;
    text-transform: uppercase;
}
.btn-dgrey:hover{
	color:#000000;
	background:#6e6e6e ;
	border:none;
}
/* ------------------------------------------------------------------------- */
    /* bottom Post */
/* ------------------------------------------------------------------------- */
.bottom-post{
    width: 100%;
    padding: 20px 0;
    background-color: #f8f8f8;
    border-top: 1px solid #E0E1E2;
    border-bottom: 1px solid #E0E1E2;
}
.bottom-post .title a{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
    text-decoration:none;
}
/* ------------------------------------------------------------------------- */
    /* footer */
/* ------------------------------------------------------------------------- */
#footer{
    width: 100%;
    background-color: #E9E9E9;
    border-top: 1px solid #fff;
    padding: 40px 0 50px;
}
.ft-credits{
    border-bottom: 1px solid #E0E1E2;
    color: #ACB0B2;
    font-size: 11px;
    padding-bottom: 10px;
}
.ft-credits a{
    color: #ACB0B2;
}
.ft-credits a:hover{
    color: #000000;
    text-decoration: none;
}
.theme-author{
    text-align:right;
}
.footer-nav #menu-footer{
    margin:0;
    padding:0;
    list-style:none;
}
.widget-sec{
    padding-bottom:25px;
}
.footer-nav #menu-footer li{
    display:inline-block;
}
.footer-nav #menu-footer li a{
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
    margin-right: 20px;
}
.add-detail{
    text-align:right;
    font-size: 12px;
    line-height: 18px;
    color: #555;
}
.contact-deatils span {
    color: #999;
}
.contact-deatils a {
    color: #1F1F1F;
}

/* ------------------------------------------------------------------------- */
    /* Responsive Set */
/* ------------------------------------------------------------------------- */
@media (max-width: 1380px ) {
	#slider-sec .item img, .static-banner img{
		height:390px;
	}
}
@media (max-width: 1300px ) {
	.cat-nav-wrap {
		margin-top:0;
	}
    .zilla-one-half img{
        display:block;
        max-width:100%;
        height:auto;
    }
	#slider-sec .item img, .static-banner img{
		height:auto !important;
	}
}
@media (max-width: 1000px ) {
	#home-quote {
		width: 100% !important;
		padding: 0 20px 0 40px;
		float:none !important;
	}
	.cat-nav-wrap{
		width: 100% !important;
		float: none !important;
	}
	.cat-nav li  a {
		max-width: 100% !important;
	}
	.cat-nav li {
		background: url(images/pattern-1.png);
		margin-bottom: 3px;
		height: auto;
		padding:10px;
		display:inline-block;
        width:24.5%;
	}
    .comunity {
        padding-right: 0px;
    }
}

@media (max-width: 800px ) {
	#home-quote {
		width: 100% !important;
		padding: 0 20px 0 40px;
		float:none !important;
	}
	.cat-nav-wrap{
		width: 100% !important;
		float: none !important;
	}
	.cat-nav li  a {
		max-width: 100% !important;
	}
	.cat-nav li {
		background: url(images/pattern-1.png);
		margin-bottom: 3px;
		height: auto;
		padding:10px;
		display:inline-block;
        width:24.5%;
	}
    .cat-nav li{
        width:33%;
    }
    .award {
       float:left;
        padding-right: 15px;
    }
    .bottom-post .post {
        width: 50%;
        padding-left: 15px;
        float:left;
    }
    .footer-nav #menu-footer li {
        text-align:center;
    }
    .add-detail .col-md-6{
        width:50%;
        float:left;
    } 
    .mb-left{
        text-align:left;
    }
    .footer-nav{
        margin:0 auto 35px;
    }
    .main-nav {
        width: 100%;
        background: url(images/overlay.png);
        float: none;
        padding: 0;
    }
    .navbar-nav {
        padding:0 30px 10px;
        margin:0;
    }
    .pallet-logo {
        margin-top: 10pxpx;
        margin-bottom: 10px;
        
    }
    #header{
            height:auto;
    }
    slider-desc-inner {
        background: url(images/pattern-1.png);
        max-width: 100%px;
        padding: 15%px;
    }
}
@media (max-width: 750px ) {
    .banner-size img {
        width: 100%;
        height: 200px !important;
    }
    .slider-desc-inner p {
        font-size: 28px;
        color: #fff;
        line-height: 30px;
        text-shadow: -1px -1px 1px #000;
        font-weight: 300;
    }
    .zilla-one-half{
        width:100%;
        float:none;
        display:block;
    }
}

@media (max-width: 640px ) {
    .cat-nav li {
        width: 49.5%;
    }
    .slider-desc-inner{
        padding:10px;
    }
    .slider-desc-inner p {
        font-size: 28px;
        line-height: 30px;
    }
    .slider-nav {
        top: 75%;
    }
    .nav-tabs>li {
        float:none;
        display:block;
        width:100%;
        margin-bottom:5px;
    }
}



@media (max-width: 600px ) {
    .cat-nav li {
        width: 100%%;
    }
    .cat-nav li a {
        width: 100% !important;
    }
    .award {
        float: none;
        padding-right: 15px;
        width:100%;
    }
    .bottom-post .post {
        width: 100%;
        padding-left: 15px;
        float: none;
        margin-top:15px;
    }
    #home-quote p {
        font-size: 27px;
    }
}
@media (max-width: 440px ) {
    .slider-desc-inner p {
        font-size: 22px;
        line-height: 26px;
    }
    .banner-size img {
        width: 100%;
        height: 130px !important;
    }
}

@media (max-width: 400px ) {
    .slider-desc-inner p {
        font-size: 18px;
        line-height: 20px;
    }
    .theme-author {
        text-align: left;
    }
    .banner-size img {
        width: 100%;
        height: 140px !important;
    }
    .page img{
        display:block;
        width:100%;
        height:auto;
        margin-bottom:10px;
    }
}

@media (max-width: 340px ) {
    .slider-desc-inner, .slider-nav {
        display:none;
    }
    
}
@media (max-width: 280px ) {
    .slider-nav {
        display:none;
    }
}


/*customs*/
.products-port{
  margin: 40px 0;
  min-height: 600px;
}

/** Luke Patch 09232015 **/
@media only screen and (max-width : 800px) { 
	.page #slider-sec .slider-desc .container, 
	.archive #slider-sec .slider-desc .container {
		margin-top: 0;
	}
}

