@charset "utf-8";
/* Toby's Estate IS
*/



.box-all {
	position:relative;
	width:100%;
	height:100%;
}

/* INNER TEMPLATES - HEADER */

.box-header {
    position: fixed;
    width: 100%;
    min-height: 74px;
    background-color: rgba(42, 42, 42, 0.9);
	z-index:10;
}

.box-header .logo {
	float:left;
	margin-top:30px;
	margin-left:30px;	
}

.box-header .nav {
	float:right;
	margin-top:28px;
	margin-right:30px;		
	margin-bottom:20px;
}

.box-header .nav ul {	
	display:inline;
	font-family: "pill-gothic-300mg",sans-serif;
	font-weight: 400;
	font-size:14px;	
	text-transform:uppercase;
	letter-spacing: 0.0625em;	
}

.box-header .nav ul li {
	display:inline-block;	
	border-top:rgba(255,255,255,0) 1px solid;
	border-bottom:rgba(255,255,255,0) 1px solid;	
	padding:4px 0 4px 0;	
	margin-left:30px;
	margin-bottom:5px;	
}

.box-header .nav ul li a {
	color:#CCCCCC;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;		
}

.box-header .nav ul li a:hover {
	color: #FFFFFF;	
}

.box-header .nav ul li.active {
	border-top: rgba(255,255,255,0.8) 1px solid;
	border-bottom: rgba(255,255,255,0.8) 1px solid;
}

.box-header .nav ul li.active a {
	color:#FFFFFF;	
}

/* SPOTLIGHT - HOME */

.box-spot {
    width: 100%;
    height: 100%;
    background-color: #372e24;
}

.box-spot .main-wrap {
	position: absolute;
	top: 30%;
	left: 50%;
	text-align:center;
}


.box-spot .main-wrap .main {
	position:relative;
	width:1000px;
	max-height:700px;
	margin-left:-500px;
	margin-top:-30%;	
	text-align:center;	
}

.box-spot .main-wrap .main .logo {
	position:absolute;	
	width:297px;
	height:135px;
	top:0px;
	left:340px;
}

.box-spot .main-wrap .main .intro {
	position:absolute;	
	width:420px;
	height:460px;
	top:200px;
	left:270px;
	text-align:center;
	z-index:10;	
}

.box-spot .main-wrap .main .intro .time {
	display:block;
	font-family: "pill-gothic-300mg",sans-serif;
	font-size:16px;
	font-weight:400;
	color:#FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.0625em;	
	margin-bottom:10px;	
}

.box-spot .main-wrap .main .intro .pic {
	display:block;
	width:330px;
	height:200px;
	border-top:#c4893f 1px solid;
	border-bottom:#c4893f 1px solid;
	margin-left:auto;
	margin-right:auto;	
	margin-bottom:10px;
}

.box-spot .main-wrap .main .intro .play:hover {
	opacity:1;
}

.box-spot .main-wrap .main .intro .copy {
	font-family: "proxima-nova",sans-serif;
	font-size:14px;
	font-weight:600;
	color:#FFFFFF;
	text-align:left;
}

.box-spot .main-wrap .main .intro .copy h1{
 	font-family: "crimson",sans-serif;
	font-weight:500;
	font-size:22px;
	margin-bottom:10px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing: 0.0625em;
}

.scroll-down {
	position:absolute;
	cursor:pointer;
	bottom:0px;
	left:190px;
	width: 35px;
	height: 35px;
	background-image:url(../images/arrow-down-w.png);
	background-repeat:no-repeat;
	opacity:0.5;	
	
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;	
}

.scroll-down:hover {
	opacity:1;	
}

.scroll-up {
	position:absolute;
	cursor:pointer;
	bottom:0px;
	left:190px;
	width: 35px;
	height: 35px;
	background-image:url(../images/arrow-up-w.png);
	background-repeat:no-repeat;
	opacity:0.5;	
	
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;	
}

.scroll-up:hover {
	opacity:1;	
}


.box-spot .main-wrap .main .nav {
	position:absolute;	
	width:1000px;
	height:220px;
	top:170px;
	z-index:9;	
}

.box-spot .main-wrap .main .nav ul {
	font-family: "pill-gothic-300mg",sans-serif;
	font-size:16px;
	font-weight:700;
	color:#FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.0625em;
}

.box-spot .main-wrap .main .nav ul li img {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;	
}

.box-spot .main-wrap .main .nav ul li a {
	color:#CCCCCC;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;		
}

.box-spot .main-wrap .main .nav ul li a:hover {
	color:#FFFFFF;	
}


.box-spot .main-wrap .main .nav ul.left {
	float:left;
	text-align:left;
}
.box-spot .main-wrap .main .nav ul.left li {
	display:block;
	margin-bottom:70px;
	margin-left:70px;
}

.box-spot .main-wrap .main .nav ul.left li + li {
	margin-left:0px;
}

.box-spot .main-wrap .main .nav ul.left li:last-child {
	margin-bottom:0px;
	margin-left:70px;	
}

.box-spot .main-wrap .main .nav ul.right {
	float:right;
	text-align:right;
}
.box-spot .main-wrap .main .nav ul.right li {
	display:block;
	margin-bottom:70px;
	margin-right:70px;
}

.box-spot .main-wrap .main .nav ul.right li + li {
	margin-right:0px;
}

.box-spot .main-wrap .main .nav ul.right li:last-child {
	margin-bottom:0px;
	margin-right:70px;	
}

/* SPOTLIGHT - INNER */

.box-spot .text-wrap {
	position: absolute;
	top: 40%;
	left: 50%;
	text-align:center;		
}

.box-spot .text-wrap .text {
	position:relative;	
	font-family: "pill-gothic-300mg",sans-serif;	
	width: 480px;
	text-align:center;
	margin-left:-240px;
	margin-top:-40%;	
}

.box-spot .text-wrap .text .title {
	border-top: #030404 5px solid;
	border-bottom: #030404 5px solid;	
	padding:10px 0 10px 0;		
	font-weight: 700;
	font-size: 72px;
	line-height: 65px;
	text-transform: uppercase;	
	margin-bottom: 20px;
	letter-spacing: 0.0625em; 
}

.box-spot .text-wrap .text .blurb {
	font-weight: 400;
	font-size: 16px;			
	margin-bottom:20px;
}

.b-scroll {
	cursor:pointer;	
	width: 35px;
	height: 35px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;	
}

.b-scroll.down {
	background-image:url(../images/arrow-down-b.png);
	background-repeat:no-repeat;	
}


.box-spot .text-wrap .text .b-scroll.down:hover {
	background-image:url(../images/arrow-down-w.png);
}


.box-spot .bg-spot {
	display:table;	
    width: 100%;
    height: 100%;
	background-position:center;
	background-repeat:no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 1024px) {
    /* Portrait */
    @media screen and (orientation:portrait) {
        /* Portrait styles here */
        .box-spot {
            height: 768px;
        }

        .box-spot .bg-spot {
            display:table;
            width: 100%;
            height: 768px;

            background-position: 50% 0px;
            -webkit-background-size: 100% auto;
        }

        .box-spot .text-wrap .text {
            margin-top:-320px;
        }

        .b-scroll.down {
            display: none;
        }
    }
    /* Landscape */
    @media screen and (orientation:landscape) {
        /* Landscape styles here */

        .box-spot .bg-spot {
            display:table;
            width: 100%;
            height: 100%;

            background-position: 0px 0px;

            -webkit-background-size: 100%;
            background-size: 100%;
        }

        .b-scroll.down {
            display: block;
        }
    }
}

.box-spot .bg-spot.story {
	background-image: url(../images/spot-story.jpg);
}

.box-spot .bg-spot.coffee {
	background-image: url(../images/spot-coffee.jpg);
}

.box-spot .bg-spot.workshop {
	background-image: url(../images/spot-coffee.jpg);
}

.box-spot .bg-spot.sustainability {
	background-image: url(../images/spot-sustainability.jpg);
}

.box-spot .bg-spot.updates {
	background-image: url(../images/spot-updates.jpg);
}

.box-spot .bg-spot.contact {
	background-image: url(../images/spot-contact.jpg);
}

.box-spot .bg-spot.main {
	background-image: url(../images/spot-main.jpg);
}

.box-spot .bg-spot.intro {
	background-image: url(../images/spot-intro.jpg);
}


/* INNER TEMPLATES - BODY */

.box-body {
	position:relative;
	width:100%;
	/*min-height:1000px;*/
	background:#FFFFFF url(../images/bg-body.gif);
	width: 100%; 
	padding:0px 0px 70px 0px;
	overflow:hidden;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, .2);        
    box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, .2);		
}

.box-body .crumb {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:70px;
	text-align:center;				
}

.box-body .crumb .link {
	font-family: "pill-gothic-300mg",sans-serif;
	font-size:16px;	
	width:1000px;
	height:70px;
	display:table-cell;
	vertical-align:middle;			
	text-align:center;
}

.box-body .crumb .link a{
	text-decoration:underline;
	color:#030404;
}

.box-body .crumb .link a:hover{
	color:#000000;
	text-decoration:none;
}

.box-body .crumb .link h1{
  	font-size:22px;
  	color:#c4893f;
  	text-transform:uppercase;
}

.body-wrap {
	background-color:#FFFFFF;
	padding:30px 0px 30px 0px;			
}

.content {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
}

.content-coffee {
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;		
}

.content .feat-text {
	margin-left:auto;
	margin-right:auto;	
	text-align:center;
	width:800px;
	margin-bottom:30px;
}

.content h1 {
	display:block;
	font-size:22px;
 	color:#c4893f;
  	text-transform:uppercase;
  	margin-bottom:20px;
}

.content h2 {
	display:block;
	font-size:42px;
	font-weight:700;
 	color:#030404;
  	text-transform:uppercase;
  	margin-bottom:20px;
}

.content .ourpride {
	margin-left:auto;
	margin-right:auto;	
	width:990px;
	margin-bottom:30px;	
}

.content .ourpride .item {
	display:inline-block;
	width:300px;
	margin:0px 15px 0px 15px;
	vertical-align:top;	
}

.content .ourpride .item .pic{
	width:300px;
	height:150px;
	margin-bottom:10px;
}

.content .ourpride .item .cap{
	width:300px;
}

.content .line-br {
	border-top:#000000 1px solid;
	margin-bottom:30px;	
}

.content .box-about {
	position:relative;
	background-image:url(../images/story-about.jpg);
	width:1000px;
	height:495px;
	margin-bottom:10px;	
}

.content .box-about .copy {
	position:absolute;
	top:90px;
	left:90px;
	width:440px;	
	font-size:18px;
	line-height:24px;
	text-align:left;
}

.coffee-type {
	display:block;
	margin-bottom:30px;	
}

.coffee-type .item {
	display:inline-block;
	font-family: "pill-gothic-300mg",sans-serif;
	font-size:22px;	
	font-weight:700;
	text-transform:uppercase;
	vertical-align:middle;
}

.coffee-type .item img {
	margin:0px 25px 0px 25px;
}

.coffee-type .item a {
	color:#030404;
	text-decoration:underline;
}

.coffee-type .item a:hover {
	color:#000000;	
	text-decoration:none;
}

.coffee-select {
	display:block;
	margin-bottom:30px;	
}

.coffee-select .box {
	cursor:pointer;	
	position:relative;
	display:inline-block;
	border:4px #341d15 solid;
	background-color:#FFFFFF;
	width:290px;
	height:290px;
	margin:0px 10px 20px 10px;
	text-align:left;
}

.coffee-select .box.empty {
	cursor:default;
	border:4px #d6d2d0 solid;
}

.coffee-select .box .title {
	position:absolute;
	top:30px;
	left:15px;
	width:200px;
	z-index:3;
}

.coffee-select .box .title .t01{
	font-family: "proxima-nova",sans-serif;	
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;	
}

.coffee-select .box .title .t02{
	font-family: "pill-gothic-300mg",sans-serif;
	font-size:26px;	
	font-weight:700;
	margin-bottom:10px;
}

.coffee-select .box .title .t03 {
	opacity:0;
	
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;	
}

.coffee-select .box .title .t03 img{
	margin-right:2px;
}

.coffee-select .box .title .t03 img.off{
	opacity:0.3;
}

.coffee-select .box .desc {
	position:absolute;
	bottom:30px;
	left:15px;
	width:200px;
	z-index:1;
	font-family: "pill-gothic-300mg",sans-serif;
	font-size:14px;	
	font-weight:400;
}

.coffee-select .box .focus {	
	position:absolute;
	background-color:#c7b299;
	width:290px;
	height:290px;
	z-index:2;
	opacity:0;
	
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.coffee-select .box .focus .more{	
	display:inline-block;
	position:absolute;
	bottom:30px;
	left:15px;
	height:25px;
	font-family: "pill-gothic-300mg",sans-serif;
	font-size:16px;	
	font-weight:400;
	vertical-align:middle;	
}

.coffee-select .box .focus .more img{	
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;		
}

.coffee-select .box:hover .focus {
	opacity:1;
}

.coffee-select .box:hover .title .t03 {
	opacity:1;
}

/* INNER TEMPLATES - TRIVIA / FACTS */

.box-trivia {
	width:100%;	
	background:#c0cccb url(../images/bg-trivia.gif); 
	padding:50px 0px 50px 0px;
	overflow:hidden;	
}

.facts {
	display:table;		
	width:960px;
	padding:0px 20px 0px 20px;
	margin-left:auto;
	margin-right:auto;
}

.facts1 {
	display:table-cell;	
	width:400px;		
	border-top: #030404 1px solid;
	border-bottom: #030404 1px solid;	
	text-align:right;
	vertical-align:middle;	
}

.facts1 .text {
	margin:10px;
	font-family: "pill-gothic-300mg",sans-serif;
	font-size:35px;
	font-weight:300;
	color:#2d241a;
	line-height:38px;
	text-transform:uppercase;		
}

.facts1 .text strong {
	font-weight:700;
}

.facts2 {
	display:table-cell;	
	width:160px;
	text-align:center;
	vertical-align:middle;
}

.facts3 {
	display:table-cell;	
	width:400px;
	border-top: #030404 1px solid;
	border-bottom: #030404 1px solid;
	text-align:left;
	vertical-align:middle;	
}

.facts3 .text {
	margin:10px;
	font-family: "pill-gothic-300mg",sans-serif;
	font-size:20px;
	font-weight:400;
	line-height:26px;
	color:#2d241a;		
	text-transform:uppercase;
	width:200px;
}

/* INNER TEMPLATES - FOOTER */

.box-footer {
	width:100%;	
	background:#2d241b url(../images/bg-footer.gif);
	overflow:hidden;
}

.box-footer .copy {
	font-family: "pill-gothic-300mg",sans-serif;
	font-size: 14px;
	font-weight:400;
	color:#FFFFFF;
	letter-spacing: 0.0625em;		
	float:left;
	margin-top:20px;
	margin-left:30px;	
}

.box-footer .social {
	float:right;	
	margin-top:20px;
	margin-right:30px;
	margin-bottom:15px;	
}

.social ul {	
	display:inline;
	font-family: "pill-gothic-300mg",sans-serif;
	font-weight: 400;
	font-size:14px;	
	text-transform:uppercase;
	letter-spacing: 0.0625em;
}

.social ul li {
	display:inline-block;	
	margin-left:30px;
	margin-bottom:5px;
	color:#c4893f;
}

.social ul li a {
	color:#FFFFFF;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;		
}

.social ul li a:hover {
	color: #c4893f;	
}

/* INNER TEMPLATES - OVERLAY */

.box-overlay {
	position:absolute;
	background-color: rgba(255, 255, 255, 0.95);
	width:100%;
	height:100%;
	z-index:20;	
}

.box-window {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.box-window .close-b {
	cursor:pointer;
	position:absolute;
	top:10px;
	left:180px;
	width:90px;
	height:90px;		
	z-index:21;	
}

.box-window .close-b img{
	opacity:0.3;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;			

}

.box-window .close-b:hover img{
	opacity:1;		
}

.box-window .nav {
	position:absolute;
	top:120px;	
	width:1000px;
	height:70px;	
	border-top:#c4893f 1px solid;
	border-bottom:#c4893f 1px solid;
	z-index:21;			
}

.box-window .nav .arrow-b {
	cursor:pointer;	
	position:absolute;
	top:24px;	
	width:22px;
	height:22px;	
}

.box-window .nav .arrow-b img{
	opacity:0.3;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.box-window .nav .arrow-b:hover img{
	opacity:1;
}

.box-window .nav .arrow-b.left {
	left:390px;
}

.box-window .nav .arrow-b.right  {
	right:30px; 
}       


.box-window .content {
	width:1000px;
}

.box-window .content .c01 {
	display:inline-block;
	width:460px;
	text-align:center;
}

.box-window .content .c01 img {
	margin-top:205px;
}

.box-window .content .c02{
	display:inline-block;
	width:540px;
	vertical-align:top;
	text-align:left;
}

.box-window .content .c02 .info {
	display:table-cell;
	vertical-align:middle;
	font-family: "pill-gothic-300mg",sans-serif;
	font-weight: 400;
	font-size:14px;
	color:#030404;	
	height:120px;	
}

.box-window .content .c02 .info strong{
	font-weight: 400;
	color:#959595;
	text-transform:uppercase;	
}

.box-window .content .c02 .title {
	display:block;
	vertical-align:middle;
	font-family: "proxima-nova",sans-serif;	
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	color:#030404;
	height:72px;
	padding-top:10px;
}

.box-window .content .c02 .title h1{
	font-family: "pill-gothic-300mg",sans-serif;
	font-weight: 700;
	font-size:28px;
	color:#030404;	
	text-transform:none;	
}

.box-window .content .desc {
	margin-top:10px;	
	width:500px;
	font-family: "proxima-nova",sans-serif;	
	font-size:16px;
	font-weight:400;
	line-height:24px;
	color:#030404;
}

.box-window .content .type {
	margin-top:20px;
	font-family: "pill-gothic-300mg",sans-serif;
	font-weight: 400;
	font-size:14px;
	color:#030404;	
	height:120px;	
}

.box-window .content .type strong {
	font-weight: 400;
	color:#959595;
	text-transform:uppercase;	
}

.box-window .content .type p {
	margin-bottom:10px;	
}

.box-window .content .type .item {
	display:inline-block;
	width:80px;
	text-align:center;
	margin-right:10px;
}

.box-window .content .type .item img{
	margin-bottom:5px;
}

/* INNER TEMPLATES - WORKSHOP */

.content .workshops {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
	font-family: "proxima-nova",sans-serif;	
	font-size:16px;
	font-weight:400;
	color:#030404;			
}

.content .workshops .title {
  	margin-bottom:30px;	
	display:block;
}
	
.content .workshops .title h1 {
	font-family: "pill-gothic-300mg",sans-serif;	
	display:block;
	font-size:22px;
 	color:#c4893f;
  	text-transform:uppercase;
	margin-bottom:0px;
}

.content .workshops ul {
	display:inline-block;
	width:360px;
	text-align:left;
	margin-right:60px;
	vertical-align:top;
}

.content .workshops ul + ul{
	margin-right:0px;
}
.content .workshops ul li {
	display:block;
	margin-bottom:30px;
}

.content .workshops ul li strong{
	font-family: "pill-gothic-300mg",sans-serif;
	font-weight: 700;
	font-size:18px;
	color:#030404;
}

/* INNER TEMPLATES - SUSTAINABILITY */

.content .sustainability {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
	font-family: "proxima-nova",sans-serif;	
	font-size:16px;
	font-weight:400;
	color:#030404;			
}

.content .sustainability .title {
  	margin-bottom:30px;	
	display:block;
}
	
.content .sustainability .title h1 {
	font-family: "pill-gothic-300mg",sans-serif;	
	display:block;
	font-size:22px;
 	color:#c4893f;
  	text-transform:uppercase;
	margin-bottom:0px;
}

.content .sustainability .flow {
	position:relative;
	width:1000px;
	text-align:center;
	
	font-family: "proxima-nova",sans-serif;	
	font-size:16px;
	font-weight:400;
	color:#030404;			
}

.content .sustainability .flow .arrow01 {
	position:absolute;
	top:90px;
	left:355px;
	width:45px;
	height:45px;		
}

.content .sustainability .flow .arrow02 {
	position:absolute;
	top:260px;
	right:135px;
	width:45px;
	height:45px;			
}

.content .sustainability .flow .arrow03 {
	position:absolute;
	top:410px;
	right:305px;
	width:45px;
	height:45px;		
}

.content .sustainability .flow .arrow04 {
	position:absolute;
	top:410px;
	left:310px;
	width:45px;
	height:45px;		
}

.content .sustainability .flow ul {
	width:1000px;	
	display:block;
	text-align:center;
	margin-bottom:80px;	
}

.content .sustainability .flow ul:last-child {
	margin-bottom:20px;	
}

.content .sustainability .flow ul li {
	display:inline-block;
	min-width:250px;
	margin-right:90px;
	vertical-align:top;
}

.content .sustainability .flow ul li:last-child {
	margin-right:0px;	
}

.content .sustainability .flow ul li .pic {
	display:inline-block;

}

.content .sustainability .flow ul li .t01 {
	font-family: "pill-gothic-300mg",sans-serif;
	font-size: 16px;
	font-weight: 700;	
	color:#cdc2af;
	text-align:left;
}

.content .sustainability .flow ul li .t02 {
	margin-top:20px;
	text-align:center;
	width:250px;
	margin:auto;	
}


.content .sustainability .flow ul li .pic img{
	display:inline-block;
}


/* INNER TEMPLATES - UPDATES */

.content .updates {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	
	font-family: "proxima-nova",sans-serif;	
	font-size:16px;
	font-weight:400;
	color:#030404;		
}

.content .updates .article-pic {
	display:inline-block;
	width:490px;
	vertical-align:top;
	margin-right:30px;	
}

.content .updates .article-copy {
	display:inline-block;
	width:480px;
	vertical-align:top;
	text-align:left;
}

.content .updates .article-copy h1{
	font-size:18px;
	font-weight:700;
	color:#030404;
	text-transform:none;
	margin-bottom:20px;
}

.content .updates .article-copy .type {
	font-family: "pill-gothic-300mg",sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform:uppercase;
	color:#c4893f;
	margin-bottom:10px;		
}

.content .updates .article-copy .type .date{
	font-family: "proxima-nova",sans-serif;	
	font-size:16px;
	font-weight:400;
	color:#030404;		
}

.content .updates .item {
	position:relative;
	width:1000px;
	border-bottom:#000000 1px solid;
	padding-bottom:30px;
	margin-bottom:30px;
	min-height:155px;
	text-align:left;	
}

.content .updates .item:last-child {
	border-bottom:none;
}

.content .updates .item .type {
	position:absolute;
	top:0px;
	right:0px;
	text-align:right;
	text-transform:uppercase;
	color:#c4893f;	
	font-family: "pill-gothic-300mg",sans-serif;
	font-size: 22px;
	font-weight: 700;	
}

.content .updates .item .type .date{
	font-family: "proxima-nova",sans-serif;	
	font-size:16px;
	font-weight:400;
	color:#030404;		
}

.content .updates .item .more {
	position:absolute;
	bottom:30px;
	right:0px;
	text-align:right;
}

.content .updates .item .more a {
	text-decoration:underline;
}

.content .updates .item .more a:hover {
	text-decoration:none;
}

.content .updates .item .thumb {
	display:inline-block;
	width:266px;	
	margin-right:50px;
}

.content .updates .item .text {
	display:inline-block;
	width:480px;
	vertical-align:top;
}

.content .updates .item .text h1 {
	font-size:18px;
	font-weight:700;
	color:#030404;
	text-transform:none;
	margin-bottom:0px;
}

/* INNER TEMPLATES - CONTACT */

.content .contact {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	border-bottom:#000000 1px solid;
	padding-bottom:40px;
	margin-bottom:40px;	
	text-align:left;			
}

.content .contact:last-child {
	border-bottom:none;		
}

.content .contact .item {
	position:relative;
	width:1000px;
	margin-bottom:30px;
	overflow:hidden;
}

.content .contact .item:last-child {
	margin-bottom:0px;
}

.content .contact .item .c01 {
	float:left;
	width:360px;
	font-family: "proxima-nova",sans-serif;	
	font-size:16px;
	font-weight:400;
	color:#030404;	
}

.content .contact .item .c01 h1 {
	font-family: "pill-gothic-300mg",sans-serif;
	font-size: 22px;
	font-weight: 700;
	color:#c4893f;	
	text-transform:uppercase;
	margin-bottom:0px;
}

.content .contact .item .c02 {
	float:right;
	text-align:right;
	margin-top:10px;
}

.content .contact .item .c02 ul {
	display:inline;		
}

.content .contact .item .c02 ul li {
	display:inline-block;
	text-align:center;
	width:160px;
	margin-left:40px;
	vertical-align:top;
}

.content .contact .item .c02 ul li .t01 {
	font-family: "pill-gothic-300mg",sans-serif;
	font-size: 20px;
	font-weight: 700;
	color:#030404;	
	text-transform:uppercase;
	border-bottom:#000000 1px solid;
	padding-bottom:5px;
	margin-bottom:5px;	
}

.content .contact .item .c02 ul li .t02 {
	font-family: "proxima-nova",sans-serif;	
	font-size:16px;
	font-weight:400;
	color:#030404;
	text-transform:uppercase;		
}

.content .contact .item .c02 ul li .t02 strong {
	font-family: "proxima-nova",sans-serif;	
	font-size:18px;
	font-weight:700;
	color:#030404;	
}

/** **/
#dvBgCoverClipVid img {
    cursor:pointer;
    opacity:0.5;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#dvBgCoverClipVid img:hover {
    opacity:1;
}

#dvBgCoverClipVidContainer .dvBgCoverClipVidContainerClose {
    position: absolute;
    cursor: pointer;
    top: 10px;
    left: 10px;
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    color: #000000;
}

#dvBgCoverClipVidContainer .dvBgCoverClipVidContainerClose:hover {
    color: #ffffff;
}

.content .updates .article-copy p {
    margin-bottom: 15px;
}
.content .updates .article-copy p:first-child {
    margin-bottom: 0px;
}
.content .updates .article-copy p:last-child {
    margin-bottom: 0px;
}