body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	overflow-x: hidden;
	
}



@font-face {
    font-family: 'Berlingske Serif';
    src: url('BerlingskeSerif-Regular.eot');
    src: local('Berlingske Serif Regular'), local('BerlingskeSerif-Regular'),
        url('BerlingskeSerif-Regular.eot?#iefix') format('embedded-opentype'),
        url('BerlingskeSerif-Regular.woff2') format('woff2'),
        url('BerlingskeSerif-Regular.woff') format('woff'),
        url('BerlingskeSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

* {
	scroll-behavior: smooth;
	scrollbar-base-color: #000;
}


*::-webkit-scrollbar {
	width: 5px;
}

*::-webkit-scrollbar-track {
	background: #fff;
}

	*::-webkit-scrollbar-thumb {
		background-color: #000;
		border-radius: 50px;
		border: 1px solid #000;
	}

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }




.nav-link
{
	font-size: 0.9em;
	text-transform: lowercase!important;
	font-size: 17px;
	font-weight: normal !important;
	
	
}

body, td {
	
	font-size: 15px;
	color: #505050 !important;
	line-height: 1.7;
	/*font-family: "EB Garamond", serif;*/
	font-family: "Montserrat", sans-serif;
	/*font-family: 'Berlingske Serif';*/
}

h1,h2,h3,h4
{
	text-transform:uppercase;
	letter-spacing:2px;
}


#logo
{
	color: #7c7c7c !important;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 0.9;
	
}

#watermark
{
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 99999;
}

.content
{
	margin-top: 100px;
	margin-bottom: 100px;
}


h1 {
	margin-bottom: 30px;
	margin-top: 30px;
}
h3 {
	font-size: 2.2em;
}


	h3.service-title {
		margin-bottom: 20px;
		margin-top: 10px;

	}

hr
{
	border:1px solid #ddd;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.mycontainer
{
	/*max-width:1070px;*/
}



.work-text
{
	position: relative;top:100px;left:-100px;
}



.pad-50{
	padding:50px;
}


.bodytext {
	padding-right: 30px;
	font-size: 18px;
	vertical-align:middle;
}

.navbar-nav a {
	/*color:#fff;*/
	font-size: 16px;
	
	color:#000000;
	text-transform:uppercase;
}


#topbanner
{
	background-image: url("../images/banner-bg.png");
	background-position: top right;
	min-height: 400px;
padding-bottom: 50px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	position: relative;
	
}


#banner
{
	background-image: url("../images/banner.png");
	background-position: right;
	min-height: 500px;
	background-color: #ffcd28;
	background-repeat: no-repeat;
}


#banner-2
{
	background-image: url("../images/banner-2.jpg");
	background-position: left;
	min-height: 500px;
	background-color: #ffcd28;
	background-repeat: no-repeat;
}


#banner #brandplan{
	position: relative;
	left: 100px;
}

#banner #motivational{
	position: relative;
	left: -100px;
	top:100px;
}

#banner-2 #onsitebranding{
	position: relative;
	left: -100px;
	top:0;
}

#banner-2 #corporate{
	position: relative;
	left: 30px;
	top:150px;
}


#connect{
	min-height: 400px;
	
	background-position: right;
	background-repeat: no-repeat;
}

#connect .email{
	position: absolute;
	left: 0%;
	bottom:20%;
}

#connect .phone{
	position: absolute;
	left: 30%;
	bottom:5%;
}

ul#tiles
{
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
}

ul#tiles li
{
	display:inline-block;
	float:left;
	width:210px;
	height:195px;
	padding:0;
	margin:0 5px 5px 0;
	background-color:#eeeeee;
	clear:none;
}

ul#tiles li.big
{
	display:inline-block;
	float:left;
	width:420px;
	height:395px;
	padding:0;
	margin:0 5px 5px 0;
	background-color:#eeeeee;
	clear:none;
}


#container{
  background: #fff;
  display:block;
clear:both;

position:relative;
overflow:hidden;
}

/* clear fix */


.item { width: 50%; height:300px; display:block; background-color:#fff;margin:0%;position:relative;float:left;transition: all 0.5s;}

.i2 { width: 33% !important; height:230px; display:block; background-color:#fff;margin:0%;position:relative;float:left;transition: all 0.5s;}

@media screen and (max-width:768px) {

	.item{
		height:200px !important;
	}
}

.cover, .item .cover, .i2 .cover
{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	 transform: scale(1);
transition: all 0.5s;
}

.item .cover img, .i2 .cover img, .cover img
{
	 transform: scale(1);
transition: all 0.5s;
}

.item .cover img.animate{
    transform: scale(1.2);
}

.i2 .cover img.animate{
    transform: scale(1.2);
}

.cover img.animate{
    transform: scale(1.2);
}


.item .block,.i2 .block
{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
}

.item img, .i2 img
{
	clear:both;
	max-width:100%;
	height:auto;
}

.item .block a, .i2 .block a
{
	display:block;
	color:#fff;
}

.item .block a:hover, .i2 .block a:hover
{
/*background-color:#9d0614;*/
	width:100%;
	height:100%;
}



       .grid-sizer,
.grid-item {
  width: 100%;
 margin:0%;
 display:block;
 overflow:hidden;
}

.item img
{
	border:0;
}

.item .myoverlay
{
	position:absolute;
	left:0;
	bottom:0;
	font-weight:bold;
	z-index:2000;
	width:100%;
	height:100%;
	opacity:0.9;
	display:none;
	color:#fff;
	text-align:center;
	background-image:url(../Images/bg.png);
	background-size:100% 100%;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:1rem;
	vertical-align: middle;
	margin:0;
	padding:0;

}

.item .myoverlay .text
{
	bottom:10%;
	width:100%;
	text-align:center;
	position:absolute;
	display:none;
	
}


.cat-thumb
{
	padding: 10px;
	margin: 0;
	position:relative;
	 animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.5s; /* don't forget to set a duration! */
}


	.cat-thumb .myoverlay .border {
		width: 98%;
		height: 98%;
		position: absolute;
		left: 0;
		top: 0;
		border: 1px solid #fff;
		background-color: rgba(0,0,0,0);
		z-index: 3000;
		margin: 1%;
		display:none;
	}

.category-thumb {
	padding: 10px;
	margin: 0;
	animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 0.5s; /* don't forget to set a duration! */
}


.cat-thumb img, .category-thumb img
{
	width: 100% !important;
	display:block;
}


.cat-thumb .myoverlay {
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: bold;
	z-index: 2000;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	color: #fff;
	text-align: center;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(0,0,0,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1rem;
	vertical-align: middle;
}


.cat-thumb:hover .cover {
	/*border-radius:200px !important*/
}

.cat-thumb .myoverlay-cat {
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: bold;
	z-index: 2000;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	background-image: url(../images/bg.png);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1rem;
	vertical-align: middle;
}


.cat-thumb .myoverlay .text, .cat-thumb .myoverlay-cat .text {
	bottom: 5%;
	width: 100%;
	text-align: center;
	position: absolute;
	font-size: 1.2em;
	animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */
}


.cat-thumb  img
{
	
	 animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.5s; /* don't forget to set a duration! */
}




h1{
	font-weight:bold !important;
}
.red {
	color: #000000 !important;
}

	.category-thumb .category-overlay {
		position: absolute;
		left: 0;
		bottom: 0;
		font-weight: bold;
		z-index: 2000;
		width: 100%;
		height: 100%;
		color: #fff;
		text-align: center;
		background-color: rgba(0,0,0,0.5);
		text-transform: uppercase;
		letter-spacing: 2px;
		font-size: 1rem;
		vertical-align: middle;
	}

		.category-thumb .category-overlay .category-title {
			bottom: 5%;
			width: 100%;
			text-align: center;
			position: absolute;
			font-size: 1.2em;
			animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
			animation-duration: 2s; /* don't forget to set a duration! */
			color:#fff;
			z-index:2000;
		}


	.cat-thumb img {
		animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
		animation-duration: 0.5s; /* don't forget to set a duration! */
	}



.myoverlay-cat:hover img {
	transform: scale(1.1);
	border-radius:10px;
}



.cat-thumb:hover  img
{
	 transform: scale(1.1);
}

.hideme
{
    opacity:0;
}


.item .smalloverlay
{
	position:absolute;
	left:0;
	bottom:0;
	font-weight:bold;
	z-index:2000;
	background-color:#000;
	width:90%;
	padding:0 5% 0 5%;
	height:20px;
	opacity:0.8;
	display:none;
	color:#fff;
	line-height:20px;
	font-size:1.1em;
}


    .item .text {
        font-size: 0.95em;
        display: block;
        overflow:hidden;
        height:auto;
    }

   /* .item img
    {
		transition: all .3s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
	}
	
	   .item img:hover
	   {
		   transform: scale(1.1);
	   }*/
	



.item .hidden {
    display:none;
}

.close {
    position: absolute;
    right: 0;
    padding: 5px;
    top: 0;
}

.input {
    border: none;
    padding: 5px;
    background-color: #eee;
}

footer {

   width:100%;
	margin:20px auto;
	margin-bottom: 0;
	display:block;
	padding-top:10px;
	line-height: 2.3;
    padding-bottom:10px;
	overflow:hidden;
    text-align:center;
    clear:both;
	
	font-size: 0.9em;
	
	
	position: fixed;
	bottom: 0;
	background-color: #fff;

}


footer a 
{
	color: #000000 !important;
}

.footerlink{
	margin: 0 10px;
}

.footerlink:first-child {
	margin-left:0;
}


.social-icons{
	text-align:right;
}

@media screen and (max-width:768px) {
	.footerlink {
		margin: 0;
	}

	.social-icons {
		margin-top: 10px;
		text-align: center;
	}
}


/* portfolio */

ul.list{
	line-height:1.9;	
}


    ul.list a {
        color: #900;
    }

.descript {
    color: #666;
}




 #cleint{

display:block;
overflow:hidden;
clear:both;
padding-top:30px;
}

 #cleint #cleintleft{
position:relative;
overflow:hidden;
}

 #cleint #cleintright{
line-height:2;
position:relative;
overflow:hidden;
}


 #cleintright .cats a{
	color:#666;
}

     #cleintright .cats a:hover {
        color: #900;
        text-decoration: none;
    }

    .hidden
{
	display:none;
}



/* portfolio */

#mytooltip
{
	background-color:#e6e6e6;
	border-radius:3px;
	position:fixed;
	font-size:0.9em;
	z-index:2000;
	padding:10px;
	min-width:300px;
	margin:10px;
	right:0;
	bottom:0;
	width:auto;
}

#mytooltip #toolleft
{
	float:left;
	width:85%;
}

#mytooltip #close
{
	float:right;
	width:15%;
	text-align:right;
}

#mytooltip #close a
{
	display:inline-block;
	color:#F00;
}








/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 100%;
  width: 100%;
  display:none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(255,255,255); /* Black fallback color */
  background-color: rgba(255,255,255,1); /* Black w/opacity */
  overflow: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 0%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 0px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 15px;
  letter-spacing:2px;
  color: #3b3b3b;
  display: inline-block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #000;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 2%;
  right: 2%;
  font-size: 60px;
  z-index:5000;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 12px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}










.card {
    background-color: #ffffff;
    border: 0px solid rgba(0, 34, 51, 0.1);
    box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.05), 2px 4px 10px 0 rgba(0, 34, 51, 0.05);
    border-radius: 0.15rem;
}

/* Tabs Card */

.tab-card {
  border:0px solid #eee;
}

.tab-card-header {
  background:none;
}
/* Default mode */
.tab-card-header > .nav-tabs {
  border: none;
  margin: 0px;
}
.tab-card-header > .nav-tabs > li {
  margin-right: 2px;
}
.tab-card-header > .nav-tabs > li > a {
  border: 0;
  border-bottom:2px solid transparent;
  margin-right: 0;
  color: #737373;
  padding: 2px 5px;
}

.tab-card-header > .nav-tabs > li > a.show {
    border-bottom:2px solid #000000;
    color: #007bff;
}
.tab-card-header > .nav-tabs > li > a:hover {
    color: #000000;
}

.tab-card-header > .tab-content {
  padding-bottom: 0;
}



.nopad
{
	margin:0;
	padding:0;
	
}





#top {
	position:fixed;
	bottom:50px;
	right:10px;
	z-index:4000;
	display:none;
	color: #333333;
}

.sitelinks{
	font-size:1em;
	letter-spacing:2px;
}


.controls {
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin:0 auto;
}

	.controls a {
		color: #333;
		text-transform: uppercase;
		letter-spacing: 2px;
		display: block;
	}

	ul.services{
		padding:0;
		display:inline-block;
		margin-bottom:0;
		padding-bottom:0;
	}

		ul.services li {
			
			margin-left: 15px;
		}


		.service{
			border:0px solid #000;
			margin-bottom:30px;
		
			
		}

			.service .service-text {
				padding: 10px 20px;
				
				min-height:280px;
			}

@media only screen and (max-width: 768px) {

	.service {
		margin-bottom: 10px;
	}

		.service .service-text {
			padding: 10px 20px;
			margin-bottom: 10px !important;
			min-height: auto;
		}
}

.home-thumb {
	text-align:center;
	
	font-size: 1em;
	border:1px solid #000;
	text-transform: uppercase;
	margin:5px;
	font-weight:bold;
	vertical-align:middle !important;
	letter-spacing:2px;
	padding:20px;
}

.home-services .col-md-3 {
	padding: 0;
	margin: 0;
}


.img-grey {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.bg-grey{
	background-color:#eee !important;
}

.contact{
	font-size:1.4em;
	padding:50px;
}

.contact h1{
	margin:20px 0;
}


.clients .col-md-2 {
	margin: 15px;
	padding: 0;
}



a.tablink{
	
	text-transform:uppercase;
	letter-spacing:1px;
	padding-right:10px;
	font-weight:bold;
}

	a.tablink:hover, a.tablink:active, .atvicetablink{
		text-decoration: none;
		color: #000;
	}


@media screen and (max-width:768px) {
	a.tablink {
		font-size: 0.6em;
	}
}


.myalert {
	font-weight: bold;
	background-color: #000000;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
	margin: 20px auto;
	display: inline-block;
}


.banner{
	
	background-position:center;
	background-size:100% auto;
	width:100%;
	text-align:center;
	display:table;
	background-repeat:no-repeat;
}

.banner .mobile-banner{
	display:none;
}

	.banner .desktop-banner {
		display: block;
	}

@media screen and (max-width:768px) {

	.banner .mobile-banner {
		display: block;
	}

	.banner .desktop-banner {
		display: none;
	}

	.banner {
		height: auto;
		padding: 20px;
		background-size: auto 100%;
	}
}

a.btn-default {
	padding: 5px 10px;
	border: 1px solid #000000;
	border-radius:0px;
	background-color:#fff;
	margin-top:20px;
	min-width:150px;
}

	a.btn-default:hover {
		background-color: #000000 !important;
		color:#000 !important;
	}



#topnavigation{
	position: fixed;
	z-index: 1000;
	width: 100%;
	left:0;
	z-index: 99999;
}


.carousel-item
{
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}


.banner
{
	
	left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
}

#hero-banner
{
	width: 100%;
	height: 100%;
	overflow: none;
}

#projectholder
{
	position: fixed;
	top:0;
	left:100%;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	z-index: 10000;
	background-color: #fff;
	padding-top: 100px;
	display: none;
}

.projects
{
	width: 80%
}




.project-thumb
{
	padding: 15px !important;
	margin: 0px;
	position: relative;
}


.project-thumb a
{

	display: block;

	

}

.project-thumb a .title{
	position: absolute;
	bottom: 20px;
	font-weight: bold;
	text-align: center;
	width: 100%;


}

/* Close */

.outer {
  position: absolute;
	right: 20px;
	top:20px;
  margin: auto;
  width: 30px;
  cursor: pointer;
}

.inner {
  width: inherit;
  text-align: center;
}

label { 
  font-size: .8em; 
  line-height: 4em;
  text-transform: uppercase;
  color: #000;
  transition: all .3s ease-in;
  opacity: 0;
  cursor: pointer;
}

.inner:before, .inner:after {
  position: absolute;
  content: '';
  height: 1px;
  width: inherit;
  background: #000;
  left: 0;
  transition: all .3s ease-in;
}

.inner:before {
  top: 50%; 
  transform: rotate(45deg);  
}

.inner:after {  
  bottom: 50%;
  transform: rotate(-45deg);  
}

.outer:hover label {
  opacity: 1;
}

.outer:hover .inner:before,
.outer:hover .inner:after {
  transform: rotate(0);
}

.outer:hover .inner:before {
  top: 0;
}

.outer:hover .inner:after {
  bottom: 0;
}

/* Close */


.desktop
{
	display: block;
}

.mobile
{
	display: none;
	
}

.mytabs
{
	position: fixed;
	right: 55px;
	top: 100px;
}

.mytabs a
{
	color: #6A6A6A !important;
	width: 80px;
	display: inline-block;
	position: absolute;right:0;top:0;
	text-align: right;
}

.mytabs a:hover
{
	text-decoration: none;
}

.activetab
{
	color: #000 !important;
	display: block;
}

.hiddentab
{
	display: none;
}


.transheader
{
	background-color: rgba(255,255,255,0.7);
	z-index: 99999;
}

.mytabcontent #text
{
	min-height: 400px;
}

@media only screen and (max-width: 768px)
{
	
	
	.mytabs
{
	position: fixed;
	right: 55px;
	top: 70px;

}
.desktop
{
	display: none;
}

.mobile
{
	display: block;
	
}
	
	h3
	{
		font-size: 22px;
	}
	
	.navbar-nav{
		background-color: rgba(255,255,255,0.7);
	}
	
}


.tabs .img-fluid{
	width: 100% !important;
}

.hidden
{
	display: none !important;
}


@media screen and (max-width:480px)
{
	
	footer
	{
		
		margin: 20px 0 0 0;
	}
	
	#watermark img
	{
		width:80px !important;
	}
}