/* _________________________________________________

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 

*/
html, body {
  margin: 0;
  padding: 0;
}
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;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  color: #5d5d5e;
  background-color: transparent;
}
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #404040;
}

/* 2. HEADINGS (320 and Up typography defaults) ==================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-weight: normal;
  color: #000000;
}
h1 {
  margin-bottom: 0.5em;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
}
h2 {
  margin-bottom: 0.35em;
  font-size: 20px;
  font-size: 2.0rem;
  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 		============================================================================= */

/* 9 NAVIGATION 	============================================================================= */
#logo {
  padding: 20px 0 20px 0;
  height: auto !important;
}

header {
  margin: 0px 0 30px 0;
  margin: 0 auto;
  
  position: relative;
}

header nav {
  width: 100%;
  background: #fff;
  padding-bottom: 20px;
}
  nav ul[role="navigation"] {
    margin-left: 10px;
  }

  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;
  }
    header ul li a {
      background: #fff;
      display: block;
      float: left;
      /*padding: 7px 25px;*/
      padding: 7px 12px 7px 8px;
      /*margin: 0 -2px 0.5em 0;*/
      color: #5e5d5d;
    }
    
    header ul li.has-children {
      position: relative;
    }
    
    header ul li.activeRoot a {
      /*background: #a61717;*/
      color: #fff !important;
    }
    
    header ul li a:hover {
      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: 10px;
	border: 1px 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;
	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: 20px auto 20px auto;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
}

#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 */

#studio > .snippet {
  background: #fff;
  margin: 0 0 0px 0;
  padding: 5px 19px 19px 19px;
}
.snippet img {
  max-width: 100%;
}
.snippet p:last-child, .snippet p.lastchild  {
  margin-bottom: 0;
}
.snippet p {
  max-width: 620px;
}

/* 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;
  }


/* Single text */
.snippet.snippet-text {}

/* Text + Text */
#studio .snippet.snippet-text-text {
  padding-left: 0;
  padding-right: 0;
}
  

/* 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: 10px;
}

/* 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 {
  
}
#studio .snippet.snippet-video object, .snippet.snippet-video embed {
    width: 100%;
    max-width: 732px;
    /*height: auto;*/
}

/* Map */
#studio .snippet.snippet-map {
  padding: 12px 0px 5px 0;
}
#studio .snippet.snippet-map iframe {
  width: 100%;
  height: 400px;
}

/* 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 */
    font-family: "Helvetica Neue", Arial, Verdana, sans-serif !important;
    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: 5px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2) inset;
	padding: 6px 5px 4px 5px;
	border: 1px solid #5e5d5d;
	font-size: 14px;
	margin: 0 0 10px 0;
}

#studio .form label.inside {
	position: absolute;
	margin: 15px 0px 0px 13px;
	color: #999;
}

#studio .form textarea, .form input[type="text"] {
	width: 100%;
	-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 .submitBtnArea input {
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	border: 0;
	border-radius: 5px;
	padding: 8px 14px;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
}
#studio .form .submitBtnArea input:hover {
  box-shadow: inset 0px 0px 2px #fff;
}

/* Design Studio */

footer {
  /*position: fixed;
  bottom: 0;
  width: 100%;*/
  margin: 0 auto;
  width: 90%;

  left: 0;
  
  /*background: rgb(249,249,249);
  background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(239,239,239,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(239,239,239,1)));
  background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%);
  background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%);
  background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%);
  background: linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 );
  
  border-top: 1px solid rgb(239, 239, 239);*/


  position: relative;

}
footer p { 
  margin: 0;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.7);
}
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;
  font-family: "Helvetica Neue", Arial, Verdana, sans-serif !important; /* Protect from Design */
  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 ============================================================================= */