/*
	@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
*/
@import url(decima.css);
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* EDIT BELOW */
/* ======================= */
/* ======= FONTS ========= */
/* ======================= */
/* ======================= */
/* ====== ELEMENTS ======= */
/* ======================= */
/* ======================= */
/* ===== TYPOGRAPHY ====== */
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #1a1a1a;
}
a {
  color: #4c4c4c;
  /*border-bottom: 1px solid #ccc;*/
}
a:focus {
  outline: none;
  text-decoration: none;
}
footer a {
  border-color: #4c4c4c;
}
a,
.btn-link,
a > *,
.btn-link > * {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover,
.btn-link:hover,
a > *:hover,
.btn-link > *:hover {
  color: #F1C40F;  /* 15-04-2024*/
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans', sans-serif;
  line-height: 1.2em;
  margin: 0;
  font-weight: bold;
}
h1,
h2 {
  font-size: 24px;
  font-weight: bold;
  margin-left: -1px;
  margin-bottom: 19px;
}
h3 {
  font-size: 20px;
  margin: 20px 0 10px -1px;
}
h4 {
  font-size: 16px;
  margin: 20px 0 10px 0;
}
h5,
h6 {
  font-weight: normal;
  font-size: 14px;
  margin: 20px 0 10px 0;
}
p {
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0;
}
ul {
  padding: 0 0 0 17px;
}
ul li + li {
  margin-top: 10px;
}
hr {
  border-top: 0px solid #e5e5e5;
}
/* Required */

.opacity0{
	opacity: 0;
}

.opacity1{
	opacity: 1;
}
.revealonscroll{
	margin-bottom: 1px;
}



ul.sortlist{
	margin:0;
	padding:0 0 25px 0;
	border-top:0px solid #0B0000;	
}
ul.sortlist li{
	display:inline-block;
	margin-top:0;
	padding-top:5px;
	width:22%;
}
ul.sortlist li a{
	color:#060000;
	border-bottom:none;
	width:100%;
	display:block;
	font-size:15px;
	
}
ul.sortlist li:hover{
	background: url(../images/arrow-down.png) center top 0 no-repeat;
	border-top:1px solid #ea693f;
}
ul.sortlist li:focus{
	background: url(../images/arrow-down.png) center top no-repeat;
	border-top:1px solid #ea693f;
}
ul.sortlist li a:focus{
	color:#ea693f;
}
ul.sortlist li a:hover{
	color:#ea693f;
}
.text-white{
	color:#fff !important;
}
.text-lightwhite{
	color:#f2f2f2 !important;
	font-size: 12px;
}
.text-red{
	color:#D9534F !important;
}
.text-black{
	color:#000 !important;
}
small-11{
	font-size:11px !important;
}
.small-11{
	font-size:11px !important;
}
.small-12{
	font-size:12px !important;
}
.padding-top-15{
	padding-top:15px
}
.padding-top-20{
	padding-top:20px
}
.padding-top-25{
	padding-top:25px
}
.padding-top-30{
	padding-top:30px
}
.padding-top-35{
	padding-top:35px
}
.padding-top-40{
	padding-top:40px
}
.padding-top-45{
	padding-top:45px
}
.padding-top-50{
	padding-top:50px
}
.padding-top-55{
	padding-top:55px
}
.padding-top-60{
	padding-top:60px
}
/* ==== HEADER TOP==== */
.header-top{
	background-color:#17202A;   /* 15-04-2024 */
	color:#F2F2F2;
	height: 34px;
}
ul.list-inline.pull-left {
    color: black;
}
select.selectpicker {
    background-color: #0F6CB2;
    border: none;
    color: #F2F2F2;
}
li.hidden-xs.text-white a {
    color: #F2F2F2;
	font-weight: 400;
    font-size: 12px;
}
li.hidden-xs.text-white a:hover {
    color: #fff;
}
a.dropdown-toggle {
    color: #F2F2F2;
}
a.dropdown-toggle:hover {
    color: #fff;
}

.dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 16px;
    z-index: 10;
}
/**.dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}**/


/* ==== STRONG HEADER ==== */
.strong-header {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px; 
  color:#17202A;           /* 15-04-2024*/
}
h1.strong-header {
  font-size: 18px;
}
h2.strong-header {
  font-size: 16px;
}
h3.strong-header {
  font-size: 16px;
}
h4.strong-header {
  font-size: 14px;
}
h5.strong-header {
  font-size: 14px;
}
h6.strong-header {
  font-size: 14px;
}
h1.large-header,
h2.large-header,
h3.large-header,
h4.large-header,
h5.large-header,
h6.large-header {
  font-size: 24px;
}
/* ========================== */
.bg-grey{
 	background:-moz-linear-gradient(center top , #fff, #f1f5f8) repeat scroll 0 0;
	background:-webkit-linear-gradient(top , #fff, #f1f5f8) repeat scroll 0 0;
	box-shadow: 0 8px 10px -7px #e4e4e4 inset;
 }
  /* ==========GLOSSY BUTTON-BLACK================ */

 a.button {
  background: #000 -moz-linear-gradient(center bottom , #000 0%, #444444 49%, #666 50%, #555 100%) repeat scroll 0 0;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.4) inset;
  color: white;
  display: block;
  height: 50px;
  margin: 50px auto 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  width: 200px;
}
a.button span.text {
	position: absolute;
	top: 16px;
	left: 65px;
	font: 15px Arial;
}

a.button span.shine {
	content: '';
	position: absolute;
	height: 400px;
	width: 50px;
	background: white;
	top: -80px;
	left: -20px;
	display: block;
	opacity: 0.8;
	
	-webkit-box-shadow: 0px 0px 20px 10px gold; 
	-moz-box-shadow: 0px 0px 20px 10px gold; 
	box-shadow: 0px 0px 20px 10px gold; 
	
	-webkit-transform: rotate(-45deg);	
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

a.button:hover {
	-webkit-box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
}

a.button:active {
	-webkit-box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
	box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
}

a.button:hover span.shine {
	left: 170px;
	top: -300px;
}

 
 
 /* ==========GLOSSY BUTTON-RED================ */

.btn-ne::before {
    background-image: url(../images/ne-top.png);
    content: " ";
    height: 28px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 28px;
}
.btn-ne {
    background: #d50f41 none repeat scroll 0 0;
    color: #fff;
    position: relative;
    transition: all 0.3s ease-out 0s;
} 
.btn-ne::after {
    background-image: url(../images/ei-bottom.png);
    bottom: 0;
    content: " ";
    height: 28px;
    position: absolute;
    right: 0;
    width: 28px;
}
.btn-ne:hover, .btn-ei:focus {
    background: #ed1c53 none repeat scroll 0 0;
    color: #fff;
}
.btn-ne {
    background: #d50f41 none repeat scroll 0 0;
    color: #fff;
    position: relative;
    transition: all 0.3s ease-out 0s;
}
.btn-ne::after {
    background-image: url(../images/ei-bottom.png);
    bottom: 0;
    content: " ";
    height: 28px;
    position: absolute;
    right: 0;
    width: 28px;
}
.btn-ne:hover, .btn-ei:focus {
    background: #ed1c53 none repeat scroll 0 0;
    color: #fff;
}
/*================== GLOSSY BUTTON BLUE ==================*/
.glass{
/* background styles */
position: relative;
display: inline-block;
padding: 15px 25px;
background: green; /*for compatibility with older browsers*/
background-image: linear-gradient(green,lightgreen);
border-radius: 3px;
box-shadow: 0px 1px 4px -2px #333;
text-shadow: 0px -1px #333;

/* text styles */
text-decoration: none;
color: #fff;
font-size: 25px;
font-family: sans-serif;
font-weight: 100;
}
.glass:after{
content: '';
position: absolute;
top: 2px;
left: 2px;
width: calc(100% - 4px);
height: 50%;
background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
}
.glass:hover{
background: linear-gradient(#073,#0fa);
}

.result3 {
    background: rgba(0, 0, 0, 0) linear-gradient(#507, #eaf) repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 4px -2px #333;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: 100;
    padding: 15px 25px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px #333;
}
.result3::after {
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2)) repeat scroll 0 0;
    content: "";
    height: 50%;
    left: 2px;
    position: absolute;
    top: 2px;
    width: calc(100% - 4px);
}
.result3:hover {
    /*background: rgba(0, 0, 0, 0) linear-gradient(#073, #0fa) repeat scroll 0 0;*/
    background: rgba(0, 0, 0, 0) linear-gradient(#b40, orange) repeat scroll 0 0;
}
.glass:hover{
	  background: rgba(0, 0, 0, 0) linear-gradient(#700, #f00) repeat scroll 0 0;
}
/*----------------------------PADDING SECTION-----------------------------*/
.padding-0{
	padding:0;	
}
.padding-10{
	padding:10px;	
}
.padding-7{
	padding:7px;	
}

.padding-right-0{
	padding-right:0 !important;	
}
.padding-right-5{
	padding-right:5px !important;	
}
.padding-right-10{
	padding-right:10px !important;	
}
.padding-right-15{
	padding-right:15px !important;	
}
.padding-right-20{
	padding-right:20px !important;	
}
.padding-left-0{
	padding-left:0 !important;	
}
.padding-left-5{
	padding-left:5px !important;	
}
.padding-left-10{
	padding-left:10px !important;	
}
.padding-left-15{
	padding-left:15px !important;	
}
.padding-left-20{
	padding-left:20px ;	
}
.padding-left-right-5{
	padding:0 5px;	
}
.padding-left-right-10{
	padding:0 10px;	
}
.padding-left-right-15{
	padding:0 15px;	
}
.padding-left-right-20{
	padding:0 20px;	
}
.padding-top-bottom-10{
	padding:10px 0;	
}
.padding-top-bottom-15{
	padding:15px 0;	
}
.padding-top-bottom-20{
	padding:20px 0;	
}
.padding-top-0{
	padding-top:0px !important;	
}
.padding-top-5{
	padding-top:5px !important;	
}
.padding-top-10{
	padding-top:10px !important;	
}
.padding-top-15{
	padding-top:15px !important;	
}
.padding-top-20{
	padding-top:20px !important;	
}
.padding-bottom-0{
	padding-bottom:0px !important;	
}
.padding-top-bottom-5{
	padding-bottom:5px !important;
	padding-top:5px !important;	
}
.padding-bottom-5{
	padding-bottom:5px !important;	
}
.padding-bottom-10{
	padding-bottom:10px !important;	
}
.padding-bottom-15{
	padding-bottom:15px !important;	
}
.padding-bottom-20{
	padding-bottom:20px !important;	
}
/*----------------------------End of PADDING-----------------------------*/

/*----------------------------MARGIN SECTION-----------------------------*/
.margin-0{
	margin:0 !important;	
}
.margin-5{
	margin:5px !important;	
}
.margin-10{
	margin:10px !important;	
}
.margin-right-0{
	margin-right:0 !important;	
}
.margin-right-5{
	margin-right:5px !important;	
}
.margin-right-10{
	margin-right:10px !important;	
}
.margin-right-15{
	margin-right:15 !important;	
}
.margin-right-20{
	margin-right:20px !important;	
}
.margin-left-0{
	margin-left:0 !important;	
}
.margin-left-5{
	margin-left:5px !important;	
}
.margin-left-10{
	margin-left:10px !important;	
}
.margin-left-15{
	margin-left:15px !important;	
}
.margin-left-20{
	margin-left:20px !important;	
}
.margin-top-0{
	margin-top:0px !important;	
}
.margin-top-5{
	margin-top:5px !important;	
}
.margin-top-10{
	margin-top:10px !important;	
}
.margin-top-15{
	margin-top:15px !important;	
}
.margin-top-20{
	margin-top:20px !important;	
}
.margin-bottom-0{
	margin-bottom:0px !important;	
}
.margin-bottom-5{
	margin-bottom:5px !important;	
}
.margin-bottom-10{
	margin-bottom:10px !important;	
}
.margin-bottom-15{
	margin-bottom:15px !important;	
}
.margin-bottom-20{
	margin-bottom:20px !important;	
}
/*=================== End of MARGIN ==============================*/

/*=================== BORDER ==============================*/
.border-black{
	border-top:1px solid #000000 !important;	
}
.border-grey{
	border:1px solid #D7C9C9;	
}
.border-blue{
	border:1px solid #0F6CB2;	
}
.border-top-grey{
	border-top: 1px solid lightgrey;	
}
.border-bottom-grey{
	border-bottom: 1px solid lightgrey;	
}
.border-bottom-dotted-grey{
	border-bottom: 1px dotted lightgrey;	
}

.border-right-grey{
	border-right: 1px solid #D7C9C9;	
}
.border-left-grey{
	border-left: 1px solid #D7C9C9;	
}
.border-bottom-red{
	border-bottom: 1px solid #F30C0C;	
}
.border-bottom-none{
	border-bottom:none !important;	
}
.border-right-none{
	border-right:none !important;	
}
.bucketDivider {
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ddd, #f7f7f7 3px, #fff) repeat scroll 0 0;
  border: medium none;
  filter: none;
  height: 44px !important;
  margin-bottom: -18px;
  z-index: 0;
}
.bucketDivider::after {
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(left center , #fff, rgba(255, 255, 255, 0), #fff) repeat scroll 0 0;
  content: "";
  display: block;
  filter: none;
  height: 44px;
  width: 100%;
  z-index: 1;
}
/*=================== FONT-COLOR  AND SIZE ==============================*/
.font-dark-gery{
	color:#333;	
}
.font-light-grey{
	color:#848484;	
}
.font-blue{
	color:#003399;	
}
.font-white{
	color:#ffffff !important;	
}
.font-gold{
	color:gold !important;	
}
.font-bold{
	font-weight:bold;	
}
.font-normal{
	font-weight:400;	
}
.font-11{
	font-size:11px;	
}
.font-12{
	font-size:12px;	
}
.font-13{
	font-size:13px;	
}
.font-14{
	font-size:14px;
}
.font-16{
	font-size:16px;
}
.font-17{
	font-size:17px;
}
.font-18{
	font-size:18px;
}
.font-20{
	font-size:20px;
}
.font-22{
	font-size:22px;
}
.font-30{
	font-size:30px;
}
.font-35{
	font-size:35px;
}
.font-38{
	font-size:38px;
}
/* ====== CUSTOM GRID ======= */
.row.widerGrid {
  margin-left: -20px;
  margin-right: -20px;
}
.row.widerGrid .col-md-1,
.row.widerGrid .col-md-2,
.row.widerGrid .col-md-3,
.row.widerGrid .col-md-4,
.row.widerGrid .col-md-5,
.row.widerGrid .col-md-6,
.row.widerGrid .col-md-7,
.row.widerGrid .col-md-8,
.row.widerGrid .col-md-9,
.row.widerGrid .col-md-10,
.row.widerGrid .col-md-11,
.row.widerGrid .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
/* ======================= */
/* ====== MAIN NAV ======= */
#MainNav 
{
	/* fallback */ 
	background-color: #0B9A8D; background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0EB493), to(#0EB493)); /* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #0B9B8E, #0EB493); /* Firefox 3.6+ */ 
	background:  #FEF9E7; /* IE 10 */  /* 15-04-2024 */
	background: -ms-linear-gradient(top, #0B9B8E, #0EB493); /* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #0B9B8E, #0EB493);
	
}
#MainNav section {
	height: 42px;
	margin-top: -42px;
}
#MainNav section:before,
#MainNav section:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
#MainNav section:after {
  clear: both;
}
#MainNav section .btn-login {
  padding: 6px 12px 6px 0;
  margin: 0;
  border: none;
  text-transform: none;
  font-weight: normal;
}
#MainNav section .btn-link {
  color: #4c4c4c;
  letter-spacing: 0;
}
#MainNav section .btn-link:hover {
  color: #ea693f;
}
#MainNav nav {
  border: 0;
  border-radius: 0;
  margin: 0px 0 0 0;
  background: transparent none repeat scroll 0 0;
  width:100%;/*95%*/
}
#MainNav nav a {
  border-bottom: none;
}
#MainNav nav .navbar-header .navbar-brand {
  padding-top: 16px;
  padding-bottom: 16px;
  height:auto;
}
#MainNav nav .navbar-header .navbar-toggle {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border: none;
    margin: 30px 30px 12px 0;
    padding: 8px 13px;
	color: #fff;
}
#MainNav nav .navbar-header .navbar-toggle .icon-bar {
  width: 15px;
  height: 2px;
  color: #fff;
}
#MainNav nav .navbar-header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
#MainNav nav .navbar-header .navbar-toggle:hover {
  background: #ea693f;
  border-color: #ea693f;
}
#MainNav nav .navbar-collapse {
  border: none;
  box-shadow: none;
}
#MainNav nav .navbar-collapse .navbar-search {
  color: #fff;
  border: none;
  box-shadow: none;
}
#MainNav nav .navbar-collapse .navbar-search.navbar-form {
  width: 70%;/*auto*/
  position: relative;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}
.black{
	color:#848484;	
}
.bg-gold{
	background:#fcfac9 !important;	
}
.bg-sky-blue{
	background:skyblue;	
}
.bg-off-white{
	background:#f2f2f2;	
}
.bg-dark-blue{
	background:#0F6CB2;	
}
.browse-profile a{
	color:#050000;
	text-decoration:none;
	margin:0 5px;
	border-right: 1px solid #333;   
	line-height: 18px;   
	margin-right: 2px;   
	padding-right: 5px;
	border:none;	    
}
.browse-profile a:hover{
	color:#ea693f;
}
.browse-payment h3{
	color:#848484;
	font-size:14px;	
	background: #f2f2f2 !important;
    display: table;
    font-size: 16px !important;
    margin: 28px auto 27px !important;
    padding: 0 10px;
    position: relative;
}
.browse-payment a{
	margin: 0 14px;
    display: inline-block;
    background-image: url(../images/payment.png);
    background-position: -2px -200px;
    width: 610px;
}
#MainNav nav .navbar-collapse .navbar-search.navbar-form * {
  margin-right: 0;
}
#MainNav nav .navbar-collapse .navbar-search .form-group {
  max-width: 100%;
  width:100%;
}
#MainNav nav .navbar-collapse .navbar-search #navbar-search,
#MainNav nav .navbar-collapse .navbar-search button {
  -webkit-transition: color .3s ease, background .3s ease, border .3s ease;
  transition: color .3s ease, background .3s ease, border .3s ease;
  background: #3b3b3b;
  box-shadow: none;
  border: 2px solid #3b3b3b;
}
#MainNav nav .navbar-collapse .navbar-search #navbar-search:focus,
#MainNav nav .navbar-collapse .navbar-search button:focus,
#MainNav nav .navbar-collapse .navbar-search #navbar-search.focus,
#MainNav nav .navbar-collapse .navbar-search button.focus {
  border-color: #fff;
  background: #fff;
}
#MainNav nav .navbar-collapse .navbar-search #navbar-search {
  color: inherit;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  border-radius: 3px 0 0 3px;
  padding-right: 16px;
}
#MainNav nav .navbar-collapse .navbar-search #navbar-search:focus {
  color: #1a1a1a;
}
#MainNav nav .navbar-collapse .navbar-search button {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  padding: 5px 10px 5px 0;
  margin: 0;
}
#MainNav nav .navbar-collapse .navbar-search button:focus,
#MainNav nav .navbar-collapse .navbar-search button.focus {
  color: #4d4d4d;
}
#MainNav nav .navbar-collapse .navbar-search button span {
  -webkit-transition: none;
  transition: none;
  font-size: 14px;
}
#MainNav nav .navbar-collapse .navbar-nav {
  margin-left: 55px;
  margin-top: 0;
  max-width: 523px;
}
#MainNav nav .navbar-collapse .navbar-nav > li {
  margin: 0;
}
#MainNav nav .navbar-collapse .navbar-nav > li.active > a,
#MainNav nav .navbar-collapse .navbar-nav > li.open > a,
#MainNav nav .navbar-collapse .navbar-nav > li > a:hover {
  background: none;
  color: #ea693f;
}
#MainNav nav .navbar-collapse .navbar-nav > li > a {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu {
  margin: 0;
  text-align: left;
  border: 1px solid #e6e6e6;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  margin-left: -5px;
  margin-top: -18px;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu a {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #1a1a1a;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu a:focus,
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu a:hover {
  color: #fff;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li {
  margin: 0;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li a {
  padding: 9px 18px 10px;
  -webkit-transition: background .2s ease, color .2s ease;
  -moz-transition: background .2s ease, color .2s ease;
  transition: background .2s ease, color .2s ease;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li a:focus,
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li a:hover {
  background: #ea693f;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li + li {
  border-top: 1px solid #e6e6e6;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:before {
  display: block;
  content: " ";
  border-left: 3px solid #1a1a1a;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: none;
  position: absolute;
  right: 12px;
  top: 16px;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:hover:before {
  border-left-color: #fff;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:hover + .dropdown-menu,
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown a:active + .dropdown-menu,
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown a:focus + .dropdown-menu {
  display: block;
  left: 100%;
  margin: 0;
  top: -1px;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > .dropdown-menu:hover {
  display: block;
  left: 100%;
  margin: 0;
  top: -1px;
}
@media (min-width: 768px) {
  #MainNav nav .navbar-collapse .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #MainNav nav .navbar-collapse {
    height: 340px;
  }
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
		font-size: 12px !important;
	}
	.text-center-xs{
		text-align:center !important;
	}
  .cart {
		padding: 0em 0 !important;
	}
	ul li + li.text-grey {
		margin-top: 0px !important;
	}
  #MainNav nav .navbar-collapse .nav {
    margin-left: 0;
    margin-right: 0;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu {
    padding-left: 20px;
    margin: 0;
    border: none;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu a {
    color: #fff;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu a:hover {
    color: #fff;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li a {
    padding: 10px 15px 10px 14px;
    display: inline-block;
    width: auto;
    position: relative;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li + li {
    border-top: none;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li.dropdown a {
    padding-right: 30px;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li.dropdown a:before {
    top: 18px;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown .dropdown-menu {
    display: block;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:before {
    content: " ";
    display: block;
    border-top: 3px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: none;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:hover,
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:active,
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:focus {
    background: #ea693f;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:hover:before,
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:active:before,
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:focus:before {
    border-top: 3px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: none;
  }
  #MainNav nav .navbar-collapse .navbar-search.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: relative;
  width: 90%;
  }
	.my-form .form-bg {
		background: #f1f1f2 !important;
	}
	.form-wrapper .my-form{
		width:100% !important;
	}
}
@media (max-width: 767px){
#MainNav nav .navbar-collapse .navbar-search.navbar-form {
	float:left !important;	
	padding-left:15px;
}
#MainNav nav {
    margin: 1px 0 10px;
}
.navbar-collapse {
    padding-left: 0px;
}
#MainNav nav {
  width: 93%;
}

}


@media (max-width: 480px){
#MainNav nav .navbar-collapse .navbar-search.navbar-form {
	float:left !important;	
	padding-left:15px;
}
.text-center-xs{
		text-align:center !important;
	}
.my-form .form-bg {
		background: #f1f1f2 !important;
	}
	.form-wrapper .my-form{
		width:100% !important;
	}
#MainNav nav {
    margin: 1px 0 10px;
}
.navbar-collapse {
    padding-left: 0px;
	padding-right: 0px;
}
[role="navigation"], [role="complementary"] {
    transition: all 0.4s ease 0s;
    width: 84%;
}
#MainNav nav .navbar-collapse .navbar-search.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: relative;
  width: 90%;
}
}
#MainNav:before {
  z-index: 0;
  content: " ";
  /*height: 50px;*/
  background: #F7F5EE;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}
	.mega-dropdown-menu > li > ul > li > a::before {
		content: '\00BB ';
		vertical-align: top;
	}
/* ======================= */
.pu-rating {
    color: #848484;
    font-size: 11px;
    margin: 2px 0 5px;
}
.stars-small {
    background: transparent url(../images/star-gray.png) repeat-x scroll left top;
    display: inline-block;
    height: 13px;
    text-align: left;
    vertical-align: middle;
    width: 50px;
}
.rating {
    background: transparent url(../images/star-yellow.png) repeat-x scroll left top;
    height: 13px;
}
/* ====== SECTIONS ======= */

#Content > .container > section,
#Content > .container > div,
#Content > .container > nav,
#Content > .full-width > .container > section {
  margin-top: 30px;
  margin-bottom: 30px;
}
#Content > .full-width.no-space > .container,
#Content > .full-width.no-space > .flexslider {
  margin-top: 0;
  margin-bottom: 0;
}
#Content .page-header {
  padding: 0;
  border: none;
  margin: 0;
}
#Content .page-header header {
  margin-top: 15px;
  margin-bottom: 15px;
}
#Content .page-header header h1,
#Content .page-header header h2,
#Content .page-header header h3,
#Content .page-header header h4,
#Content .page-header header h5,
#Content .page-header header h6 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: normal;
  line-height: 36px;
  margin-left: -3px;
  margin-bottom: 0;
}
#Content .page-header + .container > .row:first-child > .section-header > .strong-header {
  margin-top: 0 !important;
}
#Content .page-header.page-header-short header {
  margin: 6px -10px;
}
/* ======================= */
/* ==== SHOPPING CART ==== */
.shopping-cart-widget {
  position: relative;
}
.shopping-cart-widget > div {
  width: 320px;
  position: absolute;
  padding: 0 19px 9px;
  margin-top: 7px;
  background: #fff;
  top: -1500%;
  right: 0;
  z-index: 2000;
  border: 1px solid #e6e6e6;
}
.shopping-cart-widget > div hr {
  margin: 0;
}
.shopping-cart-widget > div .total-price {
  font-weight: bold;
  font-size: 20px;
  margin-top: 11px;
  margin-bottom: 23px;
}
.shopping-cart-widget > div .total-price-tag {
  font-weight: bold;
  text-transform: uppercase;
  color: #808080;
  margin-top: 15px;
  margin-bottom: 23px;
}
.shopping-cart-widget > button {
  /*padding: 6px 0 6px 12px;*/
  margin: 0;
  border: none;
  text-transform: none;
  font-weight: normal;
  color: #4c4c4c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shopping-cart-widget > button [data-icon] {
  color: #808080;
  margin-top: -5px;
  font-size: 20px;
  display: inline-block;
}
.shopping-cart-widget > button:hover {
  color: #ea693f;
}
.shopping-cart-widget > button:hover [data-icon] {
  color: inherit !important;
}
.shopping-cart{
	background:url(../images/shopping-cart-7.png) no-repeat 0 0;
	height:21px;
	width:24px;
	display:inline-block;
	vertical-align:middle;	
}

.cart-button {
    background-color: #17202A;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
	padding: 10px 0;
    text-align: center;
    height: 41px;
    border-radius: 2px;
    font-weight: 600;
    width: 123px;
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
	text-transform:uppercase;
    color: inherit;
    border: none;
    outline: none;
}

.cart-button:hover{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.cart-button-xs {
    background-color: #009688;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
	padding: 7px 0;
    margin: 0px 0 1px 0;
    text-align: center;
    height: 35px;
    border-radius: 2px;
    font-weight: 600;
    width: 63px;
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
	text-transform:uppercase;
    color: inherit;
    border: none;
    outline: none;
}
.cart-button-xs:hover{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.cart-svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
}

.item-number {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .1);
    height: 20px;
    padding: 3px 6px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    line-height: 12px;
    margin-left: 10px;
}
.largenav {
    display: none;
}
.largenav {
        display: -webkit-box;
}

@media (max-width: 480px){
	.cart-button{
		margin: -12px 0 16px 0;
		text-align: center !important;
	}
	.text-center-xs{
		text-align:center !important;
	}
	.my-form .form-bg {
		background: #f1f1f2 !important;
	}
	.form-wrapper .my-form{
		width:100% !important;
	}
	.padding-0-5-xs{
		padding:0px 5px !important;
	}
	.mega-dropdown-menu > li > ul > li > a::before {
		content: '\00BB ';
		vertical-align: top;
		padding-right: 5px;
	}
	nav.navbar.bootsnav .navbar-nav > li > a{
        display: block;
        width: 100%;
		font-size:15px;
        /*border-bottom: solid 1px #e0e0e0;
		border-top: solid 1px #e0e0e0;*/
        padding: 10px 0;
		margin-bottom: -1px;
		padding: 10px 16px !important;
		letter-spacing: 1.5px;
    }
	.font-dark-gery.font-22 {
		color: #f3f3f3 !important;
	}
	a.hvr-underline-from-center {
		color: #f3f3f3;
	}
	.col-sm-10.col-xs-12 a {
		color: #999999 !important;
	}
	b.black {
		color: #ddd !important;
	}
	.browse-profile {
		margin-top: 15px;
	}
	.bg-xs{
		background: #0EAE92 !important;
	}
	.cart {
		padding: 0em 0;
	}
	.cart {
		padding: 0em 0 !important;
	}
	ul li + li.text-grey {
		margin-top: 0px !important;
	}
	ul li + li.text-grey {
		margin-top: 0px !important;
	}
	button.btn.btn-success.btn-number {
    margin-top: 0px;
}
button.btn.btn-danger.btn-number {
    margin-top: 0px;
}

}
@media only screen and (min-width: 480px) and (max-width: 767px){
	.cart-button{
		margin: -12px 0 16px 0;
		text-align: center !important;
	}
	.padding-0-5-xs{
		padding:0px 5px !important;
	}
	.text-center-xs{
		text-align:center !important;
	}
	nav.navbar.bootsnav .navbar-nav > li > a{
        display: block;
        width: 100%;
		font-size:15px;
        /*border-bottom: solid 1px #e0e0e0;
		border-top: solid 1px #e0e0e0;*/
        padding: 10px 0;
		margin-bottom: -1px;
		padding: 10px 16px !important;
		letter-spacing: 1.5px;
    }
	.my-form .form-bg {
		background: #f1f1f2 !important;
	}
	.form-wrapper .my-form{
		width:100% !important;
	}
	.cart {
		padding: 0em 0;
	}
	.cart {
		padding: 0em 0 !important;
	}
	ul li + li.text-grey {
		margin-top: 0px !important;
	}
	
	button.btn.btn-success.btn-number {
    margin-top: 0px;
}
button.btn.btn-danger.btn-number {
    margin-top: 0px;
}
	.mega-dropdown-menu > li > ul > li > a::before {
		content: '\00BB ';
		vertical-align: top;
		padding-right: 5px;
	}
	.font-dark-gery.font-22 {
		color: #f3f3f3 !important;
	}
	a.hvr-underline-from-center {
		color: #f3f3f3;
	}
	.col-sm-10.col-xs-12 a {
		color: #999999 !important;
	}
	b.black {
		color: #ddd !important;
	}
	.browse-profile {
		margin-top: 15px;
	}
	.bg-xs{
		background: #0EAE92 !important;
	}

}
@media only screen and (min-width: 768px) and (max-width: 980px){
	.cart-button{
		margin:-9px 0px 0px -43px;
		text-align: center !important;
	}
	form.navbar--form.navbar-search{
		margin: -14px -20px 0px -20px;
	}
	.navbar-brand{
		
	}
	.mega-dropdown-menu > li > ul > li > a::before {
		content: '\00BB ';
		vertical-align: top;
		padding-right: 5px;
	}
	nav.navbar.bootsnav .navbar-nav > li > a{
        display: block;
        width: 100%;
		font-size:15px;
        /*border-bottom: solid 1px #e0e0e0;
		border-top: solid 1px #e0e0e0;*/
        padding: 10px 0;
		margin-bottom: -1px;
		padding: 10px 16px !important;
		letter-spacing: 1.5px;
    }
	.font-dark-gery.font-22 {
		color: #f3f3f3 !important;
	}
	a.hvr-underline-from-center {
		color: #f3f3f3;
	}
	.col-sm-10.col-xs-12 a {
		color: #999999 !important;
	}
	b.black {
		color: #ddd !important;
	}
	.browse-profile {
		margin-top: 15px;
	}
	.bg-xs{
		background: #0EAE92 !important;
	}

}
@media (min-width: 766px) {
  .shopping-cart-widget > div {
    top: -1500%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  body.active-sidebar .shopping-cart-widget > div {
    -webkit-transition: opacity .4s ease, top .4s ease;
    transition: opacity .4s ease, top .4s ease;
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
    body.active-sidebar2 .shopping-cart-widget > div {
    -webkit-transition: opacity .4s ease, top .4s ease;
    transition: opacity .4s ease, top .4s ease;
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  nav.navbar.bootsnav .navbar-nav > li > a{
        display: block;
        width: 100%;
		font-size:14px;
        /*border-bottom: solid 1px #e0e0e0;
		border-top: solid 1px #e0e0e0;*/
        padding: 10px 0;
		margin-bottom: -1px;
		padding: 10px 16px !important;
		letter-spacing: 1.5px;
    }
	.mega-dropdown-menu > li > ul > li > a::before {
		content: '\00BB ';
		vertical-align: top;
		padding-right: 5px;
	}
	.font-dark-gery.font-22 {
		color: #f3f3f3 !important;
	}
	a.hvr-underline-from-center {
		color: #f3f3f3;
	}
	.col-sm-10.col-xs-12 a {
		color: #999999 !important;
	}
	b.black {
		color: #ddd !important;
	}
	.browse-profile {
		margin-top: 15px;
	}

}
@media only screen and (min-width: 980px) and (max-width: 2000px){
	.font-dark-gery.font-22 {
		color: grey !important;
	}
	a.hvr-underline-from-center {
		color: grey;
	}
	.col-sm-10.col-xs-12 a {
		color: grey !important;
	}
	b.black {
		color: grey !important;
	}
	.browse-profile {
		margin-top: 5px;
	}
}
h6.title {
    color: #009688;
}
h6.title {
    border-bottom: none;
}


/* ======================= */
/* == SHOPPING CART ITEM = */
.shop-summary-item {
  padding: 20px 0;
  position: relative;
}
.shop-summary-item:before,
.shop-summary-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-summary-item:after {
  clear: both;
}
.shop-summary-item .item-info-name-features-price {
  line-height: 25px;
  margin-top: 4px;
}
.shop-summary-item .item-info-name-features-price h4 {
  margin-top: -3px;
  padding-right: 20px;
}
.shop-summary-item .item-info-name-features-price .features {
  display: inline-block;
  color: #808080;
}
.shop-summary-item .item-info-name-features-price .quantity,
.shop-summary-item .item-info-name-features-price .quantity + b,
.shop-summary-item .item-info-name-features-price .price {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
.shop-summary-item .item-info-name-features-price .quantity {
  color: #808080;
}
.shop-summary-item .item-info-name-features-price .quantity + b {
  color: #808080;
  margin: 0 3px;
}
.shop-summary-item .item-info-name-features-price .price {
  color: #1a1a1a;
}
.shop-summary-item img {
  float: left;
  margin-right: 15px;
}
.shop-summary-item .close {
  position: absolute;
  top: 20px;
  right: 0;
  line-height: 10px;
  font-size: 16px;
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shop-summary-item .close:hover {
  color: #1a1a1a;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shop-summary-item .close:focus {
  outline: none;
}
.shop-summary-item + .shop-summary-item {
  border-top: 1px solid #e6e6e6;
}
/* ======================= */
/* ====== ICON BOX ======= */
.icon-box.icon-box-short {
  display: inline-block;
  margin: -5px 30px 0;
}
.icon-box.icon-box-short .fa {
  font-size: 32px;
  top: 5px;
  right: 3px;
  position: relative;
}
.icon-box.icon-box-short h4 {
  margin: 0;
  display: inline-block;
  letter-spacing: 0;
}
.icon-box.icon-box-long .fa {
  display: block;
  height: 60px;
  width: 60px;
  margin: 0 auto;
  border-radius: 30px;
  line-height: 57px;
  font-size: 24px;
  text-indent: -1px;
  background: #e6e6e6;
  text-align: center;
}
.icon-box.icon-box-long h4 {
  text-transform: none;
  font-size: 20px;
  line-height: 23px;
}
.icon-box.icon-box-long .fa + h4 {
  margin-top: 17px;
}
.icon-box.icon-box-long p {
  padding: 0 10px;
  margin: 11px 0 0;
}
.icon-box.icon-box-long ul {
  margin-top: 6px;
}
.icon-box.icon-box-long ul li {
  margin: 10px 0;
}
.section-emphasis-2 .icon-box .fa {
  color: #fff;
  background: #1a1a1a;
}
@media (max-width: 992px) {
  .icon-box.icon-box-short {
    width: 49%;
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .icon-box.icon-box-short {
    width: 100%;
    margin: 0 0 20px;
  }
}
/* ======================= */
/* ====== SHOP ITEM ====== */
.shop-item .sale-tag {
  height: 54px;
  width: 54px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 27px;
  line-height: 54px;
  text-align: center;
  background: rgba(234, 105, 63, 0.7);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.shop-item [class*="-stock-tag"] {
  position: absolute;
  top: 85px;
  width: 100%;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
}
.shop-item .low-in-stock-tag {
  background: rgba(230, 197, 80, 0.7);
}
.shop-item .out-of-stock-tag {
  background: rgba(230, 78, 78, 0.7);
}
.shop-item.shop-item-wishlist h4 {
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  min-height: 8px;
}
.shop-item.shop-item-wishlist h4 a {
  position: absolute;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-item.shop-item-wishlist .features {
  color: #808080;
  font-size: 12px;
}
.shop-item.shop-item-wishlist .overlay-contents {
  padding: 0 20px;
  overflow: hidden;
}
.shop-item.shop-item-wishlist .shop-item-actions > * {
  -webkit-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}
.shop-item.shop-item-wishlist .shop-item-actions .btn {
  margin: 218px 0 0 0;
  white-space: nowrap;
}
.shop-item.shop-item-wishlist .shop-item-actions .close {
  font-size: 16px;
  text-shadow: none;
  color: #b2b2b2;
  opacity: 1;
  line-height: 13px;
  margin-top: -36px;
  margin-right: -9px;
}
.shop-item.shop-item-wishlist:hover .shop-item-actions .btn {
  margin-top: 127px;
}
.shop-item.shop-item-wishlist:hover .shop-item-actions .close {
  margin-top: -8px;
}
.shop-item.shop-item-featured .shop-item-actions .btn,
.shop-item.shop-item-regular .shop-item-actions .btn {
  margin: 0;
  -webkit-transition: color .4s ease, background .4s ease, border .4s ease, margin .4s ease;
  transition: color .4s ease, background .4s ease, border .4s ease, margin .4s ease;
  padding:6px 35px;
 
}
.shop-item.shop-item-featured .shop-item-actions .btn-primary,
.shop-item.shop-item-regular .shop-item-actions .btn-primary {
  margin-bottom: 90px;
   min-width:170px; /*14-10-2016*/
}
.shop-item.shop-item-featured .shop-item-actions .btn-default,
.shop-item.shop-item-regular .shop-item-actions .btn-default {
  border-color: #fff;
  color: #fff;
}
.shop-item.shop-item-featured .shop-item-actions .btn-default:hover,
.shop-item.shop-item-regular .shop-item-actions .btn-default:hover {
  border-color: #ea693f;
}
.shop-item.shop-item-featured .overlay-wrapper:hover .shop-item-actions .btn-primary,
.shop-item.shop-item-regular .overlay-wrapper:hover .shop-item-actions .btn-primary {
  margin-bottom: 10px;
}
/* ======================= */
/* === SHOP HIGHLIGHT ==== */
.shop-item-highlight {
  position: relative;
  display: table;
  margin: 0 auto;
}
.shop-item-highlight > a {
  display: block;
  border: none;
}
.shop-item-highlight > a:before,
.shop-item-highlight > a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-item-highlight > a:after {
  clear: both;
}
.shop-item-highlight .item-info-name-data {
  margin-top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  z-index: 11;
}
.shop-item-highlight .item-info-name-data > *:hover {
  color: inherit;
}
.shop-item-highlight .item-info-name-data a {
  color: inherit;
}
.shop-item-highlight .item-info-name-data .item-info-name-data-wrapper {
  text-align: center;
  margin-top: 0;
  margin-left: 0.3em;
  margin-right: -0.3em;
  width: 100%;
  position: static;
  padding: 0 30px;
  display: inline-block;
  vertical-align: middle;
}
.shop-item-highlight .item-info-name-data .item-info-name-data-wrapper h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 9px;
  max-width: 239px;
}
.shop-item-highlight .item-info-name-data .item-info-name-data-wrapper .price {
  font-weight: normal;
}
.shop-item-highlight .item-info-name-data .item-info-name-data-wrapper > * {
  position: relative;
}
.shop-item-highlight .item-info-name-data .item-info-name-data-wrapper:before {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  background: #fff;
  margin: 0 auto 15px;
}
.shop-item-highlight .item-info-name-data:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -0.3em;
}
.shop-item-highlight.shop-item-highlight-version-1 {
  overflow: hidden;
  background: #000;
}
.shop-item-highlight.shop-item-highlight-version-1 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.shop-item-highlight.shop-item-highlight-version-1:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  zoom: 1.1 \9;
  /* IE <9 */
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.shop-item-highlight.shop-item-highlight-version-1 .item-info-name-data {
  pointer-events: none;
}
.shop-item-highlight.shop-item-highlight-version-1 .item-info-name-data * {
  pointer-events: all;
}
.shop-item-highlight.shop-item-highlight-version-2 {
  border-bottom: 0;
}
.shop-item-highlight.shop-item-highlight-version-2 .item-info-name-data {
  color: #1a1a1a;
  position: static;
  border: 1px solid #e5e5e5;
  border-top: 0;
}
.shop-item-highlight.shop-item-highlight-version-2 .item-info-name-data .item-info-name-data-wrapper {
  padding: 30px 30px 25px;
}
.shop-item-highlight.shop-item-highlight-version-2 .item-info-name-data .item-info-name-data-wrapper:before {
  background: #e5e5e5;
}
.shop-item-highlight.shop-item-highlight-version-2 .item-info-name-data .item-info-name-data-wrapper > *:last-child {
  margin-bottom: 0;
}
/* ======================= */
/* === SHOP TOP RATED ==== */
.shop-top-rated:before,
.shop-top-rated:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-top-rated:after {
  clear: both;

}
.shop-top-rated .item-info-name-price {
  margin-top: 4px;
}
.shop-top-rated a {
  border: none;
  display: block;
}
.shop-top-rated img {
  float: left;
  margin-right: 15px;
}
.shop-top-rated .rating {
  top: -3px;
}
.shop-top-rated .rating img {
  margin: 0;
}
/* ======================= */
/* = SHOP RECENTLY VIEWED  */
.shop-recently-viewed {
  position: relative;
}
.shop-recently-viewed .overlay-wrapper .shop-item-actions {
  vertical-align: bottom;
}
.shop-recently-viewed .overlay-wrapper .shop-item-actions .btn {
  margin-bottom: 20px;
}
/* ======================= */
/* == POST PREVIEW MINI == */
.post-preview-mini {
  display: table;
  width: 1%;
  margin: 0 auto;
}
.post-preview-mini img {
  max-width: none;
}
.post-preview-mini .post-info-name-date-comments {
  margin-top: 13px;
}
.post-preview-mini .post-info-name-date-comments h4 {
  margin: 6px 0 0 0;
}
.post-preview-mini .post-info-name-date-comments h4 a {
  color: #1a1a1a;
}
.post-preview-mini .post-info-name-date-comments h4 a:hover {
  color: #ea693f;
}
.post-info-name-date-comments h2 a:hover {
  color: #ea693f;
}
/* ======================= */
/* ======= TWITTER ======= */
.tweet_list {
  margin-top: 64px;
  padding: 0 25px;
  text-align: center;
  position: relative;
}
.tweet_list li {
  list-style: none;
  margin-bottom: 20px;
}
.tweet_list li:before {
  content: "";
  display: block !important;
  position: absolute;
  height: 30px;
  width: 30px;
  margin: 0 auto;
  background: url("../images/twitter-icon.png") no-repeat;
  left: 0;
  right: 0;
  top: -41px;
}
.tweet_list .tweet_text {
  display: block;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 21px;
  color: #1a1a1a;
}
.tweet_list .tweet_time {
  display: block;
  font-size: 12px;
}
.tweet_list .tweet_time a {
  border: none;
}
.tweet_list .tweet_time:before {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  background: #e5e5e5;
  margin: 0 auto 15px;
}
.tweets_display.flexslider .tweet_list {
  margin-top: 0;
  padding-top: 40px;
}
.tweets_display.flexslider .tweet_list li:before {
  display: block;
  display: none;
  top: -51px;
}
.tweets_display.flexslider .tweet_list .tweet_text {
  font-size: 20px;
  line-height: 30px;
}
.tweets_display.flexslider .tweet_list .tweet_time {
  font-size: 14px;
}
.tweets_display.flexslider .tweet_list .tweet_time a {
  color: #808080;
}
.tweets_display.flexslider .tweet_list .tweet_time a:hover {
  color: #ea693f;
}
.tweets_display.flexslider .tweet_list .tweet_time:before {
  background: #ccc;
}
/* ======================= */
/* ==== NEWSLETTER BOX === */
.newsletter-box {
  margin: 0 -5px;
}
.newsletter-box .form-group,
.newsletter-box .btn {
  margin: 0 5px 20px;
}
.newsletter-box .form-group {
  max-width: 220px;
  width: 100%;
}
.newsletter-box input.form-control {
  border: 1px solid #fff;
}
.newsletter-box .form-inline {
  margin-bottom: -20px;
}
@media (max-width: 768px) {
  .newsletter-box .form-group {
    margin-left: auto;
    margin-right: auto;
  }
}
/* =================== */
/* === SIMPLE FORM === */
.simpleForm form {
  padding-top: 10px;
}
.simpleForm form .form-group {
  margin-bottom: 25px;
}
.simpleForm form .has-error .help-block,
.simpleForm form .has-error .control-label {
  margin: 0;
}
/* ======================= */
/* === GENERAL @WIDGET === */
[class$="widget"] ul {
  margin: 0;
}
[class$="widget"] + .strong-header {
  margin-top: 51px;
}
[class$="widget"] + .strong-header:first-child {
  margin-top: 0;
}
/* ======================= */
/* ===== LINK WIDGET ===== */
.link-widget ul {
  margin-top: 21px;
}
.link-widget ul li {
  margin: 10px 0;
}
.link-widget a {
  border-bottom: none;
}
/* ======================= */
/* == CATEGORIES WIDGET == */
.categories-widget ul {
  margin-top: 22px;
}
.categories-widget ul li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.categories-widget ul li:before,
.categories-widget ul li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.categories-widget ul li:after {
  clear: both;
}
.categories-widget a {
  border-bottom: none;
  float: left;
}
.categories-widget a:hover {
  color: #1a1a1a;
}
.categories-widget span {
  float: right;
  color: #808080;
}
/* ======================= */
/* ==== SEARCH WIDGET ==== */
.search-widget form {
  margin-bottom: 0;
}

.search-widget form:before,
.search-widget form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.search-widget form:after {
  clear: both;
}
.search-widget .form-control,
.search-widget button {
  -webkit-transition: color .3s ease, background .3s ease, border .3s ease;
  transition: color .3s ease, background .3s ease, border .3s ease;
  color: #808080;
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-widget .form-control:focus,
.search-widget button:focus,
.search-widget .form-control.focus,
.search-widget button.focus {
  border-color: #808080;
}
.search-widget .form-group {
  float: left;
  margin-right: -28px;
  width: 100%;
  margin-bottom: 0;
}
.search-widget .form-control {
  font-size: 14px;
  border-radius: 3px;
  padding-right: 2;
}
.search-widget button {
  border-radius: 0 3px 3px 0;
  float: left;
  width: 28px;
  padding: 8px 10px 5px 0;
  border-left: none;
  margin: 0;
  border: 0;
  font-size: 13px;
}
.search-widget button:focus,
.search-widget button.focus {
  background: transparent;
  border-color: #808080;
}
.search-widget button:focus:hover,
.search-widget button.focus:hover {
  background: transparent;
  border-color: #808080;
}
.search-widget button:hover {
  background: transparent;
  color: #808080;
  border-color: #ccc;
}
.search-widget button:active,
.search-widget button.active {
  background: transparent;
  border-color: #808080;
}
/* ======================= */
/* ===== SOCIAL WIDGET ===== */
.social-widget ul {
  margin: -6px;
}
.social-widget ul li {
  padding: 0;
}
.social-widget ul li a {
  display: -webkit-inline-box;
  width: 30px;
  height: 30px;
  font-size: 30px;
  background: none;
  margin: 0 6px;
  color: #999;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.social-widget ul li a:hover {
  color: #ccc;
  transform:rotate(360deg);
  transition:all 0.3s ease-out 0s;
  
}
.social-widget ul li a:before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-widget ul li a.fb:before {
  content: "\f082";
}
.social-widget ul li a.tw:before {
  content: "\f099";
}
.social-widget ul li a.gp:before {
  content: "\f0d4";
}
.social-widget ul li a.pt:before {
  content: "\f0d2";
}
.social-widget ul li a.in:before {
  content: "\f0e1";
}
.social-widget a {
  border-bottom: none;
}
.social-widget.social-widget-mini ul {
  margin: 26px -10px 0;
}
.social-widget.social-widget-mini ul li {
  padding: 0;
}
.social-widget.social-widget-mini ul li a {
  height: 20px;
  width: 20px;
  font-size: 20px;
  background: none;
  color: #4d4d4d;
}
.social-widget.social-widget-mini ul li a:hover {
  color: #1a1a1a;
}
/* ======================= */
/* == NEWSLETTER WIDGET == */
.newsletter-widget {
  margin-top: 27px;
}
/* ======================= */
/* ===== TEXT WIDGET ===== */
.text-widget address:first-child,
.text-widget p:first-child {
  margin-top: 21px;
}
.text-widget address,
.text-widget p {
  margin-top: 15px;
  margin-bottom: 0;
}
/* ======================= */
/* = RECENT POSTS WIDGET = */
.recent-posts-widget ul {
  margin-top: 23px;
}
.recent-posts-widget ul li + li {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-top: 18px;
}
.recent-posts-widget ul li + li *:first-child {
  margin-top: 0;
}
.recent-posts-widget h5 {
  margin-bottom: 5px;
}
.recent-posts-widget h5 a {
  border: none;
  color: #1a1a1a;
}
.recent-posts-widget h5 a:hover {
  color: #ea693f;
}
.recent-posts-widget .date {
  color: #808080;
  font-size: 12px;
}
.recent-posts-widget .comments {
  font-size: 12px;
}
.recent-posts-widget .comments:hover {
  color: #1a1a1a;
}
footer .recent-posts-widget ul li + li {
  border-color: #3b3b3b;
}
footer .recent-posts-widget h5 a {

  color: #ccc;
}
footer .recent-posts-widget .date {
  color: #666;
}
footer .recent-posts-widget .comments:hover {
  color: #ccc;
}
/* ======================= */
/* = PHOTO STREAM WIDGET = */
.photo-stream-widget .flickr_badge {
  margin: 16px 0 0 -10px;
}
.photo-stream-widget .flickr_badge:before,
.photo-stream-widget .flickr_badge:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.photo-stream-widget .flickr_badge:after {
  clear: both;
}
.photo-stream-widget .flickr_badge .flickr_badge_image {
  float: left;
  height: 55px;
  width: 55px;
  margin: 10px;
}
.photo-stream-widget .flickr_badge .flickr_badge_image a {
  display: block;
}
.photo-stream-widget .flickr_badge:hover .flickr_badge_image {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.photo-stream-widget .flickr_badge .flickr_badge_image:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ======================= */
/* ==== CALL TO ACTION === */
.calltoaction-box {
  position: relative;
  z-index: 2;
}
.calltoaction-box:before,
.calltoaction-box:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.calltoaction-box:after {
  clear: both;
}
.calltoaction-box h4 {
  font-size: 50px;
  line-height: 50px;
  color: #ea693f;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.calltoaction-box p {
  font-size: 16px;
  color: #1a1a1a;
}
.calltoaction-box.calltoaction-box-version-1 {
  padding: 30px;
  border: 1px solid #e5e5e5;
}
.calltoaction-box.calltoaction-box-version-1 h4 {
  font-size: 24px;
  text-transform: initial;
  color: #1a1a1a;
  line-height: 32px;
  margin: 0 0 8px 0;
}
.calltoaction-box.calltoaction-box-version-1 p {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
}
.calltoaction-box.calltoaction-box-version-1 p + p {
  margin-top: 10px;
}
.calltoaction-box.calltoaction-box-version-1 .btn {
  float: right;
  margin: 0 0 0 30px;
}
.calltoaction-box.calltoaction-box-version-2 h4 {
  margin-bottom: 9px;
  color: #1a1a1a;
}
.calltoaction-box.calltoaction-box-version-2 .btn {
  margin-top: 10px;
}
.calltoaction-box.calltoaction-box-inline {
  margin: 0;
  margin-top: -40px;
  bottom: -20px;
}
.calltoaction-box.calltoaction-box-inline h4 {
  font-size: 20px;
  line-height: 24px;
  padding: 14px 0 0 0;
  color: #1a1a1a;
  float: left;
  margin: 0;
}
.calltoaction-box.calltoaction-box-inline .btn {
  float: right;
  margin: 0;
}
.calltoaction-box.calltoaction-box-inline p {
  clear: both;
  text-align: center;
  padding: 5px 0 24px;
  margin: 0;
}
/* ======================= */
/* = PORTFOLIO PAGE INFO = */
.portfolio-page-info dl {
  margin: 0;
  margin-bottom: 27px;
}
.portfolio-page-info dl dt {
  font-size: 12px;
  color: #808080;
  font-weight: normal;
}
.portfolio-page-info dl dd {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: bold;
}
.portfolio-page-info dl dd + dt {
  margin-top: 20px;
}
.portfolio-page-info > .btn {
  margin: 0;
}
/* ======================= */
/* = PORTFOLIO PAGE IMAGES */
.portfolio-images {
  padding-right: 19px;
}
.portfolio-images img {
  margin-bottom: 40px;
}
.portfolio-images img:last-child {
  margin-bottom: 30px;
}
/* ======================= */
/* PORTFOLIO ITEM THUMBNAIL */
.portfolio-item [class^="item-info"] h4 {
  margin-top: 17px;
  margin-bottom: 3px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: bold;
}
.portfolio-item [class^="item-info"] .features {
  font-size: 12px;
  color: #808080;
}
/* ======================= */
/* PORTFOLIO ITEM THUMBNAIL */
.shop-product-single header {
  margin-top: 37px;
}
.shop-product-single header h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}
.shop-product-single header > a {
  margin-left: 14px;
  display: inline-block;
  overflow: hidden;
}
.shop-product-single header .product-code {
  margin-bottom: 2px;
  font-size: 12px;
  color: #808080;
}
.shop-product-single header .price-old,
.shop-product-single header .price {
  font-size: 28px;
}
.shop-product-single header .price-old {
  color: #808080;
  text-decoration: line-through;
}
.shop-product-single header .price {
  color: #1a1a1a;
  font-weight: bold;
}
.shop-product-single header .discount, .price_discount {
    border: 1px solid #222522;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    height: 40px;
    line-height: 12px;
    margin: 0 0 0 5px;
    padding: 8px;
    text-align: center;
    width: 40px;
	color:#00B5F7;
}
.shop-product-single .shop-form {
  margin-top: 20px;
}
.shop-product-single .shop-form label {
  margin: 6px 0 0;
  font-size: 14px;
  color: #808080;
  font-weight: bold;
  text-transform: uppercase;
}
.shop-product-single .shop-form .btn-primary {
	margin-right: 20px;
}
.shop-product-single .shop-form .btn-default{
	margin-left:0;	
}
.shop-product-single .size-guide-toggle {
	display: inline-block;
	margin: 6px 0 0;
	font-size: 14px;
	color: #4c4c4c;
}
.shop-product-single .size-guide-toggle:hover {
	color: #1a1a1a;
}
.shop-product-single .tabs {
	padding: 30px 0 55px;
}
.shop-product-single .shop-product-single-social {
	padding: 15px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.shop-product-single .shop-product-single-social:before,
.shop-product-single .shop-product-single-social:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
.shop-product-single .shop-product-single-social:after {
	clear: both;
}
.shop-product-single .shop-product-single-social .social-widget {
	float: right;
}
.shop-product-single .shop-product-single-social .social-widget .list-inline {
	margin: 0;
}
.shop-product-single .shop-product-single-social .social-widget .list-inline li {
	margin: 0 0 0 20px;
	height: 16px;
	width: 16px;
}
.shop-product-single .shop-product-single-social .social-widget .list-inline li a {
	margin: 0;
}
.shop-product-single .review {
	border-bottom: 1px solid #e6e6e6;
	padding: 30px 0 15px;
}
.shop-product-single .review header {
	margin-top: 0;
}
.shop-product-single .review header h4 {
	margin-top: 11px;
}
.shop-product-single .review header > * {
	display: inline-block;
}
.shop-product-single .review:first-child {
	padding-top: 0;
}
.shop-product-single .review + .review-form {
	padding-top: 25px;
}
.shop-product-single .review-form .raty-label {
	margin-bottom: 20px;
}
.shop-product-single .review-form .raty-label .rate {
	margin-top: 7px;
}
.zoomPhoto {
	display: inline-block;
	position: relative;
}
/* ======================= */
/* ===== Veiw More Specifications ===== */
.sectionTitle {
  border-top: 2px solid #FFD700;
  font-family: Museo,Helvetica,arial,san-serif;
  font-size: 17px;
  font-weight: bold;
  padding: 7px 0 10px;
}
.specTable {
  font-size: 13px;
  margin: 0 0 30px;
  width: 100%;
}
.specTable td, .specTable th {
  padding: 6px;
  text-align: left;
  vertical-align: top;
}
.specTable .groupHead {
  background-color: #f2f2f2;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.specTable .specsKey {
  border-bottom: 1px dotted #c9c9c9;
  border-right: 1px solid #c9c9c9;
  width: 25%;
}
.specTable .specsValue {
  border-bottom: 1px dotted #c9c9c9;
  border-left: 1px solid #c9c9c9;
}
.ugcFeedbackTooltip-container .vating, .ugcFeedbackTooltip-container .vating {
    overflow: hidden;
	font-size:14px;
}
.ugcFeedbackTooltip-container .vating .quest, .ugcFeedbackTooltip-container .vating .quest {
    float: left;
}
.ugcFeedbackTooltip-container .vating .ans, .ugcFeedbackTooltip-container .vating .ans {
    float: left;
    font-weight: bold;
    margin-left: 10px;
    overflow: hidden;
}
.ugcFeedbackTooltip-container {
    margin: 15px 0 10px;
    padding-bottom: 5px;
}

.ugcFeedbackTooltip-container .vating .ans .icon, .ugcFeedbackTooltip-container .vating .ans .icon {
  background: url(../images/decide.png) no-repeat scroll 0 0;
  float: left;
  height: 14px;
  width: 13px;
}
.ugcFeedbackTooltip-container .vating .ans.positive .icon, .ugcFeedbackTooltip-container .vating .ans .icon {
    background-position: -35px -40px;
}
.ugcFeedbackTooltip-container .vating .ans .label, .ugcFeedbackTooltip-container .vating .ans .label2 {
  float: left;
}
.ugcFeedbackTooltip-container .vating .ans.negative .icon, .ugcFeedbackTooltip .vating .ans.negative .icon {
  background-position: -35px -67px;
}	
.ugcFeedbackTooltip-container .vating .ans.positive .icon, .ugcFeedbackTooltip-container .vating .ans.positive .icon {
    background-position: -35px -40px;
}
.ugcFeedbackTooltip-container .vating .ans:hover, .ugcFeedbackTooltip-container .vating .ans:hover {
    cursor: pointer;
}
.ugcFeedbackTooltip-container .vating .ans.positive:hover .icon, .ugcFeedbackTooltip-container .vating .ans.positive:hover .icon {
    background-position: -16px -40px;
}
.ugcFeedbackTooltip-container .vating .ans.negative:hover .icon, .ugcFeedbackTooltip-container .vating .ans.negative:hover .icon {
    background-position: -16px -68px;
}
.ugcFeedbackTooltip-container .vating .selected.positive .icon, .ugcFeedbackTooltip-container .vating .positive .icon {
    background-position: -16px -40px;
}
.ugcFeedbackTooltip-container .vating .selected.negative .icon, .ugcFeedbackTooltip-container .vating .negative .icon {
    background-position: -16px -68px;
}
.genuine-messege {
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 5px;
  text-align: center;
}

















/* ======================= */
/* ===== TESTIMONIAL ===== */
.flexslider blockquote.testimonial {
  padding: 0 30px;
}
.flexslider blockquote.testimonial p {
  font-size: 20px;
  line-height: 30px;
}
.flexslider blockquote.testimonial small {
  font-size: 14px;
}
blockquote.testimonial {
  margin: 0;
  padding: 22px 35px;
  text-align: center;
  position: relative;
  border: none;
}
blockquote.testimonial p {
  display: block;
  margin-bottom: 25px;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 24px;
}
blockquote.testimonial small {
  display: block;
  color: #808080;
  font-size: 12px;
}
blockquote.testimonial small:before {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  background: #ccc;
  margin: 0 auto 15px;
}
blockquote.testimonial.testimonial-emphasized {
  background: #f5f5f5;
}
blockquote.testimonial.testimonial-de-emphasized {
  border: 1px solid #e5e5e5;
}
/* ======================= */
/* ===== BLOCKQUOTE ====== */
blockquote.main-quote {
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 20px;
}
blockquote.main-quote p {
  display: block;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #1a1a1a;
}
blockquote.main-quote small {
  display: block;
  color: #808080;
  font-size: 14px;
}
blockquote.main-quote small:before {
  content: '\2014';
}
/* ======================= */
/* = PARAGRAPH HIGHLIGHT = */
.paragraph-highlight {
  padding: 25px 30px;
  font-size: 16px;
  line-height: 26px;
  background: #f2f2f2;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 11px;
}
/* ======================= */
/* ======== CODE ========= */
pre {
  border: none;
  background: #f2f2f2;
  border-radius: 0;
  font-size: 16px;
  line-height: 21px;
  padding: 26px 29px;
}
/* ======================= */
/* ======= EMPHASIS ====== */
em {
  font-style: normal;
  background: #1a1a1a;
  color: #fff;
  padding: 0 3px;
}
em.strong {
  background: #ea693f;
}
em.weak {
  background: #e6e6e6;
  color: #1a1a1a;
}
/* ======================= */
/* ======= DROPCAP ======= */
.dropcap:first-letter {
  margin: 10px 5px 1px 0;
  font-size: 42px;
  font-weight: bold;
  float: left;
}
/* ======================= */
/* ======== LISTS ======== */
ul {
  padding: 0 0 0 21px;
}
ul.list-icons {
  list-style: none;
}
ul.list-icons li {
  position: relative;
}
ul.list-icons li i:before {
  color: #1a1a1a;
  font-size: 10px;
  position: absolute;
  top: 6px;
  left: -18px;
  display: block;
  font-weight: 400;
}
ul.list-icons li i.fa-circle:before {
  content: "\2022";
  font-family: Arial,Helvetica,Garuda,sans-serif;
  font-size: 24px;
  top: -1px;
  left: -17px;
}
/* ======================= */
/* ====== PRICE BOX ====== */
.price-box {
  text-align: center;
  margin-bottom: 30px;
}
.price-box h4,
.price-box span,
.price-box div {
  display: inline-block;
  width: 100%;
  padding: 15px 10px;
  border-bottom: 1px solid #e5e5e5;
}
.price-box div {
  padding: 20px;
  border: none;
}
.price-box div > .btn {
  margin: 0;
}
.price-box h4 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
.price-box .price {
  font-size: 36px;
  font-weight: bold;
}
.price-box .price sup,
.price-box .price sub {
  font-size: 14px;
  font-weight: normal;
}
.price-box .price sup {
  top: -1.2em;
}
.price-box .price sub {
  bottom: 0;
}
.price-box.price-box-special {
  background: #f3e5b5;
}
.price-box.price-box-special h4,
.price-box.price-box-special span,
.price-box.price-box-special div {
  border-color: #fff;
}
@media (min-width: 768px) {
  .price-table {
    display: table-row;
  }
  .price-table .price-box {
    display: table-cell;
    width: 1%;
    margin-bottom: 0;
  }
}
/* ======================= */
/* ====== ACCORDION-SINGLE-PAGE ====== */
.accordion-single-page .panel-group {
  border-radius: 0;
}
.accordion-single-page .panel-group .panel {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
.accordion-single-page .panel-group .panel:first-child {
  border-bottom: 1px solid #e5e5e5;/*14-10-2016*/
  border-top:1px solid #e5e5e5;/*14-10-2016*/
}
.accordion-single-page .panel-group .panel:last-child {
  border-bottom: none;
}
.tab-content > .active {/*14-10-2016*/
  display: block;
  padding: 10px 8px;
}
.accordion-single-page .panel-group .panel-heading {
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background: none;
  color: #4c4c4c;
}
.accordion-single-page .panel-group .panel-heading a {
  display: block;
  padding: 15px 0 16px;
  border: none;
}
.accordion-single-page .panel-group .panel-heading a:after {
  content: '';
  position: relative;
  top: 0;
  display: block;
  width: 10px;
  height: 10px;
  float: left;
  -webkit-transition: height .5s ease, top .5s ease;
  transition: height .5s ease, top .5s ease;
  /* background: url("../images/pp-plus.png") no-repeat center center; */
  margin-left:10px;
  margin-right:15px;
  /* border:1px solid #ccc; */
  /* height:20px; */
  /* width:20px; */
  border-radius:4px;
}
.collapse-plus-nomargin {
    background: url(../images/pp-plus.gif) no-repeat right;
    float: left;
    height: 18px;
    padding: 0px 25px 1px 10px;
    margin: 0px;
}
.collapse-minus-nomargin {
    background: url(../images/pp-minus.gif) no-repeat right;
    float: left;
    height: 18px;
    padding: 0px 25px 1px 10px;
    margin: 0px;
}
.accordion-single-page .panel-group .panel-heading.active {
  color: #1a1a1a;
}
.accordion-single-page .panel-group .panel-heading.active a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.accordion-single-page .panel-group .panel-heading.active a:after {
  height: 2px;
  top: 9px;
}
.accordion-single-page .panel-group .panel-heading.active a:hover:after {
  height: 2px;
  top: 9px;
}
.accordion-single-page .panel-group .panel-collapse .panel-body {
  padding: 0 0 15px;
  margin-top: -5px;
  border: none;
}
.accordion-single-page.faq .panel-heading a {
  font-size: 20px;
  text-transform: none;
  line-height: 1.2em;
}
/* ======================= */
















/* ====== ACCORDION ====== */
.accordion .panel-group {
  border-radius: 0;
}
.accordion .panel-group .panel {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  background:#f9f9f9;
}
.accordion .panel-group .panel:first-child {
  border-top: 1px solid #e5e5e5;
}
.accordion .panel-group .panel-heading {
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background: none;
  color: #4c4c4c;
}
.accordion .panel-group .panel-heading a {
  display: block;
  padding: 15px 0 16px;
  border: none;
}
.accordion .panel-group .panel-heading a:after {
  content: '';
  position: relative;
  top: 5px;
  display: block;
  width: 10px;
  height: 10px;
  float: right;
  -webkit-transition: height .5s ease, top .5s ease;
  transition: height .5s ease, top .5s ease;
  background: url("../images/accordion-plus.png") no-repeat center center;
}
.accordion .panel-group .panel-heading.active {
  color: #1a1a1a;
}
.accordion .panel-group .panel-heading.active a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.accordion .panel-group .panel-heading.active a:after {
  height: 2px;
  top: 9px;
}
.accordion .panel-group .panel-heading.active a:hover:after {
  height: 2px;
  top: 9px;
}
.accordion .panel-group .panel-collapse .panel-body {
  padding: 0 0 15px;
  margin-top: -5px;
  border: none;
}
.accordion.faq .panel-heading a {
  font-size: 20px;
  text-transform: none;
  line-height: 1.2em;
}
/* ======================= */
/* ======= CHARTS ======== */
.progress-box {
  position: relative;
}
.progress-box .progress {
  box-shadow: none;
  border-radius: 3px;
  height: 5px;
  background: #e5e5e5;
  margin: 10px 0 22px;
}
.progress-box .progress .progress-bar {
  background: #1a1a1a;
  border-radius: 3px;
  box-shadow: none;
}
.progress-box .progress .progress-bar span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #1a1a1a;
  font-size: 14px;
}
.progress-box .progress.progress-default .progress-bar {
  background: #1a1a1a;
}
.progress-box .progress.progress-lightblue .progress-bar {
  background: #47a9e5;
}
.progress-box .progress.progress-green .progress-bar {
  background: #66cc7e;
}
.progress-box .progress.progress-orange .progress-bar {
  background: #e6c550;
}
.progress-box .progress.progress-red .progress-bar {
  background: #e54e4e;
}
.progress-box-radial {
  text-align: center;
  margin-bottom: 25px;
}
.progress-box-radial .pie-chart {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
.progress-box-radial .pie-chart canvas {
  position: relative;
  bottom: 100%;
}
.progress-box-radial .bar-info {
  display: block;
  margin-top: 9px;
}
/* ======================= */
/* ======== TABLE ======== */
.table table {
  margin: 0;
  width: 100%;
}
.table table thead tr td,
.table table tbody tr td,
.table table tfoot tr td,
.table table thead tr th,
.table table tbody tr th,
.table table tfoot tr th {
  padding: 15px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
.table table thead tr td:first-child,
.table table tbody tr td:first-child,
.table table tfoot tr td:first-child,
.table table thead tr th:first-child,
.table table tbody tr th:first-child,
.table table tfoot tr th:first-child {
  padding-left: 0;
}
.table table thead tr td,
.table table thead tr th {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #808080;
}
.table table th {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #808080;
}
.table table th.weak {
  text-transform: none;
  font-weight: normal;
}
.table table th.strong {
  color: #1a1a1a;
}
.table.table-condensed thead tr td,
.table.table-condensed tbody tr td,
.table.table-condensed tfoot tr td,
.table.table-condensed thead tr th,
.table.table-condensed tbody tr th,
.table.table-condensed tfoot tr th {
  padding: 10px;
}
.table.table-condensed thead tr td:first-child,
.table.table-condensed tbody tr td:first-child,
.table.table-condensed tfoot tr td:first-child,
.table.table-condensed thead tr th:first-child,
.table.table-condensed tbody tr th:first-child,
.table.table-condensed tfoot tr th:first-child {
  padding-left: 0;
}
.table.table-condensed thead tr td:last-child,
.table.table-condensed tbody tr td:last-child,
.table.table-condensed tfoot tr td:last-child,
.table.table-condensed thead tr th:last-child,
.table.table-condensed tbody tr th:last-child,
.table.table-condensed tfoot tr th:last-child {
  padding-right: 0;
}
.table .width13 {
  width: 13%;
}
.table .width16 {
  width: 16.6%;
}
.table .width20 {
  width: 20%;
}
.table .width25 {
  width: 25%;
}
@media (max-width: 992px) {
  .table table thead tr td:first-child,
  .table table tbody tr td:first-child,
  .table table tfoot tr td:first-child,
  .table table thead tr th:first-child,
  .table table tbody tr th:first-child,
  .table table tfoot tr th:first-child {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
/* ======================= */
/* ====== ALERT BOX ====== */
.alert {
  border: none;
  border-radius: 0;
  color: #1a1a1a;
  padding: 15px 5px;
  margin: 0 0 30px 0;
}
.alert .close {
  font-size: 24px;
  line-height: 12px;
  top: 4px;
  right: 0;
  color: #808080;
  text-shadow: 1px 0 0;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.alert .close:hover {
  color: #1a1a1a;
}
.alert:alert-info {
  background: #c7e5f7;
}
.alert:alert-success {
  background: #f7edca;
}
.alert:alert-warning {
  background: #c2ebcb;
}
.alert:alert-danger {
  background: #f7caca;
}
/* ======================= */
/* ========= TABS ======== */
.tabs .nav-tabs {
  border: none;
  margin-top: -15px;
  margin-left: -15px;
}
.tabs .nav-tabs li {
  margin: 0;
}
.tabs .nav-tabs a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4c4c4c;
  border-radius: 0;
  background: none;
  border: none;
  padding:10px 7px;
}
.tabs .nav-tabs a:hover {
  color: #ea693f;
  border: none;
  background: none;
}
.tabs .nav-tabs .active a {
  border: none;
  color: #1a1a1a;
  position: relative;
}
.tabs .nav-tabs .active a:hover {
  border: none;
  color: #ea693f;
}
.tabs .nav-tabs .active a:hover:after {
  background: #ea693f;
}
.tabs .nav-tabs .active a:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 16px;
  right: 16px;
  bottom: 11px;
  background: #1a1a1a;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.tabs .tab-content {
  margin-top: 4px;
  border:1px solid #ccc;
  padding:15px;
}
.tabs .tab-content .tab-pane .table:first-child table tr:first-child td,
.tabs .tab-content .tab-pane .table:first-child table tr:first-child th {
  padding-top: 0;
}
/* ======================= */
/* ===== PERSON BOX ===== */
.person-box {
  margin-bottom: 25px;
}
.person-box .overlay-wrapper .overlay-contents {
  padding: 0 65px;
  line-height: 220px;
}
.person-box .overlay-wrapper .overlay-contents:before {
  display: none;
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions {
  margin-left: 0px;
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn {
  line-height: 10px;
  padding: 13px;
  margin-left: -1px;
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn + .btn {
  margin-left: 10px;
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .fb,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .tw,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .gp,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .pt,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .in {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: none;
  margin: 0;
  color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .fb:before,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .tw:before,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .gp:before,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .pt:before,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .in:before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.fb:before {
  content: "\f082";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.tw:before {
  content: "\f099";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.dribbble:before {
  content: "\f17d";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.gp:before {
  content: "\f0d4";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.in:before {
  content: "\f0e1";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.pt:before {
  content: "\f0d2";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.flickr:before {
  content: "\f16e";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.tumblr:before {
  content: "\f173";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.instagram:before {
  content: "\f16d";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.youtube:before {
  content: "\f167";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.vimeo:before {
  content: "\f194";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.phone:before {
  content: "\f095";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.skype:before {
  content: "\f17e";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.email:before {
  content: "\f003";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn.rss:before {
  content: "\f09e";
}
.person-box [class^="item-info"] h4 {
  margin-top: 17px;
  margin-bottom: 3px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: bold;
}
.person-box [class^="item-info"] .position {
  font-size: 14px;
  color: #808080;
}
/* ======================= */
/* === CHECKOUT FORMS ==== */
.checkout + .checkout {
  margin-top: 30px;
}
.checkout .element-header + .btn {
  margin-bottom: 0;
  margin-top: -7px;
}
.checkout.checkout-step-current .element-header {
  font-size: 24px;
}
.checkout.checkout-step-next .element-header {
  font-size: 24px;
  color: #ccc;
  margin-bottom: 0;
}
.checkout button[type="submit"] {
  margin-bottom: 0;
}
.print-link {
  top: 20px;
  position: relative;
}
/* ======================= */
/* ==== ORDER SUMMARY ==== */
.order-summary .order-summary-price {
  text-transform: uppercase;
  margin: 0;
  padding-top: 15px;
}
.order-summary .order-summary-price:before,
.order-summary .order-summary-price:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.order-summary .order-summary-price:after {
  clear: both;
}
.order-summary .order-summary-price dt,
.order-summary .order-summary-price dd {
  display: inline-block;
  width: 50%;
  float: left;
  margin-top: 5px;
}
.order-summary .order-summary-price dt.total-price,
.order-summary .order-summary-price dd.total-price {
  margin-top: 15px;
  padding-top: 15px;
}
.order-summary .order-summary-price dt {
  color: #808080;
}
.order-summary .order-summary-price dt.total-price {
  color: #1a1a1a;
}
.order-summary .order-summary-price dt:first-child {
  margin-top: 0;
}
.order-summary .order-summary-price dt:first-child + dd {
  margin-top: 0;
}
.order-summary .order-summary-price dd {
  text-align: right;
}
.order-summary .order-summary-price dd.total-price {
  font-size: 20px;
  font-weight: bold;
}
.order-summary .order-summary-price [class^="total-"] {
  border-top: 1px solid #e6e6e6;
}
.order-summary .shop-summary-item + .order-summary-price {
  border-top: 1px solid #e6e6e6;
}
/* ======================= */
/* SHOP SECITON NAVIGATION */
.shop-section-navigation ul {
  margin: 0;
}
.shop-section-navigation ul li {
  text-transform: uppercase;
  font-weight: bold;
}
.shop-section-navigation ul li a {
  border: none;
}
.shop-section-navigation ul li span {
  position: relative;
}
.shop-section-navigation ul li span:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 1px;
  right: 1px;
  bottom: 0;
  background: #1a1a1a;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.shop-section-navigation ul li + li {
  margin-top: 20px;
}
/* ======================= */
/* ==== POST & PREVIEW ===*/
.post-preview,
.post {
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
}
.post-preview header,
.post header {
  margin-top: 0;
}
.post-preview header h1,
.post header h1,
.post-preview header h2,
.post header h2,
.post-preview header h3,
.post header h3,
.post-preview header h4,
.post header h4,
.post-preview header h5,
.post header h5,
.post-preview header h6,
.post header h6 {
  margin-top: 20px;
}
.post-preview header h1 a,
.post header h1 a,
.post-preview header h2 a,
.post header h2 a,
.post-preview header h3 a,
.post header h3 a,
.post-preview header h4 a,
.post header h4 a,
.post-preview header h5 a,
.post header h5 a,
.post-preview header h6 a,
.post header h6 a {
  border: none;
}
.post-preview * + header,
.post * + header {
  margin-top: 23px;
}
.post-preview .read-more,
.post .read-more {
  margin: 25px 0 0;
}
.post-preview.post-preview-link header h1,
.post.post-preview-link header h1,
.post-preview.post-link header h1,
.post.post-link header h1,
.post-preview.post-preview-link header h2,
.post.post-preview-link header h2,
.post-preview.post-link header h2,
.post.post-link header h2,
.post-preview.post-preview-link header h3,
.post.post-preview-link header h3,
.post-preview.post-link header h3,
.post.post-link header h3,
.post-preview.post-preview-link header h4,
.post.post-preview-link header h4,
.post-preview.post-link header h4,
.post.post-link header h4,
.post-preview.post-preview-link header h5,
.post.post-preview-link header h5,
.post-preview.post-link header h5,
.post.post-link header h5,
.post-preview.post-preview-link header h6,
.post.post-preview-link header h6,
.post-preview.post-link header h6,
.post.post-link header h6 {
  margin-bottom: 0 !important;
}
.post-preview.post-preview-link header h1 a:after,
.post.post-preview-link header h1 a:after,
.post-preview.post-link header h1 a:after,
.post.post-link header h1 a:after,
.post-preview.post-preview-link header h2 a:after,
.post.post-preview-link header h2 a:after,
.post-preview.post-link header h2 a:after,
.post.post-link header h2 a:after,
.post-preview.post-preview-link header h3 a:after,
.post.post-preview-link header h3 a:after,
.post-preview.post-link header h3 a:after,
.post.post-link header h3 a:after,
.post-preview.post-preview-link header h4 a:after,
.post.post-preview-link header h4 a:after,
.post-preview.post-link header h4 a:after,
.post.post-link header h4 a:after,
.post-preview.post-preview-link header h5 a:after,
.post.post-preview-link header h5 a:after,
.post-preview.post-link header h5 a:after,
.post.post-link header h5 a:after,
.post-preview.post-preview-link header h6 a:after,
.post.post-preview-link header h6 a:after,
.post-preview.post-link header h6 a:after,
.post.post-link header h6 a:after {
  content: "";
  display: inline-block;
  background: url("../images/link-arrow.png");
  width: 19px;
  height: 9px;
  margin-bottom: 2px;
  margin-left: 10px;
}
.post-preview.post-preview-audio .audio,
.post.post-preview-audio .audio,
.post-preview.post-audio .audio,
.post.post-audio .audio {
  margin-bottom: 20px;
}
.article-wrapper:first-child .post-preview,
.article-wrapper:first-child .post {
  padding-top: 0;
  border: none;
}
/* ======================= */
/* ==== CART SUMMARY ===== */
.cart-summary {
  margin-bottom: 30px;
}
.cart-summary table tbody tr td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cart-summary h4 {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: normal;
}
.cart-summary h4 a {
  border: none;
}
.cart-summary .features {
  color: #808080;
}
.cart-summary .features strong {
  color: #1a1a1a;
  font-weight: normal;
  font-size: 14px;
}
.cart-summary strong {
  font-size: 16px;
}
table.price-calc {
  margin-bottom: 45px;
}
table.price-calc tbody tr:first-child td,
table.price-calc tbody tr:first-child th {
  padding-top: 0;
}
table.price-calc tbody tr td {
  padding-right: 0;
}
table.price-calc tbody tr td,
table.price-calc tbody tr th {
  border: none;
}
table.price-calc strong {
  font-size: 16px;
}
table.price-calc .shipment-calc-toggle {
  margin: 0;
  margin-bottom: 2px;
  letter-spacing: normal;
}
table.price-calc .shipment-calc td {
  padding: 0;
}
table.price-calc .order-total th,
table.price-calc .order-total td {
  border-top: 1px solid #e5e5e5;
}
table.price-calc .order-total td {
  font-size: 20px;
  font-weight: bold;
}
/* ======================= */
/* == SHOP PRODUCT LIST == */
.shop-product-list {
  margin-top: 20px;
}
/* ======================= */
/* == SHOP LIST FILTERS == */
.shop-list-filters .filters-result-count {
  font-weight: bold;
  text-transform: uppercase;
  color: #808080;
}
.shop-list-filters .filters-items-per-page {
  display: inline-block;
  border-top: 0;
  margin-left: 45px;
}
.shop-list-filters .filters-items-per-page .list-inline {
  display: inline-block;
  margin: 0;
}
.shop-list-filters .filters-items-per-page .list-inline li {
  margin: 0 0 0 15px;
}
.shop-list-filters .filters-result-count,
.shop-list-filters .filters-items-per-page {
  top: -3px;
  position: relative;
}
.shop-list-filters .filters-sort {
  width: 100%;
  margin: 0;
  position: relative;
  top: -9px;
}
.shop-list-filters .filters-active {
  padding: 12px 15px 15px;
}
.shop-list-filters .filters-active li {
  position: relative;
  padding-left: 20px;
}
.shop-list-filters .filters-active li .form-group {
  margin: 0;
}
.shop-list-filters .filters-active li .form-group label {
  margin: 0;
}
.shop-list-filters .filters-active li .form-group label .filter-value {
  margin: 0;
  border: none;
  cursor: pointer;
}
.shop-list-filters .filters-active li .form-group label .filter-value:hover + .close {
  color: #1a1a1a;
}
.shop-list-filters .filters-active li .form-group label .close {
  position: absolute;
  top: 4px;
  left: -1px;
  line-height: 10px;
  font-size: 12px;
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shop-list-filters .filters-active li .form-group label .close:hover {
  color: #1a1a1a;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shop-list-filters .filters-active li .form-group label .close:focus {
  outline: none;
}
.shop-list-filters .filters-active .strong-header {
  font-size: 14px;
  letter-spacing: initial;
  margin-bottom: 12px;
}
.shop-list-filters .filters-details {
  padding: 0;
}
.shop-list-filters .filters-details .accordion .panel-group .panel {
  border-bottom: 0;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}
.shop-list-filters .filters-details .accordion .panel-group .panel:first-child {
  border: none;
}
.shop-list-filters .filters-details .accordion .panel-body {
  padding: 0 0 10px;
}
.shop-list-filters .filters-details .accordion .panel-heading,
.shop-list-filters .filters-details .accordion .panel-body {
  padding-left: 18px;
  padding-right: 19px;
  background: #fff;
}
.shop-list-filters .filters-range {
  margin-top: 9px;
}
.shop-list-filters .filters-range .ui-slider {
  height: 5px;
  margin: 4px 5px 4px 7px;
  border: none;
  border-radius: 0;
  background: #e6e6e6;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-family: inherit;
  cursor: pointer;
}
.shop-list-filters .filters-range .ui-slider .ui-slider-range {
  background: #1a1a1a;
}
.shop-list-filters .filters-range .ui-slider .ui-slider-handle {
  height: 13px;
  width: 13px;
  background: #e5e5e5;
  border: 4px solid #1a1a1a;
  border-radius: 13px;
  margin-left: -7px;
  margin-top: 1px;
  cursor: pointer;
}
.shop-list-filters .filters-range .ui-slider .ui-slider-handle:focus {
  outline: none;
}
.shop-list-filters .filters-range .filter-value .min,
.shop-list-filters .filters-range .filter-value .max {
  border: 1px solid #CCCCCC;
  padding: 0;
  margin: 4px 0 0;
  float: left;
  width: 48%;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.shop-list-filters .filters-range .filter-value .max{
	margin-left:4px;	
}
.shop-list-filters .filters-range .filter-value .min:focus,
.shop-list-filters .filters-range .filter-value .max:focus {
  border: 1px solid #808080;
  outline: none;
}
.shop-list-filters .filters-range .filter-value .max {
  text-align: right;
}
.shop-list-filters .filters-size {
  margin-left: -8px;
}
.shop-list-filters .filters-size .form-group {
  display: block;
  float: left;
  margin-bottom: 0;
  margin-top: 6px;
  margin-left: 8px;
}
.shop-list-filters .filters-size .form-group input[type="checkbox"] + label {
  border: 2px solid #e5e5e5;
  border-radius: 2px;
  padding: 0 7px;
  line-height: 24px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: color .3s ease, background .3s ease, border .3s ease;
  transition: color .3s ease, background .3s ease, border .3s ease;
}
.shop-list-filters .filters-size .form-group input[type="checkbox"] + label abbr {
  border: none;
  cursor: pointer;
}
.shop-list-filters .filters-size .form-group input[type="checkbox"] + label:before {
  content: initial;
  display: none;
}
.shop-list-filters .filters-size .form-group input[type="checkbox"] + label:hover {
	color: #fff;
	border-color: #808080;
	background-color: #808080;
}
.shop-list-filters .filters-size .form-group input[type="checkbox"]:checked + label {
	color: #fff;
	border-color: #4d4d4d;
	background-color: #4d4d4d;
}
.shop-list-filters .filters-size .form-group input[type="checkbox"]:checked + label:hover {
	color: #fff;
	border-color: #808080;
	background-color: #808080;
}
.shop-list-filters .filters-color {
	margin-left: -5px;
}
.shop-list-filters .filters-color .form-group {
	display: block;
	float: left;
	margin-bottom: 0;
	margin-top: 6px;
	margin-left: 5px;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"] + label {
	font-size: 0;
	line-height: 0;
	color: transparent;
	border: 2px solid #e5e5e5;
	border-radius: 2px;
	margin-bottom: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: border .3s ease;
	transition: border .3s ease;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"] + label .filters-color-swatch {
	color: #1A1A1A;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	display: block;
	height: 28px;
	width: 28px;
	border: 1px solid transparent;
	-webkit-transition: border .3s ease;
	transition: border .3s ease;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"] + label:before {
	content: initial;
	display: none;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"] + label:hover {
	border-color: #808080;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"] + label:hover .filters-color-swatch {
	border: 1px solid rgba(255, 255, 255, 0.7);
}
.shop-list-filters .filters-color .form-group input[type="checkbox"]:checked + label {
	border-color: #4d4d4d;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"]:checked + label .filters-color-swatch {
	border: 1px solid #fff;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"]:checked + label:hover {
	border-color: #808080;
}
.shop-list-filters .filters-checkboxes {
	margin-top: 3px;
    margin-top: 3px;
    max-height: 250px;
    overflow: auto;
}
.shop-list-filters .filters-checkboxes label:before {
  border-radius: 2px;
}
.shop-list-filters .filters-checkboxes .form-group {
  margin-bottom: 23px;
}
.shop-list-filters .filters-checkboxes .form-group:last-child {
  margin-bottom: 19px;
}
/* ======================= */
.trust-marker {
  float: left;
  width: 50%;
}
/* ==== COMMENT LIST ===== */
.comment-list {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.comment-list > li:last-child > .comment {
  padding-bottom: 0;
  border-bottom: none;
}
.comment-list > li:first-child > .comment {
  padding-top: 0;
}
.comment-list .comment {
  position: relative;
  padding: 26px 0 26px 50px;
  border-bottom: 1px solid #e5e5e5;
}
.comment-list .comment header {
  margin-bottom: 19px;
}
.comment-list .comment header:before,
.comment-list .comment header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-list .comment header:after {
  clear: both;
}
.comment-list .comment header > * {
  float: left;
  margin-left: 20px;
  font-size: 12px;
}
.comment-list .comment header .date {
  color: #808080;
}
.comment-list .comment header > a {
  color: #4c4c4c;
}
.comment-list .comment header > a:hover {
  color: #1a1a1a;
}
.comment-list .comment header h4 {
  margin: 0;
  font-size: 14px;
}
.comment-list .comment header img {
  position: absolute;
  float: left;
  margin-left: 0;
  left: 0;
  margin-top: 2px;
}
.comment-list li {
  margin-top: 0;
}
.comment-list li > ol {
  margin-left: 50px;
}
/* ====================== */
/* ====== 404 PAGE ====== */
.four-o-four {
  background: #ea693f;
}
.four-o-four .strong-header {
  margin-top: 56px;
  margin-bottom: 24px;
  margin-left: -4px;
  font-size: 85px;
  line-height: 85px;
  color: #fff;
}
.four-o-four p {
  font-size: 16px;
}
.four-o-four .btn {
  margin-top: 35px;
  margin-bottom: 60px;
}
/* ======================= */
/* == SHOP SHOPPING CART = */
.shop-cart-empty .strong-header {
  margin-top: 56px;
  margin-bottom: 13px;
  margin-left: -4px;
  font-size: 85px;
  line-height: 85px;
  color: #999;
}
.shop-cart-empty p {
  font-size: 16px;
  margin: 0;
}
.shop-cart-empty .btn {
  margin-top: 25px;
  margin-bottom: 60px;
}
/* ======================= */
/* ======= FOOTER ======== */
/*footer {
  color: #000;
    
  background-image: url("../images/shopping-footer-bg3.png");
	background-repeat: no-repeat;
	background-attachment: scroll; 
	background-position: center top;
	background-size: 100% 100%;
}
footer .container > section {
  margin-top: 20px;
  margin-bottom: 30px;
}
footer [class$="widget"] {
  color: #ccc;
}
footer [class$="widget"] h1,
footer [class$="widget"] h2,
footer [class$="widget"] h3,
footer [class$="widget"] h4,
footer [class$="widget"] h5,
footer [class$="widget"] h6 {
  color: #fff;
}
.list-unstyled > li:hover {
}
footer [class$="link-widget"] a {
  color: #fff;
  text-decoration: none;
  display: block;
  width:100px;

}
footer [class$="link-widget"] a:hover {
  background:url(../images/right-arrow.png) no-repeat 100% center;
}
.text {
    transition: all 0.7s ease 0s;
}
footer hr {
  border-color: #ccc;
  margin: 30px auto;
}
footer .copyright {
  color: #ffffff;
}
footer .payment-methods {
}
footer .payment-methods ul {
  margin: 0;
  float:left;
  width:100%;
  padding:0;
}

footer .payment-methods li {
  padding: 0;
  margin: 0;
  float:right;
}

footer .payment-methods li {
  margin-left: 10px;
}

footer .payment-methods [class^="payment-"] {
  display: block;
  height: 22px;
  width: 34px;
  background: url("../images/credit-cards.png") no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
footer .payment-methods [class^="payment-"].payment-visa {
  background-position: 0 0;
}
footer .payment-methods [class^="payment-"].payment-mastercard {
  background-position: -34px 0;
}
footer .payment-methods [class^="payment-"].payment-paypal {
  background-position: -68px 0;
}
footer .payment-methods [class^="payment-"].payment-americanexpress {
  background-position: -102px 0;
}
footer .social-widget ul {
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
  margin-top: 16px;
  padding-bottom: 5px;
}
footer .newsletter-box {
  margin: 22px 0 5px 0;
}
footer .newsletter-box .form-control {
  border-color: #3B3B3B;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
footer .newsletter-box .form-control:focus {
  background: #fff;
  color: #1a1a1a;
}
footer .newsletter-box input[type="submit"] {
  display: block;
  width: 100%;
  margin: 0;
}
footer .newsletter-box .form-group {
  max-width: 100%;
  margin: 0 0 12px 0;
}**/

/**********Footer New***********/
#footer {
	 
	/* background-color:#000;  */
	background-color: #232F3E;
    /* background-image: url('http://artdnaswitchbd.com/componants/images/map-image.png'); */
    background-position: center;
    background-repeat: no-repeat;
	border-top:5px solid #232F3E;
	padding:20px 0px 0px 0px;
	color: #999;
}
.bg-black {
    background: #15262f;
}
#footer h4 {
	font-size: 20px;
	margin-bottom: 12px;
}

#footer a.button { margin-top: 12px; }
#footer a.button:hover { background-color: #fff; color: #333; }
ul.footer-links { margin: 0 0 15px 0; }

.footer-links li { position: relative; }

.footer-links li a {
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #aaa;
	line-height: 25px;
}
.footer-links li a:hover {
	padding-left: 8px;
}

.footer-links li:before {
	font-family: "FontAwesome";
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 0;
	top: -1px;
	padding: 0 7px 0 0;
	color: #ddd;
}
.footer-bottom {
	margin-bottom:0px;
	padding-bottom:0px;
	display: inline-block;
}
.footer-bottom h4 { font-size: 18px !important; }

.copyrights { color: #777; }
.copyrights a { color: #ddd; }


ul.footerlist {margin-top: 15px; padding-left:20px; list-style-image:url('../images/li.png');}
ul.footerlist li{line-height:20px; }
ul.footerlist li a{color:#999; }
ul.footerlist li a:hover{color:#fff; text-decoration:none;}

.relative {
    position: relative;
}

.pnr{font-size:17px; font-weight:300; line-height: 30px;color: #ddd;}

.pnr a{
    color: #fff;  /* 15-04-2024*/
}

.fccustom{background:#f2f2f2; height:32px; border:0px; -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}
.fccustom2{background:#ffffff; height:32px; border:0px; -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}
.btncustom{
width:34px; 
height:34px; 
background:url('../images/arrow_new.png') -5px -5px #0EAE92;
border:0px; 
text-indent:-100px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px; 
color:#fff; 
webkit-transition:.3s;
-moz-transition:.3s;
transition:.3s;
position:absolute;
top:0px;
right:0px;
overflow:hidden;
}
.btncustom:hover{
background:url('../images/arrow_new.png') #0099cc 37px -5px; 
border:0px; 
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px; 
color:#fff;
}

.footerbg3black{width:100%; background-color: #131A22; padding:8px 0; overflow:hidden; text-align:center;}
.footerbg3black a{color:#aaa; font-weight:bold; padding: 0 20px; font-size: 12px;}
.footerbg3black a:hover{text-decoration:none; color: #F1C40F;}    /* 15-04-2024*/

#footer a.neFooterBtn
{
	padding: 10px 30px 10px 30px;
    background: white;
    display: inline-block;
    border: 1px solid white;
	color:rgb(87, 46, 0);
	margin-top:20px;
	margin-bottom:10px;
	transition:all 0.4s ease-in-out;
}
#footer a.neFooterBtn:hover,
#footer a.neFooterBtn:focus
{
   background: white;
   border: 1px solid white;
   color: #0099cc;
}

#footer .neFooterLinks h2
{
	font-size:17px;
	font-weight:bold;
	color:#ddd;
	border-bottom:2px solid #666;
	padding-bottom:15px;
}
#footer .neFooterLinks ul li
{
	text-align:left;
}
#footer .neFooterLinks ul li a
{
    line-height: 22px;
	font-weight:normal;
	color:#ddd;
	transition:all 0.3s ease-in-out;
}
#footer .neFooterLinks ul li a:hover{
	text-decoration:none;
	color: #F1C40F;          /* 15-04-2024*/
}
span.ftitle{
	color:#ddd;
	font-weight:bold;
}
 .facebook{
     background-color:#3b5998;
 }
 .twitter{
     background-color:#1da1f2;
 }
 .google{
     background-color:#f63e28;
 }

/* ======================= */
/* ==== MISCELLANEOUS ==== */
/* ======================= */
body {
  overflow-x: hidden;
}
.wrapper {
  overflow: hidden;
}
/* ======================= */
/* === HELPER CLASSES ==== */
.space-30 {
  margin-bottom: 30px;
}
.space-15 {
  margin-bottom: 15px;
}
.space-right-30 {
  padding-right: 30px;
}
@media (min-width: 767px) {
  .space-left-30 {
    padding-left: 30px;
  }
}
@media (min-width: 991px) {
  .space-left-20 {
    padding-left: 20px;
  }
  .space-right-20 {
    padding-right: 20px;
  }
}
/* ======================= */
/* ===== GOOGLE MAPS ===== */
.google-map {
  min-height: 150px;
}
.google-map img {
  max-width: inherit;
}
/* ======================= */
/* ====== GLYPHICONS ====== */
.glyphicon {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
/* ======================= */
/* ===== BREADCRUMBS ===== */
.breadcrumbs {
  margin: 0;
  line-height: 36px;
  font-size: 12px;
  margin-left: 12px;
}
.breadcrumbs li {
  padding: 0;
  margin-left: 13px;
  margin-top: 0;
}
.breadcrumbs li + li::before {
  border-color: transparent transparent transparent #ddd;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 11px;
  position: relative;
  top: 3px;
  width: 0;
}
/* ======================= */
/* ======== PAGER ======== */
.pager {
  margin: 0;
  line-height: 28px;
  font-size: 14px;
  margin-left: 0px;
  border-top: 1px solid #e5e5e5;
}
.pager ul {
  text-align: right;
  line-height: 28px;
}
.pager ul li {
  padding: 0;
  display: inline-block;
  width: 26px;
  height: 28px;
  margin-left: 4px;
  margin-top: 20px;
}
.pager ul li a {
  display: inline-block;
  text-align: center;
  width: 26px;
  height: 28px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
.pager ul li a:hover {
  background: none;
}
.pager ul li a:before {
  line-height: 28px;
  position: relative;
  top: -2px;
}
.pager ul li a:focus {
  color: #1a1a1a;
  background: #f2f2f2;
  border-radius: 3px;
}
.pager ul li.active a {
  color: #1a1a1a;
  background: #f2f2f2;
  border-radius: 3px;
}
.pager ul .next,
.pager ul .prev {
  font-size: 12px;
}
.pager ul .next a,
.pager ul .prev a {
  float: none;
  color: #ccc;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.pager ul .next a:hover,
.pager ul .prev a:hover {
  color: #ea693f;
}
.post-navigation {
  padding: 25px 30px;
  background: #f2f2f2;
  margin-bottom: 28px;
}
.post-navigation:before,
.post-navigation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.post-navigation:after {
  clear: both;
}
.post-navigation .next {
  float: left;
}
.post-navigation .prev {
  float: right;
  text-align: right;
}
.post-navigation .prev a:hover,
.post-navigation .next a:hover {
  color: #1a1a1a;
}
.post-navigation span {
  text-transform: uppercase;
  font-weight: bold;
  color: #808080;
  margin-bottom: 5px;
  display: inline-block;
}
/* ======================= */
/* == SHOP ITEM ACTIONS == */
.col-md-2 .overlay-element {
  max-width: 140px;
}
.overlay-element {
  /*max-width: 220px;*/
  margin: 0 auto;
  position: relative;
  margin-bottom: 25px;
}
.overlay-wrapper {
  background: #000;
  position: relative;
}

.overlay-wrapper > a {
  border: none;
  display:block;
}
.overlay-wrapper img {
  width: 220px;
  height:280px;
  max-width: 100% !important;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.overlay-wrapper .overlay-contents {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  padding: 0 28px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.overlay-wrapper .overlay-contents * {
  pointer-events: all;
}
.overlay-wrapper .overlay-contents > * {
  width: 100%;
  margin-left: -4px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align:center;
  z-index: 1;
}
.overlay-wrapper .overlay-contents:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.overlay-wrapper:hover img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.overlay-wrapper:hover .overlay-contents {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ======================= */
/* ======= RATING ======== */
/* static */
.rating {
  display: inline-block;
  font-size: 0;
  position: relative;
  overflow: hidden;
  left: 0;
  top:0;
}
.rating img[src$="on.png"],
.rating img[src$="off.png"],
.rating img[src$="half.png"] {
  height: 12px;
}
.rating img[src$="on.png"] {
  background: #ea693f;
}
.rating img[src$="off.png"] {
  background: #e6e6e6;
  display:none;
}
.rating img[src$="half.png"] {
  background: #ea693f;
}
.rate {
  display: inline-block;
  font-size: 0;
  position: relative;
  overflow: hidden;
  left: -1px;
}
.rate img[src$="on-big.png"],
.rate img[src$="off-big.png"],
.rate img[src$="half-big.png"] {
  height: 18px;
}
.rate img[src$="on-big.png"] {
  background: #ea693f;
}
.rate img[src$="off-big.png"] {
  background: #e6e6e6;
}
.rate img[src$="half-big.png"] {
  background: #ea693f;
}
/* ======================== */
/* ======= SPINNER ======== */
.ui-spinner {
  border: 1px solid #ccc;
  border-radius: 2px;
  background: none;
}
.ui-spinner > input[type="text"] {
  height: 32px;
  margin: 0;
  border: none;
  padding: 0;
  width: 68px;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}
.ui-spinner > input[type="text"][aria-valuenow="1"] ~ .ui-spinner-down .ui-button-text {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.ui-spinner > input[type="text"][aria-valuenow="1"] ~ .ui-spinner-down {
  cursor: default;
}
.ui-spinner .ui-spinner-button.ui-spinner-up,
.ui-spinner .ui-spinner-button.ui-spinner-down {
  width: 18px;
  height: 100%;
  border: none;
  background: none;
  border-radius: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}
.ui-spinner .ui-spinner-button.ui-spinner-up .ui-icon,
.ui-spinner .ui-spinner-button.ui-spinner-down .ui-icon {
  display: none;
}
.ui-spinner .ui-spinner-button.ui-spinner-up .ui-button-text,
.ui-spinner .ui-spinner-button.ui-spinner-down .ui-button-text {
  height: 32px;
  width: 18px;
  padding: 0;
  margin: 0;
  background: url("../images/spinner.png") no-repeat center center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ui-spinner .ui-spinner-button.ui-spinner-up {
  right: 0;
  border-left: 1px solid #ccc;
}
.ui-spinner .ui-spinner-button.ui-spinner-down {
  left: 0;
  border-right: 1px solid #ccc;
}
.ui-spinner .ui-spinner-button.ui-spinner-down .ui-button-text {
  background: url("../images/spinner-minus.png") no-repeat center center;
}
.ui-spinner .ui-spinner-button.ui-state-hover {
  background: none;
}
/* ======================= */
/* ====== META INFO ====== */
[class^="item-info"],
[class^="post-info"] {
  margin-top: 17px;
  margin-left:7px;
}
[class^="item-info"] h4,
[class^="post-info"] h4 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;

  margin-bottom: 7px;
}
[class^="item-info"] h4 a,
[class^="post-info"] h4 a {
  border-bottom: none;
  color: #232f3e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display:block;
}
[class^="item-info"] h4 a:hover,
[class^="post-info"] h4 a:hover {
  color: #232f3e;
  text-decoration: underline;
}
[class^="item-info"] .price,
[class^="post-info"] .price {
  font-weight: bold;
}
[class^="item-info"] .price-old,
[class^="post-info"] .price-old {
  color: #808080;
  text-decoration: line-through;
}
[class^="item-info"] .date,
[class^="post-info"] .date {
  color: #808080;
  font-size: 12px;
}
[class^="item-info"] .comments,
[class^="post-info"] .comments {
  color: #4c4c4c;
  font-size: 12px;
}
[class^="item-info"] .comments:hover,
[class^="post-info"] .comments:hover {
  color: #1a1a1a;
}
[class^="post-info"] h4 {
  font-size: 16px;
}
[class^="post-info"] h4 a {
  font-weight: bold;
  color: #4c4c4c;
  color: #808080;
}
[class^="post-info"] h4 a:hover {
  color: #1a1a1a;
}
.logotypes img {
  margin: 5px 10px;
}
/* ======================= */
/* ==== FORM ELEMENTS ==== */
form {
  margin-bottom: 20px;
}
form input,
form textarea,
form button {
  outline: none;
}
form input:focus,
form textarea:focus,
form button:focus {
  outline: none;
}
form input[type="date"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="email"],
form input[type="month"],
form input[type="number"],
form input[type="password"],
form input[type="search"],
form input[type="tel"],
form input[type="time"],
form input[type="text"],
form input[type="url"],
form input[type="week"],
form textarea,
form textarea.form-control {
  color: #555;
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form input[type="date"]:-moz-placeholder,
form input[type="datetime"]:-moz-placeholder,
form input[type="datetime-local"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form input[type="month"]:-moz-placeholder,
form input[type="number"]:-moz-placeholder,
form input[type="password"]:-moz-placeholder,
form input[type="search"]:-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form input[type="time"]:-moz-placeholder,
form input[type="text"]:-moz-placeholder,
form input[type="url"]:-moz-placeholder,
form input[type="week"]:-moz-placeholder,
form textarea:-moz-placeholder,
form textarea.form-control:-moz-placeholder {
  color: #808080;
}
form input[type="date"]::-moz-placeholder,
form input[type="datetime"]::-moz-placeholder,
form input[type="datetime-local"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="month"]::-moz-placeholder,
form input[type="number"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="search"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="time"]::-moz-placeholder,
form input[type="text"]::-moz-placeholder,
form input[type="url"]::-moz-placeholder,
form input[type="week"]::-moz-placeholder,
form textarea::-moz-placeholder,
form textarea.form-control::-moz-placeholder {
  color: #808080;
}
form input[type="date"]:-ms-input-placeholder,
form input[type="datetime"]:-ms-input-placeholder,
form input[type="datetime-local"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="month"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="time"]:-ms-input-placeholder,
form input[type="text"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder,
form input[type="week"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form textarea.form-control:-ms-input-placeholder {
  color: #808080;
}
form input[type="date"]::-webkit-input-placeholder,
form input[type="datetime"]::-webkit-input-placeholder,
form input[type="datetime-local"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="month"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="time"]::-webkit-input-placeholder,
form input[type="text"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder,
form input[type="week"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form textarea.form-control::-webkit-input-placeholder {
  color: #808080;
}
form input[type="date"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="email"]:focus,
form input[type="month"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="time"]:focus,
form input[type="text"]:focus,
form input[type="url"]:focus,
form input[type="week"]:focus,
form textarea:focus,
form textarea.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #808080;
}
form input[type="checkbox"] + label,
form input[type="radio"] + label {
  padding-left: 22px;
  position: relative;
  display: table;
  margin-bottom: -13px;
}
form input[type="checkbox"] + label:before,
form input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  display: block;
  height: 12px;
  width: 12px;
  background: url("../images/radio-checkbox.png") no-repeat 0 -12px;
}
form input[type="checkbox"] + label:hover:before,
form input[type="radio"] + label:hover:before {
  background-position-y: -36px;
}
form input[type="checkbox"]:checked + label:before,
form input[type="radio"]:checked + label:before {
  background-position-y: 0;
}
form input[type="checkbox"]:checked + label:hover:before,
form input[type="radio"]:checked + label:hover:before {
  background-position-y: -24px;
}
form input[type="radio"] + label:before {
  background-position-x: -12px;
}
form input[type="radio"].large + label {
  padding-left: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #808080;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
form input[type="radio"].large + label:before {
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: url("../images/radio-large.png") no-repeat 0 0;
}
form input[type="radio"].large + label:hover:before {
  background-position-y: -20px;
}
form input[type="radio"].large:checked + label {
  color: #1a1a1a;
}
form input[type="radio"].large:checked + label:before {
  background-position-y: -40px;
}
form input[type="radio"].large:checked + label:hover:before {
  background-position-y: -60px;
}
form .filters-checkboxes label.selected:before {
  background-position: 0 0 !important;
}
form .filters-checkboxes label.selected:hover:before {
  background-position: 0 -24px !important;
}
form .filters-size label.selected {
  color: #FFF !important;
  border-color: #4D4D4D !important;
  background-color: #4D4D4D !important;
}
form .filters-color label.selected {
  border-color: #4D4D4D !important;
}
form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
form .help-block {
  color: #1a1a1a;
  margin-bottom: 20px;
  margin-left: 30px;
}
form .form-group {
  margin-bottom: 10px;
}
form label {
  font-weight: normal;
}
form label + input,
form label + select,
form label + select + .chosen-container {
  margin-top: 10px;
}
form label:first-child + input {
  margin-top: 0;
}
form label a {
  position: relative;
  left: 8px;
}
form label a img {
  position: relative;
  bottom: 2px;
}
form label a[class^="chosen-"] {
  left: 0;
}
form.form-inline > button {
  margin-bottom: 0;
}
.form-inline > button {
  margin-bottom: 0;
}
.form-inline * {
  margin-right: 10px;
}
small.explanation {
  font-size: 14px;
  color: #1a1a1a;
  font-style: italic;
}
footer form input[type="date"],
footer form input[type="datetime"],
footer form input[type="datetime-local"],
footer form input[type="email"],
footer form input[type="month"],
footer form input[type="number"],
footer form input[type="password"],
footer form input[type="search"],
footer form input[type="tel"],
footer form input[type="time"],
footer form input[type="text"],
footer form input[type="url"],
footer form input[type="week"] {
  color: #808080;
  border-color: #3b3b3b;
  background: #3b3b3b;
}
footer form input[type="date"]:focus,
footer form input[type="datetime"]:focus,
footer form input[type="datetime-local"]:focus,
footer form input[type="email"]:focus,
footer form input[type="month"]:focus,
footer form input[type="number"]:focus,
footer form input[type="password"]:focus,
footer form input[type="search"]:focus,
footer form input[type="tel"]:focus,
footer form input[type="time"]:focus,
footer form input[type="text"]:focus,
footer form input[type="url"]:focus,
footer form input[type="week"]:focus {
  border-color: #3b3b3b;
}
footer form .form-group {
  margin-bottom: 10px;
}
.element-emphasis-strong form,
.element-emphasis-weak form {
  margin-bottom: -10px;
}
.section-emphasis-1 form input[type="date"],
.section-emphasis-2 form input[type="date"],
.section-emphasis-1 form input[type="datetime"],
.section-emphasis-2 form input[type="datetime"],
.section-emphasis-1 form input[type="datetime-local"],
.section-emphasis-2 form input[type="datetime-local"],
.section-emphasis-1 form input[type="email"],
.section-emphasis-2 form input[type="email"],
.section-emphasis-1 form input[type="month"],
.section-emphasis-2 form input[type="month"],
.section-emphasis-1 form input[type="number"],
.section-emphasis-2 form input[type="number"],
.section-emphasis-1 form input[type="password"],
.section-emphasis-2 form input[type="password"],
.section-emphasis-1 form input[type="search"],
.section-emphasis-2 form input[type="search"],
.section-emphasis-1 form input[type="tel"],
.section-emphasis-2 form input[type="tel"],
.section-emphasis-1 form input[type="time"],
.section-emphasis-2 form input[type="time"],
.section-emphasis-1 form input[type="text"],
.section-emphasis-2 form input[type="text"],
.section-emphasis-1 form input[type="url"],
.section-emphasis-2 form input[type="url"],
.section-emphasis-1 form input[type="week"],
.section-emphasis-2 form input[type="week"],
.section-emphasis-1 form textarea,
.section-emphasis-2 form textarea,
.section-emphasis-1 form textarea.form-control,
.section-emphasis-2 form textarea.form-control {
  border: 1px solid #fff;
}
.section-emphasis-1 form input[type="date"]:focus,
.section-emphasis-2 form input[type="date"]:focus,
.section-emphasis-1 form input[type="datetime"]:focus,
.section-emphasis-2 form input[type="datetime"]:focus,
.section-emphasis-1 form input[type="datetime-local"]:focus,
.section-emphasis-2 form input[type="datetime-local"]:focus,
.section-emphasis-1 form input[type="email"]:focus,
.section-emphasis-2 form input[type="email"]:focus,
.section-emphasis-1 form input[type="month"]:focus,
.section-emphasis-2 form input[type="month"]:focus,
.section-emphasis-1 form input[type="number"]:focus,
.section-emphasis-2 form input[type="number"]:focus,
.section-emphasis-1 form input[type="password"]:focus,
.section-emphasis-2 form input[type="password"]:focus,
.section-emphasis-1 form input[type="search"]:focus,
.section-emphasis-2 form input[type="search"]:focus,
.section-emphasis-1 form input[type="tel"]:focus,
.section-emphasis-2 form input[type="tel"]:focus,
.section-emphasis-1 form input[type="time"]:focus,
.section-emphasis-2 form input[type="time"]:focus,
.section-emphasis-1 form input[type="text"]:focus,
.section-emphasis-2 form input[type="text"]:focus,
.section-emphasis-1 form input[type="url"]:focus,
.section-emphasis-2 form input[type="url"]:focus,
.section-emphasis-1 form input[type="week"]:focus,
.section-emphasis-2 form input[type="week"]:focus,
.section-emphasis-1 form textarea:focus,
.section-emphasis-2 form textarea:focus,
.section-emphasis-1 form textarea.form-control:focus,
.section-emphasis-2 form textarea.form-control:focus {
  border-color: #808080;
}
/* ======= CHOSEN ======== */
.chosen-container abbr.search-choice-close {
  background: none;
  top: 11px;
  right: 28px;
}
.chosen-container abbr.search-choice-close:hover:after {
  color: #1a1a1a;
}
.chosen-container abbr.search-choice-close:after {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  content: "\e005";
  font-family: 'Decima';
  display: block;
  color: #ccc;
  font-size: 12px;
  height: 12px;
  width: 12px;
  line-height: 12px;
  position: relative;
  top: -1px;
}
.chosen-container .chosen-single {
 	color: #808080;
	border: 1px solid #ccc;
	padding: 6px 10px;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fff, #f1f5f8) repeat scroll 0 0;
	box-shadow: 0 8px 10px -7px #e4e4e4 inset;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 34px;
	line-height: 20px;
}
.chosen-container .chosen-single div b {
  background: none;
  position: relative;
  height: 2px;
  width: 7px;
  margin-top: 15px;
  margin-right: 8px;
  -webkit-transition: height .3s ease, margin .3s ease;
  transition: height .3s ease, margin .3s ease;
}
.chosen-container .chosen-single div b:before,
.chosen-container .chosen-single div b:after {
  content: "";
  position: absolute;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.chosen-container .chosen-single div b:before {
  bottom: 100%;
  border-width: 0 3.5px 4px 3.5px;
  border-color: transparent transparent #808080 transparent;
}
.chosen-container .chosen-single div b:after {
  top: 100%;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #808080 transparent transparent transparent;
}
.chosen-container .chosen-single:hover div b {
  margin-top: 13px;
  height: 6px;
}
.chosen-container .chosen-single:hover div b:before {
  border-color: transparent transparent #ea693f transparent;
}
.chosen-container .chosen-single:hover div b:after {
  border-color: #ea693f transparent transparent transparent;
}
.chosen-container .chosen-single > span {
  color: #1a1a1a;
}
.chosen-container .chosen-single > span:hover {
  color: #1a1a1a;
}
.chosen-container .chosen-single.chosen-default > span {
  color: #808080;
}
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #808080;
}
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
  margin-top: 13px;
  height: 6px;
}
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  border-color: transparent transparent #ea693f transparent;
}
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b:after {
  border-color: #ea693f transparent transparent transparent;
}
.chosen-container .chosen-drop {
  border-color: #808080;
  box-shadow: none;
}
.chosen-container .chosen-drop .chosen-search {
  padding: 0 10px;
}
.chosen-container .chosen-drop .chosen-search input {
  padding: 5px 10px;
  height: 34px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #808080;
  border-radius: 3px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'PT Sans', sans-serif;
  background: none;
}
.chosen-container .chosen-drop .chosen-search input:focus {
  border: 1px solid #808080;
}
.chosen-container .chosen-drop .chosen-results {
  padding: 0;
  margin: 7px 0 0;
}
.chosen-container .chosen-drop .chosen-results li {
  padding-left: 10px;
}
.chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #ea693f;
}
.chosen-container .chosen-drop .chosen-results li.active-result em {
  text-decoration: none;
}
.chosen-container[class*="col-"].chosen-with-drop {
  margin: 0;
}
.chosen-container[class*="col-"].chosen-with-drop .chosen-drop {
  left: 10px;
  right: 10px;
  width: auto;
}
label .chosen,
label .chosen-container {
  font-weight: normal;
}
/* ======================= */
/* ======= BUTTONS ======= */
.btn {
  /*padding: 13px 28px;*/
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #1a1a1a;
  text-transform: uppercase;
  border: 2px solid;
  border-radius: 3px;
  max-width: 100%;
  white-space: normal;
  -webkit-transition: color .3s ease, border-color .3s ease, background .3s ease;
  transition: color .3s ease, border-color .3s ease, background .3s ease;
}
.btn.icon-left .fa {
  margin-right: 8px;
}
.btn.icon-right .fa {
  margin-left: 8px;
}
.btn:hover {
  color: #fff;
  border-color: #009688;
}
.btn:active,
.btn.active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  border-color: #ccc;
  background: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: #009688;
  border-color: #009688;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary {
  color: #fff;
  border-color: #1a1a1a;
  background: #1a1a1a;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #0EAE92;
  border-color: #0EAE92;
}
.btn-large {
  font-size: 16px;
  padding: 17px 44px;
}
.btn-small {
  font-size: 12px;
  padding: 6px 15px 7px;
}
.btn-mini {
  font-size: 10px;
  padding: 3px 5px 2px 5px;
}
.btn-success,
.btn-warning,
.btn-info,
.btn-danger,
.btn-inactive {
  color: #fff;
}
.btn-success:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-danger:hover,
.btn-inactive:hover,
.btn-success:focus,
.btn-warning:focus,
.btn-info:focus,
.btn-danger:focus,
.btn-inactive:focus,
.btn-success:active,
.btn-warning:active,
.btn-info:active,
.btn-danger:active,
.btn-inactive:active {
  border-color: #1a1a1a;
  background: #1a1a1a;
}
.btn-success {
    background: #1d2a4d;          /* 15-04-2024*/
    border-color: #1d2a4d;       /* 15-04-2024*/
}
.btn-warning {
  background: #e6c550;
  border-color: #e6c550;
}
.btn-info {
  background: #47a9e6;
  border-color: #47a9e6;
}
.btn-danger {
  background: #e64e4e;
  border-color: #e64e4e;
}
.btn-cart {
  background: #127fc8 none repeat scroll 0 0;
  border: 1px solid #127fc8;
  color: #fff;
  height: 34px;
  line-height: 34px;
  padding: 0;
  text-align: center;
  width: auto;
}
.btn-cart:hover {
	background:transparent;
	border:1px solid #fff;
	color: #E1E711;
}
.btn-inactive {
  background: #e6e6e6;
  border-color: #e6e6e6;
  cursor: default;
}
.btn-inactive:hover,
.btn-inactive:focus,
.btn-inactive:active {
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-link {
  border: none;
  text-transform: none;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  padding: 0;
  border-radius: 0;
  margin: 13px 28px 22px 28px;
}
.btn-link:hover {
  border-color: #ccc;
  color: #ea693f;
}
.btn-link:focus {
  text-decoration: none;
  outline: none;
  color: #ea693f;
  border-color: #ccc;
}
.btn-link.btn-block {
  margin: 13px auto 22px auto;
  width: auto;
}
/* ======================= */
/* == SECTION EMPHASIS === */
.full-width {
  /* more space before the section -- */
  /* -- except when there is full-width flexslider above or if the section is first element*/
}
.full-width.no-space.flexslider-full-width{
	
}
.full-width.section-emphasis-1 {
  background: #f2f2f2;
}
.full-width.section-emphasis-1 h1,
.full-width.section-emphasis-1 h2,
.full-width.section-emphasis-1 h3 {
  background: #f2f2f2;
}
.full-width.section-emphasis-2 {
  background: #f3e5b5;
}
.full-width.section-emphasis-2 h1,
.full-width.section-emphasis-2 h2,
.full-width.section-emphasis-2 h3 {
  background: #f3e5b5;
}
.full-width.section-emphasis-1 > .container,
.full-width.section-emphasis-2 > .container {

  margin-top: 30px;
}
.full-width.flexslider-full-width + .section-emphasis-1 > .container,
.full-width.flexslider-full-width + .section-emphasis-2 > .container,
.full-width:first-child > .container {
  margin-top: 0;
}
#Content .full-width section.row {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-emphasis-3 {
  border: 1px solid #e5e5e5;
  padding: 29px;
}
.section-emphasis-3 .strong-header {
  margin-top: 21px;
}
.section-emphasis-3 .strong-header:first-child {
  margin-top: 0;
}
/* ======================= */
/* == ELEMENT EMPHASIS === */

@keyframes blink { 
   50% { border-color: #ff0000; } 
}
.element-emphasis-strong{ /*or other element you want*/
    animation-name: blink ;
    animation-duration: .5s ;
    animation-timing-function: step-end ;
    animation-iteration-count: infinite ;
    animation-direction: alternate ;
}

The CSS with all animation properties combined at one line


@keyframes blink { 
   50% { border-color: #ff0000; } 
}
.element-emphasis-strong{ /*or other element you want*/
    animation: blink .5s step-end infinite alternate;
}


.element-emphasis-strong {
  border: 5px solid #e5e5e5;
  padding: 25px 25px 31px;
}
.element-emphasis-weak {
  border: 1px solid #e5e5e5;
  padding: 10px;
}
/* ======================== */
/* = SMALL SECTION HEADER = */
.element-emphasis-strong,
.element-emphasis-weak {
  margin-bottom: 30px;
}
.element-emphasis-strong .element-header,
.element-emphasis-weak .element-header {
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 16px;
}
.element-emphasis-strong > .btn:last-child,
.element-emphasis-weak > .btn:last-child {
  margin-bottom: 0;
}
/* ======================= */
/* === SECTION HEADER ==== */
.section-header {
  position: relative;
}
.section-header hr {
  position: absolute;
  margin: 0;
  left: 10px;
  right: 10px;
  top: 49%;
  border: 0;
  border-top: 1px solid #009688;
}
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6 {
  position: relative;
  display: table;
  padding: 0 10px;
  margin: 28px auto 27px !important;
  font-size: 16px !important;
  text-align: center;
  background: #fff;
}
.section-emphasis-1 .section-header hr,
.section-emphasis-2 .section-header hr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.section-emphasis-1 .section-header h1,
.section-emphasis-2 .section-header h1,
.section-emphasis-1 .section-header h2,
.section-emphasis-2 .section-header h2,
.section-emphasis-1 .section-header h3,
.section-emphasis-2 .section-header h3,
.section-emphasis-1 .section-header h4,
.section-emphasis-2 .section-header h4,
.section-emphasis-1 .section-header h5,
.section-emphasis-2 .section-header h5,
.section-emphasis-1 .section-header h6,
.section-emphasis-2 .section-header h6 {
  margin-top: 0 !important;
}
/* ======================= */
/* === DROPDOWN CARET ==== */
.navbar-default .navbar-nav > .dropdown a .caret,
.shopping-cart-widget > button .caret {
  border-top: 3px solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top-color: #808080;
  border-bottom-color: #808080;
  margin-bottom: 2px;
}
.navbar-default .navbar-nav > .dropdown a:hover .caret,
.shopping-cart-widget > button:hover .caret,
.navbar-default .navbar-nav > .dropdown afocus .caret,
.shopping-cart-widget > buttonfocus .caret {
  border-top-color: #ea693f;
  border-bottom-color: #ea693f;
}
.navbar-default .navbar-nav > .open a .caret,
.navbar-default .navbar-nav > .open a:hover .caret,
.navbar-default .navbar-nav > .open a:focus .caret {
  border-top-color: #ea693f;
  border-bottom-color: #ea693f;
}
/* ======================= */
/* ======= ISOTOPE ======= */
.isotope-options .filters-links {
  line-height: 28px;
  margin: 25px 0 32px 0;
}
.isotope-options .filters-links .options {
  display: inline-block;
  padding: 0;
  margin: 0;
  padding-left: 9px;
}
.isotope-options .filters-links .options li {
  padding: 0;
}
.isotope-options .filters-links .options a {
  padding: 0;
  margin: 0 10px;
  color: #4c4c4c;
}
.isotope-options .filters-links .options a:hover {
  color: #ea693f;
}
.isotope-options .filters-links .options .selected {
  display: inline-block;
  padding: 0 10px;
  margin: 0;
  background: #f2f2f2;
  border: none;
  border-radius: 3px;
}
.myFilters:before,
.myFilters:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.myFilters:after {
  clear: both;
}
.myFilters label {
  cursor: pointer;
}
.filters-list {
  margin-bottom: 5px;
}
.filters-clear {
  margin-top: 12px;
}
.btn-group.myFilters .btn.btn-default.dropdown-toggle {
  width: 220px;
  text-align: left;
  color: #808080;
  border: 1px solid #CCC;
  padding: 6px 10px;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 34px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
.btn-group.myFilters.open .dropdown-menu {
  border-color: #808080;
  border-top: none !important;
}
.btn-group.myFilters.open .btn.btn-default.dropdown-toggle {
  border-color: #808080;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group.myFilters .caret {
  color: #1A1A1A;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 17px;
  display: block;
  border: 0;
  background: none;
  -webkit-transition: height .3s ease, margin .3s ease;
  transition: height .3s ease, margin .3s ease;
}
.btn-group.myFilters .caret:before,
.btn-group.myFilters .caret:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.btn-group.myFilters .caret:before {
  bottom: 2px;
  border-width: 0 3.5px 4px 3.5px;
  border-color: transparent transparent #808080 transparent;
}
.btn-group.myFilters .caret:after {
  bottom: -4px;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #808080 transparent transparent transparent;
}
.btn-group.myFilters:hover .caret:before {
  bottom: 4px;
  border-color: transparent transparent #ea693f transparent;
}
.btn-group.myFilters:hover .caret:after {
  bottom: -6px;
  border-color: #ea693f transparent transparent transparent;
}
.btn-group.myFilters .dropdown-menu {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 220px;
  padding: 5px 0;
  margin: -11px 0 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #FFF;
  border: 1px solid #CCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: padding-box;
}
.btn-group.myFilters .dropdown-menu li {
  line-height: 1px;
}
.btn-group.myFilters .dropdown-menu li + li {
  margin-top: 0;
}
.btn-group.myFilters .dropdown-menu > li > a {
  display: block;
  padding: 4px 11px;
  clear: both;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #333;
  border: 0;
  -webkit-transition: none;
  transition: none;
}
.btn-group.myFilters .dropdown-menu > li > a:hover {
  background: #ea693f;
  color: #fff;
}
.btn-group.myFilters.open > .dropdown-menu {
  display: block;
}
#isotopeContainer {
  position: relative;
  z-index: 8;
  
}
#isotopeContainer .isotope-item {
  margin: 0 10px 37px;
}
@media (max-width: 360px) {
#isotopeContainer .isotope-item {
	margin: 0 50px 37px;
}
.cart {
		padding: 0em 0 !important;
	}
	.text-center-xs{
		text-align:center !important;
	}
	ul li + li.text-grey {
		margin-top: 0px !important;
	}
	.my-form .form-bg {
		background: #f1f1f2 !important;
	}
	.form-wrapper .my-form{
		width:100% !important;
	}
button.btn.btn-success.btn-number {
    margin-top: 0px;
}
button.btn.btn-danger.btn-number {
    margin-top: 0px;
}
	.padding-0-5-xs{
		padding:0px 5px !important;
	}
}
/* = NATIVE ISOTOPE STYLES = */
.isotope-item {
  z-index: 2;
  display: inline-block;
  float: left;
  width: 220px;
  height: 400px;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 1.0s;
  -moz-transition-duration: 1.0s;
  -ms-transition-duration: 1.0s;
  -o-transition-duration: 1.0s;
  transition-duration: 1.0s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope-item:hover {
    /* border: 1px solid #ffd926; */
	/* box-shadow: 0 0 39px -4px #000; */
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/* ======================= */
/* ===== FLEXSLIDER ====== */
.flexslider {
  margin: 0;
  background: none;
  border: none;
  position: relative;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  zoom: 1;
  overflow: visible !important;
}
.flexslider .slides img {
  width: auto;
  max-width: auto;
}
.flexslider .slides > li {
  margin-top: 0;
}
.flexslider .slides > li > img {
  width: inherit;
}
.flexslider.row {
  margin: 0 -10px;
  padding: 0 10px;
}
.flexslider > ul {
  display: block;
  margin: 0;
  padding: 0;
}
.flexslider > ul:before,
.flexslider > ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.flexslider > ul:after {
  clear: both;
}
.flexslider > ul > li {
  display: block;
  margin: 0;
  padding: 0;
}
.flexslider > ul > li:before,
.flexslider > ul > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.flexslider > ul > li:after {
  clear: both;
}
.flexslider .flex-control-paging {
  margin: -5 -10px;
  /* z-index: 1000; */
  bottom: -40px;
}
.flexslider .flex-control-paging li > a {
  height: 0px;
  width: 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #ccc;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.flexslider .flex-control-paging li > a.flex-active,
.flexslider .flex-control-paging li > a:hover {
  background: #FF070B;
}
.flexslider.flexslider-pager-inside .flex-control-paging {
  bottom: 10px;
}
.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
  width: 27px;
  height: 28px;
  opacity: 1;
  text-indent: -9999px;
  text-align: initial;
  border: none;
  color: transparent;
  text-shadow: none;
}
.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before,
.flexslider .flex-direction-nav .flex-prev:after,
.flexslider .flex-direction-nav .flex-next:after {
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border: 0;
  font-family: 'Decima';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 9999px;
  font-size: 28px;
  position: relative;
}
.flexslider .flex-direction-nav .flex-prev:hover:before,
.flexslider .flex-direction-nav .flex-next:hover:before,
.flexslider .flex-direction-nav .flex-prev:hover:after,
.flexslider .flex-direction-nav .flex-next:hover:after {
  color: #1a1a1a;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 0px;
  z-index: 0;
}
.flexslider .flex-direction-nav .flex-prev:before {
  /*content: "\e000";*/
  content: url('../images/slider/arrow-previous.png');
  top: 1px;
}
.flexslider .flex-direction-nav .flex-next {
  right: 0px;
  z-index: 0;
}
.flexslider .flex-direction-nav .flex-next:before {
  /*content: "\e001;"; */
  content: url('../images/slider/arrow-next.png');
}
.flexslider.flexslider-pager {
  margin-bottom: 30px;
}
.flexslider.flexslider-pager-inside {
  margin-bottom: 0;
}
.flexslider-full-width .flexslider .slides > li {
  -webkit-backface-visibility: visible;
  background-position: center center;
}
.flexslider-full-width .flexslider .flex-control-paging {
  bottom: 10px;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container {
  height: 100%;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row {
  height: 100%;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div {
  height: 100%;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div {
  height: 100%;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-control-paging {
  display: table;
  margin: 0 -10px;
  bottom: 15px;
  z-index: 1000;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-control-paging li > a {
  height: 5px;
  width: 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #ccc;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-control-paging li > a.flex-active,
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-control-paging li > a:hover {
  background: #1a1a1a;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-prev,
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-next {
  color: #1a1a1a;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-prev:hover,
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-next:hover {
  color: #ea693f;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-prev {
  left: -36px;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-next {
  right: -37px;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div:hover .flex-prev {
  left: 0px;
}
.flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div:hover .flex-next {
  right: 0px;
}
.flexslider-full-width .flexslider .flex-direction-nav .flex-prev:before,
.flexslider-full-width .flexslider .flex-direction-nav .flex-next:before,
.flexslider-full-width .flexslider .flex-direction-nav .flex-prev:after,
.flexslider-full-width .flexslider .flex-direction-nav .flex-next:after {
  color: #1a1a1a;
}
.flexslider-full-width .flexslider .flex-direction-nav .flex-prev:hover:before,
.flexslider-full-width .flexslider .flex-direction-nav .flex-next:hover:before,
.flexslider-full-width .flexslider .flex-direction-nav .flex-prev:hover:after,
.flexslider-full-width .flexslider .flex-direction-nav .flex-next:hover:after {
  color: #ea693f;
}
.post-preview .flexslider .flex-direction-nav .flex-prev:before,
.post-preview .flexslider .flex-direction-nav .flex-next:before,
.post-preview .flexslider .flex-direction-nav .flex-prev:after,
.post-preview .flexslider .flex-direction-nav .flex-next:after {
  color: #1a1a1a;
}
.post-preview .flexslider .flex-direction-nav .flex-prev:hover:before,
.post-preview .flexslider .flex-direction-nav .flex-next:hover:before,
.post-preview .flexslider .flex-direction-nav .flex-prev:hover:after,
.post-preview .flexslider .flex-direction-nav .flex-next:hover:after {
  color: #ea693f;
}
.thumbnailSlider {
  max-width: 350px;
  margin: 40px auto 0 auto;
}
.thumbnailSlider .flexslider .flex-direction-nav .flex-prev:before,
.thumbnailSlider .flexslider .flex-direction-nav .flex-next:before {
  color: #1a1a1a;
}
.thumbnailSlider .flexslider .flex-direction-nav .flex-prev:hover:before,
.thumbnailSlider .flexslider .flex-direction-nav .flex-next:hover:before {
  color: #ffd926;
}
/*.thumbnailSlider .flexslider .slides img {
  max-width: 100%;
}*/
.thumbnailSlider .flexslider .slides img {
  height: 350px;
  max-width: 100%;
  width: 100%;
  /* border: 1px solid #ffd926; */
}
.thumbnailSlider .flexslider .slides img:hover {
	border:1px solid #ffd926;
}
.thumbnailSlider .smallThumbnails {
  list-style: none;
  padding: 0;
  margin: 10px 0 10px -10px;
}
.thumbnailSlider .smallThumbnails li {
  display: block;
  margin: 0 0 10px 0;
 /* width: 25%;*/
  float: left;
  padding-left: 10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  max-width:105px !important;
  max-height:65px !important;
}
.thumbnailSlider .smallThumbnails li img {max-height:65px !important;}
.thumbnailSlider .smallThumbnails li:hover,
.thumbnailSlider .smallThumbnails li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.smallThumbnails li img{
  border: 1px solid #000;
  border-radius:4px;
}

.smallThumbnails li img:hover {
  border: 1px solid #ffd926;
}
@media (max-width: 1075px) {
  .flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-prev {
    left: 30px;
  }
  .flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-next {
    right: 30px;
  }
  .flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div:hover .flex-prev {
    left: 30px;
  }
  .flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div:hover .flex-next {
    right: 30px;
  }
}
@media (min-width: 1075px) {
  [class$="-12"][class^="col-"] .flexslider .flex-prev {
    left: 0px;
  }
  [class$="-12"][class^="col-"] .flexslider .flex-next {
    right: 0px;
  }
  [class$="-12"][class^="col-"] .flexslider:hover .flex-prev {
    left: 0px;
  }
  [class$="-12"][class^="col-"] .flexslider:hover .flex-next {
    right: 0px;
  }
  [class$="-12"][class^="col-"] .flexslider.flexslider-pager-inside .flex-control-paging {
    bottom: 15px;
  }
  [class^="col-"] > .row > [class$="-12"][class^="col-"] .flexslider .flex-prev {
    left: 21px;
  }
  [class^="col-"] > .row > [class$="-12"][class^="col-"] .flexslider .flex-next {
    right: 21px;
  }
  [class^="col-"] > .row > [class$="-12"][class^="col-"] .flexslider:hover .flex-prev {
    left: 21px;
  }
  [class^="col-"] > .row > [class$="-12"][class^="col-"] .flexslider:hover .flex-next {
    right: 21px;
  }
  [class^="col-"] > .row > [class$="-12"][class^="col-"] .flexslider.flexslider-pager-inside .flex-control-paging {
    bottom: 15px;
  }
}
/* ======================= */
/* ===== PRETTYPHOTO ====== */
.pp_pic_holder .ppt {
  display: none !important;
}
.pp_pic_holder .pp_description {
  display: none !important;
}
.pp_pic_holder a {
  border-bottom: 0;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background: none !important;
}
.pp_loaderIcon {
  background: url("../images/loading.gif") no-repeat center center  !important;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 0;
  position: static;
}
div.pp_default .pp_contract,
div.pp_default .pp_expand {
  right: auto;
  top: 15px;
  left: 15px;
}
div.pp_default .pp_close {
  z-index: 2002;
  top: 15px;
  right: 15px;
  background: none;
  width: 30px;
  height: 30px;
  font-size: 0;
  color: transparent;
  text-align: center;
}
div.pp_default .pp_close:hover:before {
  color: #808080;
}
div.pp_default .pp_close:before {
  content: "\e004";
  font-family: 'Decima';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 30px;
  display: block;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a.pp_previous,
a.pp_next {
  background: none !important;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: none;
  text-indent: 0;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 5px;
}
a.pp_next {
  left: auto;
  right: 5px;
}
a.pp_previous:hover:before,
a.pp_next:hover:before {
  color: #ea693f;
}
a.pp_previous:before,
a.pp_next:before {
  content: "\e000";
  font-family: 'Decima';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  color: #1a1a1a;
  font-size: 28px;
  line-height: 46px;
  display: inline-block;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a.pp_next:before {
  content: "\e001";
}
/* FLIP IMAGES */
.flipImage > a {
  border-bottom: 0;
  float: left;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
}
.flipImage > a:hover .backImg {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  z-index: 10;
  position: absolute;
}
.flipImage > a:hover .frontImg {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.flipImage .frontImg {
  display: block;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.flipImage .backImg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.awesomeIcons a {
  border: 0;
  padding: 3px 0;
  display: inline-block;
  padding-left: 28px;
  position: relative;
}
.awesomeIcons a i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 25px;
  height: 30px;
  display: inline-block;
}
.awesomeIcons a:hover i {
  font-size: 24px;
  color: #4C4C4C;
}
.awesomeIcons .page-header {
  margin: 0 0 10px 0 !important;
}
.shopping-cart-widget > div {
  visibility: hidden;
}
body.active-sidebar .shopping-cart-widget > div {
  visibility: visible;
}
.cart-count {
  background-color: #fff;
  border-radius: 4px;
  color: #007fb8;
  font-weight: bold;
  line-height: 15px;
  margin-left: 5px;
  padding: 2px;
  width: 15px;
}/* ======================= */
/* ===== MOBILE VIEW ===== */
/* ======================= */
.unclick {
  display: none;
}
@media (max-width: 767px) {
  .shopping-cart-widget {
    z-index: 1001;
    position: static;
  }
  .padding-0-5-xs{
		padding:0px 5px !important;
	}
  .shopping-cart-widget [role="complementary"] {
    margin-top: 0;
    width: 80%;
    top: 100%;
  }
  .text-center-xs{
		text-align:center !important;
	}
  .shopping-cart-widget [role="complementary2"]{
    margin-top: 0;
    width: 80%;
    top: 100%;
  }
  #MainNav nav {
    z-index: 1001;
  }
  [role="navigation"],
  [role="complementary"] {
    transition: .4s all ease;
    width: 90%;
    -webkit-transform: translateZ(0);
  }
	[role="complementary2"] {
		transition: .4s all ease;
		width: 95%;
		-webkit-transform: translateY(0);
	}

  [role="main"],
  footer {
    -webkit-transform: translateZ(0);
    transition: .4s all ease;
    width: 100%;
  }
  [role="navigation"] {
    margin-left: -80%;
    float: left;
  }
  [role="main"],
  footer {
    margin-left: 0;
    float: left;
  }
  [role="complementary"] {
    margin-right: -100%;
    float: left;
    margin-top: 0;
  }
   [role="complementary2"] {
    margin-left: -100%;
    float: right;
    margin-top: 0;
  }

  [role="complementary"]:before,
  [role="complementary"]:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  [role="complementary2"]:before,
  [role="complementary2"]:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }

  [role="complementary"]:after {
    clear: both;
  }
  [role="complementary2"]:after {
    clear: both;
  }

  .active-nav #MainNav nav .unclick {
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .active-nav [role="navigation"] {
    margin-left: 0;
	width:80%;
  }
  /*.active-nav [role="main"],*/
  .active-nav footer {
    margin-left: 80%;
  }
  .active-nav [role="main"]
  {
    margin-left: 73%;
  }

  
  
  
  .active-nav [role="complementary"] {
    margin-right: -100%;
    float: right;
  }
  .active-nav [role="complementary2"] {
    margin-left: -100%;
    float: left;
  }

  .active-sidebar .shopping-cart-widget .unclick {
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
    .active-sidebar2 .shopping-cart-widget .unclick {
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    width: 100% !important;
  }


  .active-sidebar [role="complementary"] {
    margin-right: 0;
  }
  .active-sidebar2 [role="complementary2"] {
    margin-left: 0;
  }

  .active-sidebar [role="main"],
  .active-sidebar footer {
    margin-left: -80%;
  }
  .active-sidebar2 [role="complementary2"],
  .active-sidebar2 footer {
    margin-right: -80%;
  }

  .active-sidebar [role="main"],
  .active-sidebar footer {
    margin-left: -80%;
  }
  .active-sidebar footer {
    float: none;
  }
  .active-sidebar footer:before,
  .active-sidebar footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .active-sidebar footer:after {
    clear: both;
  }
  footer .strong-header{
	text-align:center;	  
  }
  footer .link-widget{
	text-align:center;
	color:#fff;  
  }
  footer .social-widget{
	text-align:center;
  }
  footer .copyright {
	text-align:center;
	padding-bottom:15px;  
  }
  footer .payment-methods {
	text-align:center;
	margin-left:0;  
  }
  footer .payment-methods li {
	  display: inline-block;
	  float: none;
	  margin: 0;
	  padding: 0;
	}
}
@media (min-width: 525px) and (max-width: 765px) {
  .shopping-cart-widget {
    position: static;
  }
  .padding-0-5-xs{
		padding:0px 5px !important;
	}
  .shopping-cart-widget [role="complementary"] {
    margin-top: 0;
    width: 90%;
  }
  .text-center-xs{
		text-align:center !important;
	}
  .my-form .form-bg {
		background: #f1f1f2 !important;
	}
	.form-wrapper .my-form{
		width:100% !important;
	}
  .shopping-cart-widget [role="complementary2"] {
    margin-top: 0;
    width: 90%;
  }
  .cart {
		padding: 0em 0 !important;
	}
	ul li + li.text-grey {
		margin-top: 0px !important;
	}
  button.btn.btn-success.btn-number {
    margin-top: 0px;
}
button.btn.btn-danger.btn-number {
    margin-top: 0px;
}

  [role="navigation"],
  [role="complementary"] {
    transition: .4s all ease;
    width: 90%;
  }
  [role="complementary2"] {
    transition: .4s all ease;
    width: 90%;
  }
  .active-nav [role="navigation"] {
    margin-left: 0;
  }
  .active-nav [role="main"],
  .active-nav footer {
    margin-left: 0;
  }
  .active-nav [role="complementary"] {
    margin-right: -100%;
    float: right;
  }
   .active-nav [role="complementary2"] {
    margin-left: -100%;
    float: left;
  }

  .active-sidebar [role="complementary"] {
    margin-right: 0;
  }
  .active-sidebar [role="complementary2"] {
    margin-left: 0;
  }

  .active-sidebar [role="main"],
  .active-sidebar footer {
    margin-left: 0;
  }
  .active-sidebar footer {
    float: none;
  }
  .active-sidebar footer:before,
  .active-sidebar footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .active-sidebar footer:after {
    clear: both;
  }
}
@media (max-width: 767px) {
  [role="navigation"] {
    margin-left: -94%;
    max-height: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
  }
  [role="navigation"]:before,
  [role="navigation"]:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  [role="navigation"]:after {
    clear: both;
  }
  .cart {
		padding: 0em 0 !important;
	}
	ul li + li.text-grey {
		margin-top: 0px !important;
	}
  button.btn.btn-success.btn-number {
    margin-top: 0px;
}
button.btn.btn-danger.btn-number {
    margin-top: 0px;
}
}

@media (min-width: 768px) {
  [role="complementary"],
  [role="navigation"] {
    height: auto !important;
  }
  [role="complementary2"]{
    height: auto !important;
  }

}
@media (min-width: 992px) {
  /* menu on hover */
  #MainNav li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
    visibility: visible;
  }
  #MainNav .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
  }
}
@media (max-width: 992px) {
  .shop-product-single .size-guide-toggle {
    display: none;
  }
}
@media (max-width: 768px) {
  #listFilters {
    display: none;
  }
  .shop-list-filters {
    margin-bottom: 20px;
  }
  footer {
    padding-left: 40px;
    padding-right: 20px;
  }
}

.line{
    overflow: hidden;
}
.ne-stars-small {
  background: transparent url(../images/star-gray.png) repeat-x scroll left top;
  display: inline-block;
  height: 13px;
  text-align: left;
  vertical-align: middle;
  width: 50px;
}
.ne-stars-small .stars-yellow {
  background: transparent url(../images/star-yellow.png) repeat-x scroll left top;
  height: 13px;
  vertical-align:top;
}
.ne-stars-small {
    vertical-align: middle;
}
.order {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px #d3cbb8;
  margin: 0 4px 20px;
}
.order-expanded {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 15px;
}
.order-item {
  border-bottom: 1px solid #ccc;
  margin: 0 15px;
  padding: 10px 0;
}
.btn-blue {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #007fb8 1%, #6ebad5 3%, #007fb8 7%, #007fb8 100%) repeat scroll 0 0;
  border: 1px solid #004b91;
}
.btn-blue:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #007fb8 1%, #6ebad5 3%, #059fc6 7%, #007fb8 100%) repeat scroll 0 0;
  border: 1px solid #004b91;
}
.btn-medium {
  font-size: 13px;
  padding: 8px 12px;
  font-weight:normal;
  color:#fff;
}

.size1of4 {
	width: 25%;
}
.size1of8 {
	width: 12.5%;
}
.size1of6 {
	width: 16.6667%;
}
.size2of7 {
	width: 33.33%;
}
.size2of5 {
	width: 40%;
}
.small-text {
	color: #848484;
	font-size: 11px;
}
.overflow-hidden{
	overflow:hidden;	
}
.item-image {
	max-width: 80px;
	width: auto !important;
}
.inline-block{
	display:inline-block;	
}
.tab {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #ccc #ccc -moz-use-text-color;
  border-radius: 4px 4px 0 0;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  color: #999;
  cursor: pointer;
  font-size: 15px;
  padding: 10px 30px;
}
.order-details-head {
  background-color: #f3f3f3;
  box-shadow: 5px 7px 7px 0 #d3cbb8;
  /*padding: 10px 24px;*/
  padding: 0 2px 10px;
}
.order-details-MP .summary-inner {
  color: #565656;
  line-height: 17px;
}
.summary-inner ul {
	list-style:none;
	padding:0;
		
}

.summary-inner ul li {
	list-style:none;
	margin:0;
}
.summary-inner ul li label {
	color:#848484;
	font-size:14px;
	font-weight:400;
}
.lastUnit {
  float: none;
  width: auto;
  overflow:hidden;
}
.table-head .heads {
  float: left;
  padding: 10px 0;
  text-align:center;
}
.order_item_row_0 .vtop.product-info {
  padding: 0;
}
.table-head {
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
}

.order-details-MP .order-details-table tr.nondigital th {
  font-weight: normal;
}
.order-details-MP .order-details-table tr.caption th {
  vertical-align: middle;
}
.order-details-MP .order-details-table tr th {
  font-size: 14px;
  font-weight: bold;
}
.order_item_row_0 {
  border-bottom: 0 none;
  color: #848484;
  font-size: 13px;
  line-height: 17px;
}
.order_item_row_0 .vtop.product-info .prod {
  width: 32.7%;
}
.order_item_row_0 .vtop.product-info .gran {
  border-right: 1px dotted #e6e6e6;
  padding: 0;
  width: 37%;
}
.order_item_row_0 .vtop.product-info .gran .detail {
  border-left: 1px dotted #e6e6e6;
  float: left;
  padding: 10px 0;
  text-align: center;
  width: 33%;
}
.order_item_row_0 .vtop.product-info .del {
  border-right: 1px dotted #e6e6e6;
  text-align: center;
  width: 17%;
}
.order_item_row_0 .vtop.product-info .sub {
  text-align: right;
  width: 12%;
}

.order-details-MP .orderDetails-tracking .returned {
  opacity: 0.6;
}
.order_item_row_1 {
  background: #fff;
  box-shadow: 1px 8px 10px #d5d5d5;
}
.order-details-MP .order-details-table tr td {
  padding: 10px;
}
.order-details-MP .orderDetails-tracking .order-item-title a {
  color: #333;
  font-size: 13px;
}
.order-details-MP .orderDetails-tracking .item-details {
  padding-top: 18px;
}
.vtop {
  vertical-align: top;
}
.order-details-MP .orderDetails-tracking .item-img-div {
  width: 100px;
}

.order-details-MP .orderDetails-tracking .item-shipment {
  padding: 18px 0;
}
.order-details-MP .orderDetails-tracking .item-details {
  padding-top: 18px;
}
.order-details-MP .orderDetails-tracking .graph {
  background: url(../images/dots-sprite-75a7f2fc.png) repeat-x scroll -6px -221px;
}
.order-details-MP .orderDetails-tracking .graph .state {
  height: 36px;
}
.order-details-MP .orderDetails-tracking .graph .state ul {
  border-left: 1px dotted #ccc;
  padding:0;
  margin:0;
}
.order-details-MP .orderDetails-tracking .graph .state ul li {
  list-style:none;
}
.order-details-MP .orderDetails-tracking .graph .state .processed {
  background-position: 4px 0;
}
.order-details-MP .orderDetails-tracking .graph .state .processed:hover {
  background-position: 4px -44px;
}
.order-details-MP .orderDetails-tracking .graph .order-step:hover {
  cursor: pointer;
}
.order-details-MP .orderDetails-tracking .graph .order-step {
  background: rgba(0, 0, 0, 0) url(../images/dots-sprite-75a7f2fc.png) no-repeat scroll 0 0;
  display: inline-block;
  height: 22px;
  margin-top: 7px;
  text-align: center;
  width: 30px;
}
.order-details-MP .orderDetails-tracking .graph .state .processed-continous {
  background-position: 4px -89px;
}
.order-details-MP .orderDetails-tracking .graph .state .processed-continous:hover {
  background-position: 4px -111px;
}

.size1of3 {
  width: 33.3333%;
}
.order-details-MP .orderDetails-tracking .graph .state {
  height: 36px;
}
.order-details-MP .orderDetails-tracking .graph .state.lastUnit ul {
  border-right: 1px dotted #ccc;
}
.position-relative{
	position:relative;	
}
.order-details-MP .orderDetails-tracking .item-shipment {
  padding: 18px 0;
}
.order-details-MP .orderDetails-tracking .dates {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
}
.order-details-MP .orderDetails-tracking .deliveryDate, .order-details-MP .orderDetails-tracking .preorderMsg {
  border-bottom: 1px solid #c5c5c5;
  font-size: 11px;
  padding: 4px;
  text-align: center;
  white-space: nowrap;
}
.strike {
  text-decoration: line-through;
}
.filters a:hover{
  text-decoration: line-through;
  color:#999;
}
.filters a:hover{
  text-decoration: line-through;
}

.order-details-MP .orderDetails-tracking .deliveryDate, .order-details-MP .orderDetails-tracking .preorderMsg {
  border-bottom: 1px solid #c5c5c5;
  font-size: 11px;
  padding: 4px;
  text-align: center;
  white-space: nowrap;
}
.order-details-MP .orderDetails-tracking .granular-info-box {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  font-size: 11px;
  height: auto !important;
  margin-top: 10px;
  min-height: 50px;
}
.hidden{
	display:none;	
}
.label {
  color: #333;
  font-size: 13px;
}
.order-details-MP .orderDetails-tracking .granular-info-box .processed {
  color: #6bad50;
}
.order-details-MP .orderDetails-tracking .granular-info-box .granular-info .col1 {
  border-left: medium none;
  padding-left: 0;
  white-space: nowrap;
  width: 21%;
}
.order-details-MP .orderDetails-tracking .granular-info-box .granular-info .col2 {
  text-align: center;
  white-space: nowrap;
  width: 13.5%;
}
.order-details-MP .orderDetails-tracking .granular-info-box .info-wrapper {
  border-top: 1px dotted #ccc;
  color: #848484;
  /*display: none;*/
  margin-top: 4px;
  padding-top: 4px;
}
.word-break {
  word-wrap: break-word;
}
li{
	/* list-style:none;	 */
}
.size1of5 {
  width: 20%;
}
/*.order-details-MP .orderDetails-tracking .granular-info-box .granular-info .unit, .order-details-MP .orderDetails-tracking .granular-info-box .granular-info .lastUnit {
  border-left: 1px solid #ccc;
  margin-bottom: -200px;
  padding: 3px 5px 200px;
}*/
.order-details-MP .orderDetails-tracking .granular-info-box .granular-info .unit, .order-details-MP .orderDetails-tracking .granular-info-box .granular-info .lastUnit {
  border-left: 1px solid #ccc;
  padding: 0 5px;
}

.order-details-MP .orderDetails-tracking .granular-info-box a.view-more {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff, #f6f6f6) repeat scroll 0 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #c9c9c9;
  color: #333;
  display: block;
  font-size: 11px;
  padding: 2px 0;
  text-align: center;
  cursor:pointer;
}
.order-details-MP .orderDetails-tracking .arrow {
  background: url(../images/tool-tip.png) no-repeat scroll 0 0;
  height: 10px;
  left: 60px;
  position: absolute;
  top: -8px;
  width: 15px;
}
.order-details-MP .orderDetails-tracking .arrow1 {
  left: 157px;
}
.order-details-MP .orderDetails-tracking .arrow2 {
  left: 192px;
}
.order-details-MP .orderDetails-tracking .arrow3 {
  left: 248px;
}
.order-details-MP .orderDetails-tracking .arrow4 {
  left: 334px;
}
.order-details-MP .orderDetails-tracking .arrow5 {
  left: 356px;
}
.order-details-MP .orderDetails-tracking .arrow6 {
  left: 397px;
}
.show, .block{
	display:block;
}
.buttons-list {
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    margin-top: 0;
}
.buttons-list .buttons {
  border-right: 1px solid #c9c9c9;
  float: left;
}
.buttons-list .buttons a {
  color: #565656;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.captchaa a :hover {
  transform: rotate(180deg);
  transition: all 0.3s ease-out 0s;
}
.order-box{
	border:1px solid #c3c3c3;
	border-radius:5px;
	background:#F4F4F4;	
}
.billing-box, .delivery-box {
  border: 1px solid #0EAE92;
  display: table;
  width: 100%;
}
.billing-contant {
  display: table-cell;
  height: 77px;
  vertical-align: middle;
  width: 100%;
}
.table-header{
	border:none !important;
	background:#6699cc;
	color:#fff;
	text-transform:uppercase;	
}


/* rockox.css added from here */
/*Awesome fonts*/





/* colors */
.red{ color:#e21e25; word-spacing:6px;}
.purple{ color:#7251a2; word-spacing:6px;}
.green{ color:#bed431; word-spacing:6px;}
.blue{ color:#5ecae6; word-spacing:6px;}
.yellow{ color:#f6c715; word-spacing:6px;}
.pink{ color:#f11aa8; word-spacing:6px;}
.orange{ color:#fe4419; word-spacing:6px;}





/*parallax banner*/
.tabs-btn{
	bottom: 0; 
	color: #FFFFFF;  
	left: 0;  
	min-height: 139px; 
	text-align: center;  
	width: 100%;
}
.tabs-btn ul {
    margin: 0;
	padding:0;
	list-style:none;
}
.tabs-btn ul li{ 
	float: left;
    margin: 0px;
	text-decoration:none; 
	line-height: 180px; 
	width: 20%;
	height: 139px; 
	position:relative;
}
.tabs-btn ul li a{ 
	display:block;
	height: 139px; 
	overflow:hidden;
	text-decoration:none;
	border:none;
}
.tabs-btn ul li a i{
	color: #FFFFFF;
	font-size: 72px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.tabs-btn ul li:hover,
.tabs-btn ul li:focus{ 
	line-height:20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.tabs-btn ul li:hover a i,
.tabs-btn ul li:focus a i{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	font-size:50px;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-bottom: 10px;
	margin-top: 20px;
}
.tabs-btn ul li p{
	line-height: 17px; 
	display:none; 
	color:#fff;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	text-transform:uppercase;
}
.tabs-btn ul li p span{ 
	display:block; 
	font-size:15px; 
	font-weight:bold; 
	padding-bottom: 6px;
	font-weight:400; 
	word-spacing:6px;
}
.tabs-btn ul li:hover p,
.tabs-btn ul li:focus p{ 
	display:block; 
	font-size:33px;
}




/* .tabs-btn colors */
.tabs-btn.green ul li:nth-child(1){ 
	background:#BED431
}
.tabs-btn.green ul li:nth-child(1) a.active:after{
	border-top-color:#BED431;
}
.tabs-btn.green ul li:nth-child(2){ 
	background:#F6C815
}
.tabs-btn.green ul li:nth-child(2) a.active:after{
	border-top-color:#F6C815;
}
.tabs-btn.green ul li:nth-child(3){
	 background:#E21E25
}
.tabs-btn.green ul li:nth-child(3) a.active:after{
	border-top-color:#E21E25;
}
.tabs-btn.green ul li:nth-child(4){
	 background:#60CAE8
}
.tabs-btn.green ul li:nth-child(4) a.active:after{
	border-top-color:#60CAE8;
}
.tabs-btn.green ul li:nth-child(5){ 
	background:#7251A2
}
.tabs-btn.green ul li:nth-child(5) a.active:after{
	border-top-color:#7251A2;
}

@media (max-width: 640px) {
	.navbar-collapse.navbar-collapse-2{
		width:560px;
	}
	.text-center-xs{
		text-align:center !important;
	}
	.padding-0-5-xs{
		padding:0px 5px !important;
	}
	.margin-top-0-xs{
		margin-top:0px !important;
	}
	.my-form .form-bg {
		background: #f1f1f2 !important;
	}
	.form-wrapper .my-form{
		width:100% !important;
	}
	.margin-top-5-xs{
		margin-top:5px !important;
	}
	.margin-top-10-xs{
		margin-top:10px !important;
	}
	.margin-bottom-0-xs{
		margin-bottom:0px !important;
	}
	.margin-bottom-5-xs{
		margin-bottom:5px !important;
	}
	.margin-bottom-10-xs{
		margin-bottom:10px !important;
	}
	.padding-top-0-xs{
		padding-top:0px !important;
	}
	.padding-top-5-xs{
		padding-top:5px !important;
	}
	.padding-top-10-xs{
		padding-top:10px !important;
	}
	.padding-bottom-0-xs{
		padding-bottom:0px !important;
	}
	.padding-bottom-5-xs{
		padding-bottom:5px !important;
	}
	.padding-bottom-10-xs{
		padding-bottom:10px !important;
	}
	.border-right-grey {
		border-right: 0;
	}
	.cart {
		padding: 0em 0 !important;
	}
	ul li + li.text-grey {
		margin-top: 0px !important;
	}
	button.btn.btn-success.btn-number {
    margin-top: 0px;
}
button.btn.btn-danger.btn-number {
    margin-top: 0px;
}
	
 /* addded by mustakim for mobile wise change of slidder */	
	.slider_mob_display
	{
		/*background-repeat:no-repeat;		
	  	background-size: contain;
		width:100%;
		min-height:400px !important ;*/
		background-position:center;
	}
	.calltoaction-box-p
	{
		font-size:12px !important ;
	}
	.calltoaction-box-h4
	{
		font-size:20px !important ;
	}
 /* addded by mustakim for mobile wise change of slidder */
 
}
@media (max-width: 480px) {
	.navbar-collapse.navbar-collapse-2{
		width:455px;
	}
	.padding-0-5-xs{
		padding:0px 5px !important;
	}
	.tabs-btn ul li a i{
		font-size: 50px;
	}
	.cart {
		padding: 0em 0 !important;
	}
	ul li + li.text-grey {
		margin-top: 0px !important;
	}
	button.btn.btn-success.btn-number {
    margin-top: 0px;
}
button.btn.btn-danger.btn-number {
    margin-top: 0px;
}
	.tabs-btn ul li {
	  float: left;
	  height: 139px;
	  line-height: 180px;
	  margin: 0;
	  position: relative;
	  text-decoration: none;
	  width: 100%;
	}
	.margin-top-0-xs{
		margin-top:0px !important;
	}
	.margin-top-5-xs{
		margin-top:5px !important;
	}
	.margin-top-10-xs{
		margin-top:10px !important;
	}
	.margin-bottom-0-xs{
		margin-bottom:0px !important;
	}
	.margin-bottom-5-xs{
		margin-bottom:5px !important;
	}
	.margin-bottom-10-xs{
		margin-bottom:10px !important;
	}
	.padding-top-0-xs{
		padding-top:0px !important;
	}
	.padding-top-5-xs{
		padding-top:5px !important;
	}
	.padding-top-10-xs{
		padding-top:10px !important;
	}
	.padding-bottom-0-xs{
		padding-bottom:0px !important;
	}
	.padding-bottom-5-xs{
		padding-bottom:5px !important;
	}
	.padding-bottom-10-xs{
		padding-bottom:10px !important;
	}

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

	ul.sortlist li a {
	  font-size: 12px;
	}
	.padding-0-5-xs{
		padding:0px 5px !important;
	}
	#MainNav nav .navbar-collapse.navbar-collapse-2 {
		width: 300px;
	}
	.cart {
		padding: 0em 0 !important;
	}
	ul li + li.text-grey {
		margin-top: 0px !important;
	}
	button.btn.btn-success.btn-number {
    margin-top: 0px;
}
button.btn.btn-danger.btn-number {
    margin-top: 0px;
}
}

@media (max-width: 320px) {
	.tabs-btn ul li {
		width:100%	
	}
	.text-center-xs{
		text-align:center !important;
	}
	.my-form .form-bg {
		background: #f1f1f2 !important;
	}
	.form-wrapper .my-form{
		width:100% !important;
	}
	.margin-top-0-xs{
		margin-top:0px !important;
	}
	.margin-top-5-xs{
		margin-top:5px !important;
	}
	.margin-top-10-xs{
		margin-top:10px !important;
	}
	.margin-bottom-0-xs{
		margin-bottom:0px !important;
	}
	.margin-bottom-5-xs{
		margin-bottom:5px !important;
	}
	.margin-bottom-10-xs{
		margin-bottom:10px !important;
	}
	.padding-top-0-xs{
		padding-top:0px !important;
	}
	.padding-top-5-xs{
		padding-top:5px !important;
	}
	.padding-top-10-xs{
		padding-top:10px !important;
	}
	.padding-bottom-0-xs{
		padding-bottom:0px !important;
	}
	.padding-bottom-5-xs{
		padding-bottom:5px !important;
	}
	.padding-bottom-10-xs{
		padding-bottom:10px !important;
	}
	.bg-xs{
		background: #0EAE92 !important;
	}
	.cart {
		padding: 0em 0 !important;
	}
	ul li + li.text-grey {
		margin-top: 0px !important;
	}
	button.btn.btn-success.btn-number {
		margin-top: 0px;
	}
	button.btn.btn-danger.btn-number {
		margin-top: 0px;
	}
	.padding-0-5-xs{
		padding:0px 5px !important;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
    .piecharts, .tables, .our-clients{ background-attachment:scroll}
}



/*------------------------- ANIMATION CSS ------------------------*/

.experience .row div.experience-content, .experience .row div.devices, .services-sec .tab1 .row .col-md-4, .tri-secs .col-md-6, .team .row .col-md-4, .tables .row .col-md-3, .products .product, #portfolio-items-wrap, .our-clients .flipInY, .contact-us .form, .social li{ opacity:0;}
.experience .row div.experience-content.animated, .experience .row div.devices.animated, .services-sec .row .col-md-4.animated, .tri-secs .col-md-6.animated, .team .row .col-md-4.animated, .tables .row .col-md-3.animated, .products .product.animated, #portfolio-items-wrap.animated, .our-clients .flipInY.animated, .contact-us .form.animated, .social li.animated{ opacity:1;}


/* added by mansuri */
.menu_top_act
{
	background: none;
    color: #ea693f;
}

.overlay-wrapper-img 
{
	/*width:220px !important;*/
	height:225px !important;
	background-color: transparent;
	display:inline-table;
	vertical-align:middle;

}
.overlay-wrapper-img a
{

	vertical-align:middle;
	min-width:238px;/*14-10-2016*/
	padding-left:10px;/*14-10-2016*/
	padding-right:10px;/*14-10-2016*/
}
.overlay-wrapper-img img
{
	width:auto !important;
	height:auto !important;
	/* max-width:220px !important; /*
	/* max-height:280px; */
	max-width:180px !important;
	max-height:240px; 
	vertical-align:middle;
	display: table-cell;
	text-align:center;
	margin:0 auto;
}
 #MainNav .dropdown-menu-type-head {
    display: block ;
    opacity: 1 ;
	display:none;
    
  }

/* for display loader */

#lightbox-panel-loader
{
	display:none;
	position:fixed;
	z-index:10000;
}

#lightbox-panel-mask
{
	position: fixed;
	z-index: 9000;
	background-color: #FFF;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0.2;
}
/* for display loader */
@media (max-width: 360px) {
	.row.shop-product-single .revealOnScroll ul li a{/*14-10-2016*/
		padding:10px 8px;
		font-size:12px;	
	}
	.bg-xs{
		background: #0EAE92 !important;
	}
}
@media (max-width: 480px) {/*14-10-2016*/
	.specTable .specsKey {
	  width: 35%;
	  vertical-align:middle;
	}
	.margin-top-0-xs{
		margin-top:0px !important;
	}
	.margin-top-5-xs{
		margin-top:5px !important;
	}
	.margin-top-10-xs{
		margin-top:10px !important;
	}
	.margin-bottom-0-xs{
		margin-bottom:0px !important;
	}
	.margin-bottom-5-xs{
		margin-bottom:5px !important;
	}
	.margin-bottom-10-xs{
		margin-bottom:10px !important;
	}
	.padding-top-0-xs{
		padding-top:0px !important;
	}
	.padding-top-5-xs{
		padding-top:5px !important;
	}
	.padding-top-10-xs{
		padding-top:10px !important;
	}
	.padding-bottom-0-xs{
		padding-bottom:0px !important;
	}
	.padding-bottom-5-xs{
		padding-bottom:5px !important;
	}
	.padding-bottom-10-xs{
		padding-bottom:10px !important;
	}
	.bg-xs{
		background: #0EAE92 !important;
	}
}

@media (max-width: 320px) {/*14-10-2016*/
	.accordion-single-page .panel-group .panel-heading .panel-title{/*14-10-2016*/
		font-size:16px;	
	}
	.specTable .specsKey {/*14-10-2016*/
	  width: 46%;
	  vertical-align:middle;
	}
	.bg-xs{
		background: #0EAE92 !important;
	}
}
.btn_1{
	max-width:42%;
}
/***************Login********************/
.form-wrapper{

margin: 0 auto;
position: relative;
overflow: hidden;
padding: 30px 0;
}
.form-wrapper:after{
content: '';
display: block;
/* position: absolute; */
width: 200%;
height: 75%;
left: -7%;
bottom: 0;
z-index: 1;
background: #f0f0f0;
transform:rotate(-30deg);
}
@media(max-width: 767px){
.form-wrapper:after{
height: 40%;
left: -7%;
}
	.margin-top-0-xs{
		margin-top:0px !important;
	}
	.margin-top-5-xs{
		margin-top:5px !important;
	}
	.margin-top-10-xs{
		margin-top:10px !important;
	}
	.margin-bottom-0-xs{
		margin-bottom:0px !important;
	}
	.margin-bottom-5-xs{
		margin-bottom:5px !important;
	}
	.margin-bottom-10-xs{
		margin-bottom:10px !important;
	}
	.padding-top-0-xs{
		padding-top:0px !important;
	}
	.padding-top-5-xs{
		padding-top:5px !important;
	}
	.padding-top-10-xs{
		padding-top:10px !important;
	}
	.padding-bottom-0-xs{
		padding-bottom:0px !important;
	}
	.padding-bottom-5-xs{
		padding-bottom:5px !important;
	}
	.padding-bottom-10-xs{
		padding-bottom:10px !important;
	}
}
@media(max-width: 540px){
.form-wrapper:after{
height: 25%;
}
.cart {
		padding: 0em 0 !important;
	}
.margin-top-0-xs{
		margin-top:0px !important;
	}
	.margin-top-5-xs{
		margin-top:5px !important;
	}
	.margin-top-10-xs{
		margin-top:10px !important;
	}
	.margin-bottom-0-xs{
		margin-bottom:0px !important;
	}
	.margin-bottom-5-xs{
		margin-bottom:5px !important;
	}
	.margin-bottom-10-xs{
		margin-bottom:10px !important;
	}
	.padding-top-0-xs{
		padding-top:0px !important;
	}
	.padding-top-5-xs{
		padding-top:5px !important;
	}
	.padding-top-10-xs{
		padding-top:10px !important;
	}
	.padding-bottom-0-xs{
		padding-bottom:0px !important;
	}
	.padding-bottom-5-xs{
		padding-bottom:5px !important;
	}
	.padding-bottom-10-xs{
		padding-bottom:10px !important;
	}
}
@media(max-width: 340px){
.form-wrapper:after{
height: 20%;
}
.margin-top-0-xs{
		margin-top:0px !important;
	}
	.margin-top-5-xs{
		margin-top:5px !important;
	}
	.margin-top-10-xs{
		margin-top:10px !important;
	}
	.margin-bottom-0-xs{
		margin-bottom:0px !important;
	}
	.margin-bottom-5-xs{
		margin-bottom:5px !important;
	}
	.margin-bottom-10-xs{
		margin-bottom:10px !important;
	}
	.padding-top-0-xs{
		padding-top:0px !important;
	}
	.padding-top-5-xs{
		padding-top:5px !important;
	}
	.padding-top-10-xs{
		padding-top:10px !important;
	}
	.padding-bottom-0-xs{
		padding-bottom:0px !important;
	}
	.padding-bottom-5-xs{
		padding-bottom:5px !important;
	}
	.padding-bottom-10-xs{
		padding-bottom:10px !important;
	}
}
.form-wrapper .my-form{
width: 80%;
overflow: auto;
margin: 0 auto;
background: #17202a;  /* 15-04-2024*/
position: relative;
/* z-index: 9; */
box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.my-form .info{
padding: 15px;
height: 100%;
}
.my-form .info .carousel-caption{
margin: 0;
padding: 0;
bottom: 50px;
right: 0;
left: 0;
}
.my-form .carousel-indicators .active{
background: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.5)
}
.my-form .item{
padding: 60px 0;
min-height: 300px;
}
.my-form .form-bg{
background: #fff;
}
.main-form .nav > li{
width: 50%;
}
.main-form .nav-tabs > li > a{
border-radius: 0;
display: inline-block;
width: 100%;
text-align: center;
outline: 0;
text-transform: uppercase;
color: #17202a;  /* 15-04-2024*/
font-weight: 600;
font-size: 13px;
}
.main-form .nav-tabs > li > a:hover{
color:#F1C40F;  /* 15-04-2024*/
}
.main-form .form-control{
margin-top: 15px;
height: 50px;
border-radius: 0;
box-shadow: none;
border:1px solid #f0f0f0;
}
.main-form .form-control:focus{
border-color:#17202a;  /* 15-04-2024*/
}
.main-form .checkbox{
margin-left: 20px;
color: #999;
}
.main-form .checkbox a{
color: #17202a;  /* 15-04-2024*/
}
.main-form .btn-submit{
display: block;
background: #17202a;  /* 15-04-2024*/
color: #fff;
border-radius: 0;
width: 100%;
text-transform: uppercase;
margin-top: 15px;
padding: 12px;
}
.main-form .tab-content{
padding: 40px 0;
}
/**********Icon-Addon**********/
.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon, 
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}


.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 16px;
    margin-left: 0;
    left: 8px;
    top: 21px;
    color: #777;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #2580db;
}
/*************Item Btn***********/

.col-item
{
    /* border: 1px solid #E1E1E1; */
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}
.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: right;
    font-size: 14px;
    text-align: right;
    line-height: 44px;
    margin-bottom: 10px;
    height: 41px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 0px;
}
[data-slide="prev"]
{
    margin: 0px;
    background: #CCCCCC;
    padding: 2px 10px 2px 10px;
    color: white;
    font-weight: 600;
    font-size: 16px;
}
a.left.fa.fa-angle-left:hover {
    background: #999;
    color: #ffF;
}
[data-slide="next"]
{
    margin: 0px;
    background: #CCCCCC;
    padding: 2px 10px 2px 10px;
    color: white;
    font-weight: 600;
    font-size: 16px;
}
a.right.fa.fa-angle-right:hover {
    background: #999;
    color: #ffF;
}
i.fa.fa-heart {
    color: #ddd;
}
i.fa.fa-heart:hover{
	color:#fff;
}
span.label.label-success.arrowed-right {
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    padding-top: 4px;
    font-size: 11px;
}
span.label.label-primary.arrowed-right{
	font-weight: 500;
    color: #fff;
    margin-top: 10px;
    padding-top: 4px;
    font-size: 11px;
}
span.label.label-default.arrowed-right{
	font-weight: 500;
    color: #fff;
    padding-top: 4px;
    font-size: 11px;
}
.photo {
    width: 75%;
    text-align: center !important;
    margin: 0 auto;
}
h6 a {
    border-bottom: 0px !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: sans-serif;
}
li.dropdown.megamenu-fw:hover {
    background: #fff;
}


/*nav.navbar.bootsnav ul.nav > li > a:hover{*/        /* 15-04-2024*/
/*	color:#009688 !important;*/
/*}*/



/******************/
.col-3-part {
    padding: 10px 0 10px 0;
}
.col-md-3.m-b-1 {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	border-radius: 2px;
}
section.row.margin-top-0 {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    margin: 0px;
	border-radius: 2px;
}
.section-header.col-xs-12.revealOnScroll {
    padding: 10px 0 0px 10px;
    /* background: #80CBC4; */
    color: #fff;
}
.browse-profile a::after {
    content: ' | ';
    margin: 0px;
    padding: 0px;
}
.col-lg-4.col-md-4.col-sm-12.col-xs-12.text-center.border-right-grey.padding-top-bottom-15 {
    border-top: 1px solid lightgrey;
}
.col-lg-4.col-md-4.col-sm-12.col-xs-12.text-center.padding-top-bottom-15{
	border-top: 1px solid lightgrey;
}

/***************Carousel Slider**************/
#slider-text{
  padding-top: 40px;
  display: block;
}
#slider-text .col-md-6{
  overflow: hidden;
}

#slider-text h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 40px;
}
#slider-text h2::after{
  border-top: 2px solid #c7c7c7;
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
  }

#itemslider h4{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 10px auto 3px;
}
#itemslider h5{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 3px auto 2px;
}
#itemslider h6{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 10px;
  margin: 2px auto 5px;
}
.badge {
  background: #b20c0c;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 31px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 1px #b20c0c;
  top: 5px;
  right: 25%;
}
#slider-control img{
  padding-top: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/************Image-zoom Hover***********/
.img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
  	-moz-transition: all .3s ease; /* Firefox */
  	-o-transition: all .3s ease; /* IE 9 */
  	-ms-transition: all .3s ease; /* Opera */
  	transition: all .3s ease;
}
.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
}
  
  
.grayscale {
  -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
  -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
  filter: brightness(1.10) grayscale(100%); 
}
/************Aos scrolling animation*********/
* {
  box-sizing: border-box;
}

.item-animate {
  width: 200px;
  height: 200px;
  margin: 50px auto;
  padding-top: 75px;
  background: #ccc;
  text-align: center;
  color: #FFF;
  font-size: 3em;
}
/*********Careet Cap*********/
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

/**********List Group*********/
.list-group-item.active a {
    color: #f2f2f2;
}
.list-group-item a {
    color: #666;
    font-weight: 600;
    letter-spacing: 0.3px;
}
a.list-group-item {
    font-weight: 600;
}
a.list-group-item:hover {
    color: #0EAE92;
}

a.accordion-toggle:hover {
    color: #F1C40F;            /* 15-04-2024*/
	text-decoration:underline;
}
/*************General Media Query*************/
@media (max-width: 480px){
	button.btn{
		margin-top: 10px;
		text-align: center !important;
	}
	label.col-xs-12{
		text-align: center;
		padding: 0px 0 10px 0;
	}
	form.shop-form.form-horizontal.border-top-grey.padding-top-15{
		text-align:center;
	}
	img.img-responsive{
		
	}
	.search-submit-xs {
		position: relative;
		top: -35px;
		width: 17%;
		right: 0px !important;
	}
	footer{
		color:#f2f2f2;
	}
	..font-dark-gery.font-22{
		color:#f2f2f2;
	}
	.row.col-md-12.col-sm-12.col-xs-12.footerlist.margin-top-15{
		text-align:center;
	}
	.margin-top-0-xs{
		margin-top:0px !important;
	}
	.margin-top-5-xs{
		margin-top:5px !important;
	}
	.margin-top-10-xs{
		margin-top:10px !important;
	}
	.margin-bottom-0-xs{
		margin-bottom:0px !important;
	}
	.margin-bottom-5-xs{
		margin-bottom:5px !important;
	}
	.margin-bottom-10-xs{
		margin-bottom:10px !important;
	}
	.padding-top-0-xs{
		padding-top:0px !important;
	}
	.padding-top-5-xs{
		padding-top:5px !important;
	}
	.padding-top-10-xs{
		padding-top:10px !important;
	}
	.padding-bottom-0-xs{
		padding-bottom:0px !important;
	}
	.padding-bottom-5-xs{
		padding-bottom:5px !important;
	}
	.padding-bottom-10-xs{
		padding-bottom:10px !important;
	}
	
}
@media (max-width: 767px){
	form.shop-form.form-horizontal.border-top-grey.padding-top-15{
		text-align:center;
	}
	.search-submit-xs {
		position: relative;
		top: -35px;
		width: 17%;
		right: 0px !important;
	}
	button.btn{
		margin-top: 10px;
		text-align: center !important;
	}
	header{
		text-align:center;
	}
	label.col-xs-12{
		padding: 0px 0 10px 0;
	}
	.shop-item.shop-item-featured.overlay-element{
		text-align: -webkit-center;
		border-bottom: 1px solid #ddd;
	}
	footer{
		color:#f2f2f2;
	}
	.row.col-md-12.col-sm-12.col-xs-12.footerlist.margin-top-15{
		text-align:center;
	}
	.margin-top-0-xs{
		margin-top:0px !important;
	}
	.margin-top-5-xs{
		margin-top:5px !important;
	}
	.margin-top-10-xs{
		margin-top:10px !important;
	}
	.margin-bottom-0-xs{
		margin-bottom:0px !important;
	}
	.margin-bottom-5-xs{
		margin-bottom:5px !important;
	}
	.margin-bottom-10-xs{
		margin-bottom:10px !important;
	}
	.padding-top-0-xs{
		padding-top:0px !important;
	}
	.padding-top-5-xs{
		padding-top:5px !important;
	}
	.padding-top-10-xs{
		padding-top:10px !important;
	}
	.padding-bottom-0-xs{
		padding-bottom:0px !important;
	}
	.padding-bottom-5-xs{
		padding-bottom:5px !important;
	}
	.padding-bottom-10-xs{
		padding-bottom:10px !important;
	}
	
}
@media (max-width: 980px){
	.shop-item.shop-item-featured.overlay-element{
		text-align: -webkit-center;
		border-bottom: 1px solid #ddd;
	}
	form.shop-form.form-horizontal.border-top-grey.padding-top-15{
		text-align:center;
	}
	button.btn{
		margin-top: 10px;
		text-align: center !important;
	}
	header{
		text-align:center;
	}
	label.col-xs-12{
		padding: 0px 0 10px 0;
	}
	ul.list-inline.pull-left{
		margin-left: -20px;
	}
	.search-submit .btn{
		margin-left: -27px;
	}
	.search-submit-xs {
		position: relative;
		top: -35px;
		width: 17%;
		right: -58px !important;
	}
	.search-submit-xs .btn:hover{
		color:#fff !important;
		background: #009688 !important;
	}
	.search-submit-xs .btn {
		background: #009688 url(images/search-glass.png) no-repeat scroll 50% 50%;
		border: 0 none;
		cursor: pointer;
		height: 34px;
		width: 45px;
		margin-top: 0px;
		box-shadow: 0 2px 0px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
		border-radius: 2px;
	}
}
@media only screen and (min-width: 980px) and (max-width: 1200px){
	ul.list-inline.pull-left{
		margin-left: -20px;
	}
}

/**********Affix-Top*********/
#BB-nav.affix {
  position: fixed;
  top: 0px;
  -webkit-transition: top 1s ease-in;
  transition: top 1s ease-out; 
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0EB493), to(#0EB493));
    background: #FEF9E7;  /* 15-04-2024*/
    background: -moz-linear-gradient(top, #0B9B8E, #0EB493);
    background: -ms-linear-gradient(top, #0B9B8E, #0EB493);
    background: -o-linear-gradient(top, #0B9B8E, #0EB493);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
  padding: 16px 0 0 0;
  }

#BB-nav {
  width: 100%;
  background-color: -webkit-linear-gradient(top, #0B9B8E, #0EB493);
  z-index: 999;
  top: -30px; }
  #BB-nav .dropdown-menu {
    border: none; }

.BB-nav li a {
  background-color: -webkit-linear-gradient(top, #0B9B8E, #0EB493);
  font-size: 1.04em;
  font-weight: bold;
  padding-right: 20px;
  padding-left: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #202020 !important;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all; }
  .BB-nav li a:hover {
    background-color: -webkit-linear-gradient(top, #0B9B8E, #0EB493);
    color: #D75752 !important; }
	
/*******************Mega Menu*********************/
.navbar.navbar-default {
  width: 90%;
  margin: 0 auto;
  background: #000;
  border: 0;
  border-radius: 0;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0px;
  /* border-top-left-radius:4px;
    border-top-right-radius:4px; */
  border-top: 0px;
}

.navbar-default .navbar-nav>li>a {
  width: 200px;
  font-weight: bold;
}

.mega-dropdown { position: static !important;
	-webkit-position: static !important;
	-moz-position: static !important;
  
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li { list-style: none; margin:2px; 0px;}

.mega-dropdown-menu > li > ul > li > a {
  display: inline;
  padding: 0px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #666;
  white-space: normal;
  font-size:13px;
}
.mega-dropdown-menu ul li:hover{
	background:#ddd !important;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #17202A;                 /* 15-04-2024*/
  background-color: #ddd;
}

.mega-dropdown-menu .dropdown-header {
  color: #17202A;                                  /* 15-04-2024*/
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.mega-dropdown-menu form { margin: 3px 20px; }

.mega-dropdown-menu .form-group { margin-bottom: 3px; }
.dropdown.mega-dropdown:hover > .dropdown-menu.mega-dropdown-menu.row { display: block; padding-bottom: 20px; }

.dropdown-menu.mega-dropdown-menu.row li:hover {
  list-style-position: inside;
  background: #fff;
}

.megamenu-headline { padding: 0 32px; }

.mega-dropdown-menu  ul li{
	list-style-type:none;
}
nav.navbar.bootsnav ul.nav > li:hover {
    background: #fff;
}

@media (max-width: 480px){
	ul.dropdown-menu.mega-dropdown-menu.row{
		background: #fff !important;
	}
	li.dropdown.mega-dropdown {
		background: #0EAE92 !important;
		margin: 6px -10px;
	}
	.cart {
		padding: 0em 0 !important;
	}
	ul li + li.text-grey {
		margin-top: 0px !important;
	}
	button.btn.btn-success.btn-number {
    margin-top: 0px;
}
button.btn.btn-danger.btn-number {
    margin-top: 0px;
}
	a.dropdown-toggle {
		color: #fff !important;
		padding: 5px 5px !important;
	}
	nav.navbar.bootsnav ul.nav > li > a:hover{
		color: #fff !important;
	}
	.margin-top-0-xs{
		margin-top:0px !important;
	}
	.margin-top-5-xs{
		margin-top:5px !important;
	}
	.margin-top-10-xs{
		margin-top:10px !important;
	}
	.margin-bottom-0-xs{
		margin-bottom:0px !important;
	}
	.margin-bottom-5-xs{
		margin-bottom:5px !important;
	}
	.margin-bottom-10-xs{
		margin-bottom:10px !important;
	}
	.padding-top-0-xs{
		padding-top:0px !important;
	}
	.padding-top-5-xs{
		padding-top:5px !important;
	}
	.padding-top-10-xs{
		padding-top:10px !important;
	}
	.padding-bottom-0-xs{
		padding-bottom:0px !important;
	}
	.padding-bottom-5-xs{
		padding-bottom:5px !important;
	}
	.padding-bottom-10-xs{
		padding-bottom:10px !important;
	}
	.search-submit-xs {
		position: relative;
		top: -35px;
		width: 17%;
		right: -12px !important;
	}
	.search-submit-xs .btn:hover{
		color:#fff !important;
		background: #009688 !important;
	}
	.search-submit-xs .btn {
		background: #009688 url(images/search-glass.png) no-repeat scroll 50% 50%;
		border: 0 none;
		cursor: pointer;
		height: 34px;
		width: 45px;
		margin-top: 0px;
		box-shadow: 0 2px 0px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
		border-radius: 2px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px){
	ul.dropdown-menu.mega-dropdown-menu.row{
		background: #fff !important;
	}
	li.dropdown.mega-dropdown {
		background: #0EAE92 !important;
	    margin: 6px -15px;
	}
	.cart {
		padding: 0em 0 !important;
	}
	ul li + li.text-grey {
		margin-top: 0px !important;
	}
	button.btn.btn-success.btn-number {
    margin-top: 0px;
}
button.btn.btn-danger.btn-number {
    margin-top: 0px;
}
	a.dropdown-toggle {
		color: #fff !important;
		padding: 5px 5px !important;
	}
	nav.navbar.bootsnav ul.nav > li > a:hover{
		color: #fff !important;
	}
	.margin-top-0-xs{
		margin-top:0px !important;
	}
	.margin-top-5-xs{
		margin-top:5px !important;
	}
	.margin-top-10-xs{
		margin-top:10px !important;
	}
	.margin-bottom-0-xs{
		margin-bottom:0px !important;
	}
	.margin-bottom-5-xs{
		margin-bottom:5px !important;
	}
	.margin-bottom-10-xs{
		margin-bottom:10px !important;
	}
	.padding-top-0-xs{
		padding-top:0px !important;
	}
	.padding-top-5-xs{
		padding-top:5px !important;
	}
	.padding-top-10-xs{
		padding-top:10px !important;
	}
	.padding-bottom-0-xs{
		padding-bottom:0px !important;
	}
	.padding-bottom-5-xs{
		padding-bottom:5px !important;
	}
	.padding-bottom-10-xs{
		padding-bottom:10px !important;
	}
	.search-submit-xs {
		position: relative;
		top: -35px;
		width: 17%;
		right: -30px !important;
	}
	.search-submit-xs .btn:hover{
		color:#fff !important;
		background: #009688 !important;
	}
	.search-submit-xs .btn {
		background: #009688 url(images/search-glass.png) no-repeat scroll 50% 50%;
		border: 0 none;
		cursor: pointer;
		height: 34px;
		width: 45px;
		margin-top: 0px;
		box-shadow: 0 2px 0px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
		border-radius: 2px;
	}
}

@media only screen and (min-width: 767px) and (max-width: 980px){
	ul.dropdown-menu.mega-dropdown-menu.row{
		background: #fff !important;
	}
	li.dropdown.mega-dropdown {
		background: #0EAE92 !important;
	    margin: 6px -20px;
	}
	a.dropdown-toggle {
		color: #fff !important;
		padding: 5px 5px !important;
	}
	nav.navbar.bootsnav ul.nav > li > a:hover{
		color: #fff !important;
	}
	.margin-top-0-xs{
		margin-top:0px !important;
	}
	.margin-top-5-xs{
		margin-top:5px !important;
	}
	.margin-top-10-xs{
		margin-top:10px !important;
	}
	.margin-bottom-0-xs{
		margin-bottom:0px !important;
	}
	.margin-bottom-5-xs{
		margin-bottom:5px !important;
	}
	.margin-bottom-10-xs{
		margin-bottom:10px !important;
	}
	.padding-top-0-xs{
		padding-top:0px !important;
	}
	.padding-top-5-xs{
		padding-top:5px !important;
	}
	.padding-top-10-xs{
		padding-top:10px !important;
	}
	.padding-bottom-0-xs{
		padding-bottom:0px !important;
	}
	.padding-bottom-5-xs{
		padding-bottom:5px !important;
	}
	.padding-bottom-10-xs{
		padding-bottom:10px !important;
	}
	input#navbar-search123 {
		margin-top: 15px !important;
	}
}
@media (max-width: 1200px){
	ul.dropdown-menu.mega-dropdown-menu.row{
		background: #fff !important;
	}
	li.dropdown.mega-dropdown {
		background: #0EAE92 !important;
	    margin: 6px -8px;
	}
	a.dropdown-toggle {
		color: #fff !important;
		padding: 5px 5px !important;
	}
	nav.navbar.bootsnav ul.nav > li > a:hover{
		color: #fff !important;
	}
}

@media (max-width: 320px) {

	.flexslider .flex-direction-nav .flex-next {
  right: -15px;
	}
	.flexslider .flex-direction-nav .flex-prev {
  left: -15px;
	}
	.margin-top-0-xs{
		margin-top:0px !important;
	}
	.margin-top-5-xs{
		margin-top:5px !important;
	}
	.margin-top-10-xs{
		margin-top:10px !important;
	}
	.margin-bottom-0-xs{
		margin-bottom:0px !important;
	}
	.margin-bottom-5-xs{
		margin-bottom:5px !important;
	}
	.margin-bottom-10-xs{
		margin-bottom:10px !important;
	}
	.padding-top-0-xs{
		padding-top:0px !important;
	}
	.padding-top-5-xs{
		padding-top:5px !important;
	}
	.padding-top-10-xs{
		padding-top:10px !important;
	}
	.padding-bottom-0-xs{
		padding-bottom:0px !important;
	}
	.padding-bottom-5-xs{
		padding-bottom:5px !important;
	}
	.padding-bottom-10-xs{
		padding-bottom:10px !important;
	}
	.search-submit-xs {
		position: relative;
		top: -35px;
		width: 17%;
		right: 0px !important;
	}
	.search-submit-xs .btn:hover{
		color:#fff !important;
		background: #009688 !important;
	}
	.search-submit-xs .btn {
		background: #009688 url(images/search-glass.png) no-repeat scroll 50% 50%;
		border: 0 none;
		cursor: pointer;
		height: 34px;
		width: 45px;
		margin-top: 0px;
		box-shadow: 0 2px 0px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
		border-radius: 2px;
	}
}


@media (max-width: 360px) {
	
	.flexslider .flex-direction-nav .flex-next {
  	right: -15px;
	}
	.flexslider .flex-direction-nav .flex-prev {
  left: -15px;
	}
	.margin-top-0-xs{
		margin-top:0px !important;
	}
	.margin-top-5-xs{
		margin-top:5px !important;
	}
	.margin-top-10-xs{
		margin-top:10px !important;
	}
	.margin-bottom-0-xs{
		margin-bottom:0px !important;
	}
	.margin-bottom-5-xs{
		margin-bottom:5px !important;
	}
	.margin-bottom-10-xs{
		margin-bottom:10px !important;
	}
	.padding-top-0-xs{
		padding-top:0px !important;
	}
	.padding-top-5-xs{
		padding-top:5px !important;
	}
	.padding-top-10-xs{
		padding-top:10px !important;
	}
	.padding-bottom-0-xs{
		padding-bottom:0px !important;
	}
	.padding-bottom-5-xs{
		padding-bottom:5px !important;
	}
	.padding-bottom-10-xs{
		padding-bottom:10px !important;
	}
	.search-submit-xs {
		position: relative;
		top: -35px;
		width: 17%;
		right: 0px !important;
	}
	.search-submit-xs .btn:hover{
		color:#fff !important;
		background: #009688 !important;
	}
	.search-submit-xs .btn {
		background: #009688 url(images/search-glass.png) no-repeat scroll 50% 50%;
		border: 0 none;
		cursor: pointer;
		height: 34px;
		width: 45px;
		margin-top: 0px;
		box-shadow: 0 2px 0px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
		border-radius: 2px;
	}
}


/***************/
.isotope-item.color3.size1.size2.cat3.test:hover .size {
    display: block;
    z-index: 2;
    /* box-shadow: 0 9px 16px 0 rgba(0, 0, 0, .11); */
}
.isotope-item.color3.size1.size2.cat3.test:hover {
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .11);
	 overflow-y: scroll;
}
.isotope-item.color3.size1.size2.cat3.test {
    margin: 0;
    margin-bottom: 50px;
    padding: 5px;
    position: relative;
    transition: box-shadow 0.2s ease-in-out;
	/* overflow-y: scroll; */
    min-height: auto;
}
.isotope-item.color3.size1.size2.cat3.test:hover .size {
    display: block;
    z-index: 2;
    /* box-shadow: 0 9px 16px 0 rgba(0, 0, 0, .11); */
}
.size {
    display: none;
    position: relative;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    padding: 0px 4px;
}
.size_1 {
    display:none;
    position: relative;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    padding: 0px 4px;
}
.isotope-item.color3.size1.size2.cat3.test:hover .size_1 {
    display: block;
    z-index: 2;
    /* box-shadow: 0 9px 16px 0 rgba(0, 0, 0, .11); */
}
.isotope-item.color3.size1.size2.cat3.test:hover .size_1 {
    display: block;
    z-index: 2;
    /* box-shadow: 0 9px 16px 0 rgba(0, 0, 0, .11); */
}
.colors{
	border-radius: 50px;	
    /*padding: 4px 12px;*/
	border:1px solid #000000;
}
.bold{
	font-weight: bold !important;
}
.normal{
	font-weight: normal !important;
}