@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600);

.centered {
	text-align: center;
}

.mt {
	margin-top: 30px;
}

.mt-standalone {
	margin-top: 80px;
}

.mt-icons {
	margin-top: 100px;
}

.solo-paragraph {
	margin-top: 80px;
}

.mb {
	margin-bottom: 30px;
}

html {
	position: relative;
	min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
	margin-bottom: 184px;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
    color: #4a4a4a;
}

h2 {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}

ul {
	margin-bottom: 0;
}

a:hover {
	color: #b1e3fc;
	text-decoration: none;
}

.navbar-brand {
	/*font-weight: 400;*/
	padding: 4px;
}

.navbar-brand img {
	width: 46px;
	height: 46px;
}

#cornerLogo {
	width: 46px;
	height: 46px;
}

#cornerLogo path {
	/*fill: #19b1fc;*/
	fill: #000;
}

#cornerLogo:hover path {
	/*fill: #b1e3fc;*/
	fill: #19b1fc;
	margin-bottom: 20px;
}

#titleblock {
	/*background-color: rgba(0,0,0,0.75);*/
	/*border: 2px solid white;*/
}

.navbar-default .navbar-brand {
	color: #19b1fc;
}

.navbar-default {
	font-weight: 600;
	background-color: rgba(200,200,200,0.9);
	border-color: transparent;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #000;
	border-bottom: 2px solid #19b1fc;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    /*color: #b1e3fc;*/
    color: #19b1fc;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
	color: #000;
	/*color: #19b1fc;*/
	/*font-size: 20px;*/
	/*line-height: 30px;*/
}

.navbar-toggle {
	border: none;
}

.navbar-default .navbar-toggle .icon-bar {
	/*background-color: #19b1fc;*/
	background-color: #000;
}

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

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: none;
}

.navbar-collapse {
	border-top: none;
	box-shadow: none;
}

.embed-responsive.embed-responsive-504 {
	padding-bottom: 50.4%;
}

.embed-responsive.embed-responsive-952 {
	padding-bottom: 95.2%;
}

.embed-responsive.embed-responsive-1000 {
	padding-bottom: 100%;
}

/* Section Headers */

#headerwrap {
	/*margin-top: -70px;*/
	padding-top: 80px;
	text-align: left;
	background-attachment: relative;
	background-position: center center;
	/*min-height: 400px;*/
	width: 100%;
}

#headerwrap h1 {
	/*color: #fff;*/
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 60px;
}

#headerwrap h4 {
	font-weight: 400;
	font-size: 24px;
	padding-bottom: 26px;
	/*color: #fff;*/
	text-transform: uppercase;
}

.section {
	font-weight: 300;
	font-size: 24px;
	padding-top: 48px;
	text-transform: uppercase;
}


/*#headerwrap.home {
	background: #292929 url(../img/back-home.png) repeat center top;
	background-size: 100%;
}

#headerwrap.widgets {
	background: #292929 url(../img/back-widgets.png) repeat center top;
	background-size: 100%;
}

#headerwrap.tv {
	background: #292929 url(../img/back-tv.png) repeat center top;
	background-size: 100%;
}

#headerwrap.photoshop {
	background: #292929 url(../img/back-photoshop.png) repeat center top;
	background-size: 100%;
}

#headerwrap.threed {
	background: #292929 url(../img/back-threed.png) repeat center top;
	background-size: 100%;
}

#headerwrap.pens {
	background: #292929 url(../img/back-pens.png) repeat center top;
	background-size: 100%;
}

#headerwrap.photo {
	background: #292929 url(../img/back-photo.png) repeat center top;
	background-size: 100%;
}

#headerwrap.radio {
	background: #292929 url(../img/back-radio.png) repeat center top;
	background-size: 100%;
}*/

.footer-pagination img {
	display: inline-block;
}

a:hover .footer-pagination {
	color: #337ab7;
}

.footer-email {
	text-align: right;
	font-weight: 600;
}

.footer-email a {
	color: #000;
}

.footer-email a:hover {
	color: #19b1fc;
}

img.ext-icon {
	width: 40px;
	height: 40px;
}

#footerwrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 134px;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-top: 40px;
	background-color: rgba(200,200,200,0.9);
	/*background-color: #2f2f2f;*/
}

#footerwrap p {
	/*color: #929292;*/
	color: #000;
	margin-left: 10px;
}

#workwrap {	
	background: url(../img/work.jpg) no-repeat center top;
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

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

#workwrap h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 80px;
	font-weight: bold;
}

#workwrap h4 {
	font-weight: 400;
	color: #ffffff
}

#aboutwrap {	
	background: url(../img/work.jpg) no-repeat center top;
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 550px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

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

.container .row li {
	padding-bottom: 8px;
}

.samples img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 30px;
	/*padding: 20px;*/
}

.samples-border {
	border: 1px #ccc solid;
}

p.caption {
	font-weight: 400;
	font-size: 12px;
	text-align: left;
	margin: 1px 0 -20px 0;
	color: #777;
}

/* Gallery */
.gallery {
	margin-top: 30px;
}

.gallery img{
	/*margin-top: 30px;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*-webkit-filter: saturate(1);*/
	/*filter: saturate(1);*/
}

.gallery img:hover {
	/*-webkit-filter: saturate(0);*/
	/*filter: saturate(0);*/
	/*background-color: #eee;*/
}

.vid {
	margin-top: 80px;
}

@media (max-width: 767px) {
	p, ul {
		font-size: 14px;
	}

	body {
		margin-bottom: 200px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 20px;
		line-height: 30px;
	}

	.mt {
		margin-top: 20px;
	}

	.mb {
		margin-bottom: 20px;
	}

	.solo-paragraph {
		margin-top: 40px;
	}

	#titleblock {
		/*margin-bottom: 54px;*/
	}

	#headerwrap {
		/*min-height: 320px;*/
		padding-top: 60px;
		/*background-size: 50% 50%;*/
	}

	#headerwrap h1 {
		font-size: 40px;
		padding: 6px 8px 0 0;
	}

	#headerwrap h4 {
		font-size: 18px;
		padding-bottom: 20px;
	}

	.section {
		font-size: 18px;
		padding-top: 40px;
	}

	.gallery {
		margin-top: 15px;
		height: 120px;
		overflow: hidden;
	}

	.overlay .title {
		padding-top: 10px !important;
	}

	#footerwrap {
		height: 160px;
	}

	.row-margin-xs {
		margin-top: 40px;
	}

	.footer-pagination img {
		height: 40px;
		width: 40px;
	}

	.footer-email {
		text-align: left;
	}

	.vid {
		margin-top: 40px;
	}

	.xs-fullshift {
		transform: translateY(-100%);
		position: relative;
		top: 100%;
	}

	.xs-centershift {
		transform: translateY(-50%);
		position: relative;
		top: 50%;
	}


}

@media (min-width: 768px) {
	.row-margin-sm {
		margin-top: 60px;
	}

	.footer-pagination img {
		height: 100px;
		width: 100px;
	}

	.row-vertical-bottom-sm {
		display: table-cell;
		vertical-align: bottom;
		float: none;
	}
}