/*

Theme Name:		R Ray Wang
Template:		cc_parent
Author:			Computer Courage
Theme URI:		http://computercourage.com
Author URI:		http://www.computercourage.com/services/web-design/
Description:	A custom theme built by Computer Courage.
Version:		1.0

--------------------------------------------------------------- */


/* =Structure
---------------------------------------------------------------------- */

html {
	background: #363438;
	font-family: "proxima-nova", sans-serif;
}
body, #page, #header, #main, #footer, .block {
	position: relative;
	width: 100%;
	display: inline-block;
	float: left;
}
.inner-page {
	width: 1140px;
	margin: 0 auto;
	display: table;
}
.inner-page-wide {
	width: 98%;
	margin: 0 auto;
	display: table;
}
.last {
	margin-right: 0px;
}
#page {
	top: auto;
}
#page.page-mobile {
	position: fixed;
	top: 87px;
	left: 0;
}
#content {
	float: left;
	width: 100%;
}
#content.flexible-content {
	width: 77%;
}
#sidebar {
	float: right;
	width: 20%;
}
#content, #sidebar {
	padding: 2% 0 0 0;
}



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

#header-1 {
	background: #F0F2F3;
	padding: 0.5em 0;
	border-bottom: 1px solid #e5e8ee;
}
.header-1-link {
	float: left;
	text-decoration: none;
	border-bottom: 1px dotted #717c8e;
	color: #717c8e;
	margin-right: 2em;
	font-size: 0.9em;
	margin: 4px 2em 4px 0;
}
#header-socials, #header-1 .search-form {
	float: right;
}
#header-1 .screen-reader-text {
	display: none;
}
#header-1 .search-form input[type="submit"] {
	background: url('images/search-glass.png') center center no-repeat #ffffff;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0;
	height: 24px;
	width: 24px;
	font-size: 0;
	line-height: 0;
	text-indent: 500px;
	overflow: hidden;
	color: transparent;
}
#header-1 .search-form input[type="search"] {
	height: 24px;
	line-height: 24px;
	float: left;
	margin: 0 0 0 6px;
	font-size: 13px;
	padding: 0 7px;
	width: 12em;
}
.header-social {
	text-decoration: none;
	float: left;
}
.header-social img {
	width: 17px;
	margin: 3px 10px 1px;
	opacity: 0.8;
}
#header-2 {
	background: #ffffff;
	border-bottom: 1px solid #dddddd;
}
#header-2.fixed-header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000000;
}
#logo-wrapper {
	text-decoration: none;
	display: block;
	float: left;
	padding: 1.2em 0;
}
#logo-wrapper img {
	height: 3.7em;
	float: left;
	margin-right: 0.9em;
}
#site-title {
	float: left;
	font-size: 2.22em;
	line-height: 165%;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
}
#site-title-1 {
	color: #24b3df;
	font-weight: 700;
}
#site-title-2 {
	color: #3d1868;
	font-weight: 700;
}
#site-title-3 {
	color: #242424;
	font-weight: 200;
}
#primary-nav {
	float: right;
}

/* Primary Menu */
#main-menu {
	float: right;
	margin-right: 1em;
}
#main-menu ul {

}
#main-menu li {
	float: left;
	position: relative;
}
#main-menu a {
	display: block;
	padding: 1.16em 0.8em;
	text-decoration: none;
	color: #717c8e;
}
#main-menu ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 6.11e,;
	left: 0;
	z-index: 99999;
}
#main-menu ul ul ul {
	left: 100%;
	top: 0;
}
#main-menu ul ul li {
	border-top: 1px solid #dfdfdf;
}
#main-menu ul ul a {
	background: #F0F2F3;
	color: #717c8e;
	line-height: 1em;
	padding: 0.7em 0.6em 0.7em 1.1em;
	width: 10em;
	height: auto;
	
}
#main-menu li:hover > a,
#main-menu ul ul :hover > a {

}
#main-menu ul ul a:hover {
	color: #56C4E6;
}
#main-menu ul li:hover > ul {
	display: block;
}
#main-menu > ul > li > a {
	margin: 0;
	line-height: 379%;
}
#main-menu > ul > li > a:hover {
	color: #24B3DF;
}
#main-menu .menu-item-has-children > a {
	background: url('images/down-arrow-1.png') right center no-repeat;
}
#main-menu .menu-item-has-children > a:hover  {
	background: url('images/down-arrow-2.png') right center no-repeat;
}


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

#body-1 {
	background: #371262;
	color: #ffffff;
	text-align: center;
	padding: 3.8em 0;
}
#body-1.front-1 {
	height: 405px!important;
	padding: 0!important;
}
#body-1.front-1 .inner-page {
	height: 100%;
}
.slide-text {
	height: 100%;
	display: table;
	width: 100%;
}
.slide-text > div {
	disp