*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div {margin:auto;}
a {outline:0;}
a img {border:none; outline:0;}
p {margin-top:0; padding-top:0; margin-bottom:22px;}
p:last-child {margin-bottom: 0; padding-bottom: 0;}
html, body {
  height: 100%;
  margin:0;
  padding:0;
}
/*************** body ***************/
body {
  font-family: 'Assistant', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height:30px;
  color: #333;
  font-weight: normal;
  font-style: normal;
  background-color: #e3e5e8;
}
/*************** a, img, h, etc ***************/
a {
  color:#333;
  text-decoration:underline;
}
a:hover {
  color:#333;
  text-decoration:underline;
}
img {
  border: 0;
}

/* h1, h2, h3, h4 */
h1 {
  margin:0;
  padding:0;
  font-size:36px;
  font-weight:normal;
  color: #333;
}
h2 { margin:0;padding:0;font-size: 20px; color:#333; text-transform: none; font-weight:normal; }
h3 { margin:0;padding:0;font-size: 18px; color:#333; text-transform: none; font-weight:normal; }
h4 { margin:0;padding:0;font-size: 16px; color:#333; text-transform: none; font-weight:normal; }
/*************** wrapper ***************/
#wrap {
  float: left;
  width: 100%;
  min-width:1050px;
}

/*************** search ***************/
#search { 
    width: 190px;
    float: right;
    border: 1px solid #ccc;
    padding: 0;
    margin-top: 10px;
    border-radius: 20px;
    background:rgba(255,255,255,0.5);
 }
#search input[type=text] { margin-bottom:0; padding:0 12px; width:155px; font-size:14px; font-family:; background:none; color:#333; border:0; -webkit-border-radus:0px; -moz-border-radus:0px; border-radus:0px; float:left; -webkit-appearance:none; box-shadow:none; line-height:40px;  }
#search input[type=text]:focus { color:#333; -webkit-appearance:none; outline: none; }
#search input[type=submit] { height:40px; width:30px; background:url(http://regenics.no/layout/search-dark.png) no-repeat center; float:left; border:0; -webkit-appearance:none; cursor:pointer; }
#search input[type=submit]:focus { outline: none; }

/*************** header ***************/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 103px;
  background-color:none;
  background-image:url(/layout/bg-header.png);
  background-position: top;
  background-repeat: repeat-x;
  z-index:999;
  -webkit-box-shadow:0px 0px 4px none; -moz-box-shadow:0px 0px 4px none; box-shadow:0px 0px 4px none;
}
#header.scroll {
  background-color:#fff;
  width: 100%;
  height: 65px;
  -webkit-box-shadow:0px 0px 4px #444; -moz-box-shadow:0px 0px 4px #444; box-shadow:0px 0px 4px #444; -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -mox-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}
#header.scroll #logo { top:10px; }
#header #logo img { height:51px; width:158px; }
#header.scroll #logo img { height:43px; width:133px; }

#head {
  position: relative;
  width: 1050px;
  height: 103px;
  margin: 0 auto;
}
#head h1 { display: none; }

#header.scroll #head { height: 65px; }
#header.scroll #menu { top:5px; right:50px; }
#header.scroll #menu a { line-height: 60px; }

#header.scroll #search { width:40px; height:40px; border:none; background:url(http://regenics.no/layout/search-dark.png) no-repeat center center; margin-top:14px; cursor:pointer; }
#header.scroll #search.dark { background:none; border:1px solid #ddd; }
#header.scroll #search input[type=text], #header.scroll #search input[type=submit] { line-height:40px; display:none; }
#header.scroll #search input[type=submit] { height:39px; background:url(http://regenics.no/layout/search-dark.png) no-repeat center; }
#search.min { width:40px; }

#logo {
  position: absolute;
  top: 27px;
  left: 0;
  width: 158px;
  height: 51px;
}
#menu {
  position: absolute;
  top: 57px;
  right: 0;
  width: 800px;
  z-index: 99999;
}
/*************** content ***************/
#content-index {
  float: left;
  width: 100%;
  padding: 40px 0 40px 0;
}
#content {
  position: relative;
  float: left;
  width: 100%;
  padding: 40px 0 40px 0;
}
.full {
  float: left;
  width: 100%;
}
.half-left {
  float: left;
  width: 313px;
}
.half-right {
  float: right;
  width: 313px;
}
.left {
  position: relative;
  float: left;
  width: 636px;
}
.right {
  float: right;
  width: 300px;
}
.title {
  float: left;
  width: 100%; margin-bottom: 10px;
}
.title h1 { color: #941c1e; font-weight: normal; font-size: 36px; }
.text, .article-text {
  float: left;
  width: 100%;
  line-height: 24px;
  overflow: hidden;
}
.text a, .article-text a { color: #333; text-decoration: underline; }
.text a:hover, .article-text a:hover { color: #333; text-decoration: underline; }
.text img, .article-text img { max-width: 100%; height: auto; }
/*************** footer ***************/
#footer-bg {
  float: left;
  width: 100%;
  background-color: #222222;
}
#footer {
  position: relative;
  float: left;
  width: 100%;
  padding: 30px 0 50px 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.foot-col-1 {
  float: left;
  width: 200px;
}
.foot-col-1 a { color: #79a1b6; text-decoration: underline; }
.foot-col-1 a:hover { color: #79a1b6; text-decoration: none; }
.foot-credits {
  position: absolute;
  right: 0;
  bottom: 50px;
  font-size: 14px;
  color: #b4b4b4;
}
.foot-credits a { color: #b4b4b4; text-decoration: none; }
.foot-credits a:hover { color: #b4b4b4; text-decoration: underline; }
/*************** form ***************/
textarea, input[type="text"] {
  float: left;
  width: 100%;
  padding: 6px;
  border: 0;
  background-color: #fff;
  resize:none;
  font-size: 14px;
  font-family: 'Assistant', Arial, Tahoma, Helvetica, sans-serif;
  color: #292929;
  margin-bottom: 10px;
  box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.3);
  -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
}
label {
  font-size: 16px;
  width: 100%;
  float: left;
}
.submit {
  float: left;
  border: none;
  margin: 0;
  cursor: pointer;
  font-weight: normal;
  padding: 15px 40px;
  font-family: 'Assistant', Arial, Tahoma, Helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
  background-color: #d6490b;
  box-shadow: none;
  -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
}
.submit:hover {
  border: 0;
  background:#e66329;
  color: #fff;
  text-decoration: none;
}
div.error { display: none; }
label.error {
  float: left;
  width: 100%;
  margin-left: 5px;
  padding-left: 5px;
  color: #941c1e;
  font-size: 12px;
  font-weight: normal;
  border-left: 1px solid #941c1e;
}
/*************** custom ***************/
.w50 { width: 50%; }
.tright { text-align: right; }
.tcenter { text-align: center; }
.fright { float: right; }
.fleft { float: left; }
.clean { margin-right: 0 !important; }
.last { margin-right: 0 !important; }
.center-wrap { margin: 0 auto; position: relative; width: 1050px; }
.center { margin: 0 auto; position: relative; width: 1050px; }
.no-overflow { overflow: visible; }
span.req { color: #941c1e; }
.btn-orange {
  display: inline-block;
  background-color: #d6490b;
  color: #fff;
  text-decoration: none;
  /*background-image: url(/layout/arrow-white.png);
  background-repeat: no-repeat;
  background-position: right center; */
  /*padding: 17px 50px 17px 30px;*/
  padding: 15px 40px;
  font-size: 18px;
  -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
}
.btn-orange:hover { background:#e66329; color: #fff; text-decoration: none; }

/*************** index ***************/
.row {
  float: left;
  width: 100%;
}
#welcome { width:100%; min-height:407px; }

.row-welcome {
  float: left;
  width: 100%;
  background-image: url(/layout/bg-welcome.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  position:relative;
  min-height:510px;
  padding: 103px 0 0 0;
}
.welcome-news-btn { float:left; margin-right:10px; background-image:none; padding: 15px 40px; cursor:pointer; }
.welcome-extra { float:left; color:#333; width:100%; padding:10%; background:#fff; background:rgba(255,255,255,0.8); box-shadow:1px 1px 3px #333; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
.welcome-textwap { float:left; width:100%; }

.welcome-left { float:left; width:310px; }
.welcome-right { float:right; width:280px; font-size:16px; line-height:22px; }
.welcome-right img { max-width:100%; height:auto; }

.welcome-text {
  float: left;
  width: 590px;
  font-size: 45px;
  color: #fff;
  line-height: 55px;
  margin-bottom: 25px;
}
.welcome-btn {
  float: left;
  width: 100%;
}
.welcome-down {
  width: 100%;
  text-align: center;
  position:absolute;
  bottom:20px;
  left:0;
  cursor:pointer;
}

.row-info {
  float: left;
  width: 100%;
  padding: 80px 0;
}
.info-text {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 25px;
}
.info-btn {
  float: left;
  width: 100%;
  text-align: center;
}

.row-product-orange {
  position: relative;
  float: left;
  width: 100%;
  padding: 140px 0 0 0;
  background-image: url(/layout/bg-cosmetic-wonder.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position:-2px center;
  background-repeat: no-repeat;
}
.row-product-blue {
  position: relative;
  float: left;
  width: 100%;
  padding: 140px 0 0 0;
  background-image: url(/layout/bg-wound-healing.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position:-2px center;
  background-repeat: no-repeat;
}
.row-product-orange:hover { background-position:0px center; }
.row-product-blue:hover { background-position:0px center; }

.product-title {
  float: left;
  width: 100%;
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
}
.product-title h2 { font-size: 50px; color: #fff; }
.product-title h2 a { color: #fff; text-decoration: none; }
.product-title h2 a:hover { color: #fff; text-decoration: none; }
.product-text {
  float: left;
  width: 640px;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
.product-more {
  float: left;
  width: 100%;
  text-align: right;
  color: #fff;
  padding-bottom: 40px;
  margin-top: 80px;
}
.product-more a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-image: url(/layout/arrow-white.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 50px 0 0;
  font-size: 18px;
}
.product-more a:hover { color: #fff; text-decoration: underline; }

.row-news {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.row-regenics {
  float: left;
  width: 100%;
  padding: 60px 0;
  background-image: url(/layout/bg-regenics.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
}
.regenics-text {
  float: left;
  width: 740px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
}
.regenics-btns {
  float: left;
  width: 100%;
}

/**** inner ****/
.section-inner {  }
.section-headimage { height:320px; float:left; width:100%; position:relative; background-position:center center; background-image:url(http://regenics.no/layout/salmonroe-clear.jpg); background-repeat:no-repeat; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover; }
.section-wrap { position:absolute; width:100%; height:320px; }
.section-title { position:absolute; bottom:30px; left:0; }
.section-title h1 { color:#fff; font-size:52px; line-height:52px; margin-bottom:10px; }
.section-content { float:left; width:100%; margin:30px 0 40px 0; }
.section-overlay { background-image:url(http://regenics.no/layout/bg-menu.png); background-position:bottom left; background-repeat:repeat-x; position:absolute; left:0; bottom:0; height:216px; width:100%; }

.breadcrumbs { font-size:14px; color:#fff; line-height:14px; margin-bottom:5px; }
.breadcrumbs a { font-size:14px; color:#fff; text-decoration: none; }

.ingress { font-size:28px; line-height:40px; float:left; width:100%; margin-bottom:25px; }

.sidelist { float:left; height:24px; width:100%; }
.sidelist ul { list-style-type: none; padding:0; margin:0; }
.sidelist li { padding:0; margin:0; float:left; }
.sidelist a { float:left; color:#eee; font-size:16px; line-height:22px; margin-right: 20px; text-decoration: none; border-bottom:1px solid rgba(255,255,255,0.3); }
.sidelist a:hover, .sidelist a.currentpage { float:left; color:#fff; font-size:16px; line-height:22px; margin-right: 20px; text-decoration: none; border-bottom:1px solid #fff; }

.sideblock { float:left; width:100%; padding:20px; background:#d5d8dd; font-size:16px; line-height:24px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; box-shadow: 2px 2px 4px rgba(0,0,0,0.1); }
.sideblock p { margin-bottom:15px; }

.sideblock ul { margin:0; padding:0; }
.sideblock li { margin-left:20px; padding:0; }
.sideblock a {  }

.maincontent.left { width:720px; margin-right:30px; }
.contentwrap { width:100%; float:left; margin-bottom:30px; padding: 30px 35px; background: #fff; box-shadow: 2px 2px 4px rgba(0,0,0,0.1); -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
.contentwrap:last-child { margin-bottom:0px; }
.contentwrap.noshadow { box-shadow: 2px 2px 4px rgba(0,0,0,0); }
.contentwrap.nobg { padding:0; background:none; }
.maincontent.right { font-size:16px; width:300px; }
.maincontent img { max-width:100%; height:auto; }
.maincontent.full { width:100%; }

/*************** faq ***************/
.pagechild-children { float:left; width:100%; }
.pagechild-block { width:100%; margin-bottom:20px; padding-top:20px; float:left; border-top:1px solid #eee; }
.pagechild-title { float:left; width:100%; padding:6px 0 6px 40px; cursor: pointer; background-image: url(http://regenics.no/layout/arrow-small-down.png); background-repeat:no-repeat; background-position:left center; text-align: left; }
.pagechild-title h3 { color:#333; font-size:22px; margin:0; }
.pagechild-title:hover {  }
.pagechild-title.show { background-image:url(http://regenics.no/layout/arrow-small-up.png); }
.pagechild-content { display:none; width:100%; padding:5px 0 10px 40px; float:left; }

/**** vcent ****/
.vcent-out { position: relative; display: table; }
.vcent-in { display: table-cell; vertical-align: middle; width:100%; margin: 0 auto; *position: absolute; *top: 50%; }
.vcent-element { position:relative; *top: -50%; }
.clearfix { clear:both; display:block; }

/**** new ****/
.news-block { float:left; width:100%; }

.news-title { float:left; width:100%; margin-bottom:15px; }
.news-title h3 { font-size:42px; line-height:48px; }
.news-item { width:340px; height:330px; position:relative; float:left; padding:40px; background:#fff; text-decoration:none; margin:0px 5px 10px 5px; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover; background-position:center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; overflow:hidden; opacity:1; -webkit-box-shadow:2px 2px 4px #cacdd0; -moz-box-shadow:2px 2px 4px #cacdd0; box-shadow:2px 2px 4px #cacdd0; }
.news-item:hover { opacity:0.8; text-decoration: none; -webkit-box-shadow:2px 2px 4px #444; -moz-box-shadow:2px 2px 4px #444; box-shadow:2px 2px 4px #444; -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.4); -mox-box-shadow: 2px 2px 4px rgba(0,0,0,0.4); box-shadow: 2px 2px 4px rgba(0,0,0,0.4) }
.news-item-white, .news-item-white a { color:#fff; }
.news-item-white:hover, .news-item-white:hover a { color:#fff; }
.news-overlay { position:absolute; width:100%; height:100%; opacity:1; top:0; left:0; }
.news-overlay.withimage { opacity:0.85; }
.news-overlay.ol-orange { background:#e45502; }
.news-overlay.ol-blue { background:#4e6b8e; }
.news-overlay.ol-black { background:#333; }
.news-overlay.ol-white { background:#fff; }
.news-item-date { font-size:12px; line-height:12px; margin-bottom:5px; }
.news-item-title { font-size:30px; line-height:36px; margin-bottom:10px; }
.news-item-text { font-size:18px; line-height:26px; }
.news-item-read { position:absolute; bottom:10px; right:0; }
.news-more { width:100%; float:left; text-align:center; margin-top:15px; }
.news-readmore { width:100%; float:left; text-align:center; margin-top:5px; }
.news-readmore a { width:1040px; float:left; padding:20px 0; background:#cfd1d3; margin-left:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; text-decoration: none; -webkit-box-shadow:2px 2px 4px #cacdd0; -moz-box-shadow:2px 2px 4px #cacdd0; box-shadow:2px 2px 4px #cacdd0; }
.news-readmore a:hover { background:#dcdddf; text-decoration: none; }

.maincontent .news-item { width:49%; padding:40px; margin:0 1% 1% 0; }

#newsdetail-block { float:left; width:100%; }
#newsdetail-title { float:left; width:100%; margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #ddd; }
#newsdetail-title h2 { font-size:35px; line-height:48px; }
#newsdetail-date { float:left; width:100%; margin-bottom:10px; font-size:12px; line-height:18px; color:#888; }
#newsdetail-image { float:left; width:100%; margin-bottom:15px; background: #fff; padding: 15px 0; border: 1px solid #eee; }
#newsdetail-image img { max-height:350px; width:auto; margin:0 auto; display:block; }
#newsdetail-summary { float:left; width:100%; font-size:24px; line-height:40px; margin-bottom:15px; }
#newsdetail-content { float:left; width:100%; margin-bottom:20px; }
.newsdetail-back { float:left; width:100%; margin-top:20px; padding-top:20px; border-top:1px solid #ddd; }

/**** animation ****/
#header, #menu, #logo img { -webkit-transition: bottom 0.2s ease-out, height 0.2s ease-out, width 0.2s ease-out, background 0.2s ease-out; -moz-transition: bottom 0.2s ease-out, height 0.2s ease-out, width 0.2s ease-out, background 0.2s ease-out; -ms-transition: bottom 0.2s ease-out, height 0.2s ease-out, width 0.2s ease-out, background 0.2s ease-out; -o-transition: bottom 0.2s ease-out, height 0.2s ease-out, width 0.2s ease-out, background 0.2s ease-out; transition: bottom 0.2s ease-out, height 0.2s ease-out, width 0.2s ease-out, background 0.2s ease-out; }
#menu { -webkit-transition: top 0.2s ease-out; -moz-transition: top 0.2s ease-out; -ms-transition: top 0.2s ease-out; -o-transition: top 0.2s ease-out; transition: top 0.2s ease-out; }
.row-product-orange, .row-product-blue { -webkit-transition: background 0.2s ease-out; -moz-transition: background 0.2s ease-out; -ms-transition: background 0.2s ease-out; -o-transition: background 0.2s ease-out; transition: background 0.2s ease-out; }
.news-item { -webkit-transition: opacity 0.2s ease-out, box-shadow 0.2s; -moz-transition: opacity 0.2s ease-out, box-shadow 0.2s; -ms-transition: opacity 0.2s ease-out, box-shadow 0.2s; -o-transition: opacity 0.2s ease-out, box-shadow 0.2s; transition: opacity 0.2s ease-out, box-shadow 0.2s; }
a, .submit { -webkit-transition:line-height 0.2s ease-out, background-color 0.2s, color 0.2s, border 0.2s; -moz-transition:line-height 0.2s ease-out, background-color 0.2s, color 0.2s, border 0.2s; -ms-transition:line-height 0.2s ease-out, background-color 0.2s, color 0.2s, border 0.2s; -o-transition:line-height 0.2s ease-out, background-color 0.2s, color 0.2s, border 0.2s; transition:line-height 0.2s ease-out, background-color 0.2s, color 0.2s, border 0.2s; }
/* Stylesheet: style Modified On 2016-12-01 17:23:30 */
#menu { z-index: 999; z-index:5; }

#menu ul { list-style: none; padding: 0; margin: 0; float: right; }
#menu ul li {
  position: relative;
  list-style: none;
  float: left;
  line-height: 46px;
  font-size: 18px;
  font-weight: normal;
  margin-left: 25px;
}
#menu ul li.last-menu { margin-right: 0; }
#menu ul li a {
  display: block;
  position: relative;
  color: #333;
  line-height: 46px;
  text-decoration: none;
  padding-right: 0;
  padding-left: 0;
}
#menu ul li a:hover, #menu ul li a.menuactive, #menu ul li a.last-menu-active, #menu ul li.menuparent:hover{
  color: #333;
  background-image: url(/layout/menu-active.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

#menu ul li ul { position:absolute; left:auto; top:auto; background:#fff; background:rgba(255,255,255,0.9); width:190px; padding:10px 15px; text-align: left; z-index:1; -webkit-box-shadow:0px 4px 6px #444; -moz-box-shadow:0px 4px 6px #444; box-shadow:0px 4px 6px #444; -webkit-box-shadow: 0px 4px 6px rgba(0,0,0,0.4); -mox-box-shadow: 0px 4px 6px rgba(0,0,0,0.4); box-shadow: 0px 4px 6px rgba(0,0,0,0.4); z-index:1; }
#menu ul li li { margin-left:0; width:100%; float:left; padding:5px 0; }
#menu ul li li a, #header.scroll #menu ul li li a { font-size:16px; line-height:24px; }
#menu ul li li a:hover, #header.scroll #menu ul li li a:hover { color:#888; }
#menu ul li li a.menuactive, #header.scroll #menu ul li li a.menuactive { text-decoration: underline }
#menu ul li li a:hover, #menu ul li li a.menuactive, #menu ul li li a.last-menu-active { background-image:none; }
/*#menu ul li:hover ul { display:block; }*/
/* Stylesheet: menu Modified On 2016-09-09 13:21:31 */
