
/* ----------------------------------------------------------------
    Document Reset
-----------------------------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

:focus { outline: 0;}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type="text"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input[type="submit"],
input[type="reset"] { -webkit-appearance: none; }

.input-block-level {
  display: block;
  width: 100% !important;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* ----------------------------------------------------------------
    Basic Document Styles
-----------------------------------------------------------------*/


body {
	line-height: 1;
	color: #766454;
	font: 14px/22px Helvetica, Arial, sans-serif;
	background: #fff repeat fixed;
}

input,
select,
textarea { font: 16px/20px Helvetica, Arial, sans-serif; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; *zoom:1;}
* html .clearfix { height: 1%;} /* Hides from IE-mac \*/
.clearfix { display: block;}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

::selection {
    background: #26201b;
    color: #fff;
}

::-moz-selection {
    background: #26201b; /* Firefox */
    color: #fff;
}

::-webkit-selection {
	background: #26201b; /* Safari */
	color: #fff;
}

.omimg {
	max-width: 100%;
	display: block;
	margin: 80px 0;
	box-shadow: 0 15px 15px -15px rgba(38,32,28,0.5);
    -moz-box-shadow: 0 15px 15px -15px rgba(38,32,28,0.5);
    -webkit-box-shadow: 0 15px 15px -15px rgba(38,32,28,0.5);
	-o-box-shadow: 0 15px 15px -15px rgba(38,32,28,0.5);
	-ms-box-shadow: 0 15px 15px -15px rgba(38,32,28,0.5);
	border-radius: 3px;
	border:5px solid #fff;
}

/* ---------------------------------------------------------------------- */
/*	Forms
/* ---------------------------------------------------------------------- */


.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
} 

/* Form wrapper styling */
.form-wrapperfooter  {
	width: 250px;
	margin: 0px;
	padding: 0px;
}

.form-wrapperfooter .input {
    width: 148px;
	margin-top: 25px !important;
    height: 18px;
    padding: 10px;
    float: left;    
    font: 300 14px;
    border: 0;
    background: #e8ddd4;
    border-radius: 0px 0 0 0px;
	border: 1px solid #403529;
}

/* Form submit button */
.form-wrapperfooter button {
    width: 80px;
	height: 40px;
}

.form-wrapper button {
    width: 60px;
	height: 40px;
}

.form-wrapper {
    width: 300px;
    padding: 15px;
}
 
/* Form text input */
 
.form-wrapper input {
    width: 130px;
    height: 20px;
    padding: 10px 5px;
    float: left;    
    font: 300 14px;
    border: 0;
    background: #f3e7dd;
    border-radius: 0px;      
}
 
.form-wrapper input:focus, .form-wrapperfooter input:focus {
    outline: 0;
    background: #fff;
	border: 1px solid #403529 !important; 
}
 
.form-wrapper input::-webkit-input-placeholder, .form-wrapperfooter input::-webkit-input-placeholder {
   color: #615245;
   font-weight: 300;
   font-style: italic;
}
 
.form-wrapper input:-moz-placeholder, .form-wrapperfooter input:-moz-placeholder {
    color: #55483d;
    font-weight: normal;
    font-style: italic;
}
 
.form-wrapper input:-ms-input-placeholder, .form-wrapperfooter input:-ms-input-placeholder {
    color: #55483d;
    font-weight: normal;
    font-style: italic;
}    
 
/* Form submit button */
.form-wrapper button, .form-wrapperfooter button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #403529;
    border-radius: 0 0px 0px 0;      
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}   
   
.form-wrapper button:hover, .form-wrapperfooter button:hover{     
    background: #4d7000;
}   
   
c button:active, .form-wrapperfooter button:active,
.form-wrapper button:focus, .form-wrapperfooter button:focus{   
    background: #4d7000;
    outline: 0;   
}
 
.form-wrapper button:before, .form-wrapperfooter button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #403529 transparent;
    top: 12px;
    left: -8px;
}

.form-wrapper button:hover:before, .form-wrapperfooter button:hover:before{
    border-right-color: #4d7000;
}

.form-wrapper button:focus:before, .form-wrapperfooter button:focus:before,
.form-wrapper button:active:before, .form-wrapperfooter button:active:before{
        border-right-color: #4d7000;
}      

.form-wrapper button::-moz-focus-inner, .form-wrapperfooter button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}     

/* ----------------------------------------------------------------
    Typography
-----------------------------------------------------------------*/


a {
	text-decoration: none;
	color: #698c1d;
}

a:hover, .selected { color: #222; }

a img { border: none; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 20px; }

h1 { 
	color: #403529 !important; 
	font-weight: 700;
  	padding: 25px 0 10px 0;
  	color: #af9887;
    font-family: Helvetica, Arial, sans-serif;
	font-style: normal !important;
}

h2,
h3,
h4,
h5,
h6 {
  	font-weight: 900;
  	padding: 25px 0 10px 0;
  	color: #948071;
    font-family: Helvetica, Arial, sans-serif;
	text-transform: inherit;
	font-style: normal !important;
}

h1 span { font-weight: 900; font-family: Helvetica, Arial, sans-serif;}
h2 span,
h3 span,
h4 span,
h5 span,
h6 span { color: #7c9e30; }

.dark { color: #403529 !important; }

h1 {
	font-size: 30px;
	line-height: 32px;
}

h2 {
	font-size: 26px;
	line-height: 32px;
}

h3 {
	font-size: 20px;
	line-height: 28px;
}

h4 {
	font-size: 16px;
	line-height: 20px;
}

h5 {
	font-size: 14px;
	line-height: 18px;
}

h6 {
	font-size: 12px;
	line-height: 16px;
}

h1,
h2,
h3,
h4 {
    letter-spacing: -1px;
}

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #5d4f43;
}

blockquote {
  	color: #af9887;
  	border-left: 3px solid #766454;
    font-size: 17px;
    line-height: 1.4;
    font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    padding: 5px 0 5px 20px;
    text-shadow: 1px 1px 1px #FFF;
    margin-left: 20px;
}

blockquote p { margin: 20px 0 0 0 !important; }

blockquote p:first-child { margin: 0 !important; }

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
  	font-size: 11px;
  	vertical-align: bottom;
}

small {
    font-size: 11px;
    font-style: italic;
}

del { text-decoration: line-through; }

ins { text-decoration: underline; }

pre {
  	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
  	white-space: pre;
  	overflow: auto;
  	padding: 0 10px;
  	clear: both;
  	color: #af9887;
  	line-height: 19px;
}

code {
  	padding: 5px;
  	background: #fff;
}

var,
kbd,
samp,
code {
  	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
  	background: #fff;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

ul,
ol,
dl { margin-left: 20px; }

caption { text-align: left; }

img { max-width: 100%; }

.img-polaroid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ----------------------------------------------------------------
    Bestillingsseddel
-----------------------------------------------------------------*/

.tablebest {
    width: 100%;
    margin-bottom: 10px;
	border: 3px solid #f0e8e1 !important;
}

.tablebest th,
.tablebest td {
    text-align: center;
    vertical-align: top;
	padding: 10px 15px!important;
	margin: 0px;
	background-color: #fff;
	border-bottom: 1px solid #f6f0ea;
}
.tablebest th {
    font-family: Helvetica, sans-serif;
    color: #26201b;
	padding: 25px 15px !important;
}


.tablebest td.img{
	width: 90px;
}

.tablebest td.navn{
	background-color: #f7f1ec;
	background-image: url("images/patterns/noise.png");
	background-repeat:repeat;
	vertical-align: middle;
	padding: 0px 10px;
	border-bottom: 1px solid #ebdacb;
}

.tablebest th.navn{
	width: 350px;
	background-color: #665443;
	background-image: url("images/patterns/noise.png");
	background-repeat:repeat;
	vertical-align: middle;
	color: #fff;
	padding: 0px 10px;
	font-size: 14px;
}

.tablebest td.bes div{
	margin: 0px 5px;
	vertical-align: middle;
}

.tablebest td.bes{
	padding: 10px 10px;
	vertical-align: middle;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

.tablebest th.bes{
	color: #665443;
	vertical-align: middle;
	padding: 0px 10px;
	font-size: 14px;
	background-color: #d1c0b0;
}

.tablebest td.ant{
	width: 60px;
	background-color: #f4ebe3;
	background-image: url("images/patterns/noise.png");
	background-repeat:repeat;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	font-weight: 900;
	border-bottom: 1px solid #ebdacb;
}

.tablebest th.ant{
	background-color: #665443;
	background-image: url("images/patterns/noise.png");
	background-repeat:repeat;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
}

.tablebest td.sta{
	background-color: #f4ebe3;
	background-image: url("images/patterns/noise.png");
	background-repeat:repeat;
	vertical-align: middle;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	font-weight: 900;
	border-bottom: 1px solid #ebdacb;
}

.tablebest th.sta{
	width: 120px;
	background-color: #665443;
	background-image: url("images/patterns/noise.png");
	background-repeat:repeat;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
}

.tablebest td.pris{
	background-color: #fff;
	background-image: url("images/patterns/noise.png");
	background-repeat:repeat;
	vertical-align: middle;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	color: #816b57;
	font-weight: 700;
}

.tablebest th.pris{
	background-color: #9db142;
	width: 90px;
	background-image: url("images/patterns/noise.png");
	background-repeat:repeat;
	color: #fff;
	font-size: 14px;
}

.tablebest td.ant input{
	width: 40px;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 900;
	font-family: Helvetica, sans-serif;
	color: #665443;
    border: 1px solid #eae1d9;
}

.tablebest td.img img{
	max-width: 100%;
}

.tablebest caption + thead tr:first-child th,
.tablebest caption + thead tr:first-child td,
.tablebest colgroup + thead tr:first-child th,
.tablebest colgroup + thead tr:first-child td,
.tablebest thead:first-child tr:first-child th,
.tablebest thead:first-child tr:first-child td {
    border-top: 0;
}

.best h3 { 
	color: #715d47; 
	font-weight: 700 !important; 
	margin: 0px !important;
	padding: 0px !important;
	text-transform: capitalize;
	font-size: 16px;
}

.best h5 { 
	color: #b09e8e; 
	font-weight: 400 !important; 
	margin: 0px !important; 
	text-transform: capitalize;
	font-size: 11px;
	line-height: 8px;
}
	
.best h1 { 
	color: #403529; 
	padding: 0px 0px 30px 0px!important; 
	text-transform: capitalize; 
	font-weight: 400!important;
	font-size: 22px;
}
.best h2,
.best h4,
.best h5,
.best h6 { color: #7b6853; padding: 0px; }

tr.th{
	border-top: 1px solid #dcd0c6;
	border-bottom: 1px solid #dcd0c6;
}

tr.th th{
	font-weight: 900;
  	color: #26201b;
    font-family: Helvetica, Arial, sans-serif;
	background-color: #e8ddd4;
	background-image: url("images/patterns/noise.png");
	background-repeat:repeat;
}

/* ----------------------------------------------------------------
    Basic Layout Styles
-----------------------------------------------------------------*/

.border{
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	padding: 3px !important;
}
.tright { text-align: right !important; }
.tleft { text-align: left !important; }
.fright { float: right !important; }
.fleft { float: left !important; }
#wrapper { width: 960px; margin: 0 auto; position: relative; background-color: #f5eee8; background-image: url("images/patterns/noise.png"); background-repeat:repeat; box-shadow: 0 0 10px rgba(38,32,28,0.3); -moz-box-shadow: 0 0 10px rgba(38,32,28,0.3); -webkit-box-shadow: 0 0 10px rgba(38,32,28,0.3); }
.container { width: 960px; margin: 0 auto; position: relative;}
.line,
.double-line { clear: both; position: relative; width: 100%; margin: 40px 0; border-top: 1px solid #e5d8ce;}
.double-line { border-top: 3px double #e7ded7; }
.line a { position: absolute; left: auto; right: 0; padding-left: 5px; color: #272727; background: #fff; margin-top: -11px; border: none; }
.line a:hover { color: #575757; background: none; }
.emptydiv { display: block !important; position: relative !important;}
.allmargin { margin: 30px !important;}
.leftmargin { margin-left: 30px !important;}
.rightmargin { margin-right: 30px !important;}
.topmargin { margin-top: 30px !important;}
.bottommargin { margin-bottom: 30px !important;}
.nomargin {margin: 0 !important;}
.noleftmargin { margin-left: 0 !important;}
.norightmargin { margin-right: 0 !important;}
.notopmargin { margin-top: 0 !important;}
.nobottommargin { margin-bottom: 0 !important;}
.noborder { border: none !important; }
.noleftborder { border-left: none !important; }
.norightborder { border-right: none !important; }
.notopborder { border-top: none !important; }
.nobottomborder { border-bottom: none !important; }
.nopadding { padding: 0 !important; }
.noleftpadding { padding-left: 0 !important; }
.norightpadding { padding-right: 0 !important; }
.notoppadding { padding-top: 0 !important; }
.nobottompadding { padding-bottom: 0 !important; }
.noabsolute { position: relative !important;}
.hidden { display: none !important;}
.nothidden { display: block !important;}
.center { text-align: center !important;}
.divcenter { position: relative !important; margin-left: auto !important; margin-right: auto !important;}


span.page-divider { display: block; }

span.page-divider span {
    display: block;
    width: 15%;
    border-bottom: 2px solid #698c1d;
}

.preloader,
.preloader2 {
	display: block;
	width: 100%;
	height: 100%;
	background: url("images/preloader.gif") center center no-repeat #FFF;
}

.preloader2 { background-color: transparent; }


.postcontent { width: 825px; }
.sidebar { width: 255px; }
.col_full { width: 100%; }
.col_half { width: 48%; }
.col_one_third { width: 29%; }
.col_two_third { width: 65.33%; }
.col_one_fourth { width: 19%; }
.col_three_fourth { width: 73%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }

.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
  	display: block;
  	margin-right: 4%;
  	float: left;
}

.postcontent,
.sidebar { margin-right: 60px; }

.col_full {
    clear: both;
  	float: none;
  	margin-right: 0;
}

.postcontent.col_last,
.sidebar.col_last { float: right; }

.col_last {
  	margin-right: 0 !important;
  	clear: right;
}

.entry_content ul {
    clear: left;
    color: #4d4138;
    list-style-type: disc;
    font-size: 13px;
    font-family: 'Merriweather', serif;
}

.entry_content ol {
    clear: left;
    color: #4d4138;
    list-style-type: decimal;
    font-size: 13px;
    font-family: 'Merriweather', serif;
}

button{
	margin: 25px 0 !important;
	width: 200px; 
	padding: 10px;
}

label {
    display: inline-block;
    font-size: 15px;
    font-family: Helvetica, sans-serif;
  	font-weight: 600;
  	color: #4d4138;
    margin: 30px 0 0 0;
    cursor: pointer;
}

label.label-muted {
    color: #766454;
    font-weight: normal;
    font-size: 12px;
}

input[type="text"],
input[type="password"],
select,
textarea {
    display: block;
  	background: #FFF;
  	padding: 15px;
  	border: 1px solid #dfccbc;
  	outline: 0;
  	font: normal 14px/100%;
    color: #af9887;
}

select {
	-webkit-appearance: none; /* Fix for Mobile Safari */
	-moz-appearance: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	border-radius: 0;
	padding: 14px;
	background-image: url('img/responsive-nav-bg.png');
	background-position: center right;
	background-repeat: no-repeat;
	width: 260px !important;
}

select, option {
	cursor: pointer;
}

#footer.footer-dark input[type="text"],
#footer.footer-dark input[type="password"],
#footer.footer-dark select,
#footer.footer-dark textarea {
  	background: #26201b;
  	border-color: #4d4138;
    color: #cfbaa9;
    text-shadow: 1px 1px 1px rgba(38,32,28,0.3);
}

input[type="text"],
input[type="password"] { width: 45%; }

input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    position: relative;
    top: 2px;
}

textarea { 
  	width: 90%;
  	height: 150px;
  	line-height: 150%;
}

textarea.short-textarea { height: 80px; }

input[type="text"]:active,
input[type="password"]:active,
textarea:active,
select:active,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus { border-color: #cfbaa9; }

#footer.footer-dark input[type="text"]:active,
#footer.footer-dark input[type="password"]:active,
#footer.footer-dark textarea:active,
#footer.footer-dark select:active,
#footer.footer-dark input[type="text"]:focus,
#footer.footer-dark input[type="password"]:focus,
#footer.footer-dark textarea:focus,
#footer.footer-dark select:focus { border-color: #af9887; }

label.error {
    display: block;
    font-style: italic;
    font-weight: normal;
    font-size: 11px;
    color: #BD091B;
    margin-bottom: 15px;
}

input.error,
textarea.error,
select.error { border-color: #BD091B !important; }

#footer.footer-dark input.error,
#footer.footer-dark textarea.error,
#footer.footer-dark select.error { border-color: #CF4545 !important; }

.quick-contact-form label.error { margin: 0; }

form p {
    margin-top: 15px;
    margin-bottom: 0;
}

form p:first-child { margin-top: 0; }

form small {
    font-weight: normal;
    font-size: 10px;
    font-style: normal;
    color: #96806d;
}


table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-condensed th,
.table-condensed td {
    padding: 0px;
}
.table-bordered {
    border: 1px solid #e5d8ce;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
}
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #e5d8ce;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: #fff;
}
.table tbody tr.success > td {
    background-color: #dff0d8;
}
.table tbody tr.error > td {
    background-color: #f2dede;
}
.table tbody tr.warning > td {
    background-color: #fcf8e3;
}
.table tbody tr.info > td {
    background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
    background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
    background-color: #ebcfbaa9c;
}
.table-hover tbody tr.warning:hover > td {
    background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
    background-color: #c4e3f3;
}

/* ----------------------------------------------------------------
    Header
-----------------------------------------------------------------*/


#header { 
	position: relative;
	background-color: #26201b;
	background-image: url("images/patterns/noise.png");
	background-repeat:repeat;
	height: auto;
}


/* ----------------------------------------------------------------
    Logo
-----------------------------------------------------------------*/


#logo {
    position: relative;
    float: left;
    font-family: Helvetica, sans-serif;
    font-size: 36px;
}

#logo a {
    display: block;
    color: #100d0b;
}

#logo img {
    display: block;
    max-width: 100%;
}

#logo a.standard-logo { display: block; }

#logo a.retina-logo { display: none; }


/* ----------------------------------------------------------------
    Primary Menu
-----------------------------------------------------------------*/


#primary-menu {
    position: relative;
    float: left;
    height: 50px;
}

.responsive-menu { display: none; }

#primary-menu.primary-menu3 { float: right; }

#primary-menu ul {
    position: relative;
    margin: 0;
}

#primary-menu ul li {
    position: relative;
    float: left;
    height: 50px;
    z-index: 11;
}

#primary-menu.primary-menu3,
#primary-menu.primary-menu3 ul li { height: 120px; }

/* top grøn hover bar */

#primary-menu.primary-menu3 ul li.backLava {
    background-color: #7c9e30;
    top: 0px !important;
    height: 3px !important;
}


#primary-menu.primary-menu3 ul li.selectedLava {
    border-top: 3px solid #fff !important;
}

#primary-menu ul ul li.backLava { display: none !important; }

/* hoved punkter */
#primary-menu ul li:first-child {
    padding-left: 0;
    background-image: none;
    margin-left: 0;
}

#primary-menu li a {
    display: inline-block;
    margin-top: -5px;
    border-top: 5px solid transparent;
    height: 50px;
    line-height: 55px;
    padding: 0 15px;
    font-size: 16px;
	font-weight: 700;
    font-family: 'open sans', sans-serif;
    color: #af9887;
}

#primary-menu li#forh a{
    color: #fff; cursor: pointer;
}


#primary-menu.primary-menu3 li a { line-height: 120px; }

#primary-menu.primary-menu3 ul li.selectedLava a { margin-top: -8px; }

#primary-menu li i { margin-right: 2px; }

#primary-menu ul li.current a,
#primary-menu > ul > li:hover a{ color: #fff; }

#primary-menu > ul > #forh:hover a{ color: #7c9e30; }

#primary-menu ul li:hover > ul { display: block; }

/* Dropdown */

.forgot-password-link {
	color: #7c9e30 !important;
    float: right;
    padding: 0 15px 0 15px !important;
    line-height: 38px !important;
    height: 36px !important;
}

.top-login-form { 
	margin: 0;
	background: #fff; }

.top-login-form label {
    font-size: 13px;
    font-weight: normal;
}

.top-login-form input { margin-bottom: 12px; }

#primary-menu .leftdd {
    display: none;
    z-index: 300;
  	width: 180px;
  	margin: 0;
  	position: absolute;
  	top: 50px;
  	left: 0;
    border-top: 5px solid #7c9e30;
}

#primary-menu .rightdd {
    display: none;
	background: #fff;
    z-index: 300;
  	width: 180px;
  	margin: 0;
	padding: 20px;
  	position: absolute;
  	top: 50px;
  	right: 0;
    border-top: 3px solid #7c9e30;
}

#primary-menu.primary-menu3 ul ul { top: 120px; }

#primary-menu.primary-menu3 ul li.selectedLava ul { top: 117px; }

#primary-menu ul ul li {
    display: block;
  	float: none;
  	margin: 0;
  	padding: 0;
  	height: auto !important;
    border: none;
    background-image: none;
    background-color: #26201b;
}

#primary-menu ul ul li:first-child { border-top: 0; }

#primary-menu ul ul ul {
    margin: 0;
  	left: 180px !important;
  	top: 1px !important;
    border-top: 0;
    border-left: 2px solid #7c9e30;
}

#primary-menu ul ul ul li:first-child { margin-top: 0; }

#primary-menu.primary-menu3 ul ul a {
    display: block;
    margin: 0 !important;
    height: 40px;
    line-height: 40px !important;
    padding: 0 15px;
    border: none;
    text-transform: capitalize;
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(38,32,28,0.2);
	z-index: 9999;
}

#primary-menu ul ul li:first-child,
#primary-menu ul ul li:first-child a { border-top: 0; }

#primary-menu ul ul a:hover,
#primary-menu ul ul li:hover > a {
    color: #1e1915;
}

#primary-menu ul ul ul li:first-child a { border-top: none; }

#primary-menu ul > li.sub-menu > a > div {
    background-image: url("images/icons/mainsubmenu.png");
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 16px;
}

#primary-menu ul > li.sub-menu:hover > a > div,
#primary-menu ul li.current.sub-menu > a > div {  }

#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a {
    background-image: url("images/icons/submenu.png");
    background-position: right center;
    background-repeat: no-repeat;
}

#primary-menu ul ul > li.sub-menu > a > div,
#primary-menu ul ul > li.sub-menu:hover > a > div {
    background-image: none;
    padding-right: 0;
}

#primary-menu ul:after {
  	content: ".";
  	display: block;
  	clear: both;
  	visibility: hidden;
  	line-height: 0;
  	height: 0;
}


/* ----------------------------------------------------------------
    Sticky Menu
-----------------------------------------------------------------*/


#primary-menu-wrap {
    position: relative;
    height: 51px;
}

.sticky-menu {
    z-index: 299;
    position: fixed !important;
    top: 0;
    left: 50%;
    margin-left: -600px;
    width: 960px;
    box-shadow: 0 15px 15px -15px rgba(38,32,28,0.2);
    -moz-box-shadow: 0 15px 15px -15px rgba(38,32,28,0.2);
    -webkit-box-shadow: 0 15px 15px -15px rgba(38,32,28,0.2);
	background-color: #26201b;
	background-image: url("images/patterns/noise.png");
	background-repeat:repeat;
}

.stretched .sticky-menu {
    width: 100%;
    left: 0;
    margin-left: 0;
}

#header-wrap,
#header-wrap #primary-menu.primary-menu3,
#header-wrap #primary-menu.primary-menu3 ul li {
    height: 120px;
    transition: height 1.1s;
    -ms-transition: height 1.1s;
    -o-transition: height 1.1s;
    -moz-transition: height 1.1s;
    -webkit-transition: height 1.1s;
}

#header-wrap.sticky-menu,
#header-wrap.sticky-menu #primary-menu.primary-menu3,
#header-wrap.sticky-menu #primary-menu.primary-menu3 ul li { height: 60px; }


#header-wrap #primary-menu.primary-menu3 ul li a,
#header-wrap #logo {
    line-height: 120px;
    transition: line-height 1.4s;
    -ms-transition: line-height 1.4s;
    -o-transition: line-height 1.4s;
    -moz-transition: line-height 1.4s;
    -webkit-transition: line-height 1.4s;
}


#header-wrap.sticky-menu #primary-menu.primary-menu3 ul li a,
#header-wrap.sticky-menu #logo { line-height: 65px;}

#header-wrap.sticky-menu #logo { font-size: 20px; }

#header-wrap.sticky-menu #primary-menu.primary-menu3 ul li.backLava { top: 0 !important; }

#header-wrap.sticky-menu #primary-menu.primary-menu3 ul li.selectedLava { margin-top: 0; }

#header-wrap.sticky-menu #primary-menu.primary-menu3 ul ul { top: 60px; }

#header-wrap.sticky-menu #primary-menu.primary-menu3 ul li.selectedLava ul { top: 57px; }


/* ----------------------------------------------------------------
    Sliders
-----------------------------------------------------------------*/

#slider {
    position: relative;
    height: 600px;
    overflow: hidden;
}

#slider > div > img,
#slider > div > a > img,
#slider > div > iframe { display: block; }

#slider .container { width: 100%;}

.slider-wrap {
    position: relative;
    width: 100%;
    height: 800px;
}


.slider-wrap .slide,
.slider-wrap .slide > a,
.slider-wrap .slide img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-line {
    position: absolute;
    border-top: 1px solid rgba(38,32,28,0.2);
    height: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 30;
}


.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide a,
.fslider .slide img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.fslider { min-height: 32px; }


/* ----------------------------------------------------------------
    Flex Slider
-----------------------------------------------------------------*/


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; border: none; }
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; border: none;} 

.flexslider {position: relative;margin: 0; padding: 0;}
.flexslider .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slider-wrap img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slider-wrap {display: block;} 
* html .slider-wrap {height: 1%;}

.no-js .slider-wrap > .slide:first-child {display: block;}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease;
}


/* ----------------------------------------------------------------
    Slider Navigation
-----------------------------------------------------------------*/


.flex-prev,
.flex-next {
    display: block;
    position: absolute !important;
    z-index: 10;
    cursor: pointer;
    top: auto;
    left: -32px;
    top: 50%;
    margin-top: -28px;
    right: 38px;
    width: 32px !important;
    height: 56px !important;
    text-indent: -9999px;
    background-image: url("images/icons/flex-arrow.png");
    background-color: #281e14;
    background-color: rgba(40,30,20,0.9);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    opacity: 0;
}

.flex-next {
    left: auto;
    right: -32px;
    background-position: -32px 0;
}


.flex-prev:hover,
.flex-next:hover {
    background-color: #281e14;
    background-color: rgba(40,30,20,1);
}

.flexslider:hover .flex-prev,
.flexslider:hover .flex-next { opacity: 1; }

.flexslider:hover .flex-prev { left: 0; }

.flexslider:hover .flex-next { right: 0; }

.flex-control-nav {
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 14px;
    right: 10px;
    margin: 0;
}

.flex-control-nav li {
    float: left;
    display: block;
    margin: 0 3px;
    width: 12px;
    height: 12px;
}

.flex-control-nav li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 12px !important;
    height: 12px !important;
    background-color: #28231e;
    background-color: rgba(40,35,30,1);
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
	border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
    background-color: #fff;
    background-color: rgba(255,255,255,1);
}


.flex-control-thumbs {
    position: relative;
    text-align: center;
    top: 0;
    right: 0;
    margin: 10px 0 0;
}

.flex-control-thumbs li {
    float: none;
    display: inline-block;
    margin: 0 5px;
    width: 68px !important;
    height: 68px !important;
}

.flex-control-thumbs li a,
.flex-control-thumbs li img {
    display: block;
    cursor: pointer;
    width: 64px !important;
    height: 64px !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.flex-control-thumbs li img { border: 2px solid #e5d8ce; }

.flex-control-thumbs li img.flex-active { border-color: #698c1d; }


/* ----------------------------------------------------------------
    Slider Caption
-----------------------------------------------------------------*/


#slider .flexslider .container {
    position: absolute;
    width: 960px;
    top: 0;
    left: 50%;
    margin-left: -570px;
}


.slider-caption {
    display: block;
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 1;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(38,32,28,0.2);
    opacity: 0;
    background-color: rgba(38,32,28,0.6);
    padding: 10px 14px;
}

.slider-caption.large { font-size: 44px; }

.slider-caption span { color: #d4c2b4; }

.slider-caption .button {
    color: #FFF;
    border-color: #FFF;
    font-size: 18px;
    padding: 12px 15px;
	text-transform: uppercase;
    margin: 0;
    font-weight: normal;
}

.slider-caption.no-background { background: transparent; }

.slider-caption .button.large {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 16px;
}


/* ----------------------------------------------------------------
    Main Content
-----------------------------------------------------------------*/


#content { position: relative; }

.content-wrap {
    position: relative;
    padding: 60px 0;
}


/* ----------------------------------------------------------------
    Page Title
-----------------------------------------------------------------*/


#page-title {
    position: relative;
    background-color: #fff;
	background-image: url("images/patterns/noise.png");
	background-repeat:repeat;
    padding: 30px 0;
    border-top: 1px solid #e5d8ce;
    border-bottom: 1px solid #e5d8ce;
	box-shadow: 0 5px 5px -5px rgba(38,32,28,0.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(38,32,28,0.1);
    -webkit-box-shadow: 0 5px 5px -5px rgba(38,32,28,0.1);
	text-align: center;
}

#page-title h1 {
    font-size: 30px;
    line-height: 32px;
    font-family: 'Open sans';
	text-transform: capitalize;
	font-weight:400;
    padding-bottom: 0;
    color: #a28a77;
    letter-spacing: 1px;
}

#page-title.title-bg { padding: 70px 0; }

#page-title.title-bg h1 { font-size: 32px; }

#top-search { margin: 0; }

#top-search form { margin: 0; }

#top-search input {
    margin: 0;
    padding: 10px;
    border: none;
    font-size: 13px;
    color: #ab9480;
	float: left;
	max-width:125px;
}

#top-search button {
    margin: 0;
    border: none;
    font-size: 11px;
	float: left;
}


/* ----------------------------------------------------------------
    Portfolio
-----------------------------------------------------------------*/

#portfolio-filter li:first-child a { border-top: none; }

#portfolio-filter li a:hover,
#portfolio-filter li.activeFilter a { color: #698c1d; }


/* ----------------------------------------------------------------
    Portfolio / Shop - Items
-----------------------------------------------------------------*/


#portfolio,
#shop {
    position: relative;
    margin: 0 -20px -20px 0;
}

.postcontent #shop { margin: 0 -18px -18px 0; }

.portfolio-item,
.product {
    position: relative;
    float: left;
    margin: 0 25px 15px 0;
    width: 220px;
    height: 200px;
}

.portfolio-item img{
	height: 140px !important;
	width: 100% !important;
}

.postcontent .product {
    position: relative;
    float: left;
    margin: 0 18px 18px 0;
    width: 263px;
}

.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image > a,
.portfolio-item .portfolio-image img {
    display: block;
    position: relative;
    max-width: 230px;
	height: 140px;
	max-height: 200px;
	
	box-shadow: 0 2px 3px 0px rgba(38,32,28,0.1);
    -moz-box-shadow: 0 2px 3px 0px rgba(38,32,28,0.1);
    -webkit-box-shadow: 0 2px 3px 0px rgba(38,32,28,0.1);
}

.product .product-image,
.product .product-image > a,
.product .product-image img { height: 300px; }

.portfolio-item .portfolio-image { overflow: hidden; }

.postcontent .product .product-image,
.postcontent .product .product-image > a,
.postcontent .product .product-image img {
    width: 263px;
    height: 302px;
}

.portfolio-item .portfolio-image img {
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.portfolio-item:hover .portfolio-image img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}


#portfolio.portfolio-3 { margin: 0 -30px -30px 0; }

.portfolio-3 .portfolio-item {
    margin: 0 10px 0 0;
    width: 360px;
}

.portfolio-3 .portfolio-item .portfolio-image,
.portfolio-3 .portfolio-item .portfolio-image a,
.portfolio-3 .portfolio-item .portfolio-image img {
    width: 360px;
    height: 300px;
}


.portfolio-title,
.product-title {
    position: relative;
    padding: 5px 0;
	margin: -25px 5px;
}

.portfolio-title h3,
.product-title h3 {
    padding-bottom: 0;
    letter-spacing: -1;
    font-size: 16px;
    font-weight: 900;
    font-family: Helvetica, sans-serif;
}

.postcontent .portfolio-title h3 { font-size: 13px; }

.portfolio-3 .portfolio-title h3 { font-size: 15px; }

.portfolio-title h3 a,
.product-title h3 a { color: #26201b; }

.portfolio-item h3 a:hover,
.product-title h3 a:hover { color: #698c1d; }

.portfolio-title div.port-cats,
.product-title div.product-cats {
    display: block;
    font-size: 13px;
    color: #96806d;
	font-weight: 500;
	margin-top: -5px;
	font-family: Helvetica, sans-serif;
}

.portfolio-title div.port-cats a,
.product-title div.product-cats a { color: #96806d; }

.portfolio-title div.port-cats a:hover,
.product-title div.product-cats a:hover { color: #26201b; }

.portfolio-title div.port-like {
    position: absolute;
    top: 11px;
    right: 0;
}

.portfolio-title div.port-like a {
    color: #96806d;
    line-height: 24px;
    font-family: Helvetica, sans-serif;
}

.portfolio-title div.port-like a i {
    font-size: 14px;
    margin-right: 1px;
}

.portfolio-title div.port-like a:hover { color: #26201b; }

.portfolio-title div.port-like.like-active a { color: #BA2E2E; }

.product-title { padding-top: 7px; }

.product-price {
    position: absolute;
    top: 10px;
    right: 0;
    color: #698c1d;
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.product-sale {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(38,32,28,0.2);
    font-family: Helvetica, sans-serif;
    text-align: center;
    line-height: 48px;
    font-size: 12px;
    text-transform: uppercase;
    width: 48px;
    height: 48px;
    background-color: #698c1d;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    z-index: 1;
    border: 4px solid #FFF;
}

.product-overlay {
    position: absolute;
    left: 8px;
    bottom: 8px;
    width: 36px;
    height: 36px;
    text-align: center;
    z-index: 1;
    opacity: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.product:hover .product-overlay { opacity: 1; }

.product-overlay a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #FFF;
    background-color: #26201b;
    font-family: "Open Sans", sans-serif;
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.product-overlay a:hover { background-color: #698c1d; }


/* ----------------------------------------------------------------
    Portfolio Overlay
-----------------------------------------------------------------*/


.portfolio-overlay,
.portfolio-overlay-icons {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #729722;
	background-image: url("images/patterns/noise.png");
	background-image-opacity: 0.4;
	background-repeat:repeat;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0.9;
	cursor: pointer;
}


.portfolio-overlay-icons {
    background-color: transparent;
    opacity: 1;
    color: #FFF;
}


.portfolio-overlay-icons a {
    display: none;
    position: absolute !important;
    top: 50% !important;
    left: 50%;
    background-color: transparent;
    width: 20px !important;
    height: 20px !important;
    margin: -20px 0 0 -75px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #FFF;
    padding: 11px;
    border: 2px solid #FFF;
    text-shadow: 1px 1px 1px rgba(38,32,28,0.2);
    box-shadow: 1px 1px 1px rgba(38,32,28,0.2);
    -moz-box-shadow: 1px 1px 1px rgba(38,32,28,0.2);
    -webkit-box-shadow: 1px 1px 1px rgba(38,32,28,0.2);
	-o-box-shadow: 1px 1px 1px rgba(38,32,28,0.2);
    -ms-box-shadow: 1px 1px 1px rgba(38,32,28,0.2);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.portfolio-overlay-icons a.left-icon {  }

.portfolio-overlay-icons a.right-icon {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -75px;
}

.portfolio-overlay-icons a.center-icon {
    display: block;
    margin: -20px 0 0 -20px;
    opacity: 0;
}

.portfolio-item:hover a.center-icon { opacity: 1; }


/* ----------------------------------------------------------------
    Portfolio Single
-----------------------------------------------------------------*/

#portfolio-single-wrap { position: relative;}


/* ----------------------------------------------------------------
    Portfolio Single - Slider
-----------------------------------------------------------------*/


#portfolio-single-wrap #slider { float: left; }

#portfolio-single-wrap.portfolio-single-left #slider { float: right; }

#portfolio-single-wrap.portfolio-single-full #slider,
.postcontent #portfolio-single-wrap #slider {
    float: none;
    margin-bottom: 30px;
}

#portfolio-single-wrap #slider {
    width: 470px;
	top: 0;
	margin-top: -50px;
    height: auto;
    background-color: transparent;
}

.postcontent #portfolio-single-wrap #slider { width: 100%; }

#portfolio-single-wrap .slider-wrap,
#portfolio-single-wrap .slide,
#portfolio-single-wrap #slider a,
#portfolio-single-wrap #slider img {
    display: block;
    width: 100%;
    height: auto;
}

#portfolio-single-wrap #slider iframe { display: block; }

#portfolio-single-wrap.portfolio-single-full #slider {
    width: 960px !important;
    height: auto;
}

#portfolio-single-wrap.portfolio-single-full .slider-wrap,
#portfolio-single-wrap.portfolio-single-full .slide,
#portfolio-single-wrap.portfolio-single-full .slide a,
#portfolio-single-wrap.portfolio-single-full .slide img {
    width: 100%;
    height: auto;
}


#portfolio-single-wrap .flex-prev,
#portfolio-single-wrap .flex-next,
.entry_image .flex-prev,
.entry_image .flex-next,
.fslider .flex-prev,
.fslider .flex-next {
    top: 50%;
    bottom: auto;
    margin-top: -28px;
}

.portfolio-item .portfolio-image .flex-prev,
.portfolio-item .portfolio-image .flex-next { margin-top: -14px; }


/* ----------------------------------------------------------------
    Portfolio Single - Details
-----------------------------------------------------------------*/


#portfolio-details-wrap {
    float: left;
    width: 350px;
    margin-left: 25px;
}

#portfolio-single-wrap.portfolio-single-left #portfolio-details-wrap {
    float: left;
    margin: 0 25px 0 0;
}

#portfolio-single-wrap.portfolio-single-full #portfolio-details-wrap,
.postcontent #portfolio-single-wrap #portfolio-details-wrap {
    float: none;
    margin: 0;
    width: auto;
}

#portfolio-details-wrap h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
	margin-bottom: -20px;
	padding-top: 10px;
    font-family: Helvetica, sans-serif;
	color: #433930;
}

#portfolio-details-wrap span.page-divider { margin-top: 10px; }

#portfolio-details-wrap .port-details { margin-top: 10px; }

.port-desc { font-size: 13px; }

#portfolio-single-wrap.portfolio-single-full .port-desc,
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-desc,
.postcontent #portfolio-single-wrap .port-desc {
    float: right;
    margin: 0;
    width: 300px;
}

.postcontent #portfolio-single-wrap .port-desc { width: 440px; }

#portfolio-single-wrap.portfolio-single-full .port-details,
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-details,
.postcontent #portfolio-single-wrap .port-details {
    float: left;
    margin: 0 25px 0 0;
    width: 300px;
}

#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-desc,
.postcontent #portfolio-single-wrap.portfolio-single-left .port-desc { float: left; }

#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-details,
.postcontent #portfolio-single-wrap.portfolio-single-left .port-details {
    float: right;
    margin: 0 0 0 40px;
}

#portfolio-single-wrap.portfolio-details-sidebar-right .port-desc {
    float: left;
    margin: 0;
}

#portfolio-single-wrap.portfolio-details-sidebar-right .port-details {
    float: right;
    margin: 0 0 0 40px;
}

#portfolio-details-wrap .port-details h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

#portfolio-details-wrap .port-terms,
.product-terms {
    position: relative;
    border-bottom: 1px dotted #e5d8ce;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


#portfolio-details-wrap .port-terms h5,
.product-terms h5 {
    color: #26201b;
    margin: 0 !important;
    float: left;
    width: 130px;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
}

#portfolio-details-wrap .port-terms span,
.product-terms span {
    display: block;
    position: relative;
    overflow: hidden;
}

.word-wrap {
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: pre-line;
}


/* ----------------------------------------------------------------
    Portfolio AJAX
-----------------------------------------------------------------*/

#portfolio-ajax-wrap {
    display: none;
    position: relative;
    min-height: 32px;
}

#portfolio-loader {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    background-color: rgba(255,255,255,0.8);
	
}

#portfolio-loader div {
    z-index: 9999;
    position: fixed;
    width: 64px;
    height: 64px;
    background: url("images/preloader2.gif") no-repeat center center;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
}


/* ----------------------------------------------------------------
    Portfolio Navigation
-----------------------------------------------------------------*/


#portfolio-navigation {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    max-width: 106px;
    height: 32px;
    margin-top: -16px;
}

#portfolio-navigation a {
    display: block;
    float: left;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    padding: 6px;
    text-align: center;
    color: #5d4f43;
    border: 2px solid #5d4f43;
    transition: border-color .2s linear, color .2s linear;
    -moz-transition: border-color .2s linear, color .2s linear;
    -webkit-transition: border-color .2s linear, color .2s linear;
    -ms-transition: border-color .2s linear, color .2s linear;
    -o-transition: border-color .2s linear, color .2s linear;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}

#portfolio-navigation a i {
    position: relative;
    top: -1px;
    font-size: 15px;
    line-height: 1;
}

#portfolio-navigation a:first-child { margin-left: 0; }

#portfolio-navigation a:hover {
    color: #698c1d;
    border-color: #698c1d;
}

#portfolio-ajax-show #portfolio-navigation {
    top: 20px;
	right: 50px;
    margin-top: 0;
	
}


/* ----------------------------------------------------------------
    Related Portfolio Items
-----------------------------------------------------------------*/


#portfolio-related-wrap {
    padding: 50px 0;
    margin: 60px 0 -60px;
    background-color: #fff;}

#portfolio-related-wrap h2 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    font-family: Helvetica, sans-serif;
}

.portfolio-related {
    position: relative;
    margin: 0 -20px 0 0;
}

.portfolio-related .portfolio-item { margin-bottom: 0; }

.portfolio-related .portfolio-title { text-shadow: 1px 1px 1px #FFF; }


/* ----------------------------------------------------------------
    Isotope
-----------------------------------------------------------------*/

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/* ----------------------------------------------------------------
    Products
-----------------------------------------------------------------*/


.shop-product-slider .flexslider { height: auto !important; }

.product-single h2 { padding-bottom: 15px; }

.product-meta {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5d8ce;
}

.product-single .product-price {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    color: #698c1d;
    font-family: Helvetica, sans-serif;
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
}

.product-single .product-rating {
    float: right;
    color: #4d4138;
    font-size: 16px;
    line-height: 1;
}

.product-rating i {
    position: relative;
    top: 10px;
}

.product-availability {
    float: left;
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.product-single select,
.product-single input {
    padding: 10px;
    margin-bottom: 30px;
}

.product-single input { padding: 9px; }

.product-specs {
    width: 100%;
}

/* ----------------------------------------------------------------
    Sitemap
-----------------------------------------------------------------*/


.sitemap {
    position: relative;
    list-style-type: square;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.sitemap ul {
    list-style-type: circle;
    font-family: "Droid Serif", serif;
    font-size: 13px;
    font-weight: normal;
    margin: 5px 0 5px 20px;
}

.sitemap span {
    display: block;
    margin: 2px 0 5px;
    font-size: 12px;
    font-weight: normal;
    color: #96806d;
}

.sitemap span a { color: #766454; }

.sitemap span a:hover { color: #26201b; }

.sitemap ul ul { list-style-type: disc; }


/* ----------------------------------------------------------------
    Promo
-----------------------------------------------------------------*/


.promo {
    position: relative;
    text-align: center;
    padding: 10px 0;
}

.promo-desc {
    position: relative;
    margin-bottom: 20px;
}

.promo h3 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 0;
    color: #4d4138;
}

.promo h3 > span { color: #698c1d; }

.promo-action,
.promo .button {
    position: relative;
    margin: 0 auto;
}


/* ----------------------------------------------------------------
    404
-----------------------------------------------------------------*/


.error-404 {
    position: relative;
    text-align: center;
    font-size: 216px;
    line-height: 1;
    color: #698c1d;
    font-family: Helvetica, serif;
}

.error-404 span {
    display: block;
    font-size: 48px;
    color: #4d4138;
    margin-bottom: 20px;
}

.error-404-meta {
    position: relative;
    margin: 60px 0 20px;
}

.error-404-meta form {
    position: relative;
    margin: 0 auto;
    width: 386px;
}

.error-404-meta input[type="text"] {
    display: block;
    width: 350px;
    padding: 13px 17px;
    font-size: 13px;
}

.error-404-meta input[type="submit"] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: auto;
    right: 0;
    display: block;
    border: none;
    width: 48px;
    height: 48px;
    background: #698c1d url("images/icons/search-404.png") no-repeat center center;
    text-indent: -9999px;
}

.error-404-meta input[type="submit"]:hover { background-color: #4d4138; }


/* ----------------------------------------------------------------
    Toggle
-----------------------------------------------------------------*/


.toggle {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
}

.toggle .togglet,
.toggle .toggleta {
	display: block;
	position: relative;
    line-height: 24px;
    padding: 0 0 0 24px;
    margin: 0;
    font-size: 14px;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    color: #26201b;
	cursor: pointer;
	background: url("images/icons/toggle-plus.png") no-repeat left;
}

.toggle .toggleta {
    font-weight: bold;
    background: url("images/icons/toggle-minus.png") no-repeat left;
}

.toggle .togglec {
	display: block;
	position: relative;
    padding: 10px 0 0 24px;
}


/* ----------------------------------------------------------------
    Alert Messages
-----------------------------------------------------------------*/


.style-msg,
.style-msg2 {
    display: block;
    border-left: 4px solid rgba(38,32,28,0.1);
}

.style-msg2 { border-left: 4px solid rgba(38,32,28,0.2); }

.successmsg {
  	background: #e4ffc1;
  	color: #4a6b2c;
	padding: 20px;
	margin: 20px 0px;
}

.errormsg {
  	background: #F9BBB9;
  	color: #740D0A;
	padding: 20px;
}

.infomsg {
  	background: #B9DFF4;
  	color: #124F70;
}

.alertmsg {
  	background: #FCE0B6;
  	color: #975E06;
}

.style-msg .sb_msg,
.style-msg2 .msgtitle,
.style-msg2 .sb_msg {
    display: block;
    border-left: 1px solid rgba(255,255,255,0.5);
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}

.style-msg2 .msgtitle {
    background: rgba(38,32,28,0.1);
    border-top: none;
    border-bottom: none;
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

.style-msg2 .sb_msg { font-weight: normal; }

.style-msg2 ol,
.style-msg2 ul { margin: 0 0 0 30px; }

.style-msg2 ol { list-style-type: decimal; }

.style-msg2 ul { list-style-type: disc; }


/* ----------------------------------------------------------------
    Quotes
-----------------------------------------------------------------*/


.quote {
    background: url("images/icons/quote.png") left top no-repeat;
    margin: 10px 0;
    padding: 0 0 0 15px;
    font-size: 15px;
    font-style: italic;
    color: #766454;
    font-family: 'Merriweather', Georgia, serif;
    text-shadow: 1px 1px 1px #FFF;
    border: 0;
}

blockquote.quote-left,
blockquote.quote-right {
    font-size: 15px;
    line-height: 20px;
  	padding-left: 15px;
}

.quote-left {
    float: left;
    width: 150px;
    margin-right: 20px;
    margin-left: 0;
    margin-bottom: 5px;
}

.quote-right {
    float: right;
    width: 150px;
    margin-left: 20px;
    margin-bottom: 5px;
}


/* ----------------------------------------------------------------
    Gallery
-----------------------------------------------------------------*/


.gallery {
    margin: 20px auto;
    float: left;
    width: 100%;
    line-height: 1;
}

.gallery .gallery-item {
    float: left;
  	text-align: center;
  	margin-left: 0;
    width: auto !important;
  	margin:  10px 10px 0 0 !important;
}

.gallery-item img {
  	margin: 0 !important;
  	padding:  0 !important;
    width: auto !important;
  	height: auto !important;
}

.gallery-item a {
	float: left;
	border: none !important;
	margin:  0 !important;
	padding: 0 !important;
}

.gallery .gallery-caption { margin-left: 0; }

.gallery br { clear: both }

.col-0 { width: 100% }
.col-1 { width: 100% }
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.af9887% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }


/* ----------------------------------------------------------------
    Features
-----------------------------------------------------------------*/


.product-feature {
    position: relative;
	min-height: 50px;
    padding-left: 80px;
    margin-top: 50px;
}

.product-feature:first-child { margin-top: 0; }

.product-feature h3 {
    font-size: 18px;
    line-height: 22px;
    color: #4d4138;
    padding-bottom: 7px;
}

.product-feature p { margin: 0 !important; }

.product-feature img,
.product-feature > span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 15px;
    width: 30px;
    height: 30px;
    background-color: #d5c7b8 !important;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.product-feature > span {
    font-size: 28px;
    color: #FFF;
    text-align: center;
    line-height: 30px;
}

.product-feature2 { padding-left: 52px; }

.product-feature2 img,
.product-feature2 > span,
.product-feature3 img,
.product-feature3 > span {
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: transparent !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 40px;
    color: #26201b;
    text-align: center;
    line-height: 1;
}

.product-feature3 {
    padding: 15px;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: inset 0 0 15px rgba(38,32,28,0.1);
    -moz-box-shadow: inset 0 0 15px rgba(38,32,28,0.1);
    -webkit-box-shadow: inset 0 0 15px rgba(38,32,28,0.1);
}

.product-feature3 img,
.product-feature3 > span {
    position: relative;
    margin: 0 auto 15px;
    width: 96px;
    height: 96px;
    font-size: 95px;
}

.product-feature3:hover span { color: #698c1d; }


/* ----------------------------------------------------------------
    Clients
-----------------------------------------------------------------*/


.our-clients {
    position: relative;
    margin: 0;
}

.our-clients li {
    margin: 0;
    position: relative;
    float: left;
}

.our-clients li,
.our-clients li a,
.our-clients li img {
    display: block;
    width: 142px;
    height: 90px;
}

.our-clients li a {
    opacity: 0.5;
    transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
}

.our-clients li a:hover { opacity: 1; }


/* ----------------------------------------------------------------
    Side Navigation
-----------------------------------------------------------------*/


.sidenav {
  	width: 100%;
  	padding: 0;
  	background-color: #fff;
  	background-image: url("images/patterns/noise.png");
	background-repeat:repeat;
  	box-shadow: 0 2px 3px 0px rgba(38,32,28,0.1);
    -moz-box-shadow: 0 2px 3px 0px rgba(38,32,28,0.1);
    -webkit-box-shadow: 0 2px 3px 0px rgba(38,32,28,0.1);
}
.sidenav > li > a {
  display: block;
  margin: 0 0 -1px;
  padding: 15px 15px;
  font-size: 13px;
  border: 1px solid #e7ded7;
  color: #766454;
  font-family: 'open sans', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}

.sidenav > .ui-tabs-active > a,
.sidenav > .ui-tabs-active > a:hover {
  position: relative;
  z-index: 2;
  padding: 10px 15px;
  border: 0;
  color: #FFF;
  font-weight: bold;
  background-color: #698c1d;
  text-shadow: 0 1px 0 rgba(38,32,28,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(38,32,28,.1), inset -2px 0 0 rgba(38,32,28,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(38,32,28,.1), inset -2px 0 0 rgba(38,32,28,.1);
          box-shadow: inset 1px 0 0 rgba(38,32,28,.1), inset -2px 0 0 rgba(38,32,28,.1);
}

.sidenav li i {
    position: relative;
    top: 1px;
    margin-right: 4px;
    font-size: 16px;
}

/* Chevrons */
.sidenav .icon-arrow-right-2 {
  float: right;
  margin-top: 4px;
  margin-right: -6px;
  opacity: .4;
  font-size: 10px !important;
}
.sidenav > li > a:hover {
  background-color: #fff;
  color: #222;
}
.sidenav a:hover .icon-arrow-right-2 {
  opacity: .5;
}
.sidenav .ui-tabs-active .icon-arrow-right-2,
.sidenav .ui-tabs-active a:hover .icon-arrow-right-2 { opacity: 1; }


/* ----------------------------------------------------------------
    FAQs
-----------------------------------------------------------------*/


#faqs { margin: 0 0 -15px; }

.faq {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ded1c6;
}

.faq .togglet,
.faq .toggleta {
    background-image: none !important;
    line-height: 20px;
    padding-left: 26px;
}

.faq .togglet i,
.faq .toggleta i {
    display: block;
    position: absolute;
    font-size: 16px;
    width: 16px;
    text-align: center;
    top: 0;
    left: 0;
}

.faq .togglec { padding: 10px 0 0 26px; }


/* ----------------------------------------------------------------
    Icons
-----------------------------------------------------------------*/


.i-rounded,
.i-plain,
.i-circled {
    display: block !important;
    float: left !important;
    margin: 12px 12px 12px 0;
    text-align: center !important;
    font-size: 24px;
    line-height: 29px !important;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(38,32,28,0.3);
    cursor: pointer;
}

.i-rounded,
.i-circled {
    width: 32px !important;
    height: 32px !important;
    padding: 8px;
    background-color: #4d4138;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.i-plain {
    width: 40px !important;
    height: 40px !important;
    font-size: 40px;
    line-height: 1;
    color: #4d4138;
    text-shadow: 1px 1px 1px #FFF;
}

.i-plain:hover { color: #766454; }

.i-circled {
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.i-light {
    background-color: #fff;
    color: #4d4138;
    text-shadow: 1px 1px 1px #FFF;
    box-shadow: inset 0 0 15px rgba(38,32,28,0.2);
    -moz-box-shadow: inset 0 0 15px rgba(38,32,28,0.2);
    -webkit-box-shadow: inset 0 0 15px rgba(38,32,28,0.2);
}


.i-rounded:hover,
.i-circled:hover {
    background-color: #698c1d;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(38,32,28,0.3);
    box-shadow: 0 0 0 rgba(38,32,28,0.2);
    -moz-box-shadow: 0 0 0 rgba(38,32,28,0.2);
    -webkit-box-shadow: 0 0 0 rgba(38,32,28,0.2);
}


.dropcap {
    float: left;
    display: block;
    margin: 3px 8px 3px 0;
    padding: 8px;
    font-size: 36px;
    line-height: 1;
    border: 1px solid #BBB;
    color: #af9887;
    box-shadow: 0 0 8px #BBB;
}

.highlight {
    display: inline;
    padding: 0 5px;
    color: #FFF;
    background-color: #4d4138;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/* ----------------------------------------------------------------
    Login Form
-----------------------------------------------------------------*/


#login-form {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 2px rgba(38,32,28,0.2);
}


/* ----------------------------------------------------------------
    Sections
-----------------------------------------------------------------*/


.section,
.content-section {
    margin: 30px 0 30px 0;
    padding: 50px 0 50px 0;
    background-color: #fff;
	background-image: url("images/patterns/noise.png");
	background-repeat:repeat;
    box-shadow: 0 5px 5px -5px rgba(38,32,28,0.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(38,32,28,0.1);
    -webkit-box-shadow: 0 5px 5px -5px rgba(38,32,28,0.1);
    text-align: center;
}

.content-section {
    font-size: 13px;
    text-align: left;
    padding: 50px;
    box-shadow: 0 -5px 5px 5px rgba(38,32,28,0.01), 0 5px 5px -5px rgba(38,32,28,0.01);
    -moz-box-shadow: 0 -5px 5px 5px rgba(38,32,28,0.01), 0 5px 5px -5px rgba(38,32,28,0.01);
    -webkit-box-shadow: 0 -5px 5px 5px rgba(38,32,28,0.01), 0 5px 5px -5px rgba(38,32,28,0.01);
}

.section-icon,
.section-testi-icon {
    display: block;
    height: 48px;
    font-size: 48px;
    line-height: 1;
    color: #eae3dd !important;;
    margin: 0 auto;
}

.section-testi-icon {
    width: 64px;
    height: 64px;
    font-size: 64px;
    border: 3px solid #af9887;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
}

.section-testi-icon img {
    display: block;
    height: 64px;
    font-size: 64px;
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
}

.section-desc {
    display: block;
    font-size: 22px;
    line-height: 1.5;
    color: #5d4f43;
    margin: 10px auto;
    max-width: 500px;
}

.section-desc a,
.section-meta a {
    display: inline !important;
    width: auto !important;
    height: auto !important;
}

.section-meta {
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #ab9480;
    margin: 0 auto;
    max-width: 700px;
}

.section-meta a { color: #ab9480; }

.section-meta a:hover { color: #26201b; }

.section .fslider { padding: 60px 0 60px 0; }

.section .fslider,
.section .fslider .flexslider,
.section .fslider .slider-wrap,
.section .fslider .slide { overflow: visible !important; }

.section .flex-control-nav {
    position: absolute;
    width: 100%;
    z-index: 10;
    text-align: center;
    top: auto;
    right: 0;
    bottom: -40px;
    margin: 0;
}

.section .flex-control-nav li {
    float: none;
    display: inline-block;
    margin: 0 3px;
    width: 12px;
    height: 12px;
}


.content-section h2 {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 25px;
}


.content-section p { margin-bottom: 25px; }

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light p,
.light .button,
.light .section-icon,
.light .section-testi-icon,
.light .section-desc,
.light .section-meta {
    color: #fff !important;
    text-shadow: 0px 1px 1px rgba(38,32,28,1) !important;
}

.light .button { border-color: #FFF; }

.light .section-testi-icon { border-color: rgba(38,32,28,0.2); }

.light .button:hover { text-shadow: 0px 2px 2px rgba(38,32,28,0.8); }

.light .section-meta { color: #e5d8ce; }

.light a { color: #e5d8ce; }

.light a:hover { color: #cfbaa9; }

.light .section-desc a:not(.button) { border-bottom: 1px dotted #e5d8ce; }

.light .section-desc a:not(.button):hover { border-bottom: 1px solid #cfbaa9; }

.light .preloader2 { background-image: url("images/preloader-dark.gif"); }

/* ----------------------------------------------------------------
    Buttons
-----------------------------------------------------------------*/


.button {
  	display: inline-block;
  	position: relative;
    cursor: pointer;
  	outline: none;
  	white-space: nowrap;
  	margin: 0px;
  	padding: 0;
    font-family: 'open sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #4d4138;
    line-height: 24px;
    padding: 5px 10px;
    color: #4d4138;
    transition: color .2s linear, border-color .2s linear;
    -moz-transition: color .2s linear, border-color .2s linear;
    -webkit-transition: color .2s linear, border-color .2s linear;
    -ms-transition: color .2s linear, border-color .2s linear;
    -o-transition: color .2s linear, border-color .2s linear;
}



.button.mini {
    font-size: 12px;
    line-height: 20px;
    padding: 4px 8px;
}

.button.large {
    font-size: 13px;
	text-transform: uppercase;
    line-height: 75px;
    padding: 12px 12px;
	font-weight: 700;
	background-image: url("images/patterns/noise.png"); background-repeat:repeat;
}

.button.large:hover,
.button.large.inverse {
	border-color: rgba(120,150,40,0) !important;
    background-color: rgba(120,150,40,1) !important;
	color: #fff !important;
	transition: background-color .5s linear, border-color .3s linear;
    -moz-transition: color .5s linear, background-color .5s linear, border-color .3s linear;
    -webkit-transition: color .5s linear, background-color .5s linear, border-color .3s linear;
    -ms-transition: color .5s linear, background-color .5s linear, border-color .3s linear;
    -o-transition: color .5s linear, background-color .5s linear, border-color .3s linear;
}

.button:hover,
.button.inverse {
    border-color: #86b61f !important;
    color: #86b61f !important;
}

.button.inverse:hover {
    border-color: #4d4138;
    color: #4d4138;
}

.button:active,
.simple-button:active { top: 1px; }


button.button {
    margin: 5px 0 !important;
    background-color: #F6F6F6 !important;
}

button.button:hover { background-color: #F6F6F6 !important; }

button.button span {
    color: #5d4f43 !important;
    text-shadow: 1px 0 1px rgba(255,255,255,0.8) !important;
}

.simple-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
  	outline: none;
  	white-space: nowrap;
  	margin: 5px;
    color: #FFF;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    padding: 0 15px;
    font-weight: bold;
    line-height: 36px;
    background: #26201b;
    border: none;
    text-shadow: 1px 1px 1px rgba(38,32,28,0.3);
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

.simple-button.inverse { background: #698c1d; }

.simple-button.large {
    line-height: 48px;
    font-size: 16px;
}

.simple-button i,
.button i {
    position: relative;
    top: 1px;
    margin: 0 3px 0 0;
    font-size: 16px;
}

.simple-button.large i,
.button.large i {
    top: 0px;
    font-size: 16px;
    line-height: 20px;
    width: 20px;
    height: 20px;
}

.footer-dark .simple-button,
.footer-dark .simple-button.inverse:hover { background: #1b1713; }

.simple-button:hover {
    background: #698c1d;
    color: #FFF;
}

.simple-button.inverse:hover { background: #26201b; }


/* ----------------------------------------------------------------
    Accordions
-----------------------------------------------------------------*/


.acctitle,
.acctitlec {
  	display: block;
  	position: relative;
  	cursor: pointer;
    border-top: 1px dotted #ded1c6;
    line-height: 24px;
    padding: 10px 0 10px 24px;
    margin: 0;
    font-size: 14px;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
  	color: #26201b;
  	background: url("images/icons/toggle-plus.png") no-repeat left;
}

.acctitlec {
	background: url("images/icons/toggle-minus.png") no-repeat left;
	cursor: auto;
}

.acctitle:first-child {
	border-top: none;
}

.acc_content {
	position: relative;
	padding: 0 0 15px 24px;
}


/* ----------------------------------------------------------------
    Google Maps
-----------------------------------------------------------------*/


#google-map {
    position: relative;
    width: 100%;
    height: 100%;
}

.gmap img { max-width: none !important; }

.gm-style .gm-style-iw h3 span {
    font-size: inherit;
    font-family: inherit;
}


/* ----------------------------------------------------------------
    Google Custom Search
-----------------------------------------------------------------*/


.cse .gsc-control-cse,
.gsc-control-cse,
.gsc-above-wrapper-area,
.gsc-adBlock,
.gsc-thumbnail-inside,
.gsc-url-top,
.gsc-table-result,
.gsc-webResult,
.gsc-result { padding: 0 !important; }

.gsc-result-info { padding-left: 0 !important; }

.gsc-above-wrapper-area-container,
.gsc-table-result { margin-bottom: 10px; }

.gcsc-branding { display: none; }

.gsc-results,
.gsc-webResult { width: 100% !important; }


/* ----------------------------------------------------------------
    Tipsy
-----------------------------------------------------------------*/


.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 1000000; opacity: 0.8; font-family: Helvetica, Arial, sans-serif; }
.tipsy-inner { background-color: #26201b; color: #FFF; max-width: 300px; padding: 5px 8px 4px 8px; text-align: center; }

/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #26201b; }
.tipsy-arrow-s { border-top-color: #26201b; }
.tipsy-arrow-e { border-left-color: #26201b; }
.tipsy-arrow-w { border-right-color: #26201b; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }


/* ----------------------------------------------------------------
    Go To Top
-----------------------------------------------------------------*/


#gotoTop {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.9);
	background-image: url("images/patterns/noise.png"); background-repeat:repeat;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #89c726;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
	box-shadow: 1px 2px 3px rgba(38,32,28,0.1); 
	-moz-box-shadow: 1px 2px 3px rgba(38,32,28,0.1); 
	-webkit-box-shadow: 1px 2px 3px rgba(38,32,28,0.1);
    border-radius: 42px;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

#gotoTop:hover { background-color: #698c1d; color: #fff;}


#imageBackground {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -99;
}


/* ----------------------------------------------------------------
    Footer
-----------------------------------------------------------------*/

#footer {
  	position: relative;
  	background-color: #e5d8ce;
	background-image: url("images/patterns/noise.png"); background-repeat:repeat;
  	padding: 70px 25px;
}

.ulfoot{
	margin: 0 10px 0 0;
}

.ulfoot li{
	margin: 5px 0 5px 0;
}

#footer.footer-dark {
    background-color: #1f1a16;
    color: #ded1c6;
}

#footer.footer-dark a {
    color: #89c726;
    text-shadow: 1px 1px 1px rgba(38,32,28,0.6);
}

#footer.footer-dark a:hover {
    color: #cfbaa9;
}

.footer-widgets-wrap {
    overflow: hidden;
}

#footer .col_one_third {   
    margin: 0 50px 0 0;
}

#copyrights-social a,
#copyrights-social a:hover {
    border-bottom-style: none;
}


/* ----------------------------------------------------------------
    Portfolio Widget
-----------------------------------------------------------------*/


.portfolio-widget .portfolio-item {
    position: relative;
    float: left;
    margin: 0;
    width: 255px;
}

.portfolio-widget .portfolio-item .portfolio-image,
.portfolio-widget .portfolio-item .portfolio-image a,
.portfolio-widget .portfolio-item .portfolio-image img {
    display: block;
    position: relative;
    width: 255px;
    height: 150px;
}

.portfolio-widget .portfolio-title { padding: 10px 0; }

#footer.footer-dark .portfolio-title {
    background-color: #282A2B;
    border-bottom-color: #222;
}



/* ----------------------------------------------------------------
    Copyrights
-----------------------------------------------------------------*/


#copyrights {
    position: relative;
    padding: 25px 30px;
    line-height: 20px;
    font-size: 12px;
    background-color: #100e0b;
    overflow: hidden;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    margin-bottom: -20px;
}

#copyrights a {
    display: inline-block;
    margin-left: 7px;
    color: #af9887;
}

#copyrights span.link-divider {
    display: inline-block;
    margin-left: 7px;
}

#copyrights a:hover {
    color: #26201b;
    border-bottom: 1px solid #26201b;
}

#copyrights.copyrights-dark {
    background-color: #100e0b;
    color: #96806d;
    text-shadow: 1px 1px 1px rgba(38,32,28,0.3);
}

#copyrights.copyrights-dark a {
    color: #ab9480;
    border-bottom: 1px dotted #ab9480;
}

#copyrights.copyrights-dark a:hover {
    color: #ded1c6;
    border-bottom: 1px solid #ded1c6;
}

#copyrights .col_half { margin-bottom: 0 !important; }

#copyrights #copyrights-social {
    text-align: right;
    margin-top: 2px;
    line-height: 1;
}

#copyrights-social a {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

#copyrights-social img {
    display: block;
    width: 16px;
    height: 16px;
}

 
/* ----------------------------------------------------------------
    Stretched Layout
-----------------------------------------------------------------*/


.stretched #wrapper{
    margin: 0 auto;
    width: 100%;
}


/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}


/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

@media print {
    header, footer, #pagetitle{ display: none; }
	.ikprint h4{ display: none; }
	.udskriv { display: none; }
}