/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
* Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
*/
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
* Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS5 devices.
*/
audio:not([controls]) {
    display: none;
    height: 0;
}

/*
* Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
* Known issue: no IE6 support.
*/
[hidden] {
    display: none;
}

/* ==========================================================================
Base
========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 2 */

}

/*
* Addresses `font-family` inconsistency between `textarea` and other form
* elements.
*/
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
* Addresses margins handled incorrectly in IE6/7.
*/
body {
    margin: 0;
}

/* ==========================================================================
Links
========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/*
* Improves readability when focused and also mouse hovered in all browsers.
* people.opera.com/patrickl/experiments/keyboard/test
*/
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

/*
* Addresses styling not present in IE7/8/9, S5, Chrome.
*/
abbr[title] {
    border-bottom: 1px dotted;
}

/*
* Addresses style set to `bolder` in FF3+, S4/5, Chrome.
*/
b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
* Addresses styling not present in S5, Chrome.
*/
dfn {
    font-style: italic;
}

/*
* Addresses styling not present in IE6/7/8/9.
*/
mark {
    background: #ff0;
    color: #000;
}

/*
* Addresses margins set differently in IE6/7.
*/
p,
pre {
    margin: 1em 0;
}

/*
* Corrects font family set oddly in IE6, S4/5, Chrome.
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
*/
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
* Improves readability of pre-formatted text in all browsers.
*/
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
* Addresses CSS quotes not supported in IE6/7.
*/
q {
    quotes: none;
}

/*
* Addresses `quotes` property not supported in S4.
*/
q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
* gist.github.com/413930
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
* Addresses paddings set differently in IE6/7.
*/
menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
* Corrects list images handled incorrectly in IE7.
*/
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
Embedded content
========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
    border: 0;
    /* 1 */

    -ms-interpolation-mode: bicubic;
    /* 2 */

}

/*
* Corrects overflow displayed oddly in IE9.
*/
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
Figures
========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
    margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
    margin: 0;
}

/*
* Define consistent border, margin, and padding.
*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
* 1. Corrects color not being inherited in IE6/7/8/9.
* 2. Corrects text not wrapping in FF3.
* 3. Corrects alignment displayed oddly in IE6/7.
*/
legend {
    border: 0;
    /* 1 */

    padding: 0;
    white-space: normal;
    /* 2 */

    *margin-left: -7px;
    /* 3 */

}

/*
* 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
* 3. Improves appearance and consistency in all browsers.
*/
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */

    margin: 0;
    /* 2 */

    vertical-align: baseline;
    *vertical-align: middle;
    /* 3 */

}

/*
* Addresses FF3/4 setting `line-height` on `input` using `!important` in the
* UA stylesheet.
*/
button,
input {
    line-height: normal;
}

/*
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE7 without affecting normal text inputs.
*    Known issue: inner spacing remains in IE6.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */

    cursor: pointer;
    /* 3 */

    *overflow: visible;
    /* 4 */

}

/*
* Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
    cursor: default;
}

/*
* 1. Addresses box sizing set to content-box in IE8/9.
* 2. Removes excess padding in IE8/9.
* 3. Removes excess padding in IE7.
*    Known issue: excess padding remains in IE6.
*/
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */

    padding: 0;
    /* 2 */

    *height: 13px;
    *width: 13px;
    /* 3 */

}

/*
* 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
* 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
*    to future-proof).
*/
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */

    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */

    box-sizing: content-box;
}

/*
* Removes inner padding and search cancel button in S5, Chrome on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
* Removes inner padding and border in FF3+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
a:focus {
    outline: none;
}

/*
* 1. Removes default vertical scrollbar in IE6/7/8/9.
* 2. Improves readability and alignment in all browsers.
*/
textarea {
    overflow: auto;
    /* 1 */

    vertical-align: top;
    /* 2 */

}

/* ==========================================================================
Tables
========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

b,
strong,
.strong {
    font-weight: bold;
}

dfn,
em,
.em {
    font-style: italic;
}

small,
.small {
    font-size: 75%;
}

ul,
ol {
    padding: 0;
    list-style-type: none;
}

dd {
    margin: 0;
}

.sidebar ul,
.sidebar ol,
.commentlist {
    list-style: none;
}
/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

html,
body {
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    /*
      Override the default (display: inline) for
      browsers that do not recognize HTML5 tags.

      IE8 (and lower) requires a shiv:
      http://ejohn.org/blog/html5-shiv
    */
    display: block;
}

b,
strong {
    /*
      Makes browsers agree.
      IE + Opera = font-weight: bold.
      Gecko + WebKit = font-weight: bolder.
    */
    font-weight: bold;
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    /*
      For IE.
      http://css-tricks.com/ie-fix-bicubic-scaling-for-images
    */
    -ms-interpolation-mode: bicubic;
}

li {
    /*
      For IE6 + IE7.
    */
    display: list-item;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td,
caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

sub,
sup,
small {
    font-size: 75%;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg {
    /*
      For IE9.
    */
    overflow: hidden;
}

/******************************************************************
Site Name: Evoke Women's Portraiture
Author: Riaan from LoveLab

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*********************
TOOLS
*********************/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-replacement {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/*********************
COLORS
*********************/

/*********************
TYPOGRAPHY
*********************/
@font-face {
    font-family: 'Lane';
    src: url('../fonts/lanenar_-webfont.eot');
    src: url('../fonts/lanenar_-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lanenar_-webfont.woff') format('woff'),
    url('../fonts/lanenar_-webfont.ttf') format('truetype'),
    url('../fonts/lanenar_-webfont.svg#lane_-_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
    font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
    font-style: italic;
}

/* text alignment */
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/*********************
BORDER RADIUS
*********************/
/*
NOTE: For older browser support (and some mobile),
don't use the shorthand to define *different* corners.

USAGE: .border-radius(4px);

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
    padding: 9px 22px;
    color: #ffffff;
    display: inline-block;
    font-family: 'Lane', Arial, sans-serif;
    text-rendering: optimizelegibility;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #c1bdad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c1bdad), to(#c1bdad));
    background-image: -webkit-linear-gradient(top, #c1bdad, #c1bdad);
    background-image: -moz-linear-gradient(top, #c1bdad, #c1bdad);
    background-image: -o-linear-gradient(top, #c1bdad, #c1bdad);
    background-image: linear-gradient(to bottom, #c1bdad, #c1bdad);
}

.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
    color: #ffffff;
    background-color: #d2cdba;
    background-image: none;
}

.button:active,
.button:visited:active {
    background-color: #928e7f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#928e7f), to(#928e7f));
    background-image: -webkit-linear-gradient(top, #928e7f, #928e7f);
    background-image: -moz-linear-gradient(top, #928e7f, #928e7f);
    background-image: -o-linear-gradient(top, #928e7f, #928e7f);
    background-image: linear-gradient(to bottom, #928e7f, #928e7f);
}

.button.large {
    padding: 11px 26px;
    font-size: 17px;
}

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER SYTLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
    /* height: 100%; */
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #84817e;
}
/*body::before {
    content:"";
    position:fixed;
    z-index:1;
    top:0;
    right:0;
    bottom:0;
    left:0;
    opacity:.4;
    pointer-events:none;
    background-image: url(../images/All.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
}*/

#body-container {
    margin-bottom: 60px;
}


/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
    width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}

/*********************
04. LINK STYLES
*********************/
a,
a:visited {
    color: #0685b7;
    /* on hover */

    /* on click */

    /* mobile tap color */

}

a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
    color: #665330;
}

a:link,
a:visited:link {
    /*
         this highlights links on iPhones/iPads.
         so it basically works like the :hover selector
         for mobile devices.
         */

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    text-rendering: optimizelegibility;
    font-weight: normal;
    /*
     if you're going to use webfonts, be sure to check your weights
     http://css-tricks.com/watch-your-font-weight/
     */

    /* removing text decoration from all headline links */

}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
    text-decoration: none;
}

h1,
.h1 {
    font-size: 2.5em;
    line-height: 1.333em;
}

h2,
.h2 {
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
}

h3,
.h3 {
    font-size: 42px;
    color:#483615;
}

h4,
.h4 {
    font-size: 1.1em;
    font-weight: 700;
}

h5,
.h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*********************
06. HEADER SYTLES
*********************/
.header {
    height: 256px;
}
#inner-header {
    position: relative;
}
#logo {
    margin:0;
    padding: 0;
    left: 341px;
    top:17px;
    position: absolute;
}

/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/*.nav {

}*/

.nav li ul.sub-menu li a,
.nav li ul.children li a {
    padding-left: 30px;
}

/* end .nav */


.grid_1 {
    /*width: 5.801104972%;*/
    width: 6.3829787%;
}

/* 4.85%;  } /* grid_1  */
.grid_2 {
    /*width: 14.364640883%;*/
    width: 14.893617%;
}

/* 13.45%; } /* grid_2  */
.grid_3 {
    /*width: 22.928176794%;*/
    width: 23.404255%;
}

/* 22.05%; } /* grid_3  */
.grid_4 {
    /*width: 31.491712705%;*/
    width: 31.914894%;
}

/* 30.75%; } /* grid_4  */
.grid_5 {
    /*width: 40.055248616%;*/
    width: 40.425532%;
}

/* 39.45%; } /* grid_5  */
.grid_6 {
    /*width: 48.618784527%;*/
    width: 48.936170%;
}

/* 48%;    } /* grid_6  */
.grid_7 {
    /*width: 57.182320438000005%;*/
    width: 57.446809%;
}

/* 56.75%; } /* grid_7  */
.grid_8 {
    /*width: 65.74585634900001%;*/
    width: 65.957447%;
}

/* 65.4%;  } /* grid_8  */
.grid_9 {
    /*width: 74.30939226%;*/
    width: 74.468085%;
}

/* 74.05%; } /* grid_9  */
.grid_10 {
    /*width: 82.87292817100001%;*/
    width: 82.978723%;
}

/* 82.7%;  } /* grid_10 */
.grid_11 {
    /*width: 91.436464082%;*/
    width: 91.489362%;
}

/* 91.35%; } /* grid_11 */
.grid_12 {
    /*width: 99.999999993%;*/
    width: 100.0%;
}

/* 100%;   } /* grid_12 */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    /*position: relative;
   float: left;
   margin-left: 2.762430939%;*/
    display: inline;
    float: left;
    position: relative;
    margin-left: 1.0638298%; /* 10px */
    margin-right: 1.0638298%; /* 10px */
}

.first {
    margin-left: 0;
}

.last {
    float: right;
    margin-right: 0;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
    position: relative;
}
.push_1 {
    left: 80px;
}

.push_2 {
    left: 160px;
}


.push_4 {
    left: 320px;
}

.push_5 {
    left: 400px;
}
.push_6 {
    left: 440px;
}

.push_7 {
    left: 560px;
}

.push_8 {
    left: 640px;
}

.push_10 {
    left: 800px;
}

.push_11 {
    left: 880px;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


/*********************
GENERAL STYLES
*********************/
/*********************
LAYOUT & GRID STYLES
*********************/

/*********************
HEADER SYTLES
*********************/
/*********************
NAVIGATION STYLES
*********************/
#nav {
    z-index: 100;
    position: absolute;
    width: 100%;
    /*background: #404040;*/
    background: #000;
}
#inner-nav {
    padding: 0;
}
#nav .arrow {
    background: url(../images/dropdown-arrow.png) no-repeat left bottom;
    width:14px;
    height:12px;
    margin-left: 36px;
}

.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

/* NORMAL STATE ----------------- */
.menu li {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    float: left;
    position: relative;

    text-decoration: none;
    list-style: none;
    display: block;
    cursor: pointer;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all 0.2s ease-out;
}

/* UP AND OVER STATES ----------------- */
.menu li:hover, #nav li.up {
    text-decoration: none;
    background-color: #0685b7;
    color:#fff;
}

.menu li.right {
    float:right;
}

.menu li a {
    border-bottom: 0;
    display: block;
    text-decoration: none;
    padding: 10px 10px;
    padding-top: 17px;
    color:#fff;
    font-size: 11px;
    line-height: 16px;
    width:72px;
    height:70px;
    text-align: center;
}
.menu li a.platform {
    /*padding-top: 10px;*/
	padding-top: 24px;
    width: 150px;
}

.menu li a.future {
	padding-top: 24px;
	width: 97px;
}

.menu li a.businesscase {
	padding-top: 24px;
	width: 93px;
}

.menu li a.easyuse {
	padding-top: 24px;
	width: 97px;
}
.menu li a.livingIt {
    padding-top: 24px;
}
.menu li a.villian {
    /*width: 60px;*/
	width: 75px;
	padding-top: 24px;
}
.menu li a.fivePoint {
    width: 66px;
}
.menu li a.risk {
    width: 120px;
    /*width: 90px;*/
    /*font-size: 11px;*/
    line-height: 13px;
    /*padding-top: 20px;*/
    padding-top: 24px;
}
.menu li a.applications {
    width: 90px;
    /*font-size: 11px;*/
    padding-top: 24px;
}
.menu li a.investment {
    width: 82px;
    /*font-size: 11px;*/
    padding-top: 24px;
}
.menu li a.assurance {
    width: 75px;
    /*font-size: 11px;*/
    padding-top: 24px;
}
.menu li a.research {

    width: 69px;
    /*font-size: 11px;*/
    padding-top: 24px;
}
.menu li a:hover {
    color:#fff;
}

.menu li.vr {
    /*background: url(../images/nav_vr.png) no-repeat 50% 19px;*/
    width: 2px;
    height:40px;
    cursor: default;
}
.menu li.vr:hover {
    background-color: transparent;
}
.menu li a.icon {
    text-indent: -99999px;
    width: 30px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.menu li a.previous {
    background-image: url(../images/nav_icon_back.png);
}
    .menu li a.previous.inactive {
        background-image: url(../images/nav_icon_back_inactive.png);
    }
.menu li a.next {
    background-image: url(../images/nav_icon_next.png);
}
    .menu li a.next.inactive {
        background-image: url(../images/nav_icon_next_inactive.png);
    }

#nav-zoom-out {
    position: absolute;
    top:70px;
    left: 0px;
    text-indent: -99999px;
    width: 49px;
    height: 49px;
    background-color: #404040;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/nav_icon_zoomOut.png);
    display: block;
    padding: 0;
    opacity: .3;
    z-index: 55;
    -webkit-transition: left .25s ease-out;
    -moz-transition: left .25s ease-out;
    -o-transition: left .25s ease-out;
    -ms-transition: left .25s ease-out;
    transition: left .25s ease-out;
}
#nav-zoom-out:hover {
    background-color: #0685b7;
    opacity: 1;
    left: 0px;
}
#nav-zoom-out.inactive {
    background-image: url(../images/nav_icon_zoomOut_inactive.png);
    left: -50px;
}


#contact-container {
    overflow: hidden;
    position: absolute;
    /*z-index: 60;*/
    /*right:0;*/
    top: 70px;
    width: 100%;
    height: 100%;
}
#contact-holder {
    width: 800px;
    height: 600px;
    position: absolute;
    z-index: 70;
    right: 0px;
}
#contact-content {
    background: #ff3366;
    background: url(../images/frame_contact.png);
    width: 770px;
    height: 600px;
    position: absolute;
    z-index: 75;
    left: 50px;
    padding: 35px;
}
#contact-tab {
    position: absolute;
    top:13px;
    /*right: 590px;*/
    text-indent: -99999px;
    width: 59px;
    height: 49px;
    background-color: #404040;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/nav_icon_contact.png);
    display: block;
    padding: 0;
    opacity: .3;
    z-index: 70;
    -webkit-transition: right .25s ease-out;
    -moz-transition: right .25s ease-out;
    -o-transition: right .25s ease-out;
    -ms-transition: right .25s ease-out;
    transition: right .25s ease-out;
}
#contact-tab:hover {
    background-color: #0685b7;
    opacity: 1;
    /*right: 600px;*/
}

#contact-tabs {
    float: left;
    width:160px;
    margin-right:5px;
}
#contact-tab-content {
    width: 510px;
    padding: 10px 0;
    float: left;
    overflow: visible;
    line-height: 30px;
    border-left: 2px dashed #ddd;
    padding-left: 25px;
    height: 525px;
}

#contact-content .ui-tabs-anchor {
    color:#000;
    font-weight: bold;
    display: block;
    padding: 7px 10px;
    margin-bottom: 5px;
}
#contact-content #contact-tabs .ui-tabs-nav li.ui-state-hover,
#contact-content #contact-tabs .ui-tabs-nav li.ui-state-active {
    background-color: #f0f0f0;
}
#contact-content .ui-tabs-anchor:hover {
    text-decoration: none;
}

.menu li.right {
    float: right;
}



.menu ul {
    position: absolute;
    top: 70px;
    left: 0;
    opacity: 0; /*Remember to uncomment */

    visibility: hidden\9;
    /*background: #404040;*/
    /*border: 1px solid #404040;*/
    z-index: 400;

    -webkit-transition: opacity .2s ease .1s;
    -moz-transition: opacity .2s ease .1s;
    -o-transition: opacity .2s ease .1s;
    -ms-transition: opacity .2s ease .1s;
    transition: opacity .2s ease .1s;
}

.menu li:hover > ul {
    opacity: 1;
    visibility: visible\9;
}

.menu ul li {
    height: 0; /* Remember to uncomment*/
   /* height: 33px;  /* Remember to comment out*/

    overflow: hidden;
    border-bottom: 1px solid #5a5a5a;
    background: #404040;

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.menu ul li a {
    width: 240px;
    margin: 0;
    padding: 6px 16px;
    font-size: 13px;
    text-align: left;
}

.menu ul li:last-child a { border: none; }

.menu li:hover > ul li {
    height: 33px;
    overflow: visible;
}

/* end .nav */



/*********************
GENERAL STYLES
*********************/

#content {
    /*border: 1px solid blue;*/

    /*display: table;
    position: static;*/

    /*top: 0;
    left: 0;*/
    /*z-index: 60;
    width: 100%;
    height: 100%;*/

    width:960px;
    height:550px;
    position:fixed;
    left:50%;
    top:50%;
    /*margin:-275px 0 0 -480px;*/
    margin:-245px 0 0 -480px; /* Factoring height of nav */
    z-index: 60;
    /*background: url(../images/frame_bg_blue.png) no-repeat;*/
}

#content .content {
    padding: 10px;
    width:960px;
    height:550px;
}
#content .content.blue {
    background: url(../images/frame_bg_blue.png) no-repeat;
}
#content .content.darkblue {
    background: url(../images/frame_bg_darkblue.png) no-repeat;
}
#content .content.orange {
    background: url(../images/frame_bg_orange.png) no-repeat;
}
#content .content.yellow {
    background: url(../images/frame_bg_yellow.png) no-repeat;
}
#content .content.lightyellow {
    background: url(../images/frame_bg_lightyellow.png) no-repeat;
}
#content .content.people {
    background: url(../images/frame_bg_people.png) no-repeat;
}
#content .content.roi {
    background: url(../images/frame_bg_roi.png) no-repeat;
}
#content .content.credentials {
    background: url(../images/frame_bg_credentials.png) no-repeat;
}
#content .content.theoretical {
    background: url(../images/frame_bg_theoretical.png) no-repeat;
}


#content .content .icon {
    position: absolute;
    left: 440px;
    top: 93px;
}
#content .content.people .icon img {
    display: none;
}
#content .content.roi .icon img {
    display: none;
}
#content .content.credentials .icon img {
    display: none;
}

/*#content .middle {
    position: absolute;
    top: 50%;
    border: 1px solid red;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: static;
}
#content .inner {
    border: 1px solid green;
    width:800px;
    height:500px;
    position: relative;
    top: -50%
}*/
#content .content .head {

}
#content .content h1 {
    font-size: 33px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin: 18px 18px 18px 26px;
    min-height: 38px;
    float: left;
    letter-spacing: -0.05em;
}
#content .content.orange h1 {
    color: #ffdc91;
}
#content .content.blue h1,
#content .content.roi h1 {
    color: #00729f;
}
#content .content.darkblue h1,
#content .content.theoretical h1 {
    color: #bfe5f8;
}
#content .content.lightyellow h1 {
    color: #ee3224;
}
#content .content.yellow h1,
#content .content.credentials h1,
#content .content.people h1 {
    color: #ee3224;
}

#content .content .sub_arrow {
    width:110px;
    height: 39px;
    float:left;
    display: none;
    margin: 14px 10px 0 10px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow_red.png);
}
#content .content.darkblue .sub_arrow {
    background-image: url(../images/arrow_blue.png);
}
#content .content .sub_arrow.show {
    display: block;
}

#content .content .sub_cat {
    float: left;
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin: 22px 10px 0 5px;
    letter-spacing: -0.05em;
}
#content .content.orange .sub_cat {
    color: #ffdc91;
}
#content .content.blue .sub_cat {
    color: #00729f;
}
#content .content.darkblue .sub_cat {
    color: #bfe5f8;
}
#content .content.lightyellow .sub_cat {
    color: #ee3224;
}
#content .content.yellow .sub_cat,
#content .content.credentials .sub_cat,
#content .content.people .sub_cat {
    color: #ee3224;
}


#content .content h3 {
    font-size: 26px;
    line-height: 30px;
    /*text-transform: uppercase;*/
    font-weight: 800;
    margin-bottom: 10px;
    width: 380px;
    min-height: 44px;
}
#content .content.people h3 {
    display: none;
}
#content .content.credentials h3 {
    min-height: 30px;
}

#content .content .solutions {
    /*margin: 70px 45px;*/
    margin: 28px 45px 70px 45px;
}
#content .content.people .solutions {
    margin: 40px 45px;
}
#content .content.roi .solutions {
    margin: 40px 45px;
}
#content .content.credentials .solutions {
    margin: 15px 31px;
}

#content .ui-tabs-anchor {
    color:#000;
    display: block;
    padding: 3px 32px;
}
#content .content.roi .ui-tabs-anchor {
    color: #046890;
    display: block;
    padding: 7px 17px 0 17px;
    font-size: 18px;
    font-weight: bold;
    height: 37px;
}
#content .content.credentials .ui-tabs-anchor {
    display: block;
    padding: 3px;
    width: 79px;
    height: 45px;
    background: #fff;
}
#content .ui-tabs li {
    background: url(../images/bullet_bee_1.png) no-repeat 2px 2px;
}
    #content .ui-tabs #tabs.blue li {
        background: url(../images/bullet_bee_blue_1.png) no-repeat 2px 2px;
    }
    #content .ui-tabs #tabs.darkblue li {
        background: url(../images/bullet_bee_darkblue_1.png) no-repeat 2px 2px;
    }
    #content .ui-tabs #tabs.lightyellow li {
        background: url(../images/bullet_bee_lightyellow_1.png) no-repeat 2px 2px;
    }
    #content .ui-tabs #tabs.orange li {
        background: url(../images/bullet_bee_orange_1.png) no-repeat 2px 2px;
    }
    #content .ui-tabs #tabs.yellow li {
        background: url(../images/bullet_bee_yellow_1.png) no-repeat 2px 2px;
    }

#content .ui-tabs li:nth-child(4n+0) {
    background-image: url(../images/bullet_bee_1.png);
}
    #content .ui-tabs #tabs.blue li:nth-child(4n+0) {
        background-image: url(../images/bullet_bee_blue_1.png);
    }
    #content .ui-tabs #tabs.darkblue li:nth-child(4n+0) {
        background-image: url(../images/bullet_bee_darkblue_1.png);
    }
    #content .ui-tabs #tabs.lightyellow li:nth-child(4n+0) {
        background-image: url(../images/bullet_bee_lightyellow_1.png);
    }
    #content .ui-tabs #tabs.orange li:nth-child(4n+0) {
        background-image: url(../images/bullet_bee_orange_1.png);
    }
    #content .ui-tabs #tabs.yellow li:nth-child(4n+0) {
        background-image: url(../images/bullet_bee_yellow_1.png);
    }

#content .ui-tabs li:nth-child(4n+1) {
    background-image: url(../images/bullet_bee_2.png);
}
    #content .ui-tabs #tabs.blue li:nth-child(4n+1) {
        background-image: url(../images/bullet_bee_blue_2.png);
    }
    #content .ui-tabs #tabs.darkblue li:nth-child(4n+1) {
        background-image: url(../images/bullet_bee_darkblue_2.png);
    }
    #content .ui-tabs #tabs.lightyellow li:nth-child(4n+1) {
        background-image: url(../images/bullet_bee_lightyellow_2.png);
    }
    #content .ui-tabs #tabs.orange li:nth-child(4n+1) {
        background-image: url(../images/bullet_bee_orange_2.png);
    }
    #content .ui-tabs #tabs.yellow li:nth-child(4n+1) {
        background-image: url(../images/bullet_bee_yellow_2.png);
    }

#content .ui-tabs li:nth-child(4n+2) {
    background-image: url(../images/bullet_bee_3.png);
}
    #content .ui-tabs #tabs.blue li:nth-child(4n+2) {
        background-image: url(../images/bullet_bee_blue_3.png);
    }
    #content .ui-tabs #tabs.darkblue li:nth-child(4n+2) {
        background-image: url(../images/bullet_bee_darkblue_3.png);
    }
    #content .ui-tabs #tabs.lightyellow li:nth-child(4n+2) {
        background-image: url(../images/bullet_bee_lightyellow_3.png);
    }
    #content .ui-tabs #tabs.orange li:nth-child(4n+2) {
        background-image: url(../images/bullet_bee_orange_3.png);
    }
    #content .ui-tabs #tabs.yellow li:nth-child(4n+2) {
        background-image: url(../images/bullet_bee_yellow_3.png);
    }

#content .ui-tabs li:nth-child(4n+3) {
    background-image: url(../images/bullet_bee_4.png);
}
    #content .ui-tabs #tabs.blue li:nth-child(4n+3) {
        background-image: url(../images/bullet_bee_blue_4.png);
    }
    #content .ui-tabs #tabs.darkblue li:nth-child(4n+3) {
        background-image: url(../images/bullet_bee_darkblue_4.png);
    }
    #content .ui-tabs #tabs.lightyellow li:nth-child(4n+3) {
        background-image: url(../images/bullet_bee_lightyellow_4.png);
    }
    #content .ui-tabs #tabs.orange li:nth-child(4n+3) {
        background-image: url(../images/bullet_bee_orange_4.png);
    }
    #content .ui-tabs #tabs.yellow li:nth-child(4n+3) {
        background-image: url(../images/bullet_bee_yellow_4.png);
    }

#content #tabs .ui-tabs-nav li.ui-state-hover,
#content #tabs .ui-tabs-nav li.ui-state-active {
    background-color: #f3f3f3;
}

#content .content.roi #tabs .ui-tabs-nav li.ui-state-hover,
#content .content.roi #tabs .ui-tabs-nav li.ui-state-active {
    background-position: left bottom;
    background-color: transparent;
}

#content .content.roi #tabs .ui-tabs-nav li.ui-state-hover a,
#content .content.roi #tabs .ui-tabs-nav li.ui-state-active a {
    color: #7fd4f6;
}

#content .content.credentials #tabs .ui-tabs-nav li.ui-state-hover,
#content .content.credentials #tabs .ui-tabs-nav li.ui-state-active {
    background-color: #ed2c23;
}


#content #tabs.people li {
    background: url(../images/people_frame_sm.gif) no-repeat;
    width: 72px;
    height: 76px;
    padding: 4px 0 0 4px;
    float: left;
    margin: 0 4px 4px 0;
}
#content #tabs.roi li {
    background: url(../images/block_roi.gif) no-repeat;
}
#content #tabs.credentials li {
    background: none;
    float: left;
    width: 83px;
    height: 49px;
    padding: 2px;
}
#content #tabs.people li.ui-state-hover,
#content #tabs.people li.ui-state-active {
    background-position: left bottom;
}
#content #tabs.people li a {
    /*padding: 4px 4px 2px 4px;*/
    padding: 0;
    width: 72px;
    height: 68px;
    overflow: hidden;
}
#content #tabs.people li img {
    width: 64px;
}


/*
#content #tab-content .tab-content ul {
    background: none;
    list-style-type: circle;
    list-style: circle;
}

#content #tab-content .tab-content li {
    background: none;
    list-style: circle;
}*/


#content .ui-tabs-anchor:hover {
    text-decoration: none;
}


#content #tabs {
    float: left;
    width:450px;
    margin-right: 30px;
}
#content #tabs.people {
    float: left;
    width:310px;
    margin-right: 30px;
}
#content #tabs.roi {
    float: left;
    width:43px;
    margin-right: 43px;
    margin-left: 13px
}
#content #tabs.credentials {
    float: left;
    width: 172px;
    margin-right: 35px;
    margin-left: 0px
}
#content #tabs.theoretical {
    float: left;
    width: 350px;
    margin-right: 35px;
}
#content #tab-content {
    width:350px;
    padding: 10px 0;
    float: left;
    overflow: visible;
    margin-top: -40px;
    padding-left: 50px;
}
#content #tab-content.people {
    width:510px;
    padding-left: 30px;
    padding-top: 0;
    margin-top: 0px;
}
#content #tab-content.roi {
    width:745px;
    padding-left: 0px;
    padding-top: 0;
    margin-top: -60px;
}
#content #tab-content.credentials {
    width:670px;
    padding-left: 0px;
    padding-top: 0;
    margin-top: -40px;
}
#content #tab-content.theoretical {
    width:460px;
    padding: 0;
}
/*#content .tab-nav {
    width:450px;
    margin-right: 30px;
    float: left;
}*/
/*#content .tab-content {
    width:350px;
    float: left;
    overflow: visible;
    margin-top: -60px;
    padding-left: 50px;
}*/

#tab-content .tab-content {
    height: 360px;
}
#tab-content.people .tab-content {
    height: 372px;
    padding-right: 10px;
}
#tab-content.roi .tab-content {
    height: 420px;
}
#tab-content.credentials .tab-content {
    height: 420px;
}
#content .tab-content .image {
    margin-bottom: 10px;
}
#tab-content.people .tab-content .image {
    position: relative;
}
#tab-content.people .tab-content .image .container {
    background: url(../images/people_frame_lg.gif) no-repeat;
    padding: 7px 0 5px 7px;
    margin: 0;
    width: 103px;
}
#tab-content.people .tab-content .image h1 {
    color: #ed2c23;
    font-size: 30px;
    bottom: 0;
    left: 110px;
    margin: 0;
    position: absolute;
}
#content .tab-content p {
    font-size: 16px;
    line-height: 19px;
    color: #000;
}
#content .tab-content p.small {
    font-size: 12px;
    line-height: 19px;
}

#content .ui-tabs li {
    margin: 3px 0 3px 0;
    font-size: 16px;
}
#content #tabs.small li {
    margin: 4px 0;
    font-size: 13px;
    line-height: 17px;
}

#content #close-button {
    opacity: .7;
    margin: 33px 40px 0 460px;
    width:26px;
    height:21px;
    padding: 0;
    background: url(../images/but_frame_close.png);
    text-indent: -9999px;
    top: 0;

    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
#content #close-button:hover {
    opacity: 1;
}


.content-frame {
    /*border: 1px dotted #ddd;*/
    position: absolute;
    display: block;
    cursor: pointer;
    width: 13%;
    height: 15%;
}
/*.content-frame:hover {
    border: 1px dotted #999;
}*/

.content-frame a.link {
    display: block;
    height: 100%;
    width: 100%;
    float: left;
    position: absolute;
    z-index: 5;
}
.content-frame h1 {
    font-weight: 700;
}
.content-frame .section-link {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 80px 0 0 0;
    position: absolute;
    width: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
}
body.extraWide .content-frame .section-link {font-size:18px;}
body.wide .content-frame .section-link {font-size:18px;}
body.narrow .content-frame .section-link {font-size:11px;}
body.extraNarrow .content-frame .section-link {font-size:8px;}


.content-frame .section-link a {
    color:#000;
    width: 66%;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: absolute;
}
.content-frame h1 a:hover {
    color:#0385b7;
    text-decoration: none;
}

#whiteout {
    background: rgba(255,255,255,.8);
    width: 100%;
    height: 100%;
    z-index: 50;
    position:fixed;
    opacity: 0;
    visibility: hidden;
}
html.no-rgba #whiteout {
    background: url(../images/whiteout_bg.png);
}
/*#container {
    min-height: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 50px 150px;
    position: relative;
}*/

/***************/
/* Home Blocks */
/***************/
.sleeping_man {
    position: absolute;
    top: -1%;
    width: 9%;
    left: 27%;
}
#block_1 {
    top: 8%;
    left: 24%;
}
#block_2 {
    top: 6%;
    left: 37%;
}
#block_3 {
    top: 16%;
    left: 49%;
    width: 11%;
}
#block_4 {
    top: 9%;
    left: 59%;
    width: 11%;
    height:11%;
}
#block_5 {
    top: 12%;
    left: 71%;
    width: 11%;
}
#block_6 {
    top: 23%;
    left: 80%;
}
#block_7 {
    top: 39%;
    left: 83%;
    width: 15%;
}
#block_8 {
    top: 55%;
    left: 80%;
}
#block_9 {
    top: 67%;
    left: 74%;
}
#block_10 {
    top: 81%;
    left: 63%;
    height: 13%;
    width: 11%;
}
#block_11 {
    top: 82%;
    left: 51%;
    width: 12%;
    height: 13%;
}
#block_12 {
    top: 82%;
    left: 40%;
    width: 12%;
    height: 13%;
}
#block_13 {
    top: 82%;
    left: 27%;
}
#block_14 {
    top: 76%;
    left: 8%;
    width: 14%;
}
#block_15 {
    top: 62%;
    left: 1%;
    height: 13%;
}
#block_16 {
    top: 50%;
    left: 1%;
    height: 13%;
}
#block_17 {
    top: 38%;
    left: 1%;
    height: 12%;
}
#block_18 {
    top: 30%;
    left: 14%;
    height: 15%;
    width: 11%;
}
#block_19 {
    top: 17%;
    left: 13%;
    width: 11%;
    height: 13%;
}
#block_20 {
    top: 26%;
    left: 3%;
    width: 11%;
    height: 11%;
}


#block_1 .section-link a {
    left:0%;
    margin-top:17%;
}
#block_2 .section-link a {
    left:28%;
    margin-top:18%;
}
#block_3 .section-link a {
    left:3%;
    margin-top:26%;
    text-align: left;
}
#block_4 .section-link a {
    left:20%;
    margin-top:11%;
}
#block_5 .section-link a {
    left:0%;
    margin-top:4%;
    text-align: left;
}
#block_6 .section-link a {
    left:10%;
    margin-top:17%;
    text-align: left;
}
#block_7 .section-link a {
    left:2%;
    margin-top:2%;
    text-align: left;
}
#block_8 .section-link a {
    left:0%;
    margin-top:0%;
    text-align: left;
}
#block_9 .section-link a {
    left:8%;
    margin-top:4%;
    text-align: left;
}
#block_10 .section-link a {
    left:4%;
    margin-top:-35%;
    text-align: left;
}
#block_11 .section-link a {
    left:23%;
    margin-top:-29%;
}
#block_12 .section-link a {
    left:34%;
    margin-top:-26%;
}
#block_13 .section-link a {
    left: 10%;
    margin-top: -30%;
    text-align: left;
    width: 90%;
}
#block_14 .section-link a {
    right: 0%;
    margin-top: -33%;
    text-align: right;
}
#block_15 .section-link a {
    left:33%;
    margin-top:7%;
}
#block_16 .section-link a {
    left: 22%;
    margin-top: 12%;
    width: 59%;
}
#block_17 .section-link a {
    right: 18%;
    margin-top: 16%;
    text-align: right;
}
#block_18 .section-link a {
    left: 25%;
    margin-top: 12%;
    text-align: left;
}
#block_19 .section-link a {
    left:24%;
}
#block_20 .section-link a {
    left:35%;
    top: 82%;
}

#home-container {
    position: relative;
    padding: 80px 20px 20px 20px;
}
#home-container .map {
    position: relative;
}
#page {
    position: relative;
}

.zoomTarget:hover {
    cursor: pointer!important;
}