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

/* template_id RWDfullscreen01 */
/* load db RWDPreloader002 */
.RWDPreloader002 {
              position: fixed;
              left: 0px;
              top: 0px;
              width: 100%;
              height: 100%;
              z-index: 9999;
              background-color: #fff;
            }
            .RWDPreloader002 .preload {
              width: 128px;
              height: 128px;
              position: absolute;
              top: 50%;
              left: 50%;
              margin-top: -64px;
              margin-left: -64px;
            }
/*END*/
/* load db RWDMenuIcon001 */
.RWDMenuIcon001{
    background-color: white;
/*
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
*/
	opacity: 0 ;
	transform: scaleY(0);
    transform-origin: 50% 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/*language{*/
.mobile_language{display:none;}
.web_language{width:107px;font-size:12px;color:#7c7c7c;margin-top:37px;position:relative;cursor:pointer;}
.web_language .lang_text{padding: 0px 6px;background-color: #fff;border: 1px solid #7c7c7c;position: absolute;width: 107px;line-height: 22px;}
.web_language .btnToggle {cursor: pointer;display: block;height: 24px;position: absolute;right: 0;top: 0;width: 24px;}
.web_language .btnToggle .line {background-color: #7c7c7c;display: block;height: 2px;position: absolute;transition: all 0.3s ease-out 0s;width: 14px;margin:0px;}
.web_language .btnToggle .line_01 {right: 6px;top: 5px;}
.web_language .btnToggle .line_02 {right: 6px;top: 10px;}
.web_language .btnToggle .line_03 {right: 6px;top: 15px;}
.web_language.is-opened .btnToggle .line_01 {top: 10px;transform: rotate(45deg);transform-origin:50% 50% 0;-ms-transform: rotate(45deg);-ms-transform-origin:50% 50% 0;-webkit-transform: rotate(45deg);-webkit-transform-origin:50% 50% 0;-moz-transform: rotate(45deg);-moz-transform-origin:50% 50% 0;-o-transform: rotate(45deg);-o-transform-origin:50% 50% 0;}
.web_language.is-opened .btnToggle .line_02 {opacity: 0;}
.web_language.is-opened .btnToggle .line_03 {top: 10px;transform: rotate(135deg);transform-origin:50% 50% 0;-ms-transform: rotate(135deg);-ms-transform-origin:50% 50% 0;-webkit-transform: rotate(135deg);	-webkit-transform-origin:50% 50% 0;-moz-transform: rotate(135deg);-moz-transform-origin:50% 50% 0;	-o-transform: rotate(135deg);-o-transform-origin:50% 50% 0;}          	
.web_language.is-opened{color:#ffffff;}
.web_language.is-opened .lang_text{background-color:#7c7c7c;}
.web_language.is-opened .line {background-color:#ffffff;}
.web_language .lang_options{display:none;top:30px;position: absolute;z-index:10;width:107px;}
.web_language.is-opened .lang_options{display:block}
.web_language .web_language_menu{background-color:#eaeaea;border-bottom:1px solid #b5b5b5;line-height:29px;text-align:center;font-size:12px;}
.web_language .web_language_menu a{color:#494949;}
.web_language .web_language_menu:last-child{border-bottom:0px;}

.mobile_language{text-align:center;}
.mobile_language .lang_text{background-color:#eaeaea;font-size:14px;line-height:35px;color:#494949;}
.mobile_language .lang_options{display:none;}

.mobile_language .web_language_menu{background-color:#eaeaea;border-bottom:1px solid #b5b5b5;line-height:29px;text-align:center;font-size:14px;}
.mobile_language .web_language_menu a{color:#494949;}
.mobile_language .web_language_menu:last-child{border-bottom:0px;}

.mobile_language.is-opened .lang_text{background-color:#494949;color:#FFFFFF;}
.mobile_language.is-opened .lang_options{display:block;}
@media (min-width: 768px){
  .web_language{margin-left:0px;}
}
@media (min-width: 1025px){
  .web_language{margin-left:30px;}
}
@media (max-width: 800px){
  .web_language{display:none;}
  .mobile_language{display:block;}
}
/*language}*/


.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand{padding-top:30px;padding-left: 0;height:auto;}
.navbar-nav > li > a {
	display: block;
	font-size: 1em;
	font-weight: 300;
	margin: 0;
	padding-top:11px;
	padding-bottom:11px;
	vertical-align:middle;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	outline:none;
}

.navbar-nav > li > a i {font-size: 16px; text-align: center;padding: 20px 0 10px 0; color:#ccc;}
.navbar-nav > li > a:hover i, .navbar-nav > li.active > a i {color:#fff;}

.RWDMenuIcon001 .pull-right{ float:none !important; }

@media (min-width: 1200px){
.RWDMenuIcon001  .pull-right {
    float: right !important;
}
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    height: 88px;
}
.navbar-nav > li > a i {
    display: block;
}
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background: #43B6B1;
	color:#fff;
}

.navbar-default .navbar-toggle {
    margin-top: 22px;
}



.RWDMenuIcon001 ul.nav li ul {
  position:absolute;
  z-index: 99;
    display:none;
    background: #fff;
    list-style-type: none;
    margin: 0px;
    padding:10px 0px;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    width:200%;
}


@media (max-width:1199px){
.RWDMenuIcon001 ul.nav li ul {
  width:100%;
 position: relative;
}
}

.RWDMenuIcon001 ul.nav li ul li >ul{
box-shadow: none;
    margin: 0;
    position: relative;
    width: 100%;
}
.RWDMenuIcon001 ul.nav li ul li{background: #fff; list-style-type: none;margin: 5px 10px;}


.RWDMenuIcon001 i img{height:100%;;max-height:46px;}
.RWDMenuIcon001 .imghover{position:relative;padding-top:0px;}


@media (max-width: 767px){
  .RWDMenuIcon001 ul.nav li ul {
    position: relative;z-index: auto;
    width:100%;
  }
}
/*END*/
/* load db scrollDown001 */
.scrollDown001 {text-align: center;}
.scrollDown001 .scrollLink{display:inline-block;}

/*END*/
/* load db RWDfullScreenEditor */
.RWDfullScreenEditor {
position: relative;
              display: table;
  width:100%;
        height:100%;
 background-repeat: no-repeat;
 background-attachment:scroll;
 background-size: cover;
 background-position: top center;
}
@media(min-width:1200px){
  .RWDfullScreenEditor {
    background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
 }
}


            .RWDfullScreenEditor:before {
              position: absolute;
              content: " ";
              width: 100%;
              height: 100%;
              background: rgba(0, 0, 0, 0.8);
            }
            .RWDfullScreenEditor .intro-body {
              position: relative;
              display: table-cell;
              vertical-align: middle;
              padding-top: 70px;
              padding-bottom: 70px;
            }
            @media (min-width: 1280px) {
              .RWDfullScreenEditor .intro-body {
                padding-top: 0px;
                padding-bottom: 20px;
              }
            }
            .RWDfullScreenEditor .intro-body .intro-text {
              margin-top: 40px;
            }
            .RWDfullScreenEditor .intro-body .intro-text h2 {
              color: #fff;
              font-size: 50px;
              font-weight: 700;
            }
            @media (min-width: 768px) {
              .RWDfullScreenEditor .intro-body .intro-text h2 {
                font-size: 55px;
              }
            }
            .RWDfullScreenEditor .intro-body .intro-text  {
              color: #fff;
              font-size: 22px;
              font-weight: 400;
            }
            @media (min-width: 768px) {
              .RWDfullScreenEditor .intro-body .intro-text  {
                font-size: 26px;
              }
            }
            .RWDfullScreenEditor .intro-body .page-scroll {
              margin-top: 30px;
            }
            @media (min-width: 768px) {
              .RWDfullScreenEditor .intro-body .page-scroll {
                margin-top: 50px;
              }
            }
            @media (min-width: 768px) {
              .RWDfullScreenEditor .intro-body .page-scroll a.btn {
                padding: 20px 25px;
                font-size: 22px;
              }
            }

.RWDfullScreenEditor .logo img {
    margin: auto;
    position: relative;
    width: 300px;
}


.RWDfullScreenEditor .btn.btn-rj {
    background-color: #1abc9c;
    border-color: #1dd2af;
    color: #fff;
    text-transform: uppercase;
}
.RWDfullScreenEditor .btn.btn-rj:hover, .btn.btn-rj:focus {
    background-color: #17a689;
    color: #fff;
}

.RWDfullScreenEditor .bgbanner{width:100%;height:100%;position: absolute;z-index:-1;top: 0;}
.RWDfullScreenEditor .bx-viewport,.RWDfullScreenEditor .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.RWDfullScreenEditor .bxslider,.RWDfullScreenEditor .bxslider li{
    height: 100% !important;
   list-style: none;
  margin:0px;padding:0px;
}
.RWDfullScreenEditor .bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.RWDfullScreenEditor .bx-wrapper .bx-viewport{
    border: none !important;
}
/*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 RWDparalaxSlice */
.RWDparalaxSlice .maskParent {
    position: relative;
    height: 100%;
    width: 100%;
}
.RWDparalaxSlice .paralaxMask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background: rgba(0,0,0,0.15);
}
.RWDparalaxSlice .paralaxText {
    padding-top: 66px;
    padding-bottom: 66px;
    text-align: center;
    position: relative;
}
.RWDparalaxSlice .paralaxText blockquote,.RWDparalaxSlice .paralaxText h1,.RWDparalaxSlice  .paralaxText h2,.RWDparalaxSlice  .paralaxText h3,.RWDparalaxSlice  .paralaxText p,.RWDparalaxSlice .paralaxText i {
    color: #fff;
}
.RWDparalaxSlice .paralaxText blockquote {
    padding: 0.5em 0;
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    padding-left: 0;
    border: none;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    letter-spacing: 0.1em;
}
@media (min-width: 768px)
.RWDparalaxSlice .paralaxText blockquote {
    font-size: 44px;
    line-height: 44px;
}

.RWDparalaxSlice {
overflow-x:hidden;
	width:100%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;
	background-position: top center;
min-height:100%;
}
@media(min-width:1200px){
	.RWDparalaxSlice {
		background-attachment: fixed;
		background-position: 50% 0;
 background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
}
/*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 RWDnews006 */
.RWDnews006 h4 {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 25px;
}
.RWDnews006 .letter-spacing-1 {
    letter-spacing: 0.1em !important;
}

.RWDnews006 a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.RWDnews006 a:hover {
    color: rgba(255, 255, 255, 0.9);
}
/*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 scrollTop */
.scrollTop{
  cursor:pointer;
  width: 45px;
  height: 21px;
  margin: auto;
  padding-top: 30px;
  text-align:center;
  background:transparent url(../../model/sample/baseimg/scrollTop/top_arrow.png) center center no-repeat
}
.scrollTop:hover{
  opacity:0.5;-moz-opacity:0.5;-khtml-opacity: 0.5; filter:alpha(opacity=50);
}
/*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 scrollTop */
.scrollTop{
  cursor:pointer;
  width: 45px;
  height: 21px;
  margin: auto;
  padding-top: 30px;
  text-align:center;
  background:transparent url(../../model/sample/baseimg/scrollTop/top_arrow.png) center center no-repeat
}
.scrollTop:hover{
  opacity:0.5;-moz-opacity:0.5;-khtml-opacity: 0.5; filter:alpha(opacity=50);
}
/*END*/
/* load file model/lib/web_edm/model.css */
.web_edm{background-color:#1a1a1a;border:1px solid #1a1a1a}.web_edm .btn_container,.web_edm .email{float:left;position:relative}.web_edm .email input{border:none;line-height:30px;height:30px;padding:0 5px;width:149px;margin:0 5px;color:#909090;background-color:#1a1a1a}.web_edm .btn{display:inline-block;padding:0 10px;line-height:30px;font-size:13px;float:left;text-align:center;cursor:pointer;color:#7b7b7b}.web_edm .btn:hover{color:#fff}
/*END*/
/* load db RWDsocial003 */
.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-twitter:hover { background-color: #00ACEE !important; }
						.social-twitter { background-color: #00ACEE; }
						.social-linkedin:hover { background-color: #0E76A8 !important; }
						.social-linkedin { background-color: #0E76A8; }

.RWDsocial003 i img{ width: 100%;
    margin-top: -7px;}

.RWDsocial003 .social-icon .ii-line3{
    font-size: 22px;
    line-height: 28px;
}
 

/*END*/
/* load db web_search004 */
.web_search004 .searchIcon{
	position: relative;
	width: 50px;
	height: 50px;
	text-align:center;
	background-color: #d39b45;
	cursor:pointer;
}
.web_search004 .searchIcon .asset{
	position: absolute;
	display: block;
}
.web_search004 .asset.icon-search{
	background: transparent url("../../model/sample/baseimg/web_search004/icon_search.png") center center no-repeat;
	height: 50px;
	width: 50px;
	transition: all 0.2s ease 0s;
}
.web_search004 .icon-search:hover{background: #000 url("../../model/sample/baseimg/web_search004/icon_search_hover.png") center center no-repeat;}
.web_search004 .web_search{width: 220px;}
.web_search004 .web_search {background-color:#3b3b3b;}
.web_search004 .search_bar{
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 55px;
}

.web_search004 .web_search .searchkey{float:left;position:relative;}
.web_search004 .web_search .searchkey input{border: medium none;line-height:36px;height:36px;padding:0px 5px;width: 153px;margin:0 5px}
.web_search004 .web_search .btn{display: inline-block;padding:0px 13px;line-height: 36px;font-size:13px;float:left;text-align: center;cursor:pointer;}
.web_search004 .web_search input{color:#b7b7b7;}
.web_search004 .web_search input{background:transparent;}
.web_search004 .web_search .btn{background:transparent;}
.web_search004 .web_search .btn{color:#7b7b7b;}
.web_search004 .web_search .btn:hover{color:#ffffff;}
/*END*/
/* load db copyright */
.copyright_desc,.copyright_desc a,.copyright_desc a:hover{
	color:#fff;
	line-height: 22px;
}
/*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*/