/* CSS Document */

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

input,
textarea {
  outline: none;
}

input:active,
textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

.c:before,
.c:after {
  content: "";
  display: table;
}

.c:after {
  clear: both;
}

.c {
  zoom: 1;
}
/*Carcas*/

body {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  background-position: 0px 0px;
  background-image: url(/img/bg-h.png);
  color: #72615f;
  background-color: #1d1615;
  background-repeat: repeat-x;
}

a {
  text-decoration: none;
  color: #eb9a09;
}

a:hover {
  color: #FFFFFF;
}

.wrapper {
  width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  width: 100%;
  display: block;
  position: relative;
  height: 89px;
  margin-bottom: 4px;
  z-index: 99;
}

.links {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding-left: 188px;
  font-size: 13px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding-right: 0px;
  overflow-y: hidden;
}

.links a {
  background-image: url(/img/arr.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 7px;
  margin-left: 13px;
  color: #72615f;
}

.links a:hover {
  color: #FFFFFF;
}

.logo {
  background-image: url(/img/logo.png);
  width: 360px;
  height: 89px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.searchForm {
  height: 32px;
  background-color: #000000;
  border: 1px solid #372b29;
  display: block;
  float: right;
  position: absolute;
  right: 1px;
  top: 26px;
}

.searchText {
  background-color: transparent;
  border-style: none;
  height: 22px;
  margin: 5px;
  font-size: 11px;
  width: 240px;
  float: left;
  color: #FFFFFF;
}

.searchSubmit {
  background-image: url(/img/search-b.png);
  width: 17px;
  height: 17px;
  background-color: transparent;
  border-style: none;
  display: block;
  float: left;
  margin-top: 7px;
  margin-right: 8px;
  cursor: pointer;
}

.searchSubmit:hover {
  background-position: 0px -17px;
}

.nav {
  height: 33px;
  position: relative;
  float: left;
  display: block;
  margin-top: 27px;
  margin-left: 385px;
}

.nav .home {
  background-image: url(/img/btn.png);
  display: block;
  height: 31px;
  border: 1px solid #49403F;
  line-height: 31px;
  color: #FFFFFF;
  width: 90px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 2px #000000;
  box-shadow: 0px 0px 2px #000000;
}

.nav .home span {
  background-image: url(/img/drop-d-arr.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 14px;
}

.nav .home:hover,
.nav .home.active {
  background-image: url(/img/btn-h.png);
  border: 1px solid #ffaa4e;
}

.nav .buttons {
  background-color: #392C2B;
  width: 100px;
  display: none;
  position: absolute;
  padding: 3px;
}

.nav .buttons a {
  height: 29px;
  display: block;
  line-height: 29px;
  padding-left: 17px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
}

.nav .buttons a:hover {
  background-image: url(/img/btn-h.png);
}
.nav:hover .buttons {
  display:block;
}
.share {
  background-image: none;
  float: left;
  margin-top: 32px;
  display: block;
  height: 23px;
  margin-left: 34px;
  line-height: 23px;
}

.ts {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.ct {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  margin-right: 2px;
  margin-bottom: 4px;
  margin-left: 2px;
  width: 302px;
  position: relative;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #281f1e;
}

.ct a img {
  width: 300px;
  height: 225px;
  border: 1px solid #342c2b;
  display: block;
}

.ct a:hover img {
  border: 1px solid #FFFFFF;
}

.ct a .dur {
  position: absolute;
  display: block;
  color: #EB9A09;
  font-size: 10px;
  top: 4px;
  padding: 2px 4px;
  background-color: #281f1e;
  right: 4px;
  border-radius: 2px;
}

.ct a .can {
  height: 28px;
  line-height: 28px;
  background-repeat: repeat-x;
  display: block;
  text-align: left;
  padding-left: 12px;
}

.ct a .can .cn {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: #eb9a09;
}

.ct a:hover .can .cn {
  color: #FFFFFF;
}

.ct a .can .cv {
  margin-right: 5px;
  color: #72615f;
}

.ct a:hover .can .cv {
  color: #9DAF02;
}

.ct a .vd {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  overflow-y: hidden;
  font-weight: bold;
  color: #EB9A09;
  text-align: left;
}

.ct a:hover .vd {
  color: #ffffff;
}

.ct .vt {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  height: 20px;
  line-height: 20px;
  color: #5f4a48;
  overflow: hidden;
  overflow-y: hidden;
}

.ct .vt a {
  background-color: #3a2d2c;
  padding: 1px 4px;
  color: #FFFFFF;
  border-radius: 1px;
}

.ct .vt a:hover {
  background-color: #EB9A09;
  color: #000000;
}

.bt {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  background-image: url(/img/h-ic.png);
  background-repeat: no-repeat;
  padding-left: 37px;
  height: 28px;
  line-height: 28px;
}

.pagination {
  width: 100%;
  display: block;
  margin-top: 10px;
  margin-bottom: 25px;
  text-align: center;
}

.pagination .inxy-paginator {
  display: inline-block;
}

.pagination .inxy-paginator li {
  display: inline-block;
  margin-right: 2px;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}

.pagination .inxy-paginator li a {
  display: block;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background-image: url(/img/btn.png);
  border: 1px solid #090706;
}

.pagination .inxy-paginator li.highlight a,
.pagination .inxy-paginator li a:hover {
  color: #000000;
  background-image: url(/img/btn-h.png);
}

.cat {
  margin-left: auto;
  margin-right: auto;
  padding: 8px 5px 10px;
  margin-bottom: 25px;
}

.cat ul {
  width: 24%;
  float: left;
}

.cat ul li {
  background-image: url(/img/arr.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #A5B501;
}

.cat ul li a {
  font-size: 17px;
}

.cat ul li a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

.tts {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

.tt {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  margin-right: 2px;
  margin-bottom: 4px;
  margin-left: 2px;
  width: 225px;
  position: relative;
  background-color: #281F1E;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.tt a img {
  width: 223px;
  height: 160px;
  border: 1px solid #342c2b;
  display: block;
}

.tt a:hover img {
  border: 1px solid #FFFFFF;
}

.tt a .inf {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 2px;
  padding-top: 2px;
  background-image: url(//img/bg_cat.png);
}

.tt a:hover .inf {
  background-image: url(//img/bg_cat_hover.png);
  color: #FFFFFF;
}

.ads {
  height: 252px;
  text-align: center;
  width: 100%;
  display: block;
  overflow-y: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
}

.ads .ad {
  width: 300px;
  height: 250px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-right: 1px;
  background-color: #281F1E;
  padding: 1px;
  margin-left: 1px;
}

.tags {
  width: 98%;
  margin: 0 auto 25px auto;
}

.tags a {
  padding: 3px 5px;
  font-size: 12px;
  text-transform: capitalize;
  color: #EB9A09;
  background-color: #281F1E;
  margin: 2px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

.tags a:hover {
  color: #000000;
  background-color: #A0B002;
}

#footer {
  padding-top: 10px;
  padding-bottom: 7px;
  background-image: url(//img/d-l.png);
  background-repeat: repeat-x;
  background-position: left top;
}

.flogo {
  float: left;
  margin-right: 25px;
  background-image: url(/img/logo.png);
  width: 360px;
  height: 89px;
}

#footer p {
  font-size: 11px;
  margin-top: 16px;
}

.flash_page {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 918px;
}

.media {
  width: 610px;
  float: left;
  display: block;
}

.vadv {
  width: 300px;
  display: block;
  float: right;
}

.vadv .ad {
  margin-bottom: 8px;
  display: block;
}

.player {
  width: 610px;
  height: 458px;
  display: block;
}

.player embed,
.player iframe {
  width: 100% !important;
  height: 100% !important;
}

.gal_info {
  display: block;
  padding: 10px;
  background-image: url(/img/bg-t.png);
}

.gal_info p {
  font-size: 14px;
}

.gal_info p em,
.gal_info p a {
  font-weight: bold;
  color: #EB9A09;
}

.gal_info p a:hover {
  color: #FFFFFF;
}

.gal_info h1 {
  font-size: 18px;
  margin-bottom: 3px;
  color: #FFFFFF;
  background-image: url(/img/arr.png);
  background-position: left center;
  background-repeat: no-repeat;
  margin-left: 3px;
  padding-left: 13px;
  text-transform: capitalize;
}

.sitemap {
  width: 100%;
  text-align: center;
}

.sitemap ul {
  width: 100%;
  text-align: center;
}

.sitemap ul li {
  width: 302px;
  margin-right: 1px;
  margin-left: 1px;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}

.sitemap ul li .m {
  font-size: 18px;
  font-weight: bold;
}

.sitemap ul li .sh {
  font-size: 12px;
}

.cs {
  margin-top: 5px;
}

.cs a {
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #EB9A09;
  color: #FFFFFF;
}

.cs a:hover {
  background-color: #9BAD03;
  color: #FFFFFF;
}




.flash, .name {
display:block;
  width:100%;
  max-width:930px;
  margin:0 auto;
  padding:10px 0;
  height:auto;
  overflow:hidden;
}

.name {
  font-size:21px;
}

.flash iframe, .flash .player {
  width:930px !important;;
  height:680px !important;;
}
.flash .player {
  padding:10px 0;
}
.flash {
  margin-bottom:30px;
}



@media all and (max-width:1215px) {
  .ads {
    height: 540px !important;
  }
  html {
    width: 100%;
    overflow-x: hidden;
  }
}

@media all and (max-width:950px) {
  .wr, .content, .tags, .cat, .ts, .wrapper {
    width: 95%;
    max-width: 900px;
    min-width: 280px;
    margin:0 auto;
	overflow:hidden;
  }
  .links {display:none;}
    .flash iframe, .flash .player {
  width:100% !important;
 
  height:auto !important;;
}
}

@media all and (max-width:920px) {
  .ads {
    height: 840px !important;
  }
 .header {
    height: auto;
margin-bottom:40px;
  }
  .logo {
    float: none;
    margin: 0 auto;
    position:relative;
    width:300px;
    background-size:100%;
    background-repeat:no-repeat
  }

  .searchForm {
    float: none;
    position:relative;
    width:280px;
    margin:-15px auto 15px auto;
  }
  .nav {
    position: absolute;
    left: 5px;
    top: 5px;
    display:none;
  }
  .share {
    display: none;
    width: 240px;
    margin: 10px auto;
    float: none;
  }
  .cat ul {
    width: 90%;
  }
  .cat ul li {
    display: block;
    float: left;
    margin: 8px;
    width: 39%;
  }
}

@media all and (max-width:608px) {
  .ads {
    height: 1260px !important;
  }
  #footer p {
    display: none;
  }
}

@media all and (max-width:480px) {
  .nav {
    display: none;
  }
  .tags a {
    margin: 8px;
  }
  
    .cat ul li {
    display: block;
    float: left;
    margin: 5px 0px;
    width: 70%;
  }
  
  .bt {
  width:90%;
  padding:0;
  box-sizing: border-box}
  .ct .vt {display:none;}
}