#black
{
        background: #335a43!important;
}
.handloomforme .static_banner {
	height: calc(100vh - 132px)!important;
	position: relative;
	width: 100%;
}
.handloomforme .static_banner .cm-img {
	position: absolute;
	bottom: 0;
	max-width: 30%;
	z-index: 999;
}
.handloomforme .carousel-caption {
	    margin: 18% 0 0 30%;
}
.handloomforme .carousel-caption .homebg h2 {
	color: #ffffff;
	font-size:30px;
	font-weight: 700;
	line-height:1.4;
	margin: 0px;
	padding:5px 20px;
}
.handloomforme .skip {
	color: #fff;
	font-size: 13px;
}
.handMade {
	width: 100%;
	background: #4CA973;    background: #3d6d51;
}
.handMade .fontsize {
	background: #335a43;
}
.handMade .print {
	background: #335a43 url(../images/print.png);
	background-repeat: no-repeat;
	padding: 1px 11px;
	background-position: center;
	border: 0px;
    color:#fff;
}


.handloomforme .contact_info .fa {
    color: #335a43;

}



.handMade .header {
	padding: 5px 0;
	width: 100%;
	float: left;
}
.menubar {
	background: rgb(51, 90, 67);
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.handMade #cssmenu {
	background: transparent
}
.handMade #cssmenu ul ul li a {
	font-size: 12px;
	background: #335a43;
}
.handMade #cssmenu > ul > li {
	float: none;
	display: inline-block;
	width: auto;
}
.handMade #cssmenu > ul > li > a {
	padding:15px 15px;
	font-size: 12px;
	letter-spacing: 0;
	text-decoration: none;
	color: #dddddd;
	line-height: 12px;
	text-align: center;
	font-weight: 600;
	font-family: 'Open Sans';
	text-transform: uppercase;
	min-height: 36px;
	border-right:1px solid rgba(255, 255, 255, 0.15);
}
.handMade #cssmenu > ul > li:last-child a {
	border-right: none;
}



.handMade #cssmenu li:hover>ul {
    left: 0;
}




#sec-contact {
	background: #fff;
	padding: 1em 0px;
	min-height: 200px;
}
.latest-crafts {
	background: #fff;
	padding: 2em 0
}
.latest-crafts h1, .latest-crafts h2, .latest-crafts h3, .latest-crafts h5 {
	color: #49525F;
	font-size: 40px;
}
.btn-custom-outline:hover, .btn-custom-outline:focus, .btn-custom-outline:active, .btn-custom-outline.active {
	background-color: #37BC9B;
	border: 1px solid #37BC9B;
}
.btn-custom-outline:hover, .btn-custom-outline:focus, .btn-custom-outline:active, .btn-custom-outline.active {
	color: #FFFFFF!important;
}
.btn-custom-outline {
	border: 1px solid #2D997E;
	color: #2D997E!important;
}
.btn-custom-outline {
	background-color: #FFFFFF;
}
.effect-container figure {
	background: #384c40;
}
figure.effect-2:hover figcaption {
	background: #2d3831
}
.effect-container {
}
.effect-container figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	text-align: center;
}
.effect-container figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.5;
}
.effect-container figure figcaption {
	padding: 2em;
	color: #FFFFFF;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.effect-container figure figcaption::before, .effect-container figure figcaption::after {
	pointer-events: none;
}
.effect-container figure figcaption, .effect-container figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.effect-container figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.effect-container figure h2 {
	font-weight: 300;
	text-transform: capitalize;
	color: #FFFFFF;
	font-size: 12px;
}
.effect-container figure h2 span {
	font-weight: 100;
}
.effect-container figure h2, .effect-container figure p {
	margin: 0;
}
.effect-container figure p {
	font-size: 0.85em;
}
figure.effect-2 figcaption {
	top: auto;
	bottom: 0;
	padding: 10px;
	margin-left: 20px;
	height: 1.5em;
	color: #FFFFFF;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
figure.effect-2 img {
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-2:hover img {
	opacity: 0.2;
}
figure.effect-2 h2 {
	float: left;
	font-size: 13px;
	margin-top: -20px;
}
figure.effect-2 p.icon-links a {
	float: right;
	color: #FFFFFF;
	font-size: 1.2em;
	margin-top: -12px;
}
figure.effect-2:hover p.icon-links a:hover, figure.effect-2:hover p.icon-links a:focus {
	color: #FFFFFF;
}
figure.effect-2 p.description {
	position: absolute;
	bottom: 2.0em;
	padding: 1.50em;
	left: 0;
	color: #FFFFFF;
	text-transform: none;
	font-size: 80%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
}
figure.effect-2 h2, figure.effect-2 p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
figure.effect-2 p.icon-links a span::before {
	display: inline-block;
	color: #FFFFFF;
	padding: 9.5px 10px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
figure.effect-2 h2 {
	display: inline-block;
}
figure.effect-2:hover p.description {
	opacity: 1;
}
figure.effect-2:hover figcaption, figure.effect-2:hover h2, figure.effect-2:hover p.icon-links a {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-2:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
figure.effect-2:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-2:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
figure.effect-2:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
figure.effect-3 img, figure.effect-3 h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-3 img {
	width: 100%;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 1px solid #F0F0F0;
}
figure.effect-3:hover img {
	opacity: 0.2;
	-webkit-transform: translate3d(0, -80px, 0);
	transform: translate3d(0, -80px, 0);
}
figure.effect-3 p {
	padding: 10px;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}
figure.effect-3 h2 {
	text-align: left;
	width: 200px;
	padding: 10px 10px 11px 10px;
	color: #FFFFFF;
}
figure.effect-3 h2, figure.effect-3 p {
	position: absolute;
	bottom: 22px;
	left: 0;
}
figure.effect-3:hover h2 {
	background-color: transparent;
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
}
figure.effect-3:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.innerBradcum {
	padding: 1em 0
}
.latest-inner {
	padding: 70px 0;
	background: #fefee5;
	min-height: 300px;
}
.latest-inner p {
	color: #333
}
.latest-inner h1 {
	color: #333 !important
}
.latest-inner h2 {
	color: #333;
	font-size: 20px
}
.latest-inner ol li, .latest-inner ol li a {
	color: #333 !important
}
.handmadeFooter footer {
	width: 100%;
	background: #4CA973;
	padding: 15px 0px;
	position: relative;    background: #3d6d51;
}
.handmadeFooter .nodal, .handmadeFooter .nodal span {
	font-size: 14px;
}
.handmadeFooter .footermenu ul li a {
	color: #fff;
	font-size: 14px;
}
.handmadeFooter .copy_right {
	font-size: 13px;
}
.copyright {
	width: 100%;
	text-align: center;
	padding: 5px;
	background: #31774f;
	color: #fff;
}
.search_artisans {
	padding: 20px;
	border-radius: 3px 3px 0 0;
	background: #585f5a;
	min-height: 74px;
	margin-bottom: 20px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #a6adb1;
	border-left-width: 0;
	border-bottom-width: 0;
}
table.dataTable th:last-child, table.dataTable th:last-child, table.dataTable td:last-child, table.dataTable td:last-child {
	border-right-width: 0;
}
table.dataTable.no-footer {
	border-bottom: 1px solid #57778A;
}
table.dataTable tbody tr:nth-child(odd) {
	background: #ECE5DB;
}
table.dataTable tbody tr:nth-child(even) {
	background: #d6d6ca;
}
.form-control {
	box-shadow: none;
	border: 1px solid #57778A;
}
table#artisanTable tr td img {
	max-width: 100%;
	width: 80px;
	border-radius: 50%;
	height: 80px;
}
table#artisanTable thead tr th {
	background-color: #585f5a;
	color: #fff;
	text-align: center;
	font-weight: 600;
	padding: 10px 5px 10px 5px;
	border: none;
}
table#masterCraftsPersons thead tr th {
	background-color: #585f5a;
	color: #fff;
	text-align: center;
	font-weight: 600;
	padding: 10px 5px 10px 5px;
	border: none;
}
.arti-border {
	width: 80px;
	height: 80px;
	border: 3px solid #5599bf;
}
#artisanTable_wrapper #artisanTable_filter input {
	width: 70%;
	float: right;
	height: 30px;
	border-color: #ddd;
	border-radius: 3px;
}
#artisanTable_wrapper #artisanTable_filter label {
	line-height: 30px;
	text-align: left;
	display: inline-block;
}
#artisanTable_wrapper #artisanTable_length select {
	width: 75px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
	border-color: #ddd;
}
table.dataTable tbody th, table.dataTable tbody td {
	padding: 5px 7px;
	color: #333;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}
table.dataTable tfoot {
	background: #fff
}
table.dataTable tbody td a {
	color: #046e7b !important;
}
#artisanTable_wrapper tr td img {
	border: 3px solid #5599bf;
}
.bio-data table tr td {
	color: #333;
}
.arts-photo img {
	width: 250px;
	padding: 5px;
	background-color: #335a43;
	border: 1px solid #335a43;
}
.bio-data table tr td {
	border: 1px solid #000;
	border-bottom-width: 0;
	border-left-width: 0;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	box-sizing: content-box;
	color: #000;
}
#myVeera .carousel-inner > .item > img, #myVeera .carousel-inner > .item > a > img {
	width: 100%
}
.arts-photo {
	text-align: center;
}
.bio-data #myVeera .img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #335a43;
	border: 1px solid #335a43;
}
.bio-data table {
	border: 1px solid #a6adb1;
}
.bio-data table tr td {
	border:1px solid #a6adb1;
	border-bottom-width: 0;
	border-left-width: 0;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	box-sizing: content-box;
	color: #000;
}
.bio-data table tr:nth-child(odd) {
	background: #ECE5DB;
}
.bio-data table tr:nth-child(even) {
	background:#d6d6ca;
}
.bio-data table tr td a {
	color: #000 !important;
}
.bio-data #myVeera .carousel-control {
	opacity: 1;
}
.bio-data #myVeera .carousel-control .icon-next, .bio-data #myVeera .carousel-control .icon-prev {
	font-size: 65px;
	color: #335a43;
	top: -50%;
}
.bio-data {
	margin-top: 50px;
}
.nbs-flexisel-item img {
	width: 100% !important;
	max-width: 100%;
	height: 150px;
	max-height: 100%;
}
.newsandevents-p-slider {
	margin-buttom: 50px;
}
#sec-body .latest-inner .sandeepLove a {
	color: #335a43 !important;
	font-weight: bold;
}
#sec-body .latest-inner .sandeepLove a:hover {
	color: #4ca973 !important;
}
#sec-body .latest-inner p a {
	color: #335a43 !important;
}
#sec-body .latest-inner p a:hover {
	color: #4ca973 !important;
}

#masterCraftsPersons_filter input{height:30px;    border: 1px solid #57778A;}

.contact-from input[type="text"], .contact-from input[type="email"] {background:#fff !important}

.contact-from .form-control {
    box-shadow: none;
    border: 1px solid #ddd;
}
.khadi_dep .chiranjeevi_logo
{
    top:inherit;
}

@media only screen and (max-width:767px){

.handMade .col-md-2 figure
{
        width: 125px;
    text-align: left!important;
    padding-left: 0;

    }
    .logo img {

}
        #cssmenu #menu-button
        {
            right:15px;
        }
        .handloomforme .carousel-caption .homebg h2 {

    font-size: 20px;
    line-height: 25px;
        }
        .handloomforme .static_banner
{
    height:250px!important;
}
body #load
{
    display:none;
}
.latest-crafts h1, .latest-crafts h2, .latest-crafts h3, .latest-crafts h5 {
    color: #49525F;
    font-size: 28px;
    line-height: 1.4;
}
.menubar .col-md-12,.menubar .container
{
    padding:0;
}
.handMade #cssmenu > ul > li {
    float: left;
    width: 100%;
}
.handMade #cssmenu > ul > li > a
{
    text-align:left;
}
}