/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* LESS UTILITY MIXINS ============================================== */
.orange {
    color: #f2a305;
}

.yellow {
    color: #fef852;
}

.burnt_orange {
    color: #f24c09;
}

.mid_orange {
    color: #f3661f;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*================================================
 BEGIN Fonts + Original Reset
================================================*/
@font-face {
    font-family: 'PFDinTextProRegular';
    src: url('../fonts/pfdintextpro-regular-webfont.eot');
    src: url('../fonts/pfdintextpro-regular-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/pfdintextpro-regular-webfont.woff') format('woff'), url('../fonts/pfdintextpro-regular-webfont.ttf') format('truetype'), url('http://kantarmedia-audiences.com/fonts/pfdintextpro-regular-webfont.svg#PFDinTextProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinTextProMedium';
    src: url('../fonts/pfdintextpro-medium-webfont.eot');
    src: url('../fonts/pfdintextpro-medium-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/pfdintextpro-medium-webfont.woff') format('woff'), url('../fonts/pfdintextpro-medium-webfont.ttf') format('truetype'), url('http://kantarmedia-audiences.com/fonts/pfdintextpro-medium-webfont.svg#PFDinTextProMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinTextProLight';
    src: url('../fonts/pfdintextpro-light-webfont.eot');
    src: url('../fonts/pfdintextpro-light-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/pfdintextpro-light-webfont.woff') format('woff'), url('../fonts/pfdintextpro-light-webfont.ttf') format('truetype'), url('http://kantarmedia-audiences.com/fonts/pfdintextpro-light-webfont.svg#PFDinTextProLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinTextProBold';
    src: url('../fonts/pfdintextpro-bold-webfont.eot');
    src: url('../fonts/pfdintextpro-bold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/pfdintextpro-bold-webfont.woff') format('woff'), url('../fonts/pfdintextpro-bold-webfont.ttf') format('truetype'), url('http://kantarmedia-audiences.com/fonts/pfdintextpro-bold-webfont.svg#PFDinTextProBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    color: #333;
    font: 11px Arial, Verdana, sans-serif;
    background: #0f0f0d;
    min-width: 980px;
}

img {
    vertical-align: top;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

    a:hover {
        text-decoration: underline;
    }
/* a:hover{text-decoration:underline;} */
input,
textarea,
select {
    color: #333;
    font: 100% Arial, Verdana, sans-serif;
    vertical-align: middle;
}

    input[type='submit']:hover,
    input[type='reset']:hover,
    button:hover {
        cursor: pointer;
    }

.alignleft {
    float: left;
}

.alignright {
    float: right;
}
/*================================================
 END Fonts + Original reset
================================================*/
/*================================================
 START Header
================================================*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 980px;
    min-height: 105px;
    z-index: 10;
    background: url(../img/bg-header.png) no-repeat 50% 3px;
}

    .header > .holder {
        position: relative;
        margin: 0 auto;
        width: 960px;
    }

    .header a {
        color: #fff;
    }
/* top-line */
.top-line {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 3px;
    background: #ffb400;
}

    .top-line .l {
        position: absolute;
        left: 0;
        top: 0;
        height: 3px;
        width: 50%;
        background: #f70000;
        z-index: 1;
    }

    .top-line .c {
        position: relative;
        width: 1200px;
        height: 3px;
        margin: 0 auto;
        z-index: 2;
        background: url(../img/bg-line.png) no-repeat;
    }

.topbar {
    padding: 4px 0 7px;
    width: 100%;
    position: relative;
    z-index: 10;
}
/* user-menu */
.user-menu {
    position: relative;
    z-index: 10;
    float: right;
    padding: 0 10px 0 0;
}

    .user-menu > li {
        margin: 0 0 0 17px;
        float: left;
        position: relative;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        padding: 1px;
    }

        .user-menu > li > a {
            float: left;
            padding: 4px 13px 7px 9px;
            font: 12px/14px 'PFDinTextProMedium', Arial, Helvetica, sans-serif;
        }

.header .user-menu > li > a:hover {
    text-decoration: none;
    color: yellow;
}
/*.user-menu>li:hover,*/
.user-menu {
    /* end .uk_flag */
}

    .user-menu li.flag_head img {
        float: left;
        margin: 2px 0 0 0;
    }
/* end .user-menu */
/* navbar */
.navbar {
    width: 100%;
    position: relative;
    z-index: 5;
}
/* logo */
.logo {
    float: left;
    overflow: hidden;
    margin: 0 0 0 16px;
}

    .logo a {
        display: block;
        height: 100%;
    }
/* nav-holder */
.nav-holder {
    padding: 23px 0 0;
    float: right;
}

#nav {
    float: left;
}

    #nav > li {
        position: relative;
        float: left;
    }

        #nav > li > a {
            padding: 0 11px 8px;
            float: left;
            font: 12px/14px 'PFDinTextProMedium', Arial, Helvetica, sans-serif;
            text-transform: uppercase;
        }

        #nav > li.last-child > a {
            padding-right: 23px;
        }

        #nav > li:hover > a,
        #nav > li > a:hover,
        #nav > li.active > a {
            color: #fff700;
            text-decoration: none;
        }

    #nav .drop {
        position: absolute;
        top: -9999px;
        left: -9px;
        padding: 0 0 10px;
        width: 161px;
        background: url(../img/bg-drop.png) no-repeat -166px 100%;
    }

        #nav .drop .holder {
            background: url(../img/bg-drop.png) repeat-y;
            width: 100%;
        }

    #nav > li.penult,
    #nav > li.last-child {
        position: static;
    }

        #nav > li.penult .drop {
            left: auto;
            right: 58px;
        }

        #nav > li.last-child .drop {
            left: auto;
            right: 1px;
        }

    #nav li:hover .drop {
        top: 100%;
    }

.gradient {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
/* drop-menu */
.drop-menu {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 0 0 -4px;
    padding: 2px 0 0;
    text-align: center;
    font: bold 11px/14px Arial, Helvetica, sans-serif;
    background: url(../img/transparent.gif) no-repeat;
}

    .drop-menu li {
        vertical-align: top;
        padding: 5px 0 7px;
        background: url(../img/divider-drop.png) no-repeat 50% 0;
    }

        .drop-menu li a:hover {
            text-decoration: none;
        }

        .drop-menu li:first-child {
            background: none;
        }

        .drop-menu li.last-child {
            padding-bottom: 2px;
        }
/* search-form */
.search-form {
    position: absolute;
    top: 100%;
    right: 0;
    margin: 1px 0 0;
    width: 150px;
    height: 33px;
    background: url(../img/bg-searchform.png) no-repeat;
}

    .search-form .form-wrapper {
        width: 100%;
        padding: 7px 0;
    }

    .search-form .form-item {
        float: left;
        margin: 0 0 0 7px;
        width: 111px;
        height: 15px;
        padding: 2px;
        background: url(../img/bg-text-field.png) no-repeat;
    }

        .search-form .form-item input {
            float: left;
            width: 91px;
            height: 12px;
            margin: 0;
            padding: 0;
            border-width: 2px 10px 1px;
            border-color: transparent;
            background: none;
            color: #818080;
            font-size: 11px;
            line-height: 12px;
        }

        .search-form .form-item label {
            display: none;
        }

    .search-form .form-submit {
        float: right;
        text-indent: -9999px;
        line-height: 0;
        overflow: hidden;
        width: 12px;
        height: 13px;
        border: 0;
        padding: 0;
        margin: 3px 9px 0 0;
        background: url(../img/btn.png) no-repeat -64px 0;
    }
    /* search-drop */
    .search-form.opened {
        width: 212px;
    }

.search-drop {
    position: absolute;
    top: -9999px;
    right: 0;
    padding: 0 0 75px;
    width: 212px;
    background: url(../img/bg-searchform.png) no-repeat -372px 100%;
}

    .search-drop .holder {
        background: url(../img/bg-searchform.png) repeat-y -589px 0;
        width: 100%;
    }

    .search-drop .frame {
        float: left;
        width: 100%;
        margin: 0 0 -69px;
        padding: 8px 0 0;
    }

.search-form.opened fieldset {
    background: url(../img/bg-searchform.png) no-repeat -155px 0;
}

.search-form.opened .text-field {
    margin: 0 0 0 7px;
    width: 173px;
    background: url(../img/bg-text-field.png) no-repeat 0 -24px;
}

    .search-form.opened .text-field input {
        width: 150px;
        border-width: 2px 10px 1px 13px;
    }

.search-form.opened .search-drop {
    top: 100%;
}

.search-drop .row {
    width: 100%;
    padding: 0 0 4px;
}

.search-drop .btn-all {
    color: #fff;
    float: right;
    padding: 1px 0 0 18px;
    margin: 0 11px;
    background: url(../img/btn-all.gif) no-repeat;
    font: bold 12px/14px Arial, Helvetica, sans-serif;
}

.search-drop .result-list {
    font: bold 11px/14px Arial, Helvetica, sans-serif;
}

    .search-drop .result-list li {
        vertical-align: top;
        padding: 3px 18px 9px;
        background: url(../img/divider-searchdrop.png) no-repeat 50% 0;
    }

        .search-drop .result-list li:first-child {
            background: none;
        }
/*================================================
 END Header
================================================*/
/* wrapper */
.wrapper {
    width: 100%;
    background: #0f0f0d;
    min-height: 920px;
}

    .wrapper > .holder {
        position: relative;
        z-index: 2;
        width: 960px;
        margin: 0 auto;
        padding: 108px 0 90px;
    }
/*
.logged-in .wrapper>.holder{
    padding:38px 0 27px;
}*/
/* bg-page */
.bg-page {
    /*position: absolute; */
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    position: fixed;
}
/* placeholder */
.placeholder {
    width: 100%;
}

    .placeholder img {
        vertical-align: top;
    }

    .placeholder a:hover {
        text-decoration: none;
    }
/* block-holder */
.block-holder {
    padding: 19px 0 0;
    width: 100%;
}
/* news-block */
.news-block,
.item-block {
    float: left;
    width: 436px;
    padding: 17px;
    background: #000;
    color: #fff;
    font: 12px/14px Arial, Helvetica, sans-serif;
    min-height: 205px;
}

    .news-block .heading {
        padding: 0 0 26px;
        width: 100%;
    }

    .news-block h2,
    .item-block h2 {
        margin: 0;
        color: #fff700;
        font: 18px/20px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
    }

    .news-block a,
    .item-block a {
        color: #fff;
    }

.news-block {
    overflow: hidden;
    /* Flexslider Styles news block */
}

    .news-block .flexslider {
        margin: 0 0 60px;
        background: #000;
        border: none;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        zoom: 1;
    }

    .news-block .flex-viewport {
        max-height: 2000px;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        overflow: hidden;
    }

    .news-block .flexslider .slides img {
        width: 150px;
    }

    .news-block .flex-active-slide {
        width: 434px!important;
    }

.action {
    position: absolute;
    padding: 4px 4px 0 0;
    top: -47px;
    right: -2px;
}

    .action a {
        float: left;
        width: 21px;
        height: 17px;
        text-indent: -9999px;
        overflow: hidden;
    }

    .action .prev {
        background: url(../img/btn.png) no-repeat -270px 0;
    }

    .action .next {
        background: url(../img/btn.png) no-repeat -296px 0;
        width: 20px;
        margin: 0 0 0 12px;
    }

    .action .prev:hover,
    .action .prev.active {
        background: url(../img/btn.png) no-repeat -81px 0;
    }

    .action .next:hover,
    .action .next.active {
        background: url(../img/btn.png) no-repeat -107px 0;
    }
/* slide-holder */
.news-block .slide-holder {
    width: 434px;
    position: relative;
    margin: 0 auto;
}

.slide-holder .holder p {
    width: 234px;
    float: left;
}
/* slide-list */
.news-block .slide-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .news-block .slide-list > li {
        padding: 0 0 3px;
        float: left;
        width: 434px;
    }

.news-block .row {
    width: 434px;
    padding: 0;
}

.news-block .holder {
    width: 434px!important;
    padding: 12px 0 0 0;
}

.news-block .date {
    float: left;
    position: relative;
    background: #1f1f1f;
    margin: 2px 10px 0 0;
    padding: 5px 8px 5px 10px;
    color: #808284;
    font: 11px/12px Arial, Helvetica, sans-serif;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.news-block h3 {
    max-height: 40px;
    overflow: hidden;
    height: 1%;
    margin: 0;
    font: 18px/20px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
}

.news-block .image {
    float: left;
    margin: 3px 20px 0 0;
}

    .news-block .image img {
        vertical-align: top;
    }

.news-block .more,
.solution-box a,
.solution-box-dropdowns .more {
    bottom: 20px;
    float: right;
    position: relative;
    font-size: 11px;
    line-height: 12px;
    margin: 0px 5px 0 0;
    *margin-right: 15px;
    padding: 4px 15px 5px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #2c2c2c url(../img/btn-more.png) repeat-x;
}

.news-block .flex-viewport {
    width: 434px!important;
}

.orange_button {
    background: #dd3024 url(../img/btn-orange-bright.png) repeat-x !important;
    color: #fff!important;
    font-size: 12px!important;
    padding: 5px 15px 6px!important;
    border: none;
}

    .orange_button:hover {
        background-image: none!important;
    }
/* end .orange_button */
input.grey_button {
    background: #2c2c2c url(../img/btn-more.png) repeat-x !important;
}

.disabled_button {
    color: #999!important;
    background: url('../img/btn-orange-bright-disabled.png') top left repeat-x #4f4f4f !important;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}

    .disabled_button:hover {
        background-image: url('../img/btn-orange-bright-disabled.png') !important;
    }
/* end .disabled_button */
.solution-box-dropdowns .more {
    bottom: 0;
    margin: 10px 20px 0 0;
}

.solution-box a {
    margin: 31px 17px 0 0;
}

.solution-box-dropdowns {
    float: left;
    width: 205px;
    padding: 17px 0 0 20px;
    background: black;
    min-height: 228px;
    /* end .dk_container */
}

    .solution-box-dropdowns h2 {
        margin: 0 0 15px 0!important;
        padding-left: 0!important;
    }

    .solution-box-dropdowns span.dropdowns_labels {
        margin-bottom: 10px;
        display: block;
    }

    .solution-box-dropdowns .dk_container {
        display: block;
        font: 12px/16px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        float: left;
        width: 185px;
        /* end a */
    }

        .solution-box-dropdowns .dk_container .dk_toggle {
            width: 128px!important;
            padding: 5px 45px 5px 10px;
        }

        .solution-box-dropdowns .dk_container a {
            color: #504f4f;
            /* end span	*/
        }

            .solution-box-dropdowns .dk_container a span {
                color: #504f4f;
                /* end .dk_label */
            }

                .solution-box-dropdowns .dk_container a span.dk_label {
                    font: 14px/16px 'PFDinTextProRegular', Arial, Helvetica, sans-serif !important;
                }

        .solution-box-dropdowns .dk_container .dk_options a {
            padding: 6px 10px;
        }

            .solution-box-dropdowns .dk_container .dk_options a:hover,
            .solution-box-dropdowns .dk_container .dk_option_current a {
                color: #fff;
            }

    .solution-box-dropdowns .dk_open .dk_toggle .dk_label {
        color: #ccc;
    }
/* item-block */
.item-block {
    float: right;
    padding: 0;
    width: 475px;
    background: none;
}

    .item-block h2 {
        float: none;
        margin: 0;
    }
/* website-box */
.website-box {
    float: right;
    width: 225px;
    padding: 17px 6px 15px 4px;
    background: black;
    min-height: 205px;
}

    .website-box h2 {
        margin: 0 0 0 13px;
    }

    .website-box .list,
    .yellow_bullets {
        padding: 20px 0 0 0;
        font: 12px/14px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
    }

        .website-box .list li,
        .yellow_bullets li {
            padding: 0px 0px 0px 16px!important;
            margin: 0 0 5px 16px;
            background: url('../img/yellow_bullet.png') 0 50% no-repeat;
            font-size: 14px;
        }

            .website-box .list li a:hover,
            .yellow_bullets li a:hover {
                color: yellow;
                text-decoration: none;
            }

            .website-box .list li p {
                margin-top: 5px;
            }

            .website-box .list li:first-child {
                border: none;
                padding-top: 12px;
            }

    .website-box .row {
        width: 100%;
        padding: 0 0 3px;
    }

    * + html .website-box .row {
        padding: 0;
    }

    .website-box h3 {
        float: left;
        position: relative;
        margin: 0 0 0 -4px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        font: 16px/18px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        background: #2c2c2c url(../img/btn-more2.png) repeat-x;
    }

        .website-box h3 a {
            float: left;
            padding: 2px 20px 1px 6px;
            background: url(../img/arrow-more.png) no-repeat 100% 5px;
        }

            .website-box h3 a:hover,
            .news-block a:hover,
            #nav .drop-menu a:hover,
            .news-block h3:hover,
            .solution-box a:hover {
                color: yellow;
            }
/* solution-box */
.solution-box {
    float: left;
    width: 225px;
    padding: 17px 0 0 0px;
    background: black;
    height: 242px;
}

    .solution-box h2#product {
        color: white;
        margin: 11px auto;
        background: transparent url(../img/bg-discover-product.png) no-repeat 31px top;
        padding: 25px 0 26px 45px;
    }

    .solution-box .list {
        padding: 23px 0 0 18px;
        font: 15px/18px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
    }

        .solution-box .list li {
            vertical-align: top;
            padding: 0 0 0 17px;
            background: url(../img/bullet-list-new.png) no-repeat 0 6px;
        }

            .solution-box .list li:hover {
                vertical-align: top;
                padding: 0 0 0 17px;
                background: url(../img/bullet-list-new.png) no-repeat 0px -8px;
            }

        .solution-box .list a {
            color: #d6d3d3;
        }

            .solution-box .list a:hover {
                color: yellow;
            }
/* main */
.main {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 0 15px;
    border-radius: 0 0 11px 11px;
    -moz-border-radius: 0 0 11px 11px;
    -webkit-border-radius: 0 0 11px 11px;
    -webkit-border-bottom-left-radius: 11px;
    -webkit-border-bottom-right-radius: 11px;
    background: #ffffff url(../img/bg-main-gradient.png) repeat-x 0 100%;
}

    .main.rounded_top {
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        border-radius: 11px;
    }

    .main strong {
        font-weight: bold;
    }
/* end .main */
.main2 {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 0 0 11px 11px;
    -moz-border-radius: 0 0 11px 11px;
    -webkit-border-radius: 0 0 11px 11px;
    -webkit-border-bottom-left-radius: 11px;
    -webkit-border-bottom-right-radius: 11px;
    background: #ffffff url(../img/bg-main-gradient.png) repeat-x 0 100%;
}

.main.black-style {
    background: #000;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
}

.main2.black-style {
    background: #000;
    border-radius: 11px 11px 0 0;
    -moz-border-radius: 11px 11px 0 0;
    -webkit-border-radius: 11px 11px 0 0;
}
/* heading */
.main > .heading,
.main2 > .heading {
    padding: 44px 15px 47px;
    margin-top: 6px;
}

    .main > .heading h1,
    .main > .heading h1 a,
    .main2 > .heading h1,
    .main2 > .heading h1 a {
        color: #fff;
        font: 45px/48px 'PFDinTextProMedium', Arial, Helvetica, sans-serif;
    }

        .main > .heading h1 span {
            font: 45px/48px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
        }
/* main-section */
.main-section {
    height: 1%;
    padding: 0 22px 63px 21px;
}

    .main-section.sitemap {
        background-color: white;
    }
/* content */
.content {
    float: left;
    width: 623px;
    /* end .pagination */
}

    .content .pagination {
        float: right;
        margin: 15px 0 0 0;
        /* end ul*/
    }

        .content .pagination ul {
            /* end li */
        }

            .content .pagination ul li {
                float: left;
                margin: 0 0 0 8px;
                color: #777;
                font-weight: bold;
                font: 14px/25px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
                /* end a */
            }

                .content .pagination ul li:first-child a,
                .content .pagination ul li:last-child a {
                    width: auto;
                }

                .content .pagination ul li a {
                    color: #f24c09;
                    font-weight: normal;
                    display: block;
                    height: 25px;
                    width: 25px;
                    text-align: center;
                }

                    .content .pagination ul li a.active {
                        background-color: #fff;
                        color: #000;
                        -webkit-border-radius: 25px;
                        -moz-border-radius: 25px;
                        border-radius: 25px;
                    }
/* post */
.post {
    padding: 10px 12px 0 39px;
    margin: 0 0 1px;
    background: #fff;
    border-right: 1px solid #000;
    border-bottom: 5px solid #000;
    color: #4d4d4d;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    /* end .article_type */
}

    .post .article_type {
        position: absolute;
        top: 10px;
        left: 0px;
        background-color: #f3661f;
        padding: 4px 8px;
        color: #fff;
    }

    .post img {
        margin: 0 auto 10px;
        display: block;
        background: #fff;
        -webkit-box-shadow: 0 0 0 1px #bbbbbb;
        -moz-box-shadow: 0 0 0 1px #bbbbbb;
        box-shadow: 0 0 0 1px #bbbbbb;
        border: 4px solid #fff;
    }
        /* end post */
        .post img.alignleft {
            margin: 3px 20px 0 0;
        }

        .post img.alignright {
            margin: 3px 0 0 20px;
        }

        .post img.aligncenter {
            margin: 3px auto 0;
            display: block;
        }

        .post img.largeimage {
            margin: 0 0 14px;
            vertical-align: top;
        }

    .post a {
        color: #f5320c;
    }

    .post .social-bar {
        height: 1%;
        padding: 0 0 12px;
    }

    .post .social-list {
        float: right;
    }

        .post .social-list li {
            float: left;
            padding: 0 0 0 9px;
        }

        .post .social-list a {
            float: left;
            width: 25px;
            height: 26px;
            text-indent: -9999px;
            overflow: hidden;
        }

        .post .social-list .facebook {
            background: url(../img/btn.png) no-repeat -76px -124px;
        }

            .post .social-list .facebook:hover {
                background: url(../img/btn.png) no-repeat -115px -124px;
            }

        .post .social-list .twitter {
            background: url(../img/btn.png) no-repeat -76px -154px;
        }

            .post .social-list .twitter:hover {
                background: url(../img/btn.png) no-repeat -115px -154px;
            }

        .post .social-list .linked_in {
            background: url(../img/btn.png) no-repeat -165px -154px;
        }

            .post .social-list .linked_in:hover {
                background: url(../img/btn.png) no-repeat -204px -154px;
            }

    .post .date {
        display: block;
        margin: 0 0 14px;
        color: #f5320c;
        font: bold 10px/12px Helvetica, Arial, sans-serif;
        text-transform: uppercase;
    }

    .post h2,
    .post h2 a {
        margin: 0 0 11px;
        color: #1d1d1d;
        text-transform: uppercase;
        font: bold 21px/25px Arial, Helvetica, sans-serif;
    }

    .post > .holder {
        height: 1%;
        padding: 0 0 22px;
    }

    .post p {
        margin: 0 0 20px 0;
        font-size: 13px;
        line-height: 20px;
    }

    .post .more-large {
        height: 11px;
        padding: 5px 0 4px 10px;
        margin: 0 -12px 0 -39px;
        position: relative;
        display: block;
        background: #CACACA;
    }

        .post .more-large:hover {
            background: #6D6E71;
        }

        .post .more-large span {
            display: block;
            width: 11px;
            height: 11px;
            margin: 0 auto;
            text-indent: -9999px;
            overflow: hidden;
            background: url(../img/btn-more3.png) no-repeat;
        }
    /* opened */
    .post.opened {
        line-height: 17px;
        margin: 0 0 22px;
        padding: 10px 12px 25px 39px;
    }

        .post.opened > .holder {
            padding: 3px 20px 0 0;
        }

        .post.opened p {
            margin: 0 0 17px;
        }
/* banner */
.banner {
    height: 1%;
    margin: 0 0 3px;
}

    .banner a {
        float: left;
        border: solid #535353;
        border-width: 0 1px 1px;
    }

    .banner img {
        vertical-align: top;
    }
/* sidebar */
.sidebar {
    float: right;
    width: 274px;
}
/* aside-box */
.aside-box {
    background: #262626;
    position: relative;
    margin: 0 0 20px;
    padding: 15px 0 0 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    clear: both;
    float: left;
    width: 270px;
}

    .aside-box .heading {
        border-bottom: 1px solid #c0c0c0;
        padding: 5px 18px 20px;
        height: 1%;
    }

    .aside-box h2 {
        color: #fc7101;
        font: 22px/25px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .aside-box .list {
        font: 12px/14px Tahoma, Arial, Helvetica, sans-serif;
        color: #fff;
        padding: 1px 0 2px;
    }
        /*
.aside-box .list .views-summary li {
    width:200px;
}*/
        .aside-box .list li {
            padding: 8px 0 9px 37px;
            vertical-align: top;
            border-top: 1px solid #878787;
            background: url(../img/bullet-list3.gif) no-repeat 22px 11px;
        }

            .aside-box .list li ul {
                margin-top: 10px;
            }

                .aside-box .list li ul li {
                    padding: 8px 0 9px 15px;
                    background: url(../img/bullet-list3.gif) no-repeat 0px 11px;
                    width: 178px;
                    border-top: 1px solid #444;
                }

            .aside-box .list li:first-child {
                border: none;
            }

        .aside-box .list a {
            color: #fff;
        }
/* twitter-box */
.twitter-box {
    padding-bottom: 25px;
}

    .twitter-box .row {
        width: 100%;
    }

    .twitter-box .heading {
        padding: 0 15px 0 18px;
    }

        .twitter-box .heading h2 {
            overflow: hidden;
            height: 1%;
            text-transform: none;
            font-size: 18px;
            line-height: 18px;
            padding: 6px 0 0;
        }

        .twitter-box .heading img {
            float: right;
        }

    .twitter-box .twitter {
        font-size: 12px;
        line-height: 14px;
        color: #fff;
        padding: 20px 19px 0;
    }

    .twitter-box p {
        margin: 0 0 15px;
    }

    .twitter-box a {
        color: #fc7101;
    }

    .twitter-box h3 {
        margin: 0 0 3px;
        font: 15px/18px 'PFDinTextProMedium', Arial, Helvetica, sans-serif;
    }

    .twitter-box .date {
        padding: 5px 2px 0 0;
        float: right;
        font: bold 9px/12px Arial, Helvetica, sans-serif;
        color: #737373;
    }

    .twitter-box .btn-follow {
        float: left;
        padding: 3px 5px 1px;
        color: #000;
        border: 1px solid #1d1c1c;
        position: relative;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        font: 12px/14px 'PFDinTextProMedium', Arial, Helvetica, sans-serif;
        background: #f56f02 url(../img/btn-follow.gif) repeat-x;
    }
/* text-block */
.text-block {
    height: 1%;
    padding: 61px 54px 68px;
    /* background:url(../img/bg-main.png) no-repeat 100% 100%;*/
}

    .text-block .box {
        float: left;
        width: 260px;
        font-size: 14px;
        line-height: 1.8em;
        padding: 0 30px 0 0;
        color: #666;
    }

        .text-block .box.last-child {
            padding-right: 0;
        }
/* circle-heading */
.circle-heading {
    position: relative;
    width: 960px;
    height: 250px;
    background: url(../img/bg-circle-heading.png) no-repeat;
}

.grey-circle {
    width: 276px;
    height: 250px;
    float: left;
    display: table;
    margin: 0 26px 0 6px;
}

    .grey-circle .text {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        padding: 0 0 12px;
        *padding: 86px 0 12px;
        text-shadow: 0 2px 2px #a1a1a2;
        font: 35px/35px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
    }

        .grey-circle .text a {
            color: #fff;
            font-weight: normal;
        }

    .grey-circle span.burnt_orange,
    .grey-circle span.burnt_orange a {
        margin: -2px 0 0 8px;
        display: block;
        font: 35px/35px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        color: #ff5800;
        text-shadow: 0 2px 2px #9a9a9a;
        letter-spacing: 1px;
    }

    .grey-circle a:hover {
        text-decoration: none;
    }

    .grey-circle .text span.burnt_orange {
        font: 35px/35px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
    }
/* circle-list */
.circle-list {
    float: left;
    position: relative;
}

    .circle-list li {
        position: absolute;
        top: 0;
        left: 0;
    }

        .circle-list li.link-1 {
            top: 12px;
        }

        .circle-list li.link-2 {
            top: 37px;
            left: 11px;
        }

        .circle-list li.link-3 {
            top: 63px;
            left: 20px;
        }

        .circle-list li.link-4 {
            top: 91px;
            left: 24px;
        }

        .circle-list li.link-5 {
            top: 119px;
            left: 24px;
        }

        .circle-list li.link-6 {
            top: 147px;
            left: 22px;
        }

        .circle-list li.link-7 {
            top: 173px;
            left: 14px;
        }

    .circle-list a {
        color: #fff;
        text-align: center;
        float: left;
        width: 26px;
        height: 26px;
        line-height: 26px;
        overflow: hidden;
        background: url(../img/btn.png) no-repeat -132px 0;
    }

        .circle-list .active a,
        .circle-list a:hover {
            background: url(../img/btn.png) no-repeat -163px 0;
            text-decoration: none;
        }
/* main-holder */
.main-holder {
    height: 1%;
    padding: 22px 40px 80px 40px;
    /*    background:url(../img/bg-main2.png) no-repeat 0 100%;*/
}

    .main-holder.style-2 {
        background: url(../img/bg-main4.png) no-repeat 0 100%;
        padding: 69px 40px 80px 40px;
    }

    .main-holder > .holder {
        width: 100%;
    }
/* title-box */
.title-box {
    float: left;
    margin-top: 16px;
}

    .title-box h2 {
        margin: 0;
    }

    .title-box.style-1 {
        margin: 0 0 40px 0;
        clear: both;
    }

        .title-box.style-1 h2 {
            *width: 880px;
            *padding-top: 60px;
            clear: both;
            color: #231f20;
            font: 25px/28px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        }

    .title-box.style-2 {
        width: 236px;
        padding: 54px 0 0 2px;
    }

.holder .associated {
    color: #ff5800;
    font: 25px/27px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
    margin: 0 0 5px 0;
    clear: both;
}
/* info-box */
.info-box {
    clear: both;
    padding: 0 28px 28px 0;
    color: #666;
    font-size: 13px;
    line-height: 19px;
}

    .info-box p {
        margin: 0 0 15px;
    }

.orange-circle {
    float: right;
    width: 292px;
    height: 300px;
    display: table;
    margin: -245px 200px 0 0;
    background: url(../img/bg-orange-circle.png) no-repeat;
}

    .orange-circle .text {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 2px;
        font: 30px/32px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
        padding: 0 6px 19px 0;
        *padding: 110px 6px 19px 0;
    }
/* smallorange-circle */
.smallorange-circle {
    float: left;
    margin: 77px 0 0 -8px;
    width: 92px;
    height: 93px;
    display: table;
    background: url(../img/bg-circle-small.png) no-repeat;
}

    .smallorange-circle span,
    .smallorange-circle span a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font: 11px/11px 'PFDinTextProMedium', Arial, Helvetica, sans-serif;
    }

    * + html .smallorange-circle span {
        display: block;
    }
/* black-circle */
.black-circle {
    display: table;
    position: relative;
    margin: -318px 0 95px -81px;
    width: 394px;
    height: 327px;
    background: url(../img/bg-circle-black.png) no-repeat;
}

    .black-circle span {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #c7cabf;
        padding: 0 0 62px;
        font: 42px/42px 'PFDinTextProMedium', Arial, Helvetica, sans-serif;
    }

    * + html .black-circle span {
        display: block;
    }
/* product-list */
.product-list {
    font-size: 12px;
    line-height: 19px;
    color: #666;
    padding: 22px 0 0;
    margin: 0 0 20px 0;
    background: url(../img/bg-product-list.png) no-repeat right top;
}

    .product-list li {
        float: left;
        width: 22%;
        margin-right: 26px;
        margin-bottom: 30px;
        /* end span */
    }

        .product-list li span {
            /* end header */
        }

            .product-list li span.offer_titles {
                display: block;
                padding: 3px 10px 3px 10px;
                background-color: #ff5800;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                color: #fff;
                font-size: 14px;
                line-height: 18px;
                margin-bottom: 10px;
                text-transform: uppercase;
            }

        .product-list li a:hover span.offer_titles {
            cursor: pointer;
        }

    .product-list > li > a:hover {
        color: #fff;
    }

/* end li */
.product-list {
    *zoom: 1;
    /* end .orange_bullets */
}

    .product-list:before,
    .product-list:after {
        display: table;
        content: "";
    }

    .product-list:after {
        clear: both;
    }

    .product-list ul.orange_bullets li, .box > ul li {
        width: 90%;
        amargin: 0;
    }
/* end .product-list */
ul.product-page {
    float: left;
}

.product-page li {
    float: left;
    width: 108px;
    text-align: center;
}

.btn-circle {
    display: table;
    margin: 0 auto 3px;
    width: 110px;
    height: 110px;
    color: #fff;
    font-family: 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 13px;
    background: url(../img/btn.png) no-repeat 0 -321px;
}

.product-list .btn-circle {
    background: url(../img/btn.png) no-repeat 0 -436px;
}

* + html .btn-circle {
    float: left;
}

    .btn-circle:hover,
    .product-list .btn-circle:hover,
    .btn-circle.hover {
        background: url(../img/btn.png) no-repeat -206px -31px;
        text-decoration: none;
    }

    .product-list .btn-circle.active,
    .btn-circle.active {
        background: url(../img/btn.png) no-repeat -115px -321px;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 13px;
    }

    .btn-circle span {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 0px;
        font-size: 13px;
        line-height: 13px;
    }

    * + html .btn-circle span {
        float: left;
        width: 100%;
        font-size: 13px;
        line-height: 13px;
    }

.product-list .text {
    display: block;
    padding: 0 8px;
    min-height: 68px;
}
/* breadcrumbs */
.breadcrumb {
    margin: 0 0 15px 0;
    padding: 0 0 2px 17px;
    color: #d0d0d0;
    font: bold 11px/14px Arial, Helvetica, sans-serif;
    overflow: hidden;
    height: 1%;
    display: inline-block;
}

.front .breadcrumb {
    display: none;
}

.breadcrumb li {
    float: left;
    padding: 0 5px 0 2px;
    /*background:url(../img/bullet-arrow.png) no-repeat 0 4px;*/
}

    .breadcrumb li:first-child {
        background: none;
        padding-left: 0;
    }

.breadcrumb a {
    color: #fff;
    font-weight: normal;
    margin-right: 6px;
    cursor: pointer;
}

    .breadcrumb a:hover {
        color: #fef852;
    }
/* main-heading */
.main-heading {
    position: relative;
    height: 1%;
    padding: 44px 0 41px 50px;
    text-indent: -9999px;
    background: #030303 url(../img/bg-heading2.png) repeat-x;
    border: 1px solid #030303;
}

    .main-heading .text-box {
        text-indent: 0px;
        display: table;
    }

        .main-heading .text-box p {
            display: table-cell;
            vertical-align: middle;
        }

    .main-heading.style2.team-page .text-box {
        min-height: 110px;
    }

    .main-heading.style2.about_us_page .text-box {
        min-height: 97px;
    }

    /* end .main-heading .text-box  */
    .main-heading.style2 {
        padding: 11px 0 37px 97px;
        background: #030303 url(../img/bg-heading2.png) repeat-x;
        border: 1px solid #030303;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
    }

    .main-heading.text-heading {
        padding: 30px 0px 30px 0px;
        display: table;
        margin: 0px !important;
        position: relative;
        width: 958px;
    }

        .main-heading.text-heading.small {
            padding-left: 18px;
            width: 940px;
        }

        .main-heading.text-heading h1 {
            color: #fff;
            display: table-cell;
            font: 45px/66px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
            padding: 0 30px 0 0 !important;
            margin: 0 !important;
            text-indent: 0;
            letter-spacing: 1px;
            line-height: 66px;
            position: relative;
        }

            .main-heading.text-heading h1 span {
                font-family: 'PFDinTextProLight', Arial, Helvetica, sans-serif !important;
            }

                .main-heading.text-heading h1 span.bold {
                    font-family: 'PFDinTextProRegular', Arial, Helvetica, sans-serif !important;
                }

                .main-heading.text-heading h1 span.bolder {
                    font-family: 'PFDinTextProMedium', Arial, Helvetica, sans-serif !important;
                }

                .main-heading.text-heading h1 span.boldest {
                    font-family: 'PFDinTextProBold', Arial, Helvetica, sans-serif !important;
                }

                .main-heading.text-heading h1 span.yellow {
                    color: #fef852 !important;
                }

                .main-heading.text-heading h1 span.orange {
                    color: #f2a305 !important;
                }

                .main-heading.text-heading h1 span.burnt_orange {
                    color: #f24c09 !important;
                }
    /* end .main-heading.text-heading */
    .main-heading.style2 .text-box {
        width: 350px;
        padding: 0 0 0 30px !important;
        min-height: 80px;
        font: 20px/24px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        color: #fff;
        display: table-cell;
        margin: 0px !important;
        vertical-align: middle;
    }

        .main-heading.style2 .text-box a {
            color: #fef852;
            text-decoration: none;
        }

    .main-heading .large_style {
        float: left;
        width: 460px;
        margin: -5px 0 0 0;
        padding-right: 33px!important;
        text-align: right;
        font-size: 43px!important;
        line-height: 47px!important;
        background: url(../img/separator-heading2.png) right bottom no-repeat;
    }

        .main-heading .large_style span {
            font-size: 45px!important;
        }

    .main-heading .larger_style {
        float: left;
        width: 460px;
        min-height: 82px;
        margin: -5px 0 0 0;
        padding-right: 33px!important;
        text-align: right;
        font-size: 50px!important;
        line-height: 57px!important;
        background: url(../img/separator-heading2.png) right bottom no-repeat;
    }

        .main-heading .larger_style span {
            font-size: 53px!important;
        }

    .main-heading .largest_style {
        width: 463px;
        margin: -5px 0 0 0;
        min-height: 42px;
        padding-right: 33px!important;
        padding-top: 46px!important;
        text-align: right;
        font-size: 70px!important;
        background: url(../img/separator-heading2.png) right center no-repeat;
    }

        .main-heading .largest_style span {
            font-size: 73px!important;
        }

.join_us_page .largest_style {
    min-height: 62px;
    padding-right: 33px!important;
    padding-top: 25px!important;
}

.about_us_page,
.network_page {
    /* end largest_style */
    /* end .text-box */
}

    .about_us_page .largest_style,
    .network_page .largest_style {
        min-height: 120px!important;
        padding-right: 33px!important;
        padding-top: 0!important;
        /* end .yellow */
    }

        .about_us_page .largest_style .yellow,
        .network_page .largest_style .yellow {
            font-size: 60px!important;
            line-height: 65px;
        }

    .about_us_page .text-box,
    .network_page .text-box {
        padding-top: 13px!important;
        font-family: 'PFDinTextProLight', Arial, Helvetica, sans-serif !important;
    }
    /* end about_us_page, .network_page */
    .network_page .text-box {
        padding-top: 39px!important;
    }
/* end .network_page */
.main-holder.network_holder {
    padding: 0 0 20px 0!important;
}
/* end .main-holder */
.main-heading .mark {
    color: #fff700;
}

.main-heading .text {
    padding: 10px 6px 12px;
    background: #0e0e0e;
}
/* contact-section */
.contact-section {
    height: 1%;
    padding: 40px 0 40px 35px!important;
    font: 16px/18px 'PFDinTextProMedium', Arial, Helvetica, sans-serif;
    /* end label */
    /* end box */
    /* end .form_row */
    /* end .orange_button */
}

    .contact-section label {
        font-size: 14px!important;
        line-height: 25px!important;
    }

    .contact-section .box {
        min-height: 308px;
        padding: 8px 7px 0 56px;
        width: 340px;
        float: left;
        font: 13px/16px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
        background: url(../img/divider-shadow.png) no-repeat;
        /*end .twitter_address */
    }

        .contact-section .box:first-child {
            background: none;
            padding: 8px 0 0 51px;
            width: 400px;
        }

        .contact-section .box p {
            margin: 0 0 30px 0;
        }

        .contact-section .box .twitter_address,
        .contact-section .box .facebook_address,
        .contact-section .box .linkedin_address {
            background: url('../img/contact_section_social_sprite.png') 0 50% no-repeat !important;
            line-height: 40px;
            padding: 0 0 0 40px;
            margin-bottom: 2px;
            display: block;
        }

        .contact-section .box .facebook_address {
            background-position: -984px 50% !important;
        }

        .contact-section .box .linkedin_address {
            background-position: -1968px 50% !important;
        }

    .contact-section a {
        color: #515151;
    }

    .contact-section h2 {
        margin: 0 0 15px;
        color: #f03e00;
        font: 20px/20px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        width: 200px;
    }

    .contact-section .form_row {
        *zoom: 1;
        /* end .input */
        /* end label */
        /* end .checkbox */
        /* end .selects */
    }

        .contact-section .form_row:before,
        .contact-section .form_row:after {
            display: table;
            content: "";
        }

        .contact-section .form_row:after {
            clear: both;
        }

        .contact-section .form_row .input,
        .contact-section .form_row .selects,
        .contact-section .form_row .checkbox,
        .contact-section .form_row .textarea {
            width: 340px!important;
            margin-bottom: 13px!important;
        }

        .contact-section .form_row label {
            width: 120px;
        }

        .contact-section .form_row input,
        .contact-section .form_row textarea {
            width: 185px!important;
        }

        .contact-section .form_row .checkboxes_and_radios {
            /* end .checkbox_label_title */
        }

            .contact-section .form_row .checkboxes_and_radios .checkbox_label_title {
                width: 120px;
            }

        .contact-section .form_row .selects {
            /* end .dk_container */
        }

            .contact-section .form_row .selects .dk_container {
                float: left;
                /* end .dk_toggle */
            }

                .contact-section .form_row .selects .dk_container .dk_toggle {
                    width: 115px!important;
                    padding: 3px 37px 3px 10px;
                }

        .contact-section .form_row h2,
        .contact-section .form_row h3,
        .contact-section .form_row h4,
        .contact-section .form_row h5,
        .contact-section .form_row h6 {
            margin-left: 130px;
        }

    .contact-section input.orange_button {
        float: right!important;
        margin-top: 5px!important;
        width: auto!important;
    }
/* end .contact-section */
/* contact-block */
.contact-block {
    float: left;
    width: 300px;
    padding: 10px 38px 0 0;
}

    .contact-block ul {
        padding: 8px 0px 50px 0px;
        margin-bottom: 50px;
    }

        .contact-block ul li {
            float: left;
        }

            .contact-block ul li a {
                display: block;
                width: 44px;
                height: 44px;
                text-indent: -100000px;
                margin-right: 20px;
            }

                .contact-block ul li a#twitter-contact {
                    background: url('../img/twitter.png') no-repeat;
                }

                .contact-block ul li a#facebook-contact {
                    background: url('../img/facebook.png') no-repeat;
                }

                .contact-block ul li a#linkedin-contact {
                    background: url('../img/linkedin.png') no-repeat;
                }
    /* address */
    .contact-block .address {
        overflow: hidden;
        height: 1%;
        padding: 0 0 24px;
    }

    .contact-block .title {
        font-weight: normal;
        float: left;
        color: #212121;
        margin: 0 5px 0 0;
    }

    .contact-block address {
        font-style: normal;
        overflow: hidden;
        height: 1%;
    }

        .contact-block address span {
            display: block;
            padding: 0;
        }

    .contact-block .list {
        padding: 1px 0 0;
    }

        .contact-block .list li {
            vertical-align: top;
        }
/* about-section */
.about-section {
    border: none!important;
    /* end .box */
}

    .about-section .box {
        margin: 0 0 0 0!important;
        padding: 8px 7px 0 80px;
        width: 310px;
    }

        .about-section .box:first-child {
            width: 370px;
            padding-right: 30px;
        }

    .about-section .company_meta {
        font-size: 12px;
        line-height: 18px;
    }
/* end about-section */
.orange_blockquotes {
    color: #f24c09 !important;
    font: 25px/30px 'PFDinTextProRegular', Arial, Helvetica, sans-serif !important;
    padding: 0!important;
    background-image: none!important;
    margin: 0 0 0 10px!important;
    display: block;
}
/* end .orange-blockquote */
.fancybox-media {
    /* end img */
}

    .fancybox-media img {
        display: block;
        background: #fff;
        -webkit-box-shadow: 0 0 0 1px #bbbbbb;
        -moz-box-shadow: 0 0 0 1px #bbbbbb;
        box-shadow: 0 0 0 1px #bbbbbb;
        border: 4px solid #fff;
    }
/* end .fancybox-media */
/* info-section */
.info-section {
    height: 1%;
    position: relative;
    padding: 27px 0 24px;
    background: #fff;
    border-radius: 0 0 11px 11px;
    -moz-border-radius: 0 0 11px 11px;
    -webkit-border-radius: 0 0 11px 11px;
    -webkit-border-bottom-left-radius: 11px;
    -webkit-border-bottom-right-radius: 11px;
}

    .info-section .box {
        min-height: 308px;
        padding: 8px 7px 30px 56px;
        width: 245px;
        float: left;
        color: #666;
        font: 13px/16px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
        background: url(../img/divider-shadow.png) no-repeat;
        /* end fancybox-media */
    }

        .info-section .box .fancybox-media {
            /* img */
        }

            .info-section .box .fancybox-media img {
                margin: 0 auto 20px;
                max-width: 230px;
            }

        .info-section .box:first-child {
            background: none;
            padding: 8px 0 30px 51px;
        }

    .info-section h2,
    .info-section h3,
    .info-section h4 {
        margin: 0 0 15px 0;
        font: 21px/30px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        color: #ed3a01;
    }

        .info-section h2 span {
            display: block;
            margin: -3px 0 7px;
            position: relative;
        }

    .info-section p {
        margin: 0 0 26px;
        font-size: 13px;
        line-height: 20px;
    }

    .info-section a {
        color: #ed3a01;
    }

    .info-section .list {
        padding: 0 0 20px;
        text-indent: 10px;
    }

        .info-section .list li {
            padding: 0 0 3px;
            vertical-align: top;
            background: url(../img/bullet-list2.gif) no-repeat 1px 6px;
        }

    .info-section .row {
        width: 100%;
    }

    .info-section .more {
        float: left;
        margin: -18px 0 0;
        font: 12px/14px 'PFDinTextProMedium', Arial, Helvetica, sans-serif;
    }

    .info-section .arrow,
    .contact-section .arrow {
        padding: 0 0 0 8px;
        background: url(../img/arrow-red.png) no-repeat 0 50%;
        color: #f24c09 !important;
    }
/*.info-section*/ .main-heading .action {
    width: 53px;
    position: absolute;
    top: -1px;
    right: -1px;
    padding: 13px 8px 14px 7px;
    background: #151515 url(../img/bg-action.png) repeat-x;
}

.info-section .note {
    color: #000;
    padding: 0 0 2px;
    font: 12px/17px 'PFDinTextProMedium', Arial, Helvetica, sans-serif;
}

.info-section .info {
    padding: 85px 20px 0 0;
    font-size: 11px;
    line-height: 16px;
}

    .info-section .info .mark,
    .info-section .info a {
        color: #000;
    }

.info-section .action .next {
    margin: 0 0 0 11px;
}

.info-section,
.contact-section {
    /* blockquote */
    /*end .twitter_address */
    /* end .contact_rail */
    /* end .cleared_contact_rail */
    /* end .post*/
    /* end .news_box_wrap */
}

    .info-section blockquote,
    .contact-section blockquote {
        background: url('../img/quote_icon_info.png') 0 0 no-repeat;
        padding: 30px 0 0 0;
        margin: 0 0 30px 0;
        line-height: 20px;
    }

        .info-section blockquote.tweet {
            background: url('../img/quote_icon_info-small.png') 1px 0 no-repeat;
            padding: 14px 0 0 0;
        }

    .info-section .twitter_address,
    .contact-section .twitter_address {
        background: url('../img/twitter_icon_info.png') 0 50% no-repeat;
        line-height: 25px;
        padding: 0 0 0 30px;
        display: block;
        color: #2b2b2b;
    }

    .info-section .contact_rail,
    .contact-section .contact_rail {
        margin: -70px 0 10px 50px;
        float: left;
        clear: left;
        width: 570px;
        /* end .contact_rail_buttons */
        /* end .contact_block */
    }

        .info-section .contact_rail .contact_rail_buttons,
        .contact-section .contact_rail .contact_rail_buttons {
            float: left;
            clear: both;
            width: 300px;
            /* end ul */
        }

            .info-section .contact_rail .contact_rail_buttons ul,
            .contact-section .contact_rail .contact_rail_buttons ul {
                display: inline-block;
                /* end li */
            }

                .info-section .contact_rail .contact_rail_buttons ul li,
                .contact-section .contact_rail .contact_rail_buttons ul li {
                    /*float: left;*/
                    margin: 3px 0 20px;
                    /* end a */
                }

                    .info-section .contact_rail .contact_rail_buttons ul li a,
                    .contact-section .contact_rail .contact_rail_buttons ul li a {
                        display: block;
                        -webkit-border-radius: 6px;
                        -moz-border-radius: 6px;
                        border-radius: 6px;
                        font-size: 13px!important;
                        padding: 4px 15px 5px!important;
                        font-weight: bold;
                    }

        .info-section .contact_rail .contact_block,
        .contact-section .contact_rail .contact_block {
            margin: 0;
            clear: none;
        }

    .info-section .cleared_contact_rail,
    .contact-section .cleared_contact_rail {
        clear: both;
        margin: 20px 0 10px;
        padding: 0 24px;
        width: 912px;
        /* end twitter_feed */
    }

        .info-section .cleared_contact_rail .contact_rail_buttons,
        .contact-section .cleared_contact_rail .contact_rail_buttons {
            width: 260px;
        }

        .info-section .cleared_contact_rail .twitter_feed,
        .contact-section .cleared_contact_rail .twitter_feed {
            float: left;
            width: 270px;
            margin: 0 0 0 60px;
            padding: 0 0 0 50px;
            font: 12px/17px Arial, Helvetica, sans-serif;
            /* end_quote */
        }

        .info-section .cleared_contact_rail .twitter_icon,
        .contact-section .cleared_contact_rail .twitter_icon {
            float: left;
            margin-left: -48px;
            /* end_quote */
        }

        .info-section .cleared_contact_rail .twitter_feed .end_quote,
        .contact-section .cleared_contact_rail .twitter_feed .end_quote {
            padding: 0 35px 10px 0;
            background: url(../img/bg-orange-quote-end.png) no-repeat 100% 100%;
        }

    .info-section .post,
    .contact-section .post {
        border: none;
        padding: 0;
        margin: 0 0 10px 0;
        border-bottom: 1px solid #cfcfcf;
    }

        .info-section .post .date,
        .contact-section .post .date {
            font: 11px/15px Arial, Helvetica, sans-serif;
            font-style: uppercase;
            font-weight: bold;
            color: #333;
            margin: 0 0 5px 0;
        }

        .info-section .post h3,
        .contact-section .post h3 {
            font: 14px/17px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
            letter-spacing: 1px;
            margin: 0 0 2px 0;
        }

        .info-section .post p,
        .contact-section .post p {
            margin: 0 0 10px;
            line-height: 19px;
        }

    .info-section .news_box_wrap,
    .contact-section .news_box_wrap {
        /*		min-height:410px;*/
    }

        .info-section .news_box_wrap .post:last-child,
        .contact-section .news_box_wrap .post:last-child {
            border-bottom: none;
        }

    .info-section p,
    .contact-section p {
        line-height: 19px;
    }
    /* end info-section */
    /* info-section style-2 */
    .info-section.style-2 {
        background: none;
        padding: 36px 0 60px 130px;
    }

        .info-section.style-2 h2 {
            float: left;
            width: 337px;
            margin: 8px 0 0;
            font: 25px/30px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        }

        .info-section.style-2 .box {
            min-height: 308px;
            padding: 17px 0 0 60px;
            width: 270px;
            line-height: 18px;
        }

        .info-section.style-2 .more {
            margin: 0 0 0 -9px;
            background: url(../img/arrow-red2.gif) no-repeat 0 3px;
        }

        .info-section.style-2 p {
            margin: 0 0 12px;
        }
/* people-section */
.people-section {
    position: relative;
    height: 1%;
    min-height: 500px;
    padding: 32px 0 58px;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    background: #000000 url(../img/bg-people.png) no-repeat 0 80px;
}
/* people-list */
.people-list {
    padding: 0;
    float: right;
    width: 444px;
    font: 11px/12px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
}

    .people-list li {
        display: inline-block;
        float: left;
        vertical-align: top;
        margin: 0 0 24px;
        text-align: center;
    }

    * + html .people-list li {
        display: inline;
    }

    .people-list img {
        display: block;
        margin: 0 0 2px;
        vertical-align: top;
    }

    .people-list span {
        display: block;
        max-width: 109px;
        margin-top: 5px;
    }

    .people-list a {
        float: left;
        color: #f3f3f3;
        opacity: 0.4;
        -moz-opacity: 0.4;
        filter: alpha(opacity=40);
    }

        .people-list a.flex-active {
            opacity: 1;
            -moz-opacity: 1;
            filter: alpha(opacity=100);
        }

            .people-list a.flex-active img {
                -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
                /* IE8 */
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
                /* IE6 & 7 */
                zoom: 1;
            }

        .people-list a img {
            -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
            /* IE8 */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
            /* IE6 & 7 */
            zoom: 1;
        }

.slider-wrapper {
    display: block;
    overflow: hidden;
    width: 466px;
    margin: 0 0 14px 62px;
}

.slides_container {
    /*  margin-left: -72px;*/
}
/* people-block */
.people-block {
    float: left;
    padding: 0;
    margin: 0 0 0 30px;
    position: relative;
}

    .people-block .flexslider {
        background: transparent;
        border: 0;
        -webkit-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
    }

    .people-block .image {
        margin: 0 0 29px 0;
        /*padding:0 34px 0 0;*/
        text-align: center;
        /* background:url(../img/bg-image.png) no-repeat 0 100%; */
    }

        .people-block .image img {
            margin: 0 auto 20px auto!important;
            vertical-align: top;
            width: auto!important;
        }

    .people-block .prev,
    .people-block .next {
        position: absolute;
        top: 156px;
        left: 27px;
        width: 34px;
        height: 63px;
        text-indent: -9999px;
        overflow: hidden;
        background: url(../img/btn.png) no-repeat 0 -124px;
        z-index: 9999;
    }

        .people-block .prev:hover {
            background: url(../img/btn.png) no-repeat -142px -458px;
        }

    .people-block .next {
        left: auto;
        right: 27px;
        background: url(../img/btn.png) no-repeat -38px -124px;
    }

        .people-block .next:hover {
            background: url(../img/btn.png) no-repeat -188px -458px;
        }

    .people-block h2 {
        margin: 0 20px 3px 30px;
        color: #f1f1f1;
        font: 28px/30px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
        text-align: left;
    }

    .people-block h3 {
        margin: 0 20px 8px 30px;
        color: #f2a305;
        font: 16px/18px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        text-align: left;
    }

    .people-block h4 {
        margin: 0 20px 20px 30px;
        padding: 8px 0 0 0;
        color: #f1f1f1;
        font: 13px/14px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        text-align: left;
        border-top: 1px solid #333;
    }

    .people-block blockquote {
        position: relative;
        margin: 0 20px 0 10px;
        padding: 25px 0 0 23px;
        background: url(../img/bg-quote-start.png) no-repeat;
        text-align: left;
    }

        .people-block blockquote p {
            color: #f1f1f1;
            font: 15px/26px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
            letter-spacing: 1px;
        }

        .people-block blockquote q {
            display: block;
            width: 100%;
            padding: 0 0 20px;
            background: url(../img/bg-quote-end.png) no-repeat 100% 100%;
        }
/* text-column */
.text-column {
    float: left;
    width: 410px;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 17px;
}

    .text-column h2 {
        margin: 0 0 28px;
        color: #231f20;
        font: 32px/33px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
    }

    .text-column p,
    .node-type-page2 .main-holder.style-2 p {
        margin: 0 0 16px;
    }

    .text-column .list {
        padding: 0;
    }

        .text-column .list li,
        .node-type-page2 .main-holder.style-2 ul li {
            vertical-align: top;
            text-indent: 10px;
            background: url(../img/bullet-list4.gif) no-repeat 1px 7px;
        }

.node-type-page2 .main-holder.style-2 a {
    color: orange;
}

    .node-type-page2 .main-holder.style-2 a:hover {
        text-decoration: underline;
    }

.node-type-page2 .main-holder.style-2 {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 17px;
}
/* info-column */
.info-column {
    float: right;
    width: 343px;
    padding: 0 20px 0 0;
}

    .info-column .box {
        margin: 0 0 9px;
        padding: 19px 0 0;
        height: 1%;
        overflow: hidden;
        background: #f3f2f2;
    }

    .info-column h2 {
        text-align: center;
        color: #9d9c9d;
        margin: 0 4px 25px 0;
        font: 25px/28px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
    }

    .info-column .list {
        color: #9b9a9a;
        font-size: 12px;
        line-height: 15px;
        padding: 0 0 1px;
        margin: 0 0 -8px;
    }

        .info-column .list li {
            display: inline-block;
            vertical-align: top;
            padding: 0 0 27px 17px;
            width: 150px;
        }

        * + html .info-column .list li {
            display: inline;
        }

    .info-column h3,
    .title-box h3 {
        color: #ff5800;
        font: 18px/20px 'PFDinTextProMedium', Arial, Helvetica, sans-serif;
    }

.title-box h3 {
    margin-bottom: 5px;
}

.info-column .box.contact {
    padding: 10px 10px 10px 15px;
}

    .info-column .box.contact h3 {
        float: left;
        padding: 7px 1px 0 0;
        width: 70px;
    }

    .info-column .box.contact img {
        float: left;
        margin: 0 10px 0 0;
    }

    .info-column .box.contact .text {
        overflow: hidden;
        height: 1%;
        padding: 3px 0 0;
        color: #4d4d4d;
    }

        .info-column .box.contact .text strong {
            display: block;
            font-size: 12px;
            line-height: 14px;
            margin: 0 0 -2px;
        }

    .info-column .box.contact a {
        color: #ff5800;
    }

        .info-column .box.contact a:hover,
        .twitter-box a:hover,
        .aside-box .list a:hover {
            text-decoration: underline;
        }

.info-column .row {
    height: 1%;
    padding: 13px 2px 0 0;
}

.info-column .visit {
    float: right;
    color: #fff;
    margin: 0;
    font: 12px/14px 'PFDinTextProMedium', Arial, Helvetica, sans-serif;
    /*    text-transform:uppercase;*/
}

    .info-column .visit span {
        float: left;
        background: url(../img/btn.png) no-repeat 0 -192px;
    }

        .info-column .visit span span {
            padding: 0 20px;
            background: url(../img/btn.png) no-repeat 100% -235px;
        }

            .info-column .visit span span span {
                min-width: 129px;
                font-size: 15px;
                padding: 14px 0 10px;
                height: 14px;
                text-align: center;
                background: url(../img/btn.png) repeat-x 0 -278px;
            }
/* btn-back */
.main-holder .btn-back {
    /* padding:84px 5px 26px;*/
    float: left;
    font: 13px/16px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
    margin: 0 0 30px 0px;
    width: 500px;
}

    .main-holder .btn-back a {
        color: #151515;
        text-decoration: underline;
        background: url(../img/arrow-back.png) no-repeat 0 2px;
        padding-left: 15px;
    }

        .main-holder .btn-back a:hover {
            text-decoration: none;
        }
/* product-holder */
.product-holder {
    overflow: hidden;
    margin: 0 0 -24px;
    padding: 16px 0 0;
    background: url(../img/bg-product-holder.png) no-repeat;
}

    .product-holder .product-list {
        width: auto;
        padding: 0;
        background: none;
    }

        .product-holder .product-list li {
            width: auto;
            /*padding:0 0 0 21px;*/
        }

    .product-holder .title-box {
        padding: 2px 0 0 2px;
    }
/*.product-holder .title-box h3{
    color:#231f20;
    text-transform:uppercase;
    font:12px/14px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
}*/
/* topping */
.topping-section {
    margin-top: 6px;
    padding: 26px 44px 0 34px;
    height: 1%;
    position: relative;
    z-index: 1;
    color: #666;
    font-size: 14px;
    line-height: 17px;
    border-radius: 11px 11px 0 0;
    -moz-border-radius: 11px 11px 0 0;
    -webkit-border-radius: 11px 11px 0 0;
    -webkit-border-top-left-radius: 11px;
    -webkit-border-top-right-radius: 11px;
    background: #ffffff url(../img/bg-main-gradient.png) repeat-x 0 100%;
}

    .topping-section .grey-circle {
        /*width:406px;
    height:404px;*/
        width: 296px;
        height: 296px;
        float: right;
        margin: 32px 0 -180px;
        background: url(../img/bg-circle-grey-small.png) no-repeat;
    }

        .topping-section .grey-circle .text {
            padding: 0;
        }

            .topping-section .grey-circle .text strong {
                margin: 0;
            }

    .topping-section .holder {
        /*padding:22px 0 0;*/
        padding: 5px 0 0;
        overflow: hidden;
        height: 1%;
    }

    .topping-section .box {
        float: left;
        width: 210px;
        padding: 0 0 0 20px;
    }
/* btn-area */
.btn-area {
    position: relative;
    height: 1%;
    border-radius: 0 0 11px 11px;
    -moz-border-radius: 0 0 11px 11px;
    -webkit-border-radius: 0 0 11px 11px;
    -webkit-border-bottom-left-radius: 11px;
    -webkit-border-bottom-right-radius: 11px;
    padding: 20px 53px 117px;
    margin: 0 0 22px;
    background: #383838 url(../img/bg-main3.png) no-repeat 100% 100%;
}

    .btn-area h1 {
        font: 32px/32px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        color: #fff;
        margin: 0 0 88px;
    }

        .btn-area h1 strong {
            display: block;
            color: #ff5800;
            padding: 2px 0 0;
            font: 36px/36px 'PFDinTextProMedium', Arial, Helvetica, sans-serif;
        }
/* LACOMPANY MOD */
.btn-area-mod h1 {
    font: 26px/26px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
    margin: 6px 0 38px;
    margin-bottom: 35px;
    font-weight: normal;
}
/* btn-list */
.btn-list {
    width: 900px;
    /*    margin:0 -23px;*/
    margin: 50px -23px;
    position: relative;
    background: url(../img/divider-btn.gif) no-repeat 50% 0;
    padding: 1px 0 0;
}

    .btn-list li.separate {
        background: url(../img/divider-btn.gif) no-repeat 50% 100%;
        vertical-align: top;
        height: 1%;
        padding: 4px 0 5px 16px;
    }

    .btn-list li ul li {
        float: left;
    }

    .btn-list li #products {
        float: left;
        width: 774px;
    }

.btn-area .btn-circle {
    float: left;
    margin: 0 -2px 0 0;
}
/*.btn-area .btn-circle:first-child{margin:0 4px 0 11px;}*/
/* text-holder */
.text-holder {
    padding: 0 0 24px;
    font-size: 13px;
    line-height: 13px;
    color: #666;
}

    .text-holder img.alignleft {
        margin: 0;
    }

    .text-holder img.alignright {
        margin: 0 -12px 0 10px;
    }

    .text-holder .text {
        float: left;
        margin: -4px 0 0 -10px;
        width: 350px;
    }

    .text-holder p {
        margin: 0 0 13px;
    }

.btn-view {
    float: left;
    position: relative;
    margin: 0 0 0 -12px;
    padding: 0 4px 0 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #fff;
    font: 14px/16px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
    background: #2c2c2c url(../img/btn-more2.png) repeat-x;
}

    .btn-view:hover {
        color: yellow;
    }

    .btn-view span {
        float: left;
        padding: 1px 23px 2px 16px;
        background: url(../img/arrow-more.png) no-repeat 100% 4px;
    }
/* search-section */
.search-section {
    padding: 30px 41px 34px 43px;
}

    .search-section .holder {
        height: 1%;
    }

    .search-section .heading-row {
        background: url(../img/bg-heading5.png) repeat-y -1760px 0;
        margin: 0 0 29px;
    }

        .search-section .heading-row .holder {
            background: url(../img/bg-heading5.png) no-repeat;
        }

        .search-section .heading-row dl {
            padding: 8px 0 7px 345px;
            height: 1%;
            font: bold 16px/20px Arial, Helvetica, sans-serif;
            background: url(../img/bg-heading5.png) no-repeat -880px 100%;
            overflow: hidden;
        }

        .search-section .heading-row dt {
            display: inline;
            margin: 0 3px 0 0;
            color: #ed3a01;
        }

        .search-section .heading-row dd {
            display: inline;
            color: #000;
        }

    .search-section .box {
        width: 208px;
        float: left;
        margin: 0 50px 0 0;
        padding: 16px 10px 14px 19px;
        background: #d4d4d4;
        position: relative;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

        .search-section .box h2 {
            margin: 0 0 5px;
            color: #0f0f0f;
            text-transform: uppercase;
            font: 20px/22px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        }

    .search-section .list {
        padding: 0;
        font: 17px/18px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
    }

        .search-section .list li {
            vertical-align: top;
            padding: 0 0 2px;
        }

        .search-section .list a {
            color: #ed3a01;
        }

    .search-section .result-holder {
        overflow: hidden;
        height: 1%;
    }

    .search-section .result-list {
        padding: 0 0 38px;
        color: #666;
        font-size: 13px;
        line-height: 16px;
    }

        .search-section .result-list li {
            vertical-align: top;
            padding: 6px 19px 11px;
            background: url(../img/divider-list.png) no-repeat 0 100%;
        }

            .search-section .result-list li:first-child {
                padding: 0 19px 11px;
            }

        .search-section .result-list h3 {
            font: bold 15px/18px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
            font-size: 15px;
            line-height: 18px;
            margin: 0 0 5px;
        }

        .search-section .result-list a {
            color: #ed3a01;
            text-decoration: underline;
        }

            .search-section .result-list a:hover {
                text-decoration: none;
            }

        .search-section .result-list mark {
            color: #333;
            font-weight: bold;
            background: none;
        }

.quick_services_wrap {
    float: left;
    width: 300px;
    min-height: 240px;
    background: url('../img/services_bg.png') 0 30px repeat-x #222422;
    /* end h2 */
    /* end .solution-box-dropdowns */
}

    .quick_services_wrap h2 {
        color: #fef852;
        font: 16px/24px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
        background: url('../img/services_title_bg.png') top left repeat-x;
        padding: 4px 10px 4px 10px;
        letter-spacing: 1px;
    }

    .quick_services_wrap .solution-box-dropdowns {
        width: 280px;
        background: transparent;
        /* end .dk_container */
    }

        .quick_services_wrap .solution-box-dropdowns .dropdowns_labels {
            margin-bottom: 5px;
            color: #f1f1f1;
        }

        .quick_services_wrap .solution-box-dropdowns .dk_container {
            width: 260px;
            margin-bottom: 15px;
            /* end .dk_toggle */
        }

            .quick_services_wrap .solution-box-dropdowns .dk_container .dk_toggle {
                width: 205px!important;
            }
/* end .quick_services_wrap */
/* footer */
.footer {
    background: #2b2b2b url(../img/bg-footer.gif) repeat-x;
    width: 100%;
    padding: 0;
    *zoom: 1;
    position: relative;
    z-index: 3;
    /* end .extra_info_wrap */
}

    .footer:before,
    .footer:after {
        display: table;
        content: "";
    }

    .footer:after {
        clear: both;
    }

    .footer .extra_info_wrap {
        background-color: #0f0f0d;
        /* end extra_info */
    }

        .footer .extra_info_wrap .extra_info {
            min-height: 20px;
            padding: 15px 0 15px 0;
            margin: 16px auto 0 auto;
            width: 960px;
            /* end .extra_info_link */
            /* end .extra_info_content */
        }

            .footer .extra_info_wrap .extra_info a.extra_info_link {
                color: #d0d0d0;
                font-size: 13px;
            }

            .footer .extra_info_wrap .extra_info .extra_info_content {
                padding: 10px 0 10px 0;
                width: 100%;
                color: #888;
                font-size: 12px;
                line-height: 18px;
                /* end ul*/
            }

                .footer .extra_info_wrap .extra_info .extra_info_content p {
                    margin: 0 0 10px 0;
                }

                .footer .extra_info_wrap .extra_info .extra_info_content ul {
                    margin: 10px 0;
                    padding-top: 5px;
                    /* end li */
                }

                    .footer .extra_info_wrap .extra_info .extra_info_content ul li {
                        color: #888;
                    }

                        .footer .extra_info_wrap .extra_info .extra_info_content ul li a {
                            color: #888;
                        }

                            .footer .extra_info_wrap .extra_info .extra_info_content ul li a:hover {
                                color: #fef852;
                            }
    /* end .footer */
    .footer > .holder {
        width: 960px;
        margin: 0 auto;
        min-height: 20px;
        margin-top: 20px;
        *zoom: 1;
    }

        .footer > .holder:before,
        .footer > .holder:after {
            display: table;
            content: "";
        }

        .footer > .holder:after {
            clear: both;
        }
/* footer-nav */
.footer-nav {
    float: right;
    font: 12px/16px 'PFDinTextProMedium', Arial, Helvetica, sans-serif;
    padding: 3px 1px 0 0;
}

    .footer-nav li {
        float: left;
        padding: 0 7px 0 8px;
        background: url(../img/separator-footer.gif) no-repeat 0 3px;
    }

        .footer-nav li:first-child {
            padding: 0 10px 0 0;
            background: none;
        }

        .footer-nav li:last-child,
        .footer-nav li.last-child {
            padding: 0 0 0 8px;
        }

    .footer-nav a {
        color: #919191;
        text-shadow: 1px 1px 0 #0b0b0b;
    }
/* footer-bar */
.footer-bar {
    padding: 0 0 0 4px;
    float: left;
}
/* social-networks */
.social-networks {
    float: left;
    padding: 0 7px 0 0;
}

    .social-networks li {
        float: left;
        padding: 0 8px 0 0;
    }

    .social-networks a {
        float: left;
        height: 18px;
        text-indent: -9999px;
        overflow: hidden;
    }

    .social-networks .rss {
        width: 16px;
        background: url(../img/btn.png) no-repeat;
    }

    .social-networks .twitter {
        width: 15px;
        background: url(../img/btn.png) no-repeat -24px 0;
    }

    .social-networks .facebook {
        width: 12px;
        background: url(../img/btn.png) no-repeat -47px 0;
    }

    .social-networks .linkedin {
        width: 16px;
        background: url(../img/btn.png) no-repeat -7px -553px;
    }

.footer-bar .footer-nav {
    float: left;
}

    .footer-bar .footer-nav li:first-child {
        padding: 0 4px 0 0;
    }
/* after */
.holder:after,
.topbar:after,
.heading:after,
.topping-section:after,
.paging-row:after,
.row:after,
.box:after,
.social-bar:after,
.people-section:after,
.contact-section:after,
.main-heading:after,
.continent-list:after,
.about-section:after,
.country-holder:after,
.country-list li:after,
.block-holder:after,
.text-block:after,
.main-section:after,
.info-section:after,
.banner:after,
.contact-section dl:after,
form:after,
fieldset:after,
.main:after,
.btn-list li:after,
#nav .drop .holder:after,
.navbar:after {
    content: "";
    display: block;
    clear: both;
}
/* ADDED LACOMPANY */
.tabs.primary {
    height: 20px;
}

    .tabs.primary li {
        float: left;
        width: 35px;
    }

        .tabs.primary li a {
            color: #fff;
        }

.ac_results,
.ac_even,
.ac_odd {
    background-color: #000;
    color: #fff;
}

    .ac_results ul {
        max-height: none!important;
    }

    .ac_even:hover,
    .ac_odd:hover {
        background-color: #2B2B2B;
        color: #FFF700;
    }

.front .block-holder .item-block {
    /*height:236px;*/
    min-height: 236px;
}

.front .block-holder .news-block {
    height: 224px;
    overflow: hidden;
}

.page-node-10 .main-holder.style-2 {
    padding: 0;
    margin: 0;
    background: none;
}

.aside-box ul.list {
    margin-left: 20px;
}

    .aside-box ul.list .item-list {
        padding: 0;
        margin: 0;
        background-image: none;
    }
/* end .item-list */
.aside-box .item-list ul li {
    margin: 0;
}

body.page-news .post .holder img,
body.node-type-article .post .holder img,
body .wrapper .holder .main.black-style .main-section .content .post .holder img {
    float: left;
    margin: 0 20px 10px 0px;
}
/* .main ul{list-style:disc;}*/
.view-pressroom .style5 {
    background-image: url(../img/press_room_title.png);
}

.view-pressroom a {
    color: #ED3A01;
    font-size: 11px;
    font-weight: bold;
}

.pressroom-pdf img,
.view-pressroom img {
    vertical-align: baseline;
    position: relative;
    top: 1px;
}

.pressroom-pdf img {
    float: none !important;
    padding: 0 !important;
}
/*LACOMPANY*/
.pressroom-pdf a {
    font-weight: bold;
}

.view-pressroom .pressroom-wrapper {
    margin: 28px 0px 0px;
    width: 600px;
}

.view-pressroom .pressroom-elt {
    margin: 15px 0px;
}

.view-pressroom h2 {
    font-size: 15px;
    color: #666666;
    text-decoration: underline;
    padding: 0px;
    margin: 0px;
}

.view-pressroom .pressroom-date {
    position: relative;
    width: 145px;
    height: 19px;
    background-color: #ed3a01;
    color: white;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    z-index: 1430;
    line-height: 160%;
    font-size: 13px;
}

.view-pressroom .pressroom-pdf,
.page-news-views .pressroom-pdf,
.node-type-article .pressroom-pdf {
    position: relative;
    margin: 15px 0px 0px;
    font-size: 11px;
    font-weight: bold;
    color: #ed3a01;
    z-index: 1410;
}

    .view-pressroom .pressroom-pdf a,
    .page-news-views .pressroom-pdf a {
        font-weight: bold;
    }

.view-pressroom .separator {
    position: relative;
    width: 550px;
    height: 5px;
    background-image: url(../img/news_separator.png);
    z-index: 1280;
    background-position: 100% 50%;
}

.notfound {
    font-size: 14px;
    margin: 0 0 200px 0;
    color: white;
}
/* =sitemap */
.sitemap ul li h2 {
    text-transform: uppercase;
    padding-top: 20px;
    font-size: 20px;
    font: 20px/20px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
}

.sitemap ul li ul li {
    text-indent: 70px;
    font-size: 14px;
}

.sitemap {
    padding-left: 25px;
    padding-top: 10px;
}

    .sitemap ul li ul {
        margin-top: 10px;
    }

.solution-box h2,
.solution-box-dropdowns h2,
.solution-box-dropdowns p,
.solution-box p {
    padding-left: 20px;
}

.sitemap a:hover {
    color: orange;
}

p.readmore {
    font-weight: bold;
    display: inline-block;
    padding-top: 7px;
    background: url(../img/arrow-red2.gif) no-repeat 0 12px;
    padding-left: 10px;
}

ul.pager li {
    color: #fff;
    font-size: 11px;
    font-family: "PFDinTextProLight";
}
    /*LACOMPANY*/
    ul.pager li a span {
        margin: 1px 2px;
        color: #fff;
    }

    ul.pager li a,
    ul.pager li a:hover,
    ul.pager li a:hover > span {
        color: #fc3a00;
        font-size: 14px;
    }

        ul.pager li a span:hover {
            margin: 1px 2px;
            color: #fc3a00;
        }

.item-list .pager {
    text-align: left;
    font-family: 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
    margin: 12px 0 0 0;
}

sup {
    font-size: 12px;
}

.product-list sup,
#products sup,
.product-page sup {
    font-size: 8px;
}

.section-expertise .pager {
    display: none;
}

.rteindent1 {
    clear: both;
}

.page-search .messages.error {
    display: none;
}

.page-search .breadcrumb {
    visibility: hidden;
}

.not-logged-in .messages.error {
    display: none;
}
/* AREAS OF EXPERTISE CLASSES */
.element-invisible {
    display: none;
}

.areas-of-expertise {
    width: 960px;
    height: 510px;
    position: relative;
    background: url(../img/bg-areas.png) no-repeat top center;
}

    .areas-of-expertise .title {
        width: 276px;
        height: 76px;
        position: relative;
        top: 190px;
        left: 36px;
        text-transform: lowercase;
        vertical-align: middle;
        text-align: center;
        color: white;
        padding: 0;
        text-shadow: 0 2px 2px #A1A1A2;
        font: 36px/36px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
    }

    .areas-of-expertise h1.title span.burnt_orange {
        color: #ff5800;
        display: block;
        clear: both;
        font: 36px/36px 'PFDinTextProMedium', Arial, Helvetica, sans-serif;
    }

    .areas-of-expertise h2 {
        color: #FFFFFF;
        position: absolute;
        right: 0;
        top: 190px;
        width: 485px;
        display: block;
        clear: both;
        font: 32px/36px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        text-align: center;
    }

        .areas-of-expertise h2 strong {
            color: #f3661f;
            font: 32px/36px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        }

    .areas-of-expertise ul.expertises li {
        width: 90px;
        height: 54px;
        padding: 0;
        padding-top: 36px;
        position: absolute;
        background: url(../img/bg-areas-li.png) no-repeat center center;
        font: 10px/10px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        color: #414042;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1px;
        cursor: pointer;
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
    }

        .areas-of-expertise ul.expertises li:hover {
            background: url(../img/bg-areas-li-hover.png) no-repeat center center;
        }

        .areas-of-expertise ul.expertises li.deactivated,
        .areas-of-expertise ul li.deactivated:hover {
            background: url(../img/bg-areas-li.png) no-repeat center center;
        }

        .areas-of-expertise ul.expertises li.area_1 {
            top: 15px;
            left: 243px;
        }

        .areas-of-expertise ul.expertises li.area_2 {
            top: 88px;
            left: 308px;
        }

        .areas-of-expertise ul.expertises li.area_3 {
            top: 181px;
            left: 331px;
        }

        .areas-of-expertise ul.expertises li.area_4 {
            top: 279px;
            left: 312px;
        }

        .areas-of-expertise ul.expertises li.area_5 {
            top: 351px;
            left: 240px;
        }

        .areas-of-expertise ul.expertises li.area_6 {
            top: 381px;
            left: 146px;
        }

        .areas-of-expertise ul.expertises li.area_7 {
            top: 357px;
            left: 47px;
        }

    .areas-of-expertise .solutions {
        color: #FFFFFF;
        font: 26px/24px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        right: 28px;
        top: 315px;
        width: 395px;
        position: absolute;
    }

    .areas-of-expertise select,
    .areas-of-expertise option {
        color: #414042;
        font: 18px/24px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
    }
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearboth {
    clear: both;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
       * Don't show links for images, or javascript/internal links
       */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* ------------------------------------------------ */
/* ---------------- MODULES CODE modules_content_wrap ------------------ */
/* ------------------------------------------------ */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.grid_16 {
    margin-left: 0;
    margin-right: 0;
    width: 880px;
}

.modules_content_wrap {
    width: 880px;
    margin: 0 auto 0 auto;
    padding-top: 20px;
    font-family: 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
    /* end a */
    /* p */
    /* people-list */
    /* people-block */
}

    .modules_content_wrap a {
        color: #f24c09 !important;
        /* end :hover */
    }

        .modules_content_wrap a:hover {
            color: #000;
        }

    .modules_content_wrap p,
    .modules_content_wrap span,
    .modules_content_wrap div {
        font-size: 13px;
        color: #2b2b2b;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .modules_content_wrap h2,
    .modules_content_wrap h3,
    .modules_content_wrap h4,
    .modules_content_wrap h5,
    .modules_content_wrap h6 {
        color: #f24c09;
        margin: 0 0 15px 0;
        font-family: 'PFDinTextProLight', Arial, Helvetica, sans-serif;
    }

    .modules_content_wrap h2 {
        font-size: 20px;
    }

    .modules_content_wrap h3 {
        font-size: 19px;
    }
	
	.modules_content_wrap .tripleImagePanel h3 {
        font-size: 21px;
    }

    .modules_content_wrap h4 {
        font-size: 19px;
    }

    .modules_content_wrap h5 {
        font-size: 19px;
    }

    .modules_content_wrap h6 {
        font-size: 17px;
    }

    .modules_content_wrap .people-section {
        padding: 32px 0 58px;
        background: none;
        clear: both;
    }

    .modules_content_wrap .people-list {
        width: 430px;
    }

        .modules_content_wrap .people-list li {
            display: inline-block;
            vertical-align: top;
            margin: 0 0 24px;
            text-align: center;
        }

    .modules_content_wrap * + html .people-list li {
        display: inline;
    }

    .modules_content_wrap .people-list img {
        display: block;
        margin: 0 0 2px;
        vertical-align: top;
    }

    .modules_content_wrap .people-list span {
        display: block;
        max-width: 109px;
        margin-top: 5px;
    }

    .modules_content_wrap .people-list a {
        float: left;
        color: #f3f3f3;
        opacity: 0.4;
        -moz-opacity: 0.4;
        filter: alpha(opacity=40);
        outline: none;
    }

        .modules_content_wrap .people-list a.flex-active {
            opacity: 1;
            -moz-opacity: 1;
            filter: alpha(opacity=100);
        }

    .modules_content_wrap .slider-wrapper {
        padding: 0 40px;
        width: 345px;
        margin: 0 0 14px 0px;
    }

    .modules_content_wrap .slides_container {
        /*  margin-left: -72px;*/
    }

    .modules_content_wrap .moduleHeading > h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .modules_content_wrap .gallerySummary {
        padding-bottom: 10px;
    }

.mini-box-row .mini-box-img > img {
    display: block;
    width: 260px;
    position: relative;
}

/* Modules List-Styles */
.modules_content_wrap .gallerySummary > ul > li {
    background: url('../img/orange_bullet.png') 0 50% no-repeat;
    padding: 0 0 0 15px;
}

.modules_content_wrap .gallerySummary > ol > li {
    list-style: decimal!important;
}

.modules_content_wrap .gallerySummary > ol {
    padding-left: 18px;
}

.modules_content_wrap .col > ul > li {
    background: url('../img/orange_bullet.png') 0 0.7em no-repeat;
    padding: 0 0 0 15px;
}

.modules_content_wrap .col > ol > li {
    list-style: decimal!important;
}

.modules_content_wrap .col > ol {
    padding-left: 18px;
}

.modules_content_wrap .text-quote > ul > li {
    background: url('../img/orange_bullet.png') 0 0.7em no-repeat;
    padding: 0 0 0 15px;
    font-size: 13px;
    line-height: 22px;
}

.modules_content_wrap .text-quote > ol > li {
    list-style: decimal!important;
    font-size: 13px;
    line-height: 22px;
    height: 22px;
}

.modules_content_wrap .text-quote > ol {
    padding-left: 18px;
}

.modules_content_wrap .mini-box > ul > li {
    background: url('../img/orange_bullet.png') 0 50% no-repeat;
    padding: 0 0 0 15px;
}

.modules_content_wrap .mini-box > ol > li {
    list-style: decimal!important;
}

.modules_content_wrap .mini-box > ol {
    padding-left: 15px;
}


.modules_content_wrap .people-list a span:hover, .modules_content_wrap .people-list a:hover {
    text-decoration: none;
}

.modules_content_wrap .people-block {
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
}

    .modules_content_wrap .people-block .flexslider {
        background: transparent;
        border: 0;
        -webkit-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
    }

    .modules_content_wrap .people-block .image {
        margin: 0 0 29px 0;
        /*padding:0 34px 0 0;*/
        text-align: center;
        /* background:url(../img/bg-image.png) no-repeat 0 100%; */
    }

        .modules_content_wrap .people-block .image img {
            margin: 0 auto 20px auto!important;
            vertical-align: top;
            width: auto!important;
        }

    .modules_content_wrap .people-block .prev,
    .modules_content_wrap .people-block .next {
        top: 126px;
        left: 0px;
        background: url('../img/flex_with_thumbs_prev.png') top left no-repeat;
    }

        .modules_content_wrap .people-block .prev:hover {
            background: url('../img/flex_with_thumbs_prev.png') top left no-repeat;
        }

    .modules_content_wrap .people-block .next {
        left: auto;
        right: 0px;
        background: url('../img/flex_with_thumbs_next.png') top left no-repeat;
    }

        .modules_content_wrap .people-block .next:hover {
            background: url('../img/flex_with_thumbs_next.png') top left no-repeat;
        }

    .modules_content_wrap .people-block h2 {
        margin: 0 20px 3px 30px;
        color: #666666;
        font-size: 28px;
    }

    .modules_content_wrap .people-block h3 {
        margin: 0 20px 8px 30px;
        color: #f24c09;
        font-size: 16px;
    }

    .modules_content_wrap .people-block h4 {
        margin: 0 20px 20px 30px;
        padding: 8px 0 0 0;
        color: #666666;
        border-top: 1px solid #ddd;
        font-size: 13px;
    }

    .modules_content_wrap .people-block blockquote {
        background: url(../img/bg-orange-quote-start.png) no-repeat;
    }

        .modules_content_wrap .people-block blockquote q {
            padding: 0 0 25px;
            background: url(../img/bg-orange-quote-end.png) no-repeat 100% 100%;
        }

        .modules_content_wrap .people-block blockquote p {
            color: #2b2b2b;
        }
/* end .modules_content_wrap */
ul.orange_bullets {
    padding-left: 15px;
}

.box > ul li {
    font-family: arial;
    font-size: 14px;
    margin-bottom: 10px;
}

ul.orange_bullets li, .box > ul li {
    background: url('../img/orange_bullet.png') 0 0.4em no-repeat;
    padding: 0 0 0 15px;
}

.box > ul {
    padding-left: 15px;
    padding-top: 0px;
    margin-top: 0px;
}

/* ul */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.link-round-icon {
    background: url(http://kantarmedia-audiences.com/img/icons/round-link-icon.png) 100% 1px no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    padding-right: 20px;
    float: left;
}

.grid_9 .link-round-icon {
    padding-bottom: 15px;
}

.link-triangle-icon {
    background: url(http://kantarmedia-audiences.com/img/icons/round-triangle-icon.png) 100% 2px no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    padding-right: 10px;
    float: left;
}

.read-more-link {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}

.trending-box {
    padding: 21px 0 25px;
    border-top: 1px solid #edcfc6;
    border-bottom: 1px solid #edcfc6;
    margin-bottom: 22px;
}

    .trending-box .link-round-icon {
        float: right;
    }

    .trending-box .trending-row {
        clear: both;
    }

    .trending-box .trending-item {
        width: 220px;
        height: 114px;
        overflow: hidden;
        position: relative;
        float: left;
        margin: 0 0 20px 20px;
    }

        .trending-box .trending-item:hover span.title {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .trending-box .trending-row .trending-item:first-child,
        .trending-box .trending-item.first {
            margin-left: 0;
        }

        .trending-box .trending-item span.title {
            background: #ead9cf;
            opacity: 0.9;
            filter: alpha(opacity=90);
            _background: url(http://kantarmedia-audiences.com/img/bg/transparent-bg.png) repeat;
            position: absolute;
            bottom: 0;
            left: 0;
            cursor: pointer;
            width: 206px;
            padding: 5px 7px;
            margin: 0;
            font-size: 13px;
            text-transform: uppercase;
            color: #333;
            line-height: 15px;
            display: block;
        }

        .trending-box .trending-item > img {
            width: 220px;
            display: block;
        }

    .trending-box a:hover.trending-item {
        text-decoration: none;
    }

.info-blocks-container {
    border-bottom: 1px solid #edcfc6;
    padding-bottom: 51px;
    margin-bottom: 23px;
}

    .info-blocks-container .info-box {
        border: 1px solid #aaaaaa;
        width: 278px;
        float: left;
        padding: 0 10px;
        font-size: 12px;
        line-height: 14px;
        position: relative;
        min-height: 285px;
        margin-left: 20px;
    }

        .info-blocks-container .info-box:first-child,
        .info-blocks-container .info-box.first {
            margin-left: 0;
        }

        .info-blocks-container .info-box h5 {
            font-family: 'TFArrowMediumRegular';
            font-size: 16px;
            margin: 0 0 20px -10px;
            color: #964211;
            text-transform: uppercase;
            background: #ead9cf;
            padding: 5px 9px 2px;
            line-height: 18px;
            width: 280px;
        }

        .info-blocks-container .info-box h6 {
            color: #333;
            text-transform: uppercase;
            font-size: 13px;
            margin: 0 0 5px;
            line-height: 15px;
        }

        .info-blocks-container .info-box .describe {
            font-style: italic;
        }

        .info-blocks-container .info-box .read-more {
            clear: both;
            overflow: hidden;
        }

        .info-blocks-container .info-box img {
            float: left;
            margin: 0 12px 12px 0;
            width: 106px;
        }

        .info-blocks-container .info-box .special_offers {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .info-blocks-container .info-box .special_offers li {
                overflow: hidden;
                padding: 0;
                margin: 0;
            }

.link-triangle-icon.absolute {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.info-box .special_offers li .link-triangle-icon.absolute {
    bottom: 18px;
}

.info-blocks-container .info-box .date {
    font-style: italic;
}

.experirnce-box {
    border: 1px solid #aaaaaa;
    width: 905px;
    display: inline;
    padding: 0 15px 10px 18px;
    position: relative;
    float: left;
    margin: 0 10px 51px;
}

    .experirnce-box h5 {
        font-family: 'TFArrowMediumRegular';
        font-size: 16px;
        margin: 0 0 20px -18px;
        color: #a74420;
        text-transform: uppercase;
        background: #ead9cf;
        padding: 5px 9px 2px;
        line-height: 18px;
        width: 920px;
    }

.blockquote-outer {
    background: url(../img/bg-orange-quote-start.png) 0 0 no-repeat;
    padding: 22px 0 0;
    width: 640px;
    float: left;
    position: relative;
}

    .blockquote-outer blockquote {
        background: url(../img/bg-orange-quote-end.png) right 100% no-repeat;
        padding: 0 0 22px;
    }

    .blockquote-outer .link-round-icon {
        position: absolute;
        right: -40px;
        bottom: 0;
        font-style: normal;
    }

        .blockquote-outer .link-round-icon.first {
            bottom: 25px;
        }

.experirnce-box .r-col {
    float: right;
    width: 220px;
    text-align: right;
}
/*breadcrumbBox*/
.bottom-indent-15 {
    margin-bottom: 15px;
}

.breadcrumbBox ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .breadcrumbBox ul li {
        float: left;
        padding: 0 8px 0 10px;
    }

        .breadcrumbBox ul li:first-child {
            background: none;
            padding-left: 0;
        }

        .breadcrumbBox ul li a,
        .supressedBreadCrumb {
            color: #999;
            font-size: 12px;
        }

            .breadcrumbBox ul li a.selected {
                color: #333;
            }
/*two-cols*/
/*left-col*/
.left-col {
    width: 647px;
    padding-right: 73px;
    float: left;
}
/*article*/
.article-hold {
    margin-top: 42px;
    position: relative;
}

    .article-hold h2,
    .article-hold h1 {
        font-size: 22px;
        padding-right: 135px;
        margin: 0 0 15px;
    }

    .article-hold a {
        color: #9d4c24;
    }

    .article-hold h5 {
        font-size: 13px;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #333;
    }

.article-hold-date h5 {
    margin-bottom: 2px;
}

.top-indent-20 {
    margin-top: 20px;
}

.latest-article h2 {
    font-size: 22px;
    margin: 0 0 18px;
}

.latest-article .img-hold {
    float: left;
    height: 226px;
    margin-right: 20px;
}

.latest-article h4 {
    color: #787878;
    font-size: 15px;
    margin: 0 0 30px;
    text-transform: none;
}

.latest-article .desc-txt {
    float: left;
}

    .latest-article .desc-txt a {
        display: block;
        margin-bottom: 22px;
        font-size: 13px;
        color: #9d4c24;
        text-transform: uppercase;
        text-decoration: underline;
    }

        .latest-article .desc-txt a:hover {
            text-decoration: none;
        }

.date-hold {
    margin-bottom: 15px;
}

    .date-hold span {
        font-size: 12px;
        font-style: italic;
        display: block;
        float: left;
        margin-right: 8px;
        margin-top: 2px;
    }
/*right-col*/
.right-col {
    float: right;
    /* width: 220px; */
    margin-top: 20px;
}

.top-indent-18 {
    margin-top: 18px;
}

.search-hold,
.img-border {
    border: 1px solid #aaaaaa;
}

.img-border {
    height: 196px;
}

.search-hold {
    padding: 18px 15px;
    margin-bottom: 4px;
    margin-right: -10px;
}

    .search-hold h4 {
        color: #9d4c24;
        font-size: 15px;
        margin: 0 0 14px;
        text-transform: uppercase;
    }

.sel-hold {
    margin-bottom: 16px;
}

.radio-hold {
    margin-bottom: 12px;
}

.sel-hold label,
.info-txt {
    display: block;
    font-size: 13px;
    color: #333;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.radio-hold label {
    font-size: 13px;
    color: #666;
    margin-right: 8px;
}

.radio-hold input[type=radio] {
    margin: 0;
}
/*style select*/
.newListSelected div.selectedTxt {
    background: url(http://kantarmedia-audiences.com/img/bg/select-bg.png) 0 0 no-repeat;
    color: #666;
    font-size: 13px;
    width: 138px;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    padding: 0 30px 0 10px;
    cursor: pointer;
}

.list-sort {
    width: 178px;
    float: right;
    margin-right: -6px;
}

.newListSelected .sel-small div.selectedTxt {
    background: url(http://kantarmedia-audiences.com/img/bg/select-bg.png) 0 -30px no-repeat;
    width: 71px;
    height: 25px;
    line-height: 25px;
    padding: 0 30px 0 10px;
}

.SSContainerDivWrapper {
    position: absolute;
    z-index: 2;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

ul.newList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 176px;
    border: 1px solid #cdc1ae;
    border-radius: 3px;
    background-color: #f9f6f1;
}

.sel-small ul.newList {
    width: 69px;
}

ul.newList li {
    padding: 2px 7px;
}

    ul.newList li a {
        color: #666;
        font-size: 13px;
    }

.search-hold .search-btn {
    color: #9d4c24;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 20px;
}
/*explore-box*/
.explore-box {
    margin-top: 20px;
}

    .explore-box h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }

.location-hold {
    border-top: 1px solid #aaaaaa;
    padding-top: 25px;
    margin-bottom: 25px;
    clear: both;
}

    .location-hold .map-hold {
        width: 280px;
        max-height: 276px;
        float: left;
    }

    .location-hold h3 {
        font-size: 22px;
        padding: 0;
        margin-bottom: 21px;
        background: none;
    }

        .location-hold h3 a {
            color: #9d4c24;
        }
/*describe-hold*/
.describe-hold {
    float: left;
    width: 380px;
    padding: 0 40px 0 20px;
}

.regionBox {
    padding-top: 8px;
}

.region-hold {
    float: left;
    display: block;
    width: 111px;
    margin-left: 22px;
}

    .region-hold:first-child {
        margin-left: 0;
    }

    .region-hold h4 {
        font-size: 13px;
        color: #9d4c24;
        margin: 0 0 12px;
        text-transform: uppercase;
    }

    .region-hold ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .region-hold ul li {
            margin-bottom: 4px;
            line-height: 1em;
            padding: 0;
        }

            .region-hold ul li a {
                font-size: 13px;
                color: #9d4c24;
            }
/*teamBox*/
.teamBox {
    width: 220px;
    float: right;
}

    .teamBox img {
        height: 52px;
        width: 69px;
        float: left;
        padding: 0 10px 0 0;
    }

    .teamBox ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .teamBox ul li {
            height: 52px;
            margin: 0 0 4px;
        }

            .teamBox ul li a {
                display: block;
            }

                .teamBox ul li a span {
                    padding: 13px 0 0 5px;
                    display: block;
                }

.blockquote-hold {
    padding-top: 29px;
    margin: 10px 0 17px;
    float: left;
    clear: both;
}

    .blockquote-hold blockquote {
        font-size: 14px;
        color: #ba9680;
        line-height: 1.1em;
        font-style: italic;
    }
/*contact-info*/
.contact-info {
    margin-bottom: 10px;
    overflow: hidden;
    clear: both;
}

.contact-img {
    float: left;
    margin-right: 10px;
    height: 70px;
}

.contact-txt {
    float: right;
    width: 140px;
    line-height: 1em;
}

    .contact-txt h4 {
        font-size: 13px;
        color: #333;
        text-transform: uppercase;
        margin: 0 0 4px;
    }

    .contact-txt p {
        font-size: 12px;
        /*line-height: 1.3em;*/
        margin-bottom: 1px;
    }

    .contact-txt a.read-more {
        text-transform: uppercase;
        padding-right: 12px;
        font-size: 12px;
    }

a.read-more {
    text-transform: uppercase;
    padding-right: 12px;
    font-size: 12px;
}

a:hover.read-more {
    text-decoration: underline;
}

.number {
    display: block;
    float: none;
    font-size: 12px;
    color: #333;
    line-height: 14px;
    margin-bottom: 0;
}

    .number a {
        font-size: 12px;
    }
/*villas*/
.social-hold {
    position: absolute;
    right: 0;
    top: 7px;
}

    .social-hold span {
        display: block;
        float: left;
        font-size: 12px;
        margin-right: 5px;
        text-transform: uppercase;
        color: #9d4c24;
    }

    .social-hold a {
        display: block;
        float: left;
        margin-left: 5px;
        width: 17px;
        height: 17px;
        text-decoration: none;
    }

        .social-hold a.twitter {
            background: url("http://kantarmedia-audiences.com/img/icons/icon-twitter.png") no-repeat 0 0;
        }

        .social-hold a.facebook {
            background: url("http://kantarmedia-audiences.com/img/icons/icon-facebook.png") no-repeat 0 0;
        }

        .social-hold a.linkedin {
            background: url("http://kantarmedia-audiences.com/img/icons/icon-linkedin.png") no-repeat 0 0;
        }

        .social-hold a:hover.twitter {
            background: url("http://kantarmedia-audiences.com/img/icons/social-icon-hov.png") no-repeat 0 0;
        }

        .social-hold a:hover.facebook {
            background: url("http://kantarmedia-audiences.com/img/icons/social-icon-hov.png") no-repeat -22px 0;
        }

        .social-hold a:hover.linkedin {
            background: url("http://kantarmedia-audiences.com/img/icons/social-icon-hov.png") no-repeat -44px 0;
        }
/*mini-panel-boxs*/
.mini-panel-boxs {
    border-bottom: 1px solid #aaaaaa;
    padding: 30px 0;
}

    .mini-panel-boxs.last {
        border-bottom: 0px;
    }

    .mini-panel-boxs.grey-boxs {
        /* end .mini-box */
    }

        .mini-panel-boxs.grey-boxs .mini-box {
            background-color: #f3f2f2;
        }

            .mini-panel-boxs.grey-boxs .mini-box .special-offer span.title {
                background-color: #e8e8e8;
                margin-top: 15px;
                width: 230px;
                padding-left: 10px;
                padding-right: 20px;
            }

            .mini-panel-boxs.grey-boxs .mini-box.last {
                margin-right: 0;
            }
/* end .mini-panel-boxs.grey */
.triple_panels {
    /* end p */
}

    .triple_panels h4 {
        font-size: 16px;
    }

    .triple_panels a {
        font-size: 12px;
    }

    .triple_panels p {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 15px!important;
        margin-right: 15px;
        /* end em	*/
    }

        .triple_panels p span {
            line-height: 18px;
        }

        .triple_panels p em {
            font-style: italic;
        }

    .triple_panels div {
        margin-bottom: 0px!important;
    }

    .triple_panels .special-offer span.title {
        margin-top: 5px!important;
        font-size: 12px;
    }
/* end .triple_panels */
a.right_arrow_link {
    float: right;
    display: block;
    margin: -20px 0 0 0;
    padding: 0 25px 0 0;
    background: url('../img/modular_link_arrow.png') right 50% no-repeat;
}

.mini-box-row {
    clear: both;
}

.mini-box {
    width: 260px;
    float: left;
    margin: 0 40px 0 0;
}

.mini-box-img {
    width: 260px;
    min-height: 212px;
    border: none;
    float: left;
    margin: 0 40px 0 0;
}

    .mini-box:first-child,
    .mini-box-img:first-child {
        margin: 0 40px 0 0;
    }

    .mini-box:last-child,
    .mini-box-img:last-child,
    .mini-box-img.last {
        margin: 0;
    }

.mini-box h3 {
    font-size: 14px;
    margin: 10px;
}

.mini-box-img h3 {
    margin: 10px 10px 10px 0;
}

.mini-box .img-hold img,
.mini-box.mini-box-img img {
    width: 224px;
    margin: 0 auto 10px;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px #bbbbbb;
    -moz-box-shadow: 0 0 0 1px #bbbbbb;
    box-shadow: 0 0 0 1px #bbbbbb;
    border: 4px solid #fff;
}

.mini-box-img h3.largeBoldOrange, .mini-box-img h3.largeBoldBlack {
    font-size: 21px;
    font-weight: 900;
    /*font-family: 'PFDinTextProBold', Arial, Helvetica, sans-serif;*/
}

.mini-box-img h3.largeBoldBlack {    
    color:#2b2b2b;
}

.txt-hold {
    padding: 0 10px 14px;
}

    .txt-hold h4 {
        margin-bottom: 0;
        font-size: 14px;
    }

    .txt-hold blockquote {
        color: #ba9680;
        font-size: 14px;
        line-height: 1em;
        font-style: italic;
    }

.txt-self {
    margin-top: 12px;
}
/*videoBox*/
.videoBox,
.table-box,
.flexslider_with_thumbs_box,
.flexslider_without_thumbs_box {
    border-bottom: 1px solid #aaaaaa;
    padding: 30px 0;
    *padding-bottom: 60px;
    *zoom: 1;
}

    .videoBox:before,
    .table-box:before,
    .flexslider_with_thumbs_box:before,
    .flexslider_without_thumbs_box:before,
    .videoBox:after,
    .table-box:after,
    .flexslider_with_thumbs_box:after,
    .flexslider_without_thumbs_box:after {
        display: table;
        content: "";
    }

    .videoBox:after,
    .table-box:after,
    .flexslider_with_thumbs_box:after,
    .flexslider_without_thumbs_box:after {
        clear: both;
    }

.flexslider_with_thumbs_box,
.flexslider_without_thumbs_box {
    width: 100%;
    clear: both;
    /* end .flexslider_wrap_with_thumbs, .flexslider_wrap_without_thumbs */
    /* end .slider_without_thumbs */
}

    .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs,
    .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs,
    .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs,
    .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs {
        *zoom: 1;
        /* end flexslider */
        /* end .slider_with_thumbs */
        /* end thumb_controls */
    }

        .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs:before,
        .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs:before,
        .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs:before,
        .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs:before,
        .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs:after,
        .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs:after,
        .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs:after,
        .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs:after {
            display: table;
            content: "";
        }

        .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs:after,
        .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs:after,
        .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs:after,
        .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs:after {
            clear: both;
        }

        .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs .flexslider,
        .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs .flexslider,
        .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs .flexslider,
        .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs .flexslider {
            background: transparent;
            border: 0;
            -webkit-box-shadow: 0 0 0 0;
            -moz-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
            /* end flex-viewport */
            /* end img */
        }

            .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs .flexslider .flex-viewport,
            .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs .flexslider .flex-viewport,
            .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs .flexslider .flex-viewport,
            .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs .flexslider .flex-viewport {
                background: #fff;
                -webkit-box-shadow: 0 1px 4px 1px #bbbbbb;
                -moz-box-shadow: 0 1px 4px 1px #bbbbbb;
                box-shadow: 0 1px 4px 1px #bbbbbb;
                border: 4px solid #fff;
            }

        .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs .slider_with_thumbs,
        .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs .slider_with_thumbs,
        .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs .slider_with_thumbs,
        .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs .slider_with_thumbs,
        .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs .slider_without_thumbs,
        .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs .slider_without_thumbs,
        .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs .slider_without_thumbs,
        .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs .slider_without_thumbs {
            width: 400px;
            float: right;
            padding: 0 55px;
            /* end .flex_with_thumbs_prev */
            /* end .flex_with_thumbs_next */
        }

            .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs .slider_with_thumbs .flex_with_thumbs_prev,
            .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs .slider_with_thumbs .flex_with_thumbs_prev,
            .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs .slider_with_thumbs .flex_with_thumbs_prev,
            .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs .slider_with_thumbs .flex_with_thumbs_prev,
            .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs .slider_without_thumbs .flex_with_thumbs_prev,
            .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs .slider_without_thumbs .flex_with_thumbs_prev,
            .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs .slider_without_thumbs .flex_with_thumbs_prev,
            .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs .slider_without_thumbs .flex_with_thumbs_prev,
            .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs .slider_with_thumbs .flex_without_thumbs_prev,
            .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs .slider_with_thumbs .flex_without_thumbs_prev,
            .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs .slider_with_thumbs .flex_without_thumbs_prev,
            .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs .slider_with_thumbs .flex_without_thumbs_prev,
            .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs .slider_without_thumbs .flex_without_thumbs_prev,
            .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs .slider_without_thumbs .flex_without_thumbs_prev,
            .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs .slider_without_thumbs .flex_without_thumbs_prev,
            .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs .slider_without_thumbs .flex_without_thumbs_prev {
                display: block;
                position: absolute;
                top: 45%;
                left: 0;
                z-index: 2000;
                text-indent: -9999px;
                overflow: hidden;
                background: url('../img/flex_with_thumbs_prev.png') top left no-repeat;
                width: 34px;
                height: 63px;
            }

            .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs .slider_with_thumbs .flex_with_thumbs_next,
            .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs .slider_with_thumbs .flex_with_thumbs_next,
            .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs .slider_with_thumbs .flex_with_thumbs_next,
            .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs .slider_with_thumbs .flex_with_thumbs_next,
            .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs .slider_without_thumbs .flex_with_thumbs_next,
            .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs .slider_without_thumbs .flex_with_thumbs_next,
            .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs .slider_without_thumbs .flex_with_thumbs_next,
            .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs .slider_without_thumbs .flex_with_thumbs_next,
            .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs .slider_with_thumbs .flex_without_thumbs_next,
            .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs .slider_with_thumbs .flex_without_thumbs_next,
            .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs .slider_with_thumbs .flex_without_thumbs_next,
            .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs .slider_with_thumbs .flex_without_thumbs_next,
            .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs .slider_without_thumbs .flex_without_thumbs_next,
            .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs .slider_without_thumbs .flex_without_thumbs_next,
            .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs .slider_without_thumbs .flex_without_thumbs_next,
            .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs .slider_without_thumbs .flex_without_thumbs_next {
                display: block;
                position: absolute;
                top: 45%;
                right: 0;
                z-index: 2000;
                text-indent: -9999px;
                overflow: hidden;
                background: url('../img/flex_with_thumbs_next.png') top left no-repeat;
                width: 34px;
                height: 63px;
            }

        .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs .thumb_controls,
        .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs .thumb_controls,
        .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs .thumb_controls,
        .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs .thumb_controls {
            width: 360px;
            float: left;
            /* end ul li img */
        }

            .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs .thumb_controls ul li,
            .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs .thumb_controls ul li,
            .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs .thumb_controls ul li,
            .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs .thumb_controls ul li {
                float: left;
            }

                .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs .thumb_controls ul li img,
                .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs .thumb_controls ul li img,
                .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs .thumb_controls ul li img,
                .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs .thumb_controls ul li img {
                    background: #fff;
                    -webkit-box-shadow: 0 1px 4px 1px #bbbbbb;
                    -moz-box-shadow: 0 1px 4px 1px #bbbbbb;
                    box-shadow: 0 1px 4px 1px #bbbbbb;
                    border: 4px solid #fff;
                    margin: 0 15px 15px 0;
                    opacity: 0.5;
                    -moz-opacity: 0.5;
                    filter: alpha(opacity=50);
                    /* end .flex-active */
                }

                    .flexslider_with_thumbs_box .flexslider_wrap_with_thumbs .thumb_controls ul li img.flex-active,
                    .flexslider_without_thumbs_box .flexslider_wrap_with_thumbs .thumb_controls ul li img.flex-active,
                    .flexslider_with_thumbs_box .flexslider_wrap_without_thumbs .thumb_controls ul li img.flex-active,
                    .flexslider_without_thumbs_box .flexslider_wrap_without_thumbs .thumb_controls ul li img.flex-active {
                        opacity: 1;
                        -moz-opacity: 1;
                        filter: alpha(opacity=100);
                    }

    .flexslider_with_thumbs_box .slider_without_thumbs,
    .flexslider_without_thumbs_box .slider_without_thumbs {
        width: 485px!important;
        float: left;
        padding: 0 60px;
        /* end flex-control-nav */
        /* end .flex-control-paging li a */
    }

        .flexslider_with_thumbs_box .slider_without_thumbs .flex-control-nav,
        .flexslider_without_thumbs_box .slider_without_thumbs .flex-control-nav {
            width: 485px;
            /* needs to be same value as .slider_without_thumbs width above */
        }

        .flexslider_with_thumbs_box .slider_without_thumbs .flex-control-paging li a,
        .flexslider_without_thumbs_box .slider_without_thumbs .flex-control-paging li a {
            background: #b5b5b5;
            /* Old browsers */
            background: -moz-linear-gradient(top, #b5b5b5 0%, #5b5b5b 100%);
            /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5b5b5), color-stop(100%, #5b5b5b));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #b5b5b5 0%, #5b5b5b 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #b5b5b5 0%, #5b5b5b 100%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #b5b5b5 0%, #5b5b5b 100%);
            /* IE10+ */
            background: linear-gradient(to bottom, #b5b5b5 0%, #5b5b5b 100%);
            /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5b5b5', endColorstr='#5b5b5b', GradientType=0);
            /* IE6-9 */
            /* end .flex-control-paging li a.flex-active */
        }

            .flexslider_with_thumbs_box .slider_without_thumbs .flex-control-paging li a.flex-active,
            .flexslider_without_thumbs_box .slider_without_thumbs .flex-control-paging li a.flex-active {
                background: #ec1717;
                /* Old browsers */
                background: -moz-linear-gradient(top, #ec1717 0%, #fb8037 100%);
                /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec1717), color-stop(100%, #fb8037));
                /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #ec1717 0%, #fb8037 100%);
                /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #ec1717 0%, #fb8037 100%);
                /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #ec1717 0%, #fb8037 100%);
                /* IE10+ */
                background: linear-gradient(to bottom, #ec1717 0%, #fb8037 100%);
                /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec1717', endColorstr='#fb8037', GradientType=0);
                /* IE6-9 */
            }

    .flexslider_with_thumbs_box .mini-box,
    .flexslider_without_thumbs_box .mini-box {
        float: right;
        margin: 0 0 0 0;
    }
/* end .flexslider_with_thumbs_box, .flexslider_without_thumbs_box */
.slider_without_thumbs {
    float: left!important;
}

.video-hold {
    float: left;
    width: 450px;
}

.desc-video {
    float: right;
    width: 385px;
    margin-left: 40px;
}
/*table-box*/
.table-1 {
    margin: 0;
}

    .table-1 .col1 {
        width: 220px;
    }

    .table-1 .col2 {
        width: 150px;
    }

    .table-1 tr th,
    .table-1 tr td {
        vertical-align: top;
        text-align: left;
        padding: 7px;
    }

    .table-1 tr th {
        font-size: 14px;
        color: #333;
        padding: 5px;
        background-color: #f8f2ee;
        text-transform: uppercase;
    }

    .table-1 tr td {
        font-size: 13px;
        line-height: 1.1em;
    }
/*article-box*/
.article-box {
    line-height: 1.2em;
    margin-bottom: 40px;
}

    .article-box p {
        font-size: 13px;
    }
/*twoBox (how to book)*/
.twoBox {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .twoBox .book-box {
        float: left;
        width: 440px;
        padding: 14px 10px;
        margin-left: 15px;
        border: 1px solid #aaaaaa;
    }

        .twoBox .book-box:first-child {
            margin-left: 0;
        }

.book-box h4 {
    color: #9d4c24;
    font-size: 15px;
}

.book-box .phone-hold {
    margin: 0 0 15px 60px;
    float: left;
}

    .book-box .phone-hold:first-child,
    .book-box .phone-hold.first {
        margin-left: 0;
    }

    .book-box .phone-hold > img {
        float: left;
        margin-right: 10px;
    }

    .book-box .phone-hold > span {
        float: left;
        color: #333;
        display: block;
        width: 135px;
    }

.book-box p {
    clear: both;
    font-size: 13px;
    line-height: 1.25em;
}

a.read-more-bg {
    text-transform: uppercase;
    color: #9d4c24;
    font-size: 14px;
    padding-right: 20px;
}
/*tab-calendar*/
.tab-calendar ul li {
    margin-right: 0;
}

    .tab-calendar ul li a {
        padding: 0 12px;
    }
/*tab-panel-cal*/
.tab-panel-cal {
    padding: 20px 25px 10px 12px;
}

    .tab-panel-cal h2,
    .col-hold h2 {
        margin-bottom: 20px;
    }

.col-hold .lcol {
    float: left;
    width: 650px;
    padding-right: 40px;
}

    .col-hold .lcol p {
        font-size: 15px;
    }

.col-hold .rcol {
    float: right;
    width: 200px;
}

    .col-hold .rcol h3 {
        background: none;
        margin-bottom: 15px;
        padding-left: 0;
        font-size: 14px;
    }

    .col-hold .rcol ul.weather-box {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .col-hold .rcol ul.weather-box h4 {
            margin-bottom: 1px;
        }

        .col-hold .rcol ul.weather-box > li > div {
            overflow: hidden;
        }

            .col-hold .rcol ul.weather-box > li > div img {
                float: left;
                margin-right: 18px;
                max-height: 45px;
                width: 60px;
            }

        .col-hold .rcol ul.weather-box li {
            margin-bottom: 12px;
        }

            .col-hold .rcol ul.weather-box li div p {
                font-size: 15px;
            }

        .col-hold .rcol ul.weather-box > li h4 {
            text-transform: capitalize;
        }

            .col-hold .rcol ul.weather-box > li h4 a {
                color: #333;
            }

.city-hold {
    padding-top: 30px;
}
/*link-hold*/
.link-hold {
    border: none;
}
/*text-quote*/
.text-quote {
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 40px;
    padding: 30px 0 30px;
}

    .text-quote.grid_16 {
        margin-bottom: 0px;
    }

    .text-quote.last {
        border-bottom: 0;
    }

    .text-quote .blockquote-outer {
        width: 285px;
    }

        .text-quote .blockquote-outer blockquote {
            padding: 0 0 22px;
            font-size: 30px;
            line-height: 1.1em;
        }

    .text-quote .fright {
        margin: 0 0 30px 30px;
        float: right;
    }

    .text-quote .fleft {
        margin: 0 50px 22px 0;
        float: left;
    }
/*map-hold*/
.map-hold-box {
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

    .map-hold-box h2 {
        margin: 0 0 20px;
    }
/*galleryBox*/
.galleryBox {
    width: 595px;
}

.ad-image {
    width: 595px;
    height: 372px;
}

.ad-gallery {
    width: 600px;
}

    .ad-gallery,
    .ad-gallery * {
        margin: 0;
        padding: 0;
    }

        .ad-gallery .ad-image-wrapper {
            width: 100%;
            height: 372px;
            margin-bottom: 10px;
            position: relative;
            overflow: hidden;
        }

            .ad-gallery .ad-image-wrapper .ad-loader {
                position: absolute;
                z-index: 10;
                top: 48%;
                left: 48%;
            }

            .ad-gallery .ad-image-wrapper .ad-next {
                position: absolute;
                right: 0;
                top: 0;
                width: 25%;
                height: 100%;
                cursor: pointer;
                display: block;
                z-index: 100;
            }

            .ad-gallery .ad-image-wrapper .ad-prev {
                position: absolute;
                left: 0;
                top: 0;
                width: 25%;
                height: 100%;
                cursor: pointer;
                display: block;
                z-index: 100;
            }

                .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image,
                .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
                    width: 30px;
                    height: 30px;
                    display: none;
                    position: absolute;
                    top: 47%;
                    left: 0;
                    z-index: 101;
                }

            .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
                width: 30px;
                height: 30px;
                right: 0;
                left: auto;
            }

            .ad-gallery .ad-image-wrapper .ad-image {
                position: absolute;
                overflow: hidden;
                top: 0;
                left: 0;
                z-index: 9;
            }

                .ad-gallery .ad-image-wrapper .ad-image a img {
                    border: 0;
                }

                .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
                    position: absolute;
                    bottom: 77px;
                    left: 20px;
                    padding: 7px;
                    text-align: left;
                    width: 100%;
                    z-index: 2;
                    color: #000;
                }

.ad-image-description span {
    color: #fff;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
    display: block;
}

.ad-gallery .ad-controls {
    display: none;
}

.ad-gallery .ad-info {
    float: left;
}

.ad-gallery .ad-slideshow-controls {
    float: right;
}

    .ad-gallery .ad-slideshow-controls .ad-slideshow-start,
    .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
    }

    .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: .9em;
    }

.ad-gallery .ad-slideshow-running .ad-slideshow-start {
    cursor: default;
    font-style: italic;
}

.ad-gallery .ad-nav {
    width: 490px;
    left: 53px;
    top: -70px;
    z-index: 1000;
    position: relative;
}

.ad-gallery .ad-forward,
.ad-gallery .ad-back {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
}

.ad-gallery .ad-back {
    cursor: pointer;
    left: -27px;
    width: 13px;
    display: block;
}

.ad-gallery .ad-forward {
    cursor: pointer;
    display: block;
    right: -27px;
    width: 13px;
}

.ad-gallery .ad-nav .ad-thumbs {
    height: 50px;
    overflow: hidden;
    width: 100%;
}

.ad-gallery .ad-thumbs .ad-thumb-list {
    float: left;
    width: 9000px;
    list-style: none;
}

.ad-gallery .ad-thumbs li {
    float: left;
}

    .ad-gallery .ad-thumbs li a {
        display: block;
    }

        .ad-gallery .ad-thumbs li a img {
            display: block;
            width: 65px;
            height: 50px;
            padding-right: 3px;
            padding-left: 3px;
        }

        .ad-gallery .ad-thumbs li a:hover img,
        .ad-gallery .ad-thumbs a.ad-active img {
            width: 70px;
            height: 55px;
            padding: 0;
            margin-top: -3px;
            opacity: 1;
        }

.ad-preloads {
    position: absolute;
    left: -9000px;
    top: -9000px;
}

#descriptions {
    position: relative;
    height: 50px;
    margin-top: 10px;
    width: 640px;
    padding: 10px;
    overflow: hidden;
}

    #descriptions .ad-image-description {
        position: absolute;
    }

        #descriptions .ad-image-description .ad-description-title {
            display: block;
        }

.gallery-bg {
    position: absolute;
    background-color: red;
    width: 595px;
    height: 70px;
    bottom: 0;
    z-index: 50;
    background: url(http://kantarmedia-audiences.com/img/bg/opac-gallery.png) 0 0 repeat;
    display: block;
}
/*three cols*/
.three-cols {
    /*font-size:12px;*/
    /*line-height:16px;*/
    padding-bottom: 30px;
    border-bottom: 1px solid #aaaaaa;
}

    .three-cols.last {
        border-bottom: 0;
    }
/*lewis*/
.three-cols {
    padding-top: 30px;
}

    .three-cols .col {
        width: 350px;
        margin: 0 40px 0 0;
        float: left;
    }

        .three-cols .col.first,
        .three-cols .col:first-child {
            width: 260px;
            margin-right: 40px;
        }

        .three-cols .col.last {
            margin-right: 0;
            width: 190px;
            padding: 0;
            font-size: 13px;
        }

            .three-cols .col.last h5,
            .three-cols .col:last-child h5 {
                font-size: 19px;
                margin: 0 0 15px 15px;
            }

        .three-cols .col h5 {
            font-size: 13px;
            margin: 0 0 2px;
            line-height: 14px;
        }

        .three-cols .col h6 {
            color: #333;
            margin: 0 0 10px;
            font-size: 13px;
        }

.special-offer {
    display: block;
    width: 260px;
    position: relative;
}

.tripleImagePanel .special-offer > img {
  border:0; 
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

    .special-offer > img {
        width: 252px;
        position: relative;
        z-index: 1;
        display: block;
        background: #fff;
        -webkit-box-shadow: 0 0 0 1px #bbbbbb;
        -moz-box-shadow: 0 0 0 1px #bbbbbb;
        box-shadow: 0 0 0 1px #bbbbbb;
        border: 4px solid #fff;
    }

    .special-offer span.title {
        z-index: 2;
        background:;
        bottom: 0;
        color: #f24c09;
        display: block;
        font-size: 16px;
        line-height: 17px;
        margin: 10px 0 0 0;
        opacity: 0.9;
        filter: alpha(opacity=90);
        padding: 5px 30px 5px 0;
        float: left;
        width: auto;
        background: url('../img/modular_link_arrow.png') right 50% no-repeat;
    }

span.title img.icon {
    position: absolute;
    top: 8px;
    right: 9px;
}

.special-offer:hover span.title {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
    text-decoration: underline;
}

a.special-offer:hover {
    text-decoration: none;
}

  .special-offer span.title.black {
    color:#000;font-size:16px;
  }

.column-list {
    *zoom: 1;
    border-bottom: 1px solid #aaaaaa;
    /* margin-bottom: 40px; */
    padding: 30px 0;
}

    .column-list:before,
    .column-list:after {
        display: table;
        content: "";
    }

    .column-list:after {
        clear: both;
    }

    .column-list.last {
        border-bottom: 0;
        /*lewis*/
    }

    .column-list h2 {
        background: none;
        padding: 0;
        margin-bottom: 10px;
    }

    .column-list .self-list h4 {
        color: #333;
    }

    .text-quote .self-img img,
    .column-list .self-img img {
        width: 180px;
        background: #fff;
        -webkit-box-shadow: 0 1px 4px 1px #bbbbbb;
        -moz-box-shadow: 0 1px 4px 1px #bbbbbb;
        box-shadow: 0 1px 4px 1px #bbbbbb;
        border: 4px solid #fff;
    }

.text-quote .self-img img {
    float: left;
    margin: 0 40px 20px 0;
}

.column-list .self-list,
.column-list .self-img {
    padding-top: 10px;
    float: left;
    margin-left: 32px;
    width: 188px;
}

.column-list .four-col {
    margin-bottom: 0;
}

    .column-list .four-col .slist-hold {
        margin-bottom: 10px;
    }

.justText {
    float: left;
}

.tab-panel .justText {
    width: 585px !important;
    margin-right: 99px;
}

.justText {
    width: 535px;
    margin-right: 55px;
}

    .justText h3 {
        background-color: transparent;
        color: #222;
        padding: 5px 0 2px;
        font-weight: 700;
    }

.rightQuote {
    float: left;
    margin-top: -17px;
}

    .rightQuote .blockquote-outer {
        width: 284px;
    }

        .rightQuote .blockquote-outer blockquote {
            background: none;
            padding-bottom: 0;
        }

    .rightQuote .details {
        float: left;
        margin: 0 auto 5px auto;
        width: 110px;
    }

        .rightQuote .details img {
            width: 70px;
            float: left;
        }

        .rightQuote .details .text {
            float: left;
            width: 134px;
            margin-top: 10px;
        }

            .rightQuote .details .text span {
                display: block;
                clear: both;
            }

            .rightQuote .details .text .desc {
                font-size: 11px;
                font-style: italic;
                line-height: 1em;
                margin: 0 0 3px 0;
            }

            .rightQuote .details .text .name,
            .rightQuote .details .text .link {
                text-transform: uppercase;
            }

            .rightQuote .details .text .name {
                color: #f24c09;
            }

            .rightQuote .details .text .link {
                letter-spacing: -1px;
                font-size: 13.491px;
                line-height: 1em;
            }

    .rightQuote .contact {
        clear: both;
        color: #000;
    }

        .rightQuote .contact span {
            display: inline-block;
            float: left;
            width: auto;
            font-size: 11px;
            background-image: url('../img/tel_email_icons.png');
            background-repeat: no-repeat;
            padding: 0 0 0 28px;
            /* end .tel */
            /* end .email */
        }

            .rightQuote .contact span.tel {
                background-position: 0 0;
                margin-right: 15px;
            }

            .rightQuote .contact span.email {
                background-position: -769px 0;
            }

.text-quote .rightQuote .blockquote-outer {
    background-image: none;
    padding: 0;
}

    .text-quote .rightQuote .blockquote-outer img {
        float: left;
        margin: 0 15px 10px 0;
        width: 80px;
        position: relative;
        z-index: 1;
        display: block;
        background: #fff;
        -webkit-box-shadow: 0 0 0 1px #bbbbbb;
        -moz-box-shadow: 0 0 0 1px #bbbbbb;
        box-shadow: 0 0 0 1px #bbbbbb;
        border: 4px solid #fff;
    }

.strong {
    font-weight: 700;
}

.large_titles h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.seeing_double,
.img_longtext,
.availability,
.seasons_prices {
    margin: 0;
    width: 880px;
    clear: both;
}

    .seeing_double .left,
    .seeing_double .right,
    .img_longtext .left,
    .img_longtext .right {
        float: left;
    }

    .seeing_double .left,
    .img_longtext .left {
        width: 412px;
        margin-right: 40px;
    }

    .seeing_double .special-offer,
    .seeing_double .special-offer > img {
        width: 394px;
    }

        .seeing_double .special-offer span.title {
            width: auto;
        }

    .seeing_double .right {
        width: 412px;
        padding-right: 0px;
        float: right;
    }

    .seeing_double a {
        text-transform: uppercase;
        font-size: 11px;
    }

.tab-panel .seeing_double .left {
    width: 435px;
}

.tab-panel .seeing_double .special-offer,
.tab-panel .seeing_double .special-offer > img {
    width: 396px;
}

    .tab-panel .seeing_double .special-offer span.title {
        width: 382px;
    }

.tab-panel .seeing_double .right {
    width: 396px;
    padding-right: 0;
    float: right;
}

.img_longtext .left,
.img_longtext .special-offer {
    width: 265px;
}

    .img_longtext .special-offer > img {
        width: 257px;
    }

.img_longtext .right {
    width: 575px;
}

.tab-panel .img_longtext .left,
.tab-panel .img_longtext .special-offer,
.tab-panel .img_longtext .special-offer > img {
    width: 296px;
}

.tab-panel .img_longtext .right {
    width: 582px;
}

.form_wrap,
.contact-section {
    *zoom: 1;
    border-bottom: 1px solid #aaaaaa;
    padding: 30px 0;
    width: 860px;
    /* end .form_row */
}

    .form_wrap:before,
    .contact-section:before,
    .form_wrap:after,
    .contact-section:after {
        display: table;
        content: "";
    }

    .form_wrap:after,
    .contact-section:after {
        clear: both;
    }

    .form_wrap .form_row,
    .contact-section .form_row {
        *zoom: 1;
        /* end .input */
        /* end label */
        /* end .checkbox */
        /* end .selects */
        /* end .orange_button */
    }

        .form_wrap .form_row:before,
        .contact-section .form_row:before,
        .form_wrap .form_row:after,
        .contact-section .form_row:after {
            display: table;
            content: "";
        }

        .form_wrap .form_row:after,
        .contact-section .form_row:after {
            clear: both;
        }

        .form_wrap .form_row .input,
        .contact-section .form_row .input,
        .form_wrap .form_row .selects,
        .contact-section .form_row .selects,
        .form_wrap .form_row .checkbox,
        .contact-section .form_row .checkbox,
        .form_wrap .form_row .textarea,
        .contact-section .form_row .textarea {
            float: left;
            clear: both;
            margin: 0 0 10px 0;
            width: 860px;
        }

        .form_wrap .form_row label,
        .contact-section .form_row label {
            width: 120px;
            display: block;
            float: left;
            text-align: right;
            margin: 0 15px 0 0;
            font-size: 12px;
            /* end abbr */
        }

            .form_wrap .form_row label abbr,
            .contact-section .form_row label abbr {
                color: #f24c09;
                font-weight: bold;
                padding-left: 1px;
                font-size: 13px;
            }

        .form_wrap .form_row input,
        .contact-section .form_row input,
        .form_wrap .form_row textarea,
        .contact-section .form_row textarea {
            float: left;
            background-color: #f1f1f1;
            border: 1px solid #e5e5e5;
            padding: 3px 8px;
            -webkit-box-shadow: inset -2px 2px 15px -8px #555555;
            -moz-box-shadow: inset -2px 2px 15px -8px #555555;
            box-shadow: inset -2px 2px 15px -8px #555555;
            width: 145px;
        }

        .form_wrap .form_row textarea,
        .contact-section .form_row textarea {
            width: 200px;
        }

        .form_wrap .form_row .checkboxes_and_radios,
        .contact-section .form_row .checkboxes_and_radios {
            /* end input */
        }

            .form_wrap .form_row .checkboxes_and_radios input,
            .contact-section .form_row .checkboxes_and_radios input {
                display: inline-block;
                float: left;
                margin: 4px 10px 0 0;
                width: auto;
                background-color: transparent!important;
                -webkit-box-shadow: 0 0 0 0 #ffffff !important;
                -moz-box-shadow: 0 0 0 0 #ffffff !important;
                box-shadow: 0 0 0 0 #ffffff !important;
                border: none!important;
            }

            .form_wrap .form_row .checkboxes_and_radios label,
            .contact-section .form_row .checkboxes_and_radios label {
                display: inline-block;
                float: left;
                width: auto;
                margin-right: 20px;
                font-size: 11px;
            }

            .form_wrap .form_row .checkboxes_and_radios .checkbox_label_title,
            .contact-section .form_row .checkboxes_and_radios .checkbox_label_title {
                width: 120px;
                display: block;
                float: left;
                text-align: right;
                margin: 0 15px 0 0;
                clear: both;
            }

        .form_wrap .form_row .selects,
        .contact-section .form_row .selects {
            /* end .dk_container */
            /* end label */
        }

            .form_wrap .form_row .selects .dk_container,
            .contact-section .form_row .selects .dk_container {
                float: left;
                /* end .dk_toggle */
            }

                .form_wrap .form_row .selects .dk_container .dk_toggle,
                .contact-section .form_row .selects .dk_container .dk_toggle {
                    width: 115px!important;
                    padding: 3px 37px 3px 10px;
                }

                .form_wrap .form_row .selects .dk_container .dk_options a,
                .contact-section .form_row .selects .dk_container .dk_options a {
                    padding: 3px 10px;
                    color: #666666!important;
                    font-weight: normal;
                }

                    .form_wrap .form_row .selects .dk_container .dk_options a:hover,
                    .contact-section .form_row .selects .dk_container .dk_options a:hover,
                    .form_wrap .form_row .selects .dk_container .dk_option_current a,
                    .contact-section .form_row .selects .dk_container .dk_option_current a {
                        color: #fff!important;
                    }

                .form_wrap .form_row .selects .dk_container a.dk_toggle,
                .contact-section .form_row .selects .dk_container a.dk_toggle {
                    color: #aaa!important;
                }

            .form_wrap .form_row .selects label,
            .contact-section .form_row .selects label {
                float: left;
            }

        .form_wrap .form_row h2,
        .contact-section .form_row h2,
        .form_wrap .form_row h3,
        .contact-section .form_row h3,
        .form_wrap .form_row h4,
        .contact-section .form_row h4,
        .form_wrap .form_row h5,
        .contact-section .form_row h5,
        .form_wrap .form_row h6,
        .contact-section .form_row h6 {
            margin-left: 130px;
        }

        .form_wrap .form_row input.orange_button,
        .contact-section .form_row input.orange_button {
            clear: both;
            float: left;
            margin-top: 20px;
            margin-left: 130px;
            width: auto;
        }
/* end .form_wrap */
/* ------------------------------------------------ */
/* ------------- END MODULES CODE modules_content_wrap ----------------- */
/* ------------------------------------------------ */
.content_with_quick_services_wrap {
    padding: 30px;
    width: 600px;
    float: left;
    font-family: 'PFDinTextProLight', Arial, Helvetica, sans-serif;
    /* end ul */
    /* end .pagination */
    /* end h2 */
    /* end .find_out_more_about */
    /* end .search_result */
    /* end .product-list */
}

    .content_with_quick_services_wrap h2 {
        color: #231f20;
        font: 25px/28px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        margin: 0 0 30px 0;
    }

    .content_with_quick_services_wrap p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 20px 0;
    }

    .content_with_quick_services_wrap ul {
        margin: 0 0 20px 0;
    }

        .content_with_quick_services_wrap ul li {
            font-size: 14px;
            margin-bottom: 10px;
            background: url('../img/orange_bullet.png') 0 50% no-repeat;
            padding: 0 0 0 15px;
        }

    .content_with_quick_services_wrap .list_block_right {
        float: right;
        margin: 0 20px 30px 40px;
        width: 200px;
    }

    .content_with_quick_services_wrap .list_block_left {
        clear: right;
        float: right;
        margin: 0 40px 30px 20px;
        width: 200px;
    }

    .content_with_quick_services_wrap h3,
    .content_with_quick_services_wrap h4,
    .content_with_quick_services_wrap h5,
    .content_with_quick_services_wrap h6 {
        color: #f24c09;
        margin: 0 0 15px 0;
        font-family: 'PFDinTextProLight', Arial, Helvetica, sans-serif;
    }

    .content_with_quick_services_wrap h3 {
        font-size: 18px;
    }

    .content_with_quick_services_wrap h4 {
        font-size: 18px;
    }

    .content_with_quick_services_wrap h5 {
        font-size: 18px;
    }

    .content_with_quick_services_wrap h6 {
        font-size: 17px;
    }

    .content_with_quick_services_wrap .pagination {
        float: right;
        margin: 15px 0 0 0;
        /* end ul*/
    }

        .content_with_quick_services_wrap .pagination ul {
            /* end li */
        }

            .content_with_quick_services_wrap .pagination ul li {
                float: left;
                margin: 0 0 0 8px;
                color: #777;
                font-weight: bold;
                font: 14px/25px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
                background-image: none!important;
                padding: 0;
                /* end a */
            }

                .content_with_quick_services_wrap .pagination ul li:first-child a,
                .content_with_quick_services_wrap .pagination ul li:last-child a {
                    width: auto;
                }

                .content_with_quick_services_wrap .pagination ul li a {
                    color: #f24c09;
                    font-weight: normal;
                    display: block;
                    height: 25px;
                    width: 25px;
                    text-align: center;
                }

                    .content_with_quick_services_wrap .pagination ul li a.active {
                        background-color: #000;
                        color: #fff;
                        -webkit-border-radius: 25px;
                        -moz-border-radius: 25px;
                        border-radius: 25px;
                    }

    .content_with_quick_services_wrap h2 {
        /* end .search_result_bar */
    }

        .content_with_quick_services_wrap h2.search_result_bar {
            background: #dd3024 url(../img/btn-orange-bright.png) repeat-x !important;
            color: #fff!important;
            font-size: 17px!important;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            padding: 0px 15px 0px;
            margin: -5px 0 10px 0;
        }

    .content_with_quick_services_wrap .find_out_more_about {
        display: block;
        background-color: #ececec;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 5px 15px 5px;
        font-size: 12px;
    }

        .content_with_quick_services_wrap .find_out_more_about a {
            color: #f24c09;
            font-style: italic;
        }

    .content_with_quick_services_wrap .search_result {
        margin: 8px 10px;
        border-bottom: 1px solid #cfcfcf;
        padding: 8px 0 8px 0;
        /* end h3	*/
        /* end p */
    }

        .content_with_quick_services_wrap .search_result h3 {
            color: #f24c09;
            margin: 0 0 5px 0;
            font-size: 16px;
            font-family: 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        }

            .content_with_quick_services_wrap .search_result h3 a {
                color: #f24c09;
            }

        .content_with_quick_services_wrap .search_result p {
            margin: 0 0 10px 0;
            font-size: 13px;
        }

    .content_with_quick_services_wrap .back_link {
        display: block;
        margin: -15px 0 20px 0;
    }

    .content_with_quick_services_wrap .associated {
        margin: 30px 0 5px 0;
    }

    .content_with_quick_services_wrap .product-list {
        /* end li*/
    }

        .content_with_quick_services_wrap .product-list li {
            width: 29%;
            margin-bottom: 30px;
            background-image: none!important;
            padding-left: 0;
            /* end ul */
        }

            .content_with_quick_services_wrap .product-list li ul {
                margin-left: 2px;
                /* end li */
            }

                .content_with_quick_services_wrap .product-list li ul li {
                    margin: 0;
                    width: 155px;
                    background: url('../img/orange_bullet.png') 0 50% no-repeat !important;
                    padding-left: 15px;
                }
/* end .content_with_quick_services_wrap */
.large_content_title {
    font-size: 38px!important;
    color: #f24c09 !important;
    line-height: 42px!important;
}

.contact_block {
    float: left;
    clear: both;
    margin: 20px 0 35px 0;
    /* end .contact_block_call_to_action */
    /* end .contact_block_email_icon */
    /*end .contact_block_details*/
}

    .contact_block .contact_block_call_to_action {
        display: inline-block;
        float: left;
        color: #f24c09;
        font: 20px/32px 'PFDinTextProRegular', Arial, Helvetica, sans-serif;
        margin: 0 6px 0 0;
    }

    .contact_block .contact_block_email_icon {
        text-indent: -9999px;
        display: inline-block;
        float: left;
        background: url('../img/email_icon.png') top left no-repeat;
        width: 34px;
        height: 32px;
    }

    .contact_block .contact_block_details {
        display: inline-block;
        float: left;
        margin: 0 0 0 6px;
        font: 18px/18px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
    }

        .contact_block .contact_block_details .contact_block_name {
            display: block;
            float: left;
        }

        .contact_block .contact_block_details .contact_block_number {
            display: block;
            float: left;
            clear: both;
            font: 12px/14px Arial, Helvetica, sans-serif;
            color: #f24c09;
        }
/* end contact_block*/

article.post ul {
    font-size: 14px;
    line-height: 20px;
}

article.post li {
    font-size: 14px;
    margin-bottom: 10px;
    background: url('../img/orange_bullet.png') 0 50% no-repeat;
    padding: 0 0 0 15px;
}

.social-list li { background-image:none!important; list-style-image:none!important;}

.listHeading {
    margin-bottom: 5px!important;
}

    .listHeading > li {
        margin-bottom: 5px!important;
    }

em {
    font-style: italic;
}


/*Carousel overrides*/ 

#home.flexslider .slides img {
    width: 100%;
    display: block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#home.flexslider {
    margin: 0 0 20px;
    background: transparent;
    border: none;
    position: relative;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    /* padding: 0 15px; */
}


#home.flexslider .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 40px;
}

#home.flexslider .flex-direction-nav .flex-prev {
    left: 40px;
}
#home.flexslider .flexslider:hover .flex-next {
    opacity: 0.8;
    right: 40px;
}

#home.flexslider .flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 40px;
}

#home.flexslider .flex-control-nav {
    width: 90%;
    text-align: right;
    bottom: 60px;
    position: absolute;
}

#home.flexslider .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

#home.flexslider .flex-control-paging li a {
    color: transparent;
    width: 20px;
    height: 20px;
    display: block;
    background: #FFF;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

#home.flexslider .flex-control-paging li a:hover {
        background: #f70000;
    }

#home.flexslider .flex-control-paging li a.flex-active {
        background: #f70000;
        cursor: default;
    }