﻿/* E01_rogertemp_ext.css */

/* ROGER ADDED THIS SECTION FOR THE EXTERIOR-ONLY */


#ext_wrapper {
    background: url("Max/MainBG_ext_lighter.jpg") no-repeat scroll center center transparent;
    background-attachment: fixed;
    background-color: #f3f3f3;
}


#ext_contentwrapper {
    border: 1px solid #d7d7d7;
    background-color: #FFF;
    padding: 20px;
}

/* E01_rogertemp_ext.css end */

/* E1_header_ext.css */

#ext_logo {
    margin: 0px;
}

    #ext_logo a img {
        float: left;
        margin: 10px 0 0 0;
        /*margin-top: 20px;*/
    }

.ext_icon-chevron-left {
    background: rgba(0, 0, 0, 0) url("/Images/arrows.png") no-repeat scroll 0 0;
    display: block;
    background-position: 0 0;
    background-size: 15px auto;
    height: 10px !important;
     margin-top: 7px;
      margin-left: 8px;
}

.ext_icon-chevron-right {
   background: rgba(0, 0, 0, 0) url("/Images/arrows.png") no-repeat scroll 0 0;
    display: block;
    height: 15px;
    margin-left: 8px;
    margin-top: 5px;
    padding: 14px;
    width: 10px;
    background-position: 0 -76px;
    background-size: 15px auto;
}


.ext_Root:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #FFFFFF;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 10px;
}

.ext_Root:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFFFFF;
    content: "";
    display: inline-block;
    position: absolute;
    right: -1px;
    top: 9px;
}


div.ext_GreyBar {
    background-color: #4A4A4A;
    position: relative;
}

div.ext_content {
    margin: 0px auto;
    width: 1020px;
    overflow: hidden;
}

div.ext_Content {
    margin: 0px auto;
    width: 1020px;
    overflow: hidden;
}

    div.ext_Content.ext_Main {
        margin-bottom: 60px;
    }


div.ext_LightBox {
    height: 360px;
    margin: 0px auto 60px;
    width: 1140px;
}

ul, li {
    margin: 0px;
    padding: 0px;
}

a {
    color: #043F97;
    cursor: pointer;
    text-decoration: none;
}

    a h1, a h2, a h3, a h4, a h5, a h6 {
        display: inline-block;
        padding-bottom: 4px !important;
    }

    a:visited {
        color: #965994;
    }

        a:visited h1, a:visited h2, a:visited h3, a:visited h4, a:visited h5, a:visited h6 {
            color: #965994 !important;
        }

    a:hover, a:hover {
        color: #043F97;
        text-decoration: underline;
    }

img {
    vertical-align: top;
}

div.ext_InfoBar {
    background-color: #F7941E;
    color: White;
    padding: 8px;
    text-align: center;
}

.ext_V3Button, .ext_V3Button:hover, .ext_V3Button * {
    text-decoration: none !important;
}

.ext_V3Button, .ext_dxbButton_V3 div.ext_dxb {
    border-collapse: separate;
    border-radius: 4px 4px 4px 4px;
    border-style: none;
    color: White;
    cursor: pointer;
    display: inline-block !important;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 20px !important;
    font-weight: normal !important;
    height: auto;
    line-height: 24px !important;
    margin: 0px !important;
    padding: 11px 35px 15px !important;
    position: relative;
    text-align: center;
    text-shadow: 0px -1px 1px rgba(48, 17, 0, 0.25);
    white-space: nowrap;
    width: auto;
}

    .ext_V3Button td:first-child + td {
        display: none;
    }

    .ext_V3Button.ext_Large, .ext_Large .ext_dxbButton_V3 div.ext_dxb {
        font-size: 20px !important;
        line-height: 24px !important;
        padding: 16px 35px 20px !important;
    }

    .ext_V3Button.ext_Small, .ext_Small .ext_dxbButton_V3 div.ext_dxb {
        font-size: 16px !important;
        line-height: 16px !important;
        padding: 10px 25px 14px !important;
    }

.ext_V3Button, .ext_dxbButton_V3 div.ext_dxb {
    background: -moz-linear-gradient(center top, #F8981D 0%, #F87A1D 100%) repeat scroll 0% 0% #F8981D;
    color: White !important;
}

    .ext_V3Button:hover, .ext_dxbButton_V3.ext_dxbButtonHover_V3 div.ext_dxb {
        background: -moz-linear-gradient(center top, #FBAC22 0%, #FC902F 100%) repeat scroll 0% 0% transparent;
        color: White !important;
    }

    .ext_V3Button:active, .ext_dxbButton_V3.ext_dxbButtonPressed_V3 div.ext_dxb {
        background: -moz-linear-gradient(center top, #EC6E11 0%, #F87A1D 100%) repeat scroll 0% 0% transparent;
        color: #F9C07E !important;
    }

    .ext_V3Button.ext_Disabled, .ext_dxbButton_V3.ext_dxbDisabled_V3 div.ext_dxb {
        background: -moz-linear-gradient(center top, #F8981D 0%, #F87A1D 100%) repeat scroll 0% 0% transparent;
        color: #F8A555 !important;
        cursor: default;
        text-shadow: none !important;
    }

        .ext_dxbButton_V3.ext_dxbDisabled_V3 div.ext_dxb span {
            color: #F8A555 !important;
        }

    .ext_V3Button.ext_Grey, .ext_Grey .ext_dxbButton_V3 div.ext_dxb {
        padding: 10px 35px 14px !important;
    }

        .ext_V3Button.ext_Grey.ext_Small, .ext_Grey.ext_Small .ext_dxbButton_V3 div.ext_dxb {
            padding: 9px 25px 13px !important;
        }

        .ext_V3Button.ext_Grey.ext_Large, .ext_Grey.ext_Large .ext_dxbButton_V3 div.ext_dxb {
            padding: 15px 35px 19px !important;
        }

    .ext_V3Button.ext_Grey, .ext_Grey .ext_dxbButton_V3 div.ext_dxb {
        background: -moz-linear-gradient(center top, #F7F7F7 0%, #EDEDED 100%) repeat scroll 0% 0% #F2F2F2;
        border: 1px solid #CACACA;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.ext_1);
        color: #606060 !important;
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.ext_8) !important;
    }

        .ext_V3Button.ext_Grey:hover, .ext_Grey .ext_dxbButton_V3.ext_dxbButtonHover_V3 div.ext_dxb {
            background: -moz-linear-gradient(center top, #E5E5E5 0%, #DADADA 100%) repeat scroll 0% 0% #DFDFDF;
            border: 1px solid #C3C3C3;
            color: #606060 !important;
            text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.ext_8) !important;
        }

        .ext_V3Button.ext_Grey:active, .ext_Grey .ext_dxbButton_V3.ext_dxbButtonPressed_V3 div.ext_dxb {
            background: -moz-linear-gradient(center top, #C4C4C4 0%, #CFCFCF 100%) repeat scroll 0% 0% #C9C9C9;
            border: 1px solid #A7A7A7;
            color: #9A9A9A !important;
            text-shadow: none !important;
        }

        .ext_V3Button.ext_Grey.ext_Disabled, .ext_Grey .ext_dxbButton_V3.ext_dxbDisabled_V3 div.ext_dxb {
            background: -moz-linear-gradient(center top, #F7F7F7 0%, #EDEDED 100%) repeat scroll 0% 0% #F2F2F2;
            border: 1px solid #D2D2D2;
            color: #C7C7C7 !important;
            text-shadow: none !important;
        }

            .ext_Grey .ext_dxbButton_V3.ext_dxbDisabled_V3 div.ext_dxb span {
                color: #C7C7C7 !important;
            }

.ext_V2Button, .ext_V2Button:hover, .ext_V2Button * {
    color: White !important;
    text-decoration: none !important;
}

.ext_V2Button, .ext_V2DXButton div.ext_dxb {
    border-collapse: separate;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 1px 2px #ext_333333;
    color: White;
    cursor: pointer;
    display: inline-block !important;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 16px !important;
    font-weight: normal;
    min-width: 70px;
    padding: 5px 10px 7px;
    position: relative;
    text-align: center;
    text-shadow: 0px -1px 1px rgba(0, 3, 51, 0.ext_6);
    white-space: nowrap;
}

    .ext_V2Button.ext_Orange, .ext_V2DXButton.ext_Orange div.ext_dxb {
        background: -moz-linear-gradient(center top, #ext_F6911E 34%, #ext_C54931 67%) repeat scroll 0% 0% #ext_F7941E;
    }

        .ext_V2Button.ext_Orange:hover, .ext_V2DXButton.ext_Orange:hover div.ext_dxb {
            background: linear-gradient(to bottom, #ext_F6911E 0%, #ext_C54931 45%, #ext_C54931 50%, #ext_C54931 55%, #ext_F6911E 100%) repeat scroll 0% 0% transparent;
        }

    .ext_V2Button.ext_Blue, .ext_V2DXButton.ext_Blue div.ext_dxb {
        background: -moz-linear-gradient(center top, #ext_0070A2 34%, #ext_072F52 67%) repeat scroll 0% 0% #ext_3A4972;
        transition: border 0.ext_3s ease 0s;
    }

        .ext_V2Button.ext_Blue:hover, .ext_V2Button.ext_Blue:hover div.ext_dxb {
            background: linear-gradient(to bottom, #ext_0070A2 0%, #ext_072F52 45%, #ext_072F52 50%, #ext_072F52 55%, #ext_0070A2 100%) repeat scroll 0% 0% transparent;
            border: 1px solid #F7941E;
        }

    .ext_V2Button.ext_Disabled {
        background: -moz-linear-gradient(center top, #ext_E7E8E9 34%, #ext_A7A7A7 67%) repeat scroll 0% 0% #ext_A7A7A7;
        cursor: pointer;
    }

    .ext_V2Button.ext_Hidden {
        display: none !important;
    }

div.ext_PreSalesBlock {
    margin-bottom: 10px;
    padding: 0px;
}

    div.ext_PreSalesBlock.ext_PreSalesBlockVPaddings {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    div.ext_PreSalesBlock.ext_PreSalesBlockHPaddings {
        padding-left: 20px;
        padding-right: 20px;
    }

table.ext_PreSalesBlock {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: collapse;
    border-color: -moz-use-text-color -moz-use-text-color white;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 10px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    table.ext_PreSalesBlock td.ext_PreSalesBlockColumn {
        margin: 0px;
        padding: 0px 10px 0px 0px;
        vertical-align: top;
    }

    table.ext_PreSalesBlock td.ext_PreSalesBlockColumnVPaddings {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    table.ext_PreSalesBlock td.ext_PreSalesBlockColumnHPaddings {
        padding-left: 20px;
        padding-right: 20px;
    }

div.ext_TOCv3 div.ext_TopBar {
    color: White;
    height: 4px;
    overflow: visible;
    z-index: 2;
}

    div.ext_TOCv3 div.ext_TopBar ul.ext_TopMenu {
        float: left;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        position: relative;
        z-index: 3;
    }

        div.ext_TOCv3 div.ext_TopBar ul.ext_TopMenu li.ext_Root {
            cursor: pointer;
            font-size: 12px;
            height: 21px;
            line-height: 14px;
            padding-right: 13px;
            padding-top: 4px;
            position: relative;
            z-index: 4;
        }

            div.ext_TOCv3 div.ext_TopBar ul.ext_TopMenu li.ext_Root span {
                background-image: url("/DXR.ext_axd?r=9999_53-BTn17");
                background-position: -50px -70px;
                background-repeat: no-repeat;
                display: block;
                height: 4px;
                position: absolute;
                right: 0px;
                top: 11px;
                width: 7px;
            }

    div.ext_TOCv3 div.ext_TopBar ul.ext_SubMenu {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: White;
        border-color: -moz-use-text-color #ext_D7D7D7 #ext_D7D7D7;
        border-image: none;
        border-style: none solid solid;
        border-width: medium 1px 1px;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.ext_15);
        display: none;
        left: 0px;
        list-style-type: none;
        padding: 1px;
        position: absolute;
        top: 25px;
        z-index: 5;
    }

        div.ext_TOCv3 div.ext_TopBar ul.ext_SubMenu li {
            margin: 0px;
            padding: 0px;
            z-index: 6;
        }

            div.ext_TOCv3 div.ext_TopBar ul.ext_SubMenu li.ext_BeginGroup {
                border-bottom: 1px solid #E4E4E4;
                cursor: default;
                margin: 0px 6px 1px;
                padding-top: 1px;
            }

            div.ext_TOCv3 div.ext_TopBar ul.ext_SubMenu li a {
                color: #353535;
                display: block;
                font-size: 14px;
                font-weight: normal;
                line-height: 16px;
                margin: 0px;
                padding: 6px 17px 8px;
                text-decoration: none !important;
                white-space: nowrap;
                z-index: 7;
            }

        div.ext_TOCv3 div.ext_TopBar ul.ext_SubMenu a:hover, div.ext_TOCv3 div.ext_TopBar ul.ext_SubMenu a:active {
            background-color: #EEEEEE;
        }

    /*div.ext_TOCv3 div.ext_TopBar a {
     color: White;
     font-size: 12px;
     line-height: 14px;
     margin-top: 4px;
     text-decoration: none;
}*/
    div.ext_TOCv3 div.ext_TopBar .ext_p-f-right {
        background: none repeat scroll 0 0 #ext_676767;
        border-radius: 3px 3px 3px 3px;
        color: White;
        float: left;
        font-size: 12px;
        line-height: 14px;
        margin-left: 48px;
        margin-top: 4px;
        padding: 3px 0;
        text-align: center;
        text-decoration: none;
        width: 50px;
    }


.ext_login-info {
    background: url("Max/tableftcap.gif") no-repeat scroll 0 0 #4B4B4B;
    float: right;
    min-height: 33px;
    margin-top: 0px;
    padding: 0 20px 3px 0;
}

div.ext_TOCv3 div.ext_TopBar div.ext_ItemSeparator {
    background-color: #777777;
    height: 14px;
    margin: 5px 10px 6px;
    overflow: hidden;
    width: 1px;
}

div.ext_TOCv3 div.ext_TopBar a:hover {
    text-decoration: underline;
}


div.ext_TOCv3 div.ext_MainMenuBar {
    height: auto;
    margin-bottom: 15px;
    /*margin-top: 33px;*/
    position: relative;
    z-index: 1;
}

    div.ext_TOCv3 div.ext_MainMenuBar a.ext_Logo {
        background-image: url("images/maxleadpro_logo.jpg");
        background-position: 0px 0px;
        background-repeat: no-repeat;
        display: block;
        float: left;
        height: auto;
        margin-left: 30px;
        z-index: 1;
    }

div.ext_TOCv3 ul.ext_MainMenu {
    display: inline;
    float: right;
    height: auto;
    list-style-type: none;
    margin: 0px 0px 0px;
    padding: 0px;
    z-index: 2;
}

    div.ext_TOCv3 ul.ext_MainMenu li.ext_Item {
        color: #4A4A4A;
        float: left;
        height: auto;
        margin: 0px;
        padding: 1px 9px 0px;
        position: relative;
        z-index: 4;
    }

        div.ext_TOCv3 ul.ext_MainMenu li.ext_Item:last-child {
            padding-right: 0 !important;
        }

.ext_last {
    padding-right: 0 !important;
}

div.ext_TOCv3 ul.ext_MainMenu li.ext_Item span.ext_ItemTitle {
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
}

div.ext_TOCv3 div.ext_Callout {
    background-image: url("/DXR.ext_axd?r=9999_53-BTn17");
    background-position: 0px -70px;
    background-repeat: no-repeat;
    bottom: 1px;
    display: none;
    height: 10px;
    left: 39%;
    overflow: hidden;
    position: absolute;
    width: 20px;
    z-index: 12000;
}

div.ext_TOCv3 ul.ext_MainMenu li.ext_Item div.ext_Separator {
    background-color: #D2D2D2;
    height: 24px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 1px;
    width: 1px;
}






div.ext_TOCv3 ul.ext_MainMenu li.ext_Item div.ext_SubMenu {
    background-color: #313131;
    bottom: -356px;
    color: White;
    cursor: default;
    display: none;
    height: 356px;
    position: absolute;
    z-index: 12000;
}

div.ext_TOCv3 div.ext_SubMenuBack {
    background-color: #313131;
    box-shadow: 0px 5px 0px 0px rgba(49, 49, 49, 0.ext_25);
    cursor: default;
    display: none;
    height: 361px;
    position: absolute;
    top: 0px;
    z-index: 0;
}

div.ext_TOCv3 ul.ext_MainMenu li.ext_Item div.ext_SubMenuContainer {
    padding: 30px 0px;
}

div.ext_TOCv3 ul.ext_MainMenu div.ext_GroupTitle {
    color: #989898;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 16px;
    margin-top: 7px;
}

div.ext_TOCv3 ul.ext_MainMenu div.ext_GroupBreak {
    border-left: 1px solid #505050;
    float: left;
    margin-bottom: 28px;
    margin-left: 62px;
    padding-bottom: 13px;
    padding-left: 29px;
}

    div.ext_TOCv3 ul.ext_MainMenu div.ext_GroupBreak.ext_NoSeparator {
        border-left: medium none;
        margin-left: 63px;
    }

    div.ext_TOCv3 ul.ext_MainMenu div.ext_GroupBreak.ext_Full {
        height: 277px;
        margin-bottom: 0px;
    }

div.ext_TOCv3 ul.ext_MainMenu div.ext_CategoryTitle {
    color: #F88E1D;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 4px;
}

    div.ext_TOCv3 ul.ext_MainMenu div.ext_CategoryTitle.ext_Dummy {
        height: 14px;
        overflow: hidden;
        width: 10px;
    }

div.ext_TOCv3 ul.ext_MainMenu div.ext_CategoryBreak {
    height: 18px;
    overflow: hidden;
    width: 0px;
}

div.ext_TOCv3 ul.ext_MainMenu div.ext_FirstColumn {
    float: left;
}

div.ext_TOCv3 ul.ext_MainMenu div.ext_SecondColumn {
    float: left;
    margin-left: 65px;
}

div.ext_TOCv3 ul.ext_MainMenu .ext_CategoryItemLink {
    display: block;
    margin-bottom: 4px;
}

    div.ext_TOCv3 ul.ext_MainMenu .ext_CategoryItemLink a {
        color: White;
        font-size: 14px;
        line-height: 14px;
        text-decoration: none;
    }

    div.ext_TOCv3 ul.ext_MainMenu .ext_CategoryItemLink.ext_Dummy {
        display: block;
        height: 14px;
        overflow: hidden;
        width: 10px;
    }

div.ext_TOCv3 ul.ext_MainMenu .ext_CategoryItemDescription {
    color: #878787;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 1px;
}

div.ext_TOCv3 ul.ext_MainMenu .ext_CategoryItemLink a:hover {
    text-decoration: underline;
}

div.ext_TOCv3 ul.ext_MainMenu .ext_Products {
    float: left;
}

    div.ext_TOCv3 ul.ext_MainMenu .ext_Products.ext_Suites {
        width: 228px;
    }

    div.ext_TOCv3 ul.ext_MainMenu .ext_Products div.ext_BestValueItem {
        margin-top: 14px;
        padding-bottom: 7px;
        padding-left: 47px;
        position: relative;
    }

        div.ext_TOCv3 ul.ext_MainMenu .ext_Products div.ext_BestValueItem div.ext_Chicklet {
            background-image: url("/DXR.ext_axd?r=9999_53-BTn17");
            background-repeat: no-repeat;
            height: 30px;
            left: 1px;
            position: absolute;
            top: 2px;
            width: 30px;
        }

            div.ext_TOCv3 ul.ext_MainMenu .ext_Products div.ext_BestValueItem div.ext_Chicklet.ext_U {
                background-position: 0px -90px;
            }

            div.ext_TOCv3 ul.ext_MainMenu .ext_Products div.ext_BestValueItem div.ext_Chicklet.ext_DXP {
                background-position: -50px -90px;
            }

    div.ext_TOCv3 ul.ext_MainMenu .ext_Products a.ext_Compare {
        background-image: url("/DXR.ext_axd?r=9999_53-BTn17");
        background-position: -100px -70px;
        background-repeat: no-repeat;
        display: block;
        height: 52px;
        margin-top: 48px;
        width: 227px;
    }

    div.ext_TOCv3 ul.ext_MainMenu .ext_Products.ext_NETProducts div.ext_FirstColumn {
        overflow: visible;
        white-space: nowrap;
        width: 166px;
    }

    div.ext_TOCv3 ul.ext_MainMenu .ext_Products.ext_NETProducts div.ext_SecondColumn {
        overflow: visible;
        white-space: nowrap;
        width: 150px;
    }

    div.ext_TOCv3 ul.ext_MainMenu .ext_Products.ext_Other div.ext_FirstColumn {
        overflow: visible;
        white-space: nowrap;
        width: 130px;
    }

    div.ext_TOCv3 ul.ext_MainMenu .ext_Products.ext_Other div.ext_SecondColumn {
        overflow: visible;
        white-space: nowrap;
        width: 85px;
    }

div.ext_TOCv3 ul.ext_MainMenu .ext_Downloads {
    float: left;
}

    div.ext_TOCv3 ul.ext_MainMenu .ext_Downloads.ext_GroupBreak.ext_Full {
        margin-left: 49px;
    }

    div.ext_TOCv3 ul.ext_MainMenu .ext_Downloads.ext_Trial {
        margin-left: 49px;
        overflow: hidden;
        text-align: center;
        width: 213px;
    }

        div.ext_TOCv3 ul.ext_MainMenu .ext_Downloads.ext_Trial .ext_FreeTrial {
            background-image: url("/DXR.ext_axd?r=9999_53-BTn17");
            background-position: 0px -180px;
            background-repeat: no-repeat;
            height: 105px;
            margin-bottom: 30px;
            margin-top: 40px;
            width: 213px;
        }

        div.ext_TOCv3 ul.ext_MainMenu .ext_Downloads.ext_Trial a.ext_Download {
            background-image: url("/DXR.ext_axd?r=9999_53-BTn17");
            background-position: -230px -180px;
            background-repeat: no-repeat;
            display: block;
            height: 50px;
            margin-bottom: 14px;
            width: 213px;
        }

    div.ext_TOCv3 ul.ext_MainMenu .ext_Downloads a.ext_ViewAllDemos {
        background-image: url("/DXR.ext_axd?r=9999_53-BTn17");
        background-position: -460px -180px;
        background-repeat: no-repeat;
        display: block;
        height: 32px;
        margin-left: 115px;
        width: 137px;
    }

div.ext_TOCv3 ul.ext_MainMenu table.ext_BigIconItems {
    border-bottom-style: none;
    border-collapse: collapse;
    margin: 0px auto;
    padding: 0px;
}

    div.ext_TOCv3 ul.ext_MainMenu table.ext_BigIconItems td {
        margin: 0px;
        padding: 0px 6px;
        text-align: center;
        vertical-align: top;
        width: 227px;
    }

    div.ext_TOCv3 ul.ext_MainMenu table.ext_BigIconItems a.ext_Icon {
        color: #F88E1D;
        cursor: pointer;
        display: inline-block;
        font-size: 17px;
        font-weight: normal;
        line-height: 20px;
        margin-bottom: 9px !important;
        margin-top: 38px !important;
        text-align: center;
        text-decoration: none;
    }

        div.ext_TOCv3 ul.ext_MainMenu table.ext_BigIconItems a.ext_Icon:hover {
            color: White;
        }

div.ext_TOCv3 ul.ext_MainMenu div.ext_BigDescription {
    color: white;
    font-size: 17px;
    font-weight: normal;
    line-height: 21px;
    margin-top: 53px;
    text-align: center;
}

    div.ext_TOCv3 ul.ext_MainMenu div.ext_BigDescription a {
        color: #F88E1D;
        text-decoration: none;
    }

        div.ext_TOCv3 ul.ext_MainMenu div.ext_BigDescription a:hover {
            text-decoration: underline;
        }

div.ext_TOCv3 ul.ext_MainMenu .ext_Buy table.ext_BigIconItems a.ext_Icon span {
    background-image: url("/DXR.ext_axd?r=9999_53-BTn17");
    background-repeat: no-repeat;
    display: block;
    height: 78px;
    margin: 0px auto 14px;
    width: 90px;
}

div.ext_TOCv3 ul.ext_MainMenu .ext_Buy table.ext_BigIconItems a.ext_Icon.ext_Compare span {
    background-position: 0px -300px;
}

div.ext_TOCv3 ul.ext_MainMenu .ext_Buy table.ext_BigIconItems a.ext_Icon.ext_Buy span {
    background-position: -110px -300px;
    width: 112px;
}

div.ext_TOCv3 ul.ext_MainMenu .ext_Buy table.ext_BigIconItems a.ext_Icon.ext_Renew span {
    background-position: -250px -300px;
}

div.ext_TOCv3 ul.ext_MainMenu .ext_Support {
    float: left;
    height: 293px;
    padding: 0px 0px 0px 30px;
    width: 550px;
}

    div.ext_TOCv3 ul.ext_MainMenu .ext_Support.ext_Left {
        border-right: 1px solid #505050;
        padding-right: 10px;
        width: 439px;
    }

        div.ext_TOCv3 ul.ext_MainMenu .ext_Support.ext_Left table.ext_BigIconItems {
            margin: 0px;
        }

    div.ext_TOCv3 ul.ext_MainMenu .ext_Support .ext_GroupTitle {
        font-size: 24px;
        font-weight: 100;
        line-height: 24px;
        margin: 40px 0px 0px;
        padding: 0px;
        text-align: center;
    }

    div.ext_TOCv3 ul.ext_MainMenu .ext_Support table.ext_BigIconItems a.ext_Icon {
        font-size: 17px;
        line-height: 20px;
    }

        div.ext_TOCv3 ul.ext_MainMenu .ext_Support table.ext_BigIconItems a.ext_Icon span {
            background-image: url("/DXR.ext_axd?r=9999_53-BTn17");
            background-repeat: no-repeat;
            display: block;
            height: 73px;
            margin: 0px auto 14px;
            width: 102px;
        }

        div.ext_TOCv3 ul.ext_MainMenu .ext_Support table.ext_BigIconItems a.ext_Icon.ext_KB span {
            background-position: 0px -390px;
        }

        div.ext_TOCv3 ul.ext_MainMenu .ext_Support table.ext_BigIconItems a.ext_Icon.ext_Q span {
            background-position: -110px -390px;
        }

        div.ext_TOCv3 ul.ext_MainMenu .ext_Support table.ext_BigIconItems a.ext_Icon.ext_Examples span {
            background-position: -220px -390px;
        }

        div.ext_TOCv3 ul.ext_MainMenu .ext_Support table.ext_BigIconItems a.ext_Icon.ext_Doc span {
            background-position: -330px -390px;
        }

        div.ext_TOCv3 ul.ext_MainMenu .ext_Support table.ext_BigIconItems a.ext_Icon.ext_Demos span {
            background-position: -440px -390px;
        }

        div.ext_TOCv3 ul.ext_MainMenu .ext_Support table.ext_BigIconItems a.ext_Icon.ext_Training span {
            background-position: -550px -390px;
        }

        div.ext_TOCv3 ul.ext_MainMenu .ext_Support table.ext_BigIconItems a.ext_Icon.ext_Blogs span {
            background-position: -660px -390px;
        }

        div.ext_TOCv3 ul.ext_MainMenu .ext_Support table.ext_BigIconItems a.ext_Icon.ext_Webinars span {
            background-position: -770px -390px;
        }

    div.ext_TOCv3 ul.ext_MainMenu .ext_Support table.ext_BigIconItems td {
        padding: 0px 0px 0px 40px;
        width: auto;
    }

        div.ext_TOCv3 ul.ext_MainMenu .ext_Support table.ext_BigIconItems td:first-child {
            padding-left: 0px;
        }

div.ext_TOCv3 ul.ext_MainMenu .ext_MyAccount .ext_GroupTitle {
    font-size: 24px;
    font-weight: 100;
    line-height: 24px;
    margin-bottom: 36px;
    margin-top: 36px;
}

div.ext_TOCv3 ul.ext_MainMenu .ext_MyAccount.ext_Products {
    width: 397px;
}

div.ext_TOCv3 ul.ext_MainMenu .ext_MyAccount.ext_Account {
    padding-left: 89px;
}

div.ext_TOCv3 ul.ext_MainMenu .ext_MyAccount a {
    color: White;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
}

    div.ext_TOCv3 ul.ext_MainMenu .ext_MyAccount a:hover {
        text-decoration: underline;
    }

div.ext_TOCv3 ul.ext_MainMenu .ext_MyAccount .ext_Description {
    color: #ADADAD;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 23px;
    padding-top: 4px;
}

div.ext_TOCv3 ul.ext_MainMenu .ext_MyAccount a.ext_Login {
    background-image: url("/DXR.ext_axd?r=9999_53-BTn17");
    background-position: 0px -480px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 40px;
    width: 113px;
}

div.ext_TOCv3 ul.ext_MainMenu .ext_MyAccount a.ext_Download {
    background-image: url("/DXR.ext_axd?r=9999_53-BTn17");
    background-position: -330px -480px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 40px;
    width: 153px;
}

div.ext_TOCv3 ul.ext_MainMenu .ext_MyAccount .ext_Forgot {
    display: block;
    float: left;
    margin-left: 21px;
    margin-top: 13px;
}

div.ext_TOCv3 ul.ext_MainMenu .ext_MyAccount a.ext_IconLink {
    display: inline-block;
    height: 24px;
    margin-bottom: 11px;
    padding-left: 34px;
    padding-top: 5px;
    position: relative;
    white-space: nowrap;
}

    div.ext_TOCv3 ul.ext_MainMenu .ext_MyAccount a.ext_IconLink span {
        background-image: url("/DXR.ext_axd?r=9999_53-BTn17");
        background-repeat: no-repeat;
        display: block;
        height: 24px;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 24px;
    }

    div.ext_TOCv3 ul.ext_MainMenu .ext_MyAccount a.ext_IconLink.ext_Profile span {
        background-position: -120px -480px;
    }

    div.ext_TOCv3 ul.ext_MainMenu .ext_MyAccount a.ext_IconLink.ext_Licenses span {
        background-position: -150px -480px;
    }

    div.ext_TOCv3 ul.ext_MainMenu .ext_MyAccount a.ext_IconLink.ext_Purchases span {
        background-position: -180px -480px;
    }

    div.ext_TOCv3 ul.ext_MainMenu .ext_MyAccount a.ext_IconLink.ext_ChangePassword span {
        background-position: -210px -480px;
    }

    div.ext_TOCv3 ul.ext_MainMenu .ext_MyAccount a.ext_IconLink.ext_ChangeEmail span {
        background-position: -240px -480px;
    }

    div.ext_TOCv3 ul.ext_MainMenu .ext_MyAccount a.ext_IconLink.ext_EmailOptions span {
        background-position: -270px -480px;
    }

div.ext_TOCv3 ul.ext_MainMenu .ext_MyAccount.ext_Account .ext_GroupBreak {
    margin-left: 44px;
}

div.ext_SLNContainer {
    height: 62px;
    overflow: hidden;
}

div.ext_SLN div.ext_Content {
    color: White;
    height: 62px;
    margin: 0px auto;
    width: 1140px;
}

div.ext_SLN.ext_Fixed {
    position: fixed;
    top: 0px;
    z-index: 11000;
}

div.ext_SLN div.ext_PageTitleContainer {
    float: left;
    margin-left: 30px;
    margin-top: 18px;
}

div.ext_SLN .ext_PageTitle, div.ext_SLN .ext_ParentTitle {
    color: White;
    display: block;
    float: left;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

div.ext_SLN .ext_ParentTitle {
    color: #A8A8A8;
    text-decoration: none;
}

div.ext_SLN ul {
    float: right;
    height: 62px;
    list-style-type: none;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}

div.ext_SLN li {
    float: right;
    height: 62px;
    margin: 0px;
    padding: 0px;
}

    div.ext_SLN li a {
        color: White;
        display: block;
        font-size: 14px;
        font-weight: normal;
        height: 40px;
        line-height: 17px;
        padding: 22px 19px 0px;
        text-decoration: none;
    }

    div.ext_SLN li.ext_Current {
        background-color: #777777;
    }

div.ext_TOCv3 div.ext_Toolbar {
    float: right;
    height: 58px;
    margin-left: 8px;
    margin-right: 20px;
    padding-top: 8px;
}

    div.ext_TOCv3 div.ext_Toolbar .ext_Callout {
        bottom: 0px;
        left: 10px;
    }

    div.ext_TOCv3 div.ext_Toolbar div.ext_Content {
        margin-top: 105px;
        text-align: center;
    }

    div.ext_TOCv3 div.ext_Toolbar .ext_Item {
        background-image: url("/DXR.ext_axd?r=9999_53-BTn17");
        background-repeat: no-repeat;
        cursor: pointer;
        display: block;
        float: left;
        height: 58px;
        margin: 0px 4px;
        position: relative;
        text-decoration: none;
        width: 40px;
    }

        div.ext_TOCv3 div.ext_Toolbar .ext_Item.ext_Cart {
            background-position: 0px -530px;
        }

            div.ext_TOCv3 div.ext_Toolbar .ext_Item.ext_Cart:hover {
                background-position: -50px -530px;
            }

            div.ext_TOCv3 div.ext_Toolbar .ext_Item.ext_Cart.ext_Empty {
                background-position: -400px -530px;
            }

                div.ext_TOCv3 div.ext_Toolbar .ext_Item.ext_Cart.ext_Empty:hover {
                    background-position: -450px -530px;
                }

        div.ext_TOCv3 div.ext_Toolbar .ext_Item.ext_Blog {
            background-position: -100px -530px;
        }

            div.ext_TOCv3 div.ext_Toolbar .ext_Item.ext_Blog:hover {
                background-position: -150px -530px;
            }

        div.ext_TOCv3 div.ext_Toolbar .ext_Item.ext_Chat {
            background-position: -200px -530px;
        }

            div.ext_TOCv3 div.ext_Toolbar .ext_Item.ext_Chat:hover {
                background-position: -250px -530px;
            }

            div.ext_TOCv3 div.ext_Toolbar .ext_Item.ext_Chat.ext_Disabled {
                background-position: -300px -530px;
                cursor: default;
            }

        div.ext_TOCv3 div.ext_Toolbar .ext_Item.ext_Search {
            background-position: -350px -530px;
            height: 53px;
            margin-left: 8px;
            padding-top: 5px;
        }

        div.ext_TOCv3 div.ext_Toolbar .ext_Item.ext_Cart span {
            color: White;
            display: block;
            font-size: 9px;
            font-weight: bold;
            left: 22px;
            line-height: 10px;
            position: absolute;
            text-align: center;
            text-decoration: none !important;
            top: 22px;
            width: 10px;
        }

        div.ext_TOCv3 div.ext_Toolbar .ext_Item.ext_Cart:hover span {
            color: #4A4A4A;
        }

        div.ext_TOCv3 div.ext_Toolbar .ext_Item.ext_Cart.ext_Empty span {
            display: none;
        }

    div.ext_TOCv3 div.ext_Toolbar div.ext_SearchBox {
        margin: 0px auto;
        width: 700px;
    }

        div.ext_TOCv3 div.ext_Toolbar div.ext_SearchBox input.ext_TextBox {
            background-color: White;
            border-radius: 0px 0px 0px 0px;
            border-style: none;
            color: #A3A3A3;
            float: left;
            font-size: 16px;
            height: 19px;
            line-height: 19px;
            outline-style: none;
            padding: 22px 17px 19px;
            width: 614px;
        }

    div.ext_TOCv3 div.ext_Toolbar input.ext_ButtonSearch {
        background-color: White;
        background-image: url("/DXR.ext_axd?r=9999_53-BTn17");
        background-position: 0px -600px;
        background-repeat: no-repeat;
        border-radius: 0px 0px 0px 0px;
        border-style: none;
        cursor: pointer;
        display: block;
        float: left;
        height: 60px;
        width: 52px;
    }

div.ext_TOCv3 div.ext_Search div.ext_SearchBox {
    padding-top: 45px;
    text-align: left;
}

    div.ext_TOCv3 div.ext_Search div.ext_SearchBox input.ext_CheckBox {
        -moz-appearance: checkbox-container;
        border: medium none;
        display: inline-block;
        height: 0px;
        margin: 0px;
        padding: 0px;
        width: 0px;
    }

    div.ext_TOCv3 div.ext_Search div.ext_SearchBox label {
        color: White;
        display: block;
        float: left;
        font-size: 23px;
        height: 40px;
        line-height: 28px;
        margin-top: 25px;
        padding-left: 62px;
        padding-right: 64px;
        padding-top: 10px;
        position: relative;
    }

        div.ext_TOCv3 div.ext_Search div.ext_SearchBox label span {
            background-image: url("/DXR.ext_axd?r=9999_53-BTn17");
            background-position: -100px -600px;
            background-repeat: no-repeat;
            display: block;
            height: 50px;
            left: 0px;
            position: absolute;
            top: 0px;
            width: 50px;
        }

        div.ext_TOCv3 div.ext_Search div.ext_SearchBox label.ext_Checked span {
            background-position: -50px -600px;
        }

div.ext_FooterV3 {
    background-color: #FCFCFC;
    border-bottom: 1px solid #F3F3F3;
    border-top: 1px solid #F4F4F4;
}

    div.ext_FooterV3 div.ext_MainContent {
        float: none;
        margin: 0px;
        padding: 8px 0px 0px;
        width: auto;
    }

        div.ext_FooterV3 div.ext_MainContent div.ext_Left {
            float: left;
            padding: 19px 0px;
            width: 206px;
        }

        div.ext_FooterV3 div.ext_MainContent div.ext_Middle {
            border-left: 1px solid #D6D6D6;
            float: left;
            height: 241px;
            padding-bottom: 19px;
            padding-left: 30px;
            padding-top: 19px;
        }

        div.ext_FooterV3 div.ext_MainContent div.ext_Right {
            border-left: 1px solid #D6D6D6;
            float: right;
            height: 241px;
            overflow: visible;
            padding-bottom: 19px;
            padding-left: 30px;
            padding-top: 19px;
        }

    div.ext_FooterV3 div.ext_Group {
        color: #707070;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 6px;
    }

        div.ext_FooterV3 div.ext_Group.ext_Break {
            margin-top: 26px;
        }

    div.ext_FooterV3 div.ext_MainContent {
        margin-bottom: 7px;
    }

        div.ext_FooterV3 div.ext_MainContent div.ext_ItemLink {
            display: block;
            margin-bottom: 6px;
        }

            div.ext_FooterV3 div.ext_MainContent div.ext_ItemLink a {
                color: #054A97;
                font-size: 14px;
                line-height: 14px;
                text-decoration: none;
            }

                div.ext_FooterV3 div.ext_MainContent div.ext_ItemLink a:hover {
                    text-decoration: underline;
                }

    div.ext_FooterV3 div.ext_Column {
        float: left;
        margin-right: 70px;
        padding-bottom: 19px;
    }

        div.ext_FooterV3 div.ext_Column.ext_Last {
            margin-right: 30px;
        }

    div.ext_FooterV3 div.ext_ItemBreak {
        height: 21px;
        overflow: hidden;
        width: 1px;
    }

    div.ext_FooterV3 div.ext_ChatInfo {
        float: left;
        margin-top: 8px;
        position: relative;
    }

        div.ext_FooterV3 div.ext_ChatInfo p {
            color: #252525;
            font-size: 12px;
            line-height: 15px;
            margin: 8px 0px 0px;
            padding: 0px;
        }

            div.ext_FooterV3 div.ext_ChatInfo p a {
                color: #054A97;
                text-decoration: none;
            }

                div.ext_FooterV3 div.ext_ChatInfo p a:hover {
                    text-decoration: underline;
                }

    div.ext_FooterV3 div.ext_ChatButton {
        color: #707070;
        cursor: pointer;
        float: left;
        font-size: 14px;
        height: 21px;
        line-height: 14px;
        padding-right: 48px;
        padding-top: 20px;
        position: relative;
    }

        div.ext_FooterV3 div.ext_ChatButton div {
            background-image: url("/DXR.ext_axd?r=9999_52-BTn17");
            background-position: 0px -150px;
            background-repeat: no-repeat;
            height: 42px;
            position: absolute;
            right: 0px;
            top: 0px;
            width: 40px;
        }

        div.ext_FooterV3 div.ext_ChatButton.ext_Offline {
            cursor: default;
        }

            div.ext_FooterV3 div.ext_ChatButton.ext_Offline div {
                background-position: -80px -150px;
            }

    div.ext_FooterV3 div.ext_FollowUs {
        color: #707070;
        float: right;
        font-size: 14px;
        line-height: 14px;
        margin-top: 27px;
        text-align: right;
    }

    div.ext_FooterV3 div.ext_Top, div.ext_FooterV3 div.ext_Bottom {
        background-image: url("/DXR.ext_axd?r=9999_52-BTn17");
        background-repeat: no-repeat;
        height: 30px;
        overflow: hidden;
    }

    div.ext_FooterV3 div.ext_Top {
        margin-top: -1px;
    }

    div.ext_FooterV3 div.ext_Bottom {
        background-position: 0px -30px;
        margin-bottom: -1px;
        margin-top: 7px;
    }

    div.ext_FooterV3 a.ext_FollowIcon {
        background-image: url("/DXR.ext_axd?r=9999_52-BTn17");
        background-repeat: no-repeat;
        display: block;
        float: right;
        height: 64px;
        margin-left: 9px;
        margin-right: -3px;
        margin-top: 9px;
        width: 64px;
    }

        div.ext_FooterV3 a.ext_FollowIcon.ext_GPlus {
            background-position: 0px -80px;
        }

        div.ext_FooterV3 a.ext_FollowIcon.ext_Twitter {
            background-position: -80px -80px;
        }

        div.ext_FooterV3 a.ext_FollowIcon.ext_Facebook {
            background-position: -160px -80px;
        }

        div.ext_FooterV3 a.ext_FollowIcon.ext_YouTube {
            background-position: -240px -80px;
        }

div.ext_SubFooterV3 {
    color: #959595;
    font-size: 12px;
    line-height: 14px;
    padding: 27px 0px;
}

    div.ext_SubFooterV3 div.ext_SubFooter p {
        margin: 18px 0px 0px;
        padding: 0px;
    }

    div.ext_SubFooterV3 div.ext_Left {
        float: left;
        width: 630px;
    }

    div.ext_SubFooterV3 div.ext_Right {
        float: right;
        width: 320px;
    }

        div.ext_SubFooterV3 div.ext_Right p {
            text-align: right;
        }

    div.ext_SubFooterV3 a {
        color: #054A97;
        text-decoration: none;
    }

        div.ext_SubFooterV3 a:hover {
            text-decoration: underline;
        }

.ext_GradientOrange {
    background-color: #DE6D28;
    background-image: url("/DXR.ext_axd?r=9999_15-BTn17");
    width: 1140px;
}

.ext_GradientBlue {
    background-color: #1477BD;
    background-image: url("/DXR.ext_axd?r=9999_14-BTn17");
    width: 1140px;
}

.ext_GradientGray {
    background-color: #E3E3E3;
    background-image: url("/DXR.ext_axd?r=9999_12-BTn17");
    width: 1140px;
}

.ext_GradientBlack {
    background-color: #404041;
    background-image: url("/DXR.ext_axd?r=9999_10-BTn17");
    width: 1140px;
}

.ext_GradientWhite {
    background-color: White;
}

.ext_GradientDarkBlue {
    background-color: #072F52;
    background-image: url("/DXR.ext_axd?r=9999_11-BTn17");
    width: 1140px;
}

.ext_GradientGreen {
    background-color: #006838;
    background-image: url("/DXR.ext_axd?r=9999_13-BTn17");
    width: 1140px;
}

.ext_b-securezone {
    background-color: White;
    background-image: url("/DXR.ext_axd?r=9999_7-BTn17");
    background-repeat: repeat-x;
}

.ext_h-no-indent {
    margin: 0px !important;
    padding: 0px !important;
}

.ext_h-absolute {
    position: absolute;
}

.ext_h-clear {
    clear: both;
    content: ".ext_";
    display: block;
    font-size: 0px !important;
    height: 0px;
    visibility: hidden;
}

.ext_h-both {
    clear: both;
}

.ext_h-nowrap {
    white-space: nowrap !important;
}

.ext_h-box {
    display: inline-block;
}

.ext_h-hand, .ext_h-hand span {
    cursor: pointer !important;
}

.ext_h-reset-width {
    width: auto !important;
}

.ext_h-clear-bottom-margin {
    margin-bottom: 0px !important;
}

.ext_s-100 {
    width: 100%;
}

.ext_i-product-item-image img {
    margin: 0px 10px 0px 0px !important;
}

.ext_i-product-item-demos-image img {
    margin: 0px 6px 0px 0px !important;
}

.ext_i-demos-item-name {
    display: block;
    margin: 0px;
}

.ext_f-light {
    color: #494B50;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 13px;
}

.ext_font-light {
    font-family: 'Segoe UI Light','Segoe UI','Helvetica Neue',Helvetica,Verdana,sans-serif;
    font-weight: lighter;
}

.ext_l-box {
    float: left;
    margin: 0px 5px 5px 0px;
}

.ext_l-container {
    width: 100%;
}

    .ext_l-container:after, .ext_c-container:after {
        clear: both;
        content: ".ext_";
        display: block;
        height: 0px;
        visibility: hidden;
    }

.ext_c-container {
}

.ext_c-cell {
    float: left;
}

.ext_p-left {
    text-align: left;
}

.ext_p-center {
    text-align: center;
}

.ext_p-right {
    text-align: right;
}

.ext_p-f-left {
    float: left;
}

.ext_p-f-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.ext_p-f-right {
    float: right;
}

.ext_p-top {
    vertical-align: top;
}

.ext_dxpcControl_Video {
    border: 10px solid white;
    padding: 0px;
}

.ext_dxpcModalBackground_Video {
    background-color: Black;
    opacity: 0.ext_75;
}

.ext_popupvideo-footer {
    padding: 20px 10px 0px;
}

    .ext_popupvideo-footer a {
        float: left;
    }

        .ext_popupvideo-footer a.ext_CloseButton {
            float: right;
        }

.ext_i-popupvideo {
    margin: 0px 0px 32px;
}

.ext_i-popupvideo-header {
    margin: 0px 0px 5px;
}

.ext_dxpcContent_Video {
    background-color: White;
}

    .ext_dxpcContent_Video .ext_dxcpLoadingDiv_DX {
        background-color: White;
    }

.ext_dxpcControl_DX {
    border: medium none;
    color: #252525;
    cursor: default;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 13px;
    padding: 0px;
}

    .ext_dxpcControl_DX.ext_WithShadow {
        box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .ext_dxpcControl_DX a {
        color: #125C87;
        text-decoration: none;
    }

        .ext_dxpcControl_DX a:hover {
            text-decoration: underline;
        }

        .ext_dxpcControl_DX a:visited {
            color: #125C87;
        }

.ext_dxpcCloseButton_DX {
    cursor: pointer;
    padding: 0px 20px 0px 0px;
}

.ext_dxpcCloseButtonHover_DX {
}

.ext_dxpcContent_DX input {
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 13px;
}

.ext_dxpcContent_DX {
    background-color: White;
    border-width: 0px;
    color: #252525;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 13px;
    padding: 8px 10px;
    white-space: normal;
}

.ext_dxpcContentAuthWindows_DX {
    padding: 0px;
}

.ext_dxpcFooter_DX {
    background-color: #E9ECF3;
    padding: 0px 5px;
}

.ext_dxpcHeader_DX {
    background-color: #F6F6F6;
    border-bottom: 1px solid #E3E3E3;
    color: #333333;
}

    .ext_dxpcHeader_DX td.ext_dxpc {
        font-family: 'Segoe UI Light','Segoe UI','Helvetica Neue Light','Helvetica Neue',Helvetica,Verdana,sans-serif;
        font-size: 30px;
        font-weight: lighter;
        line-height: 30px;
        padding: 10px 0px 13px 20px !important;
        white-space: nowrap;
    }

.ext_dxpcModalBackground_DX {
    background-color: Black;
    opacity: 0.ext_75;
}

.ext_dxpcModalBackgroundHidden_DX {
    display: none !important;
}

.ext_dxpcDisabled_DX {
    color: #BCAAB0;
    cursor: default;
}

.ext_dxcpLoadingPanel_DX, .ext_dxcpLoadingPanelWithContent_DX {
    background-color: White;
    color: #252525;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 13px;
}

    .ext_dxcpLoadingPanel_DX td.ext_dx, .ext_dxcpLoadingPanelWithContent_DX td.ext_dx {
        padding: 5px;
        text-align: center;
        white-space: nowrap;
    }

.ext_dxcpLoadingDiv_DX {
}

.ext_dxcpDisabled_DX {
    color: #BCAAB0;
    cursor: default;
}

.ext_dxeBase_DX, .ext_dxeBase_SC, .ext_dxeBase {
    color: #252525;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif !important;
    font-size: 13px;
}

.ext_dxeErrorCell_DX, .ext_dxeErrorCell_DX td, .ext_dxeErrorCell_SC, .ext_dxeErrorCell_SC td {
    color: Red;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 13px;
}

.ext_dxeErrorCell_DX, .ext_dxeErrorCell_SC {
    padding-left: 4px;
    padding-right: 5px;
}

.ext_dxeErrorFrameWithoutError_DX, .ext_dxeErrorFrameWithoutError_SC {
    border: 1px solid Red;
}

    .ext_dxeErrorFrameWithoutError_DX .ext_dxeControlsCell_DX, .ext_dxeErrorFrameWithoutError_SC .ext_dxeControlsCell_SC {
        padding: 2px;
    }

.ext_dxeButtonEdit_DX, .ext_dxeButtonEdit_SC {
    border-collapse: separate !important;
    border-left: 1px solid #B9BABF;
    border-top: 1px solid #B9BABF;
    color: #252525;
    width: 170px;
}

    .ext_dxeButtonEdit_DX td.ext_dxic, .ext_dxeButtonEdit_SC td.ext_dxic {
        padding: 0px 2px 0px 1px;
    }

.ext_dxeEditAreaSys {
    outline-style: none !important;
}

.ext_dxeEditArea_DX, .ext_dxeEditArea_SC {
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 13px;
}

.ext_dxeTextBox_DX, .ext_dxeMemo_DX, .ext_dxeTextBox_SC, .ext_dxeMemo_SC {
    border-left: 1px solid #B9BABF !important;
    border-top: 1px solid #B9BABF !important;
}

    .ext_dxeMemo_DX textarea, .ext_dxeMemo_SC textarea {
    }

    .ext_dxeTextBox_DX td.ext_dxic, .ext_dxeTextBox_SC td.ext_dxic {
        padding: 1px 2px;
        width: 100%;
    }

.ext_dxeHyperlink, .ext_dxeHyperlink_DX, .ext_dxeHyperlink_SC {
    color: #043F97 !important;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif !important;
    font-size: 13px !important;
    font-weight: normal !important;
    text-decoration: none !important;
}

    .ext_dxeHyperlink:hover, .ext_dxeHyperlink:hover span, .ext_dxeHyperlink_DX:hover, .ext_dxeHyperlink_SC:hover {
        text-decoration: underline !important;
    }

    .ext_dxeHyperlink:visited, .ext_dxeHyperlink_DX:visited, .ext_dxeHyperlink_SC:visited {
        color: #965994 !important;
    }

.ext_dxbButton_DX, .ext_dxbButton_SC {
    background: url("/DXR.ext_axd?r=9999_16-BTn17") repeat-x scroll center top #ext_CAD7ED;
    border: 1px solid #3E4C6D;
    color: #24325C;
    cursor: pointer;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 1px;
    vertical-align: middle;
}

.ext_dxbButtonHover_DX, .ext_dxbButtonHover_SC {
    background: url("/DXR.ext_axd?r=9999_17-BTn17") repeat-x scroll center top #ext_DAE6F9;
    border: 1px solid #3E4C6D;
    color: #24325C;
}

.ext_dxbButtonChecked_DX, .ext_dxbButtonChecked_SC {
    background-color: #BAC8E1;
    background-image: none;
    color: #24325C;
}

.ext_dxbButtonPressed_DX, .ext_dxbButtonPressed_SC {
    background-color: #BAC8E1;
    background-image: none;
    color: #24325C;
}

.ext_dxbButton_DX div.ext_dxb, .ext_dxbButton_SC div.ext_dxb {
    border: 0px none;
    padding: 1px 28px 3px;
}

.ext_dxbButton_DX div.ext_dxbf, .ext_dxbButton_SC div.ext_dxbf {
    border: 1px dotted black;
    padding: 1px 27px;
}

.ext_dxbButton_DX div.ext_dxb table, .ext_dxbButton_SC div.ext_dxb table {
    color: #000000;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 13px;
}

.ext_dxbButton_DX div.ext_dxb td.ext_dxb, .ext_dxbButton_SC div.ext_dxb td.ext_dxb {
    background-color: transparent !important;
    background-image: url("") !important;
    border-width: 0px !important;
    padding: 0px !important;
}

.ext_dxucBrowseButton_DX {
    background: url("/DXR.ext_axd?r=9999_16-BTn17") repeat-x scroll center top #ext_CAD7ED;
    border: 1px solid #3E4C6D;
    color: #24325C;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 28px;
    vertical-align: middle;
}

    .ext_dxucBrowseButton_DX a {
        color: #24325C;
    }

.ext_dxbDisabled_DX, .ext_dxbDisabled_SC {
    background-color: #D5E1F5;
    background-image: url("") !important;
    border-color: #3E4C6D;
    color: #9CA5C0;
    cursor: default;
}

    .ext_dxbDisabled_DX td.ext_dxb, .ext_dxbDisabled_SC td.ext_dxb {
        color: #9CA5C0;
    }

.ext_dxeButtonEditButton_DX, .ext_dxeCalendarButton_DX, .ext_dxeSpinIncButton_DX, .ext_dxeSpinDecButton_DX, .ext_dxeSpinLargeIncButton_DX, .ext_dxeSpinLargeDecButton_DX, .ext_dxeButtonEditButton_SC, .ext_dxeCalendarButton_SC, .ext_dxeSpinIncButton_SC, .ext_dxeSpinDecButton_SC, .ext_dxeSpinLargeIncButton_SC, .ext_dxeSpinLargeDecButton_SC {
    cursor: pointer;
    vertical-align: middle;
}

    .ext_dxeButtonEditButton_DX, .ext_dxeCalendarButton_DX, .ext_dxeButtonEditButton_DX td.ext_dx, .ext_dxeCalendarButton_DX td.ext_dx, .ext_dxeSpinIncButton_DX, .ext_dxeSpinDecButton_DX, .ext_dxeSpinLargeIncButton_DX, .ext_dxeSpinLargeDecButton_DX, .ext_dxeSpinIncButton_DX td.ext_dx, .ext_dxeSpinDecButton_DX td.ext_dx, .ext_dxeSpinLargeIncButton_DX td.ext_dx, .ext_dxeSpinLargeDecButton_DX td.ext_dx, .ext_dxeButtonEditButton_SC, .ext_dxeCalendarButton_SC, .ext_dxeButtonEditButton_SC td.ext_dx, .ext_dxeCalendarButton_SC td.ext_dx, .ext_dxeSpinIncButton_SC, .ext_dxeSpinDecButton_SC, .ext_dxeSpinLargeIncButton_SC, .ext_dxeSpinLargeDecButton_SC, .ext_dxeSpinIncButton_SC td.ext_dx, .ext_dxeSpinDecButton_SC td.ext_dx, .ext_dxeSpinLargeIncButton_SC td.ext_dx, .ext_dxeSpinLargeDecButton_SC td.ext_dx {
        font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
    }

.ext_dxeButtonEditButton_DX, .ext_dxeSpinIncButton_DX, .ext_dxeSpinDecButton_DX, .ext_dxeSpinLargeIncButton_DX, .ext_dxeSpinLargeDecButton_DX, .ext_dxeButtonEditButton_SC, .ext_dxeSpinIncButton_SC, .ext_dxeSpinDecButton_SC, .ext_dxeSpinLargeIncButton_SC, .ext_dxeSpinLargeDecButton_SC {
    padding: 0px 2px 0px 3px;
}

    .ext_dxeButtonEditButton_DX table.ext_dxbebt, .ext_dxeSpinIncButton_DX table.ext_dxbebt, .ext_dxeSpinDecButton_DX table.ext_dxbebt, .ext_dxeSpinLargeIncButton_DX table.ext_dxbebt, .ext_dxeSpinLargeDecButton_DX table.ext_dxbebt, .ext_dxeButtonEditButton_SC table.ext_dxbebt, .ext_dxeSpinIncButton_SC table.ext_dxbebt, .ext_dxeSpinDecButton_SC table.ext_dxbebt, .ext_dxeSpinLargeIncButton_SC table.ext_dxbebt, .ext_dxeSpinLargeDecButton_SC table.ext_dxbebt {
        width: 10px;
    }

.ext_dxeCalendarButtonPressed_DX, .ext_dxeButtonEditButtonPressed_DX, .ext_dxeSpinIncButtonPressed_DX, .ext_dxeSpinDecButtonPressed_DX, .ext_dxeSpinLargeIncButtonPressed_DX, .ext_dxeSpinLargeDecButtonPressed_DX, .ext_dxeCalendarButtonPressed_SC, .ext_dxeButtonEditButtonPressed_SC, .ext_dxeSpinIncButtonPressed_SC, .ext_dxeSpinDecButtonPressed_SC, .ext_dxeSpinLargeIncButtonPressed_SC, .ext_dxeSpinLargeDecButtonPressed_SC {
    background-color: #A3B3CE !important;
}

.ext_dxeCalendarButtonHover_DX, .ext_dxeButtonEditButtonHover_DX, .ext_dxeSpinIncButtonHover_DX, .ext_dxeSpinDecButtonHover_DX, .ext_dxeSpinLargeIncButtonHover_DX, .ext_dxeSpinLargeDecButtonHover_DX, .ext_dxeCalendarButtonHover_SC, .ext_dxeButtonEditButtonHover_SC, .ext_dxeSpinIncButtonHover_SC, .ext_dxeSpinDecButtonHover_SC, .ext_dxeSpinLargeIncButtonHover_SC, .ext_dxeSpinLargeDecButtonHover_SC {
    background-color: #CAD7ED !important;
}

.ext_dxeButtonEdit_DX .ext_dxeEditArea, .ext_dxeButtonEdit_DX td.ext_dxic, .ext_dxeButtonEdit_SC .ext_dxeEditArea, .ext_dxeButtonEdit_SC td.ext_dxic {
    width: 100%;
}

.ext_dxeListBox_DX, .ext_dxeListBox_SC {
    background-color: White;
    border: 1px solid #8E9098;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 13px;
    height: 109px;
    width: 70px;
}

    .ext_dxeListBox_DX div.ext_dxlbd, .ext_dxeListBox_SC div.ext_dxlbd {
        height: 107px;
    }

.ext_dxeListBoxItemRow_DX, .ext_dxeListBoxItemRow_SC {
    cursor: default;
}

.ext_dxeListBoxItem_DX, .ext_dxeListBoxItem_SC {
    color: #252525;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 5px 4px;
    text-align: left;
    white-space: nowrap;
}

.ext_dxeListBox_DX td.ext_dxeI, .ext_dxeListBox_DX td.ext_dxeIM, .ext_dxeListBox_DX .ext_dxeHIC, .ext_dxeListBox_SC td.ext_dxeI, .ext_dxeListBox_SC td.ext_dxeIM, .ext_dxeListBox_SC .ext_dxeHIC {
    border-right-width: 0px !important;
}

.ext_dxeListBox_DX td.ext_dxeIM, .ext_dxeListBox_SC td.ext_dxeIM {
    width: 0px;
}

.ext_dxeListBox_DX td.ext_dxeT, .ext_dxeListBox_SC td.ext_dxeT {
    border-left-width: 0px !important;
    padding-left: 0px !important;
    width: 100%;
}

.ext_dxeListBox_DX td.ext_dxeFTM, .ext_dxeListBox_DX td.ext_dxeTM, .ext_dxeListBox_DX td.ext_dxeLTM, .ext_dxeListBox_DX .ext_dxeHFC, .ext_dxeListBox_DX .ext_dxeHC, .ext_dxeListBox_DX .ext_dxeHLC, .ext_dxeListBox_SC td.ext_dxeFTM, .ext_dxeListBox_SC td.ext_dxeTM, .ext_dxeListBox_SC td.ext_dxeLTM, .ext_dxeListBox_SC .ext_dxeHFC, .ext_dxeListBox_SC .ext_dxeHC, .ext_dxeListBox_SC .ext_dxeHLC {
    overflow: hidden;
}

.ext_dxeListBox_DX td.ext_dxeFTM, .ext_dxeListBox_DX td.ext_dxeTM, .ext_dxeListBox_SC td.ext_dxeFTM, .ext_dxeListBox_SC td.ext_dxeTM {
    border-right-width: 0px !important;
}

.ext_dxeListBox_DX td.ext_dxeFTM, .ext_dxeListBox_DX td.ext_dxeTM, .ext_dxeListBox_DX .ext_dxeHFC, .ext_dxeListBox_DX .ext_dxeHC, .ext_dxeListBox_SC td.ext_dxeFTM, .ext_dxeListBox_SC td.ext_dxeTM, .ext_dxeListBox_SC .ext_dxeHFC, .ext_dxeListBox_SC .ext_dxeHC {
    padding-right: 6px !important;
}

.ext_dxeListBox_DX td.ext_dxeLTM, .ext_dxeListBox_DX td.ext_dxeTM, .ext_dxeListBox_DX .ext_dxeHC, .ext_dxeListBox_DX .ext_dxeHLC, .ext_dxeListBox_SC td.ext_dxeLTM, .ext_dxeListBox_SC td.ext_dxeTM, .ext_dxeListBox_SC .ext_dxeHC, .ext_dxeListBox_SC .ext_dxeHLC {
    padding-left: 6px !important;
}

.ext_dxeListBox_DX td.ext_dxeLTM, .ext_dxeListBox_DX td.ext_dxeTM, .ext_dxeListBox_SC td.ext_dxeLTM, .ext_dxeListBox_SC td.ext_dxeTM {
    border-left: 1px solid #CFCFCF !important;
}

.ext_dxeListBox_DX td.ext_dxeIM, .ext_dxeListBox_DX td.ext_dxeFTM, .ext_dxeListBox_DX td.ext_dxeTM, .ext_dxeListBox_DX td.ext_dxeLTM, .ext_dxeListBox_SC td.ext_dxeIM, .ext_dxeListBox_SC td.ext_dxeFTM, .ext_dxeListBox_SC td.ext_dxeTM, .ext_dxeListBox_SC td.ext_dxeLTM {
    border-bottom: 1px solid #CFCFCF;
}

.ext_dxeListBoxItemHover_DX, .ext_dxeListBoxItemHover_SC {
    background-color: #E2ECFA;
}

.ext_dxeListBoxItemSelected_DX, .ext_dxeListBoxItemSelected_SC {
    background-color: #CAD7ED;
}

.ext_dxeListBox_DX .ext_dxeHD, .ext_dxeListBox_SC .ext_dxeHD {
    background-color: #DCDCDC;
    border-bottom: 1px solid #A0A0A0;
}

.ext_dxeListBox_DX .ext_dxeHC, .ext_dxeListBox_DX .ext_dxeHLC, .ext_dxeListBox_SC .ext_dxeHC, .ext_dxeListBox_SC .ext_dxeHLC {
    border-left: 1px solid #A0A0A0;
}

.ext_dxeListBox_DX .ext_dxeHIC, .ext_dxeListBox_DX .ext_dxeHFC, .ext_dxeListBox_SC .ext_dxeHIC, .ext_dxeListBox_SC .ext_dxeHFC {
    border-left: 1px solid #DCDCDC;
}

.ext_dxeListBox_DX .ext_dxeHFC, .ext_dxeListBox_DX .ext_dxeHC, .ext_dxeListBox_SC .ext_dxeHFC, .ext_dxeListBox_SC .ext_dxeHC {
    border-right-width: 0px;
}

.ext_dxeListBox_DX .ext_dxeHLC, .ext_dxeListBox_SC .ext_dxeHLC {
    border-right: 1px solid #DCDCDC;
}

.ext_dxeLoadingDiv_DX, .ext_dxeLoadingDiv_SC {
    cursor: wait;
}

.ext_dxeLoadingPanel_DX, .ext_dxeLoadingPanel_SC {
    color: #303030;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 13px;
}

    .ext_dxeLoadingPanel_DX td.ext_dx, .ext_dxeLoadingPanel_SC td.ext_dx {
        padding: 12px;
        text-align: center;
        white-space: nowrap;
    }

.ext_dxeReadOnly_DX, .ext_dxeReadOnly_SC {
}

.ext_dxeDisabled_DX, .ext_dxeDisabled_DX td.ext_dxe, .ext_dxeDisabled_SC, .ext_dxeDisabled_SC td.ext_dxe {
    color: #ACACAC;
    cursor: default;
}

table.ext_dxeDisabled_DX, table.ext_dxeDisabled_SC {
    background-color: #F3F5F9 !important;
    border-color: #CCCDD1 !important;
}

input.ext_dxeDisabled_DX, input.ext_dxeDisabled_SC {
    background-color: #F3F5F9 !important;
}

.ext_dxeBase_DX.ext_dxeDisabled_DX, .ext_dxeBase_SC.ext_dxeDisabled_SC {
    background-color: White !important;
    border: 0px none !important;
}

input.ext_dxeReadOnly_DX, input.ext_dxeReadOnly_SC {
    background-color: #F3F5F9 !important;
}

table.ext_dxeReadOnly_DX, table.ext_dxeReadOnly_SC {
    background-color: #F3F5F9 !important;
    border-color: #CCCDD1 !important;
}

.ext_dxeBase_DX.ext_dxeReadOnly_DX, .ext_dxeBase_SC.ext_dxeReadOnly_SC {
    background-color: White !important;
    border: 0px none !important;
}

.ext_dxeReadOnly_DX .ext_dxeEditArea_DX, .ext_dxeReadOnly_SC .ext_dxeEditArea_SC {
    background-color: #F3F5F9 !important;
}

a.ext_dxeDisabled_DX:hover, a.ext_dxeDisabled_SC:hover {
    color: #ACACAC;
}

.ext_dxeButtonDisabled_DX, .ext_dxeButtonDisabled_DX td.ext_dxe, .ext_dxeButtonDisabled_SC, .ext_dxeButtonDisabled_SC td.ext_dxe {
    border-color: #C3C3C3;
    color: #808080;
    cursor: default;
}

.ext_v-licenses-grid-column {
    border-left: 1px solid #DCDCDF;
    border-right: 1px solid #DCDCDF;
}

.ext_v-licenses-grid-simple-column {
    border-left: 1px solid #DCDCDF;
}

.ext_v-licenses-grid-header-column {
    border-bottom: 1px solid #DCDCDF;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 12px 3px;
}

.ext_v-licenses-grid-cell {
    padding: 5px 12px 3px;
}

div.ext_v-alternate-emails {
    margin-top: 13px;
    padding: 13px 0px 9px 29px;
}

    div.ext_v-alternate-emails table {
        border-collapse: collapse;
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

td.ext_v-alternate-email {
    padding: 0px 10px 3px !important;
}

td.ext_v-alternate-action {
    border-right: 1px solid #B9BABF;
    padding: 3px 9px 3px 0px !important;
    vertical-align: top;
}

td.ext_v-alternate-notifications {
    border-left: 1px solid #B9BABF;
    padding: 0px 0px 0px 10px !important;
    vertical-align: top;
    white-space: nowrap;
}

div.ext_FormContentArea {
    font-weight: normal;
    padding: 40px 50px;
}

table.ext_FormActionArea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F6F6F6;
    border-collapse: collapse;
    border-color: #E3E3E3 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    width: 100%;
}

    table.ext_FormActionArea td.ext_Indicator {
        padding: 9px 0px 8px 20px;
        width: 0%;
    }

    table.ext_FormActionArea td.ext_Description {
        font-style: italic;
        padding: 9px 10px 8px 8px;
        width: 100%;
    }

    table.ext_FormActionArea td.ext_Button {
        padding: 20px 10px 20px 0px;
        width: 0%;
    }

        table.ext_FormActionArea td.ext_Button:last-child {
            padding-right: 20px;
        }

table.ext_v-form-table {
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    table.ext_v-form-table tr.ext_spacer td, table.ext_v-form-table tr.ext_spacer-small td {
        padding: 0px;
    }

        table.ext_v-form-table tr.ext_spacer td div {
            height: 8px;
            overflow: hidden;
            width: 0px;
        }

        table.ext_v-form-table tr.ext_spacer-small td div {
            height: 5px;
            overflow: hidden;
            width: 0px;
        }

    table.ext_v-form-table tr.ext_separator td {
        padding: 0px;
    }

        table.ext_v-form-table tr.ext_separator td div {
            height: 17px;
            overflow: hidden;
            width: 0px;
        }

    table.ext_v-form-table td.ext_caption {
        padding: 2px 8px 0px 0px;
        vertical-align: top;
        white-space: nowrap;
        width: 0%;
    }

    table.ext_v-form-table tr td.ext_caption span.ext_required {
        color: #B30202;
    }

    table.ext_v-form-table td.ext_subform {
        padding: 0px;
        width: 100%;
    }

    table.ext_v-form-table td.ext_field {
        padding: 0px;
        vertical-align: top;
    }

    table.ext_v-form-table td.ext_textfield {
        padding: 2px 8px 0px 0px;
    }

    table.ext_v-form-table td.ext_notrequiredfield {
        padding-right: 27px;
    }

    table.ext_v-form-table tr.ext_field-description td {
        color: #70727A;
        font-size: 10px;
        font-style: italic;
        padding: 2px 0px 3px;
        text-align: left;
    }

    table.ext_v-form-table td.ext_text {
        padding: 14px 0px 11px;
    }

div.ext_RequiredFieldInfo {
    color: #70727A;
    font-size: 11px;
    font-style: italic;
    padding: 0px 40px 14px;
}

    div.ext_RequiredFieldInfo span {
        color: #B30202;
    }

table.ext_TextDataTable {
    border-collapse: collapse;
    border: medium none;
    margin: 0px;
    padding: 0px;
}

    table.ext_TextDataTable td, table.ext_TextDataTable th {
        margin: 0px;
        padding: 0px 0px 6px;
    }

    table.ext_TextDataTable th {
        color: #70727A;
        font-style: italic;
        font-weight: normal;
        padding-right: 10px !important;
        text-align: left;
        white-space: nowrap;
    }

div.ext_TextDataTableHeader {
    margin-bottom: 13px;
    margin-left: -6px;
    padding-top: 8px;
}

    div.ext_TextDataTableHeader span {
        background-color: #ECDEEC;
        padding: 2px 6px 3px;
    }

div.ext_NotAvailable {
    margin-bottom: 110px;
    margin-top: 70px;
}

td.ext_NotAvailableImage {
    padding-right: 20px;
}

div.ext_NotAvailableTitle {
    font-size: 32px;
    margin-bottom: 5px;
}

.ext_l-data h1, .ext_l-data h2, .ext_l-data h3, .ext_l-data h4, .ext_l-data h5 {
    color: #252525;
    font-family: 'Segoe UI Light','Segoe UI','Helvetica Neue Light','Helvetica Neue',Helvetica,Verdana,sans-serif;
    font-weight: 200;
    margin: 0px;
    padding: 0px;
}

.ext_l-data a h1, .ext_l-data a h2, .ext_l-data a h3, .ext_l-data a h4, .ext_l-data a h5 {
    color: #125C87;
}

.ext_l-data a:visited h1, .ext_l-data a:visited h2, .ext_l-data a:visited h3, .ext_l-data a:visited h4, .ext_l-data a:visited h5 {
    color: #8C0C54;
}

.ext_l-data h1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.ext_l-data h2 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.ext_l-data h3 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.ext_l-data h4 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.ext_l-data h5 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.ext_l-data h6 {
    color: #252525;
    font-family: 'Segoe UI','Helvetica Neue',Helvetica,Verdana,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin: 8px 0px 4px;
    padding: 0px;
}

.ext_title-simple h1 {
    margin: 0px;
    padding: 0px;
}

.ext_title-simple h3 {
    color: #8A8A8A;
    margin: 5px 0px 0px;
    padding: 0px;
}

.ext_title-simple h5 {
    color: #666666;
    margin: 5px 0px 0px;
    padding: 0px;
}

.ext_title-simple {
    padding-bottom: 45px;
    padding-top: 45px;
}

.ext_l-data i {
    line-height: 130%;
}

.ext_em {
    font-style: italic;
}

.ext_l-data strong, .ext_strong {
    font-weight: bold;
}

.ext_l-data ul, .ext_l-data ol {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.ext_l-data ol {
    list-style-type: decimal;
}

    .ext_l-data ul.ext_list, .ext_l-data ol.ext_list {
        margin-left: 20px;
        margin-top: 0px;
    }

    .ext_l-data ol.ext_list {
        margin-left: 40px;
    }

.ext_l-data ul.ext_no-indent {
    margin-left: 1px;
}

.ext_l-data ol.ext_no-indent {
    margin-left: 18px;
}

.ext_l-data ul li {
    background-image: url("/DXR.ext_axd?r=9999_34-BTn17");
    background-position: left 6px;
    background-repeat: no-repeat;
    margin: 0px 0px 4px;
    padding: 0px 0px 0px 15px;
}

.ext_l-data ul ul, .ext_l-data ol ol, .ext_l-data ul ol, .ext_l-data ol ul {
    margin-bottom: 0px;
    margin-left: 24px;
}

.ext_l-data .ext_dxmLite_DevEx li {
    background-image: none;
    margin-bottom: auto;
}

    .ext_l-data .ext_dxmLite_DevEx li.ext_dxm-separator, .ext_l-data .ext_dxmLite_DevEx li.ext_dxm-spacing {
        padding-left: 0px;
    }

.ext_l-data ul.ext_style-none {
    list-style-type: none;
}

    .ext_l-data ul.ext_style-none li {
        background-image: url("") !important;
        padding-left: 0px !important;
    }

.ext_icons a, .ext_icon {
    background-position: left center;
    background-repeat: no-repeat;
    padding: 1px 0px 1px 20px;
}

.ext_l-data p, .ext_l-data ul, .ext_l-data ol, .ext_l-data dl, blockquote, pre, hr {
    line-height: 130%;
    margin: 0px 0px 16px;
    padding: 0px;
}

.ext_l-data div.ext_code {
    margin-bottom: 16px;
}

.ext_l-data img.ext_null-image {
    border: medium none !important;
    margin: 0px !important;
    padding: 0px !important;
}

a img {
    border: medium none !important;
    text-decoration: none !important;
}

.ext_a-banner {
    background-color: #2B395C;
    background-image: url("/DXR.ext_axd?r=9999_11-BTn17");
    background-repeat: repeat-y;
}

.ext_s-banner {
    border: 0px none;
    height: 90px;
    margin: 0px 0px 10px;
    width: 100%;
}

.ext_a-banner-title {
    color: White;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 41pt;
    font-weight: lighter;
}

.ext_i-banner-title {
    margin: 4px 0px 0px 28px;
}

.ext_i-banner-icons {
    margin: 23px 20px 0px 0px;
}

a.ext_BannerButton {
    background-position: center top;
    background-repeat: no-repeat;
    color: White !important;
    display: block;
    float: right;
    font-size: 15px;
    margin-right: 30px;
    min-width: 30px;
    padding-top: 32px;
    text-align: center;
    text-decoration: none !important;
}

    a.ext_BannerButton.ext_Buy {
        background-image: url("/DXR.ext_axd?r=9999_3-BTn17");
    }

    a.ext_BannerButton.ext_Try {
        background-image: url("/DXR.ext_axd?r=9999_6-BTn17");
    }

    a.ext_BannerButton.ext_Help {
        background-image: url("/DXR.ext_axd?r=9999_5-BTn17");
    }

    a.ext_BannerButton.ext_Demos {
        background-image: url("/DXR.ext_axd?r=9999_4-BTn17");
    }

.ext_statesList td.ext_dxeLTM, .ext_statesList td.ext_dxeTM {
    border-left-style: none !important;
    border-left-width: 0px !important;
}

.ext_statesList .ext_dxeHD {
    background-color: #DCDCDC;
    border-bottom: 0px solid #A0A0A0;
    height: 0px;
    overflow: hidden;
}

table.ext_lpStaticButton {
    margin: 0px auto;
}

tr.ext_lpPoweredBy {
    display: none;
}

img.ext_DXImageShadow {
    box-shadow: 6px 6px 10px 0px #ext_ADADAD;
    position: relative;
}

div.ext_InPageChat {
    background-color: #4A4A4A;
    background-image: url("/DXR.ext_axd?r=9999_32-BTn17");
    background-repeat: no-repeat;
    color: White;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    padding-bottom: 10px;
    padding-top: 58px;
    position: fixed;
    right: 0px;
    text-align: center;
    top: 33%;
    width: 72px;
}

    div.ext_InPageChat.ext_Hidden {
        display: none;
    }

div.ext_OldBrowserWarning {
    background-color: #FDF2AB;
    border-bottom: 1px solid #A29330;
    padding: 5px 0px;
    text-align: center;
}

.ext_dxpLite_V3 {
    margin-top: 40px;
}

    .ext_dxpLite_V3 .ext_dxp-button a {
        background-image: url("/DXR.ext_axd?r=9999_51-BTn17");
        background-position: -70px 0px;
        background-repeat: no-repeat;
        display: inline-block;
        height: 43px;
        margin-left: 22px;
        width: 64px;
    }

    .ext_dxpLite_V3 .ext_dxp-lead.ext_dxp-button a {
        background-position: 0px 0px;
        margin-left: 0px;
        margin-right: 22px;
    }

    .ext_dxpLite_V3 .ext_dxp-button.ext_dxp-disabledButton {
        background-image: url("/DXR.ext_axd?r=9999_51-BTn17");
        background-position: -210px 0px;
        background-repeat: no-repeat;
        display: inline-block;
        height: 43px;
        margin-left: 22px;
        width: 64px;
    }

    .ext_dxpLite_V3 .ext_dxp-lead.ext_dxp-button.ext_dxp-disabledButton {
        background-position: -140px 0px;
        margin-left: 0px;
        margin-right: 22px;
    }

    .ext_dxpLite_V3 .ext_dxp-num, .ext_dxpLite_V3 .ext_dxp-ellip {
        color: #252525;
        display: inline-block;
        font-size: 24px;
        font-weight: 100;
        line-height: 24px;
        padding: 9px 15px 10px 17px;
        text-decoration: none;
        vertical-align: top;
    }

        .ext_dxpLite_V3 .ext_dxp-num.ext_dxp-current {
            background-color: #F88E1D;
            color: white;
        }

.ext_RegisterSignIn.ext_form-data {
    margin: 30px auto;
    overflow: visible;
    width: 941px;
}

    .ext_RegisterSignIn.ext_form-data div.ext_form-column {
        border-right: 1px solid #D5D5D5;
        float: left;
        margin: 0px 110px 0px 0px;
        overflow: visible;
        padding: 30px 110px 25px 0px;
        width: 360px;
    }

    .ext_RegisterSignIn.ext_form-data .ext_form-column:first-child {
        margin-left: 0px;
        padding-left: 0px;
    }

    .ext_RegisterSignIn.ext_form-data .ext_form-column.ext_last {
        border-style: none;
        margin-right: 0px;
        padding-right: 0px;
    }

    .ext_RegisterSignIn.ext_form-data .ext_form-title {
        display: block;
        font-size: 36px;
        font-weight: lighter;
        line-height: 36px;
        margin: 0px;
        padding: 0px 0px 20px;
    }

    .ext_RegisterSignIn.ext_form-data .ext_form-row {
        margin-top: 13px;
    }

        .ext_RegisterSignIn.ext_form-data .ext_form-row:first-child {
            margin-top: 0px;
        }

        .ext_RegisterSignIn.ext_form-data .ext_form-row .ext_form-field {
            width: 360px;
        }

        .ext_RegisterSignIn.ext_form-data .ext_form-row.ext_two-columns .ext_form-field {
            float: left;
            margin-left: 40px;
            width: 380px;
        }

            .ext_RegisterSignIn.ext_form-data .ext_form-row.ext_two-columns .ext_form-field:first-child {
                margin-left: 0px;
            }

    .ext_RegisterSignIn.ext_form-data .ext_form-group-break {
        height: 24px;
        overflow: hidden;
        width: 1px;
    }

    .ext_RegisterSignIn.ext_form-data .ext_form-row.ext_button-row {
        margin-top: 33px;
    }

    .ext_RegisterSignIn.ext_form-data .ext_button-row .ext_form-button {
        float: left;
        margin-right: 25px;
    }

        .ext_RegisterSignIn.ext_form-data .ext_button-row .ext_form-button a {
            display: inline-block;
            margin-top: 15px;
        }

        .ext_RegisterSignIn.ext_form-data .ext_button-row .ext_form-button .ext_dxbButton_V3 div.ext_dxb {
            padding: 13px 50px !important;
        }

    .ext_RegisterSignIn.ext_form-data .ext_form-field .ext_caption {
        color: #8D8D8D;
        font-size: 16px;
        font-weight: normal;
        line-height: 16px;
        margin-bottom: 9px;
        text-transform: uppercase;
    }

.ext_V3-editor-caption {
    color: #8D8D8D;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 9px;
    text-transform: uppercase;
}

    .ext_V3-editor-caption .ext_required {
        color: red;
    }

.ext_dxeTextBox_V3, .ext_dxeButtonEdit_V3, .ext_dxeMemo_V3 {
    border: 1px solid #CCCCCC;
}

    .ext_dxeMemo_V3 td {
        padding-left: 13px;
    }

    .ext_dxeTextBox_V3 td.ext_dxic, .ext_dxeButtonEdit_V3 td.ext_dxic {
        overflow: hidden;
        padding: 0px 11px !important;
    }

.ext_dxeEditArea_V3, .ext_dxeMemoEditArea_V3 {
    background-color: White !important;
    border: medium none;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 15px;
    height: 21px !important;
    line-height: 15px;
    margin: 0px !important;
    outline-style: none;
    padding: 7px 0px 10px !important;
}

.ext_dxeMemoEditArea_V3 {
    height: auto !important;
    padding: 10px 0px !important;
}

.ext_dxeFocused_V3, .ext_dxeFocused_V3 input, .ext_dxeFocused_V3 textarea {
    background-color: #FFEFD2 !important;
}

.ext_dxeEditArea_V3.ext_dxeDisabled_V3 {
    color: #D4D4D4 !important;
}

.ext_dxeErrorCell_V3 {
    color: #E62020;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 0px 0px;
    white-space: normal !important;
}

.ext_dxeHyperlink_V3.ext_dxeDisabled_V3:hover {
    cursor: default;
    text-decoration: none;
}

.ext_form-data.ext_RegisterSignIn .ext_form-row .ext_form-field table.ext_wsCheckBox {
    display: inline-block;
    margin-top: 5px;
}

.ext_wsCheckBox {
    cursor: pointer;
}

    .ext_wsCheckBox td {
        padding: 0px !important;
        vertical-align: top;
    }

    .ext_wsCheckBox label {
        color: #000000;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        line-height: 16px;
        margin: 0px !important;
        padding-top: 5px;
    }

    .ext_wsCheckBox.ext_dxeDisabled_V3 {
        cursor: default;
    }

        .ext_wsCheckBox.ext_dxeDisabled_V3 label {
            color: #B8B8B8;
            cursor: default;
        }

.ext_dxICheckBox_V3 {
    background-position: 0px -50px !important;
    display: inline-block;
    height: 25px;
    margin-right: 11px;
    margin-top: 1px;
    width: 25px;
}

.ext_dxWeb_edtCheckBoxChecked_V3 {
    background-position: -30px -50px !important;
}

.ext_dxICheckBox_V3.ext_dxICBFocused_V3 {
    background-position: -60px -50px !important;
}

.ext_dxWeb_edtCheckBoxChecked_V3.ext_dxICBFocused_V3 {
    background-position: -90px -50px !important;
}

.ext_dxWeb_edtCheckBoxUncheckedDisabled_V3 {
    background-position: -120px -50px !important;
}

.ext_dxWeb_edtCheckBoxCheckedDisabled_V3 {
    background-position: -150px -50px !important;
}

.ext_dxeButtonEditButton_V3 {
    cursor: pointer;
    line-height: 0px;
    padding-right: 1px;
}

    .ext_dxeButtonEditButton_V3.ext_dxeButtonDisabled_V3 {
        cursor: default;
    }

    .ext_dxeButtonEditButton_V3 .ext_dxEditors_edtDropDown_V3 {
        background-position: 0px -80px !important;
        height: 36px;
        width: 34px;
    }

.ext_dxeButtonEditButtonHover_V3 .ext_dxEditors_edtDropDown_V3 {
    background-position: -40px -80px !important;
}

.ext_dxeButtonEditButtonPressed_V3 .ext_dxEditors_edtDropDown_V3 {
    background-position: -80px -80px !important;
}

.ext_dxeButtonEditButton_V3.ext_dxeButtonDisabled_V3 .ext_dxEditors_edtDropDown_V3 {
    background-position: -120px -80px !important;
}

.ext_dxeButtonEditButton_V2 img {
    display: block;
}

.ext_dxeListBox_V3 {
    background-color: White;
    border: 1px solid #D7D7D7;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.ext_15);
    font-size: 15px;
    line-height: 15px;
}

    .ext_dxeListBox_V3 div.ext_dxlbd {
        margin-bottom: 1px;
    }

.ext_dxeListBoxItem_V3 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: white white -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    padding: 6px 11px 8px;
}

.ext_dxeListBoxItemHover_V3, .ext_dxeListBoxItemSelected_V3 {
    background-color: #EEEEEE;
}

.ext_dxeRadioButtonList_V3.ext_dxeFocused_V3 {
    background: none repeat scroll 0% 0% transparent !important;
}

.ext_dxeRadioButtonList_V3 > tbody > tr > td > span {
    padding: 0px 30px 0px 0px !important;
}

.ext_dxeRadioButtonList_V3 label {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    padding-top: 6px;
    vertical-align: top;
}

.ext_dxeIRadioButton_V3, .ext_dxEditors_edtRadioButtonChecked_V3 {
    cursor: pointer;
    height: 27px;
    margin-right: 10px;
    width: 27px;
}

.ext_dxeDisabled_V3 .ext_dxeIRadioButton_V3, .ext_dxeDisabled_V3 .ext_dxEditors_edtRadioButtonChecked_V3 {
    cursor: default;
}

.ext_dxeIRadioButton_V3 {
    background-position: 0px -120px !important;
}

    .ext_dxeIRadioButton_V3.ext_dxeIRBFocused_V3 {
        background-position: -60px -120px !important;
    }

.ext_dxEditors_edtRadioButtonChecked_V3 {
    background-position: -30px -120px !important;
}

    .ext_dxEditors_edtRadioButtonChecked_V3.ext_dxeIRBFocused_V3 {
        background-position: -90px -120px !important;
    }

.ext_dxeIRadioButton_V3.ext_dxEditors_edtRadioButtonUncheckedDisabled_V3 {
    background-position: -120px -120px !important;
}

.ext_dxeIRadioButton_V3.ext_dxEditors_edtRadioButtonCheckedDisabled_V3 {
    background-position: -150px -120px !important;
}

.ext_form-data {
    padding-bottom: 40px;
    padding-top: 12px;
}

    .ext_form-data .ext_form-row {
        margin-top: 10px;
    }

        .ext_form-data .ext_form-row.ext_group {
            margin-top: 30px;
        }

            .ext_form-data .ext_form-row.ext_group.ext_big {
                margin-top: 40px;
            }

    .ext_form-data.ext_two-column .ext_form-button-row {
        float: right;
        margin-top: 60px;
    }

        .ext_form-data.ext_two-column .ext_form-button-row .ext_button {
            float: right;
            margin-left: 10px;
        }

    .ext_form-data.ext_two-column .ext_form-row .ext_form-column {
        float: left;
        width: 510px;
    }

        .ext_form-data.ext_two-column .ext_form-row .ext_form-column.ext_single {
            width: 100%;
        }

        .ext_form-data.ext_two-column .ext_form-row .ext_form-column.ext_last {
            float: right;
        }

    .ext_form-data .ext_form-row .ext_form-column .ext_caption {
        float: left;
        padding-top: 11px;
        width: 220px;
    }

        .ext_form-data .ext_form-row .ext_form-column .ext_caption, .ext_form-data .ext_form-row .ext_form-column .ext_caption label {
            color: #8D8D8D;
            font-size: 16px;
            line-height: 16px;
            text-transform: uppercase;
        }

            .ext_form-data .ext_form-row .ext_form-column .ext_caption label .ext_required {
                color: red;
            }

    .ext_form-data .ext_form-row .ext_form-column .ext_field {
        float: left;
        width: 290px;
    }

        .ext_form-data .ext_form-row .ext_form-column .ext_field.ext_single {
            width: 860px;
        }

.ext_feature div.ext_FullContent {
    width: 960px;
}

.ext_feature div.ext_TOCv3 ul.ext_MainMenu li.ext_Item {
    padding: 1px 14px 0;
}

.ext_feature #ext_logo a img {
    margin: 10px 0 0 10px;
}

/* E1_header_ext.css end */

/* E2_base_ext.css */

/*
* Skeleton V1.ext_2
* Copyright 2011, Dave Gamache
* www.ext_getskeleton.ext_com
* Free to use under the MIT license.ext_
* http://www.ext_opensource.ext_org/licenses/mit-license.ext_php
* 6/20/2012
*/

/* #ext_Reset & Basics (Inspired by E.ext_ Meyers)
================================================== */
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    -ms-overflow-style: scrollbar;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

code {
    padding: 3px 6px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    background: #fcfcfc;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #3f8faf;
}


/* #ext_Basic Styles
================================================== */
body {
    /*background: url(Max/bg/noise.png) repeat;*/
    font-size: 13px;
    line-height: 21px;
    color: #666;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
}

#ext_wrapper {
    background: #fff;
    /*width: 1020px;*/
    margin: 0 auto;
    padding: 0;
    /*box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.ext_2);*/
}
/*.ext_slider-container{
		width: 556px;
		margin: 0 auto;
	}
	
	.ext_slider-container {
	  left: 604px;
	  position: absolute;
	  top: 9px;
	  width: 395px;
	}*/
/*.ext_slider-container {
    float: right;
    height: 343px;
    margin-right: 25.ext_7%;
    position: relative;
    width: 27.ext_2%;
} */
.ext_slider-container {
    float: right;
    height: 317px;
    margin-right: 17px;
    padding-top: 32px;
    position: relative;
    width: 515px;
}

.ext_cta {
    /*float: right;*/
    margin: 10px auto;
    text-align: center;
    width: 77%;
}

    .ext_cta img {
        width: 100%;
    }

/* Main Font */
body, h1, h2, h3, h4, h5, h6,
.ext_button, input[type="button"], input[type="submit"],
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Basic Alginment
================================================== */
#ext_wrapper img {
    height: auto;
    max-width: 100%;
}

.ext_columns.ext_google-map img {
    max-width: none;
}

/*img, object, video {
		height: auto;
		display:block;
	}*/

img {
    width: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* Flexible Embeds */
.ext_embed {
    position: relative;
    padding: 0px;
    padding-bottom: 56.ext_25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
}

    .ext_embed iframe,
    .ext_embed object,
    .ext_embed embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ext_image-left {
    float: left;
    margin: 5px 15px 8px 0;
}

.ext_image-right {
    float: right;
    margin: 5px 0 8px 15px;
}

.ext_image-right,
.ext_image-left {
    padding: 5px;
    border: 1px solid #e0e0e0;
    max-width: 100%;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

/* #ext_Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 600;
    letter-spacing: -0.ext_2px;
}

    h2 span, h3 span {
        color: #888;
        font-weight: 200;
    }

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit;
    }

h1 {
    font-size: 28px;
    line-height: 50px;
}

h2 {
    font-size: 22px;
    line-height: 30px;
}

h3 {
    font-size: 16px;
    line-height: 34px;
}

h4 {
    font-size: 14px;
    line-height: 30px;
}

h5 {
    font-size: 12px;
    line-height: 24px;
}

h6 {
    font-size: 10px;
    line-height: 21px;
}

p {
    margin: 0 0 15px 0;
    line-height: 21px;
}

    p img {
        margin: 0;
    }

    p.ext_lead {
        font-size: 21px;
        line-height: 27px;
        color: #777;
    }

em {
    font-style: italic;
}

strong {
    font-weight: 600;
    color: #333;
}

small {
    font-size: 80%;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}


/* #ext_Links
================================================== */
a, a:visited {
    color: #169fe6;
    text-decoration: none;
    outline: 0;
    -webkit-transition: color 0.ext_1s ease-in-out;
    -moz-transition: color 0.ext_1s ease-in-out;
    -o-transition: color 0.ext_1s ease-in-out;
    -transition: color 0.ext_1s ease-in-out;
}

    a:hover, a:focus {
        color: #888;
    }

    a b, span b {
        font-family: Verdana, Tahoma;
        font-weight: normal;
        opacity: 0.ext_5;
    }

span b {
    line-height: 14px;
}

p a, p a:visited {
    line-height: inherit;
}


/* #ext_Lists
================================================== */
ul, ol {
    margin: 0;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol, ul.ext_square, ul.ext_circle, ul.ext_disc {
    margin-left: 30px;
}

ul.ext_square {
    list-style: square outside;
}

ul.ext_circle {
    list-style: circle outside;
}

ul.ext_disc {
    list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
}

    ul ul li, ul ol li,
    ol ol li, ol ul li {
    }

li {
    line-height: 18px;
}

ul.ext_large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}


/* #ext_Forms
================================================== */

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #e0e0e0;
    outline: none;
    font-size: 13px;
    color: #888;
    margin: 0;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    border-radius: 2px;
}

select {
    padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #d6d6d6;
    color: #888;
}

textarea {
    min-height: 60px;
}

label,
legend {
    display: block;
    font-weight: bold;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
}

select {
}

input[type="checkbox"] {
    display: inline;
}

label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

/* #ext_Misc
================================================== */
.ext_remove-bottom {
    margin-bottom: 0 !important;
}

.ext_half-bottom {
    margin-bottom: 10px !important;
}

.ext_add-bottom {
    margin-bottom: 20px !important;
}

/* E2_base_ext.css end */

/* E3_style_ext.css */

/*
* Author: Vasterad
* Template: Nevia
* URL: http://themeforest.net/user/Vasterad/
*/

/* =================================================================== */
/* Import Section
====================================================================== */
@import url("base_ext.css"); /* Default Reset, Typography, Forms, etc.ext_ */
@import url("responsive_ext.css"); /* 960 Grid + Media Query Layouts */
@import url("icons_ext.css"); /* Font Awesome Icons / Glyphicons Halflings */
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");



/* =================================================================== */
/* Header
====================================================================== */
#ext_top-line {
    width: 100%;
    background: #169fe6;
    height: 5px;
    display: block;
}

#ext_header {
    min-height: 130px;
}

.ext_TOCv3
{
    /*margin-bottom:5px;*/
    border-bottom:1px solid #d2d2d2;
}

.ext_contact-details {
    float: right;
    margin: -1px 0 1px 0;
    display: block;
    color: #888;
    font-size: 11px;
}

.ext_top-search {
    float: right;
}

    .ext_top-search input {
        width: 180px;
        font-size: 11px;
        color: #888;
    }

.ext_search-btn {
    float: right;
    position: relative;
    padding: 0;
    top: 0;
    right: 0;
    margin: 1px 0 0 -35px;
    background: url('Max/search.png') center center no-repeat;
    width: 35px;
    height: 32px;
    cursor: pointer;
    border: none;
    z-index: 100;
    box-shadow: none;
}

.ext_search-field {
    float: right;
    position: relative;
}

/* Logo / Tagline
====================================*/
/*#ext_logo {
	margin-top: 34px;
}*/

/*#ext_logo a img {
	float: left;
	width: 443px;
	height: 50px;
}*/

#ext_tagline {
    color: #888;
    border-left: 1px solid #e8e8e8;
    margin: 0 0 0 20px;
    padding: 5px 0 5px 20px;
    float: left;
    font-size: 12px;
}

/* Social Icons
====================================*/

/* Header Icons */
.ext_social-icons {
    /*margin: 23px 0 13px 0; */
    float: right;
    margin: 3px 0 0 0;
}

    .ext_social-icons li {
        float: left;
        margin-left: 15px;
        /*display: inline;
	list-style: none;
	text-indent: -9999px;
	opacity: 0.ext_5;
	filter: alpha(opacity = 50);
	-webkit-transition: all 0.ext_2s ease-in-out;
	-moz-transition: all 0.ext_2s ease-in-out;
	-o-transition: all 0.ext_2s ease-in-out;
	-ms-transition: all 0.ext_2s ease-in-out;
	transition: all 0.ext_2s ease-in-out;*/
    }

.ext_ie8 .ext_social-icons li {
    background-color: #fff;
}

.ext_social-icons li a {
    display: block;
    height: 24px;
    opacity: 0.ext_5;
    filter: alpha(opacity = 50);
    width: 24px;
}

.ext_social-icons a:hover {
    opacity: 1;
}

.ext_social-icons img {
    height: 24px;
    width: 24px;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.ext_Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); /* IE6 & 7 */
    zoom: 1;
}

.ext_social-icons li:hover {
    opacity: 1;
}

/* Icon List */
.ext_twitter {
    background: url(Max/social/twitter.png) no-repeat 50%;
}

.ext_facebook {
    background: url(Max/social/facebook.png) no-repeat 50%;
    margin: 0 -4px;
}

.ext_dribbble {
    background: url(Max/social/dribbble.png) no-repeat 50%;
}

.ext_linkedin {
    background: url(Max/social/linkedin.png) no-repeat 50%;
}

.ext_rss {
    background: url(Max/social/rss.png) no-repeat 50%;
    margin: 0 -5px 0 0;
}

.ext_amazon {
    background: url(Max/social/amazon.png) no-repeat 50%;
}

.ext_blogger {
    background: url(Max/social/blogger.png) no-repeat 50%;
}

.ext_deviantart {
    background: url(Max/social/deviantart.png) no-repeat 50%;
}

.ext_digg {
    background: url(Max/social/digg.png) no-repeat 50%;
}

.ext_flickr {
    background: url(Max/social/flickr.png) no-repeat 50%;
}

.ext_forrst {
    background: url(Max/social/forrst.png) no-repeat 50%;
}

.ext_lastfm {
    background: url(Max/social/lastfm.png) no-repeat 50%;
}

.ext_picasa {
    background: url(Max/social/picasa.png) no-repeat 50%;
}

.ext_pinterest {
    background: url(Max/social/pinterest.png) no-repeat 50%;
}

.ext_skype {
    background: url(Max/social/skype.png) no-repeat 50%;
}

.ext_tumblr {
    background: url(Max/social/tumblr.png) no-repeat 50%;
}

.ext_vimeo {
    background: url(Max/social/vimeo.png) no-repeat 50%;
}

.ext_wordpress {
    background: url(Max/social/wordpress.png) no-repeat 50%;
}

.ext_yahoo {
    background: url(Max/social/yahoo.png) no-repeat 50%;
}

.ext_youtube {
    background: url(Max/social/youtube.png) no-repeat 50%;
}


/* Menu
====================================*/
#ext_navigation {
    height: 49px;
    width: 1040px;
    margin-left: -10px;
    background-color: #4c4c4c;
    float: left;
    left: 1px;
}

/* Style Without Shadows */
.ext_style-2 .ext_left-corner,
.ext_style-2 .ext_right-corner {
    display: none;
}

.ext_style-2 {
    width: 1020px !important;
    margin-left: 0 !important;
}

    .ext_style-2 ul li:first-child {
        margin-left: 1px !important;
    }

.ext_js .ext_selectnav {
    display: none;
}

.ext_menu i.ext_halflings {
    margin: 1px 2px 0 -2px;
}

.ext_menu ul, .ext_menu li > div {
    visibility: hidden;
    display: none;
}

.ext_menu li:hover > ul, .ext_menu li:hover > div {
    visibility: visible;
    display: block;
}


/* Shadows */
.ext_left-corner,
.ext_right-corner {
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    position: relative;
    top: 49px;
    float: left;
    opacity: 0.ext_58;
    filter: alpha(opacity=58);
}

.ext_left-corner {
    border-color: transparent #888 transparent transparent;
    border-width: 0 9px 9px 0;
    float: left;
    left: 1px;
}






.ext_right-corner {
    border-color: #888 transparent transparent transparent;
    border-width: 9px 9px 0 0;
    float: right;
    right: 1px;
}


/* Reset  */
.ext_menu, .ext_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .ext_menu li, .ext_menu ul a {
        position: relative;
    }

    .ext_menu > li {
        float: left;
    }

        .ext_menu > li.ext_floatr {
            float: right;
        }

    .ext_menu li > a {
        display: block;
    }

    .ext_menu ul {
        position: absolute;
        display: none;
        width: 170px;
    }

        .ext_menu ul ul {
            top: 0;
            left: 170px;
        }

    .ext_menu li:hover > ul {
        display: block;
    }

#ext_navigation ul li:first-child {
    margin-left: -8px;
}

#ext_navigation ul li ul li:first-child,
#ext_navigation ul li ul li ul li:first-child {
    margin-left: 0;
}

#ext_current {
    background-color: #169fe6;
    border-right: 1px solid #169fe6;
    margin-left: -1px;
    padding-left: 21px;
    z-index: 8;
    position: relative;
}

.ext_menu a {
    text-decoration: none;
}

.ext_menu > li > a {
    color: #ext_fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    padding: 15px 20px 16px 20px;
}

.ext_menu > li:hover > a {
    background-color: #707070;
    border-left: none;
    padding-left: 21px;
    border-right: 1px solid #707070;
    margin: 0 0 0 -1px;
}

ul.ext_menu li a {
    -webkit-transition: background-color 80ms ease-in-out;
    -moz-transition: background-color 80ms ease-in-out;
    -o-transition: background-color 80ms ease-in-out;
    -ms-transition: background-color 80ms ease-in-out;
    transition: background-color 80ms ease-in-out;
}

.ext_menu ul li a {
    -webkit-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
    -moz-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
    -o-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
    -ms-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
    transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
}

.ext_menu > li > a {
    border-right: 1px solid #666;
}

    .ext_menu > li > a:hover {
        border-right: 1px solid #707070;
        margin: 0 0 0 -1px;
    }

    .ext_menu > li > a img, .ext_menu li > ul > li > a img {
        border: 0;
        margin-right: 7px;
    }


/* Sub Menu */
.ext_menu ul {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    left: -1px;
    z-index: 999;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.ext_04);
    box-shadow: 0 1px 1px rgba(0,0,0,0.ext_04);
}

    .ext_menu ul a {
        color: #777;
        font-size: 12px;
        line-height: 18px;
        padding: 9px 12px;
        border-top: 1px solid #e6e6e6;
    }

        .ext_menu ul a:hover {
            background-color: #f5f5f5;
        }


/* Mega Menu */
.ext_menu .ext_cols1, .ext_menu .ext_cols2, .ext_menu .ext_cols3, .ext_menu .ext_cols4, .ext_menu .ext_cols5 {
    position: absolute;
    display: none;
    overflow: auto;
    z-index: 999;
    background: #fff;
}

.ext_menu .ext_cols1, .ext_menu .ext_col1 {
    width: 160px;
}

.ext_menu .ext_cols2, .ext_menu .ext_col2 {
    width: 320px;
}

.ext_menu .ext_cols3, .ext_menu .ext_col3 {
    width: 480px;
}

.ext_menu .ext_cols4, .ext_menu .ext_col4 {
    width: 640px;
}

.ext_menu .ext_cols5, .ext_menu .ext_col5 {
    width: 800px;
}

.ext_menu > li.ext_floatr > ul.ext_cols1, ul.ext_cols2, ul.ext_cols3, ul.ext_cols4, ul.ext_cols5 {
    right: 0;
}

.ext_menu > li:hover > ul.ext_cols1, ul.ext_cols2, ul.ext_cols3, ul.ext_cols4, ul.ext_cols5 {
    display: block;
}

.ext_menu .ext_col1, .ext_menu .ext_col2, .ext_menu .ext_col3, .ext_menu .ext_col4, .ext_menu .ext_col5 {
    float: left;
}

.ext_menu li > ul.ext_cols1, ul.ext_cols2, ul.ext_cols3, ul.ext_cols4, ul.ext_cols5 {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    left: -1px;
    padding: 10px;
}

    ul.ext_cols1 a:hover, ul.ext_cols2 a:hover, ul.ext_cols3 a:hover, ul.ext_cols4 a:hover, ul.ext_cols5 a:hover {
        background: none;
        border: none;
    }

    ul.ext_cols1 a, ul.ext_cols2 a, ul.ext_cols3 a, ul.ext_cols4 a, ul.ext_cols5 a {
        background: none;
        border: none;
    }

    ul.ext_cols1 p a, ul.ext_cols2 p a, ul.ext_cols3 p a, ul.ext_cols4 p a, ul.ext_cols5 p a {
        padding: 0;
    }

.ext_menu h4 {
    font-size: 13px;
    color: #888;
    font-weight: normal;
    margin: 0px 10px 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
    letter-spacing: 0;
}

.ext_menu h5 {
    font-size: 13px;
    margin: 8px 10px -3px 10px;
}

.ext_menu ol {
    list-style: none;
    margin: 7px 10px;
    padding: 0;
}

    .ext_menu ol a {
        color: #777;
        font-size: 12px;
        padding: 3px 0;
        line-height: 15px;
    }

        .ext_menu ol a:hover {
            color: #444;
        }

.ext_menu p {
    font-size: 12px;
    line-height: 18px;
    margin: 9px 10px;
    padding: 0;
}

    .ext_menu p a {
        color: #888;
        text-decoration: underline;
    }

        .ext_menu p a:hover {
            color: #555;
        }


/*==================================================================== */
/* LayerSlider Styles
====================================================================== */


.ext_cta > span {
    display: block;
    float: left;
    font-size: 11px;
    line-height: 16px;
    width: 160px;
    color: #8f8f8f;
    margin-left: 10px;
}




.ext_cta_trial {
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #0188fb 0%, #0182f2 100%) !important;
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #0188fb 0%, #0182f2 100%) !important;
    /* Opera */
    background-image: -o-linear-gradient(top, #0188fb 0%, #0182f2 100%) !important;
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0188fb), color-stop(1, #0182f2)) !important;
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #0188fb 0%, #0182f2 100%) !important;
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #0188fb 0%, #0182f2 100%) !important;
    background-color: #0188fb;
    color: White !important;
    border-collapse: separate;
    border-radius: 4px 4px 4px 4px;
    border-style: none;
    cursor: pointer;
    display: inline-block !important;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 20px !important;
    font-weight: normal !important;
    height: auto;
    line-height: 24px !important;
    margin-top: 14px !important;
    /* margin-bottom:30px !important;*/
    padding: 11px 35px 15px !important;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(48, 17, 0, 0.25);
    white-space: nowrap;
    width: auto;
    text-transform: uppercase;
}

    .ext_cta_trial:hover {
        text-decoration: none;
        background-image: -ms-linear-gradient(top, #3DA1F8 0%, #0182f2 100%) !important;
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(top, #3DA1F8 0%, #0182f2 100%) !important;
        /* Opera */
        background-image: -o-linear-gradient(top, #3DA1F8 0%, #0182f2 100%) !important;
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3DA1F8), color-stop(1, #0182f2)) !important;
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(top, #3DA1F8 0%, #0182f2 100%) !important;
        /* W3C Markup, IE10 Release Preview */
        background-image: linear-gradient(to bottom, #3DA1F8 0%, #0182f2 100%) !important;
        color: White !important;
    }


.ext_cta_trial2 {
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #FBA326 0%, #FBA316 100%) !important;
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #FBA326 0%, #FBA316 100%) !important;
    /* Opera */
    background-image: -o-linear-gradient(top, #FBA326 0%, #FBA316 100%) !important;
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FBA326), color-stop(1, #FBA316)) !important;
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #FBA326 0%, #FBA316 100%) !important;
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #FBA326 0%, #FBA316 100%) !important;
    background-color: #FBA326;
    color: White !important;
    border-collapse: separate;
    border-radius: 4px 4px 4px 4px;
    border-style: none;
    cursor: pointer;
    display: inline-block !important;
    font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    font-size: 20px !important;
    font-weight: normal !important;
    height: auto;
    line-height: 24px !important;
    margin-top: 14px !important;
    /* margin-bottom:30px !important;*/
    padding: 11px 35px 15px !important;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(48, 17, 0, 0.25);
    white-space: nowrap;
    width: auto;
    text-transform: uppercase;
}

    .ext_cta_trial2:hover {
        text-decoration: none;
        background-image: -ms-linear-gradient(top, #FBA326 0%, #FBA316 100%) !important;
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(top, #FBA326 0%, #FBA316 100%) !important;
        /* Opera */
        background-image: -o-linear-gradient(top, #FBA326 0%, #FBA316 100%) !important;
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FBA326), color-stop(1, #FBA316)) !important;
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(top, #FBA326 0%, #FBA316 100%) !important;
        /* W3C Markup, IE10 Release Preview */
        background-image: linear-gradient(to bottom, #FBA326 0%, #FBA316 100%) !important;
        color: White !important;
    }



.ext_ls-container {
    visibility: hidden;
    position: relative;
}

.ext_ls-inner {
    position: relative;
    background-position: center center;
}

.ext_ls-inner,
.ext_ls-layer {
    width: 100%;
    height: 100%;
}

.ext_ls-layer {
    position: absolute;
    display: none;
    background-position: center center;
    overflow: hidden;
}

    .ext_ls-layer * {
        margin: 0px;
        line-height: normal;
    }

.ext_ls-active,
.ext_ls-animating {
    display: block !important;
}

.ext_ls-layer > * {
    position: absolute;
    left: 0px;
    top: 0px;
}

.ext_ls-layer .ext_ls-bg {
    height: 315px !important;
    left: 50%;
    top: 50%;
    width: 515px !important;
}

.ext_ls-yourlogo {
    position: absolute;
    z-index: 99;
}


/* Embedded videos */
.ext_ls-vpcontainer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.ext_ls-videopreview {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}

.ext_ls-playvideo {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
}

.ext_ls-wp-fullwidth-container {
    width: 100%;
    position: relative;
}

.ext_ls-wp-fullwidth-helper {
    position: absolute;
}

.ext_ls-container img,
.ext_entry-content .ext_ls-container img,
.ext_comment-content .ext_ls-container img,
.ext_widget .ext_ls-container img {
    border-radius: 0px;
    box-shadow: none;
    max-width: none !important;
    transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
}

.ext_entry-content .ext_ls-container *,
.ext_comment-content .ext_ls-container *,
.ext_widget .ext_ls-container * {
    line-height: normal;
    padding: 0px;
    outline: none;
    border: 0px;
}

.ext_entry-content .ext_ls-yourlogo,
.ext_entry-content .ext_ls-inner *,
.ext_comment-content .ext_ls-inner *,
.ext_widget .ext_ls-inner * {
    margin: 0px;
}

.ext_entry-content .ext_ls-tn,
.ext_comment-content .ext_ls-tn,
.ext_widget .ext_ls-tn {
    display: none;
}

/* Style of LayerSlider Debug Console */

.ext_ls-debug-console * {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    color: white !important;
    text-shadow: none !important;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, serif !important;
    line-height: normal !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: left !important;
}

.ext_ls-debug-console h1 {
    padding-top: 10px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}

    .ext_ls-debug-console h1:first-child {
        padding-top: 0px !important;
    }

.ext_ls-debug-console ul {
    padding-top: 10px !important;
    list-style: none !important;
}

.ext_ls-debug-console li {
    margin-left: 10px !important;
    font-size: 13px !important;
    position: relative !important;
    font-weight: normal !important;
}

    .ext_ls-debug-console li ul {
        display: none;
        position: absolute !important;
        width: 260px;
        left: -10px;
        bottom: 100% !important;
        padding: 10px 10px 10px 0px !important;
        background: white !important;
        border-radius: 10px !important;
        box-shadow: 0px 0px 20px black !important;
    }

.ext_ls-shadow {
    display: none !important;
}

.ext_ls-debug-console li:hover ul {
    display: block;
}

.ext_ls-debug-console li ul * {
    color: black !important;
}

.ext_ls-debug-console a {
    text-decoration: none !important;
    border-bottom: 1px dotted white !important;
}

/* LayerSlider Skin */
#ext_layerslider-container {
    /*background: url(Max/indexBG.jpg) no-repeat center top;*/
    height: auto;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    float: left;
}

.ext_slider-main-container {
    bottom: 0;
    margin: 0 auto;
    top: 0;
    width: 1046px;
}

#ext_page-background {
    position: absolute;
    z-index: -1;
    width: 100%;
}

    #ext_page-background img {
        width: 100%;
        height: 343px;
    }

#ext_laptop-header {
    height: 16px;
    left: -4.ext_5%;
    position: absolute;
    top: -4%;
    width: 107.ext_5%;
}
/*#ext_laptop-footer {
    left: -16.ext_4%;
    position: absolute;
    top: 343px;
    width: 128%;
} */
.bannr-right-bg {
    float: left;
    margin-top: 15px;
}

#ext_laptop-footer {
    left: -16.26%;
    position: absolute;
    top: 335px;
    width: 129% !important;
    max-width: 129% !important;
}

.ext_ls-fullwidth .ext_ls-nav-prev,
.ext_ls-fullwidth .ext_ls-nav-next,
.ext_ls-fullwidth .ext_ls-playvideo,
.ext_ls-fullwidth .ext_ls-playvideo:hover {
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.ext_ls-fullwidth .ext_ls-nav-prev,
.ext_ls-fullwidth .ext_ls-nav-next {
    width: 39px;
    height: 71px;
    margin-top: -36px;
    display: block;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    text-indent: -9999px;
    top: 50%;
}

.ext_ls-fullwidth .ext_ls-nav-prev {
    background: url(Max/slider-left.png) no-repeat 50%;
    background-color: #4c4c4c;
    left: 0;
    border-radius: 0 2px 2px 0;
}

.ext_ls-fullwidth .ext_ls-nav-next {
    background: url(Max/slider-right.png) no-repeat 50%;
    background-color: #4c4c4c;
    right: 0;
    border-radius: 2px 0 0 2px;
}

    .ext_ls-fullwidth .ext_ls-nav-next:hover,
    .ext_ls-fullwidth .ext_ls-nav-prev:hover {
        background-color: #169fe6;
    }

.ext_ls-fullwidth .ext_ls-playvideo {
    width: 50px;
    height: 50px;
    display: block;
    margin-left: -25px;
    margin-top: -25px;
    background: url(Max/layerslider-video.png) no-repeat 50%;
    opacity: 0.ext_8;
}

    .ext_ls-fullwidth .ext_ls-playvideo:hover {
        opacity: 1;
    }

.ext_caption-gray,
.ext_caption-color,
.ext_caption-transparent {
    padding: 18px 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
}

.ext_caption-gray {
    background: #4c4c4c;
}

.ext_caption-color {
    background: #169fe6;
}

.ext_caption-transparent {
    background-color: #4c4c4c;
    background: rgba(0, 0, 0, 0.40);
}


div.ext_FullContent {
    margin: 0px auto;
    width: 1020px;
}

/* Caption */
.ext_slide-caption {
    width: 282px;
    padding: 28px;
    margin: 0;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    background-color: #222;
    background: rgba(0, 0, 0, 0.45);
}

    .ext_slide-caption h3 {
        color: #fff;
        padding-bottom: 10px;
        margin: 0;
        line-height: 22px;
    }

    .ext_slide-caption p {
        margin: 0;
        line-height: 19px;
        color: #bbb;
    }

/* =================================================================== */
/* Icon Boxes
====================================================================== */
.ext_icon-box-container {
    margin: 0 0 45px 0;
    float: left;
}

    .ext_icon-box-container p {
        margin: 0;
    }

    .ext_icon-box-container h3 a {
        color: #666666;
    }

.ext_icon-box p,
.ext_icon-box h3 {
    margin-left: 45px;
}

.ext_icon-box i {
    float: left;
    font-size: 31px;
    margin: 8px 0 0 0px;
    color: #404040;
}


/* =================================================================== */
/* Carousel
====================================================================== */

.ext_arl,
.ext_arr {
    margin-top: 20px;
    float: left;
    width: 24px;
    height: 24px;
    display: block;
    background-color: #eee;
    cursor: default;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.05);
    margin-right: 1px;
}

    .ext_arl i,
    .ext_arr i {
        margin: 3px 0 0 10px;
        font-size: 10px;
        color: #c8c8c8;
    }

.ext_arl {
    border-radius: 2px 0 0 2px;
}

.ext_arr {
    border-radius: 0 2px 2px 0;
}

    .ext_arl.ext_active i,
    .ext_arr.ext_active i {
        color: #fff;
    }

    .ext_arl.ext_active,
    .ext_arr.ext_active {
        background-color: #ccc;
        cursor: pointer;
        box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.07);
    }

        .ext_arl.ext_active:hover,
        .ext_arr.ext_active:hover {
            background-color: #169fe6;
            box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
        }

.ext_carousel-navi {
    float: right;
}

.ext_jcarousel {
    position: relative;
    overflow: hidden;
}

    .ext_jcarousel ul {
        width: 20000em;
        position: absolute;
        list-style: none;
        margin: 0;
        padding: 0;
    }

/* =================================================================== */
/* Recent Work
====================================================================== */
.ext_entire {
    margin: 30px 0 0 0;
}

    .ext_entire h3 {
        margin: 0 0 8px 0;
        font-weight: bold;
    }

    .ext_entire p {
        margin: 0 0 9px 0;
        color: #888;
    }

    .ext_entire a {
        color: #555;
    }

        .ext_entire a:hover {
            color: #888;
        }

.ext_item-description {
    padding: 14px 0 19px 0;
    background: #fff;
    border-radius: 0 0 2px 2px;
    border-top: 5px solid #e5e5e5;
    text-align: center;
    -webkit-transition: all 180ms ease-in-out;
    -moz-transition: all 180ms ease-in-out;
    -o-transition: all 180ms ease-in-out;
    -ms-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 0 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 0 1px rgba(0,0,0,0.1);
    height: 100px;
}

.ext_ie8 .ext_item-description {
    border-bottom: 1px solid #e8e8e8;
}

.ext_portfolio-item img {
    -webkit-transition: opacity 180ms ease-in-out;
    -moz-transition: opacity 180ms ease-in-out;
    -o-transition: opacity 180ms ease-in-out;
    -ms-transition: opacity 180ms ease-in-out;
    transition: opacity 180ms ease-in-out;
}

.ext_portfolio-item:hover img {
    opacity: 0.ext_7;
    filter: alpha(opacity=70);
}

.ext_item-description h5 {
    margin-bottom: -3px;
    font-size: 13px;
    font-weight: 600;
}

.ext_item-description span {
    color: #888;
    font-size: 13px;
    font-weight: 300;
}

.ext_portfolio-item {
    margin: 20px 0;
    display: block;
    background-color: #fff;
}

    .ext_portfolio-item:hover > figure > .ext_item-description {
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 0 1px rgba(0,0,0,0.1);
        box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 0 1px rgba(0,0,0,0.1);
        border-top: 5px solid #169fe6;
    }


/* =================================================================== */
/* Recent Blog
====================================================================== */
.ext_recent-blog {
    margin-bottom: 15px;
}

    .ext_recent-blog h4 {
        line-height: 21px;
        margin-bottom: 10px;
    }

        .ext_recent-blog h4 a {
            color: #333;
        }

            .ext_recent-blog h4 a:hover {
                color: #888;
            }

    .ext_recent-blog p {
        margin-top: 7px;
        margin-bottom: 0;
    }

.ext_margin-1 {
    margin: 28px 0 22px 0;
}

.ext_entry,
.ext_recent-blog h4,
.ext_recent-blog p {
    margin-left: 60px;
}

.ext_date {
    float: left;
    text-align: center;
    height: 0px;
}

    .ext_date span {
        display: block;
    }

.ext_day {
    background: #f2f2f2;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #999;
    border-radius: 2px 2px 0 0;
}

.ext_month {
    background: #ccc;
    padding: 0px 10px 2px 10px;
    color: #fff;
    border-radius: 0 0 2px 2px;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.07);
}


/* =================================================================== */
/* Miscellaneous Styles
====================================================================== */
.ext_margin-reset {
    margin-top: -10px;
}

.ext_sidebar.ext_padding-reset {
    padding-top: 0;
}

.ext_glyphicons {
    margin: 15px 0 0 0;
}

    .ext_glyphicons li {
        margin: 0 0 2px 1px;
    }

        .ext_glyphicons li i {
            float: left;
            margin: 0 5px 0 0;
        }

.ext_the-icons {
    margin: 18px 0 20px 0;
}

    .ext_the-icons li i {
        font-size: 24px;
        color: #555;
        float: left;
        margin: 0 3px 0 0;
    }

    .ext_the-icons li {
        margin: 0 0 14px 0;
    }


/* 404 Error Page
====================================*/
#ext_not-found {
    margin: 50px 0 75px 0;
}

    #ext_not-found h2 {
        text-align: center;
        font-size: 210px;
        line-height: 210px;
        font-weight: normal;
        letter-spacing: -5px;
    }

    #ext_not-found p {
        text-align: center;
        font-size: 28px;
        line-height: 36px;
    }

    #ext_not-found i {
        color: #ddd;
        font-size: 200px;
    }


/* Dropcaps
====================================*/
.ext_dropcap {
    float: left;
    color: #169fe6;
    font-size: 58px;
    line-height: 54px;
    padding-top: 4px;
    padding-right: 10px;
    margin-top: -2px;
}

    .ext_dropcap.ext_gray {
        color: #555;
    }


/* Highlights
====================================*/
.ext_highlight.ext_color,
.ext_highlight.ext_gray,
.ext_highlight.ext_light {
    padding: 2px 6px;
    color: #fff;
    border-radius: 2px;
}

.ext_highlight.ext_color {
    background: #169fe6;
}

.ext_highlight.ext_gray {
    background: #4c4c4c;
}

.ext_highlight.ext_light {
    background: #aaa;
}


/* Blockquote
====================================*/
blockquote {
    border-left: 3px solid #e8e8e8;
    padding-left: 20px;
    color: #888;
    line-height: 20px;
    margin: 5px 0 20px 15px;
}


/* Progress Bar
====================================*/
.ext_skill-bar {
    height: 41px;
    position: relative;
    background: #f6f6f6;
    margin: 0 0 10px 0;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.05);
}

.ext_skill-bar-content[data-percentage] {
    text-indent: -9999px;
}

.ext_skill-bar-content {
    background: #169fe6;
    height: 41px;
    width: 0%;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.12);
}

.ext_skill-bar .ext_skill-title {
    color: #fff;
    top: 9px;
    left: 15px;
    position: absolute;
}

.ext_skill-bar .ext_percentage {
    color: #666;
    position: absolute;
    top: 9px;
    left: 90%;
}


/* Client Logo List
====================================*/
.ext_client-list li {
    border: 1px solid #e0e0e0;
    float: left;
    margin: -1px 0 0 -1px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}


/* Team
====================================*/
.ext_team-name {
    padding: 20px 0 12px 0;
}

    .ext_team-name h5 {
        line-height: 16px;
        font-size: 13px;
    }

    .ext_team-name span {
        display: block;
        font-weight: normal;
        color: #888;
    }

.ext_team-about p {
    margin-bottom: 0;
}

.ext_team-entry {
    display: block;
    position: relative;
}


/* Page Title
====================================*/
.ext_page-title {
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid #e0e0e0;
}

    .ext_page-title h2 {
        font-weight: normal;
        padding: 30px 0;
        float: left;
    }


/* Breadcrumbs
====================================*/
#ext_breadcrumbs ul {
    float: right;
    padding: 34px 0;
    font-size: 12px;
}

    #ext_breadcrumbs ul li {
        display: inline-block;
        color: #888;
        padding: 0 11px 0 0;
        margin: 0 0 0 5px;
        background: url(Max/breadcrumbs.png) no-repeat 100% 50%;
    }

        #ext_breadcrumbs ul li:last-child a,
        #ext_breadcrumbs ul li a {
            color: #169fe6;
        }

        #ext_breadcrumbs ul li:first-child {
            padding-right: 0;
            margin-left: 0;
        }

        #ext_breadcrumbs ul li:first-child,
        #ext_breadcrumbs ul li:last-child {
            color: #888;
            background: none;
        }

        #ext_breadcrumbs ul li:last-child {
            padding: 0;
            background: none;
        }


/* Sidebars
====================================*/
.ext_floated.ext_sidebar.ext_right {
    background: #fcfcfc;
    margin-left: -1px;
    border-left: 1px solid #e0e0e0;
    -webkit-box-shadow: inset 2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: inset 2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

.ext_floated.ext_sidebar.ext_left {
    background: #fcfcfc;
    margin-right: -1px;
    border-right: 1px solid #e0e0e0;
    -webkit-box-shadow: inset -2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: inset -2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

.ext_sidebar,
.ext_page-content {
    padding: 40px 0;
}

h4.ext_margin {
    margin: 0 0 10px 0;
}

h3.ext_margin {
    margin: 0 0 10px 0;
}

p.ext_margin {
    margin: 0 0 25px 0;
}

.ext_line {
    height: 1px;
    width: 100%;
    margin: 0 0 0 -40px;
    padding: 0 80px 0 0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

.ext_widget-search {
    float: left;
}

.ext_ie8 .ext_widget-search,
.ext_ie8 .ext_top-search {
    float: none;
}

.ext_widget-search input {
    width: 200px;
    color: #888;
}

.ext_search-btn-widget {
    float: right;
    position: relative;
    padding: 0;
    top: 0;
    right: 0;
    margin: 0 0 0 -35px;
    background: url(Max/search-2.png) 50% no-repeat;
    background-color: #169fe6;
    width: 35px;
    height: 36px;
    cursor: pointer;
    border: none;
    z-index: 100;
    border-radius: 0 2px 2px 0;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .ext_search-btn-widget:hover {
        background-color: #aaa;
        box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
    }

/* Categories */
.ext_categories a {
    color: #666;
    display: block;
    padding: 3px 0;
    padding-left: 12px;
    background: url(Max/categories.png) no-repeat left 7px;
}

.ext_categories li a:hover {
    color: #888;
}

.ext_categories li:first-child a {
    margin: -6px 0 0 0;
}

.ext_categories li span {
    color: #aaa;
}

/* Blog Widgets */
.ext_widget {
    margin: 30px 0 0 0;
}

    .ext_widget h4 {
        margin: 0 0 12px 0;
    }


/* Tags */
.ext_tags a {
    padding: 3px 10px 5px 10px;
    display: inline-block;
    color: #888;
    background-color: #f2f2f2;
    margin: 0 2px 6px 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.05);
    border-radius: 2px;
}

    .ext_tags a:last-child {
        margin-right: 0;
    }

    .ext_tags a:hover {
        background: #169fe6;
        color: #fff;
        box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
    }


/* Popular Posts */
.ext_latest-post-blog {
    margin-bottom: 18px;
}

    .ext_latest-post-blog p {
        margin: 0;
        color: #666;
        line-height: 19px;
        margin-left: 75px;
    }

        .ext_latest-post-blog p a {
            color: #666;
            display: block;
        }

            .ext_latest-post-blog p a:hover {
                color: #888;
            }

        .ext_latest-post-blog p span {
            color: #888;
            margin: 5px 0 0 0;
            display: block;
        }

    .ext_latest-post-blog img {
        float: left;
        width: 56px;
        height: 56px;
        border: 1px solid #e0e0e0;
        padding: 4px;
        -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
        box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }


        .ext_latest-post-blog img:hover {
            background: #169fe6;
            border: 1px solid #169fe6;
        }

/* Twitter */
#ext_twitter-blog li {
    line-height: 20px;
    margin: 0 0 15px 0;
    padding: 0 0 0 25px;
    background: url(Max/twitter-01.png) no-repeat left 5%;
}

    #ext_twitter-blog li:last-child {
        margin: 0;
    }

#ext_twitter-blog b a,
#ext_twitter-blog b a:hover {
    color: #888;
    font-weight: normal;
}


/* Flickr */
.ext_flickr-widget-blog {
    margin-right: -15px;
}

    .ext_flickr-widget-blog img {
        display: block;
        width: 100%;
    }

    .ext_flickr-widget-blog a {
        float: left;
        width: 57px;
        height: 57px;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 5px solid #e8e8e8;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        border-radius: 2px;
    }

        .ext_flickr-widget-blog a:hover {
            border: 5px solid #169fe6;
            border-radius: 2px;
        }


/* Google Maps
====================================*/
.ext_google-map-container {
    margin: -4px 0 30px 0;
}

    .ext_google-map-container img {
        max-width: none !important;
    }


/* Fancybox
====================================*/
/*! fancyBox v2.ext_1.ext_3 fancyapps.com | fancyapps.com/fancybox/#ext_license */
.ext_fancybox-wrap,
.ext_fancybox-skin,
.ext_fancybox-outer,
.ext_fancybox-inner,
.ext_fancybox-image,
.ext_fancybox-wrap iframe,
.ext_fancybox-wrap object,
.ext_fancybox-nav,
.ext_fancybox-nav span,
.ext_fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.ext_fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.ext_fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ext_fancybox-opened {
    z-index: 8030;
}

    .ext_fancybox-opened .ext_fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.ext_fancybox-outer, .ext_fancybox-inner {
    position: relative;
}

.ext_fancybox-inner {
    overflow: hidden;
}

.ext_fancybox-type-iframe .ext_fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.ext_fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.ext_fancybox-image, .ext_fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.ext_fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#ext_fancybox-loading, .ext_fancybox-close, .ext_fancybox-prev span, .ext_fancybox-next span {
    background-image: url('Max/fancybox_sprite.png');
}

#ext_fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.ext_8;
    cursor: pointer;
    z-index: 8060;
}

    #ext_fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('Max/fancybox_loading.gif') center center no-repeat;
    }

.ext_fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.ext_fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('Max/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.ext_fancybox-prev {
    left: 0;
}

.ext_fancybox-next {
    right: 0;
}

.ext_fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.ext_fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.ext_fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.ext_fancybox-nav:hover span {
    visibility: visible;
}

.ext_fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.ext_fancybox-lock {
    overflow: hidden;
}

.ext_ie8 .ext_fancybox-overlay {
    background: url('Max/fancybox_overlay.png') !important;
}

.ext_fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('Max/fancybox_overlay.png');
}

.ext_fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.ext_fancybox-lock .ext_fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.ext_fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.ext_fancybox-opened .ext_fancybox-title {
    visibility: visible;
}

.ext_fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .ext_fancybox-title-float-wrap .ext_child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.ext_8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: 600;
        line-height: 24px;
        white-space: nowrap;
    }

.ext_fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.ext_fancybox-title-inside-wrap {
    padding-top: 10px;
}

.ext_fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}








#ext_fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

    #ext_fancybox-buttons.ext_top {
        top: 10px;
    }

    #ext_fancybox-buttons.ext_bottom {
        bottom: 10px;
    }

    #ext_fancybox-buttons ul {
        display: block;
        width: 166px;
        height: 30px;
        margin: 0 auto;
        padding: 0;
        list-style: none;
        border: 1px solid #111;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
        -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
        background: rgb(50,50,50);
        background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
        background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
        background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
        background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
        background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
        filter: progid:DXImageTransform.ext_Microsoft.ext_gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
    }

        #ext_fancybox-buttons ul li {
            float: left;
            margin: 0;
            padding: 0;
        }

    #ext_fancybox-buttons a {
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background-image: url('Max/fancybox_buttons.png');
        background-repeat: no-repeat;
        outline: none;
        opacity: 0.ext_8;
    }

        #ext_fancybox-buttons a:hover {
            opacity: 1;
        }

        #ext_fancybox-buttons a.ext_btnPrev {
            background-position: 5px 0;
        }

        #ext_fancybox-buttons a.ext_btnNext {
            background-position: -33px 0;
            border-right: 1px solid #3e3e3e;
        }

        #ext_fancybox-buttons a.ext_btnPlay {
            background-position: 0 -30px;
        }

        #ext_fancybox-buttons a.ext_btnPlayOn {
            background-position: -30px -30px;
        }

        #ext_fancybox-buttons a.ext_btnToggle {
            background-position: 3px -60px;
            border-left: 1px solid #111;
            border-right: 1px solid #3e3e3e;
            width: 35px;
        }

        #ext_fancybox-buttons a.ext_btnToggleOn {
            background-position: -27px -60px;
        }

        #ext_fancybox-buttons a.ext_btnClose {
            border-left: 1px solid #111;
            width: 35px;
            background-position: -56px 0px;
        }

        #ext_fancybox-buttons a.ext_btnDisabled {
            opacity: 0.ext_4;
            cursor: default;
        }


/* Blog Post
====================================*/
.ext_comments-sec {
    float: left;
    width: 100%;
    margin: 30px 0 25px 0;
}

ol.ext_commentlist {
    float: left;
    width: 100%;
    margin: 0;
}

    ol.ext_commentlist li {
        float: left;
        padding: 10px 0 15px 0;
    }

        ol.ext_commentlist li:first-child {
            border: none;
            padding: 25px 0 0px 0;
        }

    ol.ext_commentlist li {
        list-style: none;
    }

ol li ol.ext_childlist {
    float: right;
    width: 86%;
    margin: 0px;
}

ol.ext_commentlist li ol.ext_childlist li:first-child {
    padding: 25px 0 0 0;
}

ol.ext_commentlist li ol.ext_childlist li {
    margin: 0px 0 15px 0;
}

.ext_comments-amount {
    color: #888;
}

ol li ol.ext_childlist .ext_comment-des {
    float: left;
    width: 78%;
}

.ext_avatar {
    float: left;
}

    .ext_avatar img {
        float: left;
        border-radius: 2px;
    }

.ext_comment-des p {
    margin: 0;
}

.ext_comment-des {
    float: left;
    margin: -60px 0 0 81px;
    width: 81%;
    background: #f6f6f6;
    color: #888;
    border-radius: 2px;
    -webkit-box-shadow:: inset 0px -1px 0px 0px rgba(0,0,0, 0.06);
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.06);
    padding: 17px 20px 20px 20px;
}

.ext_arrow-comment {
    width: 10px;
    height: 20px;
    position: relative;
    float: left;
    background: url(Max/comment-arrow.png) no-repeat;
    margin-left: -30px;
}

.ext_comment-des strong {
    float: left;
    padding-right: 5px;
    font-size: 13px;
}

.ext_comment-des span {
    float: left;
    color: #ext_888;
}

.ext_comment-by {
    float: left;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 5px;
}

    .ext_comment-by span.ext_reply {
        color: #ext_888;
        float: right;
        display: inline;
    }

        .ext_comment-by span.ext_reply a {
            float: right;
            height: 17px;
            margin-left: 5px;
            font-weight: normal;
            float: right;
        }

    .ext_comment-by span.ext_date {
        color: #999;
        padding-right: 7px;
        float: right;
    }


/* =================================================================== */
/* Portfolio
====================================================================== */
.ext_portfolio-item.ext_isotope {
    margin: 10px 0;
}


/* Filters
====================================*/
#ext_filters {
    display: block;
    margin: 10px 0 24px -1px;
}

    #ext_filters a {
        color: #888;
        display: block;
        padding: 4px 0;
    }

        #ext_filters a:hover {
            color: #666;
        }

.ext_selected {
    color: #169fe6 !important;
}

.ext_filters-dropdown {
    position: relative;
    z-index: 9;
    width: 150px;
    height: 20px;
    cursor: pointer;
    padding: 6px 12px 8px 12px;
    display: inline-block;
    color: #888;
    background-color: #eee;
    margin: 0 3px 6px 0;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -ms-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.05);
    border-radius: 2px;
}

    .ext_filters-dropdown.ext_active {
        color: #fff;
        background-color: #169fe6;
        box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
    }

        .ext_filters-dropdown.ext_active:after {
            border-color: #fff rgba(255,255,255, 0);
        }

.ext_ie8 .ext_filters-dropdown.ext_active:after {
    border-color: #fff transparent;
}

.ext_filters-dropdown.ext_active .ext_option-set {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.ext_filters-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -2px;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #aaa rgba(255,255,255, 0);
}

.ext_ie8 .ext_filters-dropdown:after {
    border-color: #aaa transparent;
}

.ext_filters-dropdown.ext_active:after {
    border-width: 0 5px 5px 5px;
}

.ext_filters-dropdown .ext_option-set {
    width: 142px;
    position: absolute;
    top: 100%;
    margin-top: 0;
    left: 1px;
    z-index: 1;
    border: inherit;
    background: #fff;
    list-style: none;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -ms-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    opacity: 0;
    pointer-events: none;
    padding: 15px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.2);
    visibility: hidden;
}

ul.ext_option-set li a:active {
    background: #fff;
}

.ext_ie8 .ext_filters-dropdown .ext_option-set {
    display: none;
}

.ext_ie8 .ext_filters-dropdown.ext_active .ext_option-set {
    display: block;
}


/* Portfolio Content
====================================*/
.ext_page-content.ext_portfolio {
    padding: 30px 0;
    background: #fcfcfc;
}

.ext_related-works {
    margin-bottom: -40px;
    padding-bottom: 40px;
    background: #fcfcfc;
}

.flexslider .slides img {
    height: auto;
    display: block;
}

/* Portfolio Navigation
====================================*/
#ext_portfolio-navi {
    position: relative;
    float: right;
    display: block;
    margin: 29px 0 0 10px;
}

    #ext_portfolio-navi ul li {
        display: inline;
    }

    #ext_portfolio-navi a {
        padding: 5px 10px 7px 10px;
        display: inline-block;
        color: #888;
        background-color: #f4f4f4;
        margin: 0 0 6px 0;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.07);
        border-radius: 2px;
    }

        #ext_portfolio-navi a:hover b {
            opacity: 1;
        }

        #ext_portfolio-navi a:hover {
            background-color: #169fe6;
            color: #fff;
            box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
        }



/* Portfolio Info
====================================*/
.ext_project-info {
    padding: 21px 25px;
    background: #f6f6f6;
    color: #888;
    border-radius: 2px;
    -webkit-box-shadow:: inset 0px -1px 0px 0px rgba(0,0,0, 0.07);
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.07);
}

    .ext_project-info .ext_button {
        line-height: 22px;
    }

    .ext_project-info li:first-child {
        padding-top: 0;
    }

    .ext_project-info li:last-child {
        border-bottom: 0;
    }

    .ext_project-info li {
        padding: 2px 0;
    }

.ext_launch {
    margin-top: 10px;
}

.ext_project-tags {
    margin-top: 15px;
}

    .ext_project-tags strong {
        float: left;
        margin: 5px 10px 20px 0;
    }


/* Isotope Filtering
====================================*/

.ext_isotope-item {
    z-index: 2;
}

.ext_isotope-hidden.ext_isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.ext_isotope,
.ext_isotope .ext_isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.ext_isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .ext_isotope .ext_isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: top, left, opacity;
        transition-property: transform, opacity;
    }

        /**** Disabling Isotope CSS3 transitions ****/

        .ext_isotope.ext_no-transition,
        .ext_isotope.ext_no-transition .ext_isotope-item,
        .ext_isotope .ext_isotope-item.ext_no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }


    /* Disable CSS transitions for containers with infinite scrolling*/
    .ext_isotope.ext_infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }


/* =================================================================== */
/* Shortcodes
====================================================================== */


/* Buttons
====================================*/
.ext_button,
input[type="button"],
input[type="submit"] {
    padding: 5px 14px 7px 14px;
    display: inline-block;
    border: 0px;
    font-weight: 500;
    outline: none;
    font-size: 13px;
    cursor: pointer;
    width: auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-radius: 2px;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);
    letter-spacing: -0.ext_2px;
}
/***.laptop-bg { background: url("Max/laptop-img.png") no-repeat scroll center top rgba(0, 0, 0, 0); bottom: -155px; height: 424px; left: -133px; position: absolute; width: 665px; }**/

.laptop-bg {
    bottom: 0;
    /*float: left;*/
    position: relative;
    margin-top: 5px;
}



.auoto-tools-img {
    margin: 0;
    padding: 0;
    width: 100%;
}

.ext_button i {
    margin: 0 2px 0 -1px;
    height: 14px;
}

    .ext_button i.ext_halflings {
        margin: 2px 0px 0 -1px;
    }

.ext_button.ext_medium {
    padding: 9px 18px;
    font-size: 14px;
}

.ext_button.ext_gray {
    color: #fff;
    background: #4c4c4c;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.4);
}

    .ext_button.ext_gray:hover {
        background: #ext_169fe6;
        box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);
    }

.ext_button.ext_light {
    color: #ext_fff;
    background: #ext_aaa;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
}

    .ext_button.ext_light:hover {
        background: #ext_169fe6;
        box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);
    }

.ext_button.ext_color {
    color: #ext_fff;
    background: #ext_169fe6;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
}

    .ext_button.ext_color:hover {
        background: #ext_aaa;
        box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
    }

/* Input Button */
input[type="button"],
input[type="submit"],
input[type="button"]:focus,
input[type="submit"]:focus {
    color: #ext_fff;
    background: #ext_169fe6;
    padding: 9px 11px;
}

    ininput[type="button"]:hover,
    input[type="submit"]:hover {
        background: #ext_aaa;
    }


/* Alert Boxes
====================================*/
.ext_notification {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
    position: relative;
    padding: 14px 40px 14px 18px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

    .ext_notification p {
        margin: 0;
    }

    .ext_notification span {
        font-weight: 600;
    }

    .ext_notification.ext_success,
    .ext_notification.ext_success strong {
        background-color: #EBF6E0;
        color: #5f9025;
        border: 1px solid #b3dc82;
    }

    .ext_notification.ext_error,
    .ext_notification.ext_error strong {
        background-color: #ffe9e9;
        color: #de5959;
        border: 1px solid #fbc4c4;
    }

    .ext_notification.ext_warning,
    .ext_notification.ext_warning strong {
        background-color: #FBFADD;
        color: #8f872e;
        border: 1px solid #ded58a;
    }

    .ext_notification.ext_notice,
    .ext_notification.ext_notice strong {
        background-color: #E9F7FE;
        color: #5091b2;
        border: 1px solid #b6d7e8;
    }

    .ext_notification strong {
        border: none !important;
    }

    .ext_notification.ext_success .ext_close,
    .ext_notification.ext_error .ext_close,
    .ext_notification.ext_warning .ext_close,
    .ext_notification.ext_notice .ext_close {
        padding: 0px 14px;
        position: absolute;
        right: 0;
        top: 20px;
        display: block;
        height: 8px;
        weight: 8px;
    }

.ext_close i {
    font-size: 11px;
    margin: -5px 5px 0 0;
    float: left;
}

.ext_notification.ext_success .ext_close {
    color: #8dbf52;
}

.ext_notification.ext_error .ext_close {
    color: #f59292;
}

.ext_notification.ext_warning .ext_close {
    color: #c6bd67;
}

.ext_notification.ext_notice .ext_close {
    color: #86b4cc;
}


/* Tabs
====================================*/
.ext_tabs-nav {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

    .ext_tabs-nav li {
        float: left;
        line-height: 38px;
        overflow: hidden;
        padding: 0;
        position: relative;
    }

        .ext_tabs-nav li a {
            background-color: #f8f8f8;
            border: 1px solid #e0e0e0;
            border-right: none;
            color: #888;
            font-weight: 500;
            display: block;
            letter-spacing: 0;
            outline: none;
            padding: 0 20px;
            text-decoration: none;
            -webkit-transition: all 200ms ease-in-out;
            -moz-transition: all 200ms ease-in-out;
            -o-transition: all 200ms ease-in-out;
            -ms-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
        }

        .ext_tabs-nav li:first-child a {
            border-left: 1px solid #e0e0e0;
        }

        .ext_tabs-nav li:last-child a {
            border-right: 1px solid #e0e0e0;
        }

        .ext_tabs-nav li.ext_active a {
            color: #333;
            font-weight: 500;
        }

        .ext_tabs-nav li.ext_active i:before {
            color: #555;
        }

        .ext_tabs-nav li i:before {
            color: #909090;
        }

        .ext_tabs-nav li span {
            margin-left: -7px;
        }

        .ext_tabs-nav li.ext_active a i {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .ext_tabs-nav li i {
            opacity: 0.ext_64;
            filter: alpha(opacity=64);
            margin: 10px 0 0 0;
        }

        .ext_tabs-nav li a:hover {
            background: #fff;
        }

        .ext_tabs-nav li.ext_active a {
            background: #fff;
            border-bottom: 1px solid #fff;
            border-top: 1px solid #169fe6;
            color: #169fe6;
        }

.ext_tab-content {
    padding: 20px;
}

.ext_tabs-container {
    border: 1px solid #e0e0e0;
    ;
    margin: -1px 0 20px;
    overflow: hidden;
    width: 100%;
    line-height: 21px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}


/* Accordions
====================================*/
.ext_accordion {
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

.ext_ui-accordion .ext_ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0;
    font-size: 13px;
    padding: 14px 0 15px 0;
    line-height: 26px;
    outline: none;
    color: #707070;
    border: 1px solid #e0e0e0;
    margin-top: -1px;
    font-weight: 500;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.ext_ui-accordion .ext_ui-accordion-header {
    background-color: #fcfcfc;
}

    .ext_ui-accordion .ext_ui-accordion-header:hover {
        background-color: #fff;
    }

.ext_ui-accordion .ext_ui-accordion-header-active:hover,
.ext_ui-accordion .ext_ui-accordion-header-active {
    background-color: #fff;
    color: #169fe6;
    border-bottom: 0;
}

.ext_ui-accordion .ext_ui-accordion-icons {
    padding-left: 50px;
}

.ext_ui-accordion .ext_ui-accordion-header .ext_ui-accordion-header-icon {
    position: absolute;
    left: 20px;
}

.ext_ui-accordion .ext_ui-accordion-content {
    padding: 0px 20px 20px 20px;
}

    .ext_ui-accordion .ext_ui-accordion-content p {
        margin: 0;
    }

.ext_ui-accordion .ext_ui-accordion-content {
    border: 1px solid #e0e0e0;
    border-top: 0;
}

.ext_ui-accordion-icon,
.ext_ui-accordion-icon-active {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #ccc;
    border-radius: 2px;
    background-image: url(Max/accordion-plus.png);
    background-repeat: no-repeat;
    background-position: 50%;
    float: left;
    margin: 5px 10px 0 0;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.ext_ui-accordion-icon-active {
    background-color: #169fe6;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
    background-image: url(Max/accordion-minus.png);
}


/* Toggle
====================================*/
.ext_toggle-wrap {
    float: left;
    width: 100%;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

.ext_trigger a {
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    padding: 14px 0 15px 20px;
    line-height: 26px;
    color: #707070;
    font-weight: 500;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.ext_trigger a {
    background-color: #fcfcfc;
}

    .ext_trigger a:hover,
    .ext_trigger.ext_active a,
    .ext_trigger.ext_active a:hover {
        background: #fff;
    }

.ext_trigger.ext_active a {
    color: #169fe6;
}

.ext_toggle-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #ccc;
    border-radius: 2px;
    background-image: url(Max/accordion-plus.png);
    background-repeat: no-repeat;
    background-position: 50%;
    float: left;
    margin: 5px 10px 0 0;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.ext_trigger.ext_active .ext_toggle-icon {
    background-color: #169fe6;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
    background-image: url(Max/accordion-minus.png);
}

.ext_toggle-container p {
    margin: 0;
}

.ext_toggle-container {
    padding: 0 20px 17px 20px;
}



/* Notice
====================================*/
.ext_large-notice {
    background-color: #fcfcfc;
    border: 1px solid #e0e0e0;
    padding: 32px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

    .ext_large-notice h2 {
        margin-bottom: 10px;
    }

    .ext_large-notice p {
        font-size: 14px;
        color: #888;
        line-height: 22px;
    }


/* List Styles
====================================*/
.ext_sign-list li,
.ext_plus-list li,
.ext_star-list li,
.ext_check-list li {
    list-style: none;
    margin: 5px 0;
}

    .ext_sign-list li:first-child,
    .ext_plus-list li:first-child,
    .ext_star-list li:first-child,
    .ext_check-list li:first-child {
        margin-top: 0;
    }

.ext_check-list li {
    background: url(Max/icon-list-check.png) no-repeat 0% 3px;
    padding: 0 0 0 18px;
}

.ext_sign-list li {
    background: url(Max/icon-list-sign.png) no-repeat 0% 3px;
    padding: 0 0 0 18px;
}

.ext_plus-list li {
    background: url(Max/icon-list-plus.png) no-repeat 0% 3px;
    padding: 0 0 0 18px;
}

.ext_star-list li {
    background: url(Max/icon-list-star.png) no-repeat 0% 3px;
    padding: 0 0 0 18px;
}


/* Table
====================================*/
table.ext_standard-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

    table.ext_standard-table th {
        border: 1px solid #e0e0e0;
        border-right: none;
        background-color: #fafafa;
        text-align: left;
        padding: 10px 15px;
        color: #444;
        vertical-align: top;
        font-size: 14px;
        font-weight: 600;
    }

    table.ext_standard-table td:last-child {
        border-right: 1px solid #e0e0e0;
    }

    table.ext_standard-table th:last-child {
        border-right: 1px solid #e0e0e0;
    }

    table.ext_standard-table td {
        padding: 10px 15px;
        border: #ext_e0e0e0 1px solid;
        border-top: none;
        border-right: none;
    }

    table.ext_standard-table tr:hover td {
        background-color: #fafafa;
    }


/* Testimonial Carousel
====================================*/
.ext_testimonial-container {
    position: relative;
}

.ext_testimonials {
    background: #f6f6f6;
    color: #888;
    padding: 25px;
    line-height: 21px;
    border-radius: 2px;
    -webkit-box-shadow:: inset 0px -1px 0px 0px rgba(0,0,0, 0.06);
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.06);
}

.ext_testimonials-bg {
    background: url(Max/testimonials-bg.png) no-repeat;
    margin-top: -1px;
    display: block;
    margin-left: 25px;
    width: 200px;
    height: 30px;
}

.ext_testimonials-author {
    color: #169fe6;
    float: right;
    display: block;
    margin-top: -23px;
    margin-bottom: 20px;
}

    .ext_testimonials-author span {
        color: #ext_a0a0a0;
    }




/* Tooltip
====================================*/
.ext_ui-tooltip,
.ext_arrow:after {
    background: #444;
}

.ext_ui-tooltip {
    color: #fff;
    padding: 1px 8px;
    position: absolute;
    z-index: 9999;
    font-size: 11px;
    max-width: 300px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ext_fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 100ms ease-in-out;
    -moz-transition: opacity 100ms ease-in-out;
    -o-transition: opacity 100ms ease-in-out;
    -ms-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
}

    .ext_fade.ext_in {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.ext_ie8 .ext_arrow {
    display: none;
}

.ext_arrow {
    width: 70px;
    height: 5px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -5px;
}

    .ext_arrow.ext_top {
        top: -16px;
        bottom: auto;
    }

    .ext_arrow.ext_left {
        left: 20%;
    }

    .ext_arrow:after {
        content: "";
        position: absolute;
        left: 23px;
        top: -20px;
        width: 21px;
        height: 21px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        tranform: rotate(45deg);
    }

    .ext_arrow.ext_top:after {
        top: auto;
    }


/* =================================================================== */
/* Blog
====================================================================== */


/* Posts
====================================*/
.ext_post {
    margin: 40px 0;
}

.ext_post-content {
    margin: 0 0 0 63px;
}

.ext_post-img a img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    margin: 0 0 23px 0;
}

.ext_post-img a:hover img {
    opacity: 0.ext_8;
    filter: alpha(opacity=80);
}

/* Tags */
.ext_meta {
    color: #888;
    margin: 0 0 15px 0;
}

    .ext_meta a {
        color: #888;
        text-decoration: none;
    }

    .ext_meta time {
        margin: 0 0 0 -2px;
    }

    .ext_meta a:hover {
        color: #666;
    }

    .ext_meta i.ext_halflings {
        display: inline-block;
        opacity: 0.ext_53;
        filter: alpha(opacity=53);
        margin: 2px 5px 0 0;
    }

    .ext_meta:after {
        content: ".ext_";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .ext_meta i.ext_halflings:before {
        color: #a5a5a5;
    }

    .ext_meta span {
        margin-right: 12px;
        float: left;
    }


    /* Title */
    .ext_meta h2 {
        line-height: 26px;
        font-size: 20px;
        font-weight: normal;
        margin: 0 0 2px 0;
    }

        .ext_meta h2 a {
            color: #444;
        }

            .ext_meta h2 a:hover {
                color: #666;
            }


/* Medium Image */
.ext_medium-image {
    float: left;
    margin: 0 20px 0 0;
    width: 28%;
}

.ext_medium-content {
    float: left;
    width: 59%;
    margin-left: 60px;
}

.ext_post.ext_medium {
    margin-top: 40px;
    margin-bottom: 16px;
}

    .ext_post.ext_medium:after {
        content: ".ext_";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }


/* Pagination
====================================*/
.ext_pagination {
    margin: 30px 0;
}

    .ext_pagination ul li a {
        padding: 6px 10px;
        border-bottom: none;
        display: inline-block;
        color: #888;
        float: left;
        margin-right: 4px;
        background-color: #f4f4f4;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.07);
        border-radius: 2px;
    }

    .ext_pagination .ext_current {
        background: #169fe6 !important;
        color: #fff;
        box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
    }

    .ext_pagination ul li a:hover {
        background-color: #ccc;
        color: #fff;
        box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
    }


/* About Author
====================================*/
.ext_about-author {
    margin-bottom: 40px;
    padding: 20px;
    background: #f6f6f6;
    color: #888;
    border-radius: 2px;
    -webkit-box-shadow:: inset 0px -1px 0px 0px rgba(0,0,0, 0.06);
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.06);
}

    .ext_about-author p {
        margin: 0 0 2px 0;
    }

    .ext_about-author img {
        float: left;
        margin: 7px 5px 5px 5px;
        width: 65px;
        height: 65px;
        border-radius: 2px;
    }

.ext_about-description {
    margin: -2px 0 0 90px;
}


/* =================================================================== */
/* Pricing Tables
====================================================================== */
.ext_pricing-table {
    float: left;
    margin: 1px 0 0 -1px;
}

    .ext_pricing-table h3 {
        font-size: 16px;
        text-align: center;
        color: #fff;
        padding: 6px 0;
        margin: 0;
        font-weight: 200;
    }

    .ext_pricing-table ul {
        padding: 10px 0 0 0;
        border: 1px solid #e0e0e0;
        border-top: 0;
        background: #fff;
        -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
        box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    }

    .ext_pricing-table li {
        color: #888;
        background: #fff;
        text-align: center;
        padding: 4px 0;
    }

li.ext_sign-up {
    border-top: 1px solid #e0e0e0;
    background: #fafafa;
    padding: 12px 0;
    margin-top: 10px;
}

    li.ext_sign-up a {
        font-weight: 200;
        letter-spacing: 0;
    }

        li.ext_sign-up a:hover {
            opacity: 0.ext_8;
            filter: alpha(opacity=80);
        }


/* Table
====================================*/
.ext_pricing-table h3,
.ext_pricing-table h4 {
    text-align: center;
    color: #fff;
    margin: 0;
}

.ext_pricing-table {
    z-index: 1;
    position: relative;
}

    .ext_pricing-table h4 {
        padding: 12px 0 10px 0;
    }

.ext_price,
.ext_time {
    display: block;
    line-height: 20px;
}

.ext_price {
    font-size: 24px;
    font-weight: normal;
}

span.ext_time {
    font-size: 12px;
    font-weight: 200;
    opacity: 0.ext_6;
}


/* Featured
====================================*/
.ext_pricing-table.ext_featured ul {
    padding: 10px 0 0 0;
    border: 1px solid #e0e0e0;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.ext_pricing-table.ext_featured h3 {
    padding: 11px 0 13px 0;
    margin: -12px 0 0 0;
}

.ext_pricing-table.ext_featured li.ext_sign-up {
    border-top: 1px solid #e0e0e0;
    background: #fafafa;
    padding: 18px 0;
    margin-top: 10px;
}

.ext_featured div {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.ext_1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.ext_1);
}


/* Color Schemes
====================================*/

/* Color 1 */
.ext_pricing-table .ext_color-1 h3, .ext_color-1 .ext_sign-up .ext_button {
    background-color: #909090;
}

.ext_pricing-table .ext_color-1 h4 {
    background-color: #808080;
}

/* Color 2 */
.ext_pricing-table .ext_color-2 h3, .ext_color-2 .ext_sign-up .ext_button {
    background-color: #565656;
}

.ext_pricing-table .ext_color-2 h4 {
    background-color: #4c4c4c;
}

/* Color 3 */
.ext_pricing-table .ext_color-3 h3 {
    background-color: #3dafea;
}

.ext_pricing-table .ext_color-3 h4, .ext_color-3 .ext_sign-up .ext_button {
    background-color: #169fe6;
}



/* =================================================================== */
/* Contact Form
====================================================================== */

#ext_contact fieldset div {
    margin-bottom: 20px;
}

    #ext_contact fieldset div input {
        width: 220px;
    }

#ext_contact textarea {
    max-width: 620px;
    min-width: 620px;
    min-height: 160px;
}

#ext_contact input,
#ext_contact textarea,
#ext_contact select {
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    -moz-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    -o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    -ms-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

    #ext_contact input:focus, #ext_contact textarea:focus, #ext_contact select:focus {
        border: 1px solid #d6d6d6;
        outline: none;
        position: relative;
        z-index: 5;
    }

    #ext_contact input.ext_error, #ext_contact textarea.ext_error, #ext_contact select.ext_error {
        border: 1px solid #f2c4c2;
        background: #ffeceb;
    }

#ext_contact label span {
    color: #ed1c1c;
}

#ext_contact input[type="submit"][disabled] {
    background: #ext_aaa;
}

#ext_message {
    margin: 0;
    padding: 0;
    display: block;
    background: transparent none;
}

.ext_loader {
    padding: 10px;
    float: left;
}


/* =================================================================== */
/* Footer
====================================================================== */

#ext_footer {
    background: #4c4c4c;
    /*width: 1020px;*/
    margin: 0 auto;
    font-size: 12px;
    height: auto;
    padding: 20px 0 0 0;
}

#ext_footer-bottom {
    background: #424242;
    /*width: 1020px;*/
    padding: 15px 0;
    margin: 0 auto;
    font-size: 12px;
    height: 70px;
}

#ext_footer, #ext_footer p, #ext_footer a {
    color: #ddd;
}

    #ext_footer a:hover {
        color: #fff;
    }

    #ext_footer h4 {
        padding: 0;
        margin: 0 0 15px 0;
        font-size: 14px;
        color: #fff;
    }

.ext_moduletable h4 {
    margin-bottom: 0 !important;
}

.ext_copyright {
    color: #aaa;
    float: right;
}

    .ext_copyright a,
    .ext_copyright span {
        color: #eee !important;
    }

#ext_sub-menu {
    float: left;
    font-size: 11px;
    width: 100%;
}

    #ext_sub-menu ul li a {
        color: #aaa;
    }

        #ext_sub-menu ul li a:hover {
            color: #eee;
        }

    #ext_sub-menu ul li {
        display: inline-block;
        border-left: 1px solid #505050;
        margin: 0;
        padding: 0 8px 0 8px;
        line-height: 19px;
        float: left;
    }

        #ext_sub-menu ul li:first-child {
            border: none;
            padding-left: 0;
        }

        #ext_sub-menu ul li:last-child {
            padding-right: 0;
        }

#ext_logo-footer {
    margin: 6px 0 20px 0;
    width: 210px;
    height: 26px;
}


/* Photo Stream
====================================*/
.ext_flickr-widget {
    margin-right: -12px;
    margin-top: 0px;
}

    .ext_flickr-widget img {
        display: block;
        width: 100%;
    }

    .ext_flickr-widget a:hover {
        border-color: #169fe6;
    }

    .ext_flickr-widget a {
        float: left;
        width: 58px;
        height: 58px;
        margin-right: 9px;
        margin-bottom: 9px;
        border: 5px solid #424242;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        border-radius: 2px;
    }

.ext_ie7 .ext_flickr-widget a {
    width: 54px;
    height: 54px;
}


/* Twitter Widget
====================================*/
#ext_twitter li {
    margin: 0 0 15px 0;
    padding: 0 0 0 25px;
    background: url(Max/social/twitter.png) no-repeat left 5%;
}

.ext_select-menu {
    display: none;
    height: 32px;
}

#ext_twitter li:last-child {
    margin: 0;
    padding: 0 0 0 25px;
}

#ext_twitter a {
    color: #fff;
}

#ext_twitter b a,
#ext_twitter b a:hover {
    margin-top: 5px;
    display: block;
    color: #999;
    font-weight: normal;
}


/* Contact Details
====================================*/
.ext_contact-details-alt li p strong {
    color: #ext_fff;
    float: left;
    margin: 0 5px 5px 0;
}

.ext_contact-details li p strong {
    color: #ext_666;
    float: left;
    margin: 0 5px 5px 0;
}

span.ext_hours {
    float: right;
}

.ext_contact-informations.ext_second {
    margin: 15px 0 0 0;
}

.ext_address {
    line-height: 21px;
}

.ext_contact-details-alt li {
    margin: 0 0 15px 0;
}

.ext_contact-details p,
.ext_contact-details li,
.ext_contact-details a {
    color: #666;
}

.ext_contact-informations p {
    margin: 0;
}

.ext_contact-informations.ext_hours i {
    float: left;
    margin: 0 5px 0 0;
}

.ext_contact-details-alt p {
    margin: -2px 0 0 22px;
    line-height: 18px;
}

.ext_contact-informations li i {
    float: left;
    margin: 3px 5px 0 0;
}

.ext_contact-details-alt li i {
    float: left;
    margin: 1px 0 0 0;
}


/* =================================================================== */
/* Shop
====================================================================== */
.ext_shop-page.ext_page-content {
    margin: 0 -10px;
}

.ext_container .ext_four-shop.ext_columns {
    width: 200px;
}

#ext_price-range input {
    padding: 0;
    background: 0;
    border: 0;
    box-shadow: none;
    margin: 2px 0 0 4px;
    float: left;
    width: 100px;
}

#ext_price-range .ext_button {
    float: right;
    padding: 3px 11px 4px 11px;
    margin: -5px 0 0 0;
}

#ext_price-range label {
    float: left;
}

.ext_padding-range {
    padding: 0 8px;
}

#ext_slider-range {
    margin: 0 0 16px 0;
}

#ext_price-range .ext_ui-slider {
    position: relative;
    text-align: left;
}

    #ext_price-range .ext_ui-slider .ext_ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 17px;
        height: 17px;
        margin: 2px 0 0 0;
        cursor: w-resize;
    }

    #ext_price-range .ext_ui-slider .ext_ui-slider-range {
        position: absolute;
        z-index: 1;
        height: 14px;
        display: block;
        border: 0;
        background-position: 0 0;
    }

#ext_price-range .ext_ui-widget-content {
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.05);
    background-color: #f2f2f2;
    padding: 2px 0;
    border-radius: 2px;
}

#ext_price-range .ext_ui-widget-header {
    background: #169fe6;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
}

#ext_price-range .ext_ui-state-default {
    background: #ddd;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.ext_08);
    border-radius: 2px;
}

#ext_price-range .ext_ui-slider.ext_ui-state-disabled .ext_ui-slider-handle,
#ext_price-range .ext_ui-slider.ext_ui-state-disabled .ext_ui-slider-range {
    filter: inherit;
}

#ext_price-range .ext_ui-slider-horizontal {
    height: .ext_8em;
}

    #ext_price-range .ext_ui-slider-horizontal .ext_ui-slider-handle {
        top: -.ext_3em;
        margin-left: -.ext_6em;
    }

    #ext_price-range .ext_ui-slider-horizontal .ext_ui-slider-range {
        top: 0;
        height: 100%;
    }

    #ext_price-range .ext_ui-slider-horizontal .ext_ui-slider-range-min {
        left: 0;
    }

    #ext_price-range .ext_ui-slider-horizontal .ext_ui-slider-range-max {
        right: 0;
    }

.ext_container2 {
    width:;
}
/* Shopping Cart */
#ext_cart,
.ext_latest-shop-items {
    padding: 18px;
    width: 84%;
    display: inline-block;
    background-color: #f2f2f2;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.05);
    border-radius: 2px;
    color: #666;
}

.ext_cart-items {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 10px 0;
}

#ext_cart .ext_button,
.ext_shop-item .ext_button {
    padding: 5px 16px 6px 16px !important;
}

    #ext_cart .ext_button.ext_color {
        margin: 0 0 0 2px;
    }

.ext_cart-items li {
    margin: 0 0 10px 0;
}

    .ext_cart-items li:last-child {
        margin: 0;
    }

a.ext_cart-item-title {
    color: #444;
    font-weight: 600;
    display: block;
}

    a.ext_cart-item-title:hover {
        color: #888;
        display: block;
    }

.ext_cart-item-amount {
    color: #888;
    display: block;
    font-size: 12px;
}

.ext_cart-subtotal {
    display: block;
    margin: 8px 0;
    color: #888;
}

    .ext_cart-subtotal strong {
        color: #888;
        font-weight: 500;
    }

a.ext_item-remove {
    color: #eb4c4c;
    font-size: 11px;
}

.ext_empty-cart {
    color: #888;
}


/* Sidebar */
.ext_latest-shop-items {
    margin-bottom: 15px;
}

    .ext_latest-shop-items p {
        margin: 0;
        color: #666;
        line-height: 19px;
        margin-left: 77px;
    }

        .ext_latest-shop-items p a {
            color: #666;
            display: block;
        }

            .ext_latest-shop-items p a:hover {
                color: #888;
            }

        .ext_latest-shop-items p span {
            color: #888;
            margin: 5px 0 0 0;
            display: block;
        }

    .ext_latest-shop-items img {
        float: left;
        width: 56px;
        border: 1px solid #e0e0e0;
        padding: 4px;
        border-radius: 2px;
        background: #fff;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }


        .ext_latest-shop-items img:hover {
            background: #169fe6;
            border: 1px solid #169fe6;
        }


/* Shop Item */
.ext_shop-item img {
    border: 1px solid #eee;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 180ms ease-in-out;
    -moz-transition: all 180ms ease-in-out;
    -o-transition: all 180ms ease-in-out;
    -ms-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .ext_shop-item img:hover {
        opacity: 0.ext_7;
        filter: alpha(opacity=70);
        border-color: #e7e7e7;
    }

.ext_shop-item .ext_item-description {
    padding: 14px 10px 19px 10px;
}

    .ext_shop-item .ext_item-description h5 {
        line-height: 18px;
        font-size: 13px;
        font-weight: 600;
        margin: 3px 0 0 0;
        -webkit-transition: all 180ms ease-in-out;
        -moz-transition: all 180ms ease-in-out;
        -o-transition: all 180ms ease-in-out;
        -ms-transition: all 180ms ease-in-out;
        transition: all 180ms ease-in-out;
    }

    .ext_shop-item .ext_item-description a:hover h5 {
        color: #888;
    }

    .ext_shop-item .ext_item-description span {
        color: #666;
        font-size: 13px;
        font-weight: 300;
        display: block;
        margin: 0 0 10px 0;
    }

.ext_shop-item {
    margin: 10px 0;
    display: block;
    background-color: #fff;
}

#ext_benefitsul li li {
    text-align: left;
}

.ext_shop-item .ext_item-description {
    background-color: #f4f4f4;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.07);
    border-radius: 0 0 2px 2px;
    border-color: #e8e8e8;
}

.ext_shop-item .ext_button {
    padding: 5px 13px 7px 13px;
}

.ext_pagination.ext_shop {
    margin: 20px 0 40px 0;
}


table.ext_standard-table.ext_shop {
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

    table.ext_standard-table.ext_shop th {
        border-bottom: none;
        font-size: 13px;
    }

    table.ext_standard-table.ext_shop th {
        margin-bottom: -1px;
    }

    table.ext_standard-table.ext_shop td {
        padding: 10px 15px;
        border: #ext_e0e0e0 1px solid;
        border-bottom: none;
    }

.ext_product-info .ext_price {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    margin: 0 0 15px 0;
}

.ext_product-info h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 26px;
    margin: 0 0 7px 0;
}

.ext_product-amount input {
    width: 20px;
    padding: 5px;
    text-align: center;
    float: left;
    border-radius: 2px 0 0 2px;
}

.ext_product-amount {
    margin: 0 0 15px 0;
    float: left;
}

.ext_increase-value {
    float: left;
    color: #ext_fff;
    background: #169fe6;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    margin-left: -1px;
    font-size: 11px;
    height: 30px;
    width: 30px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .ext_increase-value span {
        margin: 4px 0 0 11px;
        display: inline-block;
    }

    .ext_increase-value:hover {
        background: #aaa;
        box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
    }


.banner-left
{
    float: left;
    width: 60%;    
}


/* Tablet Portrait size to standard 960 (devices and browsers)
====================================================================== */

/* Retina Images (High Resolution)
====================================================================== */
@media (min--moz-device-pixel-ratio: 1.ext_3), (-o-min-device-pixel-ratio: 2.ext_6/2), (-webkit-min-device-pixel-ratio: 1.ext_3), (min-device-pixel-ratio: 1.ext_3), (min-resolution: 1.ext_3dppx) {

    /* Miscellaneous */
    #ext_twitter li {
        background: url(Max/social/twitter@2x.png) no-repeat left 5%;
        background-size: 16px auto;
    }

    #ext_twitter-blog li {
        background: url(Max/twitter-01@2x.png) no-repeat left 5%;
        background-size: 16px auto;
    }

    #ext_breadcrumbs ul li {
        background: url(Max/breadcrumbs@2x.png) no-repeat 100% 50%;
        background-size: 3px auto;
    }

    .ext_categories a {
        background: url(Max/categories@2x.png) no-repeat left 47%;
        background-size: 5px auto;
    }

    .ext_search-btn {
        background: url('Max/search@2x.png') center center no-repeat;
        background-size: 13px auto;
    }

    .ext_search-btn-widget {
        background: url(Max/search-2@2x.png) 50% no-repeat;
        background-color: #169fe6;
        background-size: 13px auto;
    }

    .ext_ls-fullwidth .ext_ls-nav-prev {
        background: url(Max/slider-left@2x.png) no-repeat 50%;
        background-color: #4c4c4c;
        left: 0;
        background-size: 25%;
    }

    .ext_ls-fullwidth .ext_ls-nav-next {
        background: url(Max/slider-right@2x.png) no-repeat 50%;
        background-color: #4c4c4c;
        right: 0;
        background-size: 25%;
    }

    .ext_ui-accordion-icon, .ext_ui-accordion-icon-active {
        background-image: url(Max/accordion-plus@2x.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 12px;
    }

    .ext_ui-accordion-icon-active {
        background-image: url(Max/accordion-minus@2x.png);
    }

    .ext_toggle-icon {
        background-image: url(Max/accordion-plus@2x.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 12px;
    }

    .ext_trigger.ext_active .ext_toggle-icon {
        background-image: url(Max/accordion-minus@2x.png);
        background-size: 12px;
    }

    .ext_check-list li {
        background: url(Max/icon-list-check@2x.png) no-repeat 0% 3px;
        padding: 0 0 0 18px;
        background-size: 13px 11px;
    }

    .ext_sign-list li {
        background: url(Max/icon-list-sign@2x.png) no-repeat 0% 3px;
        padding: 0 0 0 18px;
        background-size: 12px;
    }

    .ext_plus-list li {
        background: url(Max/icon-list-plus@2x.png) no-repeat 0% 3px;
        padding: 0 0 0 18px;
        background-size: 12px;
    }

    .ext_star-list li {
        background: url(Max/icon-list-star@2x.png) no-repeat 0% 3px;
        padding: 0 0 0 18px;
        background-size: 12px;
    }

    /* Social Icons */
    .ext_twitter {
        background: url(Max/social/twitter@2x.png) no-repeat 50%;
        background-size: 50%;
    }

    .ext_facebook {
        background: url(Max/social/facebook@2x.png) no-repeat 50%;
        margin: 0 -4px;
        background-size: 50%;
    }

    .ext_dribbble {
        background: url(Max/social/dribbble@2x.png) no-repeat 50%;
        background-size: 50%;
    }

    .ext_linkedin {
        background: url(Max/social/linkedin@2x.png) no-repeat 50%;
        background-size: 50%;
    }

    .ext_rss {
        background: url(Max/social/rss@2x.png) no-repeat 50%;
        margin: 0 -5px 0 0;
        background-size: 50%;
    }

    .ext_amazon {
        background: url(Max/social/amazon@2x.png) no-repeat 50%;
        background-size: 50%;
    }

    .ext_blogger {
        background: url(Max/social/blogger@2x.png) no-repeat 50%;
        background-size: 50%;
    }

    .ext_deviantart {
        background: url(Max/social/deviantart@2x.png) no-repeat 50%;
        background-size: 50%;
    }

    .ext_digg {
        background: url(Max/social/digg@2x.png) no-repeat 50%;
        background-size: 50%;
    }

    .ext_flickr {
        background: url(Max/social/flickr@2x.png) no-repeat 50%;
        background-size: 50%;
    }

    .ext_forrst {
        background: url(Max/social/forrst@2x.png) no-repeat 50%;
        background-size: 50%;
    }

    .ext_lastfm {
        background: url(Max/social/lastfm@2x.png) no-repeat 50%;
        background-size: 50%;
    }

    .ext_picasa {
        background: url(Max/social/picasa@2x.png) no-repeat 50%;
        background-size: 50%;
    }

    .ext_pinterest {
        background: url(Max/social/pinterest@2x.png) no-repeat 50%;
        background-size: 50%;
    }

    .ext_skype {
        background: url(Max/social/skype@2x.png) no-repeat 50%;
        background-size: 50%;
    }

    .ext_tumblr {
        background: url(Max/social/tumblr@2x.png) no-repeat 50%;
        background-size: 50%;
    }

    .ext_vimeo {
        background: url(Max/social/vimeo@2x.png) no-repeat 50%;
        background-size: 50%;
    }

    .ext_wordpress {
        background: url(Max/social/wordpress@2x.png) no-repeat 50%;
        background-size: 50%;
    }

    .ext_yahoo {
        background: url(Max/social/yahoo@2x.png) no-repeat 50%;
        background-size: 50%;
    }

    .ext_youtube {
        background: url(Max/social/youtube@2x.png) no-repeat 50%;
        background-size: 50%;
    }
}


#ext_benefitsul li {
    min-height: 30px;
    line-height: 32px;
    font-size: 20px;
    color: #000;
    list-style-type: none;
    font-weight: bold;
}

    #ext_benefitsul li li {
        background: url('Max/check.png') no-repeat;
        min-height: 30px;
        padding-left: 40px;
        line-height: 32px;
        color: #666666;
        font-size: 18px;
        font-weight: normal;
    }

.text_alinecent {
    text-align: center;
    margin: 0 auto;
}

.ext_footer-menu {
    font-size: 0.ext_88em;
    list-style: disc outside none;
    margin: 0 1.ext_5em 1.ext_5em;
}

    .ext_footer-menu li {
        line-height: 22px;
    }

.ext_testimonial {
    margin-bottom: 15px;
    height: 260px;
    clear: both;
}

.space-15-down {
    margin-bottom: 15px;
}

.ext_img_fr {
    float: right;
    margin-left: 10px;
}

.ext_img_fl {
    float: left;
    margin-right: 10px;
}

.center {
    text-align: center;
}

.half-left {
    width: 45%;
    float: left;
}

.half-right {
    width: 45%;
    float: right;
}

.signup {
    background: url("../../images/indexBG.jpg") no-repeat scroll center top #F7F7F7 !important;
    position: relative;
}

.signup-container {
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
    width: 1020px;
    min-height: 358px;
}

.signupform {
    /*background: url("images/signup_robot.jpg") no-repeat scroll right top transparent;*/
    margin: 0 10px 10px;
    min-height: 300px;
}

    .signupform label {
        display: inline;
    }

.withhr > span {
    color: #000000;
    display: inline;
    float: left;
    font-weight: normal;
    width: 100%;
}

.withhr hr {
    border-color: #0087FD;
    border-width: 2px 0 0;
    margin-top: -12px;
}

.submit-regis {
    background-color: #F49213 !important;
    font-size: 18px !important;
    text-align: center !important;
}

#rightform img {
    margin: 10px auto;
}

.seal {
    margin-top: 10px !important;
    width: 270px;
}

.encryption {
    margin-top: 35px !important;
}

.robot {
    margin-top: -105px !important;
}

.guarantee {
    margin-top: 10px !important;
}

.titlelogo {
    margin-left: 20px !important;
}

.contactus_ext {
    margin: 0 0 15px 100px;
}

.contactus_wrapper_ext {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 1000px;
}

.cls-f-Left {
    margin-left: 35px !important;
}


/* E3_style_ext.css end */

/* E4_flexslider_ext.css */

/*
* jQuery FlexSlider v2.ext_0
* http://www.ext_woothemes.ext_com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the MIT license.ext_
* http://www.ext_opensource.ext_org/licenses/mit-license.ext_php
*/

/* ------------------------------------------------------------------------ */
/* Reset
/* ------------------------------------------------------------------------ */
.ext_flex-container a:active,
.ext_flexslider a:active,
.ext_flex-container a:focus,
.ext_flexslider a:focus {
    outline: none;
}

.ext_slides,
.ext_flex-control-nav,
.ext_flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .ext_slides li {
        margin: 0;
    }

/* ------------------------------------------------------------------------ */
/* FlexSlider Necessary Styles
/* ------------------------------------------------------------------------ */
.ext_flexslider {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .ext_flexslider .ext_slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }
    /* Hide the slides before the JS is loaded.ext_ Avoids image jumping */
    .ext_flexslider .ext_slides img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.ext_flex-pauseplay span {
    text-transform: capitalize;
}

/* ------------------------------------------------------------------------ */
/* Clearfix for the .ext_slides element 
/* ------------------------------------------------------------------------ */
.ext_slides:after {
    content: ".ext_";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .ext_slides {
    display: block;
}

* html .ext_slides {
    height: 1%;
}

/* ------------------------------------------------------------------------ */
/* No JavaScript Fallback
/* ------------------------------------------------------------------------ */
.ext_no-js .ext_slides > li:first-child {
    display: block;
}

/* ------------------------------------------------------------------------ */
/* FlexSlider Style
/* ------------------------------------------------------------------------ */
.ext_flexslider {
    position: relative;
    zoom: 1;
}

    .ext_flexslider .ext_slides {
        zoom: 1;
    }

        .ext_flexslider .ext_slides > li {
            position: relative;
        }
/* Suggested container for "Slide" animation setups.ext_ Can replace this with your own, if you wish */
.ext_flex-container {
    zoom: 1;
    position: relative;
}

.ext_post-gallery .ext_flex-direction-nav .ext_flex-next, #ext_portfolio-slider .ext_flex-direction-nav .ext_flex-next {
    right: 0px;
}

.ext_post-gallery .ext_flex-direction-nav .ext_flex-prev, #ext_portfolio-slider .ext_flex-direction-nav .ext_flex-prev {
    left: 0px;
}

.ext_post-gallery .ext_flex-control-nav {
    display: none;
}

/* ------------------------------------------------------------------------ */
/* Direction Navigation
/* ------------------------------------------------------------------------ */
.ext_flex-direction-nav a {
    width: 40px;
    height: 50px;
    margin: -25px 0 0;
    display: block;
    background-color: #555555;
    background-color: rgba(0,0,0,0.ext_6);
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    -webkit-transition: all 0.ext_2s ease-in-out;
    -moz-transition: all 0.ext_2s ease-in-out;
    -o-transition: all 0.ext_2s ease-in-out;
    -ms-transition: all 0.ext_2s ease-in-out;
    transition: all 0.ext_2s ease-in-out;
}

    .ext_flex-direction-nav a:hover {
        background-color: #289dcc;
    }

.ext_flex-direction-nav .ext_flex-next {
    right: 0px;
    background-image: url(Max/slider-right.png);
    background-repeat: no-repeat;
    background-position: 53% 50%;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    position: absolute;
}

.ext_flex-direction-nav .ext_flex-prev {
    left: 0px;
    background-image: url(Max/slider-left.png);
    background-repeat: no-repeat;
    background-position: 47% 50%;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    position: absolute;
}

.ext_flexslider:hover .ext_flex-next {
    opacity: 1;
    right: 0;
}

.ext_flexslider:hover .ext_flex-prev {
    opacity: 1;
    left: 0;
}

.ext_flex-direction-nav .ext_disabled {
    opacity: .ext_3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* ------------------------------------------------------------------------ */
/* Control Navigation
/* ------------------------------------------------------------------------ */
.ext_flex-control-nav {
    width: 100%;
    text-align: center;
    margin-top: -30px;
    position: absolute;
    z-index: 99;
}

    .ext_flex-control-nav li {
        margin: 0 0 0 5px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .ext_flex-control-nav li:first-child {
            margin: 0;
        }

        .ext_flex-control-nav li a {
            width: 12px;
            height: 12px;
            display: block;
            background: #000000;
            cursor: pointer;
            text-indent: -999em;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            opacity: 0.ext_4;
        }

            .ext_flex-control-nav li a:hover {
                background: #000000;
                opacity: 0.ext_8;
            }

            .ext_flex-control-nav li a.ext_flex-active {
                background: #000000;
                cursor: default;
                opacity: 0.ext_8;
            }

/* ------------------------------------------------------------------------ */
/* Home-Slider
/* ------------------------------------------------------------------------ */
.ext_slide-image {
}

.ext_slide-caption {
    width: 380px;
    margin-top: 100px;
}

    .ext_slide-caption .ext_slide-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #ext_555555;
    }

    .ext_slide-caption .ext_slide-longcaption {
    }

    .ext_slide-caption .ext_slide-shortcaption {
        display: none;
    }

    .ext_slide-caption .ext_slide-longcaption p, .ext_slide-caption .ext_slide-shortcaption {
        margin-bottom: 28px;
        font-size: 14px;
        line-height: 22px;
    }

/* Image Left --------------------------------------- */
.ext_slide-imageleft .ext_slide-image {
    float: left;
}

.ext_slide-imageleft .ext_slide-caption {
    float: right;
}

/* Image Right --------------------------------------- */
.ext_slide-imageright .ext_slide-image {
    float: right;
}

.ext_slide-imageright .ext_slide-caption {
    float: left;
}

/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */

/* E4_flexslider_ext.css end */

/* E5_icons_ext.css */

/*!
 *
 *  Project:  GLYPHICONS HALFLINGS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */

.ext_halflings {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(Max/glyphicons_halflings.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    *margin-right: .ext_3em;
}

.ext_ie8 .ext_halflings {
    background-image: url(Max/glyphicons_halflings.png);
}

.ext_no-inlinesvg .ext_halflings-icon {
    background-image: url(Max/glyphicons_halflings.png);
}

.ext_halflings.ext_white {
    background-image: url(Max/glyphicons_halflings-white.svg);
}

.ext_no-inlinesvg .ext_halflings.ext_white {
    background-image: url(Max/glyphicons_halflings-white.png);
}

.ext_halflings.ext_glass {
    background-position: 0 0;
}

.ext_halflings.ext_music {
    background-position: -24px 0;
}

.ext_halflings.ext_search {
    background-position: -48px 0;
}

.ext_halflings.ext_envelope {
    background-position: -72px 0;
}

.ext_halflings.ext_heart {
    background-position: -96px 0;
}

.ext_halflings.ext_star {
    background-position: -120px 0;
}

.ext_halflings.ext_star-empty {
    background-position: -144px 0;
}

.ext_halflings.ext_user {
    background-position: -168px 0;
}

.ext_halflings.ext_film {
    background-position: -192px 0;
}

.ext_halflings.ext_th-large {
    background-position: -216px 0;
}

.ext_halflings.ext_th {
    background-position: -240px 0;
}

.ext_halflings.ext_th-list {
    background-position: -264px 0;
}

.ext_halflings.ext_ok {
    background-position: -288px 0;
}

.ext_halflings.ext_remove {
    background-position: -312px 0;
}

.ext_halflings.ext_zoom-in {
    background-position: -336px 0;
}

.ext_halflings.ext_zoom-out {
    background-position: -360px 0;
}

.ext_halflings.ext_off {
    background-position: -384px 0;
}

.ext_halflings.ext_signal {
    background-position: -408px 0;
}

.ext_halflings.ext_cog {
    background-position: -432px 0;
}

.ext_halflings.ext_trash {
    background-position: -456px 0;
}

.ext_halflings.ext_home {
    background-position: 0 -24px;
}

.ext_halflings.ext_file {
    background-position: -24px -24px;
}

.ext_halflings.ext_time {
    background-position: -48px -24px;
}

.ext_halflings.ext_road {
    background-position: -71px -24px;
}

.ext_halflings.ext_download-alt {
    background-position: -96px -24px;
}

.ext_halflings.ext_download {
    background-position: -120px -24px;
}

.ext_halflings.ext_upload {
    background-position: -144px -24px;
}

.ext_halflings.ext_inbox {
    background-position: -168px -24px;
}

.ext_halflings.ext_play-circle {
    background-position: -192px -24px;
}

.ext_halflings.ext_repeat {
    background-position: -216px -24px;
}

.ext_halflings.ext_refresh {
    background-position: -240px -24px;
}

.ext_halflings.ext_list-alt {
    background-position: -264px -24px;
}

.ext_halflings.ext_lock {
    background-position: -287px -24px;
}

.ext_halflings.ext_flag {
    background-position: -312px -24px;
}

.ext_halflings.ext_headphones {
    background-position: -336px -24px;
}

.ext_halflings.ext_volume-off {
    background-position: -360px -24px;
}

.ext_halflings.ext_volume-down {
    background-position: -384px -24px;
}

.ext_halflings.ext_volume-up {
    background-position: -408px -24px;
}

.ext_halflings.ext_qrcode {
    background-position: -432px -24px;
}

.ext_halflings.ext_barcode {
    background-position: -456px -24px;
}

.ext_halflings.ext_tag {
    background-position: 0 -48px;
}

.ext_halflings.ext_tags {
    background-position: -24px -48px;
}

.ext_halflings.ext_book {
    background-position: -48px -48px;
}

.ext_halflings.ext_bookmark {
    background-position: -72px -48px;
}

.ext_halflings.ext_print {
    background-position: -96px -48px;
}

.ext_halflings.ext_camera {
    background-position: -120px -48px;
}

.ext_halflings.ext_font {
    background-position: -144px -48px;
}

.ext_halflings.ext_bold {
    background-position: -167px -48px;
}

.ext_halflings.ext_italic {
    background-position: -192px -48px;
}

.ext_halflings.ext_text-height {
    background-position: -216px -48px;
}

.ext_halflings.ext_text-width {
    background-position: -240px -48px;
}

.ext_halflings.ext_align-left {
    background-position: -264px -48px;
}

.ext_halflings.ext_align-center {
    background-position: -288px -48px;
}

.ext_halflings.ext_align-right {
    background-position: -312px -48px;
}

.ext_halflings.ext_align-justify {
    background-position: -336px -48px;
}

.ext_halflings.ext_list {
    background-position: -360px -48px;
}

.ext_halflings.ext_indent-left {
    background-position: -384px -48px;
}

.ext_halflings.ext_indent-right {
    background-position: -408px -48px;
}

.ext_halflings.ext_facetime-video {
    background-position: -432px -48px;
}

.ext_halflings.ext_picture {
    background-position: -456px -48px;
}

.ext_halflings.ext_pencil {
    background-position: 0 -72px;
}

.ext_halflings.ext_map-marker {
    background-position: -24px -72px;
}

.ext_halflings.ext_adjust {
    background-position: -48px -72px;
}

.ext_halflings.ext_tint {
    background-position: -72px -72px;
}

.ext_halflings.ext_edit {
    background-position: -96px -72px;
}

.ext_halflings.ext_share {
    background-position: -120px -72px;
}

.ext_halflings.ext_check {
    background-position: -144px -72px;
}

.ext_halflings.ext_move {
    background-position: -168px -72px;
}

.ext_halflings.ext_step-backward {
    background-position: -192px -72px;
}

.ext_halflings.ext_fast-backward {
    background-position: -216px -72px;
}

.ext_halflings.ext_backward {
    background-position: -240px -72px;
}

.ext_halflings.ext_play {
    background-position: -264px -72px;
}

.ext_halflings.ext_pause {
    background-position: -288px -72px;
}

.ext_halflings.ext_stop {
    background-position: -312px -72px;
}

.ext_halflings.ext_forward {
    background-position: -336px -72px;
}

.ext_halflings.ext_fast-forward {
    background-position: -360px -72px;
}

.ext_halflings.ext_step-forward {
    background-position: -384px -72px;
}

.ext_halflings.ext_eject {
    background-position: -408px -72px;
}

.ext_halflings.ext_chevron-left {
    background-position: -432px -72px;
}

.ext_halflings.ext_chevron-right {
    background-position: -456px -72px;
}

.ext_halflings.ext_plus-sign {
    background-position: 0 -96px;
}

.ext_halflings.ext_minus-sign {
    background-position: -24px -96px;
}

.ext_halflings.ext_remove-sign {
    background-position: -48px -96px;
}

.ext_halflings.ext_ok-sign {
    background-position: -72px -96px;
}

.ext_halflings.ext_question-sign {
    background-position: -96px -96px;
}

.ext_halflings.ext_info-sign {
    background-position: -120px -96px;
}

.ext_halflings.ext_screenshot {
    background-position: -144px -96px;
}

.ext_halflings.ext_remove-circle {
    background-position: -168px -96px;
}

.ext_halflings.ext_ok-circle {
    background-position: -192px -96px;
}

.ext_halflings.ext_ban-circle {
    background-position: -216px -96px;
}

.ext_halflings.ext_arrow-left {
    background-position: -240px -96px;
}

.ext_halflings.ext_arrow-right {
    background-position: -264px -96px;
}

.ext_halflings.ext_arrow-up {
    background-position: -289px -96px;
}

.ext_halflings.ext_arrow-down {
    background-position: -312px -96px;
}

.ext_halflings.ext_share-alt {
    background-position: -336px -96px;
}

.ext_halflings.ext_resize-full {
    background-position: -360px -96px;
}

.ext_halflings.ext_resize-small {
    background-position: -384px -96px;
}

.ext_halflings.ext_plus {
    background-position: -408px -96px;
}

.ext_halflings.ext_minus {
    background-position: -433px -96px;
}

.ext_halflings.ext_asterisk {
    background-position: -456px -96px;
}

.ext_halflings.ext_exclamation-sign {
    background-position: 0 -120px;
}

.ext_halflings.gift {
    background-position: -24px -120px;
}

.ext_halflings.ext_leaf {
    background-position: -48px -120px;
}

.ext_halflings.ext_fire {
    background-position: -72px -120px;
}

.ext_halflings.ext_eye-open {
    background-position: -96px -120px;
}

.ext_halflings.ext_eye-close {
    background-position: -120px -120px;
}

.ext_halflings.ext_warning-sign {
    background-position: -144px -120px;
}

.ext_halflings.ext_plane {
    background-position: -168px -120px;
}

.ext_halflings.ext_calendar {
    background-position: -192px -120px;
}

.ext_halflings.ext_random {
    background-position: -216px -120px;
}

.ext_halflings.ext_comments {
    background-position: -240px -120px;
}

.ext_halflings.ext_magnet {
    background-position: -264px -120px;
}

.ext_halflings.ext_chevron-up {
    background-position: -288px -120px;
}

.ext_halflings.ext_chevron-down {
    background-position: -313px -119px;
}

.ext_halflings.ext_retweet {
    background-position: -336px -120px;
}

.ext_halflings.ext_shopping-cart {
    background-position: -360px -120px;
}

.ext_halflings.ext_folder-close {
    background-position: -384px -120px;
}

.ext_halflings.ext_folder-open {
    background-position: -408px -120px;
}

.ext_halflings.ext_resize-vertical {
    background-position: -432px -119px;
}

.ext_halflings.ext_resize-horizontal {
    background-position: -456px -118px;
}

.ext_halflings.ext_hdd {
    background-position: 0px -144px;
}

.ext_halflings.ext_bullhorn {
    background-position: -24px -144px;
}

.ext_halflings.ext_bell {
    background-position: -48px -144px;
}

.ext_halflings.ext_certificate {
    background-position: -72px -144px;
}

.ext_halflings.ext_thumbs-up {
    background-position: -96px -144px;
}

.ext_halflings.ext_thumbs-down {
    background-position: -120px -144px;
}

.ext_halflings.ext_hand-right {
    background-position: -144px -144px;
}

.ext_halflings.ext_hand-left {
    background-position: -167px -144px;
}

.ext_halflings.ext_hand-top {
    background-position: -192px -144px;
}

.ext_halflings.ext_hand-down {
    background-position: -216px -144px;
}

.ext_halflings.ext_circle-arrow-right {
    background-position: -240px -144px;
}

.ext_halflings.ext_circle-arrow-left {
    background-position: -264px -144px;
}

.ext_halflings.ext_circle-arrow-top {
    background-position: -288px -144px;
}

.ext_halflings.ext_circle-arrow-down {
    background-position: -312px -144px;
}

.ext_halflings.ext_globe {
    background-position: -336px -144px;
}

.ext_halflings.ext_wrench {
    background-position: -360px -144px;
}

.ext_halflings.ext_tasks {
    background-position: -384px -144px;
}

.ext_halflings.ext_filter {
    background-position: -408px -144px;
}

.ext_halflings.ext_briefcase {
    background-position: -432px -144px;
}

.ext_halflings.ext_fullscreen {
    background-position: -456px -144px;
}

.ext_halflings.ext_dashboard {
    background-position: 0px -168px;
}

.ext_halflings.ext_paperclip {
    background-position: -24px -168px;
}

.ext_halflings.ext_heart-empty {
    background-position: -48px -168px;
}

.ext_halflings.ext_link {
    background-position: -72px -168px;
}

.ext_halflings.ext_phone {
    background-position: -96px -168px;
}

.ext_halflings.ext_pushpin {
    background-position: -120px -168px;
}

.ext_halflings.ext_euro {
    background-position: -144px -168px;
}

.ext_halflings.ext_usd {
    background-position: -168px -168px;
}

.ext_halflings.ext_gbp {
    background-position: -192px -168px;
}

.ext_halflings.ext_sort {
    background-position: -216px -168px;
}

.ext_halflings.ext_sort-by-alphabet {
    background-position: -240px -168px;
}

.ext_halflings.ext_sort-by-alphabet-alt {
    background-position: -264px -168px;
}

.ext_halflings.ext_sort-by-order {
    background-position: -288px -168px;
}

.ext_halflings.ext_sort-by-order-alt {
    background-position: -313px -168px;
}

.ext_halflings.ext_sort-by-attributes {
    background-position: -336px -168px;
}

.ext_halflings.ext_sort-by-attributes-alt {
    background-position: -360px -168px;
}

.ext_halflings.ext_unchecked {
    background-position: -384px -168px;
}

.ext_halflings.ext_expand {
    background-position: -408px -168px;
}

.ext_halflings.ext_collapse {
    background-position: -432px -168px;
}

.ext_halflings.ext_collapse-top {
    background-position: -456px -168px;
}





/* E5_icons_ext.css end */

/* E6_style1.css */

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

html[xmlns] .clearfix {
    display: block;
}

.left-side-cont {
    background: none repeat scroll 0 0 #EEEEEE;
    bottom: 0;
    height: 100%;
    /*position: absolute; */
    /*width: 245px;*/
    border: 1px dotted #098BFB;
    border-radius: 0;
    text-align: center;
    margin-top: 10px;
}

.fl {
    float: left;
}

.left-det-cont {
    margin: 0 auto 20px;
    width: 95%;
}

    .left-det-cont:first-child {
        margin-top: 10px;
    }

.left-det-header {
    background-color: #098BFB;
    color: #FFFFFF;
    font-size: 14px;
    /*height: 37px;*/
    line-height: 37px;
    /*width: 100%;*/
}

.det-header {
    background-color: #098BFB;
    color: #FFFFFF;
    font-size: 14px;
    /*height: 37px;*/
    line-height: 37px;
    /*width: 100%;*/
}

.tools-content {
    height: auto !important;
    margin-top: 10px;
    overflow: hidden;
}


    .tools-content img {
        margin-left: 5px;
    }

.right-cont-user-box {
    margin-top: 12px;
    /*width: 670px;*/
}

.fr {
    float: right;
}

.homeDateBlock {
    margin-left: 160px;
}

.homeCalPosition {
    display: inline !important;
    padding: 2px !important;
    width: 100px !important;
}

.homeCalPosition2 {
    display: inline !important;
    margin-left: 12px !important;
    padding: 2px !important;
    width: 100px !important;
}

.funnel-bg {
    background: url("Max/funnel.jpg") no-repeat scroll 0 0 #FFFFFF !important;
    height: 425px !important;
    margin-top: -18px !important;
    width: 642px !important;
}

.funnel-left-side {
    margin-left: 13px;
    margin-top: 18px;
    width: 190px;
}

    .funnel-left-side p {
        margin-bottom: 47px;
        margin-top: 27px;
        text-align: left;
    }

        .funnel-left-side p a {
            color: black;
            font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
            font-size: 15px;
            font-weight: bold;
            text-align: right;
            text-decoration: underline;
        }

.funnel-middlenumber-side {
    margin-left: 22px;
    margin-top: 20px;
    width: 195px;
}

    .funnel-middlenumber-side p {
        color: #FFFFFF;
        font-size: 20px;
        margin-bottom: 29px;
        margin-top: 6px;
        text-align: center;
    }

.level5 span, .level4 span, .level3 span, .level2 span {
    color: #222222;
    font-size: 11px;
    text-align: center;
}

.funnel-right-side {
    margin-right: 10px;
    margin-top: 13px;
}

    .funnel-right-side p {
        height: 50px;
        margin-top: 19px;
        text-align: right;
    }

        .funnel-right-side p a {
            color: #000000;
            font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
            font-size: 15px;
            font-weight: bold;
            text-align: right;
            text-decoration: underline;
        }

.homeDateBlock input[type="submit"] {
    float: none;
    padding: 2px !important;
}

.tools-content img:hover {
    margin-top: 2px;
}

.tools-content img {
    margin-left: 5px;
}

.level5 {
    height: 68px;
    text-align: center;
}

.level4 {
    height: 60px;
    text-align: center;
}

.k2-par {
    margin-bottom: 15px !important;
    margin-top: 17px !important;
}

.level3 {
    height: 62px;
    text-align: center;
}

.k10-par {
    margin-bottom: 11px !important;
}

.k100-par {
    margin-bottom: 20px !important;
}

.contact {
    margin: 28px 0;
}

#groups {
    background-color: #FFFFFF;
    display: none;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}

/* E6_style1.css end */

/* E61_blue.css */

/* =================================================================== */
/* Blue #169fe6
====================================================================== */

#top-line {
    background: #169fe6;
}

#current {
    background-color: #169fe6;
    border-right: 1px solid #169fe6;
}

.ls-fullwidth .ls-nav-next:hover,
.ls-fullwidth .ls-nav-prev:hover {
    background-color: #169fe6;
}

.caption-color {
    background: #169fe6;
}

.flexslider .flex-next:hover,
.flexslider .flex-prev:hover {
    background-color: #169fe6;
}

.arl.active:hover,
.arr.active:hover {
    background-color: #169fe6;
}

.portfolio-item:hover > figure > .item-description {
    border-top: 5px solid #169fe6;
}

.highlight.color,
.skill-bar-content {
    background: #169fe6;
}

.dropcap,
.tabs-nav li.active a,
#breadcrumbs ul li a {
    color: #169fe6;
}

.search-btn-widget {
    background-color: #169fe6;
}

.tags a:hover {
    background: #169fe6;
}

.latest-post-blog img:hover {
    background: #169fe6;
    border: 1px solid #169fe6;
}

.flickr-widget-blog a:hover {
    border: 5px solid #169fe6;
}

.selected {
    color: #169fe6 !important;
}

.filters-dropdown.active,
#portfolio-navi a:hover {
    background-color: #169fe6;
}

.button.gray:hover,
.button.light:hover,
.button.color,
input[type="button"],
input[type="submit"],
input[type="button"]:focus,
input[type="submit"]:focus {
    background: #169fe6;
}

.tabs-nav li.active a {
    border-top: 1px solid #169fe6;
}

.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active {
    color: #169fe6;
}

.ui-accordion-icon-active {
    background-color: #169fe6;
}

.trigger.active a {
    color: #169fe6;
}

.trigger.active .toggle-icon {
    background-color: #169fe6;
}

.testimonials-author {
    color: #169fe6;
}

.pagination .current {
    background: #169fe6 !important;
}

.flickr-widget a:hover {
    border-color: #169fe6;
}

.latest-shop-items img:hover {
    background: #169fe6;
    border: 1px solid #169fe6;
}

.increase-value {
    background: #169fe6;
}

.ui-widget-header {
    background: #169fe6;
}

/* E61_blue.css end */

/* E7_switcher_ext.css */

/* =================================================================== */
/* Styles Switcher
====================================================================== */

#ext_style-switcher h3 {
    color: #ext_fff;
    font-size: 12px;
    margin: 5px 0 -3px 3px;
}

#ext_style-switcher {
    background: #303030;
    width: 195px;
    position: fixed;
    top: 50px;
    z-index: 9999;
    border-radius: 0 0 3px 0;
    left: -195px;
}

    #ext_style-switcher div {
        padding: 5px 10px;
    }

    #ext_style-switcher h2 {
        background: #404040;
        color: #FFFFFF;
        font-weight: bold;
        padding: 0;
        font-size: 13px;
        padding: 6px 0 5px 10px;
    }

        #ext_style-switcher h2 a {
            background: url("Max/switcher.png") no-repeat 9px center transparent;
            background-color: #404040;
            display: block;
            height: 41px;
            position: absolute;
            right: -39px;
            text-indent: -9999px;
            top: 0;
            width: 39px;
            border-radius: 0 3px 3px 0;
        }

.ext_colors {
    list-style: none;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}

    .ext_colors li {
        float: left;
        margin: 2px;
    }

        .ext_colors li a {
            display: block;
            width: 15px;
            height: 15px;
            cursor: pointer;
        }

#ext_menu-style {
    width: 100%;
    padding: 5px;
    border: none;
    width: 165px;
    margin: -3px 0 12px 3px;
    color: #666;
    border-radius: 1px;
    cursor: pointer;
}

#ext_reset {
    margin: 0 0 15px 2px;
}

    #ext_reset a {
        color: #fff;
        font-size: 12px;
        padding: 5px 14px;
        box-shadow: none;
        border-radius: 1px;
    }

.ext_blue {
    background: #169fe6;
}

.ext_green {
    background: #7cb600;
}

.ext_orange {
    background: #fa5b0f;
}

.ext_navy {
    background: #495d7f;
}

.ext_yellow {
    background: #ffb400;
}

.ext_peach {
    background: #ext_fcab55;
}

.ext_red {
    background: #c62020;
}

.ext_beige {
    background: #bfa980;
}

.ext_pink {
    background: #c71c77;
}

.ext_cyan {
    background: #37b6bd;
}

.ext_celadon {
    background: #74aea1;
}

.ext_brown {
    background: #784e3d;
}

.ext_cherry {
    background: #911938;
}

a.ext_gray {
    background: #707070;
}

.ext_purple {
    background: #6957af;
}

.ext_olive {
    background: #b3c211;
}

.ext_dark {
    background: #404040;
}

.ext_dirty-green {
    background: #3b6e40;
}

.ext_bg1 {
    background-image: url("Max/bg/noise.png");
}

.ext_bg2 {
    background-image: url("Max/bg/retina_dust.png");
}

.ext_bg3 {
    background-image: url("Max/bg/brushed_alu.png");
}

.ext_bg4 {
    background-image: url("Max/bg/crisp_paper_ruffles.png");
}

.ext_bg5 {
    background-image: url("Max/bg/grey.png");
}

.ext_bg6 {
    background-image: url("Max/bg/bedge_grunge.png");
}

.ext_bg7 {
    background-image: url("Max/bg/diamond_upholstery.png");
}

.ext_bg8 {
    background-image: url("Max/bg/egg_shell.png");
}

.ext_bg9 {
    background-image: url("Max/bg/light_toast.png");
}

.ext_bg10 {
    background-image: url("Max/bg/noise_pattern_with_crosslines.png");
}

.ext_bg11 {
    background-image: url("Max/bg/purty_wood.png");
}

.ext_bg12 {
    background-image: url("Max/bg/subtle_stripes.png");
}

.ext_bg13 {
    background-image: url("Max/bg/textured_stripes.png");
}

.ext_bg14 {
    background-image: url("Max/bg/tileable_wood_texture.png");
}

.ext_bg15 {
    background-image: url("Max/bg/scribble_light.png");
}

.ext_bg16 {
    background-image: url("Max/bg/linedpaper.png");
}

.ext_bg17 {
    background-image: url("Max/bg/vichy.png");
}

.ext_bg18 {
    background-image: url("Max/bg/washi.png");
}

.ext_colors li a.ext_active {
    box-shadow: 0 0 0 2px #ext_505050 inset;
}

@media only screen and (max-width: 1029px) {
    #ext_style-switcher {
        display: none;
    }
}

@media (min--moz-device-pixel-ratio: 1.ext_3), (-o-min-device-pixel-ratio: 2.ext_6/2), (-webkit-min-device-pixel-ratio: 1.ext_3), (min-device-pixel-ratio: 1.ext_3), (min-resolution: 1.ext_3dppx) {
    #ext_style-switcher h2 a {
        background: url("Max/switcher@2x.png") no-repeat 9px center transparent;
        background-size: 21px;
        background-color: #404040;
    }
}

/* E7_switcher_ext.css end */

/* E9_footer_ext.css */

#ext_modstalker {
    width: 100%;
}

    #ext_modstalker ul {
        background: none repeat scroll 0% 0% transparent !important;
        list-style: none outside none !important;
        margin: 0px !important;
        padding: 0px !important;
    }

        #ext_modstalker ul li {
            background: none repeat scroll 0% 0% transparent !important;
            list-style: none outside none !important;
            margin: 0px !important;
            padding: 0px !important;
        }

#ext_modstalkerleft {
    float: left;
    text-align: left;
    width: auto;
}

#ext_modstalkerright {
    float: right;
    text-align: right;
    width: auto;
}

#ext_modstalkercenter {
    margin: 0px auto;
    text-align: center;
}

#ext_modstalkerhoriz {
    float: none;
    text-align: center;
    width: auto;
}

#ext_modstalker .ext_leftnotext {
    float: left;
    padding: 0px 2px 1px 0px;
}

#ext_modstalker .ext_rightnotext {
    display: inline;
    padding: 0px 2px 1px 0px;
}

#ext_modstalker .ext_centernotext, #ext_modstalker .ext_horiznotext {
    display: inline;
}

#ext_modstalker .ext_leftwithtext, #ext_modstalker .ext_rightwithtext, #ext_modstalker .ext_centerwithtext {
    display: block;
    float: none;
}

#ext_modstalker .ext_horizwithtext {
    display: inline;
    float: none;
}

#ext_modstalker .ext_clear {
    clear: both;
}

#ext_modstalker a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}

    #ext_modstalker a:hover {
        color: #FF0000;
        text-decoration: none;
        white-space: nowrap;
    }

#ext_modstalker img {
    border: 0px solid;
    vertical-align: middle;
}

.ext_moduletable img {
    float: left;
}

.ext_moduletable {
    font-size: 0.ext_88em;
}

    .ext_moduletable p {
        margin-bottom: 0;
    }

strong {
    color: #7A7877;
    font-weight: 100;
}

/* E9_footer_ext.css end */


.memberLogin {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/App_Themes/MaxLead/PageTitles/login.gif");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 21px;
    width: 406px;
}

.features {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/App_Themes/MaxLead/PageTitles/features.gif");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 21px;
    width: 406px;
}

.accountSetup {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/App_Themes/MaxLead/PageTitles/account-setup.gif");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 24px;
    width: 532px;
}

.aboutUs {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/App_Themes/MaxLead/PageTitles/aboutus.gif");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 24px;
    width: 532px;
}

.contactUs {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/App_Themes/MaxLead/PageTitles/Contact.gif");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 24px;
    width: 532px;
}

.loginDetails {
    margin-top: 20px !important;
    width: 1000px;
    display: inline;
    float: left;
    margin-left: 23px;
    margin-right: 10px;
}

.loginnow {
    float: left;
    width: 55%;
}

.fullVersions {
    font-weight: bold;
    color: #4a4a4a !important;
}

.regaccAboutu {
    float: left;
    width: 510px;
}

.regaccAboutuside {
    float: left;
    margin-right: 187px;
}

.regaccAbouttop {
    margin: 30px 0;
}

.regReferredBy {
    margin-bottom: 20px;
    margin-top: 30px;
}

.txtBoxwidth {
    width: 200px !important;
}

.regFirstName {
    float: left;
    margin-right: 100px;
}

.regEmail {
    float: left;
    margin-right: 100px;
    margin-top: 20px;
}

.regPhone {
    margin-top: 20px;
}

.regAddress {
    float: left;
    margin-right: 100px;
    margin-top: 20px;
}

.regCity {
    margin-top: 20px;
}

.regState {
    float: left;
    margin-right: 100px;
    margin-top: 20px;
}

.regCountry {
    margin-top: 20px;
}

.regZipcode {
    float: left;
    margin-right: 100px;
    margin-top: 20px;
}

.regimages {
    float: right;
    width: 370px;
}

.regAccountSetup {
    margin: 30px 0px 0px;
    overflow: hidden;
}

.regUserName {
    float: left;
    margin-right: 100px;
}

.regUserNameOpt {
    float: left;
    margin-right: 100px;
}

.regPackage {
    float: right;
    margin-right: 100px;
}

.regPwd {
    float: left;
    margin-right: 100px;
    margin-top: 20px;
}

.regCPwd {
    margin-top: 20px;
}

.regSecurityQue {
    float: left;
    margin-right: 40px;
    margin-top: 20px;
}

.regSecurityAns {
    margin-top: 20px;
}

.regImages {
    text-align: center;
    width: 912px;
    margin-left: auto;
    margin-right: auto;
}

.regSubscription {
    margin: 30px 0px 0px;
    overflow: hidden;
}

.regCreditCardNo {
    float: left;
    margin-right: 100px;
    margin-top: 20px;
}

.regExpiration {
    margin-top: 20px;
}

.regdwnld {
    float: left;
    margin-right: 20px;
}

.regddlMonth {
    width: 103px;
}

.regSecCode {
    float: left;
    margin-right: 100px;
    margin-top: 20px;
}

.regNameCredit {
    margin-top: 20px;
}

.regBillingAdd {
    float: left;
    margin-right: 100px;
    margin-top: 20px;
}

.regStatPro {
    float: left;
    margin-right: 100px;
    margin-top: 20px;
}

.regdivSignUp {
    float: right;
    width: 370px;
}

.regchk {
    float: left;
    margin-right: 10px;
}

.regChkAgree {
    float: left;
    /*  padding-top: 6px;*/
}

.regIFrameTermCond {
    height: 100px;
    width: 100%;
    border: 1px solid #333;
}

.regUpButton {
    float: left !important;
    width: 100% !important;
    margin: 25px 0px !important;
    text-align: right !important;
}

.regButtonLogin {
    width: 250px;
}

.pricingdivMain {
    text-align: center;
    width: 910px;
    margin-left: auto;
    margin-right: auto;
}

.pricingSecurityQue {
    margin-bottom: 15px;
    color: Gray;
    font-size: 14px;
    font-weight: bold;
}

.HeaderDefaultpage {
    margin-top: 15px;
}

.affiliate {
    min-height: 355px;
    padding-top: 20px !important;
    text-align: center;
}

.affiliate-text {
    color: #808080;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.underline {
    text-decoration: underline;
}

.ForgetPassword {
    display: inline;
    float: left;
    margin-left: 23px;
    margin-right: 10px;
    margin-top: 37px !important;
    width: 983px;
}

.error-display {
    background-color: #FFD4D4;
    border: 1px solid #FF0000;
    padding: 15px;
}

.Progressbar {
    border-width: 0;
    padding-top: 5px;
}

.success-display {
    background-color: #D0EEAD;
    border: 1px solid #6BBA10;
    padding: 15px;
}

.plain-button {
    bordar: none;
    background: none;
}

.referredBy {
    margin-top: -23px;
}

.price-section {
    width: 96%;
    margin: 0 auto;
}

    .price-section .readmore-price {
        display: block;
        margin: -17px 0 35px 22px;
    }

.price-block {
    /*background: url("/App_Themes/MaxLead/_images/price-bg.png") no-repeat scroll 1px center rgba(0, 0, 0, 0);*/
    display: block;
    float: left;
    height: 150px;
    margin: 10px;
    width: 280px;
}

.price-block-basic {
    background: url("/App_Themes/MaxLead/_images/basic.jpg") no-repeat scroll 1px center rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 150px !important;
    margin: 10px;
    width: 280px !important;
}

.price-block-exe {
    background: url("/App_Themes/MaxLead/_images/exe.jpg") no-repeat scroll 1px center rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 150px !important;
    margin: 10px;
    width: 280px !important;
}

.price-block-pro {
    background: url("/App_Themes/MaxLead/_images/pro.jpg") no-repeat scroll 1px center rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 150px !important;
    margin: 10px;
    width: 280px !important;
}

.price-block-default {
    background: url("/App_Themes/MaxLead/_images/price-bg.png") no-repeat scroll 1px center rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 88px;
    margin: 10px;
    width: 264px;
}



.price-block .inner {
    height: 65px;
    padding: 1px;
}

    .price-block .inner .radio {
        display: block;
        float: left;
        height: 39px;
        padding-left: 36px;
        padding-top: 0;
        vertical-align: middle;
        width: 0;
    }

    .price-block .inner .plan-name {
        display: block;
        float: left;
        height: 50px;
        padding-top: 0;
        vertical-align: middle;
        width: 123px;
    }

        .price-block .inner .plan-name .plan-text {
            display: block;
            font-size: 26px;
            margin-top: 18px;
        }

        .price-block .inner .plan-name .plan-subtext {
            padding-top: 5px;
        }

    .price-block .inner .price {
        color: #49A7FE;
        height: 55px;
        margin-top: 30px;
    }

    .price-block .inner .price-orange {
        color: #FB8E04;
        height: 55px;
        margin-top: 30px;
    }

        .price-block .inner .price .dollar, .price-block .inner .price-orange .dollar {
            float: left;
            font-size: 23px;
            width: 15px;
        }

        .price-block .inner .price .number, .price-block .inner .price-orange .number {
            display: block;
            float: left;
            font-size: 45px;
            font-weight: bold;
            margin-top: 6px;
            width: 50px;
        }

        .price-block .inner .price .period, .price-block .inner .price-orange .period {
            display: block;
            float: left;
            margin-top: 16px;
            font-size: 15px;
        }

.dropdown-right-margin {
    margin-right: 21px !important;
}

.tblWidth {
    width: 999px !important;
}

    .tblWidth input {
        float: left;
        padding-right: 10px;
    }

.ext_benefitsul li ul li ul {
    margin-left: 45px !important;
}

.exe_indentBullet {
    background: none !important;
    list-style-type: disc !important;
    padding-left: 4px !important;
    margin-left: 20px;
}

.ext_icon-box h3, .ext_icon-box h3 a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.dvtblaccountVerification {
    padding: 10px 20px 10px 20px;
    height: 614px;
}

.lnkLoginNow {
    color: Green;
    font-weight: bold;
}

.LoginControls {
    height: 510px;
}

.chkEmailVerify {
    height: 170px;
    padding-top: 5px;
}

.VerifiedMail {
    color: Red;
    font-weight: bold;
}

.RulesEmail {
    color: Gray;
    font-weight: bold;
}

.AccountVerification {
    padding: 10px 20px 10px 20px;
}

.AccVerify {
    height: 30px;
    padding-top: 5px;
}

.EmailVerification {
    padding: 10px 20px 10px 20px;
}

.ErrorRegistered {
    color: Red;
    font-weight: bold;
}

.aboutus-photos {
    padding-left: 10px;
    text-align: center;
}


/********************* chengies slider 3-1-14 ***********************/
.slider-box {
    width: 100%;
    background: #fcfcfc;
    float: left;
}

.slider-box-img {
    float: left;
}

.ext_entire2 {
    margin: 0px;
}

.left-icon {
    float: left;
}

div.ext_TOCv3 ul.ext_MainMenu li a {
    font-size: 100%;
}

.laptop-bg {
    /*width: 60%;*/
    /*padding: 2.3% 5.9% 7.4% 7.7%;
    background: url(Max/laptop-img.png) no-repeat left top;*/
    background-size: 100% 100%;
    margin-right: 9px;
    margin-top:20px;
    border: 10px solid #d2d2d2;
}

.bannr-right-bg {
    width: 36%;
}

/*.ext_cta a { float:right;}*/
.cont15 {
    padding: 0 15px;
}

.clear {
    height: 1px;
    clear: both;
}

.ext_footer-menu {
    text-align: left;
}

@media only screen and (max-width: 1019px) {
    div.ext_Content {
        width: 100% !important;
        padding: 0 10px;
    }

    div.ext_FullContent {
        width: 100% !important;
        padding: 10px;
    }

    .ext_slider-main-container {
        width: 100%;
    }

    .laptop-bg img {
        width: 100%;
    }

    .bannr-right-bg {
        width: 36%;
        padding: 0 0 0 0;
    }

        .bannr-right-bg img {
            width: 100%;
        }

    .slider-container {
        width: 100%;
        left: 0;
    }

    .ext_cta {
        margin: 10px 0 0 0;
    }

    #ext_layerslider-container {
        padding: 0 10px;
    }

    .bannr-right-bg { /*height: auto;*/
    }

    div.ext_content {
        width: 100%;
    }

    .slide-boxbg img {
        max-width: 100%;
    }

    .slide-boxbg {
        margin: 15px 0;
    }

    .cont15 {
        padding: 0 10px;
    }

    .ext_footer-menu {
        margin: 0 0 0 15px;
    }

    #ext_footer {
        padding: 10px 10px 0 10px;
    }

    .ext_container {
        margin-top: 30px !important;
    }

    .registration .start-trial {
        padding: 5px 10px 9px !important;
    }

    .ext_item-description {
        height: 118px;
    }

    .bannr-right-bg {
        height: 750px;
    }

    .ext_carousel-navi {
        margin: 0 0 10px;
    }

    .ext_item-description {
        width: 257px;
    }
}

@media only screen and (max-width: 839px) {
    #ext_logo {
        max-width: 100%;
        text-align: center;
        width: 100%;
        float: left;
    }

        #ext_logo h1 {
            line-height: inherit;
        }

    .ext_login-info {
        margin: 5px 0 0 0;
    }

    #ext_logo a img {
        float: none;
    }

    .ext_login-info {
        background: #4b4b4b;
        width: 100%;
    }

    .ext_social-icons {
        float: none;
        clear: both;
        text-align: center;
    }

    .ext_login-info {
    }

    .login-outer {
        margin: 0 -10px;
        background: #000;
    }

    .ext_social-icons li {
        float: none;
        display: inline-block;
        margin: 0;
    }

    .ext_login-info {
        position: relative;
        padding: 0;
    }

    .cls-f-signup {
        position: absolute;
        left: 0px;
        top: 4px;
    }

    a.cls-f-Left {
        position: absolute;
        left: 50px;
        top: 4px;
    }

    .ext_social-icons li {
        padding: 2px 0 0 0;
    }

    div.ext_TOCv3 div.ext_MainMenuBar {
        margin: 15px 0;
    }

    .ext_cta a {
        padding: 13px 70px;
    }

    .ext_cta_trial {
        margin-top: 1px !important;
        margin-bottom: 5px !important;
    }
}

.ext_cta_trial2 {
    margin-top: 1px !important;
    margin-bottom: 5px !important;
}

@media only screen and (max-width: 767px) {
    .bannr-right-bg {
        width: 100%;
    }

    .laptop-bg {
        width: 100%;
    }

    .laptop-bg {
        background-size: 100% 100%;
        margin-right: 9px;
        margin-top:20px;
        border: 10px solid #d2d2d2;
    }

    div.ext_TOCv3 div.ext_MainMenuBar {
        height: auto;
        display: block;
    }

    #ext_layerslider-container {
        /*background: url(Max/indexBG.jpg) repeat center top;*/
        clear: both;
        height: auto;
        padding: 10px 0;
        margin: 10px 0 0 0;
        float: left;
    }

    .ext_cta {
        float: right;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

        .ext_cta a {
            width: 48%;
            margin: 10px 1% 0 1% !important;
            padding: 13px 55px !important;
        }

    .ext_footer-menu img {
        display: block;
        margin: 0 0 20px 0;
    }


    .boot-menu {
        float: left;
        clear: both;
        width: 100%;
    }

    #ext_footer-bottom {
        display: none;
    }
}

@media only screen and (max-width: 639px) {
    .ext_select-menu {
        display: block;
    }

    #ext_TOCv3Menu {
        display: none;
    }

    div.ext_TOCv3 div.ext_MainMenuBar {
        margin: 0;
    }
}


@media only screen and (max-width: 479px) {
    #ext_logo a img {
        width: 280px;
    }

    .ext_cta {
        padding: 0 10px;
    }

        .ext_cta a {
            width: 100%;
            margin: 10px 0 0 0 !important;
        }

    a.cls-f-Left {
        left: auto;
        right: 0px;
    }

    .cls-f-signup {
        left: -17px;
    }
}

.ext_login-info a {
    float: left !important;
}

a.cls-f-Left {
    border-radius: 0px;
    color: #FFFFFF !important;
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin-left: 20px;
    margin-top: 5px;
    padding: 3px 0;
    text-align: center;
    text-decoration: none;
    width: 50px;
}

.cls-f-signup {
    border-radius: 0;
    color: #FFFFFF !important;
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin-left: 20px;
    margin-top: 5px;
    padding: 3px 0;
    text-align: center;
    text-decoration: none;
    width: 50px;
}

/*
* Based on Skeleton by Dave Gamache (www.ext_getskeleton.ext_com)
* Modified by Vasterad
*/


/* Table of Contents
==================================================
    #ext_Base 960 Grid
    #ext_Tablet (Portrait)
    #ext_Mobile (Portrait)
    #ext_Mobile (Landscape)
    #ext_Clearing */


/* #ext_Base 960 Grid
================================================== */

.ext_container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

    .ext_container.ext_floated {
        width: 1020px;
    }

    .ext_container .ext_column,
    .ext_container .ext_columns {
        float: left;
        display: inline;
        margin-left: 10px;
        margin-right: 10px;
    }

.ext_row {
    margin-bottom: 20px;
}

/* Nested Column Classes */
#ext_content {
    overflow: hidden;
}

.ext_column.ext_alpha, .ext_columns.ext_alpha {
    margin-left: 0;
}

.ext_column.ext_omega, .ext_columns.ext_omega {
    margin-right: 0;
}

.ext_container .ext_floated {
    float: left;
    display: inline;
    margin: 0;
    padding: 0 40px;
}

.ext_blank.ext_floated {
    float: left;
    display: inline;
    margin: 0;
    width: 960px;
    padding: 0 30px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background: #fcfcfc;
    -webkit-box-shadow: inset 0px 2px 0px 0px #ext_f7f7f7, inset 0px -2px 0px 0px #ext_f7f7f7;
    box-shadow: inset 0px 2px 0px 0px #ext_f7f7f7, inset 0px -2px 0px 0px #ext_f7f7f7;
}


/* Equal Sidebar */
.ext_floated.ext_sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
}

    .ext_floated.ext_sidebar.ext_right {
        float-right;
        right: 0;
        left: auto;
    }

    .ext_floated.ext_sidebar.ext_left {
        float: left;
        left: 0;
        right: auto;
    }

.ext_floated.ext_right {
    float: right;
}


/* Base Grid */
.ext_container .ext_one.ext_column,
.ext_container .ext_one.ext_columns,
.ext_container .ext_one.ext_floated {
    width: 40px;
}

.ext_container .ext_two.ext_columns,
.ext_container .ext_two.ext_floated {
    width: 100px;
}

.ext_container .ext_three.ext_columns,
.ext_container .ext_three.ext_floated {
    width: 160px;
}

.ext_container .ext_four.ext_columns,
.ext_container .ext_four.ext_floated {
    width: 220px;
}

.ext_container .ext_five.ext_columns,
.ext_container .ext_five.ext_floated {
    width: 161px;
}

.ext_container .ext_six.ext_columns,
.ext_container .ext_six.ext_floated {
    width: 340px;
}

.ext_container .ext_seven.ext_columns,
.ext_container .ext_seven.ext_floated {
    width: 400px;
}

.ext_container .ext_eight.ext_columns,
.ext_container .ext_eight.ext_floated {
    width: 460px;
}

.ext_container .ext_nine.ext_columns,
.ext_container .ext_nine.ext_floated {
    width: 520px;
}

.ext_container .ext_ten.ext_columns,
.ext_container .ext_ten.ext_floated {
    width: 580px;
}

.ext_container .ext_eleven.ext_columns,
.ext_container .ext_eleven.ext_floated {
    width: 640px;
}

.ext_container .ext_twelve.ext_columns,
.ext_container .ext_twelve.ext_floated {
    width: 700px;
}

.ext_container .ext_thirteen.ext_columns,
.ext_container .ext_thirteen.ext_floated {
    width: 760px;
}

.ext_container .ext_fourteen.ext_columns,
.ext_container .ext_fourteen.ext_floated {
    width: 820px;
}

.ext_container .ext_fifteen.ext_columns,
.ext_container .ext_fifteen.ext_floated {
    width: 880px;
}

.ext_container .ext_sixteen.ext_columns,
.ext_container .ext_sixteen.ext_floated {
    width: 940px;
}


.ext_container .ext_one-third.ext_column {
    width: 300px;
}

.ext_container .ext_two-thirds.ext_column {
    width: 620px;
}


/* Offsets */
.ext_container .ext_offset-by-one {
    padding-left: 60px;
}

.ext_container .ext_offset-by-two {
    padding-left: 120px;
}

.ext_container .ext_offset-by-three {
    padding-left: 180px;
}

.ext_container .ext_offset-by-four {
    padding-left: 240px;
}

.ext_container .ext_offset-by-five {
    padding-left: 300px;
}

.ext_container .ext_offset-by-six {
    padding-left: 360px;
}

.ext_container .ext_offset-by-seven {
    padding-left: 420px;
}

.ext_container .ext_offset-by-eight {
    padding-left: 480px;
}

.ext_container .ext_offset-by-nine {
    padding-left: 540px;
}

.ext_container .ext_offset-by-ten {
    padding-left: 600px;
}

.ext_container .ext_offset-by-eleven {
    padding-left: 660px;
}

.ext_container .ext_offset-by-twelve {
    padding-left: 720px;
}

.ext_container .ext_offset-by-thirteen {
    padding-left: 780px;
}

.ext_container .ext_offset-by-fourteen {
    padding-left: 840px;
}

.ext_container .ext_offset-by-fifteen {
    padding-left: 900px;
}


/* Pricing Tables */
.ext_five-tables .ext_pricing-table {
    width: 187px;
}

.ext_four-tables .ext_pricing-table {
    width: 234px;
}

.ext_three-tables .ext_pricing-table {
    width: 312px;
}

.ext_two-tables .ext_pricing-table {
    width: 469px;
}


/* #ext_Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .ext_container {
        width: 678px;
    }

    .banner-left
    {
        width: 100%;    
    }

    .bannr-right-bg
    {
        width: 100%;        
        height: auto;
    }

        .ext_container.ext_floated {
            width: 714px;
        }

        .ext_container .ext_column,
        .ext_container .ext_columns {
            margin-left: 7px;
            margin-right: 7px;
        }

    .ext_column.ext_alpha, .ext_columns.ext_alpha {
        margin-left: 0;
        margin-right: 7px;
    }

    .ext_column.ext_omega, .ext_columns.ext_omega {
        margin-right: 0;
        margin-left: 7px;
    }

    .ext_alpha.ext_omega {
        margin-left: 0;
        margin-right: 0;
    }


    .ext_container .ext_floated {
        margin: 0;
        padding: 0 28px;
    }

    .ext_blank.ext_floated {
        width: 678px;
        padding: 0 18px;
    }

    .ext_container .ext_one.ext_column,
    .ext_container .ext_one.ext_columns,
    .ext_container .ext_one.ext_floated {
        width: 28px;
    }

    .ext_container .ext_two.ext_columns,
    .ext_container .ext_two.ext_floated {
        width: 70px;
    }

    .ext_container .ext_three.ext_columns,
    .ext_container .ext_three.ext_floated {
        width: 112px;
    }

    .ext_container .ext_four.ext_columns,
    .ext_container .ext_four.ext_floated {
        width: 154px;
    }

    .ext_container .ext_five.ext_columns,
    .ext_container .ext_five.ext_floated {
        width: 196px;
    }

    .ext_container .ext_six.ext_columns,
    .ext_container .ext_six.ext_floated {
        width: 238px;
    }

    .ext_container .ext_seven.ext_columns,
    .ext_container .ext_seven.ext_floated {
        width: 280px;
    }

    .ext_container .ext_eight.ext_columns,
    .ext_container .ext_eight.ext_floated {
        width: 322px;
    }

    .ext_container .ext_nine.ext_columns,
    .ext_container .ext_nine.ext_floated {
        width: 364px;
    }

    .ext_container .ext_ten.ext_columns,
    .ext_container .ext_ten.ext_floated {
        width: 406px;
    }

    .ext_container .ext_eleven.ext_columns,
    .ext_container .ext_eleven.ext_floated {
        width: 448px;
    }

    .ext_container .ext_twelve.ext_columns,
    .ext_container .ext_twelve.ext_floated {
        width: 490px;
    }

    .ext_container .ext_thirteen.ext_columns,
    .ext_container .ext_thirteen.ext_floated {
        width: 532px;
    }

    .ext_container .ext_fourteen.ext_columns,
    .ext_container .ext_fourteen.ext_floated {
        width: 574px;
    }

    .ext_container .ext_fifteen.ext_columns,
    .ext_container .ext_fifteen.ext_floated {
        width: 616px;
    }

    .ext_container .ext_sixteen.ext_columns,
    .ext_container .ext_sixteen.ext_floated {
        width: 658px;
    }

    .ext_container .ext_one-third.ext_column {
        width: 212px;
    }

    .ext_container .ext_two-thirds.ext_column {
        width: 438px;
    }


    /* Offsets */
    .ext_container .ext_offset-by-one {
        padding-left: 48px;
    }

    .ext_container .ext_offset-by-two {
        padding-left: 96px;
    }

    .ext_container .ext_offset-by-three {
        padding-left: 144px;
    }

    .ext_container .ext_offset-by-four {
        padding-left: 192px;
    }

    .ext_container .ext_offset-by-five {
        padding-left: 240px;
    }

    .ext_container .ext_offset-by-six {
        padding-left: 288px;
    }

    .ext_container .ext_offset-by-seven {
        padding-left: 336px;
    }

    .ext_container .ext_offset-by-eight {
        padding-left: 384px;
    }

    .ext_container .ext_offset-by-nine {
        padding-left: 432px;
    }

    .ext_container .ext_offset-by-ten {
        padding-left: 480px;
    }

    .ext_container .ext_offset-by-eleven {
        padding-left: 528px;
    }

    .ext_container .ext_offset-by-twelve {
        padding-left: 576px;
    }

    .ext_container .ext_offset-by-thirteen {
        padding-left: 624px;
    }

    .ext_container .ext_offset-by-fourteen {
        padding-left: 672px;
    }

    .ext_container .ext_offset-by-fifteen {
        padding-left: 720px;
    }


    /* Pricing Tables */
    .ext_five-tables .ext_pricing-table {
        width: 130px;
    }

    .ext_four-tables .ext_pricing-table {
        width: 163px;
    }

    .ext_three-tables .ext_pricing-table {
        width: 218px;
    }

    .ext_two-tables .ext_pricing-table {
        width: 328px;
    }
}


/*  #ext_Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
    .ext_container,
    .ext_container.ext_floated {
        width: 260px;
    }

    .banner-left
    {
        width: 100%;    
    }

    .bannr-right-bg
    {
        width: 100%;        
        height: auto;
    }

        .ext_container .ext_columns,
        .ext_container .ext_column {
            margin: 0;
        }

        .ext_container .ext_floated {
            float: left;
            padding: 0 30px;
        }

    .ext_floated.ext_sidebar {
        position: relative;
    }

    .ext_container .ext_one.ext_column,
    .ext_container .ext_one.ext_columns,
    .ext_container .ext_one.ext_floated,
    .ext_container .ext_two.ext_columns,
    .ext_container .ext_two.ext_floated,
    .ext_container .ext_three.ext_columns,
    .ext_container .ext_three.ext_floated,
    .ext_container .ext_four.ext_columns,
    .ext_container .ext_four.ext_floated,
    .ext_container .ext_five.ext_columns,
    .ext_container .ext_five.ext_floated,
    .ext_container .ext_six.ext_columns,
    .ext_container .ext_six.ext_floated,
    .ext_container .ext_seven.ext_columns,
    .ext_container .ext_seven.ext_floated,
    .ext_container .ext_eight.ext_columns,
    .ext_container .ext_eight.ext_floated,
    .ext_container .ext_nine.ext_columns,
    .ext_container .ext_nine.ext_floated,
    .ext_container .ext_ten.ext_columns,
    .ext_container .ext_ten.ext_floated,
    .ext_container .ext_eleven.ext_columns,
    .ext_container .ext_eleven.ext_floated,
    .ext_container .ext_twelve.ext_columns,
    .ext_container .ext_twelve.ext_floated,
    .ext_container .ext_thirteen.ext_columns,
    .ext_container .ext_thirteen.ext_floated,
    .ext_container .ext_fourteen.ext_columns,
    .ext_container .ext_fourteen.ext_floated,
    .ext_container .ext_fifteen.ext_columns,
    .ext_container .ext_fifteen.ext_floated,
    .ext_container .ext_sixteen.ext_columns,
    .ext_container .ext_sixteen.ext_floated,
    .ext_container .ext_one-third.ext_column,
    .ext_container .ext_two-thirds.ext_column {
        width: 260px;
    }


    /* Offsets */
    .ext_container .ext_offset-by-one,
    .ext_container .ext_offset-by-two,
    .ext_container .ext_offset-by-three,
    .ext_container .ext_offset-by-four,
    .ext_container .ext_offset-by-five,
    .ext_container .ext_offset-by-six,
    .ext_container .ext_offset-by-seven,
    .ext_container .ext_offset-by-eight,
    .ext_container .ext_offset-by-nine,
    .ext_container .ext_offset-by-ten,
    .ext_container .ext_offset-by-eleven,
    .ext_container .ext_offset-by-twelve,
    .ext_container .ext_offset-by-thirteen,
    .ext_container .ext_offset-by-fourteen,
    .ext_container .ext_offset-by-fifteen {
        padding-left: 0;
    }


    /* Pricing Tables */
    .ext_five-tables .ext_pricing-table,
    .ext_four-tables .ext_pricing-table,
    .ext_three-tables .ext_pricing-table,
    .ext_two-tables .ext_pricing-table {
        width: 260px;
    }
}


/* #ext_Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ext_container {
        width: 360px;
    }

    .banner-left
    {
        width: 100%;    
    }

    .bannr-right-bg
    {
        width: 100%;   
        height: auto;     
    }

        .ext_container .ext_columns,
        .ext_container .ext_column {
            margin: 0;
        }

        .ext_container .ext_floated {
            float: left;
            padding: 0 30px;
        }

    .ext_floated.ext_sidebar {
        position: relative;
    }

    .ext_container .ext_one.ext_column,
    .ext_container .ext_one.ext_columns,
    .ext_container .ext_one.ext_floated,
    .ext_container .ext_two.ext_columns,
    .ext_container .ext_two.ext_floated,
    .ext_container .ext_three.ext_columns,
    .ext_container .ext_three.ext_floated,
    .ext_container .ext_four.ext_columns,
    .ext_container .ext_four.ext_floated,
    .ext_container .ext_five.ext_columns,
    .ext_container .ext_five.ext_floated,
    .ext_container .ext_six.ext_columns,
    .ext_container .ext_six.ext_floated,
    .ext_container .ext_seven.ext_columns,
    .ext_container .ext_seven.ext_floated,
    .ext_container .ext_eight.ext_columns,
    .ext_container .ext_eight.ext_floated,
    .ext_container .ext_nine.ext_columns,
    .ext_container .ext_nine.ext_floated,
    .ext_container .ext_ten.ext_columns,
    .ext_container .ext_ten.ext_floated,
    .ext_container .ext_eleven.ext_columns,
    .ext_container .ext_eleven.ext_floated,
    .ext_container .ext_twelve.ext_columns,
    .ext_container .ext_twelve.ext_floated,
    .ext_container .ext_thirteen.ext_columns,
    .ext_container .ext_thirteen.ext_floated,
    .ext_container .ext_fourteen.ext_columns,
    .ext_container .ext_fourteen.ext_floated,
    .ext_container .ext_fifteen.ext_columns,
    .ext_container .ext_fifteen.ext_floated,
    .ext_container .ext_sixteen.ext_columns,
    .ext_container .ext_sixteen.ext_floated,
    .ext_container .ext_one-third.ext_column,
    .ext_container .ext_two-thirds.ext_column {
        width: 360px;
    }

    /* Pricing Tables */
    .ext_five-tables .ext_pricing-table,
    .ext_four-tables .ext_pricing-table,
    .ext_three-tables .ext_pricing-table,
    .ext_two-tables .ext_pricing-table {
        width: 360px;
    }
}


/* #ext_Clearing
================================================== */

/* Self Clearing Goodness */
.ext_container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.ext_clearfix:before,
.ext_clearfix:after,
.ext_row:before,
.ext_row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.ext_row:after,
.ext_clearfix:after {
    clear: both;
}

.ext_row,
.ext_clearfix {
    zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.ext_clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.ext_container .ext_floated {
    display: inline;
    float: left;
    margin: 0;
    padding: 0 40px;
}

.ext_blank.ext_floated {
    background: none repeat scroll 0 0 #FCFCFC;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    display: inline;
    float: left;
    margin: 0;
    padding: 0 30px;
    width: 100%;
}

.ext_container .ext_four.ext_columns, .ext_container .ext_four.ext_floated {
    width: 220px;
}

.ext_container .ext_column, .ext_container .ext_columns {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.ext_portfolio-item img {
    height: auto;
    max-width: 100%;
}

.riskfreetrial {
    color: #F88C1D !important;
}

.ext_topborder-content {
    width: 100%;
    background: #E1E1E1;
    height: 1px;
}

bold-indication {
    color: #7A7877;
    font-weight: bold;
}

benefits {
    color: #FF9900;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
}

.signup-pricing-button {
    background-color: #F88C1D;
    border: 1px solid #F88C1D;
    color: #FFFFFF !important;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 7px;
    width: 98%;
}

.features-heading, .features-heading a, .features-heading a:hover {
    font-size: 24px;
    text-decoration: none !important;
    color: #169FE6 !important;
    cursor: default;
}

.btn-cancel {
    background-color: #FFFFFF !important;
    border: 1px solid #CCCCCC !important;
    color: #333333 !important;
}

.pagerButton a {
    border: solid 1px #B6B6B6;
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #F3F3F3), color-stop(1, #E6E6E6));
    -webkit-border-radius: 3px;
    padding: 6px 9px 6px 9px;
    border-radius: 3px;
    text-decoration: none;
    font: 12px 'Tahoma';
}

.NewPagination {
    word-wrap: break-word;
    width: 85%;
}

    .NewPagination a {
        border: solid 1px #B6B6B6;
        background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #F3F3F3), color-stop(1, #E6E6E6));
        -webkit-border-radius: 3px;
        padding: 6px 9px 6px 9px;
        border-radius: 3px;
        text-decoration: none;
        font: 12px 'Tahoma';
        color: #169FE6 !important;
        display: inline-block;
        margin-bottom: 10px !important;
    }

    .NewPagination span span {
        border: solid 1px #B6B6B6;
        background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #F3F3F3), color-stop(1, #E6E6E6));
        -webkit-border-radius: 3px;
        padding: 6px 9px 6px 9px;
        border-radius: 3px;
        text-decoration: none;
        font: 12px 'Tahoma';
        background: #FFFFFF;
        margin-bottom: 10px !important;
        display: inline-block;
    }

.ext_icon-box-container h1, .ext_icon-box-container h2 {
    font-weight: bold;
}

h1, h2, h3, h4 {
    font-weight: bold;
}

.create-account {
    color: #FF9000;
    display: block;
    font-size: 14px;
    margin: 10px 0 50px;
}


.ext_ItemTitle .level2 {
    display: none;
    left: 9px !important;
    position: absolute !important;
    width: 200px !important;
}

    .ext_ItemTitle .level2 li {
        background-color: #D7D7D7 !important;
        padding: 10px !important;
        width: 200px !important;
    }

.ext_ItemTitle a:hover + .sub-menu, .ext_ItemTitle .sub-menu:hover {
    display: block !important;
}

.fancybox-wrap {
    top: 100px !important;
}

.readmore-price {
    font-size: 18px;
    font-weight: bold;
}

.imgDefaultMlp {
    margin: 0 auto;
}

.bgMlpFooter {
    background: none repeat scroll 0% 0% rgb(221, 221, 221);
}

.blog-content h3 {
    color: #0088FF;
    font-family: "Lato",sans-serif;
    font-weight: 400;
    font-size: 21px;
}

.blog-Content p {
    color: #34495e;
    font-family: "Lato",sans-serif;
    font-weight: 300;
    font-size: 22px;
}

.cntTextAlign p {
    text-align: justify;
}

.ext_cta .clsFreeTrial {
    background-color: #ef5a34 !important;
    border-color: #00b478 !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-size: 18px !important;
    margin-top: 30px !important;
    padding: 15px 27px !important;
}

    .ext_cta .clsFreeTrial:hover {
        background-color: #ef5a34 !important;
        border-color: #00b478 !important;
        border-radius: 4px !important;
        color: #fff !important;
        font-size: 18px !important;
        margin-top: 30px !important;
        padding: 13px 27px !important;
        text-decoration: none !important;
    }

.quote-v1 {
    background: none repeat scroll 0 0 #f8981d;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
}

    .quote-v1 span {
        color: #fff;
        display: inline-block;
        font-size: 22px;
        font-weight: 300;
        line-height: 26px;
        margin: 13px 5px 8px;
    }

.text-right {
    text-align: right;
}

.quote-v1 a.btn-transparent {
    background: #7c858e;
    color: #fff;
    font-size: 16px;
    padding: 8px 18px;
    text-decoration: none;
    white-space: nowrap;
}

.quote-v1 a {
    display: inline-block;
    margin: 5px;
}

    .quote-v1 a.btn-transparent:hover {
        background: #7c858e;
        color: #fff;
        font-size: 16px;
        padding: 8px 18px;
        text-decoration: none;
        white-space: nowrap;
    }

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.clsAffiliateContent ul li {
    list-style: outside none disc !important;
    margin-left: 15px;
    text-align: justify;
}

.clsAffiliateContent {
    font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 13px !important;
}

    .clsAffiliateContent li {
        line-height: 22px !important;
    }

.aligned .custom {
    text-align: left;
}

.aligned label {
    text-align: left;
    padding-left: 5px;
}


.start-explor {
    font-family: Helvetica,Arial,sans-serif;
    margin: 0 0 0.5em;
    text-align: center;
    color: #373737;
}

/*New sign up on home*/

.registration {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: -1px 0 9px 0 rgba(0, 0, 0, 0.65);
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

    .registration .heading {
        background: #0487F9 none repeat scroll 0 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        float: left;
        text-align: center;
        width: 100%;
    }

        .registration .heading h4 {
            color: #fff;
            font-size: 20px;
            margin: 10px 10px;
        }

.content_body {
    float: left;
    padding: 10px;
    width: 100%;
}

.by_two {
    float: left;
    width: 33% !important;
}

.by_two_last {
    float: left;
    margin-left: 2%;
    width: 33% !important;
}

.by_three {
    float: left;
    width: 21% !important;
}

.by_three_last {
    float: left;
    margin-left: 2%;
    width: 21% !important;
}

.by_seven_last {
    float: left;
    margin-left: 2%;
    width: 45%;
}

.checkbx input[type="checkbox"] {
    float: left;
    height: 18px;
    margin-right: 5px;
}

.checkbx p {
    float: left;
    font-size: 12px;
    margin-top: 4px;
}

.checkbx a {
    color: #e54515;
}

    .checkbx a:hover {
        color: #131313;
    }

.reg_btn {
    background: #43ac1e none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 8px 14px;
    text-transform: uppercase;
}

.acc_btn {
    background: #e54515 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 8px 14px;
    text-transform: uppercase;
}

    .acc_btn:hover {
        color: #000;
    }

.reg_btn:hover {
    color: #000;
}

.section_bar {
    background: #d71818 none repeat scroll 0 0;
    padding: 0;
}

    .section_bar p {
        color: #fff;
    }

    .section_bar h1 {
        margin-top: 25px;
    }

/*.registration .form-group span {
    float: left;
    font-size: 13px;
    line-height: 35px;
    width: 33%;
    padding-left: 5px;
}*/

.registration .form-control {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 13px;
    height: 34px;
    line-height: 1.42857;
    padding: 3px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 98%;
}

.registration .form-group {
    margin-bottom: 8px;
    margin-top: 8px;
}

.chkIg {
    width: 18px !important;
}

.registration .start-trial {
    background-color: #f88c1d;
    background-image: linear-gradient(to bottom, #f88c1d 0%, #f88c1d 100%) !important;
    border-collapse: separate;
    border-radius: 4px;
    border-style: none;
    color: White !important;
    cursor: pointer;
    display: inline-block !important;
    font-family: "Segoe UI",Helvetica,Verdana,sans-serif;
    font-size: 16px !important;
    font-weight: normal !important;
    height: auto;
    line-height: 24px !important;
    margin-top: 14px !important;
    padding: 11px 63px 15px;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(48, 17, 0, 0.25);
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
}

.registration a {
    color: #169fe6;
}

.registration .required-label {
    color: red;
    float: none;
    display: inline-block;
}

.registration .required-label-message {
    color: red;
    float: none;
    display: inline-block;
    width: 68% !important;
}

.txtE {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #bbb !important;
    border-radius: 2px !important;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
    color: #888888;
    display: block;
    font-size: 15px !important;
    margin: 4px !important;
    outline: medium none;
    padding: 5px 1px !important;
    width: 98%;
}

/*New signup end*/

.home-feature
{
    padding-left: 10px;    
}

.home-feature li
{
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10px;
    transition: all 500ms ease 0s;
}

.home-feature li:hover
{
    border-bottom: 1px solid #f88c1d;    
}

.home-feature li h3
{
    /*background: rgba(0, 0, 0, 0) url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUyIDQyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48ZyBpZD0iY3JlYXRvciIgc3R5bGU9ImZpbGw6ICNhMGEyYTYiPjxwYXRoIGQ9Ik0yNiwyMi41TDcuMSw3LjVINDVMMjYsMjIuNXogTTI2LDI3LjRMNywxMi40djIyLjFoMzhWMTIuNEwyNiwyNy40eiIvPjwvZz48L3N2Zz4=") no-repeat scroll 0 0;*/
}

.home-feature .icon-style
{
    color: #f88c1d;
    float: left;
    font-size: 32px;    
}

.home-feature li h3 a
{
    /*padding: 0px 0px 0px 47px; */
    font-size: 20px; 
    font-weight: normal; 
    color: #f88c1d !important; 
    text-decoration: underline;    
}

.home-feature li p
{
    padding-left:47px;    
}

.cotent-bar
{
    padding: 20px 0px; 
    background-color: #169fe6; 
    color: #fff;    
}

.try-now-button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ff7519 0px, #ff5019 100%) repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.2) inset;
    color: #fff !important;
    display: inline-block;
    font-family: HelveticaNeueW02-45Ligh,Helvetica,Arial,sans-serif;
    font-size: 40px;
    font-weight: 300;
    padding: 35px 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.try-now-button:hover
{
    color:#ffffff;    
}

.try-now-parent
{
    padding: 20px 5px;
    text-align: center;    
}

@media only screen and (min-width:510px) and (max-width: 570px)
{
    .try-now-button 
    {
        font-size:35px;
    }
}

@media only screen and (max-width: 510px)
{
    .try-now-button 
    {
        font-size:25px;
    }
}

.icon-md {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    color: #fff;
    display: block !important;
    font-size: 36px;
    height: 68px !important;
    line-height: 68px !important;
    margin-right: 10px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 68px !important;
}

.media:hover .icon-md {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}

.media h3, .media h3 a
{
    color: #fff;  
    font-size: 16px; 
}

