@charset "utf-8";

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: cookies-table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* - - - - - 
 
 Main css
 
  - - - - - */

.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  max-height: 500px;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.cookies-modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.cookies-modal-header .cookies-close {
  margin-top: 2px;
}
.cookies-modal-body {
  padding: 15px;
}
.cookies-modal-body .modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before, .modal-footer:after {
  display: cookies-table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .cookies-btn {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}

.hide {
  display: none;
}

 .cookies-container {
  width: 940px;
  margin-top:50px;
}
.cookies-container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.cookies-container:before, .cookies-container:after {
  display: cookies-table;
  content: "";
}
.cookies-container:after {
  clear: both;
}
.cookies-container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}
.cookies-container-fluid:before, .cookies-container-fluid:after {
  display: cookies-table;
  content: "";
}
.cookies-container-fluid:after {
  clear: both;
}

.cookies-table {
  width: 100%;
  margin-bottom: 18px;
}
.cookies-table th, .cookies-table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.cookies-table th {
  font-weight: bold;
}
.cookies-table thead th {
  vertical-align: bottom;
}
.cookies-table thead:first-child tr th, .cookies-table thead:first-child tr td {
  border-top: 0;
}
.cookies-table tbody + tbody {
  border-top: 2px solid #ddd;
}
.cookies-table-condensed th, .cookies-table-condensed td {
  padding: 4px 5px;
}
.cookies-table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cookies-table-bordered th + th,
.cookies-table-bordered td + td,
.cookies-table-bordered th + td,
.cookies-table-bordered td + th {
  border-left: 1px solid #ddd;
}
.cookies-table-bordered thead:first-child tr:first-child th, .cookies-table-bordered tbody:first-child tr:first-child th, .cookies-table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.cookies-table-bordered thead:first-child tr:first-child th:first-child, .cookies-table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.cookies-table-bordered thead:first-child tr:first-child th:last-child, .cookies-table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.cookies-table-bordered thead:last-child tr:last-child th:first-child, .cookies-table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.cookies-table-bordered thead:last-child tr:last-child th:last-child, .cookies-table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.cookies-table-striped tbody tr:nth-child(odd) td, .cookies-table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.cookies-table tbody tr:hover td, .cookies-table tbody tr:hover th {
  background-color: #f5f5f5;
}


.cookies-btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
}
.cookies-btn:hover,
.cookies-btn:active,
.cookies-btn.active,
.cookies-btn.disabled,
.cookies-btn[disabled] {
  background-color: #e6e6e6;
}
.cookies-btn:active, .cookies-btn.active {
  background-color: #cccccc \9;
}
.cookies-btn:first-child {
  *margin-left: 0;
}
.cookies-btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.cookies-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.cookies-btn.active, .cookies-btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.cookies-btn.disabled, .cookies-btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cookies-btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cookies-btn-large [class^="icon-"] {
  margin-top: 1px;
}
.cookies-btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.cookies-btn-small [class^="icon-"] {
  margin-top: -1px;
}
.cookies-btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.cookies-btn-primary,
.cookies-btn-primary:hover,
.cookies-btn-warning,
.cookies-btn-warning:hover,
.cookies-btn-danger,
.cookies-btn-danger:hover,
.cookies-btn-success,
.cookies-btn-success:hover,
.cookies-btn-info,
.cookies-btn-info:hover,
.cookies-btn-inverse,
.cookies-btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.cookies-btn-primary.active,
.cookies-btn-warning.active,
.cookies-btn-danger.active,
.cookies-btn-success.active,
.cookies-btn-info.active,
.cookies-btn-dark.active {
  color: rgba(255, 255, 255, 0.75);
}
.cookies-btn-primary {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.cookies-btn-primary:hover,
.cookies-btn-primary:active,
.cookies-btn-primary.active,
.cookies-btn-primary.disabled,
.cookies-btn-primary[disabled] {
  background-color: #0044cc;
}
.cookies-btn-primary:active, .cookies-btn-primary.active {
  background-color: #003399 \9;
}
.cookies-btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-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(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.cookies-btn-warning:hover,
.cookies-btn-warning:active,
.cookies-btn-warning.active,
.cookies-btn-warning.disabled,
.cookies-btn-warning[disabled] {
  background-color: #f89406;
}
.cookies-btn-warning:active, .cookies-btn-warning.active {
  background-color: #c67605 \9;
}
.cookies-btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));

  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.cookies-btn-danger:hover,
.cookies-btn-danger:active,
.cookies-btn-danger.active,
.cookies-btn-danger.disabled,
.cookies-btn-danger[disabled] {
  background-color: #bd362f;
}
.cookies-btn-danger:active, .cookies-btn-danger.active {
  background-color: #942a25 \9;
}
.cookies-btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.cookies-btn-success:hover,
.cookies-btn-success:active,
.cookies-btn-success.active,
.cookies-btn-success.disabled,
.cookies-btn-success[disabled] {
  background-color: #51a351;
}
.cookies-btn-success:active, .cookies-btn-success.active {
  background-color: #408140 \9;
}
.cookies-btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.cookies-btn-info:hover,
.cookies-btn-info:active,
.cookies-btn-info.active,
.cookies-btn-info.disabled,
.cookies-btn-info[disabled] {
  background-color: #2f96b4;
}
.cookies-btn-info:active, .cookies-btn-info.active {
  background-color: #24748c \9;
}
.cookies-btn-inverse {
  background-color: #393939;
  background-image: -moz-linear-gradient(top, #454545, #262626);
  background-image: -ms-linear-gradient(top, #454545, #262626);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#262626));
  background-image: -webkit-linear-gradient(top, #454545, #262626);
  background-image: -o-linear-gradient(top, #454545, #262626);
  background-image: linear-gradient(top, #454545, #262626);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#262626', GradientType=0);
  border-color: #262626 #262626 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.cookies-btn-inverse:hover,
.cookies-btn-inverse:active,
.cookies-btn-inverse.active,
.cookies-btn-inverse.disabled,
.cookies-btn-inverse[disabled] {
  background-color: #262626;
}
.cookies-btn-inverse:active, .cookies-btn-inverse.active {
  background-color: #0c0c0c \9;
}
button.cookies-btn, input[type="submit"].cookies-btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.cookies-btn::-moz-focus-inner, input[type="submit"].cookies-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.cookies-btn.large, input[type="submit"].cookies-btn.large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.cookies-btn.small, input[type="submit"].cookies-btn.small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.cookies-btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.cookies-btn-group:before, .cookies-btn-group:after {
  display: cookies-table;
  content: "";
}
.cookies-btn-group:after {
  clear: both;
}
.cookies-btn-group:first-child {
  *margin-left: 0;
}
.cookies-btn-group + .cookies-btn-group {
  margin-left: 5px;
}
.cookies-btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.cookies-btn-toolbar .cookies-btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.cookies-btn-group .cookies-btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cookies-btn-group .cookies-btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.cookies-btn-group .cookies-btn:last-child, .cookies-btn-group .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.cookies-btn-group .cookies-btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.cookies-btn-group .cookies-btn.large:last-child, .cookies-btn-group .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.cookies-btn-group .cookies-btn:hover,
.cookies-btn-group .cookies-btn:focus,
.cookies-btn-group .cookies-btn:active,
.cookies-btn-group .cookies-btn.active {
  z-index: 2;
}
.cookies-btn-group .dropdown-toggle:active, .cookies-btn-group.open .dropdown-toggle {
  outline: 0;
}
.cookies-btn-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.cookies-btn-group.open {
  *z-index: 1000;
}
.cookies-btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cookies-btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.cookies-btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.cookies-btn:hover .caret, .open.cookies-btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.cookies-btn-primary .caret,
.cookies-btn-danger .caret,
.cookies-btn-info .caret,
.cookies-btn-success .caret,
.cookies-btn-inverse .caret {
  border-top-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.cookies-btn-small .caret {
  margin-top: 4px;
}

.cookies-close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.cookies-close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
.consert{
	width:96px;
	}
	
/* - - - - - - M A I N -CSS- - - - - */	
	
 /* - - - - - - - -
 
 For Footer Part
 
  - - - - - - - - - - */
  
.cookiesmanager{background: #000; bottom: 0px; color:#fff; font-family: Arial, Helvetica, sans-serif; left:0; padding: 0px 0; position:fixed; font-size:16px; width:100%; z-index:99999; float:left; vertical-align:middle; margin: 0px 0 0; opacity: 0.95; font-weight: bold;}

.cookiesmanagerfloatingbox{text-align:center; max-width:920px; min-width:300px; width:100%; margin:0 auto}

#cookies-tips, #cookies-tips li{margin:0; padding:0; list-style:none}

#cookies-tips{max-width:920px;width:100%; min-width:300px; font-size:20px; line-height:120%;}

#cookies-tips li{padding: 15px 0;}

#cookies-tips li a{color: #fff; text-decoration:none;}

#cookies-tips li a:hover{text-decoration: none;}


/* - - - - - - - -For Footer Part- - - - - - - - - - */



/* - - - - - - - - - - - - - - - 

 R E S P O N S I V -CSS

- - - - - - - - - - - - - - - -*/




.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: cookies-table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
 @-ms-viewport {
 width: device-width;
}
.visible-print {
	display: none !important;
}
 @media print {
.visible-print {
	display: inherit !important;
}
.hidden-print {
	display: none !important;
}
}
 @media (min-width: 1200px) {
.cookies-container {
	width: 1170px;
}
/* 1200px ends  */  
}
@media (min-width: 768px) and (max-width: 980px) {

.modal.fade.in {
  top: 30%;
}
}
 @media (min-width: 768px) and (max-width: 979px) {
.cookies-container,  .navbar-static-top .cookies-container,  .navbar-fixed-top .cookies-container,  .navbar-fixed-bottom .cookies-container {
	width: 724px;
}
/* 979px Ends */
}
 @media (max-width: 767px) {
.cookies-container {
	width: auto;
}
.modal {
	position: fixed;
	top: 20px;
	right: 20px;
	left: 20px;
	width: auto;
	margin: 0;
}
.modal.fade {
	top: -100px;
}
.modal.fade.in {
	top: 20px;
}
/* 767px ends */  
}
 @media (max-width: 480px) {
.modal {
	top: 10px;
	right: 10px;
	left: 10px;
}
.cookies-modal-header .cookies-close {
	padding: 10px;
	margin: -10px;
}
.cookies-table th, .cookies-table td {
	padding: 4px;
}
/* 480px ends */ 
}
@media (max-width: 320px) {
.cookies-table th, .cookies-table td {
	padding: 1px;
	font-size: 10px;
	
}
.modal-footer .cookies-btn{
	float:left;
	margin-bottom:10px;
	}
}
/* - - - - - - - - - - - - - - -R E S P O N S I V -CSS- - - - - - - - - - - - - - - -*/
