/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 7, 2016, 9:35:01 AM
    Author     : tsellheim
*/

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.bg-paisley {
    padding: 50px 0;
    background: url(../img/BGprint.jpg) repeat center center scroll;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

.directContainer {
    padding: 30px 15px;
    position:relative;
    width: 100%;
    height: 100%; /* was 865px */
    border:0px solid black;
    overflow: hidden;
}

.loopIframe {
    padding: 30px 15px;
    width: 100%;
    height: 100%;
    border:0px solid black;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    
    
}


@media screen and (min-width:768px) {
    .img-left {
        float: left;
        margin-right: 25px;
    }
}

@media screen and (min-width:900px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}