﻿#body {
    margin: 0 auto;
    margin-top: 110px;
    width: 95vw;
    overflow: hidden;
	height:auto;
	display:table;
}
    

#mainbody
{
    display: block;
    overflow: hidden;
    margin: auto;
    width: 100vw;
	height:auto;
}

#srvdetails {
    width: 100vw;
    display: table;
	float:left;
	height:auto;
	margin-top:30px;
}

#srvdetailscontent
{
    width: 90vw;
    max-width: 1200px;
    margin: 0 auto 40px auto;
    display: table;
    font-family: FuturaPTBook;
    font-size: 21px;
    line-height: 32px;
    margin-top: -33.5em;
	height:auto;
	margin-top:30px;
}

#srvimage img
{
    margin: 25px auto;
    display: table;
    width: 45%;
} 


/**************gallery***********/

#mydetagallery
{
	
    margin: 50px auto;
    width: 85vw;
    overflow: hidden;
    margin: 0px auto;
}

#projectgallery
{
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    margin-bottom:20px;
    display: table;
    overflow: hidden;
    float: left;
    height: calc(75vh  - 15px)!important;
}

#projectnav
{
    margin-right: 2%;
    margin-left: 1%;
    width: 22%;
    margin-bottom:20px;
    display: table;
    overflow: hidden;
    float: left;
    height: calc(75vh  - 15px)!important;
}

#projectgallery ul, #projectnav ul, #projectgallery ul li, #projectnav ul li, #projectgallery ul li img, #projectnav ul li img
{
    width: 100%;
    display: table;
    overflow: hidden;
}

#projectgallery ul li img
{
	width:auto;
	height:100%;
	margin:0px auto;
}

#projectgallery ul, #projectnav ul, #projectgallery ul li
{
    height: calc(75vh  - 15px)!important;
}

#projectnav ul li
{
    height: calc(25vh - 15px)!important;
    margin-bottom: 15px;
}

#mydetagallery > img
{
	width:100%;
}

.galleryimage
{
    width: 100%;
    height: 525px;
    background-position: center center !important;
    background-size: cover !important;
}

#adv-custom-pager
{
	display:none;
	width:100%;
	height:auto;
}

#adv-custom-pager a
{
	width:9%;
	margin:0.5%;
	display:block;
	float:left;
}

#adv-custom-pager a img
{
	width:100%;
	height:auto;
}

#projectnavthumb
{
	width:100%;
	min-height:100px;
	display:table;
	float:left;
}

#slideshownavbthumb
{
	width:100%;
	height:auto;
	display:block;
	float:left;
}

#slideshownavbthumb li
{
	width:auto;
	height:100px;
	float:left;
	margin-left:15px;
	margin-bottom:15px
}

#slideshownavbthumb li img
{
	width:auto;
	height:100px;
}

#slideshowpd div.owl-stage-outer, #slideshowpd div.owl-stage-outer div, #slideshowpd div.owl-stage-outer div div, #slideshowpd div.owl-stage-outer div div li, #slideshowpd div.owl-stage-outer div div li img
{
    height: calc(75vh  - 15px)!important;
} 

#slideshowpd div.owl-controls
{
	display:none;
}


@media only screen and (max-width:1250px)
{	
	#srvdetails 
	{
		padding:0 20px;
	}
}

@media only screen and (max-width:900px)
{	
	#adv-custom-pager a
	{
		width:19%;
	}
}

@media only screen and (max-width:750px)
{	
	#mydetagallery
    {
	    width:50%;
    }

    #projectnav{
        display: none;
    }

    #projectgallery
    {
        float: none;
        margin: 15px auto;
        width: 95%;
    }
}

