html, body {
    border: 0;
    margin: 0;
    padding: 0;
    height: 100%;
}

html {
    font-size: 62.5%;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,0.004);*/
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body {
    min-height: 100% !important;
    /*overflow-x: hidden;*/
}

select:focus, input:focus, textarea:focus {
    outline: none;
}

form {
    margin: 0;
    padding: 0;
}

select, input, textarea {
    background: #fefefe;
    font-family: 'suredog_boldregular', Arial, Helvetica, sans-serif;
    border-color: #aaa #a7a7a7 #aaa #e5e5e5;
    border-style: solid;
    border-width: 1px;
    color: #808080;
    font-size: 1.4rem;
    letter-spacing: 1px;
    vertical-align: middle;

}

input[type="text"], input[type="password"], textarea {
    padding: 2px 5px;
    margin: 0;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"] {
    width: auto;
    border: 0;
}

label {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    font-size: 16px;
}

a img, img {
    border: none;
    font-size: 16px;
}

/* Fonts */
@font-face {
    font-family: 'suredog_boldregular';
    src: url('../fonts/suredbol-webfont.eot');
    src: url('../fonts/suredbol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/suredbol-webfont.woff') format('woff'),
         url('../fonts/suredbol-webfont.ttf') format('truetype'),
         url('../fonts/suredbol-webfont.svg#suredog_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/myriadpro-regular-webfont.eot');
    src: url('../fonts/myriadpro-regular-webfont.woff') format('woff'),
         url('../fonts/myriadpro-regular-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-regular-webfont.svg#webfontOtLQ4vAf') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Fonts */

body {
    background: #2b2b2b;
    font-family: 'suredog_boldregular', Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    letter-spacing: 1px;
    color: #808080;
    overflow-x: hidden;
}

body.modal {
    background: #212121;
}

a {
    color: #808080;
    text-decoration: none;
}

a:hover {
    color: #fefefe;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0 0 15px;
    font-weight: normal;
}

p {
    padding: 0;
    margin: 0 0 30px;
}

.clearfix:after,
.header:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* General */
.site .wrapper {
    background: url("../templates/images/cross-line.png") -65px 65px no-repeat;
    position: relative;
    min-height: 100%;
    min-width: 100%;
}

.wrapper {
    background: none;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 100;
}

/* Header */
.header {
    background: #282828;
    letter-spacing: 2px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.logo {
    background: #fd3f00;
    display: inline-block;
    padding: 21px 40px 14px;
    font-size: 29px;
    float: left;
    letter-spacing: 3px;
    color: #fefefe;
    text-transform: uppercase;
}

.logo:hover {
    text-decoration: none;
}

.theme-block {
    float: right;
    padding-top: 26px;
    margin-right: 94px;
    color: #535353;
    color: rgba(255,255,255,.2);
    text-transform: uppercase;
}

.theme-form .label {
    margin-right: 23px;
    font-size: 1.6rem;
    vertical-align: middle;
}

.theme-form label {
    font-size: 1.2rem;
    cursor: pointer;
}

.radio_fake {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 9px 0 0;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}

.radio_fake.radio_yes {
    background: url(../templates/images/radio.png) 0 -16px  no-repeat;
}

.radio_fake.radio_no {
    background: url(../templates/images/radio.png) 0 0 no-repeat;
}

.radio_fake input[type='radio'] {
    visibility: hidden;
}
/* Header */


/* Main menu */
.menu {
    float: right;
    margin-top: 26px;
}

.menu li {
    display: inline-block;
    border-left: solid 1px #fefefe;
}

.menu li:first-child {
    border-left: 0;
}

.menu li {
    padding: 0 9px 0 12px;
}

.menu li,
.menu li a {
    font-size: 1.8rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    color: #fefefe;
}

.menu li.active,
.menu li.active a,
.menu li a:hover {
    color: #fd3f00;
    text-decoration: none;
}
/* Main menu */


/* Content */
.site .main {
    padding: 100px 0 150px 62px;
}

/*.main {
    width: 100%;
    overflow: hidden;
    position: relative;

}*/

.content {
    width: 805px;
}

.content p {
    line-height: 1.6rem;
}

.section {
    width: 452px;
    padding-left: 25px;
}

.section .arrow,
.section .arrow-title {
    margin-left: -25px;
}

.page-header h2 a, .title {
    margin-bottom: 10px;
    font-size: 4.7rem;
    letter-spacing: 5px;
    color: #fd3f00;
    text-transform: uppercase;
}

.desc-title {
    margin-bottom: 20px;
    font-family: 'suredog_boldregular';
    font-size: 2.5rem;
    letter-spacing: 3px;
    color: #fefefe;
    text-transform: uppercase;
}

h2 {
    margin-bottom: 20px;
    font-size: 2.5rem;
    letter-spacing: 2px;
    color: #fefefe;
    text-transform: uppercase;
}

.arrow {
    background: url("../templates/images/arrow.png") left 3px no-repeat;
    padding-left: 25px;
}

.arrow-title {
    background: url("../templates/images/arrow.png") left top no-repeat;
    padding-left: 25px;
}

.button {
    background: #fd3f00;
    display: inline-block;
    padding: 8px 15px;
    border: 0;
    font-size: 1.8rem;
    color: #fefefe;
    letter-spacing: 2px;
    text-transform: uppercase;
}

input.button {
    height: 35px;
    cursor: pointer;
}

.button:hover {
    text-decoration: none;
    background: #fff;
    color: #fd3f00;
}

.link-list {
    margin-bottom: 40px;
}

.link-list li {
    list-style-type: decimal-leading-zero;
    margin-bottom: 6px;
    position: relative;
}

.link-list li:hover,
.link-list li:hover a {
    color: #fefefe;
}

ul.hyphen-list {
    padding: 0;
    margin: 10px 0 0;
}

ul.hyphen-list li {
    margin-bottom: 10px;
    list-style-image: url("../templates/images/hyphen.png");
}

.item-page li {
    list-style-type: none;
}

.all-videos-page ul {
    margin-bottom: 40px;
}

.all-videos-page li {
    margin-bottom: 10px;
    clear: both;
}

.all-videos-page .related-video {
    position: relative;
}

.all-videos-page .line-all-videos {
    display: none;
}

.circles .first-level {
    display: none;
}

.video-icon {
    display: none;
    position: absolute;
    left: 300px;
    top: -70px;
    z-index: 100;
}

.link-list li:hover .video-icon {
    display: block;
}

.italic-link {
    font-style: italic;
    text-decoration: underline;
}

.italic-link:hover {
    text-decoration: underline;
}

.contact-phone {
    margin-bottom: 8px;
}

.rule-content {
    margin-bottom: 45px;
}

.top-icon {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 15px;
    top: 90px;
    z-index: 10;
}

.top-icon .sitemap {
    background: #fd3f00 url("../templates/images/sitemap-big.png") left bottom no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    position: relative;
    -moz-border-radius: 20px;
    -weblit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.top-icon .sitemap:hover {
    background: #222 url("../templates/images/sitemap-big.png") left top no-repeat;
}

.top-icon .sitemap:hover .note {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.top-icon .note {
    margin-right: 12px;
    visibility: hidden;
    opacity: 0;
    font-size: 12px;
    color: #7f7f7f;
    white-space: nowrap;
    position: absolute;
    right: 100%;
    top: 15px;
    -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
    -ms-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
    transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

.minus {
    background: transparent url('../templates/images/minus.png');
    cursor: pointer;
    display: none;
    width: 34px;
    height: 35px;
    position: absolute;
    z-index: 10000;    
}

.back-arrow-left {
    background: transparent url('../templates/images/left-back-arrow.png');
    cursor: pointer;
    display: none;
    width: 31px;
    height: 31px;
    position: absolute;
    z-index: 10000;    
}

.back-arrow-right {
    background: transparent url('../templates/images/right-back-arrow.png');
    cursor: pointer;
    display: none;
    width: 31px;
    height: 31px;
    position: absolute;
    z-index: 10000;    
}

.arrow-signature {
    font-size: 12px;
    text-transform: uppercase;
    width: 70px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 10000;
}

.themic-linking:hover {
    color: #fefefe;
}

.slider-wrapper {
    width: auto;
    float: left;
    margin-right: 40px;
}

.page-content {
    width: auto;
    float: left;
}

.page-content .title {
    /*margin-left: -25px;*/
}

.page-content .arrow {
    background-position: 0 8px;
}

.nivo-controlNav .nivo-control {
    background: url("../templates/images/slider-bullit.png") left top no-repeat;
    width: 18px;
    height: 17px;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
    text-indent: -9999px;
}

.nivo-controlNav .nivo-control.active {
    background-position: right top;
}

.left-column {
    width: 310px;
    float: left;
    margin-right: 25px;
}

/* Content */


/* Circles */
.circle-block {
    margin-top: 115px;
}

.main-circle-nurture,
.main-circle-wonder,
.main-circle-terror {
    background-repeat: no-repeat;
    width: 229px;
    height: 175px;
    padding-top: 54px;
    z-index: 10;
}

.circle-block .main-circle-nurture,
.circle-block .main-circle-wonder,
.circle-block .main-circle-terror {
    display: inline-block;
    margin-right: 110px;
}

.circle-block .main-circle-terror {
    margin-right: 0;
}

#nurture {
    top: 37%;
    left:10%;
}

#wonder {
    top: 37%;
    left: 41.5%;
}

#terror {
    top: 37%;
    left: 73%;
}    

#nurture,
#wonder,
#terror {
    position: absolute;    
}

.main-circle-nurture {    
    background-image: url("../templates/images/nurture-circle.png");
    /*background-position: 0 0;*/
    cursor: pointer;
}

.main-circle-wonder {
    background-image: url("../templates/images/wonder-circle.png");
    /*background-position: -229px 0px;*/
    cursor: pointer;
}

.main-circle-terror {
    background-image: url("../templates/images/terror-circle.png");
    /*background-position: -458px 0px;*/
    cursor: pointer;
}

.inner-circle {
    /*background: #fff;*/
    width: 98px;
    height: 65px;
    display: block;
    padding-top: 48px;
    margin: auto;
    /*border: solid 12px #fd3f00;*/
    font-size: 26px;
    color: #fd3f00;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: center;
/*    -moz-border-radius: 61px;
    -webkit-border-radius: 61px;
    border-radius: 61px;*/
}

.graph-nurture,
.graph-wonder,
.graph-terror {
    position: absolute;
    width: 706px;
    height: 551px;
}


.graph-nurture .main-circle-nurture,
.graph-terror .main-circle-terror,
.graph-wonder .main-circle-wonder {
    position: absolute;
    top: 157px;
    left: 242px;
    z-index: 10;
}

.first-level, .second-level {
    display: block;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    z-index: 10;
}

.first-level {
    width: 140px;
    height: 140px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
}

.second-level {
    width: 98px;
    height: 98px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.first-level img, .second-level img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
}

/*.root {
    width: 50px;
    height: 50px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}*/

.c-gray {
    background-color: #222;
}

.c-orange {
    background-color: #fd3f00;
    display: table;
}

.first-level.c-orange .c-title {
    width: 100%;
}

.first-level.c-orange .c-l1-title:hover {
    color: #000000;
}

.first-level.c-orange .c-l1-title {
    width: 100%;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    top: 40px;
}

.c-title {
    display: block;
    width: 100px;
    color: #fd3f00;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    z-index: 9999;
}

.first-level:hover .c-l1-title, .second-level:hover .c-title {
    color: #fefefe;
}

.node canvas {
    margin: -5px 0 0 -5px;
}

.first-level .c-title {
    font-size: 1.8rem;
    top: 55px;
}

.c-title {
    font-size: 1.2rem;
    top: 40px;
}

.c-title.left {
    padding-right: 11px;
    right: 100%;
    text-align: right;
}

.c-title.right {
    padding-left: 11px;
    left: 100%;
    text-align: left;
}

.c-title.top {
    top: -36px;
    left: 26px;
    text-align: left;
}

.c-title.bottom {
    padding-top: 10px;
    text-align: left;
    left: 15px;
    top: 100%;
}

.center .c-title {
    padding: 0;
    color: #fd3f00;
    position: absolute;
    left: 25px;
    top: 50px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;  
}

.c-orange .c-title {
    display: table-cell;
    padding: 0;
    color: #fefefe;
    text-align: center;
    vertical-align: middle;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.c-orange:hover .c-title {
    color: #222;
}

.c-l1-title, .c-l2-title {
    display: block;
    width: 100px;
    color: #fd3f00;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.c-level1:hover .c-l1-title, .c-level2:hover .c-l2-title {
    color: #fefefe;
}

.c-l1-title {
    font-size: 1.8rem;
    top: 55px;
}

.c-l2-title {
    font-size: 1.2rem;
    top: 40px;
}

.c-l1-title.left, .c-l2-title.left {
    padding-right: 11px;
    right: 100%;
    text-align: right;
}

.c-l1-title.right, .c-l2-title.right {
    padding-left: 11px;
    left: 100%;
    text-align: left;
}

.c-l2-title.top {
    top: -36px;
    left: 26px;
    text-align: left;
}

.c-l2-title.bottom, .c-l1-title.bottom {
    padding-top: 10px;
    text-align: left;
    left: 15px;
    top: 100%;
}

.c-orange .c-l2-title {
    display: table-cell;
    padding: 0;
    color: #fefefe;
    text-align: center;
    vertical-align: middle;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.c-orange:hover .c-l2-title {
    color: #222;
}

.marker-video {
    background: url("../templates/images/video-marker.png") left top no-repeat;
    width: 48px;
    height: 47px;
    display: block;
    position: absolute;
    top: 7px;
    left: -12px;
    z-index: 100;
}

.marker-text {
    background: url("../templates/images/text-marker.png") left top no-repeat;
    width: 34px;
    height: 33px;
    display: block;
    position: absolute;
    top: 7px;
    left: -12px;
    z-index: 100;
}

.first-level .marker-text {
    background: url("../templates/images/text-marker-big.png") left top no-repeat;
    width: 48px;
    height: 47px;
}

.c-position {
    width: 140px;
    height: 140px;
    position: absolute;
}

.c-left-top {
    top: 0;
    left: 77px;
}

.c-left-bottom {
    bottom: 0;
    left: 77px;
}

.c-left-center {
    top: 200px;
    left: 0;
}

.c-right-top {
    top: 0;
    right: 84px;
}

.c-right-bottom {
    bottom: 0;
    right: 84px;
}

.c-right-center {
    top: 200px;
    right: 0;
}

.c-center-bottom {
    bottom: -130px;
    left: 285px;
}

.line-gray1, .line-gray2,
.line-gray3, .line-gray4,
.line-gray5, .line-gray6,
.line-gray7, .line-gray8,
.line-gray9, .line-all-videos {
    position: absolute;
    z-index: 1;
}

.line-gray1,
.line-gray2,
.line-all-videos {
    background: url("../templates/images/line-gray-90.png") left top no-repeat;
    width: 120px;
    height: 1px;
    top: 274px;
}

.line-gray3,
.line-gray4 {
    background: url("../templates/images/line-gray-150.png") left top no-repeat;
    width: 80px;
    height: 80px;
}

.line-gray5,
.line-gray6 {
    background: url("../templates/images/line-gray-60.png") right top no-repeat;
    width: 80px;
    height: 80px;
}

.line-gray7 {
    background: url("../templates/images/line-gray-180.png") right top no-repeat;
    width: 1px;
    height: 170px;
}

.line-gray8 {
    background: url("../templates/images/line-gray-130.png") left top no-repeat;
    width: 353px;
    height: 170px;
}

.line-gray9 {
    background: url("../templates/images/line-gray-30.png") left top no-repeat;
    width: 353px;
    height: 170px;
}

.line-gray1 {
    right: 465px;
}

.line-gray2 {
    left: 470px;
}

.line-gray3 {
    bottom: 348px;
    right: 441px;
}

.line-gray4 {
    top: 340px;
    left: 410px
}

.line-gray5 {
    bottom: 360px;
    left: 429px;
}

.line-gray6 {
    top: 353px;
    right: 428px;
}

.line-gray7 {
    top: 384px;
    right: 353px;
}

.line-gray8 {
    top: 10px;
    left: 250px;
}

.line-gray9 {
    top: 0;
    left: 385px;
}

.line-orange {
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
}

.lo1 {
    background-image: url("../templates/images/line-orange1.png");
    width: 202px;
    height: 118px;
    top: -58px;
    left: 77px;
}

.lo2 {
    background-image: url("../templates/images/line-orange2.png");
    width: 218px;
    height: 113px;
    top: 88px;
    left: 80px;
}

.lo3 {
    background-image: url("../templates/images/line-orange3.png");
    width: 124px;
    height: 276px;
    top: 10px;
    left: 30px;
}

.lo4 {
    background-image: url("../templates/images/line-orange4.png");
    width: 5px;
    height: 250px;
    top: -115px;
    left: 68px;
}

.lo5 {
    background-image: url("../templates/images/line-orange5.png");
    width: 152px;
    height: 262px;
    top: -227px;
    left: 84px;
}

.lo6 {
    background-image: url("../templates/images/line-orange6.png");
    width: 210px;
    height: 205px;
    top: -130px;
    left: 84px;
}

.lo7 {
    background-image: url("../templates/images/line-orange7.png");
    width: 265px;
    height: 73px;
    top: -11px;
    left: 84px;
}

.lo8 {
    background-image: url("../templates/images/line-orange8.png");
    width: 292px;
    height: 79px;
    top: 84px;
    left: 50px;
}

.lo9 {
    background-image: url("../templates/images/line-orange9.png");
    width: 214px;
    height: 214px;
    top: 84px;
    left: 81px;
}

.lo10 {
    background-image: url("../templates/images/line-orange10.png");
    width: 79px;
    height: 292px;
    top: 84px;
    left: 90px;
}


.lo11 {
    background-image: url("../templates/images/line-orange4.png");
    width: 5px;
    height: 250px;
    top: 65px;
    left: 68px;
}

.lo12 {
    background-image: url("../templates/images/line-orange11.png");
    width: 79px;
    height: 292px;
    top: 84px;
    left: -30px;
}

.lo13 {
    background-image: url("../templates/images/line-orange12.png");
    width: 261px;
    height: 152px;
    top: 60px;
    left: -205px;
}

.lo14 {
    background-image: url("../templates/images/line-orange13.png");
    width: 302px;
    height: 1px;
    top: 72px;
    left: -205px;
}

.lo15 {
    background-image: url("../templates/images/line-orange14.png");
    width: 230px;
    height: 73px;
    top: -30px;
    left: -235px;
}

.lo16 {
    background-image: url("../templates/images/line-orange15.png");
    width: 210px;
    height: 205px;
    top: -132px;
    left: -153px;
}

.lo17 {
    background-image: url("../templates/images/line-orange16.png");
    width: 152px;
    height: 262px;
    top: -256px;
    left: -110px;
}

.lo18 {
    background-image: url("../templates/images/line-orange17.png");
    width: 51px;
    height: 354px;
    top: -260px;
    left: 23px;
}

.lo19 {
    background-image: url("../templates/images/line-orange18.png");
    width: 39px;
    height: 253px;
    top: -215px;
    left: 80px;
}

.lo20 {
    background-image: url("../templates/images/line-orange6.png");
    width: 152px;
    height: 262px;
    top: -155px;
    left: 84px;
}

.lo21 {
    background-image: url("../templates/images/line-orange19.png");
    width: 152px;
    height: 262px;
    top: -227px;
    left: 83px;
}

.lo22 {
    background-image: url("../templates/images/line-orange7.png");
    width: 265px;
    height: 73px;
    top: -22px;
    left: 84px;
}

.lo23 {
    background-image: url("../templates/images/line-orange13.png");
    width: 302px;
    height: 1px;
    top: 67px;
    left: 84px;
}

.lo24 {
    background-image: url("../templates/images/line-orange20.png");
    width: 262px;
    height: 152px;
    top: 67px;
    left: 84px;
}

.lo25 {
    background-image: url("../templates/images/line-orange21.png");
    width: 214px;
    height: 214px;
    top: 67px;
    left: -149px;
}

.lo26 {
    background-image: url("../templates/images/line-orange22.png");
    width: 292px;
    height: 79px;
    top: 60px;
    left: -170px;
}

.lo27 {
    background-image: url("../templates/images/line-orange15.png");
    width: 190px;
    height: 180px;
    top: -123px;
    left: -133px;
}

.lo28 {
    background-image: url("../templates/images/line-orange9.png");
    width: 150px;
    height: 150px;
    top: 84px;
    left: 81px;
}

.lo29 {
    background-image: url("../templates/images/line-orange10.png");
    width: 79px;
    height: 272px;
    top: 84px;
    left: 65px;
}

.lo30 {
    background-image: url("../templates/images/line-orange23.png");
    width: 152px;
    height: 262px;
    top: 84px;
    left: -82px;
}

.lo31 {
    background-image: url("../templates/images/line-orange24.png");
    width: 261px;
    height: 152px;
    top: 84px;
    left: -207px;
}


.lo32 {
    background-image: url("../templates/images/line-orange25.png");
    width: 190px;
    height: 190px;
    top: -143px;
    left: -123px;
}

.lo33 {
    background-image: url("../templates/images/line-orange21.png");
    width: 180px;
    height: 180px;
    top: 67px;
    left: -149px;
}

.lo34 {
    background-image: url("../templates/images/line-orange26.png");
    width: 292px;
    height: 79px;
    top: 100px;
    left: 105px;
}

.lo35 {
    background-image: url("../templates/images/line-orange4.png");
    width: 160px;
    height: 160px;
    top: -145px;
    left: 140px;
}

.lo36 {
    background-image: url("../templates/images/line-orange4.png");
    width: 160px;
    height: 160px;
    top: -145px;
    right: 0;
}

.lo37 {
    background-image: url("../templates/images/line-orange21.png");
    width: 180px;
    height: 180px;
    top: 255px;
    left: -135px;
}

.lo38 {
    background-image: url("../templates/images/line-orange15.png");
    width: 190px;
    height: 180px;
    top: -123px;
    left: -108px;
}

.lo39 {
    background-image: url("../templates/images/line-orange4.png");
    width: 160px;
    height: 200px;
    top: -170px;
    left: 65px;
}

.lo40 {
    background-image: url("../templates/images/line-orange6.png");
    width: 160px;
    height: 205px;
    top: -170px;
    left: 84px;
}

.lo41 {
    background-image: url("../templates/images/line-orange6.png");
    width: 152px;
    height: 262px;
    top: -155px;
    left: 84px;
}

.lo42 {
   background-image: url("../templates/images/line-orange45.png");
    width: 400px;
    height: 200px;
    top: -90px;
    left: -320px;
}

.ld1 {
    background-image: url("../templates/images/line-dotted1.png");
    width: 864px;
    height: 213px;
    position: absolute;
    top: -175px;
    left: 75px;
}

.ld2 {
    background-image: url("../templates/images/line-dotted2.png");
    width: 300px;
    height: 201px;
    position: absolute;
    top: -180px;
    left: 75px;
}


/* Circles level2 positions */
.c1 {
    left: 26px;
    top: -190px;
}

.c2 {
    left: 200px;
    top: -300px;
}

.c3 {
    left: 230px;
    top: -170px;
}

.c4 {
    left: 262px;
    top: -50px;
}

.c5 {
    left: 270px;
    top: 100px;
}

.c6 {
    left: 252px;
    top: 250px;
}

.c7 {
    left: 122px;
    top: 342px;
}

.c8 {
    left: 25px;
    top: 220px;
}

.c9 {
    left: -75px;
    top: 342px;
}

.c10 {
    left: -245px;
    top: 150px;
}

.c11 {
    left: -290px;
    top: 40px;
}

.c12 {
    left: -217px;
    top: -52px;
}

.c13 {
    left: -190px;
    top: -170px;
}

.c14 {
    left: -155px;
    top: -300px;
}

.c15 {
    left: -33px;
    top: -344px;
}

.c16 {
    left: 66px;
    top: -252px;
}

.c17 {
    left: 196px;
    top: -312px;
}

.c18 {
    left: 225px;
    top: -183px;
}

.c19 {
    left: 260px;
    top: -60px;
}

.c20 {
    left: 345px;
    top: 29px;
}

.c21 {
    left: 285px;
    top: 150px;
}

.c22 {
    left: 117px;
    top: 340px;
}

.c23 {
    left: 26px;
    top: 221px;
}

.c24 {
    left: -80px;
    top: 332px;
}

.c25 {
    left: -210px;
    top: 240px;
}

.c26 {
    left: -222px;
    top: 87px;
}

.c27 {
    left: -215px;
    top: -53px;
}

.c28 {
    left: -180px;
    top: -182px;
}

.c29 {
    left: -155px;
    top: -312px;
}

.c30 {
    top: -133px;
    left: -132px;
}

.c31 {
    bottom: -127px;
    right: -128px;
}

.c32 {
    bottom: -147px;
    left: -144px;
}

.c33 {
    left: 246px;
    top: -120px;
}

.c34 {
    left: 290px;
    top: 130px;
}

.c35 {
    left: 113px;
    top: 248px;
}

.c36 {
    left: 182px;
    top: 185px;
}

.c37 {
    left: -236px;
    top: 15px;
}

.c38 {
    left: -148px;
    top: -148px;
}

.c39 {
    left: 230px;
    top: -170px;
}

.c40 {
    left: 265px;
    top: -50px;
}

.c41 {
    left: 270px;
    top: 97px;
}

.c42 {
    left: 250px;
    top: 250px;
}

.c43 {
    left: 82px;
    top: 290px;
}

.c44 {
    left: -112px;
    top: 267px;
}

.c45 {
    left: -231px;
    top: 163px;
}

.c46 {
    left: -290px;
    top: 38px;
}

.c47 {
    left: -214px;
    top: -52px;
}

.c48 {
    left: -184px;
    top: -172px;
}

.c49 {
    left: -140px;
    top: 176px;
}

.c50 {
    left: -140px;
    top: -172px;
}

.c51 {
    left: -140px;
    top: -153px;
}

.c52 {
    left: 195px;
    top: -160px;
}

.c53 {
    left: 355px;
    top: 120px;
}

.c54 {
    left: 210px;
    top: 202px;
}

.c55 {
    left: 23px;
    top: 270px;
}

.c56 {
    left: -150px;
    top: 180px;
}

.c57 {
    left: -265px;
    top: 94px;
}

.c58 {
    left: -245px;
    top: -60px;
}

.c59 {
    left: 100px;
    top: -190px;
}

.c60 {
    right: 105px;
    top: -190px;
}

.c61 {
    left: -180px;
    top: 395px;
}

.c62 {
    top: -250px;
    left: 20px;
}

.c63 {
    top: -160px;
    right: -140px;
}

.c64 {
    top: -160px;
    left: -132px;
}

.c65 {
    top: -148px;
    left: 182px;
}

.c66 {
    top: 195px;
    left: 218px;
}

.c67 {
    top: -105px;
    left: -350px;
}

/* Circles level2 positions */
/* Circles*/


/* Footer */
.footer {
    background: #242424;
    width: 100%;
    height: 119px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.slider-name-line {
    background: #282828;
    height: 42px;
}

.slider-scroll-line {
    background: #202020;    
    height: 21px;
    position: relative;
    z-index: 100;
    /*width: 100%;*/
    margin: 0 67px 0 67px;
}

.slider-arrow {
    background: transparent url('../templates/images/slider-arrow.png') 0 0 no-repeat;
    height: 21px;
    width: 33px;
    display: block;
    margin: 0 0 0 25%;
    float: left;
}
.slider-prefix {
    background: #202020;
    width: 67px;
    height: 21px;
    position: absolute;
    left: 0;
    z-index: 100;
}

.slider-suffix {
    background: #202020;
    width: 67px;
    height: 21px;
    margin-top: -21px;
    position: absolute;
    right: 0;
    z-index: 99;
}

.ui-slider-handle {
    background: #202020 url("../templates/images/roller.png") left top no-repeat;
    width: 134px;
    height: 24px;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 100;
    bottom: 0;    
    margin-left: -67px;
}

.ui-slider-handle:hover .tip {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.ui-slider-handle:focus {
    outline: none;
}

.tip {
    background: #fd3f00;
    padding: 3px 41px 4px;
/*    visibility: hidden;
    opacity: 0;*/
    display: none;
    cursor: default;
    position: absolute;
    top: 0;
    left: 0;
    color: #fefefe;
    font-size: 15px;
    -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
    -ms-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
    transition: visibility 0s linear 0.3s,opacity 0.3s linear;
    z-index: 9999;
}

.tip:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tip:after {
    border-color: rgba(253, 63, 0, 0);
    border-top-color: #fd3f00;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}

.footer-bottom {
    height: 56px;
    position: relative;
}

.footer-bottom .note {
    background: url("../templates/images/arrow-top.png") left top no-repeat;
    float: left;
    padding: 0 0 10px 16px;
    margin: 21px 0 0 28px;
    font-size: 10px;
    text-transform: uppercase;
}

.footer-logo{
    position: absolute;
    right: 285px;
    display: inline-block;
    width: 408px;
    height: 35px;
    background: url("../templates/images/footer-logos.png") no-repeat;
    margin-top: 12px;
}

.copyright {
    float: right;
    margin: 21px 18px 0 0;
    font-size: 10px;
    text-transform: uppercase;
}

.action-icons {
    float: right;
    margin-top: 16px;
}

.action-icons .act-icon {
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    height: 18px;
    margin-right: 11px;
    text-decoration: none;
}

.action-icons .act-icon:hover {
    background-position: right center;
}

.action-icons .sitemap {
    background-image: url("../templates/images/sitemap.png");
    width: 14px;
}

.action-icons .fullscreen {
    background-image: url("../templates/images/fullscreen.png");
    width: 16px;
}

.action-icons .sound {
    background-image: url("../templates/images/sound.png");
    width: 18px;
}

.action-icons .mail {
    background-image: url("../templates/images/mail.png");
    width: 17px;
}

.action-icons .twitter {
    background-image: url("../templates/images/twitter.png");
    width: 16px;
}

.action-icons .fb {
    background-image: url("../templates/images/facebook.png");
    width: 16px;
}

/* Footer */


/* Forms */
.contact-form {
    margin: 0 0 55px;
}

.contact-form .form-line {
    margin-bottom: 15px;
}

.contact-form label {
    display: block;
    margin-bottom: 7px;
}

.contact-form .form-data {
    width: 390px;
}

.contact-form .form-text {
    width: 390px;
    height: 122px;
}

.contact-form .button {
    width: 100px;
    margin-top: 26px;
}

.nurture {
    display: none;
}

.wonder {
    display: none;
}

.terror {
    display: none;
}

.mindmap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.content-description {
    background: #212121;
    display: block;
/*    padding: 10px 0 30px 15px;*/
    padding: 10px 0 20px 0;
    overflow: hidden;
    font-family: 'suredog_boldregular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #7a7a7a;
    width: 785px;
}

.content-description h2 {
    background: url("../templates/images/arrow.png") left top no-repeat;
    padding: 6px 0 0px 25px;
    margin: 0;
    float: left;
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fd3f00;
}

.content-description p {
    float: left;
    width: 60%;
    padding: 0 0 0 20px;
    margin: 0;
}

.entire-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #7f7f7f;
    position: relative;
}

.entire-wrapper {
    position: relative;
    top: 50px;
}

.article-wrapper {
    padding: 30px;
}

.article-content {
    margin: 0 auto;
    width: 800px;
    height: 600px;
}

.image-tag {
    margin: 10px 0 10px 0;
    text-transform: uppercase;
}

.image-description {
    clear: both;
    padding: 10px 0 0 0;
}

.news-date {
    float: right;
    font-size: 32px;
    color: #ffffff;
}

.news-text {
    clear: both;
    padding: 20px 0 0 0;
    width: 700px;
}

.news-text-full {
    clear: both;
    padding: 20px 0 0 0;
    width: 1090px;
}

.news-item {
    clear: both;
    margin: 0 0 30px 0;
    overflow: hidden;
}

.news-item .slider-wrapper {
    padding-bottom: 20px; 
}

.news-border {
    border-bottom: 1px solid #ffffff;
}

/* Contact form */

div.rapid_contact tr, div.rapid_contact td {
    padding: 10px !important;
}

div.module-rapid-contact {
    margin: 0 0 0 15px;
}

.contact-intro-text {
    width: 350px;
}

.close-image {
    position: relative;
    right: 80px;
    width: 75px;
    display: block;
    top: 12px;
    text-transform: uppercase;
}

.zoom-in {
    background: url("../templates/images/zoom-in.png") center no-repeat;
    cursor: pointer;
    width: 39px;
    height: 39px;
    float: left;
    margin: 0 10px 0 0;
}

.zoom-out {
    background: url("../templates/images/zoom-out.png") center no-repeat;
    cursor: pointer;
    width: 39px;
    height: 39px;
    float: left;
    margin: 0 15px 0 0;
}

.zoom-text {
    float: left;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    padding: 12px 0 0 0;
}

.zoom-control {
    top: 80px;
    left: 80px;
    position: absolute;
    z-index: 100;
}