/**************************************************************************************/
/*
/*    Designed by 'AS Designing'
/*    Web: http://www.asdesigning.com
/*    Web: http://www.astemplates.com
/*    License: GNU/GPL
/*
/**************************************************************************************/


body
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.05 important!;
   line-height: 1.4;
   color: #626262;
   font-weight: normal !important;
   letter-spacing: 1px;
}

a
{
   color: #B52B2B;
}

a:hover,
a.selected
{
   color: #325a83 !important;
}

hr
{
   border-top: 1px solid #eeeeee;
   border-bottom: 1px solid #ffffff;
}

blockquote
{
   border-left: 5px solid #dddddd;
}

blockquote small
{
   color: #999999;
}

blockquote.pull-right
{
   border-right: 5px solid #eeeeee;
}


/**************************************************************************************/
/*   Forms                                                          */


legend
{
   color: #333333;
   border-bottom: 1px solid #e5e5e5;
}

legend small
{
   color: #999999;
}

textarea.invalid
{
   border: 1px solid #d6610b;
}

input,
button,
select,
textarea
{
   font-family: Arial, Helvetica, sans-serif;
}

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
{
   color: #111111;
}

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: #E6E6E6;
   border: 3px solid #009ee3;
   -webkit-box-shadow: 0px 1px 0px #CCCCC;
   -moz-box-shadow: 0px 1px 0px #CCCCC;
   box-shadow: 0px 1px 0px #CCCCC;
}

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: #d6610b;
}

select
{
   border: 1px solid #bbb;
   background-color: #ffffff;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus
{
   outline: thin dotted #333;
}

.label-info,
.badge-info
{
   background-color: #B52B2B;
}


/**************************************************************************************/
/*   Headings and Titles                                               */


h1,
h2,
h3,
h4
{
   font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif important!;
   color: #333
}

h1
{
   font-size: 48px important!;
   line-height: 60px important!;
   letter-spacing: -1px important!;
   font-weight: bold important!;
}

h1 span
{
   font-size: 18px;
   color: #B52B2B;
}

h2 span
{
   font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (1600 - 320)));
   line-height: 1.6 important!;
   color: #B52B2B;
}

h3 span
{
   font-size: 18px;
   color: #B52B2B;
}
h2
{
   font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (1600 - 320)));
   line-height: 1.6 important!;
   letter-spacing: -1px important!;
   font-weight: bold important!;
}

h3
{
   font-size: 28px important!;
   line-height: 35px important!;
   letter-spacing: -1px important!;
   font-weight: bold important!;
}

h4
{
   font-size: 20px important!;
   line-height: 25px important!;
   letter-spacing: -1px important!;
   font-weight: bold important!;
}

h5
{
   font-size: 16px important!;
   line-height: 20px important!;
   letter-spacing: -1px important!;
   font-weight: bold important!;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small
{
   color: #999999;
}

h1,
h2.item_title,
.item__featured .item_title,
.module_title,
.page-category .item_title,
.page_header h2,
.category_title h2
{
}

.page-header
{
}

p .price
{
   font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
   font-size: 14px;
}

/**************************************************************************************/
/*   Images                                                         */


.item_img,
.category_img,
.item_fulltext img,
.random-image img,
img.left,
img.right
{
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   border: 0px solid #325a83;
   background-color: none;
}

.page-category__testimonials .img-intro,
.page-featured .img-intro
{
   border: none;
}

.page-category__testimonials .img-intro img,
.page-featured .img-intro img
{
   border: 1px solid #e2e2e2;
}

aside .img-intro__left img,
aside .img-intro__right img
{

}

.item_img img,
.category_img img,
.item_fulltext img,
.random-image img,
aside .img-intro__left img,
aside .img-intro__right img
{
}

.menudesc img
{
   float: left;
   margin: 0px 20px 10px 0px;
}

.footer-row-1 .item_img,
.footer-row-1 .category_img,
.footer-row-1 .item_fulltext img,
.footer-row-1 .random-image img
{
   border: 1px solid #e1e4d9;
}

/**************************************************************************************/
/*   Lists                                                          */


.categories-module li,
.archive-module li
{
   background: url('../images/styles/default/li.style.png') left 11px no-repeat;
}

.categories-module li a,
.archive-module li a
{
   color: #626262;
}

.categories-module li a:hover,
.archive-module li a:hover
{
   color: #F93;
}

.mod-custom__social ul li
{
   color: #6F6F6F;
   text-shadow: 0 1px #FFFFFF;
}

.mod-custom__social ul li a
{
   color: #6F6F6F;
}

.mod-custom__social ul li a:hover
{
   color: #F93;
}

/**************************************************************************************/
/*   Buttons                                                        */


a.btn,
a.readmore,
.btn_info,
.btn-info,
.btn-group button.btn,
.mod-newsflash a.readmore,
.btn-primary,
.btn_primary,
.contentpane .button
{
   color: #B52B2B;
   background-color: transparent;
   font-weight: bold;
   text-align: center;
   background-image: url(../images/bg.bnt.png);
   background-repeat: no-repeat;
   background-position: left top;
}

.btn-group button.btn,
.btn-toolbar .btn
{
   background-image: none;
}

#component a.btn,
#component a.readmore,
#component .btn_info,
#component .btn-info,
#component .btn-group button.btn,
#component .mod-newsflash a.readmore,
#component .btn-primary,
#component .btn_primary,
#component .contentpane .button,
#content-row-4 a.btn,
#content-row-4 a.readmore,
#content-row-4 .btn_info,
#content-row-4 .btn-info,
#content-row-4 .btn-group button.btn,
#content-row-4 .mod-newsflash a.readmore,
#content-row-4 .btn-primary,
#content-row-4 .btn_primary,
#content-row-4 .contentpane .button
{
}

a.btn:hover,
.btn_info:hover,
.btn-info:hover,
.btn_info:active,
.btn-info:active,
.btn_info.active,
.btn-info.active,
.btn_info.disabled,
.btn-info.disabled,
.btn_info[disabled],
.btn-info[disabled],
.btn-primary:hover,
.btn_primary:hover,
.btn-primary:active,
.btn_primary:active,
.btn-primary.active,
.btn_primary.active,
.btn-primary.disabled,
.btn_primary.disabled,
.btn-primary[disabled],
.btn_primary[disabled],
.mod-newsflash a.readmore:hover,
a.readmore:hover,
.contentpane .button:hover
{
   color: #000000;
   background-position: left bottom;
}

#component a.btn:hover,
#component .btn_info:hover,
#component .btn-info:hover,
#component .btn_info:active,
#component .btn-info:active,
#component .btn_info.active,
#component .btn-info.active,
#component .btn_info.disabled,
#component .btn-info.disabled,
#component .btn_info[disabled],
#component .btn-info[disabled],
#component .btn-primary:hover,
#component .btn_primary:hover,
#component .btn-primary:active,
#component .btn_primary:active,
#component .btn-primary.active,
#component .btn_primary.active,
#component .btn-primary.disabled,
#component .btn_primary.disabled,
#component .btn-primary[disabled],
#component .btn_primary[disabled],
#component .mod-newsflash a.readmore:hover,
#component a.readmore:hover,
#component .contentpane .button:hover,
#content-row-4 a.btn:hover,
#content-row-4 .btn_info:hover,
#content-row-4 .btn-info:hover,
#content-row-4 .btn_info:active,
#content-row-4 .btn-info:active,
#content-row-4 .btn_info.active,
#content-row-4 .btn-info.active,
#content-row-4 .btn_info.disabled,
#content-row-4 .btn-info.disabled,
#content-row-4 .btn_info[disabled],
#content-row-4 .btn-info[disabled],
#content-row-4 .btn-primary:hover,
#content-row-4 .btn_primary:hover,
#content-row-4 .btn-primary:active,
#content-row-4 .btn_primary:active,
#content-row-4 .btn-primary.active,
#content-row-4 .btn_primary.active,
#content-row-4 .btn-primary.disabled,
#content-row-4 .btn_primary.disabled,
#content-row-4 .btn-primary[disabled],
#content-row-4 .btn_primary[disabled],
#content-row-4 .mod-newsflash a.readmore:hover,
#content-row-4 a.readmore:hover,
#content-row-4 .contentpane .button:hover
{
   color: #000000;
   background-position: left bottom;
}


/**************************************************************************************/
/*   Pagination                                                        */


.pagination ul li .pagenav
{
   color: #555555;
}

.pagination ul li span.pagenav
{
   color: #444444;
}

.pagination ul li a.pagenav
{
   color: #009ee3;
}

.pagination ul li a.pagenav:hover
{
   color: #ffffff;
}

.pagination ul li.num span.pagenav
{
   color: #ffffff;
}


/**************************************************************************************/
/*   BlockNumbers                                                   */


span.blocknumber
{
    background-color: #B52B2B;
    color: #FFFFFF;
}

span.blockchar
{
    background-color: #333333;
    color: #FFFFFF;
}

#footer span.blocknumber
{
    background-color: #B52B2B;
    color: #FFFFFF;
}

span.blocktitle
{
    font-size: 18px;
    padding-bottom: 5px;
    text-transform: uppercase;
   color: #B52B2B;
   font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
}

/**************************************************************************************/
/*   Toggling                                                       */


.toggle_content
{
    background-color: #FDFDFD;
    border: 1px solid #DEDEDE;
    color: #121212;
}


/**************************************************************************************/
/*   Newsflash                                                      */


.mod-newsflash-adv__links .item_content
{
   background-color: #e9e9e9;
}

.mod-newsflash-adv__links .item_content ul li a,
.mod-newsflash-adv__links.support .item_introtext
{
   color: #7F7F7F;
}

.mod-newsflash-adv__links .item_content ul li a:hover
{
   color: #B52B2B;
}

.mod-newsflash-adv__links a.readmore:hover
{
   color: #B52B2B;
}


/**************************************************************************************/
/*   Back to Top                                                    */


#back-top a
{
   font-family: Arial, Helvetica, sans-serif;
   color: #626262;
}

#back-top a:hover
{
   color: #626262;
}

#back-top span
{
   background-color: transparent;
}


/**************************************************************************************/
/*   Gallery                                                        */


.page-gallery .item_title
{
   font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif
}

.page-gallery a.zoom span.zoom-bg,
.page-item__gallery a.zoom span.zoom-bg
{
   background-color: #000000;
}

#galleryOverlay
{
   background-image: url(../images/bg.gallery.png);
}


/**************************************************************************************/
/*   Testimonials                                                   */


.blockquote
{
   background-image: url('../images/styles/default/blockquote.png');
}


/**************************************************************************************/
/*   General
/**************************************************************************************/
/**************************************************************************************/

.wrapper
{
}

.muted
{
   color: #B52B2B;
}


/**************************************************************************************/
/*   Header
/**************************************************************************************/
/**************************************************************************************/

#top_header
{
}


/**************************************************************************************/
/*   Header Row                                                        */

#header-row
{
   background-image: url('https://digas.de/images/balken-mainnav-BG_2560x200px.png') !important;
   /*background-size: auto;*/
   background-repeat: no-repeat;
   background-color: #ffffff;
  /* background-position: auto !important;
   background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
   background-size: cover;
   top:0px;
   position:fixed !important;
   /*position:absolute;*/
   max-height: 160px;
   width:100%;
   z-index: 100000;
   /*size: contain;*/
}

#header-row .wrapper
{
   /*background-position: center top;
   background-size: cover;
   background-repeat: no-repeat;*/
}

#header-row .container
{
}

#header-row .btn-search
{
   background-color: #FFFFFF !important;
}

#header-row .moduletable.call-now
{
   color: #FFFFFF;
   text-shadow: 1px 1px 1px #8F1010;
}

#header-row .moduletable.call-now div
{
}

#header-row .moduletable.call-now span
{
}

#logo span.slogan
{
}

.moduletable.social ul li.border
{
   background-image: url(../images/styles/default/menu.li.border.png) !important;
   background-repeat: repeat-y !important;
   background-position: top center !important;
}

#header-row .moduletable.search input
{
   background-color: transparent;
   color: #000000 !important;
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset;
   background-image: url('../images/bg.menu.active.png') !important;
   border: none;
}


/**************************************************************************************/
/*   Navigation Row */


#as-menu
{
   background-color: transparent !important;
   background-image: none !important;
}

#as-menu ul.as-menu > li a:hover
{
   background-image: none;
}

#as-menu ul.as-menu li a,
#as-menu ul.as-menu li span
{
   /* color: #FFFFFF !important;*/
   text-shadow: none !important;
   color: #00000 !important;
   background-color: none !important;
   /*border: 5px solid #009ee3;*/
   text-shadow: none !important;
   height: auto;
   width: 128px !important;
}

#as-menu ul.as-menu > li:hover,
#as-menu ul.as-menu > li.active,
#as-menu ul.as-menu > li.asHover,
#as-menu ul.as-menu > li.current,
#as-menu ul.as-menu > li.active > span,
#as-menu ul.as-menu > li.asHover > span,
#as-menu ul.as-menu > li.current > span
{
   /*margin: 10px 0px 0px 0px !important;*/
   color: #000000 !important;
   background-color: none !important;
   /*border: 5px solid #009ee3;*/
   text-shadow: none !important;
   height: 88px;
   width: 128px !important;
}

#as-menu ul.as-menu > li.active > a,
#as-menu ul.as-menu > li.asHover > a,
#as-menu ul.as-menu > li.current > a,
#as-menu ul.as-menu > li > a:hover,
#as-menu ul.as-menu > li > span:hover
{
   color: #000000 !important;
   /*border: 5px solid #009ee3;*/
   height: 100px;
   background-color: none !important;
   height: 88px;
   width: 128px !important;
}

#as-menu ul.as-menu ul li a:hover,
#as-menu ul.as-menu ul li span:hover,
#as-menu ul.as-menu ul li.active > a,
#as-menu ul.as-menu ul li.asHover > a,
#as-menu ul.as-menu ul li.active > span,
#as-menu ul.as-menu ul li.asHover > span
{
   color: #000000;
   background-color: none !important;
   text-shadow: none !important;
   transition: all 0.1s ease 0s;
   border-radius: 0px;
}

#as-menu ul.as-menu ul
{
   background-color: #009e3 !important;
   background-image: none !important;
   border: 0px;
}

#as-menu ul.as-menu ul li a,
#as-menu ul.as-menu ul li span
{
   color: #ffffff !important;
   background-image: none;
   text-shadow: none !important;
}



/**************************************************************************************/
/*   Slider Row                                                        */

#slider-row
{
}

#slider-row .moduletable.slider
{
   border: 1px solid #B52B2B;
}

.slide_title
{
    color: #626262;
}

.camera_caption a.readmore
{
}

.slide_title a
{
    color: #626262;
}

.slide_title a:hover
{
    color: #B52B2B;
}

.slide_title .item_title_part0
{
    color: #B52B2B;
}

.camera_caption p
{
}

.camera_caption a.readmore
{
   background-color: #B52B2B;
   background-image: -moz-linear-gradient(top, #B52B2B, #B52B2B);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B52B2B), to(#B52B2B));
   background-image: -webkit-linear-gradient(top, #B52B2B, #B52B2B);
   background-image: -o-linear-gradient(top, #B52B2B, #B52B2B);
   background-image: linear-gradient(to bottom, #B52B2B, #B52B2B);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffB52B2B', endColorstr='#ff74B690', GradientType=0);
}

.camera_caption a.readmore:hover
{
   background-image: -moz-linear-gradient(top, #B52B2B, #B52B2B);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B52B2B), to(#B52B2B));
   background-image: -webkit-linear-gradient(top, #B52B2B, #B52B2B);
   background-image: -o-linear-gradient(top, #B52B2B, #B52B2B);
   background-image: linear-gradient(to bottom, #B52B2B, #B52B2B);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74B690', endColorstr='#ff74B690', GradientType=0);
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.camera_wrap .camera_pag .camera_pag_ul li:hover
{
   background-color: #B52B2B;
}

.camera_wrap .camera_pag .camera_pag_ul li
{
   background-color: #B52B2B;
}


/**************************************************************************************/
/*   Breadcrumb Row                                                    */


#breadcrumbs-row .moduletable .breadcrumb
{
    background-color: #F2F2F2;
    box-shadow: 0 0 2px 0 #CCCCCC inset;
   border-radius: 5px;
}

#breadcrumbs-row .moduletable .mod-custom
{
    background-color: transparent;
}

#breadcrumbs-row .moduletable h2
{
}

#breadcrumbs-row .moduletable .breadcrumb
{
}


/**************************************************************************************/
/*   Featured Row                                                   */


#featured-row
{
   background-color: #F2F2F2;
   box-shadow: inset 0px 3px 2px -3px #CCC, inset 0px -3px 2px -3px #CCC;
}

#featured-row .mod-newsflash .item,
#featured-row .mod-custom
{
   background-color: transparent;
}

#featured-row .mod-newsflash .item img:hover,
#featured-row .mod-custom img:hover
{
   background-color: #EFEFEF;
}

#featured-row .module_title,
#featured-row .newsflash-title
{
   background-color: transparent;
}

#featured-row h3 a,
#featured-row h4 a
{
   color: #626262;
}

#featured-row h3 a:hover,
#featured-row h4 a:hover
{
   color: #B52B2B;
}

#featured-row p
{
   border-top: 1px solid #CCC;
   padding-top: 15px;
}

#featured-row .mod-newsflash .item ul li a
{
   color: #7f7f7f;
}

#featured-row .mod-newsflash .item ul li a:hover
{
   color: #B52B2B;
}

#featured-row .mod-newsflash .item img,
#featured-row .mod-custom img
{
}


/**************************************************************************************/
/*   Content
/**************************************************************************************/
/**************************************************************************************/

#content-row-2 .content-row-2 .mod-custom,
#content-row-2 .content-row-2 .mod-newsflash
{
    background-color: #F2F2F2;
    box-shadow: 0 0 2px 0 #CCCCCC inset;
}

.page-featured .item__featured
{
    border-bottom: none;
}

.page-featured .items-leading .item__featured,
.page-featured .items-row:last-child .item__featured
{
   border-bottom: none;
}

.page-blog .category_desc p,
.page-category .category_desc p,
.page-category .items-row
{
    border-bottom: none;
}

.item_info_dl dd
{
   /*border-right: 1px solid #B3B3B3;*/
   font-family: 'Nunito', sans-serif !important;
   color: #009ee3 !important;
   font-weight: bold !important;
   font-size: 14px !important;
   background-color: #ffffff !important;
   border-radius: 0px 0px 8px 8px !important;
   display: inline-block !important;
   line-height: 14px !important;
   padding: 8px 16px !important;
   margin-right: 0px !important;
}


/**************************************************************************************/
/*   Blog Pages                                                        */


.page-blog p.item_title
{
   font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif
}

.page-blog .items-leading,
.page-blog .items-row
{
   border-bottom: 1px solid #009ee3;
}


/**************************************************************************************/
/*   Archive Page                                                   */


.page-archive .alert-info
{
   background-color: #eeeeee;
   border: 1px solid #eeeeee;
}


/**************************************************************************************/
/*   Contacts Page                                                     */


#contact_map
{
}


/**************************************************************************************/
/*   Sidebars
/**************************************************************************************/
/**************************************************************************************/


#aside-row-2-left h3.module_title
{
   color: #B52B2B
}

#aside-row-2-left .moduletable,
#aside-row-2-right .moduletable
{
   background-color: #F2F2F2;
   box-shadow: 0 0px 2px 0px #CCCCCC inset
}

.mod-newsflash .item
{
   border-bottom: none;
}


/**************************************************************************************/
/*   Featured Row                                                   */


#content-row-4 .mod-newsflash .item,
#content-row-4 .mod-single-article,
#content-row-4 .mod-custom
{
    background-color: #F2F2F2;
    box-shadow: 0 0 2px 0 #CCCCCC inset;
}

#content-row-4 .mod-newsflash .item:hover
{
   background-color: #EFEFEF;
}

#content-row-4 .module_title
{
}

#content-row-4 .mod-newsflash .item ul li a
{
   color: #7f7f7f;
}

#content-row-4 .mod-newsflash .item ul li a:hover
{
   color: #B52B2B;
}

/**************************************************************************************/
/*   Footer
/**************************************************************************************/
/**************************************************************************************/

#footer
{
}

#footer-row
{
   color: #CCC;
   box-shadow: inset 0px 3px 2px -3px #222222, inset 0px -3px 2px -3px #000000;
   background-color: #555555;
   background-image: -moz-linear-gradient(top, #555555, #111111);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#111111));
   background-image: -webkit-linear-gradient(top, #555555, #111111);
   background-image: -o-linear-gradient(top, #555555, #111111);
   background-image: linear-gradient(to bottom, #555555, #111111);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff111111', GradientType=0);
}

#footer-row h2
{
   color: #FFFFFF;
}

#footer-row p,
#footer-row h3
{
   color: #FFFFFF;
}

#footer-row a.btn:hover,
#footer-row .btn-primary:hover
{
   color: #666;
}

#footer-row .footer-row-separator
{
   border-top: 1px solid #3f3f3f;
   border-bottom: 1px solid #0f0f0f;
}

#footer-row ul li
{
   list-style-image: none;  /*url('../images/styles/default/li.style.png');*/
}

#footer-row ul.workinghours
{
   background-color: #F7F7F7;
   border-radius: 5px;
}

#footer-row ul.workinghours li
{
   list-style-image: none;
   list-style-type: none;
   color: #626262;
}

#footer-row ul.workinghours li .weekday
{
   font-weight: bold;
   color: #B52B2B;
}

#footer-row ul.nav li a
{
   color: #ffffff !important;
   padding: 8px 0px 8px 0px;
   margin: 8px 0px 8px 0px;
}

#footer-row ul.nav li a:hover
{
   background-color: transparent;
   color: #009ee3 !important;
   Font-weight: bold;
}

#footer-row .footer-row-2 p
{
   color: #CCC;
}

#copyright-row
{
   background-color: #fff;
   border-top: 0px solid #fff;
   color: #ffffff !important;
   font-size: 12px !important;

   background-image: url('https://digas.de/images/balken-footer-BG_2560x200px.png') !important;
   /*background-size: auto;*/
   background-repeat: no-repeat;
     /* background-position: auto !important;
   background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
   background-size: cover;
   /*top:0px;
   position:fixed !important;*/
   /*position:absolute;*/
   max-height: 100px;
   width:100%;
}

#copyright-menu li
{
   border-right: 1px solid #b3b3b3;
}

#copyright-menu li a
{
   color: #626262;
}

#copyright-menu li a:hover
{
   color: #B52B2B;
}

#copyright-menu li.current a,
#copyright-menu li.active a
{
   color: #B52B2B;
}

#footer-row div.sigplus-gallery ul > li > img,
#footer-row div.sigplus-gallery ul > li > a > img
{
   -webkit-box-shadow: 1px 1px 1px -1px #FFFFFF;
   -moz-box-shadow: 1px 1px 1px -1px #FFFFFF;
   box-shadow: 1px 1px 1px -1px #FFFFFF;
}