
/*------------------------------------*\
    Importing Fonts and Icons
\*------------------------------------*/

@import url("../fonts/fontawesome/font-awesome.css");

@import url("../fonts/lato/stylesheet.css");

@import url("../fonts/Helvetica-Neue/style.css");

@import url('https://fonts.googleapis.com/css?family=Montserrat|Quicksand');

/*------------------------------------*\
   Global Styles
\*------------------------------------*/

body {

	background: #ffffff;

	font-family: "Lato", Helvetica, Arial, sans-serif;

}

::selection {

	background: #ff9e8f;

	color: #ffffff;

}

input {

	border: 0;

	/* background-color: #f76b5c; */

	background-image: none;

	border-radius: 0;

	box-shadow: none;

	height: 40px;

}

input:focus {

	outline: none;

}

td {

	padding: 4px;

}
.payment-mode-btn {padding-right: 0px;}
.member-option-employee {padding-left: 0px;font-size:20px !important;font-family: 'Helvetica neue',sans-serif !important;}
.edit-profile-common-check {padding-right:0px;padding-left: 0px}
.form-control {

	border: 0;

	height: auto;

}

.fa {

	color: #ffffff;

	transition: all 0.2s ease-in-out;

	-moz-transition: all 0.2s ease-in-out;

	-webkit-transition: all 0.2s ease-in-out;

}

a {

	color: #ffffff;

	text-decoration: none;

	transition: all 0.2s ease-in-out;

	-moz-transition: all 0.2s ease-in-out;

	-webkit-transition: all 0.2s ease-in-out;

}

a:focus {

	outline: none;

	text-decoration: none;

}

a:visited {

	color: #ffffff;

	text-decoration: none;

}

a:hover {

	color: #eeeeee;

	text-decoration: none;

	transition: all 0.2s ease-in-out;

	-moz-transition: all 0.2s ease-in-out;

	-webkit-transition: all 0.2s ease-in-out;

}

ul {

	list-style: none;

	padding: 0;

}

.nav-pills > li > a {

	border-radius: 0px;

}

.nav-pills > li.active > a,

.nav-pills > li.active > a:hover,

.nav-pills > li.active > a:focus {

	color: #ffffff;

	background-color: #009edf;

}

.form-control {

	display: block;

	width: 100%;

	height: 34px;

	padding: 6px 12px;

	font-size: 14px;

	line-height: 1.428571429;

	color: #555;

	vertical-align: middle;

	background-color: #FFF;

	background-image: none;

	border: 0;

	border-radius: 0;

	-webkit-box-shadow: none;

	box-shadow: none;

	-webkit-transition: none;

	transition: none;

}

ul {

	margin: 0;

	padding: 0;

}

.form-control:focus {

	border: 0;

	outline: 0;

	-webkit-box-shadow: none;

	box-shadow: none;

}

.btn {

	border: 0;

	text-align: center;

	transition: all 0.2s ease-in-out;

	-moz-transition: all 0.2s ease-in-out;

	-webkit-transition: all 0.2s ease-in-out;

}

.btn:focus {

	outline: none;

}

.btn.small {

	padding: 7px 15px;

}

.btn.normal {

	padding: 10px 20px;

}

.btn.medium {

	padding: 15px 30px;

}

.btn.large {

	padding: 20px 40px;

}

.btn.extralarge {

	padding: 30px 60px;

}

img {

	width: 100%;

}

p {

	padding: 0;

}

.checkbox {

	font-size: 13px;

	color: #444444;

	font-weight: 400;

	cursor: pointer;

}

.checkbox input {

	margin: 0 10px 0 0;

	height: 20px;

	outline: none;

}

.checkbox input:focus {

	outline: none;

}

hr {

	display: block;

	height: 1px;

	border: 0;

	border-top: 1px solid #aaaaaa;

	margin: 56px 0 23px 0;

	padding: 0;

}

.btn.color1 {

	background-color: #009edf;

	color: #ffffff;

}

.btn.color1:hover {

	background-color: #008dce;

}

.btn.color2 {

	background-color: #5a842f;

	color: #ffffff;

}

.btn.color2:hover {

	background-color: #83b143;

}

.btn.color3 {

	background-color: #333333;

	color: #ffffff;

}

.btn.color3:hover {

	background-color: #222222;

}

.color1 {

	color: #00aff0;

}

.color2 {

	color: #e65a4b;

}

.color3 {

	color: #444444;

}

a.color1 {

	color: #00aff0;

}

a.color1:hover {

	color: #009edf;

}

a.color2 {

	color: #e65a4b;

}

a.color2:hover {

	color: #d84c3d;

}

a.color3 {

	color: #444444;

}

a.color3:hover {

	color: #333333;

}

.bgcolor1 {

	background-color: #00aff0;

}

.bgcolor2 {

	background-color: #e65a4b;

}

.bgcolor3 {

	background-color: #444444;

}

.input1:focus,

.input2:focus,

.input3:focus,

.input4:focus {

	outline: none;

}

.input1 {

	background-color: #22d1ff;

	color: #ffffff;

	border: 1px #11c0ff solid;

	width: 100%;

	padding: 10px;

	margin: 10px 0;

}

.input2 {

	background-color: #ff9e8f;

	color: #ffffff;

	border: 1px #f76b5c solid;

	width: 100%;

	padding: 10px;

	margin: 10px 0;

}

.input3 {

	background-color: #eeeeee;

	color: #444444;

	border: 1px #aaaaaa solid;

	width: 100%;

	padding: 10px;

	margin: 10px 0;

}

.input4 {

	background-color: #ffffff;

	color: #444444;

	border: 1px #aaaaaa solid;

	width: 100%;

	padding: 10px;

	margin: 10px 0;

}

.logoimage {

	width: 70px;

	height: 70px;

	float: left;

	background: #00aff0;

	display: table-cell;

	vertical-align: middle;

	text-align: center;

}

.logoimage i {

	font-size: 25px;

	padding-top: 22px;

}

.logotext {

	float: left;

	color: #444444;

	font-size: 19px;

	padding: 22px 0 0 10px;

	line-height: 10px;

}



.slogan {

	padding-left: 10px;

	color: #e65a4b;

	font-weight: 600;

	letter-spacing: 4px;

	font-size: 11px;

}

.dropdown-menu {

	background-image: none;

	border-radius: 0px;

	border: none;

	box-shadow: none;

	color: #ffffff;

	margin: 0px;

	padding: 0px;

}

/*------------------------------------*\
   Header Row
\*------------------------------------*/

.topheadrow {

	background-color: #eeeeee;

	height: 47px;

}

.topheadrow .nav > li {

	border-left: 1px solid #ffffff;

	margin: 0px;

	min-width: 54px;

	padding: 0px;

	text-align: center;

}

.topheadrow .nav > li > a {

	border-radius: 0px;

	color: #444444;

	font-size: 12px;

	padding: 15px 0px;

	text-decoration: none;

	text-transform: uppercase;

}

.topheadrow .nav > li > a .fa {

	color: #444444;

}

.topheadrow .nav > li:hover a {

	background-color: #e65a4b;

	background-image: none;

	color: #ffffff;

	transition: none;

	-moz-transition: none;

	-webkit-transition: none;

}

.topheadrow .nav > li:hover a .fa {

	color: #ffffff;

}

.topheadrow .nav .dropdown-menu {

	background-color: #e65a4b;

	background-image: none;

	border-radius: 0px;

	border: none;

	box-shadow: none;

	color: #ffffff;

	margin: 0px;

	padding: 0px;

	text-align: left;

}

.topheadrow .nav .dropdown-menu li {

	border-top: 1px solid #f76b5c;

}

.topheadrow .nav .dropdown-menu li:hover a {

	background-color: #d84c3d;

	background-image: none;

	color: #ffffff;

}

.topheadrow .nav .dropdown-menu a {

	color: #ffffff;

	font-size: 12px;

	padding-bottom: 15px;

	padding-top: 15px;

}

.topheadrow .nav .loginbox {

	border-top: 1px solid #f76b5c;

	height: 290px;

	left: auto;

	padding: 30px;

	right: 0px;

	width: 270px;

}

.topheadrow .nav .loginbox .form-header {

	font-size: 25px;

	font-weight: 300;

}

.topheadrow .nav .loginbox form {

	padding-top: 20px;

}

.topheadrow .nav .loginbox form i {

	color: #ff9e8f;

	font-size: 20px;

	height: 48px;

	padding-top: 16px;

	position: absolute;

	width: 40px;

}

.topheadrow .nav .loginbox form input {

	background-color: #f76b5c;

	color: #ffffff;

	font-size: 16px;

	height: 48px;

	padding-left: 44px;

}

.topheadrow .nav .loginbox form input::-webkit-input-placeholder {

	color: #ff9e8f;

}

.topheadrow .nav .loginbox form input::-moz-placeholder {

	color: #ff9e8f;

}

.topheadrow .nav .loginbox form input:-ms-input-placeholder {

	color: #ff9e8f;

}

.topheadrow .nav .loginbox form input:-moz-placeholder {

	color: #ff9e8f;

}

.topheadrow .nav .loginbox form .btn {

	background-color: #d84c3d;

	color: #ffffff;

}

.topheadrow .nav .loginbox form .btn:hover {

	background-color: #c73b2c;

}

.dropdown-menu > li > a {

	padding-bottom: 15px;

	padding-top: 15px;

}

/*------------------------------------*\
   Logo
\*------------------------------------*/

.logo {

	float: left;

	width: 100%;

	display: table;
	
	padding-top: 10px;

}

/*------------------------------------*\
   Search Categories Box
\*------------------------------------*/

.searchbar {

	background-color: #eeeeee;

	height: 70px;

	position: relative;

	width: 100%;

}

.searchbar .searchbox {

	background-color: #eeeeee;

	height: 70px;

}

.searchbar .searchbox:hover input {

	margin-left: -400%;

	width: 400%;

}

.searchbar .searchbox input {

	line-height: 17px;

	height: 70px;

	background-color: #eeeeee;

	color: #444444;

	margin-left: -140%;

	padding: 25px 10px;

	position: absolute;

	width: 150%;

	transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

}

.searchbar .searchbox input::-webkit-input-placeholder {

	color: #444444;

}

.searchbar .searchbox input::-moz-placeholder {

	color: #444444;

}

.searchbar .searchbox input:-ms-input-placeholder {

	color: #444444;

}

.searchbar .searchbox input:-moz-placeholder {

	color: #444444;

}

.searchbar .searchbox button {

	background-color: rgba(0, 0, 0, 0);

	border: none;

	color: #444444;

	float: right;

	height: 40px;

	outline: none;

	position: absolute;

	right: 10px;

	top: 15px;

	width: 40px;

}

.searchbar .searchbox button:hover {

	background-color: #d84c3d;

	color: #ffffff;

}

.searchbar > form > ul {

	background-color: #e2e2e2;

	color: #444444;

	width: 80%;

}

.searchbar > form > ul > li:hover > a {

	background-color: #e65a4b;

	color: #ffffff;

}

.searchbar > form > ul > li:hover > a .fa {

	color: #ffffff;

}

.searchbar > form > ul > li > a {

	color: #444444;

	display: block;

	font-size: 14px;

	padding: 25px 15px;

	position: relative;

	text-decoration: none;

}

.searchbar > form > ul > li > a .fa {

	color: #444444;

}

.searchbar > form > ul > li > a span {

	white-space: nowrap;

}

.searchbar .searchbox {

	float: right;

	margin: 0px;

	position: relative;

	width: 20%;

}

.searchbar .dropdown-menu {

	background-color: #e65a4b;

	width: 225px;

}

.searchbar .dropdown-menu a {

	color: #ffffff;

}

.searchbar .dropdown-menu a:hover {

	color: #ffffff;

}

.searchbar .dropdown-menu li {

	border-top: 1px solid #f76b5c;

}

.searchbar .dropdown-menu li:hover a {

	background-color: #d84c3d;

}

/*------------------------------------*\
  Mega Menu
\*------------------------------------*/

.menu-col-2 {

	margin-left: -15px;

	padding: 0px;

}

#menuMega {

	background-color: #464646;

}

.menu-col {

	color: #ffffff;padding-left:0px; padding-right:0px;

}

.menu-heading {

	background-color: #616161;

}

.menu3dmega {

	-moz-box-shadow: none;

	-webkit-box-shadow: none;

	box-shadow: none;


}

.menu3dmega > ul > li > a,

.menu3dmega > ul > li > span {

	color: #fff !important;

	font-family: 'Quicksand', sans-serif;

}

.menu3dmega > ul > li:hover > .arrow-icon-bottom:after,

.menu3dmega > ul > li:hover > a,

.menu3dmega > ul > li:hover > a:after,

.menu3dmega > ul > li:hover > .arrow-icon-bottom {

	border-color: #ffffff transparent transparent;

	color: #ffffff;

}

.menu3dmega > ul li > a {

	color: #ffffff;

}

.menu3dmega li .dropdown-menu {

	background-color: #464646;

}

.menu3dmega .dropdown-menu > ul > li > a {

	color: #ffffff;

}

.menu3dmega .dropdown-menu[class*="col-lg"]:first-child {

	margin-left: 0px;

}

.menu3dmega span.arrow-icon:after {

	border-color: transparent transparent transparent #aaaaaa;

}

.menu3dmega span.arrow-icon-bottom:after {

	border-color: #eeeeee transparent transparent transparent;

}

.menu3dmega .menuToggle .megaMenuToggle-icon {

	background: none repeat scroll 0px 0px rgba(230, 230, 230, 0.7);

}

.menu3dmega .menuToggle .megaMenuToggle-icon:before {

	background: none repeat scroll 0px 0px rgba(230, 230, 230, 0.8);

}

.menu3dmega .menuToggle .megaMenuToggle-icon:after {

	background: none repeat scroll 0px 0px rgba(230, 230, 230, 0.9);

}

.menu3dmega li .blue {

	-moz-box-shadow: none;

	-webkit-box-shadow: none;

	background-color: #aaaaaa;

	box-shadow: none;

	text-shadow: none;

}

.menu3dmega .blue li a {

	color: #ffffff !important;

	text-shadow: 0px 1px #000000 !important;

}

.menu3dmega li .grisbox li {

	-moz-box-shadow: none;

	-webkit-border-radius: none;

	-webkit-box-shadow: none;

	background: #eeeeee;

	border-radius: none;

	border: none;

	box-shadow: none;

}

.menu3dmega .menu-title {

	color: #ffffff !important;

}

.menu3dmega .menu-title a:hover {

	background-color: transparent;

}

.menu3dmega .dropdown-menu .content ul li a {

	color: #ffffff;

}

.menu3dmega .desc {

	color: #aaaaaa;

}

.menu3dmega .separator {

	border-bottom: 1px solid #eeeeee;

}

.menu3dmega .separate {

	border-bottom: 1px solid #aaaaaa;

}

.menu3dmega > ul > li i {

	/*border-right: 1px solid #fff;*/

}

.menu3dmega.skin-blue-dark > ul > li {

	border-left: 1px solid #fff;

}

.menu3dmega.skin-blue-dark > ul > li {

	border-top: 1px solid #fff;

}

.menu3dmega.skin-blue-dark > ul > li:hover {

	background-color: #83b143;

}

.menu3dmega.skin-blue-dark > ul > li.no-link:hover {

	background-color: transparent;

}

.menu3dmega.skin-blue-dark .dropdown-menu ul li a:hover {

	background-color: #83b143 !important;

	color: #ffffff !important;

}

.menu3dmega.skin-blue-dark .dropdown-menu a {

	color: #ffffff !important;

}

.menu-links {

	padding: 0px;

}

.menu-links ul > li {

	background-color: #5a842f;

}

.menu-links ul > li .fa {

	font-size: 15px;

	padding-right: 5px;

}

.menu-links ul > li > a {

	color: #ffffff;

	padding: 15px 56px;

	font-family: 'Quicksand', sans-serif;

}

.menu-links ul > li > a:hover {

	background-color: #ffde00;
	color:#464646;

}

.menu-links-padding-left-bottom {

	margin-top: 10px;

	float: left;

	width: 100%;

}

/*------------------------------------*\
  Quick Cart
\*------------------------------------*/

.quick-cart {

	background-color: transparent;

	color: #ffffff;

	left: auto;

	padding-top: 10px;

	width: 340px;

	right: -1px;

}

.quick-cart .qc-row-item {

	border-top: 1px solid #f76b5c;

}

.quick-cart .qc-row-item:hover .qc-col-qty {

	background-color: #d84c3d;

}

.quick-cart .qc-row-item .qc-col-qty {

	border-right: 1px solid #f76b5c;

	font-size: 30px;

	font-weight: 300;

	text-align: center;

	-webkit-transition: all 350ms ease-in-out;

	-moz-transition: all 350ms ease-in-out;

	-o-transition: all 350ms ease-in-out;

	-ms-transition: all 350ms ease-in-out;

	transition: all 350ms ease-in-out;

}

.quick-cart .qc-row {

	background-color: #e65a4b;

	color: #ffffff;

	font-size: 13px;

	width: 100%;

}

.quick-cart .qc-row-heading {

	font-size: 15px;

	vertical-align: middle;

}

.quick-cart .qc-row-heading .qc-col-name {

	text-align: center;

}

.quick-cart .qc-col-qty {

	display: table-cell;

	padding: 15px 0px;

	text-align: center;

	width: 65px;

}

.quick-cart .qc-col-name {

	display: table-cell;

	padding: 10px;

	vertical-align: middle;

	width: 180px;

}

.quick-cart .qc-col-name a {

	color: #ffffff;

	text-decoration: none;

}

.quick-cart .qc-col-name a:hover {

	color: #ff9e8f;

}

.quick-cart .qc-col-price {

	display: table-cell;

	vertical-align: middle;

	width: 66px;

}

.quick-cart .qc-row-bottom .qc-btn-viewcart {

	border-right: 1px solid #f76b5c;

}

.quick-cart .qc-row-bottom .btn {

	border-top: 1px solid #f76b5c;

	display: inline-block;

	text-align: center;

	color: #ffffff;

	font-size: 18px;

	font-weight: 300;

	padding: 20px 0px;

	text-decoration: none;

	text-transform: uppercase;

	width: 50%;

}

.quick-cart .qc-row-bottom .btn:hover {

	background-color: #d84c3d;

}

.quick-cart .qc-col-remove {

	display: table-cell;

	text-align: center;

	vertical-align: middle;

	width: 20px;

}

.quick-cart .qc-col-remove .fa {

	font-size: 12px;

	padding: 2px;

	-webkit-transition: all 350ms ease-in-out;

	-moz-transition: all 350ms ease-in-out;

	-o-transition: all 350ms ease-in-out;

	-ms-transition: all 350ms ease-in-out;

	transition: all 350ms ease-in-out;

}

.quick-cart .qc-col-remove .fa:hover {

	background-color: #d84c3d;

	cursor: pointer;

}

.quick-cart:after {

	border-bottom: 12px solid #e65a4b;

	border-left: 16px solid rgba(0, 0, 0, 0);

	content: "";

	display: inline-block;

	left: 300px;

	padding-top: 10px;

	position: absolute;

	top: -10px;

}

/*------------------------------------*\
  Top Searchs & Quick Message Slidebox
\*------------------------------------*/

.top-searchs {

	background-color: #FFDE00;

	color: #11c0ff;

	float: left;

	margin: 0px 0px 0px 0px;

	position: relative;

	width: 100%;

}

.top-searchs .title {

	color: #464646;

	display: inline-block;

	font-size: 15px;

	padding: 12px;

}

.top-searchs .links {

	display: inline-block;

	float: right;

	font-size: 12px;

	height: 75%;

	overflow: hidden;

	padding-top: 10px;

	position: absolute;

	width: 75%;

}
span.new-home-scroll {width:55%!important;}
.top-searchs .links a {

	color: #464646;

	text-decoration: none;

}

.quick-message {

	background-color: #e65a4b;

	color: #ffffff;

	float: right;

	left: auto;

	margin-top: 10px;

	position: relative;

	width: 100%;

}

.quick-message .quick-box {

	float: right;

	position: relative;

	width: 100%;

	padding: 12px;

}

.quick-message .quick-box .title {

	color: #ffffff;

	display: table-cell;

	width: 15%;

	float: left;

	vertical-align: middle;

	text-align: center;

}

.quick-message .quick-box .quickbox {

	float: right;

	width: 80%;

	display: table-cell;

	vertical-align: middle;

	text-align: center;

}

.quick-message .quick-box a {

	color: #ffffff;

	text-shadow: none;

}

.quick-message .left {

	left: 20%;

}

.quick-message .carousel-control {

	background-image: none !important;

	padding-top: 7px;

}

.quick-message .carousel-inner .item {

	text-align: center;

}

.quick-message .carousel-inner .item a {

	text-decoration: none;

}

/*------------------------------------*\
  Breadcrumb
\*------------------------------------*/

.breadcrumb {

	border-radius: 0;

	float: left;

	text-align: left;

	color: #ffffff;

	background-color: #00aff0;

	margin: 10px 0 0 0;

	padding: 12px;

	width: 61.4%;

}

.breadcrumb a {

	text-decoration: none;

}

.f-space30 {

	margin-top: 30px;

}

.f-space20 {

	margin-top: 20px;

}

.f-space10 {

	margin-top: 10px;

}

.f-space0 {

	margin-top: 0px;

}

/*------------------------------------*\
  Slider
\*------------------------------------*/

.slider {

	background-color: #22d1ff;

	color: #ffffff;

	margin-left: 10px;

	margin-top: 0px;

	padding: 0px;

	-webkit-backface-visibility: hidden;

}

.carousel-control {

	background-image: none !important;

	opacity: 1;

	text-shadow: none;

}

.carousel-control.left {

	background-image: none !important;

	opacity: 1;

	text-shadow: none;

}

.carousel-control.right {

	background-image: none !important;

	opacity: 1;

	text-shadow: none;

}

.sidebar-add-image {

	margin-top: 16px;

	float: left;

	padding: 0px;

}

/*------------------------------------*\
  Products Blocks
\*------------------------------------*/

.box-heading {

	background-color: #00aff0;

	margin-bottom: 10px;

}

.box-heading span {

	color: #ffffff;

	display: inline-block;

	font-size: 15px;

	height: 58px;

	line-height: 58px;

	padding: 0px 20px;

	text-transform: uppercase;

}

.box-block .box-content {

	position: relative;

}

.box-block .box-content .box-products {

	position: relative;

}

.box-block .box-content .box-products .carousel-controls {

	height: 58px;

	line-height: 58px;

	position: absolute;

	right: 0px;

	top: -68px;

	width: 116px;

}

.box-block .box-content .box-products .carousel-controls .carousel-control {

	font-size: 20px;

	width: 58px;

}

.box-block .box-content .box-products .carousel-controls .carousel-control:hover {

	background-color: #009edf;

}

.box-content .box-heading {

	background-color: #009edf;

}

.box-content .carousel-controls {

	background-color: #00aff0;

	bottom: 0px;

	position: absolute;

	width: 100%;

	z-index: 1;

}

.box-content .carousel-controls .carousel-control {width: 48px;}
.table-qualification-candidate {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    width: 100%;
}
.view-candidatew-new1 {
    float: none!important;
}
.candidate-password-change {
    padding-right: 0px !important;
    width: 100%;
}
.institute-msg-aligning {
    padding-left: 0px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
	padding-right:0px;
}

.box-content .carousel-controls .carousel-control:hover {

	background-color: #009edf;

}

.box-content .carousel-controls .left {

	border-left: 1px solid #11c0ff;

}

.box-content .carousel-controls .right {

	border-left: 1px solid #11c0ff;

}

.box-content .carousel-indicators {

	bottom: 0px;

	display: none;

}

.page-sidebar,

.sidebar {

	display: table;

}

.page-sidebar > .box-content .carousel-controls,

.sidebar > .box-content .carousel-controls {

	height: 50px;

	line-height: 50px;

}

.sidebar > .box-content > .carousel-controls > .left {

	border-left: 0;

	border-right: 1px solid #11c0ff;

}

.page-sidebar > .box-content > .carousel-controls > .left {

	border-left: 0;

	border-right: 1px solid #11c0ff;

}

.nav-bg {

	background: none;

	bottom: 0px;

	color: #ffffff;

	display: block;

	height: 50px;

	position: absolute;

	width: 100%;

}

.product-block {

	overflow: hidden;

	position: relative;

	backface-visibility: hidden;

	/* W3C */

	-webkit-backface-visibility: hidden;

	/* Safari & Chrome */

	-moz-backface-visibility: hidden;

	/* Firefox */

	-ms-backface-visibility: hidden;

	/* Internet Explorer */

	-o-backface-visibility: hidden;

	/* Opera */

}

.product-block-2 .image .img img {

	height: 350px!important;

}

.product-block .image .img {

	display: block;

	width: 100%;

}

.product-block .image .img img {

	-moz-transition: -moz-transform 0.8s;

	-ms-interpolation-mode: bicubic;

	-webkit-transition: -webkit-transform 0.8s;

	border: 0px;

	height: 450px;

	max-width: 100%;

	transition: transform 0.8s;

	vertical-align: middle;

	width: 100%;

}

.product-block .image .product-label {

	color: #ffffff;

	font-weight: 900;

	left: 10px;

	padding: 5px 10px;

	position: absolute;

	top: 10px;

	z-index: 1;

}

.product-block .meta-back {

	height: 100px;

	width: 100%;

}

.product-block .product-meta {

	-moz-transition: height 0.5s ease-in-out;

	-webkit-transition: height 0.5s ease-in-out;

	background-color: #e65a4b;

	bottom: 0px;

	color: #ffffff;

	height: 100px;

	padding: 10px;

	position: absolute;

	transition: height 0.5s ease-in-out;

	width: 100%;

}

.product-block .product-meta a {

	color: #ffffff;

	text-decoration: none;

}

.product-block .product-meta .name {

	display: block;

	font-size: 15px;

	font-weight: 600;

	height: 23px;

	overflow: hidden;

	text-align: center;

}

.product-block .product-meta .rating {

	bottom: 0px;

	color: #ff9e8f;

	font-size: 13px;

	height: 20px;

	margin-bottom: 10px;

	position: absolute;

	width: auto;

	transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

}

.product-block .product-meta .rating i {

	display: initial;

	border: none;

	line-height: normal;

	font-size: 13px;

}

.product-block .product-meta .rating .fa {

	color: #ff9e8f;

}

.product-block .product-meta .rating .fa-star {

	color: #ffffff;

}

.product-block .product-meta .big-price {

	-moz-transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

	font-size: 35px;

	font-weight: 900;

	opacity: 0;

	overflow: hidden;

	text-align: center;

	transition: all 0.3s ease-in-out;

	width: 100%;

}

.product-block .product-meta .big-price .sym {

	font-size: 14px;

	vertical-align: super;

}

.product-block .product-meta .big-price .price-old {

	font-size: 14px;

	font-weight: 400;

	padding-left: 10px;

	text-decoration: line-through;

}

.product-block .product-meta .big-price .price-old .sym {

	font-size: 13px;

	text-decoration: none;

}

.product-block .product-meta .small-price {

	bottom: 30px;

	position: absolute;

	display: inline-block;

	font-size: 20px;

	font-weight: 900;

	height: auto;

	opacity: 1;

	overflow: visable;

	width: auto;

	transition: all 0.7s ease-in-out;

	-moz-transition: all 0.7s ease-in-out;

	-webkit-transition: all 0.7s ease-in-out;

}

.product-block .product-meta .small-price .sym {

	font-size: 14px;

	vertical-align: super;

}

.product-block .product-meta .small-price .price-old {

	font-size: 14px;

	font-weight: 400;

	padding-left: 5px;

	text-decoration: line-through;

}

.product-block .product-meta .small-price .price-old .sym {

	font-size: 13px;

	text-decoration: none;

}

.product-block .product-meta .small-btns {

	bottom: 0px;

	margin: 10px;

	position: absolute;

	right: 0px;

	border: 1px #f76b5c solid;

}

.product-block .product-meta .small-btns .btn {

	height: 40px;

	line-height: 40px;

	margin: 0px;

	outline: none;

	padding: 0px;

	text-align: center;

	width: 40px;

	background-color: #e65a4b;

}

.product-block .product-meta .small-btns .btn i {

	display: initial;

	border: none;

	line-height: normal;

	font-size: 13px;

}

.product-block .product-meta .small-btns .btn-compare {

	border-right: 1px #f76b5c solid;

}

.product-block .product-meta .small-btns .btn-compare:hover {

	background-color: #f76b5c;

}

.product-block .product-meta .small-btns .btn-wishlist {

	border-right: 1px #f76b5c solid;

}

.product-block .product-meta .small-btns .btn-wishlist:hover {

	background-color: #f76b5c;

}

.product-block .product-meta .small-btns .btn-addtocart:hover {

	background-color: #f76b5c;

}

.product-block .product-meta .big-btns {

	width: 100%;

}

.product-block .product-meta .big-btns .btn {

	background-color: #f76b5c;

	font-size: 13px;

	font-weight: 600;

	height: 0px;

	line-height: 58px;

	margin: 0px;

	opacity: 0;

	overflow: hidden;

	padding: 0px;

	width: 50%;

	background-color: #e65a4b;

	border: 1px #f76b5c solid;

	text-transform: uppercase;

	transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

}

.product-block .product-meta .big-btns .btn:hover {

	background-color: #f76b5c;

}

.product-block .product-meta .big-btns .btn-view {

	margin-left: -200px;

}

.product-block .product-meta .big-btns .btn-addtocart {

	border-left: none;

	margin-right: -200px;

}

.product-block:hover .image > .img > img {

	-moz-transform: translateY(-45px);

	-ms-transform: translateY(-45px);

	-webkit-transform: translateY(-45px);

	transform: translateY(-45px);

}

.product-block:hover .product-meta {

	bottom: 0px;

	height: 200px;

	position: absolute;

}

.product-block:hover .big-btns .btn {

	height: 58px;

	opacity: 1;

	overflow: visible;

}

.product-block:hover .big-btns .btn-view {

	margin-left: 0px;

}

.product-block:hover .big-btns .btn-addtocart {

	margin-right: 0px;

}

.product-block:hover .rating {

	margin-bottom: 20px;

}

.product-block:hover .big-price {

	height: auto;

	opacity: 1;

	overflow: visable;

}

.product-block:hover .small-price {

	height: 0px;

	opacity: 0;

	overflow: hidden;

}

.product-new {

	background-color: #feaa37;

}

.product-sale {

	background-color: #e65a4b;

}

.product-hot {

	background-color: #333333;

}

.carousel-fade .carousel-inner .item {

	-moz-transition-property: opacity;

	-o-transition-property: opacity;

	-webkit-transition-property: opacity;

	opacity: 0;

	transition-property: opacity;

}

.carousel-fade .carousel-inner .active {

	opacity: 1;

}

.carousel-fade .carousel-inner .active.left,

.carousel-fade .carousel-inner .active.right {

	left: 0px;

	opacity: 0;

	z-index: 1;

}

.carousel-fade .carousel-inner .next.left,

.carousel-fade .carousel-inner .prev.right {

	opacity: 1;

}

.carousel-fade .carousel-control {

	z-index: 2;

}

/*------------------------------------*\
  Rectangle Banners
\*------------------------------------*/

.rec-banner.black .banner {

	background-color: #444444;

}

.rec-banner.darkblue .banner {

	background-color: #009edf;

}

.rec-banner.lightblue .banner {

	background-color: #11c0ff;

}

.rec-banner.orange .banner {

	background-color: #feaa37;

}

.rec-banner.red .banner {

	background-color: #e65a4b;

}

.rec-banner.blue .banner {

	background-color: #00aff0;

}

.rec-banner {

	display: inline-block;

	overflow: hidden;

	position: relative;

	width: 100%;

}

.rec-banner:after {

	content: '';

	display: block;

	margin-top: 100%;

}

.rec-banner .banner {

	bottom: 0px;

	color: #ffffff;

	left: 0px;

	position: absolute;

	right: 0px;

	top: 0px;

}

.rec-banner .banner:hover {

	cursor: pointer;

}

.rec-banner .banner i {

	font-size: 45px;

	padding-top: 15%;

	text-align: center;

	width: 100%;

}

.rec-banner .banner h3 {

	color: #ffffff;

	display: block;

	font-size: 17px;

	font-weight: 600;

	margin: 0px;

	padding: 10px 0px 0px;

	text-align: center;

	text-transform: uppercase;

	width: 100%;

}

.rec-banner .banner p {

	color: #ffffff;

	font-size: 14px;

	line-height: 16px;

	padding: 5px;

	text-align: center;

	width: 100%;

	margin: 0;

}

.rec-banner .banner:hover i.fa {

	-ms-animation: shake 0.3s 1;

	-webkit-animation-duration: 0.5s;

	-webkit-animation-iteration-count: 1;

	-webkit-animation-name: shake;

	-webkit-animation-timing-function: linear;

	-webkit-transform-origin: 50% 50%;

}

.rec-banner .banner .fa-truck {

	-ms-animation: slideInRight2 1s 1;

	-webkit-animation-duration: 1s;

	-webkit-animation-iteration-count: 1;

	-webkit-animation-name: slideInRight2;

	-webkit-animation-timing-function: linear;

	-webkit-transform-origin: 50% 50%;

}

.rec-banner .banner:hover i.fa-truck {

	-ms-animation: slideOutLeft2 1s 1;

	-webkit-animation-duration: 1s;

	-webkit-animation-iteration-count: 1;

	-webkit-animation-name: slideOutLeft2;

	-webkit-animation-timing-function: linear;

	-webkit-transform-origin: 50% 50%;

}

.rec-banner .banner:hover i.fa-gift {

	-ms-animation: tada 0.3s 1;

	-webkit-animation-duration: 1s;

	-webkit-animation-iteration-count: 1;

	-webkit-animation-name: tada;

	-webkit-animation-timing-function: linear;

	-webkit-transform-origin: 50% 50%;

}

.rec-banner .banner:hover i.fa-female {

	-ms-animation: pulse 0.3s 1;

	-webkit-animation-duration: 0.5s;

	-webkit-animation-iteration-count: 1;

	-webkit-animation-name: pulse;

	-webkit-animation-timing-function: linear;

	-webkit-transform-origin: 50% 50%;

}

.rec-banner .banner:hover i.fa-headphones {

	-ms-animation: swing 0.3s 1;

	-webkit-animation-duration: 0.5s;

	-webkit-animation-iteration-count: 1;

	-webkit-animation-name: swing;

	-webkit-animation-timing-function: linear;

	-webkit-transform-origin: 50% 50%;

}

.rec-banner .banner:hover i.fa-tags {

	-ms-animation: flash 0.3s 1;

	-webkit-animation-duration: 0.5s;

	-webkit-animation-iteration-count: 1;

	-webkit-animation-name: flash;

	-webkit-animation-timing-function: linear;

	-webkit-transform-origin: 50% 50%;

}

/*------------------------------------*\
  Subscribe
\*------------------------------------*/

.subscribe {

	background-color: #e65a4b;

	color: #ffffff;

	padding: 10px 10px 20px 10px;

}

.subscribe .heading h3 {

	color: #ffffff;

	display: block;

	font-size: 16px;

	padding-bottom: 12px;

}

.subscribe .formbox {

	position: relative;

}

.subscribe .formbox form input {

	background-color: #ffffff;

	height: 44px;

	color: #444444;

	font-size: 14px;

	padding-left: 44px;

	padding-right: 100px;

	position: relative;

}

.subscribe .formbox input::-webkit-input-placeholder {

	color: #444444;

}

.subscribe .formbox input::-moz-placeholder {

	color: #444444;

}

.subscribe .formbox input:-ms-input-placeholder {

	color: #444444;

}

.subscribe .formbox input:-moz-placeholder {

	color: #444444;

}

.subscribe .formbox i {

	color: #444444;

	font-size: 16px;

	padding: 15px;

	position: absolute;

	z-index: 1;

}

.subscribe .formbox button {

	background-color: #00aff0;

	position: absolute;

	right: 0px;

	top: 0px;

	padding: 12px;

	color: #ffffff;

}

.subscribe .formbox button:hover {

	background-color: #009edf;

}

.ani-image {

	-moz-transform-origin: 50% 50%;

	-moz-transition: all ease-in-out 0.5s;

	-ms-interpolation-mode: bicubic;

	-ms-transform-origin: 50% 50%;

	-ms-transition: all ease-in-out 0.5s;

	-o-transform-origin: 50% 50%;

	-o-transition: all ease-in-out 0.5s;

	-webkit-transform-origin: 50% 50%;

	-webkit-transition: all ease-in-out 0.5s;

	display: inline-block;

	cursor: pointer;

	min-width: 100%;

	transform-origin: 50% 50%;

	transition: all ease-in-out 0.5s;

}

.ani-image:hover {

	-moz-transform: scale(1.1) translateX(10px) translateY(10px);

	-moz-transition: all ease-in-out 2s;

	-ms-transform: scale(1.1) translateX(10px) translateY(10px);

	-ms-transition: all ease-in-out 2s;

	-o-transform: scale(1.1) translateX(10px) translateY(10px);

	-o-transition: all ease-in-out 2s;

	-webkit-transform: scale(1.1) translateX(10px) translateY(10px);

	-webkit-transition: all ease-in-out 2s;

	transform: scale(1.1) translateX(10px) translateY(10px);

	transition: all ease-in-out 2s;

}

/*------------------------------------*\
  Blog Block
\*------------------------------------*/

.blog-block .blog-entry {

	backface-visibility: hidden;

	-webkit-backface-visibility: hidden;

	-moz-backface-visibility: hidden;

	-ms-backface-visibility: hidden;

	-o-backface-visibility: hidden;

}

.blog-block .image {

	margin-bottom: 1px;

	overflow: hidden;

	position: relative;

}

.blog-block .image .blogico {

	bottom: 0px;

	color: #ffffff;

	font-size: 18px;

	padding: 10px;

	position: absolute;

	z-index: 1;

}

.blog-block .image .blogico i {

	font-size: 30px;

}

.blog-block .entry-row {

	height: 113px;

	position: relative;

	width: 100%;

}

.blog-block .entry-row .date {

	background-color: #11c0ff;

	color: #ffffff;

	display: inline-block;

	float: left;

	font-size: 12px;

	height: 100%;

	padding: 4%;

	position: relative;

	text-align: center;

	vertical-align: middle;

	width: 20%;

}

.blog-block .entry-row .date span:first-child {

	display: block;

	font-size: 55px;

	font-weight: 300;

	line-height: 50px;

}

.blog-block .entry-row .blog-text {

	background-color: #e65a4b;

	border-left: 1px #ffffff solid;

	color: #ffffff;

	display: inline-block;

	float: left;

	font-size: 13px;

	height: 100%;

	padding: 10px;

	position: relative;

	width: 80%;

}

.blog-block .entry-row .blog-text span:first-child {

	display: block;

	font-size: 22px;

	font-weight: 300;

}

.blog-block .entry-row .blog-text span:last-child {

	bottom: 0px;

	color: #ff9e8f;

	padding: 5px 10px;

	position: absolute;

	right: 0px;

}

.blog-block .entry-row .blog-text span:last-child a:last-child {

	padding-left: 10px;

}

.blog-block .entry-row .blog-text span:last-child a {

	color: #ff9e8f;

	font-size: 12px;

	text-decoration: none;

}

.blog-block .entry-row .blog-text span:last-child a .fa {

	color: #ff9e8f;

}

.blog-block .entry-row .blog-text span:last-child a:hover {

	color: #ffffff;

}

.blog-block .entry-row .blog-text span:last-child a:hover .fa {

	color: #ffffff;

}

.blog-block .box-content {

	position: relative;

}

.blog-block .box-content > .carousel-controls {

	background: none;

	height: 58px;

	line-height: 58px;

	position: absolute;

	right: 0px;

	top: 0px;

	width: 117px;

}

.blog-block .box-content > .carousel-controls .carousel-control {

	background: #11c0ff;

	opacity: 0.2;

	width: 58px;

}

.blog-block .box-content > .carousel-controls .carousel-control:hover {

	background: #22d1ff;

	opacity: 0.8;

}

.blog-block .box-content > .carousel-controls .left {

	margin-right: 1px;

}

.blog-block .box-content:hover .carousel-controls .carousel-control {

	opacity: 0.9;

}

/*------------------------------------*\
  Twitter Block
\*------------------------------------*/

div>.row>div.twitter-block {

	padding-left: 10px;

}

.twitter-block > .box-content {

	background-color: #5dc9e6;

	position: relative;

	color: white;

	height: 100%;

	padding: 30px;

	text-align: center;

	width: 100%;

	overflow: hidden;

}

.twitter-box .fa {

	color: white;

	display: block;

	font-size: 40px;

	line-height: 100px;

	width: 100%;

}

.twitter-box .title {

	display: block;

	font-size: 16px;

	font-weight: 600;

	padding-bottom: 10px;

	text-align: left;

	width: 100%;

}

.twitter-box .tweet {

	text-align: left;

}

/*------------------------------------*\
 Brands Logos
\*------------------------------------*/

.brands-row .brand-logo {

	background-color: #eeeeee;

	border-right: 1px white solid;

	float: left;

	height: 138px;

	padding: 0px 28px;

	width: 25%;

}

.brands-row .brand-logo img {

	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0px 0px 0.3333 0.3333 0.3333 0px 0px 0.3333 0.3333 0.3333 0px 0px 0px 0px 0px 1 0\'/></filter></svg>#grayscale");

	/* Firefox 3.5+ */

	filter: gray;

	/* IE6-9 */

	-webkit-filter: grayscale(100%);

	/* Chrome 19+ & Safari 6+ */

	-moz-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	transition: all 0.3s ease;

}

.brands-row .brand-logo:hover img {

	-webkit-filter: grayscale(0%);

	filter: none;

}

.brands-row .brand-logo a {

	display: table-cell;

	height: 138px;

	vertical-align: middle;

}

.brands-row .brand-logo:last-child {

	border: none;

}

.social-icons {

	padding: 0px 0;

	width: 100%;

}

.social-icons ul {

	float: left;

	width: 100%;

}

.social-icons ul li {
	display: block;
	margin: -13px 5px 0px 4px;
	float: left;
	padding: 0px 0px;
}

.social-icons ul li a {

	display: table-cell;

	vertical-align: middle;

	text-align: center;

	width: 45px;

	height: 45px;

	line-height: 0px;

	padding: 0px;

	border-radius: 50%;

}

.social-icons ul li a .fa {

	font-size: 18px;

}

.social-icons .youtube a {

	background-color: #dc2310;

}

.social-icons .twitter a {

	background-color: #33bce9;

}

.social-icons .facebook a {

	background-color: #37528d;

}

.social-icons .youtube:hover a {

	transform: scale(1.1);

}

.social-icons .twitter:hover a {

	transform: scale(1.1);

}

.social-icons .facebook:hover a {

	transform: scale(1.1);

}

.top-searchs-example1 {

	margin-top: 20px;

}

.example1 {

	height: 50px;

	overflow: hidden;

	position: relative;

}

.example1 a {

	font-size: 16px;

	color: blue;

	position: absolute;

	width: 100%;

	height: 100%;

	margin: 0;

	text-align: center;

	/* Starting position */

	-moz-transform: translateX(100%);

	-webkit-transform: translateX(100%);

	transform: translateX(100%);

	/* Apply animation to this element */

	-moz-animation: example1 15s linear infinite;

	-webkit-animation: example1 15s linear infinite;

	animation: example1 15s linear infinite;

}

/* Move it (define the animation) */

@-moz-keyframes example1 {

	0% {

		-moz-transform: translateX(100%);

	}

	100% {

		-moz-transform: translateX(-100%);

	}

}

@-webkit-keyframes example1 {

	0% {

		-webkit-transform: translateX(100%);

	}

	100% {

		-webkit-transform: translateX(-100%);

	}

}

@keyframes example1 {

	0% {

		-moz-transform: translateX(100%);

		/* Firefox bug fix */

		-webkit-transform: translateX(100%);

		/* Firefox bug fix */

		transform: translateX(100%);

	}

	100% {

		-moz-transform: translateX(-100%);

		/* Firefox bug fix */

		-webkit-transform: translateX(-100%);

		/* Firefox bug fix */

		transform: translateX(-100%);

	}

}

.jqclock {

	float: left;

	width: 100%;

	text-align: right;

	padding: 0px;

	margin: 0px;

	font-family: 'Raleway', sans-serif;

}

.clockdate {

	color: #fff;

	margin-bottom: 0px;

	font-size: 16px;

	display: block;

	font-family: 'Raleway', sans-serif;

	font-weight: 600;

}

.clocktime {

	padding: 0px;

	font-size: 14px;

	font-family: "Courier";

	color: #fff;

	margin: 0px;

	display: block;

}

.text-center {

	float: left;

	width: 100%;

	text-align: center;

}

/*------------------------------------*\
 Footer
\*------------------------------------*/

footer {

	background-color: #fff!important;

	color: #ccc8c8;

	font-size: 12px;

	padding: 20px 0 0 0;

	float: left;

	width: 100%;

}

footer li {

	line-height: 25px;

}

footer a {

	color: #aaaaaa;

}

footer a:hover {

	text-decoration: none;

	color: #eeeeee;

}

footer .title {

	text-transform: uppercase;

	color: #aaaaaa;

	font-weight: 600;

	font-size: 13px;

	padding-bottom: 5px;

}

footer .getintouch li {

	padding-bottom: 10px;

}

footer .getintouch li:hover div.icon {

	background-color: #444444;

}

footer .getintouch div.icon {

	display: table-cell;

	width: 38px;

	height: 38px;

	border: 1px #444444 solid;

	vertical-align: middle;

	text-align: center;

	-webkit-transition: all 150ms ease-in-out;

	-moz-transition: all 150ms ease-in-out;

	-o-transition: all 150ms ease-in-out;

	-ms-transition: all 150ms ease-in-out;

	transition: all 150ms ease-in-out;

}

footer .getintouch .fa {

	font-size: 15px;

	line-height: 27px;

}

footer .getintouch span a {

	display: block;

	line-height: 0px;

}

footer .getintouch div.c-info {

	display: table-cell;

	padding-left: 10px;

}

footer .social-icons {

	padding: 10px 0;

}

footer .social-icons ul li {

	display: block;

	margin-right: 1px;

	float: left;

}

footer .social-icons ul li a {

	display: table-cell;

	vertical-align: middle;

	text-align: center;

	width: 55px;

	height: 55px;

	line-height: 0px;

	padding: 0px;

	background-color: #444444;

}

footer .social-icons ul li a .fa {

	font-size: 18px;

}

footer .social-icons .google-plus:hover a {

	background-color: #dc2310;

}

footer .social-icons .linkedin:hover a {

	background-color: #148bba;

}

footer .social-icons .twitter:hover a {

	background-color: #33bce9;

}

footer .social-icons .facebook:hover a {

	background-color: #37528d;

}

footer .copyrights {

	background-color: #464646;

	border-top: 1px #444444 solid;

	padding-top: 14px;

}

footer .copyrights .copytxt {

	padding-bottom: 10px;

	display: inline-block;

	font-family: 'Quicksand', sans-serif;

	font-size: 16px;

}

footer .copyrights .payment-icons {

	padding-bottom: 10px;

	float: right;

	text-align: center;

}

footer .copyrights .payment-icons a {

	display: inline-block;

	padding-left: 10px;

	opacity: 0.2;

}

footer .copyrights .payment-icons a:hover {

	opacity: 0.4;

}

footer .copyrights .btmlinks {

	padding-left: 20px;

}

h1 {

	font-size: 35px;

	font-weight: 600;

}

h2 {

	font-size: 30px;

	font-weight: 100;

}

/*------------------------------------*\
 Page: About
\*------------------------------------*/

/* .page-title {
    display: block;	
    background-color: #5a842f!important; 
    padding: 20px 20px 20px 20px;
    margin: 0px;
    
} */

.page-title h2 {

	color: #5e5e5e;

	line-height: 95px;

	margin: 0;

}

.page-title span {

	font-size: 18px;
	color:#fff;

}

.about-company-container {

	background-color: #eeeeee;

}

.about-image {

	padding-right: 0;

	border-right: 1px #ffffff solid;

}

.about-image img {

	width: 100%;

}

.about-company {
	padding: 10px;
	color: #5e5e5e;
	text-align: justify;
}

.about-company h1,

.about-company h2,

.about-company h3,

.about-company h4,

.about-company h5,

.about-company p {

	margin: 0;

	padding: 10px 10px 0 10px;

	color: #5e5e5e;

}

/*------------------------------------*\
 Page: About > Features Box
\*------------------------------------*/

.circle-icon {

	display: inline-block;

	width: 50px;

	height: 50px;

	line-height: 50px;

	color: #444444 !important;

	border: 1px solid #aaaaaa !important;

	-moz-border-radius: 75px;

	-webkit-border-radius: 75px;

	border-radius: 75px;

	text-align: center;

}

.feature-box {

	background-color: #eeeeee;

	padding: 20px;

}

.feature-box .feature-title {

	color: #5e5e5e;

}

.feature-box .feature-title .fa {

	color: #5e5e5e;

	font-size: 20px;

}

.feature-box .feature-title h4 {

	display: inline-block;

	color: #5e5e5e;

	padding-left: 10px;

	font-weight: 400;

	font-size: 20px;

}

/*------------------------------------*\
 Page: About > Big Unit
\*------------------------------------*/

.big-unit {

	background-color: #e65a4b;

	color: #ffffff;

	padding: 60px;

	width: 100%;

}

.big-unit h1 {

	font-size: 40px;

	font-weight: 300;

	color: #ffffff;

}

.big-unit p {

	font-size: 30px;

	font-weight: 300;

	color: #eeeeee;

	padding-bottom: 10px;

}

.big-unit .btn {

	background-color: #008dce;

	font-size: 20px;

	font-weight: 300;

	padding: 20px;

}

.big-unit .btn:hover {

	color: #ffffff;

	background-color: #009edf;

	text-decoration: none;

}

.big-unit a {

	font-weight: 400;

}

.big-unit a:hover {

	text-decoration: none;

	color: #ff9e8f;

}

/*------------------------------------*\
 Pagesidebar
\*------------------------------------*/

.page-sidebar > .box-heading {

	background-color: #83b143;

	margin-bottom: 1px;

}

.page-sidebar > .box-heading > span {

	text-transform: none;

	font-size: 18px;

}

.panel-group .panel {

	border: none;

}

.panel-default > .panel-heading {

	background-color: #00aff0;

	color: #ffffff;

	padding: 14px 15px;

	cursor: pointer;

}

.panel-default > .panel-heading a {

	color: #ffffff;

}

.panel-default > .panel-heading a span {

	padding-right: 10px;

	font-size: 12px;

}

.panel-default > .panel-heading a:hover {

	text-decoration: none;

}

.panel-default > .panel-heading.opened {

	background-color: #11c0ff;

	-webkit-transition: all 150ms ease-in-out;

	-moz-transition: all 150ms ease-in-out;

	-o-transition: all 150ms ease-in-out;

	-ms-transition: all 150ms ease-in-out;

	transition: all 150ms ease-in-out;

}

.panel-default > .panel-heading.opened:hover {

	background-color: #00aff0;

}

.panel-default > .panel-heading.closed {

	background-color: #00aff0;

	-webkit-transition: all 150ms ease-in-out;

	-moz-transition: all 150ms ease-in-out;

	-o-transition: all 150ms ease-in-out;

	-ms-transition: all 150ms ease-in-out;

	transition: all 150ms ease-in-out;

}

.panel-default > .panel-heading.closed:hover {

	background-color: #11c0ff;

}

.panel-title {

	margin: 0;

}

.panel-group .panel-heading + .panel-collapse .panel-body {

	border: none !important;

}

.panel-group .panel + .panel {

	margin-top: 1px !important;

}

.panel-group .panel .panel-body {

	margin: 0;

	padding: 0;

	border: 0;

	background-color: #f6f6f6;

}

.panel-group .panel .panel-body ul {

	margin: 0;

}

.panel-group .panel .panel-body ul > li {

	border-top: 1px #eeeeee solid;

}

.panel-group .panel .panel-body ul > li:hover {

	background-color: #ffffff;

}

.panel-group .panel .panel-body ul > .item > a {

	margin: 0;

	padding: 12px 37px;

	display: block;

	color: #444444;

}

.panel-group .panel .panel-body ul > .item > a:hover {

	text-decoration: none;

}

.nav-tabs > li.active > a,

.nav-tabs > li.active > a:hover,

.nav-tabs > li.active > a:focus {

	color: none;

	color: #fff;

	background-color: #83b143;

	border: 0;

	cursor: default;

}

.nav-tabs > li.active > a .fa,

.nav-tabs > li.active > a:hover .fa,

.nav-tabs > li.active > a:focus .fa {

	color: #444444;

}

.nav-tabs > li > a {

	margin-right: 1px;

	background: #e65a4b;

	border: 0;

	border-right: 1px #ffffff solid !important;

	border-bottom: 1px #ffffff solid !important;

	padding: 19px 25px;

}

.nav-tabs > li > a:hover {

	color: #444444;

}

.nav-tabs > li > a:hover i {

	color: #444444;

}

.nav-tabs > li.active > a {

	border-bottom: 0 !important;

}

.nav-tabs > li:last-child > a {

	border-right: 0 !important;

}

.nav-tabs.nav-justified > li > a {

	border-bottom: 0;

	margin-right: 0;

}

.nav-tabs {

	margin: 0;

	padding: 0;

	border: 0;

}

.nav-tabs > li.active {

	background-color: #f3f3f3;

}

.nav-tabs > li.active > a {

	background-color: none;

}

.tab-content > .active,

.pill-content {

	padding: 15px;

}

.tab-content > .active,

.pill-content > .active {

	background-color: #f3f3f3;

}

.post-summery-list {

	padding: 15px 0px;

	border-bottom: 1px #aaaaaa solid;

}

.post-summery-list:last-child {

	border-bottom: 0;

	padding-bottom: 0px;

}

.small-post-image {

	float: left;

	padding-right: 10px;

}

.post-summery {

	font-size: 13px;

}

.post-summery p {

	line-height: 20px;

	color: #444444;

}

.post-summery a {

	font-size: 14px;

	color: #00aff0;

	font-weight: 600;

}

.post-summery a:hover {

	color: #22d1ff;

	text-decoration: none;

}

.post-comments-list {

	padding: 15px 0px;

	border-bottom: 1px #aaaaaa solid;

}

.post-comments-list:last-child {

	border-bottom: 0;

	padding-bottom: 0px;

}

.post-comments {

	font-size: 12px;

}

.post-comments em {

	line-height: 20px;

	color: #444444;

	display: block;

}

.post-comments a {

	font-size: 13px;

	color: #00aff0;

}

.post-comments a:hover {

	color: #22d1ff;

	text-decoration: none;

}

.tags {

	padding: 10px;

	position: relative;

	background-color: #f3f3f3;

}

.tags a {

	color: #444444;

	display: inline-block;

	margin: 5px;

	padding: 5px 10px;

	background-color: #d8d8d8;

}

.tags a:hover {

	text-decoration: none;

	background-color: #e65a4b;

	color: #ffffff;

}

.blog-summery {

	background-color: #f3f3f3;

	padding: 10px;

	min-height: 175px;

}

.blog-summery h1 {

	margin: 0;

}

.blog-summery p {

	margin: 0;

}

.blog-summery p a {

	color: #00aff0;

}

.blog-summery p a:hover {

	color: #11c0ff;

}

/*------------------------------------*\
 Page: Blog
\*------------------------------------*/

.blogimage {

	position: relative;

	display: block;

	width: 100%;

	background-color: #e65a4b;

	overflow: hidden;

	margin-bottom: 1px;

}

.blogcontent h1 {

	font-size: 20px;

	font-weight: 300;

	color: inherit;

	line-height: 25px;

}

.blogcontent .bloginfo {

	color: #444444;

	padding: 0 10px;

	float: right;

	font-size: 12px;

	display: block;

	width: 100%;

	text-align: right;

	border-bottom: 1px #aaaaaa solid;

	margin-bottom: 15px;

	text-transform: uppercase;

}

.blogcontent .bloginfo .fa {

	color: #444444;

}

.blogcontent .bloginfo a {

	color: #444444;

	text-decoration: none;

}

.blogcontent .bloginfo a:hover {

	color: #aaaaaa;

}

.blogcontent .bloginfo a:hover .fa {

	color: #aaaaaa;

}

.blogcontent .bloginfo a:last-child {

	padding-left: 10px;

}

.blogcontent .date {

	background-color: #00aff0;

	color: #ffffff;

	display: table-cell;

	float: left;

	font-size: 18px;

	padding: 16px 0 0 0;

	text-align: center;

	vertical-align: middle;

	z-index: 1;

}

.blogcontent .date span:first-child {

	display: block;

	font-size: 80px;

	font-weight: 300;

	line-height: 70px;

}

.blogcontent .date a {

	margin-top: 8px;

	border-top: 1px #ffffff solid;

	display: block;

	width: 100%;

}

/*------------------------------------*\
 Pagination
\*------------------------------------*/

.dynamic_pagination {

	display: inline-block;

	padding-left: 0;

	margin: 20px 0;

	border-radius: 0;
	float: right;
}

.dynamic_pagination > li {

	display: inline;

}

.dynamic_pagination > li > a,

.dynamic_pagination > li > span {

	position: relative;

	float: left;

	padding: 6px 12px;

	margin-left: -1px;

	line-height: 1.428571429;

	text-decoration: none;

	color: #ffffff;

	background-color: #a6e522;

	border: 1px solid #ffffff;

}

.dynamic_pagination > li > a:hover,

.dynamic_pagination > li > span:hover,

.dynamic_pagination > li > a:focus,

.dynamic_pagination > li > span:focus {

	background-color: #41ce91;

}

.dynamic_pagination > li:first-child > a,

.dynamic_pagination > li:first-child > span {

	margin-left: 0;

}

.dynamic_pagination > .active > a,

.dynamic_pagination > .active > span,

.dynamic_pagination > .active > a:hover,

.dynamic_pagination > .active > span:hover,

.dynamic_pagination > .active > a:focus,

.dynamic_pagination > .active > span:focus {

	z-index: 2;

	color: #ffffff;

	cursor: default;

	background-color: #41ce91;

}

.dynamic_pagination > .disabled > span,

.dynamic_pagination > .disabled > span:hover,

.dynamic_pagination > .disabled > span:focus,

.dynamic_pagination > .disabled > a,

.dynamic_pagination > .disabled > a:hover,

.dynamic_pagination > .disabled > a:focus {

	color: #11c0ff;

	cursor: not-allowed;

	background-color: #a6e522;
	
}

.pagination-lg > li > a,

.pagination-lg > li > span {

	padding: 10px 18px;

	font-size: 18px;

}

.pagination-sm > li > a,

.pagination-sm > li > span {

	padding: 5px 10px;

	font-size: 12px;

}

/*------------------------------------*\
 Pager
\*------------------------------------*/

.pager {

	padding-left: 0;

	margin: 20px 0;

	text-align: center;

	list-style: none;

}

.pager li {

	display: inline;

}

.pager li > a,

.pager li > span {

	display: inline-block;

	padding: 5px 14px;

	background-color: #ffffff;

	border: 1px solid #dddddd;

	border-radius: 15px;

}

.pager li > a:hover,

.pager li > a:focus {

	text-decoration: none;

	background-color: #eeeeee;

}

.pager .next > a,

.pager .next > span {

	float: right;

}

.pager .previous > a,

.pager .previous > span {

	float: left;

}

.pager .disabled > a,

.pager .disabled > a:hover,

.pager .disabled > a:focus,

.pager .disabled > span {

	color: #999999;

	cursor: not-allowed;

	background-color: #ffffff;

}

.pager:before {

	display: table;

	content: " ";

}

.pager:after {

	display: table;

	content: " ";

	clear: both;

}

/*------------------------------------*\
 Page: Blog Single Post
\*------------------------------------*/

.blog-single .post-image {

	display: block;

	overflow: hidden;

	width: 100%;

}

.blog-single .post-image img {

	width: 100%;

}

.blog-single .post-title {

	background-color: #e65a4b;

	color: #ffffff;

}

.blog-single .post-title h1 {

	font-size: 30px;

	font-weight: 300;

	line-height: 34px;

	padding: 20px;

	margin: 0;

}

.blog-single .post-info {

	position: relative;

	background-color: #e65a4b;

	margin-top: 1px;

	font-size: 12px;

}

.blog-single .post-info .fa {

	font-size: 15px;

	padding-right: 5px;

}

.blog-single .post-info ul.pinfo {

	padding: 20px;

}

.blog-single .post-info ul.pinfo > li {

	display: inline-block;

	padding-right: 15px;

}
/* .justify-content-center1{float:left;!important} */
.blog-single .post-info .sharethis {

	position: absolute;

	top: 0;

	right: 0;

	padding: 20px;

	background: #00aff0;

	border-left: 1px #ffffff solid;

}

.blog-single .post-info .sharethis:hover {

	background: #009edf;

	cursor: pointer;

}

.blog-single .post-info .sharethis ul > li {

	text-align: left;

	width: 83%;

	margin-top: 1px;

}

.blog-single .post-info .sharethis ul > li a {

	color: #ffffff;

	font-size: 12px;

}

.blog-single .post-info .sharethis .sharefacebook {

	background-color: #37528d;

}

.blog-single .post-info .sharethis .sharefacebook:hover {

	background-color: #4567b2;

}

.blog-single .post-info .sharethis .sharetwitter {

	background-color: #33bce9;

}

.blog-single .post-info .sharethis .sharetwitter:hover {

	background-color: #61cbee;

}

.blog-single .post-info .sharethis .sharegoogleplus {

	background-color: #dc2310;

}

.blog-single .post-info .sharethis .sharegoogleplus:hover {

	background-color: #f0412f;

}

.blog-single .post-info .sharethis .sharepinterest {

	background-color: #cc4f43;

}

.blog-single .post-info .sharethis .sharepinterest:hover {

	background-color: #d7756b;

}

.blog-single .post-text {

	padding: 20px;

	background-color: #f3f3f3;

	margin-top: 1px;

}

.blog-single .post-text h1,

.blog-single .post-text h2,

.blog-single .post-text h3,

.blog-single .post-text h4,

.blog-single .post-text h5,

.blog-single .post-text h6,

.blog-single .post-text p {

	line-height: 20px;

	color: #444444;

	font-weight: 400;

}

.blog-single .post-text h1 {

	font-size: 20px;

}

.blog-single .post-text h2 {

	font-size: 18px;

}

.blog-single .post-text h3 {

	font-size: 16px;

}

.blog-single .post-text h4,

.blog-single .post-text h5,

.blog-single .post-text h6 {

	font-size: 15px;

}

.blog-single .post-text p {

	font-size: 14px;

}

.blog-single .post-author {

	display: block;

}

.blog-single .post-author .image {

	width: 15%;

	display: block;

	float: left;

}

.blog-single .post-author .author-info {

	width: 84.8%;

	min-height: 127px;

	display: block;

	float: right;

	padding: 15px;

	background-color: #f3f3f3;

}

.blog-single .post-author .author-info a {

	font-weight: 600;

	color: #e65a4b;

}

.blog-single .post-author .author-info ahover {

	color: #f76b5c;

}

.blog-single .post-author .author-info p {

	margin: 8px 0;

}

.blog-single .post-author .author-info ul > li {

	float: left;

	padding: 0 10px 0 0;

	maring: 0;

}

.blog-single .post-author .author-info ul > li a i {

	color: #aaaaaa;

}

.blog-single .post-author .author-info ul > li a i:hover {

	color: #f76b5c;

}

.blog-single .comment-box {

	background-color: #00aff0;

	content: " ";

	display: table;

	padding: 20px;

	margin-top: 1px;

}

.blog-single .user-image {

	width: 12%;

	display: block;

	float: left;

}

.blog-single .user-info {

	display: block;

	float: right;

	width: 87.5%;

	color: #ffffff;

	padding-left: 20px;

}

.blog-single .user-info p {

	padding: 10px 0;

	margin: 0;

}

.blog-single .user-info .username {

	font-weight: 600;

}

.blog-single .user-info .sp {

	padding: 0 10px;

}

.blog-single .user-info span:last-child {

	float: right;

}

.blog-single .reply {

	margin-left: 30px;

}

.blog-single .comment-reply {

	background-color: #f3f3f3;

	padding: 30px;

	display: table;

}

.blog-single .comment-reply .title {

	font-size: 25px;

	font-weight: 300;

	padding-bottom: 20px;

	display: block;

}

.blog-single .comment-reply input,

.blog-single .comment-reply textarea {

	color: #777777;

	width: 100%;

	background: #ffffff;

	padding: 10px;

	border: 1px #dddddd solid;

	margin-bottom: 10px;

}

.blog-single .comment-reply input:focus,

.blog-single .comment-reply textarea:focus {

	outline: none;

}

.blog-single .comment-reply .instruction {

	font-size: 13px;

	font-weight: 300;

	color: #5e5e5e;

}

.blog-single .comment-reply .btn {

	font-size: 20px;

	font-weight: 300;

}

/*------------------------------------*\
 Page: Shop Category Grid
\*------------------------------------*/

.shop-page-title {

	padding: 30px;

	display: table;

	width: 100%;

	/*
	background: url("../images/men-title.jpg") no-repeat;
	*/

	background-position: right 0 top;

}

.shop-page-title h2 {

	margin-top: 0;

	padding-top: 0;

	text-transform: uppercase;

}

.shop-page-title ul {

	display: block;

	padding-right: 30px;

}

.shop-page-title ul li {

	padding: 5px 0;

	font-size: 13px;

}

.dark {

	background-color: #333333;

	color: #eeeeee;

}

.light {

	background-color: #eeeeee;

	color: #5e5e5e;

}

.light a {

	color: #5e5e5e;

}

.category-heading {

	display: table;

	width: 100%;

}

.category-heading .nav-pills > li + li {

	margin: 0;

}

.category-heading .dropdown > a,

.category-heading .view-list a,

.category-heading .view-grid a {

	padding: 19px 20px;

	border-left: 1px #22d1ff solid;

	border-top: 0;

	color: #ffffff;

}

.category-heading .dropdown-menu {

	background-color: #00aff0;

	border: 0;

}

.category-heading .dropdown-menu li a {

	padding: 12px;

}

.category-heading ul li a {

	color: #ffffff;

	border-top: 1px #22d1ff solid;

}

.category-heading ul li a:hover {

	background-color: #009edf;

	color: #ffffff;

}

.category-heading .nav .open > a,

.category-heading .nav .open > a:hover,

.category-heading .nav .open > a:focus {

	background-color: #009edf;

	color: #ffffff;

}

.category-heading span {

	text-transform: none;

	float: left;

}

.tooltip {

	position: absolute;

	z-index: 1030;

	display: block;

	font-size: 12px;

	line-height: 1.4;

	opacity: 0;

	filter: alpha(opacity=0);

	visibility: visible;

}

.tooltip.in {

	opacity: 0.9;

	filter: alpha(opacity=90);

}

.tooltip.top {

	padding: 5px 0;

	margin-top: -3px;

}

.tooltip.top .tooltip-arrow {

	bottom: 0;

	left: 50%;

	margin-left: -5px;

	border-top-color: #c73b2c;

	border-width: 5px 5px 0;

}

.tooltip.right {

	padding: 0 5px;

	margin-left: 3px;

}

.tooltip.right .tooltip-arrow {

	top: 50%;

	left: 0;

	margin-top: -5px;

	border-right-color: #c73b2c;

	border-width: 5px 5px 5px 0;

}

.tooltip.bottom {

	padding: 5px 0;

	margin-top: 3px;

}

.tooltip.bottom .tooltip-arrow {

	top: 0;

	left: 50%;

	margin-left: -5px;

	border-bottom-color: #c73b2c;

	border-width: 0 5px 5px;

}

.tooltip.left {

	padding: 0 5px;

	margin-left: -3px;

}

.tooltip.left .tooltip-arrow {

	top: 50%;

	right: 0;

	margin-top: -5px;

	border-left-color: #c73b2c;

	border-width: 5px 0 5px 5px;

}

.tooltip-inner {

	max-width: 200px;

	padding: 3px 8px;

	color: #ffffff;

	text-align: center;

	text-decoration: none;

	background-color: #c73b2c;

	border-radius: 0;

}

.tooltip-arrow {

	position: absolute;

	width: 0;

	height: 0;

	border-color: transparent;

	border-style: solid;

}

.tooltip.top-left .tooltip-arrow {

	bottom: 0;

	left: 5px;

	border-top-color: #c73b2c;

	border-width: 5px 5px 0;

}

.tooltip.top-right .tooltip-arrow {

	right: 5px;

	bottom: 0;

	border-top-color: #c73b2c;

	border-width: 5px 5px 0;

}

.tooltip.bottom-left .tooltip-arrow {

	top: 0;

	left: 5px;

	border-bottom-color: #c73b2c;

	border-width: 0 5px 5px;

}

.tooltip.bottom-right .tooltip-arrow {

	top: 0;

	right: 5px;

	border-bottom-color: #c73b2c;

	border-width: 0 5px 5px;

}

.irs {

	position: relative;

	display: block;

}

.irs-line {

	position: relative;

	display: block;

	overflow: hidden;

}

.irs-line-left,

.irs-line-mid,

.irs-line-right {

	position: absolute;

	display: block;

	top: 0;

}

.irs-line-left {

	left: 0;

	width: 10%;

}

.irs-line-mid {

	left: 10%;

	width: 80%;

}

.irs-line-right {

	right: 0;

	width: 10%;

}

.irs-diapason {

	position: absolute;

	display: block;

	left: 0;

	width: 100%;

}

.irs-slider {

	position: absolute;

	display: block;

	cursor: default;

	z-index: 1;

}

.irs-slider.single {

	left: 10px;

}

.irs-slider.single:before {

	position: absolute;

	display: block;

	content: "";

	top: -50%;

	left: -100%;

	width: 300%;

	height: 200%;

	background: rgba(0, 0, 0, 0);

}

.irs-slider.from {

	left: 100px;

}

.irs-slider.from:before {

	position: absolute;

	display: block;

	content: "";

	top: -50%;

	left: -200%;

	width: 300%;

	height: 200%;

	background: rgba(0, 0, 0, 0);

}

.irs-slider.to {

	left: 300px;

}

.irs-slider.to:before {

	position: absolute;

	display: block;

	content: "";

	top: -50%;

	left: 0;

	width: 300%;

	height: 200%;

	background: rgba(0, 0, 0, 0);

}

.irs-slider.last {

	z-index: 2;

}

.irs-min {

	position: absolute;

	display: block;

	left: 0;

	cursor: default;

}

.irs-max {

	position: absolute;

	display: block;

	right: 0;

	cursor: default;

}

.irs-from,

.irs-to,

.irs-single {

	position: absolute;

	display: block;

	top: 0;

	left: 0;

	cursor: default;

	white-space: nowrap;

}

.irs-grid {

	position: absolute;

	display: none;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 20px;

}

.irs-with-grid .irs-grid {

	display: block;

}

.irs-grid-pol {

	position: absolute;

	top: 0;

	left: 0;

	width: 1px;

	height: 8px;

	background: #000;

}

.irs-grid-pol.small {

	height: 4px;

}

.irs-grid-text {

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100px;

	white-space: nowrap;

	text-align: center;

	font-size: 9px;

	line-height: 9px;

	color: #000;

}

.irs-line-mid,

.irs-line-left,

.irs-line-right,

.irs-diapason,

.irs-slider {

	background-color: #aaaaaa;

}

.irs {

	height: 40px;

	margin: 20px 0;

}

.irs-with-grid {

	height: 60px;

}

.irs-line {

	height: 12px;

	top: 25px;

}

.irs-line-left {

	height: 12px;

}

.irs-line-mid {

	height: 12px;

}

.irs-line-right {

	height: 12px;

}

.irs-diapason {

	height: 12px;

	top: 25px;

	background-color: #e65a4b;

}

.irs-slider {

	width: 16px;

	height: 18px;

	top: 22px;

	background-color: rgba(0, 0, 0, 0);

	border-right: 2px #e65a4b solid;

}

#irs-active-slider,

.irs-slider:hover {

	border-right: 4px #c73b2c solid;

	cursor: pointer;

}

.irs-min,

.irs-max {

	color: #aaaaaa;

	font-size: 10px;

	line-height: 1.333;

	text-shadow: none;

	top: 0;

	padding: 1px 3px;

	background: #eeeeee;

	border-radius: 0px;

}

.irs-from,

.irs-to,

.irs-single {

	color: #fff;

	font-size: 10px;

	line-height: 1.333;

	text-shadow: none;

	padding: 1px 5px;

	background: #e65a4b;

	border-radius: 0px;

}

.irs-from:after,

.irs-to:after,

.irs-single:after {

	position: absolute;

	display: block;

	content: "";

	bottom: -6px;

	left: 50%;

	width: 0;

	height: 0;

	margin-left: -3px;

	overflow: hidden;

	border: 3px solid transparent;

	border-top-color: #ed5565;

}

.irs-grid-pol {

	background: #e1e4e9;

}

.irs-grid-text {

	color: #999;

}

.categorycount {

	background-color: #009edf;

	border: 1px #008dce solid;

	font-size: 12px;

	border-radius: 50%;

	-moz-border-radius: 50%;

	-webkit-border-radius: 50%;

	color: #ffffff;

	display: inline-block;

	line-height: 14px;

	text-align: center;

	padding: 2px;

	float: right;

}

.shopby {

	padding: 20px;

	background-color: #f3f3f3;

	display: table;

	width: 100%;

}

.shopby .color {

	width: 30px;

	height: 30px;

	display: inline-block;

	margin: -2px -1px;

}

.shopby .color span {

	padding-bottom: 10px;

	display: block;

	color: #444444;

}

.compare {

	padding: 20px;

	background-color: #f3f3f3;

	display: table;

	width: 100%;

}

.compare span {

	display: block;

	width: 100%;

	padding: 5px 0;

}

.compare a,

.compare i {

	color: #444444;

}

.compare a:hover,

.compare i:hover {

	color: #aaaaaa;

}

.compare .btn {

	margin-top: 20px;

}

/*------------------------------------*\
 Page: Shop Category List
\*------------------------------------*/

.list-product .product-image {

	padding-right: 1px;

}

.list-product .image {

	overflow: hidden;

	position: relative;

}

.list-product .image .product-label {

	color: #ffffff;

	font-weight: 900;

	left: 10px;

	padding: 5px 10px;

	position: absolute;

	top: 10px;

	z-index: 1;

}

.list-product .producttitle {

	padding: 20px;

	background-color: #e65a4b;

}

.list-product .producttitle h1 {

	margin: 0;

	color: #ffffff;

	font-size: 18px;

	font-weight: 600;

}

.list-product .rating {

	display: inline-block;

}

.list-product .rating .fa {

	color: #ff9e8f;

	font-size: 13px;

	height: 20px;

	margin-top: 20px;

	position: relative;

	width: auto;

}

.list-product .rating .fa.fa-star {

	color: #ffffff;

}

.list-product span.reviews-info {

	width: 50%;

	display: inline-block;

	color: #ffffff;

	font-size: 13px;

	padding-left: 20px;

}

.list-product .product-price {

	margin-top: 1px;

}

.list-product .big-price {

	background-color: #00aff0;

	color: #ffffff;

	display: block;

	width: 100%;

	padding: 50px;

	vertical-align: middle;

	text-align: center;

	min-width: 195px;

	min-height: 168px;

}

.list-product .big-price .sym {

	font-size: 14px;

	vertical-align: super;

}

.list-product .price-old {

	display: block;

	text-align: right;

	text-decoration: line-through;

	position: absolute;

	right: 20%;

	top: 25%;

}

.list-product .price-new {

	display: block;

	font-size: 30px;

	font-weight: 900;

	padding-top: 10px;

}

.list-product .product-meta {

	margin-top: 1px;

}

.list-product .productmeta {

	background-color: #333333;

	min-height: 168px;

	color: #ffffff;

	display: table;

	margin-left: 1px;

	width: 100%;

}

.list-product .productmeta p {

	padding: 15px;

	margin: 0;

	font-size: 13px;

}

.list-product .productmeta p a {

	color: #e65a4b;

}

.list-product .productmeta p a:hover {

	color: #f76b5c;

}

.list-product .product-title,

.list-product .product-price,

.list-product .product-meta {

	padding-left: 0;

}

.list-product .product-price {

	padding-right: 0;

}

.list-product .category-list-btns {

	float: right;

	padding: 15px;

}

.list-product .category-list-btns .btn {

	padding: 13px;

	margin: 2px;

}

.list-product .category-list-btns .btn:focus {

	outline: none;

}

.list-product .category-list-btns .btn .fa {

	font-size: 20px;

}

.list-product .category-list-btns .btn-addtocart {

	background-color: #00aff0;

	color: #ffffff;

}

.list-product .category-list-btns .btn-addtocart:hover {

	background-color: #009edf;

}

.list-product .category-list-btns .btn-wishlist {

	background-color: #f76b5c;

	color: #ffffff;

}

.list-product .category-list-btns .btn-wishlist:hover {

	background-color: #e65a4b;

}

.list-product .category-list-btns .btn-compare {

	background-color: #feaa37;

	color: #ffffff;

}

.list-product .category-list-btns .btn-compare:hover {

	background-color: #fe9404;

}

.single-product .thumbs {

	padding-left: 0;

	padding-right: 10px;

}

.single-product .thumbs ul {

	display: block;

}

.single-product .thumbs ul > li {

	padding-bottom: 10px;

}

.single-product .thumbs ul > li:last-child {

	padding-bottom: 0;

}

.single-product .big-image {

	padding-left: 0;

}

/*------------------------------------*\
 Page: Shop Product Page
\*------------------------------------*/

.product-details {

	padding: 0;

}

.product-details .title {

	background: #e65a4b;

	color: #ffffff;

	padding: 15px;

	height: 97px;

	overflow: hidden;

}

.product-details .title h1 {

	margin: 0;

	padding: 0 0 10px 0;

	font-size: 20px;

	font-weight: 400;

	border-bottom: 1px #d84c3d solid;

}

.product-details .title .rating {

	padding-top: 10px;

	font-size: 13px;

}

.product-details .title .rating i {

	color: #ff9e8f;

}

.product-details .title .rating i.fa-star {

	color: #ffffff;

}

.product-details .title .rating span {

	padding-left: 10px;

}

.product-details .title .rating a {

	border-left: 1px #d84c3d solid;

	padding-left: 10px;

	margin-left: 10px;

}

.product-details .title .rating a:hover {

	color: #ff9e8f;

}

.product-details .short-info-wr {

	padding-top: 10px;

	padding-right: 15px;

}

.product-details .short-info {

	color: #444444;

	background-color: #eeeeee;

	padding: 15px;

	height: 135px;

	overflow: hidden;

}

.product-details .short-info span.available {

	color: lightgreen;

	background: #444444;

	padding: 3px;

	font-size: 12px;

	font-weight: 900;

}

.product-details .short-info span.notavailable {

	color: red;

	background: #444444;

	padding: 3px;

	font-size: 12px;

	font-weight: 900;

}

.product-details .short-info p {

	margin: 10px 0 0 0;

	font-size: 13px;

}

.product-details .special-offers-wr {

	padding-top: 10px;

	padding-left: 0;

}

.product-details .special-offers {

	background: #eeeeee;

	color: #444444;

	font-size: 12px;

	padding: 10px;

	height: 100px;

	overflow: hidden;

}

.product-details .special-offers span {

	text-transform: uppercase;

	display: block;

	padding: 5px 0;

}

.product-details .special-offers span:last-child {

	padding-bottom: 0;

}

.product-details .share-product {

	background: #eeeeee;

	color: #444444;

	font-size: 12px;

	padding: 15px;

	overflow: hidden;

	height: 62px;

	margin-top: 10px;

}

.product-details .share-product .addthis-btn {

	padding: 0 4px;

}

.product-details .share-product .addthis-btn:first-child {

	padding-left: 0;

}

.product-details .share-product .addthis_button_compact {

	padding-right: 0;

}

.product-details .share-product .addthis_button_compact span {

	margin: 0;

}

.product-details .price-wr {

	padding-top: 10px;

	padding-right: 10px;

}

.product-details .big-price {

	background-color: #00aff0;

	color: #ffffff;

	display: block;

	width: 100%;

	padding: 19px;

	vertical-align: middle;

	text-align: center;

	min-height: 90px;

}

.product-details .big-price .sym {

	font-size: 14px;

	vertical-align: super;

}

.product-details .price-old {

	display: block;

	text-align: right;

	text-decoration: line-through;

	position: absolute;

	right: 20%;

	top: 25%;

}

.product-details .price-new {

	display: block;

	font-size: 30px;

	font-weight: 900;

	padding-top: 10px;

}

.product-details .att-row,

.product-details .addthis_toolbox {

	display: table;

	margin: 0 auto;

}

.product-details .product-btns-wr {

	padding-top: 10px;

	padding-left: 0;

}

.product-details .product-btns {

	background-color: #e65a4b;

	color: #ffffff;

	display: block;

	padding: 5px;

	min-height: 90px;

}

.product-details .product-btns i {

	font-size: 20px;

}

.product-details .short-info-opt-wr {

	padding-right: 10px;

	padding-top: 10px;

}

.product-details .short-info-opt {

	background-color: #eeeeee;

}

.product-details .short-info-share-wr {

	padding-left: 0px;

	padding-top: 10px;

}

.product-details .short-info-opt {

	padding: 14px;

	max-height: 62px;

	height: 62px;

}

.product-details .qty-wr {

	width: 110px;

	float: left;

	margin-right: 10px;

}

.product-details .qty-text {

	padding-right: 10px;

	float: left;

	line-height: 35px;

}

.product-details .quantity-inp input {

	width: 50px;

	text-align: center;

	color: #ffffff;

	float: left;

	height: 36px;

	font-weight: 900;

}

.product-details .quantity-txt {

	display: table;

	line-height: 18px;

}

.product-details a.qty {

	background-color: #d84c3d;

	color: #ffffff;

	padding: 2px;

}

.product-details a.qty:hover {

	background-color: #c73b2c;

}

.product-details .color-wr {

	float: left;

}

.product-details .color-options a.dropdown-toggle {

	padding: 11px;

	line-height: 36px;

	background-color: #f76b5c;

}

.product-details .color-options ul.dropdown-menu li a {

	border-top: 1px #eeeeee solid;

	border-left: 5px black solid;

}

.product-details .color-options ul.dropdown-menu li a:hover {

	background-color: #eeeeee;

}

.product-details .size-wr {

	float: left;

	margin-left: 10px;

}

.product-details .size-wr .dropdown-menu {

	width: 112px;

	min-width: 112px;

}

.product-details .size-options a.dropdown-toggle {

	padding: 11px;

	line-height: 36px;

	background-color: #f76b5c;

}

.product-details .size-options ul.dropdown-menu li a {

	border-top: 1px #eeeeee solid;

}

.product-details .size-options ul.dropdown-menu li a:hover {

	background-color: #eeeeee;

}

.product-details .product-big-btns {

	display: table;

	padding: 8px 0;

	margin: 0 auto;

}

.product-details .product-big-btns .btn {

	margin: 5px;

	padding: 15px;

}

.product-details .product-big-btns .btn-addtocart {

	background-color: #00aff0;

	color: #ffffff;

}

.product-details .product-big-btns .btn-addtocart:hover {

	background-color: #009edf;

}

.product-details .product-big-btns .btn-wishlist {

	background-color: #c73b2c;

	color: #ffffff;

}

.product-details .product-big-btns .btn-wishlist:hover {

	background-color: #d84c3d;

}

.product-details .product-big-btns .btn-compare {

	background-color: #feaa37;

	color: #ffffff;

}

.product-details .product-big-btns .btn-compare:hover {

	background-color: #fe9404;

}

.box-block > .tab-content > .active {

	padding: 30px;

	display: table;

}

.product-details-tabs .tab-content a {

	color: #00aff0;

}

.product-details-tabs .tab-content a:hover {

	color: #009edf;

}

.product-details-tabs .tab-content .pagination {

	margin: 0;

}

.product-details-tabs .tab-content .pagination > li > a,

.product-details-tabs .tab-content .pagination > li > span {

	border-color: #f3f3f3;

}

.product-details-tabs .tab-content .pagination > li > a {

	color: #ffffff;

}

.product-details-tabs .tab-content .heading {

	margin-bottom: 30px;

	width: 100%;

}

.product-details-tabs .tab-content .heading span {

	float: left;

	padding-right: 20px;

}

.product-details-tabs .tab-content .heading .rating {

	float: left;

	padding-right: 20px;

	font-size: 20px;

	line-height: 20px;

}

.product-details-tabs .tab-content .heading .rating .fa {

	color: #aaaaaa;

}

.product-details-tabs .tab-content .heading .rating .fa-star {

	color: #feaa37;

}

.product-details-tabs .tab-content .heading a {

	color: #ffffff;

	display: table;

}

.product-details-tabs .tab-content .review {

	margin-bottom: 30px;

}

.product-details-tabs .tab-content .review .name {

	float: left;

	font-weight: 600;

	padding: 0 10px 0px 30px;

	display: inline-block;

	color: #00aff0;

	position: relative;

}

.product-details-tabs .tab-content .review .name i {

	color: #aaaaaa;

	font-size: 20px;

	vertical-align: super;

	position: absolute;

	top: -10px;

	left: 0;

}

.product-details-tabs .tab-content .review .date {

	float: left;

	display: inline-block;

}

.product-details-tabs .tab-content .review .rating {

	float: right;

}

.product-details-tabs .tab-content .review .rating .fa {

	color: #aaaaaa;

}

.product-details-tabs .tab-content .review .rating .fa-star {

	color: #feaa37;

}

.product-details-tabs .tab-content .review .text {

	margin-top: 10px;

	padding: 20px;

	position: relative;

	border: 1px solid #aaaaaa;

	color: #444444;

	background-color: #ffffff;

}

.product-details-tabs .tab-content .review .text:before {

	position: absolute;

	top: -9px;

	left: 30px;

	display: inline-block;

	border-right: 9px solid rgba(0, 0, 0, 0);

	border-bottom: 9px solid #aaaaaa;

	border-left: 9px solid rgba(0, 0, 0, 0);

	content: '';

}

.product-details-tabs .tab-content .review .text:after {

	position: absolute;

	top: -8px;

	left: 31px;

	display: inline-block;

	border-right: 8px solid rgba(0, 0, 0, 0);

	border-bottom: 8px solid #ffffff;

	border-left: 8px solid rgba(0, 0, 0, 0);

	content: '';

}

.product-details-tabs .tab-content .review .review-info {

	display: table;

	width: 100%;

	position: relative;

}

.product-details-tabs .tab-content .write-reivew {

	display: table;

	width: 100%;

}

.product-details-tabs .tab-content .write-reivew input {

	width: 100%;

	margin: 10px 0;

	padding: 10px;

	background: #ffffff;

	border: 1px #aaaaaa solid;

}

.product-details-tabs .tab-content .write-reivew textarea {

	width: 100%;

	margin: 10px 0;

	padding: 10px;

	background: #ffffff;

	border: 1px #aaaaaa solid;

}

.product-details-tabs .tab-content .write-reivew textarea:focus {

	outline: none;

}

.product-details-tabs .tab-content .write-reivew .rating {

	float: right;

}

.product-details-tabs .tab-content .write-reivew .rating:not(:checked) > input {

	clip: rect(0px, 0px, 0px, 0px);

	position: absolute;

}

.product-details-tabs .tab-content .write-reivew .rating:not(:checked) > label {

	color: #aaaaaa;

	cursor: pointer;

	float: right;

	font-size: 45px;

	line-height: 1.2;

	overflow: hidden;

	padding: 0 0.1em;

	white-space: nowrap;

	width: 1em;

}

.product-details-tabs .tab-content .write-reivew .rating > input:checked ~ label {

	color: #FF7700;

}

.product-details-tabs .tab-content .write-reivew .rating:not(:checked) > label:hover,

.product-details-tabs .tab-content .write-reivew .rating:not(:checked) > label:hover ~ label {

	color: #feaa37;

}

.product-details-tabs .tab-content .write-reivew .rating > input:checked + label:hover,

.product-details-tabs .tab-content .write-reivew .rating > input:checked + label:hover ~ label,

.product-details-tabs .tab-content .write-reivew .rating > input:checked ~ label:hover,

.product-details-tabs .tab-content .write-reivew .rating > input:checked ~ label:hover ~ label,

.product-details-tabs .tab-content .write-reivew .rating > label:hover ~ input:checked ~ label {

	color: #EEAA00;

}

.product-details-tabs .tab-content .write-reivew .rating > label:active {

	left: 2px;

	position: relative;

	top: 2px;

}

.product-details-tabs .tab-content .write-reivew .static-stars {

	color: #aaaaaa;

	cursor: pointer;

	float: left;

	font-size: 140%;

}

.product-details-tabs .tab-content .tags > a {

	color: #444444;

}

.product-details-tabs .tab-content .tags > a:hover {

	color: #ffffff;

}

.product-details-tabs .tab-content .video-wrapper {

	width: 100%;

	max-width: 100%;

}

.product-details-tabs .tab-content .video-container {

	position: relative;

	padding-bottom: 56.25%;

	padding-top: 30px;

	height: 0;

	overflow: hidden;

}

.product-details-tabs .tab-content .video-container iframe,

.product-details-tabs .tab-content .video-container object,

.product-details-tabs .tab-content .video-container embed {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}

.product .p-wr {

	padding: 0;

}

.product .product-attrb-wr {

	display: table;

	background-color: #eeeeee;

	padding: 20px;

	height: 164px;

	overflow: hidden;

	width: 100%;

}

.product .image {

	height: 164px;

}

.product .product-meta {

	display: table-cell;

	vertical-align: middle;

}

.product .product-meta .name a {

	color: #444444;

}

.product .product-meta .name a:hover {

	color: #aaaaaa;

}

.product .product-meta h3 {

	padding: 0;

	margin: 0;

}

.product .product-meta .price {

	font-size: 25px;

	font-weight: 600;

	padding: 10px 0;

}

.product .product-meta .price .price-old {

	font-size: 20px;

	font-weight: 400;

	padding-left: 10px;

	text-decoration: line-through;

}

.product .product-meta a.btn {

	display: inline-block;

}

.product .product-attrb {

	display: table-cell;

	vertical-align: middle;

	text-align: center;

}

.product .product-attrb span {

	float: left;

	line-height: 25px;

	padding-right: 20px;

}

.product .product-attrb .att {

	display: table;

	width: 100%;

	padding: 5px 0;

}

.product .product-attrb .color {

	float: left;

	width: 30px;

	height: 30px;

	display: inline-block;

	margin: -2px -1px;

}

.product .product-attrb .color span {

	padding-bottom: 10px;

	display: block;

	color: #444444;

}

.product .product-attrb .qty-text {

	padding-right: 10px;

	float: left;

	line-height: 35px;

}

.product .product-attrb .quantity-inp {

	position: relative;

	width: 85px;

	height: 50px;

	margin: 0 auto;

}

.product .product-attrb .quantity-inp input {

	width: 85px;

	height: 50px;

	text-align: left;

	padding-left: 20px;

	background: #ffffff;

	color: #00aff0;

	border: 1px #aaaaaa solid;

	font-weight: 900;

}

.product .product-attrb .quantity-inp .quantity-txt {

	position: absolute;

	right: 2px;

	top: 2px;

}

.product .product-attrb .quantity-inp .quantity-txt.minusbtn {

	top: 26px;

}

.product .product-attrb .quantity-inp a.qty {

	background-color: #aaaaaa;

	color: #444444;

	height: 22px;

	width: 31px;

	display: block;

	line-height: 26px;

}

.product .product-attrb .quantity-inp a.qty:hover {

	background-color: #444444;

}

.product .product-attrb .price {

	display: table;

	margin: 0 auto;

}

.product .product-attrb .price span {

	padding: 0px;

}

.product .product-attrb .price .t-price {

	font-size: 25px;

	font-weight: 900;

	color: #e65a4b;

}

.product .product-attrb .price .t-price .sym {

	font-size: 14px;

	vertical-align: super;

}

/*------------------------------------*\
 Page: Shop > Cart
\*------------------------------------*/

.cart-box-wr .box-heading span {

	text-transform: none;

}

.cart-box-wr .cart-box {

	padding: 20px;

	background-color: #eeeeee;

	display: table;

}

.cart-box-wr .cart-box p {

	font-size: 16px;

}

.cart-box-wr .cart-box-tm {

	display: table;

	width: 100%;

	color: #e65a4b;

	font-size: 17px;

}

.cart-box-wr .tm1 {

	display: table-cell;

	width: 50%;

	background: #eeeeee;

	padding: 17px;

}

.cart-box-wr .tm2 {

	display: table-cell;

	width: 50%;

	background: #eeeeee;

	padding: 17px;

	border-left: 1px #ffffff solid;

}

.cart-box-wr .tm3 {

	display: table-cell;

	width: 50%;

	background: #f76b5c;

	color: #ffffff;

	padding: 25px 17px;

	font-weight: 600;

	border-left: 1px #ffffff solid;

}

.cart-box-wr .tm4 {

	display: table-cell;

	width: 50%;

	background: #e65a4b;

	color: #ffffff;

	padding: 25px 17px;

	font-weight: 600;

	border-left: 1px #ffffff solid;

}

.page-sidebar .cart-box-wr .cart-box-tm {

	font-size: 13px;

	padding-bottom: 1px;

}

.page-sidebar .cart-box-wr .cart-box-tm:last-child {

	padding: 0;

}

.page-sidebar .cart-box-wr .cart-box-tm .tm1,

.page-sidebar .cart-box-wr .cart-box-tm .tm2 {

	padding: 12px;

}

.page-sidebar .cart-box-wr .cart-box-tm .tm3,

.page-sidebar .cart-box-wr .cart-box-tm .tm4 {

	padding: 20px 13px;

}

/*------------------------------------*\
 Page: Shop > Checkout
\*------------------------------------*/

.checkout-op .box-content {

	width: 100%;

}

.checkout-op .panel-title {

	padding: 5px;

}

.checkout-op .co-row {

	padding: 0;

}

.checkout-op .co-row .box-content {

	padding: 20px;

	display: table;

}

.checkout-op .op-number {

	background-color: #009edf;

	border: 1px #008dce solid;

	font-size: 12px;

	border-radius: 50%;

	-moz-border-radius: 50%;

	-webkit-border-radius: 50%;

	color: #ffffff;

	display: inline-block;

	line-height: 14px;

	text-align: center;

	padding: 2px;

	float: right;

}

.checkout-op .input4 {

	width: 90%;

}

.checkout-op p.fp-link {

	margin: 0;

	padding: 20px;

}

.checkout-op h4 {

	font-size: 14px;

	display: block;

	text-transform: uppercase;

	font-weight: 400;

}

.checkout-op h4 span.fa {

	font-size: 18px;

}

.checkout-op ul > li {

	border: 0 !important;

	padding-top: 5px;

}

.checkout-op ul > li:hover {

	background-color: inherit !important;

}

.checkout-op ul > li i {

	color: #444444;

	padding-right: 30px;

}

.checkout-op .radio {

	padding-top: 20px;

	cursor: pointer;

}

.checkout-op .radio input {

	width: 40px;

}

.checkout-op .radio .provider {

	color: #00aff0;

	padding-right: 20px;

	text-transform: uppercase;

	font-size: 14px;

	font-weight: 400;

}

.checkout-op .radio .price {

	color: #e65a4b;

	padding-left: 20px;

	text-transform: uppercase;

	font-size: 14px;

	font-weight: 400;

}

.checkout-op .radio em {

	font-size: 11px;

	font-weight: 400;

}

.checkout-op .cart-box-wr {

	width: 290px;

	margin: 0 -20px;

}

.checkout-op .cart-box-wr .tm1,

.checkout-op .cart-box-wr .tm2,

.checkout-op .cart-box-wr .tm3,

.checkout-op .cart-box-wr .tm4 {

	padding: 12px;

}

.checkout-op .cart-box-wr .cart-box-tm {

	margin-top: 1px;

	font-size: 14px;

}

.checkout-op .product {

	margin-bottom: 1px;

	display: table;

}

.checkout-op .product .product-attrb-wr {

	padding: 14px;

}

.disabled {

	opacity: .7;

	filter: alpha(opacity=70);

	background-image: none;

	pointer-events: none;

}

/*------------------------------------*\
 Page: Contact
\*------------------------------------*/

.contactdetails-box-wr {

	background: #eeeeee;

	display: table;

	width: 100%;

	padding: 20px;

}

.contactdetails-box-wr .contactdetails-box {

	display: table-row;

}

.contactdetails-box-wr .contactdetails-box .icon {

	display: table-cell;

}

.contactdetails-box-wr .contactdetails-box .icon i {

	color: #83b143;

	font-size: 20px;

	padding-right: 30px;

}

.contactdetails-box-wr .contactdetails-box .details {

	display: table-cell;

	padding: 5px;

}

.contactdetails-box-wr .contactdetails-box .details h1 {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
}

.map {

	height: 388px;

	width: 100%;

}

.contactform {

	background: #eeeeee;

	display: table;

	width: 100%;

	padding: 20px;

}

/*the container must be positioned relative:*/

.custom-select {

	position: relative;

	font-family: Arial;

}

.custom-select select {

	display: none;

	/*hide original SELECT element:*/

}

.form-group-new {

	float: left;

	clear: both;

}
.photo-upload-edit-candidate {padding:0px;}
.text-md-left-0 {

	padding-left: 0px;

}

.custom-select-padding-0 {

	padding-right: 0px;

}

.custom-select-new {

	position: relative;

	font-family: Arial;

}

.custom-select-new select {

	display: none;

	/*hide original SELECT element:*/

}

.select-selected {

	background-color: #83b143;

}

/*style the arrow inside the select element:*/

.select-selected:after {

	position: absolute;

	content: "";

	top: 14px;

	right: 10px;

	width: 0;

	height: 0;

	border: 6px solid transparent;

	border-color: #fff transparent transparent transparent;

}

/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {

	border-color: transparent transparent #fff transparent;

	top: 7px;

}

/*style the items (options), including the selected item:*/

.select-items div,

.select-selected {

	color: #ffffff;

	padding: 8px 16px;

	border: 1px solid transparent;

	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;

	cursor: pointer;

	user-select: none;

}

/*style items (options):*/

.select-items {

	position: absolute;

	background-color: #83b143;

	top: 100%;

	left: 0;

	right: 0;

	z-index: 99;

}

/*hide the items when the select box is closed:*/

.select-hide {

	display: none;

}

.select-items div:hover,

.same-as-selected {

	background-color: rgba(0, 0, 0, 0.1);

}

.custom-select-common {

	padding-bottom: 10px;
	float: left;
    width: 100%;

}
.custom-select-common div.custom-select-one{padding-left:0px;margin-bottom: 10px;}
.signup-form-mobile{padding-left:0px; padding-right:0px;}

.content-apply-1 {

	padding-right: none;

}

.content-apply-1 a {

	font-size: 15px;

	color: #fff;

	float: left;

	width: 100%;

	font-family: 'Quicksand', sans-serif;

	text-align: center;

	background-color: #83b143;

	padding: 12px 10px;

	border-radius: 4px;

}

.custom-select-apply {

	padding-top: 20px;

	padding-bottom: 0px;

}

.custom-select-apply div.top-searchs {

	margin: 0px;

}

.content-apply-1 a:hover {

	background-color: #a5cf4d;

	color: #000;

}

.panel {

	border-width: 0 0 1px 0;

	border-style: solid;

	border-color: #fff;

	background: none;

	box-shadow: none;

}

.panel:last-child {

	border-bottom: none;

}

.panel-group > .panel:first-child .panel-heading {

	border-radius: 4px 4px 0 0;

}

.panel-group .panel {

	border-radius: 0;

}

.panel-group .panel + .panel {

	margin-top: 0;

}

.panel-heading {

	background-color: #009688;

	border-radius: 0;

	border: none;

	color: #fff;

	padding: 0;

}

.panel-title a {

	display: block;

	color: #fff;

	padding: 15px;

	position: relative;

	font-size: 16px;

	font-weight: 400;

}

.panel-body {

	background: #fff;

}

.panel:last-child .panel-body {

	border-radius: 0 0 4px 4px;

}

.panel:last-child .panel-heading {

	border-radius: 0 0 4px 4px;

	transition: border-radius 0.3s linear 0.2s;

}

.panel:last-child .panel-heading.active {

	border-radius: 0;

	transition: border-radius linear 0s;

}

/* #bs-collapse icon scale option */

.panel-heading a:before {

	content: '\e146';

	position: absolute;

	font-family: 'Material Icons';

	right: 5px;

	top: 10px;

	font-size: 24px;

	transition: all 0.5s;

	transform: scale(1);

}

.panel-heading.active a:before {

	content: ' ';

	transition: all 0.5s;

	transform: scale(0);

}

#bs-collapse .panel-heading a:after {

	content: ' ';

	font-size: 24px;

	position: absolute;

	font-family: 'Material Icons';

	right: 5px;

	top: 10px;

	transform: scale(0);

	transition: all 0.5s;

}

#bs-collapse .panel-heading.active a:after {

	content: '\e909';

	transform: scale(1);

	transition: all 0.5s;

}

/* #accordion rotate icon option */

.form-modal {

	float: left;

	width: 100%;

	height: auto;

	margin-top: 0;

	background:#464646;

	border-top-right-radius: 0px;

	border-top-left-radius: 10px;

	border-bottom-right-radius: 10px;

}

.form-modal button {

	cursor: pointer;

	position: relative;

	text-transform: capitalize;

	font-size: 1em;

	z-index: 2;

	outline: none;

	background: #fff;

	transition: 0.2s;

}

.form-modal .btn {

	border-radius: 5px;

	border: none;

	font-weight: 600;

	font-size: 16px;

	padding: 0.5em 1em 0.5em 1em!important;

	transition: 0.5s;

	border: 1px solid #e0e0e0;

	margin-bottom: 0.5em;

	margin-top: 0.5em;

}

.form-modal .login,

.form-modal .signup {

	background: #ffde00;

	border: none;

	color: #464646;

	font-family: 'Quicksand', sans-serif;

}

.form-modal .login:hover,

.form-modal .signup:hover {

	background: #f1d51f;

}

.form-toggle {

	position: relative;

	width: 100%;

	height: auto;

}

.form-toggle button {

	width: 50%;

	float: left;

	padding: 1.5em;

	margin-bottom: 1.5em;

	border: none;

	transition: 0.2s;

	font-size: 1.1em;

	font-weight: bold;

	border-top-right-radius: 20px;

	border-top-left-radius: 20px;

}

.form-toggle button:nth-child(1) {

	border-bottom-right-radius: 20px;

}

.form-toggle button:nth-child(2) {

	border-bottom-left-radius: 20px;

}

#login-toggle {

	background: #57b846;

	color: #ffff;

}

.form-modal form {

	position: relative;

	width: 90%;

	height: auto;

	left: 50%;

	transform: translateX(-50%);

}

#login-form,

#signup-form {

	position: relative;

	width: 100%;

	height: auto;

	padding-bottom: 10px;

	float: left;

}

#signup-form {

	display: none;

}

#login-form button,

#signup-form button {

	width: 100%;

	margin-top: 0.5em;

	padding: 0.6em;

}

.form-modal input {

	position: relative;

	width: 100%;

	font-size: 13px;

	padding: 1.2em 1.7em 1.2em 1.7em;

	margin-top: 0.6em;

	margin-bottom: 0.6em;

	border-radius: 5px;

	border: none;

	background: #ebebeb;

	outline: none;

	font-weight: bold;

	transition: 0.4s;

}

.form-modal input:focus,

.form-modal input:active {

	transform: scaleX(1.02);

}

.form-modal input::-webkit-input-placeholder {

	color: #222;

}

.form-modal p {

	font-size: 16px;

	font-weight: bold;

	margin: 0px;

}

.form-modal p a {

	color: #57b846;

	text-decoration: none;

	transition: 0.2s;

	font-size: 13px;

}

.form-modal p a.forgot-id {

	color: #fff;

	float: left;

	text-decoration: none;

	font-size: 13px;

	transition: 0.2s;

	font-weight: 400;

}

.form-modal p a.forgot-id:hover {

	color: #a5cf4d;

}

.form-modal p a.forgot-password {

	float: right;

	font-size: 13px;

	color: #fff;

	font-weight: 400;

}

.form-modal p a.forgot-password:hover {

	color: #a5cf4d;

}

.form-modal p a:hover {

	color: #222;

}

.form-modal i {

	position: absolute;

	left: 10%;

	top: 50%;

	transform: translateX(-10%) translateY(-50%);

}

.fa-google {

	color: #dd4b39;

}

.fa-linkedin {

	color: #3b5998;

}

.fa-windows {

	color: #0072c6;

}

.-box-sd-effect:hover {

	box-shadow: 0 4px 8px hsla(210, 2%, 84%, .2);

}

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

	.form-modal {

		width: 100%;

	}

}

.custom-select-one {

	float: left;

}

.resume-upload-file {

	float: left;

	clear: both;

	width: 100%;

}

/**login **/

.login-heading h3 {

	font-size: 16px;

	text-align: center;

	padding: 10px 0;

	margin: 0px;

	color: #fff;

	text-transform: uppercase;

	font-family: 'Nunito', sans-serif;

}

.experienced-candidates-right {

	float: left;

	width: 100%;

	text-align: center;

	font-family: 'Nunito', sans-serif;

}

.experienced-candidates-right button.experienced-candidates {

	width: 100%;

	background: #7cb49c;

	color: #fff;

	border-radius: 5px;

	border: none;

	font-weight: 400;

	font-size: 16px;

	padding: 0.8em 1em 0.8em 1em!important;

	transition: 0.5s;

	border: 1px solid #ebebeb;

	margin-bottom: 0;

}

.experienced-candidates-right button.experienced-candidates:hover {

	background: #000;

	color: #fff;

}

.login-form-top {

	float: left;

	margin-top: 10px;

	width: 100%;

}

.social-icons-padding-left-0 {

	padding-left: 0px;

}

.menu-links-padding-left-0 {

	padding-right: 0px;

}

.header-top-bg {

	background-color: #83B143;

	padding: 10px 0;

	box-shadow: 0 5px 2px -1px rgba(123, 123, 123, .5);

}

.menu-links-padding-left-top {

	float: left;

	width: 100%;

}

.menu-links-padding-left {

	padding-right: 0px;

}

.holder {

	background-color: #ccc;

	box-shadow: 5px 7px 10px -1px rgba(123, 123, 123, .5);

	width: 100%;

	height: 250px;

	overflow: hidden;

	padding: 10px;

	font-family: Helvetica;

	margin-top: 20px;

	margin-bottom: 10px;

}

.holder .mask {

	position: relative;

	left: 0px;

	top: 10px;

	width: 100%;

	height: 240px;

	overflow: hidden;

}

.holder ul {

	list-style: none;

	margin: 0;

	padding: 0;

	position: relative;

}

.holder ul li {

	padding: 10px 0px;

}

.holder ul li a {

	color: #000;

	padding-left: 10px;

	text-decoration: none;

}

.holder ul li span {

	color: #dc2310;

}

.footer-section {

	float: left;

	width: 100%;

}

/**about us**/

.section-content {

	float: left;

	width: 100%;

}

.experienced-candidates-right {

	float: left;

	width: 100%;

	margin: 10px 0 0 0;

}

.experienced-candidates-right a {

	width: 100%;

	background: #ffde00;

	float: left;

	color: #464646;

	border-radius: 5px;

	border: none;

	font-weight: 400;

	font-size: 16px;

	padding: 0.8em 1em 0.8em 1em!important;

	transition: 0.5s;

	border: 1px solid #ffde00;

	margin-bottom: 0;

}

.experienced-candidates-right a:hover {

	background-color: #83b143;    
	border: 1px solid #83b143;
	color: #fff;

}

.custom-select-one-button {

	margin-top: 0px;

	float: right;padding-right:none;padding-left:0px;

}

.custom-select-one-button a {

	background: #dc2310;

	float: left;

	color: #fff;

	width: 100%;

	text-align: center;

	border-radius: 3px;

	border: none;

	font-weight: 400;

	font-size: 16px;

	padding: 7px 10px 7px 10px;

}

.custom-select-one-button a:hover {

	background-color: #7cb49c;

	color: #fff;

}

.register-button-link {

	float: left;

	width: 100%;

	padding: 0px 10px;

}
.candidate-profile-page {padding-right: 0px !important;}


.register-button-link a {

	width: 100%;

	background: #83b143;

	float: left;

	color: #fff;

	border-radius: 5px;

	border: none;

	font-weight: 400;

	font-size: 16px;

	padding: 0.8em 1em 0.8em 1em!important;

	transition: 0.5s;

	margin-bottom: 10px;

}

.register-button-link a:hover {

	background-color: #5a842f;

}

.navbar-laravel {

	box-shadow: 0 2px 4px rgba(0, 0, 0, .04);

}

.navbar-brand,

.nav-link,

.my-form,

.login-form {

	font-family: Raleway, sans-serif;

}

.my-form {

	padding-top: 1.5rem;

	padding-bottom: 1.5rem;

}

.my-form .row {

	margin-left: 0;

	margin-right: 0;

}

.login-form {

	padding-top: 1.5rem;

	padding-bottom: 1.5rem;

}

.login-form .row {

	margin-left: 0;

	margin-right: 0;

}

/**form register**/

.card {

	position: relative;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-direction: column;

	flex-direction: column;

	min-width: 0;

	word-wrap: break-word;

	background-color: #fff;

	background-clip: border-box;

	border: 1px solid rgba(0, 0, 0, .125);

	border-radius: .25rem;

}

.card-header {

	padding: .75rem 1.25rem;

	margin-bottom: 0;

	background-color: rgba(0, 0, 0, .03);

	border-bottom: 1px solid rgba(0, 0, 0, .125);

}

.card-body {

	-ms-flex: 1 1 auto;

	flex: 1 1 auto;

	padding: 1.25rem 0px;
	margin: 0px 0px 1px 17px !important;

}
.table-border-none div.card{border:none;}

.card-header {

	padding: .75rem 1.25rem;

	margin-bottom: 0;

	/* background-color: rgba(0, 0, 0, .03); */
	background-color: rgb(131, 177, 67);

	border-bottom: 1px solid rgba(0, 0, 0, .125);

	font-family: 'Nunito', sans-serif;

	font-weight: 600;

	font-size: 19px;
	
	color: #fff!important;
}

.my-form .row {

	margin-left: 0;

	margin-right: 0;

}

.form-group {

	margin-bottom: 1rem;

	float: left;

	width: 100%;

}

@media (min-width: 768px) .text-md-right {

	text-align:right!important;

}

.col-form-label {

	padding-top: calc(.375rem + 1px);

	padding-bottom: calc(.375rem + 1px);

	margin-bottom: 0;

	font-size: inherit;

	font-family: 'Helvetica Neue Medium';

	float: left;

}

.form-control {

	display: block;

	width: 100%;

	height: 40px;

	padding: 0 10px;

	font-family: 'Quicksand', sans-serif;

	font-size: 13px;

	color: #495057;

	background-color: #fff;

	background-clip: padding-box;

	border: 1px solid #ced4da;

	border-radius: .25rem;

	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.form-control:focus {

	color: #495057;

	background-color: #fff;

	border-color: #80bdff;

	outline: 0;

	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);

}

.card-body form {

	float: left;

	width: 100%;

}

button.add-button-rgt {

	width: 100%;

	padding: 9px 10px;

	color: #fff;

	font-size: 16px;

	font-family: 'Quicksand', sans-serif;

	background-color: #7cb49c;

}

button.add-button-rgt:hover {

	background-color: #444444;

	color: #fff;

}

.add-button-rgt-padding {

	/* padding-left: 0px; */

}

.resume-upload-file input[type="file"] {} .by-content-bottom p {


	font-family: 'Quicksand', sans-serif;

	font-size: 14px;

}

.by-content-bottom a {

	font-family: 'Quicksand', sans-serif;

	font-size: 14px;

	color: #83b143;

}

.by-content-bottom a:hover {

	color: #ffde00;

}

button.register-but {

	width: 100%;

	float: left;

	text-align: center;

	padding: 9px 10px;

	margin-bottom: 10px;

	color: #fff;

	font-size: 16px;

	font-family: 'Quicksand', sans-serif;

	background-color: #a6e522;

	

}

.tik-gif{
	
	padding-top:120px;
	
	}
.tik-gif h5{
	
	text-align: center;
	font-size: 18px;
    font-style: italic;
    color: #77b43f;
	margin: 0;
	
	}
.empl-details{
	
	font-size:24px;
	
	font-weight:500;
	}

button.register-but:hover {

	background-color: #444444;

	color: #fff;

}

a.Cancel-but {

	width: 100%;

	float: left;

	text-align: center;

	padding: 9px 10px;

	color: #fff;

	font-size: 16px;

	font-family: 'Quicksand', sans-serif;

	background-color: #f76b5c;

}
a.Cancel-but:hover {

	background-color: #444444;

	color: #fff;

}

.file-upload {

	display: block;

	text-align: center;

	font-family: 'Quicksand', sans-serif;

	font-size: 12px;

}

.file-upload .file-select {

	display: block;

	border: 1px solid #5a842f;

	color: #34495e;

	cursor: pointer;

	height: 40px;

	line-height: 40px;

	text-align: left;

	background: #FFFFFF;

	overflow: hidden;

	position: relative;

}

.file-upload .file-select .file-select-button {

	background: #5a842f;

	padding: 0 10px;

	display: inline-block;

	height: 40px;

	line-height: 40px;
	
	color: #fff;

}

.file-upload .file-select .file-select-name {

	line-height: 40px;

	display: inline-block;

	padding: 0 10px;

}

.file-upload .file-select:hover {

	border-color: #83b143;

	transition: all .2s ease-in-out;

	-moz-transition: all .2s ease-in-out;

	-webkit-transition: all .2s ease-in-out;

	-o-transition: all .2s ease-in-out;

}

.file-upload .file-select:hover .file-select-button {

	background: #83b143;

	color: #FFFFFF;

	transition: all .2s ease-in-out;

	-moz-transition: all .2s ease-in-out;

	-webkit-transition: all .2s ease-in-out;

	-o-transition: all .2s ease-in-out;

}

.file-upload.active .file-select {

	border-color: #3fa46a;

	transition: all .2s ease-in-out;

	-moz-transition: all .2s ease-in-out;

	-webkit-transition: all .2s ease-in-out;

	-o-transition: all .2s ease-in-out;

}

.file-upload.active .file-select .file-select-button {

	background: #3fa46a;

	color: #FFFFFF;

	transition: all .2s ease-in-out;

	-moz-transition: all .2s ease-in-out;

	-webkit-transition: all .2s ease-in-out;

	-o-transition: all .2s ease-in-out;

}

.file-upload .file-select input[type=file] {

	z-index: 100;

	cursor: pointer;

	position: absolute;

	height: 100%;

	width: 100%;

	top: 0;

	left: 0;

	opacity: 0;

	filter: alpha(opacity=0);

}

.file-upload .file-select.file-select-disabled {

	opacity: 0.65;

}

.file-upload .file-select.file-select-disabled:hover {

	cursor: default;

	display: block;

	border: 2px solid #dce4ec;

	color: #34495e;

	cursor: pointer;

	height: 40px;

	line-height: 40px;

	margin-top: 5px;

	text-align: left;

	background: #FFFFFF;

	overflow: hidden;

	position: relative;

}

.file-upload .file-select.file-select-disabled:hover .file-select-button {

	background: #dce4ec;

	color: #666666;

	padding: 0 10px;

	display: inline-block;

	height: 40px;

	line-height: 40px;

}

.file-upload .file-select.file-select-disabled:hover .file-select-name {

	line-height: 40px;

	display: inline-block;

	padding: 0 10px;

}

.custom-checkbox-two input[type="checkbox"] {

	float: left;

	height: 20px;

	margin: 0px;

}

.custom-checkbox-two label {

	font-size: 14px;

	font-family: 'Quicksand', sans-serif;

	padding-left: 10px;

}

.content-standard-drop {

	border: 1px solid #000;

	padding-top: 10px;

	padding-bottom: 10px;

	margin-bottom: 10px;

}

/* Table Layout */

table.vitamins {

	margin: 20px 0 0 0;

	border-collapse: collapse;

	border-spacing: 0;

	background: #ffde00;

	color: #fff;

}

table.vitamins th,

table.vitamins td {

	text-align: center;

}

table.vitamins thead {

	line-height: 12px;

	background: #5a842f;

	text-transform: uppercase;

}

table.vitamins thead th {

	color: #fff;

	padding: 10px;

	letter-spacing: 1px;

	vertical-align: bottom;

}

table.vitamins thead th:nth-child(1) {

	width: 20%;

	text-align: left;

	padding-left: 20px;

}

table.vitamins thead th:nth-child(2) {

	width: 30%;

}

table.vitamins thead th:nth-child(3) {

	width: 35%;

}

table.vitamins thead th:nth-child(4) {

	width: 15%;

}

table.vitamins tbody {

	font-size: 1em;

	line-height: 15px;

}

table.vitamins tbody tr {

	border-top: 2px solid rgba(90, 132, 47);

	transition: background 0.6s, color 0.6s;

}

table.vitamins tbody tr:nth-child(even) {

	background: rgba(131, 177, 67);

}

table.vitamins tbody tr:hover {

	color: #fff;

	background: rgba(131, 177, 67, 0.58);

	font-weight: 400;

}

table.vitamins tbody td {

	padding: 12px;

}

table.vitamins tbody tr:hover td:first-child {

	background: rgba(0, 0, 0, 0);

}

table.vitamins tbody td:first-child {

	text-align: left;

	padding-left: 20px;

	font-weight: 700;

	background: rgba(190, 241, 119, 0.34);

	transition: backgrounf 0.6s;

}

table.vitamins tfoot {

	font-size: 0.8em;

}

table.vitamins tfoot tr {

	border-top: 2px solid #2e63e7;

}

table.vitamins tfoot td {

	color: rgba(255, 255, 215, 0.6);

	text-align: left;

	line-height: 15px;

	padding: 15px 20px;

}

/* Mobile Layout */

@media all and (min-width: 768px) and (max-width: 1024px) {

	.menu-links-padding-left-0 {

		padding-right: 10px;

	}
}

/** Profile start**/

.profile-wrapper-common ul,

li {

	list-style: none;

	padding: 0;

	margin: 0;

}

.profile-wrapper-common a {

	text-decoration: none;

}

.profile-wrapper {

	width: 100%;

	position: relative;

	margin: 50px auto;

}

.profile-wrapper::after {

	content: '';

	position: absolute;

	top: 20px;

	right: 10px;

	border-color: #fff transparent transparent;

	border-width: 6px;

	border-style: solid;

}

.profile-wrapper::before {

	content: '';

	position: absolute;

	top: 20px;

	right: 10px;

	border-color: #eee transparent transparent;

	border-width: 6px;

	border-style: solid;

}

.profile-wrapper:hover::after {

	border-color: #111 transparent transparent;

}

.profile {

	padding: 10px;

	background-color: #616161;

	border-radius: 3px;
	float: left;
    width: 100%

}

.profile:hover {

	cursor: pointer;

	background-color: #616161;

}

.profile .name {

	font-size: 12px;

	color: #fff;

	line-height: 26px;

	margin-left: 2px;

}

.profile .name:hover {

	color: #0088cc;

}

.profile img {

	width: 37px;

	height: 30px !important;

	display: inline;

	float: left;

	border: 1px solid #7cb49c7a;

	border-radius: 6px;

	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;

}

/* hide menu */

.menu {

	display: none;

	clear: both;

	margin: 20px 0 0 0;

}

.menu li {

	font-size: 12px;

	margin: 0;

	padding: 10px 4px;

	color: #555;

	font-family: 'Quicksand', sans-serif;

	font-size: 16px;

}

.menu li a {

	color: #fff;

	font-family: 'Quicksand', sans-serif;

	font-size: 16px;

}

.menu li:hover > a {

	color: #7cb49c;

}

.menu li:hover {

	border-radius: 3px;

}

/* hover profile show menu */

.profile:hover .menu {

	display: block;

}

.product-block-2-login .image .img img {

	height: 735px!important;

}

/** Profile end**/

/**NEW START**/

.custom-select-margin-button {

	margin-top: 0px;

}

.content-form-textarea textarea {

	width: 100%;

	height: 100px;

	color: #555;

	font-family: 'Quicksand', sans-serif;

	font-size: 13px;

	background-color: #fff;

	background-clip: padding-box;

	border: 1px solid #ced4da;

	border-radius: .25rem;

	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

	padding: 5px 8px;

	resize: none;

}

.content-form-textarea textarea:focus {

	color: #495057;

	background-color: #fff;

	border-color: #80bdff;

	outline: 0;

	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);

}

.custom-select-common-margin {

	margin-bottom: 10px;

}

.custom-select-one-top {

	margin-top: 10px;

}

/**NEW END**/

/**hasain start**/

/*Job Search Result Starts*/

.jobsearch-result {

	float: left;

	background-color: #f9f9f9;

	border: 1px solid #616161;

	border-radius: 5px;

	width: 100%;

	height: auto;

	margin-bottom: 20px;

}

.jobsearch-form-fields ul {

	float: left;

	margin: 0px;

	padding: 0px;

	text-align: center;

}

.jobsearch-form-fields ul li {

	float: left;

	width: 100%;

	list-style-type: none;

	padding: 10px 0;

}

.jobsearch-form-fields li p {

	float: left;

	width: 35%;

	font-size: 16px;

	color: #000;

	margin: 0px;

	text-align: left;

	font-weight: 600;

	font-family: 'Quicksand', sans-serif;

}

.jobsearch-form-fields li span {

	font-size: 16px;

	color: #615f5f;

	padding-left: 30px;

	float: left;

	text-align: left;

	font-weight: 600;

	font-family: 'Quicksand', sans-serif;

}

.jobsearch-form-fields li b {

	color: #000;

	float: left;

	margin: 0px;

	font-size: 16px;

}

.jobsearch-form-fields li a {

	color: #fff;

	padding: 11px;

	float: right;

	margin: 0px;

	font-size: 16px;

	background-color: #83b143;

}

/*Job Search Result Ends*/

/*Job  Result Detail Starts*/

.jobresult-form-fields ul {

	float: left;

	margin: 0px;

	padding: 0px;

	text-align: center;

}

.jobresult-form-fields ul li {

	float: left;

	width: 100%;

	list-style-type: none;

	padding: 10px 0;

}

.jobresult-form-fields li p {

	float: left;

	width: 35%;

	font-size: 16px;

	color: #000;

	margin: 0px;

	text-align: left;

	font-weight: 600;

	font-family: 'Quicksand', sans-serif;

}

.jobresult-form-fields li span {

	font-size: 16px;

	color: #615f5f;

	padding-left: 30px;

	float: left;

	text-align: left;

	font-weight: 600;

	font-family: 'Quicksand', sans-serif;

}

.jobresult-form-fields li b {

	color: #000;

	float: left;

	margin: 0px;

	font-size: 16px;

}

.jobresult-form-fields li a {

	color: #fff;

	padding: 11px;

	float: right;

	margin: 0px;

	font-size: 16px;

	background-color: #a6e522;

}

/*Job  Result Detail Ends*/

/*Resume Search Result Starts*/

.resumesearch-result {

	float: left;

	background-color: #f9f9f9;

	border: 1px solid #e0dcdc;

	border-radius: 5px;

	width: 100%;

	height: auto;

	margin-bottom: 20px;

}

.resumesearch-form-fields ul {

	float: left;

	margin: 0px;

	padding: 0px;

	text-align: center;

}

.resumesearch-form-fields ul li {

	float: left;

	width: 100%;

	list-style-type: none;

	padding: 10px 0;

}

.resumesearch-form-fields li p {

	float: left;

	width: 40%;

	font-size: 16px;

	color: #000;

	margin: 0px;

	text-align: left;

	font-weight: 600;

	font-family: 'Quicksand', sans-serif;

}

.resumesearch-form-fields li span {

	font-size: 16px;

	color: #615f5f;

	padding-left: 30px;

	float: left;

	text-align: left;

	font-weight: 600;

	font-family: 'Quicksand', sans-serif;

}

.resumesearch-form-fields li b {

	color: #000;

	float: left;

	margin: 0px;

	font-size: 16px;

}

.institute-search-btns a {

	float: left;

	width: 100%;

	text-align: center;

	background-color: #a6e522;

	padding: 10px 0px;

	margin: 0px 0 10px 0;

}

.institute-search-btns a:hover {

	background-color: #7cb49c;

}

.resume-search-btns {

	float: left;

	width: 100%;

	text-align: center;

}

.resumesearch-form-fields li span textarea {

	resize: none;

}

/*Resume Search Result Ends*/

/*Common home next back Buttons Starts*/

.common-buttons-pages {

	width: 100%;

	float: left;

	text-align: center;

	margin: 0px;

	padding: 10px;

}

.common-btn-1 a {

	float: left;

	width: 100%;

	text-align: center;

	background-color: #5a842f;

	padding: 10px 0px;

	margin: 0px 0 10px 0;

}

.common-btn-1 a:hover {

	background-color: #83b143!important;
	color:#fff;
}

.row.requirements-buttons-pages {

	margin-top: 25px;

}

.institute-search-btns {

	float: left;

	width: 100%;

	text-align: center;

}

.register-but-margin-b {

	margin-bottom: 10px;

}

.common-btn-1 {

	margin-bottom: 10px;

}

/*Common home next back Buttons Starts*/

/* The Modal */

.modal {

	display: none;

	position: fixed;

	z-index: 1;

	padding-top: 100px;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	overflow: auto;

	background-color: rgb(0, 0, 0);

	background-color: rgba(0, 0, 0, 0.4);

}

/* Modal Content */

.modal-content {

	background-color: #ffffff;

	margin: auto;

	padding: 20px;

	border: 2px solid #9ac343;

	width: auto;

	height: auto !important;

	float: none;

	display: inline-block;

	box-shadow: 0px 1px 12px #ffffff;

}

.modal-content-campus {

	background-color: #fefefe;

	margin: auto;

	padding: 20px;

	border: 1px solid #888;

	width: auto;

	height: auto !important;

}

/* The Close Button */

.close {

	color: #aaaaaa;

	float: right;

	font-size: 28px;

	font-weight: bold;

}

.enquiry-popup-top p {

	background-color: #9ac343;

	padding: 10px 0px;

	color: #fff;

	font-size: 20px;

}

.enquiry-popup-top {

	padding-top: 20px;

}

.enquiry-popup-top input {

	margin-bottom: 20px !important;

	float: left;

	width: 100%;

}

.form-group-resume {

	margin-top: 15px;

	float: left;

	width: 100%;

}

.select-genders-form {

	float: left;

}

/**hasain end**/

/**** Suresh new changes start here ****/

span.start-color {

	color: red;

	font-size: 18px;

}

.error {

	color: red;

	font-style: normal;

	float: left;
	clear:both;
	

}

.form-group-left {

	float: left;

	width: 100%;

}

/* a.btn.btn-primary.Add-More{
    width: 100%;
    padding: 9px 10px;
    color: #fff;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    background-color: #7cb49c;
} */

a.btn.btn-primary.Add-More {

	background-color: #5a842f;

	padding: 11px 11px 11px 10px;

	font-size: 16px;

	color: #fff;

	margin: 10px 0px 0px 0px;

}

a.btn.btn-primary.Add-More:hover {

	background-color: #04a761;

	color: #fff;

}

a.btn.btn-primary.Remove-More {

	background-color: #f76b5c;

	padding: 7px 7px 7px 9px;

	font-size: 16px;

	float: right;

	margin: 0px;

	color: #fff;

}

/** Profile end**/


.message-success {
    border: 1px solid #5a842f;
    background-color: #bacea7;
    color: #5a842f;
    font-size: 18px;
    /* width: 98.9%; */
    margin: 10px 14px 13px 15px;
    padding: 10px 6px 10px 11px;
    border-radius: 5px;
}

.message-error {
	border: 1px solid #dc2310;
	background-color: #dc2310;
	color: #fff;
	font-size: 18px;
	/* width: 98.9%; */
	margin: 10px 14px 13px 15px;
	padding: 10px 6px 10px 11px;
	border-radius: 5px;
}

span.email_exist_error {

	color: #27c727;

}

select.dropdown-class {

	color: #ffffff;

	padding: 8px 16px;

	border: 1px solid transparent;

	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;

	cursor: pointer;

	user-select: none;

	width: 100%;

	background-color: #83b143;

}

button.register-but.disabled-class {

	background-color: #d7e6e0;

	cursor: no-drop;

}

p.user_name {

	color: #fff;

	padding: 0px 0px -12px -6px;

	margin: 13px 0px 0px 33px;

	line-height: 0;

}

li.active-menu {

	background-color: #83b143;

}

.custom-select-one-button input[type=submit] {

	background: #5a842f;

	float: left;

	color: #fff;

	width: 100%;

	text-align: center;

	border-radius: 4px;

	border: none;

	font-weight: 400;

	font-size: 16px;

	padding: 7px 10px 7px 10px;

}

.form-group1 label {

	color: #fff;

	font-size: 12px;

	font-weight: 501;

	text-transform: uppercase;

	letter-spacing: .3px;

	display: inline-block;

	padding-bottom: 5px;

	padding-top: 14px;

}

.get h3 {

	font-size: 19px;

	text-transform: capitalize;

	width: 100%;

	text-align:center;

	color: #ffff;

}
.container-fluid{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px;}

.reg-butt {

	margin-top: 10px;

}

.sidebar-search {

	

	border: 1px #8faeec59 solid;

	border-radius: 10px;

	padding:15px;
	
	background: #464646;



}

a.Applied-Job {

	background-color: #d8f39f !important;

	cursor: no-drop;

}

.by-content-bottom {

	float: left;

	width: 100%;

}

.applied_job_message {

	border: 2px solid #a6e522;

	background: #a6e522;

	color: #fff;

	position: relative;

	z-index: 9999;

	padding: 4px 13px 4px 45px;

	width: auto;

	font-size: 17px;

	text-align: center;

	top: 50%;

	left: 0%;

	margin-left: 0;

	display: inline-block;

	float: none;

}

.add-button-rgt-padding-1 {

	padding-left: 0px;

	margin: 8px 0px 0px 0px;

	width: auto;

}

a.add-button-rgt-1 {

	width: 100%;

	padding: 9px 6px;

	color: #fff;

	font-size: 16px;

	font-family: 'Quicksand', sans-serif;

	background-color: #7cb49c;

}

a.add-button-rgt-1:hover {

	background-color: #444444;

	color: #fff;

}

.add-button-rgt-padding-remove {

	padding-left: 0px;

	margin: 8px 0px 0px 0px;

}

a.add-button-rgt-remove {

	width: 100%;

	padding: 9px 23px;

	color: #fff;

	font-size: 16px;

	font-family: 'Quicksand', sans-serif;

	background-color: #f76b5c;

}

a.add-button-rgt-remove:hover {

	background-color: #444444;

	color: #fff;

}

.remove-btn {

	padding: 9px 8px!important;

	font-size: 16px!important;

}

/**** Suresh new changes start here ****/

.view-download a {

	color: #000;

}

.view-download a:hover {

	color: #ad2d2d;

}

h5.view-green {

	background: #f7f7f7;

	padding: 13px;

	border: 1px solid #dfdfdf;

}

.green-font {

	border: 1px solid #83b143!important;

	padding: 10px!important;

	background: #83b143!important;

	font-size: 14px;

	font-family: 'Helvetica Neue',sans-serif;/* font-family: 'Roboto',sans-serif; */

	font-weight: 500;

	letter-spacing: -.015em;
	
	color:#fff;

}

.additional-information-padding label {

	padding-left: 0px;

	padding-right: 0px;

	font-size: 13px;

}

.view-pro {

	padding-left: 20px;

}

.others-model {

	border: 2px dotted #263238;

	padding: 10px;

	margin-bottom: 10px;

}

.view-title {

	font-size: 16px;

}

.lang-button {

	width: auto;

	float: left;

	margin-left: 4px;

	text-align: center;

	padding: 9px 11px;

	color: #fff;

	font-size: 16px;

	font-family: 'Quicksand', sans-serif;

	background-color: #7cb49c;

}

.job-butt {

	width: auto;

	float: left;

	margin-left: 4px;

	text-align: center;

	padding: 9px 12px;

	color: #fff;

	font-size: 16px;

	font-family: 'Quicksand', sans-serif;

	background-color: #f76b5c;

}

.edit-back {

	margin-bottom: 20px;

}

.view-title {

	font-size: 16px;

}

a.edit-btn {

	width: auto;

	color: #fff;

	font-family: 'Roboto',sans-serif;

	font-size: 18px;

	background: #7cb49c;

	margin-top: 30px;

	padding: 5px;

	border: 1px solid #7cb49c;

	float: right;

	/* margin-right: 20px; */

}

a.edit-btn:hover {

	background: #eeeeee;

	color: #7cb49c;

}

a.edit-btn:focus {

	outline: none;

}

a.edit-btn:hover i {

	color: #7cb49c;

}

.my-resume {
    /* padding: 27px 0px; */
    /* text-align: center; */
    /* margin-bottom: 0px; */
    /* width: 100%; */
    float: left;
    line-height: 80px;
    text-align: right;
	padding: 9px 22px 0px 0px;
    width: 100%;
}

.page-title-common {

	float: left;

	width: 100%;

	margin-bottom: 20px;
	background-color: #5a842f;
	height: 100px;

}

.page-title-right {

	padding: 0px;

}

a.res-view {

	padding: 9px 40px;

	background: #83b143;

	border: 1px solid #eeeeee;

	margin-left: 8px;

	color: #fff;

}

a.res-download {

	padding: 9px 40px;

	background: #83b143;

	border: 1px solid #eeeeee;

	color: #fff;

}

a.res-view:hover {

	background: #fff;

	border: 1px solid #83b143;

	color: #83b143;

	padding: 9px 40px;

}

a.res-download:hover {

	background: #fff;

	border: 1px solid #83b143;

	color: #83b143;

	padding: 9px 40px;

}

a.res-download:focus {

	outline: none;

}

a.res-view:focus {

	outline: none;

}

.edit-down {

	width: auto;

	float: left;

	margin-top: 8px;

	margin-right: 15px;

	text-align: center;

	padding: 9px 13px;

	color: #fff;

	font-size: 14px;

	font-family: 'Quicksand', sans-serif;

	background-color: #31b3de;

}

.edit-down:hover {

	background: #444444;

}

.profile-pic {

	clear: both;

	width: auto;

	text-align: center;

	padding-top: 10px;

	padding-bottom: 10px;

	position: relative;

	background: #eeeeee;

}

.profile-pic img {

	border-radius: 50%;

	height: 100px;

	width: 34%;

	position: relative;

}

.profile-pic i {

	color: #ffffff;

	position: absolute;

	bottom: 9%;

	/* z-index: 99; */

	right: 30%;

	font-size: 19px;

	background: #a5cf4d;

	padding: 11px;

	border-radius: 50%;

}

.modal-content {

	background-color: #ffffff;

	margin: auto;

	padding: 0px;

	box-shadow: none;

	width: 75%;

	height: auto !important;

	display: inline-block;

	text-align: center;

	border: none;

}

.modal-dialog {

	text-align: center;

}

.close {

	color: #ffffff;

	float: right;

	font-size: 25px;

	font-weight: bold;

	background: #dc2310;

	border: none;

	padding: 4px 14px;

	border-radius: 50%;

	margin: 11px;

}

.close:hover,

.close:focus {

	color: #ffffff;

	text-decoration: none;

	cursor: pointer;

	background: #b92516;

	outline: none;

}

.resume-back {

	border: 1px solid #a5cf4d;

	padding: 20px;

	background: #a5cf4d;

	color: #fff;

	font-size: 19px;

	text-transform: uppercase;

	margin: 0px;

}

.profile-userpic img.profile-image-change {

	width: 32px;

	height: 32px;

	position: absolute;

	top: 50%;

	left: 60%;

	z-index: 99;

}

.profile-userpic {

	position: relative;

}

.profile-userpic a input[type="file"] {

	position: absolute;

	top: 50%;

	z-index: 999;

	left: 60%;

	opacity: 0;

	height: 32px;

	width: 32px;

}

.resume-content {

	padding: 20px;

	padding-top: 0px;

}

.big-view-img img {

	height: auto;

	border-radius: unset;

	width: 100%;

}

.profile-view {

	background-color: #eeee;

	margin: auto;

	padding: 0px;

	box-shadow: none;

	width: 50%;

	height: 50%;

	display: inline-block;

	text-align: center;

	border: none;

}

.profile-close-btn {

	color: #ffffff;

	float: right;

	font-size: 25px;

	font-weight: bold;

	background: #dc2310;

	border: none;

	padding: 1px 11px;

	border-radius: 50%;

	margin: 6px;

}

.profile-close-btn:hover,

.profile-close-btn:focus {

	color: #ffffff;

	text-decoration: none;

	cursor: pointer;

	background: #b92516;

	outline: none;

}

.profile-title h4 {

	color: #616161;

	font-size: 20px;

	margin: 0px;

	padding: 10px;

}

.popup-profile-view {

	padding-top: 50px;

}

.user_image {

	cursor: pointer;

}

.side-menu li a {

	padding: 0px 10px;

}

/**** Suresh new changes End here ****/

.custom-checkbox-two input[type="radio"] {

	float: left;

	height: 16px;

}

table caption {

	padding: .5em 0;

}

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

	table caption {

		border-bottom: 1px solid #ddd;

	}

}

.table-bordered>thead>tr>th,

.table-bordered>tbody>tr>th,

.table-bordered>tfoot>tr>th,

.table-bordered>thead>tr>td,

.table-bordered>tbody>tr>td,

.table-bordered>tfoot>tr>td {

	border: 1px solid #ddd;

}

.taable>thead>tr>th {

	padding: 10px;

}

.taable>tbody>tr>td {

	width: 12%;

}

.table>thead>tr>td,

.table>tbody>tr>td,

.table>tfoot>tr>td {

	padding: 8px;

	line-height: 1.42857143;

	vertical-align: top;

	border-top: 1px solid #ddd;

}

.licence_div {

	margin: 0px 0px 0px 13px;

}

.licence-part {

	float: left;

	width: 100%;

	padding: 0px;

}

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

	.table-responsive {

		width: 100%;

		margin-bottom: 15px;

		overflow-x: auto;

		overflow-y: hidden;

		-webkit-overflow-scrolling: touch;

		-ms-overflow-style: -ms-autohiding-scrollbar;

		border: 1px solid #ddd;

	}

}

.select-genders-form div {

	padding: 0px;

}

.prepared_location {


	padding-right: 0px;

}

.current_location {

	width: 116px;

}

.side-icons i {

	position: unset;

	transform: unset;

	font-size: 18px;

	padding-right: 20px;

}

.wellcome {

	font-family: inherit;

	font-weight: 700;

	color: #ffff;

	font-size: 16px;

	padding-left: 9px;

}

i.color-block {

	color: #000 !important;

}

.form-group.form-new-buttons {

	float: left;

	text-align: center;

	width: 100%;

}

a.res-download1 {

	padding: 11px 48px;

	color: #000;

	font-size: 17px;

}

a.res-download1:hover {

	padding: 11px 48px;

	color: #7cb49c;

}

.progress {

	margin: 10px;

	width: 99%;

}

.progress {

	display: -ms-flexbox;

	display: flex;

	height: 2rem;

	overflow: hidden;

	font-size: 14px;

	background-color: #e9ecef;

	border-radius: .25rem;

}

.progress-bar-striped {

	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);

	background-size: 1rem 1rem;

}

.institute-size li span {

	width: 57%;

}

.gets h3 {

	font-size: 19px;

	text-transform: capitalize;

	margin-left: 51px;

	color: #ffff;

	width: 70%;

}

.buttons button {

	padding: 6px 13px;

	margin: 0px 7px;

}

.buttons {

	padding: 12px 0px;
    clear: both;
    float: right;

}

.bttn1 {

	background: #83b143;

	border: none;

	color: #fff;

	border-radius: 2px;

}

.bttn2 {

	background: #f76b5c;

	border: none;

	color: #fff;

	border-radius: 2px;

}

.lists ul li {

	padding: 12px 0px;

}

.web-link a {

	color: #2196f3

}

.bttn11 {

	background: #7CB49C;

	border: none;

	color: #fff;

	border-radius: 2px;

	padding: 6px 13px;

}


.bttn22 {

	margin-left: 2%;

	background: #f76b5c;

	border: none;

	color: #fff;

	border-radius: 2px;

	padding: 6px 13px;

}
.post-job{margin-bottom:20px;}
.view-title{font-size:16px;}
.post-btn {
    width:73%;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 20px;
    background: #a5cf4d;
	margin-top: 23px;
    padding: 10px;
	border:1px solid #8BC34A;

}

.pop-employer {

	width: 50%;

	margin-left: 25%;

	padding: 0px 0px;

	margin-top: 91px;

}

.modal-contents1 {
	width:100%;

	padding: 0px 0px 17px 0px;

	border-radius: 5px;

	border: 1px solid #616161;

}

.place-head h4 {

	text-align: left;

	padding: 0px 0px 0px 29px;

}

.modal-footers {

	margin-top: 11px;

}

.progress-bar {

	display: -ms-flexbox;

	display: flex;

	-ms-flex-direction: column;

	flex-direction: column;

	-ms-flex-pack: center;

	justify-content: center;

	color: #fff;

	text-align: center;

	white-space: nowrap;

	background-color: #007bff;

	transition: width .6s ease;

}

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

	.menu-col {

		width: 100%;
		margin-bottom: 3px;
		padding: 15px 0px;
		float: left;
		

	}
.candidate-password-change {padding-left:0px;float:left;}
}

@media only screen and (max-width: 600px) {
	.profile {
		margin-top: 10px;
		float:left;
		width:100%;
	}
}

.registered-search-button input[type=submit] {
	background:#5a842f;
	float:left;
	color:#fff;
	width:100%;
	text-align:center;
	border-radius:4px;
	 border: 1px solid #83b143;
	font-weight:400;
	font-size:16px;
	padding:5px 10px 7px 10px;
	margin:0px 0px 0px 0px;
}
.registered-search-button input[type=submit]:hover {
	background:#fff;
	float:left;
	color:#5a842f;
	width:100%;
	text-align:center;
	border-radius:4px;
	 border: 1px solid #83b143;
	font-weight:400;
	font-size:16px;
	padding:5px 10px 7px 10px;
	margin:0px 0px 0px 0px;
}
.web-blue a {
	color:#2196F3;
}
.web-blue a:hover {
	color:#165d96;
}
h5.view-green {
	background:#f7f7f7;
	padding:13px;
	border:1px solid #dfdfdf;
}
.view-pro {
	padding-left:20px;
}
.others-model {
	border:2px dotted #263238;
	padding:10px;
	margin-bottom:10px;
}
.post-job {
	margin-bottom:20px;
}
.view-title {
	font-size:16px;
}
.post-btn {
	width:73%;
	color:#fff;
	font-family:'Roboto',sans-serif;
	font-size:20px;
	background:#a5cf4d;
	margin-top:23px;
	padding:10px;
	border:1px solid #8BC34A;
}
.post-btn:hover {
	background:#444444;
	color:#fff;
}
.post-btn:focus {
	outline:none;
}
.web-blue a {
	color:#2196F3;
}
.web-blue a:hover {
	color:#165d96;
}
h5.view-green {
	background:#f7f7f7;
	padding:13px;
	border:1px solid #dfdfdf;
}
@media only screen and (max-width: 600px) {
	button.res-view {
		font-size:10px;
		padding:4px 11px;
		background:#a5cf4d;
		border:1px solid #eeeeee;
		margin-left:8px;
		color:#fff;
	}
}
@media only screen and (max-width: 600px) {
	button.res-view:hover {
		background:#eeeeee;
		border:0px solid #a5cf4d;
		color:#a5cf4d;
		padding:5px 11px;
}
}
	@media only screen and (max-width: 600px) {
		button.res-download {
			padding: 4px 11px;
			background: #a5cf4d;
			border: 1px solid #eeeeee;
			color: #fff;
		}
	}
	@media only screen and (max-width: 600px) {
		button.res-download:hover {
			background: #eeeeee;
			border: 0px solid #a5cf4d;
			color: #a5cf4d;
			padding: 5px 11px;
		}
	}
	@media only screen and (max-width: 600px) {
		.res-downs {
			margin-left: 103px;
			width: 52%;
		}
	}
	/* @media only screen and (max-width: 600px) {
		.my-resume {
			padding: 0px 0px 4px 0px;
		}
	} */
	@media only screen and (max-width: 600px) {
		.mm {
			margin-top: 218px;
		}
	}
	@media only screen and (max-width: 600px) {
		a.cacel-butt {
			width: 100%%;
			margin-left: 0px;
		}
	}
	.view-pro {
		padding-left: 20px;
	}
	.others-model {
		border: 2px dotted #263238;
		padding: 10px;
		margin-bottom: 10px;
	}
	.post-job {
		margin-bottom: 20px;
	}
	.view-title {
		font-size: 16px;
	}
	.post-btn {
		width: 73%;
		color: #fff;
		font-family: 'Roboto',sans-serif;
		font-size: 20px;
		background: #a5cf4d;
		margin-top: 23px;
		padding: 10px;
		border: 1px solid #8BC34A;
	}
	.post-btn:hover {
		background: #444444;
		color: #fff;
	}
	.post-btn:focus {
		outline: none;
	}
	.pay-lists{padding-left:58px;}
	button.upmy-job {
		width: 100%;
		float: left;
		text-align: center;
		padding: 9px 10px;
		margin-bottom: 10px;
		color: #fff;
		font-size: 16px;
		border: none;
		font-family: 'Quicksand', sans-serif;
		background-color: #a6e522;
	}
	button.upmy-job a:hover {
		color: #fff;
		text-decoration: none;
	}
	button.upmy-job:hover {
		background: #222222;
		color: #fff;
	}
	/** data table scroll start **/
	.dtHorizontalExampleWrapper {
		max-width: 600px;
		margin: 0 auto;
	}
	#HorizontalScrole th,
	td {
		white-space: nowrap;
	}
	table.dataTable thead .sorting:after,
	table.dataTable thead .sorting:before,
	table.dataTable thead .sorting_asc:after,
	table.dataTable thead .sorting_asc:before,
	table.dataTable thead .sorting_asc_disabled:after,
	table.dataTable thead .sorting_asc_disabled:before,
	table.dataTable thead .sorting_desc:after,
	table.dataTable thead .sorting_desc:before,
	table.dataTable thead .sorting_desc_disabled:after,
	table.dataTable thead .sorting_desc_disabled:before {
		bottom: .5em;
	}
	/** data table scroll end **/
	


p.note-txt{float:left;width:100%; margin:0px;color: #83b143;font-weight: 600;font-size: 17px;}	

.job-preference-btm {
    float: left;
    width: 100%;
    padding-top: 15px;border:1px solid #ddd; border-top:0px;
}
.new-view-name-general{float:left;padding-top:20px; border-left:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf;}

.section-language-common{margin-top:20px;}
.section-qualification_completed-common{margin-top: 20px;/*  border-left:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf; */}

.my-profile-candidate-common{padding-right:0px;}


/*------------------------------------*\
 Media Queries Start
/*------------------------------------*/
	@media screen and (max-width: 1024px) and (min-width: 768px) {
		
		.customer-firstname {
			margin-bottom: 15px;float:left;
		}
		.customer-lastname {
			margin-bottom: 15px;float:left;
		}
		.custom-select-one{float:right;}
		.form-group-common {float: left; width:100%;}
		.custom-select-apply {width:100%;float:left;}
		.select-genders-form div{float:left;padding-right:20px;}
		.custom-select-one-button {margin-top: 0px;float: right;adding-left: 0px;}
		.content-apply-1 {
			padding-bottom: 10px;
			float: left;
			width: 100%;
			padding-right: 0px;
		}
		.padding-right-0{padding-right:15px!important;}
		.padding-bottom-clearboth{float:left; width: 66%; margin-top:20px;}
		.post-btn-renew {margin-top:10px;}	
		.myprofile-new{margin-top:30px;float:left;width:100%;}
		.changepw-new {float: left;width: 100%;margin-top: 20px;}

	}
	@media (max-width: 480px) {.pay-lists{padding-left:215px;}}
	@media screen and (max-width: 736px) and (min-width: 414px) 
	{
		.customer-firstname {
			margin-bottom: 15px;float:left; width:100%;
		}
		.customer-lastname {
			margin-bottom: 15px;float:left;width:100%;
		}
		.add-button-rgt-padding {
			padding-left: 14px;
		}	
		.col-form-label{width:100%;}	
		.container-fluid{margin-left:auto; margin-right:auto; padding-left:0px; padding-right:0px;}
		.padding-right-0{padding-right:15px!important;}	
		.my-profile-candidate-common{margin-top:20px;float: left}
		.pro-cmn-new {padding-left:0px;}
	}
@media screen and (max-width: 568px) and (min-width: 414px) {
	.custom-select-common div.custom-select-one{padding-right:0px;} 		
	.container-fluid{margin-left:auto; margin-right:auto; padding-left:0px; padding-right:0px;}	
.padding-right-0{padding-right:15px!important;}
.post-btn-renew {margin-top:10px;}
.my-profile-candidate-common{margin-top:20px;float: left}	
}
	
	@media (max-width: 480px) {
		.menu3dmega.responsive > ul > li:hover .dropdown-menu {
			border: 1px solid #11c0ff;
		}
		.customer-firstname {
			margin-bottom: 15px;float:left;
		}
		.customer-lastname {
			margin-bottom: 15px;float:left;
		}
		.prepared_location {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
}
		.breadcrumb {
			width: 100%;
		}
	}
	@media (max-width: 767px) {
		.logo {
			float: none !important;
			text-align: center !important;
		}
		.logo a img {
			display: inherit !important;
		}
		.searchbar {
			margin: 0px !important;
		}
		body {
			max-width: 100%;
			overflow-y: scroll;
			overflow-x: hidden;
		}
		.menu-heading {
			display: none !important;
		}
		.menu3dmega.responsive li > .arrow-icon:after {
			background: none repeat scroll 0px 0px transparent;
			border-color: #aaaaaa transparent transparent;
		}
		.breadcrumb {
			width: 100%;
		}
		.slider {
			margin-left: 30px;
		}
		.product-block {
			margin-bottom: 5px;
		}
		.box-content {
			margin-bottom: 5px;
		}
		.about-image {
			padding-right: 15px;
		}
		.blog-block .entry-row {
			height: auto;
			width: 100%;
		}
		.blog-block .entry-row .date {
			height: auto;
			width: 100%;
		}
		.blog-block .entry-row .blog-text {
			border-left: none;
			height: auto;
			padding-bottom: 20px;
			width: 100%;
			z-index: 1;
		}
		div>.row>div.twitter-block {
			padding-left: 15px;
		}
		.brands-row .brand-logo {
			border-right: 0px;
			border-top: 0px;
			border: 1px #fff solid;
			width: 50%;
		}
		.brands-row .brand-logo:last-child {
			border-left: 1px #fff solid;
		}
		.blogdetails.date span:last-chlid {
			display: inline-block;
			font-size: 18px;
			font-weight: 600;
			line-height: 40px;
		}
		.blogdetails.date span:first-child {
			padding-right: 10px;
			display: inline-block;
			font-size: 18px;
			font-weight: 600;
			line-height: 40px;
		}
		.rec-banner .banner i {
			font-size: 35px;
			padding-top: 14%;
		}
		.rec-banner .banner h3 {
			font-size: 14px;
			padding: 5px 0px 0px;
		}
		.rec-banner .banner p {
			margin: 0;
			font-size: 12px;
		}
		.list-product .product-image,
		.list-product .product-price {
			padding-right: 15px;
		}
		.list-product .product-title,
		.list-product .product-price,
		.list-product .product-meta {
			padding-left: 15px;
		}
		.f-space30 {
			margin-top: 10px;
		}
		.f-space20 {
			margin-top: 10px;
		}
		.f-space10 {
			margin-top: 10px;
		}
		.single-product .big-image {
			padding-left: 0;
			padding-right: 0;
		}
		.single-product .thumbs {
			padding-left: 0;
			padding-right: 1px;
		}
		.single-product .thumbs ul > li {
			padding-bottom: 1px;
		}
		.product-details .special-offers-wr {
			padding-left: 15px;
		}
		.product-details .short-info-wr {
			padding-right: 15px;
		}
		.product-details .price-wr {
			padding-right: 15px;
		}
		.product-details .product-btns-wr {
			padding-left: 15px;
		}
		.product-details .product-btns {
			padding: 5px;
		}
		.product-details .short-info-opt-wr {
			padding-right: 15px;
		}
		.product-details .qty-wr {
			width: 72px;
		}
		.product-details .btn-sendtofriend {
			display: none;
		}
		.product-details .short-info-share-wr {
			padding-left: 15px;
		}
		.product .p-wr:nth-child(2) {
			padding: 0 1px 0 15px;
		}
		.product .p-wr:nth-child(3) {
			padding: 0 1px 0 0;
		}
		.product .p-wr:nth-child(4) {
			padding: 0 1px 0 0;
		}
		.product .p-wr:nth-child(5) {
			padding: 0 1px 0 0;
		}
		.product .p-wr:nth-child(6) {
			padding: 0 15px 0 0;
		}
		.box-heading.category-heading > .nav-pills > li {
			float: none !important;
		}
		.box-heading.category-heading > .nav-pills.pull-right {
			float: none !important;
		}
		.box-heading.category-heading > span {
			float: none !important;
		}
	}
	@media (min-width: 768px) {
		.topheadrow .nav li a {
			padding: 15px !important;
		}
		.topheadrow .nav li a span {
			display: inline-block !important;
		}
		.menu3dmega.vertical span.arrow-icon-bottom:after {
			border-color: transparent transparent transparent #eeeeee;
		}
		.menu3dmega.vertical li:hover span.arrow-icon-bottom:after {
			border-color: transparent transparent transparent #ffffff;
		}
		.menuMegasub {
			display: block !important;
			opacity: 0;
			height: 0;
			overflow: hidden;
			z-index: 100;
			position: absolute;
			width: 88% !important;
			-webkit-transition: all 300ms ease-in-out;
			-moz-transition: all 300ms ease-in-out;
			-o-transition: all 300ms ease-in-out;
			-ms-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;
		}
		.menu-col:hover .menuMegasub {
			height: auto;
			overflow: visible;
			opacity: 1;
			cursor: pointer;
		}
		.menuHeadingdropdown {
			cursor: pointer;
		}
		.menuHeadingdropdown:hover {
			background-color: #009edf;
		}
		.menuHeadingdropdown {
			font-size: 17px;
			padding: 23px;
		}
		.menuHeadingdropdown .fa-angle-down {
			font-size: 18px;
			float: right;
			right: 0;
			padding: 2px 0;
			margin: 0;
		}
		.menu3dmega.responsive .dropdown-menu > ul > li > a {
			padding: 8px 15px;
			white-space: normal;
		}
		.menu3dmega .flyout-menu li a {
			padding: 8px 15px;
		}
		.quick-message .quickbox .item .fa {
			display: none;
		}
		.list-product .product-price,
		.list-product .product-title {
			padding-left: 15px;
		}
		.list-product .product-image {
			padding-right: 15px;
		}
		.product-block {
			margin-bottom: 5px;
		}
		div>.row>div.twitter-block {
			padding-left: 15px;
		}
		.box-content {
			margin-bottom: 5px;
		}
		.about-image {
			padding-right: 15px;
		}
		.single-product .big-image {
			padding-left: 0;
			padding-right: 0;
		}
		.single-product .thumbs {
			padding-left: 0;
			padding-right: 1px;
		}
		.single-product .thumbs ul > li {
			padding-bottom: 1px;
		}
		.product-details .special-offers-wr {
			padding-left: 0;
		}
		.product-details .short-info-wr {
			padding-right: 15px;
		}
		.product-details .price-wr {
			padding-right: 10px;
		}
		.product-details .product-btns-wr {
			padding-left: 0;
		}
		.product-details .product-btns {
			padding: 5px;
		}
		.product .p-wr:nth-child(1) {
			padding: 0 1px 0 15px;
		}
		.product .p-wr:nth-child(1) .product-attrb-wr {
			padding: 0;
		}
		.product .p-wr:nth-child(2) {
			padding: 0 1px 0 0;
		}
		.product .p-wr:nth-child(3) {
			padding: 0 1px 0 0;
		}
		.product .p-wr:nth-child(4) {
			padding: 0 1px 0 0;
		}
		.product .p-wr:nth-child(5) {
			padding: 0 1px 0 0;
		}
		.product .p-wr:nth-child(6) {
			padding: 0 15px 0 0;
		}
	}
	@media (min-width: 992px) {
		.topheadrow .nav li a {
			padding: 15px !important;
		}
		.topheadrow .nav li a span {
			display: inline-block !important;
		}
		.menu-links ul > li > a span {
			display: inline-block !important;
		}
		.quick-message .quickbox .item .fa {
			display: inherit;
		}
		.menuMegasub {
			width: 88% !important;
		}
		.menu3dmega.responsive .dropdown-menu > ul > li > a {
			padding: 14.5px 15px;
			white-space: normal;
		}
		.menu3dmega .flyout-menu li a {
			padding: 14.5px 15px;
			line-height: 20px;
		}
		.product-block {
			margin-bottom: 0px;
		}
		.box-content {
			margin-bottom: 0px;
		}
		.blog-block {
			padding-right: 0px;
			padding-left: 0px;
		}
		div>.row>div.twitter-block {
			padding-left: 10px;
		}
		.about-image {
			padding-right: 0px;
		}
		.list-product .product-price,
		.list-product .product-title {
			padding-left: 0px;
		}
		.list-product .product-image {
			padding-right: 1px;
		}
		.single-product .big-image {
			padding-left: 0;
			padding-right: 10px;
		}
		.single-product .thumbs {
			padding-left: 0;
			padding-right: 10px;
		}
		.single-product .thumbs ul > li {
			padding-bottom: 10px;
		}
		.single-product .thumbs ul > li:last-child {
			padding-bottom: 0;
		}
		.product .p-wr:nth-child(1) {
			padding: 0 1px 0 15px;
		}
		.product .p-wr:nth-child(1) .product-attrb-wr {
			padding: 0;
		}
		.product .p-wr:nth-child(2) {
			padding: 0 1px 0 0;
		}
		.product .p-wr:nth-child(3) {
			padding: 0 1px 0 0;
		}
		.product .p-wr:nth-child(4) {
			padding: 0 1px 0 0;
		}
		.product .p-wr:nth-child(5) {
			padding: 0 1px 0 0;
		}
		.product .p-wr:nth-child(6) {
			padding: 0 15px 0 0;
		}
	}
	@media (min-width: 1200px) {
		.about-image {
			padding-right: 0px;
		}
		.menuMegasub {
			width: 90% !important;
		}
		.menu3dmega.responsive .dropdown-menu > ul > li > a {
			padding: 19px 15px;
			white-space: normal;
			font-family: 'Quicksand', sans-serif;
		}
		.menu3dmega .flyout-menu li a {
			padding: 19px 15px;
			line-height: 20px;
			font-family: 'Quicksand', sans-serif;
		}
		.feature-box {
			height: 262px;
		}
		
	}
	@media (min-width: 992px) {
	.tik-gif
	
	{
		
	position:relative;right:100px;
	
	}
	}
	@media (max-width: 1224px) {
		.signup-form-mobile div.login-form-right {
			width: 100%;
		}
	}
	/*------------------------------------*\
 Media Queries End
/*------------------------------------*/
	
	
/*landing new section starts*/
.common-landingpage-new-sec {
    margin: 30px 0px;
}
.img-1-land {
    text-align: -webkit-center;
    padding: 10px;
}
.rightside-content-landing {
    margin-top: 20px;
}
.img-1-land {
    text-align: -webkit-center;
    padding: 10px;
    box-shadow: 9px 6px 15px #d8d2d2ad;
    margin-top: 30px;
}
.img-1-land:hover {
    box-shadow: 9px 6px 15px #afabab;
	transition: 1s;
}
img.landing-icon-imgs {
    padding: 9px;
}
.img-1-land p {
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
}
p.landing-top-content {
    text-align: center;
    margin: 30px;
    font-size: 16px;
    font-family: 'roboto',sans-serif;
}

.paid-text {
    font-size: 16px;
	font-family: 'roboto',sans-serif;
}

.about-us-content p {
    font-size: 18px;
    text-align: justify;
}

li.active-header {
    background: #ffde00 !important;
    color: #000 !important;
}


li.active-header a {
    background: #ffde00 !important;
    color: #000 !important;
}

/***** suresh new changes 22-10-2019 start *******/
span.expired {
    color: red;
	font-weight: bold;
}
span.expire_active {
    color: #83b143;
    font-weight: bold;
}

.valid-date {
    margin: 0px 0px 0px 0px;
}

p.accessed-listing {
    padding: 0px 0px 1px 60px;
    margin: -18px 4px 0px 0px;
    font-size: 12px;
    color: #dcd7d7;
}
a.href-color {
    color: #000;
}
a.href-color:hover {
    color: #83b143;
}
a.trainingsearch-form-fields {
	margin: 4px !important;
}
a.trainingsearch-form-fields-1 {
    color: #fff;
    padding: 11px;
    float: right;
    margin: 4px;
    font-size: 16px;
    background-color: #ffde00;

}
.trainer-tabs {
    margin: 10px 0px 0px 10px;
}
h3.job-search-title {padding-bottom: 8px;border-radius: 0px 40px 40px 0px;margin: 0px;font-size: 20px;padding: 9px 0px 9px 0px;margin: 0px;font-family: 'Nunito', sans-serif;width: 130px;background: linear-gradient(#83b143, #5a842f);margin-bottom: 10px;text-align: center;border: 1px solid #83b14340;color: #fff;font-weight:600;}
.header-userid {color: #fff;float: left;font-size: 15px;margin: 4px 0px 0px 0px;}
/***** suresh new changes 22-10-2019 end *******/