@charset "UTF-8";
/* CSS Document */

::selection {
  background: #eaeaea; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #eaeaea; /* Gecko Browsers */
}

@font-face {
    font-family: 'din_light';
    src: url('../fonts/din_light-webfont.eot');
    src: url('../fonts/din_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din_light-webfont.woff') format('woff'),
         url('../fonts/din_light-webfont.ttf') format('truetype'),
         url('../fonts/din_light-webfont.svg#din_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'din_regular';
    src: url('../fonts/din-webfont.eot');
    src: url('../fonts/din-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-webfont.woff') format('woff'),
         url('../fonts/din-webfont.ttf') format('truetype'),
         url('../fonts/din-webfont.svg#din_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
	

}


@font-face {
    font-family: 'din_medium';
    src: url('../fonts/din_medium-webfont.eot');
    src: url('../fonts/din_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din_medium-webfont.woff') format('woff'),
         url('../fonts/din_medium-webfont.ttf') format('truetype'),
         url('../fonts/din_medium-webfont.svg#din_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'din_bold';
    src: url('../fonts/din_bold-webfont.eot');
    src: url('../fonts/din_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din_bold-webfont.woff') format('woff'),
         url('../fonts/din_bold-webfont.ttf') format('truetype'),
         url('../fonts/din_bold-webfont.svg#dinbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'din_black';
    src: url('../fonts/din_black-webfont.eot');
    src: url('../fonts/din_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din_black-webfont.woff') format('woff'),
         url('../fonts/din_black-webfont.ttf') format('truetype'),
         url('../fonts/din_black-webfont.svg#din_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#navigation a.selected {
	color: #1275bb !important;
}
.active {
	color: #1275bb !important;
}
.related h2 {
	text-transform: uppercase;
}
.seo-texts {
	margin-top: 30px;
	color: #262626;
	font-family: 'din_regular';
	font-size: 14px;
	padding: 0px 0px 30px 0px;;
	margin-bottom: 0px;
	line-height: 20px;
}
.seo-texts-work {
	color: #262626;
	font-family: 'din_regular';
	font-size: 14px;
	margin: -20px 0px 20px 440px; 
	width: 722px;
	text-align: right;
	line-height: 20px;
}

.rsCaption {
	font-size: 14px !important;
	text-transform: capitalize;
	z-index: 9999 !important;
	position: relative;
}


.pageheaders {
	font-size: 20px;
	text-transform: uppercase;
	margin: -7px 117px 30px 200px;
	color: hsla(0, 0%, 0%, .75);
	color: black;
	text-align: right;
}
.pageheaders2 {
	font-size: 20px;
	text-transform: uppercase;
	margin: -7px 137px 30px 200px;
	color: hsla(0, 0%, 0%, .75);
	color: black;
	text-align: right;
}
.pageheaders3 {
	font-size: 20px;
	text-transform: uppercase;
	margin: -7px 63px 30px 200px;
	color: hsla(0, 0%, 0%, .75);
	color: black;
	/*color: #1275bb;8*/
	text-align: right;
}

.navigation li {
	letter-spacing: 1px;
}
.navigation li:last-child {
	letter-spacing: 0px;
}
.filters li, .filters li:last-child {
	letter-spacing: 0.02em;
}

.related {
	margin: 30px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #CCC;
}
.related ul {
	margin: 20px 0px 0px 0px;
	line-height: 16px;
}
.related ul li {
	margin: 0px 0px 8px 0px;
}
.element img {
	width: 100% !important;
	height: auto !important;
	display: block;
}
.hovertext img {
	width: 100% !important;
	height: auto !important;
}

hr {
	height: 1px;
	border: none;
	color: #CCC;
	background-color: #CCC;
	margin: 0px 0px 10px 0px;
}


/*img {
 image-rendering: -moz-crisp-edges;
}*/

/**** Base styles ****/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html,
body {
  height: 100%;
  font-family: 'din_regular', Helvetica, sans-serif;
background-image: url(https://www.radutny.com/images/white2.png); 
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

}

/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

a, a:hover, a:visited {
	outline: none;
    text-decoration: none;
}
a img { border: none; }

/*
textarea:focus, input:focus{
    outline: 0;
}
*:focus {
    outline: 0;
}
*/


a.fade {background-color: #F90; color: #FFF; padding: 50px;
	-webkit-transition: all 0.3s ease-out;
 	-moz-transition: all 0.3s ease-out;
 	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
}
a.fade:hover {background-color: #606}

.announce {
	margin: 35px 0px 0px 11px;
line-height: 20px;
}

.padding {
	padding-top: 20px !important;
}

#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
}
#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}
.newlogo {
	position: relative;
	z-index: 1;
	margin-bottom: 43px;
	left: 10px;
	
}
.newlogo span a {
	display: block;
	height: 75px;
	width: 170px;

}
.newlogo span a:hover {
	/*background-image: url(../images/newlogo3.png);*/
	background-position: 0px 1px;
	background-repeat: no-repeat;	
	background-size: cover;
	fill: #1861af;
}
.vralogo {
height: 75px;
  fill: #000000;
}
.vralogo:hover {
  fill: #1861af;
}

.newlogo h1 {
	display: none;	
}

.logo {
	height: 100px;	
	/*background-color: rgba(0,0,0,0.51);*/
	padding: 0px 10px 10px 0px;
	position: relative;
}
.logo h1 {
	font-family: 'din_regular', Helvetica, sans-serif;
	font-size: 90px;
	color: #FFF;
	position: absolute;	
	top: -30px;
	left: 5px;
	text-shadow: 0px 0px 5px rgba(150, 150, 150, 0.5);
	/*border-right: #FFF 1px solid;*/
	/*display: block;*/
	/*width: 100%;*/
}
.logo h1 a {
	text-decoration: none;
	color: #FFF;	
}
.logo h1 a:hover {
	color: #F60;
	-webkit-transition: all 0.2s ease-out;
 	-moz-transition: all 0.2s ease-out;
 	-ms-transition: all 0.2s ease-out;
  	-o-transition: all 0.2s ease-out;
  	transition: all 0.2s ease-out;		
}
.sublogo {
	position: absolute;
	font-size: 14px;
	bottom: 25px;
	left: 10px;
	color: #FFF;
	text-shadow: 0px 0px 3px rgba(75, 75, 75, 0.7);
	letter-spacing: 8px;	
}
a {
	color: #1275bb;
	text-decoration: none;
}
a:hover {
	color: #333;	
}
.transblack {
	background-color: rgba(0,0,0,0.7);	
}
.transwhite {
	background-color: rgba(255,255,255,0.9);	
}
.whitetrans {
	color: hsla(204,0%,100%,0.7)
}
.light {
	font-family: 'din_light', Helvetica, sans-serif;
	font-weight: normal !important;	
}
.orange {
	color: #27b2ff !important;	
}
.orange a {
	color: #27b2ff !important;	
}
.orange-n {
	color: #1275bb !important;	
}
.orange-n a {
	color: #1275bb !important;	
}
.blue {
	color: #1275bb !important;	
}
.blue a {
	color: #1275bb !important;	
}

.light { font-family: 'din_light', Helvetica, sans-serif !important;}
.regular { font-family: 'din_regular', Helvetica, sans-serif !important;}
.medium { font-family: 'din_medium', Helvetica, sans-serif !important;}
.bold { font-family: 'din_bold', Helvetica, sans-serif !important;}
.black { font-family: 'din_black', Helvetica, sans-serif !important;}

.pdf_link {
	margin: 15px 10px 15px 10px;
	padding-bottom: 15px;	
}


/* ------------------------------- NAVIGATION ------------------------------- */


.socials {
	/*margin: 15px 0px 0px 11px;*/
	position: fixed;
	left: 40px;
	bottom: 20px;
	z-index:999;
	font-size: 15px;
	color: #333333 !important;
}
.socials a {
	color: #333333 !important;
}
.socials a:hover {
	color: #1275bb !important;
}


.hsocials {
	margin: 0px 0px 0px 0px;
	position: relative;
	/*left: 45px;*/
	/*bottom: 20px;*/
	z-index: 999;
	float: left;
	font-size: 15px;
	color: #333333;
}
.hnumber {
	margin: 0px 0px 0px 0px;
	position: relative;
	float: right;
	color: #333333;
	font-size: 15px;
}

.hnumber a {
	color: #333333;
}
.hnumber a:hover {
	color: #1275bb;
}
.kern {
	margin-left: -2px;
}


.socialicons {
	width: 30px;
	height: 29px;	
	display: inline-block;
	position: relative;
	margin: 0px 1px 0px 0px;
}

/*
.socialicons {
	display: inline-block;
	line-height: 0px;
	height: 25px;
}
*/ 
.socialicons span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	-moz-transition:    opacity 0.2s;
	-o-transition:      opacity 0.2s;
}
.socialicons:hover span {
	opacity: 1;
}
.hsocials a {
	color: #333 !important;
}
.hsocials a:hover {
	color: #1861af !important;
}




.mobilefilters {
	display: none;
	margin-top: 10px;	
}
.mobilef {
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;	
}


/* ------------------------------- PROJECTS ------------------------------- */

#wrapper { 
	position: relative; 
	z-index: 2; 
	width: 1300px;
	margin: 160px auto 20px auto; 
	padding: 0px 0px 0px 20px;
	/*background-color: #CCC;*/ 
}

#container {
  padding: 0px;
  margin: 20px 0px 20px 200px; 
}
#container2 {
  padding: 0px;
  margin: 20px 20px 20px 200px;
  /*background: rgba(255,255,255,0.3);*/
}
#container3 {
  padding: 0px 138px 0px 0px;
  margin: 20px 0px 20px 200px;
}
#container img, #container2 img, #container3 img {
	width: 100%;
	height: auto;	
}
#projectimages {
	width: 500px;
	float: left;	
}
#projectimages img {
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: auto;
}
.projectimagespace {
	height: 15px;	
}
#projectcopy {
	width: 500px;
	float: left;
	padding: 0px 20px 20px 20px;
	margin: 0px 0px 0px 15px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);	
}
#projectcopy p {
	margin-bottom: 1em;
}
#specs {
	width: 500px;
	float: right;
	padding: 20px 20px 20px 20px;
	margin: 0px 45px 0px 15px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);	
}
#specs h1 {
	font-family: 'din_bold', Helvetica, sans-serif;
	font-size: 21px;
	margin: 0px 0px 0px 0px;
	color: #000;
	line-height: 28px;	
}
#specs h2 {
	font-family: 'din_regular', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;	
	margin: 7px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	border-top: 1px solid #e7e7e7;
}
p.specs {
	font-family: 'din_regular', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;	
	margin: 0px 0px 15px 0px;
	padding: 20px 0px 0px 0px;
}
.teamtitle {
	font-family: 'din_regular', Helvetica, sans-serif;
	font-size: 21px;
	line-height: 28px;	
	margin: 0px 0px 15px 0px;
}
#projectcopy {
	line-height: 22px;	
}
.space1 {
	display: block; 
	height: 30px;	
}
.caption {
	font-family: 'din_light', Helvetica, sans-serif;
	font-size: 14px;
	/*background: rgba(255,255,255,0.8);*/
	margin: 2px 0px 20px 0px;	
}
.caption span {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
	padding: 2px 6px 3px 6px;
}
#announcements {
	padding: 0px 0px 0px 0px;
}
#announcements_u {
	display: none;
	padding: 0px 0px 0px 0px;
	margin-left: -11px
}



/* ------------------- Contact Form ------------------- */


form {
	margin-top: 1px;
	margin-bottom: 15px;
}
form p {
	margin-bottom: 1px;
}
input   {
	width: 500px;
	display: block;
	border: 0px solid #666;
	height: 20px;
	padding: 15px 10px 15px 20px;
	font-family: 'din_regular', Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);
}
textarea#message {
	width: 500px;
	height:225px;
	border: none;
	padding: 5px 10px 5px 20px;
	font-family: 'din_regular', Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 0px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);
}
input.submit {
	width:130px;
	background:#4b9ce9;
	font-family: 'din_regular', Helvetica, sans-serif;
	font-size: 14px;
	color:#fff;
	height:30px;
	padding: 0px 0px 2px 0px;
}
input.submit:hover {
	background:#000;
	color:#1275bb;
}

::-webkit-input-placeholder {color: #1275bb; font-family: 'din_regular', Helvetica, sans-serif;}
:-moz-placeholder { /* Firefox 18- */ color: #1275bb; font-family: 'din_light', Helvetica, sans-serif}
::-moz-placeholder {  /* Firefox 19+ */ color: #1275bb; font-family: 'din_light', Helvetica, sans-serif}
:-ms-input-placeholder { color: #1275bb; font-family: 'din_light', Helvetica, sans-serif}

.contactus {
	display: block;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);
	padding: 15px 20px 15px 20px;﻿ 
	margin﻿: 0px 0px 0px 0px;
	font-size: 20px;
}
#address {
	width: 500px;
	float: right;
	padding: 15px 20px 15px 20px;
	margin: 0px 45px 15px 15px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);	
}
.hasPlaceholder {
	color: #1275bb;
}


/* ------------------- People Pages ------------------- */


#peopleimages {
	width: 240px;
	float: right;	
}
#peopleimages img {
	margin: 0px 0px 0px 0px;
}
#peoplecopy {
	width: 650px;
	float: left;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 20px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);	
}
#peoplecopy h2 {
	font-family: 'din_regular', Helvetica, sans-serif;
	font-size: 32px;
	margin: 0px 0px 16px 0px;
	color: #ff6600;	
}
#peoplecopy h3 {
	font-family: 'din_regular', Helvetica, sans-serif;
	font-size: 21px;
	line-height: 28px;	
}
#peoplecopy p {
	font-family: 'din_light', Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
	line-height: 25px;	
}


.bioshots img {
	width: 100%;
	height: auto;
}
.bioshots {
	width: calc(33.333% - 1px);
}



/* ------------------------------- ISOTOPE RELATEED ------------------------------- */

.element {
/*width: 240px;*/
  margin: 0px 1px 1px 0px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #888;
  color: #222;
  position: relative;
}
/*.element * {
  position: absolute;
  margin: 0;
}*/
.size1 {
	width: 240px;
	/*height: auto;*/	
}

.size3 {
	width: 960px;
	height: auto;
}



/* ------------------------------- MOUSEOVERS THUMBNAILS ------------------------------- */

.hovertext a {
	position: absolute;
	width: 240px;
	/*width: 100% !important:*/
	height: 100%;	
	text-decoration: none;
	background-image: url(https://www.radutny.com/images/darkm_grad.png);
	background-repeat:repeat;
	background-position: 0px 0px;
	background-size:100% 100%;
	opacity:0;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-transition:opacity 0.7s ease-in-out;
	-moz-transition:opacity 0.7s ease-in-out;
	-o-transition:opacity 0.7s ease-in-out;
	transition:opacity 0.7s ease-in-out;
	z-index: 99;
}
.hovertext a:hover {
	opacity:1;
	zoom: 1;
	filter: alpha(opacity=80);
	-webkit-transition:opacity 0.3s ease-in-out;
	-moz-transition:opacity 0.3s ease-in-out; 
	-o-transition:opacity 0.3s ease-in-out;  
   	transition:opacity 0.3s ease-in-out;
	z-index: 99;	
}
.hovertext p, .hovertext2 p {
	position: absolute;
	width: 220px;
	padding: 7px 10px 10px 10px;
	bottom: 0px;
	font-size: 14px;	
	color:#FFF;
	/*background-color:#000;*/
	line-height: 18px;
	-webkit-font-smoothing: subpixel-antialiased;
	z-index: 99;
	zoom: 1;
	filter: alpha(opacity=100);	
}
.hovertext2 a {
	position: absolute;
	width: 240px;
	height: 100%;	
	text-decoration: none;
	background-image: url(https://www.radutny.com/images/dark_65.png);
	opacity:0;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-transition:opacity 0.7s ease-in-out;
	-moz-transition:opacity 0.7s ease-in-out;
	-o-transition:opacity 0.7s ease-in-out;
	transition:opacity 0.7s ease-in-out;
	z-index: 99;
}
.hovertext2 a:hover {
	opacity:1;
	zoom: 1;
	filter: alpha(opacity=80);
	-webkit-transition:opacity 0.3s ease-in-out;
	-moz-transition:opacity 0.3s ease-in-out; 
	-o-transition:opacity 0.3s ease-in-out;  
   	transition:opacity 0.3s ease-in-out;
	z-index: 99;	
}




.size2 {
	width: 320px;
	height: auto;	
}
.hovertext3 a {
	position: absolute;
	width: 320px;
	/*width: 100% !important:*/
	height: 100%;	
	text-decoration: none;
	background-image: url(https://www.radutny.com/images/darkm_grad.png);
	background-repeat:repeat;
	background-position: 0px 0px;
	background-size:100% 100%;
	opacity:0;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-transition:opacity 0.7s ease-in-out;
	-moz-transition:opacity 0.7s ease-in-out;
	-o-transition:opacity 0.7s ease-in-out;
	transition:opacity 0.7s ease-in-out;
	z-index: 99;
}
.hovertext3 a:hover {
	opacity:1;
	zoom: 1;
	filter: alpha(opacity=80);
	-webkit-transition:opacity 0.3s ease-in-out;
	-moz-transition:opacity 0.3s ease-in-out; 
	-o-transition:opacity 0.3s ease-in-out;  
   	transition:opacity 0.3s ease-in-out;
	z-index: 99;	
}
.hovertext3 p {
	position: absolute;
	width: 300px;
	padding: 7px 10px 10px 10px;
	bottom: 0px;
	font-size: 14px;	
	color:#FFF;
	/*background-color:#000;*/
	line-height: 18px;
	-webkit-font-smoothing: subpixel-antialiased;
	z-index: 99;
	zoom: 1;
	filter: alpha(opacity=100);	
}




/* ------------------------------- HOMEPAGE ------------------------------- */

.bigside {
	font-family: 'din_black', Helvetica, sans-serif;
	font-size: 400px;
	/*color: rgba(255,255,255,0.9);*/
	color: hsla(24,100%,50%,0.8);
	display: block;	
	margin: -130px 0px -50px 45px;
	text-shadow: 0px 0px 20px rgba(150, 150, 150, 0.4);
}
/*
.home p {
	font-family: 'din_medium', Helvetica, sans-serif;
	font-size: 42px;	
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);
	margin: -15px 0px 0px 0px;
}
*/
.xsmall {font-size: 15px !important;}
.small {font-size: 20px !important;}
.med {font-size: 32px !important;}
.large {font-size: 42px !important; margin-left: -4px;}
.xlarge {font-size: 72px !important; margin-left: -8px;}	


/*COLORS*/
.orange_alpha {
	color: hsla(24,100%,50%,1);	
}





/* ------------------------------- MOBILENAV ------------------------------- */


.slide-trigger {
  display: none; /* need this */
  /*border: 1px solid #CCCCCC;*/
  cursor: pointer;
  margin-left: 0px;
  margin-right: 0px;
	margin-top: -5px;
  padding: 8px 10px 8px 10px;
  background-color: rgba(0,0,0,0.7);
  color: #FFF;
  text-align: right;
}

.slide-trigger span {
  background-image: url("../images/dropdown-arrows.png");
  background-position: 0 -14px;
  display: block;
  float: right;
  margin-top: 7px;
  height: 14px;
  width: 32px;
}







/* ------------------------------- ROYAL SLIDER ------------------------------- */

.grey {
	background-color: #CCC;	
}

#full-width-slider {
  width: 100%;
  color: #000;
}
#full-width-slider * {
   -webkit-backface-visibility: inherit;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      /*height: 520px !important;*/
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        /*height: 660px !important;*/
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    /*height: 300px !important;*/
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}










/* ///////////////////// MEDIA QUERIES FOR RESPONSIVENESS ///////////////////// */


/* DESKTOP */
@media screen and (max-width:1400px) {

.seo-texts-work {
	margin: -20px 0px 20px 200px;  
	width: 722px;
}

.pageheaders {
	margin: 40px 75px 30px 0px;
}
.pageheaders2 {
	margin: 40px 157px 30px 0px;
}
.pageheaders3 {
	margin: 40px 84px 30px 0px;
}

#wrapper {  
	width: 1000px;
	margin: 160px auto 20px auto; 
	padding: 0px 0px 0px 0px;
	/*background-color: #999;*/
}
#container2 {
   	padding: 0px;
	margin: 20px 40px 20px 200px;
 /*background: rgba(255,255,255,0.3);*/
}
#container3 {
  padding: 0px 78px 0px 0px;
  margin: 20px 0px 20px 200px;
}
#projectimages {
	width: 360px;	
}
#projectcopy {
	width: 340px;	
}
#specs {
	width: 340px;	
}
#address {
	width: 340px;	
}
.bigside {
	font-size: 340px;
}
.intro {
	font-size: 42px;	
	margin: 0px 0px 0px 50px;
}

#peopleimages {
	width: 240px;	
}
#peoplecopy {
	width: 400px;
	float: left;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 20px;
	background: rgba(255,255,255,0.9);	
}
input   {
	width: 360px;

}
textarea#message {
	width: 360px;
}

}


/* TABLET */
@media screen and (max-width: 1100px) {

.seo-texts-work {
	margin: -20px 0px 20px 244px; 
	width: 480px;
}
.seo-texts {
	padding: 0px 10px 30px 0px;;
}

.pageheaders {
  padding: 0px;
  margin: 20px 16px 30px 240px; 
}
.pageheaders2 {
  padding: 0px;
  margin: 20px 20px 30px 240px; 
}
.pageheaders3 {
  padding: 0px;
  margin: 20px 45px 30px 240px; 
}

#wrapper {  
	width: 780px;
	margin: 160px auto 20px auto; 
	padding: 0px 20px 0px 20px;
	/*background-color: red;*/ 
}




#navigation {	
	width: 180px;
}
#projectimages {
	width: 250px;
	/*background-color: green;*/	
}
#projectcopy {
	width: 230px;
	float: right;
	margin-right: 45px;	
}
#specs {
	width: 230px;
	/*margin: 0px 5px 1px 15px;*/	
}
#container2 {
  padding: 0px;
  margin: 20px 0px 20px 200px; 
 /*background: rgba(255,255,255,0.3);*/
}
#container3 {
  padding: 0px 60px 0px 0px;
  margin: 20px 0px 20px 240px;
}
#container {
  padding: 0px;
  margin: 20px 10px 20px 240px; 
 /*background: rgba(255,255,255,0.3);*/
}

.bigside {
	font-size: 250px;
	margin: -125px 0px -30px 5px;
}
.intro {
	font-size: 42px;	
	margin: 0px 0px 0px 10px;
}
#peopleimages {
	width: 230px;
	float: right;
	margin: 0px 0px 0px 0px;	
}
#peopleimages img {
	margin: 0px 0px 0px 0px;
}
#peoplecopy {
	width: 540px;
	float: none;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 20px;
	background: rgba(255,255,255,0.9);	
}
input   {
	width: 250px;
}
textarea#message {
	width: 250px;
}
#address {
	width: 230px;	
}
.hovertext a {
	opacity:1;
}
#announcements {
	display: none;
}
#announcements_u {
	display: block;
}


.size2 {
	width: 260px;
	height: auto;	
}
.hovertext3 a {
	width: 260px;
}
.hovertext3 p {
	width: 240px;
}


	
}



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

.seo-texts-work {
	margin: -20px auto 20px auto; 
	width: 300px;
	text-align: left;
}
.pageheaders {
	margin-right: 40px;
}
.pageheaders2 {
	margin-right: 97px;
}
.pageheaders3 {
	margin-right: 40px;
}
.size2 {
	width: 220px;
	height: auto;	
}
.hovertext3 a {
	width: 220px;
}
.hovertext3 p {
	width: 200px;
}

}




/* MOBILE */
@media screen and (max-width: 700px) {

 a {
      &::after {
        display: none;
      }
      &:hover {
        &::after {
          display: inline;
        }
      }	
    }
	
	.seo-texts-work {
	margin: -20px auto 20px auto; 
	width: 300px;
}
.pageheaders {
	margin: 40px 0px 30px 0px;
	text-align: left;
}
.pageheaders2 {
	margin: 40px 0px 30px 0px;
	text-align: left;
}
.pageheaders3 {
	margin: 40px 0px 30px 0px;
	text-align: left;
}
#wrapper {  
	width: 300px;
	margin: 20px auto 20px auto; 
	padding: 0px 0px 0px 0px;
	/*background-color: #CCC;*/ 
}
.newlogo {
	top: 0px;
	margin-bottom: 14px;
	left: 0px;
}
.newlogo span a {
	margin: 5px 0px 5px -2px;
	/*background-image: url(../images/newlogo.png);*/
	background-position: 0px -111px;
}
.newlogo span a:hover {
	/*background-image: url(../images/newlogo.png);*/
	background-position: 0px 3px;
	background-repeat: no-repeat;	
}
#navigation ul {
	margin-left: 0px;
}


.hsocials {
	position: relative;
	left: 0px;
	bottom: 20px;
	z-index: 0;	
	padding-top: 17px;
	font-size: 14px;
}
.socials {
	width: 300px;
	margin: 50px auto 0px auto;
	position: relative;
	left: 0px;	
}
.hnumber {
	margin: -5px 0px 0px 0px;
}


#projectimages {
	width: 300px;
	float: none;	
}
#projectcopy {
	width: 300px;
	float: none;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	background: rgba(255,255,255,0.9);	
}
#specs {
	width: 300px;
	float: none;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 15px 0px;
	background: rgba(255,255,255,0.9);	
}
#address {
	width: 300px;
	float: none;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 15px 0px;
	background: rgba(255,255,255,0.9);	
}

#container {
  padding: 0px;
  margin: 20px 0px 20px 0px; 
 /*background: rgba(255,255,255,0.3);*/
}
#container2 {
  padding: 0px;
  margin: 60px 0px 20px 0px; 
  width: 300px;
 /*background: rgba(255,255,255,0.3);*/
}
#container3 {
  padding: 0px 0px 0px 0px;
  margin: 60px 0px 20px 0px;
  width: 300px;
}
#announcements {
	padding: 0px 0px 0px 0px;
	display: none;
}
#announcements_u {
	display: block;
}
.logo {
	height: 80px;	
}
.sublogo {
	bottom: 12px;
	left: 10px;	
}


#projectimages img {
	margin: 0px 0px 1px 0px;
}
#peopleimages {
	width: 300px;
	float: none;
	margin: 0px 0px 0px 0px;	
}
#peopleimages img {
	margin: 0px 0px 0px 0px;
}
#peoplecopy {
	width: 260px;
	float: none;
	padding: 20px 20px 20px 20px;
	margin: 20px 0px 0px 0px;
	background: rgba(255,255,255,0.9);	
}
input   {
	width: 300px;

}
textarea#message {
	width: 300px;
}

.filters {
	margin-bottom: -5px;
}
.mobilefilters {
	display: block;	
}

.navigation .filters {
	display: block;	
}


/*Isotope*/

.element {
	width: 300px;
  margin: 0px 0px 1px 0px;
  float: none;
}
.size1 {
	width: 300px;
	/*height: auto;*/	
}
.size2 {
	width: 300px;
	/*height: 310px;*/	
}
.size3 {
	width: 300px;
	/*height: auto;*/	
}
.hovertext3 a {
	width: 300px;
}
.hovertext3 p {
	width: 280px;
}





/* ---- MOUSEOVERS THUMBNAILS ---- */

.hovertext a {
	width: 300px;
	height: 100%;
	opacity:1;
	filter: alpha(opacity=1);
	background-image: url(../images/darkm_grad.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	background-size:100% 100%;	
}
.hovertext p {
	width: 280px;
	padding: 7px 10px 10px 10px;
}
.hovertext2 p {
	width: 280px;
	padding: 7px 10px 20px 10px;
}
.hovertext2 a {
	width: 300px;
	height: 100%;
}


.bigside {
	font-size: 150px;
	margin: 0px auto 20px auto;
	text-align: left;
}
.intro {
	font-size: 42px;	
	margin: 0px 0px 0px 5px;
}
.home p {
	margin: 0px 0px 0px 5px;
}




.slide-trigger { display: block; }
.no-js .slide-trigger { display: none; }
.navigation { display: none; }
.no-js .navigation { display: block; }
.navigation { }
.navigation li { float: none; }
.navigation li a { border-bottom: none; }


#projectcopy h1 {
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	color: #000;
	line-height: 24px;	
}
#specs h1 {
	font-size: 18px;
	margin: 7px 0px 0px 0px;
	color: #000;
	line-height: 24px;	
}
#specs h2 {
	font-size: 15px;
	line-height: 28px;	
	margin: 7px 0px 15px 0px;
	padding: 4px 0px 0px 0px;
}
p.specs {
	font-size: 16px;
	line-height: 21px;	
	margin: 0px 0px 15px 0px;
}



}


/* MOBILE LANDSCAPE */
@media screen and (max-width: 620px) and (orientation:landscape) {

}



/* IPHONE LANDSCAPE */
/*@media only screen 
and (-webkit-min-device-pixel-ratio : 1.5) 
and (orientation:landscape), 
screen and (min-device-pixel-ratio : 1.5) 
and (orientation:landscape){
    #container {
	background-color: #F00;
	width: 500px;
	}
}*/













/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}




.fancybox-thumbs {
    top: auto !important;
    width: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right : 0 !important;
    height: 95px !important;
    padding: 10px 10px 5px 10px !important;
    box-sizing: border-box !important;
    background: rgba(0, 0, 0, 0.99) !important;
	text-align: center !important;
  }
  
  .fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
    bottom: 95px !important;
	 text-align: center !important;
  }

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    right: 10px !important;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    bottom: 12px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
margin: auto !important;
  top: 0; left: 0; right: 0 !important;
  text-align: center;
}

.fancybox-outer {
    top: 150px !important;
    left: 150px !important;
    bottom: 150px !important;
    right: 150px !important;
    margin: auto !important;
    max-width: 1180px !important;
    max-height: 495px !important;
    overflow: visible;
    background: #fff;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
    transition: opacity .3s;
  }




