/*
Theme Name: Asterisk
Theme URI: http://www.designfactory.com.au/
Author: Design Factory and F Yeah! Media
Author URI: http://www.designfactory.com.au
Description: 
Version: 1.0
*/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body {
  background: url('https://s3-ap-southeast-2.amazonaws.com/asterisk-www/globe.png') no-repeat center top #000;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 14px;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 16px;
}
h2 {
  margin-bottom: 20px;
}
a {
  color:#fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:hover, a:focus {
  color:#fff;
  background: transparent;
  text-decoration: none;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.clear {
  clear: both;
}
.vanish {
  display: none;
}
.appear {
  display: block;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row {
  margin-bottom: 2em;
}
.col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-sm-3 {
  margin-bottom: 2em;
}
.nav {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  text-transform: uppercase;
  text-align: center;
}
.nav li a:hover {
  color: #000;
}
.navbar {
  background: rgba(0,0,0,0);
  /*height: 51px;*/
  border-bottom: 2px solid rgba(173,15,21,1);

}
.navbar-default .navbar-nav  li {
  /*background: #222;*/
}
.navbar-default .navbar-nav  li  a {
  color: #fff;
  text-transform: lowercase;
  letter-spacing: 2px;
  font-weight: 700;
}
.navbar-default .navbar-nav  li  a:hover, .navbar-default .navbar-nav  li  a:focus {
  color: #000;
  background: #444;
}
.navbar-default .navbar-toggle {
  border: 1px solid rgba(173,15,21,1);
  background: transparent;
}
.navbar-default .navbar-toggle:hover {
  background: transparent;
}
.navbar-collapse {
  padding-left: 0;
  margin-left: 0;
}
.navbar-default .navbar-brand {
  font-weight: 900;
  color: #fff;
  font-size: 22px;
  padding-bottom: 5px;
}
.icon-bar {
  background-color: rgba(173,15,21,1) !important;
}
.red {
  color: rgba(173,15,21,1);
}
.big-red {
  font-size: 150%;
  color: rgba(173,15,21,1);
}
.small-white {
  font-size: 50%;
  text-transform: uppercase;
  font-weight: 700;
}
img.alignright { 
  float: right; margin: 0 0 1em 1em; 
}
img.alignleft { 
  float: left; margin: 0 1em 1em 0; 
}
img.aligncenter { 
  display: block; margin-left: auto; margin-right: auto; 
}
.alignright { 
  float: right; 
}
.alignleft { 
  float: left; 
}
.aligncenter { 
  display: block; margin-left: auto; margin-right: auto; 
}

.flexslider {
  background: none repeat scroll 0 0 transparent;
  border: 0px !important;
  border-radius: 0px !important;
  box-shadow: 0px 0px 0px !important;
  margin: 0px 0px !important;
  position: relative;

}
.about-logo {
  text-align: center;
}
.about-logo li {
  display: none !important;
}
.about-logo strong {
  font-size: 30px;
  padding: 20px;
  border: 5px solid rgba(255,255,255,0.5);
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  max-width: 700px;
  background: #111;
  color: #e7e7e7;
}
.about-logo .para {
  background: #111;
  padding: 5px 10px;
  letter-spacing: 1px;
  word-spacing: 3px;
  font-family: 'Lekton', sans-serif;
  font-weight: 700;
  color: #e7e7e7;
}
.btn-primary {
  background: -webkit-linear-gradient(#111, #222);
  background: -o-linear-gradient(#111, #222);
  background: -moz-linear-gradient(#111, #222);
  background: linear-gradient(#111, #222);
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  border-radius: 0px;
  padding: 15px 25px;
  word-spacing: 3px;
}
.btn-primary:hover {
  background: -webkit-linear-gradient(#222, #333);
  background: -o-linear-gradient(#222, #333);
  background: -moz-linear-gradient(#222, #333);
  background: linear-gradient(#222, #333);
}
.slider-content .btn-primary { 
  font-size: 22px; 
  background: -webkit-linear-gradient(rgba(255,0,0,1), rgba(255,0,0,0.7));
  background: -o-linear-gradient(rgba(255,0,0,1), rgba(255,0,0,0.7));
  background: -moz-linear-gradient(rgba(255,0,0,1), rgba(255,0,0,0.7));
  background: linear-gradient(rgba(255,0,0,1), rgba(255,0,0,0.7));
  color: rgba(255,255,255,0.7);
}
.container-home {
  padding-top: 25px;
  padding-bottom: 25px;
}
#home-team {
  background: #e7e7e7;
}
#home-team h1 {
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111;
}
#home-services {
  background: #222;
  color: #fff;
  padding-top: 25px;
}
#home-services h1 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
#home-services h2 {
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 50px;
}
#home-services h3 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
#home-services .btn-primary { 
  font-size: 13px; 
  /*background: -webkit-linear-gradient(rgba(255,0,0,1), rgba(255,0,0,0.7));
  background: -o-linear-gradient(rgba(255,0,0,1), rgba(255,0,0,0.7));
  background: -moz-linear-gradient(rgba(255,0,0,1), rgba(255,0,0,0.7));
  background: linear-gradient(rgba(255,0,0,1), rgba(255,0,0,0.7));*/
  color: rgba(255,0,0,1);
  background: transparent;
  border: 1px solid rgba(173,15,21,1);
  padding: 7px;
  letter-spacing: 2px;
  font-weight: 300;
}
#home-services p {
  font-size: 13px;
}
#home-services i {
  margin-bottom: 15px;
  border: 1px solid #fff;
  padding: 20px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.services-list {
  list-style-type: disc;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 15px;
}
.services-list li {
  margin-bottom: 5px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 50px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
footer {
  padding: 50px;
  background: url('images/carbon.png') repeat #000;
  color: #e7e7e7;
  font-size: 13px;
}
footer p {
  color: #bbb;
}
#big-asterisk {
  padding: 0;
  font-size: 200px;
  color: rgba(255,0,0,0.1);
}
.logo {
  padding: 100px 0;
}
/*RED COLOR rgba(173,15,21,1)*/


.page-content {
  padding-bottom: 50px;
  padding-top: 50px;
}
#team, #management, #architecture, #education {
  background: #e7e7e7;
  color: #000;
}
#partners {
  background: #fff;
  color: #000;
}
#team p, #management p, #architecture p, #assessment p, #infrastructure p, #education p, #partners p {
  font-size: 14px;
}
#team h1, #management h1, #architecture h1, #assessment h1, #infrastructure h1, #education h1, #partners p {
  font-size: 40px;
  margin-bottom: 50px;
  font-weight: 700;
  word-spacing: 5px;
  letter-spacing: 1px;
}
#team h2 {
  font-size: 24px;
}
.redbg {
  background: rgba(173,15,21,1);
  color: #e7e7e7;
  padding:5px;
  line-height: 2.5;
}
.bullet-list {
  list-style-type: square;
  padding-left: 15px;
  margin-bottom: 25px;
  font-family: 'Roboto', sans-serif;
}
.bullet-list li {
  font-size: 14px;
  margin-bottom: 10px;
}

.intro-para, #team .intro-para, #management .intro-para, #assessment .intro-para, #architecture .intro-para, #infrastructure .intro-para, #education .intro-para, #partners .intro-para {
  font-size: 17px;
  margin-bottom: 25px;
}

dt {
  color: rgba(173,15,21,1);
  font-weight: 600;
  margin-bottom: 5px;
}
dd {
  margin-bottom: 20px;
}
#industry, #assessment, #infrastructure {
  background: #000;
  color: #e7e7e7;
}
.block-para {
  max-width: 650px;
  margin: 0 auto;
}














/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  .row {
    margin-bottom: 0;
  }
  .col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-sm-3 {
    margin-bottom: 0;
  }
  .vanish {
  display: block;
  }
  .appear {
    display: none;
  }
  .col-sm-15 {
        width: 20%;
        float: left;
    }
  .nav li {
    display: inline-block;
  }
 }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .col-md-15 {
      width: 20%;
      float: left;
  }
 }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .col-lg-15 {
      width: 20%;
      float: left;
  }
 }
