@font-face {
    font-family: SS;
    src: url('../fonts/GE SS Two Medium.otf');
    font-weight:400;
}

@font-face {
    font-family: Dinar;
    src: url('../fonts/GE Dinar Two Medium.otf');
    font-weight:400;
}

/*@font-face {
    font-family: SS;
    src: url('../fonts/SSDisplay-Semibold.otf');
    font-weight:600;
}

@font-face {
    font-family: SS;
    src: url('../fonts/SSDisplay-Bold.otf');
    font-weight:700;
}*/

/*body {
  padding-top: 81px;
}*/


.navbar-brand>img {
    display: block;
    height: 80px;
}

body, input, textarea, button, select {
    font-size: 20px;
    line-height: 1.6;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    color: #000;
    color: #58595b;
    -webkit-font-smoothing: antialiased;
    font: 18px/26px Dinar,sans-serif;
}

a:hover, a:active, a:focus, button {
   outline: 0;
}

p {
    margin: 0 0 18px;
}

.img-responsive {
  margin: 0 auto;
}

/*font-family: 'Source Sans Pro', sans-serif;*/

.navbar {
  margin-bottom: 0;
}

.navbar-nav>li {
    float: right;
}

.navbar-default .navbar-nav>li>a {
    position: relative;
    display: block;
    padding: 30px 35px 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Dinar';
}

.navbar-default.opaque .navbar-nav>li>a {
    color: #333;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default.opaque .navbar-nav>.active>a, .navbar-default.opaque .navbar-nav>.active>a:hover, .navbar-default.opaque .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: rgba(127, 23, 25, 0.75);
}

.navbar-default.opaque .navbar-nav>.active>a, .navbar-default.opaque .navbar-nav>.active>a:hover, .navbar-default.opaque .navbar-nav>.active>a:focus {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
  color: rgba(255, 255, 255,0.8);
  background: transparent;
}

.navbar-default.opaque .navbar-nav>li>a:hover {
    color: rgba(0, 0, 0,0.8);
}

.navbar-default {
    /* background-color: #ffffff; */
    border-color: #f8f8f8;
    background-color: transparent;
    border: 0 none;
}

.navbar-default .navbar-brand {
    float: left;
    padding: 0px 15px 0;
    font-size: 20px;
    line-height: 20px;
    height: auto;
    font-weight: 700;
    color: #fff;
    font-family: 'Dinar';
    background: rgba(255, 255, 255, 0.85);
    border-radius: 0 0 5px 5px;
}

.navbar-default.opaque .navbar-brand {
  color: #000;
}

.featured-content {
  padding: 0;
  position: relative;
}
.halal-mark .blue-halal-logo{    
  position: absolute;
  width: 40% !important;
  top: 57%;
  left: 0; right:0;margin:auto; 
  
}
/*.halal-mark .featured-content{
  background: url(http://www.australiahalal.com/seal.jpg);
  background-size: 100%;
  height: 938px;
  top: 0px;
  background-position: 0px 300px;
}
.halal-mark .featured-content img{display:none;}*/
.featured-text {
    position: absolute;
    bottom: 20%;
    width: 80%;
    text-align: center;
    margin: 0 10%;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    font-size: 36px;
}

a.read-more {
  position: absolute;
  bottom: 1%;
  left: 49%;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.7);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.read-more:hover {
  color: rgba(255, 255, 255, 0.9);
}

h1, h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Dinar';
}

h2 {
    font-weight: 600;
    font-size: 26px;
}

img.logo {
    height: 80px;
    width: auto;
}

.navbar-default {
    background-color: transparent;
    border: 0 none;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.navbar-default.opaque {
    background-color: rgba(255, 255, 255, 0.85);
    border: 0 none;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
}


.headline {
  margin: 35px 0 30px;
}

h3 {
  margin: 30px 0 30px;
  font-weight: 300;
  line-height: 1.5;
  font-size: 24px;
  color: #7f1719;
  font: 700 26px/1.6 'SS',serif;
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}


hr.dots.green {
    background-image: none;
    background-color: transparent;
    border: #7f1719 3px dotted;
    border-style: none none dotted;
    color: #fff;
    width: 20%;
    margin: 20px 40%;
}

.contentItem {
    padding: 60px 0;
}

.contentItem.darkVariant {
  background: #f8f8f8;
}

.contentStep {
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.contentStep.darkVariant {
  background: #f8f8f8;
}

.contentStep img {
  max-width: 600px;
}

.next-section {
  padding: 0px 0 50px;
}

.next-section a {
  color: #666;
  font-size: 24px;
  text-transform: uppercase;
}

footer {
    background: #000;
    color: rgba(255,255,255,0.5);
    padding: 25px 0 15px;
    font-size: 14px;
}

footer .fa {
    font-size: 28px;
    padding: 0 0 0;
    color: rgba(255,255,255,0.5);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0 0 0 20px;
}

footer a:hover > .fa {
  color: #fff;
}

span.badge {
    font-size: 36px;
    min-width: 40px;
    border-radius: 40px;
    background: #6fb7d2;
    margin-right: 10px;
    margin-bottom: 15px;
}

/*a.btn {
    border: 1px solid #222;
    color: #222;
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/

a.btn {
  display: inline-block;
  min-width: 170px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font: 700 14px Dinar,sans-serif;
  border: 1px solid #00341b;
  border-radius: 20px;
  color: #00341b;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-color: #7f1719;
  color: #7f1719;
}
/*
a.btn:hover {
  background: #222;
  color: #fff;
}*/

a.btn:hover {
    text-decoration: none;
    background: #7f1719;
    color: #fff;
}

.contentItem h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  border-bottom: solid #aaa 1px;
  font-family: 'Dinar';
}

.contentStep h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 20px;
    font-family: 'Dinar';
}

.blueHdg {
  /*background: #ECF0F1;*/
  padding: 10px;
  border-bottom: solid #777 1px;
  margin-bottom: 0;
}

.redHdg {
  /*background: #ECF0F1;*/
  padding: 10px;
  border-bottom: solid #777 1px;
  margin-bottom: 0;
}

/*video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(video.jpg) no-repeat;
    background-size: cover;
}*/

/*video#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(video.jpg) no-repeat;
  background-size: cover;
}*/

#videoContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000;
}

video#introVid {
  width: 100%    !important;
  height: auto   !important;
}

video#introVid {
  -ms-transition: 1s opacity;
  -moz-transition: 1s opacity;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}
.stopfade { opacity: .5; }

#videoControlsLeft {
    position: absolute;
    bottom: 5%;
    left: 2%;
}

#vidpause, #vidmute {
  background: transparent;
  border: 0 none;
}

#vidfullscreen {
  position: absolute;
  bottom: 5%;
  right: 2%;
  background: transparent;
  border: 0 none;
}

#introVidThumb {
  display: none;
}

#introVidPlay {
    display: none;
    margin: 20px auto;
    padding: 10px 30px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border: 0 none;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 35%;
    left: 0;
    font-size: 80px;
}

#vidpause span, #vidmute span, #vidfullscreen span {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  font-size: 25px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#vidfullscreen span {
  font-size: 20px;
}

#vidpause span:hover, #vidmute span:hover, #vidfullscreen span:hover {
  color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle {
    border: 0 none;
}

.download-item {
    padding-top: 0px;
    padding-bottom: 60px;
    float: left;
}

.download-item img {
  margin-bottom: 10px;
  padding: 30px 50px 30px;
}

.download-item a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.download-item a:hover {
  color: #fff;
  text-decoration: none;
}

#downloads-wrap {
    background-image: url('../bg5.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.navbar-default.opaque .navbar-brand:hover, .navbar-default.opaque .navbar-brand:focus {
    color: #000;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: url('../spinner.gif') center no-repeat #fff;
  background-size: 160px auto;
}

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    border: 0;
    border-radius: 30px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#back-to-top:hover {
    background: #e9ebec;
    color: #000;
}
#back-to-top.show {
    opacity: 1;
}

#back-to-top .glyphicon {
  line-height: 30px;
}

.hdgNu {
    margin: 10px 0;
    font-family: 'SS';
    font-weight: 600;
    color: #7f1719;
    font-size: 32px;
    line-height: 40px;
}

hr.dots {
    background-image: none;
    background-color: transparent;
    border: #7f1719 3px dotted;
    border-style: none none dotted;
    color: #fff;
    width: 24%;
    margin: 20px 38%;
}

hr.dots.white {
    border: rgba(255, 255, 255, 0.85) 3px dotted;
    border-style: none none dotted none;
    width: 30%;
    margin: 20px 35%;
}

.content-block {
    padding: 70px 0 50px;
}

.ptop50 {
  padding-top: 50px;
}

.content-block.darkVariant {
  background: #f5f5f5;
  background: url('../bg.png');
}

.content-block img {
  max-width: 640px;
}

.content-block img {
    max-width: 640px;
    border: solid rgba(255, 255, 255, 0.5) 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
}

body.halal-mark .content-block img {
    border: 0 none;
    box-shadow: none;
}

.featuredInner {
    position: absolute;
    bottom: 35%;
    width: 100%;
    top: 35%;
}
.halal-mark .featuredInner {top: 20%;}
.featuredContent {
  background: rgba(127,23,25,.7);
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.featuredContent h1 {
  font-family: 'SS';
  font-size: 36px;
  font-weight: 700;
}

.featured-content img {
    width: 100%;
}

footer h4 {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-size: 17px;
    display: block;
    float: left;
    border-bottom: solid rgba(255, 255, 255, 0.2) 1px;
    padding: 0 0px 8px 0;
    line-height: 18px;
}

footer ul {
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
  clear: both;
}

footer li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 2;
    display: block;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Lato', sans-serif;
    text-align: left;
}

footer li a:hover {
  color: #fff;
  text-decoration: none;
}

p.copyright {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 20px;
    float: right;
    border-bottom: solid rgba(255, 255, 255, 0.2) 1px;
    line-height: 18px;
    display: block;
    margin-top: 10px;
    padding-bottom: 8px;
}

.footer-social {
  float: right;
  clear: both;
}


/* Show/Hide Navbar */

/*nav.hide {
  background: #333;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease;
}*/

nav {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


nav.hide {
  visibility: hidden;
}

nav.opaque.hide {
  visibility: visible;
}

.alink {
  color: #7f1719;
  cursor: pointer;
}

.alink:hover {
  color: #7f1719;
}

.twoCols {
  -webkit-columns: 2;
   -moz-columns: 2;
        columns: 2;
}

.nav {
    padding-left: 0;
    padding-right: 0;
    margin: 0 -15px;
}

/* language */

button.togglelang {
  background: white;
  border-color: transparent;
  color: black;
  margin: 15px;
  float: left;
  margin-left: 15px;
}

button.togglelang>a {
  text-decoration: none;
  padding: 0;
  float: right;
  text-align: right;
  font-style: normal;
  font-family: 'GE';
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 5px;
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.6);
}

button.togglelang>a:hover {
  color: rgba(0, 0, 0, .7);
}

button.togglelang>a>img {
  height: 18px;
  vertical-align: sub;
  padding-right: 5px;
}

/* language end */


/* Responsiveness */

@media (max-width: 767px) {
    #introVid, #vidpause, #vidmute, #vidfullscreen {
        display: none;
    }

    #introVidThumb, #introVidPlay {
      display: block;
    }

    .navbar-toggle {
        margin-top: 15px;
        position: fixed;
    }

    .navbar-default.opaque .navbar-toggle .icon-bar {
        background-color: #555;
    }

    .contentItem, .contentStep {
      text-align: center;
    }

    .navbar-default .navbar-nav>li>a {
      text-align: center;
    }

    .navbar-default .navbar-nav>li>a, .navbar-default.opaque .navbar-nav>li>a {
        background: rgba(0, 0, 0, 0.85);
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #476d60;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle:hover span, .navbar-default .navbar-toggle:focus span {
      background: #fff;
    }

    .navbar-default.opaque .navbar-nav>li>a:hover {
        color: rgba(255, 255, 255,0.8);
    }

    .featuredContent {
        padding: 10px 20px 10px;
        width: auto;
        background: #7f1719;
        max-width: 100%;
    }

    .featuredContent h1 {
        font-family: 'SS';
        font-size: 30px;
        font-weight: 500;
    }
    .halal-mark .blue-halal-logo{top:30%; }
    .featuredInner {
      position: static;
      width: auto;
    }

    a.read-more {
      display: none;
    }

    .navbar-default .navbar-nav>li>a {
      padding: 20px 30px 20px;
    }

    .content-block img {
      max-width: 100%;
    }

    .navbar-default .navbar-brand {
        margin-left: 0;
        float: none;
        margin: 0 auto;
        padding: 0 15px 0 10px;
        overflow: hidden;
        display: block;
        width: 260px;
    }

    .navbar-brand>img {
        display: block;
        height: 80px;
        width: 235px;
    }

    .twoCols {
      -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    }

    .twoCols p {
      text-align: center;
    }

    footer .container .col-sm-6 {
      text-align: center;
    }

    footer .container .col-sm-6 h4, p.copyright, .footer-social {
      float: none;
    }

    h3 {
        font: 500 16px/1.6 'SS',serif;
        margin: 10px 0;
    }

    .hdgNu {
        font-size: 24px;
        font-weight: 500;
    }

    footer li a {
      text-align: center;
    }

    p.copyright {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .navbar-nav>li {
        float: none;
    }

    .headline {
        margin: 25px 0 10px;
    }

    .ptop50 {
        padding-top: 30px;
    }

    .content-block {
        padding: 15px 0 50px;
    }

    .download-item {
      float: none;
    }

    .navbar-default.opaque .navbar-nav>li>a {
        color: rgba(255,255,255,0.8);
    }

    .navbar-default .navbar-nav>li>a:hover {
      color: rgba(255, 255, 255,0.8);
      background: rgba(0, 0, 0, 0.85);
    }

}
@media (max-width: 360px) {
  .halal-mark .blue-halal-logo{    top: 20%;}
}

@media (min-width: 768px) and (max-width: 840px) {

  .navbar-default .navbar-nav>li>a {
      position: relative;
      display: block;
      padding: 30px 20px 30px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      font-size: 11px;
      font-family: 'Dinar';
  }

}


@media (min-width: 841px) and (max-width: 991px) {

  .navbar-default .navbar-nav>li>a {
      position: relative;
      display: block;
      padding: 30px 28px 30px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      font-size: 11px;
      font-family: 'Dinar';
  }

}


@media (min-width: 768px) {

  .navbar-nav>li>a {
      padding-top: 31px;
      padding-bottom: 30px;
  }

  .featuredContent {
    width: 600px;
  }

  .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
      margin-right: 9px;
      margin-left: 9px;
  }

}

@media (min-width: 1200px) {

  .container {
      width: 970px;
  }

}
