
@viewport{
    zoom: 1.0;
    width: device-width;
}
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

@font-face
{
	font-display: swap;
}

html {  -webkit-text-size-adjust: 100%;  -ms-text-size-adjust: 100%; }
body {  margin: 0;  padding:0; }
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {  display: block; }
audio,canvas,progress,video {  display: inline-block;  vertical-align: baseline; }
b,strong {  font-weight: bold; }
small {  font-size: 80%; }
img {  border: 0; }
svg:not(:root) {  overflow: hidden; }
hr {  height: 0;  -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
button,input,optgroup,select,textarea {  margin: 0;  font: inherit;  color: inherit; }
button {  overflow: visible; }
button,select { text-transform: none; }
button,html input[type="button"],input[type="reset"],input[type="submit"] {  -webkit-appearance: button;  cursor: pointer; }
button[disabled],html input[disabled] {  cursor: default; }
button::-moz-focus-inner,input::-moz-focus-inner {  padding: 0;  border: 0; }
input {  line-height: normal; }
input[type="checkbox"],input[type="radio"] {  -webkit-box-sizing: border-box;     -moz-box-sizing: border-box;          box-sizing: border-box;  padding: 0; }
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {  height: auto; }
input[type="search"] {  -webkit-box-sizing: content-box;     -moz-box-sizing: content-box;          box-sizing: content-box;  -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {  -webkit-appearance: none; }
fieldset {  padding: .35em .625em .75em;  margin: 0 2px;  border: 1px solid #c0c0c0; }
textarea {  overflow: auto; }
optgroup {  font-weight: bold; }
table {  border-spacing: 0;  border-collapse: collapse; }
td,th {  padding: 0; }

@media print 
{
  *,
  *:before,
  *:after { color: #000 !important; text-shadow: none !important;    background: transparent !important;    -webkit-box-shadow: none !important; box-shadow: none !important; }
  a, a:visited { text-decoration: none;  }
  a[href]:after { content: " (" attr(href) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after { content: "";  }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  
   .btn > .caret,  .dropup > .btn > .caret {  border-top-color: #000 !important;  }
  .label { border: 1px solid #000; }
  .table { border-collapse: collapse !important; }
  .table td, .table th { background-color: #fff !important;  }
  .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; }
}

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box; }
*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
input, button, select, textarea {  font-family: inherit;  font-size: inherit;  line-height: inherit; }
a { color: #000; text-decoration: none; background-color: transparent; }

a:focus {  outline: thin dotted;  outline: 5px auto -webkit-focus-ring-color;  outline-offset: -2px; }
a:active,a:hover {  outline: 0;  text-decoration:none; }
img {  vertical-align: middle; }
.img-responsive,.thumbnail > img,.thumbnail a > img, {  display: block;  max-width: 100%;  height: auto;  text-align:center; }
.img-rounded {  border-radius: 6px; }
.img-thumbnail {  display: inline-block;  max-width: 100%;  height: auto;  padding: 4px;  line-height: 1.42857143;  background-color: #fff;  border: 1px solid #ddd;  border-radius: 4px; }
.img-circle {  border-radius: 50%; }
p {  margin: 0 0 10px; }
small,.small {  font-size: 85%; }
.page-header {  padding-bottom: 9px;  margin: 40px 0 20px;  border-bottom: 1px solid #eee; }
ul,ol {  margin-top: 0;  margin-bottom: 10px; }
ul ul,ol ul,ul ol,ol ol {  margin-bottom: 0; }
.list-unstyled { padding-left: 0; list-style: none; }
.list-inline {  padding-left: 0;  margin-left: -5px;  list-style: none; }
.list-inline > li {  display: inline-block;  padding-right: 5px;  padding-left: 5px; }

.container 
{
margin:0;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 400px) {
  .container {
    width: 100%;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {  position: relative;  min-height: 1px;  padding-right: 15px;  padding-left: 15px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {  float: left; }
.col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%;} .col-xs-1 {  width: 8.33333333%;}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {    width: 100%;  }  .col-sm-11 {    width: 91.66666667%;  }  .col-sm-10 {    width: 83.33333333%;  }  .col-sm-9 {    width: 75%;  }  .col-sm-8 {    width: 66.66666667%;  }  .col-sm-7 {    width: 58.33333333%;  }  .col-sm-6 {    width: 50%;  }  .col-sm-5 {    width: 41.66666667%;  }  .col-sm-4 {    width: 33.33333333%;  }  .col-sm-3 {    width: 25%;  }  .col-sm-2 {    width: 16.66666667%;  }  .col-sm-1 {    width: 8.33333333%;  }}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
.col-md-12 {    width: 100%;  }  .col-md-11 {    width: 91.66666667%;  }  .col-md-10 {    width: 83.33333333%;  }  .col-md-9 {    width: 75%;  }  .col-md-8 {    width: 66.66666667%;  }  .col-md-7 {    width: 58.33333333%;  }  .col-md-6 {    width: 50%;  }  .col-md-5 {    width: 41.66666667%;  }  .col-md-4 {    width: 33.33333333%;  }  .col-md-3 {    width: 25%;  }  .col-md-2 {    width: 16.66666667%;  }  .col-md-1 {    width: 8.33333333%;  }}
  
  @media (min-width: 1200px) {
	  
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {    width: 100%;  }  .col-lg-11 {    width: 91.66666667%;  }  .col-lg-10 {    width: 83.33333333%;  }  .col-lg-9 {    width: 75%;  }  .col-lg-8 {    width: 66.66666667%;  }  .col-lg-7 {    width: 58.33333333%;  }  .col-lg-6 {    width: 50%;  }
  .col-lg-5 {    width: 41.66666667%;  }  .col-lg-4 {    width: 33.33333333%;  }  .col-lg-3 {    width: 25%;  }  .col-lg-2 {    width: 16.66666667%;  }  .col-lg-1 {    width: 8.33333333%;  }}



label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
input[type="radio"],input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }
input[type="file"] { display: block; }
input[type="range"] { display: block; width: 100%; }
select[multiple],select[size] { height: auto; }
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  font-weight:400;
   border: 1px solid #7FC1D9;
  border-radius: 0px;
 
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-default {  color: #333;  background-color: #fff;  border-color: #ccc; }
.btn-primary {  color: #fff;  background-color: #337ab7;  border-color: #2e6da4; }
.btn-success {  color: #fff;  background-color: #5cb85c;  border-color: #4cae4c; }
.btn-info {  color: #fff;  background-color: #5bc0de;  border-color: #46b8da; }
.btn-warning {  color: #fff;  background-color: #f0ad4e;  border-color: #eea236; }
.btn-link {  font-weight: normal;  color: #337ab7;  border-radius: 0; }


.collapse {  display: none; }
.collapse.in {  display: block; }
tr.collapse.in {  display: table-row; }
tbody.collapse.in {  display: table-row-group; }
.collapsing 
{  
	position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;

}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover, a.label:focus {  color: #fff;  text-decoration: none;  cursor: pointer; }
.label:empty {  display: none; } 
.btn .label {  position: relative;  top: -1px; }
.label-default {  background-color: #777; }
.label-default[href]:hover,.label-default[href]:focus {  background-color: #5e5e5e; }
.label-primary {  background-color: #337ab7; }
.label-primary[href]:hover,.label-primary[href]:focus {  background-color: #286090; }
.label-success {  background-color: #5cb85c; }
.label-success[href]:hover,
.label-success[href]:focus {  background-color: #449d44; }
.label-info {  background-color: #5bc0de; }
.label-info[href]:hover,.label-info[href]:focus {  background-color: #31b0d5; }
.label-warning {  background-color: #f0ad4e; }
.label-warning[href]:hover,
.label-warning[href]:focus {  background-color: #ec971f; }
.label-danger {  background-color: #d9534f; }
.label-danger[href]:hover,
.label-danger[href]:focus {  background-color: #c9302c; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}


.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}



.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

body 
{
	font-family: Montserrat,Optima,Calibri,Verdana,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:1.1em;
	color:#000;
	font-weight: 400;
	background: #fff;
	
	
	
}


h1 { color:#000; padding:10px; font-weight:600; letter-spacing:-.01em; font-size:1.5em; }
h2 { color:#000; padding:10px; font-weight:600; letter-spacing:-.01em; font-size:1.4em; }
img { height: auto; max-width: 100%; }
#pagewrap {	width: 100%; }
#footer { clear: both; border-top:1px solid #DDDDDD; background-color:#333;
}
.botonnormal
	{
		font-size:1.1em;
		color:#212121;
		padding:5px;
		font-weight:500;
		text-decoration:none;
		border-radius:2px;
		background-color:#fff;
		padding:10px;
	}
.ocultarsmartphone { display:none; }
.ocultarnormal { display:inline; }

#menupaises{
	
	width: 50%;
	height: 110%;
	top: 0;
	left: 0;
	padding:0;
	margin:0;
	position: fixed; 
	border:0px solid red;
	-webkit-box-shadow: 11px 0px 33px -4px rgba(0,0,0,0.8);
	-moz-box-shadow: 11px 0px 33px -4px rgba(0,0,0,0.8);
	box-shadow: 11px 0px 33px -4px rgba(0,0,0,0.8);
}
@media screen and (max-width: 800px) 
	{
		#menupaises 
		{
			width:80%;
		}
	}
#menupaises li a {
	width:250px;
    height:30px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
    display:block;
    font-weight:500;
	font-size:14px;
	color:#333;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;  
	border-bottom:1px solid #99DBE2	
}
 

#menupaises  li a:hover {
    background:#efefef;
}

#menupaises   li.selected a {
    background:#efefef;
}
#menupaises li a span {
color:#85D6DE;
}

#ultimosgruposwhats{ padding:12%; padding-top:10px; }

@media screen and (max-width: 800px) 
	{
		#ultimosgruposwhats 
		{
			padding:5px;
			
			
		}
	}
	
#ultimosgrupostele{	padding:12%; padding-top:10px; padding-bottom:10px; }

@media screen and (max-width: 800px) 
	{
		#ultimosgrupostele
		{
			padding:5px;
			padding-bottom:30px;
			
		}
	}


		#main {
			width: 100%;
			border:0;
			margin:0;
			padding:0;
			height: 60px;
			display: -webkit-flex; /* Safari */
			display: flex;
		}
		#navegacionsegunda {
			width: 100%;
			border:0;
			margin:0;
			padding:0;
			
		}
		#maintercera {
			width: 100%;
			border:0;
			margin:0;
			padding:0;
			display: -webkit-flex; /* Safari */
			display: flex;
		}

		#main div {
			-webkit-flex: 1;  /* Safari 6.1+ */
			-ms-flex: 1;  /* IE 10 */    
			flex: 1;
		}
		
		
		
		.objetomenu { text-align:center; color:#fff; list-style:none }
		.enlacemenu	{ text-decoration:none;font-weight:600;font-size:1.1em;color:#000	}
		
		
		
		/* for 2000px or less */
		@media screen and (max-width: 2000px) {
			.textomenu 
			{
				font-size:2.0rem;
				letter-spacing: -0.1rem;
				font-weight:400;
			}
			#main
			{
				height:40px;
			}
		}
		/* for 1214px or less */
		@media screen and (max-width: 1214px) {
			.lateral
			{
				display:none;
			}
			.textomenu 
			{
				letter-spacing: -0.1rem;
				font-size:2.0rem;
				font-weight:400;
			}
		}
		/* for 860px or less */
		@media screen and (max-width: 860px) {
			#main
			{
				height:50px;
			}
		
			#maintercera
			{
				width:100%;
				height:50px;
			}
			.navegacion
			{
				padding-bottom:10px;
			}
			
		
		}	
		/* for 690px or less */
		@media screen and (max-width: 690px) {
			.textomenu 
			{
				letter-spacing: -0.1rem;
				font-size:1.5rem;
				font-weight:400;
			}
		
		}	
		/* for 500px or less */
		@media screen and (max-width: 500px) {
			#main
			{
				height:50px;
			}
			#navegacionsegunda
			{
				height:50px;
			}
			#maintercera
			{
				height:50px;
			}
			.textomenu 
			{
				
				font-size:1.7rem;
				font-weight:400;
				
			}
		
		}	
		/* for 400px or less */
		@media screen and (max-width: 400px) {
			#main
			{
				height:50px;
			}
			#navegacionsegunda
			{
				height:50px;
			}
			#maintercera
			{
				height:50px;
			}
			.textomenu 
			{
				font-size:1.6rem;
				font-weight:400;
				letter-spacing: -0.1rem;
			}
		
		}	
 


/* for 2000px or less */
@media screen and (max-width: 5000px) {
	
	#pagewrap {
		width: 100%;
		padding:12%;
		padding-top:18px;
		
	}

	.navbar {
	height:50px;
	}
	
			
	.h1indice {
	color:#fff;
	padding:5px;
	margin:0px;
	font-size:1.6em;
	font-weight:300;
}
	
/* for 2000px or less */
@media screen and (max-width: 1400px) {
	
	#pagewrap {
		width: 100%;
		padding:12%;
		padding-top:18px;
	}
	
	.navbar {
	height:50px;
	}
	
			
	.h1indice {
	color:#fff;
	padding:5px;
	margin:0px;
	font-size:1.6em;
	font-weight:300;
	}
	
}



#divtagsvista {
	z-index:100000;
	background-color:#EFEFEF;
	padding:0;
	width: 50%;
	height: 110%;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	position: fixed
	}
	
	@media screen and (max-width: 800px) 
	{
		
		#divtagsvista 
		{
			width:100%;
		}
		
		
		
	}



/* for 977px or less */
@media screen and (max-width: 1055px) {

#pagewrap {
		width: 100%;
		padding:12%;
	}
}

/* for 767 or less */
@media screen and (max-width: 767px) {
	
	#pagewrap {
		width: 100%;
		padding:5px;
	}
	
}


/* for 860px or less */
@media screen and (max-width: 860px) {
	#idioma {
		display:none;
	}
	
	
	.classcabecerazona
	{
		font-size:20px;
		color: #5C2D91;
	}
	.ocultarsmartphone
	{
	display:block;
	}
	.ocultarnormal
	{
	display:none;
	}
	
	.h1indice {
	color:#fff;
	padding:5px;
	margin:0px;
	font-size:1.6em;
	font-weight:500;
	}
	

}
/* for 600px or less */
@media screen and (max-width: 695px) {

	.ocultarcomentmoviles{
	display:none
	}
	.mostrarmascomentarios{
	display:inline
	}
	.h1indice {
	color:#fff;
	padding:5px;
	margin:0px;
	font-size:1.6em;
	font-weight:500;
	}
	
}
/***************BLOG-----------------------------*/

	.imagenblog	{ float:left; width:30%; padding:10px; }
	.imagenblog img	{ width:300px; height:150px; }
	.textoblog { float:left; width:70%;	font-size:1.3em; text-align:left; padding:10px;	}
	.textoblog p { font-weight:400;	color:#999; }
	.textoblog a { font-weight:600;	}
	
	@media screen and (max-width: 1100px) 
	{
		.imagenblog img
		{
			width:150px;
			height:105px;
		}
		.textoblog
		{
			font-size:1.1em;
		}
		
	}
	@media screen and (max-width: 840px) 
	{
		.imagenblog img
		{
			width:200px;
			height:150px;
		}
	}
	@media screen and (max-width: 600px) 
	{
		.imagenblog
		{
			width:100%;
			
		}
		.textoblog
		{
			width:100%;
			
		}
		.imagenblog img
		{
			width:100%;
			height:auto;
		}
	}
														
	