body {
    padding-top: 10px;
    padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.theme-showcase .navbar .container {
    width: auto;
}


/*---start-product-grid----*/

.product-grid {
    width: 28.33%;
    margin: 0 4% 4% 0;
    float: left;
    border: 1px solid #E9E9E9;
    position: relative;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}


/*.product-grid{
	width: 30.33%;
	margin: 0 4% 4% 0;
	float: left;
	border: 1px solid #E9E9E9;
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}*/

.product-grid:hover {
    box-shadow: 0px 1px 11px #DBDBDB;
    z-index: 1;
}

.last-grid {
    margin-right: 0;
}

.product-pic a img {
    display: block;
    margin: 0 auto;
    height: 10em;
    width: 10em;
}

.product-grid-head {
    padding: 1em;
}

.product-pic p {
    padding: 0em 1em 1em 1em;
    color: #D6D6D6;
}

.product-pic p span {
    color: #999;
    font-size: 0.8em;
    font-size: 0.7em;
}

.product-pic p a {
    display: block;
    color: #2A2323;
    font-size: 0.875em;
}

.product-pic p a small {
    font-size: 0.8em;
}

.product-info-cust {
    float: left;
    width: 53%;
    padding: 0.5em 1em;
    text-align: center;
}

.product-info-cust a {
    color: #2A2323;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 600;
}

.product-info-price {
    float: right;
    background: #fff;
    width: 27%;
    text-align: center;
    padding: 0.545em;
}

.product-info-price a {
    color: #2A2323;
    font-weight: 700;
}

.product-info {
    background: url(../images/price-border.png) repeat-y 0px 0px#ECECEC;
    border-top: 1px solid #E9E9E9;
}

.grid-social {
    padding-bottom: 0.5em;
}

.more-product-info span {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/image-sprit.png) no-repeat -30px -155px;
    position: absolute;
    top: 0px;
    right: 0;
    cursor: pointer;
}

/*.applyJob section {
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    margin-top: 30px;
    padding: 10px;
    position: relative;
}

.applyJob section .heading {
    position: absolute;
    top: -20px;
}*/
/*applyforjob.cshtml*/

.applyJob .required label:after {
    color: #d73105;
    content: "*";
    font-size: 12px;
    margin: 0 0 0 5px;
}

.applyJob section {
    border: 1px solid #ff8282;
    border-radius: 10px;
    margin-bottom: 20px;
}

.applyJob section .heading {
    margin-top: -11px;
    margin-left: 19px;
    display: inline-block;
    background: white;
    font-weight: bold;
    padding: 0px 10px;
}

.applyJob .form-group {
    margin-bottom: 10px;
}

.applyJob .required label.radio-inline:after {
    color: #d73105;
    content: "";
    font-size: 12px;
    margin: 0 0 0 5px;
}

.applyJob input[type=date] {
    display: block;
    width: 100%;
    padding: 13px 18px;
    font-size: inherit;
    min-height: 2em;
    vertical-align: baseline;
    background: #FFF;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
}

.applyJob #CaptchaInputText {
    margin: 0px auto;
}