root { 
    display: block;
}

*{
    margin: 0;
    padding: 0;
}

html {  

}

body {
    color: #444;
    background: #06567b; 
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

a{
    text-decoration: none;
    outline-width: 0;
    transition-duration: 0.4s;
    color: #1a97d2;
}

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

button {
    transition-duration: 0.4s;
}

h3,h4,h5,h6{
    font-weight: 400;
    color: #cf2f35;
}

h1{
    font-size: 32px;
    color: #4d606a;
    font-weight: 700;
}




h2{
    font-size: 24px;
    color:  #4d606a;
    text-transform: uppercase;
    font-weight: 700;
}




h4{
    font-size: 16px;
}

p{
    font-size: 16px;
    line-height: 24px;
    color: #323e43;
    text-align: justify;
}

#header{
    padding: 1.5em 0em;
    background: #fff url('../layout/head-pattern.png') repeat;
    border-bottom: 42px solid #52656d;
}

.top-menu{
    margin-top: 26px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px dotted #1386BC;
    background: rgb(65,167,214); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxYTdkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzg2YmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(65,167,214,1) 0%, rgba(19,134,188,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,167,214,1)), color-stop(100%,rgba(19,134,188,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(65,167,214,1) 0%,rgba(19,134,188,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(65,167,214,1) 0%,rgba(19,134,188,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(65,167,214,1) 0%,rgba(19,134,188,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(65,167,214,1) 0%,rgba(19,134,188,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7d6', endColorstr='#1386bc',GradientType=0 ); /* IE6-8 */

}

.top-menu > li > a{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 26px 8px;
    -webkit-transition: background-color 500ms ease;
    -moz-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    white-space: nowrap;
}

.top-menu > li > a:hover{
    background-color: #106d99;
}

.active{
    background: #1277a6;
}

a{
    text-decoration: none;
    outline-width: 0;
}

.logo-container{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}



a.logo{
    margin-bottom: 24px;
}

a.logo > img{
    margin: 0 auto;
}

.languages{
    margin-top: 26px;
    margin-bottom: 26px;
    background: #52656d;
    padding: 7px 10px 10px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: rgba(255,255,255,0.65);
    border: 1px solid #EAEEF2;
}

.languages > p{
    font-size: 10px;
    padding: 0;
    margin: 0;
    color:  #a0a5a7;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.languages select{
    background: #efefef;
}

.languages select option{
    color: #1277a6;
    font-weight: bolder;
}

.article{

}

@media screen and (max-width: 1199px){
    .logo-container{
        float: left;
    }
    .languages{
        float: right;
    }
    .top-menu > li > a{
        padding: 18px 12px;

    }
}

@media screen and (max-width: 767px){
    .logo-container, .languages{
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }
    a.logo{
        margin-bottom: 12px;
    }

    .top-menu > li > a{
        padding: 12px;
        border-bottom: 1px solid #1279a9;
        margin-bottom: 0;
    }

    .modal-content img{
        max-height: 180px;
        display: block;
        margin: 0 auto;
    }

    .modal-content{
        text-align: center;
    }

}



.mid-content{
    min-height: 400px;
    background: #fff url('../layout/body-bg.png') no-repeat; 
    max-width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    padding: 30px 0px;
}

.icon-text-cont > p{
    font-weight: bold;
    text-align: justify;
}

ul.bb-list{
    list-style: none;
    list-style-image: none;
    list-style-position: inside;
    margin-right: 20px;
}

ul.bb-list li{
    background: url('../layout/list-1.png') no-repeat;
    padding-left: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.article ul{
    list-style: none;
    list-style-image: none;
    list-style-position: inside;
    margin-right: 20px;
}

.article ul li{
    background: url('../layout/list-1.png') no-repeat;
    padding-left: 20px;
    font-size: 14px;
    
    font-weight: 700;
}



ul.bb-list li p{
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 700;
}



.banner{
    background: url('../layout/banner-1.jpg') no-repeat center center;
    max-width: 100%;
    max-height: 400px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    padding: 60px 20px;
}

.break{
    width: 100%;
    height: 40px;
    background: #1386bc;
}



.banner-content h1{
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
    text-align: center;
    font-weight: 500;
}

.banner-content h2{
    text-transform: uppercase;
    color: #fff;
    font-size: 21px;
    text-shadow: 1px 1px 1px #000000;
    text-align: center;
    font-weight: 400;
}

div.mess-form-title{
    background: url('../layout/message.png') no-repeat;
    padding-left: 64px;
    min-height: 49px;
    border-bottom: 1px solid #dce1e4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

div.mess-form-title > h4{
    color: #1277a6;
    text-align: right;
    margin: 0;
    padding: 0;
}

div.mess-form-title > h3{
    color: #c62127;
    text-align: right;
    font-size: 21px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}





span.not_valid{
    color: #c62127;
    font-size: 12px;
}

div.footer{
    background: #06567b;
    padding: 16px 0px 32px 0px;
}

div.foot-left{
    float: left;
    padding-top: 10px;
    margin-right: 26px;
}

p.copy-right{
    color: #ffffff;
    padding-bottom: 12px;
    letter-spacing: 1px;
    font-weight: 300;
}

div.foot-right{
    float: right;
}

.document{
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px;
    letter-spacing: 1px;
    text-align: center;
    margin-right: 1em;
}

h4.foot-h{
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;

}

@media screen and (max-width: 767px){
    div.foot-left{
        clear: both;
        float: none;
        margin: 0 auto;
    }

    div.foot-right{
        clear: both;
        float: none;
        margin: 0 auto;
    }
}


table tr td{
    color: #106d99;
    font-weight: bold;
}


div.contact-block{
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVlZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,238,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,238,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,238,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,238,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,238,242,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,238,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeef2',GradientType=0 ); /* IE6-8 */

    margin-bottom: 20px;
    padding: 10px 20px 16px 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(77, 96, 106, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(77, 96, 106, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(77, 96, 106, 0.4);
}

div.contact-block > button{
    display: block;
    width: 100%;
    font-weight: 400;
    text-align: left;
    margin: 16px 0px;
}

div.contact-block > button > span{
    float: right;
    margin-top: 2px;
}

.modal-title{
    font-size: 18px;
    color: #cf2f35;
    font-weight: 400;
    padding-left: 1%;
}

.modal-content h3{
    color: #222;
    padding-bottom: 8px;
    font-size: 21px;
}

.modal-content h4{
    color: #1386BC;
    padding: 0px;
}

.tooltip{
    font-size: 16px;
    white-space: nowrap;
}



div.contact-block > h5{
    font-weight: 400;
    font-size: 14px;
    color:  #1386bc;
    letter-spacing: 1px;
    padding-bottom: 4px;
    margin-bottom: 0px;
}

div.contact-block > p{
    padding: 0;
    margin: 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
}

div.contact-block > p > span{
    color: #d9534f;
    margin-right: 1em;

}
div.contact-block > h4{
    border-bottom: 1px dotted #d1dadf; 
    padding-bottom: 8px;
}

div.contact-block-blue{
    color: #ffffff;
    margin-bottom: 20px;
    padding: 10px 20px 16px 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #52656d;
    border-color: #357ebd;
}

div.contact-block-blue > h4{
    font-weight: 400;
    font-size: 18px;
    color:  #ffffff;
    padding-bottom: 4px;
    margin-bottom: 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #8e999f; 
    padding-bottom: 8px;
    margin-bottom: 6px;
}

div.contact-block-blue > p{
    padding: 0;
    margin: 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

#map-canvas{
    border: 8px solid #c0c9ce;
}

#map-canvas h4{
    color: #1277a6;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px; letter-spacing: 2px;
}

#map-canvas h5{
    color: #8e999f;
    line-height: 12px;
    font-size: 12px;
}

div.section-title{

    width: 100%;
}

.title-red{
    background: #d9534f;
}

.title-blue{
    background: #1277a6;
}

div.section-title h2{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 21px;
    letter-spacing: 2px;
    line-height: normal;
    padding: 18px 12px 0px 12px;
    margin: 0;
}

div.title-arrow{
    position: relative;
    top: 18px;
    width: 53px;
    height: 20px;
    margin: 0 auto;
}

.arrow-red{
    background: url('../layout/title-arrow.png') no-repeat;
}

div.arrow-blue{
    background: url('../layout/title-arrow-blue.png') no-repeat;
}

.mid-content-2{
    background: #f0f3f5;
    width: 100%;
    padding-bottom: 20px;
}

.btn{
    font-weight: bold;
    font-weight: 400;
}

.blue{
    color:  #1277a6;
}

.divider{
    clear: both;
    width: 100%;
    height: 1px;
    margin: 32px 0px;
    border: none;
    border-bottom: 1px solid rgba(200,200,200,0.3);
}

.career-title{
    background:#0986c1;
    padding:1.5em;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.3);
}

.career-title > h3{
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.career-body{
    padding: 1em 1.5em;
    background: rgba(255,255,255,0.3);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.3);
    border: 1px solid #fff;
}

.slider-container{

    background: #47839f; /* Old browsers */
    background: -moz-linear-gradient(top, #47839f 0%, #709eb3 50%, #47839f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47839f), color-stop(50%,#709eb3), color-stop(100%,#47839f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #47839f 0%,#709eb3 50%,#47839f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #47839f 0%,#709eb3 50%,#47839f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #47839f 0%,#709eb3 50%,#47839f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #47839f 0%,#709eb3 50%,#47839f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47839f', endColorstr='#47839f',GradientType=0 ); /* IE6-9 */
    background: url('../layout/road-pattern.png') repeat;

}

.imageRow {
    *zoom: 1;
    margin: 0 auto;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.imageRow:after {
    content: "";
    display: table;
    clear: both;
}

.imageRow .single {
    float: left;
    margin: 2px;
}

.imageRow .single a {
    float: left;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    padding: 7px;
    line-height: 1em;

    -webkit-box-shadow: 0 1px 4px 0 rgba(150, 30, 30, 0.8);
    -moz-box-shadow: 0 1px 4px 0 rgba(150, 30, 30, 0.8);
    box-shadow: 0 1px 4px 0 rgba(150, 30, 30, 0.8);
    margin-right: 40px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.imageRow .single a img {
    border: none; 
    width: 172px;
}

.imageRow .single a:hover {
    background-color: #1277a6;
}

.imageRow .set {
    background: none;
}

.imageRow .set:hover {
}

.imageRow .set a {
    background: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-right: 0;
}

.imageRow .set a:hover {
    background: #ffffff;
    -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(40, 60, 70, 0.8);
    -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(40, 60, 70, 0.8);
    box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(40, 60, 70, 0.8);
}






.main-points{

}

.main-points > h2{
    color:  #4d606a;
    border-bottom: 1px solid #c0c9ce;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

.main-points > h4{
    color:  #c62127;
    font-size: 18px;
}

.main-points > p{
    color: #232a2f;
    text-align: justify;
}

.main-quotes{

}

.main-quotes > h3{
    color:  #4d606a;
    text-transform: uppercase;
    padding: 2px 0px 16px 0px;
    border-bottom: 1px solid #c0c9ce;
    text-align: center;
}

.quote{
    padding: 16px 0px;
}

.quote > h5{
    font-size: 12px;
    font-weight: 400;
    color:  #4d606a;
    padding: 0px;
    margin: 0px;
    text-align: right;
}

blockquote{
    border-left: 5px solid #c0c9ce;
    border-right: 5px solid #c0c9ce;
    border-top: 1px solid #c0c9ce;
    border-bottom: 1px solid #c0c9ce;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 6px;
}

blockquote > p{
    font-size: 13px;
    line-height: 18px;
    color: #52656d;
    text-align: justify;
}

.btn{
    font-weight: 400;
}

.label{
    font-weight: 400;
}

.marketing {

}

.marketing > div {
    margin-bottom: 20px;
    text-align: center;
}

.marketing p{
    text-align: justify;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #222;
}

.marketing img{
    text-align: center;
    margin: 0 auto;
}

.marketing h2 {
    font-size: 16px;
    min-height: 32px;
    color: #1277a6;
}

.sol-block{
    padding: 32px 0px;
    border-bottom: 1px solid #dedede;
}

@media screen and (min-width: 1200px){
    .sol-block h1{
        font-size: 32px;
    }
    .sol-block  p{
        font-size: 22px;
        line-height: 33px;
    }
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel {


}

.carousel .slide{
}

.carousel .item {
    border: none;
    border-bottom: 64px solid #52656d;
}

.carousel-inner{
}

.carousel-inner .item img {
}

.carousel-control{
}

.carousel-caption {
    z-index: 10;

}


.carousel-caption h1{
    font-weight: 700;
    display: block;
    font-size: 28px;
    padding: 24px 12px;
    color: #fff;
    background: rgba(1,1,1,0.5);
    text-transform: uppercase;
}

.carousel-caption h2{
    font-weight: 700;
    display: block;
    font-size: 24px;
    padding: 12px;
    color: #000;
    background: rgba(255,255,255,0.6);
    text-transform: uppercase;
    text-shadow: none;
}

ul.carousel-list{
    list-style: none;
    list-style-position: inside;
}

ul.carousel-list li{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 1px;
    background: rgba(1,1,1,0.4);
    padding: 6px;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .carousel-caption h1{
        font-size: 24px;
    }
    .carousel-caption h2{
        font-size: 18px;
    }
    ul.carousel-list li{
        font-size: 14px;
        padding: 2px;
    }
}

.partners{
    padding-bottom: 32px;

}

.partners > div{
}

.partners img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    transition-duration: 0.5s;
    display: block;
    text-align: center;
    margin: 16px auto;
}

.partners img:hover{
    filter: none;
    -webkit-filter: grayscale(0%);
}

.white-bg-title{
    background: rgba(255,255,255,0.6);
    padding: 0px 24px 8px 24px;
    border-bottom: 5px solid #c0c9ce;
    border-left: 1px solid #ebf1f4;
    border-top: 1px solid #ebf1f4;
    border-right: 1px solid #ebf1f4;
}

.monitoring{
    padding: 12px 24px;
    background: rgba(255,255,255,0.6);
    border: 1px solid #ebf1f4;
}

.monitoring > img{
    border-bottom: 5px solid #c0c9ce;
    border-top: 5px solid #c0c9ce;
}

.img-transp{
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

    /* IE 5-7 */
    filter: alpha(opacity=50);

    /* Netscape */
    -moz-opacity: 0.5;

    /* Safari 1.x */
    -khtml-opacity: 0.5;

    /* Good browsers */
    opacity: 0.5;
}

.larger{
    font-size: 120%;
    font-weight: bolder;
}

.title-gray{
    color: #999;
}

.mid-content-gray{
    background:  #EAEEF2;
    border: 1px solid #dedede;
}

.for-sale{
    margin: 48px 0px 32px 0px;
    background: #fff;
    padding: 16px;
    border: 1px solid #dedede;
}
.for-sale-title{

    padding-bottom: 18px;
    margin-bottom: 12px;
    border-bottom: 1px solid #dedede;
}

.for-sale-prize{
    background:  #d9534f;
    padding: 2px 16px 8px 16px;
}

.for-sale-prize h3, .for-sale-prize h5{
    color: #fff;
}

.for-sale-details{
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVlZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,238,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,238,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,238,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,238,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,238,242,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,238,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeef2',GradientType=0 ); /* IE6-8 */
    padding: 14px 18px 4px 18px;
    border: 1px solid #dedede;
}

.for-sale-details p{
    font-weight: 700;
}

h4.detail-title{
    background: #4d606a;
    color: #fff;
    padding: 16px;
}
.for-sale-images{
    background:  #dedede;
    padding: 6px 0px;
}
.for-sale-images img{
    max-width: 46%;
    float: left;
    margin: 2%;
    border: 4px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

}

.for-sale-images img:hover{
    -webkit-box-shadow: 0px 0px 8px 0px rgba(77, 96, 106, 0.7);
    -moz-box-shadow: 0px 0px 8px 0px rgba(77, 96, 106, 0.7);
    box-shadow: 0px 0px 8px 0px rgba(77, 96, 106, 0.7);
}


#map-canvas {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    padding: 0;
}

.nav > li > a:hover, .nav > li > a:focus{
background-color: #106d99;
}