@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Roboto:400,700&subset=latin-ext');
/*
font-family: 'Roboto', sans-serif;
font-family: 'Lato', sans-serif;
*/

/* nav effect */

.navbar-toggle {
	height: 34px
}

.navbar-toggle .icon-bar {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}

.navbar-toggle:not(.collapsed ) .icon-bar:nth-child(2) {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.navbar-toggle:not(.collapsed ) .icon-bar:nth-child(3) {
	opacity: 0
}

.navbar-toggle:not(.collapsed ) .icon-bar:nth-child(4) {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -8px
}

/* nav effect */


:-moz-placeholder {
  color: rgba(73,74,105,0.6);
}
:-ms-input-placeholder {
  color: rgba(73,74,105,0.6);
}
::-webkit-input-placeholder {
  color: rgba(73,74,105,0.6);
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility;
	font-weight: bold;
}
h1{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 27px;
    font-size: 28px;
}
h2{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 23px;
    font-size: 24px;
}
h3{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 21px;
    font-size: 22px;
}
h4{
	line-height: 17px;
    font-size: 18px;
}
h5{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 15px;
    font-size: 16px;
}
h6{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 13px;
    font-size: 14px;
}
textarea{
	resize: vertical;
	min-height: 80px;
}
a{
	color: #2c405a;
}
a:hover, a:focus{
	color: #2c405a;
}
.glyphicon-menu-right-double:before {
    content: "\e258\e258";
    letter-spacing: -9px;
    margin-left: -10px;
    padding: 0px 8px;
}
.glyphicon-menu-left-double:before {
    content: "\e257\e257";
    letter-spacing: -9px;
    margin-left: -10px;
    padding: 0px 8px;
}

.grab {
  /*http://www.google.com/intl/en_ALL/mapfiles/openhand.cur*/
  cursor: url('data:image/vnd.microsoft.icon;base64,AAACAAEAICACAAcABQAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEAAAAAAAAAAAAAAgAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8AAAA/AAAAfwAAAP+AAAH/gAAB/8AAA//AAAd/wAAGf+AAAH9gAADbYAAA2yAAAZsAAAGbAAAAGAAAAAAAAA//////////////////////////////////////////////////////////////////////////////////////gH///4B///8Af//+AD///AA///wAH//4AB//8AAf//AAD//5AA///gAP//4AD//8AF///AB///5A////5///8='), all-scroll;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.grabbing {
  /*http://www.google.com/intl/en_ALL/mapfiles/closedhand.cur*/
  cursor: url('data:image/vnd.microsoft.icon;base64,AAACAAEAICACAAcABQAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEAAAAAAAAAAAAAAgAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8AAAA/AAAAfwAAAP+AAAH/gAAB/8AAAH/AAAB/wAAA/0AAANsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//////////////////////////////////////////////////////////////////////////////////////gH///4B///8Af//+AD///AA///wAH//+AB///wAf//4AH//+AD///yT/////////////////////////////8='), all-scroll;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

html{
	background-color: #ffffff;
	min-height: 100%;
	height: 100%;
    position: relative;
}
body{
	background-color: #ffffff;
	/*min-height: 100%;*/
	font-family: 'Roboto', sans-serif;
	color: #2c405a;
	padding-top: 76px;
}
.led{
	background: url('../img/led.png') no-repeat center center;
	background-size: 100%;
	height: 65px;
	position: relative;
	margin-bottom: -42px;
	z-index: 2;
	position: absolute;
	bottom: 200px;
	left: 0px;
	right: 0px;
}
.led-after{
	background: url('../img/bottom.png') repeat center center;
	background-size: 100%;
	padding-top: 42px;
	height: 200px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.cc-theme-edgeless.cc-window{
	font-size: 12px;
}
/*.tooltip.top .tooltip-arrow{
	border-top-color: #fff;
}
.tooltip.left .tooltip-arrow{
	border-left-color: #fff;
}
.tooltip.right .tooltip-arrow{
	border-right-color: #fff;
}
.tooltip.bottom .tooltip-arrow{
	border-bottom-color: #fff;
}
.tooltip-inner{
	background-color: #fff;
	color: #555;
}
.tooltip.in{
	opacity: 1;
}*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border: none;
}
.navbar-form{
	box-shadow: none;
}
.navbar-collapse{
	box-shadow: none;
	border: none;
}
.navbar-default .navbar-toggle{
	border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
.boxed{
	border-radius: 2px;
	background: #f8f8f8;
	border: 1px #dedede solid;
	padding-top: 15px;
	padding-bottom: 15px;
}
.highy{
	background: #fff url('../img/hands.png') no-repeat center top;
	background-size: contain;
	display: block;
	height: 344px;
	border: 1px #ebebeb solid;
	position: relative;
	font-family: 'Lato', sans-serif;
}
.highy:hover,.highy:active,.highy:focus{
	text-decoration: none;
}
.highy .text{
	display: block;
	text-align:center;
	padding-top: 110px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 22px;
	color: #000;
}
.highy .name{
	display: block;
	color: #fa5f4b;
}
.highy .button{
	background: #fa5f4b;
	color: #fff;
	display: block;
	left: 8%;
	right: 8%;
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 30px;
}
#product-carousel{
    position: relative;
}
#product-carousel .carousel-inner{
	border: 1px #ebebeb solid;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
}
#product-carousel .carousel-inner .item{
	background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 344px;
}
#product-carousel .carousel-indicators {
    bottom: 0px;
}
#product-carousel .carousel-control{
	width: 22px;
	text-shadow: none;
}
#product-carousel .carousel-control .glyphicon-chevron-left,
#product-carousel .carousel-control .glyphicon-chevron-right{
	margin-top: -50px;
	border: none;
	width: 30px;
	height: 100px;
	line-height: 96px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#product-carousel .carousel-control:hover,
#product-carousel .carousel-control:focus,
#product-carousel .carousel-control{
	opacity: 1;
}
#product-carousel .carousel-control.right,
#product-carousel .carousel-control.left{
	background: none;
}
#product-carousel .carousel-indicators li{
	border-color: rgba(0,0,0,0.5);
	width: 40px;
	height: 6px;
	margin: 0px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 0px;
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#product-carousel .carousel-indicators .active{
	background-color: #fa5f4b;
	border-color: #d97732;
}
.table-striped > tbody > tr:nth-of-type(odd){
	background: rgba(0,0,0,.1);
}
.table-hover > tbody > tr:hover{
	background: rgba(0,0,0,0.2);
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	border-top: 1px rgba(0,0,0,.1) solid;
}
.table > thead > tr > th{
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.nav-tabs{
	border-bottom: none;
}
.nav-tabs > li > a{
	border: none;
	border-radius: 3px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	background: rgba(255,255,255,0.1);
	color: #fa5f4b;
	border: none;
}
#myprofile-navbar{
	padding: 0px;
	margin-bottom: 20px;
}
@media (max-width: 425px){
	#myprofile-navbar{
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*.nav-num{
	counter-reset: nav-num-counter;
}
.nav-num li a:before{
	content: counter(nav-num-counter) ". ";
	counter-increment: nav-num-counter;
}*/
.nav-arrow{
	margin-bottom: 4px;
}
.nav-arrow li{
	margin-bottom: 2px;
}
.nav-arrow li a{
	position: relative;
	margin-right: 6px;
	margin-left: 6px;
	border-radius: 0px;
}
.nav-arrow li:first-child a{
	margin-left: 0px;
}
.nav-arrow li:last-child a{
	margin-right: 0px;
}
.nav-arrow li.active a,
.nav-arrow li.active a:hover,
.nav-arrow li.active a:focus,
.nav-arrow li a:hover {
	background: #fa5f4b;
	color: #fff;
}
/*.nav-arrow li:not(:last-child) a,
.nav-arrow li:not(:last-child) a:hover,
.nav-arrow li:not(:last-child) a:focus,

.nav-arrow li.active:not(:last-child) a,
.nav-arrow li.active:not(:last-child) a:hover,
.nav-arrow li.active:not(:last-child) a:focus,
.nav-arrow li:not(:last-child) a:hover {
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}*/
.nav-arrow li.active a:after,
.nav-arrow li.active a:hover:focus:after,
.nav-arrow li a:hover:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #fa5f4b;
	border-width: 20px 10px;
	margin-top: -20px;
}
.nav-arrow li.active a:before,
.nav-arrow li.active a:hover:focus:before,
.nav-arrow li a:hover:before {
	left: -10px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: #fa5f4b;
	border-left-color: rgba(0, 0, 0, 0);
	border-width: 20px;
	border-left-width: 10px;
	border-right: 0;
	margin-top: -20px;
}
.nav-arrow li a,
.nav-arrow li a:focus {
	background: #2c405a;
	color: #fff;
}
.nav-arrow li a:after,
.nav-arrow li a:hover:focus:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #2c405a;
	border-width: 20px 10px;
	margin-top: -20px;
}
.nav-arrow li a:before,
.nav-arrow li a:hover:focus:before {
	left: -10px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: #2c405a;
	border-left-color: rgba(0, 0, 0, 0);
	border-width: 20px;
	border-left-width: 10px;
	border-right: 0;
	margin-top: -20px;
}
.nav-arrow li:first-child a:before,
.nav-arrow li:first-child a:hover:before,
.nav-arrow li:first-child.active a:before,
.nav-arrow li:first-child a:hover:before {
	display: none;
}
.nav-arrow li:last-child a:after,
.nav-arrow li:last-child a:hover:after,
.nav-arrow li:last-child.active a:after,
.nav-arrow li:last-child a:hover:after {
	display: none;
}
.alert{
	border-radius: 2px;
}
.alert.alert-site{
	background: #2c405a;
	color: #fff;
}
.alert.alert-site a,
.alert.alert-site a:hover{
	color: #fff;
}
.second-bg{
	background-color: transparent;
	background-image: url('../img/bg-top.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	min-height: 100%;
	padding-bottom: 265px;
	position: relative;
}
.led{
	background: url('../img/led.png') no-repeat center center;
	background-size: 100%;
	height: 65px;
	position: relative;
	margin-bottom: -42px;
	z-index: 2;
	position: absolute;
	bottom: 200px;
	left: 0px;
	right: 0px;
}
.led-after{
	background: url('../img/bottom.png') repeat center center;
	background-size: 100%;
	padding-top: 42px;
	height: 200px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.navbar-default{
	background-color: transparent;
	border-color: transparent;
}
.site-header .navbar-default{
	padding-top: 13px;
	padding-bottom: 13px;
	background: #2c405a;
	border: none;
	margin-bottom: 0px;
}
.navbar-brand{
	padding-top: 10px;
	padding-bottom: 0px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
	
}
.navbar-default .navbar-nav > li > a{
	color: #fff;
	position: relative;
	font-size: 16px;
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
/*.navbar-default .navbar-nav > li > a:before, .navbar-default .navbar-nav > li > a:before{
	z-index: -1;
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 50%;
	background: #fa5f4b;
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}*/
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #fa5f4b;
}
/*.navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a:focus:before{
	left: 0%;
	right: 0%;
	bottom: 0%;
	height: 3px;
}*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background: transparent;
	color: #fa5f4b;
}
/*.navbar-default .navbar-nav .dropdown-menu.open > li > a:before,
.navbar-default .navbar-nav > .active > a:before, .navbar-default .navbar-nav > .active > a:hover:before, .navbar-default .navbar-nav > .active > a:focus:before{
	left: 0%;
	right: 0%;
	bottom: 0%;
	height: 3px;
}*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	color: #fa5f4b;
	background: transparent;
}
.navbar-nav > li > .dropdown-menu{
	background: rgba(0,0,0,0.8);
}
@media (max-width: 767px){
	.navbar-nav .open .dropdown-menu {
		background: rgba(0,0,0,0.8);
	}
}
.navbar-button .navbar-nav > .active > a, .navbar-button .navbar-nav > .active > a:hover, .navbar-button .navbar-nav > .active > a:focus{
	border: 1px #d97732 solid;
	background: #fa5f4b;
	color: #fff;
}
@media (min-width: 426px){
	.navbar-button .navbar-nav > li {
		margin-left: 3px;
		margin-right: 3px;
	}
	.navbar-button .navbar-nav > li:first-child {
		margin-left: 0px;
	}
	.navbar-button .navbar-nav > li:last-child {
		margin-right: 0px;
	}
}
.navbar-button .navbar-nav > li > a{
	border: 1px #d97732 solid;
	background: #fa5f4b;
	color: #fff;
	min-width: 63px;
	text-align: center;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1);
}
.navbar-button .navbar-nav > li > a:hover, .navbar-button .navbar-nav > li > a:focus{
	border: 1px #d97732 solid;
	background: #fa5f4b;
	color: #fff;
}
.navbar-button .navbar-nav > .open > a, .navbar-button .navbar-nav > .open > a:hover, .navbar-button .navbar-nav > .open > a:focus{
	border: 1px #d97732 solid;
	background: #fa5f4b;
	color: #fff;
}
.navbar-button .navbar-nav > li > a:before, .navbar-button .navbar-nav > li > a:before{
	display: none;
}
.navbar-button .navbar-toggle .icon-bar{
	background-color: #2c405a;
}
.navbar-button .navbar-toggle{
	border: 1px #2c405a solid;
}

.navbar.navbar-site .navbar-nav > li > .dropdown-menu{
	background: #2c405a;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-top: 13px;
}
.navbar.navbar-site .navbar-nav .badge{
	float: right;
	background: transparent;
	margin-right: -60px;
}
.navbar.navbar-site .navbar-nav > li > .dropdown-menu li a{
	padding-right: 80px;
	color: #fff;
}

.dropdown-menu{
	border-radius: 0px;
}
.dropdown-menu > li > span{
	display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
}
.dropdown-menu > li > a,
.dropdown-menu > li > span{
	color: #fa5f4b;	
	cursor: pointer;
}
@media (max-width: 767px)
{
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fa5f4b;	
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{
		background: transparent;
		color: #fa5f4b;	
	}
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > span,
.dropdown-menu > li.active > span:hover,
.dropdown-menu > li.active > a:hover {
	background: #fa5f4b;
	color: #fff;
}
.welcome{
	line-height: 30px;
	color: #fff;
}
.headlinks{
	color: #fff;
	font-size: 10px;
	padding-left: 0px;
}
.headlinks a, .headlinks a{
	display: inline-block;
	margin: 0px 5px;
	padding: 5px 10px;
	position: relative;
	font-size: 12px;
	color: #fff;
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.headlinks a:hover, .headlinks a:focus{
	color: #fa5f4b;
	text-decoration: none;
}
/*.headlinks a:before, .headlinks a:before{
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0px;
	border-bottom: 1px #fa5f4b solid;
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.headlinks a:hover:before, .headlinks a:focus:before{
	left: 0%;
	right: 0%;
}*/

/* https://codepen.io/olam/pen/zcqea */
@-webkit-keyframes pulse-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(248,135,56, 0.5);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(248,135,56, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(248,135,56, 0);
  }
}
@keyframes pulse-shadow {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(248,135,56, 0.5);
    box-shadow: 0 0 0 0 rgba(248,135,56, 0.5);
  }
  70% {
      -moz-box-shadow: 0 0 x 10px rgba(248,135,56, 0);
      box-shadow: 0 0 0 10px rgba(248,135,56, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(248,135,56, 0);
      box-shadow: 0 0 0 0 rgba(248,135,56, 0);
  }
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus,
.btn.btn-primary,
.btn.btn-primary:active,
.btn.btn-primary:active:hover{
	background: #fa5f4b;
    border: 1px #d97732 solid;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
}
.btn{
	border-radius: 2px;
}
.btn.btn-default{
	background: #fff;
	border: 1px #d8d8d8 solid;
	color: #2c405a;
	box-shadow: none;
}
.btn.btn-default:active{
	background: #383838;
    border: 1px #636363 solid;
    color: #fff;
}
.btn.btn-link{
	color: #fa5f4b;
}
.btn.btn-link:hover{
	color: #fa5f4b;
}
.btn.btn-page{
	background: #383838;
    border: 1px #636363 solid;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
}
.btn.btn-page:hover{
	color: #fa5f4b;
}
.radios.image input{
	position: absolute;
	left: -999px;
}
.btn.btn-help{
	background: #fa5f4b;
	border-color: #d97732;
	color: #fff;
	box-shadow: 0 0 0 rgba(248,135,56, 0.4);
	animation: pulse-shadow 2s infinite;
}
.btn.btn-help:hover{
	color: #fff;
}
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus{
	background: #383838;
}
.radios.image input + img{
	cursor: pointer;
	border-radius: 3px;
	border: 5px transparent solid;
}
.radios.image input:checked + img{
	border: 5px #fa5f4b solid;
}
.radios.image .radio-inline{
	padding: 0px;
	margin: 0px;
	display: block;
}
.radios.image .radio-inline label{
	display: block;
	cursor: pointer;
}
.paying .radio{
	margin-top: 0px;
}
.highligh{
	color: #fa5f4b;
}
.input-group-addon{
	background: #f8f8f8;
	border-color: #dedede;
	color: #2c405a;
}
.form-control, .bootstrap-tagsinput{
	background: #fff;
	border: 1px #d8d8d8 solid;
	border-radius: 2px;
	box-shadow: none;
	color: #2c405a;
	display: block;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background: #fff;
	border: 1px #d8d8d8 solid;
	color: #2c405a;
}
.form-control.error, .input-group.error .form-control, .input-group.error .bootstrap-tagsinput{
	border-color: #cd1d46;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(205,29,70,0.4);
	-moz-box-shadow: 0px 0px 0px 5px rgba(205,29,70,0.4);
	box-shadow: 0px 0px 0px 5px rgba(205,29,70,0.4);
}
.input-group.error .input-group-addon{
	border-color: #cd1d46;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(205,29,70,0.4);
	-moz-box-shadow: 0px 0px 0px 5px rgba(205,29,70,0.4);
	box-shadow: 0px 0px 0px 5px rgba(205,29,70,0.4);
}
.form-control.inline{
	display: inline-block;
	width: auto;
}
.form-control:focus, .bootstrap-tagsinput.focus{
	border-color: #d8d8d8;
	box-shadow: none;
}
.radio-group .form-control input{
	position: absolute;
	left: -9999px;
	top: -9999px;
}
.radio-group .form-control{
	cursor: pointer;
}
.radio-group .form-control.checked{
	background: #fa5f4b;
	color: #fff;
}
.input-group.select{
	width: 100%;
}
.input-group.select input.form-control{
    width: 60%;
}
.input-group.select.addon input.form-control{
	width: 100%;
}
.input-group.select select.form-control, .input-group.select.addon .input-group-addon{
	width: 40%;
	text-align: left;
}

.input-group.select.select-price input.form-control{
    width: 85%;
}
.input-group.select.select-price select.form-control, .input-group.select.select-price.addon .input-group-addon{
	width: 15%;
	text-align: left;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint
{
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
	background: #fff;
	border: 1px #d8d8d8 solid;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-menu .tt-dataset{
	max-height: 130px;
	overflow: auto;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #2c405a;
    white-space: nowrap;
}

.tt-suggestion.tt-cursor,
.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #fa5f4b;
}


.lang-tabs .nav-tabs{
	border: none;
}
.lang-tabs .nav-tabs > li > a{
	border-color: transparent;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #d8d8d8;
	border-left-color: #d8d8d8;
	border-right-color: #d8d8d8;
	border-bottom-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #2c405a;
	
	background-color: #f8f8f8;
    border-color: #d8d8d8;
	
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.lang-tabs .nav-tabs > li.active > a,
.lang-tabs .nav-tabs > li.active > a:hover,
.lang-tabs .nav-tabs > li.active > a:focus{
	background: #fff;
	color: #2c405a;
	border-bottom-color: #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}
.lang-tabs .nav-tabs > li > a:hover,
.lang-tabs .nav-tabs > li > a:focus,
.lang-tabs .nav-tabs > li > a:hover{
	background: #fff;
	border: 1px #d8d8d8 solid;
	border-left-color: #d8d8d8;
	border-top-color: #d8d8d8;
	border-right-color: #d8d8d8;
	border-bottom-color: #fff;
	color: #2c405a;
}
.lang-tabs .error{
	border-color: #cd1d46;
}
.lang-tabs .error textarea,
.lang-tabs .error input{
	border-color: #cd1d46;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(205,29,70,0.4);
	-moz-box-shadow: 0px 0px 0px 5px rgba(205,29,70,0.4);
	box-shadow: 0px 0px 0px 5px rgba(205,29,70,0.4); 
}
.site-header{
	background: #2c405a;
	margin-bottom: 20px;
}
.myprofile .bg_color{
	text-indent: -9999px;
	cursor: pointer;
}
.myprofile .links{
	margin-left: 20px;
}
.myprofile .links a{
	text-transform: uppercase;
	background: transparent;
	color: #fff;
	padding: 3px;
}
.myprofile .links a:hover{
	color: #fa5f4b;
}
.myprofile .links a.active{
	color: #fa5f4b;
}
.myprofile .links a.active:hover{
	color: #fa5f4b;
	background: transparent;
}
.myprofile .links .list-group-item{
	padding: 3px;
	border: none;
	background: transparent;
}
.myprofile .links .list-group-item span{
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	position: relative;
}
.myprofile .links .list-group-item > span:after{
	content: '';
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.myprofile .links .list-group-item span.active{
	color: #fa5f4b;
	cursor: pointer;
}
.myprofile .links .list-group-item .sub{
	margin-left: 10px;
	display: none;
}
.myprofile .products .view-holder{
	margin-bottom: 30px;
}
.myprofile .products .view-holder .price{
	/*background: #fff;
	border: #fff;
	border-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-radius: 5px;
	color: #000;*/
}
.myprofile .products .product{
	display: block;
	width: 100%;
	border: 1px #dedede solid;
	border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #e8e8e8;
	background-size: contain;
	margin-bottom: 30px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.myprofile .products .product.with-name{
	margin-bottom: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.myprofile .products .product-name{
	background: #dedede;
	display: block;
	margin-bottom: 30px;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 3px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.myprofile .products .product-name:hover{
	text-decoration: none;
}
.myprofile .products .over1 > div {
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
}
.myprofile .products .view-holder .product{
	border-radius: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
}
.myprofile .products .product.error{
	border-color: #cd1d46;
}
.myprofile .products .product:hover, .myprofile .products .product:focus{
	/*border-color: #fa5f4b;*/
	text-decoration: none;
}
.myprofile .products .product a.link{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.myprofile .products .product span.plus,
.myprofile .banner span.plus{
	color: #fa5f4b;
	font-size: 40px;
	text-align: center;
	display: block;
}
.myprofile .banner .plus-btn{
	margin-top: 41px;
}
.myprofile .products .product input[type="file"]{
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 300px;
	opacity: 0;
	cursor: pointer;
}
.myprofile .products .product .delete{
	position: absolute;
	right: 5px;
	top: 5px;
	background: #fa5f4b;
	color: #fff;
	height: 25px;
	width: 25px;
	line-height: 25px;
	font-size: 15px;
	text-align: center;
	border-radius: 2px;
	opacity: 0;
}
.myprofile .products .product .handle-order{
	position: absolute;
	right: 5px;
	bottom: 5px;
	background: #fa5f4b;
	color: #fff;
	height: 25px;
	width: 25px;
	line-height: 25px;
	font-size: 15px;
	text-align: center;
	border-radius: 2px;
	opacity: 0;
}
.myprofile .products .product .delete:focus{
	opacity: 1;
}
.myprofile .products .product:hover .delete{
	opacity: 1;
}
.myprofile .products .product:hover .handle-order{
	opacity: 1;
}
.myprofile .products .product .clear{
	position: absolute;
	right: 5px;
	top: 5px;
	background: #fa5f4b;
	color: #fff;
	height: 25px;
	width: 25px;
	line-height: 25px;
	font-size: 15px;
	text-align: center;
	border-radius: 2px;
}
.myprofile .products .product .area{
	position: absolute;
	right: 5px;
	bottom: 5px;
	background: #383838;
	color: #fff;
	height: 40px;
	width: 40px;
	line-height: 45px;
	font-size: 30px;
	text-align: center;
	border-radius: 2px;
	border: 1px #636363 solid;
}
.myprofile .products .product .area.error{
	border-color: #cd1d46;
	background: #cd1d46;
	width: auto;
	height: auto;
	top: 35px;
	left: 5px;
	font-size: 40px;
	line-height: 105px;
}
.myprofile .products .product.error:hover, .myprofile .products .product.error:focus{
	-webkit-box-shadow: 0px 0px 0px 5px rgba(205,29,70,0.4);
	-moz-box-shadow: 0px 0px 0px 5px rgba(205,29,70,0.4);
	box-shadow: 0px 0px 0px 5px rgba(205,29,70,0.4);
}
.myprofile .view .area_selector .img{
	height: 500px;
	width: 500px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #e8e8e8;
	background-size: contain;
	display: block;
	margin: 0px auto;
	border: 5px #fff solid;
	border-radius: 4px;
}
.myprofile .product .clipart{
	max-height: 100px;
}
.myprofile .product label{
	color: #2c405a;
	font-weight: normal;
}
.myprofile .product .form-group.error .checkbox label,
.myprofile .product .form-group.error .radio label
{
	color: #cd1d46;
}
.myprofile .categories {
	color: #2c405a;
}
.myprofile .partners {
	color: #2c405a;
}
.myprofile .clipart_categories {
	color: #2c405a;
}
.myprofile .notifications {
	color: #2c405a;
}
.myprofile .sizes {
	color: #2c405a;
}
.myprofile .views {
	color: #2c405a;
}
.myprofile .cliparts {
	color: #2c405a;
}
.myprofile .cliparts .thumb, .myprofile .clipart .thumb,
.myprofile .clipart_categories .thumb, .myprofile .clipart_categories .thumb {
	max-height: 100px;
	/*background-position: 0px 0px, 10px 10px;
	background-size: 20px 20px;
	background-image: linear-gradient(45deg, #eeeeee 25%, transparent 25%, transparent 75%, #eeeeee 75%, #eeeeee 100%), linear-gradient(45deg, #eeeeee 25%, #ffffff 25%, #ffffff 75%, #eeeeee 75%, #eeeeee 100%);*/
	border: 1px #636363 solid;
}
.myprofile .clipart_categories .plus{
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
}
.myprofile .clipart_categories .price{
	font-size: 20px;
	font-weight: bold;
	display: block;
}
.myprofile .colors {
	color: #2c405a;
}
.myprofile .orders {
	color: #2c405a;
}
.myprofile .orders td{
	vertical-align: middle;
}
.myprofile .commissions td{
	vertical-align: middle;
}
.myprofile .category label{
	color: #2c405a;
	font-weight: normal;
}
.myprofile .size label{
	color: #2c405a;
	font-weight: normal;
}
.myprofile .view label{
	color: #2c405a;
	font-weight: normal;
}
.myprofile .color label{
	color: #2c405a;
	font-weight: normal;
}
.myprofile .profile .addon{
	padding: 2px 10px;
}
.myprofile .profile .addon img{
	max-height: 28px;
}
.myprofile .profile .addon.paypal{
	background: #fff;
	/*border-color: #fff;*/
}
.myprofile .profile .addon.fedex{
	background: #fff;
	/*border-color: #fff;*/
}
.myprofile .profile .addon.barion{
	background: #0097db;
	/*border-color: #0097db;*/
}
.myprofile .profile label{
	color: #2c405a;
	font-weight: normal;
}
.myprofile .pagination > .active > a,
.myprofile .pagination > .active > span,
.myprofile .pagination > .active > a:hover,
.myprofile .pagination > .active > span:hover,
.myprofile .pagination > .active > a:focus,
.myprofile .pagination > .active > span:focus{
	color: #fff;
	background: #2c405a;
	border: 1px #2c405a solid;
}
.myprofile .pagination > li > a,
.myprofile .pagination > li > span{
	color: #2c405a;
	background: #f8f8f8;
	border: 1px #dedede solid;
}
/*.myprofile .pagination > li > span:hover,*/
/*.myprofile .pagination > li > span:focus,*/
.myprofile .pagination > li > a:hover,
.myprofile .pagination > li > a:focus{
	color: #2c405a;
}
.myprofile .commission #items .item{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 34px;
}

.label.label-goengrave{
	background: #ffffff;
	color: #000;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(99,99,99,1);
	-moz-box-shadow: 0px 0px 2px 0px rgba(99,99,99,1);
	box-shadow: 0px 0px 2px 0px rgba(99,99,99,1);
}
.bootstrap-tagsinput .tag [data-role="remove"]{
	color: #fa5f4b;
}
.modal-title{
	color: #2c405a;
}
.modal-header button.close{
	color: #2c405a;
}
.modal{
	z-index: 1200;
}
.modal-backdrop{
	z-index: 1199;
}
.modal-content{
	background: #f8f8f8;
	border-color: #f8f8f8;
}
.modal-header{
	border-bottom: 0px #dedede solid;
}
.modal-footer{
	border-top: 0px #dedede solid;
}
form fieldset legend{
	border-bottom: 1px #fa5f4b solid;
	color: #2c405a;
}
hr{
	border-top: 1px #fa5f4b solid;
}

.loading{
	background: url('../img/dashinfinity.gif') no-repeat center center;
	height: 88px;
	width: 88px;
	display: block;
	margin: 10px auto;
}

.image-file{
	display: block;
	width: 100%;
	border: 1px #dedede solid;
	border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #e8e8e8;
	background-size: contain;
	margin-bottom: 30px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.image-with .image-file{
	margin-bottom: 0px;
}
.image-with{
	margin-bottom: 30px;
}
.image-file:hover{
	/*border-color: #fa5f4b;*/
}
.image-file input[type="file"] {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 300px;
    opacity: 0;
    cursor: pointer;
}
.image-file .clear {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #fa5f4b;
    color: #fff;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
    border-radius: 2px;
}
.lity-link{
	display: inline-block;
	margin: 10px;
}
.lity-link span{
	display: block;
	width: 200px;
	height: 200px;
	background-position: center center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
}
.lity-link.small span{
	display: block;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
}

.static{
	
}

#faqaccordion .panel-default{
	border-color: #d8d8d8;
	/*border-radius: 2px;*/
	overflow: hidden;
}
#faqaccordion .panel-default > .panel-heading{
	background: #2c405a;
	color: #fff;
	border-color: #d8d8d8;
}
#faqaccordion .panel-default > .panel-heading .panel-title{
	font-weight: normal;
}
#faqaccordion .panel-default > .panel-heading a:active,
#faqaccordion .panel-default > .panel-heading a:focus,
#faqaccordion .panel-default > .panel-heading a:hover{
	color: #fff;
	text-decoration: none;
}

.listed-categories{
	border-radius: 2px;
	margin-top: 15px;
	color: #2c405a;
}
.listed-categories .list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.listed-categories .list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.listed-categories .list-group-item {
	padding-top: 11px;
}
.listed-categories .list-group-item > .badge {
	background: #f5f5f5;
	color: #2c405a;
}
.listed-categories .list-group-item[data-toggle="collapse"][aria-expanded="false"] .more{
	display: block;
}
.listed-categories .list-group-item[data-toggle="collapse"][aria-expanded="true"] .less{
	display: block;
}
.listed-categories .list-group-item .cancel{
	font-size: 20px;
	line-height: 18px;
}
.listed-categories .list-group-item.more{
	background: #2c405a;
	color: #fff;
}
.listed-categories .list-group-item.active,
.listed-categories .list-group-item.active:hover,
.listed-categories .list-group-item.active:focus{
	background: #2c405a;
	color: #fff;
}
.listed-categories .list-group-item.active > .badge,
.listed-categories .list-group-item.active:hover > .badge,
.listed-categories .list-group-item.active:focus > .badge {
	background-color: rgba(255,255,255,0.2);
	color: #fff;
}

.product-banners{
	border: 1px #dedede solid;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 30px;
	border-radius: 2px;
}
.product-banners.affix{
	position: fixed;
	top: 76px;
}

[data-toggle="collapse"][aria-expanded="true"] .more{
	display: none;
}
[data-toggle="collapse"][aria-expanded="false"] .less{
	display: none;
}

.buy-plus{
	height: 40px;
	margin-bottom: 10px;
}

.footer{
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page-limit{
	width: 75px;
	float: right;
	margin: 20px 0;
}
.product-list .product{
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	
    border-radius: 2px;
	background: #f8f8f8;
	border: 1px #dedede solid;
	
    position: relative;
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);*/
    
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;

}
.product-list .product:hover{

}
.product-list .product.edit:hover{

}
.product-list .product.edit .name,
.product-list .product.edit .price span{
	cursor: pointer;
}
.product-list .product .name{
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #2c405a;
	max-height: 28px;
	overflow: hidden;
}
.product-list .product .buttons{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}
.product-list .product .buttons span{
	margin-right: 5px;
	margin-bottom: 5px;
	background: #2c405a;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 24px;
	width: 24px;
	line-height: 24px;
	border-radius: 2px;
	text-align: center;
	border: 1px #2c405a solid;
}
.product-list .product .buttons span.email{
	background-color: #F2FF00;
	border-color: #DAE600;
	color: #000;
}
.product-list .product .buttons span.phone{
	background-color: #00E35E;
	border-color: #00C953;
	color: #000;
}
.product-list .product .buttons span.youtube{
	background-color: #FF0000;
	border-color: #E60000;
	color: #fff;
}
.product-list .product .stars{
	display: inline-block;
	color: #2c405a;
	padding: 5px;
}
.product-list .product .stars .star{
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	float: left;
}
.product-list .product .stars .star:before{
	position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e007";
}
.product-list .product .stars .star.active:before{
	content: "\e006";
}
.product-list .product .stars.editable:hover .star.active:before{
	content: "\e007";
}
.product-list .product .stars:hover .star.hover.active:before,
.product-list .product .stars .star.hover:before{
	content: "\e006";
}
.product-list .product .image .holder{
	border-radius: 0px;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	text-align: center;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.product-list .product .price{
	margin-top: 10px;
	font-weight: bold;
	font-size: 20px;
	text-shadow: none;
	color: #2c405a;
	display: block;
	text-align: right;
	margin-bottom: 10px;
}
@media (max-width: 768px){
	.product-list .product .price{
		clear: both;
	}
}
.product-list .product .desc{
	height: 40px;
	overflow: hidden;
	color: #2c405a;
	word-wrap: break-word;
}
.product-list .product.edit .desc{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	cursor: pointer;
}
.product-list .product.edit .image{
	cursor: pointer;
}
.product-list .product .desc textarea{
	height: 40px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: transparent;
	border: none;
	resize: none;
}
.product-list .product .seller_name{
	line-height: 44px;
	white-space: nowrap;
	overflow: hidden;
	color: #000;
}

.product-list .pagination > .active > a,
.product-list .pagination > .active > span,
.product-list .pagination > .active > a:hover,
.product-list .pagination > .active > span:hover,
.product-list .pagination > .active > a:focus,
.product-list .pagination > .active > span:focus{
	color: #fff;
	background: #2c405a;
	border: 1px #2c405a solid;
}
.product-list .pagination > li > a,
.product-list .pagination > li > span{
	color: #2c405a;
	background: #f8f8f8;
	border: 1px #dedede solid;
}
/*.product-list .pagination > li > span:hover,*/
/*.product-list .pagination > li > span:focus,*/
.product-list .pagination > li > a:hover,
.product-list .pagination > li > a:focus{
	color: #2c405a;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
	border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.popover{
	background: rgba(0,0,0,0.8);
	border: 1px #000 solid;
	border-radius: 2px;
	color: #fff;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.popover-title{
	background: transparent;
	border-bottom: 1px #000 solid;
}
.popover.right > .arrow:after{
	border-right-color: #000;
}
.popover.left > .arrow:after{
	border-left-color: #000;
}
.popover.bottom > .arrow:after{
	border-bottom-color: #000;
}
.popover.top > .arrow:after{
	border-top-color: #000;
}
.popover .btn{
	border-radius: 2px;
    color: #fff;
    border-color: #636363;
    background: #383838;
    font-weight: bold;
}
.popover .btn:active{
    color: #fff;
    border-color: #636363;
    background: #383838;
}
.tour-step-backdrop {
	outline: 1px #fa5f4b solid;
	animation: pulse-shadow 2s infinite;
	background: transparent;
}
.tour-backdrop{
	background-color: rgba(0,0,0,0.1);
	opacity: 1;
}

.lity-image img{
  background-position: 0px 0px, 10px 10px;
  background-size: 20px 20px;
  background-image: linear-gradient(45deg, #eeeeee 25%, transparent 25%, transparent 75%, #eeeeee 75%, #eeeeee 100%), linear-gradient(45deg, #eeeeee 25%, #ffffff 25%, #ffffff 75%, #eeeeee 75%, #eeeeee 100%);
}

.lity {
	z-index: 10001;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
	background-color: #2c405a; 
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover{
	color: #e8e8e8;
}
.bootstrap-datetimepicker-widget table td.today:before{
	border-bottom-color: #2c405a; 
}
.bootstrap-datetimepicker-widget table td span.active{
	background-color: #2c405a;
}

/*.bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover{
	background: #2c405a;
	color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover{
	background: #2c405a;
	color: #fff;
}*/