/*
 * Loosely based Onassis from http://blacktie.co
 */

body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}

h4 {
    /*color: #02C7BB;*/
    font-weight: 500;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #02C7BB; /*#FF7003;*/   /*#00FEF8; */
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #FFFFFF; /*#CC5500; #7b7b7b;*/
    text-decoration: none;
    outline: 0;
    font-weight: 500;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Navbar Specific
   ========================================================================== */

.nav > li > a {
    padding: 10px 8px;
}

.nav > li > .hacknavbar {
    padding: 0px 0px;
}

.navbar-brand {
    color: #FFFFFF;
    font-weight: 400;
}

.navbar-default {
    color: #00EFFA; /*#02C7BB;*/
    border-color: transparent;
    background-color: rgba(0,0,0,0.8);
    min-height: 35px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFFFFF;
    background-color: #00A6AE; /*#00bec7;*/ /*#00EFFA;*/ /*#02C7BB;*/
    /*border-bottom: 2px solid #02C7BB*/
}

.navbar-default .navbar-nav > li > a {
    color: #00EFFA; /*#02C7BB;*/
    font-weight: 400;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #FFFFFF;
    font-weight: 900;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FFFFFF;
    font-weight: 700;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover  {
    background-color: #000000;
    border-color: #eeeeff;
}


.navbar-default .navbar-toggle .icon-bar{
    background-color: #00EFFA; /* #02C7BB; */
}

.navbar-default .navbar-nav .active .hacknavbar:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav .active .hacknavbar {
    background-color: transparent;
}


/*
nav.navbar.shrink {
  min-height: 35px;
}

nav.shrink a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 15px;
}

nav.shrink .navbar-brand {
  font-size: 25px;
}

nav.shrink .navbar-toggle {
  padding: 4px 5px;
  margin: 8px 15px 8px 0;
}
*/



/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: #000000;
	/*margin-top: -10px;*/
	/*padding-top:20px;*/
	/*padding-bottom:20px;*/
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 480px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#headerwrap h1 {
	margin-top: 130px;
	color: white;
	font-size: 140px;
	font-weight: 700;
	letter-spacing: 3px;
}

#headerwrap h2 {
	color: #EEEEFF;
	font-size: 40px;
	font-weight: 200;
	letter-spacing: 6px;
}

#headerwrap h3 {
    margin-bottom:80px;
    color: #eeeeff;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
}


/* Services Wrap */

#serviceswrap {
    background: #ffffff;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
}

#serviceswrap h2 {
  font-size: 40px;
}

#serviceswrap h3 {
    font-weight: 500;
    color: #7b7b7b;
    letter-spacing: 1px;
}


#serviceswrap h4 {
    font-size: 19px;
}


#serviceswrap bold {
    color: #2f2f2f;
    font-weight: 600;
}



/* Portfolio Wrap */
#portfoliowrap {
	background: #1A1C1C;
	margin-top: 0px;
	padding-top:35px;
	padding-bottom:35px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#portfoliowrap h2 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 100;
	letter-spacing: 0px;
}

#portfoliowrap h3, h5 {
	color: #ffffff;
}

#portfoliowrap h4 {
    color: #02C7BB;
}

#portfoliowrap p {
	color: #ffffff;
}


.port-space {
	padding-top: 20px;
	padding-bottom: 20px;
}

.port-space:hover {
	background: #282A2A;
}



/* Testimonial Wrap */

#testimonialwrap {
    background: #e3e5e7;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
}

#testimonialwrap h2 {
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 0px;
}

#testimonialwrap h5 {
    color: #333;
}


/* Team Wrap */

#teamwrap {
    background: #e3e5e7;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
}

#teamwrap h2 {
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 0px;
}

#teamwrap h5 {
    color: #333;
}



/* White Wrap */

#w {
	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#w h3 {
	font-weight: 500;
	color: #7b7b7b;
	letter-spacing: 1px;
}

#w bold {
	color: #2f2f2f;
	font-weight: 600;
}


/* client logos inside a css table
  http://vanseodesign.com/css/vertical-centering/ */

#tableparent {
    display: table;
    width: 50%;
    margin: 0 auto;
}

#tablechild {
    display: table-cell;
    vertical-align: middle;
}




/* Black Wrap */

#blk {
	background: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#blk h3 {
	font-size: normal;
	font-weight: 400;
	color: #edefff;
	/*letter-spacing: 1px;*/
}

#blk bold {
	color: #ffffff;
	font-weight: 600;
}




/* Grey Wrap */

#g {
	background: #e3e5e7;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
    color: #7b7b7b;
}

#g h2 {
	font-size: 40px;
	font-weight: 100;
	letter-spacing: 0px;
}

#g bold {
    color: #6b6b6b;
    font-weight: 500;
}


/* Dark Grey Wrap */

#dg {
	background: #1D1F1F;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#dg h3 {
	font-weight: 300;
	color: #edefff;
	letter-spacing: 1px;
}

#dg bold {
	color: #ffffff;
	font-weight: 500;
}


/* Footer Wrap */

#f {
	background: #000000;
	margin-top: 0px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 300px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

#f h2 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 100;
	letter-spacing: 0px;
}


#f h3 {
	color: white;
}

#f i {
	font-size: 26px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

/* Copyright Wrap */

#c {
	background: #000000; /* #222426; */
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
    font-size: 14px;
}

#c p {
	color: white;
    line-height: 20px;
    font-weight: 200;
    margin-bottom: 8px;
}


/* item Wrap */

#itemwrap {
	/*background: url(../img/item-bg.jpg) no-repeat center top;*/
	background:#000000;
	margin-top: 0px;
	padding-top:35px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#itemwrap h1 {
	margin-top: 40px;
	color: white;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 3px;
}

#itemwrap h2 {
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 2px;
}


.desc {
	text-align: left;
}

.desc-b {
	border-left: 4px solid #bababa;
}

.desc-a i {
	color: #555;
	padding-right: 8px;
}

.desc-b i {
	color: #555;
	padding-right: 8px;
}



/* BIG IMAGE STUFF */

.navbarLogoImg{
    background-image: url(../img/applied-logo.png);
    margin-top: -4px;
    margin-bottom: -4px;
    min-height:48px;
    min-width:48px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



.headerBackgroundPic{
    background-image: url(../img/covers/istock_lloyds1_newgradient3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height:500px;
    max-width: 1680px;
}


.logoRow{
	background-image: url(../img/applied-logo.png);
    margin-top: 36px;
    margin-bottom: 36px;
    height:380px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}


.footerBackgroundPic{
    background-image: url(../img/covers/istock_lloyds2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height:300px;
    max-width: 1680px;
}

.clientlogo{
    margin: 0px 28px;
    height: 50px;
}

@media (max-width: 1200px){
  #w h3 {
    font-size: small;
  }
  .clientlogo{
    margin: 0px 18px;
    height: 40px;
  }
}


@media (max-width: 960px){
  #w h3 {
    font-size: smaller;
  }
  .clientlogo{
    margin: 0px 12px;
    height: 30px;
  }
}

@media (max-width: 620px){ /*768px) {*/
  .logoRow {
    /*margin-top: 25px;*/

  }
  .headerBackgroundPic{
    min-height:280px;
  }
  .footerBackgroundPic{
    min-height:140px;
  }
  #headerwrap {
  	min-height: 440px;
  }

  #headerwrap h3 {
    margin-bottom:80px;
    font-size: 20px;
  }
  .navbarLogoImg{
    margin-top: 4px;
    margin-bottom: 4px;
    min-height:40px;
    min-width:40px;
  }
  #w h3 {
    font-size: smaller;
  }
  .clientlogo{
    margin: 0px 8px;
    height: 22px;
  }
}


@media (max-width: 460px){
  #w h3 {
    font-size: xx-small;
  }
  .clientlogo{
    margin: 0px 6px;
    height: 18px;
  }
}

/* BUTTON CONF */

.btn-theme {
	color: #fff;
	background-color: #1abc9c;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: 700;
	border-radius: 3px;
}

.btn-theme:hover {
	cursor: pointer;
	color: white;
	background-color: #16a085;

}

/* TEAM CONF */

.team {
	padding-top: 20px;
}

.team:hover {
	background: white;
}

.team a {
	padding-right: 10px;
	padding-left: 10px;
}

/* SERVICES CONF */

.services:hover{
	background: #e3e5e7;
}



/* JS make hover-over circle images */

.img-project {
  vertical-align: middle;
  border-radius: 50%;
  height: 180px;
  width: 180px;
  border: 2px solid #0C0E0E;
}

.img-project-text{
	margin-bottom: -50px;
	top: 55px;
	height:40px;
	font-weight: 500;
	/*width:180px;*/
}


.img-project-wrapper{
	height: 180px;
	/*width:180px;*/
}

.img-project-wrapper .img-project-text{
	position: relative;
	visibility: hidden;
}

.img-project-wrapper:hover .img-project-text {
    visibility: visible;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
}

.img-project-wrapper:hover .img-project {
	opacity:0.3;
	transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}




/* Carousel */

#quote-carousel {
    padding-bottom: 50px;
    /*margin-top: 30px;*/
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    /*margin-top: 30px;*/
}
#quote-carousel .carousel-control.left {
    /*left: -20px;*/
}
#quote-carousel .carousel-control.right {
    /*right: -20px;*/
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    /*padding-bottom: -10px;*/
    bottom: 0px;
    margin-top: 60px;
    /*margin-right: -19px;*/
}
#quote-carousel .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin: 2px;
    cursor: pointer;
    border: 2px solid #aaa;
    border-radius: 10px;
    opacity: 0.4;
    overflow: hidden;
    /*transition: all 0.2s;*/
}
#quote-carousel .carousel-indicators .active {
    background: #aaa;
    width: 18x;
    height: 18px;
    border-radius: 10px;
    border-color: #666;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 200px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
    /*color: #008569;*/
}
