/*
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 : Dec 12, 2019, 9:39:50 PM
    Author     : pantelis
*/

            #container {
                opacity: 0;
                padding: 0;
                width: 998px;
            }
            .item {
                font-size: smaller;
                clear: both;
                overflow: hidden;
                padding: 10px 20px;
                position: relative;
                margin: 0px 100px;
            }
            .pic {
                overflow: hidden;
                float: left;
                width: 186px;
                padding: 10px 20px;
                margin: 0;
            }
            .pic img {
                width: 184px;
                padding: 4px;
                border: thin solid white;
                -moz-box-shadow: 3px 3px 6px silver;
                -webkit-box-shadow: 3px 3px 6px silver;
                box-shadow: 3px 3px 10px silver;
            }
            .pic a img {
                border: thin solid white
            }
            .pic a:hover img {
                border: thin dotted #ED8794;
            }
            .caption {
                margin-top: 6px;
                padding: 4px;
                margin-left: 220px;
            }
            .caption .desc {
            }
            .caption span.show {
                color: #ED8794;
            }
            .caption .title {
                font-size: 120%;
            }
            .client{
                margin-top: 20px;
            }
            .video {

            }
            .video iframe {
                width: 480px;
                height: 270px;
            }
            
            .content {
                margin-left: 0px !important;
            }
            
            #photos {
                margin-top: 10px;
            }
            
            .slide {
                position: relative;
                width: 145px;
                height: 125px;
                float: left;
                margin: 0px 6px 13px 7px;
                box-shadow: 1px 1px 1px 1px silver;
                text-align: center;
                padding: 3px;
                padding-top: 5px;
            }

            .slide img {
                width: 140px;
            }

            .slide-caption {
                bottom: 2px;
                font-size: 80%;
                position: absolute;
                text-align: center;
                /*			border: thin solid gold;*/
                width: 95%;
                margin: 0px auto;
            }
            