
/* Global */

body {
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    	*/line-height:1.8;
}

.portfolio-section {
    padding-bottom:40px;
}


/* category filter */

.filter-section {
	padding-top:40px;
}


.filter-container {
    text-align:center;
    padding:20px
}


ul.filter > li > a {
    color:#1abc9c;
    font-size:20px;
    line-height:40px
}

ul.filter > li > a:hover,ul.filter > li > a:focus {
    text-decoration:none;
    color:#16a085;
    outline:none
}

ul.filter > li.active a {
    color:#111
}

ul.filter > li span {
    color:#ddd;
    font-size:20px;
    display:inline-block;
    margin:0 5px
}

.filter-section .filter-container .filter > li {
    padding:0;
    margin:0
}

.filter-section h1 {
    text-align:center
}


/* the color of the transparent overlay border */

.portfolio-section.port-col figure .overlay-background {
    background-color:#000;
    background-color:rgba(0,0,0,0.4);
}


/* portfolio images */

.portfolio-section figure {
    float:left;
    width:100%;
    position:relative
}

.portfolio-section figure img {
    width:100%;
    height:auto
}


/* project title under image */

.portfolio-section .article-title {
    text-align:center;
    float:left;
    width:100%;
    font-size:18px;
    line-height:24px;
    padding:10px 0 30px 0;
}

.portfolio-section .article-title a {
    color:#aaa
}


/* transparent overlay */

.portfolio-section figure:hover .overlay {
    opacity:1;
    visibility:visible
}

.portfolio-section figure:hover .overlay-background {
    opacity:.8;
    visibility:visible
}

.portfolio-section figure .overlay-background {
    z-index:1;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .overlay-background .inner {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:11px;
    background-color:#c8e9c8;
    background-color:rgba(194,231,194,0.9)
}

.portfolio-section figure .overlay {
    z-index:2;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay {
    display:table;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay-content {
    display:table-cell;
    vertical-align:middle;
    width:100%;
    padding:20px 40px
}

.portfolio-section figure .inner-overlay-content.with-icons {
    text-align:center
}


/* icons inside overlay */

.portfolio-section figure .inner-overlay-content.with-icons a {
    width:40px;
    height:40px;
    line-height:42px;
    display:inline-block;
    margin:0 10px;
    text-decoration:none;
    font-size:20px;
	background:rgba(0,0,0,0.9);
    color:#fff;
    border-radius:0
}


/* skew image on hover */ 

.isotopeSelector img {
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease
}

.isotopeSelector:hover img {
    -moz-transform:scale(1.5) rotate(2deg);
    -webkit-transform:scale(1.5) rotate(2deg);
    -o-transform:scale(1.5) rotate(2deg);
    -ms-transform:scale(1.5) rotate(2deg);
    transform:scale(1.5) rotate(2deg);
    -webkit-transition:all .8s ease;
    -moz-transition:all .8s ease;
    -ms-transition:all .8s ease;
    -o-transition:all .8s ease;
    transition:all .8s ease
}

.isotopeSelector figure {
    overflow:hidden
}

.isotopeSelector figure {
    box-shadow:0 0 2px rgba(0,0,0,0.2)
}








/*
|--------------------------------------------------------------------------
|  Demo Specific Code
|--------------------------------------------------------------------------
|
|
|
*/



.demo-colored-wrap {
	background:#ecf0f1;
}





















.socialIcons {
    float: right;
    margin: 16px 0;
    padding: 0;
}
.socialIcons span {
    background-color: #e7e7e7;
    border: 2px solid #e7e7e7;
    border-radius: 60px;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin: 8px 0 5px 10px;
    text-align: center;
    width: 40px;
}
.socialIcons span:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #e7e7e7;
    color: #e7e7e7;
}
.socialIcons i {
    display: inline-block;
    font-size: 17px;
    line-height: 37px;
    text-align: center;
}
.footerSocial {
    display: block;
    margin: 5px 0 0;
}
.floatR {
    float: right;
}
.bgGreen {
    background-color: #e7e7e7;
	width: 84.50%;
}
.logo {
    margin: 9px 0;
}
.logo > img {
    width: 85px;
}
.menu {
    margin: 16px 0;
}
.search {
    display: inline-block;
    float: left;
    margin: 10px 0;
    padding: 0;
    width: 72%;
}
.search input {
    display: inline-block;
    padding: 10px;
    width: 90%;
}
.search input {
    border: medium none;
    border-radius: 4px;
    float: left;
    font-size: 16px;
    height: 47px;
    padding: 10px;
    width: 100%;
}
.searchBtn {
    background-color: #286090;
    border: medium none;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    float: right;
    margin-left: -108px;
    margin-top: 0;
    padding: 4px 30px;
}
.searchBtn:hover {
    background-color: #e7e7e7;
	color: #fff;
	border-color: #fff;
}
.searchBtn > span {
    color: #fff;
    font-size: 23px;
}
.advanceBtn, .mobAdvanceBtn, .LocationBtn {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #777;
    display: inline-block;
    float: right;
    font-size: 15px;
    margin: 10px 0;
    padding: 10px 8px;
}
.LocationBtn {
    float: left;
    font-size: 14px;
    width: 83%;
}
.mobAdvanceBtn {
    display: none;
    width: 100%;
}
.mobileView1 {
    background-color: #e7e7e7;
    display: none;
}
.newitem {
    background: red none repeat scroll 0 0;
    border: 1px solid red;
    border-radius: 4px;
    color: white;
    display: inline;
    margin-left: 4px;
    padding: 4px 8px;
}
.advanceBtn:hover, .mobAdvanceBtn:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ef4a0a;
}
.advanceBtn > span {
    padding: 2px;
}
.freePostBox {
}
.freePost {
    background-color: #286090;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    float: right;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    margin-top: 10px;
    padding: 11px 15px;
    text-align: center;
}
.freePost span {
    background-color: #fff;
    border-radius: 4px;
    color: #394041;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: -2px 0 -2px 8px;
    padding: 2px 12px;
    text-transform: uppercase;
}
.freePost:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #fff;
    color: #ef4a0a;
    text-decoration: none;
}
.freePost:hover span {
    background-color: #286090;
    color: #ef4a0a;
}
.newregsttop {
    background-color: yellow;
    border: 2px solid yellow;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    margin-top: 20px;
    padding: 11px 6px;
    text-align: center;
}
.newregsttop:hover {
    background: white none repeat scroll 0 0;
    color: yellow;
}
.newregst {
    background-color: yellow;
    border: 2px solid yellow;
    border-radius: 4px;
    color: #000000;
    display: inline-block;
    float: right;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    margin-top: 20px;
    padding: 11px 6px;
    text-align: center;
    width: 100%;
}
.newregst:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}
.newregst span {
    background-color: #fff;
    border-radius: 4px;
    color: #394041;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: -2px 0 -2px 8px;
    padding: 2px 6px;
    text-transform: uppercase;
}
.newregst:hover span {
    background-color: yellow;
    color: #000000;
}
.registerMenu a {
    background: #999868 none repeat scroll 0 0;
    border: 2px solid #999868;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 15px;
    margin: 23px 5px;
    padding: 6px 30px;
}
.registerMenu {
    float: left;
}
.registerMenu a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffbb00;
    text-decoration: none;
}
.advanceBox {
    background-color: #e7e7e7;
    display: none;
    overflow: hidden;
    width: 100%;
}
.selectBox1, .selectBox4 {
    border: medium none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    height: 45px;
    margin: 5px 0;
    padding: 11px 20px;
    width: 100%;
	color: #777;
}
.btn2 {
    background-color: #286090;
    border: 2px solid #fff;
    color: #9999;
    float: left;
    padding: 9px;
    width: 100%;
}
.btn2:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #fff;
    color: #ef4a0a;
}
.banner {
    display: none;
    position: relative;
}
.banner > img {
    width: 100%;
}
.bannerContent h1 {
    position: absolute;
}
.bannerContent h1 {
    color: #fff;
    font-size: 82px;
    line-height: 110px;
    margin: 90px;
    position: absolute;
    right: 0;
    text-align: right;
    text-shadow: 1px 1px 1px #333;
    top: 0;
    width: 745px;
}
.categoryBox {
    border: 3px solid #fff;
    border-radius: 8px;
    box-shadow: 0 -2px 5px #999;
    float: left;
    margin: 15px 0 0;
    overflow: hidden;
    position: relative;
    transition: all 1.2s ease 0s;
    width: 100%;
}
.categoryBox img {
    height: 135px;
    width: 100%;
}
.categoryBox h2 {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 56%;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto;
    padding: 7px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transition: all 1.2s ease 0s;
    width: 100%;
}
.categoryIcon {
    background-color: #fff;
    border-radius: 56px;
    bottom: 15px;
    display: block;
    height: 50px;
    left: 0;
    margin: 0 auto;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 1.2s ease 0s;
    width: 50px;
}
.categoryIcon > span {
    background-color: #e7e7e7;
    border-radius: 60px;
    display: block;
    height: 40px;
    margin: 0 auto;
    width: 40px;
}
.categoryBox:hover .categoryIcon {
    transform: rotate(360deg) scale(0.8);
}
.categoryBox:hover h2 {
    background-color: #62a83d;
    bottom: 46%;
    transition: all 1.2s ease 0s;
}
.categoryBg1 {
}
.categoryBg2 {
    background-color: #d82c20;
}
.categoryBg3 {
    background-color: #e4ae16;
}
.categoryIcon img {
    height: auto;
    margin: 9px;
    width: 50%;
}
.title {
    position: relative;
}
.nearBy {
    position: absolute;
    right: 0;
    top: 10px;
    width: 45%;
}
.nearBy > a {
    background-color: #62a83d;
    border: 2px solid #62a83d;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
    padding: 7px 16px;
    text-align: center;
}
.nearBy > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #62a83d;
    text-decoration: none;
}
.nearBy > a:nth-child(2) {
    background-color: #ffbb00;
    border-color: #ffbb00;
}
.nearBy > a:nth-child(2):hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffbb00;
}
.title > h1 {
    border-bottom: 4px solid #62a83d;
    color: #d82c20;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.title > h1:hover {
    text-decoration: none;
}
.listBox h3 {
    color: #62a83d;
    font-size: 20px;
    margin: 15px 0 5px;
    text-shadow: 0 0 0 #333;
    text-transform: capitalize;
}
.listBox h3:hover {
    border-color: #d82c20;
}
.listBox a:hover {
    text-decoration: none;
}
.listPic {
    overflow: hidden;
    position: relative;
}
.listPic img {
    max-width: 100%;
    overflow: hidden;
}
.listPic img:hover {
    transition: all 0.8s ease 0s;
}
.content {
    position: relative;
}
.content h4 {
    color: #777;
    display: inline;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0;
    text-transform: none;
}
.content span {
    color: #c4c4c4;
    font-size: 12px;
    margin: 5px 0;
}
.phoneNo span, .email span, .mobNo span {
    color: #61b230;
    display: inline-block;
    font-size: 17px;
    padding: 0 15px 0 0;
}
.email span {
    color: #2c5eb2;
}
.phoneNo > p, .email p, .mobNo p {
    color: #626262;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
}
.phoneNo, .email {
    margin: 7px 0;
}
.content p {
    color: #777777;
    font-size: 15px;
}
.listBox {
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    margin-bottom: 15px;
}
.listPic a {
    display: block;
    padding: 5px;
}
.listBox.fSize25 {
    border: medium none;
    margin-bottom: 0;
}
.add1 {
    margin: 10px 0;
    overflow: hidden;
}
.add1 img {
    margin-bottom: 10px;
    width: 100%;
}
.priceBox {
    margin: 15px 15px 10px 0;
}
.priceBox > a {
    background-color: #62a83d;
    border: 2px solid #62a83d;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 8px 16px;
    text-align: center;
}
.priceBox > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #62a83d;
}
.priceBox > span {
    color: #62a83d;
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.priceBox span:nth-child(3) {
    color: #999868;
    font-size: 14px;
    font-weight: bold;
}
.conAddres {
    border: medium none;
    float: left;
    min-height: 192px;
    padding: 0 15px 0 0;
    width: 74%;
}
.conAddressRight {
    float: left;
    width: 26%;
}
.conAddressRight span {
    color: #777;
    font-size: 12px;
    margin: 5px 0;
}
.quantity {
    background-color: #e7e7e7;
    border-radius: 8px;
    margin: 20px 0 10px;
    padding: 10px;
    text-align: center;
}
.quantity > span {
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}
.postDate1 {
    display: block;
    text-align: center;
    width: 100%;
}
.featuredBox, .loginBox {
    border: 1px solid #eee;
    border-radius: 4px;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
}
.featuredBox > h3, .loginBox > h3 {
    background-color: #e7e7e7;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 20px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
}
.latestList {
    border-bottom: 1px solid #eee;
    height: auto;
    margin: 15px;
}
.latestListPic {
    display: inline-block;
    float: left;
    height: 90px;
    overflow: hidden;
    width: 90px;
}
.latestListPic > img {
    width: 100%;
}
.latestListDetail {
    display: inline-block;
    margin: 0 0 0 8px;
    vertical-align: top;
    width: 125px;
}
.latestListDetail h3 {
    color: #333;
    cursor: pointer;
    font-size: 16px;
    margin: 0 0 5px;
}
.latestListDetail > a:hover {
    text-decoration: none;
}
.latestListDetail h3:hover {
    color: #e7e7e7;
    text-decoration: none;
}
.latestListDetail p {
    color: #777777;
    display: block;
    font-size: 13px;
}
.latestListDetail > span {
    color: #c4c4c4;
    display: block;
    font-size: 12px;
}
.latestList > a {
    display: inline-block;
    height: 90px;
    overflow: hidden;
}
.latestList:last-child {
    border: medium none;
}
.textBox1 {
    border: 2px solid #c0c0c0;
    border-radius: 4px;
    font-size: 16px;
    margin: 22px 15px 0;
    padding: 10px;
    width: 90%;
}
.login {
    background-color: #4b4444;
    border: 2px solid #4b4444;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-size: 18px;
    padding: 5px 20px;
    text-transform: uppercase;
}
.login:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #4b4444;
}
.forgot {
    margin: 20px 18px;
}
.forgot span {
    display: inline-block;
    padding: 9px 0;
}
.forgot span:hover {
    color: #62a83d;
    cursor: pointer;
}
.mobSocial {
    display: none;
}
.mobAdvanceBox {
    display: none;
}
.mobNormal {
    display: none;
}
.detailPic img {
    width: 100%;
}
.detailPic {
    height: 235px;
    margin: 0 0 20px;
    overflow: hidden;
}
.detailContent {
    margin: 10px 0;
    width: 100%;
}
.welcome p {
    border: 1px solid #eee;
    border-radius: 21px;
    box-shadow: -1px -2px 27px 1px #f4f4f4 inset;
    color: #777777;
    font-size: 40px;
    font-weight: 400;
    line-height: 34px;
    margin: 50px 0;
    padding: 26px;
    text-align: justify;
}
.fSize25 h3 {
    display: inline-block;
    font-size: 25px;
}
.fSize25 > span {
    color: #777;
    display: inline-block;
    float: right;
    font-size: 11px;
    margin: 9px 0 0;
    position: absolute;
    right: -21%;
}
.detailContact h4 {
    color: #4a5f74;
    font-weight: bold;
    text-transform: uppercase;
}
.arress {
}
.arress > p {
    margin: 0;
}
.registerBox {
    margin: 10px 0;
}
.contactForm {
    margin: 4px 0;
}
.contactBox {
    margin: 40px 0;
}
.contactForm h6 {
    border-radius: 20px;
    color: #e7e7e7;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-right: 25px;
    width: 88%;
}
.textBox2, .textBox3, .selectBox3 {
    background-color: #eee;
    border: medium none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 35px;
    width: 100%;
}
.selectBox3 {
}
.textBox3 {
    background-color: #fff;
    margin: 5px 0;
    padding: 10px 23px;
}
.textarea2 {
    background-color: #eee;
    border: medium none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: normal;
    height: 150px;
    padding: 8px 35px;
    width: 100%;
}
.mar22 {
    margin: 22px 0;
}
.row20 {
    float: left;
    width: 30%;
}
.row60 {
    float: left;
    width: 60%;
}
.selectBox2 {
    border: 2px solid #60587c;
    border-radius: 4px;
    font-size: 18px;
    padding: 8px;
    width: 100%;
}
.newsContents {
    height: 135px;
    overflow: hidden;
}
.marBot-20 {
    margin-bottom: 20px;
}
.submite, .submite2 {
    background-color: #3186ad;
    border: 2px solid #3186ad;
    border-radius: 4px;
    color: #fff;
    font-family: lato;
    font-size: 17px;
    font-weight: bold;
    padding: 11px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.submite2 {
    float: right;
    width: 40%;
}
.loginBtn {
    float: right;
    padding: 7px;
    width: 30%;
}
.forgot2 p {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 3px;
}
.forgot2 a:hover {
    color: #e7e7e7;
    cursor: pointer;
    text-decoration: none;
}
.submite:hover, .submite2:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #3186ad;
}
.mand, .user {
    position: relative;
    width: 100%;
}
.mand > span {
    color: #ff0000;
    font-size: 26px;
    left: 2%;
    position: absolute;
    top: 21%;
}
.user > span {
    color: #e7e7e7;
    font-size: 20px;
    left: 2%;
    position: absolute;
    top: 22%;
}
.blue {
    color: #3186ad;
    top: 28%;
}
.file1 {
    height: 40px;
}
.secondStep {
    display: none;
}
.radio1 {
    margin: 10px 20px;
}
.radioName {
    color: #8d8d8d;
    cursor: pointer;
}
.pre2 {
    background-color: #91cc11;
    border-color: #91cc11;
    float: left;
}
.pre2:hover {
    color: #91cc11;
}
.captcha {
    display: block;
    font-size: 20px;
    margin: 12px 30px;
}
.cap2 {
    float: right;
    margin: 0 20px;
}
.textHere > p {
    color: #3186ad;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 23px 30px;
}
.gustUser, .createAcc, .haveAccount {
    display: none;
    margin: 0;
    padding: 0;
}
.address b, .address p {
    color: #8d8d8d;
    font-size: 17px;
    margin: 20px 10px;
}
.addressForm {
}
.addressForm input, .addressForm textarea {
    margin-bottom: 12px;
}
.map {
    height: 300px;
    margin: 20px 0;
}
.map iframe {
    height: 100%;
    width: 100%;
}
.listBox.mar0 {
    border: medium none;
}
.mar0 h3 {
    margin: 0;
}
.cat.categoryBox:nth-child(2) .categoryIcon {
    border: 2px solid red;
}
.captchaC {
    margin: 10px 0;
}
.subMenu {
    background-color: #e7e7e7;
    border-radius: 4px;
    list-style: outside none none;
    margin: 13px 0;
    padding: 0;
}
.subMenu li {
    display: inline-block;
}
.subMenu li a {
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 8px 10px;
}
.visited {
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    color: #e7e7e7;
    display: inline-block;
    text-decoration: none;
}
.subMenu li a:hover {
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    color: #e7e7e7;
    display: inline-block;
    text-decoration: none;
}
ul.policy {
    margin-left: 10px;
    overflow: hidden;
    padding: 0;
    width: auto;
}
ul.policy li {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-left: 20px;
    text-align: justify;
}
ul.policy li {
    color: #777777;
    list-style-type: square;
    text-decoration: none;
}
.thanksBox {
    background-color: #ecffd1;
    border: 1px solid #b6d39c;
    margin: 10px 0;
    padding: 15px;
    width: 100%;
}
.thanksBox h3 {
    color: #627000;
    display: inline-block;
    font-size: 19px;
    margin: 0;
    padding: 0 0 0 10px;
}
.tick {
    display: inline-block;
}
.tick i {
    color: #9fd51f;
    font-size: 23px;
}
.thanksBox > p {
    padding: 5px 0 0 35px;
}
.buttonBox {
    margin: 15px 0;
    padding: 0 0 0 35px;
}
.buttonBox > a {
    background-color: #0062aa;
    border: 2px solid #0062aa;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 10px 20px;
    text-align: center;
}
.buttonBox > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #0062aa;
    text-decoration: none;
}
.buttonBox > a:nth-child(2) {
    background-color: #e7e7e7;
    border-color: #e7e7e7;
}
.buttonBox > a:nth-child(2):hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #e7e7e7;
    color: #e7e7e7;
    text-decoration: none;
}
.price1 {
    float: right;
    padding: 0 30px;
}
.price1 > span {
    font-size: 30px;
}
.productPic1 {
    margin: 25px 0;
    max-width: 650px;
}
.userNameBox {
    background-color: #eee;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 13px;
    width: 100%;
}
.userName {
    display: inline-block;
    width: 80%;
}
.userNameBox span {
    color: #e7e7e7;
    display: inline-block;
    font-size: 31px;
}
.categoryCon {
    border-bottom: 1px dashed #cfcfcf;
    overflow: hidden;
    padding: 10px;
}
.categoryCon h4 {
    display: inline-block;
    float: right;
    margin: 0;
}
.categoryCon span {
    display: inline-block;
}
.categoryPara p {
    font-size: 16px;
    margin: 10px 0;
}
.participateBox1 {
    height: 250px;
    margin: 0 5px 5px 0;
    overflow: hidden;
    position: relative;
}
.participateBox1 h3 {
    font-size: 18px;
    height: 40px;
    margin: 0 0 5px;
}
participateBox1 a {
    display: block;
}
.participateBox1 img {
    width: 100%;
}
.participateBox1Content {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    padding: 0 15px;
    position: absolute;
    top: -76px;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.participateBox1Content h3 {
    color: #eee;
    font-size: 18px;
    margin: 10px 0;
}
.participateBox1Content p {
    color: #d5d5d5;
    font-size: 16px;
}
.participateBox1:hover .participateBox1Content {
    bottom: 0;
    top: 65%;
}
.partDetailPic {
}
.partDetailPic img {
    width: 100%;
}
.partDetailMore {
}
.partDetailMore h3 {
    color: #62a83d;
    font-family: "Lato",sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    text-shadow: 0 0 0 #333;
    text-transform: uppercase;
}
.partDetailMore h4 {
    color: #555c5d;
}
.partDetailMore p {
    color: #777;
    font-size: 16px;
}
.likebox2 {
    height: 135px;
    margin: 25px 0;
    overflow: hidden;
    width: 100%;
}
.example-image {
    height: auto;
}
.addMorePhoto {
    background-color: #d82c20;
    border: 2px solid #d82c20;
    border-radius: 5px;
    color: #fff;
    display: block;
    float: right;
    font-weight: bold;
    padding: 8px 10px;
    text-align: center;
    width: 18%;
}
.addMorePhoto:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #d82c20;
    text-decoration: none;
}
.addMorePhotoDetails {
    display: none;
}
.social2 {
    text-align: left;
}
@media not all {
selectBox1 {
    height: 45px;
}
}
@media screen and (min-width: 993px) and (max-width: 1162px) {
.priceBox > a {
    font-size: 12px;
    padding: 2px;
}
.priceBox > span {
    font-size: 18px;
}
.priceBox span:nth-child(3) {
    font-size: 12px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 10px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 10px;
}
.navbar-nav > li > a {
    padding: 15px 10px;
}
}
@media screen and (max-width: 1195px) {
.navbar-default .navbar-nav > li > a {
    font-size: 13px;
}
.navbar-nav > li > a {
    padding: 15px 7px;
}
.socialIcons span {
    margin: 8px 0 5px 2px;
}
.logo {
    margin-top: 13px;
}
.advanceBtn {
    font-size: 13px;
    padding: 11px 8px;
}
.LocationBtn {
    font-size: 13px;
}
.btn2 {
    font-size: 17px;
    padding: 8px;
}
.content p {
    font-size: 13px;
}
.listPic {
    height: 190px;
}
.latestListPic {
    width: 50px;
}
.latestListDetail {
    width: 130px;
}
.login {
    font-size: 15px;
    padding: 5px;
}
.forgot2 {
    width: 40%;
}
.loginBtn {
    float: right;
}
.loginBox2 {
    width: 100%;
}
.addMorePhoto {
    width: 26%;
}
}
@media screen and (max-width: 991px) {
.row40, .row10, .row50, .forgot2 {
    float: none;
    width: 100%;
}
.or {
    margin: 68px 0;
    transform: none;
    width: auto;
}
.or p {
    transform: none;
}
.socialLog {
    margin: 0;
    width: 100%;
}
.fb {
    margin-right: 10px;
}
.or {
    margin: 35px 0;
}
.row90 {
    width: 100%;
}
.fb {
    width: auto;
}
.row40 {
    padding: 0;
}
.detailReview span {
    margin: 0 0 20px;
}
.content {
    width: auto;
}
.priceBox {
    position: inherit;
    right: 0;
    width: 100%;
}
.fSize25 > span {
    margin: 9px 0;
    position: inherit;
    width: 100%;
}
.conAddres {
    float: none;
    padding: 0;
    width: 100%;
}
.quantity {
    position: inherit;
    right: 0;
    top: 0;
    width: auto;
}
.quantity > span {
    width: 100%;
}
.conAddressRight {
    float: none;
    width: 100%;
}
.postDate1 {
    text-align: left;
}
.likebox2 {
    height: auto;
}
.addMorePhoto {
    width: 32%;
}
.navbar-default .navbar-nav > li > a {
    font-size: 10px;
}
.listPic img {
    max-height: none;
}
}
@media screen and (max-width: 1162px) {
.logo {
    margin-top: 27px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 14px;
}
.navbar-nav > li > a {
    padding: 15px 11px;
}
.advanceBtn {
    font-size: 10px;
    padding: 14px 2px;
}
.freePost {
    font-size: 12px;
    width: 100%;
}
.registerMenu a {
    padding: 10px 8px;
}
.content h4 {
    font-size: 15px;
}
.phoneNo, .email {
    margin: 2px 0;
}
.categoryBox:hover h2 {
    padding: 20px 0;
}
.bannerContent h1 {
    font-size: 49px;
    margin: 50px;
    width: 545px;
}
.padL-0 {
    padding-left: 15px;
}
.listPic, .listPic img {
    height: auto;
}
.listPic img {
    width: 97%;
}
.pad-100 {
    padding: 0 15px;
}
.content h4 {
    font-size: 17px;
}
.phoneNo, .email {
    margin: 7px 0;
}
.content p {
    font-size: 15px;
}
.detailPic {
    height: auto;
    overflow: hidden;
}
.user > span {
    left: 3%;
}
.loginBtn {
    float: right;
    width: 100%;
}
.forgot2 {
    width: 100%;
}
.latestListPic {
    width: 56px;
}
.latestListDetail {
    width: 119px;
}
.socialIcons span {
    height: 35px;
    margin: 8px 0 5px 7px;
    width: 35px;
}
.socialIcons i {
    line-height: 32px;
}
.LocationBtn {
    width: 100%;
}
.addPro1 a {
    width: 45%;
}
.cnt223 {
    height: 270px;
}
.selectBox4 {
    margin: 12px 0;
}
.search {
    width: 69%;
}
.freePost span {
    font-size: 8px;
    padding: 4px 12px;
}
}
@media screen and (min-width: 768px) and (max-width: 915px) {
.navbar-default .navbar-nav > li > a {
    font-size: 12px;
}
.registerMenu a {
    font-size: 12px;
    padding: 5px;
}
.socialIcons i {
    font-size: 13px;
    line-height: 25px;
}
.socialIcons span {
    height: 28px;
    margin: 8px 0 5px;
    width: 28px;
}
}
@media screen and (max-width: 767px) {
.logo > img {
    width: 100%;
}
.socialIcons {
    margin: 0 0 16px;
}
.navbar-toggle {
    float: left;
    margin-right: 0;
    padding: 14px 15px;
}
.socialIcons {
    display: none;
}
.mobSocial {
    display: block;
    float: right;
    margin: 6px 0;
}
.floatR {
    float: none;
}
.poFix {
    background-color: #fff;
    border-bottom: 6px solid #e7e7e7;
    padding: 0 15px;
    position: fixed;
    z-index: 1000;
}
.navbar-default .navbar-nav > li > a {
    font-size: 14px;
}
.navbar-nav > li > a {
    padding: 20px 45px;
}
.logo {
    margin: 79px auto 0;
}
.registerMenu, .registerMenu a {
    width: 100%;
}
.registerMenu a {
    padding: 10px;
    text-align: center;
}
.search {
    width: 100%;
}
.advanceBtn {
    margin: 0;
    width: 100%;
}
.selectBox1, .advanceBtn {
    margin: 15px 0 0;
}
.LocationBtn {
    font-size: 15px;
}
.bannerContent h1 {
    font-size: 45px;
    line-height: 55px;
    margin: 18px;
    width: 305px;
}
.padL-0 {
    padding-left: 15px;
}
.pad-100 {
    padding: 0 0 0 15px;
}
.listPic {
    height: auto;
}
.listPic img {
    width: 100%;
}
.advanceBtn {
    font-size: 16px;
    padding: 10px 8px;
}
.freePost {
    font-size: 15px;
    margin-bottom: 20px;
    width: 100%;
}
.registerMenu a {
    padding: 10px 15px;
}
.categoryBox:hover h2 {
    line-height: 90px;
}
.latestListPic {
    width: 100px;
}
.latestListDetail {
    width: auto;
}
.login {
    font-size: 18px;
    padding: 5px 20px;
}
.contactForm {
    margin: 8px 0;
}
.freePost span {
    font-size: 14px;
    padding: 2px 12px;
}
.tick {
    float: left;
}
.thanksBox h3 {
    width: 92%;
}
.buttonBox > input {
    margin-bottom: 10px;
    width: 100%;
}
.priceBox {
    margin-bottom: 10px;
    position: static;
}
.listPic {
    padding-right: 15px;
}
.content {
}
.LocationBtn {
    width: 100%;
}
.cnt223 {
    height: 370px;
    min-width: 0;
    width: 85%;
}
.popup {
    top: 105px;
}
.detailContent b {
    display: block;
    margin: 11px 0;
}
.detailContent b::after {
    content: "";
}
.detailContent a {
    margin-top: 10px;
    width: 100%;
}
.addPro1 a {
    margin-bottom: 10px;
    width: 100%;
}
.detailContent p {
    margin: 18px 0;
}
.loginSignUp {
    display: block;
    margin-bottom: 10px;
    margin-top: 50px;
    width: 100%;
}
.quantity {
    position: static;
    text-align: center;
}
.beta p {
    left: -13px;
    top: 93px;
}
.sellerPhotoBox > span:nth-child(3) {
    margin: 0 0 15px;
}
.mobileView1, .mobLocation, .mobPost {
    display: block;
}
.LocationBtn, .freePost {
    display: none;
}
.btn2 {
    margin: 0 0 10px;
}
.centerDiv {
    margin: 0 auto;
    text-align: center;
}
.success1 {
    position: initial;
}
.btn {
    margin: 10px 0;
}
.cnt223 {
    height: 260px;
}
.content {
    width: auto;
}
.priceBox {
    width: auto;
}
.addMorePhoto {
    margin-bottom: 15px;
    width: 100%;
}
.participateBox1 {
    height: auto;
}
.categoryBox img {
    height: auto;
}
.categoryBox h2 {
    font-size: 23px;
}
.categoryIcon {
    bottom: 3px;
    height: 90px;
    width: 90px;
}
.categoryIcon > span {
    height: 80px;
    width: 80px;
}
}
@media screen and (max-width: 400px) {
.logo {
    margin-top: 23%;
}
.bannerContent h1 {
    font-size: 29px;
    line-height: 42px;
    margin: 10px;
}
.latestListDetail {
    width: 130px;
}
.row20, .row60 {
    width: 100%;
}
.mobNone {
    display: none;
}
.radio1 {
    margin: 10px 5px;
}
.nearBy {
    margin: 10px 0;
    position: unset;
    width: 100%;
}
.selectBox5 {
    margin-bottom: 10px;
    width: 100%;
}
.nearBy > a {
    font-size: 16px;
    margin-left: 0;
    width: 34%;
}
.nearBy > a:nth-child(2) {
    margin-left: 15px;
    width: 60%;
}
.fSize25 > span {
    float: none;
    margin: 0;
}
.subMenu {
    overflow: hidden;
    padding: 0 0 10px;
}
.subMenu li {
    display: block;
}
.subMenu li a {
    border-radius: 5px;
}
.subMenu li a:hover {
    border-radius: 5px;
    display: block;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: medium none;
	color:#5456;
}
.nav-tabs > li {
    border: 2px solid #eee;
    width: 100%;
}
.sellerProductPic {
    margin: 0 0 10px;
    width: 100%;
}
.sellerProductContent {
    width: 100%;
}
.categoryIcon {
    height: 60px;
    width: 60px;
}
.categoryIcon > span {
    height: 50px;
    width: 50px;
}
.categoryBox:hover h2 {
    padding: 0;
}
.testimonialListPic {
    margin-bottom: 15px;
}
.testimonialListPic, .testimonialListContent {
    width: 100%;
}
}
@media screen and (max-width: 320px) {
.nearBy > a {
    font-size: 14px;
}
.row20.forgot2 {
    width: 60%;
}
}
#overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.cnt223 a {
    text-decoration: none;
}
.popup {
    display: none;
    margin: 0 auto;
    position: fixed;
    top: 150px;
    width: 100%;
    z-index: 150;
}
.cnt223 {
    background: #f3f3f3 none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
    height: 250px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    width: 400px;
    z-index: 103;
}
.cnt223 p {
    clear: both;
    color: #555555;
    text-align: justify;
}
.cnt223 p a {
    color: #d91900;
    font-weight: bold;
}
.cnt223 .x {
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px;
}
.cnt223 .x:hover {
    cursor: pointer;
}
.reviewBox {
    background-color: #f4f4f4;
    border-radius: 100px;
    box-shadow: 6px 0 1px -1px #c1c1c1 inset;
    margin: 40px 0 0;
    overflow: hidden;
    padding: 20px 45px;
}
.reviewBox h3 {
    color: #4e5556;
    font-size: 16px;
    margin: 0;
}
.reviewBox p {
    color: #777;
    font-size: 14px;
    font-style: italic;
}
.rat {
    color: #4e5556;
    display: block;
    float: right;
    font-size: 17px;
    font-weight: bold;
}
.rat > p {
    font-style: normal;
    font-weight: normal;
}
.selectBox5 {
    background-color: #999868;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    float: right;
    margin-left: 10px;
    padding: 2px;
    width: 45%;
}
#price > option, #limit > option {
    border: medium none;
    border-radius: 5px;
    margin: 5px;
    padding: 7px;
}
.aboutContent {
    margin: 10px 0;
}
.aboutContent p {
    color: #495051;
    font-family: "Meera";
    font-size: 110%;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
}
.aboutContent span {
    color: #394041;
    font-family: "Meera";
    font-size: 110%;
    line-height: 26px;
}
.subHead h2 {
    border-bottom: 2px solid #e7e7e7;
    color: #495051;
    font-size: 22px;
}
.contactAdd span {
    color: #e7e7e7;
    display: inline-block;
    font-size: 25px;
    margin: 0 10px;
}
.contactAdd p {
    display: inline-block;
    margin: 10px 0;
}
.blue {
    color: #2c5eb2;
}
.detailContent a {
    background-color: #03a9f4;
    border: 2px solid #03a9f4;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    padding: 1px 15px;
    text-align: center;
    vertical-align: top;
}
.detailContent a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #03a9f4;
    text-decoration: none;
}
.detailContent b::after {
    content: "";
}
.addPro1 a {
    background-color: #03a9f4;
    border: 2px solid #03a9f4;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-right: 15px;
    padding: 9px;
    text-align: center;
    width: 25%;
}
.addPro1 a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #03a9f4;
    text-decoration: none;
}
.addPro1 a:nth-child(2) {
    background-color: #ff5722;
    border-color: #ff5722;
}
.addPro1 a:nth-child(2):hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ff5722;
    text-decoration: none;
}
.myAccListing {
    border-radius: 5px;
    display: table;
    height: 147px;
    margin: 20px 0 0;
    padding: 10px;
    width: 100%;
}
.myAccListing > a {
    display: block;
}
.myAccListingPic {
    display: table-cell;
    overflow: hidden;
    width: 25%;
}
.myAccListingPic img {
    max-height: 90px;
    width: 90%;
}
.myAccListingContent {
    display: table-cell;
    vertical-align: top;
    width: 75%;
}
.myAccListingContent > a > h3 {
    color: #333;
    font-size: 18px;
    margin: 0 0 5px;
}
.myAccListingContent > a {
    text-decoration: none;
}
.myAccListingContent > p {
    color: #777;
    font-size: 15px;
}
.breadcrumb1 {
    font-weight: bold;
}
.breadcrumb1 > a {
    background-color: #eee;
    border-radius: 0 65px 65px 0;
    display: inline-block;
    font-weight: bold;
    margin: 5px;
    padding: 3px 8px;
}
.breadcrumb1 > a:hover {
    border-radius: 65px 0 0 65px;
    text-decoration: none;
}
.read_more {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #e7e7e7;
    display: inline-block;
    float: right;
    font-size: 15px;
}
.breadcrumb1 > a:first-child {
    margin-left: 0;
}
.read_more:hover {
    color: #ff0000;
}
.thanksBox {
    background-color: #ecffd1;
    border: 1px solid #b6d39c;
    margin: 5% 0;
    padding: 15px;
    width: 100%;
}
.Dmain p {
    border: medium none;
    box-shadow: none;
    font-size: 17px;
    margin: 10px 0;
    padding: 0;
}
.row.mar10 {
    margin-top: 20px;
}
.loginSignUp {
    background-color: #eb705e;
    border: 2px solid #eb705e;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: lato;
    font-size: 17px;
    font-weight: bold;
    padding: 11px;
    text-align: center;
    text-shadow: none;
    transition: all 0.5s ease 0s;
    width: 20%;
}
.loginSignUp:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #eb705e;
    text-decoration: none;
}
.row20.forgot2 {
    width: 47%;
}
.checkBox1 {
    margin: 12px;
}
.radio2 > input[type="radio"] {
    margin: 0 20px 0 0;
}
.beta p {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #ff7b3b, #ac0701) repeat scroll 0 0;
    color: #fff;
    font-family: lato;
    font-size: 23px;
    font-weight: bold;
    left: -26px;
    margin: 0;
    padding: 0 12px;
    position: absolute;
    top: 26px;
    transform: rotate(-90deg);
    z-index: 100;
}
.sellerDetailBox {
    margin: 15px 0;
}
.sellerPhoto {
    height: 200px;
    overflow: hidden;
    width: 100%;
}
.sellerPhoto img {
    width: 100%;
}
.sellerDetailBox h3 {
    color: #62a83d;
    font-size: 25px;
    margin: 1px 0 5px;
    text-shadow: 0 0 0 #333;
    text-transform: uppercase;
}
.sellerDetailBox p {
    color: #777;
    font-size: 17px;
    margin: 2px 0;
}
.mobNo > span {
    color: #0082ca;
    font-size: 23px;
}
.check {
    color: #61b230;
    font-size: 17px;
    padding: 0 0 0 10px;
}
.sellerPhotoBox > span {
    background-color: #616161;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 17px;
    margin: 2px 0;
    text-align: center;
    width: 100%;
}
.sellerPhotoBox > span:nth-child(3) {
    background-color: #424242;
}
.reviewBoxSeller {
    margin: 10px 0;
}
.loadMoreBox {
    float: right;
    margin: 10px 0;
}
.loadMoreBtn {
    background-color: #2d8bc9;
    border: 2px solid #2d8bc9;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    padding: 6px 13px;
    vertical-align: top;
}
.loadMoreBtn:hover {
    background-color: #1f7dbb;
    border-color: #1f7dbb;
}
.loadMoreBox span {
    display: inline-block;
    font-size: 50px;
    margin: -5px 0;
}
.backMoreBox {
    float: right;
    margin: 10px 0;
}
.backMoreBtn {
    background-color: #ce7979;
    border: 2px solid #ce7979;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    padding: 6px 13px;
    vertical-align: top;
}
.backMoreBtn:hover {
    background-color: #ce7979;
    border-color: #ce7979;
}
.backMoreBox span {
    color: #ce7979;
    display: inline-block;
    font-size: 50px;
    margin: -5px 0;
}
.MoreBox {
    float: right;
    margin: 10px 0;
}
.MoreBtn {
    background-color: #2d8bc9;
    border: 2px solid #2d8bc9;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    padding: 6px 13px;
    vertical-align: top;
}
.MoreBtn:hover {
    background-color: #2d8bc9;
    border-color: #2d8bc9;
}
.MoreBox span {
    color: #2d8bc9;
    display: inline-block;
    font-size: 50px;
    margin: -5px 0;
}
.userMoreBox {
    float: right;
    margin: 10px 0;
}
.userMoreBtn {
    background-color: #ce7979;
    border: 2px solid #ce7979;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    padding: 6px 13px;
    vertical-align: top;
}
.userMoreBtn:hover {
    background-color: #ce7979;
    border-color: #ce7979;
}
.userMoreBox span {
    color: #ce7979;
    display: inline-block;
    font-size: 50px;
    margin: -5px 0;
}
.sellerProductBox {
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 20px 0 0;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
.sellerProductPic {
    float: left;
    height: 100px;
    overflow: hidden;
    width: 30%;
}
.sellerProductPic img {
    width: 100%;
}
.sellerProductContent {
    float: left;
    padding: 0 0 0 10px;
    width: 70%;
}
.sellerProductContent h3 {
    color: #62a83d;
    font-size: 17px;
    margin: 0;
    text-transform: uppercase;
}
.sellerProductContent a:hover {
    text-decoration: none;
}
.sellerProductContent span {
    color: #e35a00;
    display: block;
    font-style: italic;
    margin: 3px 0 0;
}
.sellerProductContent p {
    color: #777;
}
.checkBox-01 {
    float: left;
    margin: 4px 10px;
}
.tab1 {
    margin: 40px 0;
}
.tab-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 2px solid #ddd;
    padding: 10px 20px;
}
.nav-tabs > li {
    margin-bottom: -3px;
    width: 50%;
}
.nav-tabs > li > a {
    border: 2px solid transparent;
    color: #777;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-right: 0;
    outline: medium none;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
}
.nav-tabs {
    border-bottom: 2px solid #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-width: 2px;
    color: #e7e7e7;
}
._4z_c ._4z_f {
    font-size: 15px;
    line-height: 30px;
    padding: 6px 22px;
}
.fb {
    float: left;
    margin-bottom: 15px;
    width: 125px;
}
.socialLog {
    margin: 23px 0 0;
}
.or {
    border-bottom: 1px dotted #8c8c8c;
    display: block;
    font-family: lato;
    font-size: 17px;
    height: 25px;
    margin: 68px -43px;
    text-align: center;
    transform: rotate(90deg);
    width: 160px;
}
.or p {
    background-color: #fff;
    border: 2px solid #d3d3d3;
    border-radius: 28px;
    display: inline-block;
    padding: 10px;
    transform: rotate(-90deg);
}
.row40 {
    float: left;
    margin: 0;
    padding: 0 0 0 26px;
    width: 28%;
}
.row50 {
    float: left;
    margin: 0;
    padding: 0;
    width: 60%;
}
.row10 {
    float: left;
    overflow: hidden;
    width: 12%;
}
.row100 {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.row90 {
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 90%;
}
.loginBox2 {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin: 0 auto;
    padding: 30px 20px;
    width: 900px;
}
.forgot2 {
    float: left;
    width: 63%;
}
.loginTitle {
    border: medium none;
    padding: 0;
}
.detailReview span {
    background-color: #616161;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 4px 8px;
}
.detailReview span:nth-child(2) {
    background-color: #424242;
}
.socialShare {
    text-align: center;
    width: 100%;
}
.addrew {
    float: left;
}
.addrew a {
    background-color: #616161;
    border: 2px solid #616161;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 15px;
    margin: 10px 0;
    padding: 3px 10px;
}
.addrew a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #616161;
    text-decoration: none;
}
.all_loaded {
    color: #ee5823;
    font-size: 18px;
    padding: 25px 0;
}
.success1 {
    color: #99cc33;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 19px;
}
.info p {
    color: #e7e7e7;
    font-size: 17px;
    margin: 25px 0;
}
.btn {
   <!-- margin: 10px 0;-->
    <!--padding: 10px;-->
	border-radius: 8px;
}
.likeBox {
    height: auto;
    width: 100%;
}
.likeBox iframe {
    height: 240px;
    width: 100%;
}
.emailError {
    border: medium none;
    margin: 0;
    padding: 8px 34px;
}
.priceBox p {
    color: #777777;
    font-size: 11px;
    text-align: center;
    width: auto;
}
.row1.sign {
    color: green;
    font-size: 15px;
}
.ad970 {
    margin: 10px 0;
}
.ad970 img {
    height: auto;
    width: 100%;
}
.testimonials {
    overflow: hidden;
    padding: 20px;
}
.testimonials h4 {
    margin: 0 0 5px;
}
.testimonials a:hover {
    color: #e7e7e7;
    text-decoration: none;
}
.testimonials span {
    color: #777;
    display: block;
}
.testimonials h6 {
    font-size: 15px;
    margin: 4px 0;
}
.testimonials p {
    border-top: 1px solid #eee;
    color: #777;
    font-size: 15px;
    margin-top: 9px;
    padding-top: 5px;
}
.facebookShare {
    background: rgba(0, 0, 0, 0) linear-gradient(#8aa7e5, #405d9b) repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 130px;
}
.facebookShare:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(#405d9b, #8aa7e5) repeat scroll 0 0;
    cursor: pointer;
}
.left.carousel-control.leftArrow.slider2-left {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    left: 75%;
    top: 89%;
}
.right.carousel-control.rightArrow.slider2-right {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: auto;
    right: 0;
    top: 89%;
}
.glyphicon.slide-2Ar {
    color: #e7e7e7;
    text-shadow: none;
}
.testimonialList {
    margin-bottom: 30px;
    overflow: hidden;
}
.testimonialListPic {
    float: left;
    margin-right: 10px;
    width: 18%;
}
.testimonialListPic img {
    width: 100%;
}
.testimonialListContent {
    float: left;
    padding-left: 35px;
    position: relative;
    width: 76%;
}
.testimonialListContent::before {
    color: #777;
    content: "?";
    font-family: fontawesome;
    font-size: 24px;
    left: 0;
    position: absolute;
}
.testimonialListContent h5 {
    border-right: 1px solid #cfcfcf;
    color: #2b99ca;
    float: left;
    margin: 0 5px 0 0;
    padding: 1px 5px 1px 0;
}
.testimonialListContent span {
    color: #777;
    display: inline-block;
}
.testShare {
    margin-top: 10px;
}
.testimonialListContent h6 {
    color: #777;
    font-size: 14px;
    margin: 5px 0;
}
.testimonialListContent h6 span {
    color: #e7e7e7;
    font-size: 15px;
    padding-right: 7px;
}
.quantity span p {
    font-size: 11px;
}
.registerBox h3 {
    border-bottom: 1px solid #d82c20;
    color: #d82c20;
    display: inline-block;
    margin: 0 0 8px;
}
.qtyLabel > span {
    left: 4%;
}
.qtyLabel {
    width: 50%;
}
.checkBox2 input[type="checkbox"] {
    margin: 10px 7px 10px 0;
}
.checkBox2 label {
    font-size: 15px;
    margin: 0 10px 0 0;
}
.userData fieldset {
    border-bottom: 1px solid #ddd;
    margin-bottom: 14px;
    padding-bottom: 8px;
}
.userData fieldset:nth-of-type(3) {
    border: medium none;
}
#delivery {
    display: none;
}
.mission15 {
    background: rgba(0, 0, 0, 0) linear-gradient(#a6e808, #5ea007) repeat scroll 0 0;
    border-radius: 4px 0 0 4px;
    box-shadow: -4px -2px 10px -1px #333;
    padding: 10px;
    position: fixed;
    right: -1px;
    top: 26%;
    width: 135px;
    z-index: 1500;
}
.missionLogo {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    padding: 10px;
}
.missionLogo img {
    width: 100%;
}
.missionShare span {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 5px 5px 0 0;
    padding: 8px;
}
.missionShare span:hover {
    border-color: #e7e7e7;
    color: #e7e7e7;
}
.missionShare > a {
    display: inline-block;
}
.listBox .row1.phoneNo, .listBox .row1.email, .mission15 {
    display: none;
}
.featuredLink a {
    background-color: #e7e7e7;
    display: inline-block;
    font-size: 20px;
    padding: 14px 30px;
}

ul {
    list-style-type:none;
}
ul.text{font-size:13px;line-height:22px;font-family:'Open Sans';color:#262525;font-weight:normal;


}
listclass
{
	font-size:13px;line-height:22px;
	font-family:'Open Sans';
	color:#red;
	font-weight:normal;
	border-radius: 2px;
	padding: 0px;
	border: 1px solid #286090;	
	
	
}
