/*==== RESET DO NOT CHANGE!! ====*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin-left: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;	
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

hr {
    display: block;
    height: 0;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

input, select {
    vertical-align: middle;
}

/* clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after{
    content: "";
    display: table;
}

.clearfix:after,
.cf:after{
    clear: both;
}

.clear {
    clear: both;
}


/*==== DEFAULT STYLES ====*/
html {
    height: 100%;
    background: #fff;
}

body {
    height: 100%;
    color: #000;
}

a {
    font: 18px 'brandonRegular', Arial, Helvetica, sans-serif;
    color: #688001;
}

a:hover {
    color: #688001;
}

a.readMore {
    display: inline-block;
    font: 16px/16px 'BrandonBold', Arial, Helvetica, sans-serif;
    color: #fff;
    background: #688001;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background 0.3s ease-in;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    transition: background 0.3s ease-in;
}

a.readMore:hover {
    background: #93b600;
}

a.readMoreModule {
    font-size: 16px;
    display: inline-block;
    float: left;
}

ol,
ul {
    margin-left: 20px;
}

hr {
    border-bottom: 1px solid #f00;
}

h1 {
    font: 24px/24px 'BrandonBold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

h2 {
    font: 20px/20px 'BrandonBold', Arial, Helvetica, snas-serif;
    text-transform: uppercase;
}

span.title {
    font: 20px/20px 'BrandonBold', Arial, Helvetica, snas-serif;
    text-transform: uppercase;
}

.pageContent h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 25px;
}

h3 {
    font: 18px/20px 'BrandonBold', Arial, Helvetica, sans-serif;
    text-transform: none;
}

h4 {
    font: 18px/18px 'BrandonBold', Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}

p, ul, ol, table {
    font: 18px/30px 'brandonRegular', Arial, Helvetica, sans-serif;
    margin-bottom: 12px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    background: url('/images/layout/li-bullit.jpg') no-repeat 0 9px;
    padding-left: 20px;
    line-height: 26px;
}

.pageContent ul li {
    background: url('/images/layout/li-bullit.jpg') no-repeat 0 9px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

/* Forms */
input,
textarea {
    width: 75%;
    font: 16px 'brandonRegular', Arial, Helvetica, sans-serif !important;
    color: #000;
    float: left;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

input {
    padding: 16px 0 8px;
    height: 40px !important;
}

textarea {
    width: 100%;
    height: 100px;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    resize: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0; padding: 0;
}

button,
input {
    line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

label {
    cursor: pointer;
    width: 25%;
    height: 40px;
    font: 16px/40px 'brandonRegular', Arial, Helvetica, sans-serif;
    color: #949494;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    border-radius: 0;
    margin-bottom: 10px;
}

button[disabled],
input[disabled] {
    cursor: default;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

b,
strong {
    font-weight: bold;
}

input[type=text],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.submit input {
    width: 130px;
    height: 40px;
    font: 16px/16px 'brandonRegular', Arial, Helvetica, sans-serif !important;
    color: #000000;
    text-transform: uppercase;
    border: 0 !important;
    float: right;
    padding: 0;
    margin-top: 20px;
    background: #F5F5F5;
}

.submit input:hover {
    background: #949494;
    color:#fff;
}

#orderErrorMessage {
    display: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px 20px;
    background: #a61814;
    border: 10px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

#orderErrorMessage label {
    float: none;
    width: 100%;
    color: #fff;
}

#orderErrorMessage ul {
    margin-left: 15px;
}

#orderErrorMessage ul li {
    background: none !important;
    list-style: disc;
    padding: 0;
    color: #fff;
}

.hide{
    display: none;
}

#container {
    min-height:100%;
    position:relative;
}

.relative {
    position: relative;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.googleMapsWindow {
    line-height: 20px;
}

.contactContainer {
    width: 50%;
    float: left;
}


/*==== FONT FACE ====*/
@font-face {
    font-family: 'BrandonBold';
    src: url('/fonts/brandon_bld-webfont.eot');
    src: url('/fonts/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/brandon_bld-webfont.woff') format('woff'),
        url('/fonts/brandon_bld-webfont.ttf') format('truetype'),
        url('/fonts/brandon_bld-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonLight';
    src: url('/fonts/brandon_light-webfont.eot');
    src: url('/fonts/brandon_light-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/brandon_light-webfont.woff') format('woff'),
        url('/fonts/brandon_light-webfont.ttf') format('truetype'),
        url('/fonts/brandon_light-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonLightItalic';
    src: url('/fonts/brandon_light_it-webfont.eot');
    src: url('/fonts/brandon_light_it-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/brandon_light_it-webfont.woff') format('woff'),
        url('/fonts/brandon_light_it-webfont.ttf') format('truetype'),
        url('/fonts/brandon_light_it-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandonRegular';
    src: url('/fonts/brandon_reg-webfont.eot');
    src: url('/fonts/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/brandon_reg-webfont.woff') format('woff'),
        url('/fonts/brandon_reg-webfont.ttf') format('truetype'),
        url('/fonts/brandon_reg-webfont.svg#brandon_grotesque_regularRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*==== HEADER ====*/

#header {
    height: 100px;
}

/* home.tmpl.php */
header, header .row, header .span12 {
    height: 100px;
}

#logo {
    display: block;
    width: 219px;
    height: 60px;
    position: absolute;
    top: 41px;
    left: 0;
}

/* default.tmpl.php */
.headerImage {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align:center;
}

.googleMaps {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

/*.headerImage img {
    width: 100%;
    min-width: 1100px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    bottom: 0;
    z-index: 1;
}*/

.headerImage .container {
    height: 450px;
}

.breadcrumbs {
    height: 50px;
}

.breadcrumbs p, .breadcrumbs a {
    font-size: 14px !important;
    padding-top: 3px;
}

/* --- FaceBook button --- */

a.shareFacebook { 
    background: transparent url(/images/layout/icon-facebook.png) left center no-repeat;
    color: #626262;
    display: inline-block;
    padding: 5px 0 6px 20px;
    text-decoration: none;
    margin: 0 7px;
    font-size:14px;
}

a.shareNews {
    margin:0 0 0 332px !important;  
}
div#shareButtonsHome {
    display: block;
    margin: 0 auto;
    text-align: center;
}
a.tweetTwitter {
    background: transparent url(/images/layout/icon-twitter.png) left center no-repeat;
    color: #626262;
    display: inline-block;
    padding: 5px 0 6px 20px;
    text-decoration: none;
    margin: 0 7px;
    font-size:14px;
}

.backBtn {
    display:block;
    float:left;
}

/*==== NAVIGATION ====*/
nav {
    position: absolute;
    top: 50px;
    right: -9px;
}

nav li {
    float: left;
    margin-left: 5px;
    background: none;
    padding-left: 0;
}

nav a {
    display: block;
    padding: 3px 9px 2px 8px;
    font: 14px/16px 'BrandonBold', Arial, Helvetica, sans-serif;
    color: #a3a3a3;
    text-transform: uppercase;
}

nav a:hover, nav a.active {
    color: #fff;
    background: #688001;
    text-decoration: none;
}

nav ul ul {
    display: none;
}

.sidebarLeft ul {
    list-style: none;
    padding: 0;
    margin: 39px 0 0;
}

.sidebarLeft li{
    margin-bottom: 11px;
    background: none;
    padding-left: 0;
}

.sidebarLeft ul li a {
    font-size: 18px;
    color: #000;
    padding: 4px 9px 4px 0;
    background: #f5f5f5;
}

.sidebarLeft ul li a:hover, .sidebarLeft ul li.active a {
    background: #949494;
    color: #fff;
    text-decoration: none;
}

/*==== BRANDBOX ====*/
#brandboxModule {
    position: relative;
    z-index: 99999;
}

#brandboxModule img {
    width: 100%;
}

#brandboxModule a {
    text-decoration: none;
    display: block;
}

#brandboxModule .slide .container {
    position: absolute;
    bottom: 25px;
    text-align: center;
    left: 50%;
    margin-left: -470px;
}

#brandboxModule .container .line {
    display: inline-block;
    font: 30px/28px 'BrandonBold', Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 8px 3px 7px;
    margin-bottom: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('/images/layout/bg-black-transparent.png');
}

#brandboxModule .bx-controls {
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: -30px;
    z-index: 99999;
}

#brandboxModule .bx-pager {
    text-align: center;
    width: 100%;
    position: absolute;
}

#brandboxModule .bx-pager-item {
    display: inline-block;
    width: 15px;
    height: 15px;
    text-indent: -99999px;
    text-transform: capitalize;
    margin: 0 3px;
    background: url('/images/layout/pager-bullit.png') no-repeat 0 0;
}

#brandboxModule .bx-pager-item a {
    display: block;
    width: 15px;
    height: 15px;
}

#brandboxModule .bx-pager-link.active {
    background: url('/images/layout/pager-bullit.png') no-repeat 0 -15px;
}

#brandboxModule .bx-controls-direction a {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -265px;
    text-indent: -9999px;
}

/*==== SIDEBARS ====*/

/* Sidebar left */
.sidebarLeft .title {
    font-size: 24px;
    line-height: 24px;
    color: #949494;
}

.sidebarRight {
    padding-top: 59px;
    margin-bottom: 40px;
}

.sidebarRight .images a {
    display: block;
    font-size: 14px;
}

.sidebarRight img {
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: #f5f5f5;
}

.sidebarRight .images {
    margin-bottom: 20px;
}

.sidebarRight .youtubeVideos, #blogItemYoutubeVideos .youtubeVideos {
    margin-bottom: 30px;
}

#blogItemYoutubeVideos {
    padding-top: 20px;
}

#blogItemYoutubeVideos .youtubeVideos .title {
    display: block;
    clear: both;
    margin-bottom: 10px;
}

.sidebarRight .youtubeVideos a, #blogItemYoutubeVideos .youtubeVideos a {
    display: block;
}

#blogItemYoutubeVideos .youtubeVideo {
    width: 45%;
    float: left;
    margin-right: 20px;
}

.sidebarRight .youtubeVideos img, #blogItemYoutubeVideos .youtubeVideos img {
    margin-bottom: 0;
}

.sidebarRight .youtubeVideo .playVideo, #blogItemYoutubeVideos .youtubeVideos .playVideo {
    width: 68px;
    height: 47px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -34px;
    z-index: 10;
    padding: 0;
    background: none;
}

.sidebarRight .links, .sidebarRight .files {
    margin-bottom: 20px;
}

.sidebarRight .links a, .sidebarRight .files a {
    color: #949494;
}


/*==== CONTENT ====*/

#body {
    padding-bottom: 236px;   /* Height of the footer */
}

/* home.tmpl.php */
.contentContainer {
    width: 100%;
    min-height: 200px;
    background: #f5f5f5;
}

.contentContainer .container {
    min-height: 150px;
    padding: 58px 0 30px;
    position: relative;
}

.contentContainer .container h1 {
    margin-bottom: 16px;
}

.contentContainer .container ul li {
    display: inline;
}

.contentContainer .container .readMore {
    width: 130px;
    height: 40px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 40px;
}

/* default.tmpl.php */
.pageContent {
    margin-bottom: 40px;
}

.pageContent h1 {
    margin-bottom: 29px;
}

.pageContent p {
    font: 18px/26px 'brandonRegular', Arial, Helvetica, sans-serif;
    margin-bottom: 12px;
}

/*==== BLOG MODULE ====*/
.newsContainer {
    width: 100%;
    margin-bottom: 20px;
}

.newsContainer .container .row {
    clear: both;
}

.newsContainer .container .readMoreModule {
    margin-top: 37px;
}

.newsContainer span.title {
    display: inline-block;
    height: 22px;
    padding: 8px 0 0 40px;
    margin: 30px 25px 20px 0;
    background: url('/images/layout/sprite.png') no-repeat 0 -560px;
    float: left;
}

.newsContainer img {
    display: block;
    margin: 0 !important;
}

.newsItemContent {
    border-top: 3px solid #688001;
    min-height: 50px;
}

.newsItemContent h3 {
    height: 47px;
    padding-top: 7px;
    margin-bottom: 1px;
}

.newsDateCategory {
    font: 14px 'brandonRegular', Arial, Helvetica, sans-serif;
    margin-bottom: 11px;
}

.newsItemSummary {
    margin-bottom: 2px;
    clear: both;
}

.newsItemSummary p {
    height: 132px;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
}

.newsContainer .readMore {
    padding: 6px 7px 4px 6px;
}

.newsContainer .row .newsItem {
    margin-bottom: 30px;
}

/* Blog overview */
.blogItem {
    margin-bottom: 40px;
}

.blogItem img {
    margin-bottom: 15px;
}

.blogTitle {
    font: 20px/20px 'BrandonBold', Arial, Helvetica, sans-serif;
    color: #000;
    text-transform: uppercase;
}

.blogTitle:hover {
    text-decoration: none;
}

.blogItemContent p {
    font: 16px/22px 'brandonRegular', Arial, Helvetica, sans-serif !important;
}

.blogItem .readMore {
    padding: 6px 7px 4px 6px;
}

.blogItemReadMore { padding-left: 30px; }

.dateCategories {
    margin-bottom: 7px;
}

.dateCategories, .dateCategories a {
    font: 14px 'brandonRegular', Arial, Helvetica, sans-serif;
}

.dateCategories span {
    margin-right: 40px;
}

.blogItemDetail {
    margin-bottom: 30px;
}

.blogItemDetail .span5 img {
    width: 100%;
    margin-bottom: 10px;
}

h1#blogItemTitle {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 5px;
}

.blogItemDetail .dateCategories {
    margin-bottom: 20px;
}

.blogItemDetail .readMore {
    font: 16px/16px 'BrandonBold', Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 6px 7px 4px 6px;
    margin-bottom: 20px;
}

#blogItemFiles, #blogItemLinks {
    padding-top: 20px;
    clear: both;
}

#blogItemFiles .title, #blogItemLinks .title {
    display: inline-block;
    margin-bottom: 10px;
}

#moreImages {
    margin-bottom: 20px;
}

#moreImages a {
    display: block;
    width: 50%;
    float: left;
    padding: 0 5px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#moreImages a img {
    margin-bottom: 0;
}

/*==== Webcam page ====*/

img.logo-webcam {
    margin-bottom:10px;
    border:1px solid #a3a3a3;
}

/*==== TWITTER MODULE ====*/
.twitterContainer {
    min-height: 170px;
    margin-bottom: 30px;
}

.twitterContainer .container .readMoreModule {
    margin-top: 8px;
}

.twitterContainer span.title {
    display: inline-block;
    height: 22px;
    padding: 8px 0 0 40px;
    margin: 0 25px 20px 0;
    background: url('/images/layout/sprite.png') no-repeat 0 -590px;
    float: left;
}

.twitterContainer .container {
    min-height: 170px;
}

.twitterContainer .container .row {
    clear: both;
}

.twitterItem {
    border-top: 3px solid #688001;
    padding-top: 6px;
    margin-bottom: 20px;
}

.twitterItem p {
    min-height: 130px;
    margin-bottom: 0;
}

.twitterItem p, .twitterItem a {
    font: 16px/22px 'brandonRegular', Arial, Helvetica, sans-serif;
}

.twitterDate p {
    min-height: 14px;
    font: 14px/22px 'brandonRegular', Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}

/*==== FOOTER ====*/
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 236px;   /* Height of the footer */
}

footer {
    width: 100%;
    min-height: 236px;
    background: #949494;
}

footer .container {
    min-height: 166px;
    padding: 28px 0 20px;
    position: relative;
}

footer .container p {
    width: 400px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

footer .container span {
    display: inline-block;
}

footer .container .addressCompany {
    font: 20px/16px 'BrandonBold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

footer .container .addressPhonenumber, footer .container a {
    font: 20px/16px 'BrandonBold', Arial, Helvetica, sans-serif;
    margin: 20px 0 20px;
    color: #fff;
    text-decoration: none;
}

footer .footerLogo {
    position: absolute;
    bottom: 70px;
    right: 0;
}

footer .socialMedia {
    position: absolute;
    bottom: 60px;
    right: 0;
}

footer .socialMedia a {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 0 0 5px;
}

.facebook {
    background: url('/images/layout/sprite.png') no-repeat 0 0;
}

.facebook:hover {
    background-position: 0 -40px;
}

.twitter {
    background: url('/images/layout/sprite.png') no-repeat 0 -80px;
}

.twitter:hover {
    background-position: 0 -120px;
}

.google {
    background: url('/images/layout/sprite.png') no-repeat 0 -160px;
}

.google:hover {
    background-position: 0 -200px;
}

.linkedin {
    background: url('/images/layout/sprite.png') no-repeat 0 -240px;
}

.linkedin:hover {
    background-position: 0 -280px;
}

.pinterest {
    background: url('/images/layout/sprite.png') no-repeat 0 -320px;
}

.pinterest:hover {
    background-position: 0 -360px;
}

.vimeo {
    background: url('/images/layout/sprite.png') no-repeat 0 -400px;
}

.vimeo:hover {
    background-position: 0 -440px;
}

.skype {
    background: url('/images/layout/sprite.png') no-repeat 0 -480px;
}

.skype:hover {
    background-position: 0 -520px;
}

footer .aside, footer .aside a {
    font: 14px 'brandonRegular', Arial, Helvetica, sans-serif !important;
}

footer .aside {
    width: auto !important;
    position: absolute;
    right: 0;
    bottom: 30px;
}

span.imageTitle, span.youTubeTitle {
    display:block;
    margin-bottom: 15px;
    font: 14px/30px 'brandonRegular', Arial, Helvetica, sans-serif;
}

/*==== BROWSER SPECIFIC STYLES ====*/

/* IE7 */
html.ie6 .clearfix,
html.ie7 .clearfix,
html.ie6 .cf,
html.ie7 .cf {
    zoom: 1;
}

html.ie7 input[type="checkbox"],
html.ie7 input[type="radio"] {
    width: 13px;
    height: 13px;
}

html.ie7 button,
html.ie7 input[type="button"],
html.ie7 input[type="reset"],
html.ie7 input[type="submit"] {
    overflow: visible;
}

html.ie7 button,
html.ie7 input,
html.ie7 select,
html.ie7 textarea {
    vertical-align: middle;
}

html.ie7 legend {
    margin-left: -7px;	
}

html.ie7 #slider {
    text-align: left; 
}

html.ie7 #slider .sliderImage {
    margin-left: 0;
}

html.ie7 #brandboxModule .bx-pager-item {
    zoom: 1;
    display: inline;
    text-indent: 0;
}

html.ie7 .bx-wrapper .bx-pager {
    padding-top: 0;
    bottom: 0;
}

html.ie7 nav a {
    padding: 5px 9px 5px 8px;
}

@media (max-width: 940px) {
    #brandboxModule {
        min-width: 940px;
    }
}

#webcamPlaceholderIOS {
    display: none;
}

#webcamPlaceholder {
    display: block;
}