/* Main Navigation Elements -------------------------------------------------- */
.fullscreen .modal-header {
   	min-height: 60px;
	padding: 0px 0px;
}
@media (min-width: 768px) {
	.fullscreen .modal-header {
    	min-height: 60px;
		padding: 0px 15px;
	}
}
.fullscreen .modal-dialog {
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
	color: #000;
}

.fullscreen .modal-content {
	height: 100%;
	min-height: 100%;
	border-radius: 0;
	color: #333;
	background: rgba(0, 0, 0, 0.70);
}
/* Modal Body */
.fullscreen .modal-body ul {
	padding: 20px 0 0 0;
	overflow: auto;
	list-style-type: none;
}

.fullscreen .modal-body li {
	padding: 5px 0 5px 0 ;
}

.fullscreen .menuframeopen {
	background-image: url(../images/navigation/top-bar.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 370px 15px;
	margin-bottom: 10px;
	height: 25px;
}
.no-svg .fullscreen .menuframeopen {
	background-image: url(../images/navigation/top-bar.png);
}
.fullscreen .menuframeclose {
	background-image: url(../images/navigation/bottom-bar.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 370px 15px;
	margin-top: 10px;
    height: 25px;
}
.no-svg .fullscreen .menuframeclose {
	background-image: url(../images/navigation/bottom-bar.png);
}
.fullscreen .modal-body a {
	font-size: 36px;
	font-weight: 100;
}

@media (max-width: 480px){
	.fullscreen .modal-body ul {
		padding: 0px 0 0 0;
		overflow: auto;
	}
	
	.fullscreen .modal-body li {
		padding: 4px 0 4px 0 ;
	}
	
	.fullscreen .modal-body a {
		font-size: 20px;
		font-weight: 300;
	}
}
.fullscreen .modal-body a:link,
.fullscreen .modal-body a:visited {
	color: rgba(255, 255, 255, 1.00);
}
.fullscreen .modal-body a.grey-menu:link,
.fullscreen .modal-body a.grey-menu:visited {
	color: rgb(178, 178, 178);
}
.fullscreen .modal-body a:hover,
.fullscreen .modal-body a:active,
.fullscreen .modal-body a.grey-menu:hover,
.fullscreen .modal-body a.grey-menu:active {
	color: rgba(255, 140, 70, 1.00);

}
/* Modal subbody --------------------- */
.fullscreen .modal-subbody ul {
	padding-top: 20px;
	-webkit-padding-start: 0px;
}
.fullscreen .modal-subbody li {
	padding: 0px 20px;
	float: none;
    display: inline-block;
}
.fullscreen .modal-subbody a {
	font-size: 24px;
	font-weight: 100;
}
@media (max-width: 480px){
	.fullscreen .modal-subbody ul {
		padding-top: 5px;
	}
	
	.fullscreen .modal-subbody li {
		padding: 0px 5px;
	}
	
	.fullscreen .modal-subbody a {
		font-size: 14px;
		font-weight: 300;
	}
}
.fullscreen .modal-subbody a:link,
.fullscreen .modal-subbody a:visited {
	color: rgb(178, 178, 178);
}
.fullscreen .modal-subbody a:hover,
.fullscreen .modal-subbody a:active {
	color: rgba(255, 140, 70, 1.00);
}

/* Modal subsubbody --------------------- */
.fullscreen .modal-subsubbody ul {
	padding-top: 10px;
	-webkit-padding-start: 0px;
}

.fullscreen .modal-subsubbody li {
	padding: 0px 10px;
	float: none;
    display: inline-block;
    color: rgb(102, 102, 102);
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	font-weight: 300;
}

.fullscreen .modal-subsubbody a {
	font-family: inherit;
	letter-spacing: 2px;
	font-weight: 300;
}
@media only screen and (max-device-width:480px) {
	.contact-us #nav {
		height: 0px;
	}
}
@media (max-width: 480px){
	.fullscreen .modal-subsubbody ul {
		padding-top: 0px;
		line-height: 12px;
	}
	
	.fullscreen .modal-subsubbody li,
	.fullscreen .modal-subsubbody a {
		font-size: 10px;
		letter-spacing: 1px;
	}
	
	.fullscreen .modal-subsubbody li {
		padding: 0px 5px;
	}
	
}
.fullscreen .modal-subsubbody a:link,
.fullscreen .modal-subsubbody a:visited {
	color: rgb(102, 102, 102);
	text-decoration: underline;
}
.fullscreen .modal-subsubbody a:hover,
.fullscreen .modal-subsubbody a:active {
	color: rgba(255, 140, 70, 1.00);
}

/* other */
#nav > .navbar-inner {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
}
.navbar {
   -webkit-backface-visibility: hidden;
}    
.open {
	background-image: url(../images/navigation/menu.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 25px;
	width: 56px;
    height: 44px;
}
.no-svg .open {
	background-image: url(../images/navigation/menu.png);
}
button.close {
	background-image: url(../images/navigation/close.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	width: 56px;
    height: 44px;
}
.no-svg button.close {
	background-image: url(../images/navigation/close.png);
}
.modal-backdrop {
	z-index: -1;
}
/* button click */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: 0px;
}
.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Body Elements -------------------------------------------------- */
html {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}
body {
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	background-color: rgb(255, 255, 255);
}
/* iphone */
@media only screen and (max-device-width:480px){
	body {
		font-weight: 300;
	}
}
/* ipad */
@media only screen and (device-width:768px) {
	body {
		font-weight: 300;
	}
}
/* Link Elements -------------------------------------------------- */
a {
	text-decoration: none;
}
a:link {
	color: rgba(255, 255, 255, 1.00);
	-o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
a:visited {
	color: rgba(255, 255, 255, 1.00);
}
a:hover {
	color: rgba(255, 140, 70, 1.00);
	text-decoration: none;
}
a:active {
	color: rgba(255, 140, 70, 1.00);
}
/* Text Elements -------------------------------------------------- */
p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}
h1 {
	font-size: 36px;
	line-height: 60px;
	font-weight: 100;
	letter-spacing: 1px;
}
/* Carousel Elements -------------------------------------------------- */
.block {
	position: static;
	width: 100%;
	z-index: -10;
}
.carousel-inner .item picture > img, 
.carousel-inner .item picture > source,
.carousel-inner .item picture {
	/*height: 100%;  use this, or not */
	margin: auto;
}
.item img,
.item source {
	max-height: 100%;
	overflow: hidden;
}
html,
body {
  height:100%;
}
.carousel-inner{
	height: 100%;
	width: 100%;
	background-color: rgb(0, 0, 0);
}
.carousel,
.item,
.active {
	height:100%;
}
.carousel-inner > .item {
    -webkit-transition: 2.0s, ease-in-out, left;
    -moz-transition: 2.0s, ease-in-out, left;
    -o-transition: 2.0s, ease-in-out, left;
    transition: 2.0s, ease-in-out, left;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 2.0s ease-in-out;
         -o-transition:      -o-transform 2.0s ease-in-out;
            transition:         transform 2.0s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}


/* Black Brand Bar -------------------------------------------------- */
.blackbar {
	position: absolute;
    top:0;
    height: 100%;
    Width: 50%;
    background-color: rgba(0,0,0,0.5);
    padding: 60px;
    text-align: center;
    background-image: url(../images/Darkroom-2px.svg);
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size: contain;
}
/* ipad (thinner line) */
@media only screen and (device-width:768px) {
	.blackbar {
		background-image: url(../images/Darkroom-1px.svg);
	}
}
/* no svg png alternative */
.no-svg .blackbar {
  background-image: url(../images/Darkroom.png);
}
@media (min-width: 768px) {
	.blackbar {
		Width: 375px;
		padding: 80px;
	}
}
@media (min-width: 992px) {
	.blackbar {
		Width: 323px;
		padding: 60px;
	}
}
@media (min-width: 1200px) {
	.blackbar {
		Width: 300px;
		padding: 60px;
	}
}
/* iphone */
@media only screen and (max-device-width:480px){
	.blackbar {
		padding: 30px;
	}
}
/* Down / Up Buttons -------------------------------------------------- */
.downbar {
	position: absolute;
    bottom:0;
    left: 0px;
    width: 100%;
    height: 97px;
    text-align: center;
    padding: 40px;
}
.downbar-white {
	background-image: url(../images/navigation/down-arrow-white.svg);
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size: contain;
	background-position: center center;
}
.no-svg .downbar-white {
  background-image: url(../images/navigation/down-arrow-white.png);
}
.downbar-black {
	background-image: url(../images/navigation/down-arrow-black.svg);
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size: contain;
	background-position: center center;
}
.no-svg .downbar-black {
  background-image: url(../images/navigation/down-arrow-black.png);
}
.upbar {
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 40px;
    height: 97px;
}
.upbar-white {
	background-image: url(../images/navigation/up-arrow-white.svg);
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size: contain;
	background-position: center center;
}
.no-svg .upbar-white {
  background-image: url(../images/navigation/up-arrow-white.png);
}
.upbar-black {
	background-image: url(../images/navigation/up-arrow-black.svg);
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size: contain;
	background-position: center center;
}
.no-svg .upbar-black {
  background-image: url(../images/navigation/up-arrow-black.png);
}
/* Sub Menu Elements -------------------------------------------------- */
#nav {
	position: relative;
}
/* iphone */
@media only screen and (max-device-width:480px) {
	#nav {
		padding-top: 60px;
	}
}
.navbar-fixed-top {
	width: auto;
	background-color: transparent;
}
#nav.affix {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1020;
	background-color: rgba(255, 255, 255, 1.0);
}
.navbar-fixed-top.affix .open {
	background-image: url(../images/navigation/menu-black.svg);
}
.no-svg .navbar-fixed-top.affix .open {
	background-image: url(../images/navigation/menu-black.png);
}
/* iphone */
@media only screen and (max-device-width:480px) {
	#nav.affix {
	    position: relative;
	    top: auto;
	    width: auto;
	    z-index: auto;
		background-color: transparent;
	}
	.navbar-fixed-top.affix {
		width: 100%;
		background-image: url(../images/Darkroom-D-2px.svg);
		background-repeat: no-repeat;
		background-origin: content-box;
		background-size: 33px;
		background-position-x: 15px;
		background-position-y: 15px;
		background-color: rgba(0, 0, 0, 1.0);
		animation: affixFadeIn 0.44s  ease-in;
		-webkit-animation: affixFadeIn 0.44s;
	}
	.no-svg .navbar-fixed-top.affix {
		background-image: url(../images/Darkroom-D-2px.png);
	}
	.navbar-toggle {
		margin-top: 8px;
	}
	.navbar-fixed-top.affix .open {
		background-image: url(../images/navigation/menu.svg)
	}
	.no-svg .navbar-fixed-top.affix .open {
		background-image: url(../images/navigation/menu.png);
	}
}
@keyframes affixFadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}
@-webkit-keyframes affixFadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}
/* -------------------- */
.subnav {
	margin-top: 15px;
	margin-bottom: 15px;
}
.subnav-menubar a {
	color: rgb(178, 178, 178);
	font-size: 16px;
	display: block;
	cursor: pointer;
}
.subnav-menubar ul {
	padding: 0 0 0 0;
	margin-bottom: 0px;
	overflow: auto;
}
.subnav-menubar li {
	padding: 1px 0 1px 0 ;
}
.subnav-menubar > ul > li > a {
    -webkit-transition: all ease .3s;
       -moz-transition: all ease .3s;
         -o-transition: all ease .3s;
            transition: all ease .3s;
}
.subnav-menubar > ul > li > a:active,
.subnav-menubar > ul > li > a:hover,
.subnav-menubar > ul > li > a:focus {
    color: rgb(255, 140, 70);
    text-decoration: none;
}
.subnav-menubar .active a {
	color: rgb(102, 102, 102);
}

.subnav-menubar:nth-of-type(1) {
	padding-left: 0px;
}
.subnav-menubar:nth-of-type(2) {
	padding-left: 0px;
}
@media (min-width: 768px) {
	.subnav-menubar:nth-of-type(2) {
		padding-left: 0px;
	}
}
@media (min-width: 992px) {
	.subnav-menubar:nth-of-type(2) {
		padding-left: 15px;
	}
}
@media (min-width: 1200px) {
	.subnav-menubar:nth-of-type(2) {
		padding-left: 15px;
	}
}
/* Branding */
.submenu-brand {
	background-image: url(../images/Darkroom-black-D-1px.svg);
	height: 66px;
	padding-top: 8px;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size: contain;
}
/* no svg png alternative */
.no-svg .submenu-brand {
  background-image: url(../images/Darkroom-black-D.png);
}
/* iphone */
@media only screen and (max-device-width:480px) {
	.submenu-brand {
		background-image: none;
	}
	.submenu-brand.col-xs-3 {
		width: 0%;
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 768px) {
	.submenu-brand {
		background-image: url(../images/Darkroom-black-D-1px.svg);
		height: 60px;
	}
	/* no svg png alternative */
	.no-svg .submenu-brand {
		background-image: url(../images/Darkroom-black-D.png);
	}
}
@media (min-width: 992px) {
	.submenu-brand {
		background-image: url(../images/Darkroom-black-D-1px.svg);
		height: 60px;
	}
	/* no svg png alternative */
	.no-svg .submenu-brand {
		background-image: url(../images/Darkroom-black-D.png);
	}
}
@media (min-width: 1200px) {
	.submenu-brand {
		background-image: url(../images/Darkroom-black-LS-1px.svg);
		height: 100px;
	}
	/* no svg png alternative */
	.no-svg .submenu-brand {
		background-image: url(../images/Darkroom-black-LS-1px.png);
	}
}
/* Masonry Grid Items -------------------------------------------------- */
.my-main-contents {
	min-height: 100%;
}
.grid-item {
	float: left;
	padding: 15px;
	margin: 0px;
	width: 100%;
}
@media (min-width: 768px) {
	.grid-item {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.grid-item {
		width: 33.33%;
	}
}
@media (min-width: 1200px) {
	.grid-item {
		width: 25%;
	}
}
/* iphone landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {
	.grid-item {
		width: 49.99%;
	}
}
.grid-item img {
	display: block;
	background-color: rgba(0, 0, 0, 0.70);
	width: 100%;
}
.grid-item-rollover {
	position: absolute;
	bottom: 0px;
	padding: 0px 0px 25px 20px;
	opacity: 0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
}
.grid-item:hover .grid-item-rollover {
	opacity:1;
}
.grid-item {
	position: relative;
	float: left;
	cursor: pointer;
}
.grid-item p {
	color: rgb(255, 255, 255);
	line-height: 14px;
	line-height: 10px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
}

.grid-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	background: none;
/*	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;*/
}

.grid-item:hover:before {
	content: ' ';
	background-image: url(../images/portfolio/x.svg);
	background-position: right top;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size: 30px 30px;
	text-align: right;
	padding: 20px;
}
.no-svg .grid-item:hover:before {
	background-image: url(../images/portfolio/x.png);
}
.grid-item a:hover {
	color: rgb(255, 255, 255);
}
.red:hover:before {
	background-color: rgba(167, 123, 136, 0.8);
}
.blue:hover:before {
	background-color: rgba(125, 179, 215, 0.8);
}
.bluegrey:hover:before {
	background-color: rgba(84, 88, 100, 0.8);
}
.purple:hover:before {
	background-color: rgba(34, 30, 63, 0.8);
}
.yellow:hover:before {
	background-color: rgba(235, 204, 129, 0.8);
}
.grey:hover:before {
	background-color: rgba(65, 65, 65, 0.8);
}
/* ipad */
@media only screen and (device-width:768px){
	.grid-item-rollover {
		opacity: 1;
		position: relative;
		padding: 20px 0px 10px 0px;
		font-weight: 300;
		background-image: url(../images/portfolio/x-black.svg);
		background-position: right top;
		background-repeat: no-repeat;
		background-origin: content-box;
		background-size: 30px 30px;
	}
	.no-svg ..grid-item-rollover {
		background-image: url(../images/portfolio/x-black.png);
	}
	.grid-item p {
		color: rgb(0, 0, 0);
		font-weight: 300;
	}
	.grid-item:before {
		visibility: hidden;
	}
}
/* iphone */
@media only screen and (max-device-width:480px){
    .grid-item-rollover {
		opacity: 1;
		position: relative;
		padding: 20px 0px 10px 0px;
		font-weight: 300;
		background-image: url(../images/portfolio/x-black.svg);
		background-position: right top;
		background-repeat: no-repeat;
		background-origin: content-box;
		background-size: 30px 30px;
	}
	.no-svg ..grid-item-rollover {
		background-image: url(../images/portfolio/x-black.png);
	}
	.grid-item p {
		color: rgb(0, 0, 0);
		font-weight: 300;
	}
	.grid-item:before {
		visibility: hidden;
	}
}
/* About Us Elements -------------------------------------------------- */
.about-us {
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}
.about-header-image {
	background: url('../images/about-us/aboutus_top.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	min-height: 400px;
}
/* iphone */
@media only screen and (max-device-width:480px){
	.about-header-image {
		background: url('../images/about-us/mobile/aboutus_top.jpg') no-repeat center center;
	}
}
.about-us-row {
	position: relative;
    height: 100%;
}
.about-us .logo-box {
	background-image: url(../images/Darkroom-LS-2px.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size: contain;
	padding-top: 60px;
	width: 100%;
	height: 126px;
}
.no-svg .about-us .logo-box {
	background-image: url(../images/Darkroom-LS-2px.png);
}
.about-us .image-center {
	margin-left: auto;
	margin-right: auto;
}
.about-bar {
	padding-top: 60px;
	padding-bottom: 60px;
}
/* Text Box Elements */
.about-us p {
	font-weight: 100;
}
.about-us .text-box-1 {
	text-align: center;
    position: absolute;
    bottom: 100px;
}
.about-us .text-box-2 {
	padding-top: 60px;
	text-align: center;
	display: table;
}
.about-us .text-box-2 p {
	display: table-cell; 
	vertical-align: middle;
}
.about-us .text-box-3 {
	padding-bottom: 60px;
	text-align: center;
	display: table;
}
.about-us .text-box-3 p {
	display: table-cell; 
	vertical-align: middle;
}
/* iphone */
@media only screen and (max-device-width:480px){
	.about-us .logo-box {
		padding-top: 80px;
	}
}
@media (min-width: 768px) {
	.about-us .logo-box {
		padding-top: 40px;
		background-position: left top;
	}
	.about-us .text-box-1 {
		text-align: left;
	}
	.about-us .text-box-2 {
		text-align: center;
	}
	.about-us .text-box-3 {
		text-align: center;
	}
}
@media (min-width: 992px) {
	.about-us .logo-box {
		padding-top: 40px;
	}
	.about-us .text-box-1 {
		text-align: left;
	}
	.about-us .text-box-2 {
		text-align: right;
		padding-top: 0px;
		height: 160px;
	}
	.about-us .text-box-3 {
		text-align: left;
		padding-bottom: 0px;
		height: 120px;
	}
}
@media (min-width: 1200px) {
	.about-us .text-box-2 {
		height: 200px;
	}
	.about-us .text-box-3 {
		height: 150px;
	}
}
/* CLient Elements -------------------------------------------------- */
/* Clients dropdown menu */
.subnav-menubar.dropdown.open {
  float: none;
  background-image: none;
  background-size: auto;
  width: auto;
  height: auto;
}
.clients .btn.dropdown-toggle {
	letter-spacing: 0.5px;
	float: right;
	margin-top: 50px;
	padding-right: 0px;
	padding-left: 8px;
	font-size: 16px;
	font-weight: 100;
}
.clients .btn-default {
	color: rgba(0, 0, 0, 0.70);
	border: none;
	background-color: transparent;
}
.clients .btn-default:hover {
	color: rgba(255, 140, 70, 1.00);
	border: none;
	background-color: transparent;
}
.clients .btn-default:active:hover,
.clients .btn-default.active:hover,
.clients .open > .dropdown-toggle.btn-default:hover,
.clients .btn-default:active:focus,
.clients .btn-default.active:focus,
.clients .open > .dropdown-toggle.btn-default:focus,
.clients .btn-default:active.focus,
.clients .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: rgba(0, 0, 0, 1.00);
    background-color: transparent;
    border: none;
}
.subnav-menubar.dropdown.open:hover,
.subnav-menubar.dropdown.open:focus {
	color: #000;
    text-decoration: none;
    cursor: default;
    filter: alpha(opacity=100);
    opacity: 1.0;
}
.dropdown-menu, .fixed-menu {
    padding-top: 20px;
    position: relative;
    vertical-align: inherit;
    min-width: 100%;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 100;
}
.dropdown-menu li a, .fixed-menu li a {
	padding: 2px 0px;
	font-weight: 100;
}
.fixed-menu {
	padding-bottom: 20px;
}
.subnav-list {
	list-style: none;
}
.subnav-list li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	white-space: normal;
}
.subnav-list li a:hover {
	text-decoration: none;
	color: rgba(255, 140, 70, 1.00);
}
/* iphone */
@media only screen and (max-device-width:480px) {
	.clients .btn.dropdown-toggle {
		margin-top: 0px;
		float: left;
	}
	.clients .submenu-brand {
		height: 0px;
	}
	.clients .navbar.mobiletweak {
		margin-bottom: 0px;
	}
	.dropdown-menu li a, .fixed-menu li a {
    	font-weight: 300;
	}
}
@media (min-width: 767px) {
	.clients .btn.dropdown-toggle {
		margin-top: 50px;
	}
}
@media (min-width: 992px) {
	.clients .btn.dropdown-toggle {
		margin-top: 40px;
	}
}
@media (min-width: 1200px) {
	.clients .btn.dropdown-toggle {
		margin-top: 75px;
	}
}
/* Contact Elements -------------------------------------------------- */
.contact-us .navbar {
    margin-bottom: 0px;
}
/* iphone */
@media only screen and (max-device-width:480px) {
	.contact-us #nav {
		height: 0px;
	}
}
.contact-us h1 {
	margin-top: 0px;
}
.contact-us p {
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	font-size: 18px;
}
.contact-us a {
	font-family: inherit;
}
.contact-us a:link {
	color: rgba(0, 0, 0, 1.00);
	-o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.contact-us a:visited {
	color: rgba(0, 0, 0, 1.00);
}
.contact-us a:hover {
	color: rgba(255, 140, 70, 1.00);
	text-decoration: none;
}
.contact-us a:active {
	color: rgba(255, 140, 70, 1.00);
}
.contact-us .input-box {
	padding: 5px 5px 5px 10px;
	background-color: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.20);
	width: 100%;
	margin-top: 5px;
	border-radius: 0px;
	box-shadow: none !important;
	-webkit-appearance: caret;
	-moz-appearance: caret;
    -o-appearance: caret;
    appearance: caret;
}
.contact-us .submit-button {
	padding: 5px 5px 5px 10px;
	background-color: rgba(0, 0, 0, 0.60);
	border: 1px solid rgba(0, 0, 0, 0.20);
	width: 100%;
	color: rgba(255, 255, 255, 1.00);
	margin-top: 5px;
	text-align: left;
}
@media (min-width: 992px) {
	.contact-us .input-box,
	.contact-us .submit-button {
		margin-top: -5px;
	}
}
/* map script */
#map {
 height: 600px;
 margin: 20px 0px 50px 0px;
 padding: 0px
}
/* Combined Elements -------------------------------------------------- */
.contact-us .open,
.clients .open {
	background-image: url(../images/navigation/menu-black.svg);
}
.no-svg .contact-us .open,
.no-svg .clients .open {
	background-image: url(../images/navigation/menu-black.png);
}
/* Stop scrolling on iphone when menu active -------------------------------------------------- */
.no-scroll {
	overflow: hidden;
	position: fixed;
	width: 100%;
}
/* Print Screen -------------------------------------------------- */
.my-print-box {
	text-align: center;
}
.my-print-box p {
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 5mm;
}
.my-print-box h3 {
	font-size: 18px;
	margin-bottom: 8mm;
}