﻿/*#region Page Setup */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    font-family: Arial, Verdana, tahoma, Sans-Serif;
    font-size: 0.8em;
    color: #666666;
}

a {
    color: #536166;
}

    a:visited {
        color: #536166;
    }

    a:hover {
        color: #536166;
        text-decoration: none;
    }

/*#endregion*/

/*#region Main Structure */

.wrapper {
    max-width: 994px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

.texture .wrapper {
    min-height: 300px;
}

.col {
    float: left;
    width: 100%;
    padding: 0 10px;
}

.cols-thirds .col {
    width: 33.333%;
}

.cols-third-right .col {
    width: 33.3333%;
}

    .cols-third-right .col:first-of-type {
        width: 66.666%;
    }

.rightcol {
    float: right;
    width: 25%;
    padding: 0 10px;
}

.leftcol {
    float: left;
    width: 72%;
}

/*#endregion*/

/*#region Header */

.header {
    width: 100%;
    display: block;
    background: #e61048;
    border-bottom: 3px solid #ffffff;
    position: relative;
    z-index: 1000;
}

    .header .col {
        display: table;
        float: none;
    }

    .header .logo {
        width: 205px;
        display: table-cell;
        vertical-align: middle;
        padding: 2em 0;
    }

        .header .logo img {
            width: 100%;
            height: auto;
        }

/*#endregion*/

/*#region Footer */

.prefooter {
    width: 100%;
    display: block;
    padding: 10px 0 30px;
    background: #404144 repeat url(/images/page/pre-footer-bg.gif);
}

    .prefooter .wrapper {
        color: #ffffff;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .prefooter h3 {
        color: #f3f8fb;
        margin-bottom: 5px;
    }

    .prefooter .col {
        width: 50%;
    }


    /*background: url(/images/page/coverage.png) no-repeat bottom right;
	min-height: 295px;
}*/

    .prefooter .locations p, .prefooter .safety p {
        max-width: 200px;
        min-width: 140px;
    }

    .prefooter .locations {
        margin-bottom: 20px;
    }

.location-map {
    width: 50%;
    max-width: 190px;
    float: right;
    margin: 0 20px 20px;
}

    .location-map img {
        width: 100%;
        height: auto;
    }


.prefooter .button {
    background: #000000;
    display: inline-block;
    font-size: 0.9em;
    height: 3em;
    line-height: 3em;
    padding: 0 1em;
    color: #EC184E;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .prefooter .button:hover {
        background: #EC184E;
        color: #000000;
    }

.prefooter .eventsoptions {
    width: 460px;
    float: left;
}

.footer {
    width: 100%;
    display: block;
    font-size: 0.9em;
    text-transform: uppercase;
    background-color: #231f20;
    color: #ffffff;
}

    .footer .wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer .col {
        width: 50%;
    }

    .footer a {
        color: #ffffff !important;
        text-decoration: none;
        display: inline-block;
        font-weight: normal;
    }

footer a:visited {
    color: #ffffff !important;
    text-decoration: none;
}

footer a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.footerlinks {
    list-style: none;
    padding: 10px;
    width: 50%;
    float: left;
}

    .footerlinks li {
        display: inline-block;
        margin: 0 0 10px 10px;
    }

        .footerlinks li:first-child {
            margin-left: 0;
        }

.footerlinksright {
    float: right;
    width: 50%;
    text-align: right;
}

.footer .creditText {
    text-align: right;
    color: #666;
    padding: 20px;
    display: block;
}

    .footer .creditText a {
        color: #666 !important;
    }


/* Left Col */

/* Right Col */
.rightbox {
    width: 100%;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(230, 230, 230, 0);
    box-shadow: 0px 0px 2px 2px rgba(220, 220, 200, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    margin-bottom: 20px;
}

    .rightbox:hover {
        -webkit-box-shadow: 0px 0px 2px 2px rgba(230, 230, 230, .5);
        box-shadow: 0px 0px 2px 2px rgba(220, 220, 200, .5);
    }

    .rightbox .content {
        background: url(/images/page/highlight-steel.png) repeat-x;
        position: relative;
        padding: 10px 10px 55px;
        height: 100%;
    }

        .rightbox .content .red {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 2em;
            line-height: 2em;
            padding: 0 10px;
            background-color: #e61048;
            width: 100%;
            color: #ffffff;
            font-weight: bold;
            font-size: 1.4em;
            text-decoration: none;
        }

            .rightbox .content .red:hover {
                color: #e61048;
                background-color: #000;
            }

    .rightbox h3 {
        margin: 0;
        padding: 0;
    }

    .rightbox p {
        width: 100% !important;
        height: auto !important;
        left: auto !important;
        top: auto !important;
    }

    .rightbox img {
        position: absolute;
        bottom: 15px;
        right: 10px;
        z-index: 50;
        pointer-events: none;
    }

.leftcol .content img,
.rightcol .content img {
    width: auto;
    height: auto;
    max-width: 100%;
}


/*#endregion*/

/*#region Typography */

p {
    line-height: 1.5em;
}

h1, h2, h3 {
    font-family: 'Play', Arial, sans-serif;
}

h1 {
    font-size: 2.4em;
    color: #ed174f;
    margin: 0;
    padding: 15px 0;
}

    h1 p {
        margin: 0;
        line-height: 1em;
    }

h2 {
    font-size: 2em;
    color: #424347;
    margin: 0 0 6px 0;
    padding: 10px 0 0 0;
}

h3 {
    font-size: 1.8em;
    color: #424347;
    margin: 0;
    padding: 10px 0 0 0;
}

/*#endregion*/

/*#region Utilities */

img {
    border: none;
}

.clearer {
    clear: both;
    width: 100%;
    height: 0px;
}

.five {
    height: 5px;
}

.nine {
    height: 9px;
}

.ten {
    height: 10px;
}

.twenty {
    height: 20px;
}

.thirty {
    height: 30px;
}

.forty {
    height: 40px;
}

.fifty {
    height: 50px;
}

.hundred {
    height: 100px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.underline {
    text-decoration: underline;
}

.center {
    text-align: center;
}

.nopad {
    padding: 0;
    margin: 0;
}

.red {
    color: #e61048;
}

.orange {
    color: #ffaa36;
}

.blue {
    color: #7dabd2;
}

.italics {
    font-style: italic;
}

hr.dotted {
    color: #fff;
    background-color: #fff;
    border-top: 1px dotted #afafaf;
    height: 1px;
}

.dottedline {
    width: 100%;
    height: 1px;
    clear: both;
    border-top: 1px dotted #afafaf;
}

/*#endregion*/

/*#region Home */

.gradienttop {
    width: 100%;
    background: #fefefe url(/images/page/gradient-top.png) repeat-x;
    border-top: 2px solid #fff;
    position: relative;
}

.gradientbottom {
    width: 100%;
    height: 96px;
    background: #ffffff url(/images/page/gradient-bottom.png) repeat-x;
    position: absolute;
    bottom: 0;
}

.gradienttop .wrapper {
    z-index: 10;
    padding-bottom: 32px;
}

.texture {
    width: 100%;
    background: #fafafa url(/images/page/texture.jpg) repeat-x;
    position: relative;
    padding: 20px 0px 30px 0px;
}

/*.texture .wrapper		{width: 974px;}
*/



.swiper-container {
    width: 100%;
    position: relative;
    max-height: 395px;
    overflow: hidden;
}

.swiper-wrapper {
    /*width: 984px; */
    margin: 0 auto;
    position: relative;
    z-index: 500;
    padding: 0;
    list-style: none;
}

.swiper-slide {
    width: 990px;
    float: left;
}


    .swiper-slide img {
        width: 100%;
        height: auto;
    }

.owl-carousel .owl-stage-outer {
    width: 100%;
}

.owl-controls {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    height: 100%;
}

.owl-dots {
    padding: 10px 25%;
    text-align: center;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.owl-dot {
    max-width: 50px;
    width: auto;
    height: 10px;
    display: table-cell;
    padding: 1px;
}

    .owl-dot span {
        display: block;
        width: 100%;
        height: 10px;
        background-color: #fff;
        overflow: hidden;
    }

    .owl-dot.active span {
        background-color: #e61048;
    }

.owl-prev, .owl-next {
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 99;
    display: block;
    height: 100%;
    width: 60px;
    margin: 0;
    text-indent: -999px;
    overflow: hidden;
}

.owl-prev {
    left: 0;
    background: url(/images/page/slider-arrow-left.png) no-repeat;
}

.owl-next {
    right: 0;
    background: url(/images/page/slider-arrow-left.png) right 0 no-repeat;
}

.owl-item {
    background-color: #000;
}

    .owl-item img {
        opacity: 0.5;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.owl-stage .owl-item.center img {
    opacity: 1;
}



.thumbNav {
    display: block;
    position: absolute;
    z-index: 1000;
    padding: 0;
    margin: 0;
    width: 800px;
    height: 30px;
}

    .thumbNav li {
        padding: 0;
        margin: 0;
    }

.shoulderholder {
    position: absolute;
    width: 100%;
    height: 395px;
    z-index: 1000;
    margin: 0 auto;
    top: 0;
}

    .shoulderholder .lineup {
        width: 990px;
        height: 395px;
        margin: 0 auto;
        position: relative;
    }

        .shoulderholder .lineup .leftshoulder {
            width: 5000px;
            height: 395px;
            background: url(/images/page/shoulder.png);
            position: absolute;
            top: 0;
            left: -5000px;
        }

        .shoulderholder .lineup .rightshoulder {
            width: 5000px;
            height: 395px;
            background: url(/images/page/shoulder.png);
            position: absolute;
            top: 0;
            right: -5000px;
        }

.leftshoulderoverlay {
    width: 20px;
    height: 395px;
    background: url(/images/page/shoulder.png);
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
}

.righthoulderoverlay {
    width: 20px;
    height: 395px;
    background: url(/images/page/shoulder.png);
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

.leftshoulderimage {
    width: 990px;
    height: 395px;
    position: absolute;
    z-index: 20;
    top: 0;
    text-align: right;
}

.rightshoulderimage {
    width: 990px;
    height: 395px;
    position: absolute;
    z-index: 20;
    top: 0;
    text-align: left;
}

/*#endregion*/

/*#region Category Listing */

.categorylisting {
    /*width: 990px!important;*/
}

    .categorylisting .catlistingline {
        /*width: 974px; */
        height: 6px;
        background-color: #e0e0e0;
        margin: 20px auto;
    }

    .categorylisting .thumbbox .content p {
        margin: 0;
        padding: 10px;
        font-weight: bold;
    }

    .categorylisting .thumbbox .content img {
        padding: 10px;
        width: 100%;
        height: auto;
    }

    .categorylisting .thumbbox .content:hover {
        -webkit-box-shadow: 0px 0px 2px 2px rgba(230, 230, 230, 0.5);
        box-shadow: 0px 0px 2px 2px rgba(220, 220, 200, 0.5);
    }

    .categorylisting .thumbbox:hover a {
        color: #e61048;
    }

/*#endregion*/

/*#region Category Detail */

.product .right {
    width: 60%;
    padding: 0 10px;
}

.product .left {
    width: 40%;
    padding: 0 10px;
}

.product img {
    width: 100%;
    height: auto;
    border: 1px solid #dddddd;
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(230, 230, 230, 0);
    box-shadow: 0px 0px 2px 2px rgba(220, 220, 200, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 15px;
}

    .product img:hover {
        -webkit-box-shadow: 0px 0px 2px 2px rgba(230, 230, 230, .5);
        box-shadow: 0px 0px 2px 2px rgba(220, 220, 200, .5);
    }

.product .specs {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(230, 230, 230, 0);
    box-shadow: 0px 0px 2px 2px rgba(220, 220, 200, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

    .product .specs:hover {
        -webkit-box-shadow: 0px 0px 2px 2px rgba(230, 230, 230, .5);
        box-shadow: 0px 0px 2px 2px rgba(220, 220, 200, .5);
    }

    .product .specs .content {
        padding: 14px;
    }

        .product .specs .content .left {
            width: 170px;
        }

        .product .specs .content .right {
            width: 70px;
        }

.catdetailline {
    width: 100%;
    height: 6px;
    background-color: #e0e0e0;
    margin: 20px 0;
}

.product .button, .news .button {
    display: inline-block;
    font-size: 0.9em;
    height: 3em;
    line-height: 3em;
    padding: 0 1em;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgb(236,22,78); /* Old browsers */
}

    .product .button:hover {
        background: rgba(217,1,57,1);
        color: #ffffff;
    }

/*#endregion*/

/*#region Location Page */

.locationmap {
    width: 100%;
    height: 365px;
    border: solid 1px #ffffff;
}

.mapholder {
    width: 708px;
    height: 350px;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(230, 230, 230, .5);
    box-shadow: 0px 0px 2px 2px rgba(220, 220, 200, .5);
    margin-bottom: 20px;
}

    .mapholder small a {
        color: #E61048 !important;
    }

.locationsholder {
    width: 100%;
    border: 1px solid #ddd;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(230, 230, 230, 0);
    box-shadow: 0px 0px 2px 2px rgba(220, 220, 200, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
    line-height: 2.4em;
    font-weight: bold;
}

    .locationsholder:hover {
        -webkit-box-shadow: 0px 0px 2px 2px rgba(230, 230, 230, .5);
        box-shadow: 0px 0px 2px 2px rgba(220, 220, 200, .5);
    }

    .locationsholder .content {
        padding: 14px;
    }

        .locationsholder .content h3 {
            color: #E61048;
            padding: 0;
        }

.locationleft {
    float: left;
    width: 40%;
    font-weight: bold;
}

h2.locationname {
    color: #e61048 !important;
    font-weight: bold;
}

.locationright {
    float: right;
    width: 60%;
    padding-left: 20px;
}

.locations .thumbbox {
    margin-bottom: 10px;
}


/*#endregion*/

/*#region News Detail */

.news {
}

    .news .rightcol {
        width: 72%;
        float: right;
    }

    .news .leftcol {
        width: 25%;
        float: left;
    }

    .news .rightcol img {
        float: right;
        margin: 0 0 20px 20px;
    }

    .news .rightcol h2 {
        padding: 0 0 10px 0;
        float: left;
        font-family: Arial;
        text-transform: uppercase;
        font-size: 1.2em;
        font-weight: bold;
    }

    .news .rightcol .backlink {
        float: right;
        text-align: right;
    }

    .news .rightcol .newsline {
        height: 6px;
        background-color: #e0e0e0;
        margin: 20px auto;
    }

    .news .leftcol .newsarchiveholder {
        width: 100%;
        border: 1px solid #ddd;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 2px 2px rgba(230, 230, 230,0);
        box-shadow: 0px 0px 2px 2px rgba(220, 220, 200,0);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #d8d8d8;
        line-height: 2.4em;
        font-weight: bold;
    }

        .news .leftcol .newsarchiveholder:hover {
            -webkit-box-shadow: 0px 0px 2px 2px rgba(230, 230, 230, .5);
            box-shadow: 0px 0px 2px 2px rgba(220, 220, 200, .5);
        }

        .news .leftcol .newsarchiveholder .content {
            padding: 14px;
        }

            .news .leftcol .newsarchiveholder .content h3 {
                color: #E61048;
                padding: 0;
            }

    .news .leftcol .newsarchiveholder {
        float: left;
        width: 100%;
        font-weight: bold;
        text-transform: uppercase;
    }

.summaryholder {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
}

.summaries .summaryholder:nth-of-type(3n) {
    margin-right: 0;
}

.news .rightcol .summarypanel {
    border: 1px solid #ddd;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(230, 230, 230, 0);
    box-shadow: 0px 0px 2px 2px rgba(220, 220, 200, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    padding: 0 10px 60px;
    position: relative;
    float: left;
}


    .news .rightcol .summarypanel:hover {
        -webkit-box-shadow: 0px 0px 2px 2px rgba(230, 230, 230, .5);
        box-shadow: 0px 0px 2px 2px rgba(220, 220, 200, .5);
    }

    .news .rightcol .summarypanel img {
        float: none;
        margin: 0;
        width: 100%;
        height: auto;
    }

    .news .rightcol .summarypanel p {
        margin: 12px 5px;
    }

    .news .rightcol .summarypanel .summaryPanelButton {
        position: absolute;
        left: 15px;
        bottom: 15px;
    }

    .news .rightcol .summarypanel .summaryPanelContent {
        height: 355px;
        overflow: hidden;
    }

.lastinrow {
    padding: 0;
}
/*#endregion*/

/*#region Button List */

.buttonlist {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

    .buttonlist li {
        width: 33.3333%;
        float: left;
        padding: 5px;
        margin: 0;
    }

        .buttonlist li a {
            display: block;
            padding: 5px 10px;
            line-height: 1.4em;
            background-color: #e61048;
            color: #ffffff;
            font-weight: bold;
            font-size: .8em;
            border: none;
            text-decoration: none;
        }

            .buttonlist li a:hover {
                background-color: #000;
            }

/*#endregion*/

/*#region News Listing */

.newssummary {
    border-bottom: 6px solid #e0e0e0;
    margin-bottom: 20px;
}

    .newssummary .newssummarytext {
        width: 60%;
        float: left;
        padding-right: 20px;
    }

    .newssummary .newssummaryimage {
        width: 40%;
        float: right;
        text-align: right;
        clear: both;
    }

        .newssummary .newssummaryimage img {
            max-width: 100%;
            width: auto;
            height: auto;
        }

/*.newredbutton
{
	list-style: none;
	width: 30%;
	float: left;
	bottom: 0px;
	left: 0px;
	height: 2em;
	line-height: 2em;
	background-color: #e61048;
	color: #ffffff;
	font-weight: bold;
	font-size: .8em;
	border-style: solid;
	border: color:#ffffff;
}*/

.newredbutton a {
    padding: 0 0 0 20px;
    color: #ffffff;
    text-decoration: none;
}

.newredbutton li {
    float: left;
    display: block;
    border: none;
    height: 27px;
}

    .newredbutton li a {
        display: block;
        outline: 0;
    }

.newredbutton h3 {
    background-color: #e61048;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4em;
}




/*#endregion*/

/*#region Menu */
.menu {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
}

.menu-toggle {
    display: none;
}

#menu {
    display: inline-block;
    vertical-align: bottom;
    list-style: none; /*width: 765px;*/
    margin: 0;
    padding: 0; /*height: 87px; */ /*position: absolute; 	top: 26px; 	left: 226px; 	background-image: url(/images/menu/menu-sprite.png);*/
}

    #menu li {
        float: left;
        display: block;
        border: none;
    }

    #menu > li:hover > a:after {
        content: '';
        z-index: -1;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 3px;
        display: block;
        background-color: #221E1F;
        -moz-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        -o-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }

    #menu li a {
        outline: 0;
        z-index: 1;
    }

    #menu > li > .drop {
        position: relative;
        display: block;
        font-family: 'Play', Arial, sans-serif;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        padding: 3.75em 0.6em 2em;
    }

    #menu .dropdown {
        visibility: hidden;
        float: left;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: left;
        padding: 0;
        border-top: none;
        background-color: #221E1F;
    }

    #menu li:hover .dropdown {
        visibility: visible;
    }

    #menu .dropdown .content {
        padding: 20px;
    }

    #menu .dropdown .col1 {
        float: left;
        width: 30%;
        padding: 10px;
    }

    #menu .dropdown .col2 {
        float: left;
        width: 30%;
        padding: 10px;
    }

    #menu .dropdown .col3 {
        float: right;
        width: 40%;
        background-color: #fff;
        padding-bottom: 20px;
    }

    #menu .dropdown a {
        color: #8a8a8a;
        text-decoration: none;
        text-transform: capitalize;
        font-weight: bold;
        margin-bottom: 1em;
        line-height: 1.4em;
        display: inline-block;
    }

        #menu .dropdown a:first-letter {
            text-transform: uppercase;
        }

        #menu .dropdown a:visited {
            color: #8a8a8a;
            text-decoration: none !important;
        }

        #menu .dropdown a:hover {
            color: #ffffff;
            text-decoration: none !important;
        }

    #menu .dropdown .col3 .heading {
        height: 43px;
        line-height: 43px;
        text-transform: uppercase;
        background-color: #f2f2f2;
        font-weight: bold;
        text-indent: 20px;
    }

    #menu .dropdown .col3 .left {
        float: left;
        width: 50%;
        padding-left: 20px;
        font-size: 0.8em;
    }

    #menu .dropdown .col3 .right {
        text-align: right;
        float: right;
        width: 50%;
    }


    #menu .dropdown .col3 a {
        color: #e61048 !important;
    }

.navlocation .col3 img {
    padding: 20px;
}

/*#endregion*/

/*#region Thumbs */

.thumbbox, .homethumbbox {
    position: relative;
    z-index: 100;
    margin-bottom: 20px;
}

.thumbbox {
    width: 20%;
}

    .thumbbox .content,
    .homethumbbox .content {
        border: 1px solid #dddddd;
        background-color: #ffffff;
        text-align: center;
        padding-bottom: 50px;
        min-height: 280px;
        position: relative;
        z-index: 1000;
        -webkit-box-shadow: 0px 0px 2px 2px rgba(230, 230, 230, 0);
        box-shadow: 0px 0px 2px 2px rgba(220, 220, 200, 0);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.homethumbboxwrapper {
    text-align: center;
}

.homethumbbox {
    width: 33%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 -2px 20px;
    position: relative;
    z-index: 100;
}

    .homethumbbox .content {
        width: 100%;
    }

    .homethumbbox img {
        width: 100%;
        height: auto;
        max-width: 150px;
    }

.homebox-center-space {
    float: left;
    width: 123px;
}


.homethumbbox .content:hover {
    -webkit-box-shadow: 0px 0px 2px 2px rgba(230, 230, 230, .5);
    box-shadow: 0px 0px 2px 2px rgba(220, 220, 200, .5);
}

.thumbbox .content img,
.homethumbbox .content img {
    padding: 10px 0 10px 0;
}

.thumbbox .content p,
.homethumbbox .content p {
    margin: 0;
    padding: 0 10px 10px 10px;
    min-height: 50px;
}

.thumbbox .content a,
.homethumbbox .content a {
    text-decoration: none;
}

.thumbbox .content .button,
.homethumbbox .content .button {
    background: #ebebeb;
    display: inline-block;
    font-size: 0.9em;
    height: 3em;
    line-height: 3em;
    padding: 0 1em;
    color: #a5a5a5;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.thumbbox .content .button {
    position: absolute;
    white-space: nowrap;
    bottom: 20px;
    z-index: 1000;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .thumbbox .content .button:hover, .homethumbbox .content .button:hover {
        background: #e61048;
        color: #ffffff !important;
    }

.thumbbox .overlaybutton, .homethumbbox .overlaybutton {
    display: block;
    z-index: 1000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: transparent;
}

.texture .left {
    padding-right: 16px;
}

.texture .lastinrow {
    padding: 0;
}



/*#endregion*/

/*#region Highlights */

.highlightbox {
    width: 100%;
    height: 82%;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(230, 230, 230, 0);
    box-shadow: 0px 0px 2px 2px rgba(220, 220, 200, 0);
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .highlightbox:hover {
        -webkit-box-shadow: 0px 0px 2px 2px rgba(230, 230, 230, .5);
        box-shadow: 0px 0px 2px 2px rgba(220, 220, 200, .5);
    }

    .highlightbox .content {
        background: url(/images/page/highlight-steel.png) repeat-x;
        min-height: 150px;
        padding: 10px 10px 45px;
    }

        .highlightbox .content p {
            left: auto !important;
            top: auto !important;
            width: auto !important;
            height: auto !important;
        }

        .highlightbox .content .red {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 3;
            height: 2em;
            line-height: 2em;
            background-color: #e61048;
            width: 100%;
            color: #ffffff;
            font-weight: bold;
            font-size: 1.4em;
            padding: 0 0 0 20px;
            color: #ffffff;
            text-decoration: none;
        }

            .highlightbox .content .red:hover {
                background-color: #000;
                color: #e61048;
            }

.highlightboxdigger p {
    width: 150px;
    position: relative;
    left: 20px;
    top: 20px;
    margin: 0;
}

.highlightbox img {
    position: relative;
    float: right;
    max-width: 110px;
    height: auto;
    margin: 0 -10px 0 10px;
    z-index: 4;
}

.highlightboxdrill p {
    width: 150px;
    position: relative;
    left: 20px;
    top: 20px;
    margin: 0;
}



.newsbox {
    padding: 10px;
    border: 1px solid #dddddd;
    background: rgba(255, 255, 255, .3);
    line-height: 5em;
}

    .newsbox .left {
        padding: 0 14px;
    }

    .newsbox .right {
        width: 110px;
        padding: 0 14px 0 0;
        text-align: right;
    }

    .newsbox h3 {
        float: left;
        padding: 0 10px 0 0;
    }

    .newsbox .button {
        background: #f0f0f0;
        border: 1px solid #f4f4f4;
        display: inline-block;
        font-size: 0.9em;
        height: 3em;
        line-height: 3em;
        padding: 0 1em;
        color: #a5a5a5;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        white-space: nowrap;
    }

        .newsbox .button:hover {
            background: #e61048;
            color: #ffffff;
            border: 1px solid #e61048;
        }

.newsbox-twitter {
    padding: 10px;
    border: 1px solid #dddddd;
    background: rgba(255, 255, 255, .3);
    line-height: 5em;
}

    .newsbox-twitter h3 {
        display: block;
        margin: 0;
        padding: 0;
    }

    .newsbox-twitter a {
        color: #424347;
        text-decoration: none;
    }

.follow-us-twitter-button {
    background: url(/Images/buttons/follow-us-on-twitter.png) left center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    text-indent: -999px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.twitter-news-list {
    float: right;
    clear: right;
    margin-top: 10px;
}

/*#endregion*/

/*#region Contact */

.error {
    position: absolute;
    top: 5px;
    right: 5px;
}

.contactformfield {
    position: relative;
}

.contactformlabel {
    float: left;
    width: 30%;
    max-width: 250px;
    color: #e61048;
}

.contactrightbox {
    float: right;
    width: 65%;
    max-width: 500px;
    line-height: 1.4em;
    overflow: hidden;
}

.contacttextbox {
    float: right;
    width: 65%;
    max-width: 500px;
    font-family: "Lucida Sans", Arial, sans-serif;
    vertical-align: middle;
    font-size: 100%;
    padding: 5px;
    background-color: #FFF;
    border: #d4d0c8 solid 1px;
}

    .contacttextbox:focus,
    .contacttextboxarea:focus {
        outline: 2px solid #f3d616;
    }

.contacttextboxarea {
    float: right;
    width: 65%;
    max-width: 500px;
    height: 200px;
    resize: vertical;
    font-family: "Lucida Sans", Arial, sans-serif;
    vertical-align: middle;
    font-size: 100%;
    padding: 5px;
    background-color: #FFF;
    border: #d4d0c8 solid 1px;
}

.contactformbutton {
    display: inline-block;
    font-size: 0.9em;
    height: 3em;
    line-height: 3em;
    padding: 0 1em;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgb(236,22,78); /* Old browsers */
}

    .contactformbutton:hover {
        background: rgba(217,1,57,1);
        color: #ffffff;
    }


/*#endregion*/

/*#region Videos */

.video-wrapper {
    margin: 10px 0;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    padding-top: 25px;
    height: 0;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*#endregion*/

