body {
	/*padding-top: 84px;*/
}

@media (max-width: 480px) {
	body {
		/*padding-top: 85px;*/
	}
}
}

/*.carousel-item {
	height: 70vh;
	min-height: 300px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/

.parallax_effect--true .bcg {
	background-attachment: fixed;
}

.c-pointer {
	cursor: pointer;
	text-decoration: none !important;
}

.bcg {
	background: no-repeat center center scroll;
	position: relative;
	overflow: hidden;
}

#content-page p {
	line-height: 26px;
}

.portfolio-item {
	margin-bottom: 30px;
}

.blog-item {
	margin-bottom: 20px;
}

.active-yw, .active-yw:focus, .active-yw:hover {
	z-index: 2;
	color: #212b35;
	background-color: #ffe400;
	border-color: #f6e447;
}

/* MOTIFY */
.notifyjs-bootstrap-success {
	color: #fff !important;
	background-color: #343a40 !important;
	border-color: #232f3c !important;
	background-image: none !important;
}
.notifyjs-bootstrap-info {
	color: #fff !important;
	background-color: #4fa2fc !important;
	border-color: #4c9ef7 !important;
	background-image: none !important;
}
.notifyjs-bootstrap-warn {
	color: #fff !important;
	background-color: #f0ad4e !important;
	border-color: #eea236 !important;
	background-image: none !important;
}
.notifyjs-bootstrap-error {
	color: #fff !important;
	background-color: #d9534f !important;
	border-color: #d43f3a !important;
	background-image: none !important;
}
.notifyjs-bootstrap-base {
	font-size: 14px !important;
	font-weight: normal !important;
	padding: 8px !important;
	text-shadow: none !important;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}
.c-select {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 2rem;
	padding: .475rem 1.75rem .475rem .75rem;
	padding-right: .75rem \9;
	color: #222;
	vertical-align: middle;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC) no-repeat right 0.90rem center;
	background-image: none \9;
	background-size: 8px 10px;
	border: 1px solid #c4cdd5;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 0 rgba(63,63,68,0.05);
	box-sizing: border-box;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.c-select:focus {
	border-color: #007aff;
	outline: none;
}
.c-select::-ms-expand {
	opacity: 0;
}
.c-select-sm {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}
.c-select-sm:not([multiple]) {
	height: 26px;
	min-height: 26px;
}

.loading-ajax:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.4) url(../images/loading.gif) no-repeat 50% 50%;
	visibility: visible;
	z-index: 5000;
}

.parsley-errors-list.filled {
	overflow: hidden;
	display: block;
	position: relative;
	padding-top: 3px;
	font-size: 0.85em;
	padding: 0.41667em 1em;
	color: #fff;
	background-color: #eb644d;
	box-shadow: 0 0 0 2px #eb644d;
	border-radius: 0 0 5px 5px;
	max-height: 90px;
	transition: max-height 300ms;
}

.error-input, .error-input:focus {
	border-color: transparent !important;
	-webkit-box-shadow: 0 0 0 2px #eb644d !important;
	box-shadow: 0 0 0 2px #eb644d !important;
}

.parsley-errors-list.filled>li {
	list-style: none
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	background: #29d;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}

#preload {
	background: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
	opacity: 0.7;
	filter: alpha(opacity=50);
}
#preload-content {
	color: #00a8ff;
	font-size: 14px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100px;
	z-index: 999;
}
.no-js #preload {
	display: none;
}
.no-js .fadeInLeft,
.no-js .fadeInRight {
	opacity: 1;
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.spinner {
	margin: 0 auto 14px;
	width: 56px;
}
.square {
	-webkit-animation-name: zoom-out;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: zoom-out;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	animation-name: zoom-out;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	background: #007aff;
	border-radius: 3px;
	float: left;
	height: 24px;
	margin: 2px;
	width: 24px;
}
.square:nth-child(2) {
	-moz-animation-delay: 150ms;
	-webkit-animation-delay: 150ms;
	animation-delay: 150ms;
}
.square:nth-child(3) {
	-moz-animation-delay: 300ms;
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;
}
.square:nth-child(4) {
	-moz-animation-delay: 450ms;
	-webkit-animation-delay: 450ms;
	animation-delay: 450ms;
}

@-webkit-keyframes zoom-out {
	from,to { -webkit-transform: scale(0.0) }
	45%,55% { -webkit-transform: scale(1.0) }
}
@-moz-keyframes zoom-out {
	from,to { -moz-transform: scale(0.0) }
	45%,55% { -moz-transform: scale(1.0) }
}
@keyframes zoom-out {
	from,to { transform: scale(0.0) }
	45%,55% { transform: scale(1.0) }
}

.intro-anim h3 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0;
	margin-top: 10px;
}

.intro-anim .coming-soon {
	font-size: 1.1em;
	line-height: 1.21429em;
	margin-bottom: 0.85714em;
}

.quick_message {
	padding: 10px 0 30px;
}
.quick_message h1 {
	color: #212b35;
	font-weight: 500;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0;
}
.quick_message h1 strong {
	display: block;
}
.quick_message .detail-box {
	margin-top: 20px;
}
.quick_message .detail-box .left-box, .quick_message .detail-box .right-box {
	min-height: 300px;
}
.quick_message .detail-box .left-box {
	background: #ABB7B7;
	padding: 50px 45px;
}
.quick_message .detail-box .right-box {
	background: #95A5A6;
	padding: 50px 45px;
}
.quick_message .detail-box h4 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 26px;
}
.quick_message .detail-box .detail {
	color: #fff;
}
.quick_message .detail-box .detail li {
	margin-bottom: 15px;
	list-style: none;
	padding: 0 0 5px 36px;
	position: relative;
}
.quick_message .detail-box .detail li {
	list-style: none;
}
.quick_message .detail-box .detail li.map {
	background: url(../images/contact_page_map_icon.png) no-repeat left top;
}
.quick_message .detail-box .detail li.phone {
	background: url(../images/contact_page_phone_icon.png) no-repeat left top;
}
.quick_message .detail-box ul li span a, #quick_message .detail-box ul li span {
	color: #fff;
	cursor: text;
	text-decoration: none;
	font-size: 18px;
	line-height: 22px;
	cursor: pointer;
}
.quick_message .detail-box .detail li:last-child::after {
	content: "\f0e0";
	left: -5px;
	position: absolute;
	font-family: fontawesome;
	font-size: 25px;
	line-height: 25px;
}

.quick_message .go-btn {
	background: #0975ea none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
	padding: 8px 35px;
	width: auto;
	display: inline-block;
}

.quick_message p {
	color: #1c1d20;
	position: relative;
}

.btn-yellow {
	display: inline-block;
	color: #000;
	border: 1px solid #f6e447;
	background: #ffdb2b none repeat scroll 0 0;
}

.btn-yellow:hover,
.btn-yellow:focus {
	display: inline-block;
	color: #000;
	border: 1px solid #000;
	background: #fad628 none repeat scroll 0 0;
	box-shadow: none;
}

.btn-blue {
	display: inline-block;
	color: #fff;
	border: 1px solid #487eb0;
	background: #0097e6 none repeat scroll 0 0;
}

.btn-blue:hover,
.btn-blue:focus {
	display: inline-block;
	color: #fff;
	border: 1px solid #487eb0;
	background: #173e69 none repeat scroll 0 0;
	box-shadow: none;
}

@media all and (max-width: 767px) {
	.quick_message .detail-box h4 {
		color: #fff; margin-bottom: 30px; margin-top: 11.5px;
	}
	.quick_message .detail-box .left-box, .quick_message .detail-box .right-box {
		padding:10px 15px; min-height: inherit;
	}
	.quick_message .detail-box h4 {
		padding-left: 15px;
	}
	.quick_message .detail-box ul li span a, .quick_message .detail-box ul li span {
		font-size: 17px; line-height: 20px;
	}
	.quick_message .more-link-box .right-box {
		margin-left: 0;  padding:inherit; margin-top: 30px;
	}
	.intro-anim h3{
		font-size: 16px; line-height: 20px; padding-top: 20px; text-align: center;
	}
	.intro-anim .coming-soon {
		text-align: center;
	}
	.quick_message .row{
		margin: 0 !important;
	}
}

/**
 * SHOP items
 */
 .layout-shop {
 	position: relative;
 	margin-right: -15px;
 	margin-left: -15px;
 	padding: 0 0 20px 0;
 	height: 100%;
 	font-family: 'Arimo', sans-serif;
 	font-size: 16px;
 	line-height: 1.5em;
 	font-weight: 400;
 	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 .layout-shop .products {
 	max-width: 100%;
 	padding: 0;
 	transition: all 0.3s;
 }
 .layout-shop .products .grid {
 	margin: 0 0 0 -0.5em;
 	list-style-type: none;
 	transition: all 0.3s
 }

 .layout-shop .products .grid:before, .layout-shop .products .grid:after {
 	content: " ";
 	display: table;
 }
 .layout-shop .products .grid:after {
 	clear: both;
 }

 .layout-shop .products .grid .grid-tile {
 	position: relative; float: left;
 	padding-top: 0.5em;
 	padding-bottom: 0.5em;
 	box-sizing: border-box;
 	transition: all 0.3s;
 }
 .layout-shop .products .grid .grid-tile .item {
 	width: 100%;
 	position: relative;
 	overflow: hidden;
 	background-color: #fff;
 	border-radius: 15px;
 	border: 2px solid #eee;
 	box-sizing: border-box;
 }
 .layout-shop .products .grid .grid-tile .item .item-img {
 	width: 100%;
 	padding-bottom: 100%;
 	background-repeat: no-repeat;
 	background-position: center;
 	background-size: cover;
 }
 .layout-shop .products .grid .grid-tile .item .item-img:hover {
 	cursor: -webkit-grab; cursor: -moz-grab;
 }
 .layout-shop .products .grid .grid-tile .item .item-img:active {
 	cursor: -webkit-grabbing; cursor: -moz-grabbing;
 }
 .layout-shop .products .grid .grid-tile .item .item-pnl {
 	width: 100%;
 }
 .layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper {
 	width: 100%;
 	height: 60px;
 	display: table;
 }
 .layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper > div {
 	display: table-cell;
 	vertical-align: middle;
 }
 .layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper .pnl-description {
 	position: relative;
 	padding: 8px;
 	padding-left: 0.5em;
 }
 .layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper .pnl-description .pnl-label {
 	color: #424346;
 	line-height: 16px;
 	max-height: 2.6em;
 	font-size: 0.75em;
 	overflow: hidden;
 	display: block;
 }
 .pnl-label a {
 	color: #424346;
 }
 .layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper .pnl-description .pnl-price {
 	line-height: 16px;
 	color: #111;
 	font-weight: 700;
 	font-size: 0.9em;
 	display: inline-block;
 }
 .pnl-ic-wrapper {
 	width: 26px;
 	height: 26px;
 	line-height: 0;
 	position: relative;
 	margin: 0 auto;
 	transform: scale(0.5);
 }
 .pnl-ic-wrapper svg {
 	fill: none;
 	stroke-width: 2.0;
 	stroke-linecap: round;
 	stroke-miterlimit: 4;
 	stroke-location: outside;
 }
 .pnl-ic {
 	display: inline-block;
 	vertical-align: middle;
 	width: 100%; height: 100%;
 }

 .pnl-favorites svg {
 	stroke: #a1a8ad;
 }
 .pnl-favorites {
 	width: 32px;
 	cursor: pointer;
 	position: relative;
 }
 .pnl-tocart svg {
 	stroke: #a1a8ad;
 }
 .pnl-tocart {
 	width: 32px;
 	cursor: pointer;
 	position: relative;
 }

 @media screen and (min-width: 320px) {
 	.layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper {
 		height: 70px
 	}

 	.layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper .pnl-description .pnl-label {
 		font-size: 0.9em;
 		line-height: 20px;
 		min-height: 35px;
 	}
 	.layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper .pnl-description .pnl-price {
 		font-size: 0.9em;
 		line-height: 20px;
 	}
 	.pnl-favorites,
 	.pnl-tocart {
 		width: 56px
 	}
 	.pnl-ic-wrapper {
 		transform: scale(0.75)
 	}
 	.layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper .pnl-description {
 		padding-left: 1.0em
 	}
 }

 @media screen and (min-width: 360px) {
 	.layout-shop .products {
 		padding: 0;
 		padding-top: 0.2em
 	}
 	.layout-shop .products .grid {
 		margin: 0 0 0 -1.0em
 	}
 	.layout-shop .products .grid .grid-tile {
 		/*padding: 0 1.0em 1.0em 0*/
 	}
 	.layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper .pnl-description {
 		padding-left: 1em
 	}
 	.layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper {
 		height: 80px
 	}
 }

 @media screen and (min-width: 480px) {
 	.layout-shop .products {
 		padding: 0;
 		padding-top: 0.3em
 	}
 	.layout-shop .products .grid {
 		margin: 0 0 0 -0.5em
 	}
 	.layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper {
 		height: 70px
 	}
 	.layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper .pnl-description {
 		padding-left: 0.5em
 	}
 	.layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper .pnl-description .pnl-label {
 		font-size: 0.75em;
 		line-height: 18px;
 		min-height: 30px;
 	}
 	.layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper .pnl-description .pnl-price {
 		font-size: 0.75em;
 		line-height: 18px;
 	}
 	.pnl-ic-wrapper {
 		transform: scale(0.5)
 	}
 	.pnl-favorites,
 	.pnl-tocart {
 		width: 40px
 	}
 }

 @media (max-height: 26em) {
 	.layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper {
 		height: 60px
 	}
 	.layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper .pnl-description .pnl-label {
 		font-size: 0.7em;
 		line-height: 14px;
 		min-height: 35px
 	}
 	.layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper .pnl-description .pnl-price {
 		font-size: 0.7em;
 		line-height: 14px;
 	}
 	.pnl-favorites {
 		position: absolute;
 		width: 40px;
 		height: 40px;
 		top: 0;
 		right: 0
 	}
 	.pnl-ic-wrapper {
 		transform: scale(0.5)
 	}
 }

 @media screen and (min-width: 600px) {
 	.layout-shop .products {
 		padding: 0;
 		padding-top: 1.0em
 	}
 	.layout-shop .products .grid {
 		margin: 0 0 0 -1.0em
 	}

 	.layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper {
 		height: 70px
 	}

 	.layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper .pnl-description .pnl-label {
 		font-size: 0.9em;
 		line-height: 20px;
 		min-height: 35px;
 	}
 	.layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper .pnl-description .pnl-price {
 		font-size: 0.9em;
 		line-height: 20px;
 	}
 	.pnl-favorites,
 	.pnl-tocart {
 		width: 36px
 	}
 	.pnl-ic-wrapper {
 		transform: scale(0.75)
 	}
 	.layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper .pnl-description {
 		padding-left: 0.5em
 	}
 }

 @media screen and (min-width: 768px) {
 	.layout-shop .products {
 		padding: 0;
 	}
 	.layout-shop .products .grid {
 		margin: 0 auto
 	}
 }

 @media screen and (min-width: 1300px) {
 	.layout-shop .products .grid .grid-tile .item .item-pnl .pnl-wrapper .pnl-description {
 		padding-left: 1em
 	}
 }

 @media screen and (min-width: 1440px) {
 	.layout-shop .products {
 		width: 1400px;
 		margin: 0 auto
 	}
 }

/**
 * BLOG Posts
 */
 .post-head {
 	margin-bottom: 24px;
 	position: relative;
 }
 .post-head .post-title {
 	margin: 10px 0 8px;
 	letter-spacing: 0;
 }
 .post-head .post-details {
 	margin: 0;
 	font-size: 1em;
 	margin: 5px 0;
 	padding: 8px;
 	background-color: #f5f5f5;
 	border: 1px solid #e3e3e3;
 }
 .post-head .post-details span {
 	display: inline-block;
 	margin-right: 7px;
 	padding-right: 7px;
 	border-right-style: solid;
 	border-right-width: 1px;
 }
 .post-head .post-details span:last-child {
 	border-right-width: 0;
 }
 .post-head .post-details span i {
 	margin-right: 4px;
 }
 .post-head .post-details span a {
 	color: #212b35;
 }
 .post-head .post-details a:hover {
 	color: rgba(0, 0, 0, .87);
 	color: #0056b3;
 }
 .post-head .post-details .post-rating {
 	border: 0px;
 	margin-right: 0;
 	padding-right: 0;
 }
 .post-head .post-details .post-rating i {
 	margin-left: 5px;
 }
 .post-head .post-details .rating-vote {
 	cursor: pointer;
 }
 .post-head .post-details .rating-read {
 	cursor: pointer;
 }
 @media (max-width:768px) {
 	.post-head .post-details span {
 		display: table-row;
 	}
 	.post-head .post-details .post-rating span {
 		padding-top: 3px;
 		display: inline-block;
 	}
 }
 .post-head .post-categories {
 	margin: 0;
 	font-size: 1em;
 	margin: 10px 0;
 	padding: 8px;
 	background-color: #f5f5f5;
 	border: 1px solid #e3e3e3;
 }
 .post-tags a {
 	padding: 0 3px;
 	color: #e56262;
 }
 .post-tags a {
 	display: inline-block;
 	line-height: 24px;
 	font-size: 1em;
 	text-transform: none;
 	padding: 0 5px;
 	text-decoration: none;
 	transition: all .2s;
 }
 .post-tags a:not(:last-child)::after {
 	content: ', ';
 }
 .post-tags a:last-child:after {
 	content: '';
 }
 .post-footer {
 	position: relative;
 }
 .post-footer .related-articles {
 	padding: 10px 0 10px;
 	width: 100%;
 }
 .tags {
 	padding: 20px 0 20px;
 	width: 100%;
 }
 .post-footer .social-network {
 	padding: 10px 0 30px;
 	background-color: #fff;
 	display: table;
 	width: 100%;
 }
 .post-footer .social-network>div {
 	display: table-cell;
 	vertical-align: middle;
 }

 @media (min-width:768px) and (max-width:991px),
 (max-width:767px) {
 	.post-footer .social-network>div {
 		vertical-align: top
 	}
 }

 .post-footer .social-network .btn-group+.btn-group {
 	margin-left: 10px
 }

 @media (min-width:768px) and (max-width:991px),
 (max-width:480px) {
 	.post-footer .social-network .btn-group+.btn-group {
 		margin-left: 0;
 		margin-top: 10px
 	}
 }
 .post-footer .social-network .be-select-all.be-checkbox {
 	display: inline-block;
 	vertical-align: middle;
 	padding: 0
 }
 .post-footer .social-network .be-select-all.be-checkbox label:before {
 	margin-right: 18px
 }
 .post-footer .social-network .social-network-right {
 	text-align: right
 }
 .social-network .footer-social {
 	list-style: none;
 	margin: 0;
 	float: right;
 }
 .social-network .footer-social li {
 	float: left;
 	margin-left: 3px;
 }
 .social-network .footer-social li:first-child {
 	margin-left: 0;
 }
 .social-network .footer-social a {
 	border-radius: 3px;
 	color: #fff;
 	display: block;
 	font-size: 16px;
 	height: 34px;
 	width: 34px;
 	line-height: 2.125;
 	text-align: center;
 	text-decoration: none;
 	-webkit-transition:	all 0.2s ease;
 	-moz-transition: all 0.2s ease;
 	transition:	all 0.2s ease;
 }
 .social-network .footer-social a:hover {
 	color: #fff
 }
 .social-network .footer-social a:focus {
 	outline: 0
 }
 .social-network .facebook a {
 	background: #3b5998;
 }
 .social-network .twitter a {
 	background: #55acee;
 }
 .social-network .googleplus a {
 	background: #dd4b39;
 }
 .social-network .dribbble a {
 	background: #ea4c89;
 }
 .social-network .pinterest a {
 	background: #c8232c;
 }
 .social-network .tumblr a {
 	background: #34526f;
 }
 .social-network .wordpress a {
 	background: #21759b;
 }
 .social-network .linkedin a {
 	background: #0e76a8;
 }
 .social-network .vimeo a {
 	background: #44bbff;
 }
 .social-network .youtube a {
 	background: #c4302b;
 }
 @media (max-width:480px) {
 	.post-footer .social-network>div {
 		display: block;
 	}
 }
 .post-footer .social-network input {
 	margin-right: 8px
 }
 .social-pagination-indicator {
 	display: inline-block;
 	vertical-align: middle;
 	margin-right: 13px
 }
 @media (min-width:768px) and (max-width:991px) {
 	.social-pagination-indicator {
 		margin-right: 0
 	}
 }
 .social-pagination-nav .btn {
 	min-width: 30px;
 	min-height: 35px;
 }
 .social-pagination-nav .btn i {
 	color: #637381;
 	font-size: 18px;
 	margin-right: 3px;
 	vertical-align: middle
 }
 .social-pagination-nav .btn span {
 	color: #637381;
 	vertical-align: middle
 }
 .social-pagination-nav .unlike-article i,
 .social-pagination-nav .unlike-article span {
 	color: #007aff !important;
 }
 .post-footer .social-network .like-articule {
 	color: #637381;
 	padding: 0 5px 0 0;
 }
 .post-footer .social-network .like-articule a {
 	color: #637381;
 	text-decoration: none;
 }
 .comments-container {
 	margin: 0 auto;
 	padding: 2rem 0 1rem;
 }
 .comments-container .bg-grey-color-comment {
 	padding: 10px;
 	background-color: #f1f1f1;
 	border-radius: 15px;
 }
 .comments-container .rounded-circle {
 	border: 1px solid #f1f1f1;
 }
 .comments-container .author-comment h5 {
 	float: left;
 	font-size: 15px
 }
 .comments-container .options-comments {
 	display: inline-block;
 	margin: 8px 0 10px 10px;
 	font-size: 13px;
 	color: #637381;
 }
 .comments-container .options-comments a {
 	text-decoration: none;
 	cursor: pointer;
 	padding-right: 10px;
 	color: #637381;
 }
 .comments-container .options-comments .unlike-comment,
 .comments-container .options-comments .unlike-review  {
 	color: #007aff;
 }
 .comments-container .options-comments .container-response {
 	margin: 0 auto;
 }
 span.error {
 	position: relative;
 	float: right;
 	background: #1799dd;
 	background: rgba(23,153,221,0.8);
 	border: 1px solid #1799dd;
 	border-radius: 3px;
 	color: #fff;
 	font-size: 10px;
 	letter-spacing: 1px;
 	padding: 3px;
 	text-transform: uppercase;
 	top: 5px;
 }
 .comments-container .page-link {
 	cursor: pointer;
 }
 .comments-container .options-comments .timesince-comment {
 	padding: 0 10px 0 0;
 }

 /**
  * Footer
  */
  .main-footer .container-fluid {
  	margin-left: auto;
  	margin-right: auto;
  	padding-left: 15px;
  	padding-right: 15px
  }

  .main-footer .container-fluid::after {
  	content: "";
  	display: table;
  	clear: both
  }

  @media (max-width:sm 544px) {
  	.main-footer,
  	.wrapper {
  		padding-left: 15px;
  		padding-right: 15px
  	}
  }

  .main-footer {
  	background-color: #0097e6;
  	overflow-x: hidden;
  	padding: 0 12px 10px;
  	width: 100%
  }

  .main-footer .text {
  	margin: 0
  }

  .main-footer .footer-subscribe-row {
  	border-bottom: 1px solid #ccc
  }

  .main-footer .footer-subscribe-row .subscribe-title {
  	color: #007dba;
  	font-family: "Helvetica Neue", serif;
  	font-size: 16px;
  	font-weight: 700;
  	margin: 26px 0;
  	text-transform: uppercase
  }

  .main-footer .footer-subscribe-row form {
  	padding-top: 20px
  }

  .main-footer .footer-subscribe-row .form-control {
  	margin: 0
  }

  .main-footer .footer-subscribe-row .btn-group-sm>.btn,
  .main-footer .footer-subscribe-row .btn-sm {
  	font-size: 14px
  }

  @media (max-width:1179px) {
  	.main-footer .footer-subscribe-row .subscribe-title {
  		font-size: 14px
  	}
  	.main-footer .footer-subscribe-row .btn-group-sm>.btn,
  	.main-footer .footer-subscribe-row .btn-sm {
  		font-size: 12px
  	}
  }

  @media (max-width:991px) {
  	.main-footer .footer-subscribe-row .subscribe-title {
  		font-size: 16px;
  		margin: 44px 0;
  		text-align: center
  	}
  	.main-footer .footer-subscribe-row .form-control {
  		margin-bottom: 5px
  	}
  }

  @media (max-width:767px) {
  	.main-footer .footer-subscribe-row form {
  		padding-top: 0
  	}
  	.main-footer .footer-subscribe-row .subscribe-title {
  		margin: 16px 0
  	}
  	.main-footer .footer-subscribe-row .form-control {
  		margin-bottom: 8px
  	}
  	.main-footer .footer-subscribe-row .btn-group-sm>.btn,
  	.main-footer .footer-subscribe-row .btn-sm {
  		margin-bottom: 8px;
  		font-size: 14px
  	}
  }

  .main-footer .footer-subscribe-row .checkbox {
  	padding-top: 8px;
  	padding-bottom: 8px
  }

  .main-footer .footer-nav {
  	margin-top: 20px;
  	line-height: 20px;
  }

  .main-footer .footer-nav-title {
  	color: #007dba;
  	font-family: "HP Simplified", Arial, "Helvetica Neue", serif;
  	font-size: 14px;
  	font-weight: 700;
  	text-transform: uppercase
  }

  .main-footer .description-list a {
  	color: #000;
  	font-family: "HP Simplified", Arial, "Helvetica Neue", serif;
  	font-size: 14px;
  	font-weight: 300;
  	line-height: 20px;
  	text-decoration: none;
  	cursor: pointer;
  	font-family: Arial, "Segoe UI" Lucida, Noto, Roboto, Helvetica, serif;
  	font-size: 12px
  }

  .main-footer .description-list a:focus,
  .main-footer .description-list a:hover {
  	color: #007dba;
  	cursor: pointer;
  	text-decoration: none
  }

  .main-footer .description-list a:active {
  	cursor: none;
  	text-decoration: none
  }

  .main-footer .description-list a:active {
  	color: #0096d6
  }

  .main-footer .description-list a:hover {
  	text-decoration: underline
  }

  @media (max-width:767px) {
  	.main-footer .description-list,
  	.main-footer .list-container {
  		display: none;
  		padding-top: 8px
  	}
  	.main-footer .description-list.in,
  	.main-footer .list-container.in {
  		display: block
  	}
  	.main-footer .description-list.in .description-list,
  	.main-footer .list-container.in .description-list {
  		display: inline-block;
  		margin-right: 12px
  	}
  }

  @media (max-width:767px) {
  	.main-footer .footer-nav {
  		margin: 0;
  		padding-left: 0;
  		padding-right: 0
  	}
  }

  .main-footer .footer-payment-methods-container {
  	border-bottom: 1px solid #ccc
  }

  @media (max-width:1179px) {
  	.main-footer .footer-nav-follow-us-row,
  	.main-footer .footer-payment-methods-container,
  	.main-footer .footer-subscribe-row {
  		padding-left: 4px;
  		padding-right: 4px
  	}
  }

  .main-footer .footer-payment-methods-list {
  	display: table;
  	margin-bottom: 0;
  	margin-top: 0;
  	max-width: 100%;
  	padding-bottom: 20px;
  	padding-left: 0;
  	padding-top: 12px;
  	table-layout: auto;
  	width: 100%
  }

  .main-footer .footer-payment-methods-list .payment-method {
  	color: #000;
  	display: table-cell;
  	font-family: Arial, "Segoe UI" Lucida, Noto, Roboto, Helvetica, serif;
  	font-size: 12px;
  	font-weight: 300;
  	margin-bottom: 0;
  	margin-left: 0;
  	overflow: hidden;
  	text-align: center;
  	white-space: normal
  }

  @media (max-width:1180px) {
  	.main-footer .footer-payment-methods-list .payment-method {
  		text-align: left;
  		width: auto
  	}
  }

  @media (max-width:992px) {
  	.main-footer .footer-payment-methods-list .payment-method {
  		display: inline-block;
  		width: 24%
  	}
  }

  @media (max-width:768px) {
  	.main-footer .footer-payment-methods-list .payment-method {
  		width: 48%
  	}
  }

  .main-footer .footer-payment-methods-list .payment-method .badge-no-linio-plus:after,
  .main-footer .footer-payment-methods-list .payment-method .icon {
  	float: right;
  	font-size: 32px;
  	height: 32px;
  	line-height: 20px
  }

  @media (min-width:1180px) {
  	.main-footer .footer-payment-methods-list .payment-method .badge-no-linio-plus:after,
  	.main-footer .footer-payment-methods-list .payment-method .icon {
  		float: none;
  		font-size: 48px;
  		height: 48px;
  		line-height: 48px
  	}
  }

  @media (min-width:992px) {
  	.main-footer .footer-container {
  		padding-left: 0;
  		padding-right: 0
  	}
  	.main-footer .footer-payment-methods-list {
  		padding-bottom: 32px
  	}
  }

  @media (max-width:1179px) {
  	.main-footer .footer-payment-methods-list {
  		padding-bottom: 12px
  	}
  }

  @media (max-width:768px) {
  	.main-footer .footer-nav-block {
  		border-bottom: 1px solid #ccc;
  		padding: 15px 15px;
  	}
  	.main-footer .footer-nav-title {
  		line-height: 12px;
  		margin-bottom: 0
  	}
  }

  .main-footer .footer-follow-us-block {
  	margin-top: 20px;
  	padding-left: 0
  }

  @media (min-width:768px) {
  	.main-footer .footer-follow-us-block {
  		padding-bottom: 12px;
  		padding-left: 20px
  	}
  	.main-footer .footer-follow-us-block .footer-nav-title {
  		margin-right: 12px
  	}
  }

  @media (min-width:768px) {
  	.main-footer .footer-follow-us-block.footer-left-border {
  		border: 1px solid #ccc;
  		border-color: transparent transparent transparent #ccc
  	}
  }

  @media (min-width:644px) and (max-width:768px) {
  	.main-footer .footer-follow-us-icons-wrapper {
  		position: relative;
  		top: 21px
  	}
  	.main-footer .footer-follow-us-icons-wrapper .footer-nav-title {
  		position: relative;
  		top: 3px
  	}
  	.main-footer .apps-icons-container-wrapper {
  		position: relative;
  		top: 10px
  	}
  }

  @media (max-width:544px) {
  	.main-footer .footer-follow-us-icons-wrapper .footer-nav-title {
  		position: relative;
  		top: 3px
  	}
  }

  @media (max-width:768px) {
  	.main-footer .footer-nav-title {
  		margin-right: 5px
  	}
  }

  .main-footer .footer-social-icons-row {
  	bottom: 7px;
  	display: block;
  	line-height: 1px;
  	position: relative
  }

  .main-footer .footer-social-icons-row a {
  	text-decoration: none
  }

  @media (min-width:544px) and (max-width:643px) {
  	.main-footer .footer-nav-title {
  		margin-bottom: 12px
  	}
  }

  @media (min-width:768px) and (max-width:1031px) {
  	.main-footer .footer-nav-title {
  		margin-bottom: 8px
  	}
  }

  @media (min-width:544px) and (max-width:768px) {
  	.main-footer .icon-app {
  		margin: 0
  	}
  }

  @media (min-width:768px) and (max-width:1134px) {
  	.main-footer .icons-google-play {
  		margin-bottom: 0
  	}
  }

  @media (min-width:992px) and (max-width:1134px) {
  	.main-footer .icon-app-wrapper {
  		display: block;
  		width: 100%
  	}
  }

  @media (min-width:544px) and (max-width:763px) {
  	.main-footer .apps-icons-container-wrapper {
  		width: 140%
  	}
  }

  @media (max-width:544px) {
  	.main-footer .icon-app-wrapper {
  		margin: 12px 12px 12px 0;
  		width: 125px
  	}
  }

  @media (max-width:292px) {
  	.main-footer .icon-app-wrapper {
  		width: 100%;
  		margin-bottom: 0
  	}
  	.main-footer .icons-amipci {
  		margin-top: 12px
  	}
  }

  .main-footer .icons-amipci {
  	margin-bottom: 24px
  }

  @media (max-width:768px) {
  	.main-footer .footer-copyright {
  		margin-bottom: 20px
  	}
  }

  .main-footer .footer-nav-caret {
  	position: absolute;
  	right: 12px;
  	top: 8px
  }

  .main-footer .footer-nav-caret:after {
  	content: "î€§"
  }

  .main-footer .in .footer-nav-caret:after {
  	content: "î€¨"
  }

  .main-footer .footer-countries-list {
  	padding-left: 0;
  	padding-right: 0
  }

  .main-footer .footer-copyright {
  	color: #ccc;
  	font-size: 14px;
  	padding-top: 10px
  }

  .main-footer.slim-footer {
  	background-color: transparent;
  	border-top: 1px solid #ccc;
  	padding-bottom: 0;
  	position: relative
  }

  .main-footer.slim-footer.container {
  	padding-left: 0;
  	padding-right: 0
  }

  @media (max-width:768px) {
  	.main-footer.slim-footer.container {
  		max-width: 100%;
  		width: 100%
  	}
  }

  @media (max-width:768px) {
  	.main-footer.slim-footer {
  		margin-bottom: 0;
  		margin-top: 0;
  		padding: 0
  	}
  }

  .main-footer.slim-footer .nav-footer {
  	border-bottom: 1px solid #ccc;
  	padding: 20px 22px
  }

  @media (max-width:768px) {
  	.main-footer.slim-footer .nav-footer {
  		border-bottom: 0;
  		padding: 0
  	}
  }

  .main-footer.slim-footer .footer-nav-block {
  	border-left: 1px solid #ccc;
  	color: #000;
  	display: inline-block;
  	padding: 0 24px;
  	text-align: center
  }

  .main-footer.slim-footer .footer-nav-block a {
  	color: inherit
  }

  .main-footer.slim-footer .footer-nav-block:first-child {
  	border-left: none;
  	padding-left: 0
  }

  @media (max-width:768px) {
  	.main-footer.slim-footer .footer-nav-block {
  		border-left: none;
  		display: block;
  		font-size: 14px;
  		font-weight: 700;
  		padding: 16px 12px;
  		text-align: left;
  		text-transform: uppercase
  	}
  	.main-footer.slim-footer .footer-nav-block:first-child {
  		padding: 16px 12px
  	}
  }

  .main-footer.slim-footer .footer-copyright {
  	color: #ccc;
  	padding: 20px 24px
  }

  @media (max-width:768px) {
  	.main-footer.slim-footer .footer-copyright {
  		padding: 16px 12px
  	}
  }

  .main-footer.slim-footer .footer-copyright div {
  	border-left: 1px solid #ccc;
  	display: inline-block;
  	margin-right: 16px;
  	position: relative
  }

  .main-footer.slim-footer .footer-copyright div:first-child {
  	border-left: none
  }

  @media (max-width:768px) {
  	.main-footer.slim-footer .footer-copyright div {
  		border-left: none;
  		display: block
  	}
  }

  .main-footer.slim-footer .footer-copyright span {
  	margin-left: 16px
  }

  @media (max-width:768px) {
  	.main-footer.slim-footer .footer-copyright span {
  		display: block;
  		margin-left: 0
  	}
  }

  @media (max-width:991px) {
  	.slim-footer {
  		display: none
  	}
  }

  @media (max-width:1179px) {
  	.main-footer {
  		padding: 0
  	}
  }

  .footer-extra-content {
  	padding-top: 32px
  }

  @media (max-width:767px) {
  	.footer-extra-content {
  		background: #f2f2f2
  	}
  }

  .footer-banner:not(:empty) {
  	padding-bottom: 20px
  }

  .wrapper {
  	height: auto!important;
  	margin-bottom: -128px;
  	margin-top: 68px;
  	min-height: 100%;
  	padding: 0 4px;
  	width: 100%
  }

  @media screen and (max-width:992px) {
  	.wrapper {
  		margin-bottom: 0
  	}
  }

  @media screen and (max-width:767px) {
  	.wrapper {
  		background: #f2f2f2
  	}
  }

  .wrapper>.container,
  .wrapper>.container-fluid {
  	margin-bottom: 128px
  }

  @media (max-width:992px) {
  	.wrapper>.container,
  	.wrapper>.container-fluid {
  		margin-bottom: 0
  	}
  }

  .wrapper.wrapper-slim {
  	margin-top: 0;
  	padding-bottom: 92px;
  	position: relative
  }

  @media (max-width:768px) {
  	.wrapper.wrapper-slim {
  		padding-bottom: 0
  	}
  }

  @media screen and (max-width:767px) {
  	.wrapper-no-footer>.container,
  	.wrapper-no-footer>.container-fluid {
  		margin-bottom: 0
  	}
  }

  .push {
  	height: 64px
  }

  .container-semi-fluid {
  	max-width: 1180px;
  	min-width: 312px
  }

  .wrapper {
  	margin-top: 140px
  }

  @media (max-width:767px) {
  	.wrapper {
  		margin-top: 68px
  	}
  }

  .search-autocomplete {
  	position: absolute;
  	width: 91.1%
  }

  .quantity-icon-wrapper {
  	height: 60px
  }

  .call-now-banner {
  	color: #fff;
  	padding-left: 12px;
  	padding-right: 8px;
  	margin-top: 12px
  }


  .main-footer {
  	/*background-color: #f4f6f8*/
  	background-color: #0097e6
  }

  .main-footer .footer-payment-methods-container,
  .main-footer .footer-subscribe-row {
  	border-bottom: 1px solid #e5e8e8
  }

  .main-footer .footer-subscribe-row {
  	border-top: 1px solid #e5e8e8
  }

  .main-footer .footer-subscribe-row .subscribe-title {
  	color: #fff;
  	font-size: 18px;
  	font-weight: 300;
  	font-family: "HP Simplified", Arial, "Helvetica Neue", serif;
  	margin: 0;
  	text-transform: none
  }

  .main-footer .subscribe-button,
  .main-footer .subscribe-message {
  	margin: 24px 0
  }

  .main-footer .subscribe-icon-container {
  	height: 64px;
  	margin-top: 12px
  }

  .main-footer .subscribe-icon-container .badge-no-linio-plus:after,
  .main-footer .subscribe-icon-container .icon {
  	position: relative;
  	text-align: center;
  	font-size: 42px;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%)
  }

  .main-footer .subscribe-button {
  	text-align: center
  }

  .main-footer .subscribe-button button {
  	width: 190px;
  	text-transform: none;
  	line-height: 35px
  }

  .main-footer .subscribe-button {
  	margin: 24px 0
  }

  .main-footer .footer-nav-title,
  .main-footer .subscribe-text {
  	text-transform: none;
  	color: #fff;
  	font-size: 16px;
  	line-height: 20px
  }

  .main-footer .subscribe-text {
  	font-weight: 700
  }

  .main-footer .footer-nav-title {
  	margin-bottom: 16px
  }

  .main-footer a {
  	color: #dcdde1;
  	font-size: 14px;
  	font-weight: 300
  }

  .main-footer a:hover {
  	color: #fff
  }

  .main-footer a:active {
  	color: #fff
  }

  .main-footer .description-list a {
  	color: #dcdde1;
  	font-size: 14px;
  	font-weight: 300
  }

  .main-footer .description-list a:hover {
  	color: #fff
  }

  .main-footer .description-list a:active {
  	color: #fff
  }

  .main-footer .footer-cms-text b,
  .main-footer .footer-cms-text div,
  .main-footer .footer-cms-text i,
  .main-footer .footer-cms-text p,
  .main-footer .footer-cms-text span {
  	color: #fff;
  	font-size: 14px
  }

  .main-footer .footer-branding {
  	margin-top: 20px
  }

  .main-footer .footer-copyright-legal {
  	border-top: 1px solid #e5e8e8;
  	margin: 15px;
  	padding-top: 20px
  }

  .main-footer .footer-copyright,
  .main-footer .footer-legal {
  	color: #fff;
  	font-size: 12px;
  	line-height: 20px;
  	font-weight: 300;
  	margin: 0;
  	padding: 0
  }

  .main-footer .footer-logo {
  	width: 24px;
  	height: 24px;
  	margin-right: 5px;
  	float: left
  }

  .main-footer .footer-social-icons-row {
  	bottom: 0;
  	margin-top: 12px;
  	margin-bottom: 20px;
  	height: 32px;
  	display: inline;
  	margin-right: .2em;
  }

  .main-footer .footer-social-icons-row a.icon {
  	color: #fff;
  	margin-right: 1em;
  }

  .main-footer .footer-social-icons-row a.icon:focus {
  	outline: 0;
  }

  @media (max-width:991px) {
  	.main-footer .subscribe-title {
  		font-size: 16px
  	}
  	.main-footer .subscribe-text {
  		font-size: 14px
  	}
  }

  @media (max-width:991px) {
  	.main-footer .footer-subscribe-row {
  		padding: 10px 0
  	}
  	.main-footer .footer-copyright {
  		padding-left: 0
  	}
  	.main-footer .footer-legal {
  		padding-right: 0
  	}
  	.main-footer .subscribe-icon-container {
  		height: 48px
  	}
  	.main-footer .subscribe-button button {
  		width: auto
  	}
  	.main-footer .footer-branding {
  		text-align: center;
  		padding: 0 0 10px 0;
  	}
  	.main-footer .footer-copyright-legal {
  		margin: 0;
  		text-align: center;
  		padding-bottom: 10px
  	}
  }

  @media (max-width:767px) {
  	.main-footer .description-list {
  		display: block
  	}

  	.main-footer .footer-nav {
  		border-bottom: 1px solid #e5e8e8
  	}
  	.main-footer .footer-subscribe-row .subscribe-title {
  		font-size: 16px
  	}
  	.main-footer .subscribe-message {
  		margin: 0
  	}
  	.main-footer .subscribe-icon-container {
  		margin-top: 0
  	}
  	.main-footer .subscribe-button {
  		margin: 0 0 20px
  	}
  }

  @media (max-width:543px) {
  	.main-footer .subscribe-button button {
  		width: 190px
  	}
  	.main-footer .subscribe-message {
  		margin: 16px 0
  	}
  }

  @media (min-width:544px) and (max-width:767px) {
  	.main-footer .col-sm-auto {
  		display: inline;
  		line-height: 28px;
  		margin: 0 12px 0 0;
  		padding: 0;
  		width: auto
  	}
  }

  .main-footer .icon {
  	display: inline-block;
  	line-height: 1;
  	font-weight: 400;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-font-smoothing: antialiased;
  	text-rendering: optimizeLegibility;
  }

  .input-group-search .btn .icon {
  	position: relative;
  	top: -5px;
  	font-size: 32px;
  	font-weight: 400
  }

  .main-footer .icon {
  	display: inline-block;
  	line-height: 1;
  	font-weight: 400;
  	color: #fff;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-font-smoothing: antialiased;
  	text-rendering: optimizeLegibility
  }

  .icon.icon-xlg {
  	font-size: 64px
  }
  .icon.icon-lg {
  	font-size: 48px
  }
  .icon.icon-md {
  	font-size: 32px
  }
  .icon.icon-sm {
  	font-size: 24px
  }
  .icon.icon-xsm {
  	font-size: 16px
  }
  .icon.icon-xxsm {
  	font-size: 12px
  }
  .icon.icon-margin {
  	margin: 8px
  }
  .icon.icon-padding {
  	padding: 8px
  }
  .icon.icon-inverse {
  	color: #fff
  }

  .powered-by-intensa-logo {
  	background: url(../images/logo-intensadigital-footer.png) no-repeat top left;
  	width: 150px;
  	height: 32px;
  	display: block;
  }

  .sticky-promo--true {
  	position: fixed;
  }
  .promo_banner {
  	display: block;
  	background-color: #ffe400;
  	min-height: 30px;
  	padding: .5rem;
  	text-rendering: optimizeLegibility;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	z-index: 1001;
  }

  .promo_banner .row {
  	width: 100%;
  }

  .promo_banner .text {
  	float: left;
  	color: #212b35;
  	font-size:.8em;
  }

  .promo_banner .links {
  	float: right;
  }

  .promo_banner .links a {
  	display: inline-block;
  	color: #212b35;
  	font-size: 1em;
  	font-weight: 400;
  	padding: 0;
  	text-transform: none;
  	text-decoration: none;
  	transition: all .2s;
  }

  .promo_banner .links a:focus {
  	outline: 0
  }

  .promo_banner .links a:not(:last-child)::after {
  	content: ' | ';
  }

  @media (max-width: 480px) {
  	.promo_banner .text {
  		display: block;
  		float: none;
  		text-align: center;
  		color: #212b35;
  		font-size: .7em;
  	}
  }

  .pt-30 {
  	padding-top: 30px;
  }