@font-face {
  font-family: 'Regular';
  src: url('../fonts/helveticaneue.eot');
  src: url('../fonts/helveticaneue.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneue.woff') format('woff'), url('../fonts/helveticaneue.ttf') format('truetype'), url('../fonts/helveticaneue.svg#helveticaneue') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bold1';
  src: url('../fonts/avantgarde-lt-book-bold.eot');
  src: url('../fonts/avantgarde-lt-book-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/avantgarde-lt-book-bold.woff') format('woff'), url('../fonts/avantgarde-lt-book-bold.ttf') format('truetype'), url('../fonts/avantgarde-lt-book-bold.svg#avantgarde-lt-book-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bold2';
  src: url('../fonts/helveticaneue-bold.eot');
  src: url('../fonts/helveticaneue-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneue-bold.woff') format('woff'), url('../fonts/helveticaneue-bold.ttf') format('truetype'), url('../fonts/helveticaneue-bold.svg#helveticaneue-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body,
li,
ul,
p {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  display: block;
}
a {
  text-decoration: none !important;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  outline: none;
}
a:hover {
  color: #000000;
}
ul {
  list-style: none;
}
body,
p,
li,
a {
  font-family: 'Regular', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  color: #828689;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bold1';
  font-weight: normal;
  text-rendering: optimizeLegibility;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  color: #828689;
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #ffffff;
}
body.bg-rotator {
  background: url('../img/bg/rotator.php') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000000;
}
.clearfix {
  clear: both;
}
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  min-width: 1020px;
  height: 80px;
  background-color: #ffffff;
  /* /.container */
}
.header .container {
  width: 100%;
  min-width: 1020px;
  margin: 0 auto;
}
.header .container .table-inner {
  display: table;
  width: 100%;
  /* /.brand */
  /* /.nav */
  /* /.footer */
}
.header .container .table-inner .brand,
.header .container .table-inner .nav,
.header .container .table-inner .footer {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}
.header .container .table-inner .brand {
  width: 170px;
}
.header .container .table-inner .brand .logo-text {
  display: none;
}
.header .container .table-inner .brand .logo-img {
  display: block;
  width: 158px;
  height: 50px;
  background: url('../img/logo.png') center center no-repeat;
}
.header .container .table-inner .nav ul {
  text-align: left;
}
.header .container .table-inner .nav ul li {
  display: inline-block;
  margin-right: -4px;
}
.header .container .table-inner .nav ul li a {
  display: block;
  font: 13px/1.5em 'Regular';
  padding: 0 10px;
}
.header .container .table-inner .nav ul li a:hover {
  color: #000000;
}
.header .container .table-inner .nav ul li a.current {
  font-family: 'Bold2';
  color: #000000;
}
.header .container .table-inner .footer {
  /* /.copy */
}
.header .container .table-inner .footer .copy {
  display: block;
  padding: 3px 10px;
  font: 11px/1em 'Regular';
  text-align: right;
  color: #dddddd;
}
.header .container .table-inner .footer .by {
  float: right;
  padding: 3px 10px;
  display: block;
  width: 100px;
  height: 14px;
  background: url('../img/footer_by.png') center center no-repeat;
}
/* /.header */
.wrapper {
  padding-top: 80px;
}
.wrapper .container {
  min-width: 1020px;
}
#home.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1020px;
  /* /.container */
}
#home.wrapper .container {
  width: 100%;
  height: 100%;
  min-width: 1020px;
  margin: 0 auto;
  /* /.featured */
}
#home.wrapper .container .featured {
  position: relative;
  width: 100%;
  min-width: 1020px;
  height: 100%;
  background-color: #000000;
  /* /ul.slider */
  /* /.pager */
}
#home.wrapper .container .featured .bx-pager {
  display: none;
}
#home.wrapper .container .featured .bx-prev,
#home.wrapper .container .featured .bx-next {
  width: 49px;
  height: 79px;
}
#home.wrapper .container .featured .bx-prev:hover,
#home.wrapper .container .featured .bx-next:hover {
  opacity: .5;
}
#home.wrapper .container .featured .bx-prev {
  background: url('../img/arrow_prev.png') center center no-repeat;
}
#home.wrapper .container .featured .bx-next {
  background: url('../img/arrow_next.png') center center no-repeat;
}
#home.wrapper .container .featured .slider {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  /*.slide1 .image {
          background: url('../img/home_slide1.jpg') center center no-repeat; 
          background-size: cover;
        }
        .slide2 .image {
          background: url('../img/home_slide2.jpg') center center no-repeat; 
          background-size: cover;
        }*/
}
#home.wrapper .container .featured .slider .slide {
  display: block;
  width: 100%;
  height: 100%;
}
#home.wrapper .container .featured .slider .slide .image {
  width: 100%;
  height: 500px;
}
#home.wrapper .container .featured .pager {
  display: block;
  position: absolute;
  z-index: 999;
  width: 100%;
  min-width: 1020px;
  height: 60px;
  left: 10px;
  bottom: 10px;
}
#home.wrapper .container .featured .pager ul li {
  display: inline-block;
  width: 58px;
  height: 58px;
  border: 2px solid #ffffff;
}
#home.wrapper .container .featured .pager ul li a {
  display: block;
}
#home.wrapper .container .featured .pager ul li a .thumb {
  display: block;
  width: 58px;
  height: 58px;
}
#home.wrapper .container .featured .pager ul li a .thumb1 {
  background: url('../img/home_slide1.jpg') center center no-repeat;
  background-size: cover;
}
#home.wrapper .container .featured .pager ul li a .thumb2 {
  background: url('../img/home_slide2.jpg') center center no-repeat;
  background-size: cover;
}
/* /#home.wrapper */
#works.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 1020px;
  height: 100%;
  /* /.container */
}
#works.wrapper .container {
  width: 100%;
  min-width: 1020px;
  height: 100%;
  margin: 0 auto;
  /* /.grid */
}
#works.wrapper .container .grid {
  position: relative;
  width: 100%;
  height: 100%;
}
#works.wrapper .container .grid ul {
  margin: 5px;
  padding-bottom: 34px;
  /* /li.item */
}
#works.wrapper .container .grid ul li.item {
  display: inline-block;
  width: 300px;
  height: 185px;
  margin: 5px;
  /* /a */
}
#works.wrapper .container .grid ul li.item a {
  display: block;
  /* /.thumb */
  /* /.label */
}
#works.wrapper .container .grid ul li.item a .thumb,
#works.wrapper .container .grid ul li.item a .label {
  transition: .5s;
}
#works.wrapper .container .grid ul li.item a .thumb {
  display: block;
  width: 170px;
  height: 170px;
  background-color: #dddddd;
}
#works.wrapper .container .grid ul li.item a .label {
  width: 100%;
  font: 13px/1em 'Regular';
  text-align: center;
  color: #828689;
  margin: 5px 0;
}
#works.wrapper .container .grid ul li.item a:hover {
  opacity: .5;
}
#works.wrapper .container .grid ul li.item a:hover .thumb {
  opacity: .5;
}
#works.wrapper .container .grid ul li.item a:hover .label {
  color: #000000;
}
/* /#works.wrapper */
#about.wrapper,
#cursos.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 1020px;
  height: 100%;
  /* /.container */
}
#about.wrapper .container,
#cursos.wrapper .container {
  width: 100%;
  min-width: 1020px;
  height: 100%;
  margin: 0 auto;
  /* /.cols */
  /* /.col1 */
  /* /.col2 */
}
#about.wrapper .container .title,
#cursos.wrapper .container .title {
  font: 21px/1em 'Bold1';
  margin-bottom: 15px;
  color: #000000;
}
#about.wrapper .container .cols,
#cursos.wrapper .container .cols {
  display: block;
  float: left;
  width: 470px;
}
#about.wrapper .container .cols .image,
#cursos.wrapper .container .cols .image {
  display: block;
  width: 470px;
  height: 820px;
}
#about.wrapper .container .cols .desc .subtitle,
#cursos.wrapper .container .cols .desc .subtitle {
  font: 16px/1em 'Bold2';
  color: #555555;
  margin-bottom: 15px;
}
#about.wrapper .container .cols .desc p,
#cursos.wrapper .container .cols .desc p {
  font: 14px/1.25em 'Regular';
  color: #828689;
  margin-bottom: 10px;
}
#about.wrapper .container .cols .desc p em,
#cursos.wrapper .container .cols .desc p em {
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
}
#about.wrapper .container .cols .desc p.color,
#cursos.wrapper .container .cols .desc p.color {
  color: #999999;
  font-style: italic;
}
#about.wrapper .container .col1,
#cursos.wrapper .container .col1 {
  height: 715px;
  margin: 10px;
}
#about.wrapper .container .col2,
#cursos.wrapper .container .col2 {
  margin: 10px 20px;
}
/* /#about.wrapper, #cursos.wrapper */
#about.wrapper .image1 {
  background: url('../img/about_img1.png') top center no-repeat;
}
#about.wrapper .image2 {
  background: url('../img/about_img2.png') top center no-repeat;
}
#about.wrapper .image3 {
  background: url('../img/about_img3.png') top center no-repeat;
}
#cursos.wrapper .image {
  background: url('../img/cursos_img.png') top center no-repeat;
}
#contact.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 1020px;
  height: 100%;
  padding-top: 0;
  /* /.container */
}
#contact.wrapper .container {
  width: 100%;
  min-width: 1020px;
  height: 100%;
  margin: 0 auto;
  /* /.cols */
}
#contact.wrapper .container .header {
  position: relative;
  margin-left: 10px;
  height: 400px;
  margin-top: 80px;
}
#contact.wrapper .container .header .image {
  display: block;
  width: 970px;
  height: 330px;
  margin-bottom: 30px;
  background: url('../img/contact_img.png') center center no-repeat;
}
#contact.wrapper .container .header .title {
  font: 20px/1em 'Bold1';
  color: #000000;
  margin-bottom: 30px;
}
#contact.wrapper .container .cols {
  display: block;
  float: left;
  width: 303px;
}
#contact.wrapper .container .cols .title {
  font: 20px/1em 'Bold1';
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
#contact.wrapper .container .cols .title small {
  font-size: 12px;
}
#contact.wrapper .container .cols .address {
  margin-bottom: 30px;
}
#contact.wrapper .container .cols .address,
#contact.wrapper .container .cols .address a {
  font: 14px/1.5em 'Regular';
}
#contact.wrapper .container .col1 {
  margin-left: 10px;
}
#contact.wrapper .container .col2,
#contact.wrapper .container .col3 {
  margin-left: 30px;
}
#contact.wrapper .container .col3 .thumb,
#contact.wrapper .container .col3 .desc {
  float: left;
  margin-bottom: 15px;
}
#contact.wrapper .container .col3 .thumb {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
#contact.wrapper .container .col3 .desc {
  width: 190px;
}
#contact.wrapper .container .col3 .desc .staff-title {
  font: 14px/1em 'Bold1';
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#contact.wrapper .container .col3 .desc .staff-title small {
  font-size: 12px;
}
#contact.wrapper .container .col3 .desc a {
  font-size: 14px;
}
#contact.wrapper .container .col3 .thumb1 {
  background: url('../img/contact_thumb1.png') center center no-repeat;
  background-size: cover;
}
#contact.wrapper .container .col3 .thumb2 {
  background: url('../img/contact_thumb2.png') center center no-repeat;
  background-size: cover;
}
#contact.wrapper .container .col3 .thumb3 {
  background: url('../img/contact_thumb3.png') center center no-repeat;
  background-size: cover;
}
/* /#contact.wrapper */
/*
------------------------------------------------------------------------------------
*/
.btn.btn-primary {
  display: block;
  padding: 15px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
.btn.btn-primary.mg-b {
  margin-bottom: 15px;
}
/*
------------------------------------------------------------------------------------
*/
