﻿body, html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
}


.bg {
    /* The image used */
    background-image: url("images/cover.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.spanwhite {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    color: white;
  text-align:left;
    display:inline-block;
    padding-left:10px;

       
}

.spanred20 {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 44pt;
    color: #dd0000;
    border-right: 0px solid #525252;
    padding-right: 10px;
    display: inline-block
}


.box1000 {
    width: 1000px;
 
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}


h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 22pt;
    color: #212121;
}



h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 0;
    line-height: 40px;
    font-size: 14pt;
    color: #216482;
}

.h512 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0;
    line-height: 40px;
    font-size: 12pt;
    color: gray;
}

.h513white {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0;
    line-height: 40px;
    font-size: 12pt;
    color: white;
}

.h513black {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 40px;
    font-size: 12pt;
    color: #000;
}

div#slideshow {
    width: 100%;
    height: 750px;
    overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
    position: relative;
    z-index: 0;
    padding: 0;
}

#slides {
    padding: 0;
    margin: 0
}

div#slideshow ul#slides {
    list-style:
}

    div#slideshow ul#slides li {
        margin: 0 0 0 0;
    }


        div#slideshow ul#slides li div {
            background-repeat: no-repeat;
            background-position: 50% 50%;
        }


.box {
    width: 300px;
    min-height: 320px;
    background-color:;
    display: -moz-inline-stack;
    display: inline-block !important;
    padding: 0px;
    margin: 10px;
    zoom: 1;
    *display: inline;
    padding: 2px;
    position: relative;
    vertical-align: top;
    text-align: left;
    border: 0px solid #fdfdfd;
  
   
    clear: both;
}

    .box div {
        background-size: 200px;
        height: 200px;
    }

    .box p {
        font-family: 'Open Sans', sans-serif;
        color: gray;
    }

    .box p {
        font-family: 'Open Sans', sans-serif;
        color: gray;
    }

.color-gray {
    color: gray;
}

 .text {
        font-family: 'Open Sans', sans-serif;
        color: gray;
    }


.pricetable table {
    border-collapse: collapse;
    font-family: 'Open Sans', sans-serif;
}

.pricetable th {

    padding: 4px;
    color: #e3e3e3;
    font-size: 12pt;
}

.pricetable td {
    border-bottom: 1px solid #525252;
    padding: 4px;
    color: gray;
 font-size:12pt;
}

.call {
    color: #f5f5f5;
    font-size: 12pt;
}


a.menulink {
    font-size: 14pt;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    padding-left: 20px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    /*text-shadow: 1px 1px 0px #283744;*/
}



    a.menulink:hover, a.menulink:active {
        color: #ffffff;
        text-decoration: underline;
        /*background-color: #8c99a4;*/
    }

    a.menulink a:visited {
        color: #fff;
        text-decoration: none;
        /*background-color: #8c99a4;*/
    }



#scrollup {
    position: fixed;
    bottom: 14px;
    right: 14px;
    z-index: 100000;
    display: none;
    cursor: hand;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: black;
    text-align: center;
    padding: 4px;
    font-size: 12pt;
}


.shadow {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

#c2 {
    display: none
}

.container22 {
    display: table-cell;
    vertical-align: top;
    border: 1px solid red;
}

.iblock {
display:inline-block; width:500px;margin-right:10px;
}
.iblock2 {
    display: inline-block;
    border: 0px solid red;
    width: 450px;
    text-align: left;
    vertical-align: top;
}

.img {
width:500px;
}


/*Styles for screen 600px and lower*/
@media screen and (max-width: 800px) {

    .h513black {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        margin: 0;
        line-height: 40px;
        font-size: 10pt;
        color: #000;
    }

    #c1 {
        display: none
    }

    #c2 {
    display:block
    }

    .box1000 {
        /*width: 1000px;*/
        width: 100%;
        margin: 0 auto;
        display: inline-block;
        vertical-align: top;
    }

    .iblock {
        width: 100%;
    }

    .iblock2 {
        width: 100%;
    }
        .img {
        width: 100%;
    }

}