/*-- Shopping-Cart-PopUp --*/

div#my-cart-modal {
	background-color: rgba(0, 0, 0, 0.50);
}

button.hub-cart {
	font-size: 0.7em;
	letter-spacing: 1px;
	word-spacing: 2px;
	padding: 10px 25px;
	font-weight: 600;
	text-transform: uppercase !important;
	color: #000;
	background: #d8e9fa;
	outline: none;
	border: none;
	cursor: pointer;
}

div#my-cart-modal .modal-dialog {
	width: 50%;
	margin: 100px auto 0;
}

div#my-cart-modal .modal-content {
	background-color: #F5F5F5;
	box-shadow: none !important;
	border: none !important;
	border-radius: 0;
	padding: 30px;
}

div#my-cart-modal .modal-header {
	padding: 0 15px 15px;
	border-bottom: 3px solid #333;
}

div#my-cart-modal h4#myModalLabel {
	font-size: 20px;
	color: #F60B0E;
}

div#my-cart-modal .modal-body {
	padding: 0;
}

div#my-cart-modal .table {
	margin: 0;
}

div#my-cart-modal .table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 10px;
	vertical-align: middle;
	border: none;
}

div#my-cart-modal .table>tbody>tr {
	border-top: 1px solid #CCC;
}

div#my-cart-modal .table>tbody>tr:nth-child(1) {
	border: none;
}

div#my-cart-modal .btn-danger {
	color: #000;
	background-color: #FFF;
	border-color: #000;
}

div#my-cart-modal .btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #c9302c;
}

div#my-cart-modal strong {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 15px;
}

div#my-cart-modal .modal-footer {
	border-top: 3px solid #000;
}

div#my-cart-modal button.btn.btn-default,
div#my-cart-modal button.btn.btn-primary {
	padding: 8px 0;
	width: 15%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border: none;
	border-radius: 0;
	outline: none;
	background-color: #333;
	color: #FFF;
}

div#my-cart-modal button.btn.btn-default:hover {
	background-color: #F60B0E;
}

div#my-cart-modal button.btn.btn-primary a {
	color: #FFF;
}

div#my-cart-modal button.btn.btn-primary:hover {
	background-color: #F60B0E;
}

div#my-cart-modal .alert-danger {
	color: #FFF;
	text-align: center;
	background-color: #F60B0E;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	margin: 20px;
	border: none;
	border-radius: 0;
}

div#my-cart-modal .close {
	font-size: 25px;
	opacity: 1;
}

div#my-cart-modal .close:hover,
.close:focus {
	opacity: 1;
	color: #F60B0E;
}

/*-- //Shopping-Cart-PopUp --*/

#staplesbmincart form {
	position: relative;
	padding: 1em;
	background: #fbfbfb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	color: #333;
	-webkit-box-shadow: 0px 0px 5px 2px #9a9a9a;
	-moz-box-shadow: 0px 0px 5px 2px #9a9a9a;
	-o-box-shadow: 0px 0px 5px 2px #9a9a9a;
	-ms-box-shadow: 0px 0px 5px 2px #9a9a9a;
	box-shadow: 0px 0px 5px 2px #9a9a9a;
}

#staplesbmincart form ul {
	overflow-y: scroll;
	max-height: 300px;
}

#staplesbmincart {
	display: none;
	position: fixed;
	left: 68%;
	top: 16.9%;
	width: 420px;
}

.sbmincart-showing #staplesbmincart {
	display: block;
	z-index: 9999;
	-webkit-animation: zoomIn .3s ease;
	-moz-animation: zoomIn .3s ease;
	-o-animation: zoomIn .3s ease;
	-ms-animation: zoomIn .3s ease;
	animation: zoomIn .3s ease;
}

#staplesbmincart form.sbmincart-empty {
	font-size: 16px;
	font-weight: bold;
}

#staplesbmincart ul {
	clear: both;
	float: left;
	width: 100%;
	margin: 5px 0 20px;
	padding: 1em;
	list-style-type: none;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

#staplesbmincart .sbmincart-empty ul {
	display: none;
}

.thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 10px;
}

#staplesbmincart .sbmincart-closer {
	float: right;
	margin: -3px -10px 0;
	padding: 0 10px;
	background: 0;
	border: 0;
	font-size: 25px;
	cursor: pointer;
	font-weight: bold;
	outline: none;
}

#staplesbmincart .sbmincart-item {
	clear: left;
	padding: 7px 0;
	min-height: 35px;
	font-size: 1em;
}

#staplesbmincart .sbmincart-item+.sbmincart-item {
	border-top: 1px solid #f2f2f2;
}

#staplesbmincart .sbmincart-item a {
	color: #333;
	text-decoration: none;
}

#staplesbmincart .sbmincart-details-name {
	float: left;
	width: 62%;
}

#staplesbmincart .sbmincart-details-quantity {
	float: left;
	width: 15%;
}

#staplesbmincart .sbmincart-details-remove {
	float: left;
	width: 7%;
}

#staplesbmincart .sbmincart-details-price {
	float: left;
	width: 16%;
	text-align: right;
}

#staplesbmincart .sbmincart-attributes {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #999;
	font-size: 12px;
	line-height: 22px;
	overflow: inherit;
	height: inherit;
}

#staplesbmincart .sbmincart-attributes li {
	display: inline;
}

#staplesbmincart .sbmincart-attributes li:after {
	content: ",";
}

#staplesbmincart .sbmincart-attributes li:last-child:after {
	content: "";
}

#staplesbmincart .sbmincart-quantity {
	width: 30px;
	height: 18px;
	padding: 2px 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	font-size: 13px;
	text-align: right;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
}

#staplesbmincart .sbmincart-quantity:hover {
	border-color: #0078C1;
}

#staplesbmincart .sbmincart-quantity:focus {
	border-color: #0078C1;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(0, 120, 193, 0.4);
}

#staplesbmincart .sbmincart-remove {
	width: 18px;
	height: 19px;
	margin: 2px 0 0;
	padding: 0;
	background: #b7b7b7;
	border: 1px solid #a3a3a3;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	opacity: 0.70;
	cursor: pointer;
}

#staplesbmincart .sbmincart-remove:hover {
	opacity: 1;
}

#staplesbmincart .sbmincart-footer {
	clear: left;
	text-align: center;
	margin-right: 1.5em;
	position: relative;
}

p.sbmincart-empty-text {
	color: #f44336;
	font-weight: 500;
}

#staplesbmincart .sbmincart-subtotal {
	bottom: 3px;
	padding-left: 0;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: left;
	letter-spacing: 1px;
}

#staplesbmincart .sbmincart-submit {
	margin-right: 6px;
	padding: 0;
	border: none;
	color: #F60B0E;
	background: none;
	outline: none;
	font-size: 0.87em;
	font-weight: 700;
	position: absolute;
	text-transform: uppercase;
	right: 0;
	top: 0;
	cursor: pointer;
}

/* Let's get this party started */

#staplesbmincart form ul::-webkit-scrollbar {
	width: 5px;
}

/* Track */

#staplesbmincart form ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #999;
	-moz-box-shadow: inset 0 0 6px #999;
	-o-box-shadow: inset 0 0 6px #999;
	-ms-box-shadow: inset 0 0 6px #999;
	box-shadow: inset 0 0 6px #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

/* Handle */

#staplesbmincart form ul::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background: #3c43a4;
	-moz-box-shadow: inset 0 0 6px #3c43a4;
	-o-box-shadow: inset 0 0 6px #3c43a4;
	-ms-box-shadow: inset 0 0 6px #3c43a4;
	-webkit-box-shadow: inset 0 0 6px #3c43a4;
	box-shadow: inset 0 0 6px #3c43a4;
}

/*-- //cart-css --*/

/*-- cart-button --*/

.back form {
	margin-top: 0.5em;
}

.hub-cart:hover,
.back a:hover {
	-webkit-box-shadow: 0 0 9px 2px rgba(224, 224, 224, 0.5);
	-moz-box-shadow: 0 0 9px 2px rgba(224, 224, 224, 0.5);
	-o-box-shadow: 0 0 9px 2px rgba(224, 224, 224, 0.5);
	-ms-box-shadow: 0 0 9px 2px rgba(224, 224, 224, 0.5);
	box-shadow: 0 0 9px 2px rgba(224, 224, 224, 0.5);
}

.back a {
	font-size: 1em;
	color: #fff;
	padding: 4px 7px;
	display: inline-block;
}

.men-pro-item {
	position: relative;
}

/*-- Model-Slider --*/

.fh-container.mx-auto {
	width: 90%;
}

/*-- effect on products --*/

.men-cart-pro {
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: all 0.5s ease-out 0s;
	visibility: hidden;
}

.product-men:nth-child(2) .product-new-top,
.product-men:nth-child(6) .product-new-top,
.product-men:nth-child(7) .product-new-top {
	background: #FFC107;
}

.product-men:nth-child(4) .product-new-top,
.product-men:nth-child(8) .product-new-top,
.product-new-top,
.product-men:nth-child(3) .product-new-top {
	background: #219ff3;
}

.product-new-top {
	background: #F60B0E;
	color: #fff;
	right: 0;
	position: absolute;
	top: 0;
	width: 80px;
	font-size: 13px;
	height: 29px;
	text-align: center;
	line-height: 2.3;
}

span.money {
	font-size: 1em;
	font-weight: 700;
}

.inner-men-cart-pro {
	height: 100%;
	position: relative;
	width: 100%;
	transition: all 0.5s ease-out 0s;
}

.inner-men-cart-pro ul {
	left: 0;
	margin: -60px 0 0;
	padding: 0;
	position: absolute;
	top: 45%;
	width: 100%;
	transition: all 0.5s ease-out 0s;
}

.link-product-add-cart {
	background: #0c0c0c;
	color: #fff;
	display: inline-block;
	height: 40px;
	letter-spacing: 2px;
	font-size: 0.8em;
	line-height: 40px;
	text-transform: uppercase;
	transition: all 0.5s ease-out 0s;
}

.inner-men-cart-pro>ul>li {
	display: inline-block;
}

.inner-men-cart-pro ul li a {
	color: #fff;
	transition: all 0.5s ease-out 0s;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
}


.men-thumb-item:hover::before {
	opacity: 1;
	visibility: visible;
}

.men-thumb-item:hover .men-cart-pro {
	opacity: 1;
	visibility: visible;
}

.men-thumb-item:hover .inner-men-cart-pro ul {
	margin: 20px 0 0;
}

.inner-men-cart-pro ul li a:hover {
	background: #ffc229 none repeat scroll 0 0;
}

.link-product-add-cart:hover {
	background: #F60B0E;
	color: #fff;
}

ul.stars i {
	font-size: 9px;
}

ul.stars li {
	list-style: none;
	display: inline-block;
}

ul.stars li a {
	color: #333;
}

ul.stars li a:hover {
	color: #F60B0E;
}

.product-hub-info {
	padding: 20px;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

.product-hub-info:hover {
	box-shadow: -2px 4px 50px rgba(25, 13, 15, 0.38);
}

ul.rating li {
	display: inline;
}

ul.price-list li {
	display: inline-block;
	color: #000;
	font-size: 1em;
}

ul.price-list li:first-child {
	font-weight: 600;
	color: #34c663;
}

ul.price-list li:last-child {
	color: #777;
	text-decoration: line-through;
}

ul.price-list {
	padding-top: 10px;
}

/*-- //effect on products --*/

/* card styling */

h5.card-title {
	font-size: 15.5px;
}

.card-text p:last-child {
	text-decoration: line-through;
}

/* //card styling */

/*-- product left --*/

.ads-list {
	width: 33.333%;
	float: left;
}

.select-box {
	background: rgba(255, 76, 76, 0.66);
	padding: 30px 30px;
	margin: 40px 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.ads-list label {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin-bottom: 6px;
}

.ads-list select {
	width: 70%;
	outline: none;
	color: #000;
	font-size: 15px;
	border: 1px solid #eee;
	padding: 7px 8px;
}

.btn-group.bootstrap-select.show-tick button {
	padding: 8px 10px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 260px;
}

#custom-search-input {
	padding: 3px;
	border: solid 1px #D1E0EE;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	background-color: #fff;
	width: 80%;
	color: #000;
}

#custom-search-input input {
	border: 0;
	box-shadow: none;
}

#custom-search-input button {
	margin: 2px 0 0 0;
	background: none;
	box-shadow: none;
	border: 0;
	color: #666666;
	padding: 0 8px 0 10px;
	border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
	border: 0;
	box-shadow: none;
	border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
	font-size: 23px;
}

.input-lg {
	height: 29px;
	padding: 0px 10px;
	font-size: 15px;
	line-height: 1.3333333;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

#custom-search-input .glyphicon-search {
	font-size: 16px;
}

.btn-default {
	border-color: #D1E0EE;
}

.btn {
	display: inline-block;
}

.search-hotel input[type="search"] {
	background: #dedede;
	border: none;
	width: 100%;
	outline: none;
	padding: 11px 10px 10px 10px;
	font-size: 13px;
	color: #000000;
	letter-spacing: 1px;
	text-align: center;
}

.search-hotel form input[type="submit"] {
	width: 100%;
	border: none;
	padding: 10px;
	margin-top: 0;
	background: #0076be;
	color: #fff;
	font-size: 1em;
	letter-spacing: 1px;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
	font-family: 'Roboto', sans-serif;
}

.search-hotel form input[type="submit"]:hover {
	background: #000;
	color: #fff;
}

.search-grid-left {
	padding: 15px;
	background: #f5f4f0;
}

h3.shopf-sear-head {
	color: #181c27;
	margin-bottom: 20px;
	font-size: 1.1em;
	font-weight: 600;
}

.search-hotel {
	padding: 15px 0;
	border-bottom: 1px solid #e5e3db;
}

/*-- Slider range --*/

ul.dropdown-menu6,
ul.dropdown-menu5 {
	margin: 0;
	position: relative;
}

ul.dropdown-menu6 li {
	list-style: none;
}

ul.dropdown-menu6 li p {
	width: 100%;
}

span.amount {
	color: #ffffff;
	font-size: 16px;
}

input#amount,
input#amount1 {
	font-size: 13px;
	outline: none;
	background: none;
	word-spacing: 1em;
	color: #000 !important;
	position: absolute;
	left: 0%;
	top: -27px;
	margin-top: -10px;
}

.range,
.shopf-brand-select,
.shopf-featured-ads {
	padding: 20px 0;
	background: #eee;
}

.shop-f-top img {
	width: 100%;
	margin-bottom: 1.5em;
}

/*-- //Slider range --*/

/*-- check input --*/

.left-side ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 6px;
}

input.checked {
	display: inline-block;
	margin: 0;
	cursor: pointer;
}

.left-side ul li span {
	font-size: 13px;
	color: #000;
	letter-spacing: 1px;
	margin-left: 3px;
	vertical-align: top;
}

.side-bar {
	background: #eee;
}

.side-bar label {
	font-size: 0.95em;
	text-transform: capitalize;
	font-weight: 600;
	margin-left: 7px;
	color: #000;
}

.left-side {
	margin-top: 18px;
}

h3.shopf-sear-headits-sear-head {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin-bottom: 12px;
	text-transform: capitalize;
	background: #fff;
	padding: 6px 10px;
}

.fteam_grid_info {
	text-align: center;
	padding: 40px 11px;
	-webkit-box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, 0.75);
	margin: 0 4px;
	width: 31.8%;
	background: rgba(255, 255, 255, 0.76);
}

/*-- //check input --*/

/*-- customer --*/

.customer-rev ul li i {
	color: #009688;
	font-size: 0.8em;
}

.customer-rev ul li {
	list-style: none;
}

.customer-rev ul li a span {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	margin-left: 8px;
}

/*-- //customer --*/

/*-- nuts --*/

.men-thumb-item {
	position: relative;
}

.item-info-product {
	text-align: center;
}

.item-info-product h4 a {
	color: #080808;
	font-size: 14px;
	font-weight: 700;
}

.info-product-price {
	margin: 12px 0;
}

span.item_price {
	font-size: 18px;
	color: #d60404;
}

.info-product-price del {
	font-weight: 300;
	margin-left: 13px;
	font-size: 15px;
}

.product-sec1.product-sec2 {
	background: url(../images/bg1.jpg)no-repeat 0px 0px;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	position: relative;
}

.effect-bg {
	margin-top: 40px;
}

.effect-bg h3 {
	color: #fff;
	font-size: 47px;
	letter-spacing: 3px;
	font-weight: 600;
}

.effect-bg h6 {
	font-size: 18px;
	letter-spacing: 2px;
	margin: 18px 0;
	color: #fff;
}

.effect-bg p {
	color: #000;
}

.inner-men-cart-pro {
	height: 100%;
	position: relative;
	width: 100%;
	transition: all 0.5s ease-out 0s;
}


.men-thumb-item:hover::before {
	opacity: 1;
	visibility: visible;
}

.men-thumb-item:hover .men-cart-pro {
	opacity: 1;
	visibility: visible;
}

.inner-men-cart-pro ul li a:hover {
	background: #ffc229 none repeat scroll 0 0;
}

.inner-men-cart-pro .link-product-add-cart {
	width: 51%;
	position: absolute;
	transition: all 0.5s ease-out 0s;
	left: 25%;
	top: 49%;
}

span.position-absolute {
	color: #fff;
	text-transform: uppercase;
	background: #000;
	font-size: 1em;
	letter-spacing: 1px;
	display: inline-block;
	left: 19%;
	top: 48%;
	width: 62%;
	padding: 5px;
	text-align: center;
}

.men-thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
	top: 49%;
}

a.link-product-add-cart:hover {
	background: #0076be;
	color: #fff;
}

.grid_meta {
	float: left;
	width: 80%;
	text-align: left;
}

.info-product-price {
	margin: 12px 0;
	padding: 1em;
	border-top: 1px solid #ddd;
}

button.hub-cart i {
	font-size: 1.2em;
	color: #0076be;
}

ul.footer_list_icons.single_in li {
	color: #2f2f2f;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
}

ul.footer_list_icons.single_in li a {
	color: #565555;
}

ul.footer_list_icons.single_in li a:hover {
	color: #333;
}

/*-- single-page --*/

.single-right-left h3 {
	text-transform: capitalize;
	font-size: 19px;
	color: #000;
	margin: 0;
	font-weight: 600;
}

.single-right-left p {
	text-transform: capitalize;
	margin: .5em 0 0;
	letter-spacing: 0.2px;
}

.single-right-left p a {
	color: #ee4f4f;
	margin-left: 6px;
}

.single-right-left del {
	color: #555;
	margin-left: 10px;
	font-weight: 300;
	font-size: 0.8em;
}

.simpleCart_shelfItem .caption h6 {
	color: #000;
	font-size: 1.8em;
}

.rating-single {
	float: left;
	margin: 10px 0;
}

ul.rating li a {
	color: #f7c052;
}

span.fa.fa-star {
	font-size: 0.7em;
}

span.fa.fa-star.yellow-star {
	color: #34c663;
}

.simpleCart_shelfItem .caption .rating {
	float: left;
	margin-top: 10px;
}

ul.rating-single li {
	display: inline-block;
}

.description {
	margin: 1.5em 0;
}

.description h5 {
	color: #545454;
	font-size: 0.9em;
	margin-bottom: 12px;
	letter-spacing: 1px;
}

.description p {
	color: #545454;
	line-height: 1.8em;
	margin: 0.5em 0 0;
	font-size: 0.9em;
}

.sp_title {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 1px;
}

ul.single_serv a {
	color: #000;
}

.description input[type="text"] {
	padding: 8px 8px;
	color: #000;
	font-size: 13px;
	width: 45%;
	outline: none;
	letter-spacing: 1px;
}

.description input[type="submit"] {
	color: #fff;
	font-size: 16px;
	background: #000000;
	border: none;
	outline: none;
	padding: 7px 33px 9px;
	letter-spacing: 2px;
	text-transform: capitalize;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

.description input[type="submit"]:hover {
	background: #64b3f4;
}

.descr .occasion-cart a {
	padding: 8px 20px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
}

.bootstrap-tab {
	margin: 5em 0 0;
}

.bootstrap-tab-text p {
	font-size: 14px;
	color: #999;
	line-height: 1.8em;
}

.bootstrap-tab-text h5,
.add-review h4 {
	text-transform: uppercase;
	font-size: 1em;
	color: #212121;
	margin: 2em 0 1em 0;
	font-weight: 600;
	letter-spacing: 1px;
}

.bootstrap-tab-text p span {
	display: block;
	margin: 2em 0 0;
}

.bootstrap-tab-text-grid-left {
	float: left;
	width: 14%;
}

.bootstrap-tab-text-grid-right {
	float: right;
	width: 83%;
}

.bootstrap-tab-text-grid-right ul li {
	display: inline-block;
}

.bootstrap-tab-text-grid-right ul li:nth-child(2) {
	float: right;
}

.bootstrap-tab-text-grid-right ul li a {
	font-size: 1em;
	color: #F60B0E;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
}

.bootstrap-tab-text-grid-right ul li a:hover {
	color: #212121;
}

.bootstrap-tab-text-grid-right ul li a i {
	left: -1em;
}

.bootstrap-tab-text-grids {
	margin: 3em 0 0 0em;
}

.bootstrap-tab-text-grid-right p {
	margin: 2em 0 0;
	color: #545454;
	font-size: 0.9em;
	line-height: 2sem;
}

.bootstrap-tab-text-grid:nth-child(2) {
	margin: 3em 0 0;
}

.add-review form {
	margin: 2em 0 0;
}

.add-review input[type="text"],
.add-review input[type="email"],
.add-review textarea {
	outline: none;
	padding: 10px;
	border: 1px solid #D2D2D2;
	width: 49%;
	font-size: 15px;
	color: #888;
}

.add-review input[type="email"] {
	margin-left: 1.55%;
}

.add-review textarea {
	width: 100% !important;
	min-height: 120px;
	margin: 1em 0;
	resize: none;
}

.add-review input[type="text"]:nth-child(3) {
	width: 100%;
	margin: 1em 0;
}

.add-review input[type="submit"] {
	outline: none;
	padding: 14px 0;
	background: #F60B0E;
	border: none;
	width: 20%;
	font-size: 1em;
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
}

.add-review input[type="submit"]:hover {
	background: #000;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #F60B0E;
	color: #fff;
}

.product-men.single {
	margin: 0;
}

.shopf_latest_arrivals {
	margin: 4em auto 0;
}

.responsive_tabs_shopf {
	margin-top: 3em;
}

.hub.single-item {
	float: right;
}

.single_page h6 {
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 1px;
	color: #4e4c4c;
	margin-bottom: 1em;
}

.single_page p {
	line-height: 2em;
	color: #888;
}

p.para {
	margin-top: 1em;
}

span.item_price {
	font-size: 19px;
	color: #212020;
	font-weight: 600;
}

input.button.add {
	font-size: 13px;
	color: #fff;
	background: #1d1d1d;
	text-decoration: none;
	position: relative;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	padding: .7em 1em;
	outline: none;
	letter-spacing: 1px;
	font-weight: 600;
}

.responsive_tabs {
	margin-top: 4em;
}

.new_arrivals h3 {
	font-size: 1.4em;
	color: #080808;
	font-size: 1.4em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 3em 0 1em 0;
}

.hub.single-item.single_page_b {
	float: none;
	margin-bottom: 2em;
	width: 27%;
}

.simpleCart_shelfItem .hub.single-item.single_page_b {
	float: none;
}

.radio,
.checkbox {
	font-size: 14px;
	font-weight: 600;
}

.desc_single {
	margin: 2em 0;
}

.desc_single h5 {
	color: #000;
	font-size: 1.2em;
	letter-spacing: 0.5px;
}

ul.single_specific li span {
	color: #777;
	padding-left: 2px;
}

ul.single_specific li {
	color: #000;
	font-size: 1em;
	text-transform: capitalize;
	word-spacing: 4px;
	letter-spacing: 0.2px;
	line-height: 1.8;
}

.col-md-3.product-men {
	background: #fff;
}

.out_w3 {
	opacity: 0.6;
}

a.link-product-add-cart.position-absolute {
	top: 50%;
	left: 25%;
}
.btn-secondary {
	background-color: #64b3f4 !important;
}
/*-- /Responsive --*/

@media screen and (max-width: 1440px) {
	.fh-container.mx-auto {
		width: 94%;
	}
}

@media screen and (max-width: 1366px) {
	span.position-absolute {
		left: 17%;
		top: 48%;
		width: 66%;
	}
}

@media(max-width:1280px) {
	span.position-absolute {
		left: 15%;
		width: 70%;
	}
	.item-info-product h4 a {
		font-size: 13px;
	}
	.hub.single-item {
		float: right;
		width: 15%;
	}
	.product-new-top {
		right: 0;
		top: 0;
		width: 65px;
		font-size: 13px;
		height: 29px;
		line-height: 2.3;
	}
	.img-deals {
		padding-left: 0;
	}
	#staplesbmincart {
		left: 52%;
		top: 16.9%;
		width: 420px;
	}
	.inner-men-cart-pro .link-product-add-cart {
		top: 49%;
		left: 23%;
	}
}

@media(max-width:1080px) {
	.inner-men-cart-pro .link-product-add-cart {
		width: 56%;
		left: 23%;
		letter-spacing: 1.5px;
	}
	span.position-absolute {
		left: 12%;
		width: 86%;
		font-size: 0.9em;
	}
	.link-product-add-cart {
		height: 37px;
	}
	.inner-men-cart-pro .link-product-add-cart {
		width: 60%;
		left: 20%;
	}
}

@media(max-width:1050px) {
	.product-hub-info {
		padding: 10px;
	}
}

@media(max-width:1024px) {
	.inner-men-cart-pro .link-product-add-cart {
		width: 66%;
		left: 17%;
	}
}

@media(max-width:991px) {
	span.position-absolute {
		left: 16%;
		top: 48%;
		width: 68%;
	}
}

@media(max-width:900px) {
	.simpleCart_shelfItem .caption h6 {
		font-size: 1.6em;
	}
}

@media(max-width:800px) {}

@media(max-width:768px) {}

@media(max-width:736px) {
	#staplesbmincart {
		left: 52%;
		top: 16.9%;
		width: 322px;
	}
	#staplesbmincart .sbmincart-footer {
		margin-right: 0em;
	}
	.single-right-left h3 {
		font-size: 18px;
		line-height: 1.5;
		font-weight: 600;
	}
}

@media(max-width:667px) {
	#staplesbmincart {
		left: 44%;
		width: 341px;
	}
}

@media(max-width:640px) {
	#staplesbmincart .sbmincart-submit {
		font-size: 0.7em;
	}
	#staplesbmincart .sbmincart-subtotal {
		bottom: 3px;
		font-size: 13px;
	}
	#staplesbmincart {
		left: 51%;
		top: 29.9%;
		width: 284px;
	}
	#staplesbmincart .sbmincart-item a {
		font-size: 0.8em;
	}
	#staplesbmincart .sbmincart-details-name {
		float: left;
		width: 51%;
	}
	#staplesbmincart .sbmincart-details-remove {
		float: left;
		width: 10%;
	}
	#staplesbmincart form {
		position: relative;
		padding: 1em 0.5em;
	}
	h5.shop_w3 {
		font-size: 1.5em;
	}
	
}

@media(max-width:600px) {}

@media(max-width:568px) {
	#staplesbmincart {
		left: 44.5%;
		top: 29.9%;
		width: 284px;
	}
}

@media(max-width:480px) {
	#staplesbmincart {
		left: 22%;
		top: 15.9%;
		width: 294px;
	}
}

@media(max-width:440px) {
	#staplesbmincart {
		left: 16%;
	}
}

@media(max-width:414px) {
	#staplesbmincart {
		left: 11%;
	}
}

@media(max-width:384px) {
	.inner-men-cart-pro .link-product-add-cart {
		width: 70%;
		top: 0px;
		left: 15%;
		margin: 0 auto;
		font-size: 0.8em;
		height: 37px;
	}
	#staplesbmincart {
		left: 9%;
		top: 15.9%;
		width: 294px;
	}
	#staplesbmincart {
		left: 3%;
	}
	.simpleCart_shelfItem .caption h6 {
		font-size: 1.7em;
	}
	h5.shop_w3 {
		font-size: 1.5em;
	}
}

@media(max-width:320px) {
	#staplesbmincart {
		left: 2%;
		width: 290px;
	}
	.hub.single-item.single_page_b {
		width: 58%;
	}
}

/*-- //Responsive --*/





















/*--Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
 --*/

 body {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    background: #fff;
}

body a,
.gallery-item img {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
}

p {
    margin: 0;
    color: #777;
    font-size: 1em;
    line-height: 1.6;
}

ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: none;
    text-decoration: none;
}

input[type="submit"] {
    cursor: pointer;
}

/*-- bottom-to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.right-w3l input[type="submit"] {
    background: #f0475f;
    color: #fff;
}

input.form-control {
    background: #BED0E9;
}

/*-- //bottom-to-top --*/

/* mega nav */

/* nav.navbar{ 
    background: #c2e59c;
    fallback for old browsers

background: -webkit-linear-gradient(to right, #64b3f4, #c2e59c);
Chrome 10-25, Safari 5.1-6

background: linear-gradient(to right, #64b3f4, #c2e59c);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ }
    */

nav.navbar.navbar-expand-lg.navbar-light {
    border-top: 1px solid #e6e3e3;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #000000;
    border-bottom: 1px solid #64b3f4;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

nav.navbar a {
    color: #000;
}

h1 a.navbar-brand {
    font-family: 'Elsie Swash Caps', cursive;
    color: #64b3f4;
    display: inline-block;
    padding: 0;
    margin-right: 1rem;
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 0;
}

a.navbar-brand:first-letter {
    color: #000;
}

.w3_kids span {
    color: #000;
    font-weight: 600;
    background: #eee !important;
    display: block;
    padding: 8px;
    font-size: 1em;
}

/* CART  */

/*-- cart-button --*/

button.top_chr_cart {
    border: none;
    background: none;
    /* width: 36px; */
    /* height: 36px; */
    outline: none;
}

header i {
    font-size: 1.5em;
    color: #64b3f4;
}

button.btn.top_hub_cart {
    background: #d8e9fa;
}

select.form-control.input-lg {
    cursor: pointer;
}

/*-- cart-css --*/

/*/////////////////////////middleBar//////////////////////*/

form.nav-search.form-inline.form-control {
    background: transparent;
    border: none;
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

/* megaDropMenu */

h5.head_agileinfo {
    font-size: 3em;
    font-weight: 400;
    color: #000;
}

h5.head_agileinfo span {
    font-family: 'Elsie Swash Caps', cursive;
    color: #0076be;
    font-weight: bold;
}

h5.shop_w3 {
    font-size: 1.7em;
    font-weight: 400;
    color: #64b3f4;
    border-bottom: 1px solid #ded6d6;
}

/* banner */

.banner {
    background: url(../images/bann1.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 43vw;
    position: relative;
}

.banner2 {
    background: url(../images/bann2.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.banner3 {
    background: url(../images/bann3.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.ibanner_w3 {
    background: url(../images/inner_ban.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 260px;
}

h3.agile_btxt {
    font-size: 3em;
    text-transform: uppercase;
    padding-top: 1.5em;
    color: #000;
    word-spacing: 10px;
    line-height: 70px;
}

h3.agile_btxt span {
    font-size: 3em;
    text-transform: uppercase;
    color: #f0475f;
    font-family: 'Elsie Swash Caps', cursive;
}

h2.agile_btxt a{
    font-size: 1em;
    text-transform: uppercase;
    color: #000;
    word-spacing: 10px;
    line-height: 70px;
    text-align: right;
}
h2.agile_btxt{
    text-align: right;
}
h4.head_agileinfo {
    font-size: 3em;
    text-transform: uppercase;
    color: #fff;
    word-spacing: 25px;
    line-height: 70px;
    text-align: right;
}

h2.agile_btxt span {
    font-size: 2em;
    text-transform: uppercase;
    color: #f0475f;
    font-family: 'Elsie Swash Caps', cursive;
}

h4.head_agileinfo span {
    font-size: 3em;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Elsie Swash Caps', cursive;
}

h4.w3_bbot {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    word-spacing: 10px;
    padding-left: 11px;
    letter-spacing: 9px;
}

h4.bn_right {
    font-size: 2em;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 10px;
    word-spacing: 2px;
    padding-top: 3rem;
    text-align: right;
}

h4.bn_right span {
    font-family: 'Elsie Swash Caps', cursive;
    font-size: 2em;
}

.slider-info {
    max-width: 500px;
}

.bnr_clip a {
    font-weight: 600;
}

.bnr_clip {
    background: #d6c4b8;
    clip-path: polygon(0 12%, 100% 0, 100% 51%, 0 100%);
    -webkit-clip-path: polygon(0 12%, 100% 0, 100% 51%, 0 100%);
    clip-path: polygon(0 12%, 100% 0, 100% 51%, 0 100%);
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 59%, 0 100%);
    max-width: 500px;
    padding: 2em 2em 3.5em;
}

.bnr_clip h4 {
    color: #060606;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.bnr_clip h4 span {
    text-transform: uppercase;
    font-size: 2em;
    color: #0060af;
    font-weight: 600;
}

.bnr_clip p {
    letter-spacing: 14px;
    word-spacing: 20px;
    font-size: 1em;
    font-weight: 600;
    color: #000;
    border: 1px solid #777;
    border-width: 1px 0;
    margin: 14px 0;
    padding: 10px;
    display: inline-block;
}

.bnr_clip h4 span {
    color: #ff0000;
}

.banner-pos {
    right: 26%;
    top: 40px;
    background: #fff;
    width: 30px;
}

.banner-pos span {
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
}

/*-- text Slider --*/

.callbacks_container {
    position: relative;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    width: 100%;
}

/*
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 78%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	width: 34px;
	background: url("../images/left.png") no-repeat 0px 0px;
}
.callbacks_nav.prev {
	left: auto;
	background: url("../images/back.png") no-repeat 0px 0px;
	left: 18em;
}
.callbacks_nav.next {
	left: auto;
	background: url("../images/next.png") no-repeat 0px 0px;
	right: 18em;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks2_nav:active {
	opacity: 1.0;
}*/

#slider-pager a {
    display: inline-block;
}

#slider-pager span {
    float: left;
}

#slider-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider-pager a {
    padding: 0;
}

#slider-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}

.callbacks_tabs li {
    display: block;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    left: 13%;
    top: 60%;
    z-index: 2;
    border-radius: 5px;
}

.callbacks_tabs a {
    visibility: hidden;
    line-height: 23px;
    height: 20px;
    text-align: center;
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    background: #fff;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 20px;
    width: 9px;
    display: inline-block;
    background: #e0d3ca;
}

.callbacks_here a:after {
    background: #007bff;
}

/* //slider ends here */

/* banner */

/*-- services --*/

.agileits-services-grids:nth-child(odd) {
    background: #D8E9FA;
}

.agileits-services-grids {
    background: #BED0E9;
}

.agileits-services-grids {
    text-align: center;
}

.agileits-services-grids h4 {
    font-size: 1.5em;
    color: #000;
    line-height: 1.5em;
    font-weight: 600;
    text-transform: capitalize;
}

.agileits-services-grids h6 {
    padding: 1px;
    background: #2954a2;
    width: 33%;
    margin: 2em auto 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.agileits-services-grids:hover h6 {
    width: 55%;
    background: #2954a2;
}

/*-- Effect 1--*/

.agileits-services-grids span {
    font-size: 4em;
    color: #0076BE;
}

/*-- //services --*/

/* about */

.hovereffect {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.hovereffect h5 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.8em;
    letter-spacing: 5px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 80px;
}

.hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    letter-spacing: 3px;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 50px 0 0;
    padding: 7px 30px;
    font-weight: 600;
    background: transparent;
    border: 1px solid #fff;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover h5,
.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

/* //about */

/* about-gallery */

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}

/* The controls */

.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #b1b1b1;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}

.carousel-control {
    color: #a51c21;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #a51c21;
}

.carousel-control.right {
    right: -12px;
}

/* The indicators */

.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
    display: none;
}

/* The colour of the indicators */

.carousel-indicators li {
    background: #cecece;
}

.carousel-indicators .active {
    background: #428bca;
}

/* //about-gallery */

/*-- Tabs --*/

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    box-shadow: inset 0 -2px #bed0e9;
    color: #0076be !important;
    background: #eee;
}

.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

.tabs nav {
    text-align: center;
}

.tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    /*--w3layouts--*/
    /*--agileits--*/
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*--w3layouts--*/
    /*--agileits--*/
    line-height: 2.5;
}

.tabs nav li.tab-current a {
    color: #74777b;
}

.tabs nav a:focus {
    outline: none;
}

.tabs-style-line nav a {
    padding: 0.9em 0.4em;
    box-shadow: inset 0 -2px #d1d3d2;
    color: #74777b;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 6px;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: color 1.5s, box-shadow 1.5s;
    transition: color 1.5s, box-shadow 1.5s;
}

.wthreetabsaits .item .wthreeitemdownload {
    margin-bottom: 20px;
}

.wthreeitemdownload a {
    padding: 7px 20px;
    background-color: #777;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #FFF;
}

.wthreeitemdownload a:hover {
    color: #000;
    background-color: #FFF;
}

/*-- //Tabs --*/

/*--contact--*/

.map iframe {
    width: 100%;
    min-height: 350px;
    border: 5px solid #17a2b8;
}

.address p a,
p.c-txt {
    color: #777;
}

.address p a:hover {
    color: #000;
}

.contact-top1 .form-group label,
form.f-color .form-control {
    color: #000;
    letter-spacing: 1px;
    background: transparent;
}

.address h5,
.contact-top1 h5 {
    font-size: 1.5em;
    color: #000;
}

/*--//contact--*/

/*-- footer --*/

.footer-bottomv2 {
    padding-bottom: 4em;
}

.footer-w3lagile-inner {
    background: #0c0d0d;
}

.footer-v2grids.w3-agileits {
    padding: 6em 2em;
    background: #eee;
}

.footer-bottomv2 {
    background: #BED0E9;
}

.footer-copy_w3ls {
    background: #d8e9fa;
}

.w3agile_footer_copy {
    padding: 1em 0;
    background: #02a388;
}

.footerv2-w3ls h5 {
    font-size: 1.4em;
    color: #000;
}

p.para {
    text-align: center;
    margin: 1em auto 0;
    font-size: 1em;
    color: #999;
    width: 60%;
    line-height: 1.9em;
}

.footerv2-w3ls ul.social-iconsv2 {
    list-style: none;
    padding: 1.5em 0;
    text-align: center;
}

.footerv2-w3ls ul.social-iconsv2 li {
    display: inline-block;
    margin-right: 6px;
}

.footerv2-w3ls ul.social-iconsv2 li a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

.footerv2-w3ls ul.social-iconsv2 li a i.fab {
    font-size: 18px;
    line-height: 41px;
    width: 42px;
    height: 42px;
    text-align: center;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.footerv2-w3ls ul.social-iconsv2 li:first-child {
    background: #3b5998;
    color: #fff;
}

.footerv2-w3ls ul.social-iconsv2 li:nth-child(2) {
    background: #1da1f2;
    color: #000;
}

.footerv2-w3ls ul.social-iconsv2 li:nth-child(4) {
    background: #287bbc;
    color: #000;
}

.footerv2-w3ls ul.social-iconsv2 li:nth-child(3) {
    background: #dc4a38;
    color: #000;
}

.footerv2-w3ls ul.social-iconsv2 li:last-child {
    background: #f4521f;
    color: #000;
}

.footerv2-w3ls ul.social-iconsv2 li a i.fab:hover {
    background-color: #fff;
    color: #000;
}

.footerv2-w3ls ul.social-iconsv2 li a:hover {
    color: #fff;
}

.inner-agile-w3l-part-head {
    text-align: center;
    margin-bottom: 2em;
}

h3.w3l-inner-h-title {
    text-align: center;
    color: #0c0d0d;
    font-size: 2.5em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

p.w3ls_head_para {
    color: #02a388;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 0.9em;
}

/*-- /contact section --*/

/* instagram */

.gallery-item {
    position: relative;
    color: #fff;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.gallery-item:hover .gallery-item-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.gallery-item {
    border: 5px solid #fff;
    outline: 4px solid #efefef;
}

.gallery-item-info {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.gallery-item-info ul {
    position: absolute;
}

.gallery-item-info li {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 600;
}

.gallery-item-likes {
    margin-right: 2.2rem;
}

.gallery-item-type {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2.5rem;
    text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

.fa-clone,
.fa-comment {
    transform: rotateY(180deg);
}

/* instagram */

/*-- footer section --*/

.footer {
    background-color: #000;
    padding: 50px 0;
    text-align: center;
}

.footer p {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
}

.footer p a {
    color: #fff;
    text-decoration: none;
}

.footer p a:hover {
    color: #ee4c58;
}

.footer h2 {
    color: #fff;
    font-size: 2em;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.footer p.para {
    color: #898989;
    font-size: 14px;
    margin: 1em auto 2em;
    text-align: center;
    line-height: 1.8em;
    width: 60%;
}

.footer-v2grid p {
    color: #898989;
    font-size: 14px;
    margin: 0;
    line-height: 1.8em;
    text-align: left;
}

.footer-v2grid p a {
    color: #898989;
    display: block;
    margin: 1em 0;
    text-align: left;
}

.footer-v2grid p a:hover {
    color: #fff;
}

h3.follow {
    font-size: 1.5em;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-v2grid h4 {
    color: #000;
    font-weight: 600;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 1em;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1em;
    letter-spacing: 1px;
}

h4.b-log a {
    color: #fff;
    font-weight: bold;
}

h4.b-log a span {
    color: #fe423f;
    font-size: 1.5em;
}

.footer-v2grid ul li {
    color: #fff;
    margin: 0 0 0.5em;
    list-style: none;
}

.footer-v2grid ul li a {
    font-size: 14px;
    color: #606161;
    text-decoration: none;
    text-transform: capitalize;
}

.footer-copy {
    margin: 2em 0 0;
    padding: 2em 0;
    border-top: 1px solid #464646;
    border-bottom: 1px solid #464646;
}

.footer-copy p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 14px;
    line-height: 1.8em;
}

.footer-copy p a {
    color: #00B6FF;
    text-decoration: none;
}

.footer-copy p a:hover {
    color: #fff;
}

.footer1 {
    margin: 0 !important;
}

.footer-v2grid1-right a {
    font-size: 1em;
    color: #606161;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    margin: 0 0 0.5em;
}

.m1 a {
    color: #F25086;
}

.m1 a:hover {
    color: #fff;
}

.footer-v2grid p span {
    padding-left: 1em;
    left: -.5em;
    color: #fff;
}

.footer-v2grid-instagram {
    float: left;
    width: 33%;
    padding: 3px;
}

ul.w3-tag2 li a {
    font-size: 14px;
    color: #fff;
    padding: 7px 9px 10px;
    background: #212323;
}

ul.w3-tag2 li {
    display: inline-block;
    margin: 8px 0;
}

ul.bottom-links-agile {
    text-align: center;
    border-top: 1px solid #d8e9fa;
    border-bottom: 1px solid #d8e9fa;
    padding: 1.5em 0;
    margin: 3em 0;
}

ul.bottom-links-agile li {
    display: inline-block;
    margin: 0 2em;
}

ul.bottom-links-agile li a {
    font-size: 14px;
    color: #0076BE;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*-- /footer variant2 --*/

/* blog */

.blg_w3ls a {
    color: #0076be;
    font-size: 1em;
    font-weight: 600;
}

/* //blog */

@media (min-width: 576px) {
    .agilemodal-dialog {
        max-width: 750px;
        margin: 5rem auto;
    }
}

.modal-title {
    font-family: 'Elsie Swash Caps', cursive;
    font-weight: bold;
    font-size: 2em;
}

/* blog-single */

.single-agile-shar-buttons {
    margin: 1em 0 0 0;
}

.single-agile-shar-buttons ul {
    padding: 0;
    margin: 0;
}

.single-agile-shar-buttons ul li {
    display: inline-block;
    vertical-align: text-top;
}

.single-agile-shar-buttons ul li:nth-child(1) {
    vertical-align: top;
}

.single-agile-shar-buttons ul li:nth-child(2) {
    vertical-align: top;
}

.news-twitter a {
    margin: 1em 0 0 0 !important;
}

.share {
    padding: 1em 0 0 1em;
}

.share h5 {
    font-size: 1.3em;
    color: #181818;
    margin: 0 0 0em 0;
    font-weight: 400;
    text-transform: uppercase;
}

.single-agile-shar-buttons {
    margin: 1em 0 0 0;
}

.all-comments {
    box-shadow: 0px 0 2px #C1C1C1 !important;
    -o-box-shadow: 0px 0 2px #C1C1C1 !important;
    -moz-box-shadow: 0px 0 2px #C1C1C1 !important;
    -ms-box-shadow: 0px 0 2px #C1C1C1 !important;
}

.media h5 {
    font-size: 1.2em;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: #2d2d2d;
}

/* //blog - single */

/*-- testimonial --*/

.testimonials img {
    width: 100%;
}

.testi-w3agileinfo .tab-content {
    width: 65%;
    margin: 0 auto;
    padding: 2em 5em;
    -webkit-box-shadow: 0px 0px 8px 2px #ccc;
    -moz-box-shadow: 0px 0px 8px 2px #ccc;
    box-shadow: 0px 0px 8px 2px #ccc;
    text-align: center;
    background: #fff;
}

.testi-w3agileinfo h5 {
    color: #00bcd4;
    font-size: 2.2em;
    letter-spacing: 1px;
    margin: 0 0 0.3em 0;
}

.testi-w3agileinfo p {
    color: #a89b9b;
}

.testimonials .nav-tabs {
    border: none;
    text-align: center;
    margin: 4em 0 4em 0em
}

.testi-w3agileinfo .nav-tabs li a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.5s all;
    padding: 0;
    margin: 0;
    border: none;
    opacity: .5;
    border-radius: 50%;
}

.testi-w3agileinfo .nav-tabs li {
    display: inline-block;
    float: none;
    margin: 0 0.5em;
    border-radius: 50%;
}

.testi-w3agileinfo .nav-tabs li.active a,
.testi-w3agileinfo .nav-tabs li a:hover {
    opacity: 1;
    border-radius: 50%;
    border: none;
}

#testi label,
#profile label,
#messages label {
    color: #dc7a7a;
    font-size: 14px;
    padding-top: 10px;
}

.testi-w3agileinfo .nav-tabs li a img {
    max-width: none;
    border-radius: 50%;
}

.testi-w3agileinfo .nav-tabs {
    border-bottom: none;
    margin: 4em 0 4em 0em;
    text-align: center;
}

/*-- //testimonial --*/

/* -- Responsive code -- */

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

@media screen and (max-width: 1440px) {
    h3.agile_btxt span {
        font-size: 2.8em;
    }
    .banner {
        height: 50vw;
    }
    .callbacks_tabs {
        left: 9%;
        top: 57%;
    }
    h4.w3_bbot {
        word-spacing: 6px;
    }
    .fh-container.mx-auto {
        width: 94%;
    }
}

@media screen and (max-width: 1366px) {
    .callbacks_tabs {
        left: 6%;
        top: 60%;
    }
}

@media screen and (max-width: 1280px) {
    h3.agile_btxt span {
        font-size: 2.5em;
    }
    h4.w3_bbot {
        word-spacing: 0px;
    }
    .bnr_clip h4 {
        font-size: 1.8em;
    }
    .banner {
        height: 55vw;
    }
    .callbacks_tabs {
        left: 3%;
        top: 57%;
    }
    .banner-pos span {
        font-size: 1em;
    }
    .banner-pos {
        right: 30%;
    }
    .agileits-services-grids span {
        font-size: 3.5em;
    }
    .hovereffect h5 {
        padding: 80px 30px;
        font-size: 1.5em;
        letter-spacing: 3px;
    }
    .footer-v2grid h4 {
        font-size: 1em;
    }
    .ibanner_w3 {
        min-height: 240px;
    }
}

@media screen and (max-width: 1080px) {
    h3.agile_btxt span {
        font-size: 2em;
    }
    h3.agile_btxt {
        font-size: 2.8em;
    }
    h4.w3_bbot {
        letter-spacing: 6px;
    }
    h4.bn_right {
        padding-top: 0rem;
    }
    .bnr_clip {
        padding: 2em 2em 2.5em;
    }
    .agileits-services-grids h4 {
        font-size: 1.3em;
    }
    .gallery-item-info li {
        font-size: 1.2rem;
    }
    h4.head_agileinfo span {
        font-size: 2.8em;
    }
}

@media screen and (max-width: 1050px) {
    .callbacks_tabs {
        left: 2%;
        top: 59%;
    }
}

@media screen and (max-width: 1024px) {
    .callbacks_tabs {
        left: 1%;
        top: 60%;
    }
    ul.bottom-links-agile {
        margin: 0 0 3em 0;
    }
    .footerv2-w3ls ul.social-iconsv2 {
        padding: 1.5em 0 0;
    }
}

@media screen and (max-width: 991px) {
    h3.agile_btxt {
        padding-top: 10px;
    }
    h3.agile_btxt span {
        font-size: 1.8em;
    }
    .callbacks_tabs {
        left: 11%;
        top: 51%;
    }
    h5.head_agileinfo {
        font-size: 2.5em;
    }
    .footer-copy_w3ls,
    h2.agile_btxt {
        text-align: center;
    }
    .cpy-right {
        margin-top: 2em;
    }
    h4.head_agileinfo span {
        font-size: 2.5em;
    }
    .responsive_tabs {
        margin-top: 1em;
    }
    
}

@media screen and (max-width: 900px) {
    .callbacks_tabs {
        left: 7%;
        top: 56%;
    }
    h3.agile_btxt {
        font-size: 2.5em;
    }
    .banner {
        height: 60vw;
    }
    h4.bn_right span {
        font-size: 1.8em;
    }
    .hovereffect h5 {
        padding: 80px 20px;
        font-size: 1.3em;
    }
}

@media screen and (max-width: 800px) {
    .bnr_clip h4 span {
        font-size: 1.8em;
    }
    .banner-pos {
        right: 33%;
    }
    .callbacks_tabs {
        left: 2%;
    }
    .banner {
        height: 65vw;
    }
}

@media screen and (max-width: 768px) {
    .callbacks_tabs {
        left: 1%;
        top: 54%;
    }
    .bnr_clip p {
        margin: 10px 0 0;
    }
    .hovereffect a.info {
        padding: 4px 15px;
        font-size: 0.9em;
    }
    .hovereffect h5 {
        font-size: 1.1em;
        padding: 45px 12px;
    }
    h4.head_agileinfo span {
        font-size: 2.2em;
    }
}

@media screen and (max-width: 736px) {
    h4.w3_bbot {
        letter-spacing: 4px;
    }
    h3.agile_btxt {
        font-size: 2.3em;
    }
    .bnr_clip p {
        letter-spacing: 12px;
        word-spacing: 9px;
    }
    .callbacks_tabs {
        left: 10%;
        top: 56%;
    }
    h4.bn_right span {
        font-size: 1.7em;
    }
    .bnr_clip h4 span {
        font-size: 1.6em;
    }
    .banner-pos {
        right: 35%;
        top: 30px;
    }
    .agileits-services-grids span {
        font-size: 3em;
    }
    h5.head_agileinfo {
        font-size: 2.2em;
    }
    .footer-v2grids.w3-agileits {
        padding: 4em 2em;
    }
    .imagezoom-cursor,
    .imagezoom-view {
        display: none;
        overflow: hidden;
    }
}


@media screen and (max-width: 667px) {
    .bnr_clip {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        text-align: center;
    }
    .bnr_clip p {
        display: block;
    }
    .banner-pos {
        right: 18%;
        top: 30px;
    }
    .bnr_clip {
        padding: 1em 2em;
    }
    .banner-pos {
        top: 22px;
    }
    h3.agile_btxt {
        font-size: 2em;
    }
    .callbacks_tabs {
        left: 7%;
        top: 52%;
    }
    h4.bn_right span {
        font-size: 1.5em;
    }
    h4.w3_bbot {
        font-size: 0.9em;
        letter-spacing: 3px;
    }
    .bnr_clip h4 span {
        font-size: 1.4em;
    }
    .banner-pos {
        top: 14px;
        right: 19%;
    }
}

@media screen and (max-width: 640px) {
    .callbacks_tabs {
        left: 4%;
    }
    .hovereffect h5 {
        font-size: 1em;
    }
    h4.head_agileinfo span {
        font-size: 2em;
    }
}

@media screen and (max-width: 600px) {
    .bnr_clip {
        padding: 0em 0em 1em;
    }
    .callbacks_tabs {
        left: 7%;
        top: 55%;
    }
    .banner-pos span {
        font-size: 0.9em;
    }
    .banner-pos {
        top: 0px;
        right: 21%;
        width: 24px;
    }
    .callbacks_tabs {
        left: 2%;
    }
    h5.card-title.text-capitalize {
        font-size: 0.95em;
    }
}

@media screen and (max-width:568px) {
    h3.agile_btxt {
        line-height: 45px;
    }
    .input-lg {
        width: auto;
    }
    .slider-info {
        max-width: 400px;
        margin: 0 auto;
    }
    .banner-pos {
        right: 13%;
    }
    .bnr_clip h4 {
        font-size: 1.7em;
    }
    h4.bn_right {
        font-size: 1.8em;
        padding-top: 2rem;
    }
    .hovereffect h5 {
        font-size: 1.1em;
        padding: 80px 12px;
    }
    h5.head_agileinfo {
        font-size: 2em;
    }
    ul.bottom-links-agile {
        margin: 0 0 2em 0;
    }
    h4.head_agileinfo span {
        font-size: 1.8em;
    }
    .ibanner_w3 {
        min-height: 200px;
    }
}

@media screen and (max-width: 480px) {
    .form-inline {
        -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    }
    .banner {
        min-height: 370px;
    }
    .modal-title {
        font-size: 1.8em;
    }
    ul.bottom-links-agile li {
        margin: 0 1em 0 0;
    }
    h2.agile_btxt {
        font-size: 1.6em;
    }
    .banner {
        background-position: top;
        background-size: contain;
    }
    h4.head_agileinfo {
        font-size: 2.6em;
    }
    .description input[type="text"] {
        width: 60%;
    }
    .description h5 {
        line-height: 1.5;
    }
    h4.rad-txt.text-capitalize {
        font-size: 1.3em;
    }
	.nav-icon.d-flex {
		margin-left: 2em;
	}
}

@media screen and (max-width: 414px) {
    .w3ls_right_nav {
        display: block !important;
    }
    h4.w3_bbot {
        letter-spacing: 2px;
    }
    .bnr_clip p {
        letter-spacing: 8px;
        word-spacing: 2px;
    }
    .bnr_clip h4 {
        font-size: 1.5em;
    }
    h3.agile_btxt {
        font-size: 1.7em;
    }
    .sub-some .list-inline-item {
        margin: 0.5rem 0 0;
    }
    h4.bn_right {
        text-align: left;
    }
    .media {
        display: block;
    }
}

@media screen and (max-width: 384px) {
    h3.agile_btxt {
        font-size: 1.5em;
    }
    h4.bn_right {
        font-size: 1.5em;
    }
    .footer-v2grids.w3-agileits {
        padding: 4em 1em;
    }
    .tabs-style-line nav a {
        font-size: 0.8em;
    }
    .callbacks_tabs li {
        display: inline-block;
    }
    .callbacks_tabs {
        left: 39%;
        top: 92%;
    }
    .callbacks_tabs a:after {
        height: 10px;
        width: 17px;
    }
    h4.head_agileinfo {
        font-size: 2em;
        word-spacing: 16px;
    }
    .ibanner_w3 {
        min-height: 185px;
    }
    .address h5,
    .contact-top1 h5 {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 375px) {
    .bnr_clip p {
        font-size: 0.9em;
    }
    .banner-pos {
        right: 10%;
    }
}

@media screen and (max-width: 320px) {
    nav.top_nav {
        display: block !important;
        text-align: center;
    }
    .nav-icon {
        padding-top: 10px;
        justify-content: center;
    }
    .banner-pos {
        right: 4%;
    }
    .bnr_clip h4 {
        font-size: 1.3em;
    }
    .bnr_clip p {
        letter-spacing: 6px;
    }
    h4.bn_right span {
        font-size: 1.3em;
    }
    .tabs-style-line nav a {
        letter-spacing: 1px;
    }
    ul.bottom-links-agile li {
        margin: 0 0.8em 0 0;
    }
    h3.follow {
        font-size: 1.4em;
    }
    .ibanner_w3 {
        min-height: 180px;
    }
    .breadcrumb {
        padding: 0.75rem 0 0.75rem 0.75rem;
    }
    .description input[type="submit"] {
        letter-spacing: 1px;
        padding: 7px 26px 8px;
    }
    .single-right-left p {
        font-size: 15px;
    }
}

/* -- //Responsive code -- */















/* flex */

/* right-aligned */

.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-horizontal {
    height: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: 0;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .3em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

/* more specificity required here to overide default borders */

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

/* vertical centre icon */

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/* Fades and background-images don't work well together in IE6, drop the image */

/* Component containers
----------------------------------*/

.ui-widget {
    font-family: Verdana,
    Arial,
    sans-serif/*{ffDefault}*/
    ;
    font-size: 1.1em/*{fsDefault}*/
    ;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana,
    Arial,
    sans-serif/*{ffDefault}*/
    ;
    font-size: 1em;
}

.ui-widget-content {
    background: #e0ddda;
    color: #222222;
    margin-top: 3em;
}

.ui-widget-content a {
    color: #222222/*{fcContent}*/
    ;
}

.ui-widget-header {
    background: rgba(238, 79, 79, 0.51);
    color: #222222/*{fcHeader}*/
    ;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222/*{fcHeader}*/
    ;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 0px solid #272727/*{borderColorDefault}*/
    ;
    background: #ee4f4f;
    font-weight: normal/*{fwDefault}*/
    ;
    color: #555555/*{fcDefault}*/
    ;
    outline: none;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border-radius: 100%;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555/*{fcDefault}*/
    ;
    text-decoration: none;
}




