html, body {
    font-family: 'Dosis', sans-serif;
    color:#4d4d4d;
    font-size:14px;
    width:100%;
    height: 100%;
    min-height: 640px;
}

/****************************************/
/* Auto complete */
/****************************************/
.ui-autocomplete {
    background:#fff;
    width:200px;
    height:100px;
    overflow-y:auto;
    margin-left: 50px;
    left:50px;
    top:0;
    padding:5px;
    border: solid 1px #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 3px #999; 
}

.ui-autocomplete li {
    list-style:none;
    border-bottom: dotted 1px #999;
    padding: 3px 0;
}

.ui-autocomplete li:last-child {
    border-bottom:none; 
}
.ui-autocomplete li a{
    color:#404040;
    cursor:default;
    text-decoration:none;
    font-size: 0.9em;
}   
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/****************************************/
/* End Auto complete */
/****************************************/

#application {
    position: relative;
    width:100%;
    height: 100%;
}
#centerScrollbar {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
#content {
}
#topBar {
    float: left;
    width: 100%;
}
#topBar #filter {
    float: right;
    margin-right: 20px;
    margin-top: 30px;
    color: #07672f;
}
#topBar #filter .switch {
    float: left;
    padding-left: 15px;
    border-right: 1px solid #a5dbb1;
    height: 34px;
    padding-top: 10px;
    padding-right: 10px;
}
#topBar #filter .switch.last {
    border-right: 0px;
}
#topBar #filter .plug {
    margin-top:0;
    margin-left:5px;
}
#topBar #filter .filter {
    display: block;
    margin: 0 auto;
    margin-left: 16px;
    background-color: transparent;
    background-image: url('../img/search-filter-box.png');
    width: 268px;
    height: 40px;
    border: 0px;
    font-weight: 300;
    font-style: italic;
    padding-top: 0px;
    padding-left: 12px;
    float: left;
    margin-top: 16px;
}
#topBar #breadcrumb {
    float: left;
    margin-left: 35px;
}
#topBar #breadcrumb .link a {
    color:#4d4d4d;
    text-decoration: none;
}
#topBar #breadcrumb .link {
    display: block;
    margin:0;
    padding:0;
    margin-top:10px;
}
#topBar #breadcrumb .back {
    display: block;
    margin:0;
    padding:0;
    margin-top:10px;
}
.pages {
    width: 960px;
    margin: 0 auto;
    margin-top: 15px;
    padding-bottom: 15px;
}
.patternPurple {
    background-color: #ffffff;
    /*background-color: #f1e5f9;*/
}
.patternGreenBlue {
    /*background-color: #e0f3f0;*/
}
.patternBlue {
    background-color: #eef3f5;
    background-image:url('../img/background-strategy.png');
    background-repeat: repeat-y;
    background-position: top left;
}
.patternPink {
    background-color: #fef6f5;
    background-image:url('../img/background-strategy-pink.png');
    background-repeat: repeat-y;
    background-position: top left;
}
.patternGreen {
    background-color: #f2faf5;
    background-image:url('../img/background-green.png');
    background-repeat: repeat-y;
    background-position: top left;
}
.patternYellow {
    background-color: #f1f1cd;
}
.strategyContent {
    padding:40px;
    width: 20000px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.moveLeft {
    float: left;
}
.pink {
    color: #c21d1a !important;
}
.green {
    color: #0f813f !important;
}
.yellow {
    color: #d08a00 !important;
}
#slider {
    width:915px;
    height:600px;
    margin-left:30px;
    position: relative;
    float: left;
}
.sliderholder {
    display: none;
}
#slider .image {
    background-image: url('../img/box-photo.png');
    width: 855px;
    height: 550px;
    padding: 56px 0px 0px 56px;
    overflow: hidden;
}
#slider .previous {
    position: absolute;
    top:270px;
    left:-15px;
    cursor: pointer;
}
#slider .next {
    position: absolute;
    top:270px;
    right:-15px;
    cursor: pointer;
}
#slider .options, #slider .optionspink {
    margin: 0 auto;
    text-align: center;
}
#slider .options a {
    margin-right:50px;
}
#slider .optionspink a {
    margin-right:3px;
}
#slider .image .scroll {
    overflow: hidden;
    float: left;
    width: 805px;
    height: 480px;
}
#slider .image .scroll .scrolltotal {
    width: 20000px;
    float: left;
    margin: 0px;
    padding:0px;
    position: relative;
}
#slider .image .scroll .scrolltotal .chart {
}
.lightbox {
    position: absolute;
    top:0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
    opacity: 0;
}
.lightbox .whitelayer {
    background-color: #FFF;
    opacity: .7;
    position: absolute;
    top:0px;
    height: 0px;
    width: 100%;
    height: 100%;
}
.lightbox .box {
    height: 471px;
    background-image: url('../img/lightbox.png');
    color: #FFF;
    margin-bottom: 15px;
    position: fixed;
    top: 50px;
    padding: 15px;
    padding-top: 16px;
    background-repeat: no-repeat;
    width: 827px;
    position: relative;
}
.lightbox .box_yellow {
    background-image: url('../img/yellow-bg.png') !important;
}
.lightbox .box_blue {
    background-image: url('../img/blue-bg.png') !important;
}
.lightbox .box_blue .image, .lightbox .box_yellow .image {
background-color: #FFF !important;
height: 355px !important;
}
.lightbox_thumbnails {
    position:absolute;
    bottom:0;
}
.lightbox_thumbnails img:hover {
    border: 4px solid #c46d06;
    width: 92px;
    height: 92px;
}
.box_blue .lightbox_thumbnails img:hover {
    border: 4px solid #205070;
    width: 92px;
    height: 92px;
}
.lightbox_content {
    height:470px;
}
.lightbox .content_image {
    position: fixed;
    top: 50px;
}
.lightbox .box .image {
    padding: 0px;
    margin: auto;
    float: left;
    width: 463px;
    height: 471px;
}
.lightbox .close {
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 4;
}
.lightbox .close_top {
    top: 20px !important;
    right: 20px !important;
}
.lightbox .box .text {
    padding: 10px;
    padding-left: 15px;
    padding-top: 0px;
    margin: 0px;
    letter-spacing: 1px;
    width: 339px;
    float: left;
    font-size: 15px;
    overflow: auto;
}
.text_equipment {
    background-color: #FFF;
    color: #000;
    height: 330px;
    padding-top: 15px !important;
    padding-right: 13px !important;
    width: 336px !important;
}
.text_equipment_inner {        
    background-color: #FFF;
    color: #000;
    width: 453px !important;
    font-size: 13px !important;
    padding-left: 10px !important;
}
.lightbox .box .text h1 {
    padding: 0px;
    margin:10px 0px 0px 0px;
    color: #0f813f;
    font-size: 11px;
}
.lightbox .box_yellow .text h1 {
    color: #d08a00 !important;
}
.lightbox .next {
    position: absolute;
    top:42%;
    right:-57px;
    width:60px;
    height:73px;
    background-image: url('../img/arrow-right-yellow.png');
}
.lightbox .next.blue {
    background-image: url('../img/arrow-right.png') !important;
}
.lightbox .previous {
    position: absolute;
    top:42%;
    left:-57px;
    width:60px;
    height:73px;
    background-image: url('../img/arrow-left-yellow.png');
}
.lightbox .previous.blue {
    background-image: url('../img/arrow-left.png') !important;
}
.plug {
    cursor: pointer;
}

/* Navigation menu */
#navigation {
    position: fixed;
    top: 0;
    left: -360px;
    z-index: 2;
    width: 370px;
    height:100%;
    min-height: 640px;
    overflow: hidden;
}
#navigation a {
    text-decoration: none;
    color: #FFF;
}
#navigation .arrow {
    float:right;
    margin-left:25px;
}
#navigation .text {
    float:right;
    color: #FFF;
    text-align: right;
    line-height: 28px;
    font-family: 'Quicksand', sans-serif;
    font-size:29px;
}
#navigation .item {
    width:290px;
    padding:0px 40px 0px 40px;
    float:left;
    display: block;
    clear: both;
    min-height: 62px;
}
#navigation .red {
    background-color:#d66056;
}
#navigation .blue {
    background-color:#4e8fbb;
}
#navigation .green {
    background-color:#61be5c;
}
#navigation .yellow {
    background-color:#f2cb30;
}
#navigation .purple {
    background-color:#8e4a93;
}
#navigation .lightBlue {
    background-color:#48b59f;
}
/* End navigation menu */

/* Screen 00 - Home */
.pattern {
    background-image:url('../img/background.jpg');
    background-repeat: repeat-y;
    background-position: top left;
}
#application .centerText {
    text-align:center;
}
#application .home {
    width: 100%;
    display: block;
    position: relative;
    clear: both;
    float: left;
    font-size: 18px;
}
#application .home a {
    color:#20ae91;
    text-decoration: underline;
}
#application .home .projeteee {
    display: block;
    margin:0 auto;
    margin-top:13%;
}
#application .home .city {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: transparent;
    background-image: url('../img/search-city-box.png');
    width: 438px;
    height: 57px;
    border: 0px;
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    padding-top: 0px;
    padding-left: 26px;
}
#application .bottom {
    position: absolute;
    width:100%;
    bottom:20px;
}
/* End screen 00 - Home */

/* Screen 01 - Strategy */
.strategyBox {
    width: 324px;
    float:left;
    margin-right:15px;
}
.strategyBox .strategyBlueBox {
    width: 322px;
    min-height: 260px;
    background-color:#4e90bb;
    color:#FFF;
    position: relative;
}
.strategyBox a {
    text-decoration: none;
}
.strategyBox .strategyBlueBox .topPercent {
    padding: 5px;
    margin: 0px;
    text-align: right;
    background-color: #4e90bb;
    text-decoration: none;
    position: absolute;
    right: 0;
}
.strategyBox .strategyBlueBox .image {
    padding: 0px;
    margin: 5px;
    background-color: #FFF;
    float: left;
    width: 312px;
    min-height: 155px;
}
.strategyBox .strategyBlueBox .text {
    padding:18px;
    margin: 0px;
    font-size:12px;
    letter-spacing: 1px;
    float: left;
    width: 286px;
}
.strategyBox .strategyBlueBox .text h1 {
    padding: 0px;
    margin: 0px 0px 15px 0px;
    text-align: center;
    font-size:21px;
    line-height: 22px;
    text-transform: uppercase;
}
.strategyBox .strategyItem {
    float: left;
    width:53px;
    height: 44px;
    margin-right: 1px;
    margin-top:2px;
}
.strategyBox .strategyLastItem {
    margin-right:0px !important;
}
/* End screen 01 - Strategy */


/* Screen 02 - Strategy inner */
.strategyInnerBox {
    width: 304px;
    float:left;
    margin-right:15px;
}
.strategyInnerBox .strategyInnerBlueBox {
    min-height: 545px;
    background-color: #4e90bb;
    color: #FFF;
    float: left;
}
.strategyInnerBox .strategyInnerBlueBox .image {
    padding: 3px 7px 7px 7px;
    margin: 5px;
    margin-top: 9px;
    /* background-image: url('../img/box-wide.png'); */
    float: left;
    width: 279px;
    min-height: 88px;
}
.strategyInnerBox .strategyInnerBlueBox .image h1 {
    padding: 0px;
    margin: 0px;
    text-align: center;
    /*color: #4e90bb;*/
    color:#FFF;
    line-height: 30px;
    font-size: 28px;
    text-transform: uppercase;
}
.strategyInnerBox .strategyInnerBlueBox .text {
    padding: 18px;
    margin: 0px 0px 10px 0;
    font-size: 13px;
    letter-spacing: 1px;
    float: left;
    padding-top: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 396px;
    width: 257px;
}
.strategyInnerBox .strategyInnerBlueBox .text a {
    color:#052E38;
}
.strategyInnerMiddleBox {
    width: 265px;
    float:left;
    position: relative;
}
.strategyInnerMiddleBox .strategyInnerMiddleMoreBox {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    display: none;
}
.strategyInnerMiddleColumn {
    width: 265px;
    float:left;
    margin-right:15px;
}
.strategyInnerMiddleBox .strategyInnerMiddleBlueBox {
    height: 265px;
    background-color: #4e90bb;
    color: #FFF;
    margin-bottom: 15px;
}
.strategyInnerMiddleBox .strategyInnerMiddleBlueBox .image {
    padding: 4px 3px 13px 4px;
    margin: 9px;
    margin-bottom:0px;
    /*background-image: url('../img/box-middle.png');*/
    float: left;
    width: 240px;
    min-height: 155px;
}
.strategyInnerMiddleBox .strategyInnerMiddleBlueBox .text {
    padding: 18px;
    padding-top: 0px;
    margin: 0px;
    font-size: 9px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.strategyInnerMiddleBox .strategyInnerMiddleBlueBox .text h1 {
    padding: 0px;
    margin: 0px 0px 8px 0px;
    line-height: 22px;
}
.strategyInnerMiniColumn {
    width: 205px;
    float:left;
    margin-right:15px;
}
.strategyInnerMiniBox {
    float:left;
    width: 205px;
}
.strategyInnerMiniBox .strategyInnerMiniBlueBox {
    height: 125px;
    background-color: #4e90bb;
    color: #FFF;
    margin-bottom: 15px;
}
.strategyInnerMiniBox .strategyInnerMiniBlueBox .image {
    padding: 4px 3px 4px 4px;
    margin: 9px;
    margin-bottom: 4px;
    background-color: #FFF;
    float: left;
    width: 180px;
    height: 99px;
}
/* End screen 02 - Strategy inner */

/* Screen 03-04 - Strategy inner */
#lateralStrategyBoxPink {
    background-color: #d5665c;
}
#lateralStrategyBox {
    background-color: #4e90bb;
}
#lateralStrategyBox, #lateralStrategyBoxPink {
    width: 302px;
    color: #FFF;
    float:left;
    margin-left:10px;
}
#lateralStrategyBox .text, #lateralStrategyBoxPink .text {
    padding:30px;
    margin: 0px;
    font-size:12px;
    letter-spacing: 1px;
}
#lateralStrategyBox .text h1, #lateralStrategyBoxPink .text h1 {
    padding: 0px;
    margin: 0px;
    margin-bottom:10px;
    line-height: 29px;
}
#lateralStrategyBoxPink .pictures, #lateralStrategyBox .pictures {
    padding:30px;
    margin: 0px;
}
#lateralStrategyBoxPink .pictures li, #lateralStrategyBox .pictures li {
    list-style: none;
    float: left;
    position: relative;
    margin-right:5px;
    margin-bottom:5px;
}
#lateralStrategyBoxPink .pictures li.last, #lateralStrategyBox .pictures li.last {
    margin-right:0px !important;
}
#lateralStrategyBoxPink .pictures li .more, #lateralStrategyBox .pictures li .more {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#lateralStrategyBox .pictures li a:hover {
    border: 4px solid #205070;
    width: 104px;
    height: 64px;
}
#lateralStrategyBox .pictures li a:hover .photo {
    width:104px;
    height:64px;
}
#lateralStrategyBoxPink .pictures li a {
    display: block;
}
#lateralStrategyBoxPink .pictures li a:hover {
    border: 4px solid #a9483e;
    width: 104px;
    height: 64px;
}
#lateralStrategyBoxPink .pictures li a:hover .photo {
    width:104px;
    height:64px;
}

#sidebarContentBox {
    float:left;
}
#options {
    width:600px;
    float:left;
}
/* End screen 03-04 - Strategy inner */

/* Screen 05 - Equipment */
.fancybox {
    display: block;
    float: left;
}
.equipmentColumn {
    width: 420px;
    float:left;
    margin-right:15px;
}
.equipmentBox {
    overflow: hidden;
    width: 420px;
    float:left;
    margin-right:15px;
}
.equipmentBox .equipmentBoxGreen, .equipmentBox .equipmentBoxYellow {
    height: 170px;
    background-color: #61be5c;
    color: #FFF;
    margin-bottom: 15px;
}
.equipmentBox .equipmentBoxYellow {
    background-color: #f2cb30 !important;
}
.equipmentBox .equipmentBoxGreen .image, .equipmentBox .equipmentBoxYellow .image {
    padding: 0px;
    margin:8px;
    background-color: #FFF;
    float: left;
    width: 200px;
    height: 154px;
    position: relative;
}
.equipmentBox .equipmentBoxGreen .image .more, .equipmentBox .equipmentBoxYellow .image .more {
    position: absolute;
    bottom: 0;
    right: 0;
}
.equipmentBox .equipmentBoxGreen .text, .equipmentBox .equipmentBoxYellow .text {
    padding: 10px;
    padding-left:5px;
    padding-top:5px;
    margin: 0px;
    letter-spacing: 1px;
    width: 174px;
    height: 147px;
    overflow: hidden;
    float: left;
    font-size: 15px;
    line-height: 17px;
}
.equipmentBox .equipmentBoxGreen .text h1, .equipmentBox .equipmentBoxYellow .text h1 {
    padding: 0px;
    margin:10px 0px 0px 0px;
    color: #0f813f;
    font-size: 12px;
}
.equipmentBox .equipmentBoxYellow .text h1 {
    color: #d08a00 !important;
}
/* End screen 05 - Equipment */


.confortZone {
    background-image: url('../img/confort-zone.png');
    width: 1005px;
    height: 80px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 8px 0 8px;
}
.confortZone .percent {
    width: 0;
    margin: 0 auto;
    height: 3px;
    background-color: #4e90bb;
    display: block;
    position: absolute;
    top: 76px;
    left: 8px;
}
.confortZone .percent span {
    position: absolute;
    top: -33px;
    color:#4684AD;
    font-size: 19px;
    font-weight: bold;
    width:130px;
}
.confortZone .percent.winter {
    background-color:#44e7ff;
}
.confortZone .percent.summer {
    background-color:#ff2e2e;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    background-color: #000;
    color:#FFF;
}
body .ui-tooltip {
    border-width: 2px;
}