﻿.search {
    position: relative;
    top: -93px;
    right: 9px;
    font-family: 'Arial', serif;
    float: right;
    background-position: 98%;
    background-repeat: no-repeat;
    border-radius: 10px;
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#MenuHomeLink {
    color: #333;
    font-family: Arial;
    float: right;
    white-space: nowrap;
}

#MenuHomeLink a:hover {
    color: green;
}

.footable-nav li a {
    color: #fff;
}

.content-container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

/*phlablet landscape and smaller */
@media only screen and (max-width: 720px) {
    .footable {
        position: relative;
        top: 30px;
    }
}


@media only screen and (max-width: 706px) {


    #MenuHomeLink {
        position: relative;
        top: 30px;
    }

    .search {
        float: left;
        top: 10px;
        right: 0px;
    }


}

@media only screen and (max-width: 404px) {
    #MenuHomeLink {
        position: relative;
        top: 0px;
        padding-left: 5px;
        float: left;
    }
}


/*tablet landscape  and bigger */
@media only screen and (min-width: 481px) {
    .MobileOnlyPlus {
        background-image: none !important;
    }
}


.b-3 {
    padding-bottom: 30px;
}

.clearing {
    clear: both;
}




