/*!
 * mosaictranslations.com
 * font-family: 'Josefin Sans', sans-serif;
 */
@import 'https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700';
@import 'https://fonts.googleapis.com/css?family=Sansita+One';

@font-face {

  font-family: 'fzm_old_typewriterregular';
  src: url('../fonts/fzmOldTypewriter.eot');
  src: url('../fonts/fzmOldTypewriter.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fzmOldTypewriter.woff2') format('woff2'),
    url('../fonts/fzmOldTypewriter.woff') format('woff'),
    url('../fonts/fzmOldTypewriter.ttf') format('truetype'),
    url('../fonts/fzmOldTypewriter.svg#fzmOldTypewriter') format('svg');
  font-weight: normal;
  font-style: normal;

}

body {
  font-family: 'Open Sans Condensed', sans-serif;
      height:100%;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #fd774c; /*#e65349;*/ /*#7165E3;*/ /*#fe6192;*/
}

.text-white {
  color: #FFFFFF;
}

p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
  text-decoration: none;
}
a {
  color: #fed136;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eef5f9;
}
.bg-darkest-gray {
  background-color: #222222;
}

.bg-about {
  background-color: #f5f2ec;
}

.btn-primary {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.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: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #fd774c; /*#7165E3;*/ /*#fe6192;*/
  border-color: #fd774c;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}
.navbar-custom {
  background-color:rgba(92,53,38,0.5);
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #ffffff;
  font-family: 'fzm_old_typewriterregular';
  /*font-family: 'Open Sans Condensed', sans-serif;*/
  font-weight: 700;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #ad3c11;
  border-color: #ad3c11;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #fed136;
}
.navbar-custom .nav li a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #fe544b;/*#fed136;*/
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #fd774c; /*#7165E3;*/ /*#fe6192;*/
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #fec503;
}
@media (min-width: 768px) {
  .navbar-custom {
    /*background-color: transparent;*/
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2.0em; /*2.5em;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color:background-color:rgba(92,53,38,0.7); /*base:#DAD3C8;*/
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
header {
  background-image: url('../img/header-bgv3.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}

#fullimage {
  background-image: url('../img/header-bgv5.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}

#about {
  background-image: url('../img/bg-about_v1.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}

#about {padding: 150px 0;}
#fullimage {padding: 300px 0;}

  .intro-centre {
    font-size: 40px;
    padding:10px 0px 10px 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .intro-lead-in {
  font-family: 'Sansita One', cursive;
  /*font-style: italic;*/
  padding-top: 25px;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}

  .intro-heading {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
    
    .intro-lead-in {
    font-family: 'fzm_old_typewriterregular';
    font-weight: 800;
    /*font-style: italic;*/
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 25px;
  }
    .intro-heading {
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}

section {
  padding: 100px 0;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #ad3c11;/*#DB252F;*/
  font-weight: 800;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}

.paragraph {
  font-size: 30px;
}

.paragraph-small {
  font-size: 16px;
}

.margin-top {
  margin-top: 50px;
}

.clients {
  padding: 80px 0;
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
  font-size: 22px;
  color: #45398c;
}

.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 5px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
  font-size: 22px;
  color: #45398c;
}

.team-member-hover:hover {
  color: #fe6192;
}

.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
/*section#contact {
  background-image: url('../img/bg-contact.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}*/

.padding-bottom {
  padding-bottom: 50px;
}

/*section#contact .section-heading {
  color: white;
}*/

section#contact .text-danger {
  color: #e74c3c;
}
footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 40px;
  text-transform: uppercase;
  text-transform: none;
  font-size: 20px;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #35bff5;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #fed136;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}


.list-inline {
  display: block;
  list-style: none;
}


::-moz-selection {
  text-shadow: none;
  background: #fed136;
}
::selection {
  text-shadow: none;
  background: #fed136;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #fed136;
}


/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

.fullscreen,
.content-a {
    width:100%;
    height:100%;
    overflow:hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}

/* content centering styles */
.content-a {
  display:table;
}
.content-b {
  display:table-cell;
  position:relative;
  vertical-align:middle;
  text-align:center;
}

.minh {min-height: 356px; }

section#contact {
  background-image: url('../img/contact-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}

section#join {
  background-image: url('../img/bg-contact.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}


section#contact .section-heading {
  color: white;
}

section#contact ul > li {
    /*display: inline-block;*/
    line-height: 20px;
    margin: 0 7px;
    font-size: 27px;
    padding-top: 10px;
    list-style:none;