/*  
Reset
*************************************************/

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,
input, textarea, select,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
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;
}
strong, b { font-weight: bold; }
em, i { font-style: italic; }
input[type="text"], input[type="password"], textarea, select { 
    /*outline: none;*/
}
input, textarea, select {
	max-width: 100%;
}
dl, dt, dd { 
    float: none;
    text-align: left;
    display: block;
}



/*  
Common
*************************************************/

::selection {
    background: #f26b62;
    color: #fff;
}
::-moz-selection {
    background: #f26b62;
    color: #fff;
}

img {-ms-interpolation-mode:bicubic; max-width: 100%; height: auto !important; }

a { outline: none; cursor: pointer; -webkit-transition: .15s all; -moz-transition: .15s all; -o-transition: .15s all; transition: .15s all; }

a { text-decoration: none; color: #f26b62; position: relative; }
a:after { content: " "; display: block; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: rgba(242, 107, 98, .25); }
a:before { content: " "; display: block; position: absolute; left: 0; bottom: 0; height: 2px; background: #f26b62; width: 0; z-index: 2; }
a,
a:before {
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
a:hover:before { width: 100%; }

.inline { display: inline !important; }
.block { display: block !important; }
.inline-block { display: inline-block !important; }
.relative { position: relative; }
.small { font-size: 12px; }
.uppercase { text-transform: uppercase; }
.bold { font-weight: bold; }
.hidden { display: none; }
.vhidden { visibility: hidden; }

.container { max-width: 1110px; }
#foot,
#top-wrap { padding-left: 20px !important; padding-right: 20px !important; }



/*  
Main Content
*************************************************/

body { font-family: Neuton, serif; color: #666; font-size: 18px; background: #f5f5f5; text-align: left; direction: ltr; line-height: 1.4em; }
#top { padding: 30px 0 90px; }
#logo { position: relative; }
#logo h1 { color: #999; }
#logo h1 a { color: #000; text-transform: uppercase; }
#logo h1 .sep { content: " "; display: inline-block; height: 1px; width: 14px; background: #dcdcdc; margin: 0 3px; position: relative; top: -4px; }
#logo p { position: absolute; top: 0; right: 0; }
#logo p a { color: #999; }
#logo p .sep { content: " "; display: inline-block; height: 20px; width: 1px; background: #dcdcdc; margin: 0 10px; position: relative; top: 3px; }
#logo a:hover { color: #f26b62; }
#logo a:after,
#logo a:before { content: ''; display: none; }

#intro { padding: 0 0 60px; position: relative; }
#intro:after { content: "Hover over an image to view more"; display: block; background: #f5f5f5; border: 1px solid #eaeaea; border-radius: 10px; position: absolute; bottom: -18px; right: 29.16667%; width: 220px; font: 12px arial, sans-serif; text-align: center; padding: 11px 15px; color: #bbb; transform: translateX(52%); }
#intro { font-size: 24px; line-height: 1.4em; }
#intro h2 { margin-bottom: 50px; }
#intro p { color: #999; }

#main-content { border-top: 1px solid #eaeaea; }
#main-content .folio-container { border-bottom: 1px solid #eaeaea; overflow: hidden; padding-top: 80px; }
#main-content .folio-row { max-width: 1150px; margin: 0 auto; }
#main-content .folio-text { padding-top: 10px; padding-bottom: 30px; }
#main-content .folio-text dl { margin-top: 40px; }
#main-content .folio-text dl:first-child { margin-top: 0; }
#main-content .folio-text dt { text-transform: uppercase; font: bold 12px/1.2em Arial, sans-serif; letter-spacing: 1px; margin-bottom: 15px; color: #bbb; }
#main-content .folio-text dd { font-size: 24px; line-height: 1.4em; }
#main-content .folio-text dd p { font: 14px/1.4em Arial, sans-serif; color: #999; margin-top: 10px; padding-right: 20px; }
#main-content .folio-text dd li { margin-top: 10px; }
#main-content .folio-text dd li:first-child { margin-top: 0; }
#main-content .folio-text .outbound { text-transform: uppercase; font: bold 12px/1.2em Arial, sans-serif; letter-spacing: 1px; margin-top: 50px; color: #bbb; }
#main-content .folio-text .outbound a { padding-bottom: 1px; }
#main-content .folio-item { }
#main-content .folio-item > div { position: relative; overflow: hidden; box-shadow: 0 -2px 33px rgba(0,0,0,0.15); }
#main-content .folio-item img { display: block; position: relative; width: 100%; max-width: 100%; }
#main-content .folio-item img:nth-child(2) { position: absolute; width: 100%; top: 0px; left: 0; }

#foot { padding: 100px 0; font-size: 24px; }



/*  
Grid
*************************************************/
.clear { clear: both; }

.row:after,
.aq_row:after,
.ts-row:after,
.clearfix:after { 
    content: "\0020"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
}
.row,
.aq_row,
.ts-row,
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/* Hides from IE-mac \*/
* .row { height: 1%; }
.row { display: block; }
/* End hide from IE-mac */
/* Hides from IE-mac \*/
* .aq_row { height: 1%; }
.aq_row { display: block; }
/* End hide from IE-mac */
/* Hides from IE-mac \*/
* .ts-row { height: 1%; }
.ts-row { display: block; }
/* End hide from IE-mac */

.container{ margin: 0 auto; }

.row,
.aq_row,
.ts-row { 
    width: auto !important; 
    max-width: none; 
    min-width: 0; 
    margin: 0 -15px; 
}

.row:after,
.aq_row:after,
.ts-row:after,
.container:after { clear: both; }


[class*="span"]{ 
    float: left; 
    min-height: 1px; 
    padding: 0 20px;
    position: relative;
    -webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box; 
            box-sizing: border-box; 
}

.span1 { width: 8.33333%; }
.span2 { width: 16.66667%; }
.span2-5 { width: 20%; }
.span3 { width: 25%; }
.span4 { width: 33.3%; }
.span5 { width: 41.6%; }
.span6 { width: 50%; }
.span7 { width: 58.33333%; }
.span8 { width: 66.66667%; }
.span9 { width: 75%; }
.span10{ width: 83.33333%; }
.span11{ width: 91.66667%; }
.span12{ width: 100%; float: none; }

[class*="ts-boxed"]{ 
    float: left; 
    min-height: 1px; 
    padding: 0 15px;
    position: relative;
    -webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box; 
            box-sizing: border-box; 
}

[class*="ts-boxed"] img, 
[class*="ts-boxed"] span, 
[class*="ts-boxed"] a { 
    max-width: 100%; 
}

.ts-boxed-1-of-12,
.ts-boxed-one-twelfth { width: 8.33333%; }
.ts-boxed-1-of-11,
.ts-boxed-one-eleventh { width: 9.090909%; }
.ts-boxed-1-of-10,
.ts-boxed-one-tenth { width: 10%; }
.ts-boxed-1-of-9,
.ts-boxed-one-ninth { width: 11.11111%; }
.ts-boxed-1-of-8,
.ts-boxed-one-eighth { width: 12.5%; }
.ts-boxed-1-of-7,
.ts-boxed-one-seventh { width: 14.285714%; }
.ts-boxed-1-of-6,
.ts-boxed-one-sixth { width: 16.66667%; }
.ts-boxed-1-of-5,
.ts-boxed-one-fifth { width: 20%; }
.ts-boxed-1-of-4,
.ts-boxed-one-fourth { width: 25%; }
.ts-boxed-1-of-3,
.ts-boxed-one-third{ width: 33.33333% !important; }
.ts-boxed-1-of-2,
.ts-boxed-one-half{ width: 50%; }
.ts-boxed-1-of-1,
.ts-boxed-one-whole{ width: 100%; float: none; } 

.ts-boxed-2-of-3,
.ts-boxed-two-third { width: 66.66667%; }
.ts-boxed-3-of-4,
.ts-boxed-three-fourth { width: 75%; }
.ts-boxed-2-of-5,
.ts-boxed-two-fifth { width: 40%; }
.ts-boxed-3-of-5,
.ts-boxed-three-fifth{ width: 60%; }
.ts-boxed-4-of-5,
.ts-boxed-four-fifth{ width: 80%; }
.ts-boxed-5-of-6,
.ts-boxed-five-sixth{ width: 83.33337%; }

.ts-one-half, .ts-1-of-2 { width: 48.5%; }
.ts-one-third, .ts-1-of-3 { width: 31.33%; }
.ts-two-third { width: 65.66%; }
.ts-one-fourth, .ts-1-of-4 { width: 22.75%; }
.ts-three-fourth { width: 74.25%; }
.ts-one-fifth, .ts-1-of-5 { width: 17.6%; }

.ts-1-of-2,
.ts-1-of-3,
.ts-1-of-4,
.ts-1-of-5,
.ts-1-of-6,
.ts-one-half,
.ts-one-third,
.ts-two-third,
.ts-three-fourth,
.ts-one-fourth,
.ts-one-fifth {
    position: relative;
    margin-right: 3%;
    float: left;
}

.ts-column-last {
    margin-right: 0!important;
    clear: right;
}

.aq-block{  }
.aq-block-aq_bmd_clear_block{ margin-bottom: 0; }

.aq-block-bmd_column_block > [class*="span"]{
    width: 100%; 
}

.aq-block-bmd_title_block,
.aq-block-bmd_clear_block,
.aq-block-bmd_alert_block{ margin-bottom: 0 !important; }

.span-pull-left { float: left; }
.span-pull-right { float: right; }

/* aq spans */
.aq-template-wrapper .aq-first {margin-left: 0;}

/* aq column block */
.aq-block-aq_column_block, 
.block-container { margin-bottom: 0px; }






/*  
Print
*************************************************/
@media print {
    a[href]:after{content:""}
}

/*  
Responsive
*************************************************/
@media only screen and (max-width: 880px) {
    #main-content .folio-text { padding-bottom: 50px; }
    #intro:after { display: none; }
    [class*="span"],
    .ts-1-of-2,
    .ts-2-of-3,
    .ts-1-of-3,
    .ts-1-of-4,
    .ts-3-of-4,
    .ts-1-of-5,
    .ts-4-of-5,
    .ts-1-of-6,
    .ts-5-of-6,
    .ts-one-half,
    .ts-one-third,
    .ts-two-third,
    .ts-three-fourth,
    .ts-one-fourth,
    .ts-one-fifth,
    .ts-two-fifth,
    .ts-three-fifth,
    .ts-four-fifth,
    .ts-one-sixth,
    .ts-five-sixth {
        position: relative;
        margin-right: 0px;
        width: 100% !important;
        float: none !important;
    }
    [class*="aq_span"] { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }
    .span-pull-left,
    .span-pull-right {
        float: none !important;
    }
    
    .ts-boxed-1-of-12,
    .ts-boxed-1-of-11,
    .ts-boxed-1-of-10,
    .ts-boxed-1-of-9,
    .ts-boxed-1-of-8,
    .ts-boxed-1-of-7,
    .ts-boxed-1-of-6,
    .ts-boxed-5-of-6,
    .ts-boxed-1-of-5,
    .ts-boxed-2-of-5,
    .ts-boxed-3-of-5,
    .ts-boxed-4-of-5,
    .ts-boxed-1-of-4,
    .ts-boxed-3-of-4,
    .ts-boxed-1-of-3,
    .ts-boxed-2-of-3,
    .ts-boxed-1-of-2,
    .ts-boxed-one-twelfth,
    .ts-boxed-one-eighth,
    .ts-boxed-one-sixth,
    .ts-boxed-five-sixth,
    .ts-boxed-one-fourth,
    .ts-boxed-three-fourth,
    .ts-boxed-one-half,
    .ts-boxed-one-eleventh,
    .ts-boxed-one-tenth,
    .ts-boxed-one-ninth,
    .ts-boxed-one-seventh,
    .ts-boxed-one-fifth,
    .ts-boxed-four-fifth,
    .ts-boxed-one-third,
    .ts-boxed-two-third { width: 100% !important; }
}
@media only screen and (max-width: 600px) {
    #top { padding-bottom: 50px; }
    #logo h1 .sep { display: none; }
    #logo .tagline { display: block; margin-top: 5px; }  
    #intro { padding-bottom: 0; }
    #main-content { border-top: 0; }
}
@media only screen and (max-width: 479px) {
    .ts-searchform,
    .ts-boxed-1-of-4,
    .ts-boxed-1-of-2,
    .ts-boxed-1-of-9,
    .ts-boxed-1-of-7,
    .ts-boxed-1-of-3,
    .ts-boxed-one-fourth,
    .ts-boxed-one-half,
    .ts-boxed-one-ninth,
    .ts-boxed-one-seventh,
    .ts-boxed-one-third { width: 100% !important; }
}
@media only screen and (max-width: 359px) {
    .ts-boxed-1-of-12,
    .ts-boxed-1-of-11,
    .ts-boxed-1-of-10,
    .ts-boxed-1-of-9,
    .ts-boxed-1-of-8,
    .ts-boxed-1-of-7,
    .ts-boxed-1-of-6,
    .ts-boxed-1-of-5,
    .ts-boxed-1-of-4,
    .ts-boxed-1-of-3,
    .ts-boxed-1-of-2,
    .ts-boxed-one-twelfth,
    .ts-boxed-one-eighth,
    .ts-boxed-one-sixth,
    .ts-boxed-one-fourth,
    .ts-boxed-one-half,
    .ts-boxed-one-eleventh,
    .ts-boxed-one-tenth,
    .ts-boxed-one-ninth,
    .ts-boxed-one-seventh,
    .ts-boxed-one-fifth,
    .ts-boxed-one-third { width: 100% !important; }
}




/*  
Responsive Fix
*************************************************/
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }



/*  
Spinkit (loading animation)
http://tobiasahlin.com/spinkit/
*************************************************/
.sk-three-bounce {
  left: 50%;
  top: 0px;
  margin-left: -40px;
  margin-top: 7px;
  width: 80px;
  text-align: center; 
  position: absolute;}
  .sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #f35f55;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
            animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
  .sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s; }
  .sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s; }

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }