/* Magic Liquidizer 2.0.1
 * Instant Responsive Web Design (RWD) plugin that easily makes your website adaptable to tablet's and smartphone's screens.
 * @Documentation http://www.innovedesigns.com/
 * @Copyright: InnoveDesigns.com
 * @Author: Elvin Deza
 */
 
/* =Primary
-------------------------------------------------------------- */

.ml html,
.ml body {
    min-width: inherit !important;
}
.ml .margin-zero {
    margin: 0 !important;
}
.ml .margin-auto {
    margin: 0 auto !important;
}
.ml .ml-tablet .margin-auto-top,
.ml.ml-tablet.margin-auto-top {
    margin: 50px auto 0 !important;
}
.ml .ml-smartphone .margin-auto-top,
.ml.ml-smartphone.margin-auto-top {
    margin: 46px auto 0 !important;
}
.ml.ml-mobile.margin-auto-top.ml-opening {
    margin: 0 auto 0 !important;
}
.ml .ml-padding-zero {
    padding: 0 !important;
}
.ml .padding-on {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.ml.ml-mobile {
    word-wrap: break-word;
}

/* =Essentials
-------------------------------------------------------------- */

.ml .ml-clearfix {
    *zoom: 1;
}
.ml .ml-clearfix:after,
.ml .ml-clearfix:before {
    content: " " !important;
    display: table !important;
}
.ml .ml-clearfix:after {
    clear: both !important;
}
.ml .clear {
    clear: both !important;
}
.ml.htmloverflow {
    overflow-x: hidden;
}
.ml .visible {
    visibility: visible !important;
}
.ml .invisible {
    visibility: hidden !important;
}
.ml .hide-iphone,
.ml .hide-ipad,
.ml .hide-media,
.ml .show,
.magic-liquidizer .show,
.ml .show-laptop {
    display: block !important;
}
.ml .show-iphone,
.ml .show-ipad,
.ml .show-media,
.ml .hide,
.magic-liquidizer .hide,
.ml .hide-laptop {
    display: none !important;
}
.ml .relative {
    position: relative;
}
.ml .break-word {
    word-wrap: break-word;
}
.ml .transition {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/* =CSS3 Weird
-------------------------------------------------------------- */

.ml html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* =Addons
-------------------------------------------------------------- */

.ml #ml-wrapnav {
    
    background: #FFFFFF;
    height: 45px;
    left: 0;
    margin-bottom: 0.5% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: fixed;
    right: 0;
    top: 0;
    width: 100% !important;
    z-index: 99999;
}
.ml.ml-tablet #ml-wrapnav .ml-wrapnav {
    margin: 0 auto !important;
    width: 89% !important;
}
.ml.ml-smartphone #ml-wrapnav .ml-wrapnav {
    margin: 0 auto !important;
    width: 92% !important;
}
.ml .ml-homeicon {
    background: url("../idimages/home-icon2.png") no-repeat scroll left top transparent;
}
.ml .ml-infoicon {
    background: url("../idimages/info-v2.png") no-repeat scroll left top transparent;
}
.ml .ml-callicon {
    background: url("../idimages/call.png") no-repeat scroll 2px 1px transparent;
}
.ml .ml-slideicon {
    background: url("../idimages/list-icon.png") no-repeat scroll 2px 0 transparent;
}
.ml .ml-homeicon,
.ml .ml-infoicon,
.ml .ml-callicon {
    cursor: pointer;
    float: left;
    height: 25px;
    margin-top: 8px;
    margin-right: 2.567%;
    width: 32px !important;
}
.ml .ml-page .ml-homeicon,
.ml .ml-page .ml-infoicon,
.ml .ml-page .ml-callicon {
    cursor: pointer;
    float: left;
    height: 25px;
    margin-top: 8px;
    margin-right: 15px;
    width: 32px !important;
}
.ml .ml-slideicon {
    cursor: pointer;
    float: left;
    height: 25px;
    margin-top: 8px;
    margin-right: 10%;
    width: 32px !important;
}
.ml .ml-homeicon:hover,
.ml .ml-infoicon:hover,
.ml .ml-callicon:hover,
.ml .ml-slideicon:hover {
    opacity: .8;
}
.ml .ml-homeicon a,
.ml .ml-infoicon a,
.ml .ml-callicon a,
.ml .ml-slideicon a {
    color: #C4C4C4 !important;
    display: block;
    float: left;
    font-family: arial;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    line-height: 10px;
    margin-left: 1px;
    padding-top: 23px;
    position: relative;
    text-align: left;
    text-decoration: none !important;
    text-indent: 1px;
    width: 35px;
}
.ml .ml-slideicon a {
    margin-left: 3px;
    text-indent: 1px;
}
.ml .ml-homeicon a:hover,
.ml .ml-infoicon a:hover,
.ml .ml-callicon a:hover {
    color: #fff;
    text-decoration: none;
}
.ml .ml-nav {
    background: url("../idimages/list-icon.png") no-repeat scroll right center transparent;
    color: #fff;
    float: right;
    height: 50px;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    width: 50px;
    z-index: 9;
}
.ml .ml-nav select {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 10px 5px 10px 0;
    width: 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    z-index: -9;
}
.ml .ml-nav select option {
    float: left;
    padding: 2px 0;
    line-height: 20px;
    height: 20px;
    max-width: 480px;
}
.ml .wrapper {
    min-width: 100% !important;
}
.ml .ml-nav:hover {
    opacity: .75;
}
.ml .ml-nav option.ml-selected {} .ml .ml-nav option:not(:checked) {
    font-weight: normal;
}
.ml .ml-nav option:hover,
.ml .ml-nav option:focus,
.ml .ml-nav option:active,
.ml .ml-nav option:checked {
    background: #5682e6;
    background: -moz-linear-gradient(top, #5682e6 20%, #1d64ed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #5682e6), color-stop(100%, #1d64ed));
    background: -webkit-linear-gradient(top, #5682e6 20%, #1d64ed 100%);
    background: -o-linear-gradient(top, #5682e6 20%, #1d64ed 100%);
    background: -ms-linear-gradient(top, #5682e6 20%, #1d64ed 100%);
    background: linear-gradient(to bottom, #5682e6 20%, #1d64ed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5682e6', endColorstr='#1d64ed', GradientType=0);
}
/* ------------------------------------------------------------------
Side Navigation Menu
------------------------------------------------------------------- */
/*
* Sidebar Navigation CSS
*
*/

.ml-hidden {
    display: none !important;
}
.ml-wrapper {
    overflow-x: hidden;
    position: relative;
}
.ml-menu,
.ml-menu > .ml-panel {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.ml-menu {
    display: block;
    overflow: hidden;
    padding: 0;
}
.ml-menu a {
    color: #aaa;
}
.ml .ml-menu li.menu-item a {
    color: #f2f2f2;
}
.ml-panel {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.ml-panel.ml-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.ml-panel.ml-subopened {
    -webkit-transform: translate3d(-110%, 0, 0);
    -moz-transform: translate3d(-110%, 0, 0);
    -ms-transform: translate3d(-110%, 0, 0);
    -o-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
}
.ml-panel.ml-highest {
    z-index: 1;
}
.ml-menu > .ml-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 20px;
}
.ml-menu > .ml-panel.ml-hasslidemenu {
    padding-top: 40px;
}
.ml-menu > .ml-panel:before,
.ml-menu > .ml-panel:after {
    content: '';
    display: block;
}
.ml-vertical .ml-panel {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.ml-vertical .ml-listview .ml-panel,
.ml-listview .ml-vertical .ml-panel {
    display: none;
    padding: 10px 0 10px 10px;
}
.ml-vertical .ml-listview .ml-panel .ml-listview > li:last-child:after,
.ml-listview .ml-vertical .ml-panel .ml-listview > li:last-child:after {
    border-color: transparent;
}
.ml-vertical li.ml-opened > .ml-panel,
li.ml-vertical.ml-opened > .ml-panel {
    display: block;
}
.ml-vertical .ml-listview > li > .ml-next,
.ml-listview > li.ml-vertical > .ml-next {
    height: 40px;
    bottom: auto;
}
.ml-vertical .ml-listview > li > .ml-next:after,
.ml-listview > li.ml-vertical > .ml-next:after {
    top: 16px;
    bottom: auto;
}
.ml-vertical .ml-listview > li.ml-opened > .ml-next:after,
.ml-listview > li.ml-vertical.ml-opened > .ml-next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ml-slidemenu {
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 35px;
    padding: 0 35px;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
}
.ml-slidemenu > * {
    display: block;
    padding: 5px 0;
}
.ml-slidemenu a,
.ml-slidemenu a:hover {
    text-decoration: none;
}
.ml-slidemenu .ml-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ml-slidemenu .ml-btn {
    box-sizing: border-box;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    z-index: 999;
}
.ml-slidemenu .ml-btn:first-child {
    padding-left: 20px;
    left: 0;
    width: 50px;
}
.ml-slidemenu .ml-btn:last-child {
    text-align: right;
    padding-right: 20px;
    padding-top: 7px;
    right: 0;
}
.ml-current.ml-opened .ml-slidemenu {
    position: absolute;
}
.ml-panel .ml-slidemenu {
    display: none;
}
.ml-panel.ml-hasslidemenu .ml-slidemenu {
    display: block;
    position: relative;
    height: auto;
}
.ml-close:after {
    content: 'x';
    text-transform: lowercase;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: lighter;
}
.ml-listview,
.ml-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
.ml-listview li:empty {
    display: none;
}
.ml-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px;
}
.ml-listview a,
.ml-listview a:hover {
    text-decoration: none;
}
.ml-listview > li {
	color: #aaa;
    position: relative;
    padding: 15px 10px 15px 20px;
    text-align: left;
}
.ml-listview > li > a,
.ml-listview > li > span {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #aaa;
    display: block;
    margin: 0;
}
.ml-listview > li > a.ml-arrow,
.ml-listview > li > span.ml-arrow {
    padding-right: 50px;
}
.ml-listview > li:hover {
    background-color: #333;
}
.ml-listview > li:not(.ml-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.ml-listview > li:not(.ml-divider):after {
    left: 20px;
}
.ml-listview .ml-next {
    background: rgba(0, 0, 0, .1);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.ml-listview .ml-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.ml-listview .ml-next + a,
.ml-listview .ml-next + span {
    margin-right: 50px;
}
.ml-listview .ml-next.ml-fullsubopen {
    width: 100%;
}
.ml-listview .ml-next.ml-fullsubopen:before {
    border-left: none;
}
.ml-listview .ml-next.ml-fullsubopen + a,
.ml-listview .ml-next.ml-fullsubopen + span {
    padding-right: 50px;
    margin-right: 0;
}
.ml-menu > .ml-panel > .ml-listview {
    margin: 0 -20px;
}
.ml-menu > .ml-panel > .ml-slidemenu + .ml-listview {
    margin-top: inherit;
}
.ml-listview .ml-inset {
    list-style: inside disc;
    padding: 0 10px 15px 40px;
    margin: 0;
}
.ml-listview .ml-inset > li {
    padding: 5px 0;
}
.ml-listview li button {
    display: none;
}
.ml-listview .ml-divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
}
.ml-listview .ml-spacer {
    padding-top: 40px;
}
.ml-listview .ml-spacer > .ml-next {
    top: 40px;
}
.ml-listview .ml-spacer.ml-divider {
    padding-top: 25px;
}
.ml-prev:before,
.ml-next:after,
.ml-arrow:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ml-prev:before {
    border-right: none;
    border-bottom: none;
    left: 20px;
}
.ml-next:after,
.ml-arrow:after {
    border-top: none;
    border-left: none;
    right: 20px;
}
.ml-menu {
    background: #222;
    color: rgba(0, 0, 0, 0.7);
}
.ml-menu .ml-slidemenu {
    border-color: rgba(255, 255, 255, 0.3);
}
.ml-menu .ml-slidemenu > *,
.ml-menu .ml-slidemenu a {
    color: #aaa;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
}
.ml-menu .ml-slidemenu a img {
    max-width: 100%;
}
.ml-menu .ml-slidemenu .ml-btn:before,
.ml-menu .ml-slidemenu .ml-btn:after {
    border-color: rgba(255, 255, 255, 0.7);
}
.ml-menu .ml-listview > li:after {
    border-color: rgba(255, 255, 255, 0.1);
}
.ml-menu .ml-listview > li .ml-prev:before,
.ml-menu .ml-listview > li .ml-next:after,
.ml-menu .ml-listview > li .ml-arrow:after {
    border-color: rgba(255, 255, 255, 0.7);
}
.ml-menu .ml-listview > li .ml-prev:after,
.ml-menu .ml-listview > li .ml-next:before {
    border-color: rgba(0, 0, 0, 0.1);
}
.ml-menu .ml-listview > li.ml-selected > a:not(.ml-next),
.ml-menu .ml-listview > li.ml-selected > span {
    background: inherit;
}
.ml-menu.ml-vertical .ml-listview li.ml-opened > a.ml-next,
.ml-menu.ml-vertical .ml-listview li.ml-opened > .ml-panel,
.ml-menu .ml-listview li.ml-opened.ml-vertical > a.ml-next,
.ml-menu .ml-listview li.ml-opened.ml-vertical > .ml-panel {
    background: rgba(255, 255, 255, 0.7);
}
.ml-menu .ml-divider {
    background: rgba(0, 0, 0, 0.05);
}
/*
	jQuery.mlmenu offcanvas addon CSS
*/

.ml-page {
    box-sizing: border-box;
    position: relative;
}
.ml-slideout {
    -webkit-transition: -webkit-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
}
html.ml-slide-effects.ml-opened .ml-menu.ml-slide-effects {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
html.ml-slide-effects.ml-opening .ml-menu.ml-slide-effects {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
html.ml-slide-effects .ml-menu.ml-slide-effects {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
}
html.ml-opened {
    overflow: hidden;
    position: relative;
}
html.ml-opened body {
    overflow: hidden;
}
html.ml-background .ml-page {
    background: inherit;
}
#ml-blocker {
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: none;
    width: 97%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
html.ml-opened #ml-blocker,
html.ml-blocking #ml-blocker {
    display: block;
}
.ml-menu.ml-offcanvas {
    display: none;
    position: fixed;
}
.ml-menu.ml-current {
    display: block;
}
.ml-menu {
    max-width: 470px;
    min-width: 140px;
    width: 78.8%;
    z-index: 999;
}
.ml.ml-desktop .#ml-sidemenu {
    display: none;
}
html.ml-opening .ml-slideout {
    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    transform: translate(80%, 0);
}
@media all and (max-width: 175px) {
    html.ml-opening .ml-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0);
    }
}
@media all and (min-width: 550px) {
    html.ml-opening .ml-slideout {
        -webkit-transform: translate(440px, 0);
        -moz-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        -o-transform: translate(440px, 0);
        transform: translate(440px, 0);
    }
}
/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

#ml-loader {
    background: #fff;
    color: transparent;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-indent: -9999px;
    z-index: 99991;
}
#ml-load-animation {
    background: #ddd;
    position: absolute;
    display: inline-block;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    text-indent: -9999em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: ml-ball-scale 1s 0s ease-in-out infinite;
    animation: ml-ball-scale 1s 0s ease-in-out infinite;
}
@-webkit-keyframes ml-ball-scale {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes ml-ball-scale {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
/* Imported from fitvids */

.magic-liquidizer .ml-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}
.magic-liquidizer .ml-video-wrapper iframe,
.magic-liquidizer .ml-video-wrapper object,
.magic-liquidizer .ml-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 99.99%;
    height: 100%;
}
.magic-liquidizer #mlswitch {
    bottom: 8px;
    cursor: pointer;
    font-size: 14px;
    position: fixed;
    right: 15px !important;
    width: 95px;
    z-index: 99995;
}
.magic-liquidizer #mlswitch a {
    text-decoration: underline;
}
.magic-liquidizer #mlswitch a:hover {
    text-decoration: none;
}
.magic-liquidizer #mlswitch {
    display: none;
}
.magic-liquidizer.ml-mobile #mlswitch {
    display: block;
}
/* =Globals
-------------------------------------------------------------- */
/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {}
/* Smartphones (portrait and landscape) ----------- */

.ml.ml-smartphone .ml-homeicon,
.ml.ml-smartphone .ml-infoicon,
.ml.ml-smartphone .ml-callicon {
    margin-left: 4% !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}
.ml.ml-smartphone .ml-liquid {
    left: 0 !important;
    margin-bottom: 1.12765% !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    min-height: 1px !important;
    min-width: inherit !important;
    padding-left: 0.4% !important;
    padding-right: 0.3% !important;
    right: 0 !important;
    width: 99.3% !important;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.ml.ml-smartphone .ml-nav {
    margin-right: 3.6% !important;
}
/* Smartphones Screen to portrait tablet */

.ml.nav-on img.ml-image {
    left: 0 !important;
    margin-bottom: 1.12765% !important;
    margin-left: 0 !important;
    padding-left: 0.1% !important;
    padding-right: 0.3% !important;
    right: 0 !important;
    width: auto !important;
}
/* Landscape tablet screens and below */

.ml.ml-tablet .ml-liquid {
    left: 0 !important;
    margin-bottom: 1.12765% !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    min-height: 1px !important;
    min-width: inherit !important;
    padding-left: 0.5% !important;
    padding-right: 0.7% !important;
    right: 0 !important;
    width: 98.8% !important;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.ml.ml-mobile img.ml-image {
    height: auto !important;
    max-width: 99.999%;
    width: auto;
}
.ml.ml-mobile .ml-transparent {
    background-image: none !important;
}
/* Tablets (portrait and landscape) */

@media only screen and (min-width: 768px) and (max-width: 1199px) {}
/* Aprox Landscape Tablets to Large screens ----------- */

@media only screen and (min-width: 992px) {}
/* Aprox landscape Tablets to Laptops Screens ----------- */

@media only screen and (min-width: 992px) and (max-width: 1199px) {}
/* Large screens ----------- */

@media only screen and (min-width: 1200px) {}
/*	Retina (HiDPI) Display ---------- */

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {}
/*	Responsive Table Import ---------- */

.ml .ml-table {
    left: 0 !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    min-height: 1px !important;
    min-width: inherit !important;
    padding: 5px;
    right: 0 !important;
    width: 98.8% !important;
}
.ml .ml-responsive-table dt {
    background-color: transparent;
    clear: both;
    font-weight: bold;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.ml .ml-responsive-table dd {
    clear: both;
}
.ml .ml-responsive-table dl dd:nth-of-type(odd) {
    background:transparent;
}
.ml .ml-responsive-table dl dt:nth-of-type(even) {
    background: transparent;
}
.ml .ml-responsive-table .ml-grid {
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    margin-bottom: 1%;
    margin-left: 0;
    margin-right: 0;
}
/* Responsive Form ----------- */

.ml .ml-form {
    left: 0 !important;
    margin-bottom: 1.12765% !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    min-height: 1px !important;
    min-width: inherit !important;
    padding-left: 0.5% !important;
    padding-right: 0.7% !important;
    padding-top: 5px;
    padding-bottom: 5px;
    right: 0 !important;
    width: 98.8% !important;
}
.ml .ml-form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto !important;
}
.ml form.ml-form > div {
    clear: both;
    overflow: hidden;
    padding: 1px;
    margin: 0 0 10px 0;
}
.ml .ml-form form > div > fieldset > div > div {
    margin: 0 0 5px 0;
}
.ml .ml-form form > div > label,
.ml .ml-form legend {
    width: 25%;
    float: left;
    padding-right: 10px;
}
.ml .ml-form form > div > div,
.ml .ml-form form > div > fieldset > div {
    width: 75%;
}
.ml .ml-form form > div > fieldset label {
    font-size: 90%;
}
.ml .ml-form fieldset {
    border: 0;
    padding: 0;
}
.ml .ml-form input[type="image"] {} .ml.ml-smartphone .ml-form input[type="image"] {
    width: auto !important;
}
.ml .ml-form label {
    left: 0 !important;
    margin-bottom: 1.12765% !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    min-height: 1px !important;
    min-width: inherit !important;
    padding-left: 0.5% !important;
    padding-right: 0.7% !important;
    padding-top: 1px;
    padding-bottom: 1px;
    right: 0 !important;
    width: 98.8% !important;
}
.ml.ml-tablet form.ml-form input[type="text"],
.ml.ml-tablet form.ml-form input[type="email"],
.ml-tablet form.ml-form input[type="url"],
.ml.ml-tablet form.ml-form input[type="password"],
.ml.ml-tablet form.ml-form input[type="number"],
.ml.ml-tablet form.ml-form input[type="search"],
.ml.ml-tablet form.ml-form textarea,
.ml.ml-tablet form.ml-form select {
    display: block;
    margin-bottom: 1%;
    padding: 3px;
    width: 75%;
}
.ml.ml-smartphone form.ml-form input[type="text"],
.ml.ml-smartphone form.ml-form input[type="email"],
.ml.ml-smartphone form.ml-form input[type="url"],
.ml.ml-smartphone form.ml-form input[type="password"],
.ml.ml-smartphone form.ml-form input[type="number"],
.ml.ml-smartphone form.ml-form input[type="search"],
.ml.ml-smartphone form.ml-form textarea,
.ml.ml-smartphone form.ml-form select {
    margin-bottom: 1%;
    padding: 4px;
    width: 100% !important;
}
.ml.ml-smartphone form.ml-form input[type="submit"] {
    cursor: pointer;
    vertical-align: middle;
}
.ml .ml-form form > div {
    margin: 0 0 15px 0;
}
.ml .ml-form form > div > label,
.ml .ml-form legend {
    width: 100%;
    float: none;
    margin: 0 0 5px 0;
}
.ml .ml-form form > div > div,
.ml .ml-form form > div > fieldset > div {
    width: 100%;
    float: none;
}

.ml-liquid .page-title h1, .page-title {
    margin-left: 0px;
}