/* -------------------------------------------------------------- */
/* --- Montreal Office Portfolio Page --------------------------- */
/* -------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
    font-family: 'futuracondensedlight';
    font-weight: normal;
    margin:10px 0;
}

body{
    font-family: 'helveticaneue_lt_37_thincnRg', Arial, sans-serif;
}

.page_wrapper {
    margin:0 auto;
    position:relative;
    padding:0;
    width: 100%;
    max-width: 960px;
}

#top_title{
    margin:0 auto;
    height: 170px;
    padding-top: 30px;
    overflow: hidden;
}

#top_menu{
    display:block;
    position: relative;
    top: -184px;
    float:right;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 8px;
    padding-right: 10px;
    border-left-style:solid;
    border-width: 1px;
    color: #7d7d7d;
    z-index: 10;
    cursor: pointer;
}

#top_menu a:link{text-decoration:none;color: #7d7d7d;}
#top_menu a:visited{text-decoration:none;color: #7d7d7d;}
#top_menu a:hover{color: #7eb83a;}

#title_headline{
    display:block;
    position: relative;
    top: -20px;
    font-size: 36px;
    line-height: 36px;
    color: #7d7d7d;
}


#phone_menu{
    visibility:hidden;
}



/* the montreal office footer */
#tmo_footer{
    display:block;
    position: relative;
    top: -18px;
    margin:0 auto;
    height: 400px;
    background-color: #fff;
    max-width: 100%;

}

.footer_img{
    max-width: 100%;
    position:relative; display:block; top:0px;
}

#tmo_contact{
    float:left;
    width: 35%;
    height: 100%;
    background-color: #959595;
}

#tmo_desc{
    float:right;
    width: 65%;
    height: 100%;
    background-color: #d7d7d7;

}
#tmo_desc p{
    padding-left: 35px;
    padding-right: 35px;
    font-size: 100%;
}


/* for slides mandatory rules */
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

/* slides optional rules */
.rslides_container {
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    background-color: #000000;
}

.centered-btns_nav:focus{
    outline: none;
}

.centered-btns_tabs {
    margin-left: -30px;
    height: 26px;
    margin-top: 10px;
    text-align: center;
    }

.centered-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 10px; /* space between dots */
}

.centered-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 100%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../img/port_arrows.png") no-repeat left top;
    margin-top: -45px;
}

.centered-btns_nav:active {
    opacity: 1.0;
}

.centered-btns_nav.next {
    left: auto;
    background-position: right top;
    right: 0px;
}

.centered-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #7d7d7d;
    /* background: rgba(241, 196, 15, 0.20); */
    display: inline-block;
    _display: block;
    *display: block;
/* -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3); */
/* -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3); */
/* box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3); */
    width: 14px;
    height: 14px;
}

.centered-btns_here a {
background: #fff;
/*background: rgba(255, 255, 255, 0.80);*/
}

/* -------------------------------------------------------------- */
/* --- REPSONSIVE 700px ------------------------------------------- */
/* -------------------------------------------------------------- */

@media screen and (max-width:900px) {

    .page_wrapper {
        max-width: 700px;
    }

    .centered-btns_nav {
        margin-top: -43px;
    }

    .centered-btns_tabs a {
        width: 12px;
        height: 12px;
    }
    .centered-btns_tabs {
        margin-top: 8px;
    }

    #tmo_desc p{
        font-size: 14px;
    }
}

/* -------------------------------------------------------------- */
/* --- REPSONSIVE 500px ------------------------------------------- */
/* -------------------------------------------------------------- */

@media screen and (max-width:500px) {
    #tmo_contact{
        width: 100%;
        height: 70%;
    }

    .footer_img{ width: 200px;
        top:-20px;}

    #tmo_desc{
        float: left;
        width: 100%;
    }
}

/* -------------------------------------------------------------- */
/* --- REPSONSIVE 320px ------------------------------------------- */
/* -------------------------------------------------------------- */

@media screen and (max-width:400px) {

    .page_wrapper {
        width: 320px;
    }
    #top_title{
        padding-left:10px;
    }

    #top_menu{
        visibility:hidden;
    }

    #tmo_desc{display:none;}

    #phone_menu{
        visibility:visible;
        display:block;
        position: relative;
        z-index: 10;
        cursor: pointer;
        top: 6px;
    }
    #phone_menu a:link{text-decoration:none;color: #7d7d7d;}
    #phone_menu a:visited{text-decoration:none;color: #7d7d7d;}
    #phone_menu a:hover{color: #7eb83a;}

    .centered-btns_tabs {
        visibility:hidden;
    }
    .centered-btns_nav {
        margin-top: -43px;
    }

}