/*Elitepack Classic css3 buttons
Copyright (c) 2011 Arrowthemes.com 
-------------------------------------------- */

/*A little house-keeping*/
input:focus, textarea:focus {outline: none;}
a:active, a:focus {outline: 0}

/*general css styling for buttons*/
.button, .silver, .blue, .green, .olive, .bluegrey, .tan, .yellow,  .magenta, .red, .cyan
{font-size: 13px; cursor: pointer;
text-decoration: none;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
padding: 7px 13px;
-o-box-shadow: inset 0 1px 2px #FFFFFF,  0 0 3px #BABABA;
-webkit-box-shadow: inset 0 1px 2px #FFFFFF,  0 0 5px #BABABA;
-moz-box-shadow: inset 0 1px 2px #FFFFFF,  0 0 3px #BABABA;
-khtml-box-shadow: inset 0 1px 2px #FFFFFF,  0 0 3px #BABABA;
-ms-box-shadow: inset 0 1px 2px #FFFFFF,  0 0 3px #BABABA;
box-shadow: inset 0 1px 2px #FFFFFF,  0 0 3px #BABABA;
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
-khtml-border-radius: 4px; 
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px; 
behavior: url(css/PIE.htc);
}

/*input formating for css buttons*/
input.silver, input.blue, input.green, input.olive, input.bluegrey, input.tan, input.yellow, input.magenta, input.red, input.cyan{
height: 32px;
}

/*links formating for css buttons*/
a.silver, a.silver:hover, a.blue, a.blue:hover, a.green, a.green:hover, a.olive, a.olive:hover, a.bluegrey, a.bluegrey:hover, a.tan, a.tan:hover, a.yellow, a.yellow:hover,  a.magenta, a.magenta:hover, a.red, a.red:hover, a.cyan, a.cyan:hover{
text-decoration: none; cursor: pointer;}


/*size formating for css buttons*/
.bold{font-weight: bold}
.small{font-size: 11px !important; padding: 4px 8px;}
.large{font-size: 20px!important; padding: 8px 11px !important;}
.x-large{font-size: 36px!important; padding: 10px 15px !important;}
.xx-large{font-size: 48px!important; padding: 12px 18px !important;}


/*shapes formating for css buttons*/
.normal, .normal:hover{
-moz-box-shadow: inset 0 1px 2px #FFFFFF !important;
-webkit-box-shadow: inset 0 1px 2px #FFFFFF !important;
-o-box-shadow: inset 0 1px 2px #FFFFFF !important;
-ms-box-shadow: inset 0 1px 2px #FFFFFF !important;
box-shadow: inset 0 1px 2px #FFFFFF !important;
behavior: url(css/PIE.htc);}

.normal:active{
-moz-transition: all 0 linear;
-webkit-transition: all 0 linear;
-o-transition: all 0 linear;
-ms-transition: all 0 linear;
transition: all 0 linear;
-o-box-shadow: inset 0 1px 2px #6D6D6D !important;
-ms-box-shadow: inset 0 1px 2px #6D6D6D !important;
-webkit-box-shadow: inset 0 1px 2px #6D6D6D !important;
-moz-box-shadow: inset 0 1px 2px #6D6D6D !important;
box-shadow: inset 0 1px 2px #6D6D6D !important;
behavior: url(css/PIE.htc);
}

.round{
-moz-border-radius: 100px !important;
-webkit-border-radius: 100px !important;
-khtml-border-radius: 100px !important;
-o-border-radius: 100px !important;
-ms-border-radius: 100px !important;
border-radius: 100px !important;
behavior: url(css/PIE.htc);}

.r-bullet{
-moz-border-radius: 7px 20px 20px 7px !important;
-webkit-border-radius: 7px 20px 20px 7px !important;
-khtml-border-radius: 7px 20px 20px 7px !important;
-o-border-radius: 7px 20px 20px 7px !important;
-ms-border-radius: 7px 20px 20px 7px !important;
border-radius: 7px 20px 20px 7px !important;
behavior: url(css/PIE.htc);
}

.l-bullet{
-moz-border-radius: 20px 7px 7px 20px !important;
-webkit-border-radius: 20px 7px 7px 20px !important;
-khtml-border-radius: 20px 7px 7px 20px !important;
-o-border-radius: 20px 7px 7px 20px !important;
-ms-border-radius: 20px 7px 7px 20px !important;
border-radius: 20px 7px 7px 20px !important;
behavior: url(css/PIE.htc);
}

.box {
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-o-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-khtml-border-radius: 0 !important;
border-radius: 0 !important}


.cta{
    display: inline-block;
    height: auto;
    padding: 0 20px 4px;
    position: relative;
    width: auto;
}

.cta-title{
	float: left;
	display: inline-block;
    padding: 9px 13px 19px 0;
    position: relative;
	font-size: 24px !important;
}

.cta-tagline{
	display: inline-block;
    float: left;
    font-size: 11px;
    left: 0;
    padding: 36px 21px 0;
    position: absolute;
}

.showcase .cta span{margin: 0;}


/*color formating for css buttons*/

/*silver color*/
.silver{
border: 1px solid #c9cccf; color: #808080; text-shadow: 1px 1px 1px #FFFFFF;
background: #e4e8eb;
background: -moz-linear-gradient(top, #c9cccf 0%, #e4e8eb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9cccf), color-stop(100%,#e4e8eb));
background: -webkit-linear-gradient(top, #c9cccf 0%,#e4e8eb 100%);
background: -o-linear-gradient(top, #c9cccf 0%,#e4e8eb 100%);
background: -ms-linear-gradient(top, #c9cccf 0%,#e4e8eb 100%);
-pie-background: linear-gradient(#c9cccf, #e4e8eb);
background: linear-gradient(top, #c9cccf 0%,#e4e8eb 100%);
}

.silver:hover{
background: #eaeaea;
background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 100%);
background: -o-linear-gradient(top, #ffffff 0%,#eaeaea 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#eaeaea 100%);
-pie-background: linear-gradient(#ffffff, #eaeaea);
background: linear-gradient(top, #ffffff 0%,#eaeaea 100%);
}

a.silver, a.silver:hover, a.silver:active{color: #808080 !important}

/*blue color*/
.blue{
border: 1px solid #c8d7dc; color: #50737E; text-shadow: 0 1px #F5F8F9;
background: #c8d7dc;
background: -moz-linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(100%,#c8d7dc));
background: -webkit-linear-gradient(top, #f2f5f6 0%,#c8d7dc 100%);
background: -o-linear-gradient(top, #f2f5f6 0%,#c8d7dc 100%);
background: -ms-linear-gradient(top, #f2f5f6 0%,#c8d7dc 100%);
-pie-background: linear-gradient(#f2f5f6, #c8d7dc);
background: linear-gradient(top, #f2f5f6 0%,#c8d7dc 100%);
}

.blue:hover{
background: #d3dfe3;
background: -moz-linear-gradient(top, #f4f7f8 0%, #d3dfe3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f7f8), color-stop(100%,#d3dfe3));
background: -webkit-linear-gradient(top, #f4f7f8 0%,#d3dfe3 100%);
background: -o-linear-gradient(top, #f4f7f8 0%,#d3dfe3 100%);
background: -ms-linear-gradient(top, #f4f7f8 0%,#d3dfe3 100%);
-pie-background: linear-gradient(#f4f7f8, #d3dfe3);
background: linear-gradient(top, #f4f7f8 0%,#d3dfe3 100%);
}

a.blue, a.blue:hover, a.blue:active{color: #50737E !important}

/*green color*/
.green{
border: 1px solid #b2cc8c; color: #485D29; text-shadow: 0 1px #E3EDD1;
background: #b2cc8c;
background: -moz-linear-gradient(top, #f6faec 0%, #b2cc8c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6faec), color-stop(100%,#b2cc8c));
background: -webkit-linear-gradient(top, #f6faec 0%,#b2cc8c 100%);
background: -o-linear-gradient(top, #f6faec 0%,#b2cc8c 100%);
background: -ms-linear-gradient(top, #f6faec 0%,#b2cc8c 100%);
-pie-background: linear-gradient(#f6faec, #b2cc8c);
background: linear-gradient(top, #f6faec 0%,#b2cc8c 100%);
}

.green:hover{
background: #c2d6a4;
background: -moz-linear-gradient(top, #f8fbef 0%, #c2d6a4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8fbef), color-stop(100%,#c2d6a4));
background: -webkit-linear-gradient(top, #f8fbef 0%,#c2d6a4 100%);
background: -o-linear-gradient(top, #f8fbef 0%,#c2d6a4 100%);
background: -ms-linear-gradient(top, #f8fbef 0%,#c2d6a4 100%);
-pie-background: linear-gradient(#f8fbef, #c2d6a4);
background: linear-gradient(top, #f8fbef 0%,#c2d6a4 100%);}

a.green, a.green:hover, a.green:active{color: #485D29 !important}

/*olive color*/
.olive{
border: 1px solid #b3bead; color: #65715B; text-shadow: 0 1px #E8EDE1;
background: #b3bead;
background: -moz-linear-gradient(top, #fcfff4 0%, #b3bead 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#b3bead));
background: -webkit-linear-gradient(top, #fcfff4 0%,#b3bead 100%);
background: -o-linear-gradient(top, #fcfff4 0%,#b3bead 100%);
background: -ms-linear-gradient(top, #fcfff4 0%,#b3bead 100%);
-pie-background: linear-gradient(#fcfff4, #b3bead);
background: linear-gradient(top, #fcfff4 0%,#b3bead 100%);}

.olive:hover{
background: #c3ccbe;
background: -moz-linear-gradient(top, #fdfff7 0%, #c3ccbe 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfff7), color-stop(100%,#c3ccbe));
background: -webkit-linear-gradient(top, #fdfff7 0%,#c3ccbe 100%);
background: -o-linear-gradient(top, #fdfff7 0%,#c3ccbe 100%);
background: -ms-linear-gradient(top, #fdfff7 0%,#c3ccbe 100%);
-pie-background: linear-gradient(#fdfff7, #c3ccbe);
background: linear-gradient(top, #fdfff7 0%,#c3ccbe 100%);
}

a.olive, a.olive:hover, a.olive:active{color: #65715B !important}

/*blue grey color*/
.bluegrey{
border: 1px solid #aab6bc; color: #50737E; text-shadow: 0 1px #DEE5EA;
background: #aab6bc;
background: -moz-linear-gradient(top, #e7eef3 0%, #aab6bc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7eef3), color-stop(100%,#aab6bc));
background: -webkit-linear-gradient(top, #e7eef3 0%,#aab6bc 100%);
background: -o-linear-gradient(top, #e7eef3 0%,#aab6bc 100%);
background: -ms-linear-gradient(top, #e7eef3 0%,#aab6bc 100%);
-pie-background: linear-gradient(#e7eef3, #aab6bc);
background: linear-gradient(top, #e7eef3 0%,#aab6bc 100%);}

.bluegrey:hover{
background: #bbc4c9;
background: -moz-linear-gradient(top, #ecf2f6 0%, #bbc4c9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecf2f6), color-stop(100%,#bbc4c9));
background: -webkit-linear-gradient(top, #ecf2f6 0%,#bbc4c9 100%);
background: -o-linear-gradient(top, #ecf2f6 0%,#bbc4c9 100%);
background: -ms-linear-gradient(top, #ecf2f6 0%,#bbc4c9 100%);
-pie-background: linear-gradient(#ecf2f6, #bbc4c9);
background: linear-gradient(top, #ecf2f6 0%,#bbc4c9 100%);}

a.bluegrey, a.bluegrey:hover, a.bluegrey:active{color: #50737E !important}

/*cyan color*/
.cyan {
border: 1px solid #ddeef7; color: #50737E; text-shadow: 0 1px #fcfff4;
background: #ddeef7;
background: -moz-linear-gradient(top, #f4f9fc 0%, #ddeef7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f9fc), color-stop(100%,#ddeef7));
background: -webkit-linear-gradient(top, #f4f9fc 0%,#ddeef7 100%);
background: -o-linear-gradient(top, #f4f9fc 0%,#ddeef7 100%);
background: -ms-linear-gradient(top, #f4f9fc 0%,#ddeef7 100%);
-pie-background: linear-gradient(#f4f9fc, #ddeef7);
background: linear-gradient(top, #f4f9fc 0%,#ddeef7 100%);}

.cyan:hover{
background: #e3f1f9;
background: -moz-linear-gradient(top, #f6fafc 0%, #e3f1f9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6fafc), color-stop(100%,#e3f1f9));
background: -webkit-linear-gradient(top, #f6fafc 0%,#e3f1f9 100%);
background: -o-linear-gradient(top, #f6fafc 0%,#e3f1f9 100%);
background: -ms-linear-gradient(top, #f6fafc 0%,#e3f1f9 100%);
-pie-background: linear-gradient(#f6fafc, #e3f1f9);
background: linear-gradient(top, #f6fafc 0%,#e3f1f9 100%);}

a.cyan, a.cyan:hover, a.cyan:active{color: #50737E !important}

/*yellow color*/
.yellow{
border: 1px solid #ffe3b5; color: #565A12; text-shadow: 0 1px #ffffff;
background: #ffe3b5;
background: -moz-linear-gradient(top, #f9f6c3 0%, #ffe3b5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f6c3), color-stop(100%,#ffe3b5));
background: -webkit-linear-gradient(top, #f9f6c3 0%,#ffe3b5 100%);
background: -o-linear-gradient(top, #f9f6c3 0%,#ffe3b5 100%);
background: -ms-linear-gradient(top, #f9f6c3 0%,#ffe3b5 100%);
-pie-background: linear-gradient(#f9f6c3, #ffe3b5);
background: linear-gradient(top, #f9f6c3 0%,#ffe3b5 100%);}

.yellow:hover {
background: #ffe8c3;
background: -moz-linear-gradient(top, #faf8d0 0%, #ffe8c3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faf8d0), color-stop(100%,#ffe8c3));
background: -webkit-linear-gradient(top, #faf8d0 0%,#ffe8c3 100%);
background: -o-linear-gradient(top, #faf8d0 0%,#ffe8c3 100%);
background: -ms-linear-gradient(top, #faf8d0 0%,#ffe8c3 100%);
-pie-background: linear-gradient(#faf8d0, #ffe8c3);
background: linear-gradient(top, #faf8d0 0%,#ffe8c3 100%);
}

a.yellow, a.yellow:hover, a.yellow:active{color: #565A12 !important}

/*tan color*/
.tan {
border: 1px solid #d1bf8f; color: #735409; text-shadow: 0 1px #E9E3D3;
background: #d1bf8f;
background: -moz-linear-gradient(top, #e9e3d3 0%, #d1bf8f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e3d3), color-stop(100%,#d1bf8f));
background: -webkit-linear-gradient(top, #e9e3d3 0%,#d1bf8f 100%);
background: -o-linear-gradient(top, #e9e3d3 0%,#d1bf8f 100%);
background: -ms-linear-gradient(top, #e9e3d3 0%,#d1bf8f 100%);
-pie-background: linear-gradient(#e9e3d3, #d1bf8f);
background: linear-gradient(top, #e9e3d3 0%,#d1bf8f 100%);}

.tan:hover{
background: #dacca6;
background: -moz-linear-gradient(top, #eee9dc 0%, #dacca6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee9dc), color-stop(100%,#dacca6));
background: -webkit-linear-gradient(top, #eee9dc 0%,#dacca6 100%);
background: -o-linear-gradient(top, #eee9dc 0%,#dacca6 100%);
background: -ms-linear-gradient(top, #eee9dc 0%,#dacca6 100%);
-pie-background: linear-gradient(#eee9dc, #dacca6);
background: linear-gradient(top, #eee9dc 0%,#dacca6 100%);
}

a.tan, a.tan:hover, a.tan:active{color: #735409 !important}

/*magenta color*/
.magenta {
border: 1px solid #d19ab6; color: #743656; text-shadow: 0 1px #EDD6DE;
background: #d19ab6;
background: -moz-linear-gradient(top, #ead0d8 0%, #d19ab6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ead0d8), color-stop(100%,#d19ab6));
background: -webkit-linear-gradient(top, #ead0d8 0%,#d19ab6 100%);
background: -o-linear-gradient(top, #ead0d8 0%,#d19ab6 100%);
background: -ms-linear-gradient(top, #ead0d8 0%,#d19ab6 100%);
-pie-background: linear-gradient(#ead0d8, #d19ab6);
background: linear-gradient(top, #ead0d8 0%,#d19ab6 100%);
}

.magenta:hover{
background: #daaec5;
background: -moz-linear-gradient(top, #eedae0 0%, #daaec5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eedae0), color-stop(100%,#daaec5));
background: -webkit-linear-gradient(top, #eedae0 0%,#daaec5 100%);
background: -o-linear-gradient(top, #eedae0 0%,#daaec5 100%);
background: -ms-linear-gradient(top, #eedae0 0%,#daaec5 100%);
-pie-background: linear-gradient(#eedae0, #daaec5);
background: linear-gradient(top, #eedae0 0%,#daaec5 100%);
}

a.magenta, a.magenta:hover, a.magenta:active{color: #743656 !important}

/*red color*/
.red{
border: 1px solid #ea9a9a; color: #AB4343; text-shadow: 0 1px #EFD5D5;
background: #ea9a9a;
background: -moz-linear-gradient(top, #eccece 0%, #ea9a9a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eccece), color-stop(100%,#ea9a9a));
background: -webkit-linear-gradient(top, #eccece 0%,#ea9a9a 100%);
background: -o-linear-gradient(top, #eccece 0%,#ea9a9a 100%);
background: -ms-linear-gradient(top, #eccece 0%,#ea9a9a 100%);
-pie-background: linear-gradient(#eccece, #ea9a9a);
background: linear-gradient(top, #eccece 0%,#ea9a9a 100%);}

.red:hover{
background: #eeaeae;
background: -moz-linear-gradient(top, #f0d8d8 0%, #eeaeae 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0d8d8), color-stop(100%,#eeaeae));
background: -webkit-linear-gradient(top, #f0d8d8 0%,#eeaeae 100%);
background: -o-linear-gradient(top, #f0d8d8 0%,#eeaeae 100%);
background: -ms-linear-gradient(top, #f0d8d8 0%,#eeaeae 100%);
-pie-background: linear-gradient(#f0d8d8, #eeaeae);
background: linear-gradient(top, #f0d8d8 0%,#eeaeae 100%);
}

a.red, a.red:hover, a.red:active{color: #AB4343 !important}
/*end of color formating*/

/*button hover effect for css buttons*/
.button:hover, .silver:hover , .blue:hover, .olive:hover, .green:hover, .bluegrey:hover, .yellow:hover, .tan:hover, .magenta:hover, .red:hover
{text-decoration: none;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
box-shadow: inset 0 1px 4px #FFFFFF,  0 0 7px #BABABA;
-o-box-shadow: inset 0 1px 4px #FFFFFF,  0 0 7px #BABABA;
-webkit-box-shadow: inset 0 1px 4px #FFFFFF,  0 0 7px #BABABA;
-moz-box-shadow: inset 0 1px 4px #FFFFFF,  0 0 7px #BABABA;
-ms-box-shadow: inset 0 1px 4px #FFFFFF,  0 0 7px #BABABA;
behavior: url(css/PIE.htc);
}

/*button active effect for css buttons*/
.button:active, .silver:active, .blue:active, .olive:active, .green:active, .bluegrey:active, .tan:active, .magenta:active, .red:active, .cyan:active, .yellow:active, .normal:active{
position: relative;
top: 1px;
cursor: pointer;
-moz-transition: all 0 linear;
-webkit-transition: all 0 linear;
-o-transition: all 0 linear;
-ms-transition: all 0 linear;
transition: all 0 linear;
box-shadow: inset 0 1px 2px #6D6D6D,  0 0 3px #BABABA;
-o-box-shadow: inset 0 1px 2px #6D6D6D,  0 0 3px #BABABA;
-webkit-box-shadow: inset 0 1px 2px #6D6D6D,  0 0 3px #BABABA;
-moz-box-shadow: inset 0 1px 2px #6D6D6D,  0 0 3px #BABABA;
-ms-box-shadow: inset 0 1px 2px #6D6D6D,  0 0 3px #BABABA;
-khtml-box-shadow: inset 0 1px 2px #6D6D6D,  0 0 3px #BABABA;
behavior: url(css/PIE.htc);}

/*icons*/
.icon {margin: 2px 5px}
.refresh, .mail, .inbox, .previous, .next, .browse, .stats, .user, .settings, .delete, .tour, .downloads, .bookmark, .contacts, .save, .calendar, .select, .customize, .question, .typography{display: inline-block; height: 16px; margin: -2px 5px -3px 5px; position: relative; width: 16px;}
div span.icon {margin:10px 20px 10px 0}
.refresh {background: url(icons/refresh.png) 0 0 no-repeat;}
.browse {background: url(icons/browse.png) 0 0 no-repeat;}
.mail {background: url(icons/mail.png) 0 0 no-repeat;}
.inbox {background: url(icons/inbox.png) 0 0 no-repeat;}
.previous {background: url(icons/previous.png) 0 0 no-repeat;}
.next {background: url(icons/next.png) 0 0 no-repeat;}
.stats {background: url(icons/stats.png) 0 0 no-repeat;}
.delete {background: url(icons/delete.png) 0 0 no-repeat;}
.user {background: url(icons/user.png) 0 0 no-repeat;}
.settings {background: url(icons/settings.png) 0 0 no-repeat;}
.tour {background: url(icons/tour.png) 0 0 no-repeat;}
.downloads {background: url(icons/download.png) 0 0 no-repeat;}
.bookmark {background: url(icons/bookmark.png) 0 0 no-repeat;}
.contacts {background: url(icons/contacts.png) 0 0 no-repeat;}
.save {background: url(icons/save.png) 0 0 no-repeat;}
.calendar {background: url(icons/calendar.png) 0 0 no-repeat;}
.select {background: url(icons/select.png) 0 0 no-repeat;}
.customize {background: url(icons/customize.png) 0 0 no-repeat;}
.question {background: url(icons/question.png) 0 0 no-repeat;}
.typography {background: url(icons/typography.png) 0 0 no-repeat;}

/*end*/