
/* -------------------------- FONT FACES ------------------------------ */
/* See: http://www.fontsquirrel.com/fontface  */

@font-face {
    font-family: 'GeometrySoftPro';
    src:    url('../Fonts/GeometrySoftPro/Geometry_Soft_Pro-Bold_N-webfont.eot');
    src:    url('../Fonts/GeometrySoftPro/Geometry_Soft_Pro-Bold_N-webfont.eot?#iefix') format('embedded-opentype'), 
            url('../Fonts/GeometrySoftPro/Geometry_Soft_Pro-Bold_N-webfont.woff') format('woff'), 
            url('../Fonts/GeometrySoftPro/Geometry_Soft_Pro-Bold_N-webfont.ttf') format('truetype'), 
            url('../Fonts/GeometrySoftPro/Geometry_Soft_Pro-Bold_N-webfont.svg#GeometrySoftPro') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TrebuchetMS';
    src:   url('../Fonts/TrebuchetMS/TrebuchetMS.eot');
    src:   url('../Fonts/TrebuchetMS/TrebuchetMS.eot') format('embedded-opentype'), 
           url('../Fonts/TrebuchetMS/TrebuchetMS.woff') format('woff'), 
           url('../Fonts/TrebuchetMS/TrebuchetMS.ttf') format('truetype'),
           url('../Fonts/TrebuchetMS/TrebuchetMS.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* -------------------------- GLOBAL ---------------------------------- */

/*---- HEADINGS ----*/
/*div{
    border-style:solid;
    border-width:1px;
}*/
h1 { 
    font-family: Arial;
    font-weight: bold;
    font-size: 15pt;
    /*text-align:left;*/
}

h2 {
    font-family: Arial;
    font-weight: bold;
    font-size: 12pt;
    text-align: left;
}

a:hover{
    text-decoration: none;

}

/*---- BODY ----*/

body {
    font-family: 'Trebuchet MS', Calibri;
    font-size: 10pt;
    color:#211e1e;
}

.body_background1 {
    /* background-image: url('../../Images/Master/beach3.jpg'); */
    background-color: #014c8f;
}

.body_background2 {
    /* background-image: url('../../Images/Master/beach3.jpg'); */
    background-color: #014c8f;
}

.body_background3 {
    /* background-image: url('../../Images/Master/beach3.jpg'); */
    background-color: #014c8f;
}

.body_background4 {
    /* background-image: url('../../Images/Master/beach3.jpg'); */
    background-color: #014c8f;
}

.body_background5 {
    /* background-image: url('../../Images/Master/beach3.jpg'); */
    background-color: #014c8f;
}

/*-------------------------- GENERAL ----------------------------------*/

/*---- BUTTONS ----*/

.btn_standard {
    cursor: pointer;
    color: White;
    background-color: #88B4CA;
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.5);
}

.btn_standard2 {
    cursor: pointer;
    color: White;
    background-color: #88B4CA;
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

.btn_cms_popup_x {
    cursor: pointer;
    color: White;
    background-color: black;
    top: -8px;
    right: -8px;
    position: absolute;
}

.btn_cms_danger {
    cursor: pointer;
    color: White;
    background-color: #FFAAAA;
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
}

.btn_footer{
    background-color: #D73737;
    color: white;
    padding: 20px;
    
}

.btn_contact{
    
    background-color: #D73737;
    color: white;
    font-size: 12pt;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    width:250px;
}

.btn_yellow{
    
    background-color: #D73737;
    color: white;
    padding: 10px 8px 10px 8px;
    font-size: 8pt;
    bottom: 50px;
    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.5);
    border-top-style: solid ;
    border-color: #FBA51A;
    text-align: center;
}

.btn_blue{
    background-color: #FBA51A;
    color: black;
    padding: 10px;
    font-size: 9pt;
    bottom: 0;
    width: 85%;
    margin-top: 200px;
    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.5);   
}



/*---- LABELS ----*/

.lbl_error {
    color: Red;
    font-weight: bold;
}

.lbl_image_title {
    color: #444444;
    font-size: 8pt;
    text-decoration: none;
}

.lbl_underline {
    text-decoration: underline;
}

.lbl_product_description {
    /* --- Sync this with body style in Ajax/HtmlDocument.css --- */
    font-family: Arial;
    font-size: 10pt;
    color: Black;
}

.lbl_prodlist_productname, .lbl_catlist_categoryname {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    font-family: Arial;
    font-size: 14pt;
    text-align: left;
    color: #A4DBD8;
    text-transform: uppercase;
    text-decoration: none;
}

.lbl_prodlist_price {
    font-size: 10pt;
    color: Black;
    font-weight: bold;
}

.lbl_prodlist_summary {
    font-size: 10pt;
    color: Black;
}

.lbl_news_title {
    font-size: 10pt;
    color: Black;
    font-weight: bold;
    text-decoration: underline;
}

.lbl_news_summary {
    /* Do not specify - this is a html string */
}

.lbl_news_date {
    font-size: 10pt;
    color: gray;
}

/*---- TEXT ----*/


.txt_name {
    width: 250px;
}

.txt_id {
    width: 300px;
}

.column_style{
    border-radius: 10px; 
    padding:10px; 
    margin-top: 15px;
    margin-bottom:10px;
}

/*-------------------------- MAIN MASTER PAGE -----------------------------*/

/*----@Media divisions for repsonsive layout-------



/* Default Width: 
  .container { width: 940px; margin: 0 auto; }

  /* Smaller than standard 960 (devices and browsers) 
  @media only screen and (max-width: 959px) {}

  /* Tablet Portrait size to standard 960 (devices and browsers) 
  @media only screen and (min-width: 768px) and (max-width: 959px) {}

  /* All Mobile Sizes (devices and browser) 
  @media only screen and (max-width: 767px) {}

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) 
  @media only screen and (min-width: 480px) and (max-width: 767px) {}

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
  @media only screen and (max-width: 479px) {} 

See bottom of CSS for @media queries
----------------------------------------------------------------------------*/


/*---- DIVS ----*/

.divStatement {
    margin: 0 auto;
    padding: 20px;
}


.mobile{
    display:none;
}

.div_contact{
    padding-top: 20px;
}

.div_mag{
    padding: 100px;
    width: 50%; 
    float: left;
}

.last_visible{
    display: none;
}

.visible_media {
    display: none;
}

.master_fixed_header {
    z-index: 999;
    position: fixed;
    top: 0px;
    margin: 0px auto;
    width: 100%;
    height: 20px;
    background-color: #D73737;
}

.master_fixed_header_inner_content {
    width: 1050px;
    text-align: left;
}

.master_content_below_fixed_header {
    margin: 20px auto;
    height: auto;
}

.master {
    /*comment out to remove responsiveness */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.main_frame {
    max-width: 1000px; /*1000px */
    top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.div_master_section_top {
    width: 100%;
    height: 100%;
    background-color: Green;
    margin: 0;
    padding: 0;
}

.div_master_section_bottom {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #014C8F;
}

.spacer {
    height: 3px;
    width: 100%;
}

.rotator {
    padding: 20px;
}

.product_tree {
    font-family: Arial;
    padding: 10px;
}

.div_master_content_placeholderimagebanner {
    width: 100%;
    min-height: 0px;
    max-height: 100%;
    margin: 0;
    padding: 0;
    
    background-position: center;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    background-image: url('../../Images/ElectraBug/room_with_a_view.jpg') ;
   
}

.blue_content {
    padding-left: 21%;
    text-align: left;
}

.content_placeholderimagebanner {
    /*padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;*/
    background-color: Transparent;
    display: flex;
    flex-wrap: wrap;
    /*text-align: center;*/
}

.content_placeholderimagebanner_background {
    width: 100%;
    min-height: 100px;
    max-height: 100%;
    background-color: Transparent;
    /*background-position: center;*/
    /*background-position: center top;*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.div_cms_master_content_placeholder {
    padding-left: 15px;
}

.div_master_content_placeholder2 {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    /* background-position: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-repeat: no-repeat;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
}

.content_placeholder2 {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    /*background-color: Transparent;*/
    display: flex;
    flex-wrap: wrap;
    /*text-align: center;*/
}

.div_master_content_placeholder3 {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #014C8F;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*text-align: center;*/
}

.content_placeholder3 {
    color: white;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: Transparent;
    display: flex;
    flex-wrap: wrap;
    /*text-align: left;*/
}

.div_master_content_placeholder4 {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
}

.content_placeholder4 {
    color: #D73737;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: Transparent;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.div_master_content_placeholder5 {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #FBA51A;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
}

.content_placeholder5 {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: Transparent;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.div_master_content_placeholder6 {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #D73737;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url('../../Images/ElectraBug/room_with_a_view.jpg') ; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.div_master_content_placeholder7 {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #D73737;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
}

.content_placeholder7 {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: Transparent;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.content_placeholder6 {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: Transparent;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.div_cms_master_bottom_banner {
    height: 100px;
    background-color: #014C8F;
}

.column_heading{
    text-align: center; 
    font-size: 12pt; 
    /*color: #D73737;*/
    font-weight: bold;
    color: #211e1e;
}


.column_hover{
    text-decoration: none;
    background-color: #D4CFD5; 
    color: #211e1e;
}

.column_hover:hover{
    background-color: #D73737;
    color:white;
    text-decoration:none;

}


/*---- TOP BANNER ----*/

.masterTopBanner {
    /*comment out to remove responsiveness */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #B2C5C5;
}

.menu_text{
    text-align: left;
    width: 50%; 
    height:100%; 
    float:right; 
    font-weight:bold;
    padding-bottom:30px;
    position: relative;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 ##000;  
}

/*---- FOOTER ----*/

.masterFooter {
    /*comment out to remove responsiveness */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*max-height: 120px;*/
    background-color: #014C8F;
}

.hyper_footer_link:hover{
    text-decoration: none;
    font-weight: bold;
}

/*---- MAIN LEFT PANEL ---- */

.mainLeftPanel {
    display: none;
    /*comment out to remove responsiveness */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #FFFFFF;
}

/*---- MAIN RIGHT PANEL ----*/

.mainRightPanel {
    /*comment out to remove responsiveness */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    
}

.content_placeholder {
    padding-left: 10px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: White;
}

/*---- PAGE CONTENTS ----*/

.content_padding{
    padding:30px;
}

.page_content_contact {
    /*comment out to remove responsiveness */
    margin: auto;
    position: center;

    width: 100%;
    
    display: flex;
    flex-wrap: wrap;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5);
}

.page_content {
    /*comment out to remove responsiveness */ 
    width: 100%;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
}

.gallery_content {
    /*comment out to remove responsiveness */
    width: 100%;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
}

.div_ResourcesTable {
    /*comment out to remove responsiveness */
    width: 100%;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
}

/*---- TD ----*/

.td_space{
    width:10px;
}

.td_cms_menu_indent {
    width: 20px;
}

.td_smallmenu {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
}

.td_cms_details_labelcolumn {
    width: 150px;
    padding-bottom: 10px;
}

.td_cms_details_fieldcolumn {
    padding-bottom: 10px;
}

.td_cms_master_top_logo {
    width: 20%;
}

.td_master_footer {
    padding-right: 20px;
    padding-left: 20px;
    color: #FFFFFF;
    vertical-align: top;
    font-family: Calibri;
    width: 100%;
    font-size: 12pt;
}

.td_master_footer2{
    padding-left: 20px;
    padding-right:5px;
}

.td_master_bottom_banner_left {
    padding-top:30px;
    width: 50%;
}

.td_master_bottom_banner_center {
    vertical-align: middle;
    width: 20%;
}

.td_master_bottom_banner_right {
    vertical-align: middle;
    width: 30%;
}

.td_search_col2 {
    padding-bottom: 2px;
}

.td_news_image {
    display: block;
    padding-right: 10px;
}



/*----  SPANS ----*/

.span_contact{
    font-size: 15pt;
    text-align: center;
    color: white;
}

.span_cms_menu_header{
    font-weight: bold;
    color: #FBA51A; 
}

.span_master_main_title {
    font-family: Arial;
    font-size: 24pt;
    font-weight: bold;
    padding-left: 20px;
}

.span_master_primelogic {
    color: White;
    font-family: Verdana, Arial;
    font-size: 10px;
    text-align: left;
}

.span_master_website_url {
    color: White;
    font-family: Verdana, Arial;
    font-size: 16px;
    text-align: left;
}

 .span_menu_heading
{
    color: White;
    font-family: Arial;
    font-size: 11pt;
    padding-left: 13px;
    padding-bottom:0px;
    vertical-align:middle;
 }	

.span_menu_text {
    font-weight: bold;
    font-family: Arial;
    font-size: 14pt;
    padding-left: 13px;
    position:absolute;
    bottom: 30px;
    color: #eb1e1e;
    
}

/*---- HYPERLINKS ----*/



.hyperlinkStatement {
    color: white;
    font-size: 12pt;
    text-decoration: underline;
}

    .hyperlinkStatement:hover {
        color: white;
    }

.hyperlink_small_menu{
    text-decoration:none;
}

.link_pdf{
    text-decoration:none;
    color: #1875b2;
}

.link_pdf:hover{
    color: #1875b2;
    text-decoration: underline;
}

.hyperlink_cms{
    color: white;
}

.hyperlink {
    color: White;
    font-family: Calibri, Arial;
    font-size: 9pt;
    text-decoration:underline;
    text-align: left;
    cursor: pointer;
}

    .hyperlink:link {
        text-decoration:underline;
        cursor: pointer;
    }

    .hyperlink:visited {
        text-decoration: none;
        cursor: pointer;
    }

    .hyperlink:hover {
       color: #fba51a;
       font-weight: bold;
       text-decoration:underline;
       cursor: pointer;
    }

    .hyperlink:active {
        text-decoration: none;
        cursor: pointer;
    }

.hyperlink_news_title {
    font-size: 12px;
    text-decoration: none;
}

.hyperlink_news_summary {
    text-decoration: none;
}

.hyperlink_refresh {
    color: Black;
    font-family: Verdana, Arial;
    font-size: 10px;
    text-decoration: underline;
    text-align: left;
    cursor: pointer;
}

.hyperlink_alwaysvisible {
    font-family: Arial;
    font-size: 12pt;
    color: White;
    font-weight: bold;
    text-align: center;
    background-color: #216388;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 5px;
    line-height: 25px;
}

.hyperlink_smallmenubanners {
    background-color: #666666;
    padding-top: 10px;
    padding-left: 35px;
    border-top-style: none;
    border-top-width: thin;
    border-top-color: #C0C0C0;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
}

    .hyperlink_smallmenubanners:hover {
        background-color: #a95959;
    }

.hyperlink_menu {
    color: White;
    
    font-size: 12pt;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    padding-right: 0px;
}

    .hyperlink_menu:link {
        text-decoration: none;
        cursor: pointer;
    }

    .hyperlink_menu:visited {
        text-decoration: none;
        cursor: pointer;
    }

    .hyperlink_menu:hover {
        color: #C0C0C0;
        text-decoration: none;
        cursor: pointer;
    }

    .hyperlink_menu:active {
        text-decoration: none;
        cursor: pointer;
    }

    .hyperlink_bottombanner {
    color: White;
    font-size: 13pt;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    
}

    .hyperlink_bottombanner:link {
        text-decoration: none;
        cursor: pointer;
    }

    .hyperlink_menu:visited {
        text-decoration: none;
        cursor: pointer;
    }

    .hyperlink_bottombanner:hover {
        color: #C0C0C0;
        text-decoration: none;
        cursor: pointer;
    }

    .hyperlink_bottombanner:active {
        text-decoration: none;
        cursor: pointer;
    }

/*---LINK BUTTONS----*/


.lnk_master_login {
    color: Black;
    font-family: Calibri, Arial;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

.lnk_prodlist, lnk_catlist {
    text-decoration: none;
    color: blue;
}

.lnk_news {
    text-decoration: none;
    color: #333333;
}

.lnk_resourceview {
    text-decoration: underline;
    color: #333333;
}

.lnk_prodlist:hover {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.lnk_subprodlist, lnk_subcatlist {
    text-decoration: none;
    color: Blue;
}

/*---- IMAGES ----*/

.img_facebook{
    text-align: center;
    max-width: 80px;
}

.img_thumbnail_hyperlink {
    margin-top: 2px;
    margin-left: 2px;
    max-width: 120px;
    max-height: 80px;
    cursor: pointer;
}

.img_thumbnail {
    margin-top: 2px;
    margin-left: 2px;
    max-width: 120px;
    max-height: 80px;
}

.img_thumbnail_gallery_static {
    margin-top: 2px;
    margin-left: 2px;
    max-width: 160px;
    max-height: 120px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.img_thumbnail_gallery_dynamic {
    margin-top: 2px;
    margin-left: 2px;
    max-width: 120px;
    max-height: 90px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.img_thumbnail_tiny {
    margin-top: 2px;
    margin-left: 2px;
    max-width: 80px;
    max-height: 60px;
}

.img_fullsize {
    max-width: 400px;
    max-height: 300px;
    cursor: pointer;
}

.img_prodlist_image, .img_catlist_image {
    /* Apply to td_prodList_image */
    /* Also ensure that thumbnail size in Settings match these values */
    max-width: 240px;
    max-height: 180px;
}

.img_master_customer_logo {
    width: 90%;
    padding-left: 10px;
    padding-top: 10px;
}

.img_master_primelogic_logo {
    margin-left: 10px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.img_master_attraction {
    width: 90%;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 20px;
    text-align: center;
}

.img_master_rotator {
    width: 160px;
    height: 120px;
}

.img_home_news {
    margin-top: 2px;
    margin-left: 2px;
    max-width: 200px;
    max-height: 100px;
    cursor: pointer;
}

.img_static_sample {
    width: 50%;
}

.img_collapse {
    width: 30px;
    padding-left: 10px;
    padding-top: 10px;
    /* height: 300px; */
}


/*---- PANELS ----*/

.pnl_background{
    background-color:rgba(0, 0, 0, 0.7)
}

.panel_master_rotator {
    width: 100%;
    height: 100%;
}

.pnl_cms_baloon {
    font-size: 10pt;
    width: 160px;
}

.pnl_contact_form{

    background-color: white;
    width:100%;
    padding-left:7px;

}

/*-------- MENU --------*/

.menu {
    min-height: 50px;
    width: 100%;
    background-color: #D73737;
    /*z-index: 999;*/
}

.mnu_tree_sitemap {
    font-family: Calibri, Arial;
    font-size: 12pt;
    text-align: left;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 10px;
    color: White;
    padding-bottom: 10px;
    padding-left: 10px;
}

.mnu_master_sitemap {
    font-family: Arial;
    font-size: 13pt;
    text-align: center;
}

.mnu_cms_master_sitemap {
    font-family: Arial;
    font-size: 13pt;
    text-align: center;
}
  


/*----  MENU ITEM (static) ----*/

.div_cms_master_menu {
    padding: 10px;
    
    background-color: #014C8F;
}

.mitem_master_static_normal {
    text-align: left;
    text-indent: 10px;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 0px;
    height: 25px;
    color: White;
    padding-top: 10px;
    height: 50px;
}

.mitem_master_static_selected {
    color: #FBA51A ;
}

.mitem_master_static_hover {
    color: #D73737;
    background-color: #FBA51A;
    background-image: none;
    text-decoration: none;

}

/*----  MENU ITEM (dynamic) ----*/

.mnu_master_dynamic {
    display: block;
}

.mitem_master_dynamic_normal {
    border: solid 2px #38647A;
    font-size: 12pt;
    color: #38647A;
    background-color: White;
    height: 30px;
    padding: 5px;
}

.mitem_master_dynamic_selected, .mitem_master_dynamic_hover {
    /*border:solid 3px Navy;*/
}

/*---- TREE ----*/

.tree_master_products {
    font-size: 12pt;
}

/*--------------- PRODUCT LISTING & DETAILS ---------------*/

.img_product_details_main_image {
    max-width: 400px;
    max-height: 300px;
    cursor: pointer;
}

.div_product_details_main_image {
    width: 400px;
    height: 300px;
    text-align: left;
    vertical-align: middle;
}

.div_image_title {
    padding-top: 5px;
}

.td_product_details_header {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    background-color: #D8E4FF;
}

.td_product_details_field {
    text-align: left;
    background-color: white;
}

.td_product_details_field_inner1 {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    text-align: left;
}

.td_product_details_field_inner2 {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    text-align: left;
    vertical-align: text-top;
}

.td_product_details_field_inner3 {
    width: 100px;
    text-align: center;
}

.td_cms_edit_header {
    width: 200px;
    vertical-align: top;
}

.td_cms_edit_value {
    vertical-align: top;
}

.td_cms_edit_value_inner {
    width: 150px;
    vertical-align: top;
}

.td_prodlist_image, .td_catlist_image {
    vertical-align: top;
    /* Depends on img_prodlist_image */
    /* DO NOT CHANGE SIZE HERE WITHOUT CHANGING SIZE IN img_prodlist_image FIRST ! */
    /* Height =   img_prodlist_image.height + 5px margin */
    height: 185px;
    max-height: 185px;
    min-height: 185px;
    /* Width =   img_prodlist_image.width + 5px margin */
    width: 240px;
    max-width: 240px;
    min-width: 240px;
}

.td_prodlist_productname, .td_catlist_categoryname {
    vertical-align: top;
}

.td_prodList_price {
    vertical-align: top;
}

.td_prodList_summary {
    vertical-align: top;
    height: 60px;
}

.td_image_title {
    text-align: center;
}

.tbl_product_details {
    width: 100%;
    background-color: white;
    padding-right: 5px;
}

.tbl_product_details_rates {
    width: 100%;
}

.tbl_cms_data_capture {
    width: 100%;
}

.txt_required {
    background-color: #EEEEFF;
}

/*--------------- CONTACT US ---------------*/

.td_contact_col1 {
    text-align: left;
    vertical-align: top;
    background-color: White;
    width: 0%;
}

.td_contact_col2 {
    text-align: left;
    vertical-align: top;
    background-color: White;
    padding-bottom:2px;
}

/*--------------- CMS MASTER PAGE ---------------*/

.td_cms_master_main_left_panel {
    width: 15%;
    vertical-align: top;
    background-color: #014C8F;
}

.td_cms_master_main_right_panel {
    width: 85%;
}

.visible_faq{
        display:none;
    }

.faq_visible{
        display:none;
    }



/* -------------------------------------------------------------------------------------------- */

/*--------------- MEDIA QUERIES --------------- */

/*---All Mobile Sizes (devices and browser) ---------------www.responsinator.com---------------- */

/* All Mobile Sizes (devices and browser) ---------------www.responsinator.com--------------------
1. 320              Blue   @media screen and (max-width: 320px) 
2. 375, 384         Green  @media screen and (min-width: 321px) and (max-width: 384px)
3. 414              Yellow @media screen and (min-width: 385px) and (max-width: 479px)
4. 568              Gold   @media screen and (min-width: 480px) and (max-width: 568px)
5. 600, 667, 736    Red    @media screen and (min-width: 569px) and (max-width: 767px)
6. 768              Pink   @media screen and (max-width: 959px) 
7. 1024             Normal @media screen and (min-width: 960px) 
----------------------------------------------------------------------------------------------------

LISTED FROM BIG TO SMALL:

/* Larger than standard 960 (devices and browsers) */

@media screen and (min-width: 960px) {

    @-ms-viewport {
        width: 100%;
    }

    .main_frame {
        min-width: 960px;
    }

    /* Top Banner */

    .menu_text{
    text-align: left;
    width: 50%; 
    height:100%; 
    float:right; 
    position: relative;
}

    .visible_faq{
        display:none;
    }

    .mainBannerLeft {
        width: 25%;
    }

    .mainBannerMid {
        width: 50%;
        background-color: White;
    }

    .mainBannerRight {
        width: 25%;
    }

    .menu {
        display: block;
    }

    .small_menu {
        display: none;
    }

    .magnifier_image {
        width: 650px;
    }


    .beetle_image{
        display:none;
    }

    .div_mag {
        width: 50%;
        float: left;
    }


    /* Main Table  */

    .mainLeftPanel {
        display: none;
        width: 20%;
        background-color: #FFFFFF;
    }

    .mainRightPanel {
        
        width: 100%;
        background-color: White;
    }

    .div_ResourcesTable {
        width: 50%;
    }


    /* Bottom Banner */

    .masterFooterLeft {
        width: 40%;
        padding-top: 20px;
    }

    .masterFooterCenter {
        vertical-align: middle;
        width: 36%;
        padding-top: 20px;
        
        
    }

    .masterFooterRight {
        vertical-align: middle;
        width: 24%;
        padding-top: 20px;
        padding-left: 12px;
        padding-right: 12px;
    }

    /* Pages Inside */

    .page_1 {
        width: 60%;
        padding-right: 20px;
    }

    .page_2 {
        width: 32%;
    }

    .page_100 {
        width: 100%;
    }

    .gallery_1 {
        width: 40%;
    }

    .gallery_2 {
        width: 40%;
    }

    /*--- Left Panel same page article ---*/

    .news_1 {
        width: 100%;
    }

    /*--- Right Panel same page article ---*/

    .news_2 {
        width: 40%;
    }

    /*--- Full screen article ---*/

    .news_3 {
        max-width: 100%;
    }


    .contact_content {
       
        width: 75%;
    }

    /*---GRIDVIEW NORMAL---*/

    .div_searchresults_desktop {
        width: 100%;
        display: block;
    }

    .div_searchresults_mobile {
        width: 100%;
        display: none;
    }

    /*--- BUTTONS ---*/
    .btn_footer {
        background-color: #D73737;
        color: white;
        padding: 20px;
    }

    .faq_visible{
        display:none;
    }


}

/* Smaller than standard 960 (devices and browsers) -------------------PINK---------------------------------*/

@media screen and (max-width: 959px) {

    @-ms-viewport {
        width: 100%;
    }



    .main_frame {
        max-width: 959px;
        min-width: 768px;
    }

    /* Top Banner */
    .menu_text{
    text-align: left;
    width: 50%; 
    height:100%; 

}
    .faq_visible{
        display:none;
    }

    .visible_columns {
        display: none;
    }
    .mainBannerLeft {
        width: 25%;
    }

    .mainBannerMid {
        width: 50%;
        background-color: #FF99FF;
    }

    .mainBannerRight {
        width: 25%;
    }

    .menu {
        display: block;
    }

    .small_menu {
        display: none;
    }

    .magnifier_image{
        width: 600px;
    }

    .beetle_image{
        display:none;
    }

    .div_mag {
        padding: 0;
        width: 50%;
        float: left;
    }

    .visible_media {
        display: inline;
    }

    /* Main Table  PINK*/

    .mainLeftPanel {
        display: none;
        width: 25%;
        background-color: #FFFFFF;
    }

    .mainRightPanel {
        
        width: 100%;
        background-color: White;
    }

    .div_ResourcesTable {
        width: 50%;
    }

    /* Bottom Banner PINK*/

    .masterFooterLeft {
        width: 40%;
        padding-top: 20px;
       
    }

    .masterFooterCenter {
        vertical-align: middle;
        width: 36%;
        padding-top: 20px;
        /*background-color:#00FFFF;*/
    }

    .masterFooterRight {
        vertical-align: middle;
        width: 24%;
        padding-top: 30px;
    }

    /* Pages inside PINK*/

    .page_1 {
        max-width: 50%;
        padding-right: 10px;
    }

    .page_2 {
        max-width: 42%;
    }

    .gallery_1 {
        max-width: 20%;
    }

    .gallery_2 {
        max-width: 60%;
    }

    /*--- Left Panel same page article ---PINK*/
    .news_1 {
        max-width: 100%;
    }

    /*--- Right Panel same page article ---PINK*/
    .news_2 {
        max-width: 45%;
    }

    /*--- Full screen article ---PINK*/
    .news_3 {
        max-width: 100%;
    }

    .contact_content {
        width: 75%;
    }

    /*---GRIDVIEW NORMAL---PINK*/

    .div_searchresults_desktop {
        width: 100%;
        display: block;
    }

    .div_searchresults_mobile {
        width: 100%;
        display: none;
    }

    .td_prodList_image {
        min-width: 180px;
    }

    .img_prodlist_image {
        width: 100%;
    }

    .blue_content {
    padding-left: 8%;
    text-align: left;
    }

    .img_catlist_image {
        width: 100%;
    }

    .td_catlist_image {
        min-width: 180px;
    }

    /*--- BUTTONS ---*/
    .btn_footer {
        background-color: #D73737;
        color: white;
        padding: 20px;
    }

    .visible_faq{
        display:inline;
    }


/* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------RED------------------- */

@media screen and (min-width: 569px) and (max-width: 767px) {

    @-ms-viewport {
        width: 100%;
    }

    .content_padding{
    padding:0px;
}

    .visible_columns {
        display: none;
    }

    .visible_faq{
        display:inline;
    }

    .faq_visible{
        display:none;
    }

    .last_visible{
    display: none;
}

    .visible_media {
        display: inline;
    }

    .main_frame {
        max-width: 767px;
        min-width: 569px;
    }

    /* Top Banner */
    .menu_text{
    text-align: left;
    width: 50%; 
     
    float:right; 
    
}

    .mainBannerLeft {
        width: 25%;
    }

    .mainBannerMid {
        width: 45%;
        background-color: Red;
    }

    .mainBannerRight {
        width: 30%;
    }

    .div_visible {
        display: none;
    }

    .magnifier_image {
        width: 500px;
    }

    .beetle_image{
        display:none;
    }

        .span_menu_text {
        font-weight: bold;
        font-family: Arial;
        font-size: 14pt;
        padding-left: 13px;

    }

    .div_mag {
        width: 50%;
        float: left;
    }

    /* Menu*/

    .mnu_master_sitemap {
        font-size: 10pt;
    }

    .menu {
        display: none;
    }

    .small_menu {
        display: block;
    }

    .column_style {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .master_fixed_header {
        height: 40px;
    }

    .master_content_below_fixed_header {
        margin: 40px auto;
    }


    /* Main Table -- If panels are used RED*/

    .mainLeftPanel {
        width: 25%;
        display: none;
        background-color: #FFFFFF;
        display: none;
    }

    .mainRightPanel {
       
        width: 100%;
    }


    /* Bottom Banner */

    .masterFooterLeft {
        width: 50%;
        padding-top: 20px;
        text-align: left;
    }

    .masterFooterCenter {
        vertical-align: middle;
        width: 50%;
        padding-top: 20px;
        text-align: left;
       
    }

    .masterFooterRight {
        vertical-align: middle;
        width: 50%;
        text-align: center;
        margin-left: 170px;
    }


    .hyperlink_bottombanner {
        font-size: 11pt;
    }

    /* Pages Inside RED*/

    .page_1 {
        max-width: 100%;
    }

    .page_2 {
        max-width: 100%;
    }

    .gallery_1 {
        max-width: 100%;
    }

    .gallery_2 {
        max-width: 100%;
    }

    /*--- Left Panel same page article ---RED*/

    .news_1 {
        max-width: 100%;
        min-width: 200px;
    }

    /*--- Right Panel same page article ---RED*/

    .news_2 {
        max-width: 100%;
    }

    .contact_content {
        width: 100%;
    }

    /*--- Full screen article ---RED*/

    .news_3 {
        max-width: 100%;
    }

    /*---GRIDVIEW RED---*/

    .div_searchresults_desktop {
        width: 100%;
        display: block;
    }

    .div_searchresults_mobile {
        width: 100%;
        display: none;
    }

    .td_prodList_image {
        min-width: 90px;
    }

    .img_prodlist_image {
        width: 100%;
    }


    .td_catlist_image {
        min-width: 90px;
    }

    .img_catlist_image {
        width: 100%;
    }

    /*--- BUTTONS ---*/
    .btn_footer {
        background-color: #D73737;
        color: white;
        padding: 20px;
    }

    .btn_blue {
        background-color: #FBA51A;
        color: black;
        padding: 10px;
        font-size: 9pt;
        bottom: 0;
        width: 40%;
        margin-top: 0px;
        box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.5);
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Gold------------------- */

@media screen and (min-width: 480px) and (max-width: 568px) {

    @-ms-viewport {
        width: 100%;
    }

    .faq_visible{
        display:inline;
    }

    .visible_columns {
        display: none;
    }

    .visible_faq{
        display:none;
    }

    .last_visible{
    display: none;
}
    .visible_media {
        display: inline;
    }

    .main_frame {
        max-width: 568px;
        min-width: 480px;
    }

    /* Top Banner */

    .menu_text {
        text-align: left;
        width: 50%;
        float: right;
    }

    .span_menu_text {
        font-weight: bold;
        font-family: Arial;
        font-size: 14pt;
        padding-left: 13px;

    }

    .mainBannerLeft {
        width: 25%;
    }

    .mainBannerMid {
        width: 45%;
        background-color: #FF9933;
    }

    .mainBannerRight {
        width: 30%;
    }

    .div_ResourcesTable {
        width: 100%;
    }

    .magnifier_image {
        width: 400px;
    }

    .beetle_image{
        display:none;
    }

    .div_mag {
        width: 50%;
        float: left;
    }

    /* Menu*/

    .mnu_master_sitemap {
        font-size: 10pt;
    }

    .menu {
        display: none;
    }

    .small_menu {
        display: block;
    }

    .column_style {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .content_padding{
        padding-top:0px;
    }

    .master_fixed_header {
        height: 40px;
    }

    .master_content_below_fixed_header {
        margin: 40px auto;
    }

    /* Main Table -- If panels are used* Gold*/

    .mainLeftPanel {
        display: none;
        width: 100%;
        display: none;
    }

    .mainRightPanel {
        
        width: 100%;
    }

    /* Side Buttons Gold*/

    .div_visible {
        display: none;
    }


    /* Bottom Banner Gold*/

    .masterFooterLeft {
        width: 100%;
        padding-top: 20px;
        
        

    }

    .masterFooterCenter {
        vertical-align: middle;
        width: 100%;
        
    }

    .masterFooterRight {
        vertical-align: middle;
        width: 100%;

        
    }

    .masterFooterLeft,.masterFooterCenter,.masterFooterRight{
        text-align:center;
    }

    /* Pages inside Gold*/

    .page_1 {
        max-width: 100%;
    }

    .page_2 {
        max-width: 100%;
    }

    .gallery_1 {
        max-width: 100%;
    }

    .gallery_2 {
        max-width: 100%;
    }

    /*--- Left Panel same page article ---Gold*/

    .news_1 {
        max-width: 100%;
        min-width: 200px;
    }

    /*--- Right Panel same page article ---*/

    .news_2 {
        max-width: 100%;
    }

    .contact_content {
        width: 100%;
    }

    /*--- Full screen article ---Gold*/

    .news_3 {
        max-width: 100%;
    }

    /*---GRIDVIEW GOLD---*/

    .div_searchresults_desktop {
        width: 100%;
        display: none;
    }

    .div_searchresults_mobile {
        width: 100%;
        display: block;
    }

    .td_prodList_image {
        min-width: 70px;
    }

    .img_prodlist_image {
        width: 100%;
    }

        .blue_content {
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;
    }

    .td_catlist_image {
        min-width: 70px;
    }

    .img_catlist_image {
        width: 100%;
    }

    .td_product_details_field_inner2 {
        width: 110px;
        min-width: 110px;
        max-width: 110px;
        text-align: left;
        vertical-align: text-top;
    }

    /*--- BUTTONS ---*/
    .btn_footer {
        background-color: #D73737;
        color: white;
        padding: 20px;
    }

    .btn_blue {
        background-color: #FBA51A;
        color: black;
        padding: 10px;
        font-size: 9pt;
        bottom: 0;
        margin:0;
        width: 85%;
        box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.5);
    }

    .desktop{
        display:none;
    }

    .mobile{
        display: inline-block;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Yellow------------------- */

@media screen and (min-width: 385px) and (max-width: 479px) {

    @-ms-viewport {
        width: 100%;
    }

    .faq_visible{
        display:inline;
    }

    .visible_faq{
        display:none;
    }

    .visible_columns {
        display: none;
    }
    .last_visible{
    display: none;
}

    .visible_media {
        display: inline;
    }

    .main_frame {
        max-width: 479px;
        min-width: 385px;
    }

    /* Top Banner Yellow*/

    .menu_text {
        text-align: left;
        width: 50%;
        float: right;

    }

    .span_menu_text {
    font-weight: bold;
    font-family: Arial;
    font-size: 10pt;
    padding-left: 13px;
    
}

    .mainBannerLeft {
        width: 100%;
    }

    .mainBannerMid {
        width: 100%;
        background-color: Yellow;
    }

    .mainBannerRight {
        width: 100%;
    }

    .div_ResourcesTable {
        width: 100%;
    }

    .magnifier_image {
        width: 400px;
    }

    .beetle_image{
        display:none;
    }

    .div_mag {
        width: 50%;
        float: left;
    }

    /* Menu Yellow*/

    .mnu_master_sitemap {
        font-size: 10pt;
    }

    .menu {
        display: none;
    }

    .small_menu {
        display: block;
    }

    .column_style {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .content_padding{
        padding-top:0px;
    }

    .master_fixed_header {
        height: 40px;
    }

    .master_content_below_fixed_header {
        margin: 40px auto;
    }

    /* Main Table Yellow */

    .mainLeftPanel {
        display: none;
        width: 100%;
        background-color: #FFFFFF;
        display: none;
    }

    .mainRightPanel {
        
        width: 100%;
        background-color: White;
    }

    /* Side Buttons Yellow*/

    .div_visible {
        display: none;
    }

    /* Bottom Banner Yellow*/

    .masterFooterLeft {
        width: 100%;
        padding-top: 20px;
        
    }

    .masterFooterCenter {
        vertical-align: middle;
        width: 100%;
        
        
    }

    .masterFooterRight {
        vertical-align: middle;
        width: 100%;
    }

    .masterFooterLeft,.masterFooterCenter,.masterFooterRight{
        text-align:center;
    }

    /* Images Yellow */

    .img_master_customer_logo {
        width: 40%;
    }

    .img_master_attraction {
        width: 50%;
    }

    /* Pages Inside Yellow */

    .page_1 {
        max-width: 100%;
    }

    .page_2 {
        max-width: 100%;
    }

    .gallery_1 {
        max-width: 100%;
    }

    .gallery_2 {
        max-width: 100%;
    }

    /*--- Left Panel same page article ---Yellow*/

    .news_1 {
        max-width: 100%;
        min-width: 200px;
    }

    /*--- Right Panel same page article ---Yellow*/

    .news_2 {
        max-width: 100%;
    }


    /*--- Full screen article ---Yellow*/

    .news_3 {
        max-width: 100%;
    }

    .contact_content {
        width: 100%;
    }

    /*---GRIDVIEW YELLOW---*/

    .div_searchresults_desktop {
        width: 100%;
        display: none;
    }

    .div_searchresults_mobile {
        width: 100%;
        display: block;
    }

    .td_prodList_image {
        min-width: 70px;
    }

    .img_prodlist_image {
        width: 100%;
    }

    .blue_content {
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;
    }

    .td_catlist_image {
        min-width: 70px;
    }

    .img_catlist_image {
        width: 100%;
    }

    /*---PRODUCT DETAILS PAGE---Yellow*/

    .td_product_details_header {
        display: none;
        width: 100%;
    }

    .div_product_details_main_image {
        width: 100%;
        height: 100%;
    }

    .img_product_details_main_image {
        width: 100%;
        height: 100%;
    }

    .td_product_details_field_inner2 {
        width: 110px;
        min-width: 110px;
        max-width: 110px;
        text-align: left;
        vertical-align: text-top;
    }

    /*--- BUTTONS ---*/
    .btn_footer {
        background-color: #D73737;
        color: white;
        padding: 20px;
    }

    .btn_blue {
        background-color: #FBA51A;
        color: black;
        padding: 10px;
        font-size: 9pt;
        bottom: 0;
        margin:0;
        width: 85%;
        box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.5);
    }

    .desktop{
        display:none;
    }

    .mobile{
        display: inline-block;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Green------------------- */

@media screen and (min-width: 321px) and (max-width: 384px) {

    @-ms-viewport {
        width: 100%;
    }


    .menu_text {
        text-align: left;
        width: 50%;
        float: right;
    }

    .visible_columns {
        display: none;
    }

    .faq_visible{
        display:inline;
    }

    .visible_faq{
        display:none;
    }

    .last_visible{
    display: none;
}

    .visible_media {
        display: none;
    }

        .last_visible{
    display: inline;
}

    .main_frame {
        max-width: 384px;
        min-width: 321px;
    }

    h1 {
        font-size: 12pt;
    }

    /* Top Banner Green*/

    .span_menu_text {
    font-weight: bold;
    font-family: Arial;
    font-size: 10pt;
    padding-left: 10px;
    
}

    .mainBannerLeft {
        width: 100%;
    }

    .mainBannerMid {
        width: 100%;
        background-color: Green;
    }

    .mainBannerRight {
        width: 100%;
    }

    .div_ResourcesTable {
        width: 100%;
    }

    .magnifier_image {
        width: 300px;
    }

    .beetle_image{
        display:none;
    }

    .div_mag {
        width: 50%;
        float: left;
    }

    /* Menu Green*/

    .mnu_master_sitemap {
        font-size: 10pt;
    }

    .menu {
        display: none;
    }

    .small_menu {
        display: block;
    }

    .column_style {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .content_padding{
        padding-top:0px;
    }

    .master_fixed_header {
        height: 40px;
    }

    .master_content_below_fixed_header {
        margin: 40px auto;
    }

    /* Main Table  Green*/

    .mainLeftPanel {
        display: none;
        width: 100%;
        background-color: #FFFFFF;
        display: none;
    }

    .mainRightPanel {
        
        width: 100%;
        background-color: White;
    }

    /* Side Buttons Green*/

    .div_visible {
        display: none;
    }

    /* Bottom Banner Green*/

    .masterFooterLeft {
        width: 100%;
        padding-top: 20px;
    }

    .masterFooterCenter {
        vertical-align: middle;
        width: 100%;
        padding-top: 0px;
        /*background-color:Green;*/
    }

    .masterFooterRight {
        vertical-align: middle;
        width: 100%;
    }

    .masterFooterLeft,.masterFooterCenter,.masterFooterRight{
        text-align:center;
    }

    /* Images Green*/

    .img_master_customer_logo {
        width: 40%;
    }

    .img_master_attraction {
        width: 50%;
    }

    /* Pages Inside Green*/

    .page_1 {
        max-width: 100%;
    }

    .page_2 {
        max-width: 100%;
    }

    .gallery_1 {
        max-width: 100%;
    }

    .gallery_2 {
        max-width: 100%;
    }

    /*--- Left Panel same page article ---Green*/

    .news_1 {
        max-width: 100%;
        min-width: 200px;
    }

    /*--- Right Panel same page article ---Green*/

    .news_2 {
        max-width: 100%;
    }

    .td_news_image {
        display: none;
    }



    /*--- Full screen article ---Green*/

    .news_3 {
        max-width: 100%;
    }

    .contact_content {
        width: 100%;
    }

    /*---GRIDVIEW GREEN---*/

    .div_searchresults_desktop {
        width: 100%;
        display: none;
    }

    .div_searchresults_mobile {
        width: 100%;
        display: block;
    }

    .blue_content {
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;
    }

    .td_prodList_image {
        min-width: 70px;
    }

    .img_prodlist_image {
        width: 100%;
    }

    .td_catlist_image {
        min-width: 70px;
    }

    .img_catlist_image {
        width: 100%;
    }

    /*---PRODUCT DETAILS PAGE---Green*/

    .td_product_details_header {
        display: none;
        width: 100%;
    }

    .div_product_details_main_image {
        width: 100%;
        height: 100%;
    }

    .img_product_details_main_image {
        width: 100%;
        height: 100%;
    }

    .td_product_details_field_inner2 {
        width: 80px;
        min-width: 80px;
        max-width: 80px;
        text-align: left;
        vertical-align: text-top;
    }

    /*--- BUTTONS ---*/
    .btn_footer {
        background-color: #D73737;
        color: white;
        padding: 20px;
    }

    .btn_blue {
        background-color: #FBA51A;
        color: black;
        padding: 10px;
        font-size: 8pt;
        bottom: 0;
        margin:0;
        width: 85%;
        box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.5);
    }

    .desktop{
        display:none;
    }

    .mobile{
        display: inline-block;
    }
}

/* All Mobile Sizes (devices and browser) --------------------------------------------BLUE*/

@media screen and (max-width: 320px) {
    @-ms-viewport {
        width: 100%;
    }

    .menu_text {
        text-align: left;
        width: 0%;
        
        /*float: right;*/
    }

    .visible_faq{
        display:none;
    }

    .faq_visible{
        display:inline;
    }

    .visible_columns {
        display: none;
    }
    .last_visible{
    display: inline;
}

    .visible_media {
        display: none;
    }

    .main_frame {
        max-width: 320px;
        min-width: 200px;
    }

    /* Fonts */

    h1 {
        font-size: 12pt;
    }

    h2 {
        font-size: 10pt;
    }

    .span_master_main_title {
        font-size: 18pt;
    }

    /* Top Banner BLUE*/

    .span_menu_text {

    font-weight: bold;
    font-family: Arial;
    font-size: 9pt;
    padding-left: 11px;
    
     
}


    .hyperlink_bottombanner {
        font-size: 11pt;
    }

    .mainBannerLeft {
        width: 100%;
    }

    .mainBannerMid {
        width: 100%;
        background-color: Blue;
    }

    .mainBannerRight {
        width: 100%;
    }

    .master_fixed_header {
        height: 40px;
    }

    .master_content_below_fixed_header {
        margin: 40px auto;
    }

    .magnifier_image {
        width: 200px;
        display:none
    }
    .beetle_image{
        padding-top: 10px;
        width: 130px;
        display:inline;
    }

    .div_mag {
        width: 100%;
        float: left;
    }
    /* Menu BLUE*/

    .mnu_master_sitemap {
        font-size: 10pt;
    }

    .menu {
        display: none;
    }

    .small_menu {
        display: block;
    }

    .column_style {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .content_padding{
        padding-top:0px;
    }

    /* Main Table  BLUE*/

    .mainLeftPanel {
        display: none;
        width: 100%;
        background-color: #FFFFFF;
        display: none;
    }

    .mainRightPanel {
        /*display: none;*/
        width: 100%;
        background-color: White;
    }

    .div_ResourcesTable {
        width: 100%;
    }

    /* Side Buttoms BLUE*/

    .div_visible {
        display: none;
    }

    /* Bottom Banner BLUE*/

    .masterFooterLeft {
        width: 100%;
        padding-top: 10px;
    }

    .masterFooterCenter {
        /*vertical-align: middle;*/
        text-align: center;
        width: 100%;
    }

    .masterFooterRight {
        /*vertical-align: middle;*/
        width: 100%;
        
    }

    .masterFooterLeft,.masterFooterCenter,.masterFooterRight{
        text-align:center;
    }

    /* Images BLUE*/

    .img_master_customer_logo {
        width: 40%;

    }

    .img_master_attraction {
        width: 50%;
    }

    /* Pages Inside BLUE*/

    .page_1 {
        max-width: 100%;
    }

    .page_2 {
        max-width: 100%;
    }

    .gallery_1 {
        max-width: 100%;
    }

    .gallery_2 {
        max-width: 100%;
    }

    /*--- Left Panel same page article ---BLUE*/

    .news_1 {
        max-width: 100%;
        min-width: 200px;
    }

    /*--- Right Panel same page article ---BLUE*/

    .news_2 {
        max-width: 100%;
    }

    /*--- Full screen article ---BLUE*/

    .news_3 {
        max-width: 100%;
    }

    .contact_content {
        width: 100%;
    }

    /*---GRIDVIEW BLUE---*/

    .div_searchresults_desktop {
        width: 100%;
        display: none;
    }

    .div_searchresults_mobile {
        width: 100%;
        display: block;
    }

    .td_prodList_image {
        min-width: 70px;
    }

    .img_prodlist_image {
        width: 90%;
    }

    .td_news_image {
        display: none;
    }


    .td_catlist_image {
        min-width: 70px;
    }

    .img_catlist_image {
        width: 90%; 
    }

    /*---PRODUCT DETAILS PAGE---BLUE*/

    .td_product_details_header {
        display: none;
        width: 100%;
    }

    .div_product_details_main_image {
        width: 100%;
        height: 100%;
    }

    .img_product_details_main_image {
        width: 100%;
        height: 100%;
    }

    .td_product_details_field_inner2 {
        width: 70px;
        min-width: 70px;
        max-width: 70px;
        text-align: left;
        vertical-align: text-top;
    }

    .blue_content {
    padding-left: 8%;
    padding-right: 8%;
    text-align: left;
    }

    /*--- BUTTONS ---*/
    .btn_footer {
        background-color: #D73737;
        color: white;
        padding: 20px;
        text-align: center
    }

    .btn_blue {
        background-color: #FBA51A;
        color: black;
        padding: 10px;
        font-size: 9pt;
        bottom: 0;
        margin:0;
        width: 85%;
        box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.5);
    }

    .desktop{
        display:none;
    }

    .mobile{
        display: inline-block;
    }
}





/*---- END QUERY---- */


