/* ========================================================================================================================================
   Bootstrap Overriders (Author's Version of Normalization)
   ========================================================================================================================================= */

/* Default Row
-------------------------------------------------- */

.row {
  margin-right: -10px; /* Originally 15 */
  margin-left: -10px; /* Originally 15 */
}
.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,.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,.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,.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 {
  position: relative;
  min-height: 1px;
  padding-right: 10px; /* Originally 15 */
  padding-left: 10px; /* Originally 15 */
}

/* Row / Col Variations
-------------------------------------------------- */

.row-n {
  margin-right: 0px;
  margin-left: 0px;
}
.row-n > .col-xs-1,.row-n > .col-xs-2,.row-n > .col-xs-3,.row-n > .col-xs-4,.row-n > .col-xs-5,.row-n > .col-xs-6,.row-n > .col-xs-7,.row-n > .col-xs-8,.row-n > .col-xs-9,.row-n > .col-xs-10,.row-n > .col-xs-11,.row-n > .col-xs-12,.row-n > .col-sm-1,.row-n > .col-sm-2,.row-n > .col-sm-3,.row-n > .col-sm-4,.row-n > .col-sm-5,.row-n > .col-sm-6,.row-n > .col-sm-7,.row-n > .col-sm-8,.row-n > .col-sm-9,.row-n > .col-sm-10,.row-n > .col-sm-11,.row-n > .col-sm-12,.row-n > .col-md-1,.row-n > .col-md-2,.row-n > .col-md-3,.row-n > .col-md-4,.row-n > .col-md-5,.row-n > .col-md-6,.row-n > .col-md-7,.row-n > .col-md-8,.row-n > .col-md-9,.row-n > .col-md-10,.row-n > .col-md-11,.row-n > .col-md-12,.row-n > .col-lg-1,.row-n > .col-lg-2,.row-n > .col-lg-3,.row-n > .col-lg-4,.row-n > .col-lg-5,.row-n > .col-lg-6,.row-n > .col-lg-7,.row-n > .col-lg-8,.row-n > .col-lg-9,.row-n > .col-lg-10,.row-n > .col-lg-11,.row-n > .col-lg-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.row-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.row-5 > .col-xs-1,.row-5 > .col-xs-2,.row-5 > .col-xs-3,.row-5 > .col-xs-4,.row-5 > .col-xs-5,.row-5 > .col-xs-6,.row-5 > .col-xs-7,.row-5 > .col-xs-8,.row-5 > .col-xs-9,.row-5 > .col-xs-10,.row-5 > .col-xs-11,.row-5 > .col-xs-12,.row-5 > .col-sm-1,.row-5 > .col-sm-2,.row-5 > .col-sm-3,.row-5 > .col-sm-4,.row-5 > .col-sm-5,.row-5 > .col-sm-6,.row-5 > .col-sm-7,.row-5 > .col-sm-8,.row-5 > .col-sm-9,.row-5 > .col-sm-10,.row-5 > .col-sm-11,.row-5 > .col-sm-12,.row-5 > .col-md-1,.row-5 > .col-md-2,.row-5 > .col-md-3,.row-5 > .col-md-4,.row-5 > .col-md-5,.row-5 > .col-md-6,.row-5 > .col-md-7,.row-5 > .col-md-8,.row-5 > .col-md-9,.row-5 > .col-md-10,.row-5 > .col-md-11,.row-5 > .col-md-12,.row-5 > .col-lg-1,.row-5 > .col-lg-2,.row-5 > .col-lg-3,.row-5 > .col-lg-4,.row-5 > .col-lg-5,.row-5 > .col-lg-6,.row-5 > .col-lg-7,.row-5 > .col-lg-8,.row-5 > .col-lg-9,.row-5 > .col-lg-10,.row-5 > .col-lg-11,.row-5 > .col-lg-12 {
  padding-right: 5px;
  padding-left: 5px;
}

.row-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-10 > .col-xs-1,.row-10 > .col-xs-2,.row-10 > .col-xs-3,.row-10 > .col-xs-4,.row-10 > .col-xs-5,.row-10 > .col-xs-6,.row-10 > .col-xs-7,.row-10 > .col-xs-8,.row-10 > .col-xs-9,.row-10 > .col-xs-10,.row-10 > .col-xs-11,.row-10 > .col-xs-12,.row-10 > .col-sm-1,.row-10 > .col-sm-2,.row-10 > .col-sm-3,.row-10 > .col-sm-4,.row-10 > .col-sm-5,.row-10 > .col-sm-6,.row-10 > .col-sm-7,.row-10 > .col-sm-8,.row-10 > .col-sm-9,.row-10 > .col-sm-10,.row-10 > .col-sm-11,.row-10 > .col-sm-12,.row-10 > .col-md-1,.row-10 > .col-md-2,.row-10 > .col-md-3,.row-10 > .col-md-4,.row-10 > .col-md-5,.row-10 > .col-md-6,.row-10 > .col-md-7,.row-10 > .col-md-8,.row-10 > .col-md-9,.row-10 > .col-md-10,.row-10 > .col-md-11,.row-10 > .col-md-12,.row-10 > .col-lg-1,.row-10 > .col-lg-2,.row-10 > .col-lg-3,.row-10 > .col-lg-4,.row-10 > .col-lg-5,.row-10 > .col-lg-6,.row-10 > .col-lg-7,.row-10 > .col-lg-8,.row-10 > .col-lg-9,.row-10 > .col-lg-10,.row-10 > .col-lg-11,.row-10 > .col-lg-12 {
  padding-right: 10px;
  padding-left: 10px;
}

.row-15 {
  margin-right: -15px;
  margin-left: -15px;
}
.row-15 > .col-xs-1,.row-15 > .col-xs-2,.row-15 > .col-xs-3,.row-15 > .col-xs-4,.row-15 > .col-xs-5,.row-15 > .col-xs-6,.row-15 > .col-xs-7,.row-15 > .col-xs-8,.row-15 > .col-xs-9,.row-15 > .col-xs-10,.row-15 > .col-xs-11,.row-15 > .col-xs-12,.row-15 > .col-sm-1,.row-15 > .col-sm-2,.row-15 > .col-sm-3,.row-15 > .col-sm-4,.row-15 > .col-sm-5,.row-15 > .col-sm-6,.row-15 > .col-sm-7,.row-15 > .col-sm-8,.row-15 > .col-sm-9,.row-15 > .col-sm-10,.row-15 > .col-sm-11,.row-15 > .col-sm-12,.row-15 > .col-md-1,.row-15 > .col-md-2,.row-15 > .col-md-3,.row-15 > .col-md-4,.row-15 > .col-md-5,.row-15 > .col-md-6,.row-15 > .col-md-7,.row-15 > .col-md-8,.row-15 > .col-md-9,.row-15 > .col-md-10,.row-15 > .col-md-11,.row-15 > .col-md-12,.row-15 > .col-lg-1,.row-15 > .col-lg-2,.row-15 > .col-lg-3,.row-15 > .col-lg-4,.row-15 > .col-lg-5,.row-15 > .col-lg-6,.row-15 > .col-lg-7,.row-15 > .col-lg-8,.row-15 > .col-lg-9,.row-15 > .col-lg-10,.row-15 > .col-lg-11,.row-15 > .col-lg-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.row-20 {
  margin-right: -20px;
  margin-left: -20px;
}
.row-20 > .col-xs-1,.row-20 > .col-xs-2,.row-20 > .col-xs-3,.row-20 > .col-xs-4,.row-20 > .col-xs-5,.row-20 > .col-xs-6,.row-20 > .col-xs-7,.row-20 > .col-xs-8,.row-20 > .col-xs-9,.row-20 > .col-xs-10,.row-20 > .col-xs-11,.row-20 > .col-xs-12,.row-20 > .col-sm-1,.row-20 > .col-sm-2,.row-20 > .col-sm-3,.row-20 > .col-sm-4,.row-20 > .col-sm-5,.row-20 > .col-sm-6,.row-20 > .col-sm-7,.row-20 > .col-sm-8,.row-20 > .col-sm-9,.row-20 > .col-sm-10,.row-20 > .col-sm-11,.row-20 > .col-sm-12,.row-20 > .col-md-1,.row-20 > .col-md-2,.row-20 > .col-md-3,.row-20 > .col-md-4,.row-20 > .col-md-5,.row-20 > .col-md-6,.row-20 > .col-md-7,.row-20 > .col-md-8,.row-20 > .col-md-9,.row-20 > .col-md-10,.row-20 > .col-md-11,.row-20 > .col-md-12,.row-20 > .col-lg-1,.row-20 > .col-lg-2,.row-20 > .col-lg-3,.row-20 > .col-lg-4,.row-20 > .col-lg-5,.row-20 > .col-lg-6,.row-20 > .col-lg-7,.row-20 > .col-lg-8,.row-20 > .col-lg-9,.row-20 > .col-lg-10,.row-20 > .col-lg-11,.row-20 > .col-lg-12 {
  padding-right: 20px;
  padding-left: 20px;
}

.row-25 {
  margin-right: -25px;
  margin-left: -25px;
}
.row-25 > .col-xs-1,.row-25 > .col-xs-2,.row-25 > .col-xs-3,.row-25 > .col-xs-4,.row-25 > .col-xs-5,.row-25 > .col-xs-6,.row-25 > .col-xs-7,.row-25 > .col-xs-8,.row-25 > .col-xs-9,.row-25 > .col-xs-10,.row-25 > .col-xs-11,.row-25 > .col-xs-12,.row-25 > .col-sm-1,.row-25 > .col-sm-2,.row-25 > .col-sm-3,.row-25 > .col-sm-4,.row-25 > .col-sm-5,.row-25 > .col-sm-6,.row-25 > .col-sm-7,.row-25 > .col-sm-8,.row-25 > .col-sm-9,.row-25 > .col-sm-10,.row-25 > .col-sm-11,.row-25 > .col-sm-12,.row-25 > .col-md-1,.row-25 > .col-md-2,.row-25 > .col-md-3,.row-25 > .col-md-4,.row-25 > .col-md-5,.row-25 > .col-md-6,.row-25 > .col-md-7,.row-25 > .col-md-8,.row-25 > .col-md-9,.row-25 > .col-md-10,.row-25 > .col-md-11,.row-25 > .col-md-12,.row-25 > .col-lg-1,.row-25 > .col-lg-2,.row-25 > .col-lg-3,.row-25 > .col-lg-4,.row-25 > .col-lg-5,.row-25 > .col-lg-6,.row-25 > .col-lg-7,.row-25 > .col-lg-8,.row-25 > .col-lg-9,.row-25 > .col-lg-10,.row-25 > .col-lg-11,.row-25 > .col-lg-12 {
  padding-right: 25px;
  padding-left: 25px;
}

.row-30 {
  margin-right: -30px;
  margin-left: -30px;
}
.row-30 > .col-xs-1,.row-30 > .col-xs-2,.row-30 > .col-xs-3,.row-30 > .col-xs-4,.row-30 > .col-xs-5,.row-30 > .col-xs-6,.row-30 > .col-xs-7,.row-30 > .col-xs-8,.row-30 > .col-xs-9,.row-30 > .col-xs-10,.row-30 > .col-xs-11,.row-30 > .col-xs-12,.row-30 > .col-sm-1,.row-30 > .col-sm-2,.row-30 > .col-sm-3,.row-30 > .col-sm-4,.row-30 > .col-sm-5,.row-30 > .col-sm-6,.row-30 > .col-sm-7,.row-30 > .col-sm-8,.row-30 > .col-sm-9,.row-30 > .col-sm-10,.row-30 > .col-sm-11,.row-30 > .col-sm-12,.row-30 > .col-md-1,.row-30 > .col-md-2,.row-30 > .col-md-3,.row-30 > .col-md-4,.row-30 > .col-md-5,.row-30 > .col-md-6,.row-30 > .col-md-7,.row-30 > .col-md-8,.row-30 > .col-md-9,.row-30 > .col-md-10,.row-30 > .col-md-11,.row-30 > .col-md-12,.row-30 > .col-lg-1,.row-30 > .col-lg-2,.row-30 > .col-lg-3,.row-30 > .col-lg-4,.row-30 > .col-lg-5,.row-30 > .col-lg-6,.row-30 > .col-lg-7,.row-30 > .col-lg-8,.row-30 > .col-lg-9,.row-30 > .col-lg-10,.row-30 > .col-lg-11,.row-30 > .col-lg-12 {
  padding-right: 30px;
  padding-left: 30px;
}

/* Global Overriders
-------------------------------------------------- */

p {
  margin: 0;
}

/*a {
  color: #999;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: none;
}*/

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
  outline-offset: -2px;
}

textarea {
  resize: none;
}

label {
  font-weight: normal;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

tbody tr td.no-record {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #999;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.loading {
  background: #fff url(../../assets/img/loading.gif) center no-repeat;
  width: 100%;
  height: 100%;
  z-index: 100000;
  position: absolute;
}

/* Color
-------------------------------------------------- */

.color {
  color: #fff;
}


/* Media Query Killer (Make sure setting max-width in Bootstrap.css as none !important)
---------------------------------------------------------------------------------------- */

/*.container {
  width: 1000px;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}*/


 /* ========================================================================================================================================
   Author's Custom Styles
   ========================================================================================================================================= */

/* ==========================================================================
   Global Styles
   ========================================================================== */
   /* Zoom */

.zoom-container {
  z-index: 10000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../../assets/img/bg_black50.png) repeat;
}

.ked-zoom {
  width: 100%;
  background: url(../../assets/img/bg_white90.png) repeat;
  margin: auto;
  text-align: center;
  /*padding: 3px;*/
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
@media (min-width: 768px) { 
  .ked-zoom {
    width: 644px;
  }
}

.close {
  color: #fff !important;
  float: right;
  position: absolute;
  bottom: -21px;
  right: 0px;
  background: url(../../assets/img/bg_white90.png) repeat;
  padding: 5px 10px;
  font-size: 11px;
  cursor: pointer;
  opacity: 1;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  background: #000;
  text-shadow: none !important;
}

a .close {
  color: #fff;
}

.close:hover {
  color: #ca4c17;
  opacity: 1;
}

/* Body
-------------------------------------------------- */

body {
  background: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../files/common/bg_cover-1.jpg',sizingMethod='scale')";
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  line-height: 1.6; 
  font-family: 'GothamHTF-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


/* Global Overriders
-------------------------------------------------- */

.container {
  padding-left: 20px; 
  padding-right: 20px; 
}

/*@media (min-width: 1200px) {
  .container {
    padding-left: 20px; 
    padding-right: 20px; 
  }
}*/

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-left: -10px; /* originally 15 */
  margin-right: -10px; /* originally 15 */
}

.navbar-collapse {
  padding-left: 10px; /* originally 15 */
  padding-right: 10px; /* originally 15 */
  max-height: none;
}

.navbar-toggle {
  margin-right: 0px;
}

/* ==========================================================================
   Nav
   ========================================================================== */

/* Navbar General
-------------------------------------------------- */

.navbar-static-top {
  border-width: 0px;
}

.navbar {
  background: #f6f5f1 url(../../assets/img/bg_texture.jpg) repeat;
  min-height: 85px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
  -o-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
  margin-bottom: 0;
}

.navbar-header {
  float: none;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: auto;
}

/*.navbar-brand {
  margin: 20px auto;
  display: block;
  height: auto;
  width: 170px;
  float: none;
  padding: 0;
}*/

.navbar-brand img {
  width: 170px;
}

.navbar-toggle {
  margin-top: 55px;
}

.navbar-toggle .icon-bar {
  border-radius: 0;
  background: #333;
  height: 2px;
  width: 30px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}

/* Navbar Nav */

.navbar-nav {
  font-family: 'GothamHTF-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}


.navbar-nav > li > a {
  padding: 10px 0px;
  margin: 20px 20px;
  color: #333;
  letter-spacing: 1.5px;
  text-align: center;
  border-bottom: 1px solid transparent;
  transition: border .25s ease-in-out;
  -moz-transition: border .25s ease-in-out;
  -webkit-transition: border .25s ease-in-out;
  -o-transition: border .25s ease-in-out;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #333;
  background: transparent;
  border-bottom: 1px solid #333;
}

.navbar-nav > li.active > a {
  border-bottom: 1px solid #000;
}
@media (min-width: 1px) and (max-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
  }
  .navbar-nav > li > a {
    padding: 10px;
    margin: 0;
  }
  .navbar-nav > li > a:hover {
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid transparent;
  }
  .navbar-nav > li.active > a {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
  }
  .navbar-nav .open .dropdown-menu {
    background: #fff;
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: auto;
    float: none;
  }
  .navbar-nav > li > a {
    margin: 20px 11px;
  }
}
@media (min-width: 992px) {
  .navbar-nav > li > a {
    margin: 20px 20px;
  }
}


.navbar-brand {
  margin: 20px auto;
  display: block;
  height: auto;
  width: 100px;
  float: none;
  padding: 0;
}

.navbar-brand img {
  width: 100px;
}

.navbar-toggle {
  margin-top: 35px;
}

/* Navbar 2 */

.navbar-2 .navbar-brand {
  width: 100px;
}

.navbar-2 .navbar-brand img {
  width: 100px;
}

.navbar-2 .navbar-header {
  margin-left: -10px;
}

@media (min-width: 768px) {
  .navbar-2 .navbar-header {
    float: left;
  }
  .navbar-2 .navbar-nav {
    float: left;
    margin-top: 10px;
  }
  .navbar-2 .navbar-brand {
    float: left;
    width: auto;
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  .navbar-2 .navbar-brand {
    float: left;
    width: auto;
    margin-right: 50px;
  }
}

/* Navbar Dropdown */

.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
  padding-left: 15px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-bottom: 1px solid transparent;
  background: transparent;
}

.navbar-nav .open .dropdown-menu > li > a {
  font-family: 'GothamHTF-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  cursor: pointer;
}

.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-nav .open .dropdown-menu > li.active > a,
.navbar-nav .open .dropdown-menu > li.active > a:hover,
.navbar-nav .open .dropdown-menu > li.active > a:focus {
  background: transparent;
  font-family: 'GothamHTF-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  .navbar-nav .open .dropdown-menu > li > a {
    text-align: left;
  }
  .dropdown-menu {
    left: 20px;
    border: none;
    background: #E7E6E3;
    border-radius: 0;
  }
}

/* ==========================================================================
   Body
   ========================================================================== */

.scroll-more {
  content: '';
  background: url(../../assets/img/ic_scroll-arrow.png) no-repeat center center;
  display: inline-block;
  height: 36px;
  width: 36px;
  position: absolute;
  bottom: 120px;
  left: 50%;
  margin-left: -16px;
  z-index: 10;
  text-indent: -999em;
}

.scroll-more.animating {
  -webkit-animation: arrow_move 1.5s linear;
  -moz-animation: arrow_move 1.5s linear;
  animation: arrow_move 1.5s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


/* ==========================================================================
   About
   ========================================================================== */


body.about {
  background: url(../../assets/img/bg_texture.jpg) repeat;
}

.about-logo {
  width: 250px;
  margin: 150px auto 70px;
  display: block;
}

.about-desc {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  max-width: 700px;
  padding: 0 20px;
  margin: 150px auto 0;
}

@media (min-width: 768px) {
  .about-desc {
    margin-top: 0;
  }
}

.about-our {
  text-align: center;
  max-width: 700px;
  margin: 40px auto 10px;
  padding: 0 20px;
}

.about-rest {
  font-size: 16px;
  font-family: 'GothamHTF-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 0 20px;
  max-width: 700px;
  margin: 0 auto 100px;
}


/* ==========================================================================
   Restaurants
   ========================================================================== */

.resto-navbar {
  min-height: 88px;
  background: url(../../assets/img/bg_texture.jpg) repeat;
  -webkit-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.3);
  -o-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0px 4px 0 rgba(0,0,0,0.3);
  padding: 20px 0;
  font-size: 12px;
  position: absolute;
  /*top: 105px;*/
  width: 100%;
}

.resto-navbar img {
  width: 100px;
  margin: 0 auto 20px;
  display: block;
}

@media (min-width: 768px) {
  .resto-navbar {
    font-size: 11px;
  }
  .resto-navbar img {
    margin: 4px 10px 0 0;
    float: left;
  }
  .col-sm-2.col-custom {
    width: 12.66666667%;
  }
  .col-sm-5.col-custom {
    width: 45.66666667%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .resto-navbar img {
    padding-bottom: 10px;
  }
} 

@media (min-width: 992px) {
  .resto-navbar img {
    width: 120px;
  }
  .resto-navbar {
    font-size: 11px;
  }
  .resto-navbar img {
    margin-right: 30px;
  }
}

.resto-info {
  line-height: 2;
  margin-top: -10px;
  text-transform: uppercase;
}

.resto-info a,
.resto-info-xs a {
  color: #000;
}

.resto-info-xs {
  text-align: center;
  font-size: 11px
  text-transform: uppercase;
}

.resto-info-xs .content {
  margin-top: 20px;
  border-top: 1px solid #000;
  padding-top: 20px;
}

.show {
  cursor: pointer;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
  height: 100%;
  overflow: hidden;
}

#loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid rgba(0,0,0,.2);
  width: 60px;
  height: 60px;
  -webkit-animation: spin .5s linear infinite;
  animation: spin .5s linear infinite;
  margin: -30px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Resto */

@media (min-width: 768px) {
  .resto-1 .container,
  .resto-2 .container,
  .resto-3 .container,
  .resto-4 .container,
  .resto-5 .container,
  .resto-6 .container,
  .resto-7 .container,
  .resto-8 .container,
  .resto-9 .container.
  .resto-10 .container,
  .resto-11 .container {
    padding-left: 10px;
  }
}
@media (min-width: 991px) {
  .resto-1 .container,
  .resto-2 .container,
  .resto-3 .container,
  .resto-4 .container,
  .resto-5 .container,
  .resto-6 .container,
  .resto-7 .container,
  .resto-8 .container,
  .resto-9 .container,
  .resto-10 .container,
  .resto-11 .container {
    padding-left: 0;
  }
}

.resto-1 {
  background: url(../../assets/img/uniongroup/benedict.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}

.resto-2 {
  background: url(../../assets/img/uniongroup/bg_bisteccajkt.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}

.resto-3 {
  background: url(../../assets/img/uniongroup/resto_milano.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 200%;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}

.resto-4 {
  background: url(../../assets/img/uniongroup/bg_cork.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 300%;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}

.resto-5 {
  background: url(../../assets/img/uniongroup/cscc.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 400%;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}

.resto-6 {
  background: url(../../assets/img/uniongroup/loewy.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 500%;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}

.resto-7 {
  background: url(../../assets/img/bg_pizza_milano.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 600%;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}

.resto-8 {
  background: url(../../assets/img/uniongroup/bg_thedutch.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 700%;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}

.resto-9 {
  background: url(../../assets/img/uniongroup/union.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 800%;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}

/*.resto-9 {
  background: url(../../assets/img/uniongroup/union.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 800%;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}*/


/*.resto-9 {
  background: url(../../assets/img/uniongroup/union.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 800%;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}

.resto-10 {
  background: url(../../assets/img/uniongroup/bg_bisteccajkt.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 900%;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}
.resto-11 {
  background: url(../../assets/img/uniongroup/bg_superloco.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 1000%;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}*/




/* ==========================================================================
   News
   ========================================================================== */

body.news {
  background: url(../../assets/img/bg_home_bw.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.news-navbar {
  min-height: none;
  background: url(../../assets/img/bg_texture.jpg) repeat;
  -webkit-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.3);
  -o-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0px 4px 0 rgba(0,0,0,0.3);
  padding: 20px 0;
  font-size: 12px;
  position: absolute;
  /*top: 105px;*/
  width: 100%;
  position: fixed;
  z-index: 1000;
}

.news-navbar .container {
  padding-left: 10px;
}

.news-navbar h2 {
  margin-top: 5px;
  font-size: 16px;
  font-family: 'GothamHTF-Bold', Helvetica, Arial, sans-serif;
  float: left;
  margin-right: 80px;
}

@media (min-width: 768px) {
  .news-navbar h2 {
    margin-right: 0px;
    margin-top: 0;
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .news-navbar h2 {
    margin-right: 60px;
  }
}

@media (min-width: 1200px) {
  .news-navbar h2 {
    margin-right: 80px;
  }
}

.news-navbar ul {
  float: left;
}

.news-navbar ul li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0px 15px 0 15px;
  margin-top: 2px;
  color: #333;
  cursor: pointer;
}

.news-navbar ul li a {
  color: #000;
}

.news-navbar ul li.active a {
  font-family: 'GothamHTF-Bold', Helvetica, Arial, sans-serif;
}

.news-navbar ul li a:hover {
  color: #000;
}

.news-content {
  /*margin-top: 167px;*/
  padding-top: 20px;
  margin-bottom: 50px;
}

.news-content .container {
  padding-left: 10px;
  padding-right: 10px;
}

.news-content h3 {
  color: #fff;
  font-family: 'GothamHTF-Bold', Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px dotted #fff;
  margin-bottom: 15px;
}

.news-section {
  margin-bottom: 20px;
}

.news-navbar select.form-control {
  margin-top: -10px;
  padding: 0px 8px;
  padding-right: 30px;
} 

button.close {
  position: absolute;
  right: 10px;
  top: 4px;
  z-index: 10000;
}

.news-section figcaption {
  padding: 10px;
  height: auto;
}

.news-section .grid figcaption p,
.events-section .grid figcaption p {
  color: #000;
  font-family: 'GothamHTF-Bold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}

.news-section .grid figcaption a {
  background: #000;
  text-transform: uppercase;
  border-radius: 0;
}

/* New News */

.news-section .img {
  background: #fff url(../../assets/img/loading.gif) center no-repeat;
}
@media (min-width: 768px) {
  .news-section .img,
  .news-section .img img {
    width: 237px;
    height: 237px;
  }
}
@media (min-width: 992px) {
  .news-section .img,
  .news-section .img img {
    width: 230px;
    height: 230px;
  }
}
@media (min-width: 1200px) {
  .news-section .img,
  .news-section .img img {
    width: 280px;
    height: 280px;
  }
}
.news-section a.content {
  background: url(../../assets/img/bg_texture.jpg) repeat;
  -webkit-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.15);
  -o-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0px 4px 0 rgba(0,0,0,0.15);
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.news-section a.content:hover {
  -webkit-box-shadow: 0 0px 6px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0px 6px 0 rgba(0,0,0,0.3);
  -o-box-shadow: 0 0px 6px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0px 6px 0 rgba(0,0,0,0.3);
}
.news-section a.content .news-info {
  height: 100px;
}
.news-section a.content .news-info h4 {
  font-family: 'GothamHTF-Bold', Helvetica, Arial, sans-serif; 
  color: #333;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 15px 5px 15px;
}
@media (min-width: 768px) {
  .news-section a.content .news-info h4 {
    font-size: 1.1em;
  }
}
.news-section a.content .datestamp {
  color: #999;
  text-align: center;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .news-section a.content .datestamp {
    font-size: 0.85em;
  }
}


/* News Details */

.news-details {
  margin-top: 10px;
}

@media (min-width: 1px) and (max-width: 767px) {
  .news-details header h2 {
    font-size: 1.4em;
    margin-top: 30px;
  }
  .news-details header p {
    font-size: 0.9em;
  }
  .news-details {
    margin-top: 0px;
  }
}
.news-details .box {
  background: url(../../assets/img/bg_texture.jpg) repeat;
  -webkit-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.15);
  -o-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0px 4px 0 rgba(0,0,0,0.15);
  padding: 20px;
  text-align: center;
  position: relative;
}
.news-details .box a.back {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  background: #000;
}
.news-details .box a.back p {
  color: #fff;
  font-size: 0.8em;
  float: left;
  margin-left: 5px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
}
.news-details .box a.back i.fa {
  margin-top: 1px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  color: #fff;
  float: left;
}
.news-details .box a.back:hover i.fa {
  margin-top: 1px;
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
.news-details .box a.back:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
@media (min-width: 768px) {
  .news-details .box {
    padding: 50px;
  }
}


.news-details header {
  padding-bottom: 30px;
}


.news-details .line.line-sm {
  width: 50px;
  background: #c3922e;
  height: 3px;
  margin: 0 auto 30px;
}


.news-details h2 {
  font-family: 'GothamHTF-Bold', Helvetica, Arial, sans-serif; 
  text-transform: uppercase;
  margin-bottom: 5px;
}


.news-details p.datestamp {
  color: #999;
}


/* ==========================================================================
   Events
   ========================================================================== */

body.events {
  background: url(../../assets/img/background/bg-union-events.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.events-content .container {
  padding-left: 10px;
  padding-right: 10px;
}

.events-content {
  margin-top: 167px;
  padding-top: 20px;
  margin-bottom: 50px;
}

.events-section img {
  -webkit-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.3);
  -o-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0px 4px 0 rgba(0,0,0,0.3);
}

.events-section .content {
  background: url(../../assets/img/bg_texture.jpg) repeat;
  -webkit-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.3);
  -o-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0px 4px 0 rgba(0,0,0,0.3);
  opacity: 0.9;
  font-size: 12px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.events-section h3 {
  font-family: 'GothamHTF-Bold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px dotted #fff;
  margin-bottom: 15px;
  color: #fff;
}

.events-section {
  margin-bottom: 20px;
}

.events-section .content p.date {
  letter-spacing: 1px;
  font-size: 10px;
  text-transform: uppercase;
  color: #666;
  padding: 5px 0 15px;
  margin-bottom: 20px;
}

.events-section .content .line {
  width: 30px;
  height: 1px;
  margin: auto;
  background: #999;
}

.events-section-2 a {
  cursor: pointer;
}

/*@media (min-width: 768px) {
  .events-section .content {
    height: 365px;
    width: 365px;
    padding: 25px;
  }
}

@media (min-width: 992px) {
  .events-section {
    margin: auto;
  }
  .events-content .container {
    width: 820px;
  }
  .events-section .content {
    height: 400px;
    width: 400px;
    padding: 35px;
  }
}*/


@media (min-width: 768px) {
  #eventModal .modal-dialog {
    margin-top: 75px;
  }
  #eventModal .modal-dialog {
    width: 800px;
  }
  #eventModal .image {
    width: 400px;
    height: 400px;
  }
}

#eventModal .events-section {
  margin-bottom: 0;
}

#eventModal .events-section .content {
  background: url(../../assets/img/bg_texture.jpg) repeat;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  font-size: 12px;
  padding: 35px;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #eventModal .events-section .content {
    height: 400px;
  }
}

#eventModal h3 {
  color: #000;
  border-bottom: none;
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 5px;
  font-size: 18px;
}

#eventModal p.date {
  margin: 0;
  font-family: 'GothamHTF-Book', Helvetica, Arial, sans-serif;
  padding-top: 0;
  color: #999;
  text-transform: uppercase;
}

#eventModal p {
  color: #000;
  font-family: 'GothamHTF-Book', Helvetica, Arial, sans-serif;
  text-transform: none;
}

/* Pagination */

.pager li > a, .pager li > span {
  background: transparent;
  color: #fff;
  font-family: 'GothamHTF-Bold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.pager li > a:hover {
  border-bottom: 1px solid #fff;
  background: none;
}



/* ==========================================================================
   Custom Scroll
   ========================================================================== */

.custom-scroll {
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .custom-scroll {
    height: 260px;
    padding-right: 10px;
    margin-right: -15px;
  }
  .custom-scroll.custom-scroll-catering {
    height: 150px;
  }
}

.custom-scroll::-webkit-scrollbar {
    width: 1px;
}
 
.custom-scroll::-webkit-scrollbar-track {
    background: #ccc;
}
 
.custom-scroll::-webkit-scrollbar-thumb {
    background: #333;
}

.custom-scroll::-webkit-scrollbar-thumb:window-inactive {
    background: #333; 
}


/* ==========================================================================
   Hover Effect
   ========================================================================== */

.grid {
  padding: 0;
}
.grid a {
  display: block;
}
.grid figure {
  -webkit-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.15);
  -o-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0px 4px 0 rgba(0,0,0,0.15);
}

.grid figcaption {
  background: url(../../assets/img/bg_texture.jpg) repeat;
  height: 65px;
}

.cs-style-3 figcaption div {
  background: transparent;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  padding-left: 0;
  padding-right: 0;
  transition: border .25s ease-in-out;
  -moz-transition: border .25s ease-in-out;
  -webkit-transition: border .25s ease-in-out;
  -o-transition: border .25s ease-in-out;
}

@media (min-width: 768px) {
  .cs-style-3 figcaption div {
    font-size: 14px;
  }
}

.cs-style-3 figcaption div strong {
  font-family: 'GothamHTF-Bold', Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.cs-style-3 figcaption div:hover {
  text-decoration: none;
  border-bottom: 1px solid #000;
}

/* ==========================================================================
   Contact
   ========================================================================== */


.contact-desc {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  max-width: 700px;
  padding: 0 20px;
  margin: 150px auto 0;
}

.contact-desc strong {
  font-family: 'GothamHTF-Bold', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
}

/*.contact-desc a {
  color: #c59948;
}
.contact-desc a:hover {
  color: #c59948;
  text-decoration: underline;
}*/

.contact-desc a {
  color: #333;
}

.btn-contact {
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  color: #000;
  border: 2px solid #000;
  padding: 10px;
  font-size: 0.9em;
  margin: 0 2px;
  text-decoration: none;
}
.btn-contact:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
  display: inline-block;
  padding: 10px 20px 10px;
  margin-bottom: 0;
  font-size: 1em;
  font-family: 'GothamHTF-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}


.btn-primary {
  color: #ffffff;
  background-color: #333;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #333;
}
.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
  background-color: #7eb3de;
}


.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}


.btn-primary.btn-subscribe {
  border-radius: 3px 0 0 3px;
  margin-right: -10px;
}
.btn-primary.btn-subscribe.visible-xs {
  border-radius: 3px;
}


.btn.btn-primary.btn-full,
.btn.btn-default.btn-full,
.btn.btn-success.btn-full {
  width: 100%;
  text-align: center;
}

li,
.navbar-nav .open .dropdown-menu > li > a,
.btn.btn-primary:focus,
.btn.btn-default:focus,
.btn.btn-success:focus {
  outline: none;
}

/* ==========================================================================
   Table
   ========================================================================== */

.table {
  margin-bottom: 5px;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  border-top: 1px solid #eee;
}
.table > tbody > tr > th, .table > tbody > tr > td {
  border-top: none;
  vertical-align: middle;
}
.table > tfoot > tr > th, .table > tfoot > tr > td {
  border-top: 1px solid #eee;
}

/* ==========================================================================
   Form
   ========================================================================== */

/* Form Groups
-------------------------------------------------- */

.form-group.underlined {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.help-block {
  margin-bottom: 0;
  font-size: 11px;
  color: #999;
}

.form-horizontal .form-group {
  margin-right: -10px; /* same margin as container */
  margin-left: -10px; /* same margin as container */
} /* Styling is needed due to the default .form-horizontal .form-group default margin: -15px; */

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 6px 8px;
  font-size: 1em;/**/
  color: #555555;
  border: none;
  background: #eee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  border-color: #999;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select.form-control {
  background: url(../../assets/img/ic_select-arrow.png) no-repeat 100% 50%;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: default;
  /*background: url(../files/common/icon_color-none.png) repeat;*/
  opacity: 0.4;
  filter: alpha(opacity=40);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
}


/* ==========================================================================
   Buttons
   ========================================================================== */

.btn.btn-primary:focus,
.btn.btn-default:focus,
.btn.btn-success:focus {
  outline: none;
}


/* ==========================================================================
   Alert
   ========================================================================== */

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}


/* ==========================================================================
   Modal
   ========================================================================== */

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

.news .modal-content {
  border-radius: 0px;
  background: url(../../assets/img/bg_texture.jpg) repeat;
  border: 0;
}

.modal-content {
  border-radius: 0;
}

.modal-body {
  padding: 0;
  background: transparent;
}

.news .modal-body p {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-family: 'GothamHTF-Bold', Helvetica, Arial, sans-serif;
  color: #000;
  display: block;
}

/* Modal Book
-------------------------------------------------- */
.modal-book .modal-content {
  background: #f6f5f1 url(../../assets/img/bg_texture.jpg) repeat;
}
.modal-book .modal-header {
  padding-bottom: 0;
  border-bottom: none;
  text-align: center;
}
.modal-book .modal-title {
  text-transform: uppercase;
  font-family: 'GothamHTF-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-bottom: 0;
}
.modal-book .modal-body {
  padding: 15px;
}
.modal-book .btn {
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
.modal-book .btn:last-child {
  margin-bottom: 0;
}
.modal-book .close {
  top: 12px;
  right: 12px;
  color: #333;;
  bottom: inherit;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 300px;
  }
}


 /* ========================================================================================================================================
   Chrome Frame Support
   ========================================================================================================================================= */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

 /* ========================================================================================================================================
   Fonts
   ========================================================================================================================================= */

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../../assets/fonts/glyphicons-halflings-regular.eot');
  src: url('../../assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
  font-family: 'GothamHTF-Book';
  src: url('../../assets/fonts/GothamHTF-Book.eot');
  src: url('../../assets/fonts/GothamHTF-Book.eot?#iefix') format('embedded-opentype'),
       url('../../assets/fonts/GothamHTF-Book.woff') format('woff'),
       url('../../assets/fonts/GothamHTF-Book.ttf') format('truetype'),
       url('../../assets/fonts/GothamHTF-Book.svg') format('svg'),
       url('../../assets/fonts/GothamHTF-Book.svg#GothamHTF-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamHTF-Bold';
  src: url('../../assets/fonts/GothamHTF-Bold.eot');
  src: url('../../assets/fonts/GothamHTF-Bold.eot?#iefix') format('embedded-opentype'),
       url('../../assets/fonts/GothamHTF-Bold.woff') format('woff'),
       url('../../assets/fonts/GothamHTF-Bold.ttf') format('truetype'),
       url('../../assets/fonts/GothamHTF-Bold.svg') format('svg'),
       url('../../assets/fonts/GothamHTF-Bold.svg#GothamHTF-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontName';
  src: url('../../assets/fonts/FontName.eot');
  src: url('../../assets/fonts/FontName.eot?#iefix') format('embedded-opentype'),
       url('../../assets/fonts/FontName.woff') format('woff'),
       url('../../assets/fonts/FontName.ttf') format('truetype'),
       url('../../assets/fonts/FontName.svg') format('svg'),
       url('../../assets/fonts/FontName.svg#FontName') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */
}


 /* ========================================================================================================================================
   Helper Class
   ========================================================================================================================================= */

/*
* Fonts
*/

.font6 {font-size: 6px;}
.font7 {font-size: 7px;}
.font8 {font-size: 8px;}
.font9 {font-size: 9px;}
.font10 {font-size: 10px;}
.font11 {font-size: 11px;}
.font12 {font-size: 12px;}
.font13 {font-size: 13px;}
.font14 {font-size: 14px;}


/*
* Margins & Padding
*/

.m_t_0 {margin-top:0px;}
.m_r_0 {margin-right:0px;}
.m_b_0 {margin-bottom:0px;}
.m_l_0 {margin-left:0px;}

.m_t_5 {margin-top:5px;}
.m_r_5 {margin-right:5px;}
.m_b_5 {margin-bottom:5px;}
.m_l_5 {margin-left:5px;}

.m_t_10 {margin-top:10px;}
.m_r_10 {margin-right:10px;}
.m_b_10 {margin-bottom:10px;}
.m_l_10 {margin-left:10px;}

.m_t_15 {margin-top:15px;}
.m_r_15 {margin-right:15px;}
.m_b_15 {margin-bottom:15px;}
.m_l_15 {margin-left:15px;}

.m_t_20 {margin-top:20px;}
.m_r_20 {margin-right:20px;}
.m_b_20 {margin-bottom:20px;}
.m_l_20 {margin-left:20px;}

.p_t_5 {padding-top:5px;}
.p_r_5 {padding-right:5px;}
.p_b_5 {padding-bottom:5px;}
.p_l_5 {padding-left:5px;}

.p_t_10 {padding-top:10px;}
.p_r_10 {padding-right:10px;}
.p_b_10 {padding-bottom:10px;}
.p_l_10 {padding-left:10px;}

.p_t_15 {padding-top:15px;}
.p_r_15 {padding-right:15px;}
.p_b_15 {padding-bottom:15px;}
.p_l_15 {padding-left:15px;}

.p_t_20 {padding-top:20px;}
.p_r_20 {padding-right:20px;}
.p_b_20 {padding-bottom:20px;}
.p_l_20 {padding-left:20px;}

.p_rl_5 {padding-right:5px;padding-left:5px;}
.p_rl_10 {padding-right:10px;padding-left:10px;}
.p_rl_15 {padding-right:15px;padding-left:15px;}
.p_rl_20 {padding-right:20px;padding-left:20px;}

.m_rl_-5 {margin-right:-5px;margin-left:-5px;}
.m_rl_5 {margin-right:5px;margin-left:5px;}
.m_rl_10 {margin-right:10px;margin-left:10px;}
.m_rl_15 {margin-right:15px;margin-left:15px;}
.m_rl_20 {margin-right:20px;margin-left:20px;}

.p_tb_5 {padding-top:5px;padding-bottom:5px;}
.p_tb_10 {padding-top:10px;padding-bottom:10px;}
.p_tb_15 {padding-top:15px;padding-bottom:15px;}
.p_tb_20 {padding-top:20px;padding-bottom:20px;}

.m_tb_5 {margin-top:5px;margin-bottom:5px;}
.m_tb_10 {margin-top:10px;margin-bottom:10px;}
.m_tb_15 {margin-top:15px;margin-bottom:15px;}
.m_tb_20 {margin-top:20px;margin-bottom:20px;}

.p_0 {padding:0px}
.p_5 {padding:5px}
.p_10 {padding:10px}
.p_15 {padding:15px}
.p_20 {padding:20px}
.p_25 {padding:25px}
.p_30 {padding:30px}


/* 
 * Set div in the middle
 */

.outer-center {
  float: right;
  right: 50%;
  position: relative;
}
.inner-center {
  float: right;
  right: -50%;
  position: relative;
}

/*
 * Overlay
 */

.xoverlay {
  height: 200px;
  width: 300px;
  margin: 100px 0 0 -150px;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fafafa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}




/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow:none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */