/* ==== columns ==== */

.one_half { width: 48% }

.one_third { width: 30.66% }

.two_third { width: 65.33% }

.one_fourth { width: 22% }

.three_fourth { width: 74% }

.one_fifth { width: 16.8% }

.two_fifth { width: 37.6% }

.three_fifth { width: 58.4% }

.four_fifth { width: 79.2% }

.one_sixth { width: 13.33% }

.five_sixth { width: 82.67% }

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    margin-right: 4%;
    margin-bottom: 20px;
    float: left;
    position: relative;
    }

.last {
    margin-right: 0;
    clear: right;
    }

.clearboth {
    line-height: 0;
    clear: both;
    width: 100%;
    height: 0;
    display: block;
    font-size: 0;
    }

/* ==== buttons ==== */

.button-link { margin: 4px }

.button-link a {
    line-height: 16px;
    color: #fff;
    padding: 4px 8px;
    }

.button-link a:hover { background: #000 }

/* ==== tabs ==== */

ul.tabs { margin: 0 }

ul.tabs .selected { background: #000 }

ul.tabs li {
    list-style: none;
    display: inline;
    }

ul.tabs li a {
    line-height: 25px;
    float: left;
    color: #fff;
    margin: 0 4px 0px 0;
    padding: 3px 15px 1px;
    position: relative;
    overflow: hidden;
    }

.pane {
    background: #f5f5f5;
    border-style: solid;
    margin-bottom: 29px;
    clear: both;
    color: #000;
    display: block;
    padding: 20px 20px;
    font-size: 14px;
    }

/* ==== toggle ==== */

.trigger {
    background: url("../images/toggle-plus.png") no-repeat;
    background-position: 0px 5px;
    margin: 0 0 20px;
    cursor: pointer;
    padding: 0px 0px 0px 26px;
    }

.trigger a {
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 16px;
    }

.trigger.active {
    background: url("../images/toggle-minus.png") no-repeat;
    background-position: 0px 5px;
    }

.trigger.active a { color: #000 }

.toggle_container {
    background: #f5f5f5;
    margin-bottom: 20px;
    clear: both;
    padding: 0px 0px 0px 10px;
    overflow: hidden;
    }

.toggle_container .block {
    nowhitespace: afterproperty;
    margin: 0;
    padding: 20px;
    overflow: hidden;
    }

/* ==== highlight ==== */

.highlight {
    color: #fff;
    padding: 0 3px;
    }

.highlight2 {
    background: #000;
    color: #fff;
    padding: 0 3px;
    }

/* ==== dropcaps ==== */

.dropcap {
    padding-top: 0;
    line-height: 40px;
    left: -2px;
    float: left;
    margin: 0 6px 0 0;
    display: block;
    position: relative;
    font-size: 40px;
    }

/* ==== quotes ==== */

.pullquote_left, .pullquote_right {
    background: url("../images/quotes.png") no-repeat scroll 0 0 transparent;
    top: 0px;
    color: #888;
    clear: none;
    padding: 0 0 0 30px;
    position: relative;
    font-size: 14px;
    }

.pullquote_left {
    float: left;
    width: 30%;
    margin: 20px 20px 20px 0;
    padding: 0 0 0 30px;
    }

.pullquote_right {
    float: right;
    width: 29%;
    margin: 20px 0 20px 20px;
    padding: 0 0 0 30px;
    }

/* ==== space ==== */

.space_hr {
    margin-bottom: 40px;
    width: 100%;
    display: block;
    }

/* ==== bar ==== */

.bar_hr {
    margin-top: 10px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 10px;
    display: block;
    }

/* ==== media ==== */

.shrmedia, .shrmedia2 {
    margin: 20px 0 20px 0;
    display: block;
    overflow: hidden;
    position: relative;
    }

.shrmedia2:hover .shrmedia2-play { opacity: 0.6 }

.shrmedia2-play {
    background: #000;
    background: url("../images/playM.png") no-repeat;
    top: 40%;
    left: 40%;
    width: 86px;
    height: 86px;
    display: block;
    position: absolute;
    }