audio { width: 100%; display: block; height:40px }

/* global style */
body, html {
		 height: 100%;
}

body {
		 font-family: "Lato", sans-serif;
		 font-size: 16px;
		 line-height: 24px;
		 color: #444;
}

h1, h2, h3, h4, h5, h6 {
		 font-family: "Droid Sans", sans-serif;
		 color: #aaa;
}
h2.nice, h3.nice{
		 font-family: "Droid Sans", sans-serif;
		 letter-spacing: -2px;
		 text-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
		 text-transform: capitalize; 
		font-size: 48px;
}
h3.nice{
	font-size: 37px;
}

a,
.btn-link {
		 color: #aaa;
}

a:hover,
a:focus,
.btn-link:hover {
		 color: #666;
}

b {
		 color: #666;
}

a:active,
a:focus,
.btn:focus {
		 outline: none;
}

input.form-control {
		 height: 48px;
}

input.form-control,
textarea.form-control {
		 border-radius: 2px;
		 -moz-border-radius: 2px;
		 -webkit-border-radius: 2px;
		 border-color: #eee;
		 font-size: 16px;
		 box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.025) inset;
		 -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.025) inset;
		 -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.025) inset;
}

input.form-control:focus,
textarea.form-control:focus {
		 border-color: #aaa;
		 box-shadow: 0 0 8px #eee;
		 -moz-box-shadow: 0 0 8px #eee;
		 -webkit-box-shadow: 0 0 8px #eee;
}

.input-group-addon {
		 border-radius: 2px;
		 -moz-border-radius: 2px;
		 -webkit-border-radius: 2px;
		 border-color: #eee;
		 background: #fafafa;
		 font-size: inherit;
		 color: #aaa;
}

.dropdown-menu {
		 border-radius: 2px;
		 -moz-border-radius: 2px;
		 -webkit-border-radius: 2px;
		 border-color: #eee;
		 background-color: #fafafa;
		 box-shadow: 0 0 8px #eee;
		 -moz-box-shadow: 0 0 8px #eee;
		 -webkit-box-shadow: 0 0 8px #eee;
}

.dropdown-menu li >a:hover {
		 background-color: #f5f5f5;
		 color: #444;
}

.dropdown-menu .divider {
		 background-color: #eee;
}

.btn {
		 border-radius: 2px;
		 -moz-border-radius: 2px;
		 -webkit-border-radius: 2px;
		 font-family: "Droid Sans", sans-serif;
		 transition: all 0.25s;
		 -moz-transition: all 0.25s;
		 -webkit-transition: all 0.25s;
		 -o-transition: all 0.25s;
}

.btn-default {
		 background: #eee;
		 border-color: #ccc;
		 color: #555;
}

.btn-default:hover {
		 background: #dedede;
		 color: #555;
}

.input-group-btn > .btn {
		 height: 48px;
}

.alert,
.well {
		 border-radius: 2px;
}

.icons-ul { /* fix font awesome icon ul */ 
		 margin: 0;
		 text-align: left;
}

.icons-ul .icon-li {
		 color: #aaa;
		 width: auto;
}

/* shared style */
.hero,
.profile,
.qualification,
.skill,
.exp,
.extra,
.contact {
		 /* min-height: 100%; */
		 padding: 80px 0;
		 border-bottom: 1px dotted #eee;
}

.gallery, 
.blog,  
.element {
		 margin-bottom: 10px;
} 

.heading {
		 margin: 0 0 20px;
		 padding: 0 0 10px;
		 font-size: 24px;
		 line-height: 24px;
		 border-bottom: 1px dotted #aaa;
}

/* header */
header .navbar {
		 height: 50px;
		 background: #fafafa;
		 border-bottom: 2px solid #eee;
}

header .container > .navbar-header {
		 margin: 0;
}

.logo img {
		 height: 40px;
		 margin-top: 4px;
}

.logo h1 {
		 visibility: hidden;
		 position: absolute;
}

.logo:hover,
.logo:focus {
		 text-decoration: none;
}

.nav-style > li > a,
.nav-style > li > a:focus {
		 color: #aaa;
		 font-family: "Droid Sans", sans-serif;
		 padding: 0 15px;
		 line-height: 50px;
		 height: 50px;
		 border-bottom: 2px solid transparent;
		 transition: all 0.25s;
		 -moz-transition: all 0.25s;
		 -webkit-transition: all 0.25s;
		 -o-transition: all 0.25s;
}

.nav-style > li > a:hover {
		 background: #f5f5f5;
		 color: #666;
		 border-color: #666;
}

.nav-style .active a,
.nav-style .active a:focus {
		 background: #eee;
		 text-shadow: 0 1px #fff;
}

.nav > li > a:focus {
		 background: transparent;
}

li.dummy,
li.dummy.active {
		 display: none;
}


/* hero section */
.hero {
		 padding: 0;
		 overflow: hidden;
		 position: relative;
		 background: url("../images/bg-img.jpg") top center no-repeat #000;
}

.hero .content {
		 display: block;
		 position: absolute;
		 top: 6%;
		 right: 1%;
		 /* width: 500px; */
		 text-align: center;
		 overflow: hidden;
		 text-align: center;
}

.hero .content h2 {
		 margin: 0 0 24px;
		 padding: 0;
		 font-size: 80px;
		 color: #fff;
		 font-family: "Droid Sans", sans-serif;
		 letter-spacing: -2px;
		 text-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
		 text-transform: capitalize; 
}

.hero .content p {
		 display: inline-block;
		 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
		 width: 380px;
		 margin: 0 0 40px;
		 font-size: 18px;
}

.hero .content .block {
		 display: block;
}

.feature {
		 display: block;
		 height: 50%;
		margin-top:150px;
		/*
		  bottom: 0;  
		left: 5%; 
		position: absolute;
		*/
}

/* profile section */
.profile {
		 position: relative;
}

.figure {
		 display: block;
		 /*width: 100%;*/
		margin-top:50px;
		 /*position: absolute;
		 right: 0;
		 bottom: 0;
		 z-index: -1;*/
}

/* qualification section */
.summary {
		 margin-bottom: 60px;
}

.education h3 {
		 margin: 0;
		 font-size: 18px;
		 line-height: 24px;
		 font-style: italic;
		 color: #333;
}

/* skill section */
.skill-wrap {
		 text-align: center;
}

.skill-wrap p {
		 text-align: left;
}

.skill-wrap h3 {
		 padding: 0 0 10px;
		 border-bottom: 1px dotted #aaa;
}



/* contact section */
.contact {
		 padding-bottom: 0;
}

.contact-inner {
		 text-align: center;
}

.contact-wrap {
		 padding-bottom: 20px;
		 margin-bottom: 20px;
		 border-bottom: 1px dotted #eee;
}

.contact-wrap span {
		 display: block;
}

.social {
		 display: inline-block;
		 width: 100%;
		 text-align: center;
}

.social li > a {
		 display: block;
		 width: 30px;
		 height: 30px;
		 border-radius: 2px;
		 -moz-border-radius: 2px;
		 -webkit-border-radius: 2px;
		 background: #eee;
		 line-height: 30px;
		 vertical-align: middle;
		 color: #aaa;
		 border-bottom: 2px solid transparent;
}

.social li > a:hover {
		 color: #666;
		 border-color: #666;
		 transition: all 0.25s;
		 -moz-transition: all 0.25s;
		 -webkit-transition: all 0.25s;
		 -o-transition: all 0.25s;
		 text-decoration: none;
}

/* footer */
footer {
		font-size: 13px;
		 width: 100%;
		 height: 50px;
		 line-height: 50px;
		 background: #fafafa;
		 border-top: 2px solid #eee;
		 /*position: fixed;*/
		 bottom: 0;
		 color: #aaa;
		 font-family: "Droid Sans", sans-serif;
}

.archive {
		 float: right;
}

.archive li {
		 margin-left: 30px;
}

.archive .icon-li {
		 left: -18px;
}

.archive a:hover {
		 text-decoration: none;
}

.copyright {
		 float: left;
}

#map { /* gmaps plugin */
		 width: 100%;
		 height: 300px;
		 margin-top: 60px;
		 margin-bottom: 50px;
}


@media screen and (min-width: 768px) and (max-width: 991px) {
		 .hero .content {
		 		 width: 100%;
		 		 margin: 0 auto;
		 		 position: static;
		 }
		 
		 .hero .content h2 {
		 		 font-size: 80px;
		 }
		 
		 .feature {
		 		 display: none;
		 }
		 
		 .feature-res { /* feature img replacement */
		 		 display: block;
				width: 526px;
		 		 height: 243px;
		 		 background: url("../images/shackleton-tosi-png.png") center;
		 		margin: 112px auto 40px;
				 /*
				
		 		 border-radius: 50%;
		 		 -moz-border-radius: 50%;
		 		 -webkit-border-radius: 50%;
		 		 border: 2px solid #fafafa;
		 		 
		 		 box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
		 		 -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
		 		 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
				*/
		 }
		 
		 .profile .content {
		 		 padding: 0;
			
		 }
		 
		 .education {
		 		 margin-bottom: 60px;
		 }
		 
		 .skill-wrap {
		 		 margin-bottom: 80px;
		 }
		 
		 .timeline {
		 		 width: 731px;
		 }
		 
		 .timeline > li {
		 		 width: 320px;
		 }
		 
		 .timeline > li:after {
		 		 right: -55px;
		 }
		 
		 .timeline > li.right:after {
		 		 left: -55px;
		 		 
		 }
		 
		 .timeline > li.present:after {
		 		 right: -62px;
		 }
		 
		 .timeline > li.right.present:after {
		 		 left: -63px;
		 }
		 
		 .post {
		 		 margin: 0 auto 80px auto;
		 		 width: 450px;
		 }
}

@media screen and (max-width: 767px) {
		 .profile,
		 .qualification,
		 .skill,
		 .exp,
		 .contact {
		 		 padding: 60px 0;
		 }
		 
		 .logo {
		 		 float: left;
		 }
		 
		 .navbar-toggle {
		 		 margin: 0;
		 		 padding: 0 10px;
		 		 height: 50px;
		 		 float: right;
		 		 line-height: 50px;
		 		 vertical-align: middle;
		 		 color: #aaa;
		 }
		 
		 .navbar-collapse {
		 		 background: rgba(250, 250, 250, 0.75);
		 		 border-top: 0;
		 		 border-bottom: 2px solid #eee;
		 }

		 .navbar-collapse .nav-style li > a {
		 		 height: 30px;
		 		 line-height: 30px;
		 }
		 
		 .navbar-collapse .nav-style li > a:hover {
		 		 border-color: transparent;
		 }
		 
		 .navbar-collapse .nav-style li > a:focus {
		 		 text-shadow: 0 1px #fff;
		 }
		 
		 .navbar-collapse .navbar-nav {
		 		 margin-top: 0;
		 		 margin-bottom: 0;
		 }
		 
		 .hero {
		 		 padding-bottom: 60px;
		 }
		 
		 .hero .content {
		 		 width: 100%;
		 		 margin: 0 auto;
		 		 position: static;
		 }
		 
		 .hero .content h2 {
		 		 font-size: 30px;
		 }
		 
		 .hero .content p {
		 		 width: 100%;
		 		 font-size: 16px;
		 }
		 
		 .feature {
		 		 display: none;
		 }
		 
		 .feature-res { /* feature img replacement */
		 		 display: block;
		 		 width: 265px;
		 		 height: 123px;
		 		 background: url("../images/shackleton-tosi-logo-small.png") center;
				 margin: 92px auto 20px;
				/*
		 		 border-radius: 50%;
		 		 -moz-border-radius: 50%;
		 		 -webkit-border-radius: 50%;
		 		 border: 2px solid #fafafa;
		 		 box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
		 		 -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
		 		 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
				*/
		 }
		 
		 .figure {
		 		 display: block;
		 		/* width: 100%;*/
		 		 position: static;
		 		 margin-bottom: -60px;
		 }
		 
		 .profile-content {
		 		 padding: 0;
		 }

		
		 .summary,
		 .education {
		 		 margin-bottom: 40px;
		 }
		 
		 .skill-wrap {
		 		 margin-bottom: 60px;
		 }
		 
		 .timeline {
		 		 width: 100%;
		 }
		 
		 .timeline > li {
		 		 width: 90%;
		 		 margin: 40px 0;
		 }
		 
		 .timeline > li:before,
		 .timeline > li:after {
		 		 display: none;
		 }
		 
		 .timeline > li.year.top {
		 		 padding: 0 0 60px;
		 }
		 
		 .timeline > li.year {
		 		 padding: 40px 0 60px;
		 }
		 
		 .post {
		 		 margin-bottom: 80px;
		 }
		 
		 .frame {
		 		 width: 100%;
		 }
		 
		 .contact {
		 		 padding-bottom: 0;
		 }
		 
		 .social {
		 		 margin-bottom: 60px;
		 }
		 
		 #map {
		 		 margin-bottom: 0;
		 }
		 
		 footer {
		 		 text-align: center;
		 		 position: static;
		 		 height: auto;
		 }
		 
		 .archive {
		 		 display: inline-block;
		 		 float: none;
		 }
		 
		 .copyright {
		 		 display: block;
		 		 float: none;
		 }
}

@media screen and (max-width: 319px) { /* fix for smaller screen width */
		 .frame {
		 		 box-shadow: none;
		 		 -moz-box-shadow: none;
		 		 -webkit-box-shadow: none;
		 }
		 
		 .meta {
		 		 height: auto;
		 		 min-height: 48px;
		 }
		 
		 .archive {
		 		 text-align: center;
		 }
}

@media screen and (min-height: 817px) { /* align map to bottom screen for higher screen */
		 .contact {
		 		 position: relative;
		 }
		 
		 #map {
		 		 position: absolute;
		 		 bottom: 0;
		 }
}
/* Custom CSS */
/* Carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    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: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
  
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 180px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
#quote-carousel .item blockquote p {
	font-size:14px;
}
#quote-carousel .carousel-control.left {
	background-image:none;
}
	
/* Video Player */
#containingDiv {
	width:1012px;margin:0 auto; padding:0 0 0 0;
}
#bottomText {
	width:100%; font:18px 'Lato', sans-serif; color:#333333; border-top:1px solid #cccccc; padding:10px 0 0 0; margin-top:120px; text-align:center;
}
@media screen and (min-width:1200px){
#containingDiv {
	width:1012px;margin:0 auto; padding:0 0 0 0;	
}
#bottomText {
	width:100%; font:18px 'Lato', sans-serif; color:#333333; border-top:1px solid #cccccc; padding:10px 0 0 0; margin-top:120px; text-align:center;
}
}
@media screen and (max-width:767px){
#containingDiv {
	width:100%;margin:0 auto;padding:0 0 0 0;	
}	
#bottomText {
	width:100%;font:14px 'Lato', sans-serif; color:#333333; border-top:1px solid #cccccc; padding:10px 0 0 0; margin-top:120px; text-align:center;
}
}
#instafeed a { 
	display: inline-block;
}
.insta-img {
	width: 19%;
	margin: 0 0.5%;
	vertical-align: top;
	display: inline-block;
}
.insta-img a img {
	max-width: 100%;
	height: 180px;
}
.insta-title {
	width: 92%;
	display: inline-block;
}
.follow-insta {
	color: #3897f0; 
	border: 1px solid #3897f0;
	padding: 5px 10px;
	border-radius: 3px;
}
.follow-link:hover, .follow-link:active, .follow-link:focus {
	text-decoration: none;
	color: #1285F1;
}
.instagram {
	padding: 0;
}
.likes p {
	font-size: 13px;
}
i.fa.fa-heart-o {
	color: #AA1F1F;
}
i.fa.fa-comment-o {
	padding-left: 6px;
}
#instafeed a {
	position: relative;
}
#instafeed .rollover {
  background:rgba(0, 0, 0, 0.8);
  font-family: 'Open Sans Condensed', sans-serif;
  font-size:28px;
  position:absolute;
  color:#ffffff;
  right:0px;
  top:0px;
  left:0px;
  opacity:0;
  text-align:center;
  line-height:180px;
	transition: opacity 0.4s ease-in-out;
}
#instafeed a:hover .rollover {
  opacity:1;
	transition: opacity 0.4s ease-in-out;
}
@media (max-width: 768px) {
	.insta-img { width: 32%; }
	.insta-title { width: 87%; }
}
@media (max-width: 568px) {
	.insta-img { width: 49%; }
	.insta-title { width: 79%; }
}
@media (max-width: 320px) {
	.insta-img { height: 120px; display: inline-table; }
	.insta-title { width: 72%; }
}
