/*------------------------------------*\
    #OVERARCHING STYLES
\*------------------------------------*/

body {
	font-family: "adobe-garamond-pro", sans-serif;
}

a {
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	transition:all .5s ease
}

.btn,
.mainContent .col2 .btn {
	display: block;
	width: 50%;
	min-width: 150px;
	margin: 0 0 10px;
	padding: 16px 5px;
	border: 1px solid #a1a1a1;
	color: #a1a1a1;
	font: 600 12px/12px "adobe-garamond-pro", sans-serif;
	text-align: center;
	text-decoration: none;
}

.btn:hover,
.mainContent .col2 .btn:hover {
	background-color: #a1a1a1;
	color: #fff;
}

.sprite {
	background: transparent url('/lib/img/sprites/main-sprite2x.png') no-repeat 0 0;
	background-size: 500px;
}


/*------------------------------------*\
    #HEADER
\*------------------------------------*/

header {
	position: fixed;
	width: 95%;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	padding: 10px;
	background-color: #fff;
	z-index: 10;
}

header h1 {
	color: #acacac;
	font: 500 14px/14px "termina", sans-serif;
	text-transform: uppercase;
}

header h1 a {
	color: #acacac;
	text-decoration: none;
}



/*------------------------------------*\
    #PRIMARY CONTENT AREA
\*------------------------------------*/

.primaryContainer {
	float: left;
	width: 95%;
	width: -moz-calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	width: calc(100% - 180px);
	height: 60vh;
	margin: 18px 0 0;
	padding: 70px 90px 34px;
	overflow: auto;
}

.primaryContainer h2 {
	margin: 0 0 33px;
	color: #fff;
	font: normal 36px/21px "adobe-garamond-pro", sans-serif;
}

.primaryContainer p {
	width: 48%;
	margin: 0 0 19px;
	color: #fff;
	font: normal 18px/23px "adobe-garamond-pro", sans-serif;
}

.primaryContainer p a {
	color: #fff;
	text-decoration: underline;
}

.col {
	float: left;
}

/*------------------------------------*\
    #SECONDARY CONTENT AREA
\*------------------------------------*/

.secondaryContainer {
	clear: both;
	background-color: #0a1338;
	color: #fff;
	width: 100%;
	padding: 35px 0;
}

.secondaryContainer .content {
	width: 100%;
	width: -moz-calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	width: calc(100% - 180px);
	width: 80%;
	margin: 0 auto;
	padding: 0 90px;
}

.secondaryContainer p a {
	color: #fff;
}

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/

.footerContainer {
	position: relative;
	clear: both;
	display: block;
	width: 100%;
	z-index: 10;
	background-color: #fff;
}

footer {
	display: block;
	width: 90%;
	max-width: 2000px;
	margin: 0 auto;
}

.footerContainer .col {
	padding-bottom: 10px;
}

.footerContainer .col01 {
	width: 388px;
	width: 31%;
	width: -moz-calc(33% - 214x);
	width: -webkit-calc(33% - 24px);
	width: calc(33% - 24px);
	margin: 0 24px 0 0;
}

.footerContainer .col01 h2 {
	display: none;
}

.footerContainer .col02 {
	width: 30%;
	width: 31%;
	width: -moz-calc(33% - 24px);
	width: -webkit-calc(33% - 24px);
	width: calc(33% - 24px);
	margin: 0 24px 0 0;
	padding: 20px 0 0;
}

.footerContainer .col02 p {
	position: static;
	width: 60%;
	margin: 0 5% 0 0;
	padding: 10px 0 0;
	color: #939393;
	font: normal 14px/20px "Garamond", sans-serif;
	text-align: left;
}

.footerContainer .col02 img {
	float: right;
	width: 35%;
}

.footerContainer .col03 {
	width: 33%;
	padding-top: 40px;
}

.footerContainer .col03 .btn {
	margin: 0 auto 10px;
	font: 600 13px/13px "Adobe Garamond Pro Regular", sans-serif;
	letter-spacing: 3px;
}

.socialIcons {
	display: block;
	clear: both;
	width: 53px;
	margin: 25px auto;
	background: right;
}

.socialIcons a {
	position: relative;
	float: left;
	width: 23px;
	height: 23px;
	margin: 0 7px 0 0;
	background-color: #929292;
	text-align: center;
}

.socialIcons a:hover {
	opacity: .5;
}

.socialIcons .sprite {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	background-position: 0 -86px;
}

.socialIcons .facebook .sprite {
	width: 13px;
	height: 13px;
	margin: -7px 0 0 -6px;
}

.socialIcons .twitter .sprite {
	width: 14px;
	height: 12px;
	margin: -6px 0 0 -7px;
	background-position: -20px -86px;
}

.socialIcons .linkedin .sprite {
	width: 14px;
	height: 14px;
	margin: -8px 0 0 -7px;
	background-position: -39px -86px;
}

.socialIcons a:last-of-type {
	margin-right: 0;
}

#twitter {
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #f0f0f0;
	list-style-type: none;
}

#twitter li {
	width: 95%;
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	padding: 10px 0 10px 50px;
	font: normal 16px/21px "adobe-garamond-pro", sans-serif;
	border-bottom: 1px solid #eeeeef;
	background: transparent url('/lib/img/footer/twitter-bird2x.png') no-repeat 0 30px;
	background-size: 32px;
	color: #939393;
}

#twitter li a {
	color: #939393;
	text-decoration: none;
}

#twitter li a:hover {
	background-color: #939393;
	color: #fff;
}


#twitter .meta a {
	color: #788c9b;
	font: normal 14px/19px "adobe-garamond-pro", sans-serif;
}

#twitter .meta a:hover {
	background-color: #788c9b;
	color: #fff;
}

.footerContainer nav {
	width: 100%;
	height: 214px;
	margin: 0 0 17px;
	background: transparent url('/lib/img/footer/home-bkgr.jpg') no-repeat 0 0;
	text-align: center;
}

.buttons {
	width: 60%;
	margin: 0 20%;
	padding: 95px 0 0;
}

.buttons a {
	position: relative;
	float: left;
	top: 50%;
	width: 30%;
	width: -moz-calc(33% - 30px);
	width: -webkit-calc(33% - 30px);
	width: calc(33% - 30px);
	margin: 0 20px 0 0;
	padding: 16px 8px;
	border: 1px solid #fff;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	font: 600 13px/13px "adobe-garamond-pro", sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.buttons a:last-of-type {
	margin-right: 0;
}

.buttons a:hover{
	background-color: rgba(0,100,152,.8);
}

.author .authorBtn,
.story .storyBtn,
.viewpoints .viewpointsBtn,
.casting .viewpointsBtn,
.castingList .viewpointsBtn {
	display: none;
}

/*------------------------------------*\
    #PARSLEY FORM VALIDATION
\*------------------------------------*/

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

input.parsley-error.input50 {
	clear: both;
    width: 98%;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-errors-list {
	margin:0;
	padding:0;
}

.parsley-errors-list li{
	position: relative;
	display: block;
    font-size: 0.85rem;
    font-style: italic;
    font-weight: normal;
    background: red;
    color: #fff;
    list-style-type: none;
    width: 98%;
    width: -moz-calc(100% - 21px);
    width: -webkit-calc(100% - 21px);
    width: calc(100% - 21px);
    height: auto;
    margin: -6px 0 0;
    padding: 2px 10px;
}


/*------------------------------------*\
    #PRINT TARGETTING
\*------------------------------------*/
@media print {

	header,
	footer {
		display: none;
	}
}
