body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #565656;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #541549;
	/*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;*/
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888 !important;
	/*text-shadow: 0 1px 0 #FFF;*/
	text-decoration: none;
	cursor: pointer;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	background: #541549 none repeat scroll 0 0;
    border: 1px solid #541549;
    font-size: 15px;
    line-height: 18px;
    padding: 0.68em 1.7em;
    color: #fff !important;
}

#information_search {
	margin-bottom: 10px;
}
#information_search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#information_search .btn-lg {
	background: #541549 none repeat scroll 0 0;
    border: 1px solid #541549;
    font-size: 15px;
    line-height: 18px;
    padding: 0.68em 1.7em;
    color: #fff !important;
}

/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	/*background-color: #ffffff;
	background-repeat: repeat-x;*/
	/*border-bottom: 3px solid #541549;*/
	min-height: 40px;
}

#menu .nav > li > a {
	color: #000000;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

#menu .nav > li.active > a {
	color: #000000;
	background-color: #541549;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #000000;
	border-bottom: 3px solid #541549;
	padding-bottom: 9px;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #000;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 10px;
	float: left;
	background-color: #541549;
	width: 100%;
	/*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;*/
	border-color: #541549;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #541549;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	/*min-height: 600px; */
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #e1e1e8;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 10 0 20px 0;
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	right: -5px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.breadcrumb > li:last-child:after {
	border: none;
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	overflow: auto;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	/*border-radius: 4px;*/
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	background-color: #541549;
	border: 2px solid #541549;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #541549;
	color: #ffffff;
	background-position: 0 -15px;
	border: 2px solid #541549;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #541549;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #404040;
	color: #FFFFFF;
	padding: 10px 20px 10px 30px;
	background: #4D4D4D;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #FFFFFF;
	background: #404040;
	/*border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;*/
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/*border: 1px solid #ddd;
	margin-bottom: 5px;
	overflow: auto;*/
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 15px;
}
}
.product-thumb h4 {
	color: #999999;
    font-family: "Roboto",arial,helvetica,sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 0px;
}
.product-thumb .caption {
	/*padding: 0 20px;*/
	min-height: 9.8em;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
	padding-top: 10px;
}
.rating .fa-stack {
	font-size: 8px;
	height: 16px;
}
.rating .fa-star-o {
	color: #ed8323;
	font-size: 11px;
}
.rating .fa-star {
	color: #ed8323;
	font-size: 11px;
}
.rating .fa-star + .fa-star-o {
	color: #ed8323;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}
.product-thumb .button-group button {
	width: 50%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 50%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 50%;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 50%;
}
}




.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}




.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}
.slides {
	padding: 0;
	margin:0;
	list-style: none;
}
.slides li {
	text-align: center;
}
.slides li img {
	text-align: center;
}
.flex-direction-nav a:before {
	line-height: 40px;
}


.tagline {
  font-size: 70px;
  font-family: 'Roboto', arial, helvetica, sans-serif;
  font-weight: 100;
  color: #fff;
  /*position: absolute;*/
  line-height: 1em;
  margin: 100px 0px;
  overflow: hidden;
  height: 85px;
  top: 0;
  left: 0;
}
.tagline > span {
  float: left;
  display: block;
  height: 85px;
  line-height: 85px;
  color: rgba(255,255,255,0.85);
}
.tagline > ul {
  height: 85px;
  line-height: 85px;
  position: relative;
  top: 0;
  display: block;
  float: left;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 600px;
}
.tagline > ul > li {
  font-weight: 500;
  position: absolute;
  top: 0;
  margin: 0;
  padding-left: 15px;
  top: -85px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-origin: 25% 0;
  -moz-transform-origin: 25% 0;
  -o-transform-origin: 25% 0;
  -ms-transform-origin: 25% 0;
  transform-origin: 25% 0;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.tagline > ul > li.active {
  top: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.tagline > ul > li.vs-out {
  top: 85px;
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

header#menu {
	top: 0;
    width: 100%;
	z-index: 99;
    margin-top: 0;
    padding-top: 1%;
    background: #ffffff; 
    -webkit-box-shadow: 0px 0px 15px 0px #000000;
	-moz-box-shadow: 0px 0px 15px 0px #000000;
	box-shadow: 0px 0px 15px 0px #000000;
}
/*#B3D035;02CBD5*/
/*new styles.css*/
.row.row-wrap > [class^="col-"], .row.row-col-gap > [class^="col-"] {
    margin-bottom: 30px;
}
.row.row-full {
    margin-left: 0;
    margin-right: 0;
}
.row.row-no-gutter, .row[data-gutter="0"] {
    margin: 0 !important;
}
.row.row-no-gutter > [class^="col-"], .row[data-gutter="0"] > [class^="col-"] {
    padding: 0 !important;
}
.row[data-gutter="10"] {
    margin-left: -5px;
    margin-right: -5px;
}
.row[data-gutter="10"] > [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.row[data-gutter="60"] {
    margin-left: -30px;
    margin-right: -30px;
}
.row[data-gutter="60"] > [class^="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}
.row[data-gutter="120"] {
    margin-left: -60px;
    margin-right: -60px;
}
.row[data-gutter="120"] > [class^="col-"] {
    padding-left: 60px;
    padding-right: 60px;
}

.gap {
    clear: both;
    display: block;
    margin: 30px 0;
    position: relative;
}
.gap::after {
    clear: both;
    content: "";
    display: table;
}
.gap-small {
    margin: 15px 0;
}
.gap-medium {
    margin: 25px 0;
}
.gap-mini {
    margin: 10px 0;
}
.gap-big {
    margin: 60px 0;
}
.gap-large {
    margin: 90px 0;
}
.gap-top {
    margin-bottom: 0 !important;
}
.gap-bottom {
    margin-top: 0 !important;
}

.bg-color {
    background: #541549 none repeat scroll 0 0;
}

.thumb::after {
    clear: both;
    content: "";
    display: table;
    line-height: 0;
}
.thumb .img-left, .thumb .img-right {
    width: auto;
}
.thumb .img-left {	
    float: left;
    margin-right: 15px;
}
.thumb .img-right {
    float: right;
    margin-left: 15px;
}

.box-icon-left + .thumb-caption, .box-icon-right + .thumb-caption, .thumb-header-right + .thumb-caption, .thumb-header-left + .thumb-caption, .img-left + .thumb-caption, .img-right + .thumb-caption {
    display: table;
}
.thumb-header {
    margin-bottom: 15px;
}
.thumb-inner {
    padding-top: 10px;
}
.thumb-inner-border {
    border: 1px solid #e6e6e6;
    padding: 5px 7px;
}
.thumb-header-left {
    float: left;
    margin-right: 15px;
}
.thumb-header-right {
    float: right;
    margin-left: 15px;
}
.thumb-title {
    line-height: 1em;
    margin: 0;
}

h4.thumb-title {
    color: #565656;
    font-family: "Roboto",arial,helvetica,sans-serif;
    font-weight: 300;
    line-height: 1.3em;
    margin-top: 0;
    font-size: 2em;
}

h3.text-center
{
	color: #565656;
	font-size: 3em;
}



h5.thumb-title {
    font-size: 1.5em;
    font-weight: 400;
}
.thumb-desc {
    color: #818181;
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 0;
    margin-top: 6px;
}
.thumb-caption btn {
    margin-top: 7.5px;
}
.thumb-caption .thumb-social {
    margin-top: 7.5px;
}
.thumb-caption .thumb-meta {
    font-style: italic;
    margin-bottom: 0;
    margin-top: 6px;
}
.thumb-caption .thumb-meta [class^="fa fa-"] {
    margin-right: 5px;
}
.text-white .thumb-desc {
    color: #e6e6e6;
}
.text-white .thumb-title {
    color: #fff;
}
.thumb-progress {
    margin-bottom: 0;
    margin-top: 6px;
}


.icon-list {
    list-style: outside none none;
    padding: 0;
}
.icon-list .fa {
    margin-right: 7px;
}
.icon-list-inline {
    margin-bottom: 0;
}
.icon-list-inline > li {
    display: inline-block;
    margin-right: 3px;
}
.icon-list-inline > li:last-child {
    margin-right: 0;
}
.icon-list-inline .fa {
    margin-right: 0;
}
.icon-group {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.icon-group > li {
    float: left;
    margin-right: 5px;
}
.icon-group > li:last-child {
    margin-right: 0;
}
.box-icon, [class^="box-icon-"], [class*=" box-icon-"] {
    background: #541549 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
    z-index: 2;
}
.box-icon:hover, [class^="box-icon-"]:hover, [class*=" box-icon-"]:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #541549 !important;
}
.box-icon::before, [class^="box-icon-"]::before, [class*=" box-icon-"]::before {
    display: inline-block;
}
.box-icon-inline {
    display: inline-block;
}
.box-icon-md {
    font-size: 21px;
    height: 45px;
    line-height: 45px;
    width: 45px;
}
.box-icon-big {
    font-size: 28px;
    height: 60px;
    line-height: 60px;
    width: 60px;
}
.box-icon-large {
    font-size: 42px;
    height: 90px;
    line-height: 90px;
    width: 90px;
}
.box-icon-huge {
    font-size: 56px;
    height: 120px;
    line-height: 120px;
    width: 120px;
}
.box-icon-black {
    background: #333 none repeat scroll 0 0;
}
.box-icon-black:hover {
    background: #000 none repeat scroll 0 0;
}
.box-icon-gray {
    background: #808080 none repeat scroll 0 0;
}
.box-icon-gray:hover {
    background: #4d4d4d none repeat scroll 0 0;
}
.box-icon-white {
    background: #fff none repeat scroll 0 0;
    color: #ed8323;
}
.box-icon-white:hover {
    background: #e6e6e6 none repeat scroll 0 0;
    color: #ed8323;
}
.box-icon-info {
    background: #2f96b4 none repeat scroll 0 0;
}
.box-icon-info:hover {
    background: #267890 none repeat scroll 0 0;
}
.box-icon-success {
    background: #51a351 none repeat scroll 0 0;
    color: #ffffff !important;
}
.box-icon-success:hover {
    background: #418241 none repeat scroll 0 0;
    color: #ffffff !important;
}
.box-icon-warning {
    background: #f89406 none repeat scroll 0 0;
}
.box-icon-warning:hover {
    background: #c67605 none repeat scroll 0 0;
}
.box-icon-danger {
    background: #bd362f none repeat scroll 0 0;
}
.box-icon-danger:hover {
    background: #972b26 none repeat scroll 0 0;
}
.box-icon-inverse {
    background: #127cdc none repeat scroll 0 0;
}
.box-icon-inverse:hover {
    background: #0e63b0 none repeat scroll 0 0;
}
.box-icon-to-normal:hover {
    background: #ed8323 none repeat scroll 0 0;
}
.box-icon-to-black:hover {
    background: #333 none repeat scroll 0 0;
}
.box-icon-to-gray:hover {
    background: #808080 none repeat scroll 0 0;
}
.box-icon-to-white:hover {
    background: #fff none repeat scroll 0 0;
    color: #ed8323;
}
.box-icon-to-info:hover {
    background: #2f96b4 none repeat scroll 0 0;
}
.box-icon-to-success:hover {
    background: #51a351 none repeat scroll 0 0;
}
.box-icon-to-warning:hover {
    background: #f89406 none repeat scroll 0 0;
}
.box-icon-to-danger:hover {
    background: #bd362f none repeat scroll 0 0;
}
.box-icon-to-inverse:hover {
    background: #127cdc none repeat scroll 0 0;
}
.box-icon-border, [class^="box-icon-border"], [class*=" box-icon-border"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ed8323;
    color: #ed8323;
}
.box-icon-border:hover, [class^="box-icon-border"]:hover, [class*=" box-icon-border"]:hover {
    background: #ed8323 none repeat scroll 0 0;
    color: #fff !important;
}
.box-icon-border.box-icon-black, .box-icon-black[class^="box-icon-border"], .box-icon-black[class*=" box-icon-border"], .box-icon-border.box-icon-to-black:hover, .box-icon-to-black[class^="box-icon-border"]:hover, .box-icon-to-black[class*=" box-icon-border"]:hover {
    border-color: #333;
    color: #333;
}
.box-icon-border.box-icon-black:hover, .box-icon-black[class^="box-icon-border"]:hover, .box-icon-black[class*=" box-icon-border"]:hover, .box-icon-border.box-icon-to-black:hover:hover, .box-icon-to-black[class^="box-icon-border"]:hover:hover, .box-icon-to-black[class*=" box-icon-border"]:hover:hover {
    background: #333 none repeat scroll 0 0;
}
.box-icon-border.box-icon-gray, .box-icon-gray[class^="box-icon-border"], .box-icon-gray[class*=" box-icon-border"], .box-icon-border.box-icon-to-gray:hover, .box-icon-to-gray[class^="box-icon-border"]:hover, .box-icon-to-gray[class*=" box-icon-border"]:hover {
    border-color: #808080;
    color: #808080;
}
.box-icon-border.box-icon-gray:hover, .box-icon-gray[class^="box-icon-border"]:hover, .box-icon-gray[class*=" box-icon-border"]:hover, .box-icon-border.box-icon-to-gray:hover:hover, .box-icon-to-gray[class^="box-icon-border"]:hover:hover, .box-icon-to-gray[class*=" box-icon-border"]:hover:hover {
    background: #808080 none repeat scroll 0 0;
}
.box-icon-border.box-icon-white, .box-icon-white[class^="box-icon-border"], .box-icon-white[class*=" box-icon-border"], .box-icon-border.box-icon-to-white:hover, .box-icon-to-white[class^="box-icon-border"]:hover, .box-icon-to-white[class*=" box-icon-border"]:hover {
    border-color: #fff;
    color: #fff;
}
.box-icon-border.box-icon-white:hover, .box-icon-white[class^="box-icon-border"]:hover, .box-icon-white[class*=" box-icon-border"]:hover, .box-icon-border.box-icon-to-white:hover:hover, .box-icon-to-white[class^="box-icon-border"]:hover:hover, .box-icon-to-white[class*=" box-icon-border"]:hover:hover {
    background: #fff none repeat scroll 0 0;
    color: #541549 !important;
}
.box-icon-border.box-icon-info, .box-icon-info[class^="box-icon-border"], .box-icon-info[class*=" box-icon-border"], .box-icon-border.box-icon-to-info:hover, .box-icon-to-info[class^="box-icon-border"]:hover, .box-icon-to-info[class*=" box-icon-border"]:hover {
    border-color: #2f96b4;
    color: #2f96b4;
}
.box-icon-border.box-icon-info:hover, .box-icon-info[class^="box-icon-border"]:hover, .box-icon-info[class*=" box-icon-border"]:hover, .box-icon-border.box-icon-to-info:hover:hover, .box-icon-to-info[class^="box-icon-border"]:hover:hover, .box-icon-to-info[class*=" box-icon-border"]:hover:hover {
    background: #2f96b4 none repeat scroll 0 0;
}
.box-icon-border.box-icon-success, .box-icon-success[class^="box-icon-border"], .box-icon-success[class*=" box-icon-border"], .box-icon-border.box-icon-to-success:hover, .box-icon-to-success[class^="box-icon-border"]:hover, .box-icon-to-success[class*=" box-icon-border"]:hover {
    border-color: #51a351;
    color: #51a351;
}
.box-icon-border.box-icon-success:hover, .box-icon-success[class^="box-icon-border"]:hover, .box-icon-success[class*=" box-icon-border"]:hover, .box-icon-border.box-icon-to-success:hover:hover, .box-icon-to-success[class^="box-icon-border"]:hover:hover, .box-icon-to-success[class*=" box-icon-border"]:hover:hover {
    background: #51a351 none repeat scroll 0 0;
}
.box-icon-border.box-icon-warning, .box-icon-warning[class^="box-icon-border"], .box-icon-warning[class*=" box-icon-border"], .box-icon-border.box-icon-to-warning:hover, .box-icon-to-warning[class^="box-icon-border"]:hover, .box-icon-to-warning[class*=" box-icon-border"]:hover {
    border-color: #f89406;
    color: #f89406;
}
.box-icon-border.box-icon-warning:hover, .box-icon-warning[class^="box-icon-border"]:hover, .box-icon-warning[class*=" box-icon-border"]:hover, .box-icon-border.box-icon-to-warning:hover:hover, .box-icon-to-warning[class^="box-icon-border"]:hover:hover, .box-icon-to-warning[class*=" box-icon-border"]:hover:hover {
    background: #f89406 none repeat scroll 0 0;
}
.box-icon-border.box-icon-danger, .box-icon-danger[class^="box-icon-border"], .box-icon-danger[class*=" box-icon-border"], .box-icon-border.box-icon-to-danger:hover, .box-icon-to-danger[class^="box-icon-border"]:hover, .box-icon-to-danger[class*=" box-icon-border"]:hover {
    border-color: #bd362f;
    color: #bd362f;
}
.box-icon-border.box-icon-danger:hover, .box-icon-danger[class^="box-icon-border"]:hover, .box-icon-danger[class*=" box-icon-border"]:hover, .box-icon-border.box-icon-to-danger:hover:hover, .box-icon-to-danger[class^="box-icon-border"]:hover:hover, .box-icon-to-danger[class*=" box-icon-border"]:hover:hover {
    background: #bd362f none repeat scroll 0 0;
}
.box-icon-border.box-icon-inverse, .box-icon-inverse[class^="box-icon-border"], .box-icon-inverse[class*=" box-icon-border"], .box-icon-border.box-icon-to-inverse:hover, .box-icon-to-inverse[class^="box-icon-border"]:hover, .box-icon-to-inverse[class*=" box-icon-border"]:hover {
    border-color: #127cdc;
    color: #127cdc;
}
.box-icon-border.box-icon-inverse:hover, .box-icon-inverse[class^="box-icon-border"]:hover, .box-icon-inverse[class*=" box-icon-border"]:hover, .box-icon-border.box-icon-to-inverse:hover:hover, .box-icon-to-inverse[class^="box-icon-border"]:hover:hover, .box-icon-to-inverse[class*=" box-icon-border"]:hover:hover {
    background: #127cdc none repeat scroll 0 0;
}
.box-icon-border.box-icon-to-normal:hover, .box-icon-to-normal[class^="box-icon-border"]:hover, .box-icon-to-normal[class*=" box-icon-border"]:hover {
    background: #ed8323 none repeat scroll 0 0;
    border-color: #ed8323;
}
.box-icon-border-dashed {
    border-style: dashed;
}
.box-icon-left {
    float: left;
    margin-right: 15px;
}
.box-icon-right {
    float: right;
    margin-left: 15px;
}
.box-icon-center {
    margin: 0 auto;
}

.loc-info .loc-info-title {
    color: #fff;
}
.loc-info .loc-info-title img {
    margin-right: 10px;
    margin-top: -5px;
    width: auto;
}
.loc-info .loc-info-weather {
    margin: 0;
}
.loc-info .loc-info-weather-icon {
    font-size: 60px;
    margin-left: 5px;
}
.loc-info .loc-info-weather-num {
    font-size: 30px;
    position: relative;
    top: -15px;
}
.loc-info .loc-info-weather-num .meteocon {
    margin-left: -5px;
}
.loc-info .loc-info-list {
    font-size: 13px;
    list-style: outside none none;
    margin: 5px 0 10px;
    padding: 0;
}
.loc-info .loc-info-list > li > a {
    color: #fff;
    opacity: 0.8;
}
.loc-info .loc-info-list > li > a .fa {
    margin-right: 5px;
}
.loc-info .loc-info-list > li > a:hover {
    filter: none;
    opacity: 1;
}
.round {
    border-radius: 50%;
}
.round img {
    border-radius: 50%;
}
.curved {
    border-radius: 5px;
}



.hover-img {
    display: block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.hover-img .curved > img {
    border-radius: 5px;
}
.hover-img > img {
    backface-visibility: hidden;
    transition: all 4s ease 0s;
}
.hover-img .hover-icon-group, .hover-img .hover-icon-group-top-right, .hover-img .hover-icon-group-top-left, .hover-img .hover-icon-group-bottom-left, .hover-img .hover-icon-group-bottom-right, .hover-img .hover-icon-group-center-top, .hover-img .hover-icon-group-center-bottom {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.hover-img .hover-icon-group > li, .hover-img .hover-icon-group-top-right > li, .hover-img .hover-icon-group-top-left > li, .hover-img .hover-icon-group-bottom-left > li, .hover-img .hover-icon-group-bottom-right > li, .hover-img .hover-icon-group-center-top > li, .hover-img .hover-icon-group-center-bottom > li {
    display: inline-block;
    margin: 0 5px;
}
.hover-img .hover-icon-group-top-left, .hover-img .hover-icon-group-bottom-left {
    text-align: left;
}
.hover-img .hover-icon-group-top-right, .hover-img .hover-icon-group-bottom-right {
    text-align: right;
}
.hover-img .hover-icon, .hover-img .hover-icon-group, .hover-img [class^="hover-icon-"], .hover-img [class*=" hover-icon-"] {
    display: block;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
}
.hover-img [class^="hover-icon-"], .hover-img [class*=" hover-icon-"] {
    transform: translate(0px, 100%);
}
.hover-img > .hover-inner {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 15px;
    position: absolute;
    top: 0;
    transform: translate(0px, 100%);
    transition: all 0.3s ease 0s;
    width: 101%;
}
.hover-img > .hover-inner.hover-inner-sm {
    padding: 10px;
}
.hover-img .hover-inner {
    background: #ed8323 none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff !important;
    height: 100%;
    padding: 15px;
    width: 101%;
}
.hover-img .hover-inner h1, .hover-img .hover-inner h2, .hover-img .hover-inner h3, .hover-img .hover-inner h4, .hover-img .hover-inner h5 {
    color: #fff;
}
.hover-img .hover-inner-bg-black {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
}
.hover-img .hover-inner-block {
    height: auto;
}
.hover-img .hover-inner-bottom {
    bottom: 0;
    top: auto;
}
.hover-img .hover-title, .hover-img [class^="hover-title-"], .hover-img [class*=" hover-title-"] {
    backface-visibility: hidden;
    background: rgba(237, 131, 35, 0.75) none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    height: 32px;
    left: 0;
    line-height: 32px;
    margin: 0;
    opacity: 0;
    padding: 0 7px;
    position: absolute;
    transform: translate(0px, 100%);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 2;
}
.hover-img .hover-title-top, .hover-img .hover-title-top-left, .hover-img .hover-icon-top-left, .hover-img .hover-icon-group-top-left {
    bottom: auto;
    top: 0;
}
.hover-img .hover-title-top-right, .hover-img .hover-icon-top-right, .hover-img .hover-icon-group-top-right {
    bottom: auto;
    left: auto;
    right: 0;
    top: 0;
}
.hover-img .hover-title-bottom-right, .hover-img .hover-icon-bottom-right, .hover-img .hover-icon-group-bottom-right {
    left: auto;
    right: 0;
}
.hover-img .hover-title-center, .hover-img .hover-title-top-right, .hover-img .hover-title-top-left, .hover-img .hover-title-bottom-right, .hover-img .hover-title-bottom-left, .hover-img .hover-title-center-top, .hover-img .hover-title-center-bottom {
    display: table;
    width: auto;
}
.hover-img .hover-title-top-right, .hover-img .hover-title-top-left, .hover-img .hover-title-bottom-right, .hover-img .hover-title-bottom-left, .hover-img .hover-icon-top-right, .hover-img .hover-icon-top-left, .hover-img .hover-icon-bottom-right, .hover-img .hover-icon-bottom-left, .hover-img .hover-icon-group-top-right, .hover-img .hover-icon-group-top-left, .hover-img .hover-icon-group-bottom-right, .hover-img .hover-icon-group-bottom-left {
    margin: 15px;
}
.hover-img .hover-title-center, .hover-img .hover-icon {
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, 50%, 0px);
}
.hover-img .hover-icon-group {
    top: 50%;
    transform: translate3d(0px, 50%, 0px);
}
.hover-img .hover-title-center-top, .hover-img .hover-title-center-bottom, .hover-img .hover-icon-center-top, .hover-img .hover-icon-center-bottom, .hover-img .hover-icon-group-center-top, .hover-img .hover-icon-group-center-bottom {
    left: 50%;
    margin: 15px 0;
    transform: translate(-50%, 100%);
}
.hover-img .hover-title-center-top, .hover-img .hover-icon-center-top, .hover-img .hover-icon-group-center-top {
    bottom: auto;
    top: 0;
}
.hover-img .hover-icon-bottom-left, .hover-img .hover-icon-bottom-right, .hover-img .hover-icon-center-bottom, .hover-img .hover-icon-group-bottom-left, .hover-img .hover-icon-group-bottom-right, .hover-img .hover-icon-group-center-bottom {
    bottom: 0;
}
.hover-img .hover-hold {
    filter: none;
    opacity: 1;
    transform: translate(0px, 0px);
}
.hover-img .hover-hold.hover-title-center, .hover-img .hover-hold.hover-icon {
    transform: translate(-50%, -50%);
}
.hover-img .hover-hold.hover-title-center-top, .hover-img .hover-hold.hover-title-center-bottom, .hover-img .hover-hold.hover-icon-center-top, .hover-img .hover-hold.hover-icon-center-bottom, .hover-img .hover-hold.hover-icon-group-center-top, .hover-img .hover-hold.hover-icon-group-center-bottom {
    transform: translate(-50%, 0%);
}
.hover-img .hover-hold.hover-icon-group {
    transform: translate3d(0px, -50%, 0px);
}
.hover-img:hover .hover-title, .hover-img:hover [class^="hover-title-"], .hover-img:hover [class*=" hover-title-"], .hover-img:hover [class^="hover-icon-"], .hover-img:hover [class*=" hover-icon-"], .hover-img:hover .hover-icon, .hover-img:hover .hover-inner-wrap, .hover-img:hover > .hover-inner, .hover-img:hover .hover-icon-group {
    filter: none;
    opacity: 1;
    transform: translate(0px, 0px);
}
.hover-img:hover .hover-title-center, .hover-img:hover .hover-icon {
    transform: translate3d(-50%, -50%, 0px);
}
.hover-img:hover .hover-icon-group {
    transform: translate3d(0px, -50%, 0px);
}
.hover-img:hover .hover-title-center-top, .hover-img:hover .hover-title-center-bottom, .hover-img:hover .hover-icon-center-bottom, .hover-img:hover .hover-icon-center-top, .hover-img:hover .hover-icon-group-center-top, .hover-img:hover .hover-icon-group-center-bottom {
    transform: translate(-50%, 0%);
}
.hover-img:hover > img {
    opacity: 0.7;
    transform: scale(1.2);
}









.booking-item {
    border: 1px solid #e6e6e6;
    color: #737373;
    cursor: pointer;
    display: block;
    padding: 1em;
    position: relative;
    transition: all 0.2s ease 0s;
}

.booking-item img{
    border: 1px solid #e6e6e6;
}

.booking-item:hover, .booking-item.active {
    border: 1px solid #ed8323;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    color: #737373;
}
.booking-item:hover .booking-item-number, .booking-item.active .booking-item-number {
    background: #808080 none repeat scroll 0 0;
}
.booking-item:hover .booking-item-img-wrap .booking-item-img-num, .booking-item.active .booking-item-img-wrap .booking-item-img-num {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    filter: none;
    opacity: 1;
}
.booking-item.booking-item-small {
    padding: 11px;
}
.booking-item.booking-item-small .booking-item-title {
    font-size: 14px;
    margin-bottom: 0;
}
.booking-item.booking-item-small .booking-item-rating-stars {
    color: #ed8323;
    font-size: 12px;
    margin-bottom: 0;
}
.booking-item.booking-item-small .booking-item-price {
    display: inline;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 2px;
}
.booking-item.booking-item-small .booking-item-price-from {
    font-size: 12px;
    margin-bottom: 2px;
}
.booking-item-title {
    margin-bottom: 7px;
}
.booking-item-description {
    font-size: 13px;
    line-height: 1.5em;
}
.booking-item-img-wrap {
    position: relative;
}
.booking-item-img-wrap .booking-item-img-num {
    background: rgba(0, 0, 0, 0.01) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    line-height: 1em;
    opacity: 0.5;
    padding: 5px 7px;
    position: absolute;
    right: 0;
    transition: all 0.2s ease 0s;
}
.booking-item-img-wrap .booking-item-img-num > .fa {
    margin-right: 3px;
}
.booking-item-last-booked {
    font-size: 11px;
}
.booking-item-rating {
    border-bottom: 1px solid #f7f7f7;
    display: inline-block;
    margin-bottom: 3px;
    padding-bottom: 3px;
}
.booking-item-rating .booking-item-rating-stars {
    color: #ed8323;
    display: inline-block;
    margin-bottom: -5px;
    margin-right: 17px;
}
.booking-item-rating .booking-item-rating-stars .fa {
    margin-right: 0;
}
.booking-item-rating .booking-item-rating-number {
    margin-right: 7px;
}
.booking-item-rating .booking-item-rating-number > b {
    font-size: 25px;
}
.booking-item-address {
    font-size: 13px;
    line-height: 1em;
}
.booking-item-price-from {
    display: block;
    font-size: 12px;
    line-height: 1em;
}
.booking-item-price {
    color: #626262;
    display: inline-block;
    font-size: 47px;
    line-height: 1em;
    margin-bottom: 12px;
}
.booking-item-number {
    background: #e6e6e6 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.2s ease 0s;
    width: 20px;
}
.booking-item-flight-details {
    overflow: hidden;
}
.booking-item-flight-details .booking-item-departure, .booking-item-flight-details .booking-item-arrival {
    float: left;
    width: 47%;
}
.booking-item-flight-details .booking-item-departure .fa-plane, .booking-item-flight-details .booking-item-arrival .fa-plane {
    display: block;
    float: left;
    font-size: 30px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}
.booking-item-flight-details .booking-item-departure h5, .booking-item-flight-details .booking-item-arrival h5 {
    margin-bottom: 0;
}
.booking-item-flight-details .booking-item-departure .booking-item-date, .booking-item-flight-details .booking-item-arrival .booking-item-date {
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 7px;
    padding-left: 32px;
}
.booking-item-flight-details .booking-item-departure {
    margin-right: 6%;
}
.booking-item-flight-details .booking-item-destination {
    font-size: 12px;
    line-height: 1.3em;
}
.booking-item-airline-logo > p {
    font-size: 12px;
    line-height: 1.3em;
    margin-bottom: 0;
    margin-top: 5px;
}
.booking-item-airline-logo > img {
    width: 40px;
}
.booking-item-flight-class {
    color: #8f8f8f;
    font-size: 11px;
    line-height: 1em;
    margin-bottom: 7px;
    margin-top: -5px;
}
.booking-item-features {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.booking-item-features > li {
    float: left;
    margin-bottom: 7px;
    margin-right: 7px;
    position: relative;
}
.booking-item-features > li:hover > i {
    border-color: #d66f11;
}
.booking-item-features > li .booking-item-feature-sign {
    bottom: 2px;
    display: block;
    font-size: 10px;
    left: 0;
    line-height: 1em;
    position: absolute;
    text-align: center;
    width: 100%;
}
.booking-item-features > li > i {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #686868;
    display: block;
    font-size: 23px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 35px;
}
.booking-item-features-dark > li > i {
    background: #4d4d4d none repeat scroll 0 0;
    border: 1px solid #333;
    color: #fff;
}
.booking-item-features-rentals {
    margin-top: 10px;
}
.booking-item-features-rentals > li {
    margin-bottom: 0;
}
.booking-item-car-title {
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 0;
    margin-top: 7px;
}
.booking-item-features-sign > li {
    padding-bottom: 15px;
}
.booking-item-features-small > li {
    margin-bottom: 5px;
    margin-right: 5px;
}
.booking-item-features-small > li > i {
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.booking-item-features-small > li > i > img {
    width: 20px;
}
.booking-item-features-expand {
    display: block;
}
.booking-item-features-expand .booking-item-feature-title {
    color: #686868;
    line-height: 37px;
    margin-left: 7px;
    position: relative;
}
.booking-item-features-expand > li {
    display: block;
    float: none;
    overflow: hidden;
}
.booking-item-features-expand > li::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.booking-item-features-expand > li > i {
    float: left;
}
.booking-item-features-2-col > li {
    float: left;
    margin-right: 0;
    width: 50%;
}
.booking-item-container .booking-item-details {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translate3d(0px, -10px, 0px);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, height 0.3s ease 0s;
}
.booking-item-container .booking-item-details h5 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
}
.booking-item-container .booking-item-details h5.list-title {
    margin-bottom: 0;
}
.booking-item-container .booking-item-details .list {
    margin-bottom: 20px;
}
.booking-item-container.active .booking-item-details {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #e6e6e6 #e6e6e6;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    filter: none;
    font-size: 11px;
    height: auto;
    line-height: 1.6em;
    opacity: 1;
    overflow: auto;
    padding: 15px;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
}
.booking-title {
    margin-bottom: 25px;
    margin-top: 15px;
}
.booking-title > small {
    font-size: 12px;
    margin-left: 5px;
}
.booking-filters {
    background: #4d4d4d none repeat scroll 0 0;
    border: 1px solid #262626;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    padding: 15px 0;
    width: 263px;
}
.booking-filters > h3 {
    padding: 0 20px;
}
.booking-filters .booking-filters-list > li {
    border-top: 1px solid #3b3b3b;
    margin-top: 15px;
    padding: 15px 20px 0;
}
.booking-filters .booking-filters-list > li .booking-filters-title {
    margin-bottom: 5px;
}
.booking-filters .booking-filters-list > li .booking-filters-title small {
    color: #ccc;
    float: right;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3em;
    position: relative;
    top: 10px;
}
.booking-filters .booking-filters-list > li .booking-filters-sub-title {
    font-size: 15px;
    line-height: 1em;
    margin-top: 10px;
}
.booking-filters .irs-from, .booking-filters .irs-to, .booking-filters .irs-single {
    color: #fff;
}
.booking-filters .irs-grid-text {
    color: #d9d9d9;
}
.booking-filters.booking-filters-white {
    background: #fafafa none repeat scroll 0 0;
    border-color: #ccc;
    color: #737373;
}
.booking-filters.booking-filters-white .irs-from, .booking-filters.booking-filters-white .irs-to, .booking-filters.booking-filters-white .irs-single {
    color: #737373;
}
.booking-filters.booking-filters-white .booking-filters-list > li {
    border-color: #ccc;
}
.booking-sort {
    font-size: 10px;
}
.booking-sort .booking-sort-title {
    font-size: 14px;
}
.booking-sort .booking-sort-title > a {
    color: #737373;
}
.booking-item-meta .booking-item-rating {
    border: medium none;
    display: block;
    margin-bottom: 30px;
    padding: 0;
}
.booking-item-meta .booking-item-rating-stars {
    font-size: 30px;
    margin-bottom: -3px;
    margin-right: 10px;
}
.booking-item-meta .booking-item-rating-number {
    font-size: 20px;
}
.booking-item-meta .booking-item-rating-number b {
    font-size: 30px;
}
.booking-item-raiting-list, .booking-item-raiting-summary-list {
    font-size: 13px;
    margin-bottom: 30px;
}
.booking-item-raiting-list > li, .booking-item-raiting-summary-list > li {
    margin-bottom: 5px;
    overflow: hidden;
}
.booking-item-raiting-list > li > div, .booking-item-raiting-summary-list > li > div {
    float: left;
    height: 26px;
    line-height: 26px;
}
.booking-item-raiting-list > li > div.booking-item-raiting-list-title, .booking-item-raiting-summary-list > li > div.booking-item-raiting-list-title {
    width: 24%;
}
.booking-item-raiting-list > li > div.booking-item-raiting-list-bar, .booking-item-raiting-summary-list > li > div.booking-item-raiting-list-bar {
    background: #e6e6e6 none repeat scroll 0 0;
    height: 20px;
    margin-top: 3px;
    width: 60%;
}
.booking-item-raiting-list > li > div.booking-item-raiting-list-bar > div, .booking-item-raiting-summary-list > li > div.booking-item-raiting-list-bar > div {
    background: #ed8323 none repeat scroll 0 0;
    height: 100%;
}
.booking-item-raiting-list > li > div.booking-item-raiting-list-number, .booking-item-raiting-summary-list > li > div.booking-item-raiting-list-number {
    margin-left: 2%;
    width: 10%;
}
.booking-item-raiting-summary-list > li > div.booking-item-raiting-list-title {
    width: 48%;
}
.booking-item-raiting-summary-list > li .booking-item-rating-stars {
    color: #ed8323;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}
.booking-item-reviews > li {
    margin-bottom: 20px;
}
.booking-item-reviews > li .booking-item-review-person p {
    line-height: 1em;
}
.booking-item-reviews > li .booking-item-review-person-avatar {
    display: table;
    margin-bottom: 8px;
    transition: all 0.3s ease 0s;
}
.booking-item-reviews > li .booking-item-review-person-avatar:hover {
    box-shadow: 0 0 0 2px #ed8323;
}
.booking-item-reviews > li .booking-item-review-person-avatar > img {
    max-width: 70px;
}
.booking-item-reviews > li .booking-item-review-person-name {
    margin-bottom: 5px;
}
.booking-item-reviews > li .booking-item-review-person-loc {
    font-size: 11px;
    margin-bottom: 0;
}
.booking-item-reviews > li .booking-item-review-content {
    border: 1px solid #e6e6e6;
    padding: 15px 17px;
    position: relative;
    transition: all 0.2s ease 0s;
}
.booking-item-reviews > li .booking-item-review-content::before {
    border-bottom: 15px solid transparent;
    border-right: 20px solid #ededed;
    border-top: 15px solid transparent;
    content: "";
    height: 0;
    left: -20px;
    position: absolute;
    top: 14px;
    width: 0;
    z-index: 2;
}
.booking-item-reviews > li .booking-item-review-content > h5 {
    margin-bottom: 0;
}
.booking-item-reviews > li .booking-item-review-content .booking-item-raiting-summary-list > li > div.booking-item-raiting-list-title {
    width: 75px;
}
.booking-item-reviews > li .booking-item-review-content .booking-item-raiting-summary-list > li .booking-item-rating-stars {
    margin-bottom: 0;
}
.booking-item-reviews > li .booking-item-review-content .booking-item-review-more, .booking-item-reviews > li .booking-item-review-content .booking-item-review-more-content {
    display: none;
    transition: all 0.2s ease 0s;
}
.booking-item-reviews > li .booking-item-review-content .booking-item-review-expand {
    cursor: pointer;
    height: 30px;
    position: relative;
}
.booking-item-reviews > li .booking-item-review-content .booking-item-review-expand span {
    color: #ed8323;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    position: absolute;
}
.booking-item-reviews > li .booking-item-review-content .booking-item-review-expand span.booking-item-review-expand-less {
    display: none;
}
.booking-item-reviews > li .booking-item-review-content.expanded .booking-item-review-more {
    display: inline;
}
.booking-item-reviews > li .booking-item-review-content.expanded .booking-item-review-more-content {
    display: block;
}
.booking-item-reviews > li .booking-item-review-content.expanded .booking-item-review-expand span.booking-item-review-expand-less {
    display: block;
}
.booking-item-reviews > li .booking-item-review-content.expanded .booking-item-review-expand span.booking-item-review-expand-more {
    display: none;
}
.booking-item-reviews > li .booking-item-raiting-summary-list {
    margin-bottom: 10px;
}
.booking-item-reviews > li .booking-item-rating-stars {
    color: #ed8323;
    font-size: 14px;
    margin-bottom: 5px;
}
.booking-item-reviews > li .booking-item-review-rate {
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 0;
}
.booking-item-reviews > li .booking-item-review-rate .fa {
    margin-left: 7px;
}
.booking-item-raiting-summary-list.stats-list-select > li .booking-item-rating-stars {
    color: #b3b3b3;
}
.booking-item-raiting-summary-list.stats-list-select > li .booking-item-rating-stars > li {
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.booking-item-raiting-summary-list.stats-list-select > li .booking-item-rating-stars > li.hovered {
    color: #808080;
}
.booking-item-raiting-summary-list.stats-list-select > li .booking-item-rating-stars > li.selected {
    color: #ed8323;
}
.booking-item-deails-date-location {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #ed8323;
    border-radius: 5px;
    padding: 15px 17px;
}
.booking-item-deails-date-location > ul {
    font-size: 12px;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}
.booking-item-deails-date-location > ul > li {
    margin-bottom: 15px;
}
.booking-item-deails-date-location > ul > li p {
    margin-bottom: 5px;
}
.booking-item-deails-date-location > ul > li p > i {
    font-size: 11px;
    height: 23px;
    line-height: 23px;
    margin-right: 7px;
    width: 23px;
}
.booking-item-deails-date-location > ul > li h5 {
    color: #515151;
    font-size: 14px;
    margin-bottom: 5px;
}
.booking-item-price-calc {
    font-size: 13px;
}
.booking-item-price-calc .checkbox {
    margin-bottom: 5px;
    margin-top: 0;
}
.booking-item-price-calc .checkbox label {
    font-weight: 100;
}
.booking-item-price-calc .icheck {
    height: 20px;
    line-height: 18px;
    top: 2px;
    width: 20px;
}
.booking-item-price-calc .list {
    margin-bottom: 10px;
}
.booking-item-price-calc .list > li {
    margin-bottom: 7px;
}
.booking-item-price-calc .list > li > small {
    display: block;
    font-size: 11px;
}
.booking-item-price-calc .list > li > p {
    height: 25px;
    line-height: 25px;
    margin-bottom: 0;
}
.booking-item-price-calc .list > li > p span {
    float: right;
}
.booking-item-price-calc .list > li:last-child {
    border-top: 1px solid #ccc;
    color: #5c5c5c;
    padding-top: 7px;
}
.booking-item-price-calc .list > li:last-child > p > span {
    font-size: 15px;
    font-weight: 600;
}
.booking-item-passengers > li {
    border-top: 2px dashed #e6e6e6;
    margin-top: 20px;
    padding-top: 20px;
}
.booking-item-passengers > li:last-child {
    border-bottom: 2px dashed #e6e6e6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.booking-item-passengers label {
    font-size: 13px;
    font-weight: 100;
}
.booking-item-payment-total-flight {
    background: #f2f2f2 none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0 30px 0 0;
    padding: 0;
}
.booking-item-payment-total-flight > li {
    background: #4d4d4d none repeat scroll 0 0;
    color: #e6e6e6;
    padding: 10px 15px;
}
.booking-item-payment-total-flight > li:first-child {
    border-bottom: 1px dashed #1a1a1a;
    border-radius: 5px 5px 0 0;
}
.booking-item-payment-total-flight > li:first-child > h5 {
    color: #f09644;
    line-height: 1em;
    margin: 3px 0;
}
.booking-item-payment-total-flight > li:last-child {
    border-radius: 0 0 5px 5px;
}
.booking-item-payment-total-flight > li.booking-item-payment-total-flight-wait {
    background: #333 none repeat scroll 0 0;
}
.booking-item-payment-total-flight > li.booking-item-payment-total-flight-wait > p {
    font-size: 13px;
    line-height: 1.4em;
    margin: 0;
    text-align: center;
}
.booking-item-payment-total-flight > li h5 {
    color: #fff;
}
.booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-departure .fa-plane, .booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-arrival .fa-plane {
    font-size: 20px;
}
.booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-departure h5, .booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-arrival h5 {
    font-size: 14px;
}
.booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-departure .booking-item-date, .booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-arrival .booking-item-date {
    font-size: 11px;
    padding-left: 23px;
}
.booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-destination {
    font-size: 12px;
}
.booking-item-payment-total-flight > li .booking-item-flight-duration > p {
    font-size: 13px;
    line-height: 1em;
    margin-bottom: 5px;
}
.booking-item-payment-total-flight > li .booking-item-flight-duration > h5 {
    font-weight: 400;
}
.booking-item-payment-flight .booking-item-flight-details .booking-item-departure .fa-plane, .booking-item-payment-flight .booking-item-flight-details .booking-item-arrival .fa-plane {
    font-size: 20px;
}
.booking-item-payment-flight .booking-item-flight-details .booking-item-departure h5, .booking-item-payment-flight .booking-item-flight-details .booking-item-arrival h5 {
    font-size: 14px;
}
.booking-item-payment-flight .booking-item-flight-details .booking-item-departure .booking-item-date, .booking-item-payment-flight .booking-item-flight-details .booking-item-arrival .booking-item-date {
    font-size: 11px;
    padding-left: 23px;
}
.booking-item-payment-flight .booking-item-flight-details .booking-item-destination {
    font-size: 12px;
}
.booking-item-payment-flight .booking-item-flight-duration > p {
    font-size: 13px;
    line-height: 1em;
    margin-bottom: 5px;
}
.booking-item-payment-flight .booking-item-flight-duration > h5 {
    font-weight: 400;
}
.booking-item-dates-change {
    border: 1px solid #ed8323;
    border-radius: 5px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
    padding: 15px 20px;
}
.booking-item-payment {
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
.booking-item-payment > header {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 10px 15px;
}
.booking-item-payment > header .booking-item-payment-img {
    display: block;
    float: left;
    margin-right: 5%;
    width: 30%;
}
.booking-item-payment > header .booking-item-payment-title {
    font-size: 14px;
    margin-bottom: 0;
}
.booking-item-payment > header .booking-item-rating-stars {
    font-size: 11px;
}
.booking-item-payment .booking-item-payment-total {
    font-size: 12px;
    margin-bottom: 0;
    padding: 8px 30px 8px 15px;
}
.booking-item-payment .booking-item-payment-total > span {
    color: #686868;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -2px;
}
.booking-item-payment .booking-item-payment-details {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    list-style: outside none none;
    margin: 0;
    padding: 15px;
}
.booking-item-payment .booking-item-payment-details > li {
    margin-bottom: 20px;
    overflow: hidden;
}
.booking-item-payment .booking-item-payment-details > li:last-child {
    margin-bottom: 0;
}
.booking-item-payment .booking-item-payment-details > li > h5 {
    line-height: 1em;
}
.booking-item-payment .booking-item-payment-details > li > p {
    color: #686868;
    margin-bottom: 0;
}
.booking-item-payment .booking-item-payment-details > li .booking-item-payment-item-title {
    color: #515151;
}
.booking-item-payment .booking-item-payment-details > li .booking-item-payment-date, .booking-item-payment .booking-item-payment-details > li .booking-item-payment-date-separator {
    display: block;
    float: left;
}
.booking-item-payment .booking-item-payment-details > li .booking-item-payment-date-separator {
    text-align: center;
    width: 15%;
}
.booking-item-payment .booking-item-payment-details > li .booking-item-payment-date .booking-item-payment-date-day {
    color: #686868;
    line-height: 1em;
    margin-bottom: 5px;
}
.booking-item-payment .booking-item-payment-details > li .booking-item-payment-date .booking-item-payment-date-weekday {
    color: #7a7a7a;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 0;
}
.booking-item-payment .booking-item-payment-details > li .booking-item-payment-price {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.booking-item-payment .booking-item-payment-details > li .booking-item-payment-price > li {
    border-bottom: 1px dashed #d9d9d9;
    font-size: 12px;
    overflow: hidden;
    width: 70%;
}
.booking-item-payment .booking-item-payment-details > li .booking-item-payment-price > li .booking-item-payment-price-title, .booking-item-payment .booking-item-payment-details > li .booking-item-payment-price > li .booking-item-payment-price-amount {
    float: left;
    margin: 0;
}
.booking-item-payment .booking-item-payment-details > li .booking-item-payment-price > li .booking-item-payment-price-amount {
    float: right;
}
.booking-item-payment .booking-item-payment-details > li .booking-item-payment-price > li .booking-item-payment-price-amount > small {
    margin-left: 3px;
}
.booking-item-details .booking-item-header {
    border-top: 1px solid #f2f2f2;
    margin-bottom: 20px;
    margin-top: 15px;
    padding-top: 15px;
}
.booking-item-details .booking-item-header-price {
    font-size: 19px;
    line-height: 1em;
    text-align: right;
}
.booking-item-details .booking-item-header-price .text-lg {
    font-size: 42px;
    line-height: 1em;
}
.booking-item-details .booking-item-header-price small {
    font-size: 13px;
}
.booking-details-tabbable .nav > li > a > .fa {
    font-size: 13px;
    margin-right: 5px;
    opacity: 0.6;
    position: relative;
    top: -1px;
}
.booking-details-tabbable .nav > li.active > a > .fa {
    filter: none;
    opacity: 1;
}
.booking-list-wishlist > li {
    padding-right: 25px;
    padding-top: 30px;
}

.booking-list > li {
    margin-bottom: 10px;
}

.booking-list-wishlist > li .booking-item-wishlist-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f7f7f7 none repeat scroll 0 0;
    border-color: #f2f2f2 #f2f2f2 -moz-use-text-color;
    border-image: none;
    border-radius: 3px 3px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    font-size: 12px;
    height: 30px;
    left: 0;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    top: 0;
}
.booking-list-wishlist > li .booking-item-wishlist-title > span {
    color: #8f8f8f;
    font-size: 9px;
    margin-left: 5px;
}
.booking-list-wishlist > li .booking-item-wishlist-remove {
    background: #e6e6e6 none repeat scroll 0 0;
    color: #737373;
    display: block;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 30px;
    transition: all 0.1s ease 0s;
    width: 25px;
}
.booking-list-wishlist > li .booking-item-wishlist-remove:hover {
    background: #4d4d4d none repeat scroll 0 0;
    color: #fff;
}

.booking-list {
    list-style: outside none none;
    padding-left: 0px;
}

.product-list {
    list-style: outside none none;
    padding-left: 0px;
}

.product-list > li {
    margin-bottom: 20px;
}



.rating_product .fa-stack {
    font-size: 30px;
    height: 16px;
    width: 30px;
}

.rating_product .faa-star, .rating_product .faa-star-o {
font-size: 30px !important;
}

.rating_product .fa {
    font-size: 30px !important;
    color: #ed8323;
}



.rating_product .fa-star + .fa-star-o {
    color: #ed8323;
}






.product_rating .fa-stack {
    font-size: 22px;
    height: 16px;
    width: 22px;
}

.product_rating .faa-star, .product_rating .faa-star-o {
font-size: 22px !important;
}

.product_rating .fa {
    font-size: 22px !important;
    color: #ed8323;
}



.product_rating .fa-star + .fa-star-o {
    color: #ed8323;
}

.product_rating
{
	padding-top: 5px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #f7f7f7;*/
	margin-bottom: 5px;
}

h3.product-title
{
	color: #565656;
    font-family: "Roboto",arial,helvetica,sans-serif;
    font-weight: 300;
    line-height: 1.3em;
    margin-top: 0;
}


.product_rating .booking-item-rating-number {
    margin-right: 7px;
    font-weight: bold;
}

.product_rating .booking-item-rating-number > b {
    font-size: 25px;
	margin-left: 15px;
}


h1 .fa {
    font-size: 22px;
    width: 20px;
}

#title{
	margin-top: 0px !important; font-family: "Roboto",arial,helvetica,sans-serif; font-weight: 300;
}

#article-title{
	margin-top: 0px !important; font-family: "Roboto",arial,helvetica,sans-serif; font-weight: 300;
}

#article-title i {
    color: #ed8323;
    font-size: 1em !important;
}

#rvideos
{
	margin-top: 5px !important;
	margin-bottom: 0px;
}

h1#rvideos .fa {
    font-size: 8px;
    width: 10px;
}

.text-small {
    font-size: 12px;
    line-height: 1.5em;
}

ul.list li { font-size: 11px; }

ul.list li a { 
	color: #ed8323;
    text-decoration: none; 
}

ul.list li a:hover {
    color: #c96810;
    text-decoration: none;
}

ul.list li a.button {
    background: #541549;
    color: #ffffff;
    text-decoration: none;
    padding: 4px 5px;
    border: 1px solid #541549;
}

.articles-list > li {
    margin-bottom: 10px;
}

.articles-list {
    list-style: outside none none;
    padding-left: 0px;
}

.article-img {
    color: #737373;
    cursor: pointer;
    display: block;
    position: relative;
    transition: all 0.2s ease 0s;
}

.article-img img{
    border: 1px solid #e6e6e6;
}

.article-img:hover, .article-img.active {
    /*box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);*/
    color: #737373;
}

.article-title {
    color: #737373;
    cursor: pointer;
    display: block;
    position: relative;
    padding-top: 2px;
    transition: all 0.2s ease 0s;
}

.article-title:hover, .article-title.active {
    color: #3f3f3f;
    /*text-decoration: underline;*/
}

.fa-stack-5x
{
	font-size: 2em !important;
	position: absolute;
}

.fa-5x
{
	width: 2em !important;
}

.article-meta {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    color: #888;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 2px;
    padding-bottom: 6px;
    padding-top: 6px;
}

span.views
{
	color: #800080;
	border-bottom: 2px solid #800080;
	padding: 5px 10px;
	text-decoration: none;
	/*margin-left: 58%;*/
	font-weight: bold;
}

.like, .dis-like
{
	color: #ed8323;
	/*cursor: default;*/
}

.default
{
	color: #ed8323;
	cursor: default;
	font-size: 10px;
}

                          

.rating_stars {
  background: url("stars.png") repeat-x 0 0;
  width: 150px;
  /*margin: 0 auto;*/
}

.rating_stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rating_stars input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
.rating_stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
.rating_stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
.rating_stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
.rating_stars input[type="radio"].star-1:checked ~ span {
  width: 20%;
}
.rating_stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
.rating_stars label:hover ~ span {
  background-position: 0 -30px;
}
.rating_stars label.star-5:hover ~ span {
  width: 100% !important;
}
.rating_stars label.star-4:hover ~ span {
  width: 80% !important;
}
.rating_stars label.star-3:hover ~ span {
  width: 60% !important;
}
.rating_stars label.star-2:hover ~ span {
  width: 40% !important;
}
.rating_stars label.star-1:hover ~ span {
  width: 20% !important;
}
.rating_stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("stars.png") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}


.bg-gray {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 15px 17px;
}

.bg-gray label {

}

.bg-gray .form-control, #comment .form-control
{
	border-radius: 0px !important;
}

.comments-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.comment {
    margin-bottom: 25px;
    overflow: hidden;
}

.comment .comment-author {
    float: left;
    margin-right: 10px;
}

.comment .comment-author img {
    border-radius: 50%;
}

.comment .comment-inner {
    display: table;
}

.comment .comment-author-name {
    color: #888;
    font-size: 12px;
    margin: 0;
}

.comment .comment-content {
    border-bottom: 1px dashed #e6e6e6;
    margin: 3px 0;
    padding-bottom: 10px;
}

.comment .comment-time {
    color: #8f8f8f;
    font-size: 12px;
    margin-right: 10px;
}

.comment .comment-reply {
	color: #ed8323;
    text-decoration: none;
}

.comments-list li ul {
    margin-left: 25px;
    list-style: outside none none;
}

#search form-control
{
	
}

.list-horizontal::after, .list-inline::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


.list-horizontal, .list-footer{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.list-footer > li > a{
   color: #fff !important;
}

.list-horizontal > li, .list-inline > li {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 0;
}

footer h1, footer h2,  footer h4, footer h5 {
    color: #fff;
}

footer h3, footer h3 a {
	color: #ed8323;
}

div.faq-section h2
{
	margin-top: 0px;
}

div#contact-us p
{
	margin: 0 0 10px;
	color: #737373;
    font-family: "Open Sans",Tahoma,Arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}

aside.sidebar-right {
    /*border-left: 1px solid #d4d4d4;*/
    padding-left: 30px;
}

.address-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.address-list > li {
    margin-bottom: 20px;
}

.address-list > li > h5 {
    margin-bottom: 3px;
    font-size: 18.2px;
    font-weight: 300;
}

.address-list > li > a {
	color: #ed8323;
    font-family: "Open Sans",Tahoma,Arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}

address {
    font-style: normal;
    line-height: 1.42857;
    margin-bottom: 20px;
}

/*#jobs_title {
	font-size: 100px;
	display: block;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #64a3ac;
}*/

#jobs_title {
    line-height: 1.2;
    font-size: 4em;
    font-weight: 400;
    display: block;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 0.03em;
    color: #666;
    margin-top: 5%;
}

#job_skre .btn {
    margin-left: 27px;
    margin-top: 30px;
    font-size: 24px;
    line-height: 1.8;
    padding: .5em 1.5em;	
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-family: "Ubuntu",sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
    max-width: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1;
    color: #fff;
}

.btn-resum {
	/*border: 5px solid #68A1B2;*/
	background-color: #68A1B2;
}

.btn-job {
	/*border: 5px solid #ed8323;*/
	background-color: #ed8323;
}


.bg-darkers {
    background: #404142 none repeat scroll 0 0;
    fill: #404142;
}
.divider {
    border: medium none;
    height: 2px;
    margin: 27px auto 34px;
    padding: 0;
    width: 34px;
}

#resume .form-group label {
    font-size: 16px;
    margin-bottom: 7px;
}

#resume .form-group .form-control {
    font-size: 13px;
    height: 45px;
    padding: 10px 18px;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: #fff;
    background-color: #ed8323;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

#resume select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

#resume select > option {
  padding: 10px 18px;
/*  -webkit-padding-before: 10px;
  -webkit-padding-end: 18px;
  -webkit-padding-after: 10px;
  -webkit-padding-start: 18px;*/
}

footer .list-horizontal  > li > a{
	color: #fff !important;
}

#v-title, #wit-title, #adv-title, #disa-title, #hdiw-title {
	margin: 10px 0px; 
	color: #541549; 
	font-weight: 800; 
	font-size: 20px; 
	padding: 0px;
}

#v-title {
	margin-top: 0px;
}

div.alert > a {
	color: #ed8323;
}

div.alert > a:hover {
	color: #ffffff;
	text-decoration: underline;
}

ul#vendor-more > li {
	color: #ed8323;
}


#request_box {
    background-color: white;
    /*padding: 2em;*/
    width: 60em;
}

.vendor-attr:hover
{
	color: #541549;
	font-weight: bold;
}

.user-profile-avatar {
    padding: 20px;
    background: #4D4D4D;
    color: #FFFFFF;
}
.text-center {
    text-align: center;
}

.user-profile-avatar img {
    border-radius: 50%;
    margin-bottom: 15px;
    max-width: 120px;
}

.user-profile-avatar > h4
{
	color: #FFFFFF;
}



.easerating_stars {
  background: url("stars.png") repeat-x 0 0;
  width: 150px;
  /*margin: 0 auto;*/
}

.easerating_stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.easerating_stars input[type="radio"].estar-5:checked ~ span {
  width: 100%;
}
.easerating_stars input[type="radio"].estar-4:checked ~ span {
  width: 80%;
}
.easerating_stars input[type="radio"].estar-3:checked ~ span {
  width: 60%;
}
.easerating_stars input[type="radio"].estar-2:checked ~ span {
  width: 40%;
}
.easerating_stars input[type="radio"].estar-1:checked ~ span {
  width: 20%;
}
.easerating_stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
.easerating_stars label:hover ~ span {
  background-position: 0 -30px;
}
.easerating_stars label.estar-5:hover ~ span {
  width: 100% !important;
}
.easerating_stars label.estar-4:hover ~ span {
  width: 80% !important;
}
.easerating_stars label.estar-3:hover ~ span {
  width: 60% !important;
}
.easerating_stars label.estar-2:hover ~ span {
  width: 40% !important;
}
.easerating_stars label.estar-1:hover ~ span {
  width: 20% !important;
}
.easerating_stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("stars.png") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}


.featuresrating_stars {
  background: url("stars.png") repeat-x 0 0;
  width: 150px;
  /*margin: 0 auto;*/
}

.featuresrating_stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.featuresrating_stars input[type="radio"].ffstar-5:checked ~ span {
  width: 100%;
}
.featuresrating_stars input[type="radio"].fstar-4:checked ~ span {
  width: 80%;
}
.featuresrating_stars input[type="radio"].fstar-3:checked ~ span {
  width: 60%;
}
.featuresrating_stars input[type="radio"].fstar-2:checked ~ span {
  width: 40%;
}
.featuresrating_stars input[type="radio"].fstar-1:checked ~ span {
  width: 20%;
}
.featuresrating_stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
.featuresrating_stars label:hover ~ span {
  background-position: 0 -30px;
}
.featuresrating_stars label.fstar-5:hover ~ span {
  width: 100% !important;
}
.featuresrating_stars label.fstar-4:hover ~ span {
  width: 80% !important;
}
.featuresrating_stars label.fstar-3:hover ~ span {
  width: 60% !important;
}
.featuresrating_stars label.fstar-2:hover ~ span {
  width: 40% !important;
}
.featuresrating_stars label.fstar-1:hover ~ span {
  width: 20% !important;
}
.featuresrating_stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("stars.png") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}

.customerrating_stars {
  background: url("stars.png") repeat-x 0 0;
  width: 150px;
  /*margin: 0 auto;*/
}

.customerrating_stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.customerrating_stars input[type="radio"].cstar-5:checked ~ span {
  width: 100%;
}
.customerrating_stars input[type="radio"].cstar-4:checked ~ span {
  width: 80%;
}
.customerrating_stars input[type="radio"].cstar-3:checked ~ span {
  width: 60%;
}
.customerrating_stars input[type="radio"].cstar-2:checked ~ span {
  width: 40%;
}
.customerrating_stars input[type="radio"].cstar-1:checked ~ span {
  width: 20%;
}
.customerrating_stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
.customerrating_stars label:hover ~ span {
  background-position: 0 -30px;
}
.customerrating_stars label.cstar-5:hover ~ span {
  width: 100% !important;
}
.customerrating_stars label.cstar-4:hover ~ span {
  width: 80% !important;
}
.customerrating_stars label.cstar-3:hover ~ span {
  width: 60% !important;
}
.customerrating_stars label.cstar-2:hover ~ span {
  width: 40% !important;
}
.customerrating_stars label.cstar-1:hover ~ span {
  width: 20% !important;
}
.customerrating_stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("stars.png") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}

.moneyrating_stars {
  background: url("stars.png") repeat-x 0 0;
  width: 150px;
  /*margin: 0 auto;*/
}

.moneyrating_stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.moneyrating_stars input[type="radio"].mstar-5:checked ~ span {
  width: 100%;
}
.moneyrating_stars input[type="radio"].mstar-4:checked ~ span {
  width: 80%;
}
.moneyrating_stars input[type="radio"].mstar-3:checked ~ span {
  width: 60%;
}
.moneyrating_stars input[type="radio"].mstar-2:checked ~ span {
  width: 40%;
}
.moneyrating_stars input[type="radio"].mstar-1:checked ~ span {
  width: 20%;
}
.moneyrating_stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
.moneyrating_stars label:hover ~ span {
  background-position: 0 -30px;
}
.moneyrating_stars label.mstar-5:hover ~ span {
  width: 100% !important;
}
.moneyrating_stars label.mstar-4:hover ~ span {
  width: 80% !important;
}
.moneyrating_stars label.mstar-3:hover ~ span {
  width: 60% !important;
}
.moneyrating_stars label.mstar-2:hover ~ span {
  width: 40% !important;
}
.moneyrating_stars label.mstar-1:hover ~ span {
  width: 20% !important;
}
.moneyrating_stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("stars.png") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}




.filter-by {
    padding: 20px;
    background: #4D4D4D;
    color: #FFFFFF;
    border-radius: 5px;
}

.filter-by > h3
{
	color: #FFFFFF;
	margin-top: 0px;
}

.filter-by > form > ul
{
	color: #FFFFFF;
	list-style: none;
	padding-left: 2em;
	border-top: 1px solid #000;
	padding-top: 1em;
}

.radio, .checkbox {
    display: block;
    margin-bottom: 15px;
    margin-top: 0;
    min-height: 20px;
    padding-left: 5px;
}

.radio label, .checkbox label {
    cursor: pointer;
    display: inline;
    font-weight: normal;

}

.i-check, .i-radio {
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 22px;
    left: -7px;
    line-height: 20px;
    margin: 0 0 0 -13px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    top: 1px;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 22px;
}

.i-check::before, .i-radio::before {
    color: #fff;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 14px;
    opacity: 0;
    transform: translate3d(0px, -25px, 0px);
    transition: all 0.3s ease 0s;
}

div#sub-footer
{
	margin-top: 30px;
	color: #541549;
}

div#sub-footer h4 {
	color: #541549 !important;
}

footer
{
	color: #ffffff;
	border: none;
	padding-top: 10px;
	margin-top: 0px;
}

footer h2, footer h4, {
	color: #ffffff !important;
}

ul#social {
	/*margin-left: 14%;*/
}

ul#social li a
{
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 25px;
	color: #ffffff;
}

ul#social li:nth-child(2) a
{
	background-color: #3B5A9A;
}

ul#social li:nth-child(3) a
{
	background-color: #29A9E1;
}

ul#social li:nth-child(1) a
{
	background-color: #DF4B38;
}

ul#social li:nth-child(4) a
{
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}

ul#social li:nth-child(5) a
{
	background-color: #E03566;
}

ul#social li:nth-child(6) a
{
	background-color: #BD081C;
}

ul#social li a:hover
{
	color: #ffffff !important;
	border-radius: 50%;
}

div#sub-footer ul.flink {
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
    padding-top: 10px;
    border-top: 1px solid #e1e1e8; 
}

div#sub-footer ul.flink li {
    border-right: 1px solid #e1e1e8;
    display: inline-block;
    list-style: outside none none;
    padding: 0 10px;
}

div#sub-footer ul.flink li a {
	color: #541549;
}

div#sub-footer ul.flink li a:hover {
	color: #541549;
	text-decoration: underline;
}

div#sub-footer ul.flink li:last-child {
	border: none;
}


div#sub-footer ul#social {
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
    padding-top: 10px;
}

div#sub-footer ul#social li {
    display: inline-block;
    list-style: outside none none;
    padding: 0 3px;
}

div#writeus
{
	background: rgb(84, 21, 73) none repeat scroll 0% 0%; padding: 1em 2em;
}

h4#writeinfo {
	color: rgb(255, 255, 255); line-height: 20px; font-size: 13px;
}

a.vendor-attr
{
	background: #541549 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
}

a.vendor-attr:hover, a.contact-seller:hover, a.buy-product:hover
{
	color: #ffffff;
}

a.contact-seller
{
	background: #008CBA none repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold;
    padding: 0.4em 0.8em;
	cursor: pointer;
	font-size: 1.4em;
	margin-bottom: 0.2em;
}

a.buy-product
{
	background: #f44336 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold;
    padding: 0.4em 0.8em;
	cursor: pointer;
	font-size: 1.4em;
	margin-bottom: 0.2em;
}

@media screen and (max-width: 767px) {
    #request_box {
		background-color: white;
		/*padding: 2em;*/
		width: 28em;
	}
}

