.clear{clear:both;}
input,textarea{outline:none}

.RWDPreloader001 {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10000; /* makes sure it stays on top */
	background:white;
	text-align: center;
}
.RWDPreloader001 .status {
	width:100%;
	height:100px;
	position:absolute;
	left:0; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	
	margin-top:-100px; /* is width and height divided by two */
	text-align: center;
	padding-top:15px;
	text-transform: uppercase;
	border-radius:11px;
}
.RWDPreloader001 .status img{margin-bottom: 22px;}.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%;
}

.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%;
  }
}.member001{text-align: right;float: right;}
.member001,.member001 a{color:#cc2a1e;}.RWDbanner003 .module-hero {
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	z-index: 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.RWDbanner003 ul,.RWDbanner003 li{margin:0px;padding:0px;list-style: none;}

.RWDbanner003 .hs-title-size-1 {
	letter-spacing: 0.1em;
	font-size: 14px;
}

.RWDbanner003 .hs-title-size-2 {
	letter-spacing: 0.2em;
	font-size: 18px;
}

.RWDbanner003 .hs-title-size-3 {
	letter-spacing: 0.1em;
	font-size: 28px;
}

.RWDbanner003 .hs-title-size-4 {
	letter-spacing: 0.2em;
	font-size: 36px;
}
.RWDbanner003 .font-inc {
    font-family: "Inconsolata", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.RWDbanner003 .font-alt {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.RWDbanner003 .m-b-20 {
    margin-bottom: 20px !important;
}
/* -------------------------------------------------------------------
General Styles
------------------------------------------------------------------- */

.RWDbanner003 .flex-direction-nav a,
.RWDbanner003 .flex-control-nav > li > a {
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		 -o-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
}

.RWDbanner003 .flex-direction-nav a {
	position: absolute;
	display: block;
	height: 100%;
	width: 50%;
	top: 0;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	margin:0;
}

.RWDbanner003 .flex-direction-nav .RWDbanner003 .flex-prev {
	opacity: 0;
	left: 0;
	cursor: url(../../model/sample/baseimg/RWDbanner003/prev-light.png), e-resize;
}

.RWDbanner003 .flex-direction-nav .flex-next {
	opacity: 0;
	right: 0;
	cursor: url(../../model/sample/baseimg/RWDbanner003/next-light.png), e-resize;
}

.RWDbanner003 .flex-control-nav {
	position: absolute;
	width: auto;
	left: 50%;
	bottom: 10px;
	z-index: 11;
	text-align: center;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.RWDbanner003 .flex-control-nav > li {
	display: inline-block;
	margin: 5px 3px;
}

.RWDbanner003 .flex-control-nav > li > a {
	background: transparent;
	border: 1px solid #fff;
	display: block;
	height: 6px;
	width: 6px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}

.RWDbanner003 .flex-control-nav > li > a:hover,
.RWDbanner003 .flex-control-nav > li > a.flex-active {
	background: #fff;
}

.RWDbanner003 .hero-slider {
	position: relative;
	overflow: hidden;
}

.RWDbanner003 .hero-slider .slidebg {
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.RWDbanner003 .hero-slider > .slides > li.flex-active-slide .slidebg.slide-zoom {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}

.RWDbanner003 .hero-slider > .slides > li .slidebg {
	-webkit-transition: transform 10s ease;
	   -moz-transition: transform 10s ease;
	    -ms-transition: transform 10s ease;
	     -o-transition: transform 10s ease;
	        transition: transform 10s ease;
}

.RWDbanner003 .hero-slider-dark .flex-direction-nav .flex-prev {
	opacity: 0;
	left: 0;
	cursor: url(../../model/sample/baseimg/RWDbanner003/prev-dark.png), e-resize;
}

.RWDbanner003 .hero-slider-dark .flex-direction-nav .flex-next {
	opacity: 0;
	right: 0;
	cursor: url(../../model/sample/baseimg/RWDbanner003/next-dark.png), e-resize;
}

.RWDbanner003 .hero-slider-dark .flex-control-nav > li > a {
	border: 1px solid #000;
}

.RWDbanner003 .hero-slider-dark .flex-control-nav > li > a:hover,
.RWDbanner003 .hero-slider-dark .flex-control-nav > li > a.flex-active {
	background: #000;
}

/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */

.RWDbanner003 .hero-slider {
	margin: 0!important;
}

.RWDbanner003 .hero-slider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.RWDbanner003 .hero-slider,
.RWDbanner003 .hero-slider .flex-viewport {
	height: 100% !important;
	width: 100%;
	padding: 0;
	margin: 0;
}

.RWDbanner003 .hero-slider .slides {
	height: 100% !important;
	-webkit-transition-delay: 1s;
	   -moz-transition-delay: 1s;
	        transition-delay: 1s;
}

.RWDbanner003 .hero-slider .slides li {
	background-position: center center;
	background-repeat: no-repeat;
	height: 100% !important;
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* Caption */

.RWDbanner003 .hs-caption {
	position: relative;
	display: table;
	height: 100%;
}

.RWDbanner003 .hs-caption {
	position: relative;
	display: table;
	height: 100%;
}

.RWDbanner003 .caption-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.RWDbanner003 .caption-content.left {
	vertical-align: bottom;
	text-align: left;
	padding: 140px 0;
}

.RWDbanner003 .caption-content.right {
	vertical-align: bottom;
	text-align: right;
	padding: 140px 0;
}

@media (max-width: 767px) {

	.RWDbanner003 .caption-content.left,
	.RWDbanner003 .caption-content.right {
		vertical-align: middle;
		text-align: center;
	}

}

/* Dark background */

.RWDbanner003 .bg-dark,
.RWDbanner003 .bg-dark-30,
.RWDbanner003 .bg-dark-50,
.RWDbanner003 .bg-dark-90,
.RWDbanner003 .bg-dark .module-title,
.RWDbanner003 .bg-dark-30 .module-title,
.RWDbanner003 .bg-dark-50 .module-title,
.RWDbanner003 .bg-dark-90 .module-title {
	color: #fff;
}

.RWDbanner003 .bg-dark {
	background: #111;
}

.RWDbanner003 .bg-dark-30:before {
	position: absolute;
	background: rgba(0, 0, 0, .3);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.RWDbanner003 .bg-dark-50:before {
	position: absolute;
	background: rgba(0, 0, 0, .5);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.RWDbanner003 .bg-dark-90:before {
	position: absolute;
	background: rgba(0, 0, 0, .9);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

/* Light background */

.RWDbanner003 .bg-light,
.RWDbanner003 .bg-light-30,
.RWDbanner003 .bg-light-50,
.RWDbanner003 .bg-light-90 {
	color: #000;
}

.RWDbanner003 .bg-light {
	background: rgba(234, 234, 234, 0.7);
}

.RWDbanner003 .bg-light-30:before {
	position: absolute;
	background: rgba(255, 255, 255, .3);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.RWDbanner003 .bg-light-50:before {
	position: absolute;
	background: rgba(255, 255, 255, .5);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.RWDbanner003 .bg-light-90:before {
	position: absolute;
	background: rgba(255, 255, 255, .9);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
@media (max-width: 991px) {

	/* Headers */

	.RWDbanner003 .hs-title-size-3 {
		font-size: 24px;
	}

}

@media (max-width: 767px) {


	/* Headers */

	.RWDbanner003 .hs-title-size-1 {
		font-size: 12px;
	}

	.RWDbanner003 .hs-title-size-3 {
		font-size: 20px;
	}


}.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;
}
@media(min-width:1200px){
	.RWDparalaxSlice {
		background-attachment: fixed;
		background-position: 50% 0;
		background-size: cover;
	}
}.RWDad001 .clients_list a img{max-width:140px;    height: auto;
    max-width: 100%;
    min-height: 70px;
    min-width: 140px;
    vertical-align: middle;}

.RWDad001 .clients_list {
  text-align: center;
}
.RWDad001 .clients_list a {
  display: inline-block;
  padding: 10px;
  margin: 10px;
  -webkit-transition: all 700ms linear;
  -o-transition: all 700ms linear;
  transition: all 700ms linear;
}
.RWDad001 .clients_list a:hover {
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  /* IE 9 */
  -webkit-transform: rotateY(360deg);
  /* Opera, Chrome, and Safari */
}
/*subject area*/
.RWDad001 .section-subject{text-align:center;margin-bottom:50px;}
.RWDad001 h1.main-title{font-size:48px;margin:0px;color:#222;font-weight: 300;}
.RWDad001 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#222;font-weight: 300;}
.RWDad001 .section-line {background-color: #222;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*//*subject area*/
.RWDedictor001 .section-subject{text-align:center;margin-bottom:50px;}
.RWDedictor001 h1.main-title{font-size:48px;margin:0px;color:#777;font-weight: 300;}
.RWDedictor001 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#888;font-weight: 300;}
.RWDedictor001 .section-line {background-color: #43B6B1;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/

.RWDedictor001 h3 {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
    color: #222;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: -0.06em;    
}

.RWDedictor001 .mt30 {
    margin-top: 3em;
}
/*subject area*/
.RWDedictor001 .section-subject{text-align:center;margin-bottom:50px;}
.RWDedictor001 h1.main-title{font-size:48px;margin:0px;color:#777;font-weight: 300;}
.RWDedictor001 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#888;font-weight: 300;}
.RWDedictor001 .section-line {background-color: #43B6B1;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/

.RWDedictor001 h3 {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
    color: #222;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: -0.06em;    
}

.RWDedictor001 .mt30 {
    margin-top: 3em;
}
.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;
}
@media(min-width:1200px){
	.RWDparalaxSlice {
		background-attachment: fixed;
		background-position: 50% 0;
		background-size: cover;
	}
}/*subject area*/
.RWDedictor002 .section-subject{text-align:center;margin-bottom:50px;}
.RWDedictor002 h1.main-title{font-size:48px;margin:0px;color:#222;font-weight: 300;}
.RWDedictor002 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#222;font-weight: 300;}
.RWDedictor002 .section-line {background-color: #222;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/

.RWDedictor002{color:#222}
.RWDedictor002 .carousel-container {
   padding-bottom: 40px;
}


            @media (min-width: 1024px) {
              .RWDedictor002 .carousel-container {
                padding-bottom: 0px;
              }
            }
            .RWDedictor002 .RWDedictor002-text{
              text-align: center;
            }
            @media (min-width: 1024px) {
              .RWDedictor002 .RWDedictor002-text {
                text-align: left;
              }
            }
            .RWDedictor002 .RWDedictor002-text > h4 {
              font-size: 25px;
              text-transform: uppercase;
            }
            .RWDedictor002 .RWDedictor002-text > p {
              font-size: 18px;
            }
            .RWDedictor002 .RWDedictor002-text > .page-scroll {
              padding-top: 10px;
            }
.RWDedictor002 .section-content{padding-top:70px;padding-bottom:80px;}


.RWDedictor002 .btn.btn-rj {
    background-color: #1abc9c;
    border-color: #1dd2af;
    color: #fff;
    text-transform: uppercase;
}
.RWDedictor002 .btn.btn-rj:hover,.RWDedictor002 .btn.btn-rj:focus {
    background-color: #17a689;
    color: #fff;
}
.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;
}.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;
		}
	}.web_footer a{text-decoration: none;}
.footer_desc{color:#6F6F6F}
.footer_desc a{color:#6F6F6F}
.footer_desc a:hover{color:#6F6F6F}.web_community002{
	position: fixed;
	top: 20%;
	left: 0px;
	z-index: 75;
}
.web_community002 .sns_fb{
	margin: 5px 0px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	width: 25px;
	height: 16px;
	padding: 5px;
	background: #bda88e url(../../model/sample/baseimg/web_community002/icon_fb.png) center center no-repeat;
	transition: all 0.2s ease 0s;
}
.web_community002 .sns_fb:hover{padding-left:15px;background: #3b5997 url(../../model/sample/baseimg/web_community002/icon_fb.png) center center no-repeat;}
.web_community002 .sns_plurk{
	margin: 5px 0px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	width: 25px;
	height: 16px;
	padding: 5px;
	background: #bda88e url(../../model/sample/baseimg/web_community002/icon_plurk.png) center center no-repeat;
	transition: all 0.2s ease 0s;
}
.web_community002 .sns_plurk:hover{padding-left:15px;background: #eb5d00 url(../../model/sample/baseimg/web_community002/icon_plurk.png) center center no-repeat;}
.web_community002 .sns_twitter{
	margin: 5px 0px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	width: 25px;
	height: 16px;
	padding: 5px;
	background: #bda88e url(../../model/sample/baseimg/web_community002/icon_twitter.png) center center no-repeat;
	transition: all 0.2s ease 0s;
}
.web_community002 .sns_twitter:hover{padding-left:15px;background: #33ccff url(../../model/sample/baseimg/web_community002/icon_twitter.png) center center no-repeat;}.scrollTop001{
	transition: bottom 0.5s ease 0s;
	width: 83px;
	height: 123px;
	position: fixed;
	bottom: 10%;
	right: 25px;
	opacity: 0;
	text-align: center;	
	cursor:pointer;
	z-index: 75;
}
.scrollTop001 .icon{width:100%;height:100%;background: transparent url(../../model/sample/baseimg/scrollTop001/scrolltop.png) center center no-repeat;}
.scrollTop001:hover .icon{
  opacity:0.5;-moz-opacity:0.5;-khtml-opacity: 0.5; filter:alpha(opacity=50);
}