.pages_main
{
    position: relative;
    width: 100%;
    height:100%;
    min-height: 100%;
    /*background-color:#dfdfdf;*/
}
.pages_main_center
{
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
    height:100%;
    min-height: 100%;
}
.pages_content_table {
    width: 100%;
    margin:0;
    height:100%;
    min-height: 100%;
}
.pages_content
{
    display: inline-block;
    width: 100%;
    margin:0;
    height:100%;
    min-height: 100%;
}
.pages_left
{
    vertical-align: top;
    text-align: left;
    width:50%;
    padding-right: 25px;
    height:100%;
    min-height: 100%;
    /*background-color:#dfdfdf;*/
}
.pages_center
{
    vertical-align: top;
    text-align: left;
    width:800px;
    min-width:800px;
    max-width:800px;
    height:100%;
    min-height: 100%;
    padding:26px 10px 34px 10px;
    /*border-left:1px solid #fdfdfd;*/
    /*border-right:1px solid #fdfdfd;*/
}
.pages_right
{
    vertical-align: top;
    text-align: left;
    width:50%;
    padding-left: 25px;
    height:100%;
    min-height: 100%;
    /*background-color:#dfdfdf;*/
}
.pages_header_left
{
    vertical-align: top;
    text-align: left;
    width:50%;
    padding-right: 25px;
    /*background-color:#dfdfdf;*/
}
.pages_header_center
{
    vertical-align: top;
    text-align: left;
    width:800px;
    min-width:800px;
    max-width:800px;
    /*border-left:1px solid #fdfdfd;*/
    /*border-right:1px solid #fdfdfd;*/
}
.pages_header_right
{
    vertical-align: top;
    text-align: left;
    width:50%;
    padding-left: 25px;
    /*background-color:#dfdfdf;*/
}
.pages_header_menu_a {
    display:inline-block;
    color:#888888 !important;
    text-decoration:none !important;
    transition: 0.2s linear;
    margin-right:10px;
}
.pages_header_menu_a:hover {
    color:#212121 !important;
    text-decoration:none !important;
}
.pages_header_menu_a_active {
    color:#000 !important;
}
.pages_header_menu_a_active:hover {
    opacity:0.8;
}
/*.pages_main_icon {*/
/*    display: inline-block;*/
/*    width:142px;*/
/*    height:28px;*/
/*    !*border:1px solid;*!*/
/*    background-image:url("../images/logo2.png");*/
/*    background-size:142px;*/
/*    background-repeat: no-repeat;*/
/*    background-position:top left;*/
/*}*/
.pages_main_icon {
    display: inline-block;
    font-size:25px;
    padding:1px 7px 3px 7px;
    color:#fff;
    background-color:#BE274C;
    /*background-color:#D9D9D9;*/
    /*color:#000;    */
    border-radius:2px;        
}
.pages_footer_copy {
    display:inline-block;
    color:#888888 !important;
    text-decoration:none !important;
    transition: 0.2s;
}
/*.pages_footer_copy:hover {*/
/*    color:#212121 !important;*/
/*}*/
.pages_footer_menu_a {
    display:inline-block;
    color:#888888 !important;
    text-decoration:none !important;
    transition: 0.2s linear;
    cursor:pointer;
}
.pages_footer_menu_a:hover {
    color:#212121 !important;
    text-decoration:none !important;
}
.pages_app_ios_icon {
    display: inline-block;
    width:210px;
    height:45px;
    /*border:1px solid red;*/
    background-image:url("../images/apple_border.png");
    background-size:210px;
    background-repeat: no-repeat;
    background-position:center left;
    opacity:0.75;
    cursor:pointer;
}
.pages_app_android_icon {
    display: inline-block;
    width:210px;
    height:45px;
    /*border:1px solid red;*/
    background-image:url("../images/google_border.png");
    background-size:210px;
    background-repeat: no-repeat;
    background-position:center left;
    opacity:0.75;
    cursor:pointer;
}
.pages_app_ios_icon:hover {
    opacity:1;
}
.pages_app_android_icon:hover {
    opacity:1;
}
.pages_mobile_footer_a {
    color:#888 !important;
    text-decoration:none !important;
}
.pages_main_menu_a {
    display: inline-block;
    color:#888 !important;
    font-size:25px;
    text-decoration:none !important;
    cursor: pointer;
    margin-right:30px;
}
.pages_main_menu_a:hover {
    color:#212121 !important;
}
.pages_main_menu_a_active {
    color:#212121 !important;
}
