﻿* {
  -webkit-font-smoothing:antialiased !important;
  -webkit-text-size-adjust: auto ;
} 
body{background-color:#FFF;color:#333; font-weight:300;font-family:'Poppins:300','Open Sans',Helvetica,Arial,sans-serif;font-size:15px;line-height:20px;margin:0;padding:0;}

h1,h2,h3,h4{font-family:inherit;font-weight:400;text-rendering:optimizelegibility;color:#2C3383;}
h1,h2{line-height:40px;}
h1{font-size:35px; margin:0 0 35px  0;}
h2{font-size:28px;margin:0 0 34px;}
h3{font-size:24px;margin:0 0 30px;}
h4{font-size:16px;margin:0 0 30px;}

 
.eyechart  
{ margin:90px 0 0 0;
}

.eyechart h1
{font-size:55px; color:#fff;margin:0 0 6px;
}
.eyechart h2{font-size:35px; color:#fff;margin:0 0 6px;}
.eyechart h3{font-size:18px; color:#fff;margin:0 0 6px;}
.eyechart h4{font-size:9px; color:#fff;margin:0 0 6px;}
 
.home h3
{ text-align:center
}
p{font-size:15px;margin:0 0 16px;line-height:20px; font-weight:300}

a{color:#293189;text-decoration:none;
    font-weight:400;
}
a:hover{color:#171C4E;}
a:focus{outline:0 none ; }
a:hover,a:active{outline:0 none;}

strong{font-weight:600;}
img{border:0 none;height:auto;max-width:100%;vertical-align:middle;}

ul,ol{margin:0;padding:0; list-style:none}
ul ul,ul ol,ol ol,ol ul{margin-bottom:0;}
li{line-height:20px;}
ul.unstyled,ol.unstyled{list-style:none outside none;margin-left:0;}
ul.text,ol.text{margin: 0 0 40px 30px; padding: 0;}
ul.text li,ol.text li{ list-style-type:disc; margin: 0 0 6px 0;
        padding: 0 0 0 12px;}

form{margin:0 0 20px;}  

label,input,button,select,textarea{font-size:13px;font-weight:400;line-height:20px;}
input,button,select,textarea{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;}
label{display:block;margin-bottom:5px;}

.form  
{clear:both; overflow:hidden;margin:0 0 30px 0
}
.form .control
{ float:left; margin:0 12px 0 0
}

.footnote
{ clear:both; font-size:12px; font-style:italic
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #666666;
    display: inline-block;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}

input, textarea, .uneditable-input
{
    width: 206px;
}

textarea
{
    height: auto;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{
    background-color: #FFFFFF; 
    border: 1px solid #CCCCCC; 
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus
    {
        border-color: #293189;
        box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
        -webkit-box-shadow:  0 0 8px rgba(82, 168, 236, 0.6);
        -moz-box-shadow:  0 0 8px rgba(82, 168, 236, 0.6);
        outline: 0 none;
    }

input[type="radio"], input[type="checkbox"]
{
    cursor: pointer;
    line-height: normal;
    margin: 4px 0 0;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"]
{
    width: auto;
}

select, input[type="file"]
{
    height: 30px;
    line-height: 30px;
}

select
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}


    select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus
    {
        outline: thin dotted #333333;
        outline-offset: -2px;
    }
  

input:-moz-placeholder, textarea:-moz-placeholder
{
    color: #999999;
}

.radio, .checkbox
{
    min-height: 20px;
    padding-left: 20px;
}

    .radio input[type="radio"], .checkbox input[type="checkbox"]
    {
        float: left;
        margin-left: -20px;
    }


.radio.inline, .checkbox.inline
{
    display: inline-block;
    margin-bottom: 0;
    padding-top: 5px;
    vertical-align: middle;
}

    .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline
    {
        margin-left: 10px;
    }

.input-mini
{
    width: 60px;
}

.input-small
{
    width: 90px;
}

.input-medium
{
    width: 170px;
}

.input-large
{
    width: 210px;
}

.input-xlarge
{
    width: 270px;
}

.input-xxlarge
{
    width: 370px;
}

 
input, textarea
{
    margin-left: 0;
}


.btn
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #BBBBBB #BBBBBB #A2A2A2;
    border-image: none;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

    .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled]
    {
        background-color: #E6E6E6;
        color: #333333;
    }

    .btn:active, .btn.active
    {
    }

    .btn:first-child
    {
    }

    .btn:hover
    {
        background-color: #E6E6E6;
        background-position: 0 -15px;
        color: #333333;
        text-decoration: none;
        transition: background-position 0.1s linear 0s;
    }

    .btn:focus
    {
        outline: thin dotted #333333;
        outline-offset: -2px;
    }

    .btn.active, .btn:active
    {
        background-color: #E6E6E6;
        background-image: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        outline: 0 none;
    }

    .btn.disabled, .btn[disabled]
    {
        background-color: #E6E6E6;
        background-image: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        cursor: default;
        opacity: 0.65;
    }

.btn-jumbo
{
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size: 22.75px;
    padding: 16px 38px;
}

.btn-large
{
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 16.25px;
    padding: 11px 19px;
}


.btn-small
{
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 11.05px;
    padding: 2px 10px;
}

.btn-mini
{
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 9.75px;
    padding: 1px 6px;
}

.btn-block
{
    -moz-box-sizing: border-box;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

    .btn-block + .btn-block
    {
        margin-top: 5px;
    }

input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"]
{
    width: 100%;
}

.btn-blue.active, .btn-orange.active
{
    color: rgba(255, 255, 255, 0.75);
}

.btn
{
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-blue
{
    background-color: #20266A;
    background-image: linear-gradient(to bottom, #293189, #12153A);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-blue:hover, .btn-blue:active, .btn-blue.active, .btn-blue.disabled, .btn-primary[disabled]
    {
        background-color: #12153A;
        color: #FFFFFF;
    }

.btn-orange
{
    background-color: #FAA732;
    background-image: linear-gradient(to bottom, #FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-orange:hover, .btn-orange:active, .btn-orange.active, .btn-orange.disabled, .btn-orange[disabled]
    {
        background-color: #F89406;
        color: #FFFFFF;
    }

.btn-inverse
{
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled]
    {
        background-color: #222222;
        color: #FFFFFF;
    }

    .btn-inverse:active, .btn-inverse.active
    {
    }

#page
{
    position: relative;
}

header
{
    color: #333 /*{b-bar-color}*/;
    text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 1px /*{b-bar-shadow-radius}*/ #ddd /*{b-bar-shadow-color}*/;
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
    text-decoration: none; 
    top: 0;
    position: fixed; 
    width: 100%;
    z-index: 1000;
    height: 50px;
}

#content
{
    padding: 50px 0 0px 0;
}

footer
{
    text-decoration: none;
}
.ui-header, .ui-footer
{
    border-left-width: 0;
    border-right-width: 0; 
}
.ui-footer
{ 
    position: relative;
}

.ui-page
{
    margin: 0;
    padding: 0;
}

.ui-header
{
    font-size: 12px;
}

    .ui-header .logo
    {
        float: left;
        padding: 6px 22px 0;
    }

    .ui-header .user
    {
        float: right;
        margin: 10px 24px 0 0;
        text-align: right;
    }

    .ui-header .buttons
    {
        background: url(/Images/ico-menu-i.png) no-repeat top left;
        cursor: pointer;
        display: block;
        float: right;
        margin: 10px 0px 0 0;
    }


    .ui-header .nav
    {
        display: block;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

        .ui-header .nav li
        {
            float: left;
        }

            .ui-header .nav li a
            {
                color: #777777;
                font-weight: 400;
                padding: 15px;
                text-decoration: none;
                text-shadow: 0 1px 0 #FFFFFF;
                display: block;
                font-size: 15px;
            }

            .ui-header .nav .active a, .ui-header .nav li.active a:hover
            {
                background-color: #243374;
                box-shadow: 0 3px 8px rgba(24, 29, 92, 1) inset;
                -webkit-box-shadow: 0 3px 8px rgba(24, 29, 92, 1) inset;
                -moz-box-shadow: 0 3px 8px rgba(24, 29, 92, 1) inset;
                color: #ffffff !important;
                text-decoration: none;
            }

            .ui-header .nav li a:active, .ui-header .nav li a:hover
            {
                color: #243374 !important;
            }
 

.container
{
    margin-left: auto;
    margin-right: auto;
    width: 940px;
    overflow: hidden;
}

.ui-conent .container
{
    margin-bottom: 60px;
}

.section.hero
{
    background: #fff;
    background: url('/Images/bg-y.png') top center repeat-x;
    overflow: hidden;
    color:#fff
    
}
    .section.hero .container
    {
          margin-bottom: 0px;

    }
    .section.hero .bg
    {
        background: transparent url('/Images/bg.png') top center no-repeat;
    min-height:300px

    }

.hero h1, .hero h2, .hero p, .hero a
{
    color: #fff;
}

.hero .quicklinks 
{  
    margin: 0 0 40px 0;color:#293189;
}
.hero .quicklinks a
{
    color: #333;
    font-size:13px;
    font-weight:300
}
.hero .section-header
{
    margin: 50px 0 0;
}

.hero  .section-header p
{
    font-size:18px
}

.first .section-header
{
    margin: 50px 0 0;
}
.row
{
    clear: both;
    overflow: hidden;
}

    .row.cols-3, .row.cols-2, .row.cols-6, .row.cols-4 
    {
        margin: 0 0 0 -30px;
    }
  
    .row .col
    {
        float: left;
        margin: 0 0 0 30px;
    }
      footer .row .col
    { 
        margin: 0 0 0 0px;
    }

          footer .row .col.copyright
    {  
          width: 600px;
          line-height:18px
    }

      footer .row .col.menu 
    {  
          width: 180px;
    }

      
       footer .row .col.share 
    {  
          width: 140px;
          text-align:right
    }
        
.share a
{
    display:inline-block;
    padding:0 0 0 6px ;
    font-size:13px;
    font-weight:300
}
 footer .row .col.paypal
    {  
          width: 220px;
    }

    .row.centered .col
    {
        width: 223px;
    }

    .row.cols-2 .col
    {
        width: 455px;
    }

    .row.cols-3 .col
    {
        width: 293px;
    }

    .row.cols-6 .col
    {
        width: 130px;
        text-align: center;
    }

    .row.cols-4 .col
    {
        width: 212px;
        text-align: center;
    }
   .channels
{
        margin: 0 0 0  0px;
       

}

.bundleview .container
{
    margin-bottom: 0
}
.packageinfo
{
    clear:both; overflow: hidden; margin: 0 0 30px 0
}

.packageinfo .options
{
    float:right; width:300px;  
} 
.packageinfo .options ul
{
    clear:both; overflow:hidden; float:right
} 

.packageinfo .options li  
{
    display: block; float: left; font-size: 13px; padding: 0px 4px;  color: #333;  
}
.packageinfo .options li a 
{
    display: block;  font-size: 13px; padding: 3px 8px; background: none repeat scroll 0px 0px #fff; color: #333; border-radius: 5px 5px 5px 5px;
}

.packageinfo .options li span
{
    display: block;  font-size: 13px; padding: 3px 0px; background: none repeat scroll 0px 0px #fff; color: #333;  
}

.packageinfo .options li a.selected,
.packageinfo .options li a:hover
{
    display: block;  font-size: 13px; padding: 3px 8px; background: none repeat scroll 0px 0px orange; color: rgb(238, 238, 238); border-radius: 5px 5px 5px 5px;
}


.noborder
{border:  0 none !important
}

.nomargin
{margin:  0 auto  !important
}
.channels .channel 
{ 
 float:left; 
    margin: 0 0 0 0px;
    width:104px;
    text-align:center;
    height:140px

}
.channels .channel img
{
      width: 70px;
        text-align: center;
      border: 1px solid #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 70px;

}

.channels .channel .caption { color: #666666; padding: 9px; }
 

.section
{
    padding: 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.ui-conent .section
{
    margin: 0 0 60px;
}

.section-header
{
    margin: 0 0 30px 0;
}

footer.section
{
    background: none repeat scroll 0 0 #181d5c;
    color: #fff; 
    padding: 40px 0;
}

     footer.section a
    {
        color: #fff;
    }

#quick-contact.section
{
    background: none repeat scroll 0 0 #2C3383;
    color: #FFFFFF;
    padding: 60px 0;
}

    #quick-contact.section h4, #quick-contact.section .punch
    {
        color: #FFFFFF;
    }

.punch
{
    margin-bottom: 20px;
}

 footer p
{
    margin: 6px 0;
}

 footer
{
    font-size: 12px;
}
   

.ul-benefits
{
    margin: 0 0 30px 20px;
}

    .ul-benefits li
    {
        font-size: 15px;
        line-height: 30px;
        list-style-image: url("/Images/tick.png");
    }


.packages
{
    margin: 15px auto 40px;
    text-align: center;
    overflow: hidden;
    width: 860px;
    padding:15px 0

}

   .packages .package
    { 
        border:1px solid #EEEEEE;
        color: #333333;
        width: 230px;
        position:relative;
        padding:  12px;    
        margin: 0 0 0 30px;
        float:left; 
        height:340px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        background: #eee; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
       background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
 
    }

 .package.highlight {
       box-shadow: 0 0 15px 0 #181D5C;
        -webkit-box-shadow:  0 0 15px 0 #181D5C;
        -moz-box-shadow: 0 0 15px 0 #181D5C;
        border: 1px solid;
        height: 340px;
    margin-top: -10px; 
     padding-bottom: 22px;
    padding-top: 22px
    }
     

    .gradient {
       filter: none !important;
    }
   .packages h2
    {
        border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        color: #242A73;
        margin:0px; 
        font-size: 28px;  
    }

    .packages .price
    {
        font-size: 18px; 
        margin-bottom: 10px;
        padding:0 0 12px 0;
        border-bottom:1px solid #ddd
    }

         .packages .sub
    {
        
        font-weight:300; 
        font-size: 16px;  
        padding:0 0 6px
    } 

   .packages ul
    {
        list-style: none outside none;
        margin: 20px 0;
        padding: 0;
    min-height:140px;


    }

    .packages li
    { 
        padding: 0;
    }

.icon
{
    margin-bottom: 20px;
    text-align: center;
}

    .icon.round
    {
        border: 1px solid #DFDFDF;
        border-radius: 1000px;
        -moz-border-radius: 1000px;
        -webkit-border-radius: 1000px;
        display: block;
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin: 0 auto 20px auto;
    }

    .icon img
    {
        vertical-align: middle;
    }


.team .col
{
    text-align: left !important;
    min-height: 190px;
}

.team img
{
    border: 0px solid #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: block;
    line-height: 20px;
    transition: all 0.2s ease-in-out 0s;
    width: 90px;
    display: block; 
    max-width: 100%;
}

.team .caption
{
    color: #666666;
    margin:9px 0 20px  0; 
    font-weight:300
}
 
.team .meta
    {
        
        font-size: 12px;
        line-height: 18px;
margin:0 0 12px 0
    }
.bx-wrapper { position: relative; margin: 0; padding: 0; *zoom: 1; }
.bx-wrapper img { width: 70px; display: block; margin: 0 auto; max-width: 100%; border: 1px solid #fff; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.bx-wrapper .caption { color: #666666; padding: 9px; }
.bx-wrapper li { position: relative; transition: left 0.6s ease-in-out 0s; text-align: center; }
.bx-wrapper .bx-viewport {}
.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{ width:100%;}
.bx-wrapper .bx-loading{min-height:50px;background:url(/Images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000;}
.bx-wrapper .bx-pager { text-align: center; font-size: .85em; font-family: 'Poppins:300', sans-serif; font-weight: 700; color: #666; padding-top: 30px;}
.bx-wrapper .bx-pager .bx-pager-item { display: inline-block; *zoom: 1; *display: inline; } 
.bx-wrapper .bx-pager.bx-default-pager a { background:#666; text-indent:-9999px; display:block; width:10px; height:10px; margin:0 5px; outline:0 ;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active { background:#000; }
.bx-wrapper .bx-caption{ background:#666;background:rgba(80,80,80,0.75);width:100%;}
.bx-wrapper .bx-caption span{color:#fff; display:block;font-size:.85em;padding:10px;}


 
.timeline
{
    background-image: -moz-linear-gradient(left center, transparent, #2C3383, transparent);
    height: 2px;
    margin-top: 60px;
    overflow: visible;
}

    .timeline div > div
    {
        text-align: left;
        padding-top: 20px;
    }

    .timeline > div:before
    {
        background: url("/Images/marker.png") repeat scroll center center transparent;
        color: #DF8024;
        content: "·";
        display: block;
        float: left;
        height: 27px;
        left: 47%;
        margin-top: -16px;
        position: relative;
        text-align: center;
        width: 20px;
    }

.bundles
{ 
    margin: 30px auto  0px auto;
    text-align: center;
    overflow: hidden; 
    padding:4px 0
}
.bundles ul li
{
 float: left;
        margin: 0 0 0 30px;
    padding:0 0 30px;
        width: 212px;
        text-align: center;
        list-style-type:none
}

.bundles ul li.selected
    {background:url("/Images/ico-arrow.png") no-repeat scroll center bottom transparent
    }

.bundles ul li.selected a
    {  
        border-color: #293189; 
  box-shadow: 0 1px 4px #293189;
    -webkit-box-shadow: 0 1px 4px #293189;
    -moz-box-shadow: 0 1px 4px #293189;  }

.bundles ul li:hover
{
  background:url("/Images/ico-arrow.png") no-repeat scroll center bottom transparent

}
.bundles ul li a:hover
{
    border-color: #293189;
    box-shadow: 0 1px 4px #293189;
    -webkit-box-shadow: 0 1px 4px #293189;
    -moz-box-shadow: 0 1px 4px #293189; 

}
 
.bundles ul li a
{
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    padding: 20px;
    text-align: center;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    background: #eee; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
}

.bundles ul li .icon
    {
        display: block;
        height: 60px;
        width: 60px;
        margin: 0 auto;
    }
     
.bundles ul li h4
    { 
        margin: 12px auto;
    }
     
.bundles ul li p.meta
    {
        color: #666666;
        font-size: 13px;
        line-height: 18px;
margin:0
    }
     


.quote blockquote {
    background: url("/Images/bg-quote.png") no-repeat scroll 0 0 transparent; 
    font-style: italic;
    line-height: 25px;font-size:16px;font-weight:300;
    margin: 0 ;
    padding:0; 
}
.quote blockquote q {
    display: block;
    margin: 0 0 11px;
    quotes: none;
}
 
.quote .holder {
    background: url("/Images/bg-quote.png") no-repeat scroll -515px 100% transparent;
    padding:0 0 0 70px;
}
.noise  {
    height:280px
}
.noise blockquote {
    background: url("/Images/bg-quote.png") no-repeat scroll 0 0 transparent;  
    margin: 0 ;
    padding:0; 
}
.noise blockquote q {
    display: block;
    margin: 0 0 30px;
    quotes: none;
     font-style: italic;
    line-height: 40px;font-size:36px;font-weight:400;
}
 .noise blockquote cite {
  font-style:  normal;
  font-size:18px
}
.noise .holder {
    background: url("/Images/bg-quote.png") no-repeat scroll -100px 100% transparent;
    padding:0 0 0 70px;
}


.benefits .image  img
{
    margin:0 0 20px 0;    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.features .image  
{
    margin:0; 
    float:left
}

.features .text  
{
    margin:0 0 0 20px ; 
    float:left;
     width:370px
}
.features .text  h4
{
    margin:0 0  12px  0;  
}

.warning
{
    display:block;
    padding: 8px 18px;
    background-color:#fffeef;
    color:#333;
    border:1px solid red;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.tipsy { padding: 5px; font-size: 11px; background-repeat: no-repeat;  background-image: url('/Images/tipsy.gif'); }
.tipsy-inner { padding: 12px; background-color: #dfdfdf; color: #000; max-width: 200px;  }
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }


/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d; 
}

.field-validation-valid {
    display: none;
}

input.input-validation-error,
input:focus.input-validation-error {
    border: 1px solid #e80c4d;
      box-shadow: 0 0 8px rgba(255, 185, 185, 0.6);
        -webkit-box-shadow:  0 0 8px rgba(255, 185,185, 0.6);
        -moz-box-shadow: 0 0 8px rgba(255, 185, 185, 0.6);
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
      margin: 0 0 20px 0; 
      padding: 0px  0px  0px 90px;  
      min-height:110px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:url(/images/Alert-48.png) 10px 6px  no-repeat;
    color:red
 
}

.validation-summary-errors a { 
}

.validation-summary-errors ul {
  margin:0 0 0 40px;   
}


.validation-summary-errors span {
    margin: 0 0 12px 0; display:block; font-weight:400
}

.validation-summary-valid {
    display: none;
}



.accordion {
	margin: 0;
    padding:10px 0;  
 	border-top:#f0f0f0 1px solid;   
    text-decoration:none;   
    cursor: pointer
}
.accordion-open,
.collapse-open {
	font-weight:400;
    color:#293189
}
.accordion-open span,
.collapse-open span {
	display:block;
	float:right;
	padding:10px;
}
.accordion-open span,
.collapse-open span {
	background:url(/images/minus.png) center center no-repeat;
}
.accordion-close span,
.collapse-close span {
	display:block;
	float:right;
	background:url(/images/plus.png) center center no-repeat;
	padding:10px;
}
div.colcontainer {
	padding:0;
	margin:0;
}
div.colcontent { 
	margin: 0;
    padding:10px 0; 
}