/*
Theme Name: Papercut
Version: 1.0

/***********************************************************************************/
/*                                   Reset Browser                                 */
/***********************************************************************************/
html {
    -webkit-font-smoothing: antialiased !important;
}
#tweets,
.tweet {
    -webkit-font-smoothing: none !important;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {/* remember to define focus styles! */
    outline: 0 dotted #000 !important;
}
div:focus {
    outline: none !important;
}
input[type="submit"]:hover,
button:hover {
	cursor:pointer;
}
textarea { 
	overflow: auto; 
}
.clear { 
	clear: both; 
}
sup {
    vertical-align: super;
}
*, 
*:before, 
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



/***********************************************************************************/
/*                                  Main Elements                                  */
/***********************************************************************************/
a {
	color: #000;
	text-decoration: none; 
	outline:none;   /* Remove dashed frame for IE8,FF  */ 
    transition:all .3s ease-in; 
    -o-transition:all .3s ease-in; 
    -moz-transition:all .3s ease-in; 
    -webkit-transition:all .3s ease-in;       
}
a:hover {
	color: #000;
    text-decoration: none; 
}
a,
.box .more span {
    position: relative;
    transition:all .3s ease-in; 
    -o-transition:all .3s ease-in; 
    -moz-transition:all .3s ease-in; 
    -webkit-transition:all .3s ease-in;       
}
a:after,
.box .more span:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #000;
    content: ' ';
    transition:all .3s ease-in; 
    -o-transition:all .3s ease-in; 
    -moz-transition:all .3s ease-in; 
    -webkit-transition:all .3s ease-in; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;     
}
.box .more span:after {
    background: #fff;
}
a:hover {
    color: #000;
}
a:hover:after,
.box .more span:hover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;   
}
.italic {
    font-style: italic;
}
img {
    max-width: 100%;
    height: auto;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.625em;
}
dl {
    margin: 0 1.625em;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 1.625em;
}
strong {
    font-weight: bold;  
}
cite, em, i {
    font-style: italic;
}
blockquote {
    font-family: Georgia, "Bitstream Charter", serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 2%;
}
blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}
blockquote cite {
    color: #666;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
pre {
    background: #f4f4f4;
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}
::-webkit-input-placeholder { 
    color: #000; 
    opacity: 1;
}
:-moz-placeholder { 
    color: #000; 
    opacity: 1;
}
::-moz-placeholder { 
    color: #000; 
    opacity: 1;
}
:-ms-input-placeholder { 
    color: #000; 
    opacity: 1;
}
:placeholder { 
    color: #000; 
    opacity: 1;
}



/***********************************************************************************/
/*                                      Fonts                                      */
/***********************************************************************************/
@font-face {
    font-family: 'miller_textroman';
    src: url('fonts/millertext-roman-webfont.eot');
    src: url('fonts/millertext-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/millertext-roman-webfont.woff2') format('woff2'),
         url('fonts/millertext-roman-webfont.woff') format('woff'),
         url('fonts/millertext-roman-webfont.ttf') format('truetype'),
         url('fonts/millertext-roman-webfont.svg#miller_textroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'miller_textbold';
    src: url('fonts/miller-textbold-webfont.eot');
    src: url('fonts/miller-textbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/miller-textbold-webfont.woff2') format('woff2'),
         url('fonts/miller-textbold-webfont.woff') format('woff'),
         url('fonts/miller-textbold-webfont.ttf') format('truetype'),
         url('fonts/miller-textbold-webfont.svg#miller_textbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'miller_textbold_italic';
    src: url('fonts/miller-textbolditalic-webfont.eot');
    src: url('fonts/miller-textbolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/miller-textbolditalic-webfont.woff2') format('woff2'),
         url('fonts/miller-textbolditalic-webfont.woff') format('woff'),
         url('fonts/miller-textbolditalic-webfont.ttf') format('truetype'),
         url('fonts/miller-textbolditalic-webfont.svg#miller_textbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'miller_textitalic';
    src: url('fonts/miller-textitalic-webfont.eot');
    src: url('fonts/miller-textitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/miller-textitalic-webfont.woff2') format('woff2'),
         url('fonts/miller-textitalic-webfont.woff') format('woff'),
         url('fonts/miller-textitalic-webfont.ttf') format('truetype'),
         url('fonts/miller-textitalic-webfont.svg#miller_textitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dinregular';
    src: url('fonts/din-regular-webfont.eot');
    src: url('fonts/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-regular-webfont.woff2') format('woff2'),
         url('fonts/din-regular-webfont.woff') format('woff'),
         url('fonts/din-regular-webfont.ttf') format('truetype'),
         url('fonts/din-regular-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dinbold';
    src: url('fonts/din-bold-webfont.eot');
    src: url('fonts/din-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-bold-webfont.woff2') format('woff2'),
         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;
}



/***********************************************************************************/
/*                             Layout & Composition                                */
/***********************************************************************************/
body {
    color: #000;
    font-size: 13px;
    font-weight: normal;
    font-family: 'miller_textroman', Helvetica, Arial, sans-serif;
    line-height: 21px;
    background: url(images/body.jpg) repeat 50% 50%; 
    width: 100%;
    text-align: left;
}
input,
textarea,
select {
    -webkit-border-radius: 0;
    border-radius: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select,
.customSelect {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    font-family: 'dinregular', Helvetica, Arial, sans-serif;
    line-height: 18px;
    background: #fff;
    width: 100%;
    text-align: left;
    padding: 5px 8px;
    border: none;
    -webkit-appearance: none; 
}
select {
    width: auto;
    height: auto;
}
textarea {
    height: 91px;
}
input[type="submit"] {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    font-family: 'miller_textroman', Helvetica, Arial, sans-serif;
    line-height: 18px;
    height: 18px;
    background: #fff;
    text-align: left;
    border: none;
    background: transparent;
    padding: 0;
    border-bottom: 1px solid #e3ddcd;
    -webkit-appearance: none;   
    transition:all .3s ease-in; 
    -o-transition:all .3s ease-in; 
    -moz-transition:all .3s ease-in; 
    -webkit-transition:all .3s ease-in;        
}
input[type="submit"]:hover {
    border-bottom: 1px solid #000;    
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
h1,
h1 a {
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
}
h1 {
    padding: 0 0 14px 0;    
}
h2,
h2 a {
    font-size: 26px;
    font-weight: normal;
    line-height: 34px;
}
h2 {
    padding: 0 0 12px 0;    
}
h3,
h3 a {
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
}
h3 {
    padding: 0 0 6px 0;    
}
h4,
h4 a {
    font-size: 14px;
    font-weight: normal;
    font-family: 'open_sansbold';    
    line-height: 22px;
}
h4 {
    padding: 0 0 15px 0;    
}
h5,
h5 a {
    font-size: 14px;
    font-weight: normal;
    font-family: 'open_sansbold';    
    line-height: 22px;
}   
h5 {
    padding: 0 0 5px 0;    
}
h6,
h6 a {
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
}
h6 {
    padding: 0 0 2px 0;    
}
p {
    padding: 0 0 15px;
}
.content a:hover {
    color: #ffac0b;
}
.content ol,
.content ul {
    padding: 0;
}
.content img {
    max-width: 100%;
    height: auto;
    margin: 8px 0 5px;
}
.content img.alignleft {
    margin-right: 20px;
    float: left;
    clear: both;
}
.content img.alignright {
    margin-left: 20px;
    float: right;
    clear: both;    
}
.content img.alignnone {
    margin-left: 0;
    margin-right: 0;
    float: none;
}
.content img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
}
table {
    width: 100%;
    margin: 0 0 30px;
}
.content table caption {
    color: #4c636e;
    font-weight: bold;
    padding: 15px 0;
}
table th {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: normal;
    font-family: 'ralewaybold';    
    line-height: 23px;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 12px 18px;
    border: 1px solid #ddd;
    background: url(images/th.jpg) repeat 0 0;
}
table td {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: normal;
    font-family: 'ralewayregular';    
    line-height: 24px;
    vertical-align: middle;
    padding: 11px 18px;
    border: 1px solid #ddd;
    background: #fff;
}
table strong {
    font-weight: normal;
    font-family: 'ralewaysemibold';    
}
.content ol li,
.content ul li {
    margin: 0;
    padding: 3px 0 3px 8px;
}
.content ul {
    padding: 10px 0 10px 0; 
}
.content ul li,
.content ol ol li,
.content ol ul li,
.content ul ol li,
.content ul ul li {
    list-style: none;
    padding: 3px 0 3px 8px;
    margin: 0;
    background: url(images/li.png) no-repeat 1px 12px;
}
.content ol ol,
.content ol ul,
.content ul ol,
.content ul ul {
    padding-top: 0;
    padding-bottom: 0;
}
.content ol li {
    margin-left: 15px;
    padding: 3px 0 3px 0;
}
.content ul {
	list-style: disc;
}
.content ol {
	list-style-type: decimal;
}
.content ol ol {
	list-style: upper-alpha;
}
.content ol ol ol {
	list-style: lower-roman;
}
.content ol ol ol ol {
	list-style: lower-alpha;
}
.content ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}



/***********************************************************************************/
/*                                      Slider                                     */
/***********************************************************************************/
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
    outline:none;
}
.slides,.flex-control-nav,.flex-direction-nav {
    margin:0;
    padding:0;
    list-style:none;
}
/* FlexSlider Necessary Styles*********************************/
.flexslider .slides > li {
    display:none;
    -webkit-backface-visibility:hidden;
}
 /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width:100%;
    display:block;
}
.flex-pauseplay span {
    text-transform:capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}
 html[xmlns] .slides {
    display:block;
}
 * html .slides {
    height:1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display:block;
}
/* FlexSlider Default Theme*********************************/
.flexslider {
    padding:0;
    margin:0 auto;
    position:relative;
    zoom:1;
}
.flex-viewport {
    max-height:2000px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition:all 1s ease;
}
.loading .flex-viewport {
    max-height:300px;
}
.flexslider .slides {
    zoom:1;
}
.carousel li {
    margin-right:5px}
/* Direction Nav */
.flex-direction-nav {
    *height:0;
    background: url(images/slider_nav_btn.png) morepeat -9999px 50%;     
}
.flex-direction-nav a {
    width:15px;
    height:100%;
    width: 37px;
    height: 57px;
    position:absolute;
    top: 50%;    
    margin: -29px 0 0 0;
    display:block;
    cursor:pointer;
    text-indent:-9999px;
    opacity:1;
}
.flex-direction-nav a:hover {
    background: url(images/slider_nav_btn.png) repeat 50% 50%;         
}
.work_lightbox_content .flex-direction-nav a:hover {
    background: url(images/work_slider_nav_btn.png) repeat 50% 50%;         
}
.flex-direction-nav a:after {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;    
}
.flex-direction-nav a.flex-prev {
    left: 0;
}
.flex-direction-nav a.flex-prev:after {
    background: url(images/prev.png) no-repeat 50% 50%;    
}
.work_lightbox_content .flex-direction-nav a.flex-prev:after {
    background-image: url(images/work_prev.png);
}
.flex-direction-nav a.flex-next {
    right: 0;
}
.flex-direction-nav a.flex-next:after {
    background: url(images/next.png) no-repeat 50% 50%;    
}
.work_lightbox_content .flex-direction-nav a.flex-next:after {
    background-image: url(images/work_next.png);
}
/* Control Nav */
.flex-control-nav {
    line-height: 0;
    text-align: center;
    position:absolute;
    bottom: 0;
    left:0;
    text-align:center;
    padding:0;
    z-index: 999;
    width: 100%;
    margin: 0;
    display: none;
}
.testimonials_box .flexslider {
    padding: 50px 0 42px;
    padding: 20px 0 12px;
    margin: 18px 0;
}
.flex-control-nav li {
    margin:0;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.flex-control-paging li a {
    width: 8px;
    height: 8px;
    line-height:11px;
    font-size:11px;
    padding:0;
    margin:0 6px;
    display:block;
    cursor:pointer;
    text-indent:-9999px;
    background: url(images/slider_nav.png) no-repeat 50% 50%;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;  
}
.flex-control-paging li a:hover {
}
.flex-control-paging li a:after {
    display: none;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    cursor:default;
    background: url(images/slider_nav_active.png) no-repeat 50% 50%;   
}
.flex-control-thumbs {
    margin:5px 0 0;
    position:static;
    overflow:hidden;
}
.flex-control-thumbs li {
    width:25%;
    float:left;
    margin:0;
}
.flex-control-thumbs img {
    width:100%;
    display:block;
    opacity:.7;
    cursor:pointer;
}
.flex-control-thumbs img:hover {
    opacity:1;
}
.flex-control-thumbs .flex-active {
    opacity:1;
    cursor:default;
}



/***********************************************************************************/
/*                                      Top                                        */
/***********************************************************************************/
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -58px;
}
.footer, 
.push {
    height: 58px;
}
.header {
    background: #fff;
}
.head {
    width: 940px;
    margin: 0 auto;
    padding: 53px 0 0 0;
}
.logo {
    display: block;
    float: left;
}
.logo:after {
    display: none;
}
.logo img {
    display: block;
}
.top_nav {
    float: right;
    padding: 10px 0 0 0;
}
.top_nav ul li {
    float: left;
    padding: 0 26px 0 28px;
    background: url(images/top_nav_sep.jpg) no-repeat 0 50%;
}
.top_nav ul li.menu-item-last {
    padding-right: 0;
}
.top_nav ul li:first-child {
    padding-left: 0;
    background-image: none;
}
.top_nav a {
    color: #000;
    font-size: 16px;
    font-family: 'miller_textitalic';
    line-height: 22px;
    display: block;
    padding: 8px 0 7px;
}
.top_nav ul li.current-menu-item a,
.top_nav ul li.current-menu-parent a,
.top_nav ul li.current-menu-ancestor a,
.top_nav a:hover {
    text-decoration: none;
}
.top_nav ul li.current-menu-item a:after,
.top_nav ul li.current-menu-parent a:after,
.top_nav ul li.current-menu-ancestor a:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.banner_text {
    padding: 42px 170px 19px 0;
    position: relative;
}
.banner_text .flexslider {
    padding: 0 0 0 51px;
}
.banner_text .flexslider .flex-direction-nav a.flex-prev {
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    background: url(images/banner_text_prev.png) no-repeat 50% 50%;
}
.banner_text .flexslider .flex-direction-nav a.flex-next {
    width: 10px;
    height: 100%;
    top: 0;
    left: 24px;
    right: auto;
    margin: 0;
    background: url(images/banner_text_next.png) no-repeat 50% 50%;
}
.banner_text {
    color: #000;
    font-size: 18px;
    font-family: 'miller_textitalic';
    line-height: 24px;
}
.banner_text .text {
    float: left;
    width: 60.75%;
    padding: 0 23px 0 0;
}
.banner_text .link {
    font-size: 12px;
    font-family: 'miller_textroman';
    line-height: 18px;    
    /*
    float: left;
    width: 39.15%;
    padding: 4px 0 2px 22px;
    background: url(images/banner_text_sep.jpg) no-repeat 0 3px;
    */    
}
.banner_text .sep {
    font-family: 'miller_textroman';
    display: inline-block;
    padding: 0 16px 0 16px;  
}
.banner_text_td {
    padding-left: 2px;
}
.filter_box {
    position: absolute;
    top: 0;
    right: 0;
    padding: 48px 0 0 0;
}
.filter_box ul li {
    float: left;
    margin: 0 0 0 16px;
}
.filter_box ul li:first-child {
    margin-left: 0;
}
.filter_box,
.filter_box a {
    color: #000;
    font-size: 14px;
    font-family: 'miller_textitalic'; 
    line-height: 18px; 
}
/*
.filter_box a:after {
    display: none;
}
.filter_box a.active,
.filter_box a:hover {
    font-family: 'miller_textbold_italic';    
}
*/
.filter_box a.active:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;   
}
.container {
    width: 940px;
    margin: 0 auto;
    padding: 36px 0;    
}
.home_table {
    display: table;
    width: 100%;
    padding: 20px 0 0 0;
}
.home_td {
    display: table-cell;
    height: 260px;
    vertical-align: middle;     
}
.twitter_box {  
    background: #FFF; 
    position: relative;
    height: 100%;    
}
.twitter_box,
.twitter_box a {
    color: #000;
}
#tweets {
    color: #fff;
    font-size: 13px;
    font-family: 'dinregular'; 
    line-height: 16px; 
    text-align: left;      
    padding: 56px 24px 0 24px;

    position: relative;
}
.tweet a:before,
.tweet a:after {
    display: none !important;
}
#tweets .flex-direction-nav {
    display: none;
}
.twitter_home {
    display: block;
    position: absolute !important;
    top: 23px;
    left: 24px;
    width: 28px;
    height: 23px;
    background: url(images/tweets.png) no-repeat 0 50%;
    background-size: contain !important;    
}
.twitter_home:after {
    display: none !important;
}
#tweets .user {
    font-family: 'miller_textbold_italic';    
    padding: 0 0 11px;
}
#tweets .user div {
    display: inline-block;
}
#tweets .user a,
.author_name {
    font-size: 13px; 
    line-height: 16px;    
}
#tweets .user a span:first-child {
    display: none;
}
#tweets .sep {
    font-family: 'miller_textroman';
    font-size: 14px;
    display: inline-block;
    padding: 0 6px 0 6px;
}
#tweets .timePosted {
    font-size: 12px;
    font-family: 'dinbold';    
}
#tweets .user img {
    display: none;
}
#tweets p.tweet {
    max-height: 32px;
    overflow: hidden;
    padding: 0;
    margin: 0 0 18px;
}
#tweets p.tweet img {
    display: none;
}
#tweets a:after {
    background: #fff;
}
.featured_box {
    font-size: 14px;
    font-family: 'dinregular'; 
    line-height: 16px;  
    text-align: right;
    width: 57.5%;
    background: url(images/featured_box.jpg) no-repeat 50% 50%;    
    background-size: cover;    
}
.featured_box .text {
    text-transform: uppercase;
}
.featured_box .title {
    color: #070000;
    font-size: 18px;
    font-family: 'miller_textbold_italic';    
    line-height: 24px;
    margin: 0 0 15px;
}
.featured_box .title span {
    display: inline-block;
    padding: 6px 0 6px;
    border-bottom: 1px solid #070000;
}
.featured_box .more {
    font-size: 12px;
    font-family: 'miller_textroman';
    line-height: 18px;  
    padding: 22px 0 0 0;  
}
.featured_box .inner {
    position: relative;  
    height: 100%;     
}
.featured_box .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.featured_box .bg img {
    max-width: 9999px;
}
.featured_an {
    width: 312px;
    margin: 0 auto;
    position: relative;
    padding: 18px 39px 20px;
    background: url(images/featured_an.png) repeat 50% 50%;
}
.testimonials_box {
    font-size: 13px;
    font-family: 'dinregular'; 
    line-height: 16px; 
    text-align: center;     
    position: relative;
    height: 100%;    
}
.testimonials_box_bg {
    background: #fff;  
    display: table;
    width: 100%;
    height: 100%; 
}
.testimonials_text {
    padding: 0 0 8px;
}
.testimonials_box p {
    padding: 0;
}
.testimonials_box .title {
    color: #070000;
    font-size: 16px;
    font-family: 'miller_textbold_italic';    
    line-height: 19px;
    margin: 0 auto 23px;
    position: relative;
    top: -45px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    width: 80%;
    margin: 0 auto 23px;         
}
.testimonials_box .text {
    position: relative;
    bottom: -45px;    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;    
    width: 80%;   
    margin: 0 auto;
}
.testimonials_box .more {
    font-size: 12px;
    font-family: 'miller_textroman';
    line-height: 18px;  
    padding: 8px 0 0 0;  
    position: relative;
    bottom: -45px; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;          
}
.testimonials_box strong {
    font-weight: normal;
    font-family: 'dinbold';    
}
.testimonials_box .flex-control-nav {
    display: block;
}
.testimonials_box .flex-direction-nav {
    display: none;
}
.deli {
    display: inline-block;
    padding: 0 8px 0 7px;
}
.newsletter_box {   
    background: #e3ddcd;     
}
body .cols_260 .col {
    height: 260px;  
}
.newsletter_box .inner {
    position: relative;
    height: 100%;     
}
.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
.td {
    display: table-cell;
    width: 100%;
    height: 100%;    
    vertical-align: middle;
    table-layout: fixed;    
}
.newsletter_box .title {
    font-size: 18px;
    font-family: 'miller_textbold_italic';
    line-height: 22px;
}
.newsletter_form {
    padding: 10px 22px;
}
.newsletter_form p {
    padding: 17px 0 0 0;
}
.newsletter_form a {
    font-size: 12px;
    line-height: 18px;
}
.newsletter_form .more {
    padding: 8px 0 0 0;
}



.footer {
    font-size: 12px;
    font-family: 'dinregular';
    line-height: 18px;    
    background: #fff;
}
.foot {
    width: 940px;
    margin: 0 auto;
    padding: 11px 0 20px 0;
}
.foot_left {
    float: left;
    width: 84%;
}
.footer ul li {
    float: left;
    padding: 0 6px 0 7px;
    background: url(images/footer_sep.jpg) no-repeat 0 5px;
}
.foot_left ul li:first-child {
    padding-left: 0;
    background-image: none;
}
.foot_right {
    text-align: right;
    float: right;
    width: 16%;
}



.contact_btn {
    display: block;
    position: fixed;
    top: 13px;
    right: 0;
    width: 36px;
    height: 87px;
    z-index: 2222;
}
.contact_btn img {
    display: block;
    position: absolute;
    top: -11px;
    left: -18px;
    max-width: 9999px;
}
.contact_box {
    display: block;
    position: fixed;
    top: 13px;
    left: 100%;     
    width: 267px;
    height: 427px;
    height: 452px;
    padding: 9px 0 0 0;
    margin-left: 30px; 
    z-index: 999;  
}
.contact_box_close_wrap {
    text-align: center;
    padding: 0 0 4px;
}
.contact_box_close {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
}
.contact_box_close:after {
    bottom: 0;
}
.contact_box .bg {
    display: block;
    position: absolute;
    top: -12px;
    left: -20px;    
    max-width: 9999px;
    height: 498px;
}
.contact_box .inner {
    position: relative;
    padding: 0 27px 0 24px;
}
.contact_box .title {
    font-size: 17px;
    line-height: 21px;
    padding: 0 0 6px;
}
.contact_box p {
    padding: 0 0 13px;
    position: relative;
}
.contact_box p:after {
    display: block;
    content: ' ';
    clear: both;
}
.contact_box .wpcf7-captchac {
    display: block;
    position: static;
    top: 0;
    right: 0; 
    z-index: 111; 
    float: left;
    height: 28px;
}
.contact_box span.captcha {
    display: block;
    float: right;
    width: 136px;
}
.contact_box span.captcha input {
    height: 28px;
}
.contact_box .info {
    font-size: 13px;
    font-family: 'dinregular';    
    line-height: 18px;
    border-top: 1px solid #000;
    padding: 14px 0 0 0;
}
.contact_box .info p {
    padding: 0 0 6px;
}
.contact_box input[type="submit"] {
    margin: 2px 0 -10px;
    position: relative;
    top: -6px;
}
.wpcf7-form {
    line-height: 0;
    position: relative;
    z-index: 1111;
}
.wpcf7-not-valid-tip,
.wpcf7-response-output {
    position: absolute;
    top: -3px;
    right: 100%;
    width: 100%;
    background: #fff;
    padding: 7px 8px;
    margin: 0 8px 0 0;
    line-height: 1.3em;
    border: 1px solid #e3ddcd;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);    
}
.wpcf7-response-output,
body div.wpcf7-validation-errors {
    bottom: -11px;
    top: auto;
    border: 1px solid #e3ddcd;
    padding: 12px 8px;
    margin: 0 8px 0 0;
}
.wpcf7-not-valid-tip:after,
.wpcf7-response-output:after { 
    display: block;
    content: ' ';
    position: absolute;
    top: 50%;
    left: 100%;    
    width: 0; 
    height: 0; 
    margin: -5px 0 0 0;
    border-top: 5px solid transparent; 
    border-left: 7px solid #fff; 
    border-bottom: 5px solid transparent; 
}
span.wpcf7-form-control-wrap {
    display: block;
}
body div.wpcf7 img.ajax-loader {
    position: absolute;
    bottom: 20px;
    right: 0;
    margin: 0;
}
.social_icons {
    display: block;
    position: fixed;
    top: 112px;
    right: 0;
    width: 36px;
    height: 175px;
}
.social_icons img {
    display: block;
    position: absolute;
    top: -11px;
    left: -18px;
    max-width: 9999px;
}
.social_icons a {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
}
.social_icons a:after {
    display: none;
}
.social_icons a.facebook {
    height: 20px;
    top: 13px;
}
.social_icons a.twitter {
    height: 17px;
    top: 46px;
}
.social_icons a.wordpress {
    height: 20px;
    top: 76px;
}
.social_icons a.pinterest {
    height: 18px;
    top: 47px;
}
.social_icons a.linkedin {
    height: 18px;
    top: 80px;
}
.cols {
    padding: 20px 0 0 0;
}
.isotope_container {
    padding-top: 20px;
}
.isotope_container .cols {
    padding: 0;
    width: 100%;
}
.isotope_container .col {
    margin: 20px 0 0 0;   
}
.grid_sizer {
    width: 31.92%;    
}
.gutter_sizer {
    width: 2.12%;
}
.w_33p {
    width: 31.92%;
}
.w_66p {
    width: 65.96%;
}
.w_100p {
    width: 100%;
}
.cols:first-child {
    padding-top: 0;
}
.col {
    height: 300px;
    float: left;
}
body .fr,
body .isotope_container .fr {
   float: right;
}
.col .inner {
    position: relative;
    height: 100%;
}
.w_320 {
    width: 34%;
}
.w_620 {
    width: 65.9%;
}
.w_560 {
   width: 59.5%; 
}
.w_378 {
    width: 40.2%;
}
.w_640 {
    width: 68%;
}
.w_300 {
    width: 31.9%;
}
.w_400 {
    width: 42.55%;    
}
.w_540 {
    width: 57.44%;
}
.w_940 {
    width: 100%;
}
.w_380 {
    width: 40.42%;
}
.w_619 {
    width: 65.85%;
}
.w_299 {
    width: 31.8%;
}
.pr_20 .inner {
    padding: 0 20px 0 0;
}
.td_pr_20 {
    padding: 0 20px 0 0;
}
.box .img {
    position: relative;
    height: 100%;    
}
.box .img img {
    display: block;
    max-width: 9999px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url(images/overlay.png) repeat 50% 50%;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;      
}
.pad {
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}
.pad a,
.box .pad a {
    color: #000;    
}
.box .pad .title span {
    border-bottom-color: #000;
}
.pad_bg {
    /*background: url(images/pad_bg.png) repeat 50% 50%;*/
    position: relative;
    width: 312px;
    margin: 0 auto;
    padding: 18px 0 21px;
}
.pad_bg:before {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;     
}
.pad_bg .title,
.pad_bg .text {
    position: relative;
}
.box .pad .text {
    padding: 0 37px;
}
.overlay_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;  
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;       
}
.box,
.box a {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.box a {
    position: relative;
}
.box a:hover {
    text-decoration: none;
}
.box .title {
    font-size: 18px;
    font-family: 'miller_textbold_italic';    
    line-height: 26px;
}
.box .overlay .title {
    position: relative;
    top: -60px;    
}
.box .text {
    margin: 0 auto;
}
.box .overlay .text {
    position: relative;
    top: 60px;
}
.overflow_hidden {
    overflow: hidden;
}
.lightbox .box .text {
    max-width: 138px;    
}
.box .title span {
    display: inline-block;
    padding: 6px 2px 6px;
    border-bottom: 1px solid #fff;    
}
.box .subtitle {
    font-size: 14px;
    font-family: 'dinregular'; 
    line-height: 16px;
    text-transform: uppercase;
    margin: 14px 0 20px;
}
.box .more span {
    display: inline-block;
}
.lightbox_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #efe7d6;  
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8; 
    display: none;
    z-index: 3333;
}
.lightbox {
    position: fixed;
    top: 0;
    left: -9999px;
    width: 100%;
    height: 100%;  
    display: block;  
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 4444;
}
.lightbox_content {
    /*
    position: absolute;
    top: 0;
    left: -9999px;
    */
}
.lightbox_wrap {
    background: #000;
    position: relative;
}
.lightbox_wrap_close,
.lightbox_wrap_close a {
    color: #fff;
    font-size: 12px;
    font-family: 'miller_textbold';
    line-height: 16px;
    text-align: center;
}
.lightbox_wrap_close {
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    height: 16px;
}
.lightbox_container {
    width: 940px;
    margin: 0 auto;
    padding: 48px 0;
    min-height: 240px;
}
#spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#people_list {
    max-width: 690px;
    margin: 0 auto;
}
#people_list ul li {
    width: 23.4%;
    width: 31.85%;
    float: left;
    margin: 20px 0 0 2.12%;
    margin: 20px 0 0 2.22%;
}
.lightbox .box .img img {
    margin: 0 auto;
    max-width: 100%;
}
#people_list ul li.no_ml {
    clear: both;
    margin-left: 0;
}
#people_list ul li.no_mt {
    margin-top: 0;
}
#google_map {
    height: 667px;
    left: auto !important;
}
.gm-style img {
    max-width: 9999px !important;
}
.gm-style-iw {
    color: #000;
    font-family: 'dinregular';    
}
#studio,
.work_lightbox_content {
    padding: 0 0 10px;
}
#studio .flex-control-nav,
.work_lightbox_content .flex-control-nav {
    display: block;
    margin-top: 11px;
    top: 100%;
    bottom: auto;
}
#studio .flex-control-paging li a:hover,
.work_lightbox_content .flex-control-paging li a:hover,
#studio .flex-control-paging li a.flex-active,
.work_lightbox_content .flex-control-paging li a.flex-active {
    background-image: url(images/white_nav_active.png);
}
.box_share_btns {
    position: relative;
}
#studio .flexslider,
.work_lightbox_content .flexslider {
    z-index: 1111;
}
.share_btns {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 0 -28px;
    z-index: 2222;
}
.share_btns a,
.share_btns span {
    display: block;
    height: 18px;
    float: left;
    margin: 0 0 0 12px;
    cursor: pointer;
}
.share_btns span div,
.share_btns .buttons {
    display: none;
}
.share_btns a:after,
.share_btns span:after {
    content: ' ';
    width: 100%;
    height: 100%; 
}
.share_btns a.like_btn,
.share_btns span.like_btn {
    width: 21px;
    background: url(images/like_btn.png) no-repeat 50% 50%;
    margin-left: 0;
    position: relative;
}
.share_btns a.like_btn:after,
.share_btns span.like_btn:after {
    background: url(images/like_btn_h.png) no-repeat -9999px 50%;
}
.share_btns a.like_btn:hover,
.share_btns span.like_btn:hover {
    background: url(images/like_btn_h.png) no-repeat 50% 50%;    
}
.share_btns a.facebook_btn,
.share_btns span.facebook_btn {
    width: 9px;
    background: url(images/facebook_btn.png) no-repeat 50% 50%;
}
.share_btns a.facebook_btn:after,
.share_btns span.facebook_btn:after {
    background: url(images/facebook_btn_h.png) no-repeat -9999px 50%;
}
.share_btns a.facebook_btn:hover,
.share_btns span.facebook_btn:hover {
    background: url(images/facebook_btn_h.png) no-repeat 50% 50%;    
}
.share_btns a.twitter_btn,
.share_btns span.twitter_btn {
    width: 18px;
    background: url(images/twitter_btn.png) no-repeat 50% 50%;
}
.share_btns a.twitter_btn:after,
.share_btns span.twitter_btn:after {
    background: url(images/twitter_btn_h.png) no-repeat -9999px 50%;
}
.share_btns a.twitter_btn:hover,
.share_btns span.twitter_btn:hover {
    background: url(images/twitter_btn_h.png) no-repeat 50% 50%;    
}
.share_btns a.pinterest_btn,
.share_btns span.pinterest_btn {
    width: 17px;
    background: url(images/pinterest_btn.png) no-repeat 50% 50%;
}
.share_btns a.pinterest_btn:after,
.share_btns span.pinterest_btn:after {
    background: url(images/pinterest_btn_h.png) no-repeat -9999px 50%;
}
.share_btns a.pinterest_btn:hover,
.share_btns span.pinterest_btn:hover {
    background: url(images/pinterest_btn_h.png) no-repeat 50% 50%;    
}
.share_btns a.linkedin_btn,
.share_btns span.linkedin_btn {
    width: 15px;
    background: url(images/linkedin_btn.png) no-repeat 50% 50%;
}
.share_btns a.linkedin_btn:after,
.share_btns span.linkedin_btn:after {
    background: url(images/linkedin_btn_h.png) no-repeat -9999px 50%;
}
.share_btns a.linkedin_btn:hover,
.share_btns span.linkedin_btn:hover {
    background: url(images/linkedin_btn_h.png) no-repeat 50% 50%;    
}
.columns_wrap .title {
    color: #fff;
    font-size: 24px;
    font-family: 'miller_textbold_italic';    
    line-height: 30px;
    text-align: center;
    padding: 12px 0 34px;
}
.columns {
    color: #fff;
    font-size: 13px;    
    font-family: 'dinregular';    
    line-height: 15px;    
    padding: 0 0 11px;
}
.lightbox a,
.columns a {
    color: #fff;    
}
.lightbox a:after,
.columns a:after {
    background: #fff;
}
.columns .img,
.columns img {
    max-width: 100%;
}
.columns p {
    padding: 0 0 11px;
}
.column {
    float: left;
}
.columns div.no_ml {
    margin-left: 0;
}
.columns_3 .column {
    width: 31.9%;
    margin: 0 0 0 2.1%;
}
.columns_wrap .img img {
    display: block;
    margin: 0 auto;
}
#services .columns {
    line-height: 16px;
    text-align: center;
    padding: 0 6.7% 5px;
}
#services .columns p {
    padding: 0 0 16px;
}
.columns_4 .column {
    width: 11.5%;
    margin: 0 0 0 18%;
}
.columns .subtitle {
    color: #fff;
    font-size: 18px;
    font-family: 'miller_textbold_italic';    
    line-height: 22px;  
    padding: 23px 0 0;
    margin: 0 0 16px;
}
.columns .subtitle span {
    padding: 0 0 10px;
    display: inline-block;
    border-bottom: 1px solid #fefefe;
}
.columns .text {
    width: 148%;
    position: relative;
    margin-left: -24%;
}
.br {
    display: block;
}
.project_box {
    color: #fff;
    font-size: 13px;    
    font-family: 'dinregular';    
    line-height: 16px; 
    margin: 51px 0 0 0;  
    padding: 13px 0 1px 0;
    position: relative;
}
.project_box:after {
    display: block;
    content: ' ';
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 31.8%;
}
.project_box p {
    padding: 9px 0 0 0;
}
.project_name {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    width: 28.4%;
    float: left;
    margin: 0 5.6% 0 0;
}
.project_name .name {
    font-size: 18px;
    font-family: 'miller_textbold_italic';    
    line-height: 24px;
    text-transform: none;
    padding: 0 0 16px;
}
.project_brief {
    width: 30.85%;
    float: left;
}
.project_outcome {
    width: 31.9%;
    float: right;    
}
.project_sec {
    font-family: 'dinbold';
    padding: 0 0 1px;    
}
.work_lightbox_content {
    padding: 0 !important;
}
.people_slider .flex-direction-nav {
    display: none;
}
.temp {
    height: 0;
    overflow: hidden;
}
.pad_center {
    text-align: center;
}
.pad_bg {
    width: 262px;
}
.pad_center .pad_bg,
.pad_center .hiring {
    display: inline-block;
    margin: 0 10px;
    height: 226px;
    vertical-align: middle;
}
.pad_center .hiring {
    width: 226px;
    background: #000 url(images/hiring.jpg) no-repeat 50% 50%;
}
.pad_center .hiring a {
    display: block;
    height: 100%;
    position: relative;
}
.pad_center .hiring a:hover {
    text-decoration: none;
    border-bottom: none;
}
.pad_center .hiring a,
.pad_center .hiring img {
    display: block !important;
    position: static !important;
    width: auto !important;
}
.box .pad .text {
    padding: 0 15px;
}

.page-template-page-resources-php {
    background-image: url(images/resources.jpg);
}
.resource {
    color: #000;
    font-size: 10px;
    font-family: Georgia;
    line-height: 12px;
    padding: 0 0 0 320px;
    margin: 0 0 40px;
    position: relative;
}
.resource .img {
    width: 320px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.resource .img img {
    display: block;
    margin: 0 auto;
}
.resource .text {
    border: 10px solid #fff;
    padding: 74px 0 0 0;
}
.resource .text_inner {
    padding: 72px 40px 0;
    background: #ede9dd;
    position: relative;
}
.resource .txt {
    padding: 0 0 24px;
}
.resource_icon {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -60px 0 0 -60px;
}
.purchase_btn {
    text-align: center;
    padding: 0 0 15px;
}
.purchase_btn a {
    color: #fff;
    font-size: 15px;
    font-family: 'miller_textbold_italic';    
    line-height: 21px;
    display: inline-block;
    padding: 7px 11px;
    background: #231f20;
}
.purchase_btn a:after {
    display: none;
}
.purchase_btn a:hover {
    color: #231f20;
    background: #fff;
}
.rsc_lightbox_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 1111;
    display: none;    
}
.rsc_lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2222;    
}
.rsc_lightbox_close {
    display: block;
    width: 36px;
    height: 36px;
    background: #231f20 url(images/rsc_lightbox_close.jpg) no-repeat 50% 50%;
    border-radius: 100%;
    position: absolute;
    top: -32px;
    right: -30px;
}
.rsc_lightbox_close:before,
.rsc_lightbox_close:after {
    display: none !important;
}
.rsc_box {
    width: 550px;
    margin: 0 auto;
    border: 12px solid #fff;
    background: #ede9dd url(images/rsc_box.png) no-repeat 50% 0;
    position: relative;
}
.rsc_box form {
    padding: 0 15px 15px;
}
.rsc_box form input[type="email"] {
    text-align: center;
    width: 100%;
}
.paypal_logo {
    display: block;
    margin: 17px auto 35px;
}
.pp_note {
    color: #666;
    font-size: 11px;
    font-family: Georgia;
    line-height: 16px;
    text-align: center;
    background: #fff;
    padding: 4px 0;
    margin: 5px 0 20px;
}
.thank_you {
    display: block;
    margin: 23px auto 12px;    
}
.success_text {
    color: #000;
    font-size: 15px;
    font-family: Georgia;
    font-style: italic;
    line-height: 25px;
    text-align: center;    
    padding: 0 0 14px;
}
#rsc_lightbox_success .rsc_box {
    padding-bottom: 9px;
}
.free_resources h2 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    font-family: Georgia;
    font-style: italic;
    line-height: 31px;
    text-align: center;  
    padding: 1px 0;
    background: #ede9dd;
    border: 8px solid #fff;
    margin: 0 0 40px;  
}
.free_resource {
    color: #000;
    font-size: 11px;
    font-family: Georgia;
    line-height: 13px;    
    background: #fff;
    border: 10px solid #fff;    
    position: relative;
    margin: 0 0 20px;
}
.free_resource h3 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    font-family: Georgia;
    font-style: italic;
    line-height: 24px;  
    padding: 0 0 8px;  
}
.free_resource .desc {
    padding: 0 0 14px;
}
.free_resource .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
}
.free_resource .text {
    padding: 0 0 0 190px;
}
.free_resource .purchase_btn {
    text-align: left;
    padding: 0 0 4px;
}
.free_resource .purchase_btn a:hover {
    background: #ede9dd;
}
.free_resource .text .td {
    height: 150px;
}
.resource .img a {
    display: inline-block;
    position: relative;
}
.resource .img a:before,
.resource .img a:after {
    display: none !important;
}
.preview_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 15px;
    font-family: 'dinregular';   
    line-height: 21px;
    text-align: center;
    display: none;
}
.resource .img a:hover .preview_text {
    display: block;
}
.preview_text:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    display: block;
    content: ' ';    
}
.preview_text .td {
    position: relative;
}
.pdf_preview {
    text-transform: uppercase;
    padding: 24px 0 13px;
}
.preview_title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: Georgia;
    font-style: italic;
    line-height: 24px;  
}
.preview_title span {
    display: inline-block;
    position: relative;     
}
.preview_title span:before {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: .3;
    display: block;
    content: ' ';      
}
.pdf_preview_click {
    color: #fff;
    font-size: 11px;
    font-weight: bold;    
    font-family: Georgia;
    font-style: italic;
    line-height: 16px;      
}




@media only screen and (max-width: 1040px) {
    .top_nav {
        padding-right: 40px;
    }
}    

@media only screen and (max-width: 960px) {
    .head,
    .foot {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .container,
    .lightbox_container {
        width: auto;
    }
    .wrap,
    .lightbox_content {
        padding-left: 30px;
        padding-right: 30px;        
    }
    #studio,
    .work_lightbox_content {
        padding-left: 30px !important;  
        padding-right: 30px !important;          
    }
    .banner_text {
        font-size: 16px;
        line-height: 22px;
        padding-right: 20px;
    }
    .banner_text .text {
        padding-right: 15px;
    }
    .banner_text .link {
        line-height: 16px;
    }
    .banner_text .flexslider .slides > li {
        height: 44px;
    }
    .banner_text_table {
        display: table;
        width: 100%;
        height: 100%;
    }
    .banner_text_td {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }
    .banner_text .sep {
        padding: 0 10px;
    }    
    .filter_box {
        text-align: center;
        position: static;
        padding: 25px 0 0;
    }
    .filter_box ul li {
        display: inline-block;
        float: none;
        margin: 0 10px;
    }
    .br {
        display: none;
    }
    .top_nav {
        padding-right: 40px;
    }   

    .pad_bg {
        width: 202px;
    }
    .pad_center .pad_bg,
    .pad_center .hiring {
        height: 276px;
    }   
    .pad_center .hiring {
        width: 156px;
        background-size: 90% auto;
    } 
}

@media only screen and (max-width: 767px) {
    .head,
    .foot {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner_text {
        padding-right: 45px;
        padding-top: 19px;
        margin-top: 10px;
    }
    .top_nav {
        padding-right: 40px;
    }
    .banner_text .text,
    .banner_text .link {
        width: auto;
        float: none;
    }
    .banner_text .text {
        padding: 0 0 10px;
    }
    .banner_text .link {
        background-image: none;
    }
    .banner_text .flexslider {
        text-align: center;
        padding: 0 30px;
    }
    .banner_text .flexslider .flex-direction-nav a.flex-next {
        right: 0;
        left: auto;
    }
    .banner_text .flexslider .flex-direction-nav a.flex-prev,
    .banner_text .flexslider .flex-direction-nav a.flex-next {
        top: 0;
    }
    .wrap,
    .lightbox_content {
        padding-left: 15px;
        padding-right: 15px;        
    }
    #studio,
    .work_lightbox_content {
        padding-left: 25px !important;  
        padding-right: 25px !important;          
    }    
    .cols {
        padding: 0;
    }
    body .col,
    body .home_td {
        width: 100%;
        float: none;
        margin: 20px 0 0 0;
    }
    .pr_20 .inner,
    .td_pr_20 {
        padding: 0;
    }
    .home_table,
    .home_td {
        display: block;
    }
    .home_table {
        padding: 0;
    }
    .wrapper {
        margin-bottom: 0;
    }
    .push {
        display: none;
    }
    .footer, 
    .push {
        height: auto;
    }    
    .footer,
    .foot_right {
        text-align: center;
    }
    .foot_left,
    .foot_right {
        width: auto;
        float: none;
    }
    .footer ul li {
        float: none;
        display: inline-block;
        padding: 0 4px;
    }
    .foot_right {
        padding: 10px 0 0 0;
    }
    #google_map {
        height: 467px;
    }    
    body #people_list ul li,
    body #people_list ul li.no_ml,
    body #people_list ul li.no_mt {
        width: 50%;
        float: left;
        padding: 0 9px 0 0;
        margin: 18px 0 0 0;
        clear: none;
    }
    body #people_list ul li:nth-of-type(2n) {
        padding: 0 0 0 9px;
    }
    body #people_list ul li:nth-of-type(2n+1) {
        clear: both;
    }

    .resource .img {
        position: relative;
        top: auto;
        left: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .resource {
        padding-left: 0;
    }
    .free_resource .text {
        padding-left: 170px;
    }
}

@media only screen and (max-width: 567px) {
    .logo {
        float: none;
    }
    .logo img {
        margin: 0 auto;
    }
    .top_nav {
        text-align: center;
        float: none;
        padding: 20px 0 0 0;
    }
    .top_nav ul li,
    .top_nav ul li:first-child {
        float: none;
        display: inline-block;
        padding: 0 18px;
    }
    .top_nav ul li:first-child {
        padding-left: 0;
    }
    .top_nav ul li.menu-item-last {
        padding-right: 0;
    }
    .banner_text {
        padding-left: 24px;
        padding-right: 24px;
    }
    .banner_text .flexslider .flex-direction-nav a.flex-prev,
    .banner_text .flexslider .flex-direction-nav a.flex-next {
        display: none;
    }
    .banner_text .flexslider {
        padding: 0;
    }
    .banner_text .flexslider .slides > li {
        height: auto;
    }
    .banner_text_table,
    .banner_text_td {
        display: block;
        height: auto;
    }
    .banner_text .link {
        display: block;
        padding: 10px 0 0 0;  
        margin: 10px 0 0 0;      
        border-top: 1px solid #000;
    }    
    .banner_text .sep {
        display: none;
    }
    .container {
        padding: 18px 0;
    }
    .pad_bg {
        width: 90%;
        padding: 20px 15px;
    }
    .pad_center .pad_bg,
    .pad_center .hiring {
        display: block;
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }    
    .pad_center .hiring {
        height: 200px;
        background-size: auto 90%;
        margin-top: 20px;
    }
    .pad_center_col {
        height: 480px !important;
    }
    .box .pad .text {
        padding: 0;
    }
    #google_map {
        height: 400px;
    } 
    body .columns .column {
        width: auto;
        float: none;
        padding: 0 0 15px 0;
        margin: 0;
    }
    .columns .text {
        width: auto;
        margin-left: 0;
    }   
    .project_name,
    .project_brief,
    .project_outcome {
        width: auto;
        float: none;
        padding: 0;
        margin: 0 0 30px;
    } 
    .project_outcome {
        margin-bottom: 0;
    }
    .project_box:after {
        display: none;
    }
    .wpcf7-not-valid-tip, 
    .wpcf7-response-output {
        left: 0;
        right: auto;
        top: 0;
    }
    .wpcf7-not-valid-tip:after,
    .wpcf7-response-output:after {
        display: none;
    }
    .wpcf7-response-output, 
    body div.wpcf7-validation-errors {
        top: 100%;
        bottom: auto;
    }
    .testimonials_box .title,
    .testimonials_box .text {
        width: auto;
    }
    .testimonials_text {
        padding-left: 15px;
        padding-right: 15px;
    }
    #studio, 
    .work_lightbox_content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }   
}

@media only screen and (max-width: 480px) {
    body #people_list ul li,
    body #people_list ul li.no_ml,
    body #people_list ul li.no_mt,
    body #people_list ul li:nth-of-type(2n),
    body #people_list ul li:nth-of-type(2n+1) {
        width: 100%;
        float: none;
        padding: 0 0 0 0;
        margin: 18px 0 0 0;
        clear: none;
    }
    .share_btns {
        text-align: center;
        position: static;
        padding: 32px 0 0 0;
    }
    .share_btns a {
        float: none;
        display: inline-block;
        margin: 0 8px;
    }

    .free_resource .img {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto 15px;
    }
    .free_resource .text {
        padding-left: 0;
        text-align: center;
    }
    .resource .text {
        text-align: center;
    }
    .resource .text_inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .free_resource .purchase_btn {
        text-align: center;
    }
    .rsc_box {
        width: 80%;
    }
}

/*
@media only screen and (max-height: 480px) {
    .contact_box {
        height: 200px;
        width: 303px;
        overflow-x: hidden;
        overflow-y: auto;
        top: 0;
        padding-top: 28px;
        -webkit-overflow-scrolling: touch;
    } 
    .contact_box .inner {
        width: 303px;
        padding-left: 61px;
    }  
    .contact_box .bg {
        right: -16px;
        left: auto;
        top: 0;
    }
}    
*/