body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color: #373d43;
}
/* 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: #888;
}
a:hover {
	text-decoration: none;
}
.btn-link:hover, .btn-link:focus{
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.wpt-announcement .modal-content{
	border-radius: 0px;
}
.wpt-announcement h4{
	font-size:20px;
	border-bottom:2px solid #373d43;
	margin-bottom:10px;
	display:inline-block;
}
.wpt-announcement p{
	font-size:12px;
	line-height:22px;
}
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;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.wpt-announcement.in{
	display: flex !important;
    height: 100%;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.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: #229ac8;
	/*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;*/
}
/* header container */
#header-container{
	position:relative;
	z-index:10;
	background: #3b4141;
}
.button-setting, .button-account, #cart, #search{
	float:left;
}
/* logo */
#logo {
	/*margin: 20px 0 20px 0;*/
	float:left;
	position: absolute;
    top: 40px;
}
/* search */
#search {
    /* margin-bottom: 10px; */
    height: 46px;
    /* margin-right: 15px; */
    float: right;
    width: 30%;
    position: relative;
}
#search i{
	font-size:20px;
	line-height:46px;
	color:white;
}
#search i:hover{
	color:#4483a4;
}
#search input{
	outline: none;
    background: #767a7a;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    vertical-align: baseline;
    box-shadow: none;
    color: white;
    display: block;
    float: left;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    height: 46px;
    position: absolute;
    padding: 10px 15px;
    background: #767a7a;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* margin-right: 20px; */
    /* border-bottom: 1px solid #847D7D; */
    /* margin-top: 10px; */
}
#search .button-search{
    background: none;
    border: none;
    position: absolute;
    display: inline-block;
    padding: 0;
    outline: none;
    right: 15px;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #373d43;
    line-height: 20px;
}
.button-setting{
	display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-size: 25px;
    height: 46px;
    width: 46px;
    text-align: center;
}
.button-setting.open, .button-setting:hover{
	background:#4483a4;
}
.button-setting.open i, .button-setting:hover i{
	color:#fff;
}
.button-setting i{
	font-size: 25px;
	line-height: 46px;
	color:#4483a4;
}
.right-nav{
	/*padding-top:60px;*/
	float:none !important;
}
.quick-setting.dropdown-menu{
	left:auto;
	left:0px;
	border-radius: 0px;
	border-bottom:3px solid #4483a4;
}
/* Currency & Language */
#language-nav label, #currency-nav label{
	display: block;
    max-width: 100%;
	margin-top:15px;
    margin-bottom: 5px;
    font-weight: bold;
}
#language-nav, #currency-nav{
	text-align:left;
	padding:0px 20px 20px 20px;
}
#currency-nav button{
	text-align: left;
    padding: 0px;
	font-size:11px;
}
#currency-nav li{
	margin-bottom:4px;
}
#currency-nav button:hover{
	color:#4483a4;
}
#language-nav a{
	font-size:11px;
}
#language-nav a:hover{
	background:none;
	color:#4483a4;
}
#language-nav li, #currency-nav li{
	margin-left:10px;
}
#language-nav ul, #currency-nav ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
/* cart */
#cart {
	margin-bottom: 10px;
	position:relative;
}
#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: #373d43;
}
#cart button{
	border:none;
	background:none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    height: 56px;
    width: 56px;
    text-align: center;
}
#cart button i{
	font-size:25px;
	color:#4483a4;
}
#cart.open button i, #cart button:hover i{
	color:#fff;
}
#cart.open button, #cart button:hover{
	background: #4483a4;
	outline:none;
}
#cart.open #cart-total2, #cart button:hover #cart-total2{
	background: #fff;
	color: #4483a4;
}
#cart-total2 {
    position: absolute;
    display: inline-block;
    top: 12px;
    right: 8px;
    width: 19px;
    height: 19px;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    background: #4483a4;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#cart .dropdown-menu {
	min-width: 100%;
	background: #fff;
	z-index: 1001;
	position: absolute;
	min-width: 260px;
	border-bottom:3px solid #4483a4;
    top: 100%;
	border-radius:0px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
#cart-total{
	display:none;
}
/* Account */
.button-account .account-icon{
	border:none;
	background:none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    height: 46px;
    width: 46px;
    text-align: center;
}
.button-account.open .account-icon, .button-account .account-icon:hover{
	background:#4483a4;
}
.button-account.open .account-icon i, .button-account .account-icon:hover i{
	color:#fff;
}
.button-account{
	position:relative;
}
.button-account .account-icon i{
	font-size:25px;
	line-height:46px;
	color:#4483a4;
}
.button-account .dropdown-menu{
	position:absolute;
	top:100%;
	left:0px;
	left:auto;
	border-radius:0px;
	border-bottom:3px solid #4483a4;
	padding:20px;
}
.button-account .dropdown-menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.button-account .dropdown-menu li{
	text-align:center;
}
/* menu */
#navigation-wrapper{
	background:rgba(0, 0, 0, 0.3);
	position:relative;
	z-index:9;
}
#navigation-inner-wrapper{
	width:1170px;
	margin:0 auto;
	position:relative;
}
ul.menu{
	list-style:none;
	padding:0px;
	margin:0px;
	height:140px;
	text-align:right;
	text-transform: uppercase;
}
ul.menu > li{
	display:inline-block;
}
ul.menu > li:hover > ul{
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
ul.menu li.active > ul{
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
/* All Sub Menu Box */
ul.menu li ul{
	list-style:none;
	background:#373d43;
	position:absolute;
	padding:25px 0px;
	transition: all 0.3s ease;
	margin: 0;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
ul.menu li.sub-sub-menu.active > ul{
	width:100%;
	position:relative;
	background:#737373;
}
ul.menu li.sub-sub-menu.active > ul ul{
	background:#9C9C9C;
}
ul.menu li.sub-sub-menu.active > a:after{
	content: "\f077";
}
ul.menu li.sub-sub-menu > a:after{
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 50px;
	font-family: FontAwesome;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f078";
}
ul.menu > li > a{
	color:#fff;
	padding:60px 30px;
	display:block;
	/*font-family: 'Oswald', sans-serif;*/
	font-size:14px;
}
ul.menu > li > a:hover{
	background:#373d43;
}
ul.menu > li.active > a{
	background:#373d43;
}
li.sub-menu-back > a:after{
	position: absolute;
	top: 0;
	left: 20px;
	line-height: 62px;
	font-family: FontAwesome;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f053";
}
ul.menu a{
	color:#fff;
	padding:5px 35px;
	display:block;
	/*font-family: 'Oswald', sans-serif;*/
	font-size:14px;
	cursor:pointer;
	text-align:left;
}
ul.menu > li ul a:hover{
	color:#4483a4;
}
.menu-mobile{
	display:none;
}
@media (max-width: 767px) {
  .menu-mobile {
    display: block; 
  } 
}
/* content */
#content {
	min-height: 600px;
}
.common-home #content {
	min-height: 0;
}
/* footer */
.common-home #footer-wrapper {
	margin-top:0;
}
#footer-wrapper {
	padding: 50px 0 10px;
	background: #373b41;
	color: #e2e2e2;
	margin-top:30px;
}
#footer-wrapper hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
#footer-wrapper li{
	padding:7px 0px;
}
#footer-wrapper li > a:before {
    content: '';
    border: 1px solid rgba(100,100,100,.5);
    padding: 2px;
    display: none;
    margin-right: 10px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
#footer-wrapper a {
	color: #80878e;
	padding:5px 0px;
}
#footer-wrapper a:hover {
	color: #fff;
}
#footer-wrapper h5 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-bottom:17px;
	text-transform: uppercase;
}
#powered-wrapper{
	padding:30px;
	margin-top:35px;
	color: #9f9f9f;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.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: #888;
	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, #373d43444, #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 #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #373d43444;
	background: #eeeeee;
	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: 20px;
	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: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.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;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #373d43;
}
.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: 60%;
	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: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #373d43;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
	#wpt-content-header {
		margin-top: -120px !important;
	}
	#navigation-inner-wrapper {
		width: 970px;
	}
	ul.menu > li > a {
		padding: 50px 20px;
		font-size: 14px;
	}
	ul.menu {
		height: 120px;
	}
	#logo img{
		width:85%;
	}
}
@media (max-width: 992px) {
	#wpt-content-header {
		margin-top: -110px !important;
	}
	#navigation-inner-wrapper {
		width: 750px;
	}
	ul.menu > li > a {
		padding: 45px 12px;
		font-size: 12px;
	}
	ul.menu {
		height: 110px;
	}
	ul.menu a {
		font-size: 12px;
	}
	#logo img{
		width:80%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}




.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 {
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #wpt-column-left  .product-layout .col-md-3{
       width: 100%;
    }
    #wpt-column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #wpt-column-left + #content + #wpt-column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #wpt-column-right .product-layout .col-md-3{
       width: 100%;
    }
}

.youtube-thumb{
	background-image: url(../image/play_button.png);
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.youtube-thumb img{
	opacity:0.5;
}
.product-variation-options > span{
	padding: 5px 8px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #F1F0F0;
    display: inline-block;
    min-width: 20px;
    text-align: center;
}
.product-variation-options > span.selected{
	background: #fff;
}
.color-list{
	padding: 5px;
    display: block;
    border: 1px solid #ddd;
	border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	float: left;
    margin-left: 10px;
	cursor:pointer;
	opacity:0.5;
}
.color-list.selected{
	opacity:1;
}
.color-list:hover{
	opacity:1;
}
.product-color-lists{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-left:-10px;
}
.container.container-no-wrap{
	width:auto;
	padding-left: 0px;
    padding-right: 0px;
}
#wpt-content-header{
	margin-top: -140px;
}

#toggle-nav > ul{
	position: absolute;
	padding: 10px;
	top: 4px;
	left: 10px;
	display: none;
	list-style:none;
	margin:0px;
	cursor:pointer;
}
#toggle-nav > ul > li{
	width: 30px;
	height: 4px;
	background-color: #fff;
	border-radius: 3px;
	margin: 5px 0;
}
#toggle-nav{
	height:60px;
	background: #4483a4;
	display: none;
}
.whole-content{
	/*overflow:hidden;*/
}
@media only screen and (max-width: 780px) {
	.body-container{
		overflow: hidden;
	}
	.whole-content {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		z-index: 1;
	}
	#toggle-nav > ul{
		display: block;
	}
	#toggle-nav{
		display: block;
		z-index: 9999;
		position: relative;
		height: 60px;
		z-index: 2;
		
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		
			/* starting point */
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	#navigation-inner-wrapper #toggle-nav-content{
		overflow-y:scroll;
	}
	.whole-content{
		background:#fff;
	}
	#navigation-inner-wrapper.active #toggle-nav-content{
		display: block;
	}
	#header-container{
		margin-top:60px;
		position:relative;
		z-index:999;
		background:#fff;
	}
	#navigation-inner-wrapper.active #toggle-nav, .whole-content.active{
		-webkit-transform: translate3d(240px,0,0);
		-webkit-animation: open .5s ease-in-out;
		
		-moz-transform: translate3d(240px,0,0);
		-moz-animation: open .5s ease-in-out;
		
		transform: translate3d(240px,0,0);
		animation: open .5s ease-in-out;
	}
	@-webkit-keyframes open {
		0%      {-webkit-transform: translate3d(0,0,0);}
		70%    {-webkit-transform: translate3d(260px,0,0);}
		100%  {-webkit-transform: translate3d(240px,0,0);}
	}
	@-moz-keyframes open {
		0%      {-moz-transform: translate3d(0,0,0);}
		70%    {-moz-transform: translate3d(260px,0,0);}
		100%  {-moz-transform: translate3d(240px,0,0);}
	}
	@keyframes open {
		0%      {transform: translate3d(0,0,0);}
		70%    {transform: translate3d(260px,0,0);}
		100%  {transform: translate3d(240px,0,0);}
	}
	#navigation-inner-wrapper  #toggle-nav, .whole-content{
		-webkit-transform: translate3d(0,0,0);
		-webkit-animation: close .3s ease-in-out;
		
		-moz-transform: translate3d(0,0,0);
		-moz-animation: close .3s ease-in-out;
		
		transform: translate3d(0,0,0);
		animation: close .3s ease-in-out;
	}
	@-webkit-keyframes close {
		0%      {-webkit-transform: translate3d(240px,0,0);}
		100%  {-webkit-transform: translate3d(0,0,0);}
	}
	@-moz-keyframes close {
		0%       {-moz-transform: translate3d(240px,0,0);}
		100%  {-moz-transform: translate3d(0,0,0);}
	}
	@keyframes close {
		0%       {transform: translate3d(240px,0,0);}
		100%  {transform: translate3d(0,0,0);}
	}
	#navigation-inner-wrapper #toggle-nav-content {
		width: 260px;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		margin: 0;
		background-color: #1d2d35;
	}
	#navigation-inner-wrapper.active #toggle-nav-content {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0)scale(1);
		-webkit-animation: slideIn .35s ease-in-out;
		
		-moz-transform: translate3d(0,0,0)scale(1);
		-moz-animation: slideIn .35s ease-in-out;
		
		transform: translate3d(0,0,0)scale(1);
		animation: slideIn .35s ease-in-out;
	}
	@-webkit-keyframes slideIn {
		0%       {opacity: .3;
					-webkit-transform: translate3d(5%,0,0)scale(.97);}
		100%  {opacity: 1;
					-webkit-transform: translate3d(0,0,0)scale(1);}
	}
	@-moz-keyframes slideIn {
		0%      {opacity: .3;
					-moz-transform: translate3d(5%,0,0)scale(.97);}
		100%  {opacity: 1;
					-moz-transform: translate3d(0,0,0)scale(1);}
	}
	@keyframes slideIn {
		0%      {opacity: .3;
					transform: translate3d(5%,0,0)scale(.97);}
		100%  {opacity: 1;
					transform: translate3d(0,0,0)scale(1);}
	}
	#navigation-inner-wrapper.inactive  #toggle-nav-content {
		opacity: .3;
		
		-webkit-transform: translate3d(5%,0,0)scale(.97);
		-webkit-animation: slideOut .3s ease-in-out;
		
		-moz-transform: translate3d(5%,0,0)scale(.97);
		-moz-animation: slideOut .3s ease-in-out;
		
		transform: translate3d(5%,0,0)scale(.97);
		animation: slideOut .3s ease-in-out;
	}
	@-webkit-keyframes slideOut {
		0%      {opacity: 1;
					-webkit-transform: translate3d(0,0,0)scale(1);}
		100%  {opacity: .3;
					-webkit-transform: translate3d(5%,0,0)scale(.97);}
	}
	@-moz-keyframes slideOut {
		0%      {opacity: 1;
					-moz-transform: translate3d(0,0,0)scale(1);}
		100%  {opacity: .3;
					-moz-transform: translate3d(5%,0,0)scale(.97);}
	}
	@keyframes slideOut {
		0%      {opacity: 1;
					transform: translate3d(0,0,0)scale(1);}
		100%  {opacity: .3;
					transform: translate3d(5%,0,0)scale(.97);}
	}
	ul.menu li{
		display:block;
	}
	.sub-menu{
		position:relative;
	}
	ul.menu li.sub-menu > a:after{
		position: absolute;
		top: 0;
		right: 45px;
		line-height: 62px;
		font-family: FontAwesome;
		speak: none;
		-webkit-font-smoothing: antialiased;
		content: "\f078";
	}
	#navigation-wrapper{
		z-index:0;
	}
	ul.menu li ul{
		width:100%;
		z-index: 999;
	}
	#cart {
		position:absolute;
		top: -56px;
		right:20px;
	}
	#cart button i{
		color:#fff;
	}
	#cart button{
		outline:none;
	}
	#cart button #cart-total2{
		color:#4483a4;
		background:#fff;
	}
	#logo{
		text-align: center;
		width: 100%;
		float: none;
		position: relative;
		top: 0;
	}
	#logo img{
		display:inline-block;
		width:45%;
	}
	.right-nav{
		padding-top:0px;
		width: 100%;
		padding: 0;
	}
	#search{
		float:right;
		width:35%;
	}
	#search input {
		outline: none;
		background: #767a7a;
		border: none;
		-webkit-appearance: none;
		border-radius: 0;
		vertical-align: baseline;
		box-shadow: none;
		color: #4483a4;
		display: block;
		float: left;
		margin: 0;
		font-size: 14px;
		line-height: 20px;
		width: 100%;
		height: 35px;
		position: absolute;
		padding: 10px 45px 10px 5px;
		background: transparent;
		border: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		/* margin-right: 20px; */
		border-bottom: 1px solid #4483a4;
		/* margin-top: 10px; */
	}
	#search i {
		font-size: 20px;
		line-height: 35px;
		color: #4483a4;
	}
	#wpt-content-header {
		margin-top: 0 !important;
	}
	ul.menu > li > a {
		padding: 25px 35px;
		font-size: 12px;
	}
	#our-history {
		background: rgba(255,255,255,0.7);
		width: 96% !important;
		position: relative;
		float: right;
		right: 0 !important;
		margin: 5% 2% !important;
	}
	#footer-wrapper {
		text-align: center;
	}
	#s-row {
		width: 100% !important;
		display: block !important;
	}
	#row {
		display: block !important;
		padding: 0 25px !important;
	}
	#why-us img {
		width: 100% !important;
		height: auto;
	}
	#why-us h5 {
		padding: 0 10px 0px !important;
	}
	#s-row+#s-row h5 {
		padding: 0 10px 10px !important;
	}

}
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}
/*customize*/
#our-history-wrapper{
	background: url(/image/catalog/our-history.png) no-repeat center;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
	height:auto;
}
#our-history{
    background: rgba(255,255,255,0.7);
    width: 44.5%;
    position: relative;
    float: right;
    padding: 20px 40px;
    border-radius: 15px;
    right: 12%;
    margin: 5% 0;
}
#our-history h3{
	color: black;
	font-size:49px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	margin:0;
}
#our-history h4{
    color: black;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin: 25px 0;
    text-align: justify;
}
#our-history h4+h4{
    margin: 25px 0 35px;
}
#our-history a{
	color: white;
    background: #292929;
	border:1px solid #292929;
    border-radius: 5px;
    padding: 10px 25px;
    text-transform: uppercase;
    position: relative;
    left: 43%;
	transition:0.3s all ease;
}
#our-history a:hover{
    color: #292929;
    border-color: #292929;
	background:transparent;
	transition:0.3s all ease;
}
#award img{
	width:100%;
	height:auto;
}
#vip img{
	width:100%;
	height:auto;
}
#why-us-wrapper{
	background: url(/image/catalog/why-us.png) no-repeat center;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
	height:auto;
	text-align:center;
}
#why-us{
    background: rgba(0,0,0,0.4);
    border-radius: 15px;
    margin: 2% 5%;
}
#row{
	display:flex;
	justify-content:space-between;
	padding: 0 45px;
}
#s-row div{
	display:inline-block;
	width:50%;
	vertical-align: top;
}
#s-row{
	width:50%;
	display:inline-block;
}
#why-us > div > div:hover h5{
	color:#ffe17f;
	transition:0.3s all ease;
}
#why-us > div > div{
	min-height:280px;
}
#why-us h3{
    color: white;
    text-transform: uppercase;
    font-size: 50px;
    padding: 30px 0 20px;
    margin: 0;
}
#why-us img{
	width:70%;
	height:auto;
}
#why-us h5{
    color: white;
    text-transform: uppercase;
    padding: 0 35px 0px;
    line-height: 20px;
    font-weight: 600;
	transition:0.3s all ease;
}
#s-row+#s-row h5{
    padding: 0 35px 10px;
}
#why-us h6{
	color:white;
}
#map{
	height:300px;
}
#follow-us{
	list-style:none;
	padding:0;
}
#follow-us li{
	display:inline-block;
	margin-right:5px;
}
#follow-us i{
	font-size:18px;
	color:#4483a4;
}
#follow-us i:hover{
	color:white;
}
#footer-wrapper p{
	color:#80878e;
	margin:0;
	font-size: 13px;
}
.uranus.tparrows {
    width: 45px !important;
    height: 45px !important;
    background: #373d43 !important;
    border-radius: 100% !important;
}
.uranus.tparrows:hover {
    background: #339999 !important;
}
.uranus.tparrows:before {
    width: 45px !important;
    height: 45px !important;
    line-height: 48px !important;
    font-size: 25px !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#top-links{
	display:none;
}