﻿.container-home .row {
    margin: 0;
}

.container-home .col-xs-6, .container-home .col-xs-12, .container-home .col-xs-3 {
    padding-left: 0px;
    padding-right: 0px;
}

.container-home .col-xs-3 {
    padding-left: 0px;
    padding-right: 0px;
}

.container-home .col-xs-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.container-home .col-xs-12{
    padding-left: 0px;
    padding-right: 0px;
}

/* -------------------- */

/* Tiles */

.tile {
    margin: 0 5px 0 5px;
    color: #006699;
    padding: 10px;
    border-style: solid;
    border-width: 1px 1px 6px 1px;
    border-left-color: #006699;
    border-right-color: #006699;
    border-top-color: #006699;
    background-repeat: no-repeat;
    display: block;
}

legend {
    border-bottom: none;
    margin: 0;
}

.tile-small {
    height: 138px;
    margin-bottom: 10px;
}

.tile-large {
    height: 286px;
    margin-bottom: 5px;
}

.tile-home {
    display: block;
    width: 70px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('images/home-titles/home-title.png');
}

.tile-login {
    display: block;
    width: 70px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('images/home-titles/login-title.gif');
}

.tile-logout {
    display: block;
    width: 70px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('images/home-titles/logout-title.gif');
}

.tile-contact {
    display: block;
    width: 70px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('images/home-titles/contact-title.gif');
}

/* --- Home Backgrounds --- */

.tile-join {
    border-bottom-color: #f7921d;
    background-image: url('images/home-backgrounds/join.jpg');
    background-position: top right;
}

.tile-accredited {
    border-bottom-color: #73b837;
    background-image: url('images/home-backgrounds/taccred.jpg');
    background-position: bottom right;
}

.tile-cpd {
    border-bottom-color: #bc4f49;
    background-image: url('images/home-backgrounds/cpd.jpg');
    background-position: -13px -13px;
}

.tile-training {
    border-bottom-color: #bc4f49;
    background-image: url('images/home-backgrounds/training.jpg');
    background-position: right top;
}

.tile-members {
    border-bottom-color: #f7921d;
    background-image: url('images/home-backgrounds/member.jpg');
    background-position: -4px 45px;
}

.tile-advertise {
    border-bottom-color: #006699;
    background-image: url('images/home-backgrounds/advertise.jpg');
    background-position: -34px 5px;
}

.tile-conference {
    border-bottom-color: #006699;
    background-image: url('images/home-backgrounds/conference-belfast.jpg');
    background-position: center bottom;
}

.tile-conference2 {
    border-bottom-color: #006699;
    background-image: url('images/home-backgrounds/conference.jpg');
    background-position: right bottom;
}

.tile-eabct-conference {
    border-bottom-color: #006699;
    background-image: url('images/home-backgrounds/eabct-2014-bridging-the-gap.png');
    background-position: right top;
}

    .tile-eabct-conference h2 {
        color: #d60018;
        font-weight: bold;
    }

    .tile-eabct-conference p {
        background-color: #d60018;
        color: #fff;
        padding: 5px;
    }

.tile-find {
    border-bottom-color: #7030a0;
    background-image: url('images/home-backgrounds/cbtruk.jpg');
    background-position: 0 -20px;
}

.tile-jobs {
    border-bottom-color: #bc4f49;
    background-image: url('images/home-backgrounds/jobs.jpg');
    background-position: -6px -34px;
}

.tile-cbt {
    border-bottom-color: #7030a0;
    background-image: url('images/home-backgrounds/cbt.jpg');
    background-position: bottom left;
}

.tile-store {
    border-bottom-color: #006699;
    background-image: url('images/home-backgrounds/store.jpg');
    background-position: 5px bottom;
}

.tile-cafe {
    border-bottom-color: #006699;
    background-image: url('images/home-backgrounds/cafe.jpg');
    background-position: 90px 35px;
}
/* --- // Home Background --- */
