<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: inbusiness
Author: Inbusiness AS
Author URI: inbusiness.no
Description: The theme is created by Inbusiness AS, supports HTML5, and UU rules.
Version: 1.0
Text Domain: inbusiness
*/

* {
	box-sizing: border-box;	
}

@import url("js/glide/dist/css/style.css");

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #000000;
	max-width: 100%;
	overflow-x: hidden;
}

input[type=text], textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

h1, h2, h3 {
	color: #2f383d;
}

a {
	text-decoration: none;
	color: #6a7277;
}

a&gt;.hide {
	display: none;
}

img {
	border: none;
}

figure {
	padding: 0;
	margin: 0;
}

#skip a {
    padding: 6px;
    position: absolute;
    top: -80px;
    left: 3px;
    color: white;
    background: #a85309;
    z-index: 9999;
    text-decoration: none;
}
#skip a:focus {
	top: 3px;
}
.admin-bar #skip a:focus {
	top: 35px;
}

.container {
	margin: 0 auto;
	max-width: 1200px;
}
.woocommerce &gt; .container {
	padding: 0;
}

.container:before, .container:after,
.clear:before, .clear:after,
.page_content:before, .page_content:after,
.archive .widget-area .widget:before, .archive .widget-area .widget:after,
.sidebar #secondary &gt; aside:before, .sidebar #secondary &gt; aside:after {
	content: "";
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

/* placeholder */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

/* top header */
.top_header_menu {
	float: right;
	max-height: 38px;
	overflow: hidden;
}
.top_header_menu &gt; ul {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.top_header_menu &gt; ul li {
	float: left;
}
.top_header_menu &gt; ul li a {
	padding: 0 21px;
	margin: 9px 0;
	display: block;
	line-height: 20px;
	border-left: 1px solid gray;
}
.top_header_menu &gt; ul li:first-child a {
	border-left: 0;
}

/* header */
.header {
	position: relative;
}

.header .logo {
	float: left;
	margin: 0;
}

.header .logo a {
	float: left;
}

.header .logo a:focus {
	outline: 1px solid #999999;
}

.header .logo a img {
	float: left;
	max-width: 211px;
	max-height: 90px;
}

.main_menu_mobile {
	display: none;
}

.hidden_menu_btn {
	display: none;
}

.shortcut {
	height: 0;
}

.shortcut a {
	text-decoration: underline;
	position: absolute;
	padding: 15px;
	top: -50px;
	z-index: 9999;
}

.shortcut a:hover {
	text-decoration: none;
}

.shortcut a:focus {
	top: 0;
	outline: none;
}

.header&gt;.main_menu {
	float: right;
}

.header .main_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.header .main_menu&gt;ul&gt;li {
	float: left;
	position: relative;
}

.header .main_menu ul li a {
	display: block;
	padding: 0 27px;
	line-height: 60px;
}

.header&gt;.main_menu&gt;ul&gt;li&gt;a {
	line-height: 90px;
	position: relative;
}

.header&gt;.main_menu&gt;ul&gt;li&gt;a.has_children:after {
	font-family: FontAweSome;
	content: "\f107";
	position: absolute;
	right: 0;
	top: 0;
	line-height: 90px;
}

.header .main_menu ul li a:focus {
	outline: none;
}

.header .main_menu ul li a:focus, .header .main_menu ul li a:hover {
	color: #333333;
}

.header&gt;.main_menu&gt;ul&gt;li&gt;a:before {
	content: "";
	border: 2px solid #21c2f8;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
}

.header&gt;.main_menu&gt;ul&gt;li&gt;a:focus:before, .header&gt;.main_menu&gt;ul&gt;li&gt;a:hover:before
	{
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

.header&gt;.main_menu&gt;.search {
	width: auto;
	font-size: 17px;
}

.header&gt;.main_menu&gt;.search:before {
	border: none;
}

.header&gt;.main_menu&gt;.search&gt;a {
	color: #adadad;
	padding-right: 0;
}

.header&gt;.main_menu&gt;ul&gt;li:hover&gt;ul.sub-menu, .header&gt;.main_menu&gt;ul&gt;li&gt;a.has_children:focus+ul.sub-menu
	{
	visibility: visible !important;
	opacity: 1 !important;
	transition-delay: 0s !important;
}

.main_menu .sub-menu {
	position: absolute;
	top: 90px;
	z-index: 9999;
	background: #ffffff;
	border: 1px solid #e4e6e7;
	border-bottom: 4px solid #21c2f8;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
	width: 540px;
}

.main_menu .sub-menu&gt;li {
	float: left;
	width: 270px;
}

.main_menu .sub-menu&gt;li&gt;ul {
	width: 100%;
}

.main_menu .sub-menu&gt;li&gt;a {
	font-weight: bold;
}

.main_menu .sub-menu&gt;li&gt;ul&gt;li, .main_menu .sub-menu&gt;li {
	border-bottom: 1px solid #e4e6e7;
}

.main_menu .sub-menu&gt;li&gt;ul&gt;li:last-child {
	border-bottom: none;
}

.main_menu .sub-menu&gt;li&gt;ul&gt;li&gt;a:before, .main_menu .sub-menu&gt;li&gt;a[href^='http']:before
	{
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 9px;
}

.main_menu .sub-menu&gt;li&gt;ul&gt;li&gt;a:hover, .main_menu .sub-menu&gt;li&gt;ul&gt;li&gt;a:focus,
	.main_menu .sub-menu&gt;li&gt;a[href^='http']:hover, .main_menu .sub-menu&gt;li&gt;a[href^='http']:focus
	{
	background: #ddd;
}

.sub-menu.one_list&gt;li&gt;a[href^='http'] {
	font-weight: normal;
}

#menu-main-menu .sub-menu.one_list {
	width: 270px;
}

.sub-menu a.has_children:before {
	content: "" !important;
	padding-right: 0 !important;
}

.show_search_box {
	padding-right: 0 !important;
}

.show_search_box:after {
	font-family: FontAwesome;
	content: "\f002";
	font-size: 18px;
}

.search_box {
	display: none;
	width: 300px;
	background: #ffffff;
	border: 1px solid #e4e6e7;
	position: absolute;
	padding: 15px;
	right: 0;
	top: 90px;
	z-index: 9999;
}

label[for=search_txt], label[for=inpage_search_txt], label[for=search_blog_txt]
	{
	height: 1px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}

.search_box input[type=text], #search_blog_txt {
	width: 100%;
	border: 1px solid #e4e6e7;
	padding: 12px 45px 12px 12px;
	box-sizing: border-box;
}

#search_blog_txt {
	border-color: #cacbcb;
}

.search_box form, .blog_search_frm {
	position: relative;
}

.search_box input[type=submit], .blog_search_frm input[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	border: none;
	background: none;
	color: #6d7a83;
	width: 44px;
	height: 44px;
	cursor: pointer;
}

main section {
	
}

.screen-reader-text, nav&gt;h1, aside&gt;h1 {
	height: 1px;
	position: absolute;
	left: -1000px;
	top: -100px;
}

section h1, section h2 {
	font-size: 16px;
}

.block_head&gt;h1 {
	font-size: 30px;
}

.features article {
	width: 25%;
	float: left;
	text-align: center;
}

.circle {
	margin: 0 auto;
	background: #0A6075;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 30px;
	border-radius: 500px;
	transition: all 0.3s ease-out 0s;
	color: #ffffff;
}

.features article h3 a {
	color: #2f383d;
}

.features article h3 a:hover {
	color: #2ecefa;
}

.features article a {
	color: #368095;
	text-decoration: underline;
}

.features article a:hover {
	color: #6a7277;
}

.features article a:focus {
	background: #ddd;
	padding: 6px;
	outline: none;
}

.core_features {
	padding-top: 0;
}

.core_features h1, .core_features h2 {
	margin-top: 0;
}

.core_features .core_features_title {
	text-align: center;
	width: 480px;
	margin: 0 auto;
}

.core_features div article {
	width: 33.33%;
	float: left;
	padding-top: 57px;
}

.square {
	width: 54px;
	height: 54px;
	line-height: 54px;
	background: #0A6075;
	font-size: 21px;
	text-align: center;
	color: #ffffff;
}

.feature_blocks article div:first-child {
	float: left;
	width: 54px;
}

.feature_blocks article div:last-child {
	float: left;
	padding: 0 15px;
	width: 71%;
	box-sizing: border-box;
}

.feature_blocks h3 {
	margin-top: 0;
}

.text_block {
	text-align: center;
	background: #0A6075;
}

.text_block h1 {
	margin: 0;
	font-size: 30px;
}

.text_block, .text_block h1, .text_block a {
	color: #ffffff;
}

.btn {
	background: #0072a5;
	padding: 9px 17px;
	border-radius: 5px;
	margin: 20px 3px;
	display: inline-block;
	color: #ffffff;
}

.btn:focus {
	outline: 3px solid #999999;
}

.cyan {
	background: #0a6075;
}

.darkblue {
	background: #2f383d;
}

.img_block {
	padding-bottom: 0;
}

.img_block_content&gt;h1 {
	font-size: 30px;
}

.img_block h1, .img_block h2 {
	margin-top: 0;
}

.single_img, .img_block_content {
	float: left;
	width: 50%;
}

.img_block article {
	clear: both;
}

.img_block article div {
	float: left;
}

.img_block article div:first-child {
	vertical-align: middle;
	line-height: 100%;
	width: 20%;
	text-align: center;
}

.img_block article div:last-child {
	width: 80%;
}

.services article {
	float: left;
	max-width: 48%;
}

.services article:first-child {
	margin-right: 4%;
}

.services article header h1 {
	margin-top: 0;
}

.footerwidgets {
	background: #2f383d;
	color: #c0bfbf;
	padding: 24px 0;
}

.footerwidgets .widgets_block {
	float: left;
	max-width: 230px;
	padding: 0;
	margin: 0;
	margin-right: 15px;
}

.footerwidgets .widgets_block p {
	margin: 0 0 9px;
}

.footerwidgets .widgets_block h1 {
	font-size: 14px;
	color: #ffffff;
}

.footerwidgets .widgets_block article {
	clear: both;
}

.footerwidgets .widgets_block .square {
	float: left;
	margin-right: 15px;
}

.footerwidgets .widgets_block aside div:last-child {
	float: left;
	width: 70%;
}

.footerwidgets .widgets_block a {
	display: block;
	color: #96a0a7;
}

footer {
	background: #202629;
	color: #c0bfbf;
	padding: 24px 0;
}

footer a:focus, .footerwidgets a:focus {
	background: #ddd;
	outline: none;
	color: #202629 !important;
}

footer .container p {
	margin: 0;
	float: left;
	margin-right: 15px;
}

footer nav {
	float: right;
}

footer nav.main_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer nav.main_menu ul li {
	float: left;
}

footer nav.main_menu ul li a {
	display: block;
	padding: 0 17px;
	color: #96a0a7;
	text-decoration: underline;
}

.grey {
	background: #eff5f7;
}

.welcome .welcome_title {
	text-align: center;
	max-width: 450px;
	margin: 0 auto 30px;
}

.welcome .welcome_title h1 {
	margin-top: 0;
}

.welcome article {
	float: left;
	max-width: 33.33%;
	padding: 0 15px;
	box-sizing: border-box;
}

.welcome article img {
	width: 100%;
	height: 180px;
}

.capabilities h1 {
	margin-top: 0;
}

.capabilities .capabilities_title {
	text-align: center;
	max-width: 450px;
	margin: 0 auto 50px;
}

.capabilities article {
	float: left;
	width: 25%;
	text-align: center;
}

.capabilities .circle {
	width: 120px;
	height: 120px;
	line-height: 120px;
	transition: none;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
}

.capabilities .circle:hover {
	background: #2ecefa;
}

.tabs.verticle {
	margin-top: 40px;
}

.tabs.verticle .tab {
	background: #ffffff;
	border: 1px solid #dbe6ea;
	margin: 9px 0;
}

.tabs.verticle .tab h2 {
	cursor: pointer;
	margin: 0;
	padding: 15px 17px;
}

.tabs.verticle .tab h2&gt;a {
	display: block;
}

.tabs.verticle .tab h2&gt;a:focus {
	outline: 1px solid #999999;
}

.tabs.verticle .tab.tab_opened h2 {
	background: #21c2f8;
}

.tabs.verticle .tab.tab_opened h2&gt;a {
	color: #ffffff;
}

.tabs.verticle .tab.tab_closed h2 {
	background: transparent;
	color: inherit;
}

.tabs.verticle .tab.tab_closed h2&gt;a:after {
	font-family: FontaweSome;
	content: "\f067";
	float: right;
}

.tabs.verticle .tab.tab_opened h2&gt;a:after {
	font-family: FontaweSome;
	content: "\f068";
	float: right;
}

.tabs.verticle .tab h2 i {
	float: right;
}

.tabs.verticle .tab p {
	display: none;
	padding: 15px 17px;
}

.tabs.horizontal {
	margin-top: 40px;
}

.tabs.horizontal .tab_links {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	background: #c4d0d7;
}

.tabs.horizontal .tab_links li {
	float: left;
	border-right: 1px solid #ffffff;
}

.tabs.horizontal .tab_links li:last-child {
	border-right: none;
}

.tabs.horizontal .tab_links li a {
	padding: 12px 15px;
	display: block;
}

.tabs.horizontal .tab_links li a:focus {
	outline: 1px solid #999999;
}

.tabs.horizontal .tab_links h2 {
	display: inline-block;
	float: left;
	margin: 0;
}

.tabs.horizontal .tab_links .tab_opened {
	background: #ffffff;
}

.tabs.horizontal .tab_links .tab_closed {
	background: #c4d0d7;
}

.tabs.horizontal .tab_contents {
	clear: both;
	background: #ffffff;
	padding: 9px 21px;
}

.tabs.horizontal .tab_contents img {
	max-width: 100px;
	max-height: 100px;
	float: left;
	margin: 0 17px 17px 0;
}

.tabs.horizontal .tab_closed {
	display: none;
}

.slides .container {
	color: #ffffff;
}

.box {
	width: 100%;
	height: 100%;
}

@media only screen and (min-width:989px) {
	.main_menu_mobile {
		display: none;
	}
}

.file_not_found {
	text-align: center;
	color:
}

.file_not_found img {
	max-width: 100%;
}

.file_not_found header {
	margin-bottom: 40px;
}

.file_not_found h1 {
	font-size: 23px;
	color: #737678;
}

.file_not_found .img_desc {
	font-size: 46px;
	margin: 0 0 20px 0;
	color: #737678;
}

.file_not_found form,
.no-results.not-found .search-form {
	max-width: 70%;
	margin: 35px auto;
	position: relative;
}

.file_not_found form input[type=text],
.no-results.not-found .search-form input[type=text] {
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
	padding: 12px 45px 12px 12px;
	width: 100%;
	margin: 0;
	height: 44px;
}

.file_not_found form input[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: #0a6075;
	color: #ffffff;
	width: 44px;
	height: 44px;
	font-size: 20px;
	cursor: pointer;
}
.no-results.not-found .search-form {
	max-width: 90%;
	margin-left: 0;
}
.no-results.not-found .search-form .search-submit {
	top: 12px;
}

.links {
	background: #eff5f7;
	border-top: 1px solid #e6e9ea;
	border-bottom: 1px solid #e6e9ea;
	padding: 40px 0;
}

.links h1 {
	float: left;
	margin: 0;
	line-height: 40px;
}

.links ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

.links ul li {
	float: left;
}

.links ul li a {
	display: block;
	padding: 0 15px;
	line-height: 40px;
}

.links ul li a:before {
	font-family: FontAwesome;
	font-size: 12px;
	content: "\f105";
	padding-right: 9px;
}

.links ul li:first-child a {
	padding-left: 0;
}

.links ul li:first-child a:before {
	content: "";
	padding: 0;
}

.links ul li:last-child a {
	padding-right: 0;
}

.links ul li a:hover {
	color: #0a6075;
}

.search_results .container article {
	margin-bottom: 30px;
	padding: 20px;
	border-top: 1px solid #e5ecef;
	box-sizing: border-box;
}

.search_results .container article header {
	border-bottom: 1px solid #e5ecef;
}

.search_results .container article h1 {
	margin-top: 0;
}

.search_results .container article:nth-child(even) {
	background: #eff5f7;
}

.search_results .total {
	font-size: 18px;
	margin-bottom: 18px;
	color: #0072a5;
}

.search_results .total .keywords {
	color: #000000;
}

.read_more {
	margin: 0;
}

.paging {
	list-style: none;
	padding: 0;
	margin: 0;
}

.paging li {
	float: left;
}

.paging li a {
	display: block;
	padding: 6px 12px;
	border: 1px solid #c8cacb;
	margin-right: 9px;
}

.paging li a.current {
	background: #0A6075;
	color: #ffffff;
}

.paging li a.prev:after {
	font-family: FontAweSome;
	content: "\f104";
}

.paging li a.next:after {
	font-family: FontAweSome;
	content: "\f105";
}

.paging_mobile {
	display: none;
}

.portfolio article {
	text-align: center;
	float: left;
	box-sizing: border-box;
	margin-bottom: 15px;
	padding: 0 15px;
}

.portfolio article&gt;a {
	display: block;
	background: #eff5f7;
	transition: all 0.3s ease-out 0s;
	padding-bottom: 15px;
}

.portfolio article&gt;a:hover {
	background: #2f383d;
}

.portfolio article&gt;a&gt;div&gt;h1 {
	margin: 9px 0 3px;
}

.portfolio article&gt;a&gt;div&gt;p {
	margin-top: 6px;
}

.portfolio article&gt;a:hover h1 {
	color: #ffffff;
}

.portfolio .paging {
	margin-top: 40px;
}

.portfolio article img {
	width: 100%;
}

.portfolio_links {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	list-style: none;
	float: left;
}

.portfolio_links:before, .portfolio_links:after {
	content: "";
	clear: both;
	display: block;
}

.portfolio_links li {
	float: left;
}

.portfolio_links li a {
	display: block;
	padding: 7px 15px;
	border-radius: 3px;
}

.portfolio_links li a:hover, .portfolio_links li a.selected {
	background: #0a6075;
	color: #ffffff;
	transition: all 0.3s ease-out 0s;
}

.portfolio.columns_2 article {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 15px;
}

.portfolio.columns_3 article {
	width: 33.33%;
}

.slider {
	height: 420px;
}

.slider a:focus {
	outline: 1px solid #4f6168;
}

.slider__wrapper {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slider__arrows-item {
	position: absolute;
	display: block;
	margin-bottom: -20px;
	background-image: url("../img/glide-arrows.png");
	display: block;
	height: 28px;
	padding: 0;
	width: 17px;
}

.slider__arrows-item--right {
	bottom: 50%;
	right: 30px;
	background-position: -17px 0;
	margin-right: 36px;
}

.slider__arrows-item--left {
	bottom: 50%;
	left: 30px;
	background-position: 0 0;
	margin-left: 36px;
}

.slider__nav-item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 8px;
}

.slider__nav-item:hover, .slider__nav-item--current {
	background: #fff;
}

.slider_pause, .slider_play {
	border: none !important;
	color: #fff;
	margin-left: 15px;
}

.slider_pause:after, .slider_play:after {
	font-family: FontAweSome;
	display: block;
}

.slider_pause:after {
	content: "\f04c";
}

.slider_play:after {
	content: "\f04b";
}

.slider_pause:hover {
	color: #6d7a83;
}

.slider_pause:hover, .slider_play:hover {
	background: transparent !important;
}

.slider__wrapper {
	height: 100%;
	list-style: none outside none;
	overflow: hidden;
}

.slider__item {
	clear: none;
	float: left;
	height: 100%;
}

.box {
	width: 100%;
	max-height: 420px;
}

.slider__item .box img {
	width: 100%;
}

.tools {
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 15px;
}
.admin-bar .tools {
	top: 39px;
}

.tools .tools_size {
	display: block;
	/* margin-top: 23px; */
}

.tools .tools_size:focus {
	outline: none;
	background: #ddd;
}

.tools .tools_size .tutor {
	display: none;
	position: fixed;
	left: 20px;
	right: 20px;
	top: 80px;
	background: #fff;
	border: 2px solid #ccc;
	z-index: 10000;
	box-sizing: border-box;
	font-size: 64px;
	cursor: text;
}

.tools .tools_size .tutor .text {
	display: block;
	padding: 20px;
}

.tools .tools_size:hover .tutor, .tools .tools_size:focus .tutor {
	display: block;
}

.blog_contents {
	float: left;
	width: 75%;
	box-sizing: border-box;
}

.blog_contents:after {
	content: "";
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

.blog_sidebar {
	float: left;
	width: 25%;
}

.blog_contents article {
	margin-bottom: 30px;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 25px;
}

.blog_contents article img {
	width: 100%;
	float: left;
}

.blog_contents article&gt;div {
	background: #eff5f7;
	padding: 19px;
	clear: both;
}

.blog_contents article&gt;div h1 {
	margin: 0;
	margin-bottom: 3px;
}

.blog_contents article .article_info {
	border-top: 1px solid #e3e5e5;
	border-bottom: 1px solid #e3e5e5;
	padding: 7px 19px;
	margin: 15px -19px;
}

.blog_contents article .article_info&gt;span {
	margin-right: 12px;
}

.blog_contents article .article_info&gt;span:last-child {
	margin-right: 0;
}

.learn_more, .recent_posts a {
	text-decoration: underline;
}

.edit-link {
	display: block;
	margin-top: 15px;
	clear: both;
}

.edit-link a {
	margin-right: 15px;
	text-decoration: underline;
}

.edit-link a:hover {
	text-decoration: none;
}

.edit-link a:before {
	font-family: FontAweSome;
	content: "\f040";
	padding-right: 3px;
	display: inline-block;
	font-size: 16px;
}

.nav-links {
	padding: 9px 0;
}

.cat-links {
	margin-right: 15px;
}

.nav-links&gt;div {
	padding: 6px 0;
}

a.ib_settings {
	text-decoration: underline;
}

a.ib_settings:hover {
	text-decoration: none;
}

a.ib_settings:before {
	font-family: FontAweSome;
	content: "\f013";
	padding-right: 3px;
	display: inline-block;
	font-size: 16px;
}

.read_more {
	background:
		url('http://xuannguyen.inbusinessclients.no/wp-content/themes/inbusiness/images/arrow.png')
		no-repeat;
	display: block;
	height: 47px;
	margin: 0;
	position: absolute;
	right: 15px;
	top: 211px;
	width: 41px;
}

.vc_btn.vc_btn_juicy_pink.vc_btn_lg.vc_btn_rounded {
	background-color: #ffffff;
	color: #ED1C24 !important;
	width: 458px;
	text-align: left;
	margin-top: -82px;
	padding: 26px 0px 26px 20px;
	border: 3px solid #dcdcdc;
	border-top: none;
}

.vc_btn.vc_btn_juicy_pink.vc_btn_lg.vc_btn_rounded:hover {
	background-color: #ED1C24;
	color: #ffffff !important;
}

.vc_btn.vc_btn_juicy_pink.vc_btn_lg.vc_btn_rounded:hover .read_more {
	background:
		url('http://xuannguyen.inbusinessclients.no/wp-content/themes/inbusiness/images/arrow_hover.png')
		no-repeat;
}

.read_more_home {
	background:
		url('http://xuannguyen.inbusinessclients.no/wp-content/themes/inbusiness/images/arrow.png')
		no-repeat;
	display: block;
	height: 47px;
	margin: 0;
	position: absolute;
	right: 15px;
	top: 242px;
	width: 41px;
}

.wpb_content_element .wpb_tabs_nav {
	padding-left: 321px !important;
}

/* archive: begin */
.archive .page-header,
.search .page-header {
	margin-top: 0;
}
.archive .page-title,
.search  .page-title {
	text-transform: uppercase;
	font-size: 25px;
	margin-top: 0;
}
.archive .entry-title,
.search-results .entry-title {
	font-size: 20px;
}
.archive .entry-title a,
.search-results .entry-title a {
	color: #1F1F1F;
}
.archive .entry-meta {
	padding: 0 0 9px 0;
}
.archive .entry-footer,
.search .entry-footer {
	background: transparent;
}
.archive .entry-content {
	line-height: 23px;
}
.archive .page_content &gt; div#primary,
.single .page_content &gt; .post_content,
.search .page_content &gt; div#primary {
	float: left;
	width: 65%;
	margin-right: 5%;
}
.archive .page_content &gt; aside:first-child,
.single .page_content &gt; aside:first-child,
.search .page_content &gt; aside:first-child {
	float: left;
	width: 30%;
}

.sidebar #secondary &gt; aside {
	margin-top: 35px;
}
.sidebar #secondary &gt; aside:first-child {
	margin-top: 0;
}

.widget-area .widget {
	margin-bottom: 30px;
} 
.widget-area .widget .widgettitle {
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
}
.archive .page_content div#primary #main &gt; article,
.search-results div#primary #main article {
	border-bottom: 1px solid #eeeeee;
}
.archive .page_content div#primary #main &gt; article:last-child,
.search-results div#primary #main article:last-child,
.search-results div#primary #main .page-header {
	border-bottom: 0;
}
.single .entry-title {
	margin-top: 0;
	font-size: 23px;
	margin-bottom: 30px;
}
.single .post_content &gt; article:first-child {
	line-height: 23px;
}
.search .page_content:before {
	border-top: 1px solid #eeeeee;
	display: block;
	content: "";
	margin-bottom: 30px;
}
.search-results .entry-summary .post-thumb {
	display: block;
	padding: 6px 0;
}
/* archive: end */

.post_thumb {padding-bottom: 15px;}

/* to_top link */
.to_top {
	position: fixed; 
	bottom: 15px; 
	display: none;
	cursor: pointer;
	right: 50px;
}
.to_top &gt; div {
	background: #EEEEEE;
	font-size: 16px;
    font-weight: 300;
    height: 44px;
    width: 44px;
    text-align: center;
    float: right;
}
.to_top &gt; div a{
	float:left;
	width:100%;
	height:100%;
}
.to_top &gt; div i {
	line-height: 40px;
}

/* woocommerce */
#tab-additional_information .shop_attributes th {
	font-weight: normal;
}
#tab-additional_information .shop_attributes td,
#tab-additional_information .shop_attributes th {
	padding: 3px 15px 3px 0;
}

.woocommerce-tabs &gt; div &gt; h2:first-child,
.woocommerce-tabs #comments &gt; h2:first-child {
	margin-bottom: 20px;
}
/* UU rule - outline when focus on item */
/*
*:focus{
    outline: 2px solid #137eff !important;
    outline-offset:0 !important;
}
*/
.outline {
	 outline: 2px solid #137eff !important;
	 outline-offset:0 !important;
}
.form-control.outline{
	border: 2px solid #137eff;
}
.product .mediaholder  a:focus img{
	 /*border: 2px solid #137eff !important;*/
}
.mediaholder &gt; a,.fancybox{
	display:block;
}
</pre></body></html>