@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');

@font-face {
  font-family: 'entypo';
  src: url('entypo/entypo.eot');
  src: url('entypo/entypo.eot?#iefix') format('embedded-opentype'), 
       url('entypo/entypo.woff') format('woff'),
       url('entypo/entypo.ttf')  format('truetype'),
       url('entypo/entypo.svg#svgFontName') format('svg');
}

br { display: block; margin: 0px 0;} 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

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


.entypo {
  font-family: 'entypo', sans-serif;  
}



/** download button effect **/
a.dlbtn {
  display: inline-block;
  position: relative;
  margin-top: 35px;
  width: 354px;
  height: 50px;
  overflow: hidden;
  font-size: 1px;
  font-weight: bold;
  color: #dae5f4;
  background-color: #5e6d83;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #79889d;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

a.dlbtn:hover, a.dlbtn:focus {
  color: #fff;
  background-color: #5381bf;
  border-color: #5381bf;
}


a.dlbtn .details {
  position: absolute;
  color: #dae5f4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

}


a.dlbtn:hover .details, a.dlbtn:focus .details {
  position: absolute;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


/** large download button **/
a.dlbtn.big {
  height: 85px;
  line-height: 85px;
  padding: 0 80px;
  font-size: 33px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
a.dlbtn.big:hover, a.dlbtn.big:focus {
}

a.dlbtn.big .details {
  font-size: 28px;
  line-height: 10px;
  padding: 0px 15px;
}

a.dlbtn.big:hover .details, a.dlbtn.big:focus .details {
}


a.dlbtn .dlicon {
  display: block;
  font-size: 55px;
  line-height: 100%;
}

.tablx {background: #464951;padding-left: 5px;padding-right: 5px;padding-top: 5px;padding-bottom: 5px;}
.tablxx {background: #3f424a;padding-left: 5px;padding-right: 5px;padding-top: 5px;padding-bottom: 5px;}