﻿/*===================== 
	Color information
	

=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: url(../siteart/p6.png) repeat;
    color: #000;
}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}

/* clear floats */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}

/*image replacement*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
    height: 0;
}

img {
    border: 0;
    max-width: 100%;
}

/*===================== 
	typography 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: 700;
    text-transform: uppercase;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 0 0 15px 0;
    margin: 0;
}

strong {
    font-weight: 700;
}

/*===================== 
	link styles 
=======================*/

a.link:focus {
    outline: thin dotted;
    /*reset*/
}

a {
    color: #bf1e2e;
}

a:hover {
    text-decoration: none;
}

.red-button {
    display: block;
    background: #bf1e2e;
    font-size: .9em;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    padding: 10px 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.red-button:hover {
    background: #4d4d4d;
}

.careers-button {
    display: block;
    background: #bf1e2e;
    font-size: .9em;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    padding: 15px 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-align: center;
}

.careers-button:hover {
    background: #4d4d4d;
}

/*===================== 
	list styles 
=======================*/
ul.dp-list {
    margin: 0;
    padding: 0 0 5% 7%;
}

ul.dp-list li {
    font-size: 16px;
}

/*--side tabs--*/

.side {
    background: #fff;
    width: 300px;
    height: 500px;
    position: fixed;
    z-index: 100;
}




#commodity {
    top: 80px;
    height: auto;
    z-index: 99999;
    right: -410px;
    width: 410px;
}

#commodityTab {
    display: block;
    height: 45px;
    width: 50px;
    background: url(../siteart/commodity-icon.png);
    position: absolute;
    left: -50px;
    top: 110px;
}

#weather {
    top: 240px;
    height: auto;
    z-index: 998;
    right: -500px;
    width: 500px
}

#weatherTab {
    display: block;
    height: 45px;
    width: 50px;
    background: url(../siteart/weather-icon.png);
    position: absolute;
    left: -50px;
    top: 0px;
}

/*---POP-UP -----------------------------------*/

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-box {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 35px;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
    transition: all 0.2s;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 10px 0px 10px;
    background: none
}

.popup .close:hover {
    background: #000;
    color: #fff;
}

.popup .content {
    max-height: 60%;
    overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}

.overlay:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 999999;
}

.popup {
    background: #000 url(../siteart/homebutton-bg.jpg) center center repeat-x;
    background-size: cover;
    color: #fff;
    font-weight: 300;
    border: 2px solid #fff;
    border-radius: 5px;
    width: 95%;
    max-width: 1000px;
    position: absolute;
    top: 3vw;
    left: 0;
    right: 0;
    float: none;
    padding: 60px 0 20px 0;
    margin: 0 auto;
    text-align: left;
    z-index: 99999999;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.overlay:target .popup {
    top: -280%;
    left: -100%;
}

.popup .wrapper-inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.popup img {
    width: 90%;
    margin: 0 auto 20px auto;
    text-align: center
}

.popup h2 {
    color: #fff;
    font-size: 22px;
    letter-spacing: .5px;
}

.popup a {
    text-decoration: none
}

.popup h2:hover {
    color: #000
}


/*===================== 
	header styles 
=======================*/
.topbar {
    background: #231f20;
    padding: 2px 0;
    font-size: 14px;
    color: #fff;
}

.topbar p {
    padding: 0 0 0 0;
}

.topbar i {
    margin-right: 5px;
}

.topbar ul {
    list-style: none;
}

.topbar ul li {
    float: left;
    padding: 7px 40px 7px 0;
}

.topbar ul li:last-child {
    float: right;
    padding: 7px 0 7px 0;
}

.home header {
    background: none;
}

header {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    background: url(../siteart/hero-bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}

header img {
    display: inline-block;
}

.headerwrap {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 15%;
}

.header-right .address {
    padding-top: 30px;
    display: inline-block;
    vertical-align: top;
}

.header-right .address a {
    color: #fff;
    text-decoration: none;
}

.header-right {
    float: right;
    width: 85%;
    text-align: right;
}

.header-right img {
    padding: 15px 0 10px 60px;
}

.header-right .address ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-right .address ul li {
    display: inline-block;
    border-right: #fff 1px solid;
    padding-right: 15px;
    margin-right: 10px;
    line-height: 1em;
}

.header-right .address ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.header-right .address i {
    padding-left: 5px;
}



/*===================== 
	nav styles 
=======================*/
/* see menumaker.css for additional nav styles */

/* MODAL */

.modal {
    display: none;
    position: fixed;
    z-index: 9999999999999999999;
    padding-top: 5%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4);
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 60%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s
}

.modal-head {
    padding: 15px 25px;
    color: #555;
}

.modal-head .close {
    color: #ccc;
    float: right;
    font-size: 20px;
}

.modal-head .close:hover,
.modal-head .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-head h3 {
    padding: 15px 25px;
    color: #555;
}

.modal-main {
    padding: 25px;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ccc solid;
}

.modal-main .terms-box {
    max-height: 300px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px #ccc solid;
    overflow-y: scroll;
}

.modal-buttons {
    background: #f5f5f5;
    padding: 15px 25px;
}

.modal-buttons a {
    display: block;
    float: left;
    border: 1px #ccc solid;
    margin: 0 2px;
    padding: 10px 35px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.modal-buttons .continue-modal {
    background: #bf1e2e;
    color: #fff;
}

.modal-buttons .continue-modal:hover {
    background: #B50000;
    color: #fff;
}

.modal-buttons .close-modal {
    background: #ddd;
}

.modal-buttons .close-modal:hover {
    background: #ccc;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}


/*===================== 
	content styles 
=======================*/
.wrapper {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

.container {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
}

.border-it {
    background: #fff;
    padding: 15px;
    border: #ccc 1px solid;
    box-sizing: border-box;
}


/*===================== 
	slideshow styles 
=======================*/
.slides {
    background: url(../siteart/concrete_wall.png) repeat;
    padding: 0;
    color: #fff;
    position: relative;
}

.cycle-slideshow {
    margin-bottom: 22px;
}

.cycle-slideshow img {
    width: 100%;
}

/* pager */
.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    display: none;
}

.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.cycle-pager span.cycle-pager-active {
    color: #2885b3;
}

.cycle-pager > * {
    cursor: pointer;
}



/*===================== 
	banner styles 
=======================*/


/*===================== 
	Form styles 
=======================*/
.search {
    width: 100%;
    margin: 0;
    padding: 25px 0;
    background: url(../siteart/header-bg.png);
    color: #fff;
}

.search input,
.search select {
    float: left;
    width: 31.33%;
    height: 45px;
    margin: 0 1% 20px;
}

form {
    margin: 0 0 0;
    font-size: 16px;
    line-height: 1em;
    color: #000;
}

label {
    display: block;
    padding-bottom: 4%;
}

input {
    border: #999999 solid 1px;
    padding: 12px;
    margin: 0 1% 10px;
    box-sizing: border-box;
}

input:focus {
    border: #2885b3 solid 1px;
}

input[type="submit"] {
    padding: 12px;
    background: #bf1e2e;
    color: #fff;
    box-sizing: border-box;
}

select {
    padding: 12px;
    margin: 0 1% 10px;
    width: 98%;
    box-sizing: border-box;
}

textarea {
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 12px;
    width: 98%;
}

#filter,
#filter-menu {
    box-sizing: border-box
}

#filter-menu {
    background: #f2f2f2;
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 12px;
    text-align: left;
}

#filter-menu input[type="submit"]:hover,
#filter:hover {
    background: #B23730;
    cursor: pointer;
}

#filter,
#filter-menu input[type="submit"] {
    width: 100%;
    background: #B23730;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

#filter-menu h2 {
    font-size: 20px;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 15px
}

#filter-menu h3 {
    font-size: 14px;
    color: #555;
    margin: 12px 0 2px
}

#filter-menu label {
    display: block
}

#filter-menu input[type="text"],
#filter-menu select {
    box-sizing: border-box;
    width: 100%;
    float: none;
    font-size: 12px;
    margin: 3px 0;
    padding: 7px;
}

#filter-menu input[type="submit"] {
    display: block;
    padding: 15px;
    margin-top: 10px;
    border-radius: 0;
    font-size: 12px
}

#filter-menu .column6 {
    padding: 0 2px 0 0;
    width: 49%;
    display: inline-block;
}

#filter-menu .last {
    padding: 0
}

#filter {
    display: none;
    padding: 13px 0;
    margin: 10px 0 0;
    font-size: 12px;
    cursor: pointer
}





/*===================== 
	layout styles 
=======================*/
.home {
    height: 100%;
}

.padit {
    padding: 2% 0;
}

.hero {
    position: relative;
    background: #000 url(../siteart/hero-bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    min-height: 340px;
}

.buttonbox {
    text-align: center;
    position: absolute;
    bottom: 7%;
    width: 100%;
}

.homebutton {
    display: inline-block;
    width: 40%;
    height: 95px;
    box-sizing: border-box;
    padding: 15px;
    margin: 1%;
    background: #000 url(../siteart/homebutton-bg.jpg) center center repeat-x;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 26px;
    text-decoration: none;
    border: #000 1px solid;
}

.homebutton:hover {
    background: #262626;
    border: #fff 1px solid;
}

.homebutton span {
    font-size: 18px;
    display: block;
}

.welcome {
    background: url(../siteart/welcomebg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.auctionbox {
    position: relative;
    width: 100%;
    height: 500px;
    background: url(../siteart/auctions.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    box-sizing: border-box;
    padding-top: 80px;
}

.auction-button {
    position: relative;
    display: inline-block;
    width: 70%;
    background: #bf1e2e;
    padding: 60px 15px 30px 15px;
    border: #fff 1px solid;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, .75);
}

.auction-button a {
    color: #fff;
}

.auction-time {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.linkbox {
    position: relative;
    width: 48%;
    height: 230px;
    background-size: cover;
    box-sizing: border-box;
    padding: 20px;
}

.linkbox h2 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.linkbox a {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: .9em;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    background: #bf1e2e;
    padding: 10px 15px;
    display: inline-block;
    border: #fff 1px solid;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, .75);
}

#ag-equipment {
    background-image: url(../siteart/ag-equipment.jpg);
    float: left;
}

#const-equipment {
    background-image: url(../siteart/const-equipment.jpg);
    float: right;
}

.icons {
    background: #f1f1f1;
    padding: 2% 0;
}

.iconbox {
    float: left;
    text-align: center;
    width: 33.3333%;
    box-sizing: border-box;
    padding: 15px;
    height: 300px;
    margin-bottom: 20px;
}

.iconbox p {
    font-size: .9em;
}

.iconbox a {
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
}

.iconbox a:hover {
    text-decoration: none;
}

.iconbox i {
    font-size: 6em;
    margin-bottom: 20px;
}

.logos {
    border-top: #ccc 1px solid;
}

.manu-logo {
    position: relative;
    float: left;
    width: 23%;
    height: 120px;
    margin: 1%;
    box-sizing: border-box;
    text-align: center;
    border: #ccc 1px solid;
    background: #fafafa;
}

.logoStuff .manu-logo {
    width: 100% !important;
}

.logosStuff .manu-logo {
    width: 100%;
    border: none;
}

.manu-logo:hover {
    background: #f1f1f1;
}

.manu-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto !important;
}

.scrolling {
    display: block;
    background: url(../siteart/scrollingbg.jpg) repeat;
    padding: 30px 0;
    border-top: #ffcd07 4px solid;
}

.sitemap {
    background: url(../siteart/escheresque_ste.png) repeat;
    color: #fff;
}

.sitemap p {
    line-height: 2em;
}

.sitemap i {
    font-size: 42px;
    margin-right: 20px;
}


.linkboxes {
    padding: 40px 0;
    background: #fff;
}

.linkbox {
    float: left;
    display: block;
    width: 23%;
    height: 220px;
    margin: 1%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: 60px 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-shadow: 2px 2px 2px #000000;
}

.linkbox p {
    position: relative;
    z-index: 10;
    font-size: 24px;
    line-height: 1em;
    font-style: italic;
    font-weight: 700;
}

.linkbox p span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    border-top: #fff 1px solid;
    margin-top: 10px;
    padding-top: 10px;
}

a .linkbox {
    color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.linkbox:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    transition: .3s all;
    display: block;
}

.linkbox:hover:after {
    opacity: 0.8;
    background: #bf1e2e;
}

/*--------Finance-----------*/

.column7 {
    width: 47.5%;
    display: inline-block;
    padding: 0 25px 0 0;
    box-sizing: border-box;
    position: inherit;
    float: left;
}

#financing img {
    border: 1px solid #ccc;
    text-align: center;
    width: 100%;
    background: transparent;
}

#financing .red-button {
    width: 100%;
    padding: 15px 0px;
}

a.red-button {
    display: inline-block;
    margin: 10px 0;
    background: #b81218;
    padding: 20px 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    color: #fff;
}

.border-finance {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
}


/*--------Scrolling Inventory--------*/

.mobilecontainer {
    overflow: hidden;
    /* must have this property for mobile phones and tablet display! */
    width: 100%;
    margin: 0 auto;
    height: 92px;
    padding: 0;
    background: #000;
}

iframe.banner {
    width: 100%;
    height: 92px;
    background: #000
}


/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 2.0%;
}

.col:first-child {
    margin-left: 0;
}

.hosted-content .col {
    margin: 0 0 0 0;
}

body .full .has-quote-forms #listing-top-information,
.hosted-content .widgets-container {
    width: 100% !important;
    padding: 0;
    margin: 10px 0;
}


/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}


/*  GRID OF TWELVE  */
.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.5%;
}

.span_10_of_12 {
    width: 83%;
}

.span_9_of_12 {
    width: 74.5%;
}

.span_8_of_12 {
    width: 66%;
}

.span_7_of_12 {
    width: 57.5%;
}

.span_6_of_12 {
    width: 49%;
}

.span_5_of_12 {
    width: 40.5%;
}

.span_4_of_12 {
    width: 32%;
}

.span_3_of_12 {
    width: 23.5%;
}

.span_2_of_12 {
    width: 15%;
}

.span_1_of_12 {
    width: 6.5%;
}


/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.5%;
}

.span_2_of_4 {
    width: 49%;
}

.span_1_of_4 {
    width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.13%;
}

.span_1_of_3 {
    width: 32.26%;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 680px) {
    .col {
        margin: 4% 0 4% 0%;
    }

    .span_1_of_4,
    .span_2_of_4,
    .span_3_of_4,
    .span_4_of_4 {
        width: 100%;
    }

    .span_3_of_3,
    .span_2_of_3,
    .span_1_of_3 {
        width: 100%;
    }

    .span_1_of_12,
    .span_2_of_12,
    .span_3_of_12,
    .span_4_of_12,
    .span_5_of_12,
    .span_6_of_12,
    .span_7_of_12,
    .span_8_of_12,
    .span_9_of_12,
    .span_10_of_12,
    .span_11_of_12,
    .span_12_of_12 {
        width: 100%;
    }
}


/*===================== 
	footer styles 
=======================*/

.pagebottom {
    background: url(../siteart/footerbg.jpg) center center;
    background-size: cover;
    padding: 50px 0;
    border-top: #474747 4px solid;
    color: #fff;
	background-color: #000;
}

.pagebottom p {
    font-size: .8em;
}

.pagebottom a {
    color: #fff;
}

.pagebottom a:hover {}

footer {
    margin: 0 auto;
    width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 11px;
    color: #ccc;
    border-bottom: none;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 11px;
    color: #fff;
}

.footertext {
    font-size: 11px;
    color: #666;
}

.smallfootertext {
    font-size: 11px;
    color: #666;
}

.divfooter {
    text-align: center;
    margin: 0 auto;
}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1280px) {
    .header-right img {
        padding: 15px 0 10px 35px;
        max-width: 130px;
        max-height: 40px;
        vertical-align: middle;
    }

    .homebutton {
        height: auto;
        vertical-align: top;
        font-size: 24px;
        padding: 15px 5px;
    }
}

@media screen and (max-width: 1025px) {
    #commodity {
        display: none;
    }

    #weather {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .logo {
        float: left;
        width: 100%;
        text-align: center;
    }

    .logo img {
        height: 100px;
    }

    .header-right .address {
        padding-top: 17px;
        display: inline-block;
        vertical-align: top;
        margin: 0 20px;
    }

    .header-right {
        float: right;
        width: 100%;
        text-align: center;
    }

    .header-right img {
        padding: 10px 10px 10px 10px;
    }
}

@media screen and (max-width: 800px) {
    .homebutton {
        font-size: 18px;
        padding: 15px 5px;
    }

    .header-right .address {
        padding-top: 0;
        display: block;
        margin: 0 auto;
        font-weight: 400;
    }

    .header-right .address ul li {
        font-size: 14px;
        font-weight: 400;
    }

    .iconbox {
        width: 50%;
    }

    .linkbox {
        width: 48%;
    }

    .linkbox p {
        font-size: 24px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    p {

        font-size: 14px;

    }

    .column7 {
        width: 100%;
    }

    .manu-logo {
        width: 31%;
    }


}

@media screen and (max-width: 680px) {
    .topbar ul li {
        float: none;
        padding: 7px 0 7px 0;
    }

    .topbar ul li:last-child {
        float: none;
        padding: 7px 0 7px 0;
    }

    .arrowdown {
        display: none;
    }

    .homebutton {
        font-size: 16px;
        padding: 15px 5px;
    }

    .homebutton span {
        font-size: 14px;
    }

    .linkbox {
        height: 200px;
        padding: 55px 10px 10px;
    }

    .linkbox p {
        font-size: 20px;
    }

    #filter-menu {
        display: none;
    }

    .column7 {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .iconbox {
        width: 100%;
    }

    .linkbox p {
        font-size: 17px;
    }

    .homebutton {
        padding: 5px 5px;
        height: 80px;
    }

    #geneva iframe {
        height: 260px;
    }

    #hebron iframe {
        height: 260px;
    }

    #superior iframe {
        height: 260px;
    }

    .pagebottom {
        padding: 20px 0;
        text-align: center;
    }

    .divfooter {
        text-align: center;
    }

}
