@charset "utf-8";
.clear{clear:both;}
input,textarea{outline:none}

/* template_id RWDproducts */
/* load db RWDmember001 */
.RWDmember001 ul,.RWDmember001 li{
    list-style: none;
    margin:0px;
    padding:0px;
}
.RWDmember001 > ul > li{float:right;}
.RWDmember001 a {
    color: #151515;
    display: block;
    font-size: 12px;
    padding: 0px 10px;
    line-height: 40px;
    text-decoration: none;
}
.RWDmember001 > ul > li > a > i {
    margin-right: 5px;
    opacity: 0.3;
}


.RWDmember001 .dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 8px 6px;
    white-space: nowrap;
    font-size: 12px;
}

.RWDmember001 .dropdown-menu {
    z-index: 3000;
    margin: 0 0 0 -1px;
    min-width: 95px;
    padding: 0;    
    border-radius: 0;
}

.RWDmember001 .text-welcome{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    position: relative;
   font-size: 12px;
    padding: 0 15px;    
    line-height: 40px;
}

.RWDmember001 .divider {
    border-bottom: 0 none;
    height: 1px;
    margin: 0;
    padding: 0;
}
/*END*/
/* load db model003 */
.model003 .sub_menu_list{float: right;}
.model003 .sub_menu_list a{
	font-size: 13px;
	color: #101010;
	font-family: 微軟正黑體;
	line-height: 40px;
}
.model003 .sub_menu_list a:hover{
	color: #8a8989;
}

.model003 .sub_menu_list0 {
	font-size: 13px;
	color: #101010;
	font-family: 微軟正黑體;
	line-height: 40px;
	float: right;
	margin: 0px 7px;
}

.model003 .sub_menu_list .m_stitle{display: none;}
.model003 .sub_menu_list  a:hover .m_stitle{display: inline-block;}
.model003 .sub_menu_list  a:hover .m_title{display: none;}
/*END*/
/* load db RWDlanguage001 */
.RWDlanguage001 a{
    color: #151515;
    display: block;
    font-size: 12px;
    padding:0px;
    line-height: 40px;
    text-decoration: none;
}
.RWDlanguage001 .dropdown-menu>li>a {
    color: #151515;
}
.RWDlanguage001 {
    text-transform: uppercase;
}
.RWDlanguage001 .dropdown-langs > li > a {
    font-size: 12px;
    padding: 3px 6px;
}
.RWDlanguage001 .dropdown-menu > li.divider {
    border-bottom: 0 none;
    height: 1px;
    margin: 0;
    padding: 0;
}
.RWDlanguage001 .dropdown-menu {
    z-index: 3000;
    margin: 0 0 0 -1px;
    min-width: 50px;
    padding: 0;    
    border-radius: 0;
}
/*END*/
/* load db RWDsearch001 */
.RWDsearch001 {
    display: inline-block;
}
.RWDsearch001 i.fa {
		color: #333;
		cursor: pointer;
		position: relative;
	}
.RWDsearch001 .search-box {
		display:none;
		right: 0;
		left:auto;
		top: 100%;
		padding: 15px;
		background-color: #fff;
		position: absolute;
		box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
		width: 274px;
		margin-top: 36px;
		z-index: 22;
		border:rgba(0,0,0,0.07) 1px solid;
		border-top:0;
}


@media only screen and (max-width: 992px) {
  .RWDsearch001 .search-box{
			margin:0 !important;
			position:fixed;
			left:0; right:0;
			top:60px !important;
			width:100%;
			background-color:#fff;
			border-top:rgba(0,0,0,0.1) 1px solid;
}
}
	@media only screen and (max-width: 769px) {
		.RWDsearch001 .search-box{
			top:98px !important;
		}
	}
/*END*/
/* load db RWDcar001 */
	/** Quick Shop Cart 
	 ********************** **/
	.RWDcar001 .quick-cart-box {
		display:none;
		right: 0;
		left:auto;
		top: 100%;
		padding:10px 0;
		background-color: #fff;
		position: absolute;
		box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
		width: 274px;
		margin-top: 36px;
		z-index: 22;
	}
	.fixed  .RWDcar001 .quick-cart-box {
		margin-top:18px;
	}
		.fixed.header-sm .RWDcar001 .quick-cart-box {
			margin-top:18px;
		}
		.fixed.header-md .RWDcar001 .quick-cart-box {
			margin-top:15px;
		}

	.RWDcar001 .quick-cart-wrapper {
		max-height:400px;
		overflow-y:auto;
	}
	.RWDcar001 .quick-cart-box h4 {
		font-size:17px;
		margin:0; 
		padding:0 10px 10px 10px;
		border-bottom:rgba(0,0,0,0.1) 1px solid;
	}
	.RWDcar001 .quick-cart-box a {
		display:block;
		padding:15px 10px;
		border-bottom:rgba(0,0,0,0.04) 1px solid;
text-decoration: none;
	}
	.RWDcar001 .quick-cart-box a:hover {
		background-color:rgba(0,0,0,0.03);
	}
	.RWDcar001 .quick-cart-box a>img {
		float:left;
		margin-right:10px;
	}
	.RWDcar001 .quick-cart-box a h6 {
font-family: 'Raleway','Open Sans',Arial,Helvetica,sans-serif;
    font-weight: 600;
    color: #414141;
    margin: 0 0 30px 0;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
		margin:0; 
		padding:4px 0 0 0;

		text-overflow:ellipsis; 
		white-space: nowrap;
		overflow:hidden;
	}
.RWDcar001 .quick-cart-box a h6 span,.RWDcar001 .quick-cart-box a small{
color: #8ab933;
}
	.RWDcar001 .quick-cart-box a.btn {
		background-color:#151515;
		border:0; margin:0;
		padding-top:6px;
		padding-bottom:4px;
	}
	.RWDcar001 .quick-cart-footer {
		padding:10px 10px 0 10px;
	}
	.RWDcar001 .quick-cart-footer>span {
		display:inline-block;
		padding-top:3px;
		background-color:rgba(0,0,0,0.05);
		padding: 4px 3px;

		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
	}

	@media only screen and (min-width: 992px) { /* min-width */
		.RWDcar001 .quick-cart-box {
			top:21px;
		}
		.header-sm .RWDcar001 .quick-cart-box {
			margin-top:19px;
		}
		.header-md .RWDcar001 .quick-cart-box {
			margin-top:26px;
		}
		.RWDcar001 .quick-cart-wrapper {
			max-height:300px;
			overflow-y:auto;
		}
	}

	@media only screen and (max-width: 992px) { /* max-width */
		.RWDcar001 .quick-cart-box {
			margin-top:18px;
		}
		.dark li.search .search-box {
			margin-top:38px !important;
		}

	}
	@media only screen and (max-width: 769px) {
		.RWDcar001 .quick-cart-box {
			position:fixed;
			width:100%;
			left:0; right:0;
			top:60px;
			margin-top:0;
			border:rgba(0,0,0,0.08) 1px solid !important;
		}
		.dark .RWDcar001 .quick-cart-box {
			border:rgba(255,255,255,0.08) 1px solid;
		}
		.RWDcar001 .quick-cart-wrapper {
			max-height:200px;
			overflow-y:auto;
		}

		 .RWDcar001 .quick-cart-box{
			top:98px !important;
		}
	}
.RWDcar001 small{
    font-family: 'Lato', sans-serif;
}
.RWDcar001 .badge.badge-corner {
  top: -8px !important;
  right: -6px !important;
  position: absolute !important;
  color:#fff !important;
}
.RWDcar001 .badge {
    padding: 3px 6px;
    font-weight: 400;
    height: auto;
    background: #27d7e7 !important;
}
/*END*/
/* load db RWDlogo */
.RWDlogo{float:left;}
.RWDlogo a.logo {
    display: inline-block;
    height: 96px;
    line-height: 96px;
    overflow: hidden;vertical-align: middle;
}


.RWDlogo  a.logo > img {
    height: 80px;
    vertical-align: middle;
    border: 0 none;
    transition: all 0.3s ease 0s;

}
.RWDlogo > img:last-child {
    display: none;
}
.RWDlogo > img:first-child {
    display: inline-block;
}
.header.fixed a.logo > img:first-child {
    display: none;
}
.header.fixed a.logo > img:last-child {
    display: inline-block;
}
.header.fixed   a.logo > img {
    height: 60px;
}
.logo {max-width:50%;}
.logo img{max-width:100%}
/*END*/
/* load db RWDMenuNormal002 */
button.btn-mobile {
    display: none;
}
  button.btn-mobile {
    border-radius: 0;
    color: #333;
    display: none;
    float: right;
    margin-right: 0;
    margin-top: 13px;
    padding: 6px 10px;
    background-color: transparent;
}
  button.btn-mobile i {
    font-size: 21px;
    margin: 0;
    padding: 0;
}


#topMain>li>a {
	height:96px;
	line-height:76px;
}

#topMain.nav-pills>li>a {
	color:#1F262D;
	font-weight:400;
	background-color:transparent;
} 
#topMain.nav-pills>li:hover>a, 
#topMain.nav-pills>li:focus>a {
	color:#1F262D;
	background-color:rgba(0,0,0,0.03);
}
#topMain.nav-pills>li.active>a {
	color:#687482;
}

#topMain.nav-pills>li>a.dropdown-toggle {
	padding-right:25px;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

#topMain.nav-pills > li > a.dropdown-toggle::after {
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 1em;
    margin: -5px 0 0;
    opacity: 0.3;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: transform 0.2s ease-in 0s;
}


@media only screen and (max-width: 1215px) {
	#topMain.nav-pills>li>a {
		font-size:13px;
	}
}

@media only screen and (max-width: 992px) {
	/* Force 60px */
	#topMain>li {
		border-bottom:rgba(0,0,0,0.1) 1px solid;
	}
	#topMain>li:last-child {
		border-bottom:0;
	}
}
#topMain li:hover>ul.dropdown-menu {
    padding: 0;
    display: block;
    z-index: 100;
}

nav.nav-main ul.dropdown-menu {
    text-align: left;
    margin-top: 0;
    box-shadow: none;
    border: #eee 1px solid;
    border-top: #eee 0 solid;
    list-style: none;
   background-color: #333;
    box-shadow: rgba(0,0,0,0.2) 0 6px 12px;
    min-width: 200px;
    padding: 0;
    border-color: #8ab933 #3F3F3F #3F3F3F;
    -webkit-transition: top .4s ease;
    -o-transition: top .4s ease;
    transition: top .4s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

nav.nav-main ul.dropdown-menu li.active > a, nav.nav-main ul.dropdown-menu li.active:hover > a, nav.nav-main ul.dropdown-menu li.active:focus > a, nav.nav-main ul.dropdown-menu li:hover > a, nav.nav-main ul.dropdown-menu li:focus > a, nav.nav-main ul.dropdown-menu li:focus > a {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}

nav.nav-main ul.dropdown-menu>li:hover > ul.dropdown-menu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0;
    margin: 0;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
}




#topMain  ul.dropdown-menu li {
    border-bottom-color: rgba(0, 0, 0, 0.2);
}
nav.nav-main ul.dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
}
nav.nav-main ul.dropdown-menu > li, #topNav ul.dropdown-menu > li a {
    background-color: transparent;
}



	nav.nav-main ul.dropdown-menu li.divider {
		background-color:rgba(255,255,255,0.1);
	}
	nav.nav-main ul.dropdown-menu>li a {
		color:#ccc;
	}


	
	nav.nav-main ul.dropdown-menu {
		text-align:left;
		margin-top:0;
		box-shadow:none;
		border:#eee 1px solid;
		border-top:#eee 0 solid;
		list-style:none;
		background-color:#fff;
		box-shadow:rgba(0,0,0,0.2) 0 6px 12px;
		min-width:200px;
		padding:0;

		border-color: #1ABC9C #fff #fff;

		-webkit-transition: top .4s ease;
			 -o-transition: top .4s ease;
				transition: top .4s ease;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}

	nav.nav-main ul.dropdown-menu li {
		position:relative;
		border-bottom: rgba(0,0,0,0.06) 1px solid;
	}
		#topMain .submenu-dark ul.dropdown-menu li {
			border-bottom-color: rgba(0,0,0,0.2);
		}
	nav.nav-main ul.dropdown-menu li:last-child {
		border-bottom:0;
	}
	nav.nav-main ul.dropdown-menu li a {
		margin:0;
		padding:7px 15px;
		font-weight:400;
		line-height:23px;

		color:#666;
		font-size:12px;
		display:block;
		text-decoration:none;
	}
	nav.nav-main ul.dropdown-menu>li a i {
		margin-right:6px;
		font-size:12px;
	}
	nav.nav-main ul.dropdown-menu a.dropdown-toggle {
		background-position: right center;
		background-repeat: no-repeat;
	}

	
	
	/* sub-submenu */
	nav.nav-main ul.dropdown-menu>li:hover > ul.dropdown-menu {
		display:block;
		position:absolute;
		left:100%; top:0;
		padding:0; margin:0; 
		border-left:0 !important;
		border-right:0 !important;
		border-bottom:0 !important;
	}
	/** ************************************************************* **/


	/* onepage active link */
	#topMain.nav-onepage>li.active>a {
		font-weight:bold;
	}


	/** Responsive Top Nav
	 ********************* **/
	@media only screen and (max-width: 992px) {
		.navbar-collapse {
			height:100%;
		}
		form.mobile-search {
			display:block;
		}

		#topMain div.nav-main-collapse {
			padding:0; margin:0;
		}
		#topMain button.btn-mobile {
			display:block;
			float:right;
			margin-right:0;
		}
			#header.dark #topMain button.btn-mobile,
			#header.transparent #topMain button.btn-mobile,
			#header.theme-color #topMain button.btn-mobile {
				color:#fff;
			}
		#topMain nav.nav-main {
			background-color:#fff;
		}
		#topMain div.nav-main-collapse,
		#topMain div.nav-main-collapse.in {
			width: 100%;
			margin:-1px 0 0 0;
		}
		#topMain div.nav-main-collapse {
			float: none;
			overflow-x:hidden;
			max-height:350px;
		}
		#topMain div.nav-main-collapse.collapse {
			display: none !important;
		}
		#topMain div.nav-main-collapse.in {
			display: block !important;
		}
		#topMain div.nav-main-collapse {
			position: relative;
		}



		#topMain>li>a>span {
			display:none !important;
		}
		#topMain li {
			display:block !important;
			float:none;
			text-align:left;

			-webkit-border-radius: 0;
			   -moz-border-radius: 0;
					border-radius: 0;
		}
		#topMain li a {
			text-align:left;
			border:0;
			height:auto;
			line-height:15px;

			-webkit-border-radius: 0;
			   -moz-border-radius: 0;
					border-radius: 0;
		}
		#topMain>li:hover,
		#topMain>li:hover>a {
			border-top:0 !important;
		}


		/* submenu */
		nav.nav-main ul.dropdown-menu {
			position: static;
			clear: both;
			float: none;
			display: none !important;
			border-left:0 !important;

			-webkit-box-shadow: none;
			   -moz-box-shadow: none;
					box-shadow: none;
		}

		#topMain nav.nav-main li.resp-active > ul.dropdown-menu {
			display: block !important;
			margin-left:30px;
			margin-right:30px;
			padding:20px 0;
			border-right:0;
		}
		#topMain nav.nav-main li.resp-active > ul.dropdown-menu li {
			border-left:0;
		}

		#topMain ul.nav>li:hover>a:before, 
		#topMain ul.nav>li.active>a:before {
			background-color:transparent;
		}

		nav.nav-main ul.dropdown-menu>li:hover > ul.dropdown-menu {
			position:static;
		}

		nav.nav-main ul.dropdown-menu {
			border-top:0;
		}

		/** sub menu */
		#topMain nav.nav-main li.resp-active > ul.dropdown-menu {
			margin:0; padding:0;
		}
		#topMain nav.nav-main li > ul.dropdown-menu li a {
			padding-left:40px;
		}
		
		#topMain .dropdown-menu.pull-right,
		#topMain .dropdown-menu.pull-left {
			float:none !important;
		}
	}
	
	@media only screen and (max-width: 500px) {
		#topMain div.nav-main-collapse {
			max-height:250px;
		}
	}



	/* Mega Menu */
	#topMain>li.mega-menu {
	  position: inherit;
	  color:#fff;

	}
	#topMain>li.mega-menu>ul {
	  max-width:100%;
	  width: 100%;
	}
	#topMain>li.mega-menu div.row {
		display:table;
		margin:0; 
		padding:0;
		width:100%;
	}
	#topMain>li.mega-menu div.row div {
		display:table-cell;
		border-left: rgba(0,0,0,0.1) 1px solid;
		margin-left: -1px;
		display: table-cell;
		vertical-align: top;
		float: none;

		margin:0; 
		padding:15px 0 0 0;
	}
	#topMain>li.mega-menu div.row>div:first-child {
		border-left:0 !important;
	}
	#topMain>li.mega-menu div.row div>ul>li>span {

		font-weight:bold;
		display:block;
		padding:6px 15px 15px 15px;
	}
	#topMain>li.mega-menu div.row div:first-child {
		border-left:0;
	}


	/* LIGHT SUBMENU */
	nav.nav-main ul.dropdown-menu a.dropdown-toggle {
		background-image: url('../images/submenu_light.png');
	}


	/* DARK SUBMENU */
	nav.nav-main ul.dropdown-menu {
		background-color:#333;
                border-color: #8ab933 #3f3f3f #3f3f3f;

	}


nav.nav-main ul.dropdown-menu a.dropdown-toggle {
    background-image: url("../../model/sample/baseimg/RWDMenuNormal002/submenu_dark.png");
}
	nav.nav-main ul.dropdown-menu li.active>a, 
	nav.nav-main ul.dropdown-menu li.active:hover>a, 
	nav.nav-main ul.dropdown-menu li.active:focus>a, 
	nav.nav-main ul.dropdown-menu li:hover>a, 
	nav.nav-main ul.dropdown-menu li:focus>a, 
	nav.nav-main ul.dropdown-menu li:focus>a {
		color:#fff;
		background-color:rgba(0,0,0,0.15);
	}
	nav.nav-main ul.dropdown-menu li.divider {
		background-color:rgba(255,255,255,0.1);
	}
	nav.nav-main ul.dropdown-menu>li a {
		color:#ccc;
	}
	#topMain>li.mega-menu div.row div>ul>li>span {
		color:#fff;
	}
	#topMain>li.mega-menu div.row div { 
		border-left: rgba(0,0,0,0.2) 1px solid;
	}

nav.nav-main ul.dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
    border: 0 none;
    margin: -1px 0 0;
    padding: 0;
}

nav.nav-main ul.dropdown-menu li {
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: relative;
}
nav.nav-main ul.dropdown-menu > li, nav.nav-main ul.dropdown-menu > li a {
    background-color: transparent;
}

nav.nav-main ul.dropdown-menu li .label{
 margin-top: 4px;
}

#sidepanel {
    background-color: #363839;
    bottom: 0;
    color: #888;
    display: none;
    font-size: 13px;
    overflow: hidden;
    position: fixed;
    right: -280px;
    top: 0;
    transition: right 0.4s ease 0s;
    width: 280px;
    z-index: 3000;
}
#sidepanel_overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.4s ease 0s;
    z-index: 2999;
}
#sidepanel_close {
    background-color: rgba(0, 0, 0, 0.2);
    color: #999;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}
#sidepanel_close:hover {
    color: #fff;
}
#sidepanel.sidepanel-light #sidepanel_close {
    background-color: rgba(0, 0, 0, 0.1);
    color: #777;
}
#sidepanel.sidepanel-light #sidepanel_close:hover {
    color: #333;
}

#sidepanel.sidepanel-inverse {
    left: -280px;
    right: auto;
}

#sidepanel {
    background-color: #ffffff;
    color: #111;
}

#sidepanel h1, #sidepanel h2, #sidepanel h3, #sidepanel h4, #sidepanel h5, #sidepanel h6 {
    color: #ddd;
}
#sidepanel .sidepanel-content {
    margin: 50px 30px;
    overflow-y: auto;
}
#sidepanel .sidepanel-title {
    font-size: 18px;
    line-height: 23px;
}
#sidepanel ul > li > a {
    font-size: 14px;
}
#sidepanel ul ul > li > a {
    font-size: 11px;
}
#sidepanel ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
}
#sidepanel ul ul {
    border-bottom: 0 none;
    margin-top: 6px;
    padding-bottom: 0;
}
#sidepanel ul ul > li {
    padding: 5px 0 5px 32px;
}
#sidepanel .list-group-item {
    background-color: transparent;
    border: 0 none;
    padding: 8px 0;
}
#sidepanel .list-group-item a {
    color: #ddd;
    display: block;
    text-decoration: none;
}
#sidepanel ul li a[data-toggle="collapse"] {
}
#sidepanel ul li a.collapsed[data-toggle="collapse"] {
    color: #ddd;
    font-weight: normal;
}
#sidepanel ul li a > i.ico-dd {
    float: right;
}
#sidepanel ul li a > i.ico-category {
    width: 20px;
}
#sidepanel .list-group-item a > i {
    margin-right: 6px;
}
#sidepanel .list-group-item .badge {
    float: right;
}
#sidepanel.sidepanel-light ul a, #sidepanel.sidepanel-light ul li a.collapsed[data-toggle="collapse"], #sidepanel.sidepanel-light .list-group-item ul li a.collapsed[data-toggle="collapse"] {
    color: #777 !important;
}
#sidepanel.sidepanel-light, #sidepanel.sidepanel-light h1, #sidepanel.sidepanel-light h2, #sidepanel.sidepanel-light h3, #sidepanel.sidepanel-light h4, #sidepanel.sidepanel-light h5, #sidepanel.sidepanel-light h6, #sidepanel.sidepanel-light ul li a[data-toggle="collapse"], #sidepanel.sidepanel-light ul a:hover {
    color: #111 !important;
}

.social-icon {
	margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    border-color: transparent; 
    overflow: hidden;
	display:inline-block;
	text-decoration:none !important;
	text-align: center;
	cursor: pointer;
	font-style: normal;
	letter-spacing: 0em !important;
	color: #eaeaea !important; 

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
	.social-icon:hover>i {
		color:#fff;
	}
.social-icon i {
	display: block;
	position: relative;
    width: 40px;
    height: 40px;
	margin-top:6px;
	font-size: 28px;
}

.social-icon:hover i:first-child { 
	margin-top: -38px; 
}
.social-icon:hover i:last-child { 
	margin-top:4px;
}


body:not(.device-touch) .social-icon {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

body:not(.device-touch) .social-icon i {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


/* medium */
a.social-icon>i[class*=" icon-"],
a.social-icon>i[class^=icon-] {
	font-size:20px;
}

/* small */
a.social-icon.social-icon-sm,
a.social-icon.social-icon-sm>i {
	width:30px;
	height:30px;
	margin-top:3px;
	font-size: 17px;
	line-height:23px;
}
a.social-icon.social-icon-sm>i:last-child {
	padding-top:7px;
}
a.social-icon.social-icon-sm>i[class*=" icon-"],
a.social-icon.social-icon-sm>i[class^=icon-] {
	font-size:17px;
}


.social-facebook:hover { background-color: #3B5998 !important; }
.social-facebook { background-color: #3B5998; }
.social-delicious:hover { background-color: #205CC0 !important; }
.social-delicious { background-color: #205CC0; }
.social-paypal:hover { background-color: #00588B !important; }
.social-paypal { background-color: #00588B; }
.social-flattr:hover{ background-color: #F67C1A !important; }
.social-flattr { background-color: #F67C1A; }
.social-android:hover{ background-color: #A4C639 !important; }
.social-android { background-color: #A4C639; }
.social-smashmag:hover { background-color: #E53B2C !important; }
.social-smashmag { background-color: #E53B2C; }
.social-gplus:hover { background-color: #DD4B39 !important; }
.social-gplus { background-color: #DD4B39; }
.social-wikipedia:hover { background-color: #333 !important; }
.social-wikipedia { background-color: #333; }
.social-stumbleupon:hover { background-color: #F74425 !important; }
.social-stumbleupon { background-color: #F74425; }
.social-foursquare:hover { background-color: #25A0CA !important; }
.social-foursquare { background-color: #25A0CA; }
.social-call:hover { background-color: #444 !important; }
.social-call { background-color: #444; }
.social-ninetyninedesigns:hover { background-color: #F26739 !important; }
.social-ninetyninedesigns { background-color: #F26739; }
.social-forrst:hover { background-color: #5B9A68 !important; }
.social-forrst { background-color: #5B9A68; }
.social-digg:hover { background-color: #191919 !important; }
.social-digg { background-color: #191919; }
.social-spotify:hover{ background-color: #81B71A !important; }
.social-spotify { background-color: #81B71A; }
.social-reddit:hover { background-color: #C6C6C6 !important; }
.social-reddit { background-color: #C6C6C6; }
.social-blogger:hover { background-color: #FC4F08 !important; }
.social-blogger { background-color: #FC4F08; }
.social-cc:hover { background-color: #688527 !important; }
.social-cc { background-color: #688527; }
.social-dribbble:hover { background-color: #EA4C89 !important; }
.social-dribbble { background-color: #EA4C89; }
.social-evernote:hover { background-color: #5BA525 !important; }
.social-evernote { background-color: #5BA525; }
.social-flickr:hover { background-color: #FF0084 !important; }
.social-flickr { background-color: #FF0084; }
.social-google:hover { background-color: #DD4B39 !important; }
.social-google { background-color: #DD4B39; }
.social-instapaper:hover { background-color: #333 !important; }
.social-instapaper { background-color: #333; }
.social-klout:hover { background-color: #FF5F52 !important; }
.social-klout { background-color: #FF5F52; }
.social-linkedin:hover { background-color: #0E76A8 !important; }
.social-linkedin { background-color: #0E76A8; }
.social-vk:hover { background-color: #2B587A !important; }
.social-vk { background-color: #2B587A; }
.social-rss:hover { background-color: #EE802F !important; }
.social-rss { background-color: #EE802F; }
.social-skype:hover { background-color: #00AFF0 !important; }
.social-skype { background-color: #00AFF0; }
.social-twitter:hover { background-color: #00ACEE !important; }
.social-twitter { background-color: #00ACEE; }
.social-youtube:hover { background-color: #C4302B !important; }
.social-youtube { background-color: #C4302B; }
.social-vimeo:hover { background-color: #86C9EF !important; }
.social-vimeo { background-color: #86C9EF; }
.social-aim:hover { background-color: #FCD20B !important; }
.social-aim { background-color: #FCD20B; }
.social-yahoo:hover { background-color: #720E9E !important; }
.social-yahoo { background-color: #720E9E; }
.social-email3:hover { background-color: #6567A5 !important; }
.social-email3 { background-color: #6567A5; }
.social-macstore:hover { background-color: #333333 !important; }
.social-macstore { background-color: #333333; }
.social-myspace:hover { background-color: #666666 !important; }
.social-myspace { background-color: #666666; }
.social-podcast:hover { background-color: #E4B21B !important; }
.social-podcast { background-color: #E4B21B; }
.social-cloudapp:hover { background-color: #525557 !important; }
.social-cloudapp { background-color: #525557; }
.social-dropbox:hover { background-color: #3D9AE8 !important; }
.social-dropbox { background-color: #3D9AE8; }
.social-ebay:hover { background-color: #89C507 !important; }
.social-ebay { background-color: #89C507; }
.social-github:hover { background-color: #171515 !important; }
.social-github { background-color: #171515; }
.social-googleplay:hover { background-color: #DD4B39 !important; }
.social-googleplay { background-color: #DD4B39; }
.social-itunes:hover { background-color: #222 !important; }
.social-itunes { background-color: #222; }
.social-plurk:hover { background-color: #CF5A00 !important; }
.social-plurk { background-color: #CF5A00; }
.social-pinboard:hover { background-color: #0000E6 !important; }
.social-pinboard { background-color: #0000E6; }
.social-soundcloud:hover { background-color: #FF7700 !important; }
.social-soundcloud { background-color: #FF7700; }
.social-tumblr:hover { background-color: #34526F !important; }
.social-tumblr { background-color: #34526F; }
.social-wordpress:hover { background-color: #1E8CBE !important; }
.social-wordpress { background-color: #1E8CBE; }
.social-yelp:hover { background-color: #C41200 !important; }
.social-yelp { background-color: #C41200; }
.social-intensedebate:hover { background-color: #009EE4 !important; }
.social-intensedebate { background-color: #009EE4; }
.social-eventbrite:hover { background-color: #F16924 !important; }
.social-eventbrite { background-color: #F16924; }
.social-scribd:hover { background-color: #666666 !important; }
.social-scribd { background-color: #666666; }
.social-stripe:hover { background-color: #008CDD !important; }
.social-stripe { background-color: #008CDD; }
.social-print:hover { background-color: #111 !important; }
.social-print { background-color: #111; }
.social-dwolla:hover { background-color: #FF5C03 !important; }
.social-dwolla { background-color: #FF5C03; }
.social-statusnet:hover { background-color: #131A30 !important; }
.social-statusnet { background-color: #131A30; }
.social-acrobat:hover { background-color: #D3222A !important; }
.social-acrobat { background-color: #D3222A; }
.social-drupal:hover { background-color: #27537A !important; }
.social-drupal { background-color: #27537A; }
.social-buffer:hover { background-color: #333333 !important; }
.social-buffer { background-color: #333333; }
.social-pocket:hover { background-color: #EE4056 !important; }
.social-pocket { background-color: #EE4056; }
.social-bitbucket:hover { background-color: #0E4984 !important; }
.social-bitbucket { background-color: #0E4984; }
.social-stackoverflow:hover { background-color: #EF8236 !important; }
.social-stackoverflow { background-color: #EF8236; }
.social-hackernews:hover { background-color: #FF6600 !important; }
.social-hackernews { background-color: #FF6600; }
.social-xing:hover { background-color: #126567 !important; }
.social-xing { background-color: #126567; }
.social-instagram:hover { background-color: #3F729B !important; }
.social-instagram { background-color: #3F729B; }
.social-quora:hover { background-color: #A82400 !important; }
.social-quora { background-color: #A82400; }
.social-openid:hover { background-color: #E16309 !important; }
.social-openid { background-color: #E16309; }
.social-steam:hover { background-color: #111 !important; }
.social-steam { background-color: #111; }
.social-amazon:hover { background-color: #E47911 !important; }
.social-amazon { background-color: #E47911; }
.social-disqus:hover { background-color: #E4E7EE !important; }
.social-disqus { background-color: #E4E7EE; }
.social-plancast:hover { background-color: #222 !important; }
.social-plancast { background-color: #222; }
.social-appstore:hover { background-color: #000 !important; }
.social-appstore { background-color: #000; }
.social-pinterest:hover { background-color: #C8232C !important; }
.social-pinterest { background-color: #C8232C; }
.social-fivehundredpx:hover { background-color: #111 !important; }
.social-fivehundredpx { background-color: #111; }

/* rounded social icons */
a.social-icon.social-icon-round {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}

/* bordered social icons */
a.social-icon.social-icon-border {
	background-color:transparent;
	border:#999 1px solid;
	color:#565656 !important;
	text-shadow:none;
}
a.social-icon.social-icon-border:hover {
	border-color:transparent;
}
a.social-icon.social-icon-border:hover>i {
	color:#fff !important;
}
	section.dark a.social-icon.social-icon-border {
		color:#fff !important;
	}
	section.dark a.social-icon.social-icon-border:hover>i {
		color:#111 !important;
	}


/* light social icons */
a.social-icon.social-icon-light {
	background-color:rgba(0,0,0,0.1);
	text-shadow:none;
	color:#888 !important;
}
a.social-icon.social-icon-light:hover>i {
	color:#fff !important;
}
	section.dark a.social-icon.social-icon-light {
		background-color:#666;
		color:#fff !important;
	}
	section.dark a.social-icon.social-icon-light:hover>i {
		color:#111 !important;
	}


/* dark social icons */
a.social-icon.social-icon-dark {
	background-color:#444;
	text-shadow:none;
	color:#eee !important;
}
a.social-icon.social-icon-dark:hover>i {
	color:#fff !important;
}
	section.dark a.social-icon.social-icon-dark {
		background-color:#111;
		color:#fff !important;
	}



/* transparent social icons */
a.social-icon.social-icon-transparent {
	background-color:transparent;
	text-shadow:none;
	color:#666 !important;
}
a.social-icon.social-icon-transparent:hover>i {
	color:#fff !important;
}
	section.dark a.social-icon.social-icon-transparent {
		color:#999 !important;
	}
	section.dark a.social-icon.social-icon-transparent:hover>i {
		color:#fff !important;
	}
.icon-facebook::before {
    content: "";
}

@media only screen and (max-width: 992px) {
.navbar-collapse {
    height: 100%;
}

 div.nav-main-collapse {
    margin: 0;
    padding: 0;
}
 button.btn-mobile {
    display: block;
    float: right;
    margin-right: 0;
}
#header.dark  button.btn-mobile, #header.transparent  button.btn-mobile, #header.theme-color button.btn-mobile {
    color: #fff;
}
 nav.nav-main {
    background-color: #fff;
}
 div.nav-main-collapse,  div.nav-main-collapse.in {
    margin: -1px 0 0;
    width: 100%;
}
 div.nav-main-collapse {
    float: none;
    max-height: 350px;
    overflow-x: hidden;
}
 div.nav-main-collapse.collapse {
    display: none !important;
}
 div.nav-main-collapse.in {
    display: block !important;
}
 div.nav-main-collapse {
    position: relative;
}
#topMain > li > a > span {
    display: none !important;
}
nav li {
    border-radius: 0;
    display: block !important;
    float: none;
    text-align: left;
}
#topMain li a {
    border: 0 none;
    border-radius: 0;
    height: auto;
    line-height: 15px;
    text-align: left;
}
#topMain > li:hover, #topMain > li:hover > a {
    border-top: 0 none !important;
}
#topMain > li > a {
    height: auto;
}
nav.nav-main ul.dropdown-menu {
    border-left: 0 none !important;
    box-shadow: none;
    clear: both;
    display: none !important;
    float: none;
    position: static;
}
 nav.nav-main li.resp-active > ul.dropdown-menu {
    border-right: 0 none;
    display: block !important;
    margin-left: 30px;
    margin-right: 30px;
    padding: 20px 0;
}
 nav.nav-main li.resp-active > ul.dropdown-menu li {
    border-left: 0 none;
}
 ul.nav > li:hover > a::before,  ul.nav > li.active > a::before {
    background-color: transparent;
}
 ul.dropdown-menu > li:hover > ul.dropdown-menu {
    position: static;
}
 div.submenu-dark ul.dropdown-menu {
    border-top: 0 none;
}
 nav.nav-main li.resp-active > ul.dropdown-menu {
    margin: 0;
    padding: 0;
}
 nav.nav-main li > ul.dropdown-menu li a {
    padding-left: 40px;
}
 .dropdown-menu.pull-right,  .dropdown-menu.pull-left {
    float: none !important;
}
}
@media only screen and (max-width: 500px) {
 div.nav-main-collapse {
    max-height: 250px;
}
  .logo img{max-height:60px;}
}


.header.fixed  #topMain > li > a {
    height: 60px;
    line-height: 40px;
}



/*END*/
/* load db RWDbanner002 */
	.tp-caption {
		text-shadow:#000 1px 1px 1px;
	}
	.tp-caption.text_white, 
	.tp-caption.text_black, 
	.tp-caption.block_white, 
	.tp-caption.block_theme_color, 
	.tp-caption.block_black {
		white-space: nowrap;
		line-height: 34px;
		border-width: 0px;
		margin: 0px;
		padding: 1px 10px;
		letter-spacing: 0px;
		font-size: 22px;
		color: #fff;
		text-shadow:none;
	}
	
	.tp-caption.block_white {
		background-color: #fff;
	}
	.tp-caption.block_black {
		background-color: #000;
	}
	.tp-caption.text_white {
		color: #fff;
	}
	.tp-caption.text_black {
		color: #111;
	}

	.tp-bannertimer {
		background:rgba(0,0,0,0.5) !important;
		height:2px !important;
	}

	.tparrows.round:before {
		font-family: 'revicons';
	}
	.tparrows {
		top:50% !important;
		margin-top:-25px;
	}
	.tparrows.preview1 {
		margin-top:-50px !important;
	}

	.tparrows.preview4 {
		margin-top:-50px !important;
	}

	.tparrows.preview2 {
		line-height:1;
	}

	.tparrows:hover {
		color: #fff;
	}
/*
	.tp-leftarrow.round:before {
		content: 'e824';
	}
	.tp-rightarrow.round:before {
		content: 'e825';
	}
*/
	.tparrows.tp-rightarrow:before {
		margin-left: 1px;
	}
	/* bullets */
	.tp-bullets.simplebullets.round {
		bottom:20px !important;
	}
	.tp-bullets.simplebullets.round .bullet {
		background:none;
		background-color:#fff;
		height:5px;
	}

	
	/* revslider 5+ */
	.rev_slider_wrapper.arrows-bottom .tparrows {
		top:100% !important;
	}
	.rev_slider_wrapper .tp-caption {
		text-shadow:none;
	}
	.rev_slider_wrapper .inner {
		bottom:inherit !important;
		right:auto !important;
		width:auto !important;
		height:auto !important;
	}
	.tp-tabs,
	.tp-tab-mask,
	.tp-thumb-mask {
		z-index:1001;
	}
	.tp-thumbs {
		width:auto;
	}
	
/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/
/* load db RWDnews003 */
/*subject area*/
.RWDnews003 .section-subject{text-align:center;margin-bottom:50px;}
.RWDnews003 h1.main-title{font-size:48px;margin:0px;color:#414141;font-weight: 300;}
.RWDnews003 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#8ab933;font-weight: 300;}
.RWDnews003 .section-line {background-color: #43B6B1;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/

.RWDnews003 .box-icon.box-icon-color {color:#8ab933;}
.RWDnews003 .box-icon.box-icon-side>i {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 48px;
}
.RWDnews003 .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width:48px;
    
}

.RWDnews003 .fa img{max-width:48px;}
.RWDnews003 .box-icon a.box-icon-title >h2{
    color: #414141;
}
.RWDnews003 .box-icon a.box-icon-title:hover>h2 {
    color: #8ab933;
}
.RWDnews003 .box-icon .box-icon-title>h2 {
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    -webkit-transition: all .200s;
    -moz-transition: all .200s;
    -o-transition: all .200s;
    transition: all .200s;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
        -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    display: block;
}

.RWDnews003 .box-icon>a, .box-icon .box-icon-title {
    text-decoration: none !important;
    display: block;
}
.RWDnews003 .box-icon.box-icon-side {
    padding-left: 70px;
    position: relative;
}
.RWDnews003 .box-icon {
    margin: 30px 0;
}

.RWDnews003 .box-icon p {
    margin: 15px 0;
color:#666;
}


.RWDnews003 .box-icon a.box-icon-more:hover, section.dark .box-icon a.box-icon-more:hover {
    color: #8ab933;
}
.RWDnews003 .box-icon a.box-icon-more {
    color: #111;
}
.RWDnews003 .box-icon a.box-icon-more {
    display: block;
    text-align: right;
    position: relative;
    color: #000;
}
.RWDnews003 .box-icon>a, .box-icon .box-icon-title {
    text-decoration: none !important;
    display: block;
}
.RWDnews003 .font-lato {
    font-weight: 300;
    font-family: 'Lato',Arial,Helvetica,sans-serif !important;
}
.RWDnews003 .weight-300 {
    font-weight: 300 !important;
}
.RWDnews003 .box-icon p.date{
color:#333
}
/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/
/* load db RWDproduct001 */
/*subject area*/
.RWDproduct001 .section-subject{text-align:center;margin-bottom:50px;}
.RWDproduct001 h1.main-title{font-size:48px;margin:0px;color:#777;font-weight: 300;}
.RWDproduct001 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#888;font-weight: 300;}
.RWDproduct001 .section-line {background-color: #43B6B1;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/


.RWDproduct001 nav a {
	background-color: #EEE;
	color:#555;
}
.RWDproduct001 nav a:hover, nav a.current {
	background-color: #464646;
	color:#fff;
}
.RWDproduct001 nav a.current:focus{
	color: #fff;
}
.RWDproduct001 nav{margin-bottom:22px;}
.RWDproduct001 nav li{ display:inline-block;list-style:none;}

.RWDproduct001 .isotopeItem {
    margin-bottom: 22px;
}

.RWDproduct001 .mediaHover {
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.RWDproduct001 .mask {
    position: absolute;
    top: 0;
    left: 15px;
    display: none;
    z-index: 0;
    background-color: #43B6B1;
}

.RWDproduct001 .iconLinks {
    display: none;
    position: relative;
}
.RWDproduct001 .iconLinks a span {
    color: #fff;
    position: relative;
    top: -30px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
}
.RWDproduct001 .iconLinks a {
    display: inline-block;
    text-decoration: none;
}

.RWDproduct001 .iconRounded{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	padding-top: 11px;
	
}
.RWDproduct001 .iconRounded:before{margin: auto;text-align: center;}
.RWDproduct001 .iconBig{
	font-size: 50px;
}
.RWDproduct001 .iconBig.iconRounded{
	width: 112px;
	height: 112px;
	padding-top:29px;
	border-width: 4px;
}
.RWDproduct001 .iconBig img{
	width: 112px;
	padding-top:29px;
}
@media(min-width:768px){
	.RWDproduct001 .isotopeItem .iconBig{
		font-size: 33px;
	}
	.RWDproduct001 .isotopeItem .iconBig.iconRounded {
		width: 80px;
		height: 80px;
		padding-top: 18px;
	}
	.RWDproduct001 .isotopeItem .iconBig img{
		width: 80px;
		padding-top: 18px;
	}
	.RWDproduct001 .isotopeItem .iconLinks a span{font-size:10px;}
}

@media(min-width:992px){
	.RWDproduct001 .iconBig,.RWDproduct001 .isotopeItem .iconBig{
		font-size: 66px;
	}
        .RWDproduct001 	.iconBig.iconRounded, .RWDproduct001 .isotopeItem .iconBig.iconRounded {
		width: 125px;
		height: 125px;
		padding-top: 28px;
	}
        .RWDproduct001 	.iconBig.iconRounded, .RWDproduct001 .isotopeItem .iconBig img{
		width: 125px;
		padding-top: 28px;
	}
	.RWDproduct001 .isotopeItem .iconLinks a span{font-size:12px;}
}

.RWDproduct001 .iconRounded {border:2px solid #43B6B1;color:#43B6B1;background-color:#fff;}
.RWDproduct001 .iconRounded:hover{background-color:#43B6B1;color:#fff;}


.RWDproduct001 a h3{margin-top:20px;color:#333}
.RWDproduct001 a.btn_add2car{color:#333;padding:5px !important}




/*END*/
/* load file model/lib/RWDproduct001/model.css */
.RWDproduct001 .btn_area{
	display: block;
	text-align: center;
}

.RWDproduct001 a.btn_add2car{
    display: inline-block;
    margin: 10px auto;
    padding: 3px 25px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #525252;
        display: block;
    width: 133px;
    margin: 0 auto;
    margin-top: 30px;
}

.RWDproduct001 a.btn_add2car:hover{
	transition: all 0.5s ease 0s;
	background-color: #525252;
	color:#FFFFFF;
}

.boxstand .heading {margin-bottom: 20px;clear: both;text-align: center;    border-radius: 0 !important;}
.boxstand .heading h2:before {right: 100%;}
.boxstand .heading h2:after {left: 100%;}
.boxstand .heading h2:before, .boxstand .heading h2:after {width: 100%;content: ' ';width: 70%;position: absolute;border-width: 1px;border-color: #bbb;top: 15px;height: 6px;border-top-style: solid;border-bottom-style: solid;}
.boxstand .heading h2 {color: #687074;font-size: 24px;font-weight: normal;padding: 0 12px;position: relative;display: inline-block;line-height: 34px !important;margin-top: 5px;text-shadow: none;}
.boxstand .heading p{color: #888;font-size: 14px;}
.bx-pagerx a {
  width:35px;
  height:35px;
  display:block;
  border:1px solid #dddddd;
 
-moz-background-size:contain;
-webkit-background-size:contain;
-o-background-size:contain;
background-size:contain;
}
.bx-wrapper{margin-bottom:7px;}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border:  0px;
}

.bx-wrapper .bx-prev{margin-left:-55px;}
.bx-wrapper .bx-next{margin-right:-55px;}
.bx-wrapper .bx-viewport{left:0px;}


 .standNavigation {text-align: center; margin-top: -32px}
 .standNavigation a.stand-btn {color: #ccc;width: 30px;height: 30px;font-size: 17px;cursor: pointer;line-height: 26px;text-align: center;display: inline-block;border: 2px solid #ddd;border-radius: 50% !important;text-decoration: none;position: absolute;}
 .standNavigation a.stand-btn:hover {color: #555;border-color: #777;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
 .standNavigation a.stand-btn.stand_prev i {margin-left: -2px;}
 .standNavigation a.stand-btn.stand_next i {margin-right: -2px;}

 .standNavigation a.stand-btn.stand_prev {left:0px;}
 .standNavigation a.stand-btn.stand_next {right:0px;}
.nbg{background-color: #c3c3c3;color:#FFFFFF;    border-radius: 0px;}
.nbg option{ background-color: #FFFFFF;color:#666666;margin:3px;border-bottom:1px solid #c3c3c3; }
.title-price{color:#c9253c;font-size:18px;}
.fix-price{color:#687074;font-size:14px;text-decoration: line-through;}
.btn-success{border-radius: 0px;width:100%;background-color: #18ab9b;border:1px solid #18ab9b;}


.boxstand{
    background-color:#ffffff;width:550px;height:420px;padding:30px;
}
.box_photo{width:240px;float:left;position:relative;}
.box_photo li{width:159px;height:218px;}
.box_info{width:200px;float:left;position:relative;margin-left:20px;}
@media (max-width: 600px) {
    .boxstand{width:90%;height:auto;}
    .box_photo{width:100%;float:none;}
    .box_info{width:100%;float:none;margin-left:0px;margin-top:52px;}  
    .bx-pagerx a{width:50px;height:50px;}
}

.bx-wrapper .bx-viewport{
    box-shadow:none!important;
    border:0px!important;
    left:0px!important;
}
.bx-wrapper{margin-bottom:0px!important;}
.standNavigation a{display:block;}
/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/
/* load db RWDad002 */
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
/**	13. Owl Carousel v1.3.3
						*************************************************** **/
						/* clearfix */
						.RWDad002 .owl-carousel .owl-wrapper:after {
							content: ".";
							display: block;
							clear: both;
							visibility: hidden;
							line-height: 0;
							height: 0;
						}
						/* display none until init */
						.RWDad002 .owl-carousel{
							display: none;
							position: relative;
							width: 100%;
							-ms-touch-action: pan-y;
						}
						.RWDad002 .owl-carousel .owl-wrapper{
							display: none;
							position: relative;
							-webkit-transform: translate3d(0px, 0px, 0px);
						}
						.RWDad002 .owl-carousel .owl-wrapper-outer{
							overflow: hidden;
							position: relative;
							width: 100%;
						    z-index: 0;
						}
						.RWDad002 .owl-carousel .owl-wrapper-outer.autoHeight{
							-webkit-transition: height 500ms ease-in-out;
							-moz-transition: height 500ms ease-in-out;
							-ms-transition: height 500ms ease-in-out;
							-o-transition: height 500ms ease-in-out;
							transition: height 500ms ease-in-out;
						}
							
						.RWDad002 .owl-carousel .owl-item{
							float: left;
						}
						.RWDad002 .owl-controls .owl-page,
						.RWDad002 .owl-controls .owl-buttons div{
							cursor: pointer;
						}
						.RWDad002 .owl-controls {
							-webkit-user-select: none;
							-khtml-user-select: none;
							-moz-user-select: none;
							-ms-user-select: none;
							user-select: none;
							-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
						}
						.RWDad002 .owl-carousel.featured .owl-controls .owl-prev {
							margin-right:3px;
						}

						/* fix */
						.RWDad002  .owl-carousel  .owl-wrapper,
						.RWDad002 .owl-carousel  .owl-item{
							-webkit-backface-visibility: hidden;
							-moz-backface-visibility:    hidden;
							-ms-backface-visibility:     hidden;
						  -webkit-transform: translate3d(0,0,0);
						  -moz-transform: translate3d(0,0,0);
						  -ms-transform: translate3d(0,0,0);
						}
							/* 
							 *  Owl Carousel CSS3 Transitions 
							 *  v1.3.2
							 */
							.RWDad002 .owl-origin {
								-webkit-perspective: 1200px;
								-webkit-perspective-origin-x : 50%;
								-webkit-perspective-origin-y : 50%;
								-moz-perspective : 1200px;
								-moz-perspective-origin-x : 50%;
								-moz-perspective-origin-y : 50%;
								perspective : 1200px;
							}
							/* fade */
							.RWDad002 .owl-fade-out {
							  z-index: 10;
							  -webkit-animation: fadeOut .7s both ease;
							  -moz-animation: fadeOut .7s both ease;
							  animation: fadeOut .7s both ease;
							}
							.RWDad002 .owl-fade-in {
							  -webkit-animation: fadeIn .7s both ease;
							  -moz-animation: fadeIn .7s both ease;
							  animation: fadeIn .7s both ease;
							}
							/* backSlide */
							.RWDad002 .owl-backSlide-out {
							  -webkit-animation: backSlideOut 1s both ease;
							  -moz-animation: backSlideOut 1s both ease;
							  animation: backSlideOut 1s both ease;
							}
							.RWDad002 .owl-backSlide-in {
							  -webkit-animation: backSlideIn 1s both ease;
							  -moz-animation: backSlideIn 1s both ease;
							  animation: backSlideIn 1s both ease;
							}
							/* goDown */
							.RWDad002 .owl-goDown-out {
							  -webkit-animation: scaleToFade .7s ease both;
							  -moz-animation: scaleToFade .7s ease both;
							  animation: scaleToFade .7s ease both;
							}
							.RWDad002 .owl-goDown-in {
							  -webkit-animation: goDown .6s ease both;
							  -moz-animation: goDown .6s ease both;
							  animation: goDown .6s ease both;
							}
							/* scaleUp */
							.RWDad002 .owl-fadeUp-in {
							  -webkit-animation: scaleUpFrom .5s ease both;
							  -moz-animation: scaleUpFrom .5s ease both;
							  animation: scaleUpFrom .5s ease both;
							}

							.RWDad002 .owl-fadeUp-out {
							  -webkit-animation: scaleUpTo .5s ease both;
							  -moz-animation: scaleUpTo .5s ease both;
							  animation: scaleUpTo .5s ease both;
							}
				

							/**
								CUSTOM REWRITE
							**/
							.RWDad002 .owl-carousel {
								overflow:hidden;
								margin-bottom:20px;
								position:relative;
							}

							.RWDad002 .owl-carousel.owl-padding-10 .owl-item {
								padding:0 10px;
							}
							

							.RWDad002 .owl-carousel img {
								display:inline-block;
							}
							.RWDad002 .owl-carousel.buttons-autohide .owl-buttons {
								filter: Alpha(Opacity=0);
								opacity:0;

								-webkit-transition: opacity 0.4s;
								   -moz-transition: opacity 0.4s;
									 -o-transition: opacity 0.4s;
										transition: opacity 0.4s;
							}
							.RWDad002 .owl-carousel.buttons-autohide:hover .owl-buttons {
									filter: Alpha(Opacity=100);
									opacity:1;
								}

							.RWDad002 .owl-theme .owl-controls .owl-buttons div {
								color:#121212;
								background:#fff; 
								border:#fff 1px solid;

								opacity:1; 
								filter: Alpha(Opacity=100);

								-webkit-border-radius: 3px;
								   -moz-border-radius: 3px;
										border-radius: 3px;
							}
							.RWDad002 .controlls-over .owl-controls .owl-prev {
								position: absolute;
								top: 50%;
								margin-top: -28px;
								right:auto;
								left: -13px;
								zoom: 1;
								width: 36px;
								height: 36px;
								opacity: 0;
							}
							.RWDad002 .controlls-over .owl-controls .owl-next {
								position: absolute;
								top: 50%;
								margin-top: -28px;
								left:auto;
								right: -13px;
								zoom: 1;
								width: 36px;
								height: 36px;
								opacity: 0;
							}

							
							
							.RWDad002 .controlls-over .owl-pagination {
								text-align:center;
								position:absolute; width:60%; margin:auto;
								bottom:-20px; left:0; right:0; z-index:1;
							}
							.RWDad002 .owl-theme.controlls-over .owl-controls .owl-page {
								background:rgba(0,0,0,0.3);
								margin-bottom:30px;
								position:relative;
								display:inline-block;

							}
							.RWDad002 .owl-theme.controlls-over .owl-controls .owl-page:first-child {
								-webkit-border-top-left-radius: 10px;
								-webkit-border-bottom-left-radius: 10px;
								-moz-border-radius-topleft: 10px;
								-moz-border-radius-bottomleft: 10px;
								border-top-left-radius: 10px;
								border-bottom-left-radius: 10px;
							}
							.RWDad002 .owl-theme.controlls-over .owl-controls .owl-page:last-child {
								-webkit-border-top-right-radius: 10px;
								-webkit-border-bottom-right-radius: 10px;
								-moz-border-radius-topright: 10px;
								-moz-border-radius-bottomright: 10px;
								border-top-right-radius: 10px;
								border-bottom-right-radius: 10px;
							}
							.RWDad002 .owl-theme.controlls-over .owl-controls .owl-page span {
								background:#fff;
							}
							.RWDad002 .bottom-pagination .owl-controls .owl-page {
								margin-bottom:-40px !important;
							}


							/* top text caption */
							.RWDad002 .owl-carousel .owl-item div {
								position:relative;
								text-align:center;
							}
							.RWDad002 .owl-carousel .owl-caption {
								padding:10px;
								position:absolute !important;
								left:0; top:0; right:0;
								margin-top:0; max-width:100%;
								background:rgba(0,0,0,0.3);
								display:block; color:#fff;
							}

							.RWDad002 .owl-carousel .owl-caption p {
								color:#fff;
								font-size:13px;
								line-height:20px;
								padding:0; margin:0;
							}
							.RWDad002 .owl-carousel .owl-caption h1,
							.RWDad002 .owl-carousel .owl-caption h1 a,
							.RWDad002 .owl-carousel .owl-caption h2,
							.RWDad002 .owl-carousel .owl-caption h2 a,
							.RWDad002 .owl-carousel .owl-caption h3,
							.RWDad002 .owl-carousel .owl-caption h3 a {
								color:#fff;
								font-size:21px;
								line-height:21px;
								font-weight:bold;
								margin-bottom:10px;
							}
							.RWDad002 .owl-carousel .owl-caption a {
								color:#fff;
								font-weight:bold;
							}
							
							.RWDad002 .owl-carousel.controls-hover-only .owl-controls {
								filter: alpha(opacity=0);
								opacity: 0;

								-webkit-transition: opacity 0.4s;
								   -moz-transition: opacity 0.4s;
									 -o-transition: opacity 0.4s;
										transition: opacity 0.4s;
							}
							.RWDad002 .slider:hover .owl-carousel.controls-hover-only .owl-controls,
							.RWDad002 .owl-carousel.controls-hover-only:hover .owl-controls {
								filter: alpha(opacity=100);
								opacity: 1;
							}





						/* Styling Pagination*/
						.owl-theme .owl-controls .owl-page{
							display: inline-block;
							zoom: 1;
							*display: inline;/*IE7 life-saver */
						}
						.owl-theme .owl-controls .owl-page span {
							display: block;
							width: 20px;
							height: 5px;
							margin: 5px 7px;
							filter: Alpha(Opacity=50);/*IE7 fix*/
							opacity: 0.5;
							-webkit-border-radius: 0;
							-moz-border-radius: 0;
							border-radius: 0;
							background: #869791;
						}

						.owl-theme .owl-controls .owl-page.active span,
						.owl-theme .owl-controls.clickable .owl-page:hover span{
							filter: Alpha(Opacity=100);/*IE7 fix*/
							opacity: 1;
						}


						/* If PaginationNumbers is true */

						.owl-theme .owl-controls .owl-page span.owl-numbers{
							height: auto;
							width: auto;
							color: #FFF;
							padding: 2px 10px;
							font-size: 12px;
							-webkit-border-radius: 30px;
							-moz-border-radius: 30px;
							border-radius: 30px;
						}

						@media only screen and (max-width: 600px) {
							.owl-pagination {
								display:none;
							}
						}
/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/
/* load db copyright */
.copyright_desc,.copyright_desc a,.copyright_desc a:hover{
	color:#fff;
	line-height: 22px;
}
/*END*/
/* load file model/lib/RWDnews005/css/model.css */
.RWDnews005 header.section-header{margin-bottom:80px}.RWDnews005 .margin-bottom-60{margin-bottom:60px}.RWDnews005 .weight-300{font-weight:300 !important}.RWDnews005 .section-subject{text-align:center;margin-bottom:50px}.RWDnews005 .main-title{margin:0px;color:#414141;font-size:48px;font-weight:300}.RWDnews005 .sub-title{margin:18px 0 0;color:#8ab933;font-size:22px;font-weight:300}.RWDnews005 .section-line{background-color:#222;display:inline-block;height:1px;width:100px;margin-top:50px}.RWDnews005 .size-13{font-size:13px !important;line-height:17px !important}.RWDnews005 .margin-bottom-40{margin-bottom:40px !important}.RWDnews005 .margin-top-80{margin-top:80px !important}.RWDnews005 a{text-decoration:none}.RWDnews005 .owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.RWDnews005 .owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.RWDnews005 .owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px, 0px, 0px)}.RWDnews005 .owl-carousel .owl-wrapper-outer{position:relative;width:100%;z-index:0}.RWDnews005 .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.RWDnews005 .owl-carousel .owl-item{float:left}.RWDnews005 .owl-controls .owl-page,.RWDnews005 .owl-controls .owl-buttons div{cursor:pointer}.RWDnews005 .owl-controls{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.RWDnews005 .owl-carousel.featured .owl-controls .owl-prev{margin-right:3px}.RWDnews005 .owl-carousel .owl-wrapper,.RWDnews005 .owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0)}.RWDnews005 .owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.RWDnews005 .owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.RWDnews005 .owl-fade-in{-webkit-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.RWDnews005 .owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.RWDnews005 .owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.RWDnews005 .owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.RWDnews005 .owl-goDown-in{-webkit-animation:goDown .6s ease both;animation:goDown .6s ease both}.RWDnews005 .owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.RWDnews005 .owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}.RWDnews005 .owl-carousel{overflow:hidden;margin-bottom:20px;position:relative}.RWDnews005 .owl-carousel.owl-padding-10{margin-left:-10px;margin-right:-10px;width:auto}.RWDnews005 .owl-carousel.owl-padding-10 .owl-item{padding:0 10px}.RWDnews005 .owl-carousel img{display:inline-block}.RWDnews005 .owl-carousel.buttons-autohide .owl-buttons{filter:Alpha(Opacity=0);opacity:0;-webkit-transition:opacity .4s;transition:opacity .4s}.RWDnews005 .owl-carousel.buttons-autohide:hover .owl-buttons{filter:Alpha(Opacity=100);opacity:1}.RWDnews005 .owl-theme .owl-controls .owl-buttons div{color:#121212;background:#fff;border:#fff 1px solid;opacity:1;filter:Alpha(Opacity=100);border-radius:3px}.RWDnews005 .controlls-over .owl-controls .owl-prev{position:absolute;top:50%;margin-top:-28px;right:auto;left:-13px;zoom:1;width:36px;height:36px;opacity:0}.RWDnews005 .controlls-over .owl-controls .owl-next{position:absolute;top:50%;margin-top:-28px;left:auto;right:-13px;zoom:1;width:36px;height:36px;opacity:0}.RWDnews005 .controlls-over .owl-pagination{text-align:center;width:60%;margin:auto;bottom:-20px;left:0;right:0;z-index:1}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page{margin-bottom:0px;position:relative;display:inline-block}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page:first-child{-webkit-border-top-left-radius:10px;-webkit-border-bottom-left-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-bottomleft:10px;border-top-left-radius:10px;border-bottom-left-radius:10px}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page:last-child{-webkit-border-top-right-radius:10px;-webkit-border-bottom-right-radius:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;border-top-right-radius:10px;border-bottom-right-radius:10px}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page span{background:gray}.RWDnews005 .bottom-pagination .owl-controls .owl-page{margin-bottom:-40px !important}.RWDnews005 .owl-carousel .owl-item div{position:relative;text-align:center}.RWDnews005 .owl-carousel .owl-caption{padding:10px;position:absolute !important;left:0;top:0;right:0;margin-top:0;max-width:100%;background:rgba(0,0,0,.3);display:block;color:#fff}.RWDnews005 .owl-carousel .owl-caption p{color:#fff;font-size:13px;line-height:20px;padding:0;margin:0}.RWDnews005 .owl-carousel .owl-caption h1,.RWDnews005 .owl-carousel .owl-caption h1 a,.RWDnews005 .owl-carousel .owl-caption h2,.RWDnews005 .owl-carousel .owl-caption h2 a,.RWDnews005 .owl-carousel .owl-caption h3,.RWDnews005 .owl-carousel .owl-caption h3 a{color:#fff;font-size:21px;line-height:21px;font-weight:bold;margin-bottom:10px}.RWDnews005 .owl-carousel .owl-caption a{color:#fff;font-weight:bold}.RWDnews005 .owl-carousel.controls-hover-only .owl-controls{filter:alpha(opacity=0);opacity:0;-webkit-transition:opacity .4s;transition:opacity .4s}.RWDnews005 .slider:hover .owl-carousel.controls-hover-only .owl-controls,.RWDnews005 .owl-carousel.controls-hover-only:hover .owl-controls{filter:alpha(opacity=100);opacity:1}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:10px;height:10px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;border-radius:99em;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#fff;padding:2px 10px;font-size:12px;border-radius:30px}@media only screen and (max-width: 600px){.owl-pagination{display:none}}.RWDnews005 .owl-prev,.RWDnews005 .owl-next{background-image:none !important;border:0;color:#ccc;font-size:34px;line-height:55px;height:auto !important;width:56px !important;text-align:center;background-color:rgba(0,0,0,.2);border-radius:3px;-webkit-transition:all .4s;transition:all .4s}.RWDnews005 h4,.news005_h4{font-size:18px;letter-spacing:normal;margin:0 0 14px 0}.RWDnews005 h4 a,.news005_h4 a{color:#121212}.RWDnews005 h4:hover,.news005_h4:hover{color:#888}.RWDnews005 .margin-top-20{margin-top:20px !important}.RWDnews005 ul>li>i{margin-right:10px}@media only screen and (max-width: 600px){.RWDnews005 .owl-theme .owl-controls .owl-buttons div{background:rgba(0,0,0,0);border:#fff 0px solid}.RWDnews005 .owl-prev,.RWDnews005 .owl-next{background-color:rgba(0,0,0,0)}}
/*END*/