@font-face {
	font-family: 'BankGothic';
  src:url('../fonts/controls/BankGothic.eot');
  src:url('../fonts/controls/BankGothic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/controls/BankGothic.woff') format('woff'),
    url('../fonts/controls/BankGothic.ttf') format('truetype'),
    url('../fonts/controls/BankGothic.woff2') format('woff2');
}

@font-face {
    font-family: 'menu';
  src:url('../fonts/controls/menu.eot');
  src:url('../fonts/controls/menu.eot?#iefix') format('embedded-opentype'),
  url('../fonts/controls/menu.woff') format('woff'),
    url('../fonts/controls/menu.ttf') format('truetype'),
    url('../fonts/controls/menu.woff2') format('woff2');
}

@font-face {
    font-family: 'dots';
  src:url('../fonts/controls/dots.eot');
  src:url('../fonts/controls/dots.eot?#iefix') format('embedded-opentype'),
  url('../fonts/controls/dots.woff') format('woff'),
    url('../fonts/controls/dots.ttf') format('truetype'),
    url('../fonts/controls/dots.woff2') format('woff2');
}


html, body, header {
    margin:0;
    padding:0;
    border: 0;
}


.grid-wrap {
	clear: both;
	margin: 70px auto;
	padding: 130px;
	max-width: 2200px;

}

.grid {
	margin: 0px auto;
	padding: 0;
	list-style: none;
	min-height: 500px;
    z-index: 1;

}

.office img, .recreation img, .retail img, .education img, .dfcm img, .religious img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}



.grid li {
	display: inline-block;
	overflow: hidden;
	text-align: left;
	vertical-align: top;
}



/* Title box */
.title-box h2 {
	display: block;
	margin: 7px;
	padding: 20px;
	background: #2E3444;
	color: #D3EEE2;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}

.title-box h2 a {
	display: block;
	font-weight: 900;
}

.title-box h2 a:hover {
	color: #D3EEE2;
}

/* Anchor and image */
.grid li > a,
.grid li img {
	display: block;
	outline: none;
	border: none;
}

	.grid li img {
			width: 380px;
			height: 380px;
		}



.grid li > a {
	position: relative;
	overflow: hidden;
	margin: 2px;
}

/* Curtain element */
.grid .curtain {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: #262626;
}

.grid.swipe-right .curtain {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.grid.swipe-down .curtain {
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

.grid.swipe-rotate .curtain {
	width: 200%;
	height: 200%;
	-webkit-transform: rotate3d(0,0,1,90deg);
	transform: rotate3d(0,0,1,90deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
}


/* Shadow */
.grid .curtain::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
	content: '';
}

.grid.swipe-right .curtain::after,
.grid.swipe-rotate .curtain::after {
	left: -100%;
}

.grid.swipe-down .curtain::after {
	top: -100%;
}

/* Title */
.grid li h3 {
	font-family: 'BankGothic', 'Arial', Arial, sans-serif;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 5px;
	width: 100%;
	background: rgba(29, 31, 32, 0.73);
	color: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
	font-size: 18px;
	-webkit-transition: -webkit-transform 0.2s, color 0.2s;
	transition: transform 0.2s, color 0.2s;
}

.city {

	font-size: 12px;
	color: #e27e36;
}




.filter {
	font-family: 'BankGothic', 'Arial', Arial, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	position: absolute;
	top: 10px;
}

.filter2 {
	font-family: 'BankGothic', 'Arial', Arial, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	position: absolute;
	top: 30px;
}



.abouttext {
      font-family: 'BankGothic', 'Arial', Arial, sans-serif;
    font-size: 25px;
    color: #FFFFFF;
    background-color: rgba(29, 31, 32, 0.95);
    position: absolute;
    text-align: center;
left: 0px;
top: 30%;
    opacity: 0;
    width: 920px;
    line-height: 200%;
    z-index: -100;
}

.abouttitle {
  text-align: center;
  font-size: 25px;
    color: #e27e36;
      border-bottom: 1px dashed #e27e36;
/*  padding-bottom: 20px;*/
z-index: -100;

}

.aboutpad {
  margin-top: 50px;
}


.servicetext {
      font-family: 'BankGothic', 'Arial', Arial, sans-serif;
    font-size: 25px;
    color: #FFFFFF;
    background-color: rgba(29, 31, 32, 0.95);
    position: absolute;
    text-align: left;
left: 0px;
top: 30%;
    opacity: 0;
    width: 625px;
    line-height: 200%;
    z-index: -100;
}

.servicetitle {
  list-style: none;
  text-align: center;
  font-size: 25px;
    color: #e27e36;
      border-bottom: 1px dashed #e27e36;
/*  padding-bottom: 20px;*/
z-index: -100;

}

.servicepad {
  margin-top: 50px;
}

.contacttext {
      font-family: 'BankGothic', 'Arial', Arial, sans-serif;
    font-size: 25px;
    color: #FFFFFF;
    background-color: rgba(29, 31, 32, 0.95);
    position: absolute;
    text-align: center;
left: 0px;
top: 30%;
    opacity: 0;
    width: 700px;
    line-height: 200%;
    z-index: -100;
}

.contacttitle {
  text-align: center;
  font-size: 25px;
    color: #e27e36;
      border-bottom: 1px dashed #e27e36;
/*  padding-bottom: 20px;*/
z-index: -100;

}

.contactpad {
  margin-top: 50px;
}



.line5 {
    width: 100%;
    margin: 0px;
    border: 30px solid #262626;
    position: fixed;
    top: 0px;
    z-index: 50;
    right: 0px;
}


.preload {

	width: 50px;
	height: 50px;
	position: absolute;
	top: 10px
	left: 10px;
}

.preload img{

	width: 50px;
	height: 50px;
	position: absolute;
	top: 10px
	left: 10px;
}


.anim {
  width: 0px;
    height: 5px;
    background: #e27e36;
    position: fixed;
    top: 55px;
    left: 0px;
    float: right;
    z-index: 1000;
}

.anim1 {
  width: 197px;
    height: 0px;
    background: rgba(29, 31, 32, 0.73);
    position: fixed;
    top: 55px;
    left: 0px;
    float: right;
    z-index: 40;
}

.box {

    width: 200px;
    height: 60px;
    background: #FFFFFF;
    opacity: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    float: right;
    z-index: 101;
}

.textanim {
   

    font-family: 'BankGothic', 'Arial', Arial, sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    opacity: 0;
    z-index: 100;
    text-align: left;
     position: fixed;
    top: 20px;
    left: 0px;
}

.textanimllc {
    
    font-size: 10px;
    
}

.textanim2 {
    
    font-size: 18px;
    color: #e27e36;
    
}

.textanim3 {
    padding-left: 45px; 
    font-size: 60px;
    color: #e27e36;
     letter-spacing: -10px;
     line-height: 70%;
    
}

.port_title {

     font-family: 'BankGothic', 'Arial', Arial, sans-serif;
    font-size: 30px;
    color: #404040;
    opacity: 1;
    z-index: -10;
    display: block;
    position: absolute;
    text-align: center;
    top: 100px;
    left: 850px;
}

.line6 {
    width: 600px;
    border: 1px solid #e27e36;
    position: absolute;
    top: 150px;
    z-index: -10;
    left: 650px;
}

.portEELD {
    font-family: 'BankGothic', 'Arial', Arial, sans-serif;
    font-size: 15px;
    color: #404040;
    z-index: -10;
    display: block;
    position: absolute;
    text-align: center;
    top: 160px;
    left: 780px;
}



.filtertext2 {
font-family: 'BankGothic', 'Arial', Arial, sans-serif;
	font-size: 15px;
    color: #404040;
    list-style: none;
    position: fixed;
    top: 205px;
    left: -300px;
    margin:0px;
    padding: 0px;
}

.filtertext2 li:hover {
    color: #e27e36;
}
   


.filtertext2 li{
	cursor: pointer;
    padding: 10px;
    margin:0px;
    border-bottom: 1px dashed #e27e36;
    border-right: 1px dashed #e27e36;
}

.filtertext2_all{
    border-top: 1px dashed #e27e36;
}

.filterBox {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: #FFF;
    opacity: 1;
    position: fixed;
    top: 200px;
    right: 0px;
    z-index: 2002;
    border-style: solid;
    border-width: 6px;
    border-color: #595959;
}







.links a{
font-family: 'BankGothic', 'Arial', Arial, sans-serif;
	font-size: 20px;
    color: #595959;
    opacity: 1;
    z-index: 1000;
    text-align: left;
    margin: 0;
    padding: 0;

 
}

.links a:hover {
color: #e27e36;
}


.home a {
     position: fixed;
    top: 18px;
    right: 1048px;
    z-index: 1000;
}

.about a {
     position: fixed;
    top: 18px;
    right: 885px;
}

.services a {
      position: fixed;
    top: 18px;
    right: 730px;
}

.portfolio a {
     position: fixed;
    top: 18px;
    right: 559px;
}

.awards a {
    position: fixed;
    top: 18px;
    right: 420px;
}

.usefulLinks a {
    position: fixed;
    top: 18px;
    right: 210px;
}

.contact a {
    position: fixed;
    top: 18px;
    right: 25px;
}


.logo1 {
font-family: 'BankGothic', 'Arial', Arial, sans-serif;
font-size: 60px;
    color: #FFF;
    opacity: 1;
    z-index: 55;
    position: fixed;
    top: -9px;
    left: 0px;
        margin: 0;
    padding: 0;
}



.logo2 {
font-family: 'BankGothic', 'Arial', Arial, sans-serif;
font-size: 60px;
    color: #e27e36;
    opacity: 1;
    z-index: 55;
    position: fixed;
    top: -9px;
    left: 90px;
        margin: 0;
    padding: 0;
}


        #aaa img {
    height: 380px;
     -webkit-filter: grayscale(0%);
      filter: grayscale(0%);
        }


       .dfcmtext, .educationtext, .officetext, .recreationtext, .retailtext, .healthcaretext, .religioustext {
  font-family: 'BankGothic', 'Arial', Arial, sans-serif;
  color: #e27e36;
  font-size: 13px;
  position: absolute;
  top: 100px;
  left: 200px;
  z-index: 40;
  width: 370px;
  opacity: 1;
  line-height: 180%;
  padding-left: 11px;
  padding-top: 8px;
  display: none;
  list-style-type: square;
}

       .dfcmtext2, .educationtext2, .officetext2, .recreationtext2, .retailtext2, .healthcaretext2, .religioustext2 {
  color: #e27e36;
}

.invisibleText, .invisibleTextEducation, .invisibleTextOffice, .invisibleTextRecreation, .invisibleTextRetail, .invisibleTextHealthcare, .invisibleTextReligious {
  display: none;
  opacity: 0;
    color: #e27e36;
}

.invisibleBox, .invisibleBoxEducation, .invisibleBoxOffice, .invisibleBoxRecreation, .invisibleBoxRetail, .invisibleBoxHealthcare, .invisibleBoxReligious {
  display: none;
  position: absolute;
  cursor: pointer;
  left: 200px;
  top: 200px;
  width: 380px;
  height: 380px;
  opacity: 0;
    background: #000;
    z-index: 100;
}

.marginadjust {
margin-left: -20px;
}

.marginadjust li {
  list-style-type: square;
}

.color {
  color: #FFF;
}

.addTitle {
  font-size: 30px;
}


.dots, .dotsEducation,.dotsOffice, .dotsRecreation, .dotsRetail, .dotsHealthcare, .dotsReligious {
  display: none;
  font-family: 'dots';
    position: absolute;
  cursor: pointer;
color: #e27e36;
opacity: 1;
left:0px;
top:0px;
  font-size: 40px;
  z-index: 200;
  margin-top: 340px;
  margin-left: 170px;
}

.dots:before {
  content: "\E804";
}


.dotsEducation:before {
  content: "\E804";
}

.dotsOffice:before {
  content: "\E804";
}

.dotsRecreation:before {
  content: "\E804";
}

.dotsRetail:before {
  content: "\E804";
}

.dotsHealthcare:before {
  content: "\E804";
}

.dotsReligious:before {
  content: "\E804";
}























/* Pseudo element for hover effect */
.grid li > a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100.5%;
	height: 100.5%;
	border: 0px solid transparent;
	background: rgba(0,0,0,0);
	content: '';
	-webkit-transition: border-width 0.2s, border-color 0.2s;
	transition: border-width 0.2s, border-color 0.2s;
}

/* Hover effects */
.grid li.shown:hover h3 {
	color: #FFFFFF;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

.grid li.shown:hover > a::before {
	border-width: 14px;
	border-color: rgba(29, 31, 32, 0.73);
}

/* Animations */

/* Swipe right */
.grid.swipe-right li.animate .curtain {
	-webkit-animation: swipeRight 1.5s cubic-bezier(0.6,0,0.4,1) forwards;
	animation: swipeRight 1.5s cubic-bezier(0.6,0,0.4,1) forwards;
}

@-webkit-keyframes swipeRight {
	0% {} /* fixes Chrome 35.0.1916.114 issue (easing breaks) */
	50%, 60% { -webkit-transform: translate3d(0,0,0); }
	100% { -webkit-transform: translate3d(100%,0,0); }
}

@keyframes swipeRight {
	0% {}
	50%, 60% { -webkit-transform: translate3d(0,0,0); transform: translate(0); }
	100% { -webkit-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0); }
} 

/* Swipe down */
.grid.swipe-down li.animate .curtain {
	-webkit-animation: swipeDown 1.5s cubic-bezier(0.6,0,0.4,1) forwards;
	animation: swipeDown 1.5s cubic-bezier(0.6,0,0.4,1) forwards;
}

@-webkit-keyframes swipeDown {
	0% {} /* fixes Chrome 35.0.1916.114 issue (easing breaks) */
	50%, 60% { -webkit-transform: translate3d(0,0,0); }
	100% { -webkit-transform: translate3d(0,100%,0); }
}

@keyframes swipeDown {
	0% {}
	50%, 60% { -webkit-transform: translate(0); transform: translate(0); }
	100% { transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
}

/* Swipe rotate */
.grid.swipe-rotate li.animate .curtain {
	-webkit-animation: swipeRotate 1.5s ease forwards;
	animation: swipeRotate 1.5s ease forwards;
}

@-webkit-keyframes swipeRotate {
	0% {} /* fixes Chrome 35.0.1916.114 issue (easing breaks) */
	50%, 60% { -webkit-transform: rotate3d(0,0,1,0deg); }
	100% { -webkit-transform: rotate3d(0,0,1,-90deg); }
}

@keyframes swipeRotate {
	0% {}
	50%, 60% { -webkit-transform: rotate3d(0,0,1,0deg); transform: rotate3d(0,0,1,0deg); }
	100% { -webkit-transform: rotate3d(0,0,1,-90deg); transform: rotate3d(0,0,1,-90deg); }
}

/* Shadow */
.grid li.animate .curtain::after {
	-webkit-animation: fadeOut 1.5s ease forwards;
	animation: fadeOut 1.5s ease forwards;
	-webkit-animation-delay: inherit;
	animation-delay: inherit;
}

@-webkit-keyframes fadeOut {
	0% {} /* fixes Chrome 35.0.1916.114 issue (easing breaks) */
	50%, 60% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes fadeOut {
	0% {}
	50%, 60% { opacity: 1; }
	100% { opacity: 0; }
}

/* Hide image and title and show at half time */
.js .grid li img,
.js .grid li h3 {
	visibility: hidden;
}

.grid li.animate img,
.grid li.animate h3 {
	-webkit-animation: showMe 1.5s step-end forwards;
	animation: showMe 1.5s step-end forwards;
}

@-webkit-keyframes showMe {
	from { visibility: hidden; }
	60%, 100% { visibility: visible; }
}

@keyframes showMe {
	from { visibility: hidden; }
	60%, 100% { visibility: visible; }
}

.grid li.shown img,
.grid li.shown h3 {
	visibility: visible;
}






@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        
        .dfcmtext, .educationtext, .officetext, .recreationtext, .retailtext, .healthcaretext, .religioustext {
  line-height: 160%;
} 

}








@media screen and (max-width: 1500px) and (min-width: 1190px) { 

        .grid li img {
            width: 280px;
            height: 280px;
        }

                #aaa img {
        object-fit: cover;
        object-position: 0 0;
		height: 280px;
		 -webkit-filter: grayscale(0%);
  		filter: grayscale(0%);

        }


.grid li h3 {
  font-size: 12px;
}

.city {font-size: 8px;}


.dfcmtext, .educationtext, .officetext, .recreationtext, .retailtext, .healthcaretext, .religioustext { font-size: 12px; width: 270px;}
.dots, .dotsEducation,.dotsOffice, .dotsRecreation, .dotsRetail, .dotsHealthcare, .dotsReligious {font-size: 30px; margin-top: 250px; margin-left: 115px;}
.invisibleBox, .invisibleBoxEducation, .invisibleBoxOffice, .invisibleBoxRecreation, .invisibleBoxRetail, .invisibleBoxHealthcare, .invisibleBoxReligious {width: 280px; height: 280px; opacity: 0;}
.addTitle {font-size: 20px;}
    }


@media screen and (max-width: 1189px) and (min-width: 970px) { 

        .grid li img {
            width: 220px;
            height: 220px;
        }

                #aaa img {
        object-fit: cover;
        object-position: 0 0;
    height: 220px;
     -webkit-filter: grayscale(0%);
      filter: grayscale(0%);

        }


.grid li h3 {
  font-size: 12px;
}

.city {font-size: 8px;}

.abouttext {font-size: 19px; left: 0px; top: 30%; width: 820px; line-height: 200%;}
.abouttitle {font-size: 19px;}
.aboutpad {margin-top: 38px;}
.servicetext {font-size: 19px; left: 0px; top: 30%; width: 525px; line-height: 200%;}
.servicetitle {font-size: 19px;}
.servicepad {margin-top: 38px;}
.contacttext {font-size: 19px; left: 0px; top: 30%; width: 525px; line-height: 200%; z-index: -100;}
.contacttitle {font-size: 19px;}
.contactpad {margin-top: 38px;}


.dfcmtext, .educationtext, .officetext, .recreationtext, .retailtext, .healthcaretext, .religioustext { font-size:9px; width: 215px;}
.dots, .dotsEducation,.dotsOffice, .dotsRecreation, .dotsRetail, .dotsHealthcare, .dotsReligious {font-size: 25px; margin-top: 195px; margin-left: 95px;}
.invisibleBox, .invisibleBoxEducation, .invisibleBoxOffice, .invisibleBoxRecreation, .invisibleBoxRetail, .invisibleBoxHealthcare, .invisibleBoxReligious {width: 280px; height: 280px; opacity: 0;}
.addTitle {font-size: 17px;}
.marginadjust {margin-left: -25px;}
    }


@media screen and (max-width: 1330px) and (min-width: 1050px) { 

    .links a{font-size: 15px;}
.home a {top: 21px; right: 789px;}
.about a {top: 21px; right: 668px;}
.services a {top: 21px; right: 552px;}
.portfolio a {top: 21px; right: 426px;}
.awards a {top: 21px; right: 322px;}
.usefulLinks a {top: 21px; right: 165px;}
.contact a {top: 21px; right: 25px;}
    }








    @media screen and (max-width: 969px) and (min-width: 350px) { 

        .grid li img {
            width: 180px;
            height: 180px;
        }




.grid li h3 {
  font-size: 12px;
}

.city {font-size: 8px;}

.dfcmtext, .educationtext, .officetext, .recreationtext, .retailtext, .healthcaretext, .religioustext { font-size:8px; width: 175px; padding-left: 8px;}
.dots, .dotsEducation,.dotsOffice, .dotsRecreation, .dotsRetail, .dotsHealthcare, .dotsReligious {font-size: 20px; margin-top: 160px; margin-left: 80px;}
.invisibleBox, .invisibleBoxEducation, .invisibleBoxOffice, .invisibleBoxRecreation, .invisibleBoxRetail, .invisibleBoxHealthcare, .invisibleBoxReligious {width: 280px; height: 280px; opacity: 0;}
.addTitle {font-size: 14px;}
.marginadjust {margin-left: -25px;}
    }


    @media screen and (max-width: 1049px) and (min-width: 920px) { 

        .links a{font-size: 13px;}
.home a {top: 23px; right: 669px;}
.about a {top: 23px; right: 568px;}
.services a {top: 23px; right: 471px;}
.portfolio a {top: 23px; right: 364px;}
.awards a {top: 23px; right: 278px;}
.usefulLinks a {top: 23px; right: 143px;}
.contact a {top: 23px; right: 25px;}
.awardsList {width: 700px;}
}





     @media screen and (max-width: 969px) and (min-width: 829px) { 
.abouttext {font-size: 19px; left: 0px; top: 30%; width: 720px; line-height: 200%;}
.abouttitle {font-size: 19px;}
.aboutpad {margin-top: 38px;}
.servicetext {font-size: 19px; left: 0px; top: 30%; width: 425px; line-height: 200%;}
.servicetitle {font-size: 19px;}
.servicepad {margin-top: 38px;}
.contacttext {font-size: 19px; left: 0px; top: 30%; width: 425px; line-height: 200%; z-index: -100;}
.contacttitle {font-size: 19px;}
.contactpad {margin-top: 38px;}

     }


    @media screen and (max-width: 919px) and (min-width: 300px) { 


.grid-wrap {
  clear: both;
  margin: 70px auto;
  padding-right: 10px;
  max-width: 2200px;

}

.grid {
  margin: 0px auto;
  padding: 0;
  list-style: none;
  min-height: 500px;
    z-index: 1;

}

.filtertext2 {
font-family: 'BankGothic', 'Arial', Arial, sans-serif;
  font-size: 12px;
    color: #404040;
    list-style: none;
    position: fixed;
    top: 203px;
    left: -300px;
    margin:0px;
    padding: 0px;
}




.menu {
  font-family: 'menu';
    position: fixed;
  cursor: pointer;
color: #595959;
opacity: 1;
right:20px;
top:13px;
  font-size: 26px;
  z-index: 2000;
}

.menu:before {
  content: "\F0C9";
}

.menu:hover {
  color: #e27e36;

}

.mobile_box {
position: fixed;
display: none;
top: 60px;
right: 0px;
width: 20px;
height: 200px;
background-color: #FFF;
z-index: 3000;
opacity: .95;
}



.links a{
font-family: 'BankGothic', 'Arial', Arial, sans-serif;
display: none;
position: absolute;
 text-align: center;
 width: 100%;
    font-size: 25px;
    color: #595959;
    opacity: 1;
    z-index: 1000;
    margin: 0;
    padding: 0;
    z-index: 3005;
    left: 0px;
}

.links span  {
 text-align: center;


}

.links a:hover {
color: #e27e36;
}


.home a {
     position: fixed;
    top: 60px;
     border-bottom: 1px dashed #e27e36;
    

}

.about a {
     position: fixed;
    top: 100px;
    border-bottom: 1px dashed #e27e36;
}

.services a {
      position: fixed;
    top: 140px;
    border-bottom: 1px dashed #e27e36;
}

.portfolio a {
     position: fixed;
    top: 180px;
    border-bottom: 1px dashed #e27e36;
}

.awards a {
    position: fixed;
    top: 220px;
    border-bottom: 1px dashed #e27e36;
}

.usefulLinks a {
    position: fixed;
    top: 260px;
    border-bottom: 1px dashed #e27e36;
}

.contact a {
    position: fixed;
    top: 300px;
    border-bottom: 1px dashed #e27e36;
}

.cancel {
  font-family: 'menu';
    position: fixed;
  cursor: pointer;
color: #595959;
opacity: 1;
right:18px;
top:18px;
  font-size: 20px;
  z-index: 4005;
  display: none;
}

.cancel:before {
  content: "\E803";
}

.cancel:hover {
  color: #e27e36;

}

.cancelBox {
position: fixed;
  cursor: pointer;
  display: block;
top: 0px;
right: 0px;
width: 50px;
height: 60px;
background-color: #000;
z-index: 5000;
opacity: 0;
}

.cancelBox2 {
position: fixed;
  cursor: pointer;
  display: none;
top: 0px;
right: 0px;
width: 50px;
height: 60px;
background-color: #000;
z-index: 5000;
opacity: 0;
}

    }

  @media screen and (max-width: 919px) and (min-width: 550px) { 

.mobile_box2 {position: fixed; display: none; top: 60px; right: 0px; width: 20px; height: 200px; background-color: #FFF; z-index: 8000; opacity: .95;}
.abouttext {display: none; font-size: 15px; position: absolute; text-align: center; left: 0px; top: 70px; opacity: 1; width: 520px; line-height: 200%; z-index: 9000;}
.abouttitle {font-size: 15px; z-index: 9005;}
.aboutpad {margin-top: 30px;}
.servicetext {display: none; font-size: 15px; position: absolute; text-align: left; left: 0px; top: 70px; opacity: 1; width: 400px; line-height: 200%; z-index: 9000;}
.servicetitle {text-align: center; font-size: 15px; z-index: 9005;}
.servicepad {margin-top: 30px;}
.contacttext {display: none; font-size: 15px; position: absolute; text-align: center; left: 0px; top: 70px; opacity: 1; width: 400px; line-height: 200%; z-index: 9000;}
.contacttitle {text-align: center; font-size: 15px; z-index: 9005;}
.contactpad {margin-top: 30px;}
    }

  @media screen and (max-width: 549px) and (min-width: 300px) { 

.mobile_box2 {position: fixed; display: none; top: 60px; right: 0px; width: 20px; height: 200px; background-color: #FFF; z-index: 8000; opacity: .95;}
.abouttext {display: none; font-size: 14px; position: absolute; text-align: center; left: 0px; top: 70px; opacity: 1; width: 350px; line-height: 200%; z-index: 9000;}
.abouttitle {font-size: 15px; z-index: 9005;}
.aboutpad {margin-top: 29px;}
.servicetext {display: none; font-size: 14px; position: absolute; text-align: left; left: 0px; top: 70px; opacity: 1; width: 350px; line-height: 200%; z-index: 9000;}
.servicetitle {text-align: center; font-size: 15px; z-index: 9005;}
.servicepad {margin-top: 29px;}
.contacttext {display: none; font-size: 14px; position: absolute; text-align: center; left: 0px; top: 70px; opacity: 1; width: 390px; line-height: 200%; z-index: 9000;}
.contacttitle {text-align: center; font-size: 15px; z-index: 9005;}
.contactpad {margin-top: 29px;}
    }


  @media screen and (max-width: 299px) and (min-width: 1px) { 

.mobile_box2 {position: fixed; display: none; top: 60px; right: 0px; width: 20px; height: 200px; background-color: #FFF; z-index: 8000; opacity: .95;}
.abouttext {display: none; font-size: 10px; position: absolute; text-align: center; left: 0px; top: 70px; opacity: 1; width: 180px; line-height: 200%; z-index: 9000;}
.abouttitle {font-size: 10px; z-index: 9005;}
.aboutpad {margin-top: 21px;}
.servicetext {display: none; font-size: 10px; position: absolute; text-align: left; left: 0px; top: 70px; opacity: 1; width: 180px; line-height: 200%; z-index: 9000;}
.servicetitle {text-align: center; font-size: 10px; z-index: 9005;}
.servicepad {margin-top: 21px;}
.contacttext {display: none; font-size: 10px; position: absolute; text-align: center; left: 0px; top: 70px; opacity: 1; width: 180px; line-height: 200%; z-index: 9000;}
.contacttitle {text-align: center; font-size: 10px; z-index: 9005;}
.contactpad {margin-top: 21px;}
    }










@media  screen and (max-device-width: 800px) and (min-device-width: 100px) { 



        .grid li img {
            width: 170px;
            height: 170px;
        }

.grid li h3 {
    font-size: 9px;
}

.office img, .recreation img, .retail img, .education img, .dfcm img, .religious img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.city {
    font-size: 6px;
}



.filtertext2 {
font-family: 'BankGothic', 'Arial', Arial, sans-serif;
  font-size: 7px;
    color: #404040;
    list-style: none;
    position: fixed;
    top: 153px;
    left: -300px;
    margin:0px;
    padding: 0px;
}




.grid-wrap {
    clear: both;
    margin: 60px 50px;
    padding: 0px; 
    padding-top: 90px; 
    padding-left: 30px;
    max-width: 2200px;

}



.menu {
  font-family: 'menu';
    position: fixed;
  cursor: pointer;
color: #595959;
opacity: 1;
right:20px;
top:13px;
  font-size: 26px;
  z-index: 2000;
}

.menu:before {
  content: "\F0C9";
}

.menu:hover {
  color: #e27e36;

}


.box {

    display: none;
}

.port_title {
font-size: 25px;
top: 80px;
}

.portEELD {
    font-size: 8px;
    top: 120px;
}

.line6 {
    width: 50px;
top: 110px;
}

.mobile_box {
position: fixed;
display: none;
top: 60px;
right: 0px;
width: 20px;
height: 200px;
background-color: #FFF;
z-index: 3000;
opacity: .95;
}



.links a{
font-family: 'BankGothic', 'Arial', Arial, sans-serif;
display: none;
position: absolute;
 text-align: center;
 width: 100%;
    font-size: 25px;
    color: #595959;
    opacity: 1;
    z-index: 1000;
    margin: 0;
    padding: 0;
    z-index: 3005;
    left: 0px;
}

.links span  {
 text-align: center;


}

.links a:hover {
color: #e27e36;
}


.home a {
     position: fixed;
    top: 60px;
     border-bottom: 1px dashed #e27e36;
    

}

.about a {
     position: fixed;
    top: 100px;
    border-bottom: 1px dashed #e27e36;
}

.services a {
      position: fixed;
    top: 140px;
    border-bottom: 1px dashed #e27e36;
}

.portfolio a {
     position: fixed;
    top: 180px;
    border-bottom: 1px dashed #e27e36;
}

.awards a {
    position: fixed;
    top: 220px;
    border-bottom: 1px dashed #e27e36;
}

.usefulLinks a {
    position: fixed;
    top: 260px;
    border-bottom: 1px dashed #e27e36;
}

.contact a {
    position: fixed;
    top: 300px;
    border-bottom: 1px dashed #e27e36;
}

.cancel {
  font-family: 'menu';
    position: fixed;
  cursor: pointer;
color: #595959;
opacity: 1;
right:18px;
top:18px;
  font-size: 20px;
  z-index: 4005;
  display: none;
}

.cancel:before {
  content: "\E803";
}

.cancel:hover {
  color: #e27e36;
}

.cancelBox {
position: fixed;
  cursor: pointer;
  display: block;
top: 0px;
right: 0px;
width: 50px;
height: 60px;
background-color: #000;
z-index: 5000;
opacity: 0;
}

.cancelBox2 {
position: fixed;
  cursor: pointer;
  display: none;
top: 0px;
right: 0px;
width: 50px;
height: 60px;
background-color: #000;
z-index: 5000;
opacity: 0;
}

.filterBox {
    width: 20px;
    height: 20px;
    position: fixed;
    top: 152px;
    right: 0px;
    z-index: 2002;
    border-style: solid;
    border-width: 4px;
    border-color: #595959;
}





.dfcmtext, .educationtext, .officetext, .recreationtext, .retailtext, .healthcaretext, .religioustext { font-size:8px; width: 165px; padding-left: 8px;}
.dots, .dotsEducation,.dotsOffice, .dotsRecreation, .dotsRetail, .dotsHealthcare, .dotsReligious {font-size: 20px; margin-top: 150px; margin-left: 75px;}
.invisibleBox, .invisibleBoxEducation, .invisibleBoxOffice, .invisibleBoxRecreation, .invisibleBoxRetail, .invisibleBoxHealthcare, .invisibleBoxReligious {width: 170px; height: 170px; opacity: 0;}
.addTitle {font-size: 13px;}
.marginadjust {margin-left: -25px;}



    }
















 @media  screen and (max-width: 350px) and (min-width: 100px) { 



        .grid li img {
            width: 170px;
            height: 170px;
        }

.grid li h3 {
    font-size: 9px;
}

.office img, .recreation img, .retail img, .education img, .dfcm img, .religious img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.city {
    font-size: 6px;
}



.filtertext2 {
font-family: 'BankGothic', 'Arial', Arial, sans-serif;
  font-size: 7px;
    color: #404040;
    list-style: none;
    position: fixed;
    top: 153px;
    left: -300px;
    margin:0px;
    padding: 0px;
}




.grid-wrap {
    clear: both;
    margin: 60px 50px;
    padding: 0px; 
    padding-top: 90px; 
    padding-left: 30px;
    max-width: 2200px;

}



.menu {
  font-family: 'menu';
    position: fixed;
  cursor: pointer;
color: #595959;
opacity: 1;
right:20px;
top:13px;
  font-size: 26px;
  z-index: 2000;
}

.menu:before {
  content: "\F0C9";
}

.menu:hover {
  color: #e27e36;

}


.box {

    display: none;
}

.port_title {
font-size: 25px;
top: 80px;
}

.portEELD {
    font-size: 8px;
    top: 120px;
}

.line6 {
    width: 50px;
top: 110px;
}

.mobile_box {
position: fixed;
display: none;
top: 60px;
right: 0px;
width: 20px;
height: 200px;
background-color: #FFF;
z-index: 3000;
opacity: .95;
}



.links a{
font-family: 'BankGothic', 'Arial', Arial, sans-serif;
display: none;
position: absolute;
 text-align: center;
 width: 100%;
    font-size: 25px;
    color: #595959;
    opacity: 1;
    z-index: 1000;
    margin: 0;
    padding: 0;
    z-index: 3005;
    left: 0px;
}

.links span  {
 text-align: center;


}

.links a:hover {
color: #e27e36;
}


.home a {
     position: fixed;
    top: 60px;
     border-bottom: 1px dashed #e27e36;
    

}

.about a {
     position: fixed;
    top: 100px;
    border-bottom: 1px dashed #e27e36;
}

.services a {
      position: fixed;
    top: 140px;
    border-bottom: 1px dashed #e27e36;
}

.portfolio a {
     position: fixed;
    top: 180px;
    border-bottom: 1px dashed #e27e36;
}

.awards a {
    position: fixed;
    top: 220px;
    border-bottom: 1px dashed #e27e36;
}

.usefulLinks a {
    position: fixed;
    top: 260px;
    border-bottom: 1px dashed #e27e36;
}

.contact a {
    position: fixed;
    top: 300px;
    border-bottom: 1px dashed #e27e36;
}

.cancel {
  font-family: 'menu';
    position: fixed;
  cursor: pointer;
color: #595959;
opacity: 1;
right:18px;
top:18px;
  font-size: 20px;
  z-index: 4005;
  display: none;
}

.cancel:before {
  content: "\E803";
}

.cancel:hover {
  color: #e27e36;
}

.cancelBox {
position: fixed;
  cursor: pointer;
  display: block;
top: 0px;
right: 0px;
width: 50px;
height: 60px;
background-color: #000;
z-index: 5000;
opacity: 0;
}

.cancelBox2 {
position: fixed;
  cursor: pointer;
  display: none;
top: 0px;
right: 0px;
width: 50px;
height: 60px;
background-color: #000;
z-index: 5000;
opacity: 0;
}

.filterBox {
    width: 20px;
    height: 20px;
    position: fixed;
    top: 152px;
    right: 0px;
    z-index: 2002;
    border-style: solid;
    border-width: 4px;
    border-color: #595959;
}



.dfcmtext, .educationtext, .officetext, .recreationtext, .retailtext, .healthcaretext, .religioustext { font-size:8px; width: 165px; padding-left: 8px;}
.dots, .dotsEducation,.dotsOffice, .dotsRecreation, .dotsRetail, .dotsHealthcare, .dotsReligious {font-size: 20px; margin-top: 150px; margin-left: 75px;}
.invisibleBox, .invisibleBoxEducation, .invisibleBoxOffice, .invisibleBoxRecreation, .invisibleBoxRetail, .invisibleBoxHealthcare, .invisibleBoxReligious {width: 170px; height: 170px; opacity: 0;}
.addTitle {font-size: 13px;}
.marginadjust {margin-left: -25px;}



    }





