/*
Theme Name: AMD
Description: Child theme for the Lotus Theme for AMD
Author: Jeremy Boss Warren
Template: lotus
Version: 2.4
*/





/* Fonts */
/*  -Klavika Regular-  */

/*  Klavika Regular  */
@font-face{
    font-family: 'KlavikaRegular';
    src: url('fonts/KlavikaWebBasicRegular.eot');
    src: url('fonts/KlavikaWebBasicRegular.eot?#iefix') format('embedded-opentype'),
    url('fonts/KlavikaWebBasicRegular.woff') format('woff');
}

/*  Klavika Regular Condensed  */
@font-face{
    font-family: 'KlavikaRegularCondensed';
    src: url('fonts/KlavikaWebRegularCond.eot');
    src: url('fonts/KlavikaWebRegularCond.eot?#iefix') format('embedded-opentype'),
    url('fonts/KlavikaWebRegularCondensed.woff') format('woff');
}

/*  Klavika Regular Condensed Italic  */
@font-face{
    font-family: 'KlavikaRegularCondensedItalic';
    src: url('fonts/KlavikaWebRegularCondItalic.eot');
    src: url('fonts/KlavikaWebRegularCondItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/KlavikaWebRegularCondensedItalic.woff') format('woff');
}


/*  -Klavika Medium-  */

/*  Klavika Medium  */
@font-face{
    font-family: 'KlavikaMedium';
    src: url('fonts/KlavikaWebBasicMedium.eot');
    src: url('fonts/KlavikaWebBasicMedium.eot?#iefix') format('embedded-opentype'),
    url('fonts/KlavikaWebBasicMedium.woff') format('woff');
}

/*  Klavika Medium Italic  */
@font-face{
    font-family: 'KlavikaMediumItalic';
    src: url('fonts/KlavikaWebBasicMediumItalic.eot');
    src: url('fonts/KlavikaWebBasicMediumItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/KlavikaWebBasicMediumItalic.woff') format('woff');
}

/*  Klavika Medium Condensed  */
@font-face{
    font-family: 'KlavikaMediumCondensed';
    src: url('fonts/KlavikaWebMediumCond.eot');
    src: url('fonts/KlavikaWebMediumCond.eot?#iefix') format('embedded-opentype'),
    url('fonts/KlavikaWebMediumCondensed.woff') format('woff');
}

/*  Klavika Medium Condensed Italic  */
@font-face{
    font-family: 'KlavikaMediumCondensedItalic';
    src: url('fonts/KlavikaWebMediumCondItalic.eot');
    src: url('fonts/KlavikaWebMediumCondItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/KlavikaWebMediumCondensedItalic.woff') format('woff');
}


/*  -Klavika Bold-  */

/*  Klavika Bold Condensed Italic  */
@font-face{
    font-family: 'KlavikaBoldCondensedItalic';
    src: url('fonts/KlavikaWebBoldCondItalic.eot');
    src: url('fonts/KlavikaWebBoldCondItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/KlavikaWebBoldCondensedItalic.woff') format('woff');
}







/* Lotus Template Overrides */
/*

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    z-index: 1;
}
*/

.open-sans, h1, h2, h3, h4, h5, h6, header#siteheader #logo .site-title, header#siteheader #logo .site-description, .flexslider.side-circle-slider .slides > li p, .callout p, .stunning p, .callout a.featured_btn, .stunning a.featured_btn, .widget-testimonial .testimonial-author, .widget_testimonial .testimonial-author, .merri, .callout .widget-title, .stunning .widget-title, .page-title {
    font-family: Calibri, Arial, sans-serif;
}

body {
    color: #000000;
    font-size: 14px;
}

th, td {
    text-align: left;
}

ul {
    list-style: square outside;
    margin: 5px 0 10px 20px;
    padding-left: 20px;
}

table tr td {
    border: none;
}

table.snazzy {
    background: #ffffff;
}

table.snazzy th {
    background-color: #2d2c2c;
    color: #ffffff;
}

table.snazzy tr:nth-child(even){
    background-color: #f1f1f1;
}

table.snazzy td {
    vertical-align: middle;
    border: 1px solid #bdbdbd;
    padding: 10px;
    line-height: 1.2em;
}

.commentlist ul {
    list-style: none;
}

.widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 959px){
    header#siteheader #logo {
        min-height: 0px;
        height: 0;
    }
}

header#siteheader #logo {
    min-height: 0px;
    height: 0!important;
}

header#siteheader .container {
    min-height: 0;
}

@media only screen and (max-width: 767px) {
    header#siteheader nav#access, #top-header .container, #logo.fold, .fold {
        width: 95% !important;
    }
}

.row {
    padding: 0;
}





/* =Global */

a {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .entry-title {
    font-family: klavikamediumcondensed;
    letter-spacing: .01em;
}

h3.header {
    font-size: 26px;
}

.action, input[type="submit"].action, .download-link, a.button, a.button.large {
    border: none;
    background: #f26621!important;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 0;
    font-family: klavikaboldcondenseditalic;
    text-transform: uppercase;
    border: none;
    font-size: 18px;
    text-shadow: none!important;
    letter-spacing: 1px;
    font-weight: bold;
}

.action:hover, input[type="submit"].action:hover, .download-link:hover, a.button:hover {
    background: #000000!important;
    color: #ffffff;
}

.action.black_bg, input[type="submit"].action.black_bg {
    background: #000000!important;
    color: #ffffff;
}

.action.black_bg:hover, input[type="submit"].action.black_bg:hover, .download-link.black_bg:hover {
    background: #f26621!important;
    color: #ffffff;
}

a.button.white, a.button.white:hover {
    color: #ffffff;
}

.amd_arrow:after {
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -.5em;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 1.4em;
}

blockquote p.quote:before, blockquote > p.quote:after {
    content: '\201C';
    font-size: 2.5em;
    line-height: 0;
    position: relative;
    top: 15px;
}

blockquote p.quote:before{
    margin-left: -25px;
    padding-right: 10px;
}

.spacing {
    margin-top: 30px;
}

hr.spacing {
    margin: 30px 0;
}

.post_content a img {
    display: inline;
}

.pat5_1, .hbar, .widget-title-bar, #comments, .respond-title, #reply-title {
    background: none; /* remove default separator bar background */
}

/*.alignnone {
    margin: 5px 20px 20px 0; *//* add padding around default images*//*
}*/

.hidden {
    display: none!important;
}


/* =Header */
header#siteheader {
    border: 0px solid #dddddd;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

@media only screen and (max-width: 767px){
    #top-header {
        text-align: left;
    }
}

#top-header .site-title a{
    position: relative;
    top: 23px;
    color: #000000;
    font-size: 25px;
    padding: 5px 0px 5px 20px;
    border-left: 1px solid #000;
}

@media only screen and (max-width: 370px) {
    #top-header .site-title a {
        top: 10px;
        padding: 3px 0 3px 20px;
        line-height: 25px;
        float: left;
        width: 100px;
    }
}

@media only screen and (max-width: 319px) {
    #top-header .site-title a {
        display: none;
    }
}

#top-header .logo_inner {
    height: 80px;
}

#top-header .logo_inner > a {
    top: 23px;
    position: relative;
    float: left;
    display: inline-block;
    padding-right: 20px;
}

#top-header .logo_inner img {
    max-width: none;
}

#top-header #searchform #s, #searchform #s {
    border-radius: 0;
    background-color: transparent!important;
    border-color: #dddddd!important;
    opacity: 1;
    font-family: KlavikaMediumCondensed;
    font-size: 13px;
}

form.searchform input[type="text"] {
    font-style: normal;
}

@media only screen and (max-width: 767px) {
    #top-header .header-tools {
        position: absolute;
        top: 50%;
        right: 50px;
        margin-top: -14px;
        overflow: hidden;
    }

    #top-header #searchform {
        float: right;
        position: relative;
        top: auto;
        left: auto;
    }
}

@media only screen and (max-width: 600px) {
    #top-header .header-tools {
        display: none;
    }
}

.header-links {
    float: right;
    line-height: 30px;
    font-family: KlavikaMediumCondensed;
    margin-right: 20px;
}

@media only screen and (max-width: 725px) {
    #top-header .header-links {
        display: none;
    }
}

.header-links a {
    color: #999;
}

header#siteheader nav {
    position: static;
    font-size: 0;
}

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

    header#siteheader nav {
        height: auto;
    }
}

header#siteheader .sf-menu {
    width: 100%;
    font-size: 0;
    font-family: klavikaregularcondenseditalic;
}

.sf-menu > li {
    width: 16.6666666666666666666666666%;
    padding: 0;
    margin: 0;
    font-size: 18px;
    position: relative;
    top: 100%;
}

.sf-menu > li a {
    border-bottom: 0;
    border-right: 1px solid #ddd;
}

.sf-menu > li:first-child a {
    border-left: 1px solid #ddd;
}

.sf-menu a {
    background: none;
    padding: 0;
}

.sf-menu li.current-page-ancestor > a {
    background-color: #ededed!important;
    color: #000000!important;
}

.sf-menu > li.current-page-ancestor > a:hover, .sf-menu > li.sfHover.current-page-ancestor, .sf-menu > li.sfHover.current-page-ancestor > a {
    color: #000000!important;
}

.sf-menu li li a {
    padding-right: 10px;
    padding-left: 10px;
}

.sf-menu li li .sf-sub-indicator, .button_arrow {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #ffffff transparent;
    display: inline-block;
    top: .85em;
    margin-left: 5px;
}

.sf-menu li li.current-page-ancestor > .sf-sub-indicator,
.sf-menu li li.current_page_item > .sf-sub-indicator {
    border-color: transparent transparent #000000 transparent;
}

.sf-menu ul{
    width: 210px;
}

.sf-menu li ul {
    left: 0;
}

.sf-menu li:last-child ul {
    max-width: 100%;

}

.sf-menu > li:hover > ul, .sf-menu > li.sfHover > ul {
    top: 60px!important;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 210px;
}

@media only screen and (max-width: 767px) {
    header#siteheader {
        border-bottom-width: 0!important;
    }

    header#siteheader.active {
        border-bottom-width: 1px!important;
    }

    header#siteheader .sf-menu li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    header#siteheader .sf-menu > li > a {
        border: none!important;
        border-bottom: 1px solid #cccccc!important;
    }

    header#siteheader .sf-menu > li:last-of-type > a {
        border: none!important;
    }

    .sf-menu li li .sf-sub-indicator {
        top: .6em;
        right: 10px;
    }
}




#logo {
    position: absolute;
    right: 0;
    top: 50%;
}

#logo .nav-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    height: 30px;
}

#logo .nav-toggle a {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    margin-top: -50%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 30px;

    color: #000000;
}

#logo .nav-toggle.active a {
    background-position: 0 -25px;
}

@media only screen and (max-width: 767px) {
    #logo .nav-toggle { display: block; }
}





/* =Left Nav*/

.breadcrumbs.fixed {
    min-height: 46px;
}

.breadcrumbs.fixed > div {
    position: fixed;
    width: 100%;
    top: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: #fff;
    z-index: 100;
}

.left-nav {
    overflow: visible;
    position: relative;
}

.left-nav .overlay {
    max-height: 0;
    max-width: 0;
    z-index: 2001;
}

.left-nav.active .overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}

.left-nav .sub-menu{
    /*display: none;*/
    max-height: 0;
}

.left-nav .current-page-ancestor > .sub-menu,
.left-nav .current-menu-item > .sub-menu{
    display: block;
}

/*  keep just in case

*/

.left-nav .sub-menu {
    max-height: 0;
    overflow: hidden;

    transition: all .5s;
    -webkit-transition: all .5s;
}

.left-nav .menu > li:hover > .sub-menu {
    max-height: 5000px;
}

.left-nav .current-page-ancestor > .sub-menu,
.left-nav .current-menu-item > .sub-menu {
    max-height: 5000px;
}

.left-nav .toggle {
    position: static;
    float: left;
    margin-right: 15px;
    width: 46px;
    height: 46px;
    background: #d9d9d9;
    background: rgba(194, 194, 194, .5);
    cursor: pointer;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    text-shadow: 0px 1px 2px #888;
    z-index: 2003;

    transition: background .5s;
    -webkit-transition: background .5s; /* Safari */
}

.left-nav .toggle:hover {
    background: rgba(194, 194, 194, .70);
}

.left-nav .toggle:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f0c9";
    color: #ffffff;
}

.left-nav .menu_wrapper {
    position: fixed;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    left: 162px;
    bottom: 1px;
    top: 1px;

    max-height: 0;
    max-width: 0;
}

.left-nav.active .menu_wrapper {
    opacity: 1;
    overflow: auto;
    min-width: 170px;
    z-index: 2002;

    max-width: 100%;
    max-height: 100%;

    transition: max-width .5s, max-height .5s, opacity .5s;
    -webkit-transition: max-width .5s, max-height .5s, opacity .5s; /* Safari */
}

.left-nav section.widget-container {
    min-width: 170px;
    overflow: scroll;
    padding-bottom: 0;
}

.left-nav section.widget-container .submenu-widget {
    background: #ededed;
    background: rgba(237, 237, 237, 0.98);
    border: 1px solid #dddddd;
}

.left-nav section.widget-container h3, .left-nav section.widget-container a {
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    color: #999999;
    display: block;
    margin: 0;
}

.left-nav section.widget-container h3 {
    border-color: #ededed;
    background: rgba(194, 194, 194, .98);
    line-height: 26px;
    color: #000000;
    letter-spacing: normal;
}

.left-nav section.widget-container a:hover, .left-nav section.widget-container .current-menu-item > a{
    color: #000000 !important;
}

.left-nav section.widget-container .current-menu-item > a {
    background: #dddddd;
}

.left-nav section.widget-container ul,
.left-nav section.widget-container ul li {
    margin: 0;
    list-style: none;
    padding: 0;
}

.left-nav section.widget-container > div > ul > li > a {
    line-height: 26px;
    font-size: 20px;
    font-family: klavikaregularcondensed;
    padding-right: 60px;
}

.left-nav section.widget-container > div > ul > li > a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 1.4em;
}

.left-nav section.widget-container ul ul a {
    padding-left: 30px;
}

.left-nav section.widget-container ul ul ul a {
    padding-left: 45px;
}

.left-nav section.widget-container ul ul ul ul a {
    padding-left: 60px;
}

.left-nav section.widget-container ul ul ul ul ul a {
    padding-left: 75px;
}

.left-nav section.widget-container ul ul ul ul ul ul a {
    padding-left: 90px;
}

.left-nav section.widget-container ul ul ul ul ul ul ul a {
    padding-left: 105px;
}




/* =Slider */

.home .circle-style .nivo-controlNav {
    top: 100%;
    right: auto;
}

.home .circle-style .nivo-controlNav a {
    width: 24px;
    height: 24px;
    background: #cccccc;
    text-indent: 0;
    border: 0;
    margin: 0 1px 0 0;
    font-family: klavikamedium;
    font-size: 13px;
    color: #fff;
    line-height: 24px;
}

.home .circle-style .nivo-controlNav a.active {
    font-weight: normal;
    background: #000;
    margin-top: 1px;
}

#top-slider {
    background: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="2040px" height="280px" viewBox="0 0 2040 280" enable-background="new 0 0 2040 280" xml:space="preserve"><g id="Layer_1"><polygon style="fill:rgb(0, 170, 180);" points="619.929,72.766 470.24,222.454 0,222.454 149.688,72.766 	"/><polygon style="fill:rgb(164, 205, 57)" points="169.062,0 256.817,87.754 429.719,87.754 341.966,0 	"/><polygon style="fill:rgb(0, 124, 150)" points="241.829,72.766 264.29,95.227 437.193,95.227 414.732,72.766 	"/><polygon style="fill:rgb(128, 42, 142)" points="133.273,205.044 208.229,280 345.909,280 270.953,205.044 	"/><polygon style="fill:rgb(77, 43, 121)" points="128.291,200.062 150.683,222.454 288.363,222.454 265.971,200.062 	"/><polygon style="fill:rgb(237, 28, 36)" points="2040,-1 1820.595,219.694 1554.347,219.694 1773.752,-1 	"/><polygon style="fill:rgb(242, 101, 34)" points="1601.763,197.032 1744.86,197.032 1833.14,279 1690.05,279 	"/><polygon style="fill:rgb(199, 74, 27)" points="1601.763,197.032 1626.172,219.694 1769.267,219.694 1744.86,197.032 	"/><polygon style="fill:rgb(128, 42, 142)" points="1496.335,16.536 1827.035,16.536 1915.315,98.504 1584.621,98.504 	"/><polygon style="fill:rgb(177, 17, 22)" points="1829.136,16.536 1758.42,16.536 1676.931,98.504 1917.416,98.504 	"/></g></svg>') center center no-repeat;
    margin-top: 1px;
}



/* =Title =Breadcrumb*/

#axi_breadcrumbs {
    position: static;
    margin: 0;
    padding: 15px 0;
    max-width: none!important;
    text-align: left!important;
}

#page-title-section hr {
    margin: 0;
}



/* =Pages */

.page-header{
    border: none;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.page-title, .page-header .page-title {
    font-family: KlavikaMediumCondensed;
    font-size: 60px;
    color: #000000;
    text-align: left;
}

.tech {
    color: #807F82;
}

.msgbox.info {
    background-color: #E0F5F6;
    color: #00AAB5;
    border-color: #66CCD3;
}

.msgbox.info i:first-child, .msgbox.info .close{
    color: #00AAB5;
}



/* =Home */

.home h1 {
    line-height: 30px;
    margin-top: 0;
}

.home .ytc-pslb.ytc-links {
    margin-top: 0;
}

.subscribe-panel {
    position: relative;
    z-index: 0;
}

.subscribe-panel div, .subscribe-panel form {
    z-index: 5;
    position: relative;
}

.subscribe-panel .polygon {
    background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="599.567px" height="256.856px" viewBox="0 0 599.567 256.856" enable-background="new 0 0 599.567 256.856" xml:space="preserve"><path fill="rgb(0, 170, 181)" d="M256.549,0L0,256.856h343.018L599.567,0L256.549,0z"/></svg>') no-repeat;
    width: 600px;
    height: 257px;
    position: absolute;
    z-index: 0;
    left: -130px;
}

.subscribe-panel form {
    margin-bottom: 0;
}

.emailSubscribe input[type="submit"] {
    margin-bottom: 0;
    margin-top: 1em;
}

.emailSubscribe label.checkbox {
    display: inline;
    padding-left: 5px;
}

.tier-two h3 {
    font-family: klavikamediumcondensed;
    font-size: 25px;
    line-height: 26px;
    margin: 0 0 30px;
    padding-top: 20px;
}

.tier-two h6 {
    font-size: 16px;
}

.tier-two p:last-child {
    margin-bottom: 0;
}

.tier-three img {
    float: left;
    margin-right: 10px;
}

.tier-three p {
    margin-bottom: 0;
}

.tier-three h3 {
    margin-top: 0;
    line-height: 18px;
    font-weight: bold;
}

.tier-three .content-row {
    margin-bottom: 20px;
}

.widget_rss .post-title {
    line-height: normal;
    font-weight: bold;
}

.widget_rss .rss-date {
    font-size: .8em;
    font-weight: bold;
    margin-bottom: 6px;
    display: inline-block;
}

.widget_rss ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



/* =Footer */

ul.socials {
    list-style: none;
}

#sitefooter .socials li {
    margin: 0 0 0 10px;
}

.subfooter {
    background: #000000;
    border-bottom: 1px solid #333;
}

.subfooter .widget-container {
    border: none;
}

.subfooter .textwidget img {
    float: left;
    margin-right: 7px;
}

.subfooter .textwidget h3 {
    margin-bottom: 8px;
    margin-top: 0;
    line-height: 20px;
}

#footerForm .subscribe-input {
    width: 65%;
    height: 43px;
    margin-bottom: 3px;

    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
}

#footerForm input.action {
    width: 30%;
    float: right;
    height: 43px;
    margin-bottom: 3px;
    padding: 0;

    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
}

.subfooter-bar {
    height: 0;
}

.subfooter .widget_text a:hover {
    text-decoration: none;
}

#footer-links {
    list-style: none;
    margin: 0 1% 0 0;
    padding: 0;
    position: absolute;
    bottom: 20px;
    right: 0;
}

#footer-links li {
    display: inline;
    margin-left: 6px;
}

#footer-links a {
    color: #ffffff;
}

#footer-links a:hover {
    color: #f26621 !important;
}

@media only screen and (max-width: 649px){
    #footer-links {
        position: relative;
        text-align: center;
        bottom: auto;
        right: auto;
        margin-bottom: 30px;
    }

    .subfooter .one_third {
        margin-bottom: 30px;
    }
}




/* =Landing */

.third {
    padding: 0;
    text-align: left;
    width: 33%;
    border: 1px solid #DDD;
}

.third h3 {
    margin: 0;
    line-height: 36px;
    font-size: 28px;
    font-family: klavikaregularcondensed;
    padding: 15px 35px 15px 15px;

    transition: all .5s;
    -webkit-transition: all .5s; /* Safari */
}

.third div {
    position: relative;
}

.third a {
    color: #999999;
}

.third a:hover h3 {
    background: #ededed;
}

.third hr {
    margin: 0;
}

.third p {
    padding: 15px;
    line-height: 2em;
    color: #000000;
}

@media only screen and (max-width: 649px) {
    .third {
        display: block;
        margin-top: -1px;
        width: 100%
    }
}


/* =Index Shortcode*/

.table-layout .index-col-third{
    width: 33%;
    float: left;
}

.table-layout .index  {
    margin: -1px -1px 0 0;
    border: 1px solid #DDD;
    box-sizing: border-box;
}

.table-layout .index h3 {
    margin: 0;
    line-height: 36px;
    font-size: 28px;
    font-family: klavikaregularcondensed;
    padding: 15px;
    border-bottom: 1px solid #DDD;
}

.table-layout .index h3 i {
    margin-right: 15px;
}

.table-layout .index ul {
    padding: 15px;
    margin: 0;
    list-style: none;
}

.table-layout .index ul ul {
    padding: 0 0 0 15px;
}

.table-layout .index li {
    margin: 0;
}

.table-layout .index ul a{
    margin-bottom: 10px;
    display: block;
}

.table-layout .index a:hover{
    color: #000000 !important;
}

.table-layout .index > ul > li:last-child > a{
    margin-bottom: 0;
}


/* =Blog */

.hentry {
    margin-bottom: 30px;
}

.list-post #primary {
    padding-top: 15px;
}

.list-post #primary .entry-media, .single-post #primary .entry-media, .search-resault #primary .entry-media {
    margin-bottom: 20px;
    margin-right: 20px;
}

.list-post #primary .entry-header, .single-post #primary .entry-header, .search-resault #primary .entry-header {
    margin-top: 0;
}

.list-post #primary .entry-meta, .single-post #primary .entry-meta, .search-resault #primary .entry-meta {
    clear: both;
}

.list-post #primary .entry-media img {
    max-height: 75px;
    max-width: 150px;
}

.list-post #primary .entry-main, .single-post #primary .entry-main {
    margin-left: 0;
}

.list-post #primary .entry-title {
    margin-bottom: 0;
    line-height: 26px;
}

/* left nav on blog page*/
aside .widget-container {
    margin-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 20px;
}

aside .widget-container ul, aside .widget-container ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

aside .widget-container select {
    margin: 0;
    width: 100%;
}

aside.sidebar .widget-container input[type="text"] {
    border-color: #dddddd;
    width: 100%;
}

aside.sidebar .widget-container input[type="text"]:focus {
    border-color: #cccccc;
    color: #444!important;
}

aside.sidebar .widget-container p a {
    color: #f26522;
}

aside.sidebar .widget-container p a:hover {
    color: #000000!important;
}



/* =Search */

.search-resault .hentry {
    margin-bottom: 20px;
}



/* =Documentation Library */

.article_table_wrap {
    display: none;
}

table .title img {
    float: left;
    margin: 5px;
    width: 50px;
    height: 50px;
}

table a.external:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f08e";
    margin-left: 10px
}

table.dataTable td {
    padding: 5px!important;
    line-height: normal;
    text-align: left;
    vertical-align: middle;
}

table.dataTable thead th {
    position: relative;
    border-bottom-color: #dddddd!important;
}

table td a {
    vertical-align: middle;
}

#category_menu input {
    margin-right: 5px;
}

#category_menu label {
    display: inline;
    cursor: pointer;
    color: #f26522;

    transition: all .5s;
    -webkit-transition: all .5s; /* Safari */
}

#category_menu label:hover, #category_menu label.active_link {
    color: #000000;
}

table.dataTable tr.odd, table.dataTable tr.even, table.dataTable tr.odd td.sorting_1, table.dataTable tr.even td.sorting_1 {
    background: none!important;
}

#articles_whitepapers input {
    display: inline;
}

.sorting_asc, .sorting_desc, .sorting {
    background: none!important;
}

.sorting_asc:after, .sorting_desc:after, .sorting:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 10px;
    color: #dddddd;
}

.sorting_asc:after {
    content: "\f0dd";
    color: #f26522;
}

.sorting_desc:after {
    content: "\f0de";
    color: #f26522;
}

.sorting:after {
    content: "\f0dc";
}

.paginate_enabled_next,
.paginate_enabled_next:hover,
.paginate_disabled_next,
.paginate_disabled_next:hover,
.paginate_enabled_previous,
.paginate_enabled_previous:hover,
.paginate_disabled_previous,
.paginate_disabled_previous:hover {
    background: none!important;
}

.paginate_enabled_next:after, .paginate_disabled_next:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f0da";
    margin-left: 7px;
    color: #f26522;
    font-size: 18px;
    vertical-align: -2px;
}

.paginate_enabled_previous:before, .paginate_disabled_previous:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f0d9";
    margin-right: 7px;
    color: #f26522;
    font-size: 18px;
    vertical-align: -2px;
}

.paginate_disabled_next:after, .paginate_disabled_previous:before {
    color: #aaa!important;
}





/* =Application Showcase */

.showcases .imgHolder {
    height: 125px;
}

.showcases article {
    height: 276px;
}

.pp_nav a {
    border: 1px solid #ccc;
}

.pp_details {
    float: none!important;
    margin:0!important;
    padding: 0!important;
}

.page .pp_content_container .pp_details {
    padding: 20px!important;
    box-sizing: border-box;
    width: auto!important;
}

.page .pp_content_container .pp_details .ppt {
    margin: 0!important;
}

.page .pp_content_container .pp_details .pp_description {
    margin: 0!important;
}

.pp_social {
    display: none;
}

.showcases .col {
    margin-right: .9%;
    margin-left: .9%;
}

@media only screen and (max-width: 649px) {
    .widget-container.showcases .four-column .col {
        width: 47.98%;
        margin-right: .9%;
        margin-left: .9%;
    }
}



@media only screen and (max-width: 320px) {
    .widget-container.showcases .four-column .col {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}



/* =Download Table */

.downloads-table th, .downloads-table td {
    min-width: 80px;
    padding: 5px;
    line-height: normal;
    border: 1px solid #ebebeb;
}

.downloads-table form {
    margin: 0;
}

.downloads-table button.download {
    cursor: pointer;
    background: none;
    border: none;
    text-align: left;
    padding: 0;
    margin: 0;
    color: #f26621;
    box-shadow: none;
    vertical-align: middle;
    text-shadow: none;
}

.downloads-table button.download:hover {
    color: #000000;
}

.downloads-table .mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .downloads-table thead {
        display: none;
    }

    .downloads-table .subheading td {
        background: #ebebeb;
        font-weight: bold;
        margin-top: 10px;
    }

    .downloads-table .subheading div {
        padding: 5px;
    }

    .downloads-table td {
        display: table;
        width: 100%;
        text-align: left;
        margin-top: -1px;
    }

    .downloads-table .mobile {
        display: block;
        padding: 0 5px;
        display: table-cell;
        vertical-align: middle;
        width: 35%;
        border-right: 1px solid #ebebeb;
    }

    .downloads-table .mobile h4 {
        margin: 0;
    }

    .mobile-td {
        display: table-cell;
        vertical-align: middle;
        padding: 5px;
    }
}


/* Video Shortcode*/

div.video-embed-shortcode.autosize {
    width: 100%;
}

div.video-embed-shortcode > iframe {
    width: 100%;
    height: 100%;
}


/* =EULA */

.scroller {
    max-height: 350px;
    overflow: scroll;
    border: #ddd solid 1px;
    padding: 5px;
    margin-bottom: 10px;
}

.scroller p:last-child{
    margin-bottom: 0;
}

#download {
    margin-bottom: 0;
}

.buttons .download-link {
    margin-right: 10px;
}






/* Codebox shortcode */
code,
pre {
    padding: 0 3px 2px;
    font-family: Menlo, Monaco, "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
code {
    padding: 2px 4px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}
pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12.025px;
    line-height: 18px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: pre;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
pre.prettyprint {
    margin-bottom: 18px;
}
pre code {
    padding: 0;
    color: inherit;
    background-color: transparent;
    border: 0;
}
/* Prettify */
.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .linenums .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }

.prettyprint {
    padding: 8px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
    -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
    -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
    box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
    margin: 0 0 0 33px; /* IE indents via margin-left */
    padding: 0;
    list-style-position: outside;
}
ol.linenums li {
    padding-left: 12px;
    color: #bebec5;
    line-height: 18px;
    text-shadow: 0 1px 0 #fff;
}

ul.entypo-icon-list {
    margin: 0;
    padding: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .logo_inner img {
        width: 132px;
        height: 31px;
    }
}
