@import url('normalize.css');

/* Bootstrap core CSS */
@import url('bootstrap.css');

/* Custommade Grids CSS */
@import url('customade_grids.css');

@import url('font-awesome.min.css');

@import url('sficon-font.css');

@import url('sficons_v2.css');

@import url('https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css');

@import url('video-js.css');

@import url('video-js-bml.css');

.bml_logo {
	text-indent: -9999px;
	background: url('../images/bml_logo.png') no-repeat;
	background-size:contain;
	height:34px;
	width:99px;
	-webkit-transition: background .5s ease,padding .5s ease;
	-moz-transition: background .5s ease,padding .5s ease;
	transition: background .5s ease,padding .5s ease;
}

.bml_logo_white {
  text-indent: -9999px;
  background: url('../images/bml_logo_white.png') no-repeat;
  background-size:contain;
  height:34px;
  width:99px;
  -webkit-transition: background .5s ease,padding .5s ease;
  -moz-transition: background .5s ease,padding .5s ease;
  transition: background .5s ease,padding .5s ease;
}

.navbar {
	border-top:3px solid #be1e2d;
    margin-bottom: 0;
}

.navbar {
	padding: 0px 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: 0 0;
	-webkit-transition: background .5s ease,padding .5s ease;
	-moz-transition: background .5s ease,padding .5s ease;
	transition: background .5s ease,padding .5s ease;
}

.nav li a {
    font-family: "Titillium Web", "OpenSans-Regular", "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: #123250;
	text-decoration: none;
	position: relative;
	display: block;
	padding: 20px 10px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-fixed-top .navbar-collapse.darkpage .nav li a {
  color: #FFF;
}

.top-navbar-collapse .navbar-collapse.darkpage .nav li a {
  color: #123250;
}

.nav li a:hover,
.nav li a:focus{
    outline: 0;
    background-color: rgba(255,255,255,.5);
}

.nav li.active{
	outline: 0;
    background-color: rgba(18, 50, 80,.2);
}

.nav li.projects {
	display: none;
}

.top-navbar-collapse {
	padding: 0;
	background-color: rgba(255, 255, 255, 0.8);
	border-bottom: 0px solid rgba(255,255,255,.3);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}

.navbar-fixed-top .navbar-collapse {
	max-height: 411px;
}

/*.navbar-right .dropdown-menu {
	right: auto;
	left: auto;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: -1000;
	display: none;
	float: right;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	text-align: left;
	list-style: none;
	background-color: rgba(255, 255, 255, 1);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0px solid transparent;
  	border-top: 0;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}*/

/*#homeindex{
	background-image: url("../images/benscene.png");
    background-position:center;
    background-repeat:no-repeat;
    overflow-y:hidden;
    text-align:center;
    min-height: 574px;
    padding-bottom: 20%;
}*/

#homeindex {
  	/*background-image: url("../images/bgnoisegrey.png");*/
  	background-image: url("../images/benscene_new.png"),
    url("../images/benscene_background.png");
    background-position: top center, top center;
    background-repeat: no-repeat, repeat;
    /*overflow-y:hidden;*/
    /*text-align:center;*/
    min-height: 574px;
    padding-bottom: 20%;
    max-height: 700px;
    background-color: #d4d5d5;
}

/*.hero-img,*/ #hornblower, #healthapp, #theasian, #photography, #sdxportfolioheader {
	width:100%;
  	background-size: cover;
  	background-repeat:no-repeat;
	max-height: 600px;
	position: relative;
	z-index: -2;
	overflow: hidden;
	color: #f9fbfc;
	padding-bottom: 50%;
}

#hornblower {
  	background-image: url("../images/hornblowerhero.png");
  	background-attachment: fixed;
}

#healthapp {
  	background-image: url("../images/healthapp.png");
  	background-attachment: fixed;
}

#theasian{
  	background-image: url("../images/theasianwall_hero.png");
  	background-attachment: fixed;
  	background-position: center -75px;
}

#photography {
  	background-image: url("../photography/somamuni.jpg");
  	background-attachment: fixed;
  	background-position: center bottom;
  	/*max-height: 474px !important;
  	padding-bottom: 15%;
  	z-index:0;*/
}

#sdxportfolioheader {
    background-image: url("../images/sdxportfolio/sdxportfolioheader.png");
    background-attachment: fixed;
    background-position: top center;
    /*max-height: 474px !important;
    padding-bottom: 15%;
    z-index:0;*/
}

section {
	background-color: #f2f2f2;
	z-index: 1;
}

section.shadowindex {
	position: relative;
	background-color: #E6E9ED;
	box-shadow: 0 -3px 3px -2px rgba(25,25,25,0.4);/*, 0 3px 3px -2px rgba(25,25,25,0.4);*/
	-moz-box-shadow: 0 -3px 3px -2px rgba(25,25,25,0.4);/*, 0 3px 3px -2px rgba(25,25,25,0.4);*/
	-webkit-box-shadow: 0 -3px 3px -2px rgba(25,25,25,0.4);/*, 0 3px 3px -2px rgba(25,25,25,0.4);*/
	padding: 0;
}

section.shadow {
	position: relative;
	background-color: #f3f3f3;
	/*background-image: url("../images/bgnoise2.png");*/
	box-shadow: 0 -3px 3px -2px rgba(25,25,25,0.4);/*, 0 3px 3px -2px rgba(25,25,25,0.4);*/
	-moz-box-shadow: 0 -3px 3px -2px rgba(25,25,25,0.4);/*, 0 3px 3px -2px rgba(25,25,25,0.4);*/
	-webkit-box-shadow: 0 -3px 3px -2px rgba(25,25,25,0.4);/*, 0 3px 3px -2px rgba(25,25,25,0.4);*/
	padding: 65px 0;
}

section.projectcontent {
	background-color: #fafafa;
	/*background-image: url("../images/bgnoise2.png");*/
	padding-top:50px;
	padding-bottom: 10px;
}

.projectsdx {
    min-height: 500px;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to bottom, rgba(102,102,102,0) 0%, rgba(54,54,54,.5) 50%, rgba(0,0,0,.7) 75%);
}

.projecttheasian, .projecthb, .projecthealthtrack, .projectembarc, .project5050 {
	min-height: 400px;
	position: relative;
    overflow: hidden;
	/*margin-bottom: 8px;*/
	background-image: linear-gradient(to bottom, rgba(102,102,102,0) 0%, rgba(54,54,54,.5) 50%, rgba(0,0,0,.7) 75%);
}

.alignright {
	text-align: right;
	right: 0;
}

section.projectsdx:before {
  position: absolute;
  top: 0; right: 0;
  bottom: 0; left: 0;
  content: "";
  background-image: -webkit-linear-gradient(left bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 50%), url("../images/sdxportfolio_main.png");
  background-image: -moz-linear-gradient(left bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 50%), url("../images/sdxportfolio_main.png");
  background-image: linear-gradient(left bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 50%), url("../images/sdxportfolio_main.png");
  background-position: center center;
  background-size: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

section.projecttheasian:before {
	position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
	content: '';
	background-image: -webkit-linear-gradient(right bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 50%), url("../images/theasianwall_new.png");
  background-image: -moz-linear-gradient(right bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 50%), url("../images/theasianwall_new.png");
  background-image: linear-gradient(right bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 50%), url("../images/theasianwall_new.png");
	background-position:center center; background-size: 100%;
	z-index: -1;
	-webkit-transition: .5s;
 	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

section.projecthb:before {
	position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
	content: '';
	background-image: -webkit-linear-gradient(left bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 50%), url("../images/hornblowerhero.png");
	background-image: -moz-linear-gradient(left bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 50%), url("../images/hornblowerhero.png");
	background-image: linear-gradient(left bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 50%), url("../images/hornblowerhero.png");
	background-position:center center; background-size: 100%;
	z-index: -1;
	-webkit-transition: .5s;
 	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

section.projecthealthtrack:before {
	position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
	content: '';
	background-image: -webkit-linear-gradient(right bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 50%), url("../images/healthappbg.png");
  background-image: -moz-linear-gradient(right bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 50%), url("../images/healthappbg.png");
  background-image: linear-gradient(right bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 50%), url("../images/healthappbg.png");
	background-position:center center; 	background-size: 100%;
	z-index: -1;
	-webkit-transition: .5s;
 	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

section.projectembarc:before {
	position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
	content: '';
	background-image: -webkit-linear-gradient(left bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 50%), url("../images/embarcfont.png");
	background-image: -moz-linear-gradient(left bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 50%), url("../images/embarcfont.png");
	background-image: linear-gradient(left bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 50%), url("../images/embarcfont.png");
	background-position:top; background-size: 100%;
	background-repeat: no-repeat;
	z-index: -1;
	-webkit-transition: .5s;
 	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

section.project5050:before {
	position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
	content: '';
	background-image: -webkit-linear-gradient(right bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 50%), url("../images/50logos50daysproject_main.png");
  background-image: -moz-linear-gradient(right bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 50%), url("../images/50logos50daysproject_main.png");
  background-image: linear-gradient(right bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 50%), url("../images/50logos50daysproject_main.png");
	background-position:center center;
	background-size: 100%;
	z-index: -1;
	-webkit-transition: .5s;
 	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.projectsdx:hover:before, .projecttheasian:hover:before, .projecthb:hover:before, .projecthealthtrack:hover:before, .projectembarc:hover:before, .project5050:hover:before {
    transform: scale(1.05);
    -webkit-transition: transform .5s;
 	-moz-transition: transform .5s;
	-o-transition: transform .5s;
	-ms-transition: transform .5s;
	transition: transform .5s;
}

.text-right {
  text-align:right;
}

.project-pushdown {
  margin-top:15em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

.project-pushdown-sdx {
  margin-top: 21em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

/*.projecttitleindex {
    position: absolute;
    bottom: 10%;
}*/

.btn-pti-right {
	border-radius:1.625em;
	padding:0.313em 0.938em 0.313em 0.938em;
	/*border: 2px solid #123250;*/
	border: 2px solid #AAB2BD;
	outline:0;
	background-color: transparent;
	color: #123250;
	/*-webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;*/
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    padding-left: 0.469em;
}

.btn-pti-left {
	border-radius:1.625em;
	padding:0.313em 0.938em 0.313em 0.938em;
	/*border: 2px solid #123250;*/
	border: 2px solid #AAB2BD;
	outline:0;
	background-color: transparent;
	color: #123250;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    /*-webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;*/
    padding-right: 0.469em;
}

.btn-pti-right:hover {
	border: 2px solid #F5F7FA;
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.6);
	padding:0.313em 0.938em 0.313em 1.2em;
}

.btn-pti-left:hover {
	border: 2px solid #F5F7FA;
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.6);
	padding:0.313em 1.2em 0.313em 0.938em;
}

section.projectlinks {
	background-color: #fafafa;
	/*background-image: url("../images/bgnoise2.png");*/
	padding: 25px 0;
	box-shadow: inset 0 -3px 3px -2px rgba(25,25,25,0.4);
	-moz-box-shadow: 0 -3px 3px -2px rgba(25,25,25,0.4), 0 3px 3px -2px rgba(25,25,25,0.4);
	-webkit-box-shadow: inset 0 -3px 3px -2px rgba(25,25,25,0.4);
}

section.aboutcontact {
	position: relative;
	/*background-color: #fafafa;*/
	background-color: #fff;
	padding: 25px 0;
	background-image: url("../images/blm_logo_bg.svg");
	-webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.biocallout {
	/*position: relative;*/
	border: 1px #E6E9ED;
	border-style: solid none solid none;
	padding: 15px 0px;
	margin-bottom: 40px;
}


/*section.aboutcontact::before{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color:  rgba(16, 104, 166,0.5);
	height: 100%;
	width: 100%;
}*/

section.resume{
	position: relative;
	padding: 10px;
	/*background-color: #fafafa;*/
	margin: 0;
	/*box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.4), 0 -3px 3px -3px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 3px 3px -2px rgba(25,25,25,0.4), inset 0 -3px 3px -2px rgba(25,25,25,0.4);*/
}

#contact {
	border-top:2px solid #be1e2d;
	background-color: #fafafa;
	padding-top: 25px;
	/*margin-top: 30px;*/
}

#bio {
	/*margin-bottom:24px;*/
	padding: 0 0 25px 0;
}

/*img#bioimage {
	display: block;
	margin-left: auto;
    margin-right: auto;
    max-width: 207px;
}

#bioimage {
	border: 2px solid #123250;
	border-radius: 0.425em;
	-webkit-transform: translate3d(0,0,0) rotate(-2deg);
	-moz-transform: translate3d(0,0,0) rotate(-2deg);
	-o-transform: translate3d(0,0,0) rotate(-2deg);
	-webkit-backface-visibility: hidden;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 3px rgb(0 0 0 / 0.6);
}*/

.polaroid {
  width: 250px;
  border-radius: 0.425em;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-transform: translate3d(0, 0, 0) rotate(-1deg);
  -moz-transform: translate3d(0, 0, 0) rotate(-1deg);
  -o-transform: translate3d(0, 0, 0) rotate(-1deg);
  -webkit-backface-visibility: hidden;
  margin: 0 auto;
}

.polaroid img {
  width: 250px;
  border: 5px solid #F5F7FA;
  border-bottom: 5px solid #F5F7FA;
  border-radius: 0.425em;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-transform: translate3d(0, 0, 0) rotate(-3deg);
  -moz-transform: translate3d(0, 0, 0) rotate(-3deg);
  -o-transform: translate3d(0, 0, 0) rotate(-3deg);
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.polaroid .image-hover {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0);
  transition: opacity 0.2s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.polaroid .image-hover.image-hover:hover {
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

#footer {
	margin: 0px;
	border-top:2px solid #123250;
	background-color: #f2f2f2;
}

.footer {
	/*background-color: #fafafa;*/
	padding: 25px 0 25px 0;
}


.bml_logo_res {
	text-indent: -9999px;
	background: url('../images/bml_logo_orig.png') no-repeat;
	background-size:contain;
	height:64px;
	width:100%;
}

.modal {
	z-index: 99999;
	/*top:40px;*/
}

.modal-header {
	/*padding: 15px 15px 0 15px;	
	border-bottom: 2px solid #be1e2d;*/
	padding: 30px 0px 0 0px;
    border-bottom: 2px solid #be1e2d;
    margin: 0 30px;
}

.modal-body {
    position: relative;
    padding: 15px 30px;
}

.modal-dialog {
	position: relative;
	width: auto;
	width: 65%;
	margin: 20px auto;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .15s ease-out;
	-moz-transition: -moz-transform .15s ease-out;
	-o-transition: -o-transform .15s ease-out;
	transition: transform .35s ease-out;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-content {
	/*padding: 0 15px;*/
	border: 0px solid rgba(0, 0, 0, .2);
	border-radius: 0.625em 0.625em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.modal-footer {
    padding: 30px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    background-color: #F5F7FA;
    border-radius: 0 0 0.625em 0.625em;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #434A54;
  /*background-color: rgba(16, 104, 166, 1);*/
  height: 100%;
  z-index: 9000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .8;
}

.logos {
	/*margin: 0px;*/
	padding: 5px 0;
}

img.logosvg {
	border: 1px solid #E6E9ED;
	border-radius: 0.255em;
	width: 100%;
}

img.photog {
	border:2px solid #434A54;
	border-radius: 3px;
	width:100%;
}

img.photog-space {
	margin-bottom: 10px;
	border:2px solid #434A54;
	border-radius: 3px;
	width:100%;
	padding: 0;
}

.photography {
	padding-left: 0;
	padding-right: 0;
}

.photography-left {
	padding-left: 0;
}

.photography-right {
	padding-right: 0;
}

.photography:last-child {
	padding-right: 0;
}

/* OLD STYLE */

/*img.work {
	width:100%;
	margin-bottom: 10px;
}*/

/* NEW STYLE */

img.work {
	width:100%;
	margin-bottom: 25px;
}

img.sdximg {
    width: 100%;
    border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.dividerline {
  border-top: 1px solid #e1e1e1;
  margin: 0px 0 35px 0;
}

.objectivedivider {
  border-top: 2px solid #CCD1D9;
  margin: 0px 0 15px 0;
  width: 85px;
}

/* OLD STYLE */

/*img.projimg{
	width:100%;
	border-radius:3px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
}*/

/* NEW STYLE */

img.projimg{
	width:100%;
	border-radius:3px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	margin-bottom: 25px;
}

.btn-lg {
	width:100%;
	border-radius:1.625em;
	padding:0.313em 0.938em 0.313em 0.938em;
	/*border: 2px solid #123250;*/
	border: 2px solid #CCD1D9;
	outline:0;
	background-color: #F5F7FA;
	color: #123250;
}

.btn-lg-index {
	width:100%;
	padding:0.313em 0.938em 0.313em 0.938em;
	/*border: 2px solid #123250;*/
	border: 2px solid #CCD1D9;
	outline:0;
	background-color: #F5F7FA;
	color: #123250;
}

.btn-lg:hover, .btn-lg-index:hover {
	border: 2px solid #123250;
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.6);
}

/* contact form */

#contactform {
}

#submit-spinner{
  display: none;
}

#form1{
	margin-top:10px;
}

#form1 legend { display:none; }	
#form1 p { margin:.5em 0; }	
#form1 label { display:block; }

#form1 input {
	float: none;
	/*width:310px;*/
	min-width: 100%;
	margin: 0px 10px 10px 0px;
	padding:10px;
	border-bottom:2px solid #cccccc;
	border-style: none none solid none;
	border-radius:1px;
	background: transparent;/*#fff;*/
	font-family: 'Titillium Web Light', MuseoSans_500, "Trebuchet MS";
	font-size:18px;
	color:#2b2b2b;
	outline: none;
    -webkit-transition: border 0.35s;
    -moz-transition: border 0.35s;
	-o-transition: border 0.35s;
    -ms-transition: border 0.35s;
	transition: border 0.35s;
}

/*#form1 #subject {
	float: none;
	/*width:658px;*/
	/*margin: 0px 10px 10px 0px;
	padding:10px;
	border:1px solid #cccccc;
	border-radius:1px;
	background:#fff;
	font-family: 'TitilliumLtBold', MuseoSans_500, "Trebuchet MS";
	font-size:18px;
	color:#2b2b2b;
}*/

#form1 textarea{
	height:120px;
	/*width:658px;*/
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding:10px;
	border-bottom:2px solid #cccccc;
	border-style: none none solid none;
	border-radius:1px;
	background: transparent; /*#fff;*/
	font-family: 'Titillium Web Light', MuseoSans_500, "Trebuchet MS";
	font-size:18px;
	color:#2b2b2b;
	overflow:auto;
	resize: none;
	-webkit-transition: border 0.35s;
    -moz-transition: border 0.35s;
	-o-transition: border 0.35s;
    -ms-transition: border 0.35s;
	transition: border 0.35s;
}
#form1 select{
	width: 332px;
	padding: 11px 5px 4px;
	font-family: 'Titillium Web Light';
	font-size:16px;
	border:1px solid #cccccc;
	border-radius:0px;
}
#form1 optgroup {
	font-size:18px;
}

#form1 option {
	font-size:16px;
	font-family:'OpenSans-Regular';
}

#form1 p.submit{
	clear:both;
	margin-left:1px;
	text-align:left;
}	
#form1 button{
	font-family:'OpenSans-Regular';
	text-transform:uppercase;
	font-size:14px;
	line-height:27px;	
	border:none;
	background-color:#FFF;
	color:#123250;
	border:2px solid #cccccc;
	cursor:pointer;
	text-align:center;
	font-weight: normal;
    font-style: normal;
}

#form1 button:hover{
	font-family: 'OpenSans-Regular';
	font-size:14px;
	line-height:27px;	
	border:none;
	background-color:#FFF;
	color:#2b2b2b;
	border:2px solid #0668a6;
	cursor:pointer;
	text-align:center;
}

#form1 input:focus, textarea:focus,
#form1 textarea:focus, textarea:focus {
	/*border:1px solid #B7B7B7;
	background:#fff;*/
	outline: none;
	color: #2b2b2b;
	border:2px solid #0668a6;
	border-style: none none solid none;
    -webkit-transition: border 0.35s;
    -moz-transition: border 0.35s;
	-o-transition: border 0.35s;
    -ms-transition: border 0.35s;
	transition: border 0.35s;
}

#form1 .antispam {
	font-family: 'Titillium Web Light', MuseoSans_500, "Trebuchet MS";
	font-size:18px;
	color:#2b2b2b;
	display:none;
}

#form1 ::-webkit-input-placeholder { color: #123250; }

#form1 :-moz-placeholder { color: #123250; }

#form1 ::-moz-placeholder { color: #123250; }

#form1 :-ms-input-placeholder {	color: #123250; }

.sendform {
	/*transition: all 0.3s ease 0s;*/
}

.projectnav {
	/*border:2px solid #123250;*/
	margin: 40px 0;
}

figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-indent: -9999;
	white-space: nowrap;
	opacity: 0;
	/**/
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button 
figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}*/

/* 
   SUBPAGE PROJECT NAVIGATION STYLES
   ========================================================================== */
.projectsubpagelinks {
  margin: 40px 0;
}

.projecttile {
  border-radius: 0.425em;
  border: 2px solid #123250;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.projecttile:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  width: 100%;
  height: 75%;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition: 0.5s;
}
.projecttile img.projectlinkimg {
  display: block;
  max-height: 100%;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 0.225em !important;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.projecttile .linkdetails {
  font-family: "Titillium Web", "OpenSans-Regular", sans-serif;
  padding: 20px;
  color: #F5F7FA;
  width: calc(100% - 0px);
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 3;
}
.projecttile .linkdetails span {
  display: block;
  opacity: 1;
  position: relative;
  top: 40px;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
.projecttile .linkdetails .title {
  line-height: 1;
  font-size: 1.5em;
}
.projecttile .linkdetails .title:before {
  opacity: 0;
  margin: 8px 0 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 50%;
  height: 2px;
  background: #F5F7FA;
  content: "";
  transition: 0.5s;
}
.projecttile .linkdetails .info {
  line-height: 1.2;
  margin-top: 15px;
  font-size: 1em;
}
.projecttile .linkdetails .sf-icons.projectarrow {
  margin: 0;
  opacity: 0;
  position: relative;
  left: -3px;
  transition: 0.5s;
}
.projecttile:focus, .projecttile:hover {
  box-shadow: 0px 1px 3px rgba(43, 43, 43, 0.6);
  border: 2px solid #0668a6;
  transition: 0.5s;
}
.projecttile:focus:before, .projecttile:focus span, .projecttile:hover:before, .projecttile:hover span {
  opacity: 1;
}
.projecttile:focus:before, .projecttile:hover:before {
  top: 25%;
}
.projecttile:focus span, .projecttile:hover span {
  top: 0;
}
.projecttile:focus .title, .projecttile:hover .title {
  transition-delay: 0.05s;
}
.projecttile:focus .title:before, .projecttile:hover .title:before {
  opacity: 1;
  margin: 8px 0 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F5F7FA;
  content: "";
  transition-delay: 0.15s;
}
.projecttile:focus .info, .projecttile:hover .info {
  transition-delay: 0.35s;
}
.projecttile:focus .sf-icons.projectarrow, .projecttile:hover .sf-icons.projectarrow {
  opacity: 1;
  position: relative;
  left: 6px;
  transition-delay: 0.5s;
}

/*---------------*/
/***** projnav ****/
/*---------------*/

figure.projnav {
	border:2px solid #123250;
	background-color: #F5F7FA;
	border-radius: 0.425em;
	height: 150px;
	margin: 0 0 5px 0;
	overflow: hidden;
}

figure.projnav:hover {
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.6);
    border:2px solid #0668a6;
}

figure.projnav h2,
figure.projnav p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}

figure.projnav img {
	border-radius: 0.225em;
	opacity: 0.8;
	min-height: 100%;
	width: 100%;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
    -ms-transition: 0.35s;
    transition: 0.35s;
}

figure.projnav:hover img {
	/*-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
    -ms-transition: 0.35s;
    transition: 0.35s;*/
	opacity: 0.3;
}

figure.projnav p {
	text-align: center;
	bottom: 30px;
	-webkit-transform: translate3d(0,100%,0);
	-moz-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.projnav h2 {
	text-align: center;
	top: 35px;
	-webkit-transition: -webkit-transform 0.35s;
	-moz-transition: -moz-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,10px,0);
	-moz-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.projnav:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.projnav h2::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #2b2b2b;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	-moz-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.projnav h2::after,
figure.projnav p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.projnav:hover h2::after,
figure.projnav:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,-5px,0);
	-moz-transform: translate3d(0,-5px,0);
	transform: translate3d(0,-5px,0);
}

.logo_footer {
	text-indent: -9999px;
	background: url('../images/bml_logo.png') no-repeat;
	background-size:contain;
	height:65px;
	
}

.scrollToTop {
    width:36px;
    height:26px;
	padding:5px;
   	background-color: #1F578E;
    position:fixed;
	bottom:80px;
    right:100px;
    display:none;
	background-image: url(../images/scrolltoarrownew.png);
	background-size: 24px;
	background-position: 6px 5px;
	background-repeat:no-repeat;
	border-radius:4px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	z-index:1000;
}

/*.scrollToTop {
    width:24px;
    height:14px;
	padding:5px;
   	background-color: #123250;
    position:fixed;
	bottom:60px;
    right:75px;
    display:none;
	background-image: url('../images/scrolltoarrow.png');
	background-position: 0px 4px;
	background-repeat:no-repeat;
	background-size: cover;
	border-radius:2px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	z-index:4;
	box-sizing: initial;
	-webkit-box-sizing:initial;
}*/

.scrollToTop:hover{
	background-position: 6px -18px;
	background-color: #123250;
}

#fourohfourbg {
	border-top:3px solid #be1e2d;
	background-color: #F5F7FA;
}

#logo404 {
	background-image: url(../images/benlogo.png);
	width:386px;
	height:348px;
	background-repeat:no-repeat;
	background-size: 386px;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:-75px;
}

#fourohfour{
	padding:5px;
}

/* D&P Policy and Terms Styles */

#dpmagichat {
		background-image: url(../images/dpmagichat.png);
		width:100px;
		height:100px;
		background-repeat:no-repeat;
		background-size: 100px;
		margin:0 auto;
		margin-top:00px;
		margin-bottom:20px;
		margin-left: auto;
		margin-right: auto;
	}

#dppolicyterms{
	padding-bottom:50px;
}

/* VIDEO CSS STYLES */
video { 
   max-width: 100%;
   cursor: pointer;
   /*background-image: url("../images/hornblowerheader.png");
	-webkit-background-size: cover;
    background-size: cover;*/
    outline: none;
}

#video-container {
	max-width:100%; 
	margin-right: 3px auto;
	margin-left: auto;
	cursor: pointer;
}

#videoControls { 
	display: block;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	-ms-transition: opacity .5s;
	transition: opacity .5s;
	background: #E6E9ED;
	margin-top: -46px;
	width: 100%;
	text-align: left; 
	position: relative; 
	overflow: hidden; 
	padding: 10px;  
	opacity: 1;
	box-shadow: 0 -3px 3px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 -3px 3px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 -3px 3px -2px rgba(0,0,0,0.2);
}

#play, #full-screen {
	background: #F5F7FA;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	color: #2b2b2b;
	width: 100%;
	border: 2px solid #123250;
	font-family: "Antenna", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	height: 22px;
}

/* Gets rid of the outline around buttons in Firefox. */
#video_container input[type="button"]::-moz-focus-inner, button::-moz-focus-inner, button::-webkit-focus-inner { padding:0;border:0 none; }

/* PROGRESS BAR */
#progress #progress_box {
	float: left; 
	width: 100%;
	height:22px; 
	border: 2px solid #123250; 
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; 
	/*background-color: rgba(18, 50, 80, 0.3);*/
	background-color: #E6E9ED;
	overflow:hidden;
	cursor: pointer;
}

#progress #play_progress {
	display: block;
	position: relative;
	z-index:10;
	width: 0px; 
	height: 20px;
	background: #be1e2d;
	cursor: pointer;
}

#progress_load {
	display: block;
	position: relative;
	float: left;
	height:20px;
	background-color: #F5F7FA;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	overflow:hidden;
	cursor: pointer;
}

button:focus {
    outline: none;
}

/*-------------------------------------*/
/*-------------------------------------*/
/* @media screen and (max-width:767px) */
/*-------------------------------------*/
/*-------------------------------------*/

@media (max-width: 767px) {

	.bml_logo {
		text-indent: -9999px;
		background: url('../images/bml_logo.png') no-repeat;
		background-size:contain;
		height:34px;
		width:99px;
		-webkit-transition: background .5s ease,padding .5s ease;
		-moz-transition: background .5s ease,padding .5s ease;
		transition: background .5s ease,padding .5s ease;
	}

	/*.collapse {
		position: relative;
		height: 0;
		overflow: hidden;
		-webkit-transition: height 0.35s ease;
		-moz-transition: height 0.35s ease;
		-o-transition: height 0.35s ease;
		transition: height 0.35s ease;
	}*/

	.navbar {
	    margin-bottom: 0;
	    text-transform: uppercase;
	    font-family: "Antenna-Regular", "Helvetica Neue",Helvetica,Arial,sans-serif;
		background-color: rgba(255, 255, 255, 0.9);
	   	/*background-color: #000;
		border-bottom: 1px solid rgba(255,255,255,.3);*/
		-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
	}

	.navbar-toggle {
		position: relative;
		float: right;
	   	margin-top: 12px;
		margin-right: 20px;
	    font-size: 18px;
	    color: #123250;
	    background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		display: block;
	}

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

	.navbar-fixed-top .navbar-collapse.darkpage .nav li a {
		color: #123250;
	}

	.top-navbar-collapse .navbar-collapse.darkpage .nav li a {
		color: #123250;
	}

	.nav li.projectstitle {
		display: block;
		margin-bottom: -5px;
	}

	.nav li.projects {
		display: block;
		padding-left: 15px;
	}
	
	.nav li.active a{
		color:#2b2b2b;
	}

	.hero-img, #hornblower, #healthapp, #theasian, #sdxportfolioheader {
		/*background-attachment: scroll;*/
		width:100%;
  		background-size: cover;
	  	background-repeat:no-repeat;
		/*padding-bottom: 75%;
		max-height: 350px;*/
	}

	/*#homeindex, .hero-img{
	  	background-image: url("../images/benscene.png");
	    background-position: center center;
	    background-repeat:no-repeat;
	    overflow-y:hidden;
	    text-align:center;
	    min-height: 425px;
	    padding-bottom: 20%;
	    position: relative;
	}*/

	#homeindex {
	  	background-image: url("../images/benscene_tablet.png"),
	    url("../images/benscene_background.png");
	    background-position: top center, top center;
	    background-repeat: no-repeat, repeat;
	    min-height: 400px;
	    padding-bottom: 20%;
	    max-height: 450px;
	    background-color: #d4d5d5;
	}

	/*.modal-content {
		padding: 0 0px;
	}*/

	.modal-dialog {
		position: relative;
		width: auto;
		width: 90%;
		margin: 30px auto;
	}

	img.photog-space {
		margin-bottom: 0px;
		border:2px solid #434A54;
		border-radius: 3px;
		width:100%;
		padding: 0;
	}

	.photography {
		padding-left: 0;
		padding-right: 0;
	}

	.photography:last-child {
		padding-right: 0;
	}
	
	figure {
		margin: 0.2em 0;
	}

	.scrollToTop {
    width:36px;
    height:26px;
	padding:5px;
   	background-color: #1F578E;
    position:fixed;
	bottom:40px;
    right:20px;
    display:none;
	background-image: url(../images/scrolltoarrownew.png);
	background-size: 24px;
	background-position: 6px 5px;
	background-repeat:no-repeat;
	border-radius:4px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	z-index:1000;
	}

	.scrollToTop:hover{
		background-position: 6px -18px;
		background-color: #123250;
	}

}

/*-------------------------------------*/
/*-------------------------------------*/
/* @media screen and (max-width:768px) */
/*-------------------------------------*/   
/*-------------------------------------*/

@media screen and (min-width:480px) and (max-width:768px) {
	.navbar-fixed-top .navbar-collapse {
		max-height: 311px;
	}

	/*#homeindex,*/ .hero-img, #hornblower, #healthapp, #theasian, #sdxportfolioheader{
		/*background-attachment: scroll;*/
		width:100%;
  		background-size: cover;
	  	background-repeat:no-repeat;
		/*padding-bottom: 75%;*/
		max-height: 350px;
	}

	#theasian {
		background-color: #574f4b;
	  	background-image: url("../images/theasianwall_hero.png");
	  	background-size: cover;
	  	background-position: center top;
	}

	section.projectsdx,	.projecttheasian, .projecthb, .projecthealthtrack, .projectembarc, .project5050 {
		min-height: 300px !important;
		position: relative;
	    overflow: hidden;
		/*margin-bottom: 8px;*/
		background-image: linear-gradient(to bottom, rgba(102,102,102,0) 0%, rgba(54,54,54,.5) 50%, rgba(0,0,0,.7) 75%);
	}

	section.projectsdx {
		background-position:center center;
		position: relative;
		background-size: 100%;
	}

	section.projecttheasian {
		background-position:center;
		position: relative;
		background-size: 100%;
	}

	section.projecthb {
		background-position:center center;
		position: relative;
		background-size: 100%;
	}

	section.projecthealthtrack {
	    background-position:center center;
		position: relative;
	    background-size: 120%;
	}

	section.projectembarc {
	    background-position:top center;
	    position: relative;
	    background-size: 100%;
	}

	section.project5050 {
	    background-position:center center;
		position: relative;
	    background-size: 100%;
	}

	.project-pushdown, .project-pushdown-sdx {
 		margin-top:9em;
	}

	img#bioimage {
		display: block;
		margin-left: 0;
	    margin-right: auto;
	    max-width: 190px;
	    position: relative;
	    top: 8px;
	}

	/*#bioimage {
		border:2px solid #123250;
		border-radius: 0.425em;
		float:none;
		margin-right:5px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	    box-shadow: 0px 1px 3px rgb(0 0 0 / 0.6);
	}*/

	.polaroid {
	    width: 250px;
	    border-radius: 0.425em;
	    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	    -webkit-transform: translate3d(0, 0, 0) rotate(-1deg);
	    -moz-transform: translate3d(0, 0, 0) rotate(-1deg);
	    -o-transform: translate3d(0, 0, 0) rotate(-1deg);
	    -webkit-backface-visibility: hidden;
	    margin: 0 auto;
	    margin-bottom: 20px;
  	}

	section.aboutcontact {
		position: relative;
		background-color: #fff;
		padding: 25px 0 0 0;
		background-image: url("../images/blm_logo_bg.svg");
		-webkit-background-size: cover;
	    background-size: cover;
	    background-position: center;
	}

	video { 
		max-width: 100%;
		max-height: 100%;
		background-image: url("../images/50logos50days.png");
		-webkit-background-size: cover;
    	background-size: cover;
	}

	#video-container {
		max-width: 100%;
		max-height: 100%;
		margin-top: 64px;
	}

	#videoControls { 
		display: block;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-o-transition: opacity .5s;
		-ms-transition: opacity .5s;
		transition: opacity .5s;
		background: #E6E9ED;
		margin-top: -46px;
		width: 100%;
		text-align: left; 
		position: relative; 
		overflow: hidden; 
		padding: 10px;  
		opacity: 1;
		box-shadow: 0 -3px 3px -2px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 -3px 3px -2px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 -3px 3px -2px rgba(0,0,0,0.2);
	}
}

@media (max-width: 639px) {
	.photography-left {
		padding-left: 0;
		padding-right: 0;
	}

	.photography-right {
		padding-left: 0;
		padding-right: 0;
	}
}

/*-------------------------------------*/
/*-------------------------------------*/
/* @media screen and (max-width:480px) */
/*-------------------------------------*/
/*-------------------------------------*/

@media (max-width: 480px) {
	/*#homeindex,*/ .hero-img, #hornblower, #healthapp, #theasian, #sdxportfolioheader {
		background-attachment: scroll;
		width:100%;
  		background-size: cover;
	  	background-repeat:no-repeat;
		/**/padding-bottom: 85%;
		max-height: 350px;
	}

	#homeindex {
	  	background-image: url("../images/benscene_phone.png"),
	    url("../images/benscene_background.png");
	    background-position: top center, top center;
	    background-repeat: no-repeat, repeat;
	    /*background-size: 150%;*/
	    min-height: 350px;
	    padding-bottom: 20%;
	    max-height: 415px;
	    background-color: #d4d5d5;
	}

	#healthapp/*, #theasian*/ {
		background-position: center center;
	}

	#theasian{
		background-color: #574f4b;
	  	background-image: url("../images/theasianwall_hero.png");
	  	background-size: cover;
	  	background-position: center 62px;
	}

	section.projectsdx {
		min-height: 300px !important;
	}

	section.projectsdx, section.projecttheasian, section.projecthb, section.projecthealthtrack, section.projectembarc, section.project5050 {
		min-height: 250px;
		margin-bottom: 0px;
		background-position: center;
		position: relative;
    	overflow: hidden;
	}

	section.projectsdx:before {
		position: absolute;
	    top: 0; right: 0;
	    bottom: 0; left: 0;
		content: '';
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.85) 100%), url("../images/sdxportfolio_main.png");
		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.85) 100%), url("../images/sdxportfolio_main.png");
		background-image: linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.85) 100%), url("../images/sdxportfolio_main.png");
		background-position:center center;	background-size: 150%;
		z-index: -1;
	}

	section.projecttheasian:before {
		position: absolute;
	    top: 0; right: 0;
	    bottom: 0; left: 0;
		content: '';
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.85) 100%), url("../images/theasianwall_new.png");
		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.85) 100%), url("../images/theasianwall_new.png");
		background-image: linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.85) 100%), url("../images/theasianwall_new.png");
		background-position:center center;	background-size: 150%;
		z-index: -1;
	}

	section.projecthb:before {
		position: absolute;
	    top: 0; right: 0;
	    bottom: 0; left: 0;
		content: '';
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.85) 100%), url("../images/hornblowerhero.png");
		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.85) 100%), url("../images/hornblowerhero.png");
		background-image: linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.85) 100%), url("../images/hornblowerhero.png");
		background-position:center center;	background-size: 150%;
		z-index: -1;
	}

	section.projecthealthtrack:before {
		position: absolute;
	    top: 0; right: 0;
	    bottom: 0; left: 0;
		content: '';
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.85) 100%), url("../images/healthappbg.png");
		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.85) 100%), url("../images/healthappbg.png");
	    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.85) 100%), url("../images/healthappbg.png");
		background-position:center center;	background-size: 150%;
		z-index: -1;
	}

	section.projectembarc:before {
		position: absolute;
	    top: 0; right: 0;
	    bottom: 0; left: 0;
		content: '';
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.85) 100%), url("../images/embarcfont.png");
		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.85) 100%), url("../images/embarcfont.png");
	    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.85) 100%), url("../images/embarcfont.png");
	    background-position:top center;	background-size: 150%;
		z-index: -1;
	}

	section.project5050:before {
		position: absolute;
	    top: 0; right: 0;
	    bottom: 0; left: 0;
		content: '';
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.85) 100%), url("../images/50logos50daysproject_main.png");
		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.85) 100%), url("../images/50logos50daysproject_main.png");
	    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.85) 100%), url("../images/50logos50daysproject_main.png");
	    background-position:center center;	background-size: 150%;
		z-index: -1;
	}

	.projectsdx:hover:before, .projecttheasian:hover:before, .projecthb:hover:before, .projecthealthtrack:hover:before, .projectembarc:hover:before, .project5050:hover:before {
	    transform: none;
	    -webkit-transition: transform .5s;
	 	-moz-transition: transform .5s;
		-o-transition: transform .5s;
		-ms-transition: transform .5s;
		transition: transform .5s;
	}

	.project-pushdown{
 		margin-top:7em;
	}

	.project-pushdown-sdx {
 		margin-top:10em;
	}
	
	.modal-content {
		/*padding: 0 10px;*/
		border: 0px solid rgba(0, 0, 0, .2);
		border-radius: 0px;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
		box-shadow: 0 1px 3px rgba(0,0,0,.4);
	}

	.modal-dialog {
		position: relative;
		width: auto;
		width: 100%;
		margin: 0px auto;
	}

	.modal-header {
		padding: 20px 0px 0 0px;
	    border-bottom: 2px solid #be1e2d;
	    margin: 0 25px;
	}

	.modal-body {
		position: relative;
		padding: 15px 25px 25px 25px;
	}

	.modal-footer {
    	padding: 15px 25px;
        border-radius: 0 0;
	}

	section.aboutcontact {
		position: relative;
		background-color: #fff;
		/*padding: 0px 0;*/
		background-image: url("../images/blm_logo_bg.svg");
		-webkit-background-size: cover;
	    background-size: cover;
	    background-position: left;
	}

	#bio {
		padding: 0;
	}

	/*#bioimage {
		border:2px solid #123250;
		border-radius: 0.425em;
		float:none;
		margin-right:5px;
		max-width: 207px;
		margin-bottom: 20px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	    box-shadow: 0px 1px 3px rgb(0 0 0 / 0.6);
	}*/

	.polaroid {
	    width: 250px;
	    border-radius: 0.425em;
	    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	    -webkit-transform: translate3d(0, 0, 0) rotate(-1deg);
	    -moz-transform: translate3d(0, 0, 0) rotate(-1deg);
	    -o-transform: translate3d(0, 0, 0) rotate(-1deg);
	    -webkit-backface-visibility: hidden;
	    margin: 0 auto;
	    margin-bottom: 20px;
  	}

/* 
 SUBPAGE PROJECT NAVIGATION STYLES
 ========================================================================== */
  .projecttile {
    border-radius: 0.425em;
    border: 2px solid #123250;
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
  }
  .projecttile:before {
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    width: 100%;
    height: 75%;
    opacity: 1;
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 2;
    transition-property: top, opacity;
    transition: 0.5s;
  }
  .projecttile img.projectlinkimg {
    display: block;
    height: 165px;
    object-fit: cover;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 0.225em !important;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  .projecttile .linkdetails {
    font-family: "Titillium Web", "OpenSans-Regular", sans-serif;
    padding: 20px;
    color: #F5F7FA;
    width: calc(100% - 0px);
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 3;
  }
  .projecttile .linkdetails span {
    display: block;
    opacity: 1;
    position: relative;
    top: 0px;
    transition-property: top, opacity;
    transition-delay: 0s;
  }
  .projecttile .linkdetails .title {
    line-height: 1;
    font-size: 1.5em;
  }
  .projecttile .linkdetails .title:before {
    opacity: 1;
    margin: 8px 0 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #F5F7FA;
    content: "";
    transition: 0.5s;
  }
  .projecttile .linkdetails .info {
    line-height: 1.2;
    margin-top: 15px;
    font-size: 1em;
  }
  .projecttile .linkdetails .sf-icons.projectarrow {
    margin: 0;
    opacity: 1;
    position: relative;
    left: 6px;
    transition: 0.5s;
  }
  .projecttile:focus, .projecttile:hover {
    box-shadow: 0px 1px 3px rgba(43, 43, 43, 0.6);
    border: 2px solid #0668a6;
    transition: 0.5s;
  }

	/*---------------*/
	/***** projnav *****/
	/*---------------*/

	figure.projnav {
		border:2px solid #123250;
		background-color: #fff;
		/*border-radius: 3px;*/
		height: 150px;
		overflow: hidden;
	}

	figure.projnav:hover {
		-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.6);
	    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.6);
	    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.6);
	    border:2px solid #0668a6;
	}

	figure.projnav h2,
	figure.projnav p {
		position: absolute;
		right: 30px;
		left: 30px;
		padding: 10px 0;
	}

	figure.projnav img {
		/*border-radius: 2px;*/
		opacity: 0.3;
		min-height: 100%;
		width: 100%;
		-webkit-transition: 0.35s;
		-moz-transition: 0.35s;
		-o-transition: 0.35s;
	    -ms-transition: 0.35s;
	    transition: 0.35s;
	}

	figure.projnav p {
		text-align: center;
		bottom: 25px;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	figure.projnav h2 {
		text-align: center;
		top: 35px;
		-webkit-transition: -webkit-transform 0.35s;
		-moz-transition: -moz-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	figure.projnav:hover h2 {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	figure.projnav h2::after {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 2px;
		background: #2b2b2b;
		content: '';
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	figure.projnav h2::after,
	figure.projnav p {
		opacity: 1;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		-moz-transition: opacity 0.35s, -moz-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}

	figure.projnav:hover h2::after,
	figure.projnav:hover p {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	#video-container {
		margin-top: 64px;
	}

	video {
		width: 100%;
		max-height: 100%;
		/*background-image: url("../images/hornblowerheader.png");*/
		-webkit-background-size: cover;
	    background-size: cover;
	}

	#video-container {
		width: 100%;
		height: 100%;
		position: relative;
	}

	#videoControls { 
		display: block;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-o-transition: opacity .5s;
		-ms-transition: opacity .5s;
		transition: opacity .5s;
		background: #E6E9ED;
		margin-top: -46px;
		width: 100%;
		text-align: left; 
		position: relative; 
		overflow: hidden; 
		padding: 10px;  
		opacity: 1;
		box-shadow: 0 -3px 3px -2px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 -3px 3px -2px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 -3px 3px -2px rgba(0,0,0,0.2);
	}

	#logo404 {
		background-image: url(../images/benlogo.png);
		width:330px;
		height:184px;
		background-repeat:no-repeat;
		background-size: 330px;
		margin:0 auto;
		margin-top:50px;
		margin-bottom:75px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*-------------------------------------*/
/*-------------------------------------*/
/* @media screen and (max-width:320px) */
/*-------------------------------------*/
/*-------------------------------------*/

@media (max-width: 320px) {
	/*#homeindex,*/ .hero-img, #hornblower, #healthapp, #theasian, #sdxportfolioheader {
		background-attachment: scroll;
		padding-bottom: 15%;
		min-height: 350px;
	}
	
	#homeindex {
	  	background-image: url("../images/benscene_phone.png"),
	    url("../images/benscene_background.png");
	    background-position: top center, top center;
	    background-repeat: no-repeat, repeat;
	    /*background-size: 150%;*/
	    min-height: 350px;
	    padding-bottom: 20%;
	    max-height: 350px;
	    background-color: #d4d5d5;
	}

	#healthapp, #theasian {
		background-position: center center;
	}

	section.projecttheasian, section.projecthb, section.projecthealthtrack, section.projectembarc, section.project5050 {
		min-height: 200px;
	}

	.project-pushdown {
 		margin-top:7em;
	}

	.btn-pti-right {
		border: 2px solid #F5F7FA;
		padding:0.313em 0.938em 0.313em 1.2em;
	}

	.btn-pti-left {
		border: 2px solid #F5F7FA;
		padding:0.313em 0.938em 0.313em 1.2em;
	}

	.modal-content {
		/*padding: 0 10px;*/
		border: 0px solid rgba(0, 0, 0, .2);
		/*border-radius: 0px;*/
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
		box-shadow: 0 1px 3px rgba(0,0,0,.4);
	}

	.modal-dialog {
		position: relative;
		width: auto;
		width: 100%;
		margin: 0px auto;
	}

	.modal-header {
		padding: 20px 0px 0 0px;
	    border-bottom: 2px solid #be1e2d;
	    margin: 0 15px;
	}

	.modal-body {
		position: relative;
		padding: 15px 15px 25px 15px;
	}

	.modal-footer {
    	padding: 15px 15px;
        border-radius: 0 0;
	}

	video { 
		min-width: 100%;
		background-image: url("../images/50logos50days.png");
		-webkit-background-size: cover;
    	background-size: cover;
	}

	#video-container {
		max-width: 320px;
		max-height: 100%;
	}

	#videoControls { 
		display: block;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-o-transition: opacity .5s;
		-ms-transition: opacity .5s;
		transition: opacity .5s;
		background: #E6E9ED;
		margin-top: -5px;
		width: 100%;
		text-align: left;
		position: relative;
		overflow: hidden; 
		padding: 10px;  
		opacity: 1;
		box-shadow: 0 -3px 3px -2px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 -3px 3px -2px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 -3px 3px -2px rgba(0,0,0,0.2);
	}

	#play, #full-screen {
		background: #F5F7FA;
		-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
		color: #2b2b2b;
		width: 100%;
		border: 2px solid #123250;
		font-family: "Antenna", sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		height: 22px;
	}

	#progress #progress_box {
		float: left; 
		width: 100%;
		height:22px;
		margin-top: 1px;
		border: 2px solid #123250; 
		-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; 
		/*background-color: rgba(18, 50, 80, 0.3);*/
		background-color: #E6E9ED;
		overflow:hidden;
		cursor: pointer;
}


	#logo404 {
		background-image: url(../images/benlogo.png);
		background-size:contain;
		width:300px;
		height:208px;
		background-repeat:no-repeat;
		margin: auto;
		margin-top:35px;
		margin-bottom:-50px;
	}

}