/*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;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body
{
    line-height: 1;
}*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
pre, code, kbd, samp {
    font-family: monospace,sans-serif;
}
input[type="radio"] {
    vertical-align: text-bottom;
}
input[type="checkbox"] {
    vertical-align: bottom;
}
label, input[type=button], input[type=submit], button {
    cursor: pointer;
}
button, input, select, textarea {
    margin: 0;
}
::-moz-selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
img {
    -ms-interpolation-mode: bicubic;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    transition-duration: .8s;
}
.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    transition-property: height,width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    transition-property: transform,opacity;
}
/*h1, h2, h3, h4, h5, h6,*/
 p, ul, ol, pre, blockquote, textarea, button, .embed {
    margin-bottom: 20px;
}
/*img
{
    display: block;
}*/
h1, h2, h3, h4, h5, h6 {
    text-shadow: 0 0 1px rgba(255,255,255,.05);
}
h1, h1 a {
    line-height: 40px;
    letter-spacing: -1px;
}
h2 {
    line-height: 30px;
}
h3 {
    margin-bottom: 20px;
}
h4 {
    font-weight: bold;
}
/*h5
{    
   
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
}*/
h6 {
    font-weight: bold;
    margin-bottom: 0;
}
a:link {
    /*color: #3184af;*/
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:hover {
    /*text-decoration: underline;*/
}
a:visited {
    /*color: #3184af;*/
    text-decoration: none;
}
sup, sub {
    font-size: 80%;
    line-height: 0;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
code {
   
}
strong {
    color: #333;
}
ul, ol {
    margin-left: 20px;
}
blockquote {
    display: block;
    background: #eee;
    background: rgba(0,0,0,.05);
    border-left: 4px solid;
    border-left-color: #ccc;
    border-left-color: rgba(0,0,0,.1);
    padding: 10px;
    font-style: italic;
}
blockquote p:last-child {
    margin-bottom: 0;
}
pre {
    background: black;
    background: rgba(0,0,0,.8);
    color: #eee;
    padding: 10px 20px;
}
form p {
    margin: 0;
}
label {
    display: block;
    margin-bottom: 0;
}
.checkbox input, .checkbox label {
    display: inline;
}
.checkbox input {
    vertical-align: baseline;
}
span.required {
    color: red;
}





/*input, select {
    vertical-align: middle;
}
input, textarea, select {
    display: block;
    margin: 4px 0 24px 0;
}
input[type=text], input[type=email], input[type=url], textarea {
    width: 400px;
    border: 1px solid;
    border-color: #ccc;
    border-color: rgba(0,0,0,.1);
    height: 30px;
    background: #fff;
    background: rgba(255,255,255,.8);
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}*/












textarea {
    height: 150px;
    width: 450px;
    font-size: 14px;
    line-height: 16px;
}
label.error {
    width: 400px;
    text-align: right;
    color: #a00;
}
label.error:before {
    content: "▲ ";
}
input.error, textarea.error {
    border-color: #a00;
}
html {
    background: url(../images/background.jpg) top center;
}
body {
    background: url(../images/background-stripes.jpg) top center repeat-x;
    text-align: center;
}
#container {
    position: relative;
    width: 1001px;
    margin: 0 auto;
    text-align: left;
}
#header {
    z-index: 4;
    position: relative;
    width: 1001px;
    height: 127px;
    background: url(../images/banner.png);
}
#header h1 {
    position: absolute;
    top: 0;
    left: 34px;
}
#nav {
    position: absolute;
    height: 40px;
    right: 16px;
    top: 54px;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav ul li {
    position: relative;
    float: left;
    height: 40px;
    line-height: 35px;
}
#nav ul li.active {
    height: 35px;
    border-bottom: 5px solid #97f0f8;
}
#nav ul li.active:after {
    content: '';
    position: absolute;
    border-bottom: 5px solid #97f0f8;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -1px;
    left: 50%;
    margin-left: -10px;
}
#nav ul li a {
    position: relative;
    display: block;
    padding: 0 25px 0 25px;
    border-right: 1px dotted #53cae3;
    height: 32px;
    color: white; 
    font-size: 20px;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
#nav ul li a:hover {
    line-height: 35px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.8);
}
#nav ul li:last-child a {
    border-right: 0;
}
#nav li.hover ul {
    display: block;
}
#nav ul ul {
    display: none;
    position: absolute;
    top: 40px;
    left: -2px;
    width: 220px;
    background: #2f80aa;
    background: rgba(49,132,175,.95);
    border: 4px solid #92edf6;
    border-top: 0;
    padding: 0 0 10px 0;
    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    box-shadow: 0 3px 5px rgba(0,0,0,.3),inset 0 0 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.3),inset 0 0 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.3),inset 0 0 5px rgba(0,0,0,.2);
}
#nav ul ul li {
    display: block;
    float: none;
    height: 30px;
    line-height: 30px;
    margin: 0 -4px;
}
#nav ul ul li.active {
    height: 30px;
    border: 0;
}
#nav ul ul li.active:after {
    display: none;
}
#nav ul ul li:first-child {
    border-top: 3px solid rgba(0,0,0,.2);
}
#nav ul ul li a {
   display: block; 
    font-size: 13px;
    height: 30px;
    font-weight: bold;
    margin: 0 10px;
    padding: 0 20px;
    border: 0;
    border-bottom: 1px dotted #aaa;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}
#nav ul ul li a:hover {
    line-height: 30px;
}
#nav ul ul li:last-child a {
    border-bottom: 0;
}
.main {
    z-index: 1;
    position: relative;
    margin: -32px 0 0 17px;
    padding: 0px;
    width: 967px;
    background: white;    
    background: white url(../images/sidebar.png) 7px 0 repeat-y;
}
#full {
    width: 907px !important;   
}
.left, .right {
    position: relative;
    display: inline;
    float: left;
}
.left {
    width: 600px;
    margin: 0 28px 0 30px;
}
.right {
    width: 301px;
}
.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
}
#contact a {
    color: #fff;
}
#contact .org {
    display: none;
}
#ftnav, .copy {
    clear: both;
    text-align: center;
}
#ftnav {
    padding-top: 50px;
}
#ftnav a {
    font-family: 'BebasNeueRegular' ,sans-serif;
    font-size: 18px;
    color: #3a98b7;
    padding: 0 12px;
}
#ftnav a:hover {
    text-decoration: none;
    color: #40a7c9;
}
.copy {
    font-family: arial,sans-serif;
    color: #276983;
    font-weight: bold;
    font-size: 12px !important;
}
.small-image {
    width: 108px;
    height: 76px;
    padding: 4px 0 0 4px;
    background: url(../images/small-frame.png);
}
.medium-image {
    position: relative;
    width: 208px;
    height: 198px;
    padding: 12px 0 0 12px;
    background: url(../images/medium-frame.png);
}
.small-image a, .medium-image a {
    position: relative;
    display: block;
    width: 104px;
    height: 67px;
    overflow: hidden;
}
.medium-image a{
    width: 194px;
    height: 183px;
    border: 1px solid #e0e0cd;
}
.small-image a:hover, .medium-image a:hover{
    text-decoration: none;
}
.small-image img, .medium-image img{
    position: absolute;
    top: 0;
    left: 0;
}
.medium-image img{
    top: -3px;
    left: -3px;
}
.small-image span, .medium-image span {
    position: absolute;
    background-color: transparent;
    background-color: rgba(255,255,255,.7);
    top: 0;
    left: -104px;
    padding: 47px 19px 2px 0;
    width: 85px;
    height: 67px;
    height: 18px;
    font-family: 'BebasNeueRegular' ,sans-serif;
    color: #3899ca;
    font-size: 18px;
    text-align: right;
    line-height: 18px;
    text-shadow: 0 0 1px rgba(255,255,255,.1);
    transition: .25s linear;
    -moz-transition: .25s linear;
    -webkit-transition: .25s linear;
    display: none;
}
.medium-image span{
    left: -196px;
    padding: 165px 19px 2px 0;
    width: 177px;
}
.small-image a:hover span, .medium-image a:hover span{
    display: block;
    left: 0;
}
.small-image span:before, .medium-image span:before{
    content: '';
    position: absolute;
    right: 3px;
    bottom: 3px;
    display: block;
    width: 14px;
    height: 14px;
    background: #3899ca;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 7px;
}
.small-image span:after, .medium-image span:after{
    content: '';
    position: absolute;
    right: 3px;
    bottom: 7px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 6px solid white;
}
.feature{
    z-index: 3;
    position: absolute;
    top: -532px;
    left: 8px;
    background: white;
    width: 987px;
    height: 600px;
    background: url(../images/feature.png) bottom left no-repeat;
}
#home-features section:first-child{
    top: -130px;
}
.feature-content{
    background: url(../images/hidden-feature.jpg) bottom left;
    position: absolute;
    bottom: 23px;
    left: 10px;
    width: 967px;
    height: 400px;
    overflow: hidden;
}
.feature h2{
    font-size: 60px;
    line-height: 60px;
    font-family: 'BebasNeueRegular' ,sans-serif;
    text-shadow: 0 0 1px rgba(0,0,0,.2);
    color: white;
}
.click{
    display: block;
    position: absolute;
    text-align: center;
    color: #999;
    font-size: 16px;
    bottom: 10px;
    right: 0;
    height: 60px;
    width: 80px;
    line-height: 90px;
    padding-right: 10px;
    background-color: #000;
    background-color: rgba(0,0,0,.7);
    font-family: 'BebasNeueRegular' ,sans-serif;
    text-shadow: 0 0 1px rgba(0,0,0,.1);
    cursor: pointer;
}
.click:hover{
    color: white;
    text-decoration: none;
}
.click:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    background: transparent;
    width: 1px;
    height: 1px;
    border-bottom: 5px solid #999;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
.click:hover:before{
    border-bottom-color: white;
}
.small{
    top: -345px;
}
.small img{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.small h2{
    position: absolute;
    margin: 0;
    bottom: 10px;
    left: 0;
    height: 60px;
    padding: 0 0 0 30px;
    width: 845px;
    background-color: #000;
    background-color: rgba(0,0,0,.7);
}
.fact .bg{
    position: absolute;
    bottom: 3px;
    left: 3px;
    width: 967px;
    height: 400px;
    overflow: hidden;
}
.fact h3{
    position: absolute;
    bottom: 80px;
    padding: 0 30px;
    color: white;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
    text-shadow: 0 0 3px rgba(0,0,0,.05);
}
.fact .learn{
    display: block;
    color: white;
    position: absolute;
    bottom: 30px;
    left: 30px;
    text-decoration: none;
}
.fact .learn strong, .fact .learn span{
    float: left;
    position: relative;
    background: rgba(0,125,204,.3);
    font-size: 18px;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
}
.fact .learn strong{
    color: white;
    font-weight: normal;
    font-style: italic;
}
.fact .learn span{
    padding-right: 5px;
    margin-left: 2px;
    font-size: 24px;
    font-family: 'BebasNeueRegular' ,sans-serif;
}
.fact .learn span:before{
    z-index: 3;
    content: '';
    position: absolute;
    right: -14px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 12px solid #143e5f;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.fact .learn span:after{
    z-index: 4;
    content: '';
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 12px solid rgba(0,125,204,.3);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.fact .learn:before{
    z-index: 1;
    content: '';
    position: absolute;
    right: -22px;
    width: 0;
    height: 0;
    border-left: 12px solid rgba(0,125,204,.3);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.fact .learn:after{
    z-index: 2;
    content: '';
    position: absolute;
    right: -10px;
    width: 8px;
    height: 32px;
    background: rgba(0,125,204,.3);
}
.fact .click{
    background: rgba(0,0,0,.3);
}
#home-features .fact .click{
    display: none;
}
.imagetext h2, .monitor h2{
    display: block;
    position: absolute;
    bottom: 45px;
    padding: 0 200px 0 30px;
    line-height: 70px;
    background: url(../images/imagetext-h2.png);
}
.imagetext h2 a, .monitor h2 a{
    position: absolute;
    font-family: georgia,serif;
    color: white;
    font-style: italic;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    bottom: 12px;
    right: 70px;
    padding-right: 25px;
}
.imagetext h2 a:hover, .monitor h2 a:hover{
    text-decoration: none;
}
.imagetext h2 a:before, .monitor h2 a:before{
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 0;
    height: 0;
    border: 10px solid #3184af;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.imagetext h2 a:after, .monitor h2 a:after{
    content: '';
    position: absolute;
    right: -2px;
    top: 10px;
    border: 6px solid transparent;
    border-left: 10px solid black;
}
.imagetext img{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.monitor img{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 540px;
    height: 240px;
    padding: 77px 55px 0 0;
    background: url(../images/monitor-frame.png);
}
.monitor h2{
    padding: 0 30px 0 620px;
    font-size: 40px;
}
.monitor h2 a{
    font-size: 18px;
    bottom: 15px;
    right: 10px;
}
.monitor h2 a:before{
    top: 3px;
    border-color: white;
}
.monitor h2 a:after{
    top: 7px;
}
#featurenav{
    z-index: 3;
    position: absolute;
    top: 410px;
    left: 350px;
    width: 307px;
    height: 76px;
    background: url(../images/featurenav.png);
    text-align: center;
}
#featurenav a{
    display: inline-block;
    line-height: 0;
    height: 0;
    font-size: 0;
    text-indent: -9999em;
    border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 8px solid #369;
    overflow: hidden;
    margin: 30px 5px 0 5px;
    cursor: pointer;
}
#featurenav a.active{
    border-color: white;
}
#home{
    padding-top: 410px;
}
#home .more{
    position: relative;
    right: 10px;
    float: right;
    display: block;
    width: 50px;
    font-family: 'BebasNeueRegular' ,sans-serif;
    color: #3a98b7;
    font-size: 14px;
    padding: 1px 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#home .more:hover{
    color: white;
    background: #3a98b7;
    text-decoration: none;
}
#home .meta{
    border: 0;
}
#mainpost{
    position: relative;
    left: -40px;
    padding-left: 224px;
    width: 416px;
    overflow: hidden;
    margin-bottom: 20px;
}
#mainpost .medium-image{
    position: relative;
    left: -6px;
    top: -6px;
    display: inline;
    margin-left: -224px;
    float: left;
}
#mainpost .medium-image:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 5px;
    background: #dfdfd0;
    width: 10px;
    height: 4px;
}
#mainpost h1, #mainpost h1 a{
    font-family: 'BebasNeueRegular' ,georgia,serif;
    margin-bottom: 0;
}
.secondaryposts{
    border-top: 1px solid #ddd;
}
.secondaryposts article{
    display: inline;
    float: left;
    width: 280px;
    margin: 20px 19px 20px 0;
    padding-right: 20px;
    border-right: 1px solid #ddd;
}
.secondaryposts .last{
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.secondaryposts h1, .secondaryposts h1 a{
    font-family: 'BebasNeueRegular' ,georgia,serif;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
}
.secondaryposts .meta{
    margin-bottom: 5px;
    font-size: 11px;
}
.right{
    font-family: Arial,arial,sans-serif;
}
.right section{
    padding: 0 21px 0 20px;
    margin-bottom: 20px;
}
.right section h3{
    position: relative;
    left: -20px;
    width: 263px;
    padding: 10px 0 10px 22px;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: 'BebasNeueRegular';
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    background-color: #aaa;
    background-color: rgba(0,0,0,.1);
    background-image: linear-gradient(left,rgba(0,0,0,.3),rgba(0,0,0,.2));
}
.right section p{
    color: white;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 0 0 2px rgba(0,0,0,.1);
}
.connected{
    position: relative;
}
.connected .soc-nav{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 260px;
    background: url(../images/social-icons.png) no-repeat;
    height: 46px;
}
.connected .soc-nav li{
    position: relative;
    display: inline;
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    cursor: hand;
}
.connected .soc-nav li a{
    display: block;
    position: absolute;
    bottom: -5px;
    left: 10px;
    width: 0;
    height: 0;
    text-indent: -9999em;
    border: 13px solid transparent;
    border-top: 40px solid transparent;
    border-bottom: 0 solid white;
    transition: .2s linear;
    -o-transition: .2s linear;
    -moz-transition: .2s linear;
    -webkit-transition: .2s linear;
}
.connected .soc-nav li.active a{
    border-bottom: 9px solid white;
}
.connected .updates{
    position: relative;
    margin-top: 4px;
    padding: 15px 10px;
    background: white;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 2px 3px 0 #3184af;
    -moz-box-shadow: 2px 3px 0 #3184af;
    -webkit-box-shadow: 2px 3px 0 #3184af;
}
.connected .updates article{
    height: 0;
    opacity: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
    transition: .5s linear;
    -o-transition: .5s linear;
    -moz-transition: .5s linear;
    -webkit-transition: .5s linear;
}
.connected .updates article.active{
    height: auto;
    opacity: 1;
}
.connected p{
    color: #333 !important;
    text-shadow: none !important;
    font-weight: normal !important;
    font-size: 11px;
}
.connected .updates h5{
    display: none;
}
.connected .updates .loading{
    margin: 0 auto;
    padding: 50px 0;
}
#twitter p{
    margin-bottom: 0;
}
.tweetline{
    margin: 0 !important;
    font-size: 10px !important;
    line-height: 14px;
    text-align: right;
}
.tweetline img{
    display: inline;
    position: relative;
    top: 3px;
}
.linkedin{
    border: 1px solid #99cce6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    color: #333 !important;
    text-shadow: none !important;
    background-color: #e4f1f8;
    background-image: linear-gradient(top,#e4f1f8,#fff);
}
.linkedin h5, .linkedin h6
{
    display: block !important;
    font-family: arial,sans-serif !important;
}
.linkedin h5
{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}
.linkedin h5 a, .linkedin h6 a
{
    color: black;
}
.linkedin h6
{
    margin-bottom: 2px;
}
.linkedin p a
{
    color: #069;
}
.companyimage
{
    position: relative;
    top: 3px;
    border: 1px solid #ccc;
    float: left;
    margin: 0 5px 5px 0;
}
.linkedin .recs
{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.linkedin .recs li
{
    display: inline;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0 4px 4px 0;
}
.linkedin .recs li.last
{
    margin-right: 0;
}
.linkedin .recs img
{
    display: block;
}
.linkedin .allrecs
{
    display: block;
    font-size: 10px;
    padding: 3px 4px;
    background: #f4f4f4;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 5px 1px 2px 0;
    color: #069;
}
.right form p
{
    margin: 0;
}
.right label
{
    font-size: 12px;
    display: block;
    margin-bottom: 0;
    text-transform: lowercase;
    color: #666;
    font-weight: bold;
}
.right .checkbox input, .right .checkbox label
{
    display: inline;
}
.right .checkbox input
{
    vertical-align: baseline;
}
.right input, .right textarea, .right select
{
    display: block;
    margin: 0 0 4px 0;
}
.right input[type=text], .right input[type=email], .right input[type=url], .right textarea
{
    font-family: Arial,arial,sans-serif;
    width: 250px;
    border: 1px solid;
    border-color: #a5a5a5;
    height: 30px;
    background: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.right textarea
{
    height: 100px;
    width: 250px;
    font-size: 12px;
    line-height: 16px;
}
.right input[type=submit]
{
    float: right;
    margin-right: 7px;
    background: #9b4a42;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: white;
    font-family: 'BebasNeueRegular';
    font-size: 16px;
    padding: 2px 12px;
    text-shadow: 0 0 1px rgba(0,0,0,.05);
}
.right label.error
{
    width: 400px;
    text-align: right;
    color: #a00;
}
.right label.error:before
{
    content: "▲ ";
}
.right input.error, .right textarea.error
{
    border-color: #a00;
}
#subscribe
{
    position: relative;
    margin-top: 4px;
    overflow: auto;
}
#subscribe input[type=text]
{
    width: 250px;
}
#subscribe input[type=submit]
{
    margin-right: 9px;
}
#bloglisting
{
    overflow: hidden;
    width: 900px;
    padding-top: 30px;
}
#bloglisting article
{
    display: block;
    float: none;
    width: 260px;
    padding-right: 40px;
    border: 0;
    border-right: 0;
    margin: 0;
}
#bloglisting article img
{
    padding: 4px;
    background: white;
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 15px;
    margin-top: -10px;
}
.meta
{
    margin: 0 0 20px 0;
    font-size: 12px;
    border-top: 1px solid #ddd;
    overflow: hidden;
}
.meta nav
{
    display: inline;
}
.timestamp, .byline, .categories
{
    border-right: 1px solid #ddd;
    display: block;
    float: left;
    padding: 0 10px;
    color: #AAA;
    font-style: italic;
}
.byline
{
    padding-left: 0;
}
.categories
{
    border-right: 0;
}
.byline .author, .categories a
{
    font-style: normal;
}
.meta-share
{
    padding: 0 0 24px 0;
}
.meta-share iframe
{
    display: inline;
    vertical-align: middle;
}
.smallimage
{
    border: 1px solid #dcdccc;
    background: #f9f9f7;
    text-align: center;
    padding: 20px 0 17px 0;
}
.smallimage img
{
    display: inline;
    border: 1px solid #dcdccc;
    margin-bottom: 0;
}
#comments
{
    padding-top: 48px;
}
#comments ol
{
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
#comments ol li
{
    z-index: 2;
    position: relative;
    background: #fff;
    margin-bottom: 80px;
    border-top: 6px solid gray;
    border-bottom: 6px solid gray;
}
#comments .color-1
{
    border-color: #81b8e1;
}
#comments .color-2
{
    border-color: #d1e198;
}
#comments .color-3
{
    border-color: #b2746e;
}
#comments .color-4
{
    border-color: #d5d5d5;
}
#comments ol li img
{
    position: absolute;
    bottom: -66px;
    left: 40%;
    margin-left: -60px;
}
#comments .color-2 img, #comments .color-4 img
{
    left: 65%;
}
#comments ol li .comment-meta
{
    position: absolute;
    height: 50px;
    bottom: -66px;
    text-align: right;
    width: 170px;
    line-height: 17px;
}
#comments .color-2 .comment-meta, #comments .color-4 .comment-meta
{
    text-align: left;
    right: 0;
    width: 210px;
}
#comments ol li .comment-meta a
{
    color: #444 !important;
    font-size: 10px;
    display: block;
}
#comments ol li .comment-meta time
{
    font-size: 11px;
    color: #777;
}
#comments ol li .comment-meta h5 cite
{
    font-style: normal;
}
#comments ol li .comment-text
{
    z-index: 9;
    position: relative;
    background: #f0f0f0;
    padding: 20px;
}
#comments ol li .comment:before
{
    z-index: 0;
    content: '';
    position: absolute;
    bottom: -40px;
    left: 40%;
    margin-left: 0;
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-left: 40px solid #aaa;
}
#comments .color-1 .comment:before
{
    border-left-color: #81b8e1;
}
#comments .color-2 .comment:before
{
    border-right-color: #d1e198;
    border-left-color: transparent;
}
#comments .color-3 .comment:before
{
    border-left-color: #b2746e;
}
#comments .color-4 .comment:before
{
    border-right-color: #d5d5d5;
    border-left-color: transparent;
}
/*.arrow-nav
{
    position: relative;
    background: #2d2d2d;
    padding: 0 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 20px;
}
.arrow-nav ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 30px;
}
.arrow-nav ul li
{
    position: relative;
    display: inline;
    float: left;
    text-align: center;
}
.arrow-nav ul li a
{
    color: white;  
    font-size: 14px;
    line-height: 30px;
    padding: 0 20px;
    outline: 0;
    text-shadow: 0 0 1px rgba(0,0,0,.1);
    cursor: pointer;
}
.arrow-nav ul li a:hover
{
    text-decoration: none;
    text-shadow: 0 0 1px rgba(0,0,0,.8);
}
.arrow-nav ul li a:active
{
    outline: 0;
}
.arrow-nav ul li span
{
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -16px;
    border-top: 0 solid #123e54;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    -webkit-transition: 500ms;
}
.arrow-nav ul li.active span
{
    border-top: 8px solid #2d2d2d;
}*/
#portfolio {
    position: relative;
}
#portfolio #items {
    position: relative;
    left: -6px;
    width: 700px;
}
#portfolio article {
    position: relative;
    display: inline;
    float: left;
    width: 220px;
    background: url(../images/medium-frame.png) no-repeat;
    height: 240px;
    margin: 0 13px 13px 0;
}
#portfolio article img {
    display: block;
    padding: 12px;
}
#portfolio article h6 {
    z-index: 2;
    display: inline;
    position: relative;
    font-family: arial,sans-serif;
    font-size: 11px;
    color: #666;
    font-weight: normal;
    padding: 4px 4px;
    line-height: 10px !important;
    top: 3px;
    left: 8px;
    overflow: hidden;
    margin: 0;
    background: white;
	width:172px; float:left;
}
#portfolio article a:hover
{
    text-decoration: none !important;
}
#portfolio article a:hover h6
{
    background: #0C2F4A;
    color: #FFF;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#portfolio article span {
    z-index: 1;
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    right: 12px;
    top: 210px;
    overflow: hidden;
    text-indent: -9999em;
    background: url(../images/info.png); margin-top:2px;
}
.quotes {
    position: relative;
    background: white;
    padding: 5px 0 0 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 170px;
}
.quotes blockquote {
    position: absolute;
    right: 50px;
    width: 500px;
    background: white;
    border: 0;
    text-align: right;
    font-size: 22px;
    line-height: 30px;
    color: #1577be;
    font-style: normal;
    margin-bottom: 0;
}
.quotes blockquote:before, .quotes blockquote:after {
    position: absolute;
    content: "\201C";
    display: block;
    color: #c4ddef;
    font-size: 120px;
    line-height: 180px;
    font-family: 'Times New Roman' , 'BebasNeueRegular';
    height: 70px;
    font-weight: bold;
}
.quotes blockquote:before {
    top: -40px;
    left: -40px;
}
.quotes blockquote:after {
    content: "\201D";
    right: -55px;
    bottom: 30px;
}
#portfolio-left, #portfolio-right
{
    display: inline;
    float: left;
    width: 600px;
}
#portfolio-right
{
    width: 275px;
    margin-left: 30px;
    margin-top: 60px;
}
#portfolio-left h1
{
    font-family: 'BebasNeueRegular' ,sans-serif !important;
    font-size: 48px;
}
#portfolio-rotation
{
    position: relative;
    top: 0;
    left: -7px;
    width: 614px;
    height: 321px;
    overflow: hidden;
    background: url(../images/portfolio-frame.png);
    margin-bottom: 10px;
}
#portfolio-rotation #rotator
{
    position: absolute;
    top: 7px;
    left: 7px;
}
#portfolio-details
{
    position: relative;
    left: -37px;
    width: 627px;
    padding: 5px 0 5px 17px;
    background: #3183b2;
    color: white;
    margin-bottom: 20px;
}
#portfolio-details p
{
    margin: 0;
    font-style: italic;
    line-height: 24px;
    position: relative;
    font-size: 15px;
    top: 2px;
}
#portfolio-details p strong
{
    font-family: 'BebasNeueRegular' ,sans-serif;
    text-shadow: 0 0 1px rgba(0,0,0,.1);
    color: white;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    margin-right: 5px;
    margin-left: 20px;
}
#portfolio-details p a
{
    color: white;
    text-decoration: none;
}
#portfolio-right h2
{
    background: #3183b2;
    color: white;
    font-family: 'BebasNeueRegular' ,sans-serif;
    font-size: 24px;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-shadow: 0 0 1px rgba(0,0,0,.1);
}
#portfolio-rotation-nav
{
    padding: 0 7px;
}
#portfolio-rotation-nav a
{
    position: relative;
    display: block;
    width: 250px;
    height: 125px;
    padding: 4px;
    border: 1px solid #dee2cb;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
    overflow: hidden;
    margin-bottom: 10px;
    background: white;
    cursor: pointer;
}
#portfolio-rotation-nav a img
{
    opacity: .4;
}
#portfolio-rotation-nav a:hover, #portfolio-rotation-nav a.active
{
    background: #dee2cb;
}
#portfolio-rotation-nav a:hover img, #portfolio-rotation-nav a.active img
{
    opacity: 1;
}
#footprint
{
    position: relative;
    left: -23px;
    overflow: hidden;
    width: 952px;
    padding-left: 1px;
    background: url(../images/footprint.png) repeat-y;
}
#footprint-nav
{
    transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    -webkit-transition: 800ms;
}
#footprint-pager
{
    display: block;
    text-align: center;
    width: 160px;
    margin: 0 auto;
    background: #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px 6px;
    color: white;
    font-family: 'BebasNeueRegular';
    font-size: 20px;
    line-height: 30px;
    padding: 0 10px;
    outline: 0;
    text-shadow: 0 0 1px rgba(0,0,0,.1);
    cursor: pointer;
}
#footprint article
{
    width: 316px;
    overflow: hidden;
    margin-right: 1px;
    padding: 0 0 20px;
}
.footprint
{
    border-top: 6px solid #348ebb;
}
.blog
{
    border-color: #81b8e1;
}
.in-the-press
{
    border-color: #a0bb3a;
}
.press-release
{
    border-color: #666;
}
.betterweb
{
    border-color: #d5d5d5;
}
#footprint header
{
    padding: 0 20px;
}
#footprint h1, #footprint h1 a
{
    font-size: 18px;
    line-height: 20px;
    color: #333;
}
#footprint time
{
    font-size: 11px;
    padding: 0 20px;
    margin-bottom: 5px;
    display: block;
}
#footprint .logo
{
    margin: 0 auto 20px auto;
}
#footprint img
{
    margin-bottom: 10px;
}
#footprint p
{
    color: #666;
    font-size: 12px;
    margin: 0;
    padding: 0 20px;
}
#footprint h2, #footprint h2 a
{
    padding: 0 20px;
    margin: 0;
    color: #666;
    font-size: 18px;
    line-height: 30px;
}
#footprint h2 a
{
    padding: 0;
}
.lead
{
    background: #999;
    color: white;
    padding: 40px 0 !important;
}
.blog-lead
{
    background: #81b8e1;
}
.betterweb-lead
{
    background: #d5d5d5;
}
#footprint .blog h1
{
    padding-bottom: 0;
    margin-bottom: 0;
}
.in-the-press-lead
{
    background: #a0bb3a;
}
.press-release-lead
{
    background: #666;
}
#footprint .lead h1
{
    color: white;
    font-size: 30px;
    padding: 0 30px;
}
#footprint .lead p
{
    color: white;
    font-size: 14px;
    padding: 0 30px;
}
.blogpostimg
{
    margin-left: 20px;
}
#footprint #blogtime
{
    padding: 2px 20px 0 0;
    display: inline;
    width: 100px;
}
#footprint .comments a
{
    width: 80px;
    font-size: 12px;
    font-family: Georgia;
}
.blogmeta
{
    padding-bottom: 10px;
}
.footprint tweet isotope-item
{
    padding-left: 20px;
}
.tweet h2
{
    background: #348ebb;
    width: 236px;
    display: block;
    border-radius: 6px;
    position: relative;
    left: 20px;
}
#footprint .tweet h2 a, #footprint .tweet h2
{
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.tweet-lead
{
    background: #348ebb;
}
#footprint .tweet-lead a:link
{
    color: #b5daf6;
}
#tweettime
{
    background: url('../images/bubblecorner.png') no-repeat;
    width: 276px;
    height: 26px;
    margin-left: 10px;
}
#tweettime
{
    padding-top: 5px;
}
#tweettime a
{
    padding: 0 0 0 155px;
    font-size: 18px;
}
.label
{
    font-family: 'BebasNeueRegular';
    color: #FFF;
    font-size: 14px;
    float: right;
    padding: 0 8px 2px 8px;
    background: #000;
    line-height: 16px;
}
#twitterfoot, #releasefoot
{
    padding-top: 20px;
}
#blogfoot
{
    padding-top: 30px;
}
#pressfoot
{
    padding-top: 35px;
}
.team-person
{
    display: inline;
    float: left;
    background: white;
    border: 1px solid #ccc;
    margin: 0 12px 20px 0;
    padding: 3px;
}
.team-person h6
{
    font-weight: normal;
    text-align: center;
}
.team-person a:hover h6
{
    text-decoration: none;
}
.job-position
{
    font-size: 26px;
    color: gray;
}
.job-bio
{
    display: inline;
    float: left;
    width: 380px;
    margin-right: 20px;
}
.job-person
{
    display: inline;
    float: left;
    width: 200px;
}
.job-person img
{
    width: 200px;
    display: block;
}
.job-twitter
{
    position: relative;
    display: block;
    width: 180px;
    margin: 5px 0;
    padding: 10px 10px 20px 10px;
    background: #f5f5f5;
    border-radius: 8px;
    box-shadow: 2px 3px #3283ae;
}
.job-twitter:after
{
    content: '';
    position: absolute;
    border: 20px solid transparent;
    border-bottom: 12px solid #f5f5f5;
    top: -30px;
    left: 10px;
}
.job-twitter h4
{
    margin-bottom: 10px;
}
.job-twitter article
{
    font-size: 11px;
    font-family: arial,sans-serif;
    line-height: 15px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}
.job-tweet
{
    margin-bottom: 5px;
}
.job-tweetline
{
    font-size: 10px;
    opacity: .9;
    margin-bottom: 0;
}
.job-posts
{
    clear: both;
    padding-top: 20px;
}
.job-posts article
{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.job-posts h3
{
    font-size: 18px;
}
.job-posts article .meta
{
    font-size: 11px;
    line-height: 14px;
    display: none;
}
#allposts
{
    font-family: 'BebasNeueRegular' ,sans-serif;
    color: white;
    background: #3a98b7;
    width: 200px;
    font-size: 18px;
    padding: 1px 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
}
#allposts a
{
    color: #FFF;
}
#allposts a:hover
{
    text-decoration: none;
}
.full-width h2
{
    font-family: 'BebasNeueRegular' ,sans-serif;
    text-transform: uppercase;
    font-size: 28px;
}
.left-full
{
    width: 600px;
    float: left;
    margin-bottom: 20px;
}
.right-full
{
    float: right;
    width: 275px;
}
#contact-full
{
    margin-top: -60px;
}
.right-full form
{
    background: #f8f8f8;
    padding: 20px;
    overflow: auto;
}
.right-full input[type="text"], .right-full input[type="email"], .right-full input[type="url"], .right-full textarea
{
    width: 100%;
    height: 25px;
    margin: 6px 0 11px 0;
    font-size: 12px;
    font-family: sans-serif;
}
.right-full label
{
    font-size: 11px;
    line-height: 11px;
}
.right-full textarea
{
    height: 50px;
}
.right-full input[type="submit"]
{
    float: right;
    margin-right: 20px;
    background: #9b4a42;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: white;
    font-family: 'BebasNeueRegular';
    font-size: 16px;
    padding: 2px 12px;
    text-shadow: 0 0 1px rgba(0,0,0,.05);
    margin: 4px 0 0 0;
}
.featured-projects
{
    position: relative;
    left: -22px;
    padding: 20px 20px;
    clear: both;
    width: 910px;
    background: #f5f5f5;
    overflow: hidden;
}
.featured-projects article
{
    float: left;
    margin: 0 8px 8px 0;
    display: inline;
    border: solid 2px #fff;
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
}
.featured-projects article:hover
{
    border: solid 2px #cde2ed;
}
#site-features-area
{
    padding: 40px 0;
    clear: both;
    overflow: auto;
}
#site-features h3
{
    font-size: 12px;
    color: #333;
    font-family: sans-serif;
    font-weight: 700;
    margin-bottom: 2px;
}
#site-features p, #site-features a
{
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 18px;
    font-family: sans-serif;
}
#site-features ul
{
    margin-left: 0;
}
#site-features ul li
{
    list-style-type: none;
    width: 225px;
    padding-left: 60px;
    padding-right: 15px;
    float: left;
    margin-bottom: 10px;
}
.political-campaign-online-donations
{
    background: url(../images/icon-donations.png) left center no-repeat;
}
.political-campaign-social-media
{
    background: url(../images/icon-social-media.png) left center no-repeat;
}
.political-campaign-forms-and-mailing-lists
{
    background: url(../images/icon-email-out.png) left center no-repeat;
}
.political-campaign-custom-design
{
    background: url(../images/icon-design.png) left center no-repeat;
}
.political-campaign-online-video
{
    background: url(../images/icon-video.png) left center no-repeat;
}
.political-campaign-email-accounts
{
    background: url(../images/icon-email-in.png) left center no-repeat;
}
.quote
{
    background: #f1f9fd;
    padding: 20px 20px 15px 20px;
}
.quote p
{
    font-size: 16px;
    color: #111;
    margin-bottom: 10px;
}
.quote p em
{
    font-size: 12px;
    line-height: 16px;
}
#call-to
{
    width: 990px;
    background: #3183b2;
    padding: 15px 0;
    clear: both;
    text-align: center;
    margin: 10px 0 10px -40px;
}
#call-to p
{
    font-size: 28px;
    color: #e2e2e2;
    font-style: italic;
    margin-bottom: 0;
}
#call-to p a
{
    color: #fff;
    text-decoration: underline;
}
#call-to p a:hover
{
    text-decoration: none;
}
#worked-with
{
    clear: both;
    padding: 40px 0;
}
#worked-with table td
{
    width: 33%;
}
#worked-with li
{
    font-size: 12px;
}
#worked-with h3
{
    font-size: 18px;
}
.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea
{
    -moz-border-radius: 0 0 0 0 !important;
    -webkit-border-radius: 0 0 0 0 !important;
    background: none !important;
    border: 0 !important;
    bottom: auto !important;
    float: none !important;
    height: auto !important;
    left: auto !important;
    line-height: 1.3em !important;
    margin: 0 !important;
    outline: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: static !important;
    right: auto !important;
    text-align: left !important;
    top: auto !important;
    vertical-align: baseline !important;
    width: auto !important;
    box-sizing: content-box !important;
    font-family: "Consolas" , "Bitstream Vera Sans Mono" , "Courier New" ,Courier,monospace !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 1em !important;
    min-height: inherit !important;
    min-height: auto !important;
}
.syntaxhighlighter
{
    width: 100% !important;
    margin: 1em 0 1em 0 !important;
    position: relative !important;
    overflow: auto !important;
    font-size: 1em !important;
}
.syntaxhighlighter.source
{
    overflow: hidden !important;
}
.syntaxhighlighter .bold
{
    font-weight: bold !important;
}
.syntaxhighlighter .italic
{
    font-style: italic !important;
}
.syntaxhighlighter .line
{
    white-space: pre !important;
}
.syntaxhighlighter table
{
    width: 100% !important;
}
.syntaxhighlighter table caption
{
    text-align: left !important;
    padding: .5em 0 .5em 1em !important;
}
.syntaxhighlighter table td.code
{
    width: 100% !important;
}
.syntaxhighlighter table td.code .container
{
    position: relative !important;
}
.syntaxhighlighter table td.code .container textarea
{
    box-sizing: border-box !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    background: white !important;
    padding-left: 1em !important;
    overflow: hidden !important;
    white-space: pre !important;
}
.syntaxhighlighter table td.gutter .line
{
    text-align: right !important;
    padding: 0 .5em 0 1em !important;
}
.syntaxhighlighter table td.code .line
{
    padding: 0 1em 0 2px !important;
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line
{
    padding-left: 0 !important;
}
.syntaxhighlighter.show
{
    display: block !important;
}
.syntaxhighlighter.collapsed table
{
    display: none !important;
}
.syntaxhighlighter.collapsed .toolbar
{
    padding: .1em .8em 0 .8em !important;
    font-size: 1em !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
}
.syntaxhighlighter.collapsed .toolbar span
{
    display: inline !important;
    margin-right: 1em !important;
}
.syntaxhighlighter.collapsed .toolbar span a
{
    padding: 0 !important;
    display: none !important;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource
{
    display: inline !important;
}
.syntaxhighlighter .toolbar
{
    position: absolute !important;
    right: 1px !important;
    top: 1px !important;
    width: 11px !important;
    height: 11px !important;
    font-size: 10px !important;
    z-index: 10 !important;
}
.syntaxhighlighter .toolbar span.title
{
    display: inline !important;
}
.syntaxhighlighter .toolbar a
{
    display: block !important;
    text-align: center !important;
    text-decoration: none !important;
    padding-top: 1px !important;
}
.syntaxhighlighter .toolbar a.expandSource
{
    display: none !important;
}
.syntaxhighlighter.ie
{
    font-size: .9em !important;
    padding: 1px 0 1px 0 !important;
}
.syntaxhighlighter.ie .toolbar
{
    line-height: 8px !important;
}
.syntaxhighlighter.ie .toolbar a
{
    padding-top: 0 !important;
}
.syntaxhighlighter.printing .line.alt1 .content, .syntaxhighlighter.printing .line.alt2 .content, .syntaxhighlighter.printing .line.highlighted .number, .syntaxhighlighter.printing .line.highlighted.alt1 .content, .syntaxhighlighter.printing .line.highlighted.alt2 .content
{
    background: none !important;
}
.syntaxhighlighter.printing .line .number
{
    color: #bbb !important;
}
.syntaxhighlighter.printing .line .content
{
    color: black !important;
}
.syntaxhighlighter.printing .toolbar
{
    display: none !important;
}
.syntaxhighlighter.printing a
{
    text-decoration: none !important;
}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a
{
    color: black !important;
}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a
{
    color: #008200 !important;
}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a
{
    color: blue !important;
}
.syntaxhighlighter.printing .keyword
{
    color: #069 !important;
    font-weight: bold !important;
}
.syntaxhighlighter.printing .preprocessor
{
    color: gray !important;
}
.syntaxhighlighter.printing .variable
{
    color: #a70 !important;
}
.syntaxhighlighter.printing .value
{
    color: #090 !important;
}
.syntaxhighlighter.printing .functions
{
    color: #ff1493 !important;
}
.syntaxhighlighter.printing .constants
{
    color: #06c !important;
}
.syntaxhighlighter.printing .script
{
    font-weight: bold !important;
}
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a
{
    color: gray !important;
}
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a
{
    color: #ff1493 !important;
}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a
{
    color: red !important;
}
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a
{
    color: black !important;
}
.syntaxhighlighter
{
    background-color: #2b2b2b !important;
    font-family: 'Courier New' ,monospace !important;
    font-size: 12px !important;
    border: 1px solid #5c5c5c;
    margin: 0 0 20px 0 !important;
}
.syntaxhighlighter .line
{
    padding-left: 4px !important;
}
.syntaxhighlighter .line.alt1
{
    background-color: #2b2b2b !important;
}
.syntaxhighlighter .line.alt2
{
    background-color: #303030 !important;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2
{
    background-color: #323e41 !important;
}
.syntaxhighlighter .line.highlighted.number
{
    color: #b9bdb6 !important;
}
.syntaxhighlighter table caption
{
    color: #b9bdb6 !important;
}
.syntaxhighlighter .gutter
{
    color: #343434 !important;
}
.syntaxhighlighter .gutter .line
{
    border-right: 1px solid #5c5c5c !important;
    background: #c0c0c0 !important;
}
.syntaxhighlighter .gutter .line.highlighted
{
    background-color: #435a5f !important;
    color: #1b2426 !important;
}
.syntaxhighlighter.printing .line .content
{
    border: none !important;
}
.syntaxhighlighter.collapsed
{
    overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar
{
    color: #5ba1cf !important;
    background: black !important;
    border: 1px solid #435a5f !important;
}
.syntaxhighlighter.collapsed .toolbar a
{
    color: #5ba1cf !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover
{
    color: #5ce638 !important;
}
.syntaxhighlighter .toolbar
{
    color: white !important;
    background: #435a5f !important;
    background: black !important;
    border: none !important;
}
.syntaxhighlighter .toolbar a
{
    color: white !important;
}
.syntaxhighlighter .toolbar a:hover
{
    color: #e0e8ff !important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a
{
    color: #e6e1dc !important;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a
{
    color: #878a85 !important;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a
{
    color: #a5c261 !important;
}
.syntaxhighlighter .keyword
{
    color: #b46c2e !important;
    color: #6d9cbe !important;
}
.syntaxhighlighter .preprocessor
{
    color: #435a5f !important;
}
.syntaxhighlighter .variable
{
    color: #c45e53 !important;
}
.syntaxhighlighter .value
{
    color: #090 !important;
}
.syntaxhighlighter .functions
{
    color: #ffaa3e !important;
}
.syntaxhighlighter .constants
{
    color: #e0e8ff !important;
}
.syntaxhighlighter .script
{
    font-weight: bold !important;
    color: #5ba1cf !important;
    background-color: none !important;
}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a
{
    color: #e0e8ff !important;
}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a
{
    color: white !important;
}

.syntaxhighlighter .color3, .syntaxhighlighter .color3 a
{
    color: #ffaa3e !important;
}


/***************************************************
		  FILTERABLE   PORTFOLIO 
***************************************************/
#filterable  {
	display: inline;
	/*float: right;*/
	margin-bottom: 20px;
	margin-right:20px;

}
#filterable li {
	float: left;
	margin-left: 22px;
	
}
#filterable li a {
	display: block;
	color: #4b4b4b;
	/*font: bold 11px arial;*/
	text-decoration: none;
	text-align: center;
	width: 100%;
	height: auto;
	padding:5px 5px;
	margin:5px;
	background: #fafafa;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top: 1px solid #f0f0f0;
	-webkit-box-shadow: 
		inset 0 0 25px #fafafa,
		0 1px 0 #cecece,
		0 2px 0 #c9c9c9,
		0 2px 3px #4a4a4a;
	-moz-box-shadow: 
		inset 0 0 25px #fafafa,
		0 1px 0 #cecece,
		0 2px 0 #c9c9c9,
		0 2px 3px #4a4a4a;
	box-shadow: 
		inset 0 0 25px #fafafa,
		0 1px 0 #cecece,
		0 2px 0 #c9c9c9,
		0 2px 3px #4a4a4a;
	text-shadow: 0px 1px 0px #f5f5f5;
}

#filterable li.active a {
	/*color: #dbdbdb;*/
	background: #dbdbdb;
	margin: 7px 5px 3px;
	-webkit-box-shadow:
		inset 0 0 25px #e4e4e4,
		0 0 3px #333;
	-moz-box-shadow: 
		inset 0 0 25px #e4e4e4,
		0 0 3px #333;
	box-shadow: 
		inset 0 0 25px #e4e4e4,
		0 0 3px #333;
	border-top: 1px solid #eee;
	font-weight : bold;
}
#filterable li h5{
	float: left;
	margin-top: 10px;
	margin-left : -20px;
	
}