/* Copyright (C) Primer Templates http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
	Z-INDEX: -5000;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

label.control-label.formControlLabel {
    color: red;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: 0px;
    background-image: linear-gradient(to bottom, #b1c7d7 0%, #ffffff 55%);
}
.bgTop {
    z-index: 15;
    opacity: 0.0;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.5;
}
.bgBottom {
    z-index: -5;
    position: fixed;;
}

.wave {
    position: absolute;
    left: 0;
    width: 5000%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveBottom {
    animation: move_wave 830s linear infinite; OPACITY: 1;
}

.aidanews2_main {
    TEXT-ALIGN: JUSTIFY;
}
body {
  background: #000000 url(../images/bgzik.jpg) repeat-x fixed bottom center; 
  color: #000000;
  background-size: cover;
  font: 14px/20px trebuchet ms,Arial,Helvetica,sans-serif;
}
hr {
    margin: 0px 0px 15px 0px;
}
span.aidanews2_readmore {
    FONT-WEIGHT: BOLD;
    COLOR: #ffffff;
    border: 3px solid #352525;
    /* border-block-end-color: red; */
    background-color: #352525;
}
.aidanews2_title {
    line-height: 21px;
 
}

.hits {
    color: #a5a2a2;
	display: none;
    /* font-weight: bold; */
}
p.ns2-introtext {
    MARGIN: 2PX 1PX;
	font-size: 12px;
    line-height: 18px;
}
.aidanews2_head {
    margin-bottom: 5px;
}

a { color: #585858; }

a:hover,
em, code { color: #d50; }

ins, mark { background-color: #ffa; }
mark { color: #444; }

hr { border-top-color: #cecece; }

pre {
	border: 1px solid #ddd;
	background: #fafafa;
}

::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }

li {
  list-style: none outside none;
}

ul, ol {
  margin: 0 0 10px;
  padding: 0;
}

/* Home Style2 Image Styling */

.homeimg{

}

.homeimg img {
  border: medium none !important;
  box-shadow: none !important;
  margin-right: 30px;
}

.mainimg img{
background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* End of Home Style2 image styling */

#maininner li {
  margin-bottom: 0;
  padding-left: 0;
}

#sidebar-a li {
  background: url("../images/list.png") no-repeat scroll left center transparent;
  margin-bottom: 5px;
  padding-left: 25px;
}

#sidebar-a li a{
  color: #444444;
}

#sidebar-a li a:hover{
  color: #2e85cf;
}

#sidebar-b li a{
  color: #444444;
}

#sidebar-b li a:hover{
  color: #2e85cf;
}

#maininner li a {
  color: #444444;
}

#maininner li a:hover {
  color: #2e85cf;
}

#maininner ul, #maininner ol {
  margin: 10px 0 0px 0;
  padding: 0;
}

button, input[type="button"], input[type="submit"] {
  background: none repeat scroll 0 0 #2e85cf;
  border: medium none;
  color: #FFFFFF;
  padding: 6px 13px;
  text-shadow: none;
}

.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
  display: inline-block;
  padding-right: 10px;
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
  border-radius: 0 0 0 0;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}

/* Pricing Tables */

.priceBox {
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  min-height: 70px;
  display: block;
  float: left;
  margin-right: -1px;
  text-align: center;
}
.priceBox hr {
  margin: 0;
}
.priceBox span {
  display: block;
  padding: 10px 0;
}
.priceBox .emphasis {
  font-size: 30px;
  color: #333;
  background: #fcfcfc;
  padding-top: 16px;
}
.priceBox .emphasis em {
  font-style: italic;
  color: #808080;
  font-size: 11px;
  display: block;
}
.priceBox .light {
  margin: 0;
  padding: 15px 0;
  color: #333;
}
.priceBox .btn {
  margin: 10px 0;
}
.priceBox .emphasis-2 {
  background: #fcfcfc;
}
.priceBox.spec {
  margin-top: -10px;
}
.priceBox.spec .emphasis {
  background: #2e85cf;
  color: #fff;
}
.priceBox.spec .emphasis em {
  color: #fff;
  color: rgba(255,255,255,0.7);
}
.priceBox.spec .light {
  padding: 20px 0;
}
.priceBox.spec .btn {
  margin: 15px 0;
}
.priceBox.item3 {
  width: 33.3%;
}

.span12 {
  width: 97%;
}

.btn-primary {
  background-color: #4caf50;
  background-image: none;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  padding: 5px 9px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary:hover {
  background-color: #333333;
  background-image: none;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* Progress Bar */

.progress {
  height: 16px;
  margin: 4px 0 27px 0;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  border: 1px solid #e6e6e6;
  overflow: visible;
  position: relative;
}
.progress .bar {
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 #2e85cf;
  border-radius: inherit;
  box-shadow: none;
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  height: 18px;
  left: -1px;
  position: absolute;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  top: -1px;
  transition: width 0.6s ease 0s;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: -o-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: linear-gradient(to bottom,#ee5f5b,#c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top,#62c462,#57a957);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));
  background-image: -webkit-linear-gradient(top,#62c462,#57a957);
  background-image: -o-linear-gradient(top,#62c462,#57a957);
  background-image: linear-gradient(to bottom,#62c462,#57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top,#5bc0de,#339bb9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));
  background-image: -webkit-linear-gradient(top,#5bc0de,#339bb9);
  background-image: -o-linear-gradient(top,#5bc0de,#339bb9);
  background-image: linear-gradient(to bottom,#5bc0de,#339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
}

/* Tables */

.short-table table {
    border: 1px solid #D3D3D3;
    border-radius: 5px 5px 5px 5px;
    margin: 1em 0 30px;
}
.short-table table th {
    border: medium none;
    padding: 20px 30px;
}
.short-table table td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E0E0E0 #E0E0E0 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid solid none none;
    border-width: 1px 1px medium medium;
    padding: 20px 30px;
}
.short-table th {
    background: none repeat scroll 0 0 #E8EAEB;
    border-bottom: 1px solid #E0E0E0;
    border-top: medium none !important;
    color: #555555;
    font-weight: bold;
    height: 60px;
    text-align: center;
    text-shadow: 0 1px 1px #F6F7F7;
}
.short-table td {
    color: #555555;
    text-align: center;
}
.short-table th.align-left, .short-table td.align-left {
    text-align: left;
}

/* End of Tables Styling */

/* Pricing Table Style 2 */

.price-table {
    overflow: hidden;
    padding: 0 10px 25px;
}
.price-column {
    background: none repeat scroll 0 0 #F2F2F2;
    border-bottom: 1px solid #CCCCCC;
    float: left;
    margin: 20px 0;
    text-align: center;
}
.two-column-table .price-column {
    width: 50%;
}
.three-column-table .price-column {
    width: 33.33%;
}
.four-column-table .price-column {
    width: 25%;
}
.five-column-table .price-column {
    width: 20%;
}
.six-column-table .price-column {
    width: 16.66%;
}
.price-table .even-column {
    background: none repeat scroll 0 0 #F9F9F9;
}
.price-table .highlight-column {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 0 none;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    margin: 13px 0;
}
.price-column ul {
    margin: 0;
}
.price-column li {
    list-style: none outside none;
    margin: 0 15px;
    padding: 10px 0;
}
.price-column p {
    margin: 0 15px;
    padding: 10px 0;
}
.price-column .column-title {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 0 none;
    font-size: 20px;
    font-weight: 700;
    line-height: 66px !important;
    margin: 0 0 10px;
    padding: 0;
}
.price-table .even-column .column-title {
    background: none repeat scroll 0 0 #DDDDDD;
}
.price-table .highlight-column .column-title {
    background-color: #2e85cf;
    border-radius: 2px 2px 0 0;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 46px;
}
.first-column .column-title, .first-column {
    border-radius: 2px 0 0 0;
}
.first-column {
    border-radius: 0 0 0 2px;
}
.last-column .column-title, .last-column {
    border-radius: 0 2px 0 0;
}
.last-column {
    border-radius: 0 0 2px 0;
}
.price-table .highlight-column {
    border-radius: 2px 2px 2px 2px;
    padding-bottom: 15px;
    position: relative;
}
.price-container .price {
    display: block;
    font: 32px/1 "opensans",Helvetica,Arial,serif;
    margin-bottom: 8px;
}
.price-container .details {
    font-size: 14px;
    line-height: 16px;
}
.price-table .highlight-column .price-container {
    color: #2e85cf;
}

/* Fixed menu */

.nav-container{ 
  transition: transition: all 0.4s ease-in-out 0s;
	 -moz-transition: transition: all 0.4s ease-in-out 0s;
	 -webkit-transition: transition: all 0.4s ease-in-out 0s;
	 -o-transition: transition: all 0.4s ease-in-out 0s;
 
}
 .f-nav{ 
     transition: transition: all 0.4s ease-in-out 0s;
	 -moz-transition: transition: all 0.4s ease-in-out 0s;
	 -webkit-transition: transition: all 0.4s ease-in-out 0s;
	 -o-transition: transition: all 0.4s ease-in-out 0s;
	 box-shadow: none;
     background: none repeat scroll 0 0 transparent;
	 color: #808080;
	 z-index: 9999; 
	 position: fixed; 
	 left: 0; top: 0; 
	 margin-bottom: 100px;
	 width: 100%;  /* this make our menu fixed top */
}

.nav-container .wrapper{
  box-shadow: none !important;
  background: transparent !important;
}
    
.nav{
  margin-bottom: 0 !important;
}

/* Graph Bars */

.main1{
	text-align: center;
	max-width: 100%;
	background: rgba(0,0,0,0.03);
	padding: 30px 50px 50px 50px;
	margin: 0 auto 30px auto;
	border: 1px solid rgba(255,255,255,0.8);
	box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.container > header{
	margin: 10px;
	padding: 20px 10px 10px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	font-size: 36px;
	line-height: 40px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #888;
	padding: 5px 0px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
.container > header h1 span{
	font-weight: 700;
}
.container > header p{
	font-style: italic;
	color: #aaa;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
/* Header Style */
.codrops-top{
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}
.codrops-top a:hover{
	background: rgba(255,255,255,0.9);
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}
.ie-note{
	color: #ac375d;
	display: none;
	font-size: 15px;
}

/** Graph Holder container **/
.graph-container {
    position: relative; /* required Y axis stuff, Graph Holder's left and bottom sides to be positions properly */
    display: inline-block; /* display: table may also work.. */
    padding: 0; /* let the bars position themselves */
    list-style: none; /* we don't want to see any default <ul> markers */
	margin: 40px 0 0 40px !important;;
	font-size: 0.8em;
    /* Graph Holder's Background */
    background-image: -webkit-linear-gradient(left , rgba(255, 255, 255, .3) 100%, transparent 100%);
    background-image: -moz-linear-gradient(left , rgba(255, 255, 255, .3) 100%, transparent 100%);
    background-image: -o-linear-gradient(left , rgba(255, 255, 255, .3) 100%, transparent 100%);
    background-image: -ms-linear-gradient(left , rgba(255, 255, 255, .3) 100%, transparent 100%);
    background-image: linear-gradient(left , rgba(255, 255, 255, .3) 100%, transparent 100%);
    background-repeat: no-repeat;
    background-position: 0 -2.5em;
}

/* Graph Holder bottom side */
.graph-container:before {
    position: absolute;
    content: "";

    bottom: 0;
    left: -1.25em; /* skew pushes it left, so we move it a bit in opposite direction */

    width: 100%; /* make sure it is as wide as the whole graph */

    height: 2.5em;
    background-color: rgba(183, 183, 183, 1);

    /* Make it look perspective */
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
}

/* Graph Holder left side */
.graph-container:after {
    position: absolute;
    content: "";

    top: 1.25em; /* skew pushes it up so we move it down a bit */
    left: -2.5em;

    width: 2.5em;
    background-color: rgba(129, 129, 129, 0.4);

    /* Make it look perspective */
    -webkit-transform: skew(0deg, -45deg);
    -moz-transform: skew(0deg, -45deg);
    -o-transform: skew(0deg, -45deg);
    -ms-transform: skew(0deg, -45deg);
    transform: skew(0deg, -45deg);
}

/* Bars and X-axis labels holder */
.graph-container > li {
    float: left; /* Make sure bars are aligned one next to another */
    position: relative; /* Make sure X-axis labels are positioned relative to this element */
}
/* A small hack to make Graph Holder's background side be wide enough
   ..because our bottom side is skewed and pushed to the right, we have to compensate it in Graph Holder's background */
.graph-container > li:nth-last-child(2) {
    margin-right: 2.5em;
}
/* X-axis labels */
.graph-container > li > span {
    position: absolute;
    left: 0;
    bottom: -2em;
    width: 80%; /* play with this one if you change perspective depth */
    text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
	color: #777;
    font-size: 1.5em;
}

/*******************************
 * Graph Y-axis Markers styles *
 *******************************/

/* Markers container */
.graph-container > li:last-child {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* Y-axis Markers list */
.graph-marker-container > li {
    position: absolute;
    left: -2.5em;
    bottom: 0;
    width: 100%;
    margin-bottom: 2.5em;
    list-style: none;
}

/* Y-axis lines general styles */
.graph-marker-container > li:before,
.graph-marker-container > li:after {
    content: "";
    position: absolute;
    border-style: none none dotted;
    border-color: rgba(100, 100, 100, .15);
    border-width: 0 0 .15em;
    background: rgba(133, 133, 133, .15);
}

/* Y-axis Side line */
.graph-marker-container > li:before {
    width: 3.55em;
    height: 0;
    bottom: -1.22em;
    left: -.55em;
    z-index: 2; /* be above .graph-container:after */

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Y-axis Background line */
.graph-marker-container li:after {
    width: 100%;
    bottom: 0;
    left: 2.5em;
}

/* Y-axis text Label */
.graph-marker-container span {
    position: absolute;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
    top: 1em;
    left: -3.5em; /* just to push it away from the graph.. */
    width: 3.5em; /* give it absolute value of left offset */

    font-size: 1.5em;
}

/*********************
 * Graph Bars styles *
 *********************/

/* Bar wrapper - hides the inner bar when it goes below the bar, required */
.bar-wrapper {
    overflow: hidden;
}
/* Bar container - this guy is a real parent of a bar's parts - they all are positioned relative to him */
.bar-container {
    position: relative;
    margin-top: 2.5em; /* should be at least equal to the top offset of background casing */
    /* because back casing is positioned higher than actual bar */
    width: 12.5em; /* required, we have to define the width of a bar */
}
/* right bottom patch - make sure inner bar's right bottom corner is "cut" when it slides down */
.bar-container:before {
    content: "";
    position: absolute;
    z-index: 3; /* to be above .bar-inner */

    bottom: 0;
    right: 0;

    /* Use bottom border to shape triangle */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2.5em 2.5em;
    border-color: transparent transparent rgba(183,183,183,1);
}

/** BACK CASING **/
/* Back panel */
.bar-background {
    width: 10em;
    height: 100%;
    position: absolute;
    top: -2.5em;
    left: 2.5em;
    z-index: 1; /* just for reference */
}

.bar-background:before,
.bar-background:after {
    content: "";
    position: absolute;
}

/* Bottom panel */
.bar-background:before {
    bottom: -2.5em;
    right: 1.25em;
    width: 10em;
    height: 2.5em;
	-webkit-backface-visibility: hidden;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
}

/* Left back panel */
.bar-background:after {
    top: 1.25em;
    right: 10em;
    width: 2.5em;
    height: 100%;
	-webkit-backface-visibility: hidden;
    /* skew only the Y-axis */
    -webkit-transform: skew(0deg, -45deg);
    -moz-transform: skew(0deg, -45deg);
    -o-transform: skew(0deg, -45deg);
    -ms-transform: skew(0deg, -45deg);
    transform: skew(0deg, -45deg);
}

/** FRONT CASING **/
/* Front panel */
.bar-foreground {
    z-index: 3; /* be above .bar-background and .bar-inner */
}
.bar-foreground,
.bar-inner {
    position: absolute;
    width: 10em;
    height: 100%;
    top: 0;
    left: 0;
}

.bar-foreground:before,
.bar-foreground:after,
.bar-inner:before,
.bar-inner:after {
    content: "";
    position: absolute;
}

/* Right front panel */
.bar-foreground:before,
.bar-inner:before {
    top: -1.25em;
    right: -2.5em;
    width: 2.5em;
    height: 100%;
    background-color: rgba(160, 160, 160, .27);

    -webkit-transform: skew(0deg, -45deg);
    -moz-transform: skew(0deg, -45deg);
    -o-transform: skew(0deg, -45deg);
    -ms-transform: skew(0deg, -45deg);
    transform: skew(0deg, -45deg);
}

/* Top front panel */
.bar-foreground:after,
.bar-inner:after {
    top: -2.5em;
    right: -1.25em;
    width: 100%;
    height: 2.5em;
    background-color: rgba(160, 160, 160, .2);

    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
}

/** BAR's inner block **/
.bar-inner {
    z-index: 2; /* to be above .bar-background */
    top: auto; /* reset position top */
    background-color: rgba(5, 62, 123, .6);
    height: 0;
    bottom: -2.5em;
    color: transparent; /* hide text values */

    -webkit-transition: height 0.8s ease-out, bottom 0.8s ease-out;
    -moz-transition: height 0.8s ease-out, bottom 0.8s ease-out;
    -o-transition: height 0.8s ease-out, bottom 0.8s ease-out;
    -ms-transition: height 0.8s ease-out, bottom 0.8s ease-out;
    transition: height 0.8s ease-out, bottom 0.8s ease-out;
}

/* Right panel */
.bar-inner:before {
    background-color: rgba(5, 62, 123, .6);
}

/* Top panel */
.bar-inner:after {
    background-color: rgba(47, 83, 122, .7);
}

/******************************************************************************
 **                                                                          **
 ** UI Elements                                                              **
 **                                                                          **
 ** You don't need this stuff in general, it's just used  for the demo page  **
 **                                                                          **
 ******************************************************************************/

/****************
 * FILL BUTTONS  *
 ****************/
input[name^="fill-"] {
    width: 65px;
	height: 25px;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 100;
}

input[name^="fill-"] + label {
	display: inline-block;
	margin: 0px;
	width: 65px;
	padding: 0px 6px;
	color: #777;
	line-height: 20px;	
	font-size: 13px;
	text-shadow: 1px 1px 1px #fff;
	border: 1px solid #fff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
input[name^="fill-"]:checked + label {
    background: rgba(34, 35, 36, .7);
	border-color: #333;
	color: #fff;
	text-shadow: none;
	box-shadow: 0px 1px 1px rgba(255,255,255, 0.4);
}

/* Change bars fill when a Product is selected */
/* None */
input#f-none:checked ~ .graph-container > li:nth-child(1) .bar-inner { height: 0; bottom: -2.5em; }
input#f-none:checked ~ .graph-container > li:nth-child(2) .bar-inner { height: 0; bottom: -2.5em; }
input#f-none:checked ~ .graph-container > li:nth-child(3) .bar-inner { height: 0; bottom: -2.5em; }
input#f-none:checked ~ .graph-container > li:nth-child(4) .bar-inner { height: 0; bottom: -2.5em; }
input#f-none:checked ~ .graph-container > li:nth-child(5) .bar-inner { height: 0; bottom: -2.5em; }
/* Product 1 */
input#f-product1:checked ~ .graph-container > li:nth-child(1) .bar-inner { height: 25%; bottom: 0; }
input#f-product1:checked ~ .graph-container > li:nth-child(2) .bar-inner { height: 50%; bottom: 0; }
input#f-product1:checked ~ .graph-container > li:nth-child(3) .bar-inner { height: 75%; bottom: 0; }
input#f-product1:checked ~ .graph-container > li:nth-child(4) .bar-inner { height: 100%; bottom: 0; }
input#f-product1:checked ~ .graph-container > li:nth-child(5) .bar-inner { height: 50%; bottom: 0; }
/* Product 2 */
input#f-product2:checked ~ .graph-container > li:nth-child(1) .bar-inner { height: 50%; bottom: 0; }
input#f-product2:checked ~ .graph-container > li:nth-child(2) .bar-inner { height: 100%; bottom: 0; }
input#f-product2:checked ~ .graph-container > li:nth-child(3) .bar-inner { height: 25%; bottom: 0; }
input#f-product2:checked ~ .graph-container > li:nth-child(4) .bar-inner { height: 75%; bottom: 0; }
input#f-product2:checked ~ .graph-container > li:nth-child(5) .bar-inner { height: 100%; bottom: 0; }
/* Product 3 */
input#f-product3:checked ~ .graph-container > li:nth-child(1) .bar-inner { height: 25%; bottom: 0; }
input#f-product3:checked ~ .graph-container > li:nth-child(2) .bar-inner { height: 75%; bottom: 0; }
input#f-product3:checked ~ .graph-container > li:nth-child(3) .bar-inner { height: 100%; bottom: 0; }
input#f-product3:checked ~ .graph-container > li:nth-child(4) .bar-inner { height: 50%; bottom: 0; }
input#f-product3:checked ~ .graph-container > li:nth-child(5) .bar-inner { height: 25%; bottom: 0; }


/****************
 * COLOR BUTTONS  *
 ****************/
input[name^="paint-"] {
    width: 25px;
	height: 25px;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 100;
}
/* unselected color switch */
input[name^="paint-"] + label {
    color: #989da4;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    background: rgba(34, 35, 36, .7);/*#171b20;*/
    margin: 0 2px -7px;

    position: relative;
    cursor: pointer;
    color: transparent;
	
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 1px 1px 3px rgba(0,0,0,0.3);
    text-align: center;
}

#graph-blue + label {
	background: #2972c3;
    background: -webkit-radial-gradient(rgba(39, 118, 205, 1), rgba(44, 106, 174, .9));
    background: -moz-radial-gradient(rgba(39, 118, 205, 1), rgba(44, 106, 174, .9));
    background: -o-radial-gradient(rgba(39, 118, 205, 1), rgba(44, 106, 174, .9));
    background: -ms-radial-gradient(rgba(39, 118, 205, 1), rgba(44, 106, 174, .9));
    background: radial-gradient(rgba(39, 118, 205, 1), rgba(44, 106, 174, .9));
}

#graph-green + label {
	background: #5f9a3f;
    background: -webkit-radial-gradient(rgba(98, 160, 60, .9), rgba(43, 148, 48, 1));
    background: -moz-radial-gradient(rgba(98, 160, 60, .9), rgba(43, 148, 48, 1));
    background: -o-radial-gradient(rgba(98, 160, 60, .9), rgba(43, 148, 48, 1));
    background: -ms-radial-gradient(rgba(98, 160, 60, .9), rgba(43, 148, 48, 1));
    background: radial-gradient(rgba(98, 160, 60, .9), rgba(43, 148, 48, 1));
}

#graph-rainbow + label {
    background: transparent url(../images/rainbow.gif) no-repeat;
}

#graph-green:checked + label, 
#graph-blue:checked + label,
#graph-rainbow:checked + label {
	box-shadow: 0 0 0 2px rgba(255,255,255,0.7), 1px 1px 3px rgba(0,0,0,0.3);
}


input#graph-blue:checked ~ .graph-container .bar-inner,
input#graph-blue:checked ~ .graph-container .bar-inner:before { background-color: rgba(5, 62, 123, .6); }
input#graph-blue:checked ~ .graph-container .bar-inner:after { background-color: rgba(47, 83, 122, .7); }

input#graph-green:checked ~ .graph-container .bar-inner,
input#graph-green:checked ~ .graph-container .bar-inner:before { background-color: rgba(5, 123, 5, .3); }
input#graph-green:checked ~ .graph-container .bar-inner:after { background-color: rgba(63, 122, 47, .4); }

input#graph-rainbow:checked ~ .graph-container li:nth-child(1) .bar-inner,
input#graph-rainbow:checked ~ .graph-container li:nth-child(1) .bar-inner:before { background-color: rgba(196, 109, 59, .6); }
input#graph-rainbow:checked ~ .graph-container li:nth-child(1) .bar-inner:after { background-color: rgba(216, 143, 102, .7); }
input#graph-rainbow:checked ~ .graph-container li:nth-child(2) .bar-inner,
input#graph-rainbow:checked ~ .graph-container li:nth-child(2) .bar-inner:before { background-color: rgba(5, 123, 5, .3); }
input#graph-rainbow:checked ~ .graph-container li:nth-child(2) .bar-inner:after { background-color: rgba(63, 122, 47, .4); }
input#graph-rainbow:checked ~ .graph-container li:nth-child(3) .bar-inner,
input#graph-rainbow:checked ~ .graph-container li:nth-child(3) .bar-inner:before { background-color: rgba(255, 0, 0, .3); }
input#graph-rainbow:checked ~ .graph-container li:nth-child(3) .bar-inner:after { background-color: rgba(255, 71, 71, .3); }
input#graph-rainbow:checked ~ .graph-container li:nth-child(4) .bar-inner,
input#graph-rainbow:checked ~ .graph-container li:nth-child(4) .bar-inner:before { background-color: rgba(255, 248, 136, .3); }
input#graph-rainbow:checked ~ .graph-container li:nth-child(4) .bar-inner:after { background-color: rgba(252, 248, 182, .5); }
input#graph-rainbow:checked ~ .graph-container li:nth-child(5) .bar-inner,
input#graph-rainbow:checked ~ .graph-container li:nth-child(5) .bar-inner:before { background-color: rgba(5, 62, 123, .6); }
input#graph-rainbow:checked ~ .graph-container li:nth-child(5) .bar-inner:after { background-color: rgba(47, 83, 122, .7); }


/****************
 * SIZE BUTTONS  *
 ****************/
input[name^="resize-"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 100;
	width: 70px;
	height: 35px;
	z-index: 100;
}
/* unselected color switch */
input[name^="resize-"] + label {
    color: #fff;
	display: inline-block;
    background: rgba(183, 172, 172, .7); 
	width: 70px;
	line-height: 35px;
	height: 35px;
    text-align: center;
	position: relative;
}
input[name^="resize-"]:checked + label {
    background: rgba(34, 35, 36, .7);
    color: #fff;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3);
}

input#graph-small:checked ~ .graph-container .bar-container,
input#graph-small:checked ~ .graph-container:after,
input#graph-small:checked ~ .graph-container > li:last-child  {
    height: 10em;
}

input#graph-normal:checked ~ .graph-container .bar-container,
input#graph-normal:checked ~ .graph-container:after,
input#graph-normal:checked ~ .graph-container > li:last-child  {
    height: 30em;
}

input#graph-large:checked ~ .graph-container .bar-container,
input#graph-large:checked ~ .graph-container:after,
input#graph-large:checked ~ .graph-container > li:last-child  {
    height: 60em;
}

/******************************************************************************
 **                                                                          **
 ** VARIABLES                                                                **
 **                                                                          **
 ******************************************************************************/

/****************
 * SPACING      *
 ****************/

/* spacing between bars */
.graph-container > li .bar-container {
    margin-right: 1.5em;
}
/* spacing before first bar */
.graph-container > li:first-child {
    margin-left: 1.5em;
}
/* spacing after last bar */
.graph-container > li:nth-last-child(2) .bar-container {
    margin-right: 1em;
}

/****************
 *    Colors    *
 ****************/
 
/* Bar's Back side */
.bar-background {
    background-color: rgba(160, 160, 160, .1);
}
/* Bar's Bottom side */
.bar-background:before {
    background-color: rgba(160, 160, 160, .2);
}
/* Bar's Left Back side */
.bar-background:after {
    background-color: rgba(160, 160, 160, .05);
}
/* Bar's Front side */
.bar-foreground {
    background-color: rgba(160, 160, 160, .1);
}

.button-label{
	font-weight: bold;
	color: #aaa;
	line-height: 40px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	display: inline;
	margin: 0 10px 0 20px;
}
.button-label:before { 
	content: " "; 
	white-space: wrap; 
}

.main span:first-of-type{
	margin-left: 0px;
}
/******************************************************************************
 **                                                                          **
 ** RESPONSIVENESS                                                           **
 **                                                                          **
 ** Just as an example to show you the way how to resize the graph 			 **
 **                                                                          **
 ******************************************************************************/
 
@media screen and (max-width: 1125px) {
	.graph-container{ font-size: 0.7em; }
}
@media screen and (max-width: 1050px) {
	.graph-container{ font-size: 0.6em; }
}
@media screen and (max-width: 900px) {
	.button-label{ margin: 0 10px 0 0; }
	.button-label:before { content:"\A"; white-space: pre;  }
	.main { padding: 20px 20px 40px; }
}
@media screen and (max-width: 765px) {
	.graph-container { font-size: 0.5em; }
}
@media screen and (max-width: 720px) {
	.graph-container { font-size: 0.45em; }
}
@media screen and (max-width: 630px) {
	.graph-container { font-size: 0.32em; }
}
@media screen and (max-width: 360px) {
	.graph-container { font-size: 0.22em; }
	.button-label{ margin: 0 5px 0 0;}
}

/* Filtered Items */

.ff-container {
  display: block;
  margin: 10px auto 30px !important;
  max-width: 100%;
}

.ff-container label{
	font-family: "opensanslight",arial,helvetica;
	width: 22.2%;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 15px;
	background: background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	float:left;
	box-shadow: 0px 0px 0px 1px #aaa, 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 1px 2px rgba(0,0,0,0.2);
	margin-right: 12px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.ff-container label.ff-label-type-all{
	border-radius: 3px 0px 0px 3px;
}
.ff-container label.ff-label-type-3{
	border-radius: 0px 3px 3px 0px;
}
.ff-container input.ff-selector-type-all:checked ~ label.ff-label-type-all,
.ff-container input.ff-selector-type-1:checked ~ label.ff-label-type-1,
.ff-container input.ff-selector-type-2:checked ~ label.ff-label-type-2,
.ff-container input.ff-selector-type-3:checked ~ label.ff-label-type-3{
	background: background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646d93', endColorstr='#7c87ad',GradientType=0 );
	color: #424d71;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
	box-shadow: 0px 0px 0px 1px #40496e, 0 1px 2px rgba(0,0,0,0.1) inset;
}
.ff-container input{
	display: none;
}
.ff-items{
	position: relative;
	margin: 0px auto;
	padding-top: 20px;
}
.ff-items a{
	display: block;
	position: relative;
	padding: 4px;
	background: #F9F9F9;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	margin: 10px;
	width: 260px;
	height: 180px;
}
.ff-items a span{
	display: block;
	background: rgba(113,123,161, 0.9);
	font-style: normal;
	color: #fff;
	font-weight: bold;
	padding: 20px;
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 214px;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	text-align: center;
	text-shadow: 1px 1px 1px #303857;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ff-items a:hover span{
	height: 80px;
	opacity: 1;
}
.ff-items li img{
	display: block;
}

.ff-items li{
	margin: 0px;
	float: left;
	width: 280px;
	height: 200px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.ff-container input.ff-selector-type-1:checked ~ .ff-items .ff-item-type-1,
.ff-container input.ff-selector-type-2:checked ~ .ff-items .ff-item-type-2,
.ff-container input.ff-selector-type-3:checked ~ .ff-items .ff-item-type-3{	
	opacity: 1;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.ff-container input.ff-selector-type-1:checked ~ .ff-items li:not(.ff-item-type-1),
.ff-container input.ff-selector-type-2:checked ~ .ff-items li:not(.ff-item-type-2),
.ff-container input.ff-selector-type-3:checked ~ .ff-items li:not(.ff-item-type-3){
	opacity: 0.1;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}
.ff-container input.ff-selector-type-1:checked ~ .ff-items li:not(.ff-item-type-1) span,
.ff-container input.ff-selector-type-2:checked ~ .ff-items li:not(.ff-item-type-2) span,
.ff-container input.ff-selector-type-3:checked ~ .ff-items li:not(.ff-item-type-3) span{
	display:none;
}

/*-----------------PRICING TABLES------------------------------------------------------------------*/
.pricing{
	list-style-type:none;
	float:left;
	width:100%;
	text-align:center;
	padding:0;
	margin:5px 1px 0 0;
}
.pricing li{
	padding:10px 5px;
	margin:0;
	color:#2e85cf;
	background:#fff;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.pricing li.title-row{
	background:none repeat scroll 0 0 #666666;
	color:#FFF;
	font-family:'Pt-Sans-Bold', Arial, sans-serif;
	font-size:16px;
	padding:20px 5px;
	-webkit-border-radius: 4px 4px 0px 0px;
	   -moz-border-radius: 4px 4px 0px 0px;
		    border-radius: 4px 4px 0px 0px;
}
.pricing li.title-row span, .pricing ul li.pricing-row span{
	font-size:12px;
	font-style:italic;
}
.pricing li.title-row h4{
	margin-bottom:0;
	color:#FFF;
}
.pricing li.pricing-row, .pricing ul li.button-row{
	margin:0;
	border-top:none;
}
.pricing li.pricing-row span.price{
	font-size:30px;
	line-height:40px;
}
.pricing li.pricing-row span{
	color:#2e85cf;
}
.pricing li.button-row{
	height:auto;
	padding:25px 0;
	background:#444444;
	-webkit-border-radius: 0px 0px 4px 4px;
	   -moz-border-radius: 0px 0px 4px 4px;
		    border-radius: 0px 0px 4px 4px;
}

.pricing li.button-row a{
	color:#FFFFFF !important;
	padding:10px 20px;
	font-weight:bold;
	-webkit-transition:background-color 0.4s ease-in;  
	-moz-transition:background-color 0.4s ease-in;  
	-o-transition:background-color 0.4s ease-in;  
	transition:background-color 0.4s ease-in;
}
.pricing.theme-color li.title-row, .pricing.theme-color li.button-row{
	background: none repeat scroll 0 0 #2e85cf;
}

.row .pricing-table{
  text-align: center;
}

.span3 {
  width: 23.3%;
}

.span4 {
  width: 31.6%;
}

/* End of Pricing Tables Styling */

/* Icons */

[class^="ico-"], [class*="ico-"] {
	display: inline-block;
	width: 48px;
	height: 48px;
	*margin-right: .3em;
	line-height: 48px;
	vertical-align: text-top;
	background-image: url("../images/glyphicons.png");
	background-position: 48px 48px;
	background-repeat: no-repeat;
}
[class^="ico-"]:last-child, [class*="ico-"]:last-child {
	*margin-left: 0;
}
.ico-white {
	background-image: url("../images/glyphicons-white.png");
	opacity: 1;
}
.ico-glass {
	background-position: -0px -0px;
}
.ico-leaf {
	background-position: -48px -0px;
}
.ico-dog {
	background-position: -96px -0px;
}
.ico-user {
	background-position: -144px -0px;
}
.ico-girl {
	background-position: -192px -0px;
}
.ico-car {
	background-position: -240px -0px;
}
.ico-user-add {
	background-position: -288px -0px;
}
.ico-user-remove {
	background-position: -336px -0px;
}
.ico-film {
	background-position: -384px -0px;
}
.ico-magic {
	background-position: -432px -0px;
}
.ico-envelope {
	background-position: -0px -48px;
}
.ico-camera {
	background-position: -48px -48px;
}
.ico-heart {
	background-position: -96px -48px;
}
.ico-beach-umbrella {
	background-position: -144px -48px;
}
.ico-train {
	background-position: -192px -48px;
}
.ico-print {
	background-position: -240px -48px;
}
.ico-bin {
	background-position: -288px -48px;
}
.ico-music {
	background-position: -336px -48px;
}
.ico-note {
	background-position: -384px -48px;
}
.ico-cogwheel {
	background-position: -432px -48px;
}
.ico-home {
	background-position: -0px -96px;
}
.ico-snowflake {
	background-position: -48px -96px;
}
.ico-fire {
	background-position: -96px -96px;
}
.ico-cogwheels {
	background-position: -144px -96px;
}
.ico-parents {
	background-position: -192px -96px;
}
.ico-binoculars {
	background-position: -240px -96px;
}
.ico-road {
	background-position: -288px -96px;
}
.ico-search {
	background-position: -336px -96px;
}
.ico-cars {
	background-position: -384px -96px;
}
.ico-notes-2 {
	background-position: -432px -96px;
}
.ico-pencil {
	background-position: -0px -144px;
}
.ico-bus {
	background-position: -48px -144px;
}
.ico-wifi-alt {
	background-position: -96px -144px;
}
.ico-luggage {
	background-position: -144px -144px;
}
.ico-old-man {
	background-position: -192px -144px;
}
.ico-woman {
	background-position: -240px -144px;
}
.ico-file {
	background-position: -288px -144px;
}
.ico-credit {
	background-position: -336px -144px;
}
.ico-airplane {
	background-position: -384px -144px;
}
.ico-notes {
	background-position: -432px -144px;
}
.ico-stats {
	background-position: -0px -192px;
}
.ico-charts {
	background-position: -48px -192px;
}
.ico-pie-chart {
	background-position: -96px -192px;
}
.ico-group {
	background-position: -144px -192px;
}
.ico-keys {
	background-position: -192px -192px;
}
.ico-calendar {
	background-position: -240px -192px;
}
.ico-router {
	background-position: -288px -192px;
}
.ico-camera-small {
	background-position: -336px -192px;
}
.ico-dislikes {
	background-position: -384px -192px;
}
.ico-star {
	background-position: -432px -192px;
}
.ico-link {
	background-position: -0px -240px;
}
.ico-eye-open {
	background-position: -48px -240px;
}
.ico-eye-close {
	background-position: -96px -240px;
}
.ico-alarm {
	background-position: -144px -240px;
}
.ico-clock {
	background-position: -192px -240px;
}
.ico-stopwatch {
	background-position: -240px -240px;
}
.ico-projector {
	background-position: -288px -240px;
}
.ico-history {
	background-position: -336px -240px;
}
.ico-truck {
	background-position: -384px -240px;
}
.ico-cargo {
	background-position: -432px -240px;
}
.ico-compass {
	background-position: -0px -288px;
}
.ico-keynote {
	background-position: -48px -288px;
}
.ico-attach {
	background-position: -96px -288px;
}
.ico-power {
	background-position: -144px -288px;
}
.ico-lightbulb {
	background-position: -192px -288px;
}
.ico-tag {
	background-position: -240px -288px;
}
.ico-tags {
	background-position: -288px -288px;
}
.ico-cleaning {
	background-position: -336px -288px;
}
.ico-ruller {
	background-position: -384px -288px;
}
.ico-gift {
	background-position: -432px -288px;
}
.ico-umbrella {
	background-position: -0px -336px;
}
.ico-book {
	background-position: -48px -336px;
}
.ico-bookmark {
	background-position: -96px -336px;
}
.ico-signal-alt {
	background-position: -144px -336px;
}
.ico-cup {
	background-position: -192px -336px;
}
.ico-stroller {
	background-position: -240px -336px;
}
.ico-headphones {
	background-position: -288px -336px;
}
.ico-headset {
	background-position: -336px -336px;
}
.ico-warning-sign {
	background-position: -384px -336px;
}
.ico-signal {
	background-position: -432px -336px;
}
.ico-retweet {
	background-position: -0px -384px;
}
.ico-refresh {
	background-position: -48px -384px;
}
.ico-roundabout {
	background-position: -96px -384px;
}
.ico-random {
	background-position: -144px -384px;
}
.ico-heat {
	background-position: -192px -384px;
}
.ico-repeat {
	background-position: -240px -384px;
}
.ico-display {
	background-position: -288px -384px;
}
.ico-log-book {
	background-position: -336px -384px;
}
.ico-adress-book {
	background-position: -384px -384px;
}
.ico-magnet {
	background-position: -432px -384px;
}
.ico-table {
	background-position: -0px -432px;
}
.ico-adjust {
	background-position: -48px -432px;
}
.ico-tint {
	background-position: -96px -432px;
}
.ico-crop {
	background-position: -144px -432px;
}
.ico-vector-path-square {
	background-position: -192px -432px;
}
.ico-vector-path-circle {
	background-position: -240px -432px;
}
.ico-vector-path-polygon {
	background-position: -288px -432px;
}
.ico-vector-path-line {
	background-position: -336px -432px;
}
.ico-vector-path-curve {
	background-position: -384px -432px;
}
.ico-vector-path-all {
	background-position: -432px -432px;
}
.ico-font {
	background-position: -0px -480px;
}
.ico-italic {
	background-position: -48px -480px;
}
.ico-bold {
	background-position: -96px -480px;
}
.ico-text-underline {
	background-position: -144px -480px;
}
.ico-text-strike {
	background-position: -192px -480px;
}
.ico-text-height {
	background-position: -240px -480px;
}
.ico-text-width {
	background-position: -288px -480px;
}
.ico-text-resize {
	background-position: -336px -480px;
}
.ico-left-indent {
	background-position: -384px -480px;
}
.ico-right-indent {
	background-position: -432px -480px;
}
.ico-align-left {
	background-position: -0px -528px;
}
.ico-align-center {
	background-position: -48px -528px;
}
.ico-align-right {
	background-position: -96px -528px;
}
.ico-justify {
	background-position: -144px -528px;
}
.ico-list {
	background-position: -192px -528px;
}
.ico-text-smaller {
	background-position: -240px -528px;
}
.ico-text-bugger {
	background-position: -288px -528px;
}
.ico-embed {
	background-position: -336px -528px;
}
.ico-embed-close {
	background-position: -384px -528px;
}
.ico-adjust-alt {
	background-position: -432px -528px;
}
.ico-message-full {
	background-position: -0px -576px;
}
.ico-message-empty {
	background-position: -48px -576px;
}
.ico-message-in {
	background-position: -96px -576px;
}
.ico-message-out {
	background-position: -144px -576px;
}
.ico-message-plus {
	background-position: -192px -576px;
}
.ico-message-minus {
	background-position: -240px -576px;
}
.ico-message-ban {
	background-position: -288px -576px;
}
.ico-message-flag {
	background-position: -336px -576px;
}
.ico-message-lock {
	background-position: -384px -576px;
}
.ico-message-new {
	background-position: -432px -576px;
}
.ico-inbox {
	background-position: -0px -624px;
}
.ico-inbox-plus {
	background-position: -48px -624px;
}
.ico-inbox-minus {
	background-position: -96px -624px;
}
.ico-inbox-lock {
	background-position: -144px -624px;
}
.ico-inbox-in {
	background-position: -192px -624px;
}
.ico-inbox-out {
	background-position: -240px -624px;
}
.ico-computer-locked {
	background-position: -288px -624px;
}
.ico-computer-service {
	background-position: -336px -624px;
}
.ico-computer-process {
	background-position: -384px -624px;
}
.ico-phone {
	background-position: -432px -624px;
}
.ico-database-lock {
	background-position: -0px -672px;
}
.ico-database-plus {
	background-position: -48px -672px;
}
.ico-database-minus {
	background-position: -96px -672px;
}
.ico-database-ban {
	background-position: -144px -672px;
}
.ico-folder-open {
	background-position: -192px -672px;
}
.ico-folder-plus {
	background-position: -240px -672px;
}
.ico-folder-minus {
	background-position: -288px -672px;
}
.ico-folder-lock {
	background-position: -336px -672px;
}
.ico-folder-flag {
	background-position: -384px -672px;
}
.ico-folder-new {
	background-position: -432px -672px;
}
.ico-check {
	background-position: -0px -720px;
}
.ico-edit {
	background-position: -48px -720px;
}
.ico-new-window {
	background-position: -96px -720px;
}
.ico-more-windows {
	background-position: -144px -720px;
}
.ico-show-big-thumbnails {
	background-position: -192px -720px;
}
.ico-show-thumbnails {
	background-position: -240px -720px;
}
.ico-show-thumbnails-lines {
	background-position: -288px -720px;
}
.ico-show-lines {
	background-position: -336px -720px;
}
.ico-playlist {
	background-position: -384px -720px;
}
.ico-picture {
	background-position: -432px -720px;
}
.ico-imac {
	background-position: -0px -768px;
}
.ico-macbook {
	background-position: -48px -768px;
}
.ico-ipad {
	background-position: -96px -768px;
}
.ico-iphone {
	background-position: -144px -768px;
}
.ico-iphone-transfer {
	background-position: -192px -768px;
}
.ico-iphone-exchange {
	background-position: -240px -768px;
}
.ico-ipod {
	background-position: -288px -768px;
}
.ico-ipod-shuffle {
	background-position: -336px -768px;
}
.ico-ear-plugs {
	background-position: -384px -768px;
}
.ico-albums {
	background-position: -432px -768px;
}
.ico-step-backward {
	background-position: -0px -816px;
}
.ico-fast-backward {
	background-position: -48px -816px;
}
.ico-rewind {
	background-position: -96px -816px;
}
.ico-play {
	background-position: -144px -816px;
}
.ico-pause {
	background-position: -192px -816px;
}
.ico-stop {
	background-position: -240px -816px;
}
.ico-forward {
	background-position: -288px -816px;
}
.ico-fast-forward {
	background-position: -336px -816px;
}
.ico-step-forward {
	background-position: -384px -816px;
}
.ico-eject {
	background-position: -432px -816px;
}
.ico-facetime-video {
	background-position: -0px -864px;
}
.ico-download-alt {
	background-position: -48px -864px;
}
.ico-mute {
	background-position: -96px -864px;
}
.ico-volume-up {
	background-position: -144px -864px;
}
.ico-volume-down {
	background-position: -192px -864px;
}
.ico-screenshot {
	background-position: -240px -864px;
}
.ico-move {
	background-position: -288px -864px;
}
.ico-more {
	background-position: -336px -864px;
}
.ico-brightness-reduce {
	background-position: -384px -864px;
}
.ico-brightness-increase {
	background-position: -432px -864px;
}
.ico-circle-plus {
	background-position: -0px -912px;
}
.ico-circle-minus {
	background-position: -48px -912px;
}
.ico-circle-remove {
	background-position: -96px -912px;
}
.ico-circle-ok {
	background-position: -144px -912px;
}
.ico-circle-question-mark {
	background-position: -192px -912px;
}
.ico-circle-info {
	background-position: -240px -912px;
}
.ico-circle-exclamation-mark {
	background-position: -288px -912px;
}
.ico-remove {
	background-position: -336px -912px;
}
.ico-ok {
	background-position: -384px -912px;
}
.ico-ban {
	background-position: -432px -912px;
}
.ico-download {
	background-position: -0px -960px;
}
.ico-upload {
	background-position: -48px -960px;
}
.ico-shopping-cart {
	background-position: -96px -960px;
}
.ico-lock {
	background-position: -144px -960px;
}
.ico-unlock {
	background-position: -192px -960px;
}
.ico-electricity {
	background-position: -240px -960px;
}
.ico-ok-2 {
	background-position: -288px -960px;
}
.ico-remove-2 {
	background-position: -336px -960px;
}
.ico-cart-out {
	background-position: -384px -960px;
}
.ico-cart-in {
	background-position: -432px -960px;
}
.ico-left-arrow {
	background-position: -0px -1008px;
}
.ico-right-arrow {
	background-position: -48px -1008px;
}
.ico-down-arrow {
	background-position: -96px -1008px;
}
.ico-up-arrow {
	background-position: -144px -1008px;
}
.ico-resize-small {
	background-position: -192px -1008px;
}
.ico-resize-full {
	background-position: -240px -1008px;
}
.ico-circle-arrow-left {
	background-position: -288px -1008px;
}
.ico-circle-arrow-right {
	background-position: -336px -1008px;
}
.ico-circle-arrow-top {
	background-position: -384px -1008px;
}
.ico-circle-arrow-down {
	background-position: -432px -1008px;
}
.ico-play-button {
	background-position: -0px -1056px;
}
.ico-unshare {
	background-position: -48px -1056px;
}
.ico-share {
	background-position: -96px -1056px;
}
.ico-thin-right-arrow {
	background-position: -144px -1056px;
}
.ico-thin-left-arrow {
	background-position: -192px -1056px;
}
.ico-bluetooth {
	background-position: -240px -1056px;
}
.ico-euro {
	background-position: -288px -1056px;
}
.ico-usd {
	background-position: -336px -1056px;
}
.ico-bp {
	background-position: -384px -1056px;
}
.ico-retweet-2 {
	background-position: -432px -1056px;
}
.ico-moon {
	background-position: -0px -1104px;
}
.ico-sun {
	background-position: -48px -1104px;
}
.ico-cloud {
	background-position: -96px -1104px;
}
.ico-direction {
	background-position: -144px -1104px;
}
.ico-brush {
	background-position: -192px -1104px;
}
.ico-pen {
	background-position: -240px -1104px;
}
.ico-zoom-in {
	background-position: -288px -1104px;
}
.ico-zoom-out {
	background-position: -336px -1104px;
}
.ico-pin {
	background-position: -384px -1104px;
}
.ico-riflescope {
	background-position: -432px -1104px;
}
.ico-rotation-lock {
	background-position: -0px -1152px;
}
.ico-flash {
	background-position: -48px -1152px;
}
.ico-google-maps {
	background-position: -96px -1152px;
}
.ico-anchor {
	background-position: -144px -1152px;
}
.ico-conversation {
	background-position: -192px -1152px;
}
.ico-chat {
	background-position: -240px -1152px;
}
.ico-male {
	background-position: -288px -1152px;
}
.ico-female {
	background-position: -336px -1152px;
}
.ico-asterisk {
	background-position: -384px -1152px;
}
.ico-divide {
	background-position: -432px -1152px;
}
.ico-snorkel-diving {
	background-position: -0px -1200px;
}
.ico-scuba-diving {
	background-position: -96px -1200px;
}
.ico-oxygen-vottle {
	background-position: -48px -1200px;
}
.ico-fins {
	background-position: -144px -1200px;
}
.ico-fishes {
	background-position: -192px -1200px;
}
.ico-boat {
	background-position: -240px -1200px;
}
.ico-delete-point {
	background-position: -288px -1200px;
}
.ico-sheriffs-star {
	background-position: -336px -1200px;
}
.ico-qrcode {
	background-position: -384px -1200px;
}
.ico-barcode {
	background-position: -432px -1200px;
}
.ico-pool {
	background-position: -0px -1248px;
}
.ico-buoy {
	background-position: -48px -1248px;
}
.ico-spade {
	background-position: -96px -1248px;
}
.ico-bank {
	background-position: -144px -1248px;
}
.ico-vcard {
	background-position: -192px -1248px;
}
.ico-electircal-plug {
	background-position: -240px -1248px;
}
.ico-flag {
	background-position: -288px -1248px;
}
.ico-credit-card {
	background-position: -336px -1248px;
}
.ico-keyboard-wirelsss {
	background-position: -384px -1248px;
}
.ico-keyboard-wired {
	background-position: -432px -1248px;
}
.ico-shield {
	background-position: -0px -1296px;
}
.ico-ring {
	background-position: -48px -1296px;
}
.ico-cake {
	background-position: -96px -1296px;
}
.ico-drink {
	background-position: -144px -1296px;
}
.ico-beer {
	background-position: -192px -1296px;
}
.ico-fast-food {
	background-position: -240px -1296px;
}
.ico-cutlery {
	background-position: -288px -1296px;
}
.ico-pizza {
	background-position: -336px -1296px;
}
.ico-birthday-cake {
	background-position: -384px -1296px;
}
.ico-tablet {
	background-position: -432px -1296px;
}
.ico-settings {
	background-position: -0px -1344px;
}
.ico-bullets {
	background-position: -48px -1344px;
}
.ico-cardio {
	background-position: -96px -1344px;
}
.ico-t-shirt {
	background-position: -144px -1344px;
}
.ico-pants {
	background-position: -192px -1344px;
}
.ico-sweater {
	background-position: -240px -1344px;
}
.ico-fabric {
	background-position: -288px -1344px;
}
.ico-leather {
	background-position: -336px -1344px;
}
.ico-scissors {
	background-position: -384px -1344px;
}
.ico-podium {
	background-position: -432px -1344px;
}
.ico-skull {
	background-position: -0px -1392px;
}
.ico-celebration {
	background-position: -48px -1392px;
}
.ico-tea-kettle {
	background-position: -96px -1392px;
}
.ico-french-press {
	background-position: -144px -1392px;
}
.ico-coffe-cup {
	background-position: -192px -1392px;
}
.ico-pot {
	background-position: -240px -1392px;
}
.ico-grater {
	background-position: -288px -1392px;
}
.ico-kettle {
	background-position: -336px -1392px;
}
.ico-hospital {
	background-position: -384px -1392px;
}
.ico-hospital-h {
	background-position: -432px -1392px;
}
.ico-microphone {
	background-position: -0px -1440px;
}
.ico-webcam {
	background-position: -48px -1440px;
}
.ico-temple-church {
	background-position: -96px -1440px;
}
.ico-temple-islam {
	background-position: -144px -1440px;
}
.ico-temple-hindu {
	background-position: -192px -1440px;
}
.ico-temple-buddhist {
	background-position: -240px -1440px;
}
.ico-electrical-socket-eu {
	background-position: -288px -1440px;
}
.ico-electrical-socket-us {
	background-position: -336px -1440px;
}
.ico-bomb {
	background-position: -384px -1440px;
}
.ico-comments {
	background-position: -432px -1440px;
}
.ico-flower {
	background-position: -0px -1488px;
}
.ico-baseball {
	background-position: -48px -1488px;
}
.ico-rugby {
	background-position: -96px -1488px;
}
.ico-ax {
	background-position: -144px -1488px;
}
.ico-table-tennis {
	background-position: -192px -1488px;
}
.ico-bowling {
	background-position: -240px -1488px;
}
.ico-tree-conifer {
	background-position: -288px -1488px;
}
.ico-tree-deciduous {
	background-position: -336px -1488px;
}
.ico-more-items {
	background-position: -384px -1488px;
}
.ico-sort {
	background-position: -432px -1488px;
}
.ico-filter {
	background-position: -0px -1536px;
}
.ico-gamepad {
	background-position: -48px -1536px;
}
.ico-playing-dices {
	background-position: -96px -1536px;
}
.ico-calculator {
	background-position: -144px -1536px;
}
.ico-tie {
	background-position: -192px -1536px;
}
.ico-wallet {
	background-position: -240px -1536px;
}
.ico-share {
	background-position: -288px -1536px;
}
.ico-sampler {
	background-position: -336px -1536px;
}
.ico-piano {
	background-position: -384px -1536px;
}
.ico-web-browser {
	background-position: -432px -1536px;
}
.ico-blog {
	background-position: -0px -1584px;
}
.ico-dashboard {
	background-position: -48px -1584px;
}
.ico-certificate {
	background-position: -96px -1584px;
}
.ico-bell {
	background-position: -144px -1584px;
}
.ico-candle {
	background-position: -192px -1584px;
}
.ico-pin-classic {
	background-position: -240px -1584px;
}
.ico-iphone-shake {
	background-position: -288px -1584px;
}
.ico-pin-flag {
	background-position: -336px -1584px;
}
.ico-turtle {
	background-position: -384px -1584px;
}
.ico-rabbit {
	background-position: -432px -1584px;
}
.ico-globe {
	background-position: -0px -1632px;
}
.ico-briefcase {
	background-position: -48px -1632px;
}
.ico-hdd {
	background-position: -96px -1632px;
}
.ico-thumbs-up {
	background-position: -144px -1632px;
}
.ico-thumbs-down {
	background-position: -192px -1632px;
}
.ico-hand-right {
	background-position: -240px -1632px;
}
.ico-hand-left {
	background-position: -288px -1632px;
}
.ico-hand-up {
	background-position: -336px -1632px;
}
.ico-hand-down {
	background-position: -384px -1632px;
}
.ico-fullscreen {
	background-position: -432px -1632px;
}
.ico-shopping-bag {
	background-position: -0px -1680px;
}
.ico-book-open {
	background-position: -48px -1680px;
}
.ico-nameplate {
	background-position: -96px -1680px;
}
.ico-nameplate-alt {
	background-position: -144px -1680px;
}
.ico-vases {
	background-position: -192px -1680px;
}
.ico-announcement {
	background-position: -240px -1680px;
}
.ico-dumbbell {
	background-position: -288px -1680px;
}
.ico-suitcase {
	background-position: -336px -1680px;
}
.ico-file-import {
	background-position: -384px -1680px;
}
.ico-file-export {
	background-position: -432px -1680px;
}
[class^="mini-ico-"], [class*=" mini-ico-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../images/glyphicons-mini.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
	opacity: 1;
}
[class^="mini-ico-"]:last-child, [class*=" mini-ico-"]:last-child {
	*margin-left: 0;
}

.mini-white {
	background-image: url("../images/glyphicons-mini-white.png");
	opacity: 1;
}
.mini-ico-glass {
	background-position: 0 0;
}
.mini-ico-music {
	background-position: -24px 0;
}
.mini-ico-search {
	background-position: -48px 0;
}
.mini-ico-envelope {
	background-position: -72px 0;
}
.mini-ico-heart {
	background-position: -96px 0;
}
.mini-ico-star {
	background-position: -120px 0;
}
.mini-ico-star-empty {
	background-position: -144px 0;
}
.mini-ico-user {
	background-position: -168px 0;
}
.mini-ico-film {
	background-position: -192px 0;
}
.mini-ico-th-large {
	background-position: -216px 0;
}
.mini-ico-th {
	background-position: -240px 0;
}
.mini-ico-th-list {
	background-position: -264px 0;
}
.mini-ico-ok {
	background-position: -288px 0;
}
.mini-ico-remove {
	background-position: -312px 0;
}
.mini-ico-zoom-in {
	background-position: -336px 0;
}
.mini-ico-zoom-out {
	background-position: -360px 0;
}
.mini-ico-off {
	background-position: -384px 0;
}
.mini-ico-signal {
	background-position: -408px 0;
}
.mini-ico-cog {
	background-position: -432px 0;
}
.mini-ico-trash {
	background-position: -456px 0;
}
.mini-ico-home {
	background-position: 0 -24px;
}
.mini-ico-file {
	background-position: -24px -24px;
}
.mini-ico-time {
	background-position: -48px -24px;
}
.mini-ico-road {
	background-position: -72px -24px;
}
.mini-ico-download-alt {
	background-position: -96px -24px;
}
.mini-ico-download {
	background-position: -120px -24px;
}
.mini-ico-upload {
	background-position: -144px -24px;
}
.mini-ico-inbox {
	background-position: -168px -24px;
}
.mini-ico-play-circle {
	background-position: -192px -24px;
}
.mini-ico-repeat {
	background-position: -216px -24px;
}
.mini-ico-refresh {
	background-position: -240px -24px;
}
.mini-ico-list-alt {
	background-position: -264px -24px;
}
.mini-ico-lock {
	background-position: -287px -24px;
}
.mini-ico-flag {
	background-position: -312px -24px;
}
.mini-ico-headphones {
	background-position: -336px -24px;
}
.mini-ico-volume-off {
	background-position: -360px -24px;
}
.mini-ico-volume-down {
	background-position: -384px -24px;
}
.mini-ico-volume-up {
	background-position: -408px -24px;
}
.mini-ico-qrcode {
	background-position: -432px -24px;
}
.mini-ico-barcode {
	background-position: -456px -24px;
}
.mini-ico-tag {
	background-position: 0 -48px;
}
.mini-ico-tags {
	background-position: -25px -48px;
}
.mini-ico-book {
	background-position: -48px -48px;
}
.mini-ico-bookmark {
	background-position: -72px -48px;
}
.mini-ico-print {
	background-position: -96px -48px;
}
.mini-ico-camera {
	background-position: -120px -48px;
}
.mini-ico-font {
	background-position: -144px -48px;
}
.mini-ico-bold {
	background-position: -167px -48px;
}
.mini-ico-italic {
	background-position: -192px -48px;
}
.mini-ico-text-height {
	background-position: -216px -48px;
}
.mini-ico-text-width {
	background-position: -240px -48px;
}
.mini-ico-align-left {
	background-position: -264px -48px;
}
.mini-ico-align-center {
	background-position: -288px -48px;
}
.mini-ico-align-right {
	background-position: -312px -48px;
}
.mini-ico-align-justify {
	background-position: -336px -48px;
}
.mini-ico-list {
	background-position: -360px -48px;
}
.mini-ico-indent-left {
	background-position: -384px -48px;
}
.mini-ico-indent-right {
	background-position: -408px -48px;
}
.mini-ico-facetime-video {
	background-position: -432px -48px;
}
.mini-ico-picture {
	background-position: -456px -48px;
}
.mini-ico-pencil {
	background-position: 0 -72px;
}
.mini-ico-map-marker {
	background-position: -24px -72px;
}
.mini-ico-adjust {
	background-position: -48px -72px;
}
.mini-ico-tint {
	background-position: -72px -72px;
}
.mini-ico-edit {
	background-position: -96px -72px;
}
.mini-ico-share {
	background-position: -120px -72px;
}
.mini-ico-check {
	background-position: -144px -72px;
}
.mini-ico-move {
	background-position: -168px -72px;
}
.mini-ico-step-backward {
	background-position: -192px -72px;
}
.mini-ico-fast-backward {
	background-position: -216px -72px;
}
.mini-ico-backward {
	background-position: -240px -72px;
}
.mini-ico-play {
	background-position: -264px -72px;
}
.mini-ico-pause {
	background-position: -288px -72px;
}
.mini-ico-stop {
	background-position: -312px -72px;
}
.mini-ico-forward {
	background-position: -336px -72px;
}
.mini-ico-fast-forward {
	background-position: -360px -72px;
}
.mini-ico-step-forward {
	background-position: -384px -72px;
}
.mini-ico-eject {
	background-position: -408px -72px;
}
.mini-ico-chevron-left {
	background-position: -432px -72px;
}
.mini-ico-chevron-right {
	background-position: -456px -72px;
}
.mini-ico-plus-sign {
	background-position: 0 -96px;
}
.mini-ico-minus-sign {
	background-position: -24px -96px;
}
.mini-ico-remove-sign {
	background-position: -48px -96px;
}
.mini-ico-ok-sign {
	background-position: -72px -96px;
}
.mini-ico-question-sign {
	background-position: -96px -96px;
}
.mini-ico-info-sign {
	background-position: -120px -96px;
}
.mini-ico-screenshot {
	background-position: -144px -96px;
}
.mini-ico-remove-circle {
	background-position: -168px -96px;
}
.mini-ico-ok-circle {
	background-position: -192px -96px;
}
.mini-ico-ban-circle {
	background-position: -216px -96px;
}
.mini-ico-arrow-left {
	background-position: -240px -96px;
}
.mini-ico-arrow-right {
	background-position: -264px -96px;
}
.mini-ico-arrow-up {
	background-position: -289px -96px;
}
.mini-ico-arrow-down {
	background-position: -312px -96px;
}
.mini-ico-share-alt {
	background-position: -336px -96px;
}
.mini-ico-resize-full {
	background-position: -360px -96px;
}
.mini-ico-resize-small {
	background-position: -384px -96px;
}
.mini-ico-plus {
	background-position: -408px -96px;
}
.mini-ico-minus {
	background-position: -433px -96px;
}
.mini-ico-asterisk {
	background-position: -456px -96px;
}
.mini-ico-exclamation-sign {
	background-position: 0 -120px;
}
.mini-ico-gift {
	background-position: -24px -120px;
}
.mini-ico-leaf {
	background-position: -48px -120px;
}
.mini-ico-fire {
	background-position: -72px -120px;
}
.mini-ico-eye-open {
	background-position: -96px -120px;
}
.mini-ico-eye-close {
	background-position: -120px -120px;
}
.mini-ico-warning-sign {
	background-position: -144px -120px;
}
.mini-ico-plane {
	background-position: -168px -120px;
}
.mini-ico-calendar {
	background-position: -192px -120px;
}
.mini-ico-random {
	background-position: -216px -120px;
}
.mini-ico-comment {
	background-position: -240px -120px;
}
.mini-ico-magnet {
	background-position: -264px -120px;
}
.mini-ico-chevron-up {
	background-position: -288px -120px;
}
.mini-ico-chevron-down {
	background-position: -313px -119px;
}
.mini-ico-retweet {
	background-position: -336px -120px;
}
.mini-ico-shopping-cart {
	background-position: -360px -120px;
}
.mini-ico-folder-close {
	background-position: -384px -120px;
}
.mini-ico-folder-open {
	background-position: -408px -120px;
}
.mini-ico-resize-vertical {
	background-position: -432px -119px;
}
.mini-ico-resize-horizontal {
	background-position: -456px -118px;
}
.mini-ico-hdd {
	background-position: 0 -144px;
}
.mini-ico-bullhorn {
	background-position: -24px -144px;
}
.mini-ico-bell {
	background-position: -48px -144px;
}
.mini-ico-certificate {
	background-position: -72px -144px;
}
.mini-ico-thumbs-up {
	background-position: -96px -144px;
}
.mini-ico-thumbs-down {
	background-position: -120px -144px;
}
.mini-ico-hand-right {
	background-position: -144px -144px;
}
.mini-ico-hand-left {
	background-position: -168px -144px;
}
.mini-ico-hand-up {
	background-position: -192px -144px;
}
.mini-ico-hand-down {
	background-position: -216px -144px;
}
.mini-ico-circle-arrow-right {
	background-position: -240px -144px;
}
.mini-ico-circle-arrow-left {
	background-position: -264px -144px;
}
.mini-ico-circle-arrow-up {
	background-position: -288px -144px;
}
.mini-ico-circle-arrow-down {
	background-position: -312px -144px;
}
.mini-ico-globe {
	background-position: -336px -144px;
}
.mini-ico-wrench {
	background-position: -360px -144px;
}
.mini-ico-tasks {
	background-position: -384px -144px;
}
.mini-ico-filter {
	background-position: -408px -144px;
}
.mini-ico-briefcase {
	background-position: -432px -144px;
}
.mini-ico-fullscreen {
	background-position: -456px -144px;
}

/* End of Icons Styling */

