/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


html {
 overflow: -moz-scrollbars-vertical;
 overflow-y: scroll;
 }

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #000;
  /*color: #FFF; */
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #000;
  /*color: #fff;*/
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

treecontrol {
    /* prevent user selection */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* default */
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:13px;
    color: #555;
    text-decoration: none;
}

treecontrol ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    overflow: hidden;
}

treecontrol li {
    position: relative;
    padding: 0 0 0 20px;
    line-height: 20px;
}

treecontrol li.tree-expanded i.tree-leaf-head, treecontrol li.tree-collapsed i.tree-leaf-head {display:none;}
treecontrol li.tree-expanded i.tree-branch-head, treecontrol li.tree-collapsed i.tree-branch-head {display:inline;}
treecontrol li.tree-leaf i.tree-branch-head {display:none;}
treecontrol li.tree-leaf i.tree-leaf-head {display:inline;}

treecontrol li i.tree-branch-head {
    cursor: pointer;
}

treecontrol li .tree-label {
    cursor: pointer;
    display: inline;
}


treecontrol.tree-classic li.tree-expanded i.tree-branch-head {
    padding: 1px 10px;
    background: url("../images/folder.png") no-repeat;
}

treecontrol.tree-classic li.tree-collapsed i.tree-branch-head {
    padding: 1px 10px;
    background: url("../images/folder-closed.png") no-repeat;
}

treecontrol.tree-classic li.tree-leaf i.tree-leaf-head {
    padding: 1px 10px;
    background: url("../images/file.png") no-repeat;
}

treecontrol.tree-classic li .tree-selected {
    background-color: #aaddff;
    font-weight: bold;
}


treecontrol.tree-light li.tree-expanded i.tree-branch-head {
    padding: 1px 10px;
    background: url("../images/node-opened-2.png") no-repeat;
}

treecontrol.tree-light li.tree-collapsed i.tree-branch-head {
    padding: 1px 10px;
    background: url("../images/node-closed-2.png") no-repeat;
}

treecontrol.tree-light li.tree-leaf i.tree-leaf-head {
    padding: 1px 10px;
    width: 16px; height: 16px;
    background: none no-repeat;
}

treecontrol.tree-light li .tree-selected {
    font-weight: bold;
}


treecontrol.tree-dark li.tree-expanded i.tree-branch-head {
    padding: 1px 10px;
    background: url("../images/node-opened-light.png") no-repeat;
}

treecontrol.tree-dark li.tree-collapsed i.tree-branch-head {
    padding: 1px 10px;
    background: url("../images/node-closed-light.png") no-repeat;
}

treecontrol.tree-dark li.tree-leaf i.tree-leaf-head {
    padding: 1px 10px;
    width: 16px; height: 16px;
    background: none no-repeat;
}

treecontrol.tree-dark li .tree-selected {
    font-weight: bold;
}

treecontrol.tree-dark {
    color: #ddd;
}

@font-face {
  font-family: 'Apercu';
  src: url("../fonts/apercu_regular-webfont.eot");
  src: url("../fonts/apercu_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu_regular-webfont.woff2") format("woff2"), url("../fonts/apercu_regular-webfont.woff") format("woff"), url("../fonts/apercu_regular-webfont.ttf") format("truetype"), url("../fonts/apercu_regular-webfont.svg#apercuregular") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Apercu';
  src: url("../fonts/apercu_light_italic-webfont.eot");
  src: url("../fonts/apercu_light_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu_light_italic-webfont.woff2") format("woff2"), url("../fonts/apercu_light_italic-webfont.woff") format("woff"), url("../fonts/apercu_light_italic-webfont.ttf") format("truetype"), url("../fonts/apercu_light_italic-webfont.svg#aperculight_italic") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Apercu';
  src: url("../fonts/apercu_regular-webfont.eot");
  src: url("../fonts/apercu_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu_regular-webfont.woff2") format("woff2"), url("../fonts/apercu_regular-webfont.woff") format("woff"), url("../fonts/apercu_regular-webfont.ttf") format("truetype"), url("../fonts/apercu_regular-webfont.svg#apercuregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Apercu';
  src: url("../fonts/apercu_medium-webfont.eot");
  src: url("../fonts/apercu_medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu_medium-webfont.woff2") format("woff2"), url("../fonts/apercu_medium-webfont.woff") format("woff"), url("../fonts/apercu_medium-webfont.ttf") format("truetype"), url("../fonts/apercu_medium-webfont.svg#apercumedium") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@font-face {
  font-family: 'Apercu Medium';
  src: url("../fonts/apercu_medium-webfont.eot");
  src: url("../fonts/apercu_medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu_medium-webfont.woff2") format("woff2"), url("../fonts/apercu_medium-webfont.woff") format("woff"), url("../fonts/apercu_medium-webfont.ttf") format("truetype"), url("../fonts/apercu_medium-webfont.svg#apercumedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Apercu Regular';
  src: url("../fonts/apercu_regular-webfont.eot");
  src: url("../fonts/apercu_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu_regular-webfont.woff2") format("woff2"), url("../fonts/apercu_regular-webfont.woff") format("woff"), url("../fonts/apercu_regular-webfont.ttf") format("truetype"), url("../fonts/apercu_regular-webfont.svg#apercuregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Apercu Light';
  src: url("../fonts/apercu_light-webfont.eot");
  src: url("../fonts/apercu_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu_light-webfont.woff2") format("woff2"), url("../fonts/apercu_light-webfont.woff") format("woff"), url("../fonts/apercu_light-webfont.ttf") format("truetype"), url("../fonts/apercu_light-webfont.svg#aperculight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Apercu Light Italic';
  src: url("../fonts/apercu_light_italic-webfont.eot");
  src: url("../fonts/apercu_light_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu_light_italic-webfont.woff2") format("woff2"), url("../fonts/apercu_light_italic-webfont.woff") format("woff"), url("../fonts/apercu_light_italic-webfont.ttf") format("truetype"), url("../fonts/apercu_light_italic-webfont.svg#aperculight_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =Typography
-----------------------------------------------------------------------------*/
body {
  font-family: "Apercu Light", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  line-height: 1.5em;
  background: #ffffff;
  color: #3d3d3d;
  letter-spacing: normal;

  /*
  body{
    font-family: "Apercu Light", sans-serif;
    font-size:16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: normal;
    color:#3d3d3d;
    background: #fff;
    overflow-x:hidden;
}
  */
}
/* =Links
-----------------------------------------------------------------------------*/
a {
  color: #9a9a9a;
}
a:focus,
a:hover {
  color: #3d3d3d;
}
/* =Headings
-----------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Apercu Light", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: 200;
  color: #3d3d3d;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
}
h1,
.h1,
h2,
.h2,
h5,
.h5 {
  text-transform: uppercase;
}
h2,
.h2,
h3,
.h3 {
  line-height: 1.231;
}
h1,
.h1 {
  font-size: 40px;
  line-height: 1.124;
  margin: 0;
  position: relative;
  left: -15px
}
h2,
.h2 {
  font-size: 26px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 18px;
  line-height: 1.333;
}
h5,
.h5 {
  font-size: 14px;
  line-height: 1.429;
}
/* =Line height and margin
-----------------------------------------------------------------------------*/
p,
ul,
ol,
dl,
dd,
dt,
blockquote,
td,
th {
  line-height: 1.5em;
}
ul,
ol,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0 0 0 3em;
}
ul li,
ol li {
  text-align: left;
}
ol ol li {
  list-style-type: lower-alpha;
}
ol ol ol li {
  list-style-type: lower-roman;
}
p,
ul,
ol,
dl,
blockquote,
hr,
pre,
table,
form,
fieldset,
figure,
address {
  margin-bottom: 1.5em;
}
body {
  margin: 0;
}
#main {
  max-width: 1100px !important;
}
@media (min-width: 550px) {
  #main .column,
  #main .columns {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #9a9a9a;
  }
  #main .column:first-child,
  #main .columns:first-child {
    margin: 0;
    padding-left: 0;
  }
  #main .column:last-child,
  #main .columns:last-child {
    margin: 0;
    border-right: 0;
  }
  #main .two.columns {
    width: 16.6666666667%;
  }
  #main .four.columns {
    width: 33.3333333333%;
  }
  #main .six.columns {
    width: 50%;
  }
}
header {
  width: 100%;
}
header .row {
  width: 100%;
}
header .row > div {
  height: inherit;
}
header .row.user-controls {
  height: auto;
}
header .row.site-menu {
  height: 60px;
}
header .brand {
  height: inherit;
  vertical-align: middle;
  display: table-cell;
}
header nav {
  height: inherit;
  display: table-row;
  text-transform: uppercase;
}
nav li {
  list-style: none;
}
nav.user-controls {
  color: #4a4b4a;
  font-size: 12.75px;
}
nav.user-controls .menu-item {
  height: inherit;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
}
nav.user-controls .menu-item.regions {
  width: 200px;
}
nav.user-controls .menu-item a {
  background-color: #f3f3f3;
  height: inherit;
  text-decoration: none;
  width: inherit;
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 1.2rem;
  line-height: 20px;
  border: none;
  color: #3d3d3d;
  text-transform: uppercase;
  white-space: normal;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}
nav.user-controls .menu-item a:hover {
  background-color: #dddddd;
}
nav.user-controls .menu-item ul {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: inherit;
}
nav.user-controls .menu-item ul a {
  background-color: #dddddd;
  padding: 18px 28px;
  text-align: left;
}
nav.user-controls .menu-item li {
  width: inherit;
  margin: 0;
}
nav.user-controls .menu-item li + li {
  border-top: 1px solid #9a9a9a;
}
nav.user-controls .menu-item.dropdown ul {
  max-height: 0px;
  overflow: hidden;
  margin: 0;
  position: absolute;
}
nav.user-controls .menu-item.dropdown.open ul {
  max-height: 500px;
  display: block;
}
nav.menu {
  color: #9a9a9a;
}
nav.menu .menu-item {
  vertical-align: middle;
  height: inherit;
  display: table-cell;
  padding: 0 20px;
  cursor: pointer;
}
nav.menu .menu-item a {
  text-decoration: none;
}
nav.menu .menu-item:hover {
  color: #4a4b4a;
  text-decoration: underline;
}
nav.menu .menu-item.active {
  cursor: default;
}
nav.menu .menu-item.active a {
  text-decoration: underline;
  pointer-events: none;
}
nav.menu .menu-item.active:hover {
  color: #9a9a9a;
}
#i-drop-libraries > ul {
  margin: 0;
}
#i-drop-libraries ul {
  line-height: 14px;
  list-style: none;
  font-family: "Apercu Light", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 14px;
}
#i-drop-libraries ul li {
  margin: 2px 0;
  display: block;
  width: 100%;
  padding: 5px;
  cursor: default;
}
#i-drop-libraries ul li.active,
#i-drop-libraries ul li:hover {
  background-color: #9a9a9a;
  color: white;
  font-weight: 500;
}
#i-drop-libraries ul li span.markets {
  font-size: 70%;
}
#tree-nav {
  position: relative;
}
#tree-nav .c-ul {
  margin: 0;
}
#tree-nav .c-ul {
  list-style: none;
}
#tree-nav .c-ul .c-ul {
  font-size: 95%;
}
#tree-nav .c-label {
  font-family: "Apercu Light", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
#tree-nav li.tree-expanded i.tree-branch-head {
  padding: 1px 10px;
}
#tree-nav li.tree-collapsed i.tree-branch-head {
  padding: 1px 10px;
}
#tree-nav li.tree-leaf i.tree-leaf-head {
  padding: 1px 10px;
  background: url("../images/file.png") no-repeat;
}
#idrop-panel {
  background-color: white;
  /*background-color: black;*/
  display: block;
  width: 100%;
  height: 369px;
}
#idrop-panel-image .idrop-2d-image {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 311.23px;
}
#idrop-panel-options {
  width: 100%;
}
#idrop-panel-options .button-group {
  display: block;
  padding: 10px;
}
#idrop-panel-options button {
  width: 60px;
  height: 40px;
}
#idrop-panel-options button + button {
  margin-left: 5px;
}
#idrop-panel-options .button-primary {
  background-color: white;
  /*background-color: black;*/
  border-radius: 0px;
  padding: 0px;
  border: 2px black solid;
  /*border: 2px white solid;*/
}
#idrop-panel-options .button-primary.active,
#idrop-panel-options .button-primary:hover {
  background-color: black;
  color: white;
  /*background-color: white;
  color: black;*/

}
#idrop-panel-options .panel-detail {
  display: block;
  width: 100%;
  border-top: 1px black solid;
  text-align: center;
}
.loadingBlock {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 120px 0;
  text-align: center;
  background-color: white;
}


/*----------------------
-----Footer Styles-----
------------------------*/
#main-footer {
    background:#fff;
    color:#8ea73c;
    padding:30px 0 5px;
}

#main-footer .small-logo {
    padding:0;
    margin:0;
    margin-bottom:24px;
    font-size:24px;
    line-height:24px;
    color:#8ea73c;
}

#main-footer .small-logo span {
    padding:0;
    font-size:18px;
    line-height:24px;
    text-transform:none;
}


#main-footer ul.footer-nav {
    list-style:none;
    padding:0;
    margin:0;
    margin-bottom:24px;
}

#main-footer ul.footer-nav li{
    display:inline-block;
    padding:0 15px;
    line-height:14px;
    border-right:1px solid #8ea73c;
}

#main-footer ul.footer-nav li:first-child{
    padding-left:0;
}

#main-footer ul.footer-nav li:last-child{
    border-right:none;
}

#main-footer ul.footer-nav li a{
    color:#777;
    text-decoration:none;
    font-size:14px;
    line-height:14px;
    text-transform:uppercase;
    letter-spacing:0.02em;
    padding:0;
    -webkit-transition:color 0.2s ease-out;
    transition:color 0.2s ease-out;
}

#main-footer ul.footer-nav li a:hover,
#main-footer ul.footer-nav li a:active{
    color:#8ea73c;
    text-decoration:none;
}

#main-footer p{
    color:#777;
    font-size:14px;
    line-height:24px;
}

#main-footer p span{
    margin-right:10px;
    color:#333;
    font-size:16px;
    line-height:24px;
    text-transform:uppercase;
}

#main-footer .right-col{
    text-align:right;
}

#main-footer .center-col{
    text-align:center;
}

/* */
.footer-menu{
    margin-bottom:3.5rem;
    
    position: relative;
    left: -40px
}

.footer-menu a{
    margin-right:1rem;
    padding-bottom:3px;
    color:#9a9a9a;
    text-transform:uppercase;
    font-size:1.2rem;
    font-family: "Apercu Light", sans-serif;
    font-weight: 300 !important;
    line-height:1.2rem;
    letter-spacing:3px

}


@media (max-width: 991px){
    .footer-menu a{
        font-size:1.5rem
    }

}

.footer-menu a:hover,.footer-menu a:active,.footer-menu a:focus{
    background-color:transparent;
    color:#9a9a9a;
    border-bottom:1px solid #9a9a9a;
    text-decoration:none
}

@media (max-width: 766px){
    .footer-menu li{
        text-align:center;
        width:100%
    }

    .footer-menu li a{
        font-size:1.5rem;
        line-height:3rem;
        margin-right:0;
        padding-right:0
    }

}

.footer-social-icons{
    margin-left:0
}

@media (max-width: 991px){
    .footer-social-icons{
        margin:0 0 3rem 0;
        padding:1rem 0
    }

    .footer-social-icons li{
        padding:0
    }

}

.footer-social-icons a{
    width:25px;
    height:25px;
    margin-right:1.2rem;
    display:inline-block;
    background-image:url("../images/footer-icons-sprite.png");
    background-repeat:no-repeat;
    text-decoration:none
}

.footer-social-icons a:hover,.footer-social-icons a:active,.footer-social-icons a:focus{
    text-decoration:none
}

.footer-social-icons a:hover .fontello-icon,.footer-social-icons a:active .fontello-icon,.footer-social-icons a:focus .fontello-icon{
    color:#777272
}

@media (max-width: 766px){
    .footer-social-icons a{
        margin-right:0.5rem
    }

}

.footer-social-icons li{
    padding:0
}

.footer-social-icons li:first-child a span{
    margin-left:0.5rem
}

.footer-right-column ul{
    float:right
}

@media (max-width: 991px){
    .footer-right-column ul{
        float:none
    }

}

.footer-right-column li{
    padding:0
}

.footer-right-column a{
    height:55px;
    width:98px;
    display:inline-block;
    background-image:url("../images/footer-icons-sprite.png");
    background-repeat:no-repeat
}

@media (max-width: 991px){
    .footer-right-column a{
        margin-right:0.5rem
    }

}

.footer-right-column .teknion-studio,.footer-right-column .teknion-textiles{
    margin-right:2rem
}

.footer-right-column .teknion-studio{
    background-position:0 -25px
}

@media (max-width: 766px){
    .footer-right-column .teknion-studio{
        margin-right:0
    }

}

.footer-right-column .teknion-textiles{
    background-position:-120px -25px
}

@media (max-width: 766px){
    .footer-right-column .teknion-textiles{
        margin-right:0
    }

}

.footer-right-column .teknion-italia{
    background-position:-242px -25px;
    width:58px
}

.footer-divider{
    margin-bottom:4rem
}

.facebook-footer-icon{
    background-position:0 0
}

.gplus-footer-icon{
    background-position:-26px 0
}

.instagram-footer-icon{
    background-position:-52px 0
}

.linkedin-footer-icon{
    background-position:-78px 0
}

.pinterest-footer-icon{
    background-position:-104px 0
}

.twitter-footer-icon{
    background-position:-130px 0
}

.youtube-footer-icon{
    background-position:-156px 0
}

.apple-store-footer-icon{
    background-position:-182px 0
}

.fontello-icon{
    color:#9a9a9a;
    font-size:22px
}

/* */
/*-----------------------
------Media Queries------
------------------------*/

@media (max-width: 1199px) {
    
    #filter-works .dropdown-menu li a{
        white-space: normal;
    }
    
}

@media (max-width: 991px) {
    
    #preview-media.col-md-8{
        float:none;
        margin-bottom:30px;
    }
    
}

@media (min-width: 768px) {

    #top-bar.scrolled #regions-dropdown .dropdown-menu{
        display: none !important;
    }
    
}
@media (max-width: 767px) {
    
    #top-bar{
        padding-top: 15px;
    }
    #top-bar .navbar-header{
        margin: 0;
    }
    
    #top-bar .navbar-brand{
        font-size:24px;
    }

    #top-bar .navbar-toggle{
        margin: 0;
        padding-right: 0;
        color:#3d3d3d;
        border: none;
    }

    #top-bar .navbar-toggle .icon-bar{
        height: 3px;
        width: 30px;
        background:#3d3d3d;
    }

    #top-bar .nav li{
        display: block;
        margin:0;
        margin-top: 20px;
        text-align:center;
    }
    
    #top-bar .nav a,
    #top-bar .nav a:active,
    #top-bar .nav a:hover{
        display: inline-block;
        text-align:center;
    }

    #top-bar #regions-dropdown{
        position: static;
    }
    
    #top-bar #regions-dropdown .dropdown-toggle{
        width: 100%;
        padding:18px;
        border-bottom: 1px solid #c9c9c9;
    }
    
    .margintop {
        margin-top: 80px;
        padding-top: 0;
    }
    
    #filter-works .dropdown{
        margin-bottom: 24px;
    }
    
    #main-footer ul.footer-nav{
        margin-bottom:24px;
    }

    #main-footer .left-col,
    #main-footer .right-col{
        text-align:center;
    }

    #preview-media .nav-tabs > li {
        width: 50%;
        border-bottom: 1px solid #ddd;
    }

    #preview-media .nav-tabs > li:last-child {
        width: 100%;
        border-bottom: none;
    }
    
    .preview-title{
        font-size: 21px;
        padding-right: 30px;
    }
}

@media (max-width: 479px) {

    #top-bar .navbar-brand span{
        display:none;
    }

    h1.section-title,
    #product-title .h1{
        font-size:26px;
        line-height:36px;
    }

    #sendamail .modal-content{
        padding: 10px;
    }

    #sendamail .modal-title{
        font-size: 21px;
    }
    
}


.social-icons-container {
    width: 100%;
    padding: 0;
    padding-bottom: 15px;
}

.social-icon {
    display: inline-block;
    width:20px;
    height:20px;
    margin:0;
    padding: 0;
    margin-right:6px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #9a9a9a;
    border-radius: 50%;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

.social-icon:hover,
.social-icon:focus,
.social-icon:active {
    color: #fff;
    background: #3d3d3d;
}



/*----------------------
---Golden Grid System---
------------------------*/

.container{
    padding-left: .75em;
    padding-right: .75em;
    width:88.8888888%;
    max-width: 1280px;
    margin-right: auto;
  margin-left: auto;
}

.row{
    margin-left: -.75em;
    margin-right: -.75em;
}

[class*=col-]{
    padding-left: .75em;
    padding-right: .75em;
}

@media (min-width: 1392px) {
    
    .container{
        width:66.66666666%;
    }
    
}

@media (min-width: 1872px) {
    
    .container{
        width:66.66666666%;
    }
    
}