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

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}

hr {
    max-width: 50px;
    border-color: #e13a3d;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

hr.compliment {
	border-color: #67BAB7;
}

a {
    color: #e13a3d;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway,'Helvetica Neue',Arial,sans-serif;
}

.shadow {
	text-shadow: 0px 1px 4px rgba(34,34,34, .75);
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}


img.center {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.bg-primary {
    background-color: #e13a3d;
}

.bg-dark {
    color: #fff;
    background-color: #444;
}

.bg-black {
	color: #e3e3e3;
	background-color: #222;
}

.bg-compliment {
	color: #fff;
	background-color: #67BAB7;
}

.bg-neutral {
	background-color: #999;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 100px 0;
}

section.print-sample {
	padding: 50px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: Raleway,'Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: Raleway,'Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #e13a3d;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #e13a3d;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #e13a3d!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #e13a3d;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #e13a3d;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/header.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.89);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }
    
    header.subpage {
	   min-height: 100%;

    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
   /*  max-width: 650px; */
}



	.portfolio-box img {
		width: 100%;
	}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    /*opacity: 0;*/
    background: rgba(34,34,34,.5);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: Raleway,'Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
   /* opacity: 1; */
   background: rgba(225,58,61,.75);
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #e13a3d;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}


.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #e13a3d;
    color: #fff;
    background-color: #e13a3d;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: rgba(225,58,61,.8);
    background-color: rgba(225,58,61,.8);
    color: #fff;
   /* background-color: #C2181C; */
    
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #e13a3d;
    background-color: #e13a3d;
}

.btn-primary .badge {
    color: #e13a3d;
    background-color: #fff;
}

.btn-compliment {
	color: #fff;
	border-color: #67BAB7;
    background-color: #67BAB7;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-compliment:hover,
.btn-compliment:focus,
.btn-compliment.focus,
.btn-compliment:active,
.btn-compliment.active,
.open > .dropdown-toggle.btn-compliment {
    border-color: rgba(15,119,115,.8);
    background-color: rgba(15,119,115,.8);
    color: #fff;
   /* background-color: #0F7773; */
}

.btn-compliment:active,
.btn-compliment.active,
.open > .dropdown-toggle.btn-compliment {
    background-image: none;
}

.btn-compliment.disabled,
.btn-compliment[disabled],
fieldset[disabled] .btn-compliment,
.btn-compliment.disabled:hover,
.btn-compliment[disabled]:hover,
fieldset[disabled] .btn-compliment:hover,
.btn-compliment.disabled:focus,
.btn-compliment[disabled]:focus,
fieldset[disabled] .btn-compliment:focus,
.btn-compliment.disabled.focus,
.btn-compliment[disabled].focus,
fieldset[disabled] .btn-compliment.focus,
.btn-compliment.disabled:active,
.btn-compliment[disabled]:active,
fieldset[disabled] .btn-compliment:active,
.btn-compliment.disabled.active,
.btn-compliment[disabled].active,
fieldset[disabled] .btn-compliment.active {
    border-color: #67BAB7;
    background-color: #67BAB7;
}


.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: Raleway,'Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

footer {
	padding: 50px 0;
}

.twitter-tweet {
	display: block;
	margin: 0 auto;
}

/* ADDED STYLES */
	
	section.article h2 {
		font-family: Raleway,'Helvetica Neue',Arial,sans-serif;
		font-size:40px;
	}
	
	section.article h3 {
		font-family: Raleway,'Helvetica Neue',Arial,sans-serif;
		font-size:24px;
		}
		
	section.more-work {
		padding:50px 0;
		background: #67BAB7;
		color: #fff;
	}
	
	section.more-work.bg-white {
		background: #fff;
		color: #333;
	}
	
	section#summary {
		padding:60px 0;
	}
		section#summary h2 {
			padding-top: 0;
			margin-top: 0;
		}
	
	.headroom {
		margin-top:50px;
	}
	
	.headroom-lite {
		margin-top:10px;
		margin-bottom: 0;
	}
	
	.legroom {
		margin-bottom:50px;
	}
	
	section.bg-dark .text-muted {
		color:#999;
	}

	.primary-red {
		color: #e13a3d;
	}
	
	img.profile {
		border: 5px solid #555;
	}
	
	.no-padding#work {
		background-color: #222;
	}
	
	.screencaps img {
		width: 100%;
	}
	
/* TOGGLE GRID */	
	.portfolio-box .portfolio-box-caption.active-box {
		background-color: rgba(255,255,255,.25)
	}
	
	.portfolio-box .portfolio-box-caption.active-box:hover {
		background-color: rgba(255,255,255,.25);
		-webkit-transition: all .35s;
		-moz-transition: all .35s;
		transition: all .35s;
	}
	
	.portfolio-box .portfolio-box-caption.active-box .portfolio-box-caption-content {
		visibility: hidden;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		transition: all .2s;
	}
	
/* MAGAZINES */
	
.magazine-box {
    display: block;
    position: relative;
    margin: 0 auto;
}

.magazine-box .magazine-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.magazine-box .magazine-box-caption .magazine-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.magazine-box .magazine-box-caption .magazine-box-caption-content .project-category,
.magazine-box .magazine-box-caption .magazine-box-caption-content .project-name {
    padding: 0 15px;
    font-family: Raleway,'Helvetica Neue',Arial,sans-serif;
}

.magazine-box .magazine-box-caption .magazine-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.magazine-box .magazine-box-caption .magazine-box-caption-content .project-name {
    font-size: 18px;
}

.magazine-box:hover .magazine-box-caption {
   opacity: 1;
   background: rgba(225,58,61,.75);
}

@media(min-width:768px) {
    .magazine-box .magazine-box-caption .magazine-box-caption-content .project-category {
        font-size: 16px;
    }

    .magazine-box .magazine-box-caption .magazine-box-caption-content .project-name {
        font-size: 22px;
    }
}

/* TUMBLR POSTS */

#loading {
	-moz-transition: opacity .25s ease-in-out , top .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out , top .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out , top .25s ease-in-out;
    transition: opacity .25s ease-in-out , top .25s ease-in-out;
}


/* RESUME PAGE */
	section.resume h2 {
		margin:0 0 5px 0;
		padding:0;
	}
	
	section.resume h3 {
		margin:0 0 5px 0;
		padding:0;
	}
	
	section.resume hr {
		margin: 50px auto;
	}

/* PERLS PAGE */
#perls {
	min-height: 50%;
    width: 100%;
    background-image: url(../perls/img/more-chairs3.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* PRINT PAGE */

.print-box {
    display: block;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}

.print-active .print-box {
	cursor: default;
}

	.print-box img {
		width: 100%;
	}

.print-box .print-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background: rgba(34,34,34,.5);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.print-active .print-box .print-box-caption {
	background: transparent;
	display: none;
	cursor: default;
}

.print-box .print-box-caption .print-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.print-box .print-box-caption .print-box-caption-content .project-category,
.print-box .print-box-caption .print-box-caption-content .project-name {
    padding: 0 15px;
    font-family: Raleway,'Helvetica Neue',Arial,sans-serif;
}

.print-box .print-box-caption .print-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.print-box .print-box-caption .print-box-caption-content .project-name {
    font-size: 18px;
}

.print-box .print-box-caption.title .print-box-caption-content .project-name {
    font-size: 36px;
}


.print-box:hover .print-box-caption {
   background: rgba(225,58,61,.75);
}

.print-box:hover .print-box-caption.title {
    background: rgba(34,34,34,.5);
    cursor: default;
}

@media(min-width:768px) {
    .print-box .print-box-caption .print-box-caption-content .project-category {
        font-size: 16px;
    }

    .print-box .print-box-caption .print-box-caption-content .project-name {
        font-size: 22px;
    }
}

.col-lg-4.print-active {
    width: 66.66666667%;
}

.portfolio-box.team .portfolio-box-caption {
	background: transparent;
	}
	
.portfolio-box.team:hover .portfolio-box-caption {
   background: rgba(225,58,61,.65);
	}	
	



.carousel.perls .item {
    left: 0;
      -webkit-transition: opacity 3s;
         -moz-transition: opacity 3s;
           -o-transition: opacity 3s;
              transition: opacity 3s;
}



.carousel.perls .carousel-control {
    background-image: none;
}

/* DISABLE WOW ON MOBILE */
@media (max-width: 768px) {
	.wow {
  visibility: visible !important;
  -webkit-animation: none !important;
     -moz-animation: none !important;
       -o-animation: none !important;
      -ms-animation: none !important;
          animation: none !important;
	}
	
}

.btn.btn-xl {
	margin-bottom: 15px;
}


