/* ========================================================================================================================================
   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;
}

/* Font
-------------------------------------------------- */

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

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

body.modal-open { 
  overflow:inherit; padding-right:inherit !important; 
}

p {
  margin: 0 0 20px;
  font-weight: 200;
}

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;
  font-family: 'Klavika', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 200;
}

h1 {
  font-size: 50px;
  line-height: 80px;
}
h2 {
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 20px;
}
h3 {
  font-size: 26px;
  line-height: 42px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.4em;
    line-height: normal;
    margin-top: 80px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

.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;
}

.img {
  background: #f0f0f0 url('../../assets/img/loading.gif') center no-repeat;
}

/* Loader
-------------------------------------------------- */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
}
#loader {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url('../../assets/img/loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
  margin: -60px 0 0 -60px;
  z-index: 1001;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none;
}
.no-js h1 {
  color: #222222;
}

#content {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 80%;
  max-width: 978px;
}  

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

.color {
  color: #fff;
}

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

.container {
  /*width: 970px;*/
}

@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}


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

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

/* Body
-------------------------------------------------- */
@media (max-width:768px) {
  html {
    overflow-x: hidden !important;
  }
}

body {
  background: #fff url(../../assets/img/bg_cover-1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../assets/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;
  /*font-family: 'Fira Sans', 'Helvetica Neue', Arial, sans-serif;*/
  font-family: 'Klavika', 'Helvetica Neue', Arial, sans-serif;
  /*font-size: 14px;*/
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden !important;
}


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

.container {
  padding-left: 15px; /* originally 15 */
  padding-right: 15px; /* originally 15 */
  position: relative;
}

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

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-left: -15px;
  margin-right: -15px;
  overflow-x: hidden;
}

.navbar-collapse {
  padding-left: 10px; /* originally 15 */
  padding-right: 10px; /* originally 15 */
  border-top: 1px solid #eee;
  padding-left: 10px;
  padding-right: 10px;

}

.navbar-header {
  height: 83px;
  padding: 0;
}

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

/* Navbar for XS
-------------------------------------------------- */
.navbar-toggle {
 margin-left: 5px; /* Same as your container's padding / custom */
 margin-right: 10px;
 margin-top: 25px;
}
.navbar-toggle .icon-bar {
 height: 1px;
 background: #DA464E;
}
.navbar-toggle .icon-bar + .icon-bar {
 margin-top: 6px;
}



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

.navbar {
  background: #fff;
  margin-bottom: 0;
}

.navbar-fixed-top {
  border-bottom-width: 1px;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
}

.navbar-static-top {
  border-width: 0px;
  top: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
}

/*.navbar-brand {
  padding-top: 10px;
  margin: auto;
  display: block;
  height: auto;
}*/

.navbar-brand {
  width: 130px;
  height: auto;
  padding: 15px;
}

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

.navbar-nav > li > a {
  padding: 32px 15px;
  color: #9197a4;
  font-size: 16px;
}

.navbar-nav > li > a {
  height: 84px;
  line-height: 84px;
  padding: 0 20px;
  font-weight: normal;
  font-size: 1.2em;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background: none;
  color: #DA464E;
}

@media (max-width: 767px) {

  .navbar-nav > li > a {
    padding: 12px 15px;
  }
  .navbar-nav {
    text-align: right;
    padding-right: 20px;
    width: 100%;
    float: right;
  }
  .navbar-nav > li > a {
    height: auto;
    line-height: 20px;
  }
  .navbar-collapse > .navbar-nav:first-child {
    padding-top: 15px;
  }
  .navbar-collapse > .navbar-nav:last-child {
    padding-bottom: 15px;
  }

}

/* Navbar Bottom
-------------------------------------------------- */
.navbar-bottom .navbar-nav > li > a {
  font-weight: normal;
  font-size: 1.2em;
  padding: 10px 20px;
  background: transparent !important;
}
.navbar-bottom .navbar-nav > li > a:hover,
.navbar-bottom .navbar-nav > li > a:focus,
.navbar-bottom .navbar-nav > li.active > a  {
  color: #DA464E;
  background: transparent !important;
}

@media (max-width: 767px) {
  .navbar-bottom .navbar-nav > li {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .navbar-bottom {
    height: 84px;
  }
  .navbar-bottom .navbar-nav {
    float: right;
  }
  .navbar-bottom .navbar-nav > li > a {
    height: 84px;
    line-height: 84px;
    padding: 0 20px;
  }
}

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

/* ==========================================================================
  Home
  ========================================================================== */

section {
  position: relative;
}

 /* Hero
 -------------------------------------------------- */
#hero {
  background: rgba(188,33,87,1);
  background: -moz-linear-gradient(45deg, rgba(188,33,87,1) 0%, rgba(221,102,77,1) 88%, rgba(226,111,76,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(188,33,87,1)), color-stop(88%, rgba(221,102,77,1)), color-stop(100%, rgba(226,111,76,1)));
  background: -webkit-linear-gradient(45deg, rgba(188,33,87,1) 0%, rgba(221,102,77,1) 88%, rgba(226,111,76,1) 100%);
  background: -o-linear-gradient(45deg, rgba(188,33,87,1) 0%, rgba(221,102,77,1) 88%, rgba(226,111,76,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(188,33,87,1) 0%, rgba(221,102,77,1) 88%, rgba(226,111,76,1) 100%);
  background: linear-gradient(45deg, rgba(188,33,87,1) 0%, rgba(221,102,77,1) 88%, rgba(226,111,76,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc2157', endColorstr='#e26f4c', GradientType=1 );
  height: 520px;
  color: #fff;
  padding: 260px 20px 0;
  z-index: 10;
  width: 100%;
  background-size: 100% 100%;
}

.text p.hero {
  font-size: 24px;
}
#hero {
  height: 640px;
}
#hero .image1 img {
  position: absolute;
  top: -639px;
  left: -63%;
}
#hero .image2 img {
  position: absolute;
  top: -551px;
  left: 22%;
}
#hero .image3 {
  margin: 40px auto 0 !important;
  z-index: 5;
}
.text p, #text-1 p, #text-2 p, #text-3 p, #text-4 p, #text-5 p, #text-6 p {
  font-size: 18px;
}

@media (min-width: 320px) and (max-width: 359px) {
  
  #hero .image1 img {
    position: absolute;
    top: -639px;
    left: -63%;
  }
  #hero .image2 img {
    position: absolute;
    top: -551px;
    left: 22%;
  }
  #hero .image3 {
    margin: 40px auto 0 !important;
    z-index: 5;
  }
  #text-1 {
    margin-top: 100px;
  }
}

@media (min-width: 360px) and (max-width: 479px) {
  #hero {
    height: 700px;
  }
  #hero .image1 img {
    position: absolute;
    top: -639px;
    left: -63%;
  }
  #hero .image2 img {
    position: absolute;
    top: -530px;
    left: 21%;
    width: 80%;
  }
  #hero .image3 img {
    margin: 50px auto 0 !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  #hero {
    height: 640px;
    padding: 260px 20px 120px;
  }
  #hero .image1 img {
    position: absolute;
    top: -639px;
    left: -63%;
  }
  #hero .image2 img {
    position: absolute;
    top: -500px;
    left: 15%;
    width: 70%;
  }
  #hero .image3 img {
    max-height: 421px;
    margin: 60px auto 0 !important;
  }
}

@media (min-width: 768px) {
  #hero {
    height: 600px;
    padding: 160px 0 120px;
  }
  #hero .text {
    float: left;
    width: 50%;
    padding-top: 140px;
    padding-left: 50px;
  }
  #hero .image1 img {
    position: absolute;
    top: -335px;
    left: -13%;
    width: 50%;
  }
  #hero .image2 img {
    position: absolute;
    top: -210px;
    left: 29%;
    width: 45%;
  }
  #hero .image3 img {
    position: absolute;
    top: 120px;
    right: -20%;
    float: right;
    width: 55%;
    margin-top: 0;
  }
}
 
@media (min-width: 992px) {
  #hero {
    height: 650px;
    padding: 20px;
  }
  #hero .text {
    padding-top: 320px;
    width: 60%;
  }
  #hero .image1 img {
    position: absolute;
    display: block;
    top: -193px;
    left: -2%;
    width: 37%;
  }
  #hero .image2 img {
    position: absolute;
    top: -64px;
    left: 30%;
    width: 37%;
  }
  #hero .image3 img{
    position: absolute;
    top: 270px;
    right: -2%;
    width: 45%;
  }
  
}

 /* Shortcut
 -------------------------------------------------- */
#shortcut {
  /*padding: 120px 20px 50px;*/
  padding: 80px 20px 50px;
  z-index: 10;
  width: 100%;
  color: #333;
}

#shortcut .album  {
  margin-top: 100px;
  overflow: hidden;
}

@media (min-width: 480px) and (max-width: 767px) {
  #shortcut {
    padding: 280px 20px 50px;
    z-index: 10;
    width: 100%;
    color: #333;
  }
}

@media (min-width: 768px) {
  #shortcut {
    padding: 120px 0 150px;
  }
  #shortcut .album  {
    margin-right: -60px;
    /*margin-left: -60px;*/
    margin-left: -40px;
  }
}

@media (min-width: 992px) {
  #shortcut .album  {
    /*margin-right: -60px;
    margin-left: -60px;*/
    margin-right: 0;
    margin-left: 0;
  }
}


/* Launcher
-------------------------------------------------- */
#launcher {
  background: rgba(188,33,87,1);
  background: -moz-linear-gradient(45deg, rgba(188,33,87,1) 0%, rgba(221,102,77,1) 88%, rgba(226,111,76,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(188,33,87,1)), color-stop(88%, rgba(221,102,77,1)), color-stop(100%, rgba(226,111,76,1)));
  background: -webkit-linear-gradient(45deg, rgba(188,33,87,1) 0%, rgba(221,102,77,1) 88%, rgba(226,111,76,1) 100%);
  background: -o-linear-gradient(45deg, rgba(188,33,87,1) 0%, rgba(221,102,77,1) 88%, rgba(226,111,76,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(188,33,87,1) 0%, rgba(221,102,77,1) 88%, rgba(226,111,76,1) 100%);
  background: linear-gradient(45deg, rgba(188,33,87,1) 0%, rgba(221,102,77,1) 88%, rgba(226,111,76,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc2157', endColorstr='#e26f4c', GradientType=1 );
  height: 980px;
  color: #fff;
  width: 100%;
  color: #fff;
  padding: 120px 20px 100px;
  background-size: 100% 100%;
  margin-bottom: 200px;
}
.icon_shortcut {
  margin-bottom: 20px;
}
#launcher .image4 img {
  position: absolute;
  top: -40px;
  left: -14%;
  width: 35%;
  -webkit-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  -moz-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
}
#launcher .image5 img {
  position: absolute;
  top: 40px;
  right: 0;
  -webkit-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  -moz-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
}

@media (min-width: 360px) and (max-width: 479px) {
  #launcher {
    height: 1040px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  #launcher {
    height: 1070px;
    margin-bottom: 200px;
  }
}

@media (min-width:768px) {
  .icon_shortcut {
    margin-top: 80px;
  }
  #launcher .image4 img {
    position: absolute;
    top: 245px;
    left: -21%;
    width: 38%;
  }
  #launcher .image5 img {
    position: absolute;
    top: 480px;
    right: 12%;
    width: 45%;
  }
}

@media (min-width:992px) {
  #launcher {
    height: 870px;
    margin-bottom: 100px;
  }
  #launcher .image4 img {
    position: absolute;
    top: -40px;
    left: -23%;
    width: 40%;
  }
  #launcher .image5 img {
    position: absolute;
    top: 277px;
    right: -14%;
    width: 35%;
  }
}

/* Messaging
-------------------------------------------------- */
#messaging {
  background: rgba(16,212,222,1);
  background: -moz-linear-gradient(left, rgba(16,212,222,1) 0%, rgba(44,93,198,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(16,212,222,1)), color-stop(100%, rgba(44,93,198,1)));
  background: -webkit-linear-gradient(left, rgba(16,212,222,1) 0%, rgba(44,93,198,1) 100%);
  background: -o-linear-gradient(left, rgba(16,212,222,1) 0%, rgba(44,93,198,1) 100%);
  background: -ms-linear-gradient(left, rgba(16,212,222,1) 0%, rgba(44,93,198,1) 100%);
  background: linear-gradient(to right, rgba(16,212,222,1) 0%, rgba(44,93,198,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10d4de', endColorstr='#2c5dc6', GradientType=1 );
  height: 870px;
  color: #fff;
  width: 100%;
  color: #fff;
  padding: 120px 20px 100px;
  background-size: 100% 100%;
  margin-bottom: 100px;
  margin-top: 150px;
  overflow: hidden;
  position: relative;
}
#messaging .album  {
  margin-top: 100px;
}

#messaging .image6 img {
  position: absolute;
  top: -40px;
  left: -24%;
  width: 35%;
  -webkit-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  -moz-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
}

#messaging .image7 img {
  position: absolute;
  top: 420px;
  left: 8%;
  width: 35%;
  -webkit-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  -moz-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
}

@media (min-width: 360px) and (max-width: 479px) {
  #messaging {
    /*margin-bottom: 200px;
    height: 970px;*/
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  #messaging {
    height: 1070px;
    margin-bottom: 200px;
  }
}

@media (min-width:768px) {

  #messaging {
    margin-top: 200px;
  }
  #messaging .image7 img {
    position: absolute;
    top: 460px;
    left: 12%;
    width: 35%;
  }

}

@media(min-width: 992px) {
  #messaging .image7 img {
    position: absolute;
    top: 420px;
    left: 8%;
    width: 35%;
  }
}

/* Contacts Launcher
-------------------------------------------------- */
#contacts_L {
  background: rgba(0,93,164,1);
  background: -moz-linear-gradient(left, rgba(0,93,164,1) 0%, rgba(44,218,180,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,93,164,1)), color-stop(100%, rgba(44,218,180,1)));
  background: -webkit-linear-gradient(left, rgba(0,93,164,1) 0%, rgba(44,218,180,1) 100%);
  background: -o-linear-gradient(left, rgba(0,93,164,1) 0%, rgba(44,218,180,1) 100%);
  background: -ms-linear-gradient(left, rgba(0,93,164,1) 0%, rgba(44,218,180,1) 100%);
  background: linear-gradient(to right, rgba(0,93,164,1) 0%, rgba(44,218,180,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005da4', endColorstr='#2cdab4', GradientType=1 );
  height: 1100px;
  color: #fff;
  width: 100%;
  color: #fff;
  padding: 140px 20px 100px;
  background-size: 100% 100%;
  margin-bottom: 200px;
  margin-top: 150px;
}
#contacts_L .album  {
  margin-top: 100px;
}
#contacts_L .image8 img {
  position: absolute;
  top: -1200px;
  right: 0%;
  z-index: 3;
  -webkit-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  -moz-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
}
#contacts_L .image9 img {
  position: absolute;
  top: -225px;
  left: -21.5%;
  width: 43%;
  -webkit-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  -moz-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
}

#contacts_L .image10 img {
  position: absolute;
  top: 502px;
  left: 36.3%;
  width: 40%;
  z-index: 4;
  -webkit-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  -moz-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
}

#contacts_L .image11 img {
  position: absolute;
  top: 50px;
  right: 0%;
  z-index: 3;
  -webkit-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  -moz-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
}

@media (min-width: 360px) and (max-width: 479px) {
  #contacts_L {
    height: 1150px;
  }
  #contacts_L .image8 img {
    position: absolute;
    top: -1280px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  #contacts_L {
    height: 1200px;
  }
  #contacts_L .image8 img {
    position: absolute;
    top: -1240px;
  }
}

@media (min-width: 768px) {
  #contacts_L {
    margin-top: 300px;
    height: 1100px;
    padding: 40px 20px 100px;
  }
  #contacts_L .image11 img {
    position: absolute;
    top: 350px;
    right: -13%;
    width: 40%;
  }
  #contacts_L .image8 img {
    position: absolute;
    top: -680px;
    right: 15%;
    width: 45%;
  }
  #contacts_L .image10 img {
    position: absolute;
    top: 553px;
    left: 12%;
    width: 50%;
  }
  #contacts_L .image11 img {
    position: absolute;
    top: 460px;
    right: -6%;
    width: 48%;
  }
}

@media (min-width:992px) {
  #contacts_L {
    margin-bottom: 100px;
  }
  #contacts_L .image8 img {
    position: absolute;
    top: -720px;
    right: -14%;
    width: 35%;
  }
  #contacts_L .image9 img {
    position: absolute;
    top: -225px;
    left: -21.5%;
    width: 43%;
  }
  #contacts_L .image10 img {
    position: absolute;
    top: 640px;
    left: 39.2%;
    width: 37%;
    z-index: 4;
  }
  #contacts_L .image11 img {
    position: absolute;
    top: 350px;
    right: -13%;
    width: 40%;
  }
}

/* Camera and Tivi
-------------------------------------------------- */
#camera {
  background: rgba(105,15,150,1);
  background: -moz-linear-gradient(left, rgba(105,15,150,1) 0%, rgba(38,202,224,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(105,15,150,1)), color-stop(100%, rgba(38,202,224,1)));
  background: -webkit-linear-gradient(left, rgba(105,15,150,1) 0%, rgba(38,202,224,1) 100%);
  background: -o-linear-gradient(left, rgba(105,15,150,1) 0%, rgba(38,202,224,1) 100%);
  background: -ms-linear-gradient(left, rgba(105,15,150,1) 0%, rgba(38,202,224,1) 100%);
  background: linear-gradient(to right, rgba(105,15,150,1) 0%, rgba(38,202,224,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#690f96', endColorstr='#26cae0', GradientType=1 );
  height: 980px;
  color: #fff;
  width: 100%;
  color: #fff;
  padding: 140px 20px 100px;
  background-size: 100% 100%;
  margin-bottom: 150px;
  margin-top: 150px;
}

#tivi {
  background: rgba(102,124,206,1);
  background: -moz-linear-gradient(left, rgba(102,124,206,1) 0%, rgba(216,119,225,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,124,206,1)), color-stop(100%, rgba(216,119,225,1)));
  background: -webkit-linear-gradient(left, rgba(102,124,206,1) 0%, rgba(216,119,225,1) 100%);
  background: -o-linear-gradient(left, rgba(102,124,206,1) 0%, rgba(216,119,225,1) 100%);
  background: -ms-linear-gradient(left, rgba(102,124,206,1) 0%, rgba(216,119,225,1) 100%);
  background: linear-gradient(to right, rgba(102,124,206,1) 0%, rgba(216,119,225,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#667cce', endColorstr='#d877e1', GradientType=1 );
  height: 980px;
  color: #fff;
  width: 100%;
  color: #fff;
  padding: 140px 20px 100px;
  background-size: 100% 100%;
  margin-bottom: 220px;
  margin-top: 150px;
}

#camera .album  {
  margin-top: 100px;
}

#camera .image12 img,
#tivi .image15 img {
  position: absolute;
  top: 50px;
  left: 0%;
  -webkit-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  -moz-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
}

#camera .image13 img,
#tivi .image16 img {
  position: absolute;
  top: 530px;
  left: 19%;
  width: 68%;
  z-index: 4;
  -webkit-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  -moz-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
}

#camera .image14 img,
#tivi .image17 img {
  position: absolute;
  top: 10px;
  right: -22%;
  width: 35%;
  z-index: 3;
  -webkit-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  -moz-box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
  box-shadow: 0px 19px 40px -17px rgba(0,0,0,0.79);
}

@media (min-width: 360px) and (max-width: 479px) {
  #camera .image12 img {
    position: absolute;
    top: 40px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  #camera {
    height: 1100px;
  }
}

@media (min-width: 768px) {
  #camera {
    height: 780px;
    margin-top: 300px;
    padding: 40px 20px 100px;
  }
  #camera .image12 img,
  #tivi .image15 img {
    position: absolute;
    top: 430px;
    left: 17%;
    width: 34%;
  }
  #camera .image14 img,
  #tivi .image17 img {
    position: absolute;
    top: 470px;
    right: 19%;
    width: 34%;
  }
}

@media (min-width: 992px) {
  #camera {
    height: 780px;
    margin-top: 300px;
    padding: 40px 20px 100px;
  }
  #tivi {
    margin-top: 300px;
    margin-bottom: 150px;
  }
  #camera .image12 img,
  #tivi .image15 img {
    position: absolute;
    top: -210px;
    left: -17%;
    width: 29%;
  }
  #camera .image14 img,
  #tivi .image17 img {
    position: absolute;
    top: 10px;
    right: -22%;
    width: 35%;
  }
}

/* Footer
-------------------------------------------------- */

.footer {
  background: #000;
  padding: 15px 20px;
  color: #fff;
  font-size: .9em;
  font-family: 'Klavika', 'Helvetica Neue', Arial, sans-serif;
  text-align: center;
}

.footer p {
  text-align: center;
  line-height: 30px;
}

#shortcut-1, #shortcut-2,
#shortcut-3, #shortcut-4, #shortcut-5 {
  /*padding: 0 50px;*/
  padding: 0 60px;
}

#shortcut-1, #shortcut-2,
#shortcut-3, #shortcut-4, #shortcut-5,
#launcher-1, #launcher-2,
#messaging-1, #messaging-2,
#contactsL-1, #contactsL-2,
#contactsL-3, #contactsL-4,
#camera-1, #camera-2,
#camera-3,
#tivi-1, #tivi-2,
#tivi-3,
#text-1, #text-2, #text-3, #text-4, #text-5, #text-6 {
  visibility: hidden;
}

@media (min-width:768px) {
  .footer {
    padding: 15px 0;
  }
}

.footer-social {
  float: none;
  text-align: center;
}

@media (min-width: 992px) {
  .footer p {
    text-align: left;
  }
  .footer-social {
    float: right;
    text-align: right;
  } 
}

/* Footer Bottom
-------------------------------------------------- */
.footer-bottom p {
  padding-top: 10px;
  line-height: 30px;
  font-size: .9em;
}

.list-inline {
  margin-left: 0;
}

.list-inline > li {
  padding-left: 10px;
  padding-right: 10px;
}

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

.btn {
  display: inline-block;
  padding: 6px 12px 6px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border-radius: 0px;
  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;
}
.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: #2d8cda;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1e74bb;
}
.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;
}

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

.dropdown-menu {
  top: 101%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
  border-top: none;
  text-align: center;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #DA464E;
  text-decoration: none;
  background: none;
}

.dropdown-menu > li > a {
  font-weight: normal;
  font-size: 1.1em;
  padding: 15px 20px;
  color: #9197a4;
  text-align: center;
}

@media (min-width: 768px) {
  .dropdown-menu > li > a {
    text-align: left;
  }
}


/* ==========================================================================
   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
   ========================================================================== */

/* Forms
-------------------------------------------------- */

.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: #eee url(../../assets/ic_select-arrow.png) no-repeat 100% 50%;
}

.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)";
}

/* 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; */



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

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


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

.modal-dialog {
  margin-top: 50px;
}
.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%);
}

.modal-content {
  border-radius: 2px;
}

 /* ========================================================================================================================================
   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: '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;}

.m_t_30 {margin-top:30px;}
.m_r_30 {margin-right:30px;}
.m_b_30 {margin-bottom:30px;}
.m_l_30 {margin-left:30px;}

.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_t_30 {padding-top:30px;}
.p_r_30 {padding-right:30px;}
.p_b_30 {padding-bottom:30px;}
.p_l_30 {padding-left:30px;}

.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%;
}

/*
 * Delay Animations
 */

.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}
.delayp6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
}
.delayp7 {
  animation-delay: .7s;
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
}
.delayp8 {
  animation-delay: .8s;
  -moz-animation-delay: .8s;
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
}
.delayp9 {
  animation-delay: .9s;
  -moz-animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -o-animation-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -o-transition-delay: .9s;
}
.delay1s {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.delay1ss {
  animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
}
.delay2s {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
}

/*
 * 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.
 */