
/*********************************************/
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #444;
  background: black;
}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 300 }
*,
*:focus { outline: none !important }
a { color:#0093CC;}
a:hover,
a:focus {
  color:#2d2d2d ;
  text-decoration: none;
}
.hiding { opacity: 0 }
.showing { opacity: 1 }
.img-rounded {
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
.btn {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all .2s;
     -moz-transition: all .2s;
      -ms-transition: all .2s;
          transition: all .2s;
}
.btn-blue {
  color: #fff;
  background-color: #0093cf;
}
.btn-blue:hover,
.btn-blue:focus {
  color: #fff;
  background-color: #2a3940;
}
.btn-green {
  color: #fff;
  background-color: #4095d1;
}
.btn-green:hover,
.btn-green:focus {
  color: #fff;
  background-color: #2a3940;
}
.btn-dark {
  color: #fff;
  background-color: #2a3940;
}
.btn-dark:hover,
.btn-dark:focus {
  color: #fff;
  background-color: #2a3940;
}
.loader {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.fading-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-image: url(../img/fading-line.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.sticky {
    position: fixed;
    top:0;
    width:100%;
    z-index: 3;
}

#navbar-top { min-height: 51px }
.navbar-default {
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.91);
  border-top: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.navbar-default .navbar-brand {
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #0093cf;
  background-color: transparent;
}
.navbar-default .navbar-toggle { border-color: transparent }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
.navbar-default .navbar-toggle:hover .icon-bar { background-color: #333 }
.navbar-default.affix {
  top: 0;
  z-index: 99;
  width: 100%;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
     -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
          box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}
.page { overflow: hidden }
.page .content { padding: 60px 0 }
.page .content.cover { padding: 50px 0 }
.page .heading h2 {
  margin-top: 0;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
#work .heading h2 {
  text-align: left;
}
.page .border {
  width: 80px;
  height: 2px;
  margin: 0 auto;
  background-color: #4095d1;
}
.page .heading p { margin: 20px auto 0 }
#home {
  padding: 0;
  color: #fff;
  background: url(../img/bg21.jpg)no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  //height:800px;
}
#home h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  color:white;
}
.carousel-control, .item {
    padding-right: 10px;
	padding-bottom: 10px;
}
#home a { margin: 0 5px }
#home h3 {
    margin: 20px 0;
    color: white;
}
#services {
  background-color: #f5f5f5;
  border-bottom: solid 1px #e7e7e7;
}
.headContainer{
  width:100%;
  display:inline-block;
}
.headContainer ul{
  float:right;

}
.works .img-responsive{
  width:100%;
  border-bottom:1px solid #e4e4e4;
  margin: 5px auto;
  display: block;
  padding:25px 0;
}
#work{
	background:url(../img/portfolio-bg.jpg);
  background-size: cover;
  width: 100%;
  min-height: 757px;
	}
.works h1{
  text-align: center;
  margin-top: 0;
  margin-bottom:20px;
}
.projectDescription{
  width:70%;
}
.projDesc{
  padding:0;
}

h3.page-header {
    font-size: 36pt;
    text-align: center;
    margin-top: 160px;
    border: none;
}
a.port-nav.right p{
  text-align:right;
  margin-left: 0;
  margin-right: -15px;
}
.port-nav p{
  margin-top:30px;
  margin-left: -15px;
}
.port-nav:hover{
  color:grey;
}
.projectNav .web{
  display: block;
}
.projectNav .mobile{
  display: none;
}
.portfolio-hero{
  width:100%;
  height:auto;
}
.relatedProjects img{
  width:100%;
  cursor:pointer!important;

}
.resumebtn {
    font-size: 13px;
    color: #0093CC;
    width: 100%;
    text-align: right;
    cursor: pointer;
    display: block;
    padding-right: 33px;
}
.resumebtn:hover{
  color:white;
}
.relatedProjects a{
  cursor:pointer!important;

}

.relatedProjects img:hover{
  opacity: .5;
  background:black;
  cursor:pointer!important;
}
.relatedProjects .col-md-12, .relatedProjects .col-md-4{
  padding: 0;

}

#services .service i { margin-top: 60px }

#work .heading p { margin-bottom: 60px }
#portfolio { width: 100% }
#portfolio .filters { margin-bottom: 20px }
#portfolio .filters li a {
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
}
#portfolio .filters li a:hover,
#portfolio .filters li a:focus { color: #333 }
#portfolio .filters li a.active { color: #0093cf }
#portfolio .items { margin-bottom: 0 }
#portfolio .items li {
  position: relative;
  float: left;
  width: 25%;
  overflow: hidden;
}
#portfolio .items li a img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
#portfolio .items li a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0,0,0,0.6);
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
  opacity: 0;
}
#portfolio .items li a .overlay span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}
#portfolio .items li a:hover .overlay { opacity: 1 }
#portfolio .items li a:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
#clients {
  color: #fff;
  background-color: #2a3940;
}
#testimonials .item { margin-bottom: 30px }
#testimonials .quote {
  padding: 0 90px;
  font-size: 16px;
}
#testimonials .quote:before {
  margin-right: 10px;
  font-family: fontawesome;
  content: '\f10d';
}
#testimonials .client { color: #ccc }
#testimonials .carousel-indicators li {
  width: 9px;
  height: 9px;
  border-color: #a6a6a6;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.25s linear;
     -moz-transition: all 0.25s linear;
       -o-transition: all 0.25s linear;
          transition: all 0.25s linear;
}
#testimonials .carousel-indicators li:hover,
#testimonials .carousel-indicators li:focus { border-color: #fff }
#testimonials .carousel-indicators .active {
  width: 9px;
  height: 9px;
  margin: 1px;
  background-color: #71be3c;
  border-color: #fff;
}
#testimonials .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}
#testimonials .carousel-control {
  top: 15%;
  width: 0%;
  display: none;
  font-size: 40px;
  background-image: none;
  text-shadow: none;
}
#about{
  background:url(../img/about-bg.jpg);
  background-size: cover;
}
.row{margin:0;}
.showCharacter{
    width:420px;
}
.col-md-6.blurred{
  background:url(../img/about-unblur.png);
  background-size: cover;
}
.bio h1 {
    color: white;
    text-transform: uppercase;
}
.bio{
    color:white;
}
#about .content {
    margin: 60px 0;
    color:white;
}
.stats .title {
    font-size: 36px;
    font-weight: 300;
    margin:10px 0;
}
.stats .weapons {
    padding: 0;
    margin-top: 10px;
}
.stats .weapons img {
    width: 22%;
}
.stats ul {
    padding: 0;
    margin-top: -10px;
    margin-bottom: 26px;
}
.stats ul li {
    display: inline;
    padding: 0 2px;
}
.stats img {
    width: 11%;
}
.stats p {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
}
.bio h1 span{
    font-size: 20px;
}
#about .twitter p { margin-bottom: 0 }
#about .twitter i {
  margin-bottom: 10px;
  color: #00aced;
}
#contact {
  background: url(../img/footer1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height:400px;
}
#contact .col-lg-12{
  text-align: left;
  padding: 0;
}
#contact,
#contact a,
#contact a:hover,
#contact a:focus { color: #fff }
#contact .heading .border { background-color: #fff }
#contact a { 
  display:inline-block;
    }
#contact i { 
  font-size:1.1em;
  margin:5px 5px;
  }
#contact h2{
  margin-bottom:30px;
  text-align:left;
}

#footer {
    padding: 40px 0;
    position: absolute;
    color: #fff;
    text-align: center;
    background: url(../img/bg21.jpg)no-repeat;
    background-size: cover;
    background-position: bottom;
    bottom: 1;
    width: 100%;
}

#footer1 {
  padding-top: 10px;
  color: #000;
  text-align: center;
  background-color: #F0F4FF;
}
#footer a,
#footer a:hover,
#footer a:focus { color: #fff }
#footer .social { margin-bottom: 20px }
#footer .social li .facebook:hover,
#footer .social li .facebook:focus { color: #3b5998 }
#footer .social li .twitter:hover,
#footer .social li .twitter:focus { color: #00aced }
#footer .social li .google-plus:hover,
#footer .social li .google-plus:focus { color: #d34836 }
#footer .social li .dribbble:hover,
#footer .social li .dribbble:focus { color: #ea4c89 }
#footer .copyright { margin-bottom: 0 }
#footer .social li .Linkedin:hover,
#footer .social li .Linkedin:focus { color: #007bb5;}
.mobile{
	display:none;
}
@keyframes blink {
    0% {
           border: 3px solid rgba(255,255,255, 1)
    }
    50% {
           border: 3px solid rgba(255,255,255,0)
    }
    100% {
           border: 3px solid rgba(255,255,255,1)
    }
}
@-webkit-keyframes blink {
     0% {
           border: 3px solid rgba(255,255,255, 1)
    }
    50% {
           border: 3px solid rgba(255,255,255,0)
    }
    100% {
           border: 3px solid rgba(255,255,255,1)
    }
}

.bg {
    background: url(../img/bg-blurred.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    text-align:center;
    margin-bottom: 4px;
    font-size: 24px;
}
.bg.two {
    background-image: url(../img/bg2.png);
    height: 150px;
    background-position-y:top;
 
}
#hairColor input#color {
    background-color: rgba(53, 74, 79, 0);
    border: none;
    height: 44px;
    border-radius: 3px;
    font-size:24px;
    text-align:center;
    text-transform:uppercase;
    -moz-transition:all 1s ease-in-out;
    -webkit-transition:all 1s ease-in-out;
    -o-transition:all 1s ease-in-out;
    -ms-transition:all 1s ease-in-out;
    transition:all 1s ease-in-out;
    -moz-animation:blink normal 3.5s infinite ease-in-out;
    /* Firefox */
    -webkit-animation:blink normal 3.5s infinite ease-in-out;
    /* Webkit */
    -ms-animation:blink normal 3.5s infinite ease-in-out;
    /* IE */
    animation:blink normal 3.5s infinite ease-in-out;
    /* Opera */
}
.logo{
	width:200px;
	margin: 0 auto;	
}
form{
	margin-top:77px;
	}


/******************* Slider *****************/
/* Elastislide Style */
div#rg-gallery {
    position: relative;
}

img.standing {
    margin: auto;
    display: block;
    width: 70%;
    position: absolute;
    top: -19px;
    left: 17%;
}
.es-carousel-wrapper {
    padding: 10px 27px;
    border-radius: 10px;
    position: absolute;
    margin-bottom: -20px;
    bottom: 0;
    width:100%;
    z-index: 2;

}
.es-carousel{
  overflow:hidden;
}
.es-carousel ul{
  width: 290px;
  display: block;
  padding: 0;
  margin: 0 auto!important;
}
.es-carousel ul li{
  height:100%;
  float:left;
  display:block;
}
.es-carousel ul li a{
  display:block;
  border-style:solid;
  border-color:#222;
  opacity:0.8;
  -webkit-touch-callout:none;
  /* option */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a{
  border-color:#fff;
  opacity:1.0;
  height:103px;
}
.es-carousel ul li a img{
  display:block;
  border:none;
  max-height:100%;
  max-width:100%;
}
.es-nav span{
  position:absolute;
  top:50%;
  left:8px;
  width:14px;
  height:26px;
  margin-top:-13px;
  text-indent:-9000px;
  cursor:pointer;
  opacity:0.8;
}
.es-nav span.es-nav-next{
  right:8px;
  left:auto;
  background-position:top right;
}
.es-nav span:hover{
  opacity:1.0;
}
.rg-image-wrapper{
  position:relative;
  padding:20px 30px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  min-height:20px;
}
.rg-image{
  position:relative;
  text-align:center;
  line-height:0px;
}
.rg-image img{
  max-height:100%;
  max-width:100%;
  margin-bottom: 18%;
}
.rg-image-nav a{
  position:absolute;
  top:0px;
  left:0px;
  width:28px;
  height:100%;
  text-indent:-9000px;
  cursor:pointer;
  opacity:0.3;
  outline:none;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
  right:0px;
  left:auto;
  background-position:115% 50%;
  -moz-border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
  opacity:0.8;
}
.rg-caption {
  text-align:center;
  margin-top:15px;
  position:relative;
}
.rg-caption p{
  font-size:11px;
  letter-spacing:2px;
  line-height:16px;
  padding:0 15px;
  text-transform:uppercase;
}
.rg-view{
  height:30px;
  display:none;
}
.rg-view a{
  display:block;
  float:right;
  width:16px;
  height:16px;
  margin-right:3px;
  border:3px solid #464646;
  opacity:0.8;
}
.rg-view a:hover{
  opacity:1.0;
}
.rg-view a.rg-view-full{
  background-position:0px 0px;
}
.rg-view a.rg-view-selected{
  background-color:#6f6f6f;
  border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
  background-position:0px -16px;
}
.rg-loading{
  width:46px;
  height:46px;
  position:absolute;
  top:50%;
  left:50%;
  margin:-23px 0px 0px -23px;
  z-index:100;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  opacity:0.7;
}
/*************** Works *******************/
.works{
  background:white;
}











/* Responsive style */
@media screen and (max-width: 1024px) { 

  #testimonials .carousel-control { display: block }	
   .logoMe{display:none;}
	.navbar-brand {padding: 15px 15px;}
  .col-md-6.blurred {

    margin-bottom: 33px;
}
}
@media screen and (max-width: 991px) { 

  #portfolio .items li { width: 50% }
  #testimonials .quote { padding: 0 70px }
  .mobile{
	  display:none;
	 }
}
@media (max-width: 768px) {
  .resumebtn {
    text-align: left;
}
  .projectNav .mobile{
    display:inline-block;
  }
  .projectNav .web{
    display:none;
  }
  .projectNav .col-md-2{
    width:50%;
    float:left;
  }
  .page .content.cover { padding: 30px 0 }
  #testimonials .quote { padding: 0 50px }
  #testimonials .carousel-control.right { right: 10px }
  
  form {
    margin-top: -154px;
    margin-bottom: 99px;
  }
  #hairColor input#color {
    height: 44px;
    font-size: 20px;
  }
  .bg{
    background: url(../img/cover/iphone.png)no-repeat;
    background-size: contain;
    background-position: center;
    height: 481px;
    width: 350px;
  	max-width:100%;
  	margin: 0 auto;
  	margin-top:10px;
}
.logo{
	width:200px;
	margin: 0 auto;	
	height:250px;
	padding-top:60px;
}
.bb-custom-wrapper {
	display:none;
}
.mobile{
	display:block;
}
}
@media (max-width: 480px) {
.projectDescription {
    width: 100%;
} 
  #contact {
    background: url(../img/footer.jpg);
    background-position: -200px;
    background-size: cover;
}
  img.standing {
    margin: auto;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
  .rg-image img {
    max-height: 100%;
    max-width: 171%;
    margin-bottom: 39px;
    margin-left: -46%;
}
  .page .content.cover { padding: 80px 0 }
  #portfolio .items li { width: 100% }
  #testimonials .quote { padding: 0 30px }

}
.logoCenter{
	width:100%;
	margin: 0 auto;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
    padding-top: 12px;
}
.portfolio-filter {
    float: right;
}
.heading {
    float: left;
}
.heading.center {
    float: none;
}

ul.colorBtn li{
	list-style:none;
	display:inline;
	padding:10px;
	
}
#nav-fix{
	position:fixed;
}
.slide-image {
  width: 100%;
}
.carousel-holder {
  margin-bottom: 30px;
}

.carousel-control,.item {
  border-radius: 4px;
}

.caption {
  height: auto;
  overflow: hidden;
  font-size:10px;
}

.caption h4 {
  white-space: nowrap;
}
.homebg{
	max-width:100%;
	height:auto;
	margin: 0 auto;
	}
iframe.bobo{
	margin: 116px 0px 200px 23px;
	overflow-y:scroll;
	}
img.boboiphone{
	position:absolute; 
	left:0;
	top:0;
	z-index:-1;
	}

  .heading span {
    font-size: 14px;
  }




