html,
body {
	height: 100%;
	display:block;
	text-align:center;
	font-family:"aktiv-grotesk-std";
}

body>.fluid-container, section>.fluid-container {
    background: white;
    margin: 0 auto;
}

a, p{
	text-decoration: none;
	font-family:"aktiv-grotesk-std";
	font-weight:300;
	font-size:12pt;
	line-height: 150%;
}

a:hover{
text-decoration: none;
}

.noDec{
	text-decoration: none;
	color:#282A2B;
}

h1, h2, h3, h4, h5, h6, .mainHeader {
	font-family:"aktiv-grotesk-std";
}

.mainHeader{
    font-size: 16vw;
    font-weight: 500;
    letter-spacing: -7px;
	text-decoration: none;
	max-width: 100%;
	line-height:90%;
}

h1{
	font-weight: 300;
	font-size: 64pt;
	padding: 0 0 60px 8px;
	margin: -67px 0 0 -84px;
	text-align: left;
	line-height: 0;
	letter-spacing: -4.5px;
	color:#282b2d;
}
.h2{
	font-weight:500;
	font-size:18pt;
	margin-top:0;
}
.h3{
	font-weight:300;
	font-size:16pt;
	margin-bottom: 5px;
	margin-top:25px;
}

h4{
	font-weight:300;
	font-size:16pt;
}

h5{
	font-weight:400;
	font-size:10pt;
	margin:16px 0 5px 0;
}

.ltWeight{
	font-weight:300;
}

.mdWeight{
	font-weight:400;
}

.heavyWeight{
	font-weight:500;
}

img{
	width:100%;
    max-width:850px;
	vertical-align:middle;
	border:0;
}

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

.mainDesc{
	font-weight: 300;
    font-size: 36pt;
    margin: 40px 0 16px;
    letter-spacing: 0;
}

div{
	display:block;
}

.lineHeight125{
	line-height: 125%;
}

li{
	list-style: none;
}

.container {
	padding: 80px 80px;
    text-align: left;
    font-size: 14pt;
    width: 100%;
}

.container_MinPad {
    text-align: left;
    font-size: 14pt;
    width: 100%;
}

.noMargin {
	margin:0 auto !important;
}

.marginTop{
	margin-top:24px;
}

.marginTop32{
	margin-top:32px;
}

.marginBottom{
	margin-bottom:16px;
}

.marginBottom32{
	margin-bottom:32px;
}

.nopadding div{
	padding-left:0;
	padding-right:0;
	margin:auto;
}

.noVPadding{
	padding-top:0px;
	padding-bottom:0px;
}

.noVMargin{
	margin-top:0px;
	margin-bottom:0px;
	position:absolute;
}

.divPadding{
	padding-top: 100px;
	padding-bottom: 60px;
	}

.gray1{
	color:#62646b;
}

.gray2{
	color:#69707b;
}

.gray3{
	color:#858993;
}

.noColor{
	color:#2a2b2c
}

.borderRadius{
	border-radius: 16px;
}

.topBorderActive, .topBorder {
	position: relative;
	margin-bottom:16px;
	padding-left:24px;
}


.topBorder:after{
	content: "";
    background: black;
    position: absolute;
    top: 0;
    right: 0;
    width: 98%;
    height: 1px;
  }

  .topBorderActive:after{
	content: "";
    background: black;
    position: absolute;
    top: 0;
    right: 0;
    width: 98%;
    height: 2px;
  }

.borderLine {
	border-left: .75px solid rgb(178, 194, 203);}

.border {
	border-image: linear-gradient(to bottom, #5AADDF 0%, #E56EAE 100%) 1;
	border-width: 1.5px;
	border-style: solid;
	max-width: 900px;
	padding: 15px;
	background-color: #F5F8F8;
	margin:24px 16px;
  }

  .borderDarkbg {
	border-image: linear-gradient(to bottom, #5AADDF 0%, #E56EAE 100%) 1;
	border-width: 1.5px;
	border-style: solid;
	max-width: 900px;
	padding: 15px;
	background-color: #171E21;
	margin:24px 16px;
  }

  .borderSc {
	border-image: linear-gradient(to bottom, #f0cf97 0%, #ccc188 100%) 1;
	border-width: 1.5px;
	border-style: solid;
	max-width: 900px;
	padding: 15px;
	background-color: #fff;
	margin:24px 16px;
  }

  .borderScDarkbg {
	border-image: linear-gradient(to bottom, #735115 0%, #161302 100%) 1;
	border-width: 1.5px;
	border-style: solid;
	max-width: 900px;
	padding: 15px;
	background-color: #171E21;
	margin:24px 16px;
  }

  .borderStitcher {
	border-image: linear-gradient(to bottom, #4D9AD2 0%, #581F65 100%) 1;
	border-width: 1.5px;
	border-style: solid;
	max-width: 900px;
	padding: 15px;
	background-color: #F5F5F5;
	margin:24px 16px;
  }

  .borderStitcherDarkbg {
	border-image: linear-gradient(to bottom, #BF3F2E 0%, #161302 100%) 1;
	border-width: 1.5px;
	border-style: solid;
	max-width: 900px;
	padding: 15px;
	background-color: #171E21;
	margin:24px 16px;
  }

  .imgPadding {
	padding:6%;
}

button {
	cursor: pointer;
	font-size: 18pt;
	padding: 1.6rem 3rem;
	font-weight: 500;
	overflow: hidden;
	color: #545D66;
	background: #e5eff2;
	border:0;
	border-radius: 3rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;

}
button::after,button::before{
	content: '';
	height: 100%;
	width: .15rem;
	position: absolute;
	top:0;
	background: #EAEFF1;
}
button::before{
	left: 0;
}
button::after{
	right: 0;
}

.buttonFont{
	color: #1b99bf;
    font-weight: 400;
    padding: 0;
    margin-bottom: 0;
    font-size: 12pt;
}

.sectionSpacer{
	margin-top:54px;
}

.halfPageWidth{
	width:50%;	
	padding:50px 0 0;
	margin:0 auto;
	}
	
#header-inner{
	background-color:rgba(255, 255, 255, 0.7);
	}

.img2 {
  width: 100%;
}
.img3 {
  max-width: 100%;
  height: auto;
}
.img75 {
	width: 75%;
	margin: auto;
  }
.textTop{
	margin-top: 24px;
}
.textLeft{
	text-align:left;
}

.marginTop16{
	margin-top:16px;
}
.icnNext{
	display:flex;
	width:21px;
	height:60px;
	align-items: center;
	justify-content: center;
}

.icnProfile{
	display:flex;
	width:33px;
	height:40px;
	align-items: center;
	justify-content: center;
}

.vertCenter{
	margin:auto;
}

.flex{
	display:flex;
}

.flex2{
	flex:2;
}

.flexbox{
	display:flex;
	width:14%;
	height:104px;
	align-items: center;
	justify-content: center;

}
.nav {
	right:60px;
	z-index: 1000;
	text-align: left;
}

.navbar-nav{
	margin: 7.5px -15px 0;
	}

.nav-header{
	overflow:auto;
	}

.opacity70{
	opacity:.7;
}

.center{
	text-align: center;
}

#menuIcon{
	padding: 10px 8px 12px 0;
}

.logoPortfolio {
	display: inline-block;
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 2;

}

.abLogo{
	background-image:url(../img/AdamBarryPortfolio_Logo.png);
	display: inline-block;
	position: fixed;
	background-size:40px 40px;
	background-repeat: no-repeat;
	height:40px;
	width:40px;  
	top: 20px;
	left: 20px;
	z-index: 200;
	}

.abLogo:hover{
	background-image: url(../img/AdamBarryPortfolio_XIcon.png);
	cursor:pointer;
	}

.centerLogo{
	position:absolute;
	top: 50%;
	left: 50%;
	width:150px;
	height:150px;
	margin-top: -75px; /* Half the height */
	margin-left: -75px;
	background:url(http://adambarrydesign.com/test/img/AdamBarryDesign_Portfolio_SplashLogo.png) center center no-repeat;
   }

.portfolio-box {
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	align-items: flex-start;
}

img.imgMargin {
    margin-bottom: 10px;
}
span.descriptiveText{
    line-height: 18px !important;
    font-size: 9pt;
	display: block;
}

.prevImage{
	display:block;
	max-width:184px;
	height:104px;
	margin-right:48px;
	float:left;
}

.img_responsive{
	margin-top:56px;
}

.img_margin{
	margin-top:16px;
}
.futuresFair_Logo{
	width:70%;
	margin:20px auto 50px;
	}
	
.description{
	font-size:8pt;
	color:#6c6c6e;
	text-align: center;
	text-transform: uppercase;
	margin:20px auto;
}

.sidePadding{
	padding: 0px 6.5%
}

.osDescription{
	font-size:8pt;
	color:#fff;
	text-align: center;
	text-transform: uppercase;
	margin-top:10px;
}

.aboutText{
	text-align: left;
	max-width: 625px;
	}
	
.contactText{
    max-width: 625px;
	margin: 20px auto 30px;
	}

.top-margin{
	margin-top:75px !important;
}

.bottom-margin{
	margin-bottom: 40px !important;
	}

.bottomMarginLg{
	
}

.main{
	margin-bottom:75px;
}

.marginContent{
	margin:25px 16px;
}

#rps-posters{
	background-color: #eeedeb;
	}
	
/* Clearfix Hack */
 
/* .cf{
  *zoom: 1;

  &:before,
  &:after
    content: " "
    display: table
  &:after
    clear: both
} */

/* Page IDs */
#edfFisheryManagement{
	background-color: #E6E7E8;
	}
/*
.carousel,
.item,
.active {
	height: 100%;
}

.carousel-inner {
	height: 100%;
}
*/

#p-header{
	margin:0;
	height:150px;
	position:fixed;
	top:0px;
	width:100%;
	z-index:500;
	background-color:rgba(255,255,255,.9)
	
}

#header{
	visibility:visible;
	margin:0;
	position:fixed;
	top:0px;
	width:100%;
	z-index:500;	
	background-color:rgba(255,255,255,.9)
}


#logomark {
    height: 50px;
    width: 201px;
    float: left;
}

.float-left{
	float: left;
	}
	
.float-right{
	float: right;
	}

.centerImage{
	margin: auto;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: none; !important
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

#logotype{
	background-image: url(../img/adamBarry_Logo_v4.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	height:40px;
	top:37px;
	padding-left: 0;
	margin-left:-50px;
}

#projects{
	margin-top:40px;
}

.icon{
	display: inline-block;
	margin: 0 8px;
	height:37px;
	width: 33px;
}


.navbar-toggle {
	border: 0; 
    border-radius: 0px;
	margin-top: 6px;
    margin-right: 5px;
	padding: 9px 8px 9px 0;
}
/*
icon:hover {
	cursor:crosshair;
}
*/

.prevNext{
	display: block;
	height:60px;
}

.bottomNav{
	display:block;
	height:188px;
}

.prevNext-simplecast{
	background-color:#000000;
}

.prevNext-snailskin:hover{
	background-color:#444444;
}

.prevNext-snailskin{
	background-color:#006E85;
}

.prevNext-snailskin:hover{
	background-color:#006E85;
}

#snailskinpage{
	background-color:#073C32;
}

.prev{
	display:block;
	width:33.33%;
	height:60px;
	background-color:#121212;
	float:left;
}

.next{
	display:block;
	width:33.33%;
	height:60px;
	background-color:#121212;
	float:right;
}

.nextSelect{
	display:block;
	background-color:#F5F5F5;
	float:right;
}

.alignLeft{
	text-align: Left;
	float:left;
}

a.next, a.prev{
	text-align:center;
	padding:20px 0 !important;
	color:#fff;
	font-size:10pt;
	font-weight:300;
}

a.next:hover, a.prev:hover{
	background-color:#303030;
}

.portfolioIcon{
	background:url(../img/icn_portfolio.png) no-repeat;
	width:30px;
	height:32px;
	background-size:contain;
	display:inline-block;
	margin-right: 7px;
	}

.portfolioIcon{
	background:url(../img/icn_portfolio.png) no-repeat;
	width:30px;
	height:32px;
	background-size:contain;
	display:inline-block;
	margin-right: 7px;
	}
	
.aboutIcon{
	background: url(../img/icn_about.png) no-repeat;
	height:31px;
	width:30px;
	background-size:contain;
	display:inline-block;
	margin-right: 10px;
	}
	
.contactIcon{
	background: url(../img/icn_contact.png) no-repeat;
	width:27px;
	height:30px;
	background-size:contain;
	display:inline-block;
	}

.portfolioIconInterior{
	background:url(../img/icn_portfolio_white.png) no-repeat;
	width:27px;
	height:30px;
	background-size:contain;
	display:inline-block;
	}
	
.section-icons {
	float:right;
	}
	
.portfolioIcon:hover, .aboutIcon:hover, .contactIcon:hover{
	opacity: 1;
	}
	
.portfolioIcon:hover{
	background-image: url(../img/icn_portfolio_thick.png);
	}
	
.aboutIcon:hover{
	background-image: url(../img/icn_about_thick.png);
	}
	
.contactIcon:hover{
	background-image: url(../img/icn_contact_thick.png);
	}
	
.portfolioIcon:hover #portfolioText {
	visibility:visible;
	margin-left:-9px;
	}
	
.aboutIcon:hover #aboutText {
	visibility:visible;
	margin-left: 1px;
	}
	
.contactIcon:hover #contactText{
	visibility:visible;
	margin-left:-7px;
	}
	
#aboutText, #contactText, #portfolioText{
	visibility:hidden;
	font-weight: 300;
	padding-top:35px;
	text-align:center;
	font-size:14px;
	color:#000000;
	display:inline-block;
	}

.header {
	width:auto;
	position:fixed;
	height: 216px;
}

.nextProject {
	height: 104px;
	background-color: #ECF0F4;
}
/*
.menu-right{
	float:right;
	line-height:100px
}
*/

.menu li{
	float:left;
}

.menu {
	position:absolute;
	right:55px;
	top:55px;
}

.full-screen{
	width:100%;
	max-width:100%;
}

#designThinkingPhases{
	margin:40px auto;
}

.centerVertical{
	display:flex;
	align-items: center;
	justify-content: space-between;
}
/*
	height: 35px;
	width: 38px;
*/

/* backgrounds */

.aboutImage{
	max-width: 35%;
	max-height:35%;
}

.ssbackground{
	background-color:#e3ebee;
	height:110px;
	}

.white_tran{
	opacity:.25;
}

.stitcherH1{
	color:#45B2ED;
}

.simplecastH1{
	color:#554a0b;
}

.assortedLogosDesc, .barrysDesc, .barrysSiteDesc, .ffBrandDesc, .goproBrandingDesc, .goproDigitalDesc, .portfolioDesc, .luxeBrandDesc, .luxeDesc, .FManDesc, .rSumDesc, .leFomoDesc, .osEmailDesc, .skyboltSiteDesc, .subaruXVDesc, .ttBookDesc, .snailSkinDesc, .rspPosterDesc{
	padding:100px 70px;
	color:#fff;
	text-align: left;
	font-size: 10pt;
	width:100%;
}

.barrysDesc{
	background-color:#90d3af;
	margin:0 auto;
	}
	
.barrysSiteDesc{
	background-color:#e87060;
	margin:0 auto;
	}
	
.ffBrandDesc{
	background-color:#f29238;
	margin:0 auto;	
	}
	
.goproBrandingDesc{
	background-color:#005DAC;
	margin:0 auto;
}

.goproDigitalDesc{
	background-color: #00AEEF;
	margin:0 auto;
	}
	
.luxeBrandDesc{
	background-color:#004EAC;
	margin:0 auto;	
	}
	
.luxeDesc{
	background-color:#d7e1e9;
	color:#333333;
	}
	
.FManDesc{
	background-color:#3AA1CE;
	color:#fff;
	}
	
.rSumDesc{
	background-color:#04549e;
	color:#fff;
}

.subaruXVDesc{
	background-color:#F5831F;
	color:#fff;
}

.assortedLogosDesc{
	background-color:#ECF0F4;
	color:#0f1010;
	padding: 120px 100px 225px;
	}
	
.leFomoDesc{
	background-color:#8e3143;
	color:#fff;
	}
	
.osEmailDesc{
	background-color:#F6F1DD;
	border:20px solid #FCD757;
	color:#666;
	}
	
.ttBookDesc{
	background-color:#F54F3E;
	color:#fff;
	}
	
.skyboltSiteDesc{
	background-color: #F4511E;
	color:#fff;
	}

.stitcherDesc{
		background-color: #086fa6;
		color:#fff;
		overflow: hidden;
		}

.stitcherDarkbg{
	background-color: #203241;
	color:#fff;
	overflow: hidden;
	}

.simplecastDesc{
		background-color: #ffffff;
		color:#000000;
		}

.sxmDesc{
		background-color: #182d4c;
		color:#fff;
		}

.sxmcontentDesc{
		background-color: #1A252D;
		color:#fff;
		}

#sxmOverview{
	color:#94a6b2;
}

#simplecastOverview{
	color:#4f4914;
}

#stitcherOverview{
	color: #2390e2;
}

#stitcherOverview2{
	color: #1d5673;
}

.descWhitebg{
		color:#333333;
		background-color: #fff;
		overflow: hidden;
		}

.descgraybg{
		color:#333333;
		background-color: #F5F9FC;
		overflow: hidden;
		}

.descMdGraybg{
	color:#202326;
	background-color: #e5eff2;
	overflow: hidden;
	}

.descdkyellowbg{
	color:#FFF;
	background-color: #272111;
	overflow: hidden;
		}

.descdkgreenbg{
		color:#fff;
		background-color:#212D35;
		overflow: hidden;
		}
.snailSkinDesc{
	background-color:#8BD9AF;
	color:#2d7358;
	}

.descLtGraybg{
	color:#3d4245;
	background-color: #F2F7F9;
	overflow: hidden;
}

.rspPosterDesc{
	background-color:#D45B2D;
	color:#fff;
	overflow: hidden;
	}
	
.scDesc{
	background-color: #21201B;
	color: #fff;
	overflow: hidden;
	}

.sxmGradient{
	background: rgb(19,93,181);
	background: linear-gradient(34deg, rgb(29, 116, 221) 0%, rgb(17, 6, 92) 100%);
}

.barrysNextPrev{
	background-color:#90d3af;
	}
	
.barrysNextPrev:hover{
	background-color:#98e9be !important;
	}
	
.barrysSiteNextPrev{
	background-color:#e87060;
	}
	
.barrysSiteNextPrev:hover{
	background-color:#f67564 !important;
	}
	
.ffBrandNextPrev{
	background-color:#f29238;
	}
	
.ffBrandNextPrev:hover{
	background-color:#e75b24 !important;
	}
	
.goProNextPrev{
	background-color:#00AEEF !important;
	}
	
.goProNextPrev:hover{
	background-color:#0397D8 !important;
	}
	
.luxeBrandNextPrev{
	background-color:#004EAC;
	}
	
.luxeBrandNextPrev:hover{
	background-color:#006ae9 !important;
	}
	
.luxeNextPrev{
	background-color:#dbdcde;
	color:#333333 !important;
	}
	
.luxeNextPrev:hover{
	background-color:#eaecef !important;
	color:#333333 !important;
	}
	
.edfManNextPrev{
	background-color:#40a2cc;
	color:#fff;
	}
	
.edfManNextPrev:hover{
	background-color:#42c2f8 !important;
	color:#fff;
	}
	
.edfSummaryNextPrev{
	background-color:#04549e;
	color:#fff;
	}
	
.edfSummaryNextPrev:hover{
	background-color:#0864b9 !important;
	color:#fff;
	}
	
.logosNextPrev{
	background-color:#4D4E4F !important;
	color:#fff;
	}
	
.logosNextPrev:hover{
	background-color:#67686a !important;
	color:#fff;
	}
	
.leFomoNextPrev{
	background-color:#8e3143;
	color:#fff;
	}
	
.leFomoNextPrev:hover{
	background-color:#b13b52 !important;
	color:#fff;
	}
	
.osEmailNextPrev{
	background-color:#FCD757;
	color:#666;
	}
	
.osEmailNextPrev:hover{
	background-color:#F6F1DD !important;
	color:#666;
	}
	
.subaruXVNextPrev{
	background-color:#F5831F;
	color:#ffffff;
	}
	
.subaruXVNextPrev:hover{
	background-color:#ff8c26 !important;
	color:#ffffff;
	}
	
.ttBookNextPrev{
	background-color:#F54F3E;
	color:#fff;
	}
	
.ttBookNextPrev:hover{
	background-color:#ff6c5b !important;
	color:#fff;
	}
	
.snailSkinNextPrev{
	background-color:#297558;
	color:#fff;
}

.snailSkinNextPrev:hover{
	background-color:#2e8966 !important;
	color:#fff;
}

.skyboltSiteNextPrev{
	background-color:#E64A19 ;
	color:#fff;
	}
	
.skyboltSiteNextPrev:hover{
	background-color: #FF5722 !important;
	color:#fff;
	}

.siriusxmNextPrev{
	background-color:#276BEC !important;
	color:#fff;
}
.siriusxmNextPrev:hover{
	background-color:#124DBD !important;
	color:#fff;
}

.stitcherNextPrev{
	background-color:#4D9AD2 !important;
	color:#fff;
}
.stitcherNextPrev:hover{
	background-color:#2F77AC !important;
	color:#fff;
}
.rspPosterNextPrev{
	background-color:#D45B2D;
	color:#fff;
	}
	
.rspPosterNextPrev:hover{
	background-color:#f3662e !important;
	color:#fff;
	}
	
.barrysSite, .luxeSite {
	max-width:49%;
	display:inline-block;
	padding: 65px 20px 5px 20px;
	top:0;
}

#motoGP{
	padding:80px 0 0;
}

#cesGraphics{
	padding:80px 0 0;
}

#gpReport{
	padding:80px 0 0;
}

#goproDigitalHeader{
	padding:0 0 30px;
}

#goproBrandingHeader{
	padding:30px 0 45px
}

.skyboltSite{
	padding: 55px 10px 50px 10px;
	max-width:46%;
	display:inline-block;
	vertical-align:top;
	}
	
.oldSite{
	display:inline-block;
	max-width:42%;
	margin:25px 20px 25px 0;
}

.newSite{
	display:inline-block;
	max-width:42%;
	margin:25px 0px 25px 20px;
}

.oldPackages{
	margin-top: 15px;
	border: 1px solid #e0e0e0;
}
	
.newPackages{
	margin-top: 15px;
	border: 1px solid #e0e0e0;
}

#skyboltMobileRows{
	padding:0;
}
	
#mtnGamesBooklet{
	padding:70px 0 0;
}

#gpBrandingBody{
	padding:70px 0;
}
	
.mobileImg{
	display:inline-block;
	padding: 40px 5px 20px 10px;
	max-width: 280px;
	}

#skyboltMobile{
	background-color:#ffffff;
	}
	
.centerTitle{
	color:#9e9e9e;
	margin:0;
	padding: 0px 0px 40px 0px;
	font-size:25pt;
	font-weight:200;
	}
	
span.centerTitle {
	font-size: 50px;
	line-height: .75em;
	margin:0;
}

#barrysSiteSection{
	background-color:rgb(212 223 212);
	width:100%;
}

#goproDigitalSection{
	background-color: #ffffff;
	padding:75px 0;
	}


#skyboltSiteSection{
	background-color:#2d2b2b;
	width:100%;
	padding: 60px 0px;
}

.skybolt_responsive{
	max-width:100%;
}

#skyboltMobile{
	padding:60px 0 100px;
	}

#skyboltMobileRow2{
	padding-bottom:50px;
}	

.boldDesc{
	font-weight:300;
	font-size:10pt;
	color:#fff;
	letter-spacing: 0.045em;
	}

.boldDescDk{
	font-weight: 400;
    font-size: 14pt;
    color: #5f6870;
    text-transform: capitalize;
	}

.descriptiveText{
	line-height: 20px;
	font-size:10pt;
}

.descriptiveTextDk{
	line-height: 20px;
	font-size:12pt;
	color:#5b5c5d
}

.sbDesc{
	font-weight: 200;
	font-size: 8.5pt;
	color: #f5f5f5;
	letter-spacing: 0.045em;
	line-height:125%
	}

.sbDescDark{
	font-weight: 300;
	font-size: 10pt;
	color: #000000;
	letter-spacing: 0.045em;
	}

#luxeSiteSection{
	background-color:#0C66BF;
	width:100%;
}

.pWriteup{
	text-align: center;
}

.pTitle{
	font-size: 18pt;
	text-align: left;
	margin-bottom: 20px;
	text-transform:uppercase;
}

.subText{
	font-size: 18px;
    line-height: 150%;
    margin-top: 30px;
}

.subTextMain{
	font-size: 18px;
    line-height: 150%;
}

.pDesc{
    font-size: 16px;
    letter-spacing:.5px;
	line-height:150%;
	font-weight:300;
}

.pList{
	line-height:175%;
}

.pText{
	padding:8px 0 4px;
	letter-spacing:.2px;
}

.itemDesc{
	font-size: 8pt !important;
	font-weight: 600;
	color: #d7d7d7;
	padding: 15px 0 0;
	text-align: left;
	/* max-width: 70%; */
	text-height: 100%;
	}

.itemDesc_full{
	font-size: 8pt !important;
	font-weight: 800;
	color: #d7d7d7;
	padding: 15px 0 0;
	text-align: left;
	max-width: 100%;
	text-height: 150%;
	}

.itemDescDark{
	font-size: 9pt !important;
	color: #525354;
	padding:20px 0 0px 0;
	text-align: left;
	text-height: 150%;

}

p .itemDesc{
	text-weight:200;
	}
	
.descLogo{
	max-width: 100px;
	margin-top: 40px;
	}
	
/* Logo Collection Section */
	
#futuresFairLogo, #barrysLogo, #luxeLogo, #womensSummitLogo, #yolandaLogo, #lineaBuilt1Logo, #lineaBuilt2Logo, #asf1Logo, #asf2Logo, #ladyBabkaLogo, #scrambledEggsMilano1Logo, #scrambledEggsMilano2Logo, #slowClapLogo, #rahelLogo,#itsGotPatinaLogo, #truongLogo{
	background-repeat: no-repeat;
	background-size: contain;
	margin:0px auto 20px;
	}
	
.logoHalf{
	margin:0 auto;
	width: 200px;
	}
	
.logoHeight{
	margin:0 auto;
	height: 135px;
	}

	
.logoThreeQuarter{
	margin:0 auto;
	width: 250px;
	}
	
.ttLogo{
	margin-bottom:100px;
	}
	
.spacer{
	height:300px;
	padding-left: 20%;
    padding-right: 20%;
    }	
	
.divider{
	line-height: 1px;
    height: 1px;
    border-color: #696A6C;
    margin: -1px auto 0;
    position: relative;
    top: 50%;
    border-width: 1px 0px 0px 0px;
    border-style: dotted;
    }

.pageWidth{
	width:100%;	
	margin:2px auto;
}

.fullPageWidth{
	width:100%;
	margin:35px auto;
	}
	
	.banner {
    margin: 0 auto;
}

.ninetyPageWidth{
	width:100%;
	margin:35px auto;
	}

	.banner {
    margin: 0 auto;
}
	
.bannerWidth{
	width:100%;
	padding:0 15% 0 15%;
	display:block;
}


.siteWidth{
	width:100%;
	padding:0 15% 0 15%;
	display:block;
}

.luXe_Logo{
	width:50%;
	margin:20px auto;
	}

.grayBorder{
	border: 1px solid #b1b1b1;
	}

.dropShadow{
	box-shadow: 1px 1px 1px #d2d2d2;	
	border-left: 1px solid #f6f6f6;
	border-top: 1px solid #f6f6f6;
}

.imgGroupThin{
	width:35%;	
	padding:3px 0 0;
	margin:0 auto;
	display:inline-block;
	}

.imgGroup{
	width:43%;	
	padding:3px 0 0;
	margin:0 auto;
	display:inline-block;
	}

.coverWidth{
	width:40%;	
	margin:30px auto;
}

.thirdWidth{
	width:30%;
	margin:30px auto;
	display:inline-block;
}

.halfWidth{
	width:46%;	
	padding:3px 0 0;
	margin:0 auto;
	display:inline-block;
	}
	
.seventyWidth{
	width:70%;	
	margin:0px auto;
	padding:3px 0 0;
	}
	
.eightyWidth{
	width:80%;	
	margin:0px auto;
	}
	
.ninetyWidth{
	width:90%;	
	margin:0px auto;
	}

.sixtyWidth{
	width:60%;	
	margin:20px auto;
	}
	
.quarterWidth{
	width:25%;
	margin:30px 30px 0;
	display:inline-block;
	}

.letterGif{
	background-image: url(../portfolio/snailskinfont/img/AdamBarryPortfolio_Snail_Skin_05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding:90px 0;
	}
	
.sSGif{
	width:20%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	margin:0 auto;
	}

.compDisplay{
	padding:20px 20%;
}

.leftDisp, .rightDisp{
	display:inline-block;
	}

.icon{
	background-image: url(../img/AdamBarryPortfolio_Icons_030515.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	height:72px;
	z-index: 999px;
}

#portfolio-main{
	text-align: center;
	display:flex;
	flex-wrap: wrap;
}

#about-main{
	text-align: center;
	max-width:100%;
}

.thumbnails {
	vertical-align:top;
	background-size:cover;
	display:block;
	float:left;
}

div.thumbnails>a {
	display: block;
	position: relative;
	float: right;
	text-decoration: none;
	overflow: hidden;
}

div.thumbnails>a span{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8.94569%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	color: white;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

div.thumbnails>a img {
	width: 100%;
}

div.thumbnails>a:hover span{
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 1;
}

#luXeThumbnail, barrysThumbnail{
	max-width:350px;
	}

.logo-sm{
	top:15%;
	left:7%;
	display: inline-block;
	position: absolute;
	top: 55px;
	left: 55px;
}

.inner{
	display:inline-block;
	width:100%;
	}
/*
#portfolio{
	background-color:#E6E6E6;
}
*/

.main .fullBleed{
	width:100%
}

.portfolio_image{
	height:auto;
	overflow:hidden;
	width:100%;
}

.fullBleed{
	width:100%
}

.siteLink{
	padding: 0 0 40px;
}

.btn{
	border-width:4px;
	border-radius:0;
	padding: 8px 20px;
	background-color:#fff;
    border-collapse: collapse;
}

.btn:focus,.btn:active {
   outline: none !important;
}

.contact-btn{
	color:#9E9E9E;
	border-color:#9E9E9E;
	}
	
.contact-btn:hover{
	background-color:#9E9E9E;
	color:#fff;
}

.barrysBtn{
	color:#e87060;
	border-color:#e87060;
}
	
.barrysBtn:hover{
	border-color:#e87060;
	background-color:#e87060;
	color:#fff;
}

.luxeBtn{
	color:#004EAC;
	border-color:#dbdcde;
}
	
.luxeBtn:hover{
	border-color:#004EAC;
	background-color:#004EAC;
	color:#fff;
}

#bioHeader{
	margin: 0 auto 25px;
}

.name{
	font-family:"aktiv-grotesk-std";
	font-weight: 300;
	text-transform: uppercase;
	font-size:17px;
	color: #525252;
	letter-spacing: 1px;
}

.title{
	font-family:"aktiv-grotesk-std";
	font-weight: 300;
	font-size:17px;
	color: #757575;
}

.aboutText{
	padding-top:25px;
}

.descripter{
	font-style: italic;
	font-weight:200;
	text-align: right;
	padding-right: 20px;
	margin-bottom:30px;
}

.infoBlock{
	display:inline-block;
	padding: 0 40px;
}

.emailBlock{
	padding-right:40px;
	display:inline-block;
}

.contactTitle{
	text-transform: uppercase;
	font-weight:300;
}

.contactInfo{
	padding-top:30px;
	margin:auto;
}

.abvLine{
	width: 40px;
	border-bottom: 1px solid rgba(164, 164, 164, 1);
	margin: auto;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}

.resume-link{
	margin:30px auto !important;
}

.osEmailBg{
	background-color:#656565;
}

@media (min-width: 0px) {

.abLogo{
		visibility:hidden;
		}

#menu{
	display:none;
}
h1{
	font-size: 34pt;
	font-weight: 400;
	margin: -29px 0px 24px -16px;
    text-align: left;
    line-height: 0;
    letter-spacing: -3px;
	padding-bottom: 15px;
}

.h2{
	font-weight:500;
	font-size:14pt;
	margin-top:0;
}
.h3{
	font-weight:300;
	font-size:12pt;
	margin-bottom: 5px;
	margin-top:8px;
}

.varH1{
	font-size: 32pt;
	Color: #616e74;
}

.mainHeader{
	letter-spacing: -2px;
	font-size:15vw;
	margin-top: 8px;
	display:none;
}
.mainDesc{
    font-size: 16pt;
    margin: 0px 0 16px;
}
.nextProject {
	height: 72px;
	background-color: #ECF0F4;
}

.subTextMain{
	font-size:16px;
}
.padLeft{
	padding-left:12px;
}
.flexbox{
	display:flex;
	width:18%;
	height:100%;
	align-items: center;
	justify-content: center;

}

.icnNext{
	display:flex;
	width:12px;
	height:34px;
	align-items: center;
	justify-content: center;
}

.icnProfile{
	display:flex;
	width:24px;
	height:32px;
	align-items: center;
	justify-content: center;
}

.prevImage{
	display:block;
	max-width:184px;
	height:100%;
	margin-right:16px;
	float:left;
}

.maxPrevImageSize{
	height:72px;
	width:72px;
}

span.line{
	display:inline-block;
}

.container {
	padding: 24px 8px;
}

.thumbnails{
	width:50%;
	}
	
	.videoPlayer, .player, .video-wrapper{
	width:400px !important;
	}
	
	.letterGif{
	padding:50px 0;
	}

	.image_full{
		display:none;
	}
		 
	.image_mobile{
		display:block;
	}	
	p {
		font-weight:300;
	}
	
	.thumbnails{
	display:block;
	width:100%;
	margin-left:0%;
	margin-bottom:0%;
	}

	.section-icons {
	display:none;
	}
	
	#logomark, .logomark-mobile {
	background-image: url(../img/Adam_Barry_Logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;	
	margin-left:21px;
	}

	.logomark-mobile {
	height:42px;
	margin-top:5px;
	}

	.nav {
	display:block !important;
	background-color: #fff;
	margin-top:0;
	text-align: center;
	}

	.navbar {
	border-style: none;
	}
	
	#logomark{
	width:78.5%;
	margin-top:10px;
	}

	.mobilePaddingTop {
		padding-top: 90px;
	}

	.container {
		cursor: pointer;
	  }

	  .mobileMarginBottom {
		margin-bottom: 40px;
	}
	  .subTextMain {
		margin: 24px 0 24px 0;}
	  
	  .bar1, .bar2, .bar3 {
		width: 35px;
		height: 5px;
		background-color: #333;
		margin: 6px 0;
		transition: 0.4s;
	  }

	  #featureSection {
		padding-bottom: 16px;
	}
	  
	  /* Rotate first bar */
	  .change .bar1 {
		transform: translate(0, 11px) rotate(-45deg);
	  }
	  
	  /* Fade out the second bar */
	  .change .bar2 {opacity: 0;}
	  
	  /* Rotate last bar */
	  .change .bar3 {
		transform: translate(0, -11px) rotate(45deg);
	  }

	  .aboutImage{
		display:none;
	}
	
	#designStatement{
	margin: 85px auto 20px;
	max-width:80%;
	}
	
	.headerQuote{
	font-size:13pt;
	font-family: "aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 300;
	text-align: center;
	color:#6C6B6A;
	}

	#portfolio-main{
	margin-top:30px;
	}

	#contact-main{
	margin:50px auto 0;
	color:#000000;
	}
	
	.contactHeader{
	padding-bottom:15px;
	}

	.assortedLogosDesc{
		padding: 80px 32px 72px;
	}

	.hideObject{
		display:none;
	}

	.form-control{
	border-radius:0px;
	color: #fff;
    background-color: #9E9E9E;
	}
	
	::-webkit-input-placeholder {
   opacity: 0.6;
	}

	:-moz-placeholder { /* Firefox 18- */
   opacity: 0.6; 
	}

	::-moz-placeholder {  /* Firefox 19+ */
   opacity: 0.6;  
	}

	:-ms-input-placeholder {  
   opacity: 0.6; 
	}

	.edfIconsBG{
	background-color:#dbdcde;
	width:100%;	
	padding:40px 0;
	}
	
	.edfIcons{
	margin:0 auto;
	width:90%;	
	}

	label{
	font-weight:400;
	}
	
	.navbar-default{
	visibility:visible;
	}
	
	.logoSize{
	margin-bottom:15px;
	}
	
	#header{
	height: 10%;
	}
	
	.itemDesc{
	max-width: 100%;
	}
	
	.letterGif{
	background-size: cover;
	padding:30px 0;
	}
	
	.photoAbout{
	max-width: 100%;
	height: auto;
	margin: 104px 0 42px;
	}
	
	.videoPlayer, #player, .video-wrapper{
	margin:40px auto;
	width:320px;
	}
	
	.aboutText{
	width:75%;
	}
	
	.skyboltSite{
	padding: 45px 10px;
	max-width:90%;
	}
	
	.sbDesc{
	color: #fff;
	font-weight: 300;
	}
	
	.boldDesc{
	font-weight:400;
	color:#fff;
	}
	
	.boldDescDark{
	font-weight:400;
	color:#757575;
	margin:auto;
	}
	
	.mobileImg{
	padding: 20px 5px 0;
	display:block;
	margin: auto;
	}
	
	#posters{
	padding:80px 0 0;
	}
	
	#skyboltMobile{
	padding:50px 0 80px;
	}
	
	#skyboltSiteComparison{
	background-color:#eee;
	padding:50px 0px 80px;
	font-weight: 300;
	}
	
	#skyboltSitemap{
	width:100%;
	padding:50px 0px 60px;
	}
	#stitcherHeader{
		width:100%;
		padding:50px 0px 60px;
		}
	.emailBlock{
	padding-right:0px;
	display:block;
	}
	.contactHeader{
	padding-bottom:10px;
	}
	
	.futuresFair_Logo{
	width:70%;
	margin:70px auto 100px;
	}
	
	.ff_banner{
	display: block;
	}
	
	.ff_program{
	display: block;
	}
	
	.ff_signage{
	display: block;
	}
	
	.ff_nametag{
	display: block;
	}
	
	.ff_tabletent{
	display: block;
	}
	
	.ff_program_signage{
	display: none;
	}
	
	.ff_tabletent_nametag{
	display: none;}

	#futuresFairLogo {
	background-image:url(../portfolio/logocollection/img/adamBarryDesign_FuturesFair_Logo.png);
	margin-top:150px;
	width:250px;
	height:144px;
	}
	
	#barrysLogo{
	background-image:url(../portfolio/logocollection/img/barrys_logo_color.png);
	margin-top:150px;
	width:200px;
	height:140px;
	}
	
	#luxeLogo{
	background-image:url(../portfolio/logocollection/img/luXe_logo_color.png);
	width:200px;
	height:51px;
	}
	
	#yolandaLogo{
	background-image:url(../portfolio/logocollection/img/yolandaBustos_Logo_Color.png);
	width:200px;
	height:144px;
	}
	
	#womensSummitLogo{
	background-image:url(../portfolio/logocollection/img/goPro_Womens_Summit_Logo_Color.png);
	width:200px;
	height:144px;
	}
	
	#lineaBuilt1Logo{
	background-image:url(../portfolio/logocollection/img/lineaBuilt_Logotype_Color.png);
	width:250px;
	height:51px;
	}
	
	#lineaBuilt2Logo{
	background-image:url(../portfolio/logocollection/img/lineaBuilt_Logotype2_Color.png);
	width:300px;
	height:44px;
	}
	
	#asf1Logo{
	background-image:url(../portfolio/logocollection/img/asf_Logo_Color.png);
	width:78px;
	height:140px;
	}
	
	#asf2Logo{
	background-image:url(../portfolio/logocollection/img/asf_Logo2_Color.png);
	width:180px;
	height:140px;
	}
	
	#ladyBabkaLogo{
	background-image:url(../portfolio/logocollection/img/ladyBabka_Logo_Color.png);
	width:170px;
	height:122px;
	}
	
	#scrambledEggsMilano1Logo{
	background-image:url(../portfolio/logocollection/img/scrambledEggsMilano_Logo_Color.png);
	width:89px;
	height:125px;
	}
	
	#scrambledEggsMilano2Logo{
	background-image:url(../portfolio/logocollection/img/scrambledEggsMilano_Logo2_Color.png);
	width:200px;
	height:160px;
	}

	
	#slowClapLogo{
	background-image:url(../portfolio/logocollection/img/slowClap_Logo_Color.png);
	width:180px;
	height:150px;
	}
	
	#rahelLogo{
	background-image:url(../portfolio/logocollection/img/rahel_Logotype_Gray.png);
	width:200px;
	height:80px;
	}
	
	
	#itsGotPatinaLogo{
	background-image:url(../portfolio/logocollection/img/itsGotPatina_Logo_Color.png);
	width:200px;
	height:109px;
	}
	
	#truongLogo{
	background-image:url(../portfolio/logocollection/img/truongTran_Logo_Color.png);
	width:200px;
	height:82px;
		}


}

/* End of mobile */

@media (min-width: 768px) {

	h1{
		font-weight: 400;
        font-size: 74pt;
        padding: 0 0 60px 8px;
        margin: -67px 0 0 -84px;
        text-align: left;
        line-height: 0;
        letter-spacing: -4px;
    }

	.varH1{
		font-size:64pt;
		margin: -71px 0 0 -84px;
	}

	.h2{
		font-weight:500;
		font-size:18pt;
		margin-top:0;
	}
	.h3{
		font-weight:300;
		font-size:16pt;
		margin-bottom: 5px;
		margin-top:25px;
	}

	#menu{
		display:inline-block;
	}

	.nextProject {
		height: 104px;
	}

	.padLeft{
		padding-left:32px;
	}

	.mainHeader{
		letter-spacing: -6.5px;
		margin-top: 0px;
		font-size:16vw;
		display:inline-block;

	}
	.mainDesc{
		margin-top: 32px;
		font-size:32pt;
	}

	.subTextMain{
		font-size:18px;
		margin: 24px 0 74px 0;
	}
	
	.flexbox{
		display:flex;
		width:14%;
		height:100%;
		align-items: center;
		justify-content: center;
	
	}

	.mobilePaddingTop {
		padding-top: 0px;
	}
	
	.icnNext{
		display:flex;
		width:21px;
		height:60px;
		align-items: center;
		justify-content: center;
	}
	
	.icnProfile{
		display:flex;
		width:33px;
		height:40px;
		align-items: center;
		justify-content: center;
	}
	
	.prevImage{
		display:block;
		max-width:184px;
		height:100%;
		margin-right:32px;
		float:left;
	}

	.maxPrevImageSize{
		height:104px;
		width:184px;
	}

	.aboutImage{
		display:inline;
	}

	span.line{
		display:inline;
	}
	
p {
		font-weight:300;
	}

	.container {
		padding: 80px 74px;
	}

	#featureSection {
		padding-bottom: 174px;
	}
	.abLogo{
	visibility: visible;
	}
	.marginLeft{
		margin-left:25px;
	}

	.top-padding{
		padding-top:45px;
	}
	
	.mobileMarginBottom {
		margin-bottom: auto;
	}

	.form-horizontal .form-group{
	margin:2px 0 0 -75px !important;
	}

	.thumbnails {
	width:33.33%;
	}
	
	.image_full{
		display:block;
	}
		 
	.image_mobile{
		display:none;
	}	

	.logomark-mobile{
		display: none;
	}
	
	#logomark, .logomark-mobile {
	background-position: center center;
	margin-left:30px;	
	}
	
	#logomark {
	width:201px !important;
	margin-top:30px;
	display:block;
	}

	.navbar{
		display:none;
	}
	
	.headerQuote{
	font-size:16pt;
	font-family: "aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 300;
	text-align: center;
	color:#6C6B6A;
	}
	
	#designStatement{
	margin:95px auto 20px;
	max-width:500px;
	}
	
	div.thumbnails>a, div.thumbnails>a:nth-child(4n+1){
	margin-left: 9%;
	margin-bottom:9%;	
	}
	
	.section-icons {
	display:block !important;
	padding: 29px 15px 0 0;
	}

	#navbar {
	display:none !important;
	}

	#portfolio-main{
	margin:40px 25px 0 0;
	padding-top:0;
	overflow: visible;
	}

	.abLogo{
	height:70px;
	width:70px;
	top:40px;
	left:40px;
	background-size:70px 70px;
	}

	.assortedLogosDesc{
	padding: 96px 100px 250px;
	}

	.mobileImg{
	display: inline-block;
	}
	
	/* .itemDesc{
	max-width:70%;
	} */
	
	.halfWidth{
	width:46%;	
	padding:3px 0 0;
	margin:0 auto;
	display:inline-block;
	}
	
	.quarterWidth{
	width:35%;
	margin:30px 30px 0;
	display:inline-block;
	}
	
	.seventyWidth{
	width:70%;
	margin:0px auto;
	}
	
	
	.eightyPageWidth{
	width:80%;
	margin:35px auto;
	}
	
	.ninetyPageWidth{
	width:90%;
	margin:35px auto;
	}
	
	.fullPageWidth{
	width:100%;
	margin:35px auto;
	}
	
	.bannerWidth{
	width:49%;
	padding:0 2% 0 2%;
	display:inline-block;
	}
	
	.siteWidth{
	width:49%;
	padding:0 2% 0 2%;
	display:inline-block;
	}
	
/*
	.site, .environmental {
	  position: relative;
	}
*/

	.center-vertical {
	text-align:center;
	vertical-align:middle;	
	}  

	.edfIcons{
	width:70%;
	}
	
	.letterGif{
	padding:90px 0;
	}

	#contact-main{
	margin-top:100px;
	}

	.photoAbout{
		max-width: 100%;
		height: auto;
		margin: 104px 0 42px;
	}
	
	.videoPlayer, .player, .video-wrapper, iframe{
	width:490px !important;
	height:275px;
	}
	
	.news-line-sm{
		display:block;
	}
	
	.emailBlock{
	padding-right:40px;
	display:inline-block;
	}
}

@media (min-width: 1050px) {
/* 
	h1{
		font-weight: 300;
        font-size: 72pt;
        padding: 0 0 60px 8px;
        margin: -67px 0 0 -84px;
        text-align: left;
        line-height: 0;
        letter-spacing: -6px;
	} */

	
	.thumbnails {
	width:25%;
	}

	.videoPlayer{
	max-width:700px;
	}
	
	.edfIcons{
	width:50%;
	}
	
	#logomark{
	margin-left:45px;
	}

	.sectionSpacer {
		margin-top: 50px;
	}
	
	.marginContent{
		margin:auto 64px;
	}

	#designStatement{
	margin:100px auto 20px;
	max-width:600px;
	}

	.hideObject{
		display:block;
	}
	
	.headerQuote{
	font-size:16pt;
	font-family: "aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 300;
	text-align: center;
	color:#6C6B6A;
	line-height: 32px;

	}
	
	.section-icons{
	margin-right:45px;
	}
	
	.aboutText{
	width:50%;
	}
	
	.skyboltSite{
	padding: 55px 10px 50px 10px;
	max-width:46%;
	}
	
	.sbDesc{
	color: #f5f5f5;
	font-weight: 200;
	}
	
	.boldDesc{
	font-weight:300;
	}
	
	.mobileImg{
	padding: 40px 5px 20px 10px;
	display:inline-block;
	}
	
	#skyboltMobile{
	padding:60px 0 100px;
	}
	
	#posters{
	padding:80px 40px 0;
	}
	
	#skyboltSitemap{
	width:100%;
	padding:80px 60px;
	}
	
	.futuresFair_Logo{
	width:50%;
	margin:70px auto 100px;
	}
	
	.ff_program{
	display: none;
	}
	
	.ff_signage{
	display: none;
	}
	
	.ff_nametag{
	display: none;
	}
	
	.ff_tabletent{
	display: none;
	}
	
	.ff_program_signage{
	display: block;
	}
	
	.ff_tabletent_nametag{
	display: block;
	}
	
	#futuresFairLogo {
	background-image:url(../portfolio/logocollection/img/adamBarryDesign_FuturesFair_Logo_Gray.png);
	margin-top:150px;
	width:250px;
	height:144px;
	}

	#futuresFairLogo:hover {
	background-image:url(../portfolio/logocollection/img/adamBarryDesign_FuturesFair_Logo.png)
	}
		
	#barrysLogo{
	background-image:url(../portfolio/logocollection/img/barrys_Logo_Gray.png);
	margin-top:150px;
	width:200px;
	height:140px;
		}
		
	#barrysLogo:hover{
	background-image:url(../portfolio/logocollection/img/barrys_logo_color.png);
		}
		
	#luxeLogo{
		background-image:url(../portfolio/logocollection/img/luXe_Logo_Gray.png);
		width:200px;
		height:51px;
		}
		
	#luxeLogo:hover{
		background-image:url(../portfolio/logocollection/img/luXe_logo_color.png);
		}
		
	#yolandaLogo{
		background-image:url(../portfolio/logocollection/img/yolandaBustos_Logo_Gray.png);
		width:200px;
		height:144px;
		}
		
	#yolandaLogo:hover{
		background-image:url(../portfolio/logocollection/img/yolandaBustos_Logo_Color.png);
		}
		
	#womensSummitLogo{
		background-image:url(../portfolio/logocollection/img/goPro_Womens_Summit_Logo_Gray.png);
		width:200px;
		height:144px;
		}
		
	#womensSummitLogo:hover{
		background-image:url(../portfolio/logocollection/img/goPro_Womens_Summit_Logo_Color.png);
		}
		
	#lineaBuilt1Logo{
		background-image:url(../portfolio/logocollection/img/lineaBuilt_Logotype_Gray.png);
		width:250px;
		height:51px;
		}
		
	#lineaBuilt1Logo:hover{
		background-image:url(../portfolio/logocollection/img/lineaBuilt_Logotype_Color.png);
		}
		
	#lineaBuilt2Logo{
		background-image:url(../portfolio/logocollection/img/lineaBuilt_Logotype2_Gray.png);
		width:300px;
		height:44px;
		}
		
	#lineaBuilt2Logo:hover{
		background-image:url(../portfolio/logocollection/img/lineaBuilt_Logo2_Color.png);
		}
		
	#asf1Logo{
		background-image:url(../portfolio/logocollection/img/asf_Logo_Gray.png);
		width:78px;
		height:140px;
		}
		
	#asf1Logo:hover{
		background-image:url(../portfolio/logocollection/img/asf_Logo_Color.png);
		}
		
	#asf2Logo{
		background-image:url(../portfolio/logocollection/img/asf_Logo2_Gray.png);
		width:180px;
		height:140px;
		}
		
	#asf2Logo:hover{
		background-image:url(../portfolio/logocollection/img/asf_Logo2_Color.png);
		}
		
	#ladyBabkaLogo{
		background-image:url(../portfolio/logocollection/img/ladyBabka_Logo_Gray.png);
		width:170px;
		height:122px;
		}
		
	#ladyBabkaLogo:hover{
		background-image:url(../portfolio/logocollection/img/ladyBabka_Logo_Color.png);
		}
		
	#scrambledEggsMilano1Logo{
		background-image:url(../portfolio/logocollection/img/scrambledEggsMilano_Logo_Gray.png);
		width:89px;
		height:125px;
		}
		
	#scrambledEggsMilano1Logo:hover{
		background-image:url(../portfolio/logocollection/img/scrambledEggsMilano_Logo_Color.png);
		}
		
	#scrambledEggsMilano2Logo{
		background-image:url(../portfolio/logocollection/img/scrambledEggsMilano_Logo2_Gray.png);
		width:200px;
		height:160px;
		}
		
	#scrambledEggsMilano2Logo:hover{
		background-image:url(../portfolio/logocollection/img/scrambledEggsMilano_Logo2_Color.png);
		}
		
	#slowClapLogo{
		background-image:url(../portfolio/logocollection/img/slowClap_Logo_Gray.png);
		width:180px;
		height:150px;
		}
		
	#slowClapLogo:hover{
		background-image:url(../portfolio/logocollection/img/slowClap_Logo_Color.png);
		}
		
	#rahelLogo{
		background-image:url(../portfolio/logocollection/img/rahel_Logotype_Gray.png);
		width:200px;
		height:80px;
		}
		
	#rahelLogo:hover{
		background-image:url(../portfolio/logocollection/img/rahel_logotype_color.png);
		}
		
	#itsGotPatinaLogo{
		background-image:url(../portfolio/logocollection/img/itsGotPatina_Logo_Gray.png);
		width:200px;
		height:109px;
		}
		
	#itsGotPatinaLogo:hover{
		background-image:url(../portfolio/logocollection/img/itsGotPatina_Logo_Color.png);
		}
		
	#truongLogo{
		background-image:url(../portfolio/logocollection/img/truongTran_Logo_Gray.png);
		width:200px;
		height:82px;
		}
		
	#truongLogo:hover{
		background-image:url(../portfolio/logocollection/img/truongTran_Logo_Color.png);
		}

}

@media (min-width: 1400px) {

	.thumbnails {
		width:20%;
		}
	
	.aboutText{
		width:35%;
	}

	#posters{
		padding:80px 100px 0;
	}


	
}

@media (min-width: 1600px) {

.thumbnails {
	display:block !important;
	width:16.66%;
	}
	
	#posters{
	padding:80px 150px 0;
	}
}

@media (min-width: 2300px) {

.thumbnails {
	display:block !important;
	width:14.28%;
	}
}




@media (min-width: 992px) {

.inner{
	display:inline-block;
	width:25%;
	}

	
}


@media (min-width: 768px) {
 
.inner{
	display:block;
	width:33.33%;
	}


	#header{
	height:90px;
	}
}

/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}

