/* Main Elements
-------------------------------------------------- */

body {

}

.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.container {
  width:970px !important;
  margin: 0 auto;
}

.page{
    background-color: #fff;
    z-index: 10;
    padding-bottom:25px;
}

/* Typography
-------------------------------------------------- */

body { 
  font-family: "myriad-pro", Arial;
  color:#444444;
 }

h1, h2, h3, h4, h5, h6 {  }

h1, .h1 { 
  font-family: Helvetica, Arial;
  color:#BF192C;
  font-size:20px;
  margin-top: 0px;
  padding-top: 0px;
  text-transform: uppercase;
  font-weight: bold;
}

h2, .h2 { 
  font-family: Helvetica, Arial;
  font-size:17px;
  color:#007DA4;
  font-weight: bold;
}

h3, .h3 { 
  font-size: 18px;
  color:#E5A300;
  font-weight: bold;
  font-family:Arial, Tahoma;  
}
h4, .h4 {  }

h5, .h5 {  }
h6, .h6 {  }

p {  }

a {  }

a:hover, a:focus {  }

.bree {
  font-family: 'bree', Arial;
}

input#birthday-form-field {
/*
  This is a special field used to hide the 'Honeypot' form field that fools the spambots
  the spambots. Leave this alone.
*/
  display: none;
}

/* ===============================================
   PAGE STRUCTURE
================================================== */

/* Header
-------------------------------------------------- */

.header-wrap {
  height:240px;
	z-index: 200;
}

header { 
  position: relative;
  width:980px;
  margin:0 auto;
  height: 168px;
  background-image: url("/img/header-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
}

.social-icons {
  position: absolute;
  right:0px;
  top:72px;
}

.social-icons a {
  float:left;
  margin-right:7px;
}

.social-icons .linkedin {
  background-image: url("/img/icon-linkedin.png");
  background-repeat: no-repeat;
  display: block;
  height: 0 !important;
  overflow: hidden;
  padding-top: 31px;
  width: 31px;
}

.social-icons .facebook {
  background-image: url("/img/icon-facebook.png");
  background-repeat: no-repeat;
  display: block;
  height: 0 !important;
  overflow: hidden;
  padding-top: 31px;
  width: 30px;
}

.social-icons .twitter {
  background-image: url("/img/icon-twitter.png");
  background-repeat: no-repeat;
  display: block;
  height: 0 !important;
  overflow: hidden;
  padding-top: 31px;
  width: 30px;
}


.links {
  position: absolute;
  top:36px;
  right:0px;
  color:#00B07F;
}

.links a {
  color:#007DA4;
  text-decoration: none;
  font-size: 15px;
  padding:0 10px;
}

.links a:hover, .links a.active {
  color:#BF1A2C;
}

.phone {
  position: absolute;
  right:190px;
  top:128px;
  color:#BF192C;
  font-size: 16px;
  font-family: Helvetica, Arial;
  font-weight: bold;
  background-image: url("/img/icon-phone.png");
  background-repeat: no-repeat;
  padding:4px 0 0 25px;
}

.email {
  position: absolute;
  right:5px;
  top:133px;
    color:#BF192C;
  font-size: 16px;
  font-family: Helvetica, Arial;
  font-weight: bold;
  background-image: url("/img/icon-email.png");
  background-repeat: no-repeat;
  padding:0px 0 3px 35px;
}

.email:hover {
  text-decoration: none;
  color:#BF192C;  
}

#logo { 
  position: absolute;
  top:25px;
  left:0px;
}


#logo a {
  background-image: url("/img/logo.png");
  background-repeat: no-repeat;
  display: block;
  height: 0 !important;
  overflow: hidden;
  padding-top: 146px;
  width: 195px;
}

/* MAIN NAVIGATION */

.navbar { 
  background: none;
  position: absolute;
  left:0px;
  top:176px;
  border: none;
  width:970px !important;
}

.navbar .container {
  padding:0px;
  padding-left: 40px;
}

.navbar li {
  color:#ECA400;
  font-size: 21px;
  margin: 8px 36px 0px 0;

}

.navbar-nav > li > a { 
  font-family:Helvetica , Arial;
  font-weight:bold;
  font-size: 17px;
  color:#fff;
  padding-top:19px;
  padding-bottom:17px;
  margin-right: 4px;
  text-shadow: none;
  float:left;
  text-transform: uppercase;
}

.navbar-nav > li:last-child > a {  }

.navbar-default .navbar-nav > li > a {  }

.navbar .navbar-nav > .active > a,.navbar .navbar-nav > li > a:hover { 
  color:#007DA4;
  background-color: #DDDDDD;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block; 
}

/* SECOND LEVEL OF MAIN NAVIGATION */

ul.nav li.dropdown > ul.dropdown-menu {
  box-shadow: 0px 4px 3px rgba(0,0,0,0.52);
  border:none;
  width:250px;
}

ul.nav li.dropdown > ul.dropdown-menu li {
  margin-left: 0px;
  margin-right: 0px;
}

ul.nav li.dropdown > ul.dropdown-menu li a {
  color:#444444;
  font-size: 16px;
  font-weight: normal;
  font-family:Arial;
  border-bottom:1px solid #DDDDDD;
  background:none;
  white-space: normal;
}

ul.nav li.dropdown > ul.dropdown-menu li a:hover {
  background:none;
  background-color:#007DA4;
  color:#fff;
}

/* SUB NAVIGATION */

.sub-nav {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

.sub-nav li {
  width:185px;
  padding:10px 0;
  border-bottom: 1px solid #DDD;
}

.sub-nav li a {
  color:#BF1A2C;
  padding:4px 0;
  font-size: 17px;
  font-family: "myriad-pro", helvetica;
  line-height: 1.25em;
}

.sub-nav li.active a, .sub-nav li a:hover {
  color:#000;
  text-decoration: none;
}

.sub-nav li.active:before {
    content: "• ";
    color: #000; /* or whatever color you prefer */
}

/* Crumbs
-------------------------------------------------- */

.crumbs {
  list-style: none;
  margin:25px 0;
  padding:0px;
}

.crumbs li {
  float:left;
  color:#666666;
  font-size: 12px;
  font-style: italic;
}

.crumbs li a {
  color:#666;
  text-decoration: underline;
  font-style: italic;
}


/* Content
-------------------------------------------------- */

.content {
  margin-top:30px;
  border-right:1px solid #DDDDDD;
}

.image.Right {
  float:right;
  margin:15px 0 15px 20px;
}

.image.Left {
  float:left;
  margin:15px 20px 15px 0;
}

.image.Center {
  text-align: center;
  margin:20px auto;
}

.image .caption {
  text-align: center;
  color:#F97403;
}

.documents {
  list-style: none;
  margin-left: 0px;
  padding-left:0px;
}

.documents .size {
  color:#666;
  font-size: 80%;
}

.documents .description {
  color:#666;
  font-size: 100%;
}

.documents li {
  background-position: 0 0.25em;
  background-repeat: no-repeat;
  padding: 3px 0 3px 20px;
}

ul.documents li.pdf {
  background-image: url(http://tcg-craft.s3.amazonaws.com/document-icons/pdf.gif);  
}

ul.documents li.doc {
    background-image: url(http://tcg-craft.s3.amazonaws.com/document-icons/doc.gif);
}
ul.documents li.gif {
    background-image: url(http://tcg-craft.s3.amazonaws.com/document-icons/gif.gif);
}
ul.documents li.jpg {
    background-image: url(http://tcg-craft.s3.amazonaws.com/document-icons/jpg.gif);
}
ul.documents li.ppt {
    background-image: url(http://tcg-craft.s3.amazonaws.com/document-icons/ppt.gif);
}
ul.documents li.txt {
    background-image: url(http://tcg-craft.s3.amazonaws.com/document-icons/txt.gif);
}
ul.documents li.xls {
    background-image: url(http://tcg-craft.s3.amazonaws.com/document-icons/xls.gif);
}
ul.documents li.zip {
    background-image: url(http://tcg-craft.s3.amazonaws.com/document-icons/zip.gif);
}

/* Sidebar
-------------------------------------------------- */

.sidebar {
  width:260px;
  padding-left:30px;
}

.sidebar {
  margin-top:10px;
}

.sidebar h2 {
  color:#007DA4;
  font-size: 17px;
  font-weight: bold;
}

/* Footer
-------------------------------------------------- */

footer .container { 
  padding-top: 35px;
}

footer p {
	font-size: 14px;
	color: #777777;
	margin: 0;
}

footer .red {
  color:#C53746;
}

footer a, footer a:hover {
  color:#007DA4;
  text-decoration: underline;
}

footer a.icon-fb {
  background-image: url("/img/icon-fb.png");
  background-repeat: no-repeat;
  display: block;
  height: 0 !important;
  overflow: hidden;
  padding-top: 40px;
  width: 40px;
  float: left;
}

footer .subscribe {
  width: 340px;
  height:112px;
  background-image: url("/img/subscribe-bg.png");
  float:left;
  margin-left: 30px;
  margin-top: -27px;
}

footer .pa {
  padding-left: 30px;
}

footer .pa p {
  font-size: 12px;
  text-align: left;
}

footer .pa img {
  float:left;
  margin-right: 15px;
  
}

/* Signature
-------------------------------------------------- */

#signature {
	text-align:center;
	margin:0;
	width:100%;
}

#signature a {
	display:block; /* set to "none" to hide the signature */
	margin:15px auto;
	margin-bottom:0;
	width:120px;
	padding-top:24px;
	height:0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../img/tcg-signature.png);
}

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
.wrap {
	min-height: 100%;
	width:100% !important;
	height: auto;
	/* Negative indent footer by its height */
	margin: 0 auto;
	/* Pad bottom by footer height */
	padding: 0 0 40px;
	background-image: url(../img/bg-top.png);
	background-position: top;
	background-repeat: repeat-x;

}

/* Set the fixed height of the footer here */
footer {
	padding-top: 20px;
	height: 100px;
  background-image: url(../img/footer-bg.png);
  background-repeat: repeat-x;
  background-color: #fff;
}

#signature a:hover { background-position:0 -24px; }

/* ===============================================
   RESPONSIVE MEDIA QUERIES
================================================== */

/* XS - Mobile Phones */
/*@media(max-width:767px){ }*/
/* SM - iPad in portrait mode */
/*@media(min-width:768px){ }*/
/* MD - Desktop */
/*@media(min-width:992px){ }*/
/* LG - Large Desktop */
/*@media(min-width:1200px){ }*/

/* ===============================================
   TEMPLATES
================================================== */



/* Single (single.twig)
-------------------------------------------------- */



/* {Channel Index} ({channel}/index.twig)
-------------------------------------------------- */


/* {Channel Entry} ({channel}/_entry.twig)
-------------------------------------------------- */

/* FORMS */

input.nicetext, textarea.nicetext, div.select select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
textarea.nicetext {
    height: auto;
}
input.nicetext:focus, textarea.nicetext:focus, div.select select:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
div.field-error {
    color: #a94442;
    font-size: 12px;
}
div.form-group p.help-block {
    color: #999;
    font-size: 12px;
    font-style: italic;
}
div.radiobuttons div, div.checkboxes div {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 20px;
    padding-left: 20px;
}
div.checkboxes div {
    padding-left: 15px;
}
div.radiobuttons div input[type="radio"] {
    float: left;
    margin-left: -20px;
}
div.checkboxes div input[type="checkbox"] {
    float: left;
    margin-left: -15px;
    margin-top: 1px;
}
div.radiobuttons div + div, div.checkboxes div + div {
    margin-top: -5px;
}
div.radiobuttons label, div.checkboxes label {
    cursor: pointer;
    display: inline;
    font-weight: normal;
}

