@charset "utf-8";
html {
	-webkit-font-smoothing: antialiased
}
/* Fontface */
@font-face {
	font-family: 'robo-b';
	src: url('../fonts/robo-b.eot');
	src: url('../fonts/robo-b.eot?#iefix') format('embedded-opentype'), url('../fonts/robo-b.woff') format('woff'), url('../fonts/robo-b.ttf') format('truetype');
	font-weight: 400;
	font-smooth: always;
	-webkit-font-smoothing: subpixel-antialiased!important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
	font-family: robo-b;
	src: url(../fonts/robo-b.svg) format(svg)
}
}
html, body {
	-webkit-overflow-scrolling: touch;
	position: relative;
}
/* General */
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	background: #fff url(../assests/bg.jpg) repeat
}
h1, h2, h3, h4, h5, h6 {
	color: #3a3a3a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-rendering: auto;
	line-height: 1.25em;
	margin-top: 0
}
h4, h5, h6 {
	line-height: 1.4em
}
h1 {
	font-size: 36px
}
h2 {
	font-size: 30px
}
h3 {
	font-size: 24px
}
h4 {
	font-size: 18px
}
h5 {
	font-size: 15px;
	font-weight: 700
}
h6 {
	font-size: 13px
}
ul {
	list-style: none;
	margin: 0
}
/* Link & hover, focus color */
a {
	color: #777
}
a, a:hover, a:focus {
	-webkit-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
	text-decoration: none
}
a:focus {
	outline: none
}
img {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: middle
}
.line {
	background: url(../assests/line.jpg) repeat-x;
	height: 5px
}
[type=text], [type=password], textarea, select {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0;
	padding:9px 5px;
	outline:none;
	border:1px solid #ebebeb;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	width: 100%
}
[type=submit] {
	color:#fff;
	background:#00374b;
	font-weight:700;
	display:inline-block;
	outline:none;
	border:0;
	cursor:pointer;
	padding:10px
}
[type=submit].button {
	width: 40px;
	height: 40px;
	float: left
}
[type=submit].submit {
	color: #fbdf26;
	background: #00374b;
	font-weight: 700;
	margin: 10px auto 0;
	padding: 9px;
	display: block;
	border: 0;
	cursor: pointer;
	text-transform: uppercase
}
[type=submit].submit_login {
	color: #fff;
	background: #23c8a8;
	font-weight: 700;
	margin: 10px auto 0;
	padding: 0px 5px;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer
}
/* ANIMATE*/
.trans-hover {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.hover {
	display: inline-block;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover:hover, .hover:focus, .hover:active {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-animation-name: hover;
	animation-name: hover;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

/* TOP HEADER
-------------------------------------------------- */
#topheader #topbar {
	color: #fff;
	font-size: 11px;
	transition: all 1s ease 0s;
	background: #00374b;
	margin-left: 0px;
	margin-right: 0px;
}
#topheader #topbar ul li a {
	color: #fff;
	font-size: 11px;
	white-space: nowrap;
	background:#034760;
	padding:5px
}
#topheader #topbar ul li:before {
	color: #aaaaaa
}
#topheader #topbar ul li:hover a {
	color: #fff;
}
#topheader #topbar li {
	line-height: 38px
}
#topheader #topbar .header-right {
	padding: 0px
}
#topheader #topbar .btn {
	background: transparent;
	width: 100%;
	line-height: 38px;
	font-size: 12px;
	text-align: left;
	padding: 0;
	border: none;
	box-shadow: none
}
#topheader #topbar .btn a span, #topheader #topbar .btn a i {
	color: #fff
}
#topheader #topbar .btn:hover a {
	color: #fff;
}
#topheader #topbar .dropdown-menu {
	border: none;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 28px;
	transition: all 0.3s ease 0s;
	visibility: hidden
}
#topheader #topbar .dropdown-menu > .dropdown-menu-inner {
	padding: 10px;
}
#topheader #topbar .dropdown-menu .row {
	margin-bottom: 0 !important;
}
#topheader #topbar .btn-group:hover .dropdown-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 38px;
	visibility: visible;
}
/* language (Dropdown menu) */
.language {
	width: 50%;
}
.language img {
	cursor: pointer;
	margin-right: 5px;
	margin-left: 5px;
}
.language li {
	width: 100%;
}
.language li:hover .dropdown-menu {
	display: block;
}
.language div.btn-group {
	width: 100%;
}
/* currency (Dropdown menu) */
.currency .dropdown-menu, .language .dropdown-menu {
	z-index: 9999;
	margin-top: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background: #1c1c1c;
	padding-top: 0px;
	width: 100%
}
.currency .dropdown-menu a, .language .dropdown-menu a {
	line-height: 25px;
}
.currency .dropdown-menu a img, .language .dropdown-menu a img {
	margin-top: 8px;
	float: left;
}
.currency .dropdown-menu li, .language .dropdown-menu li {
	border-right: none;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.currency .dropdown-menu li:first-child, .language .dropdown-menu li:first-child {
	border-top: none;
}
.currency .dropdown-menu li:hover, .language .dropdown-menu li:hover {
	padding-left: 6px;
	background: none
}
/* links */
ul.links {
	position: relative;
	margin: 0;
	padding: 0;
}
ul.links li {
	display: inline-block;
	margin-right: 5px;
	line-height: 1.428571429;
}
/* Mobile Responsive */
#topbar .show-mobile:before, #topbar .show-mobile:after {
	content: " ";
	display: table;
}
#topbar .show-mobile:after {
	clear: both;
}
#topbar .show-mobile > div {
	margin: 0;
	padding: 0;
	position: relative
}
#topbar .show-mobile > div:hover .inner-toggle {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 38px;
	visibility: visible
}
#topbar .show-mobile .quickaccess-toggle {
	width: 44px;
	height: 38px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	font-size: 17px;
	cursor: pointer;
	margin-left: 1px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s
}
#topbar .show-mobile .quickaccess-toggle:hover {
	color: #FFFFFF;
	background-color: #034760;
}
#topbar .show-mobile .inner-toggle {
	display: block;
	position: absolute;
	background: #FFFFFF;
	right: 0;
	min-width: 200px;
	z-index: 99999;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 28px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
}
#topbar .show-mobile ul, #topbar .show-mobile .links {
	float: none !important;
	padding: 0;
	margin: 0;
	text-align: left;
}
#topbar .show-mobile ul li, #topbar .show-mobile .links li {
	float: none;
	display: inline-block;
	width: 100%;
	line-height: 30px;
}
#topbar .show-mobile ul li:last-child, #topbar .show-mobile .links li:last-child {
	border-bottom: none;
}
#topbar .show-mobile ul a, #topbar .show-mobile .links a {
	float: none;
	margin: 0;
	padding: 0px 10px;
	line-height: 33px;
	background-color: #60817b;
	border: none;
	display: block
}
#topbar .show-mobile ul a:hover, #topbar .show-mobile .links a:hover {
	color: #fff !important;
	background-color: #366159;
}
#topbar .show-mobile .currency .dropdown-menu, #topbar .show-mobile .language .dropdown-menu {
	left: -11px;
	padding: 5px;
}
#topbar .show-mobile .currency .dropdown-menu li, #topbar .show-mobile .language .dropdown-menu li {
	border: none;
}
#topbar .show-mobile .currency button, #topbar .show-mobile .language button {
	height: 30px;
	padding: 0 10px;
}
#topbar .show-mobile .language .dropdown-menu {
	left: -45px;
}
#topbar .show-mobile .quick-user .inner-toggle {
	right: -136px;
}
#topbar .show-mobile .quick-access .inner-toggle {
}
#topbar .show-mobile .search .inner-toggle {
	right: -44px;
}

/* HEADER
-------------------------------------------------- */
#header .container .row {
	background: #f6f6f6;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 10px;
}
.logo {
	padding: 15px 0px
}
/* Search */
.main-wrap .header-right {
	margin-bottom: 15px
}
.header-right {
	max-width: 100%;
	overflow: hidden
}
.header-right .search {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 999
}
.header-right [type=text].search_query {
color: #282828;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0px;
	padding: 9px;
	float: left;
	border: none;
	background:#fff;
	border: 1px solid #ebebeb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-style:italic;
	font-size:12px
}
.header-right [type=text].search_query::-webkit-input-placeholder {
   color: #282828;
}
.header-right [type=text].search_query:-moz-placeholder { /* Firefox 18- */
   color: #282828;  
}
.header-right [type=text].search_query::-moz-placeholder {  /* Firefox 19+ */
   color: #282828;  
}
.header-right [type=text].search_query:-ms-input-placeholder {  
   color: #282828;  
}
.header-right [type=submit].button{
	width: 41px;
	height: 41px;
	float: right;
	position: absolute;
	right: 0px;
	background: none;
	color: #00374b;
	border: none
}

/* Social Networks*/
ul.social {
	text-align: center;
	overflow: hidden;
	float: right;
}
ul.social li {
	display: inline-block;
 *display:inline; /*IE7*/
 *zoom:1; /*IE7*/
	float: left
}
ul.social li a {
	display: block;
	color: #36414b;
	padding: 10px 20px;
	text-align: center;
	font-size: 20px
}
ul.social li a:hover {
	background: #fbdf26;
	color: #fff
}
ul.social li a i {
	font-size: 15px
}

/* MAIN MENU
-------------------------------------------------- */
#nav {
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: none;
  list-style-type: none;
  clear: both;
}
.navbar-nav {
	float: right;
	  padding: 18px 0px;
  margin-right:50px;
}
ul.nav li a, ul.nav li.open li a {
	color: #00374b;
	font-size: 15px;
	padding: 15px;
	font-family: 'robo-b',Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-transform: uppercase;
	display: block
}
ul.nav li a:hover, ul.nav li a:focus, ul.nav li a.active, ul.nav li.open li a:hover, ul.nav li.open li a:focus, ul.nav li.open li a.active {
	color: #00374b;
	background: #fbdf26
}
ul.nav li.open a.dropdown-toggle {
	color: #00374b;
	background: #fbdf26;
	border-bottom: none
}
ul.nav li ul.dropdown-menu {
	min-width: 200px;
	border: none;
	left: 0px;
	background: #fff;
	border-radius: 0px;
	padding: 0px
}
ul.nav li ul.dropdown-menu li {
	margin: 0px 0px
}
ul.nav li ul.dropdown-menu li a {
	border-right: none;
	margin-right: 0;
	font-size: 13px;
	position: relative;
	text-transform: capitalize;
	padding: 10px 10px 10px 22px;
	clear: both;
	line-height: 25px;
	border-bottom: none !important;
	overflow: hidden;
	color: #00374b;
	background: #fbdf26;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
ul.nav li ul.dropdown-menu li a:before {
	position: absolute;
	font-family: FontAwesome;
	top: 9px;
	left: 9px;
	content: "\f1b9";
	font-size: 9px
}
ul.nav li ul.dropdown-menu li a:hover {
	background: #1a3f4f;
	color: #fff !important;
}
ul.nav li ul.dropdown-menu li.dropdown-submenu {
	position: relative
}
ul.nav li ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0;
	margin-left: -1px
}
ul.nav li ul.dropdown-menu li.dropdown-submenu .pull-left {
	float: none;
}
ul.nav li ul.dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
ul.nav li ul.dropdown-menu .dropdown-submenu .pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
a.navbar-brand {
	padding: 0;
}
.mainmenu .navbar-toggle {
	background: #fff;
	margin-bottom: 9px;
	padding: 10px;
	margin-right: 0;
}
.mainmenu .navbar-toggle .icon-bar {
	background: #e86489;
}
.mainmenu .navbar-collapse {
	box-shadow: inherit;
	border: none;
}
/* topbar search */
input::-webkit-search-decoration, input::-webkit-search-cancel-button {
 display: none; /* remove the search and cancel icon */
}
.search-topbar {
	position: absolute;
	right: 17px;
	z-index: 99;
	top: 20px
}
.search-topbar span {
	  position: absolute;
  color: #00374b;
  top: 13px;
  right: 11px;
  display: block;
}
.search-topbar span i {
	font-weight: normal
}
.search-topbar input[type=search] {
	  font-size: 100%;
  color: #00374b;
  cursor: pointer;
  padding: 14px 20px;
  width: 15px;
  background: none;
  border: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
.search-topbar input[type=search]:hover {
	background-color: #fbdf26;
}
.search-topbar input[type=search]:focus {
	width: 250px;
	color: #00374b;
	background-color: #fbdf26;
	cursor: auto;
	outline: none
}

/* ST-MENU */	
*, *:after, *::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, .st-container, .st-pusher, .st-content {
	height: 100%;
}
.st-content {
	overflow-y: scroll
}
.st-content, .st-content-inner {
	position: relative;
	overflow-x: hidden
}
.st-container {
	position: relative;
	overflow: hidden;
}
.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.st-menu .search {
	padding: 10px;
	position: relative
}
.st-menu .search input {
    width: 100%;
    margin: 0px;
    padding: 8px;
    border: none;
    border-radius: 0px
}
.st-menu .search span {
	position: absolute;
	color: #e1e1e1;
	top: 19px;
	right: 21px;
	float: right
}
.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 250px;
	height: 100%;
	background: #00374b;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow-y: auto
}
.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
/* content style */
.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.st-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;
}
.st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	color: #f3efe0;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}
.st-menu ul li:first-child a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}
.st-menu ul li a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #fff;
}
.st-effect-3.st-menu-open .st-pusher {
	-webkit-transform: translate3d(250px, 0, 0);
	transform: translate3d(250px, 0, 0);
}
.st-effect-3.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.st-effect-3.st-menu-open .st-effect-3.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.st-effect-3.st-menu::after {
	display: none;
}
#st-trigger-effects {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}
#st-trigger-effects button {
	outline: none;
	display: block;
	background: none;
	padding: 0px;
	border: 1px solid transparent;
	line-height: 0px
}
#st-trigger-effects button i {
	color: #fff;
	padding: 10px
}
#st-trigger-effects button i:before {
	color: #fff;
	padding: 16px 10px;
	font-size: 13px;
	font-weight: bold;
	content: "MENU";
	font-family: Arial, Helvetica, sans-serif
}
.st-effect-3.st-menu-open #st-trigger-effects {
	display: none
}
/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher, .no-js .st-pusher {
	padding-left: 300px;
}
.panel {
	background: #00374b;
	border: none;
	border-radius: 0px;
	box-shadow: none
}
a.list-group-item-stmenu {
	position: relative;
	display: block;
	padding: 10px 15px 8px 15px;
	font-family: 'robo-b', Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px
}
a.list-group-item-stmenu i {
	padding-right: 15px
}
a.list-group-item-stmenu.sub, a.list-group-item-stmenu.subsub, a.list-group-item-stmenu.subsubsub {
	padding-left: 30px;
	border-bottom: none
}
a.list-group-item-stmenu.subsub {
	padding-left: 50px
}
a.list-group-item-stmenu.subsubsub {
	padding-left: 70px
}
a.arrow-sub {
	position: relative;
	z-index: 999;
	float: right
}
a.arrow-sub i {
	position: absolute;
	font-size: 23px;
	top: -32px;
	color: #fff;
	right: 15px
}
.main.clearfix {
    margin: 0 auto;
    background: #f6f6f6;
}
/* MAIN
-------------------------------------------------- */

/* Main Slider */
.slider .container .row {
	margin-left: 0px;
	margin-right: 0px
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.slider {
	clear: both;
	overflow: hidden
}
.carousel {
	display: block;
	background:#fff
}
.carousel-control {
	width: auto;
	opacity: 1
}
.carousel-control.left, .carousel-control.right {
	top: 40%
}
.carousel-control.left {
	display: table;
	left: 20px
}
.carousel-control.right {
	display: table;
	right: 20px
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	margin: 0 auto;
	text-align: center
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	line-height: 1;
	text-align: center;
	margin: 0 auto
}
.carousel-indicators li {
	border: none;
	background: #fff;
	width: 15px;
	height: 15px
}
.carousel-indicators li.active {
	background: #cd954b;
	width: 15px;
	height: 15px
}
.main-wrap {
	clear: both;
	overflow: hidden;
	padding: 0px 
}
/* Feature */
#block-feature {
	margin: 30px 0px
}
#block-feature h2 {
	font-family: 'neo', Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	width: 70%;
	margin: 0 auto
}
#block-feature h2:before {
	content: '';
	width: 100%;
	position: absolute;
	top: 15px;
	border-bottom: 1px dashed #e1e1e1;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
#block-feature h2 span {
	text-align: center;
	display: table;
	margin: 0 auto;
	padding: 0px 15px 0px 15px;
	text-transform: uppercase;
	color: #dd1663;
	font-size: 22px;
	background: #fff;
	position: relative
}
#block-feature p {
	text-align: center;
	padding: 15px 0px;
	color: #5e5e5e
}
#block-feature .feature {
	overflow: hidden;
	text-align: center
}
#block-feature .feature h3 {
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	text-align: left;
	color: #dd1663;
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px 0px 0px 0px
}
#block-feature .feature h3 a {
	color: #ffbb00
}
#block-feature .feature p {
	text-align: justify;
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px 0px
}
#block-feature .feature .ImageWrapper {
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	display: block;
	overflow: hidden;
	position: relative;
}
#block-feature .feature .ImageWrapper .PStyleLi {
	-webkit-transform: scale(0.5) rotateY(180deg);
	-moz-transform: scale(0.5) rotateY(180deg);
	-ms-transform: scale(0.5) rotateY(180deg);
	-o-transform: scale(0.5) rotateY(180deg);
	transform: scale(0.5) rotateY(180deg);
	background: url(../assests/plus.png) no-repeat scroll center center / 60px 60px #222222;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 9999;
}
#block-feature .feature .ImageWrapper:hover .PStyleLi {
	opacity: .6;
	-webkit-transform: scale(1) rotateY(0deg);
	-moz-transform: scale(1) rotateY(0deg);
	-ms-transform: scale(1) rotateY(0deg);
	-o-transform: scale(1) rotateY(0deg);
	transform: scale(1) rotateY(0deg);
	visibility: visible;
}
/* OWL Slider */
#owlslider {
	margin-bottom: 25px
}
#products-featured .itemfeatured h2, 
#product-listitem .listitem h1,
#product-listitem .listitem h2, 
#product-listitem h1,
#customer .itemcus h2, 
#contact .itemcontact .contact-info h2, 
#contact .itemcontact .contact-form h2, 
#post .postitem h2, #post .postitem .comment h2, 
.intro h2, .news h2, .reservation h2, #gallery-pic h2, #post .postitem h2.fb-comment-title,
#box_search h4, #email-newsletter h2{
	margin:0px 0px 15px 0px;
	position: relative;
	background:#00374b;
	overflow:hidden
}
#products-featured .itemfeatured h2:before, 
#product-listitem .listitem h2:before,
#product-listitem .listitem h1:before, 
#customer .itemcus h2:before, 
#product-listitem h1:before,
#contact .itemcontact .contact-info h2:before, 
#contact .itemcontact .contact-form h2:before, 
#post .postitem h2:before, #post .postitem .comment h2:before, 
.intro h2:before, .news h2:before, .reservation h2:before, #gallery-pic h2:before,
#post .postitem h2.fb-comment-title:before, #box_search h4:before, #email-newsletter h2:before{
    content: '\f1b9';
    font-family: FontAwesome;
    position: absolute;
    padding: 6px 15px;
    color: #00374b;
    font-size: 16px;
    background: #fbdf26
}
#products-featured .itemfeatured h2 span, 
#product-listitem .listitem h2 span, 
#product-listitem .listitem h1 span,
#product-listitem h1 span,
#contact .itemcontact .contact-info h2 span, 
#contact .itemcontact .contact-form h2 span, 
#customer .itemcus h2 span, .intro h2 span, .news h2 span, .reservation h2 span,
#gallery-pic h2 span, #post .postitem h2.fb-comment-title span, #box_search h4 span, #email-newsletter h2 span{
	font-family: 'robo-b', Arial, Helvetica, sans-serif;
	display: block;
	padding:5px 5px 5px 56px;
	color: #fbdf26;
	font-size: 16px;
	position: relative
}

#products-featured,
#product-listitem,
#customer{
	clear: both
}

#products-featured .itemfeatured,
#product-listitem .listitem,
#customer .itemcus{
	background:#fff;
	margin-bottom: 20px;
	position: relative
}

#product-listitem .row,
#products-featured .row{
	margin:0px
}

#products-featured .row{
	padding-bottom:15px 
}

#product-listitem{
	background: #fff;
	margin-bottom: 20px
}

/* Banner */
.banner {
	margin-bottom: 25px
}
.banner img {
	width: 100%
}
.banner_left {
	margin-bottom: 10px
}
.banner-small {
	text-align: center;
	margin-bottom: 20px
}
.banner-big {
	margin-bottom: 20px
}

/* breadcrumbs */
.breadcrumbs {
	background: #00374b;
	color: #fbdf26;
	font-size: 12px;
	clear: both;
	padding: 8px 5px;
	margin-bottom: 20px
}
.breadcrumbs a {
	color: #fbdf26;
	font-size: 12px;
	text-decoration: none;
	font-weight: 400;
}
.breadcrumbs a:hover {
	color: #fbdf26
}

/* Detail product */
.detail{
	padding: 20px;
	background: #fff;
	margin-bottom: 20px
}
.detail h1{
    margin: 0px 0px 10px 0px;
    position: relative;
    line-height: normal
}
.slider_container_wrap{
	margin:0px -13px;
}
.detail h1 span {
	font-family: 'robo-b',Arial, Helvetica, sans-serif;
	display: table;
	padding: 0px 10px 0px 0px;
	color: #333;
	font-size: 18px;
	position: relative;
	text-transform:uppercase
}

.detail h2{
	margin: 10px 0px 0px;
	position: relative;
	overflow: hidden
}
.detail h2 span {
	font-family: 'robo-b',Arial, Helvetica, sans-serif;
	display: table;
	padding: 0px 10px 0px 0px;
	color: #282828;
	font-size: 25px;
	position: relative
}
.detail .price {
	font-family: Arial, Helvetica, sans-serif;
	color: #f95446;
	vertical-align: middle;
	font-weight: 400;
	float: right;
	font-size: 20px
}
.detail .price .price-new {
    text-decoration: line-through;
    padding-right: 10px;
     color: #a2a2a2
}
.detail .price .price-old {
   font-weight: bold
}
.detail .img-blog {
	text-align: left
}
.detail .share {
	padding: 10px 0
}
.detail .img-blog img {
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding: 10px
}
.detail p.des {
	border: 1px dotted #ccc;
	border-left: none;
	border-right: none;
	margin-bottom: 10px;
	padding: 10px 0
}
.detail .list-attr ul{
	margin-bottom: 20px;
	overflow: hidden
}
.detail .list-attr ul li{
	width: 50%;
	float: left;
	display: inline-block;
    border-bottom: 1px dashed #e5e5e5;
    color: #86878a;
    font-size: 13px;
    padding: 10px 10px 10px 0px;
    vertical-align: middle;
}
.detail .list-attr ul li i{
	padding-right: 10px
}
.detail .list-attr ul li span{

}

/* utilities */
.utilities {
	background: #fff;
	border: 1px solid #e5e5e5;
	margin: 0px 0 20px 0px;
	padding: 5px 10px
}
.utilities .filter {
	color: #6f6f6f;
	font-size: 12px
}
.utilities .filter select.filter-query, select.number {
	border: 1px solid #e4e4e4;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	margin-left: 10px;
	outline: none;
	padding: 7px 5px
}
select.number {
	font-weight: 400;
	text-align: center;
	width: 75px
}
.utilities .view {
	color: #6f6f6f;
	font-size: 12px;
	padding: 10px 15px 0px 12px
}
.utilities .view span {
	line-height: 20px;
	float: left;
	padding-right: 5px;
	white-space: nowrap
}
.utilities .view i {
	font-size: 18px;
	color: #d2d2d2;
	margin-left: 2px;
	padding: 1px
}
.utilities .view .active {
	color: #34495e
}
/* order-product (Dropdown menu) */
.order-product .btn {
	background: transparent;
	width: 100%;
	font-size: 12px;
	line-height: 38px;
	text-align: left;
	padding: 0;
	border: none;
	color: #777;
	box-shadow: none
}
.order-product .btn span {
	color: #777
}
.order-product .btn a:hover {
	color: #777;
	box-shadow: none
}
.order-product .dropdown-menu {
	z-index: 9999;
	margin-top: 5px;
	padding: 2px 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background: #fff;
	width: 100%;
	box-shadow: none;
	left: -83px
}
.order-product .dropdown-menu a {
	line-height: 25px;
	font-size: 12px;
	color: #777
}
.order-product .dropdown-menu li {
	border-right: none;
	border-top: 1px solid #f0f0f0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.order-product .dropdown-menu li:first-child {
	border-top: none;
}
.order-product .dropdown-menu li:hover {
	padding-left: 6px;
	background: none
}
/* Arlert */
.arlert {
	background: #f2dede;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 15px
}
.arlert a {
	text-decoration: none;
	color: #333;
	font-weight: 700
}
.arlert a:hover {
	text-decoration: underline
}

/* tab product */
#product-tab {
	margin: 20px 0 0
}
ul.tabs {
	list-style: none;
	clear: both;
	overflow: hidden;
	padding: 0
}
ul.tabs li {
	display: inline
}
ul.tabs li a {
	position: relative;
	display: block;
	float: left;
	font-weight: 700;
	line-height: 33px;
	text-decoration: none;
	color: grey;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #ebebeb;
	border-bottom: none;
	background: #f3f3f3;
	padding: 10px 30px
}
ul.tabs li.selected a {
	background: #fff;
	color: #333;
	text-transform: uppercase;
	cursor: pointer
}
ul.tab {
	clear: both;
	border: 1px solid #ebebeb;
	margin-top: -1px;
	padding: 20px
}
ul.tab li a {
	float: left;
	width: 100%;
	color: #0d2474;
	border-bottom: 1px solid #d9f3f5;
	padding: 10px 5px 0
}
ul.tab li a:hover {
	background: #f0f0f0
}
ul.tab p {
	text-align: justify;
	font-size: 13px;
	line-height: 25px;
	margin: 0
}
ul.tab img {
	border: 1px solid #ededed;
	display: block;
	width: 550px;
	margin: 0 auto;
	padding: 5px
}

/* Product tab form */
#product-tab #tb_2 .fproduct-title{
	font-family: 'face', Arial, Helvetica, sans-serif;
    display: table;
    padding: 0px 10px 0px 0px;
    color: #282828;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    display: none
}
#product-tab #tb_2 ul li{
	position: relative;
	list-style: none;
	padding: 5px 0px;
	clear: both
}
#product-tab #tb_2 ul li label{
	font-size: 12px;
	padding: 10px 0px
}
#product-tab #tb_2 ul li label small{
	color: #fb544e
}
#product-tab #tb_2 ul li input[type=text],
#product-tab #tb_2 ul li select,
#product-tab #tb_2 ul li textarea{
	width: 50%;
	margin: 0px 0px 10px 0px
}
#product-tab #tb_2 ul li textarea{
	margin: 0px 0px 5px 0px;
	resize:vertical
}
#product-tab #tb_2 ul li .value-wrapper{
	padding: 10px 0px
}
.error_form_custom{
	background-color: #fb544e;
    display: block;
    margin-bottom: 10px
}
.error_form_custom ul li{
	padding: 5px 10px !important;
    color: #fff;
    font-size: 12px
}

/* Product */
/* Gird Product */
.mg {
	margin-bottom: 15px
}
.product a {
	text-decoration: none
}
.product .image {
	text-align: center;
	display: block;
	position: relative;
	border: 1px solid #f2f2f2
}
.product .image .img-overflow, .catalist .image .img-overflow {
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%
}
.product .product-label-special-right,
.catalist .product-label-special-right {
	background: #fd3c23;
	font-size: 12px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 40px;
	width: 40px;
	height: 40px;
	display: block;
	padding: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: absolute;
	z-index: 11;
	top: 17px;
	right: 19px
}
.product .price {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: 400;
	color: #f95446;
	background:#fbdf26;
	vertical-align: middle;
	display: -moz-inline-stack;
	display: inline-table;
	zoom: 1;
	padding: 6px 15px;
	white-space: nowrap;
	font-size: 14px;
	position: absolute;
	z-index: 99;
	bottom:0px;
	right:0px
}
@media all and (-ms-high-contrast:none) {
.product .price {
	display: inline-flex
} /* IE10 */
 *::-ms-backdrop, .product .price {
display:inline-flex
} /* IE11 */
}
@-moz-document url-prefix() {
 .product .price {
 display:inline-flex
}
}
.product .price .price-new {
	font-weight: bold
}
.product .price .price-old {
	text-decoration: line-through;
	padding-right: 10px;
	color: #00374b
}

.product .des-product{
	padding:5px 15px;
	border:1px solid #eaeaea;
	border-top:none;
	border-bottom: none;
	background:#fff
}
.product .des-product h3{
	 white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product .des-product h3 a{
	color: #00374b;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px	 
}
.product .des-product h3 a:hover{
	color: #f95446
}
.product .des-product p{
	color: #a5a5a5;
	font-size: 13px;
	text-align: justify;
	height: 65px;
	overflow: hidden
}

a.bookroom{
    background: #fff;
    color: #00374b;
    transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -webkit-transition: background-color .3s ease-out;
    outline: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-radius: 0px;
    padding:10px;
    display: table;
    border: 1px solid #eaeaea
}

a.bookroom:hover{
	background:#fbdf26;
	border: 1px solid #fbdf26
}

.product a.bookroom{
	width: 100%
}

.catalist a.bookroom{
	float: right;
}

/* List Product */
.catalist {
	padding-bottom: 20px;
    clear: both
}
.catalist .product {
	border: none
}
.catalist p {
	padding: 5px 0;
	clear: both;
	height: inherit !important
}
.catalist h3 {
    color: #00374b;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'robo-b', Arial
}
.catalist h3:hover{
	color: #f95446
}
.catalist .price {
	margin-bottom: 10px
}
.catalist .product-label-special-right{
	right: 25px
}
.catalist .price {
	margin-bottom: 10px
}
.catalist .price {
	font-family: Arial, Helvetica, sans-serif;
	color: #f95446;
	vertical-align: middle;
	float: left;
	margin-top: 10px
}
.catalist .price .price-new {
    text-decoration: line-through;
    padding-right: 10px;
    color: #00374b;
}
.catalist .price .price-old {
	font-weight: bold
}

/* News */
.news {
	overflow: hidden;
	background: #fff
}
.news .row{
	padding:0px 15px;
}
.news img {
	margin-bottom: 10px;
	width: 100%
}
.news h4 {
	text-transform: uppercase;
	text-align: justify
}
.news a h4 {
	color: #00374b;
	font-family:'robo-b',Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom:5px;
	height: 36px;
	overflow: hidden
}
.news a h4:hover{
	color:#f95446
}
.news p {
	color: #34495e;
	font-size: 12px;
	text-align: justify;
	height: 63px;
	overflow: hidden
}

/* Customer */
#customer {
	position: relative
}

#customer .itemcus {
	position: relative
}
.cus .owl-pagination, #featured .owl-pagination, #featured-2col .owl-pagination, #featured-3col .owl-pagination {
	visibility: hidden
}
.cus .owl-wrapper-outer .item {
	background: #fff;
	text-align: center;
	margin: 0 20px;
	padding: 5px
}
.cus .owl-wrapper-outer .item a {
	display: block
}

/* Blog */
.itemblog {
	margin-bottom: 20px
}
.itemblog .img-blog img {
	width: 100%;
	margin-bottom: 10px
}
.itemblog .date, .postitem .date {
	color: #898989;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	margin: 5px 0px;
	padding: 5px 0px;
	border: 1px dotted #e0e0e0;
	border-left: none;
	border-right: none
}
.itemblog a.read-more {
	font-family: Arial, Helvetica, sans-serif;
	color: #d50133;
	display: inline-block;
	margin-top: 5px;
	font-size: 13px;
	font-style: italic
}
.itemblog p, .catalist p, .detail p.des, .detail p, .postitem p {
	text-align: justify;
	font-size: 13px;
	color: #808080;
	margin: 0
}
.itemblog .img-blog {
	text-align: center
}
.itemblog h2 {
	font-family: 'robo-b', Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #4a4a4a
}
.itemblog a, .catalist a {
	text-decoration: none
}
.all {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight:bold;
  float: right;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 10px;
  z-index: 99;
  position: absolute;
  top: 5px;
  right: 0px;
}
.all:hover {
	color: #fbdf26
}

/* contact */
.contact-form{
	background: #fff
}
.contact-form .row{
	clear: both;
	padding: 0px 20px 20px
}
.contact-info{
	margin-bottom: 20px
}
.contact-info ul li:first-child {
	border-bottom: none;
	padding: 2px 0px
}
.contact-info ul li {
	padding: 10px 0px;
	color: #878787;
	text-align: justify;
	border-bottom: 1px dashed #dcdcdc;
	font-size: 13px
}
.contact-info ul li:last-child{
	border-bottom: none
}
.contact-info ul li i {
	padding-right: 10px
}
.contact-form label.error {
	background: #ffc1c1;
	padding: 5px 10px;
	text-align: justify;
	color: #ea3d3d;
	font-weight: normal !important;
	width: 100%;
	font-size: 13px
}

/* post */
#post{
	background: #fff;
	padding: 15px
}
#post .postitem h1 {
	font-family: 'robo-b', Arial, Helvetica, sans-serif;
	font-size: 25px
}
#post .postitem p {
	margin: 10px 0!important
}
#post .postitem img {
	display: block;
	border: 1px solid #ededed;
	width: 550px;
	margin: 0 auto;
	padding: 5px
}

/* ASIDE 
-------------------------------------------------- */

/* Vertical Menu */
.panelvmenu {
	background: #fff;
	border-radius: 0px;
	clear: both;
	padding:0px 15px
}
a.list-group-item-vmenu {
	position: relative;
	display: block;
	padding: 12px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00374b;
	font-size: 13px;
	border-bottom: 1px dashed #e0e0e0;
	font-weight: normal
}
a.list-group-item-vmenu i {
	padding-right: 10px;
	font-size: 11px
}
a.list-group-item-vmenu:hover, a.list-group-item-vmenu.sub:hover, a.list-group-item-vmenu.subsub:hover, a.list-group-item-vmenu.subsubsub:hover {
	color: #f95446
}
a.list-group-item-vmenu.sub, a.list-group-item-vmenu.subsub, a.list-group-item-vmenu.subsubsub {
	background: #fff;
	padding-left: 30px;
	border: none
}
a.list-group-item-vmenu.subsub {
	padding-left: 50px;
}
a.list-group-item-vmenu.subsubsub {
	padding-left: 70px;
}
a.arrow-sub-vmenu {
	position: relative;
	z-index: 999;
	float: right;
}
a.arrow-sub-vmenu i {
	position: absolute;
	font-size: 20px;
	top: -32px;
	color: #161616;
	right: 0px
}

/* Module */
.box-category {
	margin-bottom: 15px;
}
.box-category .heading {
	position: relative;
	background: #00374b
}
.box-category .heading:before{
	content: '\f1b9';
    font-family: FontAwesome;
    position: absolute;
    padding: 14px;
    color: #00374b;
    font-size: 16px;
    background: #fbdf26
}
.box-category .heading span {
    display: block;
    font-size: 15px;
    font-family: 'robo-b', Arial, Helvetica, sans-serif;
    padding: 14px 5px 14px 56px;
    color: #fbdf26;
}
.box-category .main {
	position: relative;
	clear: both;
	padding: 15px;
	background: #fff
}

/* Product silder */
.typical-products .box-feature {
	background: #fff;
	position: relative;
	margin: 0px 10px;
	text-align: center
}
.typical-products .box-feature img {
	margin-bottom: 10px;
	    padding: 5px;
    border: 1px solid #d6d6d6;
}
.typical-products .box-feature .price-old {
	text-decoration: line-through;
	display: inline-table;
	font-size: 18px;
	color: #a2a2a2;
	text-align: center;
	font-family: bebas, Arial, Helvetica, sans-serif;
	padding-right: 5px
}
.typical-products .box-feature .price-new {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	display: inline-table;
}
.typical-products .box-feature p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #505050;
    line-height: 20px
}
.typical-products .owl-pagination{
	top:inherit;
	display: block
}

/* Last product */
.box-category .main ul.list{
	margin-top: 10px
}
.box-category .main ul.list li,
#product-listitem ul.list li{
	background: #fff;
	border-bottom: 1px dashed #ebebeb;
	overflow: hidden;
	padding-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px
}
.box-category .main ul.list li:last-child,
.box-category .main ul.list-post-latest li:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0
}
#product-listitem ul.list li:last-child{
	border-bottom: none;
	margin-bottom: 0
}
.box-category .main ul.list li img,
#product-listitem ul.list li img {
	float: left;
	margin-right: 10px;
	width: 58px
}
.box-category .main ul.list li p,
#product-listitem ul.list li p {
	font-size: 13px;
	color: #505050;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.box-category .main ul.list li p:hover,
#product-listitem ul.list li p:hover{
	color: #f7b800
}
.box-category .main ul.list li a, 
.box-category .main ul.list_post li a,
#product-listitem ul.list li a {
	text-decoration: none
}
.box-category .main ul.list li span,
#product-listitem ul.list li span {
	font-family: Arial, Helvetica, sans-serif;
	color: #45980a;
	font-size: 12px;
	white-space: nowrap;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis
}
.box-category .main ul.list li span.price-old,
#product-listitem ul.list li span.price-old {
	text-decoration: line-through;
	padding-right: 10px;
	font-size: 12px;
	color: #a2a2a2
}
.box-category .main ul.list_post li span,
.news ul li span {
	color: #c7c7c7;
	font-size: 11px
}
.box-category .main ul.list_post li span i{
	padding-right: 5px
}

/* LIST POST */
.news ul{
	clear: both;
}
.box-category .main ul.list_post {
	background: #fff
}
.box-category .main ul.list_post li {
	background: #fff;
	border-bottom: 1px dashed #d4d4d4;
	overflow: hidden;
	padding-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 13px;
}
.box-category .main ul.list_post li img {
	width: 80px;
	float: left;
	margin-right: 10px
}
.box-category .main ul.list_post li p{
	font-size: 11px;
	color: #00374b;
    max-height: 35px;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px
}
.box-category .main ul.list_post li p:hover{
	color: #f95446
}

/* Who is online*/
.box-category .main ul.online li {
	padding: 2px 0px;
	overflow: hidden
}

/* Custom Moudle */
.box-category .main .support, 
.box-category .main .link, 
.box-category .main .search-adv, 
.box-category .main .link2, 
.box-category .main .online, .box-category .main .feedback {
	font-size: 13px;
	overflow: hidden;
	padding:0;
	color: #282828
}
.box-category .main .support p, .box-category .main .support span {
	font-size: 13px;
	color: #333
}
.box-category .main .support span {
	padding-left: 10px
}
.box-category .main .support ul li a {
	width: auto !important
}
.box-category .main .support img {
	margin: 0px 5px 10px 0px !important;
	vertical-align: -18px !important
}
.box-category .main .online i{
	padding-right:5px 
}
.box-category .main .link li {
	border-bottom: 1px dashed #e3e3e3;
	font-size: 13px;
	padding: 10px 0 10px 0px
}
.box-category .main .link li:first-child{
	padding-top: 0px
}
.box-category .main .link li:last-child {
	border-bottom: none
}
.box-category .main .link li a {
	font-weight: 700;
	color: #505050;
	text-decoration: none
}
.box-category .main .link2 p {
	font-size: 13px;
	margin: 0;
	padding: 10px 0
}
.box-category .main .online .red1 {
	color: red
}
.box-category .main .feedback ul li {
	padding: 5px 0
}
.box-category .main .feedback a {
	float: right;
	color: #333;
	margin-top: 20px
}

/* PAGINATION */
ul.pagination {
	color: #282828;
	background: #fff;
	font-size: 12px;
	clear: both;
	border-top: 1px dashed #eeeeee;
	margin: 0px;
	padding: 10px 5px;
	width: 100%;
	border-radius: 0px;
	text-align: center
}
ul.pagination li {
	display: inline-block;
 *display:inline; /*IE7*/
 *zoom:1; /*IE7*/
	margin-right: 10px;
}
.pagination>li>a, .pagination>li>span {
	border-radius: 0px;
	border: none;
	color: #333;
	border-radius: 0px;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	background: #fff
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #00374b;
	cursor: default;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #fff;
	background-color: #00374b
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span{
	border-radius: 0
}

/* NEWS FOOTER */
.news-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.news-footer li {
	padding: 8px 0px
}
.news-footer li:first-child {
	border-top: none;
	padding-top: 0px
}
.news-footer li:last-child {
	border-bottom: none
}
.news-footer li a {
	text-align: justify;
	color: #fff
}
.news-footer li a:before {
    content: '\f105';
    font-family: FontAwesome, 'sans', Arial, Helvetica, sans-serif;
    color: #818d96;
    font-size: 16px;
    position: absolute;
    pointer-events: none;
}
.news-footer li a:hover,
.news-footer li a:hover:before {
	color: #fff
}
.news-footer li a span {
    padding-left: 15px;
}

/*GALLERY PIC*/
#gallery-pic{
	background: #fff
}
#gallery-pic .row{
	clear: both;
	padding: 0px 15px
}
.box-category #gallery-pic .row{
	padding: 0
}
#gallery-pic .product .image .img-overflow img:hover {
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
#gallery-pic.gallery .product .image p {
	display: none;
}
#gallery-pic .product .image{
	border:none;
	margin-bottom: 10px
}
#gallery-pic .product .image img{
	padding: 0;
}
#gallery-pic .product p{
	font-family: 'robo-b', Arial, Helvetica, sans-serif;
    margin: 10px 0px;
    text-align: center;
    text-transform: uppercase;
    color: #282828;
	font-size: 15px
}
#mediaplayer_video {
	position: relative;
	min-height: 100%
}
.fancybox-inner {
	width: auto !important;
	height: auto !important;
}
.main > .module_is_not_relevant {
	color: #333;
	padding: 10px 0px
}
.module_is_not_relevant {
	padding: 0px
}

/* NEWS LETTER */
.main > #email-newsletter {
	margin-bottom: 0px
}
#email-newsletter {
	padding: 0px;
	margin-bottom: 15px
}
#email-newsletter.footer p.email-newsletter-des {
	color: #fff;
	text-align: justify;
}
#email-newsletter.footer form.submit_register_email.email-newsletter-form {
	width: 100%
}
#email-newsletter p {
	font-size: 12px;
	color: #505050
}
#email-newsletter form.submit_register_email {
	width: 100%;
	margin-top: 10px;
	position: relative
}
#email-newsletter form.submit_register_email input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	font-size: 11px;
	font-style: italic
}

#email-newsletter form.submit_register_email input[type=submit] {
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
}

footer .footer-newsletters #email-newsletter h3 {
	color: #fbdf26;
	text-align: left
}
footer .footer-newsletters #email-newsletter p {
	color: #fff;
	text-align: left
}
footer .footer-newsletters #email-newsletter form.submit_register_email {
	margin: 10px auto 0px auto;
	display: block;
	position: relative;
}
footer .footer-newsletters input[type=text]{
	border: none;
    color: #fff !important;
}
footer .footer-newsletters input[type=submit]{
	background: #fbdf26;
	color: #00374b !important
}

/* SEARCH ADV */
#box_search{
	background: #fff;
	position: relative
}
#box_search .row{
	margin:0;
}
#box_search .box_search_detail {
	margin-bottom: 20px;
	overflow: hidden;
	clear: both
}

#box_search .box_search_detail h3,
#box_search .box_search_detail h2 {
    color: #00374b;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'robo-b', Arial;
}
#box_search .box_search_detail h3:hover,
#box_search .box_search_detail h2:hover{
	color: #f95446
}
#box_search .box_search_detail p{
    text-align: justify;
    font-size: 13px;
    color: #808080;
    margin: 0
}

#box_search .box_search_detail .price {
font-family: Arial, Helvetica, sans-serif;
    color: #f95446;
    vertical-align: middle;
    float: left;
    margin-top: 10px;
    font-size: 15px
}
#box_search .box_search_detail .price .price-old {
    text-decoration: line-through;
    padding-right: 10px;
    color: #c0c0c0;
}
#box_search .box_search_detail .price .price-new{
	font-weight: bold
}

/* Support HTML */
.support-html{
	clear: both;
	background: #fff;
	padding: 15px
}
.support-html p {
	color: #505050;
	font-size: 12px;
	text-align: justify
}
.support-html ul li {
	margin: 10px 0px
}
.support-html ul li:last-child {
	margin: 10px 0px 0px
}
.support-html ul li p {
	position: relative;
	font-weight: bold
}
.support-html ul li p i{
	padding-right: 10px
}

/* RESERVATION */
.box-category .reservation{
	margin: 0
}
.box-category .reservation p{
	width: 100%;
	text-align: left
}
.box-category .reservation .reservation-inner label{
	display: none;
	color: #333
}
.box-category .reservation .reservation-inner input[type=text],
.box-category .reservation .reservation-inner select,
.box-category .reservation .reservation-inner textarea{
	margin-bottom: 15px
}
.box-category .reservation .reservation-inner input[type=submit]{
	margin-top: 0
}
.reservation {
	color: #34495e;
	margin-bottom: 15px
}

.reservation p{
    font-size: 13px;
    margin-bottom: 10px;
    text-align: left;
    margin: 0 auto 10px auto;

}
.reservation .reservation-inner {
    background: #fff;
    padding:15px;
}
.reservation .reservation-inner small{
    color: #00374b;
    font-family: 'robo-b', Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
    display: block
}
.reservation .reservation-inner label{
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal
}
.reservation .reservation-inner input[type=text], .reservation .reservation-inner select,
.reservation .reservation-inner textarea {
	padding: 9px;
    color: #848484;
    width: 100%;
    margin:0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px
}
.reservation .reservation-inner input[type=radio], 
.reservation .reservation-inner input[type=checkbox]{
	margin:0px 5px 0px 0px;
	outline: none
}
.reservation .reservation-inner select {
	width: 100%;
	padding: 12px 12px 11px 12px
}
.reservation .reservation-inner textarea{
	resize:vertical
}
.reservation .reservation-inner .value-wrapper{
	padding:10px 0px;
	color: #333
}
.reservation .reservation-inner input[type=submit] {
	background: #00374b;
	color: #fff;
	font-weight: bold;
	padding: 9px 25px;
	width: 100%;
	margin-top: 6px;
	border-radius: 0
}

/* NOTIFICATION */
.sucess_msg{
    font-size: 13px;
    width: 100%;
    background: #fffad2;
    color: #b8af5f;
    text-align: center;
    padding: 10px;
}
.error_msg{
    font-size: 13px;
    width: 100%;
    background: #ff5050;
    color: #fff;
    text-align: center;
    padding: 10px;
}

/* FOOTER
-------------------------------------------------- */
footer {
	clear: both
}
.footer-html {
	clear: both
}
/* Footer Center */
footer .footer-center {
	background: #1e212f
}
.address {
	font-size: 13px;
	overflow: hidden;
	margin-top: 15px
}
.address li {
	line-height: 25px
}
.address li a {
	color: #fff;
	text-decoration: none
}
.address li a:hover {
	text-decoration: underline
}
.box {
	color: #fff;
	text-align: justify
}
.box h3, footer .footer-html h3, 
footer .footer-tag h3, footer .footer-post_views h3, 
footer .footer-post_customized h3, footer .footer-gallery_category h3, 
footer .footer-gallery h3, footer .footer-video_category h3, 
footer .footer-video h3, footer .footer-newsletters h3, .contact-footer h3 {
	color: #fbdf26;
	font-family: 'robo-b', Arial, Helvetica, sans-serif;
	font-size: 25px;
    margin-bottom: 20px;
    text-transform: uppercase
}
.box p {
	font-size: 13px
}
.box-category {
	margin: 0px 0px 20px 0px;
	clear: both
}
.main ul.tags-footer {
	padding: 0px;
	overflow: hidden
}
.footer-tag ul.tags-footer {
	padding: 0px
}
ul.tags-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal
}
ul.tags-footer li a {
	border:1px solid #a5a5a5;
	background: none;
	float: left;
	display: block;
	padding: 5px;
	margin: 0px 10px 10px 0px
}
ul.tags-footer li a:hover {
	background: #0f2934;
	color: #fff;
	border:1px solid #172f39
}
footer ul.tags-footer li a {
	border:1px solid #172f39 !important;
	color: #fff !important;
	background: #0f2934 !important
}

/* TAG */
.tag{
	margin-top: 10px;
	clear: both;
	overflow: hidden
}
.tag .tag-title{
	font-weight: bold;
	text-transform: uppercase;
	color: #3a3a3a;
	margin-bottom: 10px;
	display: block
}
.tag ul{
	margin-bottom: 10px;
	display: table
}
.tag ul li{
	float: left;
	margin-right: 10px;
	list-style: none
}
.tag ul li a{
    float: left;
    width: 100%;
    color: #3a3a3a;
    border: 1px solid #c7c7c7;
    padding: 5px 10px;
}
.tag ul li a:hover{
	background: #f0f0f0
}

/* Detail Tag */
#tag{
	background: #fff;
    margin: 0px 20px;
    padding: 20px 0px
}
#tag .tag-detail {
	margin-bottom: 20px;
	overflow: hidden
}
#tag .tag-detail .img-blog img {
	margin-bottom: 10px
}
#tag .tag-detail h2 {
	font-family: 'robo-b',Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#tag .tag-detail h2:hover {
	text-decoration: underline
}
#tag .tag-detail .date {
	color: #898989;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	padding: 7px 0;
	display: inline-block;
	width: 100%;
	margin: 10px 0px
}
#tag .tag-detail p {
	text-align: justify;
	font-size: 13px;
	color: #808080;
	margin: 0
}

/* Module Popup */
.module_popup {
	background: white;
	text-align: center;
	width: 100%;
	margin: auto;
	position: relative;
	overflow-y: auto;
	max-width: 600px;
	-webkit-overflow-scrolling: touch
}
.module_popup .popup-body {
	padding: 0px
}
.module_popup .mfp-close {
	top: -1px
}

/* Copyright */
footer .copyright {
	color: #282828;
	font-size: 12px;
	padding: 15px 0;
	clear: both;
	overflow: hidden
}
footer .copyright a {
	color: #00a7fe;
}

/* SEARCH ADV PRODUCT */
.search-adv-product {
	clear: both;
	padding: 10px 0px;
	overflow: hidden
}
.search-adv-product input[type=text] {
	width: 100%;
	padding: 8px 5px
}
.search-adv-product select {
	width: 100%
}
.search-adv-product [type=submit].button {
	width: auto;
	height: auto;
	float: none;
	text-align: center;
	margin: 5px auto 0px auto;
	display: block
}
/* 404 */
.page_error_01 {
	background: url(../../../public/error_page/01.jpg) no-repeat 50% 50%;
	height: 600px;
	position: relative;
	margin-top: 25px
}
.page_error_01 a {
	display: table;
	background: #ce225b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 25px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 55%;
	margin-left: -70px;
}
.page_error_02 {
	background: url(../../../public/error_page/02.jpg) no-repeat 50% 50%;
	height: 600px;
	position: relative;
	margin-top: 25px
}
.page_error_02 a {
	display: table;
	background: #ce225b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 25px;
	color: #fff;
	position: absolute;
	left: 59%;
	top: 60%;
	margin-left: -70px;
	text-transform: uppercase;
	font-weight: bold
}
.page_error_03 {
	background: url(../../../public/error_page/03.jpg) no-repeat 50% 50%;
	height: 600px;
	position: relative;
	margin-top: 25px
}
.page_error_03 a {
	display: table;
	background: #ce225b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 25px;
	color: #fff;
	position: absolute;
	left: 48%;
	top: 65%;
	margin-left: -70px;
	text-transform: uppercase
}
.page_error_04 {
	background: url(../../../public/error_page/04.jpg) no-repeat 50% 50%;
	height: 600px;
	position: relative;
	margin-top: 25px
}
.page_error_04 a {
	display: table;
	background: #ce225b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 25px;
	color: #fff;
	position: absolute;
	left: 65%;
	top: 70%;
	margin-left: -70px;
	text-transform: uppercase;
	font-weight: bold
}
.page_error_05 {
	background: url(../../../public/error_page/05.jpg) no-repeat 50% 50%;
	height: 600px;
	position: relative;
	margin-top: 25px
}
.page_error_05 a {
	display: table;
	background: #ce225b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 25px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 80%;
	margin-left: -115px;
	text-transform: uppercase;
	font-weight: bold
}

/*print*/
@media print {
a[href]:after {
	content: "";
}
}
/*print*/