/* _________________________________________________

320 and Up boilerplate extension
Andy Clarke http://about.me/malarkey
Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/
_____________________________________________________

1 ROOT
2 HEADINGS
3 TYPOGRAPHY
4 LINKS
5 FIGURES & IMAGES
6 TABLES
7 FORMS
8 BANNER
9 NAVIGATION
10 CONTENT
11 MAIN
12 COMPLEMENTARY
13 CONTENTINFO
14 GLOBAL OBJECTS
15 VENDOR-SPECIFIC
16 MODERNIZR
17 TEMPLATE SPECIFICS
18 MEDIA QUERIES

COLOURS

*/
* {
  margin: 0;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* 1. ROOT ============================================================================= */
.sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.serif {
  font-family: "Cambria, Georgia, Times, " Times New Roman;
}
.monospace {
  font-family: "Monaco", Courier New, monospace;
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
html {
  overflow-y: scroll;
  /*background: #ffffff;
  background: #ffffff url('http://192.168.1.102/images/background.png');*/
  /*background: #ffffff url('http://localhost.dev/imagery/grid.png') repeat-y 50% 0;*/
  font-size: 62.5%;
  height: 100%;
}
body {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  /* 252px; */

  font-size: 16px;
  font-size: 1.6rem;
  color: #5d5d5e;
  background-color: transparent;
}
button,
input,
select,
textarea {
  color: #404040;
}

/* 2. HEADINGS (320 and Up typography defaults) ==================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans';
  font-weight: normal;
}
h1 {
  margin-bottom: 0.5em;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
}
h2 {
  color: #666;
  margin-bottom: 0.65em;
  font-size: 20px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}
h3 {
  margin-bottom: 0.4em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}
h4 {
  margin-bottom: 0.2em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}
h5 {
  margin-bottom: 0em;
  font-size: 14px;
  font-size: 1.4rem;
}

/* 3. TYPOGRAPHY (320 and Up typography defaults) ============================================================================= */
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 15px;
  font-size: 1.5rem;
}
p {
  hyphens: auto;
  line-height: 1.6em;
  margin-top: -0.25em;
}
ul, ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}
li ul, li ol {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
ul li, ol li {
  line-height: 1.4em;
}
dl, dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: normal;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 1px solid #bfbfbf;
  font-style: italic;
}
blockquote p {
  font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
b, strong {
  font-weight: bold;
}
dfn, em {
  font-style: italic;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
}
ins {
  background-color: #c3d9e6;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #c3d9e6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: "Monaco", Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
sub, sup {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* 4.LINKS ============================================================================= */
a {
  /*color: #a61717;*/
  text-decoration: none;
}
a:visited {
  /*color: #a61717;*/
}
p a {
  /*font-weight: bold;*/
}
p a:hover {
  /*color: #a61717;*/
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
a:focus {
  outline: thin dotted;
  /*color: #a61717;*/
}
a:hover, a:active {
  outline: 0;
}

/* 5.FIGURES & IMAGES ============================================================================= */
figure {
  margin-bottom: 1.5em;
}
figure img, figure object, figure embed {
  margin-bottom: 0.75em;
  max-width: 100%;
}
figcaption {
  display: block;
  font-weight: normal;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}

/* 6.TABLES ============================================================================= */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
th, td, caption {
  padding: 0.1875em 10px 0.1875em 5px;
}
tfoot {
  font-style: italic;
}
caption {
  background-color: transparent;
}
tbody tr:nth-child(odd) td {
  background-color: #c3d9e6;
}

/* 7.FORMS ============================================================================= */
form {
  margin: 0;
}
fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
legend {
  *margin-left: -7px;
  padding: 0;
  border-width: 0;
}
label {
  font-weight: normal;
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}

/* 8 BANNER 		============================================================================= */

.headbg{
	background:url(../images/head-bg.png) repeat-x;
	border-bottom:solid 0px #000;
	padding-bottom: 50px;
	/*height:60px;*/
}
.headbg > .content {
	height: 60px;
}
.featbg {
	background:url(../images/feat-bg.png);
	border-top:3px solid #000;
	border-bottom:1px solid #000;
	/*height:383px;*/
  height: 500px;
}
.featbg-light {
  background:url(../images/feat-bg-light.png);
  /*height:383px;*/
  height: 500px;
}
.featbg-light2 {
  background:url(../images/feat-bg-light2.png);
  /*height:383px;*/
  height: 500px;
}
.featbg-alt{
	background:url(../images/feat-bg.png);
	border-bottom:solid 3px #000;
	/*height:80px;*/
  height: 500px;
}

.featbg-denim {
  background:url(../images/denim.png);
  /*height:483px;*/
  height: 500px;
}

.featbg-mocha {
  background:url(../images/mochagrunge.png);
  height: 500px;
  /*height:483px;*/
}

.featbg-otis {
  background:url(../images/otis_redding.png);
  /*height:483px;*/
  height: 500px;
}

.featbg-paper {
  background:url(../images/paper.png);
  /*height:483px;*/
  height: 500px;
}

.subpage-header {
  height: 80px;
}
.contbg {
/*.featbg + .contbg {*/
  min-height: 200px;
	background:url(../images/content-bg.png) repeat-x;
	/*border-bottom:solid 3px #000; */
}

.title-welcome, .title-welcome-meta{
	text-align:center;
	font-size:2.5em;
	padding:40px 5% 0 5%;
	color:#fff;
	font-weight:300;
	margin: 0;
	/*text-shadow: 0px -1px 0px #000;
	filter: progid:DXImageTransform.Microsoft.DropShadow(
          offx=0, offy=-1, color=#000000); */

}

.subpage-header .title-welcome {
  font-size: 2.6em;
  padding: 14px 0 10px;
}

.title-alt {
	text-align:left;
	font-size:3em;
	padding:8px 5% 0 5%;
	color:#fff;
	font-weight:300;
	/*text-shadow: 0px -1px 0px #000;
	filter: progid:DXImageTransform.Microsoft.DropShadow(
          offx=0, offy=-1, color=#000000); */
	  width:90%;
}

#upper-bg .content {
	width:90%;
}

.title-welcome-meta{

	padding-top:0;
	/*position:relative;
	top:-30px;*/
	font-weight:400;
}
.title-welcome-meta > p {
  font-size:14px !important;
}
.shadow{
	display:block;
	position:relative;
	bottom:5px;
}
.shadow-sink{
	display:block;
	position:relative;
	top:-5px;
}


/* 9 NAVIGATION 	============================================================================= */
#logo {
  padding: 10px 0 20px 0;
  height: auto !important;
}
/*#logo div a img{
	opacity:0.5;
}
#logo div a img:hover {
  	opacity:1;
}*/

header {
  position: relative;
  height: 63px;
  padding: 0 10px;
}

header nav {
  position: absolute;
  right: 10px;
  top: 16px;
  min-height: 30px;
  width: auto;
}
  nav ul[role="navigation"] {
    margin-left: 10px;
	display:none;
  }

  header ul {
    margin: 0px auto 0 auto;
    padding: 0px 0 0 0;
    text-align: center;
    width: 100%;
  }
  header ul li {
    list-style: none;
    float: left;
    line-height: 2.5em;
    font-size: 17px;
	   /*border-left: 1px solid #000;*/
  }
  header > nav > ul > li:first-child {
	  border:none;
  }
    header ul li a {
      display: block;
      float: left;
      /*padding: 7px 25px;*/
      padding: 7px 12px 7px 8px;
      /*margin: 0 -2px 0.5em 0;*/
      color: #999;
	  /*text-shadow: 0px -1px 0px #000;
	  filter: progid:DXImageTransform.Microsoft.DropShadow(
      offx=0, offy=-1, color=#000000);*/
    }

    header ul li.has-children {
      position: relative;
    }

    header ul li.activeRoot a {
      color: #fff;
    }

    header ul li a:hover {
      border: 0;
      color:#ccc;
    }

#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;

    width: 120px;
    padding: 0 20px;

    /* These styles are optional, and describe how the slideout nav will look */
    background-color: #333;
    color: #FFF;
    -webkit-box-shadow: inset -3px 0 3px 0 #222;
    -moz-shadow: inset -3px 0 3px 0 #222;
    box-shadow: inset -3px 0 3px 0 #222;
}

#pageslide #nav li { display:block; list-style:none; width:100px; margin-top:10px; text-align:center;}
#pageslide #nav li a {color:#fff; height:42px; line-height:32px; background:#333; padding:10px 10px; border-bottom:1px solid #000;}
#pageslide #nav li a:hover { background:#666; }

.open {
	display: block;
	float: left;
	width: 40px;
	height: 30px;
	margin-right: 10px;
	background: url(../images/menu.png) center center no-repeat #333;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-border-radius: 8px;
	box-shadow: inset 0 0 3px #000;
	text-indent: -999999px;
	border: 0;
}

/* Sub menu */
/* Sub menus */
header nav ul li:hover ul,
header nav ul li:hover .arrow_wrapper,
header nav ul li.hover ul,
header nav ul li.hover .arrow_wrapper
{
 	/* Selectors for javascript class and without JS */
	display: inline-block;
}

header nav ul li ul {
	position: absolute;
	margin: 51px 0px 0 0px;
	background: #fff;
	border-radius: 1px;
	border: 0px solid #b5b4b4;
	/*display: block;*/
	display: none;
	z-index: 500;
	left: 0;
	padding-top: 0px;
	width: auto;
	min-width: 175px;
}
header nav ul li ul li {
  line-height: 1em;
	display: block;
	text-align: left;
	min-width: 135px;

	padding: 10px 20px 6px 20px;
	margin: 0;
  margin-top: 5px;
	width: auto;
	/*line-height: 1em;*/
	/*border-top: 1px solid #d8d7d7;*/
	border-bottom: 1px solid #e7e6e6;
}
  header nav ul li ul li.first {
    border-top: 0;
  }

  header nav ul li ul li.last {
    border-bottom: 0;
  }


header nav ul li ul li a {
	padding: 0;
	line-height: 1.4em;
	background: #fff !important;
	margin: 0;
}
  header ul li.activeRoot ul li a {
    color: #333 !important;
  }

  header ul li.activeRoot ul li.active a {
    font-weight: bold
  }

header nav ul li ul li:last-child a, header nav ul li ul li.last-child a {
	background: none !important;
	padding-bottom: 6px;
}

header nav ul li .arrow_wrapper {
	display: none;
	top: 33px;
	position: absolute;
	width: 100%;
	z-index: 1000;
	left: 0;
}
header nav ul li .arrow {
	margin: 0 auto;
	width: 37px;
	height: 19px;
	background: url('../images/general/menu_arrow.png');

}


/* Snowfire Specific header elements */
.editField-keysCreateNew {
  display: none;
}

header .image-logo {
  padding-top: 10px;
  text-align: center;
}

header .text-logo {
  padding-top: 10px;
  text-align: center;
}

header a:hover {
  border: 0;
}

/* BUTTON */
.editField-menuCreateNew.editDontDisable {
    /*line-height: normal;*/

    /*margin: 0px 110px;*/

    /*padding: 5px 14px;*/
    /*display: table;*/
    /*background: -moz-linear-gradient(top, #FAFAFA, #EAEAEA);*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EAEAEA));*/
    /*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#EAEAEA');*/
    /*text-decoration: none;*/
    /*-moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
    /*color: #005d80 !important;*/
    /*border: 2px solid #00A5DF !important;*/
    /*text-shadow: 0 1px 1px #fff;*/
    /*font-size: 16px;*/
}
.editField-menuCreateNew.editDontDisable:hover,
.editField-menuCreateNew.editDontDisable:focus,
.editField-menuCreateNew.editDontDisable:active{
    color: #0081AF;
    border-color: #2FC9FF;
    outline: none;
}
.editField-menuCreateNew.editDontDisable:active {
    padding: 6px 14px 4px 14px;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25) inset;
}

/* 10 CONTENT 		============================================================================= */
.content {
  width: 90%;
  margin:0 auto;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  /*height: 100%;*/
  margin: 0 auto -2.5em;
}

#small_screen_navigation {
  background: #fff;
  width: 90%;
  margin: 0 auto;
}


#small_screen_navigation .decoration {
  background: url('../images/themes/imagery/decoration.png') no-repeat;
  width: 16px;
  height: 31px;
  float: left;
  margin-left: -60px;
  margin-top: 0px;
}

#small_screen_navigation div {
  /*background: #a61717;*/
  float: right;
  margin-right: 0px;
  padding: 0px 10px 0px 60px;
  line-height: 30px;
}

#small_screen_navigation select {
  height: 20px;
}


/* 11 MAIN 			============================================================================= */
#main ul {
  margin-left: 0px;
}


/* Snippets */

.whitebg{
	padding: 20px;
	background: #fff;
	border:1px solid #ccc;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}


[data-snippetarea="indexmain"] .columns,
[data-snippetarea="top"] .columns,
#studio > .snippet {
  margin: 0 0 0px 0;
  padding: 5px 19px 19px 19px;
}

.column img,
.snippet img {
  max-width: 100%;
  margin-bottom: 35px;
}
/*.column  p:last-child, .column  p.lastchild, */
/*.snippet p:last-child, .snippet p.lastchild  {
  margin-bottom: 0;
}*/
.column p,
.snippet p {
}

/* Page title snippet */
#studio .snippet.snippet-pagetitle {
  margin-bottom: 0;
  padding-bottom: 0;
}
  #studio .snippet.snippet-pagetitle h1 {
    margin-bottom: 0;
  }

  #studio .snippet.snippet-pagetitle + .snippet {
    padding-top: 8px;
  }

  #studio .snippet.snippet-blog-short {
	padding: 50px;
	background: #fff;
	border:1px solid #ccc;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  }
  .date{
	  font-size:0.6em;
	  color:#999;
  }
  .author-snip{
	  margin-left:-20px;
	  margin-bottom	:-20px;
	  width:100%;
	  padding:10px 20px;
	  background:#eee;
	  text-align:left;
  }
  .author-name{
	  color:#666;
	  font-size:1.1em;
	  font-weight:600;
  }
  .author-snip img{
	  float:left;
  }

/* Single text */
.snippet.snippet-text-right {text-align:right;}

/* Text + Text */
#studio .snippet.snippet-text-text {
  padding-left: 0;
  padding-right: 0;
}

/* icon Text */
#studio .snippet.snippet-icon-text {
  padding-left: 0;
  padding-right: 0;
  margin-bottom:30px;
}
#studio .snippet.snippet-icon-text h2 img {
	padding:0 10px 10px 0;
	display:block;
}

/* 3-way icon Text */
#studio .snippet.snippet-3icon-text {
  padding-left: 0;
  padding-right: 0;
  margin-bottom:30px;
}
#studio .snippet.snippet-3icon-text h2 img {
	padding:0 10px 10px 0;
	display:block;
}

/* Team */
#studio .snippet.snippet-team {
  padding-left: 0;
  padding-right: 0;
  margin-bottom:30px;
}
#studio .snippet.snippet-team h2, #studio .snippet.snippet-team p {
	text-align:center;
}
#studio .snippet.snippet-team img {
	margin:0 auto;
	display:block;
}

/* Text + Image */
#studio .snippet.snippet-text-image {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
}

/* Image + Text */
#studio .snippet.snippet-image-text {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

/* Feature Image + Text */
#studio .snippet.snippet-feature-image-text {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  background:#eee;
}

/* Image + Image */
#studio .snippet.snippet-image-image {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 25px;
}
  #studio .snippet.snippet-image-image.right {
    padding-bottom: 0;
  }

/* Video */
#studio .snippet.snippet-video {

}
.snippet.snippet-video object, .snippet.snippet-video embed {
	margin:0 auto;
    width: 100%;
    max-width: 640px;
    /*height: auto;*/
}

/* Map */
#studio .snippet.snippet-map {
  padding: 12px 0px 5px 0;
}
#studio .snippet.snippet-form iframe {
  width: 100%;
  height: 300px;
}

/* FB comments */
#studio .snippet.snippet-comments iframe,
#studio .snippet.snippet-comments span {
  width: 240px !important;
}

/* Large image snippet */
#studio .snippet.snippet-large-image {
  padding: 5px 0px 5px 0;
}

/* Person snippet */
#studio .snippet.snippet-person {
  clear: both;
}

#studio .snippet.snippet-person .person-image {
  float: left;
  margin: 0 30px 0 0;
}
#studio .snippet.snippet-person .person-info {
  float: left;
  max-width: 560px;
}
  #studio .snippet-person .person-name h2 {
    margin-bottom: 0em;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  #studio .snippet-person .person-position {
    margin: 0 0 10px 0;
  }
  .snippet-person .person-email {}
  .snippet-person .person-phone {}
  .snippet-person .person-description {}


/* Gallery snippet */
#studio .snippet.snippet-3-column-images {
    padding: 14px 17px;
}

  #studio .snippet-3-column-images .column_1,
  #studio .snippet-3-column-images .column_3,
  #studio .snippet-3-column-images .column_2 {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 15px;
  }

    #studio .snippet-3-column-images .column_3 {
      margin-right: 0;
    }

    #studio .snippet-3-column-images .last {
      margin-bottom: 0;
    }

  #studio .snippet-3-column-images h3 {
    font-size: 15px;
    color: #000 !important; /* Protect from DS */
  }

  #studio .snippet-3-column-images p {
    line-height: 1.1;
    font-size: 12px;
    color: #fff !important; /* Protect from DS */
    margin-bottom: 0;
  }

/* Form snippet */
#studio .column.snippet.snippet-form {
  margin: 0;
  padding: 0;
  /*float: left;
  width: 40%;*/
}
#studio .column.right.snippet.snippet-form {
  /*margin-left: 10%;*/
  margin-top: 16px;
}

#studio .content .form_error p {
  color: #AA0000;
}

#studio .form dt {
  margin: 0 0 5px 0;
}

#studio .form label {
  color: #333;
}

#studio .form dl {
	margin: 0;
}

#studio .form dd {
	margin: 0 0 1em 0;
}

#studio .form input, .form textarea {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1) inset;
	padding: 10px 5px 10px 5px;
	border: 1px solid #aaa;
	font-size: 14px;
	margin: 0 0 10px 0;
}

#studio .form input[type="file"] {
	padding: 0;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#studio .form label.inside {
	position: absolute;
	margin: 15px 0px 0px 13px;
	color: #999;
}

#studio .form textarea,
.form input[type="text"],
.form input[type="email"] {
	width: 99%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#studio .form .fieldtype_7_first {
	float: left;
	width: 39%;
}

#studio .form .fieldtype_7_last {
	margin-left: 5%;
	width: 55%;
}

#studio .form .submitBtnArea input {
  box-shadow: none;
	border: 1px solid #aaa;
	border-radius: 2px;
	padding: 8px 30px;
	cursor: pointer;
	font-size: 13px;
	color: #333;
  margin-bottom: 20px;
}
#studio .form .submitBtnArea input:hover {
  box-shadow: inset 0px 2px 2px rgba(0,0,0,0.1);
}

/* Quote Snippet */
#studio .snippet-quote {
  text-align: center;
}

#studio .snippet-quote p {
  font-size: 1.3em;
  font-weight: 300;
  margin-bottom: 0;
}

#studio .snippet-quote p:before, #studio .snippet-quote p:after {
  content:"\"";
}

#studio .snippet-quote-source {
  font-size: 1em;
  font-weight: 600;
  text-align: center;
}


/* Text-Column */
#studio .column-title {
  padding-bottom: 10px;
}

#studio .column-content {
  color: #adadad;
}

/* Facebook Feed */


#studio .facebook-feed h3 {
	background: url('../images/facebook-feed.png') no-repeat top center;
    color: #666666;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
	padding: 40px 0 20px;
	text-align: center;
}

#studio .status {
	float: left;
	padding-left: 5%;
	width: 30%;
}

#studio .status:first-child {
	padding-left: 0;
}

/* Design Studio */

footer, .push {
height: 2.5em;
}

footer {
  margin: 0 auto;
  width: 100%;

  left: 0;

background: #555555;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #555555 0%, #333333 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#333333));
background: -webkit-linear-gradient(top,  #555555 0%,#333333 100%);
background: -o-linear-gradient(top,  #555555 0%,#333333 100%);
background: -ms-linear-gradient(top,  #555555 0%,#333333 100%);
background: linear-gradient(top,  #555555 0%,#333333 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=0 );


  border-top: 4px solid #aaa;
  border-bottom: 4px solid #000;

  display:block;
  position:relative;

}
footer p {
  color:#fff;
  margin: 3px;
  text-align: center;
  line-height: 32px;
  font-size: 13px;
  text-shadow: 0px -1px 0px #000;
  filter: progid:DXImageTransform.Microsoft.DropShadow(
      offx=0, offy=-1, color=#000000);
}
footer #powered_by_snowfire {
  text-align: center;
  margin-top: 5px;
}


/* Page specific - Startpage */
.startpage #showcase {
  position: relative;
}
.startpage #showcase img {
  max-width: 97.5%
}

.startpage #showcase .image_text {
  display: block;
  margin-top: -5px;
  margin-bottom: 30px;
  padding: 10px;

  background: #fff;
  background: rgba(255, 255, 255, 0.64);


}
  .startpage #showcase .image_text p {
    margin: 0;
  }

.startpage .snippet.snippet-columns {
  margin: 0;
  padding: 0;
  background: none;
}

.startpage .snippet-columns .column_1,
.startpage .snippet-columns .column_2,
.startpage .snippet-columns .column_3 {
  width: 100%;
  margin-top: 30px;
  display: block;
}
  .startpage .snippet-columns div h2 {
    margin-bottom: 3px;
  }

  .startpage .snippet-columns div.column_3 {
    margin-right: 0;
  }

.startpage .snippet-columns p {
  padding: 14px 15px;
  background: #fff;
  background: rgba(255, 255, 255, 0.64);
  margin-top: -0.4em;
  max-width: 266px;
}

.startpage img {
  /*border: 3px solid #000;*/
  max-width: 100%;
}

.startpage div.column_3 ul {
  margin-left: -7px;
}

  .startpage div.column_3 li {
    list-style: none;
  }

  .startpage div.column_3 li a {
    display: block;
    padding: 9px 10px 5px 13px;
    margin: 0 0 5px 0;
    background: #fff;
    font-size: 17px;
    color: #5e5d5d;
  }

  .startpage div.column_3 li a.active {
    background: #a61717;
    color: #fff;
  }

  .startpage div.column_3 li a:hover {
    border: 0;
  }

    .startpage .snippet-columns div.column_3 .decoration {
      background: url('../images/themes/imagery/nav_decoration.png') no-repeat;
      width: 16px;
      height: 31px;
      float: left;
      margin-left: -16px;
      margin-right: 0;
      width: 29px;
    }

  .startpage div.column_3 li a span {
    font-size: 11px;
    text-align: right;
    display: block;
    float: right;
    line-height: 17px;
    text-transform: uppercase;
    margin-left: 21px;
  }

  .startpage .widget {
    background: #fff;
    text-align: left;
    padding-left: 10px;
  }
    #startpage .widget iframe {
      border: 0;
    }

/* Page specific - Blog */
.post {
	padding: 5px 19px 19px 19px;
	background: #fff;
}

.post .date {
  font-size: 11px;
  color: #6e6e6e !important;
  margin-top: -8px;
  text-transform: uppercase;
}

.post .date span {
  margin-left: 5px;
}

.post .header {
  margin: 0 0 10px 0;
}

.post img {
  margin: 0 0 10px 0;
}


/* 12 COMPLEMENTARY ============================================================================= */
#complementary nav {
  display: none;
}


/* 13 CONTENTINFO 	============================================================================= */
/* 14 GLOBAL OBJECTS ============================================================================= */
/* 15 VENDOR-SPECIFIC ============================================================================= */

html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #c3d9e6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/*::-webkit-selection {
  background: #a61717;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #a61717;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #a61717;
  color: #fff;
  text-shadow: none;
}*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.ie7 img, .iem7 img {
  -ms-interpolation-mode: bicubic;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
p {
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
}
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.invisible {
  visibility: hidden;
}

/* 16 MODERNIZR =============================================================================

/* audio */
/* applicationcache */
/* backgroundsize  */
/* borderimage */
/* borderradius */
/* boxshadow */
/* canvas */
/* canvastext */
/* cssanimations */
/* csscolumns */
/* cssgradients */
/* cssreflections */
/* csstransforms */
/* csstransforms3d */
/* csstransitions */
/* draganddrop */
/* flexbox */
/* fontface */
/* geolocation */
/* hashchange */
/* history */
/* hsla */
/* indexeddb */
/* inlinesvg */
/* localstorage */
/* multiplebgs */
/* opacity */
/* postmessage */
/* rgba */
/* sessionstorage */
/* smil */
/* svg */
/* svgclippaths */
/* textshadow */
/* touch */
/* video */
/* webgl */
/* websqldatabase */
/* websockets */
/* webworkers */


/* 17 TEMPLATE SPECIFICS ============================================================================= */

.top-object-holder2 {
  margin-top: 43px;
	margin-bottom: -192px;
}

.top-object-holder2 div {
	background: url(../images/shadow.png) bottom center no-repeat;
	padding-bottom: 22px;
}

.top-object-holder2 div img.top-object, .top-object-holder2 div iframe {
  /*height: 385px;*/
  /*width: 640px;*/
  display:block;
  overflow: hidden;
  margin: 10px auto 5px auto;
  max-width: 100%;
}

.top-object-holder2 div iframe {
	max-width: 100%;
}

.shadow-sink.midsize {
  max-width:760px;
}
#powered-by {
  position:absolute;
  /*bottom:0;*/
  left:0;
  top: 2px;
}
.column.text-n-image {float:left;}
.column.text-n-image .editField p {

}
.column.text-n-image img {
  float:left;
  margin: 0 10px 10px 0;
  display:block;
}
.column.text-n-image div.editField p {
  -webkit-margin-before: 0px;
}
.column.text-n-image div.editField {

}
.snippet_area_main {
  padding-top: 100px;
}
.snippet_area_indexmain {
  margin-bottom: 30px;
  padding-top: 100px;
}
.contbg.video .snippet_area_indexmain {
  padding-top: 157px;
}
.snippet_area_indexmain .columns .column {
  margin-bottom: -5px;
}
/*.snippet_area_indexmain .columns,
.large-image {
  background: url('../images/shadow2.png') no-repeat bottom center;
}*/
.snippet_area_indexmain > .columns {
  margin-bottom: 0px !important;
}

.snippet_area_feature_top .columns .column.text {

}
.large-image {
  text-align: center;
}
.feature-top-image {
  margin-bottom:13px;
}
.column.person {
  text-align: center;
}
.author-snip > p > img {
  padding-right:10px;
}
.editField-keysCreateNew {
  margin-left: 430px !important;
}
#main .form .submitBtnArea input {
background: #ddd;
}
#studio .snippet-3-column-images p, .post .date,  button, input, select, textarea {
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Subpage */

iframe {
  max-height: 350px !important;
  margin-bottom: 30px;
}

.snippet_area_subpage {
  padding-top: 60px;
}

/* 18 SNOWFIRE SPECIFICS ============================================================================= */
.whitebg {
  margin-top: 5px;
  margin-bottom: 5px;
}

.snippet_area[data-snippetarea="feature_top"] {
  margin-top: 15px;
}

.title-welcome-meta {
  margin-top: 30px;
  margin-bottom: 40px;
}

.status a p {
  word-break: break-word;
  color: #999 !important;
}

  .status a p:hover {
    color: #333 !important;
  }

.status .date {
  color: #333 !important;
}

/* Shop overrides */
.shop .grid .product .image {
    margin-bottom: 36px !important;
}

.column.slider {
	margin-bottom: 35px;
}

.column.text {}

.column.text p:last-child {
	margin-bottom: 29px;
}

.column.latest_posts {
	color: #404040;
}

.column.latest_posts li {
	border-bottom: 1px solid #f3f3f3;
	line-height: 30px;
}


.columns.divider {
	margin-bottom: 0;
}
.column.divider {
	height: 1px;
	background: #e3e3e3;
	margin: 25px 0 28px 0;
}

.column.facebook,
.column.facebook_synced {
	margin: 0px 0 0px 0;
	padding: 0px 0 0 0;
}
.column.facebook .type_feed p,
.column.facebook_synced .type_feed p {
	font-size: 13px;
}

.column.facebook .type_feed,
.column.facebook_synced .type_feed {
	padding-top: 10px;
}

.column.facebook .status,
.column.facebook_synced .status {
	margin-bottom: 75px;
}
.column.facebook .photo img,
.column.facebook_synced .photo img {
	margin-bottom: 10px;
}


.column.facebook .actions,
.column.facebook_synced .actions {
	margin-top: -18px;
	color: #ccc;
	font-size: 11px;
	font-family: "Arial", Helvetica, sans-serif !important;
	color: #4D4D4D;
}

.column.facebook_synced .actions .comment a {
	font-weight: 700;
}

.column.facebook .actions a,
.column.facebook_synced .actions a {
	color: #6d6d6d !important;
	font-size: 11px !important;
	font-family: "Arial", Helvetica, sans-serif !important;
	font-weight: normal !important;
}
.column.facebook .actions a:hover,
.column.facebook_synced .actions a:hover {
	text-decoration: underline;
}

.column.facebook .actions .interaction,
.column.facebook_synced .actions .interaction {
	float: left;
	width: 50%;
	line-height: 1.4em;
}
.column.facebook .actions .author,
.column.facebook_synced .actions .author {
	float: left;
	width: 50%;
	text-align: right;
	line-height: 1.4em;
	margin: 0;
}


.column.facebook .plugins,
.column.facebook_synced .plugins {
	margin: 75px 0 0 0;
}



/* Quote */
.column.quote,
.column.quote_synced {
	padding: 0px;
	font-style: normal;
	position: relative;
	background: #fdfdfd;
	border-left: 0;
	border-radius: 5px;
	width: 80%;
	float: left;
	box-sizing: border-box;
	background: #f5f5f5;
	padding: 10px 10px;
	max-width: 350px;
}
.column.quote blockquote,
.column.quote_synced blockquote {
	border: 0;
	margin-top: 10px;
}
.column.quote blockquote:after, .column.quote blockquote:before,
.column.quote_synced blockquote:after,
.column.quote_synced blockquote:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.column.quote blockquote:after,
.column.quote_synced blockquote:after {
	border-top-color: #fdfdfd;
	border-width: 12px;
	left: 50%;
	margin-left: -12px;
}
.column.quote blockquote:before,
.column.quote_synced blockquote:before {
	border-top-color: rgba(200, 200, 200, 0.8);
	border-width: 13px;
	left: 50%;
	margin-left: -13px;
}
.column.quote blockquote p,
.column.quote_synced blockquote p {
	width: 100%;
	font-style: normal;
	font-size: 14px;
	margin-bottom: 0px;
}
.column.quote blockquote p.author,
.column.quote_synced blockquote p.author {
	margin: 10px 0 0 0;
	color: #888 !important;
	font-size: 13px;
}
.column.quote .image,
.column.quote_synced .image {
	box-sizing: border-box;
	float: left;
	width: 15%;
	margin: 5px 10px 10px 0px;
	text-align: center;
}
.column.quote .image img,
.column.quote_synced .image img {
	border-radius: 70px;
}
.column.quote blockquote:before,
.column.quote blockquote:after,
.column.quote q:before,
.column.quote q:after,
.column.quote_synced blockquote:before,
.column.quote_synced blockquote:after,
.column.quote_synced q:before,
.column.quote_synced q:after {
	content: '';
	content: none;
}


/* Sociala länkar */
.column.sociallinks {}

.column.sociallinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.column.sociallinks li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}