@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");

html,
body {
    height: 100%;
	overflow-x: hidden;
	animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
	-o-animation: fadein 1s; /* Opera */
	scroll-behavior: smooth;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

body {
    color: #333;
    text-align: center;
    overflow-x:hidden;
    /*border-top: 5px solid #ffef8f;
    border-bottom: 5px solid #ffef8f;*/
    height: auto;
    font-family: roboto;
}

.inner {
    padding-top: 131px;
    text-align: left;
    margin-bottom: 100px;
    display: inline-block;
    font-size: 11px;
    width: 837px;
    line-height: 15px;
    margin-left: -74px;
}

.web-design .inner,
.nondigital .inner {
    width: 1037px; 
}

.feature {
    width: 837px;
    float: right;
    padding-bottom: 75px;
    padding-bottom: 120px;
}

.web-design .feature,
.nondigital .featur {
    width: 1037px; 
}

.feature img.mobile-trade-ix {
    position: absolute;
    z-index: 1;
    max-width: 150px;
    padding: 10px;
    border-radius: 20px;
    background: rgba(243,243,245,0.99);
    right: 0;
    margin-top: -218px;
    margin-right: -5px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.feature img.mobile {
    position: absolute;
    z-index: 1;
    max-width: 150px;
    padding: 10px;
    border-radius: 15px;
    background: rgba(243,243,245,0.99);
    right: 0;
    margin-top: -218px;
    margin-right: -5px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.feature h2 {
    text-align: right;
    color: #444;
    font-size: 13px;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 5px;
    font-family: roboto;
}

.feature .content {
    background: transparent;
    border-radius: 3px;
    padding-bottom: 30px;
    padding-bottom: 20px;
	padding: 25px;
    border: 5px solid #777;
	border-radius: 30px;
    position: relative;
}

h4.panel-title {
    height:30px;
    font-size: 18px;
}

.separator {
    margin: 0 -9999rem 75px;
    padding: 0.25rem 9999rem;
    background: #eee;
    display: flex;
    display: none;
}

.image-row {
    position: relative;
}

a.no-hover {
    text-decoration: none;
    cursor: text;
}

.css-notice {
	width: 300px;
    text-align: center;
    display: inline-block;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    top: 25px;
    position: absolute;
    margin: 0 auto;
    left: 170px;
    margin-left: -150px;
    opacity: 0.7;
	pointer-events: none;
}

#sctCc .panel-body .slider:first-of-type img,
#sctCc .panel-body .slider:nth-of-type(3) img,
#sctHalo .panel-body .slider:first-of-type img,
#sctPowerShift .panel-body .slider:first-of-type img {
	border: 3px solid #E5e5e5;
	border-radius: 10px;
}

.slider.slider-for.solo.zero a img.with-title-below {
	margin: 17px 0px 7px 0px;
}




/* ============================ links & buttons ============================ */

a,
a:focus,
a:hover {
    color: #333;
}

.inner p a {
	color: #00aeef;
	color: #3a8df5;
	font-weight: bold; 
	font-family: 'Roboto'; 
}

.inner p a:hover {
	color: #3a8df5;
	text-decoration: none;
	background-color: white;
}

.btn-default,
.btn-default:hover,
.btn-default:focus {
    text-shadow: none; /* Prevent inheritence from `body` */
    border:none;
    border-radius: 0;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
    background-color:#fff;
    border-color:transparent;
}

.lead.cta {
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.40);
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.40);
    width: 100%;
    padding: 7px;
    background: #eee;
    margin-top: 15px;
}

.lead.cta:hover {
    background: #ccc;
}

.btn:active,
.masthead-nav > li:active  {
    top:3px;
    position: relative;
}

.masthead-nav > li.active:active {
    top:0;
    pointer-events: none;
}

.btn:active:focus,
.btn:focus {
    outline: 0;
}

.masthead-nav > li.active a {
    cursor: default;
}

a.cta-biography i.material-icons {
    display: inline-flex;
    vertical-align: middle;
    margin-bottom: 3px;
}



/* ============================ Bootstrap 3 accordions ============================ */

.panel-group {
    width: calc(100% - 73px);
}

.panel-default {
    border-color: transparent;
}

.panel-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 0;
    padding-top: 10px;
}

.panel-body h5 {
    font-weight: bold;
    color: #444;
    font-size: 18px;
	line-height: 1.375;
	margin-top: 30px;
}

.panel-body span {
    font-weight: bold;
    color: #000;
    clear: both;
    display: block;
    margin-top: 12px;
}    

.panel-body p {
    margin-bottom: 18px;
    line-height: 1.5;
    font-family: georgia;
    font-size: 18px;
}

.panel-body p:last-child {
    margin-bottom: 15px;
}

.panel-group .panel {
    border-radius: 0;
    border: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    background: transparent;
}

.panel-default > .panel-heading {
    background-color: transparent;
    border-radius: 0;
    padding: 0px;
}

.panel-default > .panel-heading:hover {
    background: transparent;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.0);
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.0);
}

a.accordion-toggle {
    background-color: #fff;
    width: 100%;
    display: block;
    height: 31px;
    background-position: 50%;
    background-color: transparent;
    padding: 14px 22px 30px 22px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
	margin-top: 15px;
	cursor: pointer;
	z-index: 1;
	color: #666;
}

a.accordion-toggle:after {
	content: "Show more";
    display: block;
    font-size: 10px;
    letter-spacing: 1.3px;
    color: #999;
    margin-top: 10px;
	opacity: 0.8;
	cursor: pointer;
}

a.accordion-toggle[aria-expanded="true"]:after {
	content: "Show less";
}

a.accordion-toggle i.material-icons {
    display: inline-flex;
    vertical-align: middle;
	margin-top: -3px;
	display: none;
}

a.accordion-toggle:active {
    bottom: -3px;
    position: relative;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
    background: transparent;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    text-align: justify;
    text-justify: inter-word;
    font-size: 16px;
    line-height: 1.5;
    max-width: 777px;
    margin: 0 auto;
    padding-top: 20px;
}

.skills,
.feedback,
.feedback-left {
    padding: 0 15px 18px 15px;
    text-align: justify;
    text-justify: inter-word;
}

.skills {
    padding-bottom:0;
}

.feedback-left {
    left: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 165px;
    margin-top: -36px;
    display: none;
}

.skills h5,
.feedback h5,
.feedback-left h5 {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    line-height: 1.375;
    text-align: center;
}

.skills p,
.feedback p,
.feedback-left p {
    margin-bottom:0;
    margin-top:8px;
    font-size: 16px;
    line-height: 1.375;
}

.skills span,
.feedback span,
.feedback-left span {
    font-weight: bold;
    color: #000;
    clear: both;
    display: block;
    margin-top: 12px;
    text-align: center;
}

.feedback-left span {
    text-align: right;
}



/* ============================ vertical and horizontal centering ============================ */

.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    background: #fff;
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}



/* ============================ header ============================ */

.masthead {
    padding:0;
}

a.logo {
    display: inline-block;
    float: left;
    padding: 30px;
    display: none;
}

a.logo img {
    width: 132px;
    height:90px;
    margin-top: -9px;
    margin-left: -4px;
    text-indent: -9999em;
    color: #fff;
    float: left;
    display: none;
}

.masthead-nav > li + li {
    margin-left: 20px;
}

.masthead-nav > li:nth-child(2) {
    margin-left: 0px;
}

.masthead-nav > li {
    color: #fff;
    text-indent: -9999em;
    background-position: 50% 0 ;
}

.masthead-nav > li > a {
    padding:0;
}

.masthead-nav > li:nth-child(1n) {
    background:url(../img/close.jpg) no-repeat;
    width:74px;
    height:31px;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .masthead-nav > li:nth-child(1n) {
        background:url(../img/close@2x.jpg) no-repeat;
        background-size: 74px 31px;
    }
}

.masthead-nav > li:nth-child(1n):after {
    background-image: none;
}

/* biography */
.masthead-nav > li:nth-child(2n) {
    background:url(../img/biography.jpg) no-repeat;
    width:98px;
    height:31px;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .masthead-nav > li:nth-child(2n) {
        background:url(../img/biography4@2x.jpg) no-repeat;
        background-size: 98px 31px;
    }
    .masthead-nav > li:nth-child(2n):after {
        background-image: url(../img/dot-left@2x.png);
        background-size: 7px 8px;
    }
}

/* web design */
.masthead-nav > li:nth-child(3n) {
    background:url(../img/web-design.jpg) no-repeat;
    width:111px;
    height:30px;
    margin-left: 18px;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .masthead-nav > li:nth-child(3n) {
        background:url(../img/web-design1@2x.jpg) no-repeat;
        background-size: 111px 30px;
    }
    .masthead-nav > li:nth-child(3n):after {
        background-image: url(../img/dot-middle@2x.png);
        background-size: 8px 6px;
    }
}

/* other */
.masthead-nav > li:nth-child(4n) {
    background:url(../img/other-bits.jpg) no-repeat;
    width:57px;
    height:31px;
    display: none;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .masthead-nav > li:nth-child(4n) {
        background:url(../img/other-bits@2x.jpg) no-repeat;
        background-size: 57px 31px;
    }
    .masthead-nav > li:nth-child(4n):after {
        background-image: url(../img/dot-right@2x.png);
        background-size: 7px 9px;
    }
}

.masthead-nav > li:nth-child(4n):after {
    background-image: none;
}

.masthead-nav > li:hover,
.masthead-nav > li:focus,
.masthead-nav > li:active,
.masthead-nav > li.active {
    background-position: 50% 100%;
    cursor: pointer;
}

.masthead-nav > li a:hover,
.masthead-nav > li a:focus,
.masthead-nav > li a:active {
    background-color: transparent;
}



/* ============================ home ============================ */

a.clam-van {
    display: block;
}

a.clam-van img {
    margin: -84px auto 60px;
    width: 100%;
}

a.clam-van:after {
    content: '';
    position: absolute;
    left: 100%;
    right: 9999px;
    background: url(../img/shadow.png);
    height: 20px;
    width: 9999px;
    margin: 391px 0 0 -5000px;
    z-index: -1
}

.home .mastfoot {
    position: fixed;
}

.biography .feature .bio .content {
    margin-bottom: 30px;
}



/* ============================ biography ============================ */

.biography .inner p,
.biography .inner h1 {
    margin: 0 auto;
    text-align: justify;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 18px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 777px;
	/* margin: 0 auto; */
	font-family: georgia;
	color: #333;
}

.biography .inner h1 span {
    color: thistle;
}

.biography .inner p:nth-child(1),
.biography .inner h1 {
    font-weight: 700;
    font-size: 50px;
    text-align: left;
    line-height: 55px;
    color:#333;
	margin-bottom: 50px;
	font-family: 'roboto';
}

/* .biography .inner p:nth-child(2) {
    font-weight: 700;
    margin-top: 27px;
	font-size: 22px;
	line-height: 1.375;
	font-family: 'roboto';
    color: #444;
} */
.biography .inner p.lead-p {
    font-weight: 700;
    margin-top: 27px;
	font-size: 22px;
	line-height: 1.375;
	font-family: 'roboto';
    color: #444;
}

.biography .inner p.intro {
    color: #191A00;
}

.biography h3 {
    margin: 0 auto;
    color: #444;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.375;
    padding-left: 30px;
    padding-right: 30px;
	max-width: 777px;
	padding-top: 5px;
}

.biography .feature {
    padding-bottom:0;
}

.biography .feature .content .slider.slider-for .image-row img {
    /* -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.40); */
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.40);
    /* box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.40); */
    width: 100%;
    height: auto;
    width: 100%;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border-radius: 10px;
}

.biography .feature .content {
    margin-top: 32px;
}

a.cta-biography {
    width: 150px;
    display: block;
    background-color: transparent;
    padding: 22px;
    border-radius: 3px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    margin: 50px 0 10px;
    font-weight: 500;
    text-align: right;
    float: right;
	left: -40px;
	color: #555;
}

a.cta-biography:active:focus,
a.cta-biography:focus,
a.cta-biography:hover {
    background-position: 50%;
    background: transparent;
}

a.cta-biography:active {
    margin-right: -3px;
    top: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}



/* ============================ web design ============================ */

.web-design .feature .content div {
    margin:0;
    position:relative;
    text-align:center;
    /* -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25); */
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
    /* box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25); */
    border-radius: 10px;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
}

.web-design .feature .content div img {
    width: 100%;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border-radius: 10px;
    /* padding-left: 30px; */
	/* padding-right: 30px; */
}

.web-design .feature .content div img.three-devices {
    padding:20px;
}

.feature .content .slider-nav h3 {
    margin-right:7px;
    margin-top: 7px;
}

.feature .content .slider-nav div:nth-child(3n) h3 {
    margin-right: 0;
}

.slick-list.draggable {
    padding:0 !important;
}

/* remove this when carousel three images are added */
.feature .content .slider-nav {
    display: none;
}

#dg-app.feature .content div img {
    opacity: 0.95;
}

.slider.slider-for.solo a img {
    width: 100%;
    margin-bottom: 10px;
    padding: 30px 15% 30px 15%;
	margin: 17px 0px 32px 0px;
}

/* ============================ other bits ============================ */

.other-bits .feature {
    padding-bottom: 80px;
}

.other-bits .feature:last-child {
    padding-bottom: 0
}

.other-bits .feature .content img {
    margin:0;
}

.other-bits .feature .content .slider.slider-for .image-row {
    margin-bottom: 15px;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.other-bits .feature .content .slider.slider-for .image-row div {
    webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 200px;
    margin-right:15px;
}

.other-bits .feature .content .slider.slider-for .image-row div:last-child {
    margin-right: 0;
}

.other-bits .feature .content .slider.slider-for .image-row:last-child {
    margin-bottom: 0
}

.other-bits .feature .content .slider.slider-for .image-row img {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.40);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.40);
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.other-bits .feature .content .slider.slider-for .image-row img:nth-child(3n) {
    margin-right: 0
}



/* ============================ footer ============================ */

.mastfoot {
    color: #999; /* IE8 proofing */
    color: rgba(0,0,0,.5);
    font-size: 15px;
    padding: 0 30px 30px 30px;
    bottom: 0;
    width: 100%
}



/* ============================ push nav ============================ */

#wrapper {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #fff;
    margin-left: 250px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    background: #f3f3f5;
}

#wrapper.toggled {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.1);
}

nav.menu {
    position: fixed;
    z-index: 20;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

nav.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

button.close-menu:focus {
    outline: none;
}

nav.slide-menu-top,
nav.push-menu-top {
    left: 0;
    width: 100%;
    height: 239px;
}

nav.slide-menu-top ul,
nav.push-menu-top ul {
    text-align: center;
    width: 717px;
    margin: 20px auto;
    margin-top: 25px;

}

nav.slide-menu-top li,
nav.push-menu-top li {
    display: inline-block;
    float: left;
}

nav.slide-menu-top a,
nav.push-menu-top a {
    display: block;
    padding: 0 10px;
    font-size: 18px;
    height: 100%;
    width: 100%;
}

nav.slide-menu-top,
nav.push-menu-top {
    top: -379px;
}

body.smt-open nav.slide-menu-top,
body.pmt-open nav.push-menu-top {
    top: 0;
}

body.pmt-open #wrapper {
    top: 269px;
}

.slider.slider-for.empty {
    height:300px;
    background: #1e0017;
    background:#fff;
    opacity: 0.7;
}

.slider.slider-for.empty:after {
    content: "Coming soon";
    color: #333;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 0px;
    border-radius: 2px;
    margin-top: 129px;
    font-weight: bold;
    font-size: 50px;
    opacity: 0.3;
}

.slider.slider-for > div img:nth-child(2),
.slider.slider-for > div img:nth-child(3) {
    border-top:2px solid #000;
}

.view-container {
    background: #eee;
    padding: 7px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.40);
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.40);
    display: inline-block;
    margin-top: -78px;
    margin-bottom: 0;
    margin-left: 15px;
    float: right
}

.view-container:hover {
    background: #ccc;
}

button.view {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background: url(../img/eye.png) no-repeat;
    background-color: #fff;
    background-position: center;
    height:32px;
    box-sizing: border-box;
    padding: 21px 23px 23px 21px;
    border:none;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.40);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.40);
}

    @media (-webkit-min-device-pixel-ratio: 2) {
        button.view {
            background: url(../img/eye@2x.png) no-repeat;
            background-size: 32px 32px;
            background-color: #fff;
            background-position:center;
        }
    }

button.view:hover {
    cursor: pointer;
}

button.view:focus {
    outline: none
}

.tooltip {
    font-weight: bold !important;
    padding: 10px 10px !important;
    border: 0 !important;
    background: #fff !important;
    box-shadow: 0 3px 60px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
    margin-left: -154px !important;
    opacity: 0.99 !important;
    border-radius: 3px !important
}

.tooltip-arrow {
    border-right-color: #ccc !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border: none !important;
    margin-left: -1px !important;
    background: #fff !important;
}

.tooltip-inner {
    background: #fff !important;
    color:#000;
}

.full-width {
    width: 100%;
    float: none
}

.screenshots img {
    margin-top: 60px
}

.cmd .screenshots img:nth-child(2) {
    margin: 40px 0;
    margin-top: 100px;
}

.cmd .screenshots img:first-child {
    margin-top: 0;
}

.screenshots img:last-child {
    margin-bottom: 60px;
}

.eyc-ui-framework .screenshots img {
    margin-top:0;
    margin-bottom: 0;
}

.screenshots.dataiq img {
    padding: 0 60px;  
}
   
.screenshots.dataiq .phablet img:last-child {
    margin-bottom: 60px;
    display: block;
    margin:60px auto;
}

.screenshots.dataiq .phablet img:first-child {
    margin-bottom: 60px;
    display: block;
    margin:60px auto;
}

body.x-scroll {
    overflow-x: auto;
    display: inline-block;
}

#menu-toggle .material-icons {
    float: left;
    padding: 15px 20px 15px 20px;
    font-size: 33px;
    color: #777;
    background: #fff;
    position: absolute;
    border-bottom-right-radius: 3px;
}

#wrapper.toggled #menu-toggle .material-icons {
    left: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    position: relative;
    background: transparent;
}

#wrapper.toggled #menu-toggle .material-icons:active,
#wrapper #menu-toggle .material-icons:active {
    bottom: -3px;
    position: relative;
}

#wrapper #menu-toggle .material-icons {
    left: 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    background: transparent;
}

#sidebar-wrapper {
    background: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sidebar-nav li {
    text-transform: uppercase;
}

.sidebar-nav li a {
    color: #555;
    font-size: 16px;
    text-align: left;
    height:50px;
    padding-top: 6px;
}

.sidebar-nav li:first-child a {
    display: none;
}

.sidebar-nav li a:active {
    right: -3px;
    position: relative;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active a {
	box-shadow: 0 3px 60px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sidebar-nav {
    width: 249px;
}

#wrapper.toggled .sidebar-brand span {
    background: #fff;
    display: block;
    height: 10px;
    width: 10px;
    margin: 20px 0 0 15px;
    border: 10px solid #ffef8f;
    border-radius: 30px;
    display: none;
}

.sidebar-brand span {
    background: #fff;
    display: block;
    height: 10px;
    width: 10px;
    margin: 20px 0 0 15px;
    border: 15px solid #ffef8f;
    border-radius: 30px;
    display: none;
}

.sidebar-nav li:nth-child(2) {
    margin-top: 50px;
}

.sidebar-nav .material-icons {
    float: left;
	margin: 7px 5px 2px 3px;
	color: #666;
}

.biography .inner p mark {
    background:#c8c8c8
}

a#menu-toggle {
    left: 71px;
}



/* ============================ Plasmagnetic Levitation ============================ */

.biography .inner ul,
.biography .inner ol {
    padding-left: 80px;
    margin-bottom: 18px;
}
.biography .inner ul li,
.biography .inner ol li  {
	margin: 0 auto;
    text-align: justify;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 60px;
    max-width: 777px;
    font-family: georgia;
    color: #333;
}
.biography .inner ul li a,
.biography .inner ol li a {
    color: #3a8df5;
    font-weight: bold;
    font-family: 'Roboto';
}
.biography .inner ul li a:hover,
.biography .inner ol li a:hover {
    color: #3a8df5;
    text-decoration: none;
    background-color: white;
}
.biography .inner ul li ul,
.biography .inner ol li ul {
    padding-left: 15px;
    margin-top: 10px;
	list-style-type: disc;
}
.biography .inner ul li ul,
.biography .inner ol li ul {

}



























/* ============================ media queries ============================ */

@media (min-width: 930px) {
    .masthead {
        top: 0;
        position: absolute;
    }
    .masthead,
    .cover-container {
        width: 100%;
    }
    .home .cta,
    button.nav-toggler.toggle-push-top,
    .masthead-nav li.close-menu {
        display: none
    }
    .masthead {
        width: 717px;
        margin-left: 75px;
    }
    nav.slide-menu-top,
    nav.push-menu-top {
        top: 0px;
        height: inherit;
    }
    nav.slide-menu-top ul,
    nav.push-menu-top ul {
        padding-left: 10px;
    }
    nav.menu {
        position: absolute;
    }
    .inner p.intro {
        position: absolute;
        left: 0;
        width: 165px;
        margin-top: -28px;
    }
}

@media (max-width: 1200px) {
	.inner {
        margin-left: 0;
        padding: 68px 24px 0 24px;
        width: 100% !important;
    }
    .feature {
        float: none;
        width: 100% !important;
        padding-bottom: 120px;
    }
	.biography .inner ul,
	.biography .inner ol {
		padding-left: 50px;
		margin-bottom: 18px;
		margin: 0 auto;
		max-width: 777px;
	}
	.biography .inner ul li,
	.biography .inner ol li {
		padding-right: 30px;
	}
}
    
@media (max-width: 929px) {
    a.clam-van:after,
    .masthead:after,
    nav.push-menu-top button.close-menu,
    .masthead-nav > li:after,
    .feedback-left {
        display:none
    }
    .site-wrapper,
    .site-wrapper-inner {
        display: block;
        overflow-y: hidden;
    }
    a.logo img {
        width: 100%;
        max-width: 555px;
        height: auto;
        float: none;
    }
    a.logo {
        display: inline-block;
        float: none;
        padding: 30px;
        width: 90%;
    }
    button.nav-toggler.toggle-push-top {
        margin: 0 auto;
        display: block;
        background-color: transparent;
        border: 0;
        outline: 0;
        padding: 5px;
        line-height: 1.375;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 72px;
        margin-top: 15px;
        background: url(../img/menu.jpg) no-repeat;
        width: 100%;
        background-position-x: right !important;
        height: 30px;
        text-indent: -9999px;
        float: right;
        margin-right: 6px;
    }
    @media (-webkit-min-device-pixel-ratio: 2) {
        button.nav-toggler.toggle-push-top {
            background: url(../img/menu@2x.jpg) no-repeat;
            background-size: 111px 30px;
            background-position: 50%;
            background-color: #fff;
        }
    }
    button.nav-toggler.toggle-push-top span {
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.40);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.40);
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.40);
        display: block;
        width: 30px;
        height: 8px;
        margin-bottom:3px;
        background: #fff;
    }
    button.nav-toggler.toggle-push-top span:last-child {
        margin-bottom:0px;
    }
    .masthead-nav > li:nth-child(1n),
    .masthead-nav > li:nth-child(2n),
    .masthead-nav > li:nth-child(3n),
    .masthead-nav > li:nth-child(4n),
    .masthead-nav > li:nth-child(5n) {
        width: 100%;
        top: 0;
        left: 0;
        background-position-x:50%;
        margin: 10px 0 20px 0;
        line-height: 54px;
    }
    .masthead-nav > li:nth-child(2n) {
        line-height: 53px
    }
    .masthead-nav > li:nth-child(4n) {
        margin: 10px 0 19px 0;
    }
    .masthead-nav > li:nth-child(1n) a,
    .masthead-nav > li:nth-child(2n) a,
    .masthead-nav > li:nth-child(3n) a,
    .masthead-nav > li:nth-child(4n) a,
    .masthead-nav > li:nth-child(5n) a {
        top: -10px;
    }
    a.clam-van img {
        margin: 100px auto 60px;
        max-width: 900px;
    }
    nav.slide-menu-top ul,
    nav.push-menu-top ul {
        width: 100%;
        margin: 0;
        padding: 22px 7px 24px 7px;
        background: #fff;
        border-bottom: 1px solid #e1e1e1;
    }
    .masthead-nav > li + li {
        margin-left:0;
    }
    .home .lead.cta {
        width:60%;
        margin: 0 auto;
    }
    .masthead-nav li.close-menu {
        margin-bottom:28px;
    }
    .other-bits .feature {
        padding-bottom: 50px;
    }
    .separator {
        margin: 0 -9999rem 50px;
    }
    .skills h5,
    .feedback h5,
    .feedback footer {
        text-align: center;
        margin-top: 0;
    }
    .biography .inner .bio .left {
        width:50%;
        margin-right:8px;
    }
    .biography .inner .bio .right {
        width:50%;
        margin-left:8px;
    }
    .biography .mastfoot {
        position: relative;
    }
    .masthead-nav > li.active:nth-child(2n) {
        background:url(../img/biography@2x-active.jpg) no-repeat;
        width:100%;
        background-position-x: 50%;
    }
    .masthead-nav > li.active:nth-child(3n) {
        background:url(../img/web-design@2x-active.jpg) no-repeat;
        width:100%;
        background-position-x: 50%;
    }
    .masthead-nav > li.active:nth-child(4n) {
        background:url(../img/other-bits@2x-active.jpg) no-repeat;
        width:100%;
        background-position-x: 50%;
    }
    .skills p {
        margin-top: 15px;
    }
	.biography .inner ul,
	.biography .inner ol {
		padding-left: 50px;
	}
	.biography .inner ul li,
	.biography .inner ol li {
		padding-right: 30px;
	}
}

@media (min-width:850px) and (max-width:929px) {
	/*.inner {
	    margin-left: -72px;
	}*/
}

@media (min-width: 850px) {
    .slider.slider-for.solo a img {
        /*padding: 30px 120px 30px 120px;*/
        margin: 17px 120px 30px 00px;
        /*border: 2px solid #EBEBEB;*/
        border-radius: 5px;
	}
    .slider.slider-for.solo.zero a img {
        /*padding: 30px 0px 30px 0px;*/
        margin: 17px 0px 30px 0px;
        padding: 0;
        /*border: 2px solid #EBEBEB;*/
		border-radius: 10px;
    }
}

@media (max-width: 850px) {
    .tooltip {
        display: none !important
    }
    .slider.slider-for.solo.zero a img {
		padding: 0;
        border-radius: 10px;
		margin: 17px 0px 32px 0px;
    }
    .web-design .feature .content div img {
        border-radius: 5px
    }
}

@media (min-width:550px) and (max-width:950px) {
    a.logo img {
        max-width: 500px;
    }
    a.logo {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 768px) {
    #wrapper.toggled #sidebar-wrapper {
        width: 71px;
        overflow-x: hidden;
    }
    #wrapper.toggled {
        margin-left: 71px;
        box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
        background: #f3f3f5;
        /*background-color: rgba(255,255,224,0.4);*/
    }
    #sidebar-wrapper {
        width: 249px;
    }
}

@media (max-width: 767px) {
    #wrapper.toggled #sidebar-wrapper {
        width: 0px;
    }
    #wrapper.toggled {
        margin-left: 0px;
        min-width: 100%;
        background: #f3f3f5;
    }
    #sidebar-wrapper {
        width: 249px;
    }
    #wrapper {
        padding-left: 0px;
        min-width: 100%;
    }
    #wrapper.toggled #menu-toggle .material-icons {
        left: 0px;
    }
    .feature img.mobile-trade-ix {
        max-width: 100px;
        border-radius: 15px;
        margin-top: -130px;
        margin-right: -5px;
    }
    .feature img.mobile {
        max-width: 100px;
        border-radius: 15px;
        margin-top: -130px;
        margin-right: -5px;
    }
	.biography .inner ul,
	.biography .inner ol {
		padding-left: 50px;
	}
	.biography .inner ul li,
	.biography .inner ol li {
		padding-right: 30px;
	}
}

@media (max-width: 550px) {
    .home .mastfoot {
        display: none
    }
    .other-bits .feature {
        padding-bottom: 70px;
    }
    .other-bits .panel-default > .panel-heading + .panel-collapse > .panel-body {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .other-bits .feature .content .slider.slider-for .image-row div {
        margin-right: 7px;
    }
    .other-bits .feature .content .slider.slider-for .image-row {
        margin-bottom: 7px
    }
    .view-container {
        display: none
    }
    .panel-group {
        width:100%;
    }
    .biography .inner p:nth-child(1),
    .biography .inner h1 {
        font-size: 32px;
		line-height: 35px;
		margin-bottom: 30px;
    }
    .biography .inner p:nth-child(2) {
		font-size: 19px;
		text-align: left;
    }
    .slider.slider-for.empty:after {
        font-size: 27px;
        margin-top: 53px;
    }
    .panel-default > .panel-heading + .panel-collapse > .panel-body,
    .biography .inner p {
        font-size: 17px;
        padding-left: 20px;
		padding-right: 20px;
		line-height: 1.5;
    }
    button.nav-toggler.toggle-push-top {
        margin-bottom: 45px;
    }
    .feature {
        float: none;
        width: 100%;
        padding-bottom: 70px;
    }
    .separator {
        display: none;
    }
    .slider.slider-for.empty {
        height: 150px;
    }
    .panel-body p {
		line-height: 1.5;
		font-size: 17px;
		text-align: left;
    }
    .panel-body h5 {
		font-size: 18px;
		margin-top: 20px;
		text-align: left;
    }
    .feature h2 {
        font-size: 13px;
        text-align: center;
    }
    .biography h3 {
        font-size: 18px;
    }
    #menu-toggle .material-icons {
        position: fixed;
        z-index: 10;
    }
    .inner {
        padding: 30px 0px 0 0px;
    }
    #menu-toggle .material-icons {
        padding: 15px 12px 15px 12px;
    }
    .biography .inner p,
    .biography .inner h1,
    .biography h3 {
	    padding-left: 20px;
		padding-right: 20px;
		text-align: left;
	}
	.web-design .feature .content div img,
	.biography .feature .content .slider.slider-for .image-row img {
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	}
	#wrapper {
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	}
	a.cta-biography {
		left: 0;
		width: 100%;
		text-align: center;
		padding-left: 31px;
		margin: 20px 0 0px;
	}
	a.accordion-toggle i.material-icons {
	    width: 100%;
		display: block;
		display: none;
	}
	#wrapper.toggled #menu-toggle .material-icons {
		left: 5px;
	}
	.feature .content {
		margin-left: 20px;
		margin-right: 20px;
		padding: 20px;
	}
	#wrapper #menu-toggle .material-icons {
		left: 5px;
	}
	.sidebar-nav li:nth-child(2) {
		margin-top: 0;
	}
	.slider.slider-for.solo.zero a img {
		padding: 0;
		border-radius: 10px;
		margin-top: 7px;
		margin-bottom: 7px;
	}
	a.accordion-toggle {
		margin-top: 5px;
	}
	.biography .feature .bio .content {
		margin-bottom: 26px;
		margin-top: 25px;
	}
	.biography .feature .content .slider.slider-for .image-row img {
		border-radius: 5px;
	}
	.feature .content {
		border-radius: 20px;
	}
	.mob-border {
		border: 2px solid #EBEBEB;
	}
	.nondigital .slider.slider-for.solo.zero a img {
		margin-top: 10px;
		margin-bottom: 28px;
	}
	#sctCc .panel-body .slider:first-of-type img,
	#sctCc .panel-body .slider:nth-of-type(3) img,
	#sctHalo .panel-body .slider:first-of-type img,
	#sctPowerShift .panel-body .slider:first-of-type img {
		border: 2px solid #EBEBEB;
		margin-top: 10px;
		margin-bottom: 28px;
		border-radius: 10px;
	}
	#sctTradeIo .panel-body .slider:first-of-type img {
		margin-top: 10px;
		margin-bottom: 28px;
	}
	.css-notice {
		/* font-size: 12px;
		top: 60px; */
	}
	.slider.slider-for.solo.zero a img.with-title-below {
		margin: 7px 0px 7px 0px;
	}
	.biography .inner ul,
	.biography .inner ol {
		padding-left: 40px;
	}
	.biography .inner ul li,
	.biography .inner ol li {
		padding-right: 20px;
		text-align: left;
	}
}

@media (max-width: 460px) {
    .feature img.mobile-trade-ix {
        max-width: 70px;
        padding: 10px;
        border-radius: 15px;
        margin-top: -78px;
        margin-right: -5px;
    }
    .feature img.mobile {
        max-width: 70px;
        padding: 10px;
        border-radius: 15px;
        margin-top: -78px;
        margin-right: -5px;
    }
}