
@import url(addons/anime.css);@import url(addons/ui.css);@import url(addons/menu_style.css);@import url(addons/font-awesome.css);@import url(addons/jquery.alertable.css);@import url(addons/select2.css);@import url(addons/datepicker.css);@import url(addons/EimodPopup.css);
/* Main Theme 0d4b53*/
:root{
    --main-background:#01337c;
    --sub-background:#040505;
    --topbar-border:#ca3c23;
    --footer-border:#d8482e;
}

* { font-family: inherit; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
html { height: 100%; text-align:left; 
-webkit-text-size-adjust:150%;-ms-text-size-adjust:150%
}
body {
    margin:0;text-align:left;
    direction:ltr;unicode-bidi:embed; position:relative; 
    width: 100%;height:100%;
    -webkit-text-size-adjust:150%;
    -ms-text-size-adjust:150%;
    font-size:1em;
    font-family: 'Open Sans', sans-serif;
    background:#eef1f1;
    overflow-x:hidden;
}

*{
  border-radius:5px;
}

/* FIXES */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

*html .clearfix {
    height: 1%;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* PAGE STYLE*/
#main_block{
    background: #fff;
    margin-bottom:50px;
    overflow: hidden;
    color:#222;
}
#page_container{
    position: relative;
    /* min-height: 50px;
    transition-delay: 0.29s; */
    color:#222;
    /* background: #ffffff; */
    padding:5px 8px 5px 8px;
    border-radius: 0px;
    border:none;
}

#page_container p {
    padding:10px;
}


.main_container{
    position: relative;
    width: calc( 100% - 4px );
    max-width:950px;
    margin: auto auto;
}

.build-version{
    font-size:smaller;
    color:#ccc;
    padding:5px;
}

/**/
/*UI*/
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	padding: 0;
}
td{
    vertical-align: middle;
}
img, fieldset, abbr, acronym { border: 0 }
img, div { behavior: url(iepngfix.htc) }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	outline: none !important;
	font-family: 'Ubuntu', sans-serif; /* 400, 700 */
}

b,strong{
    font-weight: bold;
}

.orr{border: 1px solid rgba(0,0,0,0.3);}
.err{border: 2px solid #C30;}

input {outline:none !important;}
iframe {border:0;}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
};

/* CUSTOME STYLING */
.invalid{
    background:#f8b9af;
}

.pos-absol{
    positon:absolute;
}
.pos-rel{
    position:relative;
}
/* DEFAULT Table style*/
/* Zebra striping */
.table-styledtr:nth-of-type(odd){ 
    background: #eee; 
  }
.table-styled{
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 10px 0;
    z-index:1;
}
.table-styledtr:hover,.table-styledtr.active {
    background-color: #ECF7E7; 
}

.table-styledth, .table-styledtd {
    padding: 1px 4px;
    border: 1px solid #b2d1f0;
    white-space: nowrap;
}

/*CUSTOM Classes*/
.c-pointer{
  cursor:pointer;
}

.float-right{
    float:right;
}

.float-left{
    float:left;
}

.table-styledth {
    text-align: center;
    font-weight:bold;
    background-color: #96a2ac;
    color:#fff;
    padding:8px;
}

.table-styled.button2{
    padding: 5px;
    display:block;
    width:100%;
    height:100%;
}

.table-styled.pm_header, .table-styled.pm_footer {
    padding: 4px;
    text-align: center;
    background-color: #b2d1f0;
}
.table-styled.pm_footer {
    text-align: right;
    padding-right: 10px;
    font-weight: normal;
}
.table-styled.img {
    width: 20px;
    background: transparent url(img/email_open.gif) no-repeat center center;
}
.table-styled.unread td.img { background: #DEF8D3 url(img/email-icon.png) no-repeat center center; }
.table-styled.inactive td { background-color: #DEF8D3; font-weight: bold; }

.table-styledtr.activeprod{
    background:#89cff5;
    border:2px solid #333;
}

.pm tr.lbl > td:first-child,.pm tr.lbl > td:last-child{
    background:#e2eff0;
    color:#222;
    font-size:smaller;
    padding-right:4px;
    font-weight:400;
}


.rTable {
        display: table;
        width: 100%;
}
.rTableRow {
        display: table-row;
        background:#e2eff5;
}
.rTableRow:hover{
    background:#e2fff0;
}

.rTableHeading {
        display: table-header-group;
        background-color: #ddd;
}
.rTableCell, .rTableHead {
        display: table-cell;
        padding: 3px 10px;
        border: 1px solid #999999;
        border-radius:0;
        background-color: #ddd;
}
.rTableHeading {
        display: table-header-group;
        background-color: #ddd;
        font-weight: bold;
}
.rTableFoot {
        display: table-footer-group;
        font-weight: bold;
        background-color: #ddd;
}
.rTableBody {
        display: table-row-group;
}

tr.separator{
    <!-- height:38px; -->
    border-radus:0;
    <!-- background:#ecf6f5 -->
}

tr.separator td.title{
    padding:20px 15px 5px 15px;
    border-bottom:1px 0dotted #9C6;
    border-radus:0;
    v-align:bottom;
    color:#37878d;
    font-wight:bold;
}

tr.response{
    <!-- height:38px; -->
    border-radus:0;
    background:#ecf6f5;
    display:none;
}

tr.response td.message{
    
    color:#37878d;
    font-weight:bold;
    font-size:smaller;
}

tr.response td.message.error{
    background:#fb907b;
    color:#fff;
}

tr.response td.message.success{
    background:#87fb7b;
}



ul.social-icon{
  padding-inline-start: 5px;
}

.social-icon li {
	display: inline-block;
  }
  
  .social-icon li a {
	color: #000;
	background: #fff;
	width: 35px;
	height: 35px;
	line-height: 38px;
	display: block;
	text-align: center;
	border-radius: 100%;
	font-size: 16px;
	margin: 15px 6px 12px 6px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	text-decoration: none;
	color: #fff;
  }
  
  .social-icon li a:hover {
	color: #fff;
  }
  
  .social-icon li .facebook{
	background: #3b5999;
  }
  
  .social-icon li .twitter{
	background: #4A9CEC;
  }
  
  .social-icon li .instagram{
	background: #D6274D;
  }
  
  .social-icon li .linkedin{
	background: #1260A2;
  }
  
  .social-icon li .google{
	background: #CE332A;
  } 
 
  .social-icon li .facebook:hover {
	background: #3b5999;
  }
  
  .social-icon li .twitter:hover {
	background: #4A9CEC;
  }
  
  .social-icon li .instagram:hover {
	background: #D6274D;
  }
  
  .social-icon li .linkedin:hover {
	background: #1260A2;
  }
  
  .social-icon li .google:hover {
	background: #CE332A;
  }


/* POPUPS */
/*popup*/

/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
	padding:0;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
	z-index:1010;
}
 
/* Inner */
.popup-inner {
    max-width:700px;
	height:100%; 
    width:100%;
    padding:0px;
	overflow:hidden;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}

.popup-append{
	max-width:700px;
	max-height:100%; 
	overflow-y:scroll;
	width:100%;
}

 
/* Close Button */
.popup-close img{
    width:30px;
    height:30px;
    padding-top:0px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.popup-close img:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}


.chat_hd{border-bottom:1px #ccc solid;margin:0; background:#ccc;padding:0px;}
.chat_hd:hover{background:#bdbcbc;}
.chat_bck{background:#b1b0b0; width:90px;}
.chat_bck:hover{background:#0d99aa;}
.chat_hd_tbs{
	position:relative;
	background:#666;
}
.chat_hd_tbs li a{
	float:left;
	background:#47889d; 
	width:auto;
	padding:0px 10px 0px 10px;
	margin-right:1px;
	line-height:50px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	cursor:pointer;
	text-align:center;
}
.chat_hd_tbs li a.bck{
	padding:0px 5px 0px 5px;
	border-right:4px #0099CC solid;
	height:50px;
}
.chat_hd li a:hover{
	background:#0d99aa;
}
.chat_hd li a.active{
	border-left:4px #0099CC solid;
	border-right:5px #0099CC solid;
	background:#fff;
	color:#0099CC
}

/* Custom page header */
#navbar{
    border-radius: 0;
    margin-top:-50px;
    background:#494848;
    padding-top:4px;
}

/* Custom page header */
header {
    position: relative;
    padding-bottom: 20px;
    background:url(../img/header.png) top center no-repeat;
    background-position: cover;
    border-radius: 0;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 19px;
    padding-bottom: 52px;
    text-align: center;
    height:150px;
}


#tbar_tools{
    position:relative;
    width:100%;
    margin: auto auto;
    padding:1px;
    border-bottom:1px dashed #e273a0;
    display: flex;
    justify-content: center;
    /* grid-gap: 2px;
    -ms-grid-columns: 1fr  1fr  1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(auto-fit, minmax(25px, 1fr));
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: repeat(1, auto); */
}

#tbar_tools li{
    list-style:none;
    display:inline-block;
    margin:1px;
    cursor:default;
    color:#fff;
    font-size:11px; 
    padding:1px 5px 1px 5px;
    margin-top:2px;
    background:rgb(73, 72, 72);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
    border-radius: 4px;
}

#tbar_tools li .badge{
    background:#7a7175;
}

#tbar_tools li.badge:empty,#tbar_tools li.badge[value="0"]{display:none}

/* Responsive*/
@media screen and (max-width: 600px) {
    #tbar_tools{
        width:90%;        
    }
}


#logoarea{
    <!-- background:#ccc;
     -->
}

#header-fallback {
  background: url(../img/logo.svg);
  background-size:cover;
  width:100%;
  max-width:400px;
  height:115px;
}

#main-logo{
    width:200px;
    left:0;
}

/*SVG*/
#svglogo{
    width:100%;
    max-width:400px;
    height:115px;
}

#svglogo .blue{
    fill:#98d4d9;
}

#svglogo .blue:hover{
    fill:#7ac6cc;
}

#svglogo .light-blue{
    fill:#fbfbfc;
}

#svglogo .light-blue:hover{
    fill:#dbf5f5;
    <!-- transform: rotate(180deg); -->
    transition: all 500ms ease;
}


/* Make the masthead heading the same height as the navigation */
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}
#logocont{
    position: absolute;
    left:0;
    display:none;
}
/* Custom page content */
.cont-center{
    position: absolute;
    left:50%;
    top:50%;
}
.menu_loading{
    position: absolute;
}
#contentarea{
    position: relative;
    background:transparent;
    border-radius: 0;
    padding-right: 15px;
    padding-left: 10px;
    overflow: hidden;
    height: auto;
    transition-delay: 0.29s;
    transition-property: clip;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    
    background:url(../img/bck_wht.png) top left repeat;
}

#submenuarea{
    background: #3e3e3e;
}

/* Custom page footer */
/* Footer*/
footer {    
    background:#3e3e3e;
    padding:0;
    color: rgb(226, 221, 221);
    border-radius: 0;
    text-align: center;
    border-top: 4px #07459f dotted;
    min-height:200px;
    <!-- font-size:smaller; -->
    color:#333;
    overflow:hidden;
}

.footer_info{
    width:70%;
    float:left;
    display: table-row;
    border-top:1px #3e3e3e solid;
    <!-- background:#494848; -->
    color:#ccc;
    margin-right:2px;
    min-height:80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
    text-align:left;
    padding:5px;
    font-size:smaller;
}

.extras{
    display: table-cell;
    background:#464545;
    color:#ccc;
    min-width:calc((100%/3) - 2px);
    <!-- float:left;  -->
    margin-right:2px;
    min-height:80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
    text-align:left;
    padding:5px;
    border-right: 3px solid #3e3e3e;
}

.contacts_info{
    display: table-row;
    border-top:1px #3e3e3e solid;
    <!-- background:#494848; -->
    color:#ccc;
    width:calc(100% - 2px);
    float:left; 
    margin-right:2px;
    min-height:80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
    text-align:left;
    padding:2px;
}

.contacts_extras{
    display: table-cell;
    border-right: 2px solid #3e3e3e;
    background:#464545 url(../img/loc.png) left center no-repeat;
    color: #929cab;
    <!-- width:calc((100%/3) - 2px); -->
    <!-- float:left;  -->
    margin-right:2px;
    min-height:80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
    text-align:left;
    padding:5px;
    padding-left:40px;
}

.contacts_extras h2{
    color: #ccc;
}

.contacts_extras:hover{
    background-color:#0b408d;
}

.contacts_extras li{
    list-style: none;
    cursor: pointer;
    color: #929cab;
    margin: 1px;
    border-left:1px #404141 dashed;
    text-indent: .3em;
    border-radius:0;
}
.contacts_extras li:hover,.contacts_extras li.active{
    color:#0b408d ;
    background-color:#ccc;
}



.extras:hover,.extras_info:hover{
    background:#0b408d;
}

.extras li{
    list-style: none;
    cursor: pointer;
    color: #929cab;
    margin: 1px;
    border-left:1px #404141 dashed;
    text-indent: .5em;
    border-radius:0;
}
.extras li:hover,.extras li.active{
    color:#0b408d ;
    background-color:#ccc;
}

.loc{
    background:#464545 url(../img/loc.png) left center no-repeat;
}
.mob{
    background:#464545 url(../img/mob.png) left center no-repeat;
}
.eml{
    background:#464545 url(../img/eml.png) left center no-repeat;
}

.lnk{
    background:#464545 url(../img/lnk.png) left center no-repeat;
}


.social_links{
    width:29.5%;
    float:left;    
    font-size:smaller;
    color: #929cab; 
    text-align:center;
    border-radius:0;
    background-color:#504f4f;
}

.social_links .logo{
    background:#464545;
    margin-bottom:2px;
    border-top-left-radius:0;
}

.copyright{
    background:#494848;
}
.copyright a{
    color:#929cab;
    text-decoration:none;
}
.copyright a:hover{
    color:#638cc7;
}

.ftr_b{
    border-bottom: 1px #09565f dashed;
    margin-bottom:3px;
}


#ftrBrd{
    border-top: 3px solid fb5f45;
    border-top: 3px solid var(--footer-border);
    position:fixed;
    bottom:0;
    z-index:1011;
    width:100%;
    font-size: smaller;
    padding:2px; 
    background:#fb5f45;
    background: var(--footer-border);
    color:#fff;
}
.social-media-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color:#525151;
}

.social-media-icons li {
    display: inline-block;
    height: 35px;
    border-radius:0;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
}

.social-media-icons a {
    background-image: url(../img/social-icons.png);
    /* background-image: url(../img/social-icons.svg), none; */
    background-repeat: no-repeat;
    display: block;
    height: 33px;
    
    transition: all 350ms ease-out;
    -webkit-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    width: 29px;
    shape-outside: polygon(50% 0%, 0% 100%, 100% 100%);
    opacity: 0.8;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); 
}


.social-media-icons a.rt:hover {
    filter: alpha(opacity=80);
    opacity: 1;
    -moz-transform: rotate(57deg);
    -webkit-transform: rotate(57deg);
    transform: rotate(57deg);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.twitter {
    background-position: 0px 0;
}

.facebook {
    background-position: -30px 0;
}

.dribbble {
    background-position: -122px 0;
}

.pinterest {
    background-position: -92px 0;
}

.deviantart {
    background-position: -150px 0;
}

.table {
    display: table;
    width: 100%;
}

.table-row {
    display: table-row;
    width: 100%;
}

.table-cell {
    display: table-cell;
}

@media only screen and (max-width: 770px) {

}


@media only screen and (max-width: 600px) {
    .footer_info{
        width:100%;
        border:none;
    }
    .extras{
        width:100%;
        float:left;    
        border-radius:0;
        <!-- border-bottom: 2px rgb(179, 176, 176) solid; -->
        padding: 5px;
        margin-bottom:3px;
    }

    .table{
        display: block;
    }

    .table-cell{
        display:inline-block;
        width:100%;
        margin-bottom:2px;
    }

    .social_links{
        width:100%;
        padding:5px;
    }
}

/*Table style*/

.table-wrapper{
  overflow-x:auto;
}

.pm {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 10px 0;
	z-index:1;
	overflow: scroll;
	
}
.pm tr:hover,.pm tr.active {
background-color: #ECF7E7; 
}

.pm th, .pm td {
    padding: 1px 4px;
	border: 1px solid #b2d1f0;
	vertical-align: middle;
	text-align: center;
}

.pm th {
    text-align: center;
	background-color: #dceaf8;
	
	font-weight: bold;
	border-bottom-width: 5px;
}

.pm .pm_header, .pm .pm_footer {
    padding: 4px;
    text-align: center;
    background-color: #b2d1f0;
}
.pm .pm_footer {
    text-align: right;
    padding-right: 10px;
    font-weight: normal;
}
.pm .img {
    width: 20px;
    background: transparent url(imgx/email_open.gif) no-repeat center center;
}
.pm .unread td.img { background: #DEF8D3 url(imgx/email-icon.png) no-repeat center center; }
.pm .inactive td { background-color: #DEF8D3; font-weight: bold; }

.pm .lable{
	background:#dceaf8;
	width:80px;
	text-align: right;
}
.pm tr:nth-of-type(odd){ 
	background: #eee; 
  }

  /*FAQs*/
.faq li { padding: 5px; }

.faq li.q {
  background: #4FC2E;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
}

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


.faq li.a {
  background: #3BB0D6;
  display: none;
  color:#fff;
}

#options-block{
    border:1px #0f6695 solid;
    position:relative;
    margin:5px;
    padding-top:0px;
    background:#dde6eb;
}
#options-lable{
    font-size:small;
    background:#0f6695;
    padding:0 5px 0 5px;
    color:#fff;
    position:absolute;
    top:-10px;
    left:-2px;
    border-radius:6px;
}

#options-property{
    font-size:smaller;
    padding:10px;
    background: #1087c7;
    color:#fff;
}



/*pagination*/

.pagination{
padding: 2px;
margin: 1em 0;
clear: both;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .pagination li a{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li a{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited{
padding: 0 5px;
text-decoration: none; 
color: #11656f;
}
.pagination li.active{
font-size:smaller;
padding:1px 6px 1px 6px;
border-radius: 50%; 
color:#fff;
background:#11656f;
border:1px #11656f solid;
}
.pagination .btn{
color:#11656f;
font-size:smaller;
padding:1px 6px 1px 6px;
border-radius: 50%; 
background: #EAFEF9;

border:1px #ccc solid;
}

.pagination .btn:hover{
color:#fff;
background:#11656f;
}

.pagination a:hover{
color: #000;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #11656f;
color: #FFF !important;
border-color: #2b66a5;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight:100;
}


/* Statuses */
.status_0{
    background:;
    color:#333;
    padding:1px 8px 1px 8px;
}
.status_1{
    background: #FFCC33;
    color:#fff;
    padding:1px 8px 1px 8px;
}
.status_2{
    background: #096;
    color:#fff;
    padding:1px 8px 1px 8px;
}

.status_row_0{
    background:;
}
.status_row_1{
    background: #faebbe;
}
.status_row_2{
    background: #c0f0c9;
}



/*INHERITED FROM OLD SYSTEM*/
.info_block{
	padding:5px;position:relative;
}
* {
    color:  var(--c);
    margin: var(--m);
    /* etc. */
}

.white-title{
    color:#333;
    font-weight:bold;
}

.white-title img{
    margin-right:3px;
}

.details_box{
	border:1px #ccc solid;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	-khtml-border-radius:13px;
	padding:5px;
	background:url(../img/bck_wht.png) top left repeat;
}

.details_box_square{
	border:0px #ccc solid;
	border-radius:0;
    padding:5px;
    margin:-4px;
	background:#fff;
}

.image_box,.mr_box{
	width:29%; float:right; background:#;
}
.info_box{
	 width:69%; float:left;margin:3px;padding:3px;
}

/*Sections*/
.inf_block{
	margin-top:3px;
	position:relative;
}
.inf_icon{
    position:absolute;left:0;top:0px;
    width:50px;
    height:50px;
    border-radius:50%;
    padding:2px;
    background:#01337c url() center center no-repeat; 
    background-size:contain;
    border:2px solid #ccc;
    overflow:none;
}
.inf_cont{
	background: url(../img/bck_wht.png) top left repeat;
	border:2px #dbdada solid; 
	margin-left:2px; 
	border-radius:10px;
        overflow-y:hidden;
	padding:8px;
	/*box-shadow:0px 2px 6px #666;*/
	min-height:50px;
}
.inf_cont img.frame,.wrapper img.frame{
        max-height:150px;
}
.inf_title{
	float:left;color:#fff;font-weight:bold;margin-left:60px;line-height:36px;text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.inf_icon:hover,.inf_cont:hover{
    border:2px #ebebeb solid;
}

/* MERCHANT DETAILS */
.inf_cont_body{
    background: url(../img/bck_wht.png) top left repeat;
	border:2px #7a85a6 solid; 
	margin-left:2px; 
	border-radius:10px;
	padding:8px;
	/*box-shadow:0px 2px 6px #666;*/
    min-height:50px;
    margin-bottom:20px;
    position:relative;
}
.inf_cont_title{
    margin-top:-23px;
    display:table;
    height:20px;
    border:2px #7a85a6 solid;
    padding:3px;
    margin-bottom:4px;
    line-height:20px;
    font-size:1em;
    background:#7a85a6;
    color:#fff;
}

.inf_cont_title_right{
    position:absolute;
    top:-15px;
    right:5px;
    display:table;
    height:20px;
    border:2px #7a85a6 solid;
    padding:3px;
    margin-bottom:4px;
    line-height:20px;
    font-size:1em;
    background:#7a85a6;
    color:#fff;
    cursor:pointer;
}
.inf_cont_title_right:hover{
    background:#5b6a98;
}

.inf_sec_lable{
    color::#7a85a6;
    font-size:smaller;
    border-left:2px #c2c2c2 solid;
    border-radius:0;
    padding:2px;
}

.inf_sec_cont{
    font-size:larger;
}

.inf_cont_body:hover{
    <!-- border:2px #d4d2d2 solid; -->
    background:#fdfdf3;
}

.inf_tools{
    float:right;
}

ul.inf_sec_thumbs{

}

ul.inf_sec_thumbs li{
    float:left;
}

ul.inf_sec_thumbs li .thumb{
    width:50px;
}


/*TIPS*/
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #08abbe; cursor:pointer}

#tt {position:absolute;z-index:5; display:block; background:url(../img/tt_left.gif) top left no-repeat}
#tttop {display:block; z-index:5; height:5px; margin-left:5px; background:url(../img/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block;font-size:smaller;z-index:5; padding:2px 12px 3px 7px; margin-left:5px; background:#08abbe; color:#FFF}
#ttbot {display:block; z-index:5; height:5px; margin-left:5px; background:url(../img/tt_bottom.gif) top right no-repeat; overflow:hidden}


/* IMAGES*/
.mem_thumbs{
    height:auto;
    overflow:hidden;
    float:left;
    position:relative;
    margin:2px 8px 2px 1px;
    border:2px #ccc solid;
    width:25%;
}
.mem_thumbs:hover{
	border:2px #ddd solid;
}

.mem_thumbs img{
    padding:1px;
    width:calc( 100% - 2px);
}

@media all and (max-width:500px){
    #contentarea{
        padding-left:0px;
    }
    .mem_thumbs{
        width:calc(100% - 5px);
    }
}

.schl{
    position:absolute;
    z-index:5;
    bottom:0;
    background:#fff;
    width:100%;
    opacity:0.8;
    font-size:110%;
    padding:1px;
}
.frndsbtn{ width:auto;color:#fff;background:#069;}.frndsbtn:hover{color:#fff;background:#09C;}
.mem_thumbs img{
}
.sd_thumbs img.potrait{
width:100%;
height:auto;
}
/* MERCHANTS */
#merchants ul{
	display:block;
	margin: 0;
	padding:0;
}
#merchants ul li{
	background:#fff;
	margin:3px;
	margin-bottom: 5px;
	padding:0;
	color:#333;
	width: calc(100%-15px);
	position: relative;
	overflow:hidden;
	cursor: pointer;
	border: rgb(187, 189, 188) 2px solid;
	border-radius: 4px;
}
#merchants ul li:hover,#merchants ul li.active{
	background-color:rgb(244, 250, 195);
	border: rgb(140, 143, 141) 2px solid;
}

#merchants ul li .status{
	width: 5px;
	height: 50px;
	position: absolute;
	right:0;
	top:0;
	padding:10px;
}

#merchants ul li .avatar{
	float:left;
	width:50px;
	height:50px;
	border-radius: 50%;
	margin: 2px;
	margin-right:5px;
} 
#merchants ul li .cont{
	padding:15px;
}

#merchants .legend{
	background: #04398a;
	width: calc(100% - 5px); 
    height: 50px;
	display: flex;
	font-size:120%;
	justify-content: space-between;
	padding:3px; 
	padding-left: 5px;
	padding-right: 5px;
}

#merchants .legend span,#merchants .legend span abbr{
	width: 150px;
	height: 49px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
	zoom: 1;
	font-size: 80.5%;
	cursor:pointer;
	white-space: nowrap;
	padding-bottom:5px;
	padding-top:0px;
	border:#0f4ca8 dashed 1px;
	border-bottom: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	overflow: hidden;
	transition: .3s all;
}



#merchants .legend span.active{
	background:rgb(214, 212, 212);
	border: 0px #095fe0 solid;
	border-bottom:none;
	/* border-radius:6px; */
	/* padding-bottom:5px; */
	min-width:80px;
	
	color:#333;
}

#merchants .legend span.active .status_{
	color:#333;
}

#merchants .legend span .stt-title{
    width:100%;
    color:#fff;
    text-align:center;
}

#merchants .legend span.active .stt-title{
    color:#333;
}
	
ul#merchantsList{
	background:rgb(214, 212, 212);
	border: 2px #095fe0 solid;
	border-top: none;
	padding: 1px 5px 5px 5px;
}

/**/
ul.perm-list{
	padding: 2px;
}
ul.perm-list li{
	list-style: none;
}

ul.perm-list li.active{
	background:rgb(103, 189, 103);
	margin-bottom: 1px;
}


#profile{
	background:#fff;
}

.numberCircle {
	/* border-radius: 50%; */
	behavior: url(PIE.htc);
	/* remove if you don't care about IE8 */
	width: 30;
	height: 22px;
	padding: 5px;
	background: #fff;
	border: 0px solid #666;
	color: #fff;
	text-align: center;
	font: 12px Arial, sans-serif;
  }

.lable{
	width:80px;
	text-align: right;
	color:#40833b;
}
.lable_g{
    border-right:5px #50b948 solid;
    padding-right:5px;
    width:100px;
}

.profile_image{
	width: 300px;
	height: 300px;
	margin:auto auto;
	border-radius: 50%; /*don't forget prefixes*/
	background-image: url("../public/img/profile_male.png");
	background-position: center center;
	/* as mentioned by Vad: */
	background-size: cover;
	position:relative;
}

.legstt{
	width:10px;
	height:10px;
	margin:3px;
	border-radius:50%;
	float:left;
}

#cat_menu{
	margin:3px;
}
#cat_menu li{
	list-style:none;
}
#cat_menu li a{
	background:#333;
	color:#fff;
	margin-right:3px;
	border-radius:3px;
	float:left;
	padding:2px 8px 2px 8px;
	cursor:pointer;
	position:relative;
	display:block;
	overflow:hidden;
}
#cat_menu li a:hover,#cat_menu li a.active{
	background:#06F;
}

.status_{background-color:#a2d6d6;color:#333;}
#merchants ul li.stt_{background-color:#a2d6d6;color:#333;}
.status_1{background-color:#b8bbbb;color:#333}
#merchants ul li.stt_1{background-color:#e5e7e5;}
.status_2{background-color:rgb(245, 184, 52);color:#333;}
#merchants ul li.stt_2{background-color:rgb(250, 225, 170);}
.status_3{background-color:rgb(28, 13, 226);}
#merchants ul li.stt_3{background-color:rgb(171, 167, 223);}
.status_4{background-color:rgb(4, 168, 105);}
#merchants ul li.stt_4{background-color:rgb(149, 229, 199);}
.status_5{background-color:#e71313;}
.status_6{color:rgb(4, 168, 105);}
#merchants ul li.stt_5{background-color:#fcd2d2;}


/*TOOLS*/
.mtools{
	height: 63px;
	display: flex;
	background:rgb(214, 212, 212);
	padding: 5px 3px 0px 8px;
	border: 2px #095fe0 solid;
	border-bottom: 0px;
	justify-content: space-between;
	margin: auto auto;
	color: #222;
}
.myInput{
	/* width:50%; */
	min-width: 100px;
	font-size: 12px;
	padding: 2px 2px 2px 30px; 
	border: 1px solid #ddd; 
	margin-bottom: 12px;
    border-radius: 6px;
    line-height:12px;
}
.search{
	background-image: url('../img/search.png');
	background-position: 0px 5px; 
	background-repeat: no-repeat;
}
.date{
	background-image: url('../img/date.png');
	background-position: 10px 15px; 
	background-repeat: no-repeat;
}
.fullw{
	width:100%;
}
.halfw{
	width:50%;
}
.quaterw{
	width:20%;
}

/* TABS */
#tabs {overflow: hidden;width: 100%;margin: 0;background: #aaaaaa;padding: 0;list-style: none;font:12px Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif}
#tabs li {float: left;cursor:pointer;margin: 0 .5em 0 0;}
#tabs a {position: relative;background: #aaaaaa;padding: 0.7em 3em;float: left;	text-decoration: none;color: #fff;font-size: 13px;font-weight: bold;}
#tabs a:hover, #tabs a:hover::after, #tabs a:focus, #tabs a:focus::after {background: #aaaaaa;color: #000;}
#tabs a:focus {outline: 0;}
#tabs a::after {content: '';position: absolute;	z-index: 1;top: 0;right: -.5em;	bottom: 0;	width: 1em;background: #aaaaaa;}
#tabs .current a {background: #399ecd;	z-index: 3;color: #fff;}
#tabs .current a::after {background: #399ecd;z-index: 3;color: #fff;}
#tabs_cont {background: #fff;	padding: 0px;position: relative;z-index: 2;}

/* Notfications*/
#notifications{
	position:relative;
	
}
textarea{
    resize:vertical;
}

.menucat{border:1px #87d0d9 solid;color:#036;background:#86d0d9;margin-bottom:2px;margin-top:2px;cursor:pointer;}
.menucont{display:;background:#e3f0f5;padding:3px;border-left:2px #87d0d9 solid;border-right:2px #87d0d9 solid;border-radius:0px;border-bottom:2px #87d0d9 solid;margin-bottom:5px;margin-top:-2px;}
.menucat:hover{background:#86d0e9;}
.menucat.active{background:#FF9;}
.catog{float:right;background:#b0d6e3;height:22px;padding:2px 10px 2px 10px;cursor:pointer;}
.catog:hover{background:#e2f2f8}

#notifications li{float:left; width:99.5%;}
#notifications li a{text-decoration:none;}
#noti{float:left;margin:2px; padding:2px;list-style:none;overflow:hidden; cursor:pointer;}
.bare{color:#333;text-decoration:none}
#noti.psts{background:#e4fdd0;}#noti.psts.smiley{width:25px;}
#noti.cmnts{background:#fdf2d0;}
#noti.lbry{background:#fdf2d0;}
#noti.msg{background:#e4e6fe;}
#noti.usrs{background:#fee4fe;}
#noti:hover{ background:#FCC;}

/*EFFECTS*/
@-o-keyframes fadeIt {
    0%   { background-color: #FFFFFF; }
    50%  { background-color: rgb(238, 234, 22); }
    100% { background-color: rgb(238, 144, 22); }
  }
  @keyframes fadeIt {
    0%   { background-color: #FFFFFF; }
    50%  { background-color: rgb(238, 234, 22); }
    100% { background-color: rgb(238, 144, 22); }
  }
  
  .pm tr.new{
    background-image:none !important; 
    -o-animation: fadeIt 10s ease-in-out; 
       animation: fadeIt 10s ease-in-out;
       background-color: rgb(238, 234, 22);
  }

/*FORM OBJECTS*/
/* FORMS Styling*/
#descbox{
    font-align:left;
}
#descbox:not(:empty){
    border:3px #9C6 solid;
    padding:4px;
    border-radius:6px;
    background:rgb(230, 243, 155);
    
}

.close-button{
  cursor: pointer;
}

/* Form Styling*/
#form_container{
  width:100%;max-width:850px;margin: auto auto;
  border: 2px #fcf7d8 solid;
  padding: 3px;
}

#form_container tr{
  background: #fefcf1;
}

#form_container tr:hover{
  background: #fbf7df;
}

#form_container tr:focus {
background-color: #fbf7df;
}

#form_container .title{
  background:#66a423;
  border-radius: 20px;
  padding:10px;
  color:#fff;
}

#form_container .title_main{
  background:#66a423;
  padding:10px;
  color:#fff;
}

#form_container input,
#form_container select{
  border:1px #1c2f72 dashed;
  padding:10px;
  color:#1c2f72;
  width: 100%;
  background:#fcf7d8;
  box-sizing: border-box;
}

#form_container input:focus,
#form_container select:focus{
  background:#ede5b5;
}

#form_container input.err,#form_container select.err{border: 2px solid #C30;}

#form_container input[type="button"],
#form_container button{
  background:#147c4c;
  padding:10px;
  color:#fff;
  width:auto;
  margin: auto auto;
  cursor: pointer;
  margin: 6x;
  border: none;
}




#form_container [type="button"]:hover,
#form_container button:hover{
  background:#0e492e;
}

#form_container [type="button"].add_file{
  width:100%;
  background:#869886;
}

#form_container [type="button"].add_file:hover{
  background:#588b5a;
}

#form_container .row_lable{
  width:150px;
  text-align: right;
  border-right:5px #e4ece6 solid;
  padding-right: 3px;
  color: #26693b;
  white-space: nowrap;
}

#form_container .row_lable_r{
  width:100px;
  text-align: left;
  border-left:5px #147c4c solid;
  padding-left: 3px;
  color: #26693b;
}

#form_container .status{
  color: #26693b;
  background:#f8b9af;
  padding: 10px;
  width:100%;
  box-sizing:border-box;
}

#form_container .stt{
  padding: 2px;
  text-align: center;
  width:30px;
}

.kycform{
  padding:5px;
  background:#00ad2d;
  border:1px solid #00ad2d;
  position:relative;
  color:#fff;
  border-radius:2px;
  text-align:center;
  width: 150px;
  font-size: small;
  cursor:pointer
}

/* .hide_file {
/* display: none; */
  /* position: absolute;
  z-index: 1000;
  opacity: 0;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 24px;
  width: 100%; */
  
} */

.custom-lable{
	text-align:right;
	color:#01337c;
}
.custom-input{
	width:auto;
  	padding:5px;
  	margin:2px;
  	border:0px solid #9C6;
	background: #9C6;
	color:#333;
	font-weight:bold;
	cursor: pointer;
	border-radius: 6px;
	/*text-transform: capitalize;*/
}

.custom-input:focus{
	background:#099;
	color:#fff
}

.custom-input.err{
	background: tomato;
}

.orr{border: 1px solid #fff}
.err{border: 2px solid #C30;}

.custom-button{
	width:auto;
	padding:10px;
	margin:3px;
	border:0px solid #9C6;
	background:#096;
	color:#fff;
	font-weight:bold;
	cursor: pointer;
	width: 150px;
	border-radius: 6px;
}
.custom-button:hover{
	background:#099;
}
.custom-input {
    width: 80%;
    padding: 8px;
    margin:1px;
    margin-bottom: 0px;
    border: 0px solid #9C6;
    background: #9C6;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
    /* text-transform: capitalize; */
}


.orr{border: 0px solid rgba(0,0,0,0.3);}
.err{border: 2px solid #C30;}

.lbl .inf{
    background:rgb(248, 198, 198);
    margn-bottom:-3px;
    color:#666;
    border-radius:0px;
    font-size:smaller;
}

td .custom-input {
    min-width:100%;
    max-width:100%;
    width: 100%;
}
.custom-button {
    width: auto;
    padding: 10px;
    margin: 3px;
    border: 0px solid #9C6;
    background: #096;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    width: 150px;
    border-radius: 6px;
}
.custom-button-link {
    width: auto;
    padding: 8px 20px 8px 20px;
    margin: 3px;
    border: 0px solid #9C6;
    background: #404141;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration:none;    
    cursor: pointer;
    width: 150px;
    border-radius: 6px;
    <!-- border: 1px #515252 solid; -->
}
.custom-button-link:hover{
	text-decoration: none;
    color: #fff;
    background: #14a7cc;
}

/*GAlLERY*//* Products*/
.container {
    z-index: 10;
	display: -ms-grid;
    display: grid;
	grid-gap: 5px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
	-ms-grid-rows: 270px 270px 270px 270px 270px;
    grid-template-rows: repeat(2, 250px);
}

.container > div {
        border:1px solid #ccc;
        border-radius:5px;
        overflow:hidden;
        background:#fff;
		position:relative;
        border:2px #ccc  solid;
        z-index: 10;
}
.container > div > a > img.prod {
    width: 100%;
    height: 80%;
	object-fit: cover;
	z-index: 12;
}
.container > div > .det{
        padding:7px;
        background:#8e9c91;
        width:calc(100% - 14px);
        height: 20%;
        object-fit: cover;
        color:#fff;
        position:absolute;
        bottom:0;
}
.container > div > .det_dwn{
        padding:7px;
        background:#8e9c91;
        width:calc(100% - 14px);
        height: 20%;
        object-fit: cover;
        color:#fff;
}
.container > div > .cart_count:empty,.cart_count[value="0"]{display:none}
.container > div > .cart_count{
	position:absolute;
	right:2px;
	top:2px;
	background:#a5a6a8;
	color:#fff;
	font-weight:bold;
        padding:5px;
        border-radius:5px;
		z-index:10;
		box-shadow: 0 4px 14px rgba(0,0,0,0.3);
}

.container > div > .cart_count:hover{
	background:#a6a897;
}
.container > div > .cart_count:after{
	content: '';
	
}
.container > div.active_item > .det{
	background: #4daa63;
}

.container > div.active_item{
	border:4px solid #4daa63;
}

/* Full Image*/
.fullmage {

}

.fullmage > div {
        border:1px solid #ccc;
        border-radius:5px;
        overflow:hidden;
        background:#fff;
		position:relative;
        border:2px #ccc  solid;
        z-index: 10;
}
.fullmage > div > a > img.prod {
    width: 100%;
    height: 100%;
	object-fit: cover;
	z-index: 12;
}
.fullmage > div > .det{
        padding:7px;
        background:#8e9c91;
        width:calc(100% - 14px);
        height: 20%;
        object-fit: cover;
        color:#fff;
        position:absolute;
        bottom:0;
}
.fullmage > div > .det_dwn{
        padding:7px;
        background:#8e9c91;
        border-radius:0;
        object-fit: cover;
        color:#fff;
}
.fullmage > div > .cart_count:empty,.cart_count[value="0"]{display:none}
.fullmage > div > .cart_count{
	position:absolute;
	right:2px;
	top:2px;
	background:#a5a6a8;
	color:#fff;
	font-weight:bold;
        padding:5px;
        border-radius:5px;
		z-index:10;
		box-shadow: 0 4px 14px rgba(0,0,0,0.3);
}

.fullmage > div > .cart_count:hover{
	background:#a6a897;
}
.fullmage > div > .cart_count:after{
	content: '';
	
}
.fullmage > div.active_item > .det{
	background: #4daa63;
}

.fullmage > div.active_item{
	border:4px solid #4daa63;
}
//

//

.popup{
    width: 100%;
    margin: auto;
    text-align: center
}

.show{
    z-index: 999;
    display: none;
}
.show .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position:fixed;
    top: 0;
    left: 0;
}
.show .img-show{
    width: 600px;
    height: 400px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden
}
.img-show span{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
    
}
.img-show img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

/*CCOOKIES*/

#cookie-bar {
  display: none;
  padding: 4px 15px 10px 15px;
  background-color: rgba(0,0,0,.8);
  color:#fff; 
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
}

#cookie-bar a{
    color:#fff;
}

#cookie-bar [class*=ficon-]:before {
  vertical-align: top;
  margin-right: 5px;
  font-size: 22px;
}

.ficon-close::before {
  content: "";
}
#cboxClose:after, #cboxClose:before {
  display: inline-block;
  vertical-align: middle;
  font-family: eset-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  text-decoration: none!important;
  text-transform: none;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

div.error{
    font-size:larger;
    padding:30px;
    background: rgb(248, 198, 198);
    border: rgb(253, 129, 129) 2px solid;
}
.errorImg{
    height:32px;width:32px;padding-left:35px;
}
.errorImg.notfound{
    background: url(../img/error.png) center left no-repeat;
}
.errorImg.info{
    background: url(../img/info.png) center left no-repeat;
}
.errorImg.warning{
    background: url(../img/warning.png) center left no-repeat;
}

iframe {border:0;}


#plg a{
    float:right;
    padding:2px;
    margin:3px;
    cursor:pointer;
}
.plgs_lst{
    margin:2px;
    padding:5px;
    text-align:left;
}

.plgs_lst:hover{
    background:#FFFFCC;
}

.plgs_lst input{display:none;}

.plgs_actv{
	position:relative;
    background:#FFCC33;
    margin:2px;
    padding:5px;
    cursor:pointer;
}
#mnu_chk{ 
	width:auto; 
	margin-bottom: 10px; 
	background:;
	border: none;
	outline: none;
	padding: 5px;
	font-size: 13px;
	color: #166C99;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
}


.itmlist{

}
.itmlist li{
	text-align:left;
    display:inline-block;
    width:calc( 100% - 8px );
    line-height:20px;
    position:relative;
    background:#ccc;
    margin:2px;
    padding:5px;
    cursor:pointer;
}
.itmlist li.item_actv{
	background:#FFCC33;
}
.itmlist li .desc{
    background:#fff;
    padding:3px;
    font-size:smaller;
    display:none;
}

/* .itmlist li:first-child .desc{
    display:block;
} */

.pagetree{
    width:13px;
    height:13px;
    background:url(../img/plus.gif) center center no-repeat;
}

.pagetree.open{
    background:url(../img/minus.png) center center no-repeat;
}

@import url('responsive.css');
