@import url(http://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic|Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);

body{
  background-color: #FFF;
  font-family: inherit;
}
a{
  text-decoration: none;
  color: #000000;
}
a:focus, a:hover{
  text-decoration: none !important;
  color: none !important;
}
ul li{
  list-style: none;
}
.no-padding{
  padding: 0px !important;
}
.topo{
  background-color: #000;
  width: 100%;
  height: 95px;
  display: block;
  line-height: 90px;
  z-index: 1;
  position: relative;
}
.logotipo{
  background-color: #000;
  width: 900px;
  height: 95px;
  display: block;
  line-height: 95px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.menu{
  background-color: #6d6e71;
  width: 900px;
  height: 55px;
  display: block;
  line-height: 55px;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: none;
  opacity: 0.85;
}
.menu a{
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}
.menu a:hover{
  color: #000;
}
.footer{
  background-color: #000;
  width: 100%;
  height: 165px;
  display: block;
  position: fixed;
  bottom: 0px;
  z-index: 100;
}
.btdownload{
  background-color: #000;
  color: #FFF;
  padding: 10px;
}
.btdownload:hover{
  background-color: #CCC;
}
.widget_search form, .error404 form {
	margin: 0 0 0px 0;
	padding: 10px;
}

.widget_search #searchsubmit, .error404 #searchsubmit {
	background: #828386 url(../images/submit-icon.png) no-repeat 50% 50%;
	border:0 none;
	cursor:pointer;
	height:40px;
	text-indent:-9999px;
	width:60px;
	padding: 0;
	margin: 0;
  float: left;
}

.widget_search #searchform #emailnews, .error404 #searchform #emailnews{
	font-size: 14px;
	padding: 0px 20px;
	margin: 0;
	height: 40px;
	background: #1c1d21;
	color: #fff;
	border: none;
	width: 68.75%;
	float: left;
}
.margins {
    padding: 20px;
}
.share-items {
	margin: 0px 0 0 0;
	padding:10px;
	list-style: none;
	float: right;
}

.share-items li {
	display: inline-block;
	text-align: right;
	background: #1c1d21;
	width: 40px;
	height: 40px;
	text-align: center;

}

.share-items li a{
	color: #fff;
	display: block;
	text-decoration: none;
	width: 40px;
	height: 31px;
	padding-top: 9px;

}

.share-items .share-item-icon-search {
	position: relative;
	cursor: pointer;
}

.window{
  margin-top: 40px;
  width: 900px;
  padding-bottom: 200px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
  opacity: 0.9;
  z-index: 1;
  position: relative;
}

.window .header{
  height: 40px;
  padding-top: 1px;
  padding-left: 20px;
  background-color: #000;
  opacity: 0.85;
  width: 100%;
  color: #FFF;
  margin-bottom: 20px;
}

.grid {
	padding: 40px 0px 40px 5px;
	max-width: 1200px;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	text-align: left;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	top: 0;
	left: 0;
	padding: 0px 0 20px 0;
	background: #000;
	color: #fff;
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	display: inline-block;
	background: #362a1e;
	color: #fff;
	text-decoration: none;
}
.grid figcaption a:hover {
	text-decoration: none;
}
.cd-cs-style-item {
	width: 200px;
	height: 200px;
	float: left;
  margin: 0 20px 70px 0;
}

.cd-cs-style-item h3 {
	font-size: 14px;
	margin: 10px 10px 0px 10px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.cd-cs-style-item div {
	margin: 1px 10px 0px 10px;
	color: #fff;
}

.cd-cs-style-item figcaption {
  min-height: 75px;
	padding-bottom: 10px;
  padding-top: 1px;
  width: 100%;
  margin-top: 5px;
}

.dvd-cs-style-item {
	width: 200px;
	height: 283px;
	float: left;
	margin: 0 20px 100px 0;
}

.dvd-cs-style-item h3 {
	font-size: 14px;
	margin: 10px 10px 0px 10px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.dvd-cs-style-item div {
	margin: 1px 10px 0px 10px;
	color: #fff;
}

.dvd-cs-style-item figcaption {
	padding-bottom: 10px;
}


#menu span:hover .sub-menu{
	visibility:visible;
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#menu ul.sub-menu {

}

#menu ul.sub-menu {
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	transition: visibility 0.5s linear 0.5s,opacity 0.5s linear;
	-webkit-transition: visibility 0.5s linear 0.5s,opacity 0.5s linear;
	-moz-transition: visibility 0.5s linear 0.5s,opacity 0.5s linear;
	-ms-transition: visibility 0.5s linear 0.5s,opacity 0.5s linear;
	-o-transition: visibility 0.5s linear 0.5s,opacity 0.5s linear;
	position: absolute;
	top:55px;
	left:20px;
	z-index: 99999 !important;
	list-style: none;
	width: auto;
	min-width: 205px;
  background-color: #8d8e91;
  text-align: left;
  padding: 0;
}

#menu ul.sub-menu li {
  text-align: left;
	width:100%;
	float:left;
	line-height:100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

#menu ul.sub-menu li:last-child {
	border-bottom: none;
}

#menu ul.sub-menu li a {
  text-align: left;
	height: auto;
	font-size:14px !important;
	display: block;

}

#menu ul.sub-menu li:hover {
	border-top:none !important;
	background: #6d6e71;
}


@media screen and (max-width: 500px) {

}
