@charset "UTF-8";
/* CSS Document */


@import url("../_fonts/OpenSans-Regular/fontstyle.css");
@import url("../_fonts/FontAwesome/font-awesome.css");

body {
	height: 1500px;
	font-size: 12px;
	font-weight: lighter;
	letter-spacing: 1.5px;
	font-family: 'OpenSans-Regular'; /* Change your font */
	margin: 0px;
	min-width: 940px;
	background-image: url(../_assets/images/cd_bg.png);
	background-position: cover;
	background-attachment: fixed;
	position: relative;
	padding-top: 0px;
}
body p {
	margin-top: 5px;
}
body ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	top: auto;
	position: relative;
	font-variant: normal;
}
.main {
	margin: 0 auto;
	max width: none;

}
.banner {
	margin: 0px auto;
	width: 100%;
	background-image: url(../_assets/images/banner_logo.png);
	background-color: #333333;
	padding-top: 85px;
	padding-bottom: 85px;
	background-position: 50% -0%;
	background-repeat: no-repeat;
	
}
.title {
	font-size: 140%;
	font-weight: bold;
	margin-top: 21px;
	position: relative;
	clear: left;
	float: none;
	padding-top: 0px;
}
.header {
    margin: 0 auto;
	background-color: #333333;

}
.content {
	padding: 0px;
	overflow: hidden;
	z-index: -5;
}
.contents {
    width: 150px;
    margin: 10px;
    font-size: 80%;
	
/* Navigations Styles */	
}
#menu {
	list-style: none;
	background-color: #333333;
	width: 950px;
	margin: 0 auto;
	height: 43px;
	padding: 0px 0px 0px 10px;
	
}
#menu li {
	float: left;
	display: block;
	text-align: center;
	position: relative;
	padding: 3px 5px 3px 0px;
	margin-right: 3px;
	margin-top: 9px;

}
#menu li:hover {
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 2px;
	margin-right: 3px;
	margin-top: 9px;
}	
.dropdown_bg_png {
	background-color: #333333;
	position: relative;
	left: -1px;
	top: 12px;
	width: 480px;
	height: 500px;
	z-index: 5;
	-moz-border-radius: 0px 0px 25px 25px;
	-webkit-border-radius: 0px 0px 25px 25px;
	border-radius: 0px 0px 25px 25px;
}
#menu li a {
	font-size: 12px;
	font-weight: lighter;
	letter-spacing: 1.5px;
	color: #C4C4C4;
	display: block;
	outline: 0;
	text-decoration: none;
	width: 100px;
	
}
#menu li:hover a {
	color: #FFFFFF;
	width: 100px;
}
#menu logo li {
	font-size: 13px;
	color: #333333;
	display: block;
	outline: 0;
	text-decoration: none;
	width: 280px;
}
#menu li .menu.logo.li {
	margin-top: -4px;
	width: 280px;
	display: block;
	background-repeat: no-repeat;
}
#menu li .menu.logo.li:hover {
	width: 280px;
	background-repeat: no-repeat;
	padding-bottom: 1px;
	border-bottom: 2px solid #C4C4C4;
	color: #FFFFFF;
}
#menu li .drop {
	background-repeat: no-repeat;
	background-position: center 16px;
	margin-top: 0px;
}
#menu li:hover .drop {
	background-repeat: no-repeat;
	background-image: ;
	border-bottom: 2px solid #C4C4C4;
	padding-bottom: 2px;
	color: #FFFFFF;
	background-position: center 16px;
	margin-top: 0px;

}

/* Drop Down Styles */
.img_left-P { width: auto; float: left; margin: 0 0 0px -43px } /* Image sticks to the left */
.img_right-P { width: auto; float: right; margin: 0 -42px 0 0 } /* Image sticks to the right */

.img_left-A { width: auto; float: left; margin: 0 0 0 -43px } /* Image sticks to the left */
.img_right-A { width: auto; float: right; margin: 0 -42px 0 0 } /* Image sticks to the right */

.img_left-Sr { width: auto; float: left; margin: 0 0 0px -43px } /* Image sticks to the left */
.img_right-Sr { width: auto; float: right; margin: 0 -42px 0 0 } /* Image sticks to the right */

.img_left-S { width: auto; float: left; margin: 0 0 0px -43px } /* Image sticks to the left */
.img_right-S { width: auto; float: right; margin: 0 -42px 0 0 } /* Image sticks to the right */

.img_left-C { width: auto; float: left; margin: 0 0 0px -43px } /* Image sticks to the left */
.img_right-C { width: auto; float: right; margin: 0 -42px 0 0 } /* Image sticks to the right */

	
.dropdown_1column {
  margin: 5px auto 0px;
  float: right;
  position: absolute;
  left: -999em; /* Hides the drop down */
  text-align: left;
  padding: 0px 5px 0px 5px;
  border: 1px solid #777777;
  border-top: none;
  background: #333333;
  /* Rounded Corners */
  -moz-border-radius: 0px 0px 15px 15px;
  -webkit-border-radius: 0px 0px 15px 15px;
  border-radius: 0px 0px 15px 15px;
  
}
.dropdown_2columns{
  margin-top: 5px 20px 0;
  float: left;
  position: absolute;
  left: -999em; /* Hides the drop down */
  text-align: left;
  padding: 0px 5px 0px 5px;
  border: 1px solid #777777;
  border-top: none;
  background: #333333;
  /* Rounded Corners */
  -moz-border-radius: 0px 0px 25px 25px;
  -webkit-border-radius: 0px 0px 25px 25px;
  border-radius: 0px 0px 25px 25px;
  z-index: 9999;

}
.dropdown_3columns{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	position: absolute;
	left: -999em; /* Hides the drop down */
	text-align: left;
	padding: 0px 5px 0px 5px;
	border: 1px solid #777777;
	border-top: none;
	background: #333333;
	/* Rounded Corners */
	-moz-border-radius: 0px 0px 25px 25px;
	-webkit-border-radius: 0px 0px 25px 25px;
	border-radius: 0px 0px 25px 25px;
	z-index: 9999;
}
.dropdown_4columns{
	margin: 5px -188px 0px;
	float: left;
	position: absolute;
	left: -999em; /* Hides the drop down */
	text-align: left;
	padding: 0px 5px 0px 5px;
	border: 1px solid #777777;
	border-top: none;
	background: #333333;
	/* Rounded Corners */
	-moz-border-radius: 0px 0px 25px 25px;
	-webkit-border-radius: 0px 0px 25px 25px;
	border-radius: 0px 0px 25px 25px;
	z-index: 9999;
}
.dropdown_5columns {
  margin: 5px -80px 0px 0px;
  float: left;
  position: absolute;
  left: -999em; /* Hides the drop down */
  text-align: left;
  padding: 0px 5px 0px 5px;
  border: 1px solid #777777;
  border-top: none;
  background: #333333;
  /* Rounded Corners */
  -moz-border-radius: 0px 0px 25px 25px;
  -webkit-border-radius: 0px 0px 25px 25px;
  border-radius: 0px 0px 25px 25px;
  z-index: 9999;
  
}
.dropdown_6columns{
  margin-top: 5px;
  float: left;
  position: absolute;
  left: -999em; /* Hides the drop down */
  text-align: left;
  padding: 0px 5px 0px 5px;
  border: 1px solid #777777;
  border-top: none;
  background: #333333;
  /* Rounded Corners */
  -moz-border-radius: 0px 0px 25px 25px;
  -webkit-border-radius: 0px 0px 25px 25px;
  border-radius: 0px 0px 25px 25px;
  z-index: 9999;
		
}
.dropdown_1column {width: 140px;

}
.dropdown_2columns {
	width: 888px;
	height: 300px;
	float: left;
	margin: 5px 104px 0px -89px;
}
.dropdown_3columns {
  width: 550px; 
  height: 395px;
  float: left;
 
}
.dropdown_4columns {
	width: 888px;
	height: 300px;
	float: right;

}
.dropdown_5columns {
	width: 888px;
	height: 300px;
	float: right;
	
}
.dropdown_6columns {
  width: 550px; 
  height: 395px;
  float: right;
  margin-right: 14px;

}
#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns,
#menu li:hover .dropdown_6columns, {
	left: 5px;
	top: auto;


}
.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display: inline-block;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	color: #E7E7E7;
}
.col_1 {width:230px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}


#menu .menu_left {
	float: left;
	margin-right: auto;
	margin-left: auto;
	
}
#menu li .align_left {
	/* Rounded Corners */
	-moz-border-radius: 0px 0px 25px 25px;
    -webkit-border-radius: 0px 0px 25px 25px;
    border-radius: 0px 0px 25px 25px;
	
}
#menu li:hover .align_left {
	right:auto;
	left:-1px;
	top:auto;		

}
#menu .menu_right {
	float: right;
	margin-right: auto;
	margin-left: auto;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 0px 0px 25px 25px;
    -webkit-border-radius: 0px 0px 25px 25px;
    border-radius: 0px 0px 25px 25px;
}
#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;

}
#menu p, #menu h2, #menu h3, #menu ul li {
	color:#B4B4B4;
	line-height:21px;
	font-size:12px;
	text-align:left;

}
#menu li ul {  /* List Items */
	list-style: none;
	padding: 0;
	margin: 40px 0 11px 0;
}
#menu li ul li {
	width: 280px;
	height: 20px;
	font-size: 11px;
	line-height: 24px;
	position: relative;
	margin: 0px 15px -1px;
	padding: 5px;
	float: none;
	text-align: left;
	vertical-align: middle;
}
#menu li ul li:hover {
	width: 280px;
	height: 20px;
	font-size: 11px;
	line-height: 24px;
	position: relative;
	margin: 0px 15px -1px;
	padding: 5px;
	float: none;
	text-align: left;
	vertical-align: middle;
}
#menu li:hover div a {
	margin: 0px 15px 10px 7px;
	padding: 6px 6px 15px;
	font-size: 11px;
	position: relative;
	color: #9D9D9D;
	width: 280px;
	height: 20px;
	line-height: 24px;
	letter-spacing: 2px;
	vertical-align: text-top;
}
#menu li:hover div a:hover {
	margin: 0px 15px 10px 7px;
	padding: 6px 6px 10px;
	position: relative;
	font-size: 11px;
	color: #fff;
	width: 280px;
	height: 20px;
	line-height: 24px;
	letter-spacing: 2px;
	vertical-align: text-top;
}
#menu li .greybox li {
	font-size: 11px;
	color: #9D9D9D;
	text-align: justify;
	text-indent: 2em;
	position: relative;
	border: 1px solid #C4C4C4;
	margin: 0px 0px -1px 50px;
	width: 315px;
	height: 30px;
}
#menu li .greybox li:hover {
	background-color: rgba(80,81,87,0.50);
	text-align: justify;
	text-indent: 2em;
	position: relative;
	font-size: 11px;
	color: #FFF;
	border: 1px solid #C4C4C4;
	margin: 0px 0px -1px 50px;
	width: 315px;
	height: 30px;	
	
/* Dropdown List Boxes */
}
#menu li_r:hover div a {
	margin: 0px 15px 0;
	font-size: 11px;
	position: relative;
	color: #9D9D9D;
	width: 325px;
	height: 35px;
	letter-spacing: 2px;
}
#menu li .greybox_r ul  {
	margin: 50px 15px 15px 0px;
	float: right;
	width: 420px;
	height: 130px;
}
#menu li .greybox_r li  {
	width: 125px;
	height: 295px;
	opacity: 1;
	filter: alpha (opacity=100);
	postion: relative !important;
	float: left;
	margin: -310px 0px 10px -10px;
	display: inline-block;

}
#menu li .greybox_r li:hover {
	text decoration: none;
	opacity: 0.5;
	filter: alpha (opacity=50);
	postion: relative !important;
	float: left;
	clear: none;
	margin: -310px 0px 10px -10px;
	width: 125px;
	height: 295px;
	display: inline-block;
}
#menu li .greybox_lrg li  {
	width: 375px;
	height: 295px;
	opacity: 1;
	filter: alpha (opacity=100);
	postion: absolute !important;
	float: right;
	clear: none;
	margin: -248px 63px 20px -60px;
	display: inline-block;
}
#menu li .greybox_lrg li:hover {
	width: 375px;
	height: 295px;
	text decoration: none;
	opacity: 0.5;
	filter: alpha (opacity=50);
	postion: absolute !important;
	float: right;
	clear: none;
	margin: -248px 63px 20px -60px;
	display: inline-block;			

}
.verticle-text-col2 {
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate( 90deg);
	postion: absolute !important;
	margin: -115px -480px 0px 0px;
	float: right;
	font-size: 11px;
	letter-spacing: 3px;
	color: #9D9D9D;

}
.verticle-text {
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate( 90deg);
	postion: absolute !important;
	margin: -100px -490px 0px 0px;
	float: right;
	font-size: 11px;
	letter-spacing: 3px;
	color: #9D9D9D;
	
}
.verticle-text-lrg {
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate( 90deg);
	postion: absolute !important;
	margin: -99px -410px 0px 0px;
	float: right;
	font-size: 11px;
	letter-spacing: 3px;
	color: #9D9D9D;


/*! About Dropdown */
}
.about img {
	margin-top: 40px;
	margin-left: 220px;
	margin-bottom: 10px;	

}
.about-p {
	text: 10px;
	text-align: center !important;
	color: #C4C4C4;
	line-height: 2em;
	margin: 25px 15px 0 0px;

}
.about-p2 {
	text: 10px;
	text-align: center !important;
	color: #C4C4C4;
	line-height: 2em;
	margin: 10px 10px 0 0px;

}
.about-btn {
	font-size: 12px;
	font-weight: 80;
	margin: 7px 0 0px 190px;
	display: inline-block;
	width: 130px;
	height: 35px;
	text: 12px;
	padding-top: 0px;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #ccc;
	padding-bottom: 5px;
}
.about-btn:hover {
	text: 12px;
	color: #9D9D9D;
	background-color: rgba(80,81,87,0.50);
	text-decoration: none;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 5px;
}
.about-btn-default {
	text: 12px;
	color: #fff;
	background-color: rgba(119,121,127,0.37);
	border-color: #ccc;
}
.about btn-default:hover {
	text: 12px;
	color: #333;
	background-color: #858585;
	border-color: #ccc;

}
.about-btn-2 ul {
	float: right;
	margin-left: 0px;
	width: 550px;
	height: 60px;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
}
.column-btn-2 {
	font-size: 10px;
	font-weight: 60;
	margin: -15px -30px 0px 50px;
	display: inline-block;
	width: 135px;
	height: 33px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #4C4C4C;
	border: 1px solid #ccc;
	vertical-align: text-top;
	padding-bottom: 7px;
}
.column-btn-2:hover {
	text: 10px;
	color: #9D9D9D;
	background-color: rgba(80,81,87,0.50);
	text-decoration: none;

}
.column-btn-default-2 {
	text: 10px;
	color: #fff;
	background-color: rgba(119,121,127,0.37);
	border-color: #ccc;

}
.column-btn-default-2:hover {
	text: 10px;
	color: #333;
	background-color: #858585;
	border-color: #ccc;
	
}
/*! Email Contact Form */
button {
  overflow: visible;

}
input {
	vertical-align: text-top !important;
	text-align: left;

}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}
.row {
	margin-top: 20px;
	width: 0;
}
.form-control {
	margin-left: 90px;
	width: 350px;
	height: 33px;
	vertical-align: text-top;
	padding: 0px 7px 7px;
	font-size: 12px;
	color: #C3C3C3;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 0 3px 3px rgba(1, 1, 1, .055);
	box-shadow: inset 0 0 3px 3px rgba(.5, .5, .5, .055);
	box-shadow: inner 0 0 3px 3px (.5, .5, .5, .055);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-top: 5px;  
	
}
#comments {
	margin-left: 90px;
	width: 350px;
	height: 130px;
	vertical-align: text-top;
	padding: 7px 7px;
	font-size: 12px;
	color: #C3C3C3;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 0 3px 3px rgba(1, 1, 1, .055);
	box-shadow: inset 0 0 3px 3px rgba(.5, .5, .5, .055);
	box-shadow: inner 0 0 3px 3px (.5, .5, .5, .055);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	white-space: pre-wrap;
	margin-top: 5px;    
}
.btn {
	color: #C4C4C4 !important;
	letter-spacing: 3px;
	margin-left: 183px;
	display: inline-block;
	width: 243px;
	height: 45px;
	margin-top: 7px;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #fff;
}
.contact-btn {
	color: #C4C4C4 !important;
	letter-spacing: 1px;
	margin-left: 198px;
	display: inline-block;
	width: 130px;
	height: 40px;
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #fff;
}
.btn:hover,
.btn:focus {
  color: #fff !important;
  text-decoration: none;
}
.contact-btn:hover,
.contact-btn:focus {
  color: #fff !important;
  background-color: rgba(80,81,87,0.50);
  text-decoration: none;  
}
.btn:active,
.btn.active {
   outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

}
.btn-default {
	color: #fff;
	background-color: rgba(42, 43, 46, 0.502);
	border-color: #858585;
}
.contact-btn-default {
	color: #fff;
	background-color: rgba(119,121,127,0.37);
	border-color: #858585;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	text: 16px;
	color: #333;
	background-color: #858585;
	border-color: #ccc;

}
.btn-block {
	display: block;
	width: 173px; 
	
}
.btn-block2 {
	display: block;
	width: 155px; 
	
}
.btn-block + .btn-block {
  margin-top: 5px;

}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;

}
.input-group .form-control {
	position: absolute;
	z-index: 2;
	float: none;
	width: 100%;
	vertical-align: text-top;		
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
	vertical-align: text-top;
}
.input-group-btn > .btn {
  position: relative;

}
.input-group-btn > .btn + .btn {
  margin-left: -1px;

}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after{
  display: table;
  content: ' ';
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;


/* Section Body */
}
#wrapper{
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-left: 0px;
}
.catagory-items {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
	
}
.catagory-items ul {
	padding-top: 50px;
	
}
.catagory-items li {
	font-variant: small-caps;
	display: inline-block;
	list-style: none;
	width: 300px;
	margin: 50px 15px 0px;
	
}
.catagory-items title {	
  decoration: none;
  color: #C4C4C4;
  font-size: 10px;
  display: inline;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2.0;
  text-align: center !important;
  font-weight: 100;

} 
.catagory-items .p{
 font-variant: normal;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;

} 
.pullquote-sm {
	background-image: url(../_assets/images/_cd%20site%20artwork/pullquote_sm.png);
	position: relative;
	width: 250px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 10px 20px;
	font-weight: 200;
	line-height: 1.5;
	letter-spacing: 2px;
	font-size: 15px;
	color: #333;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 0%;
	text-align: center;
	margin-top: 0px;
} 	
.pullquote {
	background-image: url(../_assets/images/_cd%20site%20artwork/pullquote_bg.png);
	font-variant: small-caps;
	position: relative;
	width: 400px;
	height: 155px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 10px 10px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 3px;
	font-size: 20px;
	color: #464646;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 0%;
	text-align: center;
	margin-top: 75px;
	font-style: normal;
} 
.lead {
	font-family: 'OpenSans-Light' !important;
	position: relative;
	width: 400px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2;
	font-size: 25px;
	color: #333;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: -10%;
	font-weight: lighter;
} 
.lead-p {
	font-family: 'OpenSans-Light';
	position: relative;
	width: 800px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	font-weight: lighter;
	font-size: 15px;
	color: #333;
	background-position: 50% 0%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	background-repeat: no-repeat;		

} 
.lead a {
	font-family: 'OpenSans-Light';
	position: relative;
	width: 400px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2;
	font-size: 25px;
	color: #333;
	text-align: center;
	margin-top: 0px;
	letter-spacing: -10%;
	font-weight: lighter;
	
}
#article {
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-left: 0px;

}
.article-contents {
	background-image: url(../_assets/images/w_bg.png);
	border-collapse: collapse;
	border-top: 1px solid #C4C4C4;
	height: 325px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;

}
.article-items {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: #880002;
  margin-top: 3px;
  
}
.article-items ul {
	padding-top: 20px;
	text-align: left !important;
	decoration: none;

}
.article-items li {
	font-variant: small-caps;
	display: inline-block;
	line-height: 1.0;
	list-style: none;
	width: 300px;
	margin: 0px 10px;
	text-align: left !important;
	vertical-align: text-top;
	font-size: 10px;
}
.article-items title {
	text-align: left !important;
	decoration: none;
	color: #880002;
	font-size: 10px;
	display: inline;
	letter-spacing: 2px;
	line-height: 1.0;
	font-weight: 200;
	vertical-align: text-top;
	
} 
.article-items .p {
  font-variant: normal;
  font-weight: 100;
  line-height: 2.3;
  letter-spacing: 1px;
  font-size: 10px;
  color: #000;
  text-align: left;
 
}
.article-items li-2 {
	display: inline-block;
	content: ' ';
	list-style: none;
	 line-height: 1.3;
	width: 180px;
	vertical-align: text-top;
	font-size: 10px;
	text-align: center;
}
.article-items-img {
	width: 455px;
	height: 455px;
	display: inline-block;
	position: relative;
	padding-left: 0px;
	margin-left: -10px;
	margin-top: 20px;

}
.article-items-img-a {
	width: 455px;
	height: 455px;
	display: inline-block;
	position: relative;
	padding-left: 0px;
	margin-left: -50px;
	margin-top: -20px;

} 
.spacer { 
	height: 46px;
	width: 100%;
	clear: both; 
} 
#anchor { 
 content: ' ';	
	
   	
/* Scroll up */
}
#scrollUp {
	position: fixed;
	bottom: 5px;
	right: 10px;
	width: 42px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../_assets/images/scrollup.png);
	background-color: #eee;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#scrollUp:hover {
	background-color: #C4C4C4;

/* Footer */
}	
.drawer {
	font-family: 'OpenSans-Regular';
	margin: 0 auto;
	bottom: 0px;
	height: 357px;
	overflow: hidden;
	position: fixed;
	width: 100%;
	clear: both;
	background-image: url(../_assets/images/clickme_a.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	z-index: 5; /* make this what you need to */
	font-size: x-large;
}
.drawer > header {
	display: block;
	height: 45px;
	line-height: 25px;
	margin: auto;
	overflow: hidden;
	padding: -1px;
	text-align: center;
	width: 115px;
	color: #C4C4C4;

}
.drawer-content {
	background-image: url(../_assets/images/bg.png);
	border-collapse: collapse;
	border-top: 1px solid #2f2f2f;
	height: 327px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
}
.clickme {
  cursor: pointer;

}
.drawer-items {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	
}
.drawer-items ul {
	margin: 0px 15px 0px 0px;
}
.drawer-items li {
	display: inline-block;
	list-style: none;
	width: 350px;
	float: left;
	margin: 7px 0px 0px 40px;
}
.drawer-items .column-1 {
	font-family: 'OpenSans-Regular';
	display: inline;
	font-weight: lighter;
	line-height: 2em;
	align-content: center;
	float: left;
	clear: both;
	color: #C4C4C4;
	
}
.drawer-items .column-1 p {
	font-family: 'OpenSans-Regular';
	font-size: 10px;
	color: #C4C4C4;
	font-weight: lighter;
	letter-spacing: 2px;
	line-height: 2em;
	margin-top: 5px;
	margin-left: 20px;

}
.drawer-items .column-2 title {
	font-family: 'OpenSans-Regular';
	color: #C4C4C4;
	font-size: 10px;
	display: inline;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 2.0;
	margin: 30px 0px 10px -14px;
	text-align: center;
	font-weight: 700;
}
.drawer-items .column-2 {
	font-family: 'OpenSans-Regular';
	display: inline;
	font-size: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	align-content: center;
	text-align: left;
	float: left;
	clear: both;
	color: #C4C4C4;
	font-weight: 700;
}
.drawer-items li a {
	font-family: 'OpenSans-Regular';
	text-decoration: none;
	color: #C4C4C4;
	display: inline;
	margin-bottom: 10px;
	line-height: 4.0;
	margin-top: 14px;
}
.column-2 icon1 {
	background: url(images/social/home.png) no-repeat left;
	color: #C4C4C4;
	display: block;
	float: left;
	margin: 0 6px 0px 0px;
	letter-spacing: 2px;
	line-height: 3.0;

}
.column icon1-li {
  background: url(images/social/home.png) no-repeat center;
  color: #C4C4C4;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 3.0;

}
.drawer-items .column-3 title {
	font-family: 'OpenSans-Regular';
	margin-top: 30px;
	color: #C4C4C4;
	font-size: 10px;
	display: inline;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 2.0;
	font-weight: 700;
	
}
.drawer-items .column-3 {
	display: inline-block;
	font-size: 10px;
	color: #C4C4C4;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.5;
	margin-top: 10px;
}
.drawer-items .column-3 ul {
	margin: 25px 0px 0px;
}	
.drawer-items .column-3 sectionimg {
	border: 1px solid #fff;
	padding-top: 0px;
	width: 272px;
	height: 160px;
	display: inline-block;
	float: left;
	margin-top: 25px;
}
.drawer-items .social li {
	width: 24px;
	height: 24px;
	list-style: none;
	display: inline-block;
	float: left;
	
}
.drawer-items .social a {
	opacity: 0.8;
	margin-top: -20px;
	text-align: left;
	width: 24px;
	height: 24px;
	list-style: none;
	display: inline-block;
	float: left;
	margin-right: 34px;

}
.drawer-items .social a:hover {
	opacity: 1;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;

}
.drawer-items .social .youtube { background: url(images/social/you_tube.png) no-repeat center; }
.drawer-items .social .vimeo { background: url(images/social/vimeo.png) no-repeat center; }
.drawer-items .social .facebook { background: url(images/social/facebook.png) no-repeat center; }
.drawer-items .social .twitter { background: url(images/social/twitter.png) no-repeat center; }
.drawer-items .social .googleplus { background: url(images/social/googleplus.png) no-repeat center;

}
.copyright {
	display: inline-block;
	font-size: 9px;
	letter-spacing: 0px;
	color: #C4C4C4;
	font-variant: small-caps;
	text-align: left;
	width: 420px;
	margin: 30px 55% 20px 35%;
	position: static;
	letter-spacing: normal;
}
