/*********************************************************
	Company: Garinello
	Date (create): 01-12-2019
	Date (update): 16-02-2020
		
	******************************
	*****      Index       *****
	******************************
	CONTENT:
	1. HEADER
	2. SLIDER
	3. SEARCH
	4. CONTENT
	5. FOOTER
	6. RESPONSIVE
	
*********************************************************/

/****************Fonts****************/
/*
TITLE 
TEXT 
	300 - Light
	400 - Regular
	700 - Bold
	900 - Black
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@import url('animation.css');


#carouselMain {
	cursor: pointer;
}


.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-image: url(../../images/loading_spinner_org.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 10% auto; 
}
.se-pre-con.box {
	position: relative;
	height: 100px;
	background-color: transparent;
}

#setPrice .se-pre-con.box,
#banner .se-pre-con.box {
	height: 50px;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background-color: #fff;
	color: #000;
	position: relative;
	min-height: 100vh;
	margin: 0!important;  padding: 0!important;
}
#loading {
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
}
#loading .speen {
}
#loading .loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #333d47; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
img.is-loaded {
    opacity: 1;
}
img.lazy {
    opacity: 0;
    -webkit-transition: opacity .38s;
    transition: opacity .38s;
}
.article-thumb-wrapper {
	position: relative;
}
.uk-position-cover:before,
.article-thumb-wrapper:before {
	content: '';
	top: 40%; left: 40%;
	position: absolute; z-index: -1;
	border: 5px solid #f3f3f3; 
	border-top: 5px solid #333d47;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	color: #333d47;
}

p { color: #333d47; }
.text-small {
	font-size: 0.75rem; line-height: 0.75rem;
}
a:hover,
a:focus {
	text-decoration: none;
}
.margin-no { padding: 0; margin: 0; }

.container-fluid {
	width: 100%;
	max-width: 1120px;
	padding: 0 15px;
	margin: 0 auto;
}

.red-btn { color: #cc0000!important; }
.blue-btn { color: #16c7ff!important; }
.navy-btn { color: #5f7c8a!important; }
.black-btn { color: #000!important; }
.gray-btn { color: #333!important; }
.green-btn { color: #009933!important; }
.yellow-btn { color: #ffd700!important; }

.bg-white { background: #fff; }
.bg-gray { background: #eeeeee; }
.bg-green { background: #009933; }
.bg-blue { background: #2e63a3; }

.bg-success { background: #dff0d8!important; }
.bg-info { background: #d9edf7!important; }
.bg-danger { background: #f8e8e8!important; }

.gray-line { 
	border-top: solid 1px #dfdfdf;
	margin-top: 10px; padding-top: 10px;
	border-top: solid 1px #dfdfdf;
}

.label-default {
	background-color: #cccccc
}

.wtm:before {
	content: attr(data-website) "\0040" attr(data-user);
	unicode-bidi: bidi-override;
	direction: rtl;
}
.box-hide {
	display: none;
}
.img-cover {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%; width: 100%;
    max-width: none!important;
    margin: 0!important;
}
.img-contain {
    object-fit: contain;
    object-position: 50% 50%;
    height: 100%; width: 100%;
    max-width: none!important;
    margin: 0!important;
}
/****************chart****************/
.chart-container {
}
#canvas {
	max-height: 600px!important;
	min-height: 300px!important;
}
.chart {
}
canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}


/****************Progress-bar****************/
.progress {
  height: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #fff;
  border: solid 1px #d1d1d1;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);  
}
.progress-bar {
 position: relative; z-index: 10;
  line-height: 15px;
  background-color: #e62a36!important;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.progress-bar:after{
	content: '';
	float: right;
	background: #e9e9e9!important;
	margin-top: 2px;
	height: 8px; width: 8px;
	border-radius: 50%;
}

.compare .progress {
  height: 12px;  font-family:  
}
.compare .progress-bar {
  background-color: #5f7c8a!important;
}
.compare .progress-bar:after{
	height: 7px; width: 7px;
}

.progress .bar-step {
	position:absolute;
	margin-top:-20px;
	z-index:1;
	font-size:12px;
}
.progress .label-txt {
    float: left;
    z-index: 1; left: -6px;
    position: relative;
    font-size: 10px; color: #b3b3b3;
}
.progress>.bar-step:nth-child(5) > .label-txt,
.progress>.bar-step:first-child > .label-txt {
	color: #5f7c8a;
}
.progress .label-line {
	position: absolute; z-index: 1;
	background: #cdd3d6;
	height: 50px; width:1px;
	top: 15px;
}
.progress .label-percent {
    float: right;
    margin-left: 5px;   
}


.videoBox:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    margin: -30px 0 0 -30px;
    width: 60px; height: 60px;
    background: url(../../images/icon-play.svg) no-repeat top left;
    z-index: 10;
    line-height: 0;
    text-indent: -999px;
}
.videoBox:after {
    display: block;
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
	background-color: transparent;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    /*background: #007dc6;
    opacity: 0.3;*/
}

/****************Button****************/
.button-link-more {
	color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    padding: 6px 35px;
    margin: 15px auto 0 auto;
    background-color: transparent;
    outline: none;
    position: relative;
    z-index: 10;
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100%;
}
.button-link-more:after {
	position: absolute;
	z-index: 0;
	top: 0; left: 0;
	background: #cacaca;
	width: 0%; height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	 background: transparent !important;
  background-color: transparent !important;
}
.button-link-more:hover:after,
.button-link-more:active:after {
	width: 100%;
}
.button-link-more span {
	z-index: 10; position: relative;
	opacity: 0;
}
.button-link-more:hover
, .button-link-more:focus
, .button-link-more:active {
	/*background-color: #cacaca;*/
	color: #333d47;
	text-decoration: none;
}

.button-read-more {
	font-size: 16px;
	font-weight: 300; text-align: center;
	display: table; text-transform: uppercase;
	padding: 6px 35px;
	margin: 15px auto 0 auto;
	background-color: #333d47!important;
	color: #fff!important;
	border: none;
	outline: none!important;
	position: relative; z-index: 10;
}
.button-read-more a { text-decoration: none!important; color: #fff!important; display: block; }
.button-read-more i { 
	color: #fff!important;
	font-size: 20px;
	padding-right: 10px;
	vertical-align: middle;
}
.button-read-more:hover
, .button-read-more:focus
, .button-read-more:active {
	background-color: #cacaca!important;
	color: #333d47!important;
	text-decoration: none;
}
.button-read-more:hover i { 
	color: #333d47!important;
}
.button-read-more.invert {
	background-color: #cacaca!important;
	color: #333d47!important;
}
.button-read-more.invert:hover {
	background-color: #333d47!important;
	color: #fff!important;
}
.button-read-more.invert:hover a {
	background-color: #333d47!important;
	color: #fff!important;
}
.button-read-more.invert i { color: #fff!important; }
.button-read-more.invert:hover i { color: #333d47!important; }

.button-read-more.white {
	border: solid 1px #cacaca;
	background-color: #fff!important;
	color: #333d47!important;
}
.button-read-more.white:hover {
	background-color: #cacaca!important;
	color: #fff!important;
}

button.button-read-more { padding: 7px 30px; cursor: pointer }
.button-read-more.float {
	display: inline-block;
	margin: 10px 20px 10px 0;
	line-height:  45px;
	padding: 0 15px;
}

.button-read-more.arrow-add,
.button-read-more.arrow-left,
.button-read-more.arrow-right {
	padding-top: 12px; 	
}
.button-read-more.arrow-add:hover,
.button-read-more.arrow-left:hover,
.button-read-more.arrow-right:hover { 
}
.button-read-more.arrow-add::after,
.button-read-more.arrow-left::after,
.button-read-more.arrow-right::after {
	content: "";
	background: url(../../images/arrow-right.svg) 0 0 no-repeat;
	background-size: 100% auto; 
	width: 15px; height: 15px;
	display: inline-block;
	margin-left: 10px;
}
.button-read-more.arrow-left::after {
	content: "";
	background: url(../../images/arrow-left.svg) 0 0 no-repeat;
	background-size: 100% auto; 
	width: 15px; height: 15px;
	display: inline-block;
	margin-left: 10px;
}
.button-read-more.limit { max-width: 150px; }


/****************Admin****************/
/* Sort images */
.sortable-list			{ padding:0; }
li.sortme 		 		{ padding:4px 8px; color:#000; cursor:move; list-style:none; width:500px; background:#ddd; margin:10px 0; border:1px solid #999; }
li.sortme-image	 		{ cursor:move; list-style:none; width: 90px; height: 60px; overflow: hidden; background:#ddd; margin:10px; border:1px solid #999; float: left; clear: none; }
li.sortme-image-auto	 	{ cursor:move; list-style:none; overflow: hidden; background:#ddd; margin:10px; border:1px solid #999; float: left; clear: none; }


.admin_edit {
	width: 64px; height: 32px;
	display: block; position: absolute; z-index: 1001;
	margin: 0; padding: 0; 
	overflow: visible;
}
.admin_edit > a {
	clear: none; text-align: center; color: #fff;
	float: left; display: block;  
	width: 25px; height: 25px;
	overflow: visible;
	background: #e62a36;
	border: solid 1px #fff;
	border-radius: 3px;
}

/****************Pagination & scrollbutton****************/
.pagination .page-item {
	margin-bottom: 1rem;	
}
/*location*/
.breadcrumb {
	padding: 15px 0; margin: 0;
	background: transparent;
	border: none;
	color: #96a1ad;
	font-size: 16px;
	text-transform: uppercase 
}
.breadcrumb > li > a { color: #96a1ad!important; text-decoration: underline; }
.breadcrumb > li > a:hover { color: #333d47!important; text-decoration: none;}
.breadcrumb > .active > a  { color: #333d47; }

.page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.scrollbutton {
  display: none;
  width: 40px; height: 40px;
  position: fixed;
  bottom: 45px;
  right: 15px;
  background: #333d47;
  /*border-radius: 50%;
  border: 2px solid #fff; */
  z-index: 999997;
	-webkit-transition: transform 300ms ease;
     -moz-transition: transform 300ms ease;
       -o-transition: transform 300ms ease;
      -ms-transition: transform 300ms ease;
          transition: transform 300ms ease;
	text-align: center;
}
.scrollbutton i {
	font-size: 24px;
	line-height: 40px;
	color: #fff;
}
.scrollbutton:hover {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	color: #000;
	opacity: 1;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/****************scrollup****************/

.scrollup {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #fafafa;
  border: solid 1px #d9d9d9;
  z-index: 999997;
	-webkit-transition: transform 300ms ease;
     -moz-transition: transform 300ms ease;
       -o-transition: transform 300ms ease;
      -ms-transition: transform 300ms ease;
          transition: transform 300ms ease;
}
.scrollup::before {
	font-family: 'fontawesome';
	font-size: 1.750em;
	content: "\f106";
	padding: 5px 10px;
	color: #888;
}
.scrollup:hover {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	color: #000;
}

/****************Text over images****************/
figure {
	height: 100%; width: 100%;
	display: block;
	overflow: hidden;
	z-index: 100;
}
figcaption {
	height: 100%; width: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	text-align: center;
	position: absolute;
	top: -2000px; left: 0;
	opacity: 1; 
	padding: 15px;
	font-size: 16px; font-weight: 600; 
	color: #fff;
}
figcaption p {
	color: #fff!important; text-align: center!important;
	position: absolute;
	bottom: 10px;
}
figcaption div {
	color: #fff!important;
}
.article-thumb-wrapper:hover figcaption {
	top: 0; left: 0;
	transition: all 0.7s;
}
/****************Social Share****************/

.social-share {
	position: relative;
}
.social-share .social-wrap {
	padding: 30px 0;
	border-top: solid 1px #d9d9d9; 
	border-bottom: solid 1px #d9d9d9; 
}
.social-share .social-wrap p {
	border: none;
	padding: 0;
	color: #031d34; font-weight: 300;
	text-transform: uppercase;
	line-height: 1rem;
	text-align: center;
}
.social-share a {
	display: inline-block;
	font-size: 16px;
	color: #fff!important; padding-top: 3px;
	display: inline-block;
	width: 30px; height: 30px;
	text-align: center;
	background: #96a1ad;
	margin-left: 5px;
	border-radius: 50%;
	-ms-border-radius: 50%;
    -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
}
.social-share a:hover {
	color: #333d47!important;
	text-decoration: none;
	background: #999999;
}


/****************Slick****************/
.slick-list {
	width: 100%;
	float: left;
	position: relative;
}
.slick-dots {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: table;
	clear: both;
}
.slick-dots li {
	float: left;
	margin: 20px 5px 0 ;
}
.slick-dots button {
	background-color: rgba(0, 0, 0, 0.3);
	border: none;
	display: inline-block;
	width: 75px; height: 2px;
	border-radius: 0;
	-ms-border-radius: 0;
	outline-color: transparent;
	text-indent: -1000em;
	-webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
}
.slick-dots button:hover {
	-webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
     transform:scale(1.2);
}
.slick-dots li.slick-active button {
	background-color: rgba(0, 0, 0, 1);
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  border: none;
  padding: 0;
  display: block; cursor: pointer;
  position: absolute; z-index: 1000;
  top: 40%; 
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  left: -45px;
  background-image: url(../../images/arrow-left.svg);
  background-size: 100% auto; 
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
 	
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
	-webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}

.slick-slider .slick-next {
 	right: -45px; left: auto;
	background-image: url(../../images/arrow-right.svg);
}
.slick-slider button:hover, button:active, button:focus {
	outline: 0;
}


/****************Page****************/
.page-link {
	color: #333d47; font-weight: 400;
	background: #fff;
	border-color: #c8cdd2!important;
	border-radius: 0!important; 
	margin-right: 1rem;
}
.page-link:hover {
	color: #333d47;
	background: #dbdbdb;
}
.page-link.disabled {
	opacity: 0.5;
}

.page-item.active .page-link {
	color: #333d47;
	background: #dbdbdb;
}


/****************Header Contact****************/
.header-contact {
	padding: 0;
	background-color: #fff;	
	min-height: 60px;
	width: 100%;
}

.blank-page .header-contact, 
.slider-page .header-contact {
	background-color: #fff;	
}
.header-contact .icon {
	margin-top: 20px;
	margin-right: 15px; padding-bottom: 10px;
	position: relative;
	background: transparent;
	border: none;
	outline-style: none!important;
}
.header-contact .icon:last-child { margin-right: 0; }
.header-contact .icon i {
	font-size: 22px;
	color: #333d47;
}
.header-contact .icon:hover i,
.header-contact .icon.active i {
	color: #333d47;
}
.header-contact .icon:hover i {
	color: #999999;
}
.header-contact #top_search_wrapper {
    position: absolute;
    transition: right 400ms ease-in-out;
    top: 100%;
    z-index: 100;
    top: -200px;right: 0px;
    background-color: #fff;
    color: #333d47;
    width: 100%;
    min-width: 318px;
    padding: 1rem 0.5rem;
    margin: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#top_search_wrapper.showhiden {
	right: 0px; top: 60px;
}
.header-contact  .badge {
	position: absolute;
	top: -5px; right: -5px;
	border-radius: 50%; 
}
.header-contact .shopPrice {
	font-size: 14px;
}
.header-contact .price {
	font-weight: 700; color: #333d47;
}

.header-contact .form-control {
	background-color: #f4f4f4;
	border: none;
	border: solid 1px #d1d1d1;
 	color: #333d47;
	font-size: 14px;
	border-radius: 5px;
	-ms-border-radius: 5px;
	height: 38px; padding: 0px 5px ;
	font-weight: 400;
}


/****************Logo****************/
header .navbar-logo {
	display: inline-block;
}
header .navbar-brand {
	display: block;
	position: relative;
	padding: 0; margin: 15px 15px 10px 0;
	height: 30px; width: 30px;
  	background-image: url('../../images/header-logo-horizontal.png');
  	background-repeat: no-repeat;
  	background-position: 0% 50%;
  	background-size: auto 100%; 
}
.blank-page header .navbar-logo {
	position: absolute;
	z-index: 100;
	top: 50px;
}
.blank-page header .navbar-brand {
	display: block;
	position: relative;
	padding: 0; margin: 50px 0 0 0;
	height: 92px; width: 160px;
  	background-image: url('../../images/header-logo-small.png');
  	background-repeat: no-repeat;
  	background-position: 50% 50%;
}
.slider-page header .navbar-logo {
	display: block;
	position: absolute;
	z-index: 100;
	top: 50px;
}
.slider-page header .navbar-brand {
	padding: 0; margin: 70px 0 0 0;
	height: 154px; width: 269px;
  	background-image: url('../../images/header-logo.png');
}
.navbar-brand span {
	display: none;
	text-align: left;
}

/****************Navigation****************/
#navbarMain {
	z-index: 100;
}
.navbar-main {}
.navbar-main .navbar-light {
	background: transparent!important;
	padding: 0;
}
.navbar-main .navbar-light .navbar-nav .nav-item {
	line-height: 2.75em;
	padding-right: 1rem;
}
.navbar-main .navbar-light .navbar-nav .nav-link {
	color: #333d47; text-transform: uppercase;
}
.navbar-main .navbar-light .navbar-nav .nav-link:hover {
	color: #000;
}
.navbar-main .navbar-light .navbar-nav .active .nav-link {
	color: #333d47; font-weight: 600;
}



/********************************************************
	2. SLIDER
********************************************************/
.slider {
	position: relative;
}
.slider .background-img {
	z-index: 2; position: absolute;
	width: 100%; 
	height: calc(100vh - 50px);
	top: 0; left: 0;
}
.slider .background-video {
	z-index: 2; position: absolute;
	width: 100%; 	height: 100%;
	top: 0; left: 0;
}
.slider .background-video video {
	position: absolute;
	top: 0px; left: 0;
	object-fit: cover;
	object-position: 50% 50%;
	height: 100%; width: 100%;
	max-width: none!important;
	margin: 0!important;
}
/* ie edge only gets the following rule */
@supports (object-fit: cover) and (-ms-ime-align:auto) {
	.slider .background-video video {height:auto}
}

.slider .carousel {
	position: relative;
}
.slider .article-thumb {
	height: 100%;
}
.slider .slider-img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%; width: 100%;
    max-width: none!important;
    margin: 0!important;
}
.slider .bottom .slider-img {
    object-position: 50% 100%;
}
.slider .carousel-caption {
	width: 100%; height: 100%;
	padding: 0;
	position: absolute;
	left: 0; bottom: 0;
	z-index: 10;
	color: #fff;
}

.slider .carousel-caption > div  {
	position: static;
	padding: 0;
	position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    bottom: 0;
}
.slider .carousel-caption .row > div {
background: transparent;
    text-align: left;
    padding-bottom: 0!important;
    width: 100%;
    height: 100%;
    position: absolute;
    width: 100%;
    min-width: 100%;
    opacity: 0;

}
.slider .carousel-caption h2 {
	width: 100%;
	font-weight: 400;
	font-size: 48px; line-height: 1em;
	color: #333d47;
	margin: 0; padding: 1rem 0;
	opacity: 0;
}
.slider .carousel-caption p {
	clear: both;
	color: #333d47; font-weight: 300;
	font-size: 16px; line-height: 1em;
	margin: 0; padding: 0 0 2rem 0;
}
.slider .button-link-more {
	margin: 0 0 0 -1.5rem;
	min-width: 200px;
	min-width: 100%;
  min-height: 100%;
}

.slider .carousel-item {
	height: calc(100vh - 50px);
}
.slider .carousel-control-prev, 
.slider .carousel-control-next {
	display: none;
}
.slider .carousel-indicators {
	display: none;	
}

@keyframes pulse {
  0% {
      opacity: 1;
      transform: scale(1);
  }
  80% {
      opacity: 0;
      transform: scale(2);
  }
  100% {
      opacity: 0;
      transform: scale(3);
  }
}
/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
.animatedHidden {
  -webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

@keyframes fadeInText {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20vh, 0);
    transform: translate3d(0, 20vh, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInText {
  -webkit-animation-name: fadeInText;
  animation-name: fadeInText;
}


/* DropDown  - On SSearch */

.block-snippet-wrapper {
	position: relative;
}
.block-snippet-wrapper .block-wrapper {
	position: relative;	
	margin: 0;
}
.block-snippet-wrapper .article-thumb-wrapper {
	height: 80vh; padding: 0;
}
.block-snippet-wrapper .slider-img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%; width: 100%;
    max-width: none!important;
    margin: 0!important;
}
.block-snippet-wrapper .bottom .slider-img {
    object-position: 50% 100%;
}
.block-snippet-wrapper .background-img {
	z-index: 2; position: absolute;
	width: 100%; 
	height: calc(100vh - 50px);
	top: 0; left: 0;
}
.block-snippet-wrapper .background-video {
	z-index: 2; position: absolute;
	width: 100%; 	height: 100%;
	top: 0; left: 0;
}
.block-snippet-wrapper .background-video video {
	position: absolute;
	top: 0px; left: 0;
	object-fit: cover;
	object-position: 50% 50%;
	height: 100%; width: 100%;
	max-width: none!important;
	margin: 0!important;
}
/* ie edge only gets the following rule */
@supports (object-fit: cover) and (-ms-ime-align:auto) {
	.slider .background-video video {height:auto}
}

.block-snippet-wrapper .article-slide-desc {
	width: 100%; height: 100%;
	padding: 0; 
	position: absolute;
	left: 0; bottom: 0;
	z-index: 10;
	color: #fff;
}
.block-snippet-wrapper .article-slide-desc > div  {
	position: relative;
	padding: 0; margin: 0;
}
.block-snippet-wrapper .article-slide-desc .row  {
	padding: 0; margin: 0;
}
.block-snippet-wrapper .article-slide-desc .row > div {
	background: #fff;
	text-align: left;
	padding: 2rem;
	padding-bottom: 0;
}
.block-snippet-wrapper .article-slide-desc h2 {
	width: 100%;
	margin: 1rem 0; padding: 0;
}
.block-snippet-wrapper .article-slide-desc p {
	clear: both;
	color: #333d47; font-weight: 300;
	font-size: 16px; line-height: 1em;
	margin: 0; padding: 0 0 2rem 0;
}
.block-snippet-wrapper .article-slide-desc .button-link-more {
	margin: 0 0 0 -2rem;
}
/* Right */
.block-snippet-wrapper .justify-content-end .article-slide-desc .row > div {
	margin-right: 0;
}
.block-snippet-wrapper .justify-content-end .article-slide-desc .button-link-more {
	margin: 0 -2rem 0 0;
}

/********************************************************
	SHOP
	- DropDown Search	
	- DropDown on icon

********************************************************/
/* DropDown  - On Search */
.shop-wrapper-search {
	border-bottom: solid 1px #cccccc;
	font-size: 14px;
	overflow: hidden;
	padding: 5px 0; 
}
.shop-wrapper-search .article-thumb-wrapper {
	max-height: 80px;
}
.shop-wrapper-search .article-thumb-wrapper:before { display: none; }

.shop-wrapper-search .article-slide-desc a {
	color: #333d47; 
}
.shop-wrapper-search .price {
	color: #333d47; font-weight: 700;
}
.shop-wrapper-search small {
	text-transform: uppercase; 
}

/* DropDown  - On Shop Icon */
.dropdown-menu.shop-list {
	min-width: 30rem;	
}
.shop-wrapper-header {
	border-bottom: solid 1px #d2d2d2;
	padding: 0; margin: 10px 0;
	font-size: 16px; line-height: 1rem;
	position: relative;
	overflow: hidden;
}
.shop-wrapper-header > div {
	padding-right: 0;
}
.shop-wrapper-header .price {
	color: #333d47;
}
.shop-wrapper-header .article-slide-desc a {
	font-size: 18px; padding-bottom: .5rem;
	color: #333d47; display: block;
}
.shop-wrapper-header .article-slide-desc label {
	color: #96a1ad;
}
.shop-wrapper-header .action a {
	color: #333d47; font-size: 20px;
}

/****************Content Main****************/
.content-wrapper {
}

/****************Account****************/
.box-header  {
	padding: 0; margin: 0;
 	margin-top: -5px;
 	padding-bottom: 10px;
}
.box-header h2 {
	margin: 0!important; padding: 0!important;
	font-size: 22px; font-weight: 400!important; text-transform: uppercase;
}
.box-header p {
	margin: 0; padding: 5px 0;
	color: #999; font-weight: 300;
}
.box-header .box-icon {
    color: #fff;
    border-radius: 4px;
    background-color: #333d47;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(156,39,176,.6);
    padding: 10px 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left;
}
.box-header .box-icon i { font-size: 16px; }


/****************Google Page****************/
#map-page-wrapper {
	padding: 0; 
	position: relative;
}
#banner #map-canvas {
    position: relative;
    width: 100%; height: 100%;
    top: 0; left: 0;
    overflow: hidden;
    display: block;
} 
#banner .icon {
	position: absolute;
	bottom: 30px; right: 60px; 
	z-index: 3;
}
.location-address .article-thumb-wrapper {
	height: 200px;	
}


/********************************************************
	4. CONTENT
********************************************************/

.row-big-title {
	font-size: 36px; line-height: 1em; color: #333d47;
	word-break: keep-all;
	margin-bottom: 15px; padding-bottom: 0!important;
}
.row-big-title:before {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #333d47;
	margin: 0;
	margin-bottom: 1rem;
}
.text-center .row-big-title:before, 
.row-big-title.text-center:before {
	margin-left: auto;
	margin-right: auto;
}
.text-sm-right .row-big-title:before,
.row-big-title.text-right:before {
	margin-left: auto;
}

.row-small-title {
	font-size: 30px; line-height: 1em; color: #333d47;
	word-break: keep-all;
	margin-bottom: 15px; padding-bottom: 0!important;
}

/****************Article****************/
.article-thumb-wrapper {
	overflow: hidden;
}
.article-thumb {
	width: 100%;
	display: block;
	position: relative;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.article-thumb img { margin: 0 auto; }

.article-slide-title {
	padding: 10px 15px;
	min-height: 40px;
}

.article-slide-desc {
}
.article-slide-desc h2,
.article-slide-desc h3 {
	color: #333d47;
	font-size: 24px;
	margin: 0 auto;
	padding-bottom: 20px;
   line-height: 1;
}
.article-slide-desc h2 a { color: #333d47; }
.article-slide-desc h2 a:hover { color: #333d47; }
.article-slide-desc h3 a {color: #333d47;}
.article-slide-desc h3 a:hover {color: #333d47;}

.article-slide-desc p {
	color: #333d47; font-size: 16px;
}
.article-slide-desc p a {
	color: #333d47;
}
.article-slide-desc p a:hover {
	color: #333d47;
}
/****************Home Page****************/


/****************Product & Category Page****************/
#product-search-filter {
	padding: 0; 
}
#product-search-filter .row-small-title {
	font-size: 16px;
}
#product-search-filter .panel {
	margin-bottom: 15px;
}
#product-search-filter .panel-heading {
	padding: 0; margin: 30px 0 20px 0;
	line-height: 18px;
	cursor: pointer;
	border-bottom: solid 1px #d1d1d1;
}
#product-search-filter .panel-heading:before {
	content: '';
	display: block; float: right;
	width: 15px; height: 15px;
	background-image: url(../../images/icon-minus.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%; 
}
#product-search-filter .panel-heading.collapsed:before {
	background-image: url(../../images/icon-plus.svg);
}
#product-search-filter .panel-title {
	padding: 0 0 10px 0; margin: 0;
	font-size: 16px; font-weight: 400;
	color: #333d47;
}
#product-search-filter .panel-collapse {
	margin: 0; padding: 0;
	/*max-height: 70vh;
	overflow: scroll;*/
}
#product-search-filter .panel-collapse > div {
	margin: 5px 0 5px 10px; 
	font-size: 14px;
}
#product-search-filter .panel-collapse > .slider {
	width: 90%;
	overflow: visible;
	position: relative;
}
#product-search-filter .panel-collapse label {
	color: #96a1ad;
}


/****************Category Page****************/
#gallery-wrapper {
	margin-left: 0;	
	position: relative;
}
.gallery-wrapper {
	padding: 0;
	padding-right: 1px;
}
.gallery-wrapper .article-thumb-wrapper {
	position: relative;
	overflow: hidden;
}

/****************Category Page****************/
#category-page-wrapper {
	margin-top: 50px;
}
#category-page-wrapper .container-fluid {
	max-width: none!important;
	padding: 0 30px!important;
}

.blank-page #category-page-wrapper {
	margin-top: 100px;
}

#category-page-wrapper .list-group {
	border: none; 
	margin: 0; padding: 0;
}
#category-page-wrapper .list-group-item {
	border: none;	
	color: #96a1ad;
	font-size: 14px;
	padding: 0.25rem 0;
	background: transparent!important; border: none!important;	
}
#category-page-wrapper .list-group-item a { color: #96a1ad; font-weight:300; }
#category-page-wrapper .list-group-item a:hover { color: #333d47; text-decoration: underline }
#category-page-wrapper .list-group-item.active a { font-weight: 500; color: #333d47; }
#category-page-wrapper .list-group-item.sec { margin-left: 1rem; padding: 0.15rem 0; }
#category-page-wrapper .list-group-item.sec a { text-transform: none }
#category-page-wrapper .list-group-item.rd { margin-left: 1.5rem; padding:  0; }
#category-page-wrapper .list-group-item.rd a { text-transform: none; font-size: smaller }
#category-page-wrapper .list-group-item.th { margin-left: 2rem; padding:  0; }
#category-page-wrapper .list-group-item.th a { text-transform: none; font-size: smaller }

#category-page-wrapper .btn-icon {
	background: #fff; color: #333d47;
	border: solid 1px #d1d1d1;
	font-size: 16px;
	padding: 5px;
	width: 40px; height: 40px;
}
#category-page-wrapper .btn-icon:hover {
	color: #545454;
}
#category-page-wrapper .btn-icon.active {
	background: #f4f4f4; color: #b8bfc5;
}

/****************Category Page****************/
#shop-wrapper .product-wrapper .product-wrapper-box {
    background: #fff;
    border: solid 1px #d2d2d2;
    border-radius: 5px;
    padding: 15px 10px;
    position: relative;
    margin-bottom: 20px;
}
#shop-wrapper .product-wrapper .price {
    color: #333d47;
    font-weight: 700;
    font-size: 16px;
    padding: 0 5px;
}

.product-wrapper .article-slide-desc {
	height: 40px;
	font-size: 16px; line-height: 1rem;
	color: #333d47;
	padding: 15px 0 0 0;
}
.product-wrapper .article-slide-desc.move {
	position: absolute;
	bottom: 0; left: 0;
	padding: 15px 30px; width: 50%;
	background: #fff;
	height: auto;
}
.product-wrapper .article-slide-desc a { color: #333d47; }
.product-wrapper .article-slide-desc a:hover { color: #333d47; text-decoration: underline;}


.product-wrapper .shop-more {
	font-size: 18px; color: #333d47;
	color: #333d47;
	padding: 15px 0 0 0;
}
.product-wrapper .shop-more .old {
	color: #999999;
	font-weight: 400;
	text-decoration: line-through;
	font-size: 16px;
	padding-left: 1rem;
}

.product-wrapper .article-thumb-wrapper {
	position: relative;
	overflow: hidden;
	height: 30vw;
}
.product-wrapper .article-thumb-wrapper .program {
    position: absolute;
    top: 1rem; left: 0.5rem;
}
.product-wrapper .article-thumb-wrapper .program .action {
    margin-bottom: 0.3rem;
    padding: 2px 10px;
    font-size: 1rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
.product-wrapper .article-thumb-wrapper .program .action.discount {
    background: #eb1e25;
}
.product-wrapper .article-thumb-wrapper .more { 
	position: absolute;
   top: 0; left: 0;
   width: 100%; height: 100%;
}
.product-wrapper .article-thumb-wrapper .button-read-more { 
	width: 100%;
}
.product-wrapper .article-thumb-wrapper span.action {
    display: inline-block;
    position: absolute;
    top: 0; left: 0;
    background-color: #fff;
    color: #333d47;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 15px;
}

#product-wrapper {
	margin-left: 0;	
	position: relative;
}
#product-wrapper .product-wrapper {
	margin-bottom: 2rem;
}
#product-wrapper .product-wrapper .article-thumb-wrapper {
	position: relative;
	overflow: hidden;
	height: 30vw;
}

/**************** Product Page****************/
#product-page-wrapper {
	padding: 100px 0 0 0;
	background-image: url(../../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 100px;
}
#product-page-wrapper .article-thumb {
	cursor: crosshair;
}
#product-page-wrapper .product-wrapper {
	padding-left: 60px;
}
#product-page-wrapper .title-mode {
	font-size: 20px; font-weight: 400;
	color: #96a1ad;
	margin-top: 2rem;
	padding-bottom: 1rem;
	border-bottom: solid 1px #c8cdd2;
	cursor: pointer;
}
#product-page-wrapper .title-mode:after {
	content: '';
	display: block; float: right;
	width: 25px; height: 25px;
	background-image: url(../../images/icon-minus.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%; 
}
#product-page-wrapper .title-mode.collapsed:after {
	background-image: url(../../images/icon-plus.svg);
}



#product-page-wrapper .text-desc {
	margin: 2rem 0;
	color: #96a1ad;
}
#product-page-wrapper .text-desc a { color: #96a1ad; text-decoration: underline; }
#product-page-wrapper .text-desc a:hover { text-decoration: none; }

#product-page-wrapper .text-desc label {
	font-weight: 400;
	color: #96a1ad;
}


#product-page-wrapper .shop-more {
	margin-bottom: 70px;
}
#product-page-wrapper .price-more {
	font-size: 16px;
}
#product-page-wrapper .price {
	font-size: 20px;
}
#product-page-wrapper .old {
	color: #cc0000!important; font-weight: 400;
	text-decoration: line-through;
	font-size: 16px;
	padding-right: 1rem;
}
#product-page-wrapper .button-read-more {
	width: 100%;
	padding: 1rem;	
}

/****************Shop****************/
#shop-page-wrapper {
	padding: 100px 0 0 0;
	background-image: url(../../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 100px;
}
#shop-page-wrapper .shop-wrapper-box {
	color: #96a1ad;
	margin-bottom: 2rem;
	border-bottom: solid 1px #96a1ad;
	padding-bottom: 2rem;
}
#shop-page-wrapper .action {
	color: #96a1ad;
	text-align: center;
}
#shop-page-wrapper .action i {
	color: #333d47;
	font-size: 20px;
}
#shop-page-wrapper .article-thumb-wrapper {
	height: 150px;
}
#shop-page-wrapper .article-thumb-wrapper .article-thumb {
	height: 100%;
}
#shop-page-wrapper .article-slide-desc a {
	color: #333d47; font-weight: 700;
	font-size: 18px;
}
#shop-page-wrapper .article-slide-desc a:hover {
	text-decoration: underline;
}
#shop-page-wrapper .shop-wrapper-box .price {
	color: #333d47;
}
#shop-page-wrapper .old {
	color: #cc0000!important; font-weight: 400;
	text-decoration: line-through;
	font-size: 14px;
	padding-right: 1rem;
	display: block;
}


.shop-wrapper-info {
	position: relative;
	/*overflow: hidden;*/
	width: 100%;
	color: #96a1ad; 
}

.shop-wrapper-info small {
	line-height: 10px;
}
.shop-wrapper-info.payment {
	background: #eeeeee;	
}
.shop-wrapper-info h3 {
	font-size: 24px; line-height: 24px;
	cursor: pointer;
	width: 100%;
	color: #333d47;
}
.shop-wrapper-info h3:after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #333d47;
	margin: 0;
	margin-top: 1rem;
}
.shop-wrapper-info h3:before {
	content: '';
	display: block;
	float: right;
	width: 15px;
	height: 15px;
	background-image: url(../../images/icon-minus.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.shop-wrapper-info h3.collapsed:before {
	background-image: url(../../images/icon-plus.svg);
}
.shop-wrapper-info .text-light {
	color: #96a1ad;
}
.shop-wrapper-info .price {
	color: #333d47; font-weight: 700;
	font-size: 18px;
}
.shop-wrapper-info .old {
	color: #cc0000; font-weight: 400;
	text-decoration: line-through;
	font-size: 14px;
	padding: 0 5px;
}

/****************Conatact Page****************/
.contact-page {
	padding-bottom: 30px;
}

#banner-page-wrapper {
	border-top: solid 1px #cccccc;
	margin: 5rem 0 0 0;
	padding: 3rem 0 0 0;
}
#banner-page-wrapper .row > div {
	border-left: solid 1px #cccccc;
	padding-left: 3rem;
	padding-right: 3rem;
}
#banner-page-wrapper .row > div:first-child {
	border-left: none;
}

#banner-page-wrapper .row-small-title {
	font-size: 18px; font-weight: 700; 
}
#banner-page-wrapper .row-small-title:after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: #333d47;
	margin: 0;
	margin-top: 1rem;
}

/**************** Blog List Page****************/
#news-page-wrapper .card-title {
	font-size: 18px;
}
#news-page-wrapper .card-title a {
	font-size: 18px; color: #333d47;
}
#news-page-wrapper .card-title a:hover {
	color: #009933;
}
#news-page-wrapper .card-img-top {
	height: 280px;	
}

/****************NotLogin Page****************/
.notlogin-page header {
	background: #fff;
}
.notlogin-page .content-wrapper {
	padding: 0; margin: 0 auto;
	max-width: 1120px;
}
.notlogin-page .content-wrapper .container-box {
	text-align: center;
}
.notlogin-page .main p {
	text-align: center;
}
.notlogin-page .page-form { 
	margin-top: 40px;
}
.notlogin-page .row-big-title {
	text-align: center;
}
.notlogin-page .row-big-title:after {
	margin: 15px auto;
}
.notlogin-page footer.content-wrapper {
	padding: 0; margin: 0;
	max-width: none; width: 100%;
}


/****************Banner****************/
#banner { 
	padding: 0; margin: 0;
	position: relative;
	height: 50vh;
	overflow: hidden;
}
#banner .article-wrapper {	 position: relative; overflow: hidden;  }
#banner .article-thumb-wrapper { height: 50vh; }
#banner .article-thumb-wrapper .article-thumb { height: 100%; width: 100%;  }

#banner .article-thumb-wrapper img { object-position: 50% 50%; } 
#banner .article-thumb-wrapper.top img { object-position: 50% 00%; } 
#banner .article-thumb-wrapper.center img { object-position: 50% 50%; } 
#banner .article-thumb-wrapper.middle img { object-position: 50% 50%; } 
#banner .article-thumb-wrapper.bottom img { object-position: 50% 100%; } 

#banner .background-img {
	z-index: 2; position: absolute;
	width: 100%; height: 30vh;
	top: 0; left: 0;
}
#banner .background-video {
	z-index: 2; position: absolute;
	width: 100%; 	height: 100%;
	background: #000;
	top: 0; left: 0;
}
#banner .background-video video {
	position: absolute;
	top: 0px; left: 0;
	object-fit: cover;
	object-position: 50% 50%;
	height: 100%; width: 100%;
	max-width: none!important;
	margin: 0!important;
}
#banner .container-fluid {
	height: 100%;
	position: relative;
	z-index: 10;
	text-align: left;
}
#banner .container-fluid .row {
	height: 100%;
}
#banner .article-slide-desc { 
	height: auto; width: 100%; 
	position: absolute; 
	left: 0; bottom: 0; margin: 0;  
}
#banner .article-slide-desc .text-wrapper { 
	background-color: #fff; 
	padding: 3rem 20rem 3rem 3rem;
}
#banner h1 {
	width: 100%;
	font-weight: 400;
	font-size: 48px;
	line-height: 1em;
	color: #333d47;
	margin: 0; padding: 0;
	max-width: 50vw;
}
#banner h2 {
	width: 100%;
	font-weight: 700;
	font-size: 48px;
	line-height: 1em;
	color: #333d47;
	margin: 0; padding: 0;
	max-width: 50vw;
}
#banner p {
	color: #333d47;  font-size: 18px;
}



/****************Inner Page****************/
#inner-page-wrapper {
	padding: 50px 0 0 0;
}
.slider-page #inner-page-wrapper {
	padding: 50px 0 0 0;
}


.main {
	font-size: 16px;
}
.account {
	font-size: 16px;
	padding: 0 0 0 30px;
}

.page-header  {
	padding: 30px 0; margin: 0; 
	border-bottom: none;
}
.page-header h1 {
	margin: 0 0 3rem 0; padding: 0;
}
.page-header h2 {
	margin: 0 0 3rem 0; padding: 0;
}
.page-header .text-info {
	text-transform: uppercase;
	font-weight: 300; letter-spacing: 0.1rem;
	color: #333d47!important;
}

.main h2 {
 	font-size: 26px;
 	font-weight: 700;
 	padding-top: 1rem;
 	padding-bottom: .5rem; 
}
.main h3 {
 	font-size: 24px;
 	font-weight: 500;
 	padding-top: 1rem;
 	padding-bottom: .5rem; 
}
.main h4 {
 	font-size: 24px;
 	font-weight: 400;
 	padding-top: 1rem;
 	padding-bottom: .5rem; 
}

.main .blockquote {
	padding: 15px;
	border: solid 2px #d9d9d9;
	color: #000; font-size: 18px; 
	text-align: center;
}
.main .blockquote p {
	color: #000; font-size: 18px; 
}

.main .jumbotron {
	background-color: #f3f3f3;
	padding: 15px;
	border: solid 1px #d9d9d9;
	border-radius: 0; 
}
.main .jumbotron h2, 
.main .jumbotron h3 {
	margin: 0; color: #2e63a3;
	padding-top: 0;
}
.main .date { background: #2e63a3; color: #fff; display: inline-table; margin: 20px 0; padding-right: 5px; border: solid 2px #fff;  }
.main .date span { background: #000; display: inline-table; padding: 5px 10px; margin-right: 5px; border-right: 3px solid #fff; }


.main .snippet-image { margin: 3rem 0; }
.main .snippet-image.pull-left { padding: 0 30px 0 0; }
.main .snippet-image.pull-right { padding: 0 0 0 30px; }
.main .snippet-image.center { padding: 0; max-height: 250px; }

.main .snippet-image.logo { 
	padding: 15px 0 15px 15px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.main .snippet-image.logo:hover { 
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

/* Text over images */
.main figcaption {
	background-color: rgba(0, 0, 0, 0.6);
}
.main figcaption h3 {
	color: #fff!important; text-align: center!important;
}
.main figcaption p {
	color: #fff!important; text-align: center!important;
	top: 10px;
 }
.main a:hover figcaption {
    color: #fff;
}

.main .snippet-image p {
	color: #000; 
	margin: 0; padding: 5px 10px; 
	
}
.main .lead {
	margin-top: 0; padding-top: 0;
	color: #333d47; font-style: italic;
	font-size: 20px; line-height: 1.50em;
}
.main p {
	color: #333d47;
	font-size: 16px; line-height: 1.50em;
}
.main a:not([class]), 
.main a.wtm { 
	color: #333d47;
	text-decoration: underline;
}
.main a:not([class]):hover
.main a.wtm:hover
 { 
	text-decoration: none;
}

.main strong {
	color: #333d47; 
}
.main .page-content {
	margin-bottom: 1em;
}
.main table,
.main th,
.main td {
	border: none;
}
.main table {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	border-bottom: solid 1px #dfdfdf;
}
.main th,
.main td {
	border-collapse: collapse;
	padding: 10px;
}
.main td {
	color: #131212; font-size: 13px;
}
.main tbody > tr > td {
	vertical-align: middle!important;
	padding: 5px 10px;
}
.main td p {
	margin: 0; padding: 0;
	color: #000;
}
.table>thead>tr>th {
    padding-right: 10px!important;
    border-bottom: none;
}
.table>thead>tr>th.select div {
    width: 30px!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
}
td.footable-sortable>span.fooicon, th.footable-sortable>span.fooicon {
	margin-top: -15px!important;
}
.main td.name {
	color: #131212;
	font-size: 14px; font-weight: 400;
}
.main td.report {
	text-transform: uppercase;
	width: 10%;	
}
.main td .status { text-transform: uppercase; font-weight: 700; } 
.main td .pending { color: #2e63a3;  } 
.main td .approved { color: #009933;  } 
.main td .declined { color: #e62a36; } 
.main td .deleted { background-color: #e62a36; color: #fff; padding: 0px 2px; }  

.main td .admin {
	color: #003073;
	font-size: 14px; font-weight: 400;
	text-decoration: underline;
}
.main td .admin:hover {
	text-decoration: none;
}
.main td .admin i {
	font-size: 18px; margin: 5px;
}

.main table > thead > tr {
  background-color: #fff;
}
.main table > thead > tr > th {
	color: #000; font-weight: 600;
	font-size: 13px; /*text-transform: uppercase;*/
	border-bottom: 2px solid #dee2e6;
}

.main table > tbody > tr:nth-of-type(even) {
  background-color: #fff!important;
  border-bottom: solid 1px #e5e5e5; 
}
.main table > tbody > tr:nth-of-type(odd) {
  background-color: #f2f2f2!important;
  border-bottom: solid 1px #e5e5e5; 
}
/*.main table > tbody > tr:hover {
  background-color: #a3dcff!important;
}
.main table > tbody > tr:hover td {
  color: #000!important;
}*/
.main table > tbody > tr[data-expanded="true"],
.main table > tbody > .footable-detail-row {
}

.main table > tbody > tr.total {
  background-color: #eef8e8!important;
  font-weight: 700;
}
.main table > tbody > tr.total td.name {
	font-weight: 700;
}
table>tbody>tr>td>span.footable-toggle {
	border-radius: 100%;
	background-color:  #2e63a3;
	color: #fff;
	padding: 0 2px;
	text-align: center;
	opacity: 1!important;
	font-weight: 600;
	font-size: 12px;
}

table.footable .footable-detail-row:nth-of-type(odd) {
	background-color: #fff;	
}
table.footable .footable-detail-row:nth-of-type(even) {
	background-color: #e9e9e9;	
}
table.footable .footable-detail-row>td {
	padding: 0; margin: 0; border: none;
}

table.footable, table.footable-details {
	margin: 0; border: none!important;
	background: transparent!important;
}
table.footable, table.footable-details tr,
table.footable-details th,
table.footable-details td {
	border: none!important;
	background: transparent!important;
}

table.footable-details>tbody>tr>th:nth-child(1) {
	width: 20%!important;
	overflow: hidden!important;
	text-overflow: ellipsis!important;
	white-space: nowrap!important;
	color: #003073;
	font-weight: 700;
	
}
table.footable-details>tbody>tr>td:nth-child(2) {
	width: 80%!important;
}

/* legend */
.legend {
	color: #b3b3b3; font-weight: 400;
	font-size: 14px;
}
.legend strong {
	color: #231f20; font-weight: 700;
}



/* forms */

.page-form { 
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}
.page-form .form-control {
	background-color: transparent;
	border: none;
	border-bottom: solid 1px #333d47;
 	color: #333d47;
	font-size: 14px;
	border-radius: 0;
	-ms-border-radius: 0;
	height: 38px; padding: 0px 5px ;
	font-weight: 400;
}
.page-form .form-control.form-print {
	padding-top: 10px; height: auto;
	min-height: 38px;  
	border: none; border-radius: 0;
	border-bottom: solid 1px #333d47;
}
.page-form .form-control .before {
   display: block;
	position: absolute;
	width: 50px; height: 50px;	
	z-index: 100;			
}
.page-form select.form-control {
	padding: 5px;
	border: none;
	border-bottom: solid 1px #333d47;
}
.page-form textarea.form-control {
	height: 100px;
}
.page-form select.form-control option { color: #333d47; }
.page-form .fileinput-button {
	background: #999999;
	/*border: solid 1px #999999;*/
}

.page-form .form-control.currency {
	padding-left: 35px;
}
.page-form .currency-input { position: relative; }
.page-form .currency-symbol {
	position:absolute;
	left: 4px; top: 6px;
	color: #333d47;
}
.page-form.form-inline .button-read-more {
	height: 32px; padding: 4px 20px; 
}

.form-control::-moz-placeholder {
	color: #98a2ab;
	font-weight: 400;
}
.form-control:-ms-input-placeholder {
	color: #98a2ab;
	font-weight: 400;
	opacity: 0.5;
}
.form-control::-webkit-input-placeholder {
	color: #98a2ab;
	font-weight: 400;
}

.page-form .form-control:focus {
	background: #fff;
	color: #333d47;
	outline-color: transparent; outline: 0;
	box-shadow: none;
	border-bottom: solid 1px #333d47;	
}
.form-control:focus::-moz-placeholder {
  opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
:-webkit-autofill, input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background: #fff!important;
	color: #000;
}


.form-group label { color: #000; font-weight: 600; }
.form-group .form-control:focus + .form-group label, .form-group select:focus + label, .form-group textarea:focus + label {
	font-size: 10px; color: #999; text-transform: uppercase;
}
.form-group p { color: #b3b3b3; padding: 10px 0; }
.form-group a:not([class]) { color: #333d47; text-decoration: underline; }
.form-group a:not([class]):hover { text-decoration: none; }

.page-form .button-read-more { margin-top: 25px; }
.page-form .form-inline .button-read-more { margin-top: 0px; margin-left: 20px; }

.page-form .form-control:-moz-read-only { background: transparent!important; border: none; box-shadow: none; color: #333d47; }

.page-form .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.page-form .custom-file-input::before {
  content: 'Select some files';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 400;
  font-size: 10pt;
}
.page-form .custom-file-input:hover::before {
  border-color: black;
}
.page-form .custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

/*************** Custom checked~radio  ***************/ 
.custom-checkbox .custom-control-label::before {
	border-radius: 0; 
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #333d47;
    background-color: #333d47;
}


/*************** download ***************/ 
.download-wrapper {
	margin: 30px 0; 
}
.page-download  { background: #333d47; color: #fff; padding: 10px 20px; font-size: 16px; text-decoration: none!important; }
.page-download:hover { 
	background-color: #cacaca!important;
	color: #333d47!important;
	text-decoration: none;
}
.page-download .icon {
	width: 1.5rem;
	height: 1.5rem;
	text-align: left;
	margin-right: 1rem;
	color: #333d47;
	filter: invert(1);
}

/*************** Modal ***************/ 
.modal-header {
	background: #eaebed;
}
.modal-header.blank {
	background: transparent;
	border: none;
	padding: 0;
	position: relative;
}
.modal-header.blank .close {	
	position: absolute;
	right: 0; z-index: 10;
	background: #fff;
	border-radius: 50%;
	padding: 0.3rem 0.5rem; 
}
.modal-content {
    border-radius: 0;
    max-height: 95vh;
    overflow: auto;
}
.modal-title {
    font-weight: 400;
    font-size: 28px;
    color: #333d47;
    text-transform: uppercase;
}
.notlogin-page .modal-body .page-form { margin: 20px 0!important; }
.modal-body p {
    clear: both;
    color: #333d47;
    font-weight: 300;
    font-size: 16px;
    line-height: 1em;
    margin: 0;
    padding: 0.5rem 0;
}
.modal-body .form-group a:not([class]) { color: #333d47; text-decoration: underline }
.modal-body .form-group a:not([class]):hover { text-decoration: none; }

.ekko-lightbox .modal-dialog,
.ekko-lightbox .modal-content {
	background: transparent;
	padding-top: 0;
	max-width: 80vw;
}
.ekko-lightbox .modal-title {	
	padding: 0; margin: 0;
	display: none;
}
.ekko-lightbox .modal-header {
	width: 100%;
	margin: 0;
}
.ekko-lightbox .modal-content {
}
.ekko-lightbox .modal-body {	
	padding: 0; margin: 0;
}


.alert-danger {
	font-size: 16px;
	text-align: center;
}
.alert-danger p { color: #fff; }
.alert-danger a { color: #fff; text-transform: uppercase; font-weight: 700; }
.alert-danger a:hover { color: #d1dadf; }


.sidebar { padding: 0 30px 0 0; }

.sidebar .row-small-title {
	font-size: 16px;
}
.sidebar .panel {
	margin-bottom: 15px;
}
.sidebar .panel-heading {
	padding: 0; margin: 30px 0 20px 0;
	line-height: 18px;
	cursor: pointer;
	border-bottom: solid 1px #d1d1d1;
}
.sidebar .panel-heading:before {
	content: '';
	display: block; float: right;
	width: 15px; height: 15px;
	background-image: url(../../images/icon-minus.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%; 
}
.sidebar .panel-heading.collapsed:before {
	background-image: url(../../images/icon-plus.svg);
}
.sidebar .panel .user-header {
	background: #333d47;
	padding: .5rem; margin-bottom: 1rem;
	border: none;
	color: #fff;
}
.sidebar .panel .user-header a {
	color: #fff; font-weight: 700;
}
.sidebar .panel .user-header a i {
	background-color: #fff;
	border-radius: 50%;
	padding: 5px; font-size: 16px;
	color: #009933;
}
.sidebar .panel .user-header .user-pic {
  float: left;
  width: 40px; height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
  background: #fafafa;
  border: solid 2px #fff;
}
.sidebar .panel .user-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar .panel-title {
	padding: 0 0 10px 0; margin: 0;
	font-size: 16px; font-weight: 400;
	color: #333d47;
}
.sidebar .panel-collapse {
	margin: 0; padding: 0;
	max-height: 60vh;
	overflow: scroll;
}
.sidebar .panel-collapse > div {
	margin: 5px 0 5px 10px; 
	font-size: 14px;
}
.sidebar .panel-collapse > .slider {
	width: 90%;
	overflow: visible;
	position: relative;
}
.sidebar .panel-collapse label {
	color: #96a1ad;
}
.sidebar .list-group {
	border: none; 
	margin: 0; padding: 0;
}
.sidebar .list-group-item {
	border: none;	
	color: #96a1ad;
	padding: 0.25rem 0;
	background: transparent!important; border: none!important;
}
.sidebar .list-group-item a { color: #96a1ad; font-weight:300; text-transform: uppercase }
.sidebar .list-group-item a:hover { color: #333d47; text-decoration: underline }
.sidebar .list-group-item.active a { font-weight: 500; color: #333d47; }
.sidebar .list-group-item.sec { margin-left: 1rem; padding: 0.15rem 0; }
.sidebar .list-group-item.sec a { text-transform: none }
.sidebar .list-group-item.rd {margin-left: 1.5rem; padding: 0;}
.sidebar .list-group-item.rd a { text-transform: none; font-size: smaller }
.sidebar .list-group-item.th {margin-left: 2rem; padding: 0;}
.sidebar .list-group-item.th a { text-transform: none; font-size: smaller }


.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	margin: 0; padding: 0;
	line-height: normal;
}

.sidebar p { padding-top: 0; margin-top: 0; }

.sidebar .tags-wrapper {
	margin-top: 100px;
}

.sidebar .tags {
	margin-top: 25px;
}

.sidebar .tag {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px;
	border: 1px solid #2e63a3;
	color: #2e63a3;
	margin-bottom: 15px;
	margin-right: 15px;
	display: inline-block;
	-webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
       -o-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
          transition: all 300ms ease;
}

.sidebar .tag:hover {
	color: #fff;
	background-color: #2e63a3;
}


.list-group {
	margin: 0;
}


/********** IMAGES ************/
.cookieNotice {
	-webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5em 2em;
    box-sizing: border-box;
    z-index: 999999;
    background-color: #222a3a;
    color: #fff;
    text-align: center;    
}
.cookieNotice p {
	color: #d6d6d6; font-size: 12px;
}
.cookieNotice a {
	color: #fff; font-weight: bold;
}
.cookieNotice .button-read-more {
	background: #ffbf00;
	color: #4d3900;
	float: right;
	margin: 0 15px; padding: 5px 10px;
	font-size: 14px;
	text-transform: uppercase;	
}
/********************************************************
	5. FOOTER
********************************************************/
footer.content-wrapper {
	margin: 0; padding: 0;
	border-top: solid 1px #333d47;
	z-index: 100;
	position: relative;
} 
#site-footer {
	background: linear-gradient(90deg, #fff 70%, #333d47 -30%);
	margin: 0; padding: 0;
} 

footer .footer-info-wrapper {
	padding: 2rem 0 1rem 0;
	background: #fff;
	color: #333d47;
}
footer .footer-info-wrapper a { color: #333d47; text-transform: uppercase }
footer .footer-info-wrapper a:hover { text-decoration: underline; }

footer .footer-info-wrapper .bank-wrapper {
	margin-top: 2rem;
}
footer .footer-info-wrapper .bank-wrapper .article-thumb-wrapper {
	margin: 0.5rem 0; padding: 0 0.5rem;
}
footer .footer-info-wrapper .article-thumb-wrapper img  {
   height: 28px;
}

footer .navbar-brand { padding: 0; margin: 0;}
footer .navbar-brand::before {
	content: '';
	display: block; float: left;
	height: 177px; width: 267px;
	background-image: url('../../images/footer-logo.png');
	background-size: contain;
	background-repeat: no-repeat;
}
footer .navbar-brand span { display: none; }

footer .footer-article-wrapper {
	background-image: url(../../images/footer-bg.png);
	background-size: auto 100%; 
	background-position: 30px 0;
	background-repeat: no-repeat;
	color: #fff; font-size: 14px;
	padding: 5rem;
}
footer .footer-article-wrapper p { font-size: 14px; color: #fff; }
footer .footer-article-wrapper a { color: #fff; text-decoration: underline; }
footer .footer-article-wrapper a:hover { text-decoration: none; }
footer .footer-article-wrapper .form-inline { margin-bottom: 2rem; }
footer .footer-article-wrapper .form-control { border: none; border-radius: 0; margin: 0; background: #fff;}
footer .footer-article-wrapper .button-read-more { border: none; border-radius: 0; margin: 0; padding-left: 0.5rem; padding-right: 0.5rem; background: #fff; color: #333d47!important; }
footer .footer-article-wrapper .button-read-more i { color: #fff!important; }


#site-copyright { padding: 0.3rem 0; font-size: 12px; color: #fff; background: #333d47; }
#site-copyright p { color: #fff; }
#site-copyright a { color: #009933; text-decoration: none; }
#site-copyright a:hover { color: #fff;  }


/********************************************************
	6. RESPONSIVE
********************************************************/

.mobile{
	display: none;
}




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



.mobile{
	display: block;
}

.desktop{
	display: none;
}



}



@media screen and (min-width: 768px) {
	.content-wrapper .container-box {
		padding: 15px; margin-bottom: 30px;
	}
	.account-wrapper .content-wrapper .container-box {
		border: solid 1px #e5e5e5;
	}
	.notlogin-page .content-wrapper .container-box {
		margin: 0 auto;
		padding: 20px;
	}
}

@media screen and (min-width: 820px) {
	.product-search-wrapper #tiresSize {
		min-width: 700px;
	}
}

@media screen and (min-width: 992px) {
	.header-contact {
		background: #eaebed;
	}
	footer .footer-info-wrapper .article-thumb-wrapper img  {
   	height: 20px;
	}
	.navbar-fixed-top {
		-webkit-box-shadow: 0 4px 20px 0 #000;
 		box-shadow: 0 -2px 20px 0 #000;
 		background-color: rgba(255, 255, 255, 0.90)!important;
		position: fixed; top: 0;
		z-index: 1000;
			-webkit-transition: transform 300ms ease;
     -moz-transition: transform 300ms ease;
       -o-transition: transform 300ms ease;
      -ms-transition: transform 300ms ease;
          transition: transform 300ms ease;
	}
	#product-search-filter #searchFormBox {
		width: inherit; position: relative;
	}
		
	.sidebar-fixed-top {
		position: fixed;
		top: 80px;
		z-index: 10;
		background: #fff; 
		max-height: calc(100vh - 50px);
		width:inherit;
		max-width:inherit;
		overflow: auto;
	}

	header .navbar-fixed-top .navbar-brand {
		display: block;
		position: relative;
		padding: 0; margin: 15px 15px 10px 0;
		height: 30px; width: 30px;
  		background-image: url('../../images/header-logo-horizontal.png');
  		background-repeat: no-repeat;
  		background-position: 0% 50%;
  		background-size: auto 100%; 
	}
	.slider-page header .navbar-fixed-top .navbar-logo {
		display: block;
		position: relative;
		z-index: 100;
		top: 0px;
	}
}

@media screen and (min-width: 1200px) {
	.container-fluid {
    	max-width: 1024px;
	}
	
 	#slick-instagram {
		height: 20vw;
	}
	#slick-instagram .gallery-wrapper {
		height: 20vw;
	}
	
	footer .footer-info-wrapper .article-thumb-wrapper img  {
   	height: 24px;
	}
	footer .navbar-brand::before {
		height: 150px; width: 227px;
	}
	footer .footer-info-wrapper .article-thumb-wrapper img  {
   	height: 20px;
	}
	.block-snippet-wrapper .article-slide-desc .button-link-more {
		width: 200px;
	}
	.block-snippet-wrapper .article-slide-desc .row > div {
		 margin-right: 200px;
	}
	.block-snippet-wrapper .justify-content-end .article-slide-desc .row > div {
		margin-left: 200px;
	}
	#product-wrapper .product-wrapper .article-thumb-wrapper {
    	height: 25vw;
	}
}

@media screen and (min-width: 1400px) {
	.container-fluid {
    	max-width: 1324px;
	}
	footer .footer-info-wrapper .article-thumb-wrapper img  {
   	height: 28px;
	}
	footer .navbar-brand::before {
		height: 177px; width: 267px;
	}
	header .navbar-brand {
		height: 30px; width: 160px;
	}
	header .navbar-fixed-top .navbar-brand {
		height: 30px; width: 160px;
	}
	#slick-instagram {
		height: 17vw;
		margin-bottom: 0px;
	}
	#slick-instagram .gallery-wrapper {
		height: 17vw;
	}
	#category-page-wrapper .category-main {
		padding-left: 30px;
	}
	#product-wrapper .product-wrapper .article-thumb-wrapper {
    	height: 30vw;
	}
}
@media screen and (min-width: 1500px) {
	.container-fluid {
    	max-width: 1424px;
	}
}
@media screen and (min-width: 1600px) {
	.container-fluid {
    	max-width: 1524px;
	}
}
@media screen and (min-width: 1800px) {
	.container-fluid {
    	max-width: 1724px;
	}
}


@media screen and (max-width: 1199px) {
	.container-fluid {
    	max-width: 924px;
	}
	footer .navbar-brand::before {
		height: 122px; width: 200px;
	}

	
 	#slick-instagram {
		height: 25vw;
	}
	#slick-instagram .gallery-wrapper {
		height: 25vw;
	}
	
	
}

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

@media screen and (max-width: 991px) {
	
	.container-fluid {
    	max-width: 884px;
	}
	footer .footer-info-wrapper .article-thumb-wrapper img  {
   	height: 18px;
	}
	
	.navbar-light .navbar-toggler {
		margin-top: 10px;
		z-index: 100;
	}
	#navbarMain {
		background: #fff;	
	}
	header .navbar-logo {
		display: none;
	}
	.navbar-main {
	}
	.navbar-icon {
		position: absolute;
	}
	.navbar-main .navbar-light .navbar-nav .nav-item {
    	line-height: 1em;
    	padding: 0.25rem 0;
	}
	.navbar-main .navbar-light .navbar-nav .nav-link {
    	padding: 0.75rem 1rem;
	}
	.navbar-main .navbar-light .navbar-nav .nav-link:hover {
		color: #000;
		background-color: #cccccc;
	}

	
 	#slick-instagram {
		height: 34vw;
	}
	#slick-instagram .gallery-wrapper {
		height: 34vw;
	}
	
	.block-snippet-wrapper .article-thumb-wrapper {
    	height: 65vh;
 	}
 	.block-snippet-wrapper .article-slide-desc .row > div {
		margin: 0!important;	
		padding: 0.75rem;
 	}
	.block-snippet-wrapper .article-thumb-wrapper.video {
		height: 75vw;
	}
	.block-snippet-wrapper .article-slide-desc .button-link-more {
		margin-left: -1rem;
	}
	.block-snippet-wrapper .justify-content-end .article-slide-desc .button-link-more {
    	margin-right: -1em;
	}
    
	#banner {
		height: auto;
	}
	#banner .article-thumb-wrapper {
    	height: 50vw;
	}
	#banner .article-slide-desc { 
		height: auto; width: 100%; 
		position: absolute; 
		left: 0; bottom: 0; margin: 0;  
	}
	#banner .article-slide-desc .text-wrapper { 
		padding: 1rem 2rem;
		width: 100%;
	}
	#banner h1 {
		font-size: 2rem;
		max-width: none;
	}
	#banner h2 {
		font-size: 2rem;
		max-width: none;
	}
	#banner p {
		font-size: 1rem;
	}
	
	#banner #map-canvas {
		height: 80vh;
	}
	
	.slider-page #inner-page-wrapper {
    	padding-top: 0;
	}
	.page-header {
		padding: 0.75rem 0;
	}
	.main .lead {
		font-size: 1rem;
	}
	.main .snippet-image {
    	margin: 1.5rem 0;
	}

	.sidebar {
    	padding: 0 1rem;
	}
	#product-search-filter {
    	padding: 0 1rem;
	}
	.product-wrapper .article-thumb-wrapper {
    	height: 50vw; margin-top: 1rem;
	}
	.product-wrapper .article-slide-desc {
    	height: 60px; padding-top: 15px;
    }
	.product-wrapper .article-thumb-wrapper .button-read-more span {
		display: none;
	}
	
	.product-wrapper .article-slide-desc.move {
		width: 100%;
		position: relative;
		padding: 0.75rem 0;
	}
	.product-wrapper .shop-more {
		padding: 1rem 0 0 0;
		font-weight: 700;
	}
	.product-wrapper .shop-more .old {
		display: block;
		padding-left: 0;
	}
	
	#category-page-wrapper {
 		margin: 0px;
	}
	#category-page-wrapper .category-main {
    	padding-left: 0rem;
	}
	#product-search-filter .panel-heading {
    	margin: 0 0 1rem 0;
    }
    #product-wrapper .product-wrapper .article-thumb-wrapper {
    	height: 50vw;
	}
	
	#product-page-wrapper {
		padding-top: 2rem;
		background: transparent;
	}
	#product-page-wrapper .product-wrapper {
    	padding-left: 1rem;
	}
	#shop-page-wrapper {
		padding-top: 2rem;
		background: transparent;
	}
	.shop-wrapper-info .price {
		font-size: 1rem; font-weight: 500;
	}
	#descPrice > div {
		line-height: 1rem;
		padding-bottom: 1rem;
	}

	#banner-page-wrapper .row > div {
		padding: 1rem;
	}
	
}

@media screen and (max-width: 960px) {
	footer .navbar-brand::before {
		content: '';
		display: block; float: left;
		height: 122px; width: 200px;
	}
}

@media screen and (max-width: 820px) {
	
	.slider .carousel-item {
		height: calc(100vh - 120px);
	}

	.block-snippet-wrapper .article-thumb-wrapper {
    	height: 50vh;
 	}
	
	.row-big-title {
 		font-size: 2rem;
 	}
	.row-small-title {
 		font-size: 1.5rem;
 	}
 	
 	#banner .article-slide-desc .row {
 		margin: 0;
 	}
 	
 	footer .footer-info-wrapper {
 		padding: 0.75rem;
 	}
 	footer .navbar-brand {
 		margin: 0 auto;
 	}
	footer .footer-article-wrapper {
		background-color: #333d47;
		padding: 1rem;	
	}
	footer .footer-info-wrapper {
		text-align: center;
	}
	footer .footer-info-wrapper .article-thumb-wrapper img {
    	height: 23px;
	}
}

@media screen and (max-width: 767px) {
	
	header .navbar-header {
		display: block;
		width: 50%;
		background-position: 60% 0;
		border-right: none;
		/*margin: 0 auto; float: none;*/
	}
	
	.slider-page header .navbar-brand {
		padding: 0; margin: 50px 0 0 0;
		height: 100px; width: 170px;
  		background-image: url('../../images/header-logo.png');
	}

	header .navbar-brand {
		padding: 0; margin: 10px auto;
		height: 40px; width: 100%; 
  		background-size: auto 100% ;
	}
	#banner .article-thumb-wrapper {
    	height: 70vw;
	}
	.slider .carousel-caption h2 {
		font-size: 30px; line-height: 1em;
	}
	.slider .carousel-caption p {
		padding: 0 0 1rem 0;
	}
	
	.product-wrapper .article-slide-desc {
    	height: 75px; padding: 0.5rem 0;
    }
    
	#slick-instagram {
		height: 50vw;
	}
	#slick-instagram .gallery-wrapper {
		height: 50vw;
	}

	.block-snippet-wrapper .article-thumb-wrapper {
    	height: 90vh;
 	}
	
	footer .navbar-brand::before {
		content: '';
		display: block; float: left;
		height: 93px; width: 140px;
	}

}

@media screen and (max-width: 550px) {
	
	.modal-dialog {
		width: 90%;
	}
	
	.product-wrapper .article-thumb-wrapper {
    	height: 60vw;
	}
	
	footer .navbar-brand::before {
		content: '';
		display: block; float: left;
		height: 66px; width: 100px;
	}

	
}

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

	.product-wrapper .article-thumb-wrapper {
    	height: 65vw;
	}
}


/********************************************************
	PRINT
********************************************************/
#print .main .lead {
	display: none;
}
#print .main .lead {
	display: none;
}
#print .button-read-more {
	display: none;
}
#print #canvas {
	max-height: 300px!important;
	min-height: 150px!important;
}
#print .chart-container .chart {
	padding: 0!important;
	margin-right: 150px;
}

#print .main table > tbody > tr:nth-of-type(even) {
  background: #fff!important;
}
#print .main table > tbody > tr:nth-of-type(odd) {
  background: #e9e9e9!important;
}
#print .main table > tbody > tr:hover {
  background: #a3dcff!important;
}


@media print{
	/*body
    {
     -webkit-transform: rotate(-90deg); 
     -moz-transform:rotate(-90deg);
     filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
	*/
	@page {
		size: landscape!important;
	}
	/*
	#print .print-hidden {
		display: none;
	}
	#print .page-header {
    	-webkit-print-color-adjust: exact;   
    	color-adjust: exact; 
	}
	.progress-bar {
    	-webkit-print-color-adjust: exact;   
    	color-adjust: exact;  
	}
	.main table > tbody > tr {
    	-webkit-print-color-adjust: exact;  
    	color-adjust: exact;  
	}
	.main table > tbody > tr:nth-of-type(odd) {
  		background: #e9e9e9!important;
  		-webkit-print-color-adjust: exact;   
  		color-adjust: exact;  
	}
	*/
	.container-fluid .container-box { page-break-after: always;}
	/*h3 { page-break-before: always;}*/
	a { text-decoration: none!important; }
}

