body{background:#fff;color:#FFF;font-family: "Ubuntu",sans-serif;}
.container{width:100%;margin:0 auto;text-align:center;background-image: url("../img/pattern-bg2.png");}
.clear-fix{clear: both;}


/* Header */
.header{
    background-image: url("../img/pattern-bg.png");
    background-color: #999;
    background-size: cover;
    padding: 10px;
}
.logo{
    background-image: url("../img/logo.png");
    background-size: cover;
    width:142px;
    height:48px
} 
.header-menu{
    float: right;
    margin-top:-38px;
    cursor:pointer;
}
.dropdown {
    text-align: center;
    background-color: rgba(0,0,0,0.65);
    display: none;
    margin-top:10px;
}
.dropdown li{
    list-style-type:none;
    padding: 10px 0;
    background: ;
    /*border-top: 1px solid #555;*/
}
.dropdown li:last-child{
    /*border-bottom: 1px solid #555;*/
}
.dropdown li a{
    color:#fff;
    text-decoration: none;
    text-transform:uppercase;
}
.dropdown li:hover{
    background-color: rgba(0, 0, 0, 0.7);
}

/* finish the header common stuf*/

/*home header begins*/
.home-header{
    color:#fff;
}
.home-header h1{
    font-size:30px;
    text-transform:uppercase;
    margin:20px 0;
}
.home-header-slider{
    text-align:center;
    padding:10px 0;
}
.home-header-slider img{
    max-width:100%;
}
/*.fixed {
    position:fixed;
    top:0;
    background-image: url("../img/pattern-bg2.png");
    background-color: #fff;
    width: 96%;
    border-bottom:1px solid #000;
}*/
.header-top-menu{
    
}

/*****/
.slider{
   /* width:100%;
    height:200px;
    display:inline-block;
    background: #fff;*/
}

/****** Home *****/
.content{
    width:90%;
    margin:auto;
}
.home{
    color:#000;
    background-image: url("../img/pattern-bg2.png");
    padding:15px 0;
}
.home-title{
    font-weight:bold;
    font-size:18px;
    margin-bottom:15px;
    background-color: #transparent;
    padding:10px 5px;
    color:#000 !important;
    text-transform: uppercase;
}
a{
    color:#000;
    text-decoration:none;
}
a:hover{
    color:#000;
    text-decoration:underline;
}
.home p{
    text-align:left;
}

.home img{
    width:100%;
    box-shadow: 0 0 10px grey;
}
.home ul{}
.home ul li {
    text-align:left;
    list-style-image: url(../img/checklist2.png);
    padding-top: 5px;
    margin-left:40px;
}

/****** Contact *****/

.contact{
    color:#000;
    background-image: url("../img/pattern-bg2.png");
    padding:15px 0;
}
.contact-title{
    font-weight:bold;
    font-size:20px;
    margin-bottom:15px;
    background-color: #transparent;
    padding:5px 0;
    color:#000 !important;
}
.contact-info{
    text-align:left;
}
.contact-phone, .contact-mail, .contact-website{
    background-size:cover;
    width:30px;
    height:20px; 
    display:inline-block;
    vertical-align: middle;
    margin-right:5px;
}

.contact-phone{background-image: url(../img/tel.png);}
.contact-mail{background-image: url(../img/mail.png);}
.contact-website{background-image: url(../img/address.png);}

.contact img{
    width:100%;
    box-shadow: 0 0 10px grey;
    margin:5px 0;
}

/*********** Footer ******/
.footer {
    margin: auto;
    /*background-color: rgba(0, 0, 0, 0.4);  */
    background-color: rgb(40, 45, 48);
    padding:15px;  
    margin-bottom:73px;
}
.footer-rights{
    text-align: center;
    color:#fff;
    font-size:12px;
}
.text-red{color:#dc352f;}
.text-red a{
    text-decoration:none;
    color:#dc352f;
}
.text-red a:hover{
    text-decoration:underline;
}

/********** Click to call *************/
a .call-button{
    text-decoration: none;
    color:#fff; 
    font-weight:bold;
    font-size:18px;
}
.call-button{
    /*background-color: #428bca;*/
    background-image: url("../img/but-bg-red.png");
    background-position: center center;
    background-size: contain;
    bottom: 0;
    display: table;
    height: 60px;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 100;
}
.call-button p {
    display:table-cell;
    padding: 18px 0;
    width: 50%;
}
.call-button:hover{
    background-image: url("../img//but-bg-red-hover.png");
}


/* galerie foto */
/****** photo-gallery *****/
.photo-gallery{
    color:#000;
    background-image: url("../img/pattern-bg2.png");
    padding:15px 0;
}
.photo-gallery-title{
    font-weight:bold;
    font-size:18px;
    margin-bottom:15px;
    background-color: #transparent;
    padding:10px 5px;
    color:#fff !important;
    text-transform: uppercase;
}
.photo-gallery img{
    width:100%;
    box-shadow: 0 0 10px grey;
    margin:5px 0;
}


/* galerie video */
/****** photo-gallery *****/
.video-gallery{
    color:#fff;
    background-image: url("../img/pattern-bg2.png");
    padding:15px 0;
}
.video-gallery-title{
    font-weight:bold;
    font-size:18px;
    margin-bottom:15px;
    background-color: #transparent;
    padding:10px 5px;
    color:#fff !important;
    text-transform: uppercase;
}


/* services */
.services{
    color:#000;
    background-image: url("../img/pattern-bg2.png");
    padding:15px 0;
}
.services-title{
    font-weight:bold;
    font-size:18px;
    margin-bottom:15px;
    background-color: #transparent;
    padding:10px 5px;
    color:#000 !important;
    text-transform: uppercase;
}
.services p{
    text-align:left;
}
.services ul{}
.services ul li {
    text-align:left;
    list-style-image: url(../img/checklist2.png);
    padding-top: 5px;
    margin-left:40px;
}
