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

/*

Theme Colors:
	Main: #0866c6
	Hover: #07519c
	Active: #063d74

	Light Color: #007eff;

*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
form, 
input,
select,
input[type=submit], 
input[type=text], 
input[type=textfield], 
textarea {
	-webkit-appearance: none;
	outline: 0;
    border-radius: none;
	border: none;
}

@font-face
{
font-family: Gotham;
src: url('images/fonts/Gotham-Book.eot'), /* IE9 */
     url('images/fonts/Gotham-Book.ttf');
	 font-weight: 300;
}

@font-face
{
font-family: Gotham;
src: url('images/fonts/Gotham-Bold.eot'), /* IE9 */
     url('images/fonts/Gotham-Bold.ttf');
font-weight: bold;
}
@font-face
{
font-family: Gotham;
src: url('images/fonts/Gotham-BookItalice.eot'), /* IE9 */
     url('images/fonts/Gotham-BookItalice.ttf');
font-style: italic;
}

@font-face
{
font-family: Gotham;
src: url('images/fonts/Gotham-Light.eot'), /* IE9 */
     url('images/fonts/Gotham-Light.ttf');
font-weight: 0;
}




/*  Page Settings *
 ________________________________________________________________________________________________ */

body {
	font-family: Gotham, "Myriad Pro", Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	vertical-align: top;
	text-align: center;
  	background: url(/z_content/images/template/page/background.png) repeat top left;
}

.maxwidth {
  max-width: 1000px;
}

/* Overflow is Set Here */

/* This is The Background for the Entire Page*/
.wrapper {
	width: auto;
	max-width: 100%;
    overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

/* This is the Wrapper for the Content + Plugins */
#content_wrapper,
.content_wrapper {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  
}

img {
  border: 0;
}

#clear,
.clear {
	clear: both;
	height: 0;
	max-height: 0;
}

.div {
  width: 1000px;
  margin: 0 auto;
}

.right {
  float: right;
}
.left {
  float: left;
}

li {
  margin-left: 25px;
}
p {
  margin-bottom: 18px;
}

.italics,
.italic {
	font-style: italic;
}

.padding0 {
   padding: 0;
}
.margin0 {
  margin: 0;
}

.center {
  margin: 0 auto;
}
.hidden {
	display: none;
}

input,
textarea {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
	outline: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	outline: 0;
}
input:focus,
textarea:focus {
	outline: 0;
}

.textalignright {
    text-align: right
}


/* Page Links *
 ________________________________________________________________________________________________ */

a:link,
a.alink,
a:visited,
a.alink:visited {
	text-decoration: none;
	color: #3b71b8;
	cursor: pointer
}
a:hover,
a.alink:hover {
	text-decoration: underline;
	color: #F00;
}
a:active,
a.alink:active {
	text-decoration: none;
	color: #F00;
}
ul a:hover {
	text-decoration: none;
}
#white_link,
.white_link,
.white {
	text-decoration: none;
	color: #FFF;
}



/*  =Buttons
 ________________________________________________________________________________________________ */
.button,
a.button,
input[type=submit] {
	background-color: #cf1e2b;
	color: #FFF;
	display: block;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	cursor: pointer;
	font-size: 14px;
	line-height: 14px;
	padding: 10px 45px 7px;
	border: 1px solid #960a14;
	border-bottom: 4px solid #960a14;
	display: inline-block;
}

.button:hover,
a.button:hover,
input[type=submit]:hover {
	text-decoration: none;
	background-color: #ed3e4b;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

.button:active,
a.button:active,
.button:focus,
a.button:focus,
input[type=submit]:active,
input[type=submit]:focus {
	background-color: #960a14;
}

input[type=submit] {
	margin-top: 10px;
}

.button.grey,
a.button.grey,
input[type=submit].grey {
	background-color: #eee;
	color: #555;
	border: 1px solid #999;
	border-bottom: 4px solid #999;
}

.button.grey:hover,
a.button.grey:hover,
input[type=submit].grey:hover {
	background-color: #f9f9f9;
}

.button.grey:active,
a.button.grey:active,
input[type=submit].grey:active,
.button.grey:focus,
a.button.grey:focus,
input[type=submit].grey:focus {
	background-color: #999;
	color: #FFF;
}




/*  =Form
 ________________________________________________________________________________________________ */
 
 form {
	font-size: 14px;
	color: #666;
 }
 form h1 {
   margin-bottom: 20px;
 }
 form .inputTitle {
	font-size: 12px;
	margin: 0 0 0 10px;
 }
 form input.radio {
   margin: -5px 20px 0 0;
   padding: 0;
   width: auto;
 }
form .error-form {
	color: #FFF;
	display: block;
	background: #F00;
	font-size: 14px;
	line-height: 35px;
	padding: 0 20px;
 }
form .error-response {
	font-size: 14px;
	display: block;
	color: #FFF;
	background: #F00;
	border: 1px solid #F00;
	line-height: 30px;
	padding: 0 20px;
	position: absolute;
	margin: -42px 0 0 -250px;
	min-width: 200px;
	text-align: right;
 }

 form .center {
   margin-left: auto;
   margin-right: auto;
 }

select {
    border: 1px solid #ccc;
	border-radius: none;
	font-size: 14px;
	line-height: 25px;
	padding: 5px 35px 5px 12px;
	-webkit-border-radius: 0;
	background: #FFF url(/z_admin/z_content/default/images/form/select.png) no-repeat right;
	cursor: pointer;
	width: 100%;
}

select:hover {
	border: 1px solid #666;
}

select:focus,
select:active {
	box-shadow: 0 0 10px rgba( 255,0,0,.2 );
}


form input[type=textfield],
form input[type=password],
form input[type=text],
form textarea {
    padding: 8px;
    font-size: 13px;
    width:100%;
    background: #FFF;
    margin: 6px 0 12px;
    line-height: 20px;
    border: 1px solid #ccc;
    color: #666;
    max-width: 100%;
	display: block;
}

form textarea {
	min-height: 150px;
}

form input[type=input]:hover,
form input[type=textfield]:hover,
form input[type=password]:hover,
form input[type=text]:hover,
form textarea:hover {
	border: 1px solid #666;
}

form input[type=textfield]:focus,
form input[type=password]:focus,
form input[type=password]:active,
form input[type=textfield]:active,
form input[type=text]:active,
form input[type=text]:focus,
form textarea:focus,
form textarea:active {
	border: 1px solid #000;
	box-shadow: 0 0 10px rgba( 255,0,0,.2 );
}

form input[type=input].error,
form input[type=textfield].error,
form input[type=password].error,
form input[type=text].error,
form textarea.error {
		border: #F00 solid 2px;
		transition: border .25s ease-in-out;
		-moz-transition: border .25s ease-in-out;
		-webkit-transition: border .25s ease-in-out;
}


form input[type=checkbox] {
	border-radius: none;
    position: relative;
	display: inline-block;
	border: 1px solid #FFF;
	padding: 8px;
	margin: 0;
	resize: none;
	cursor: pointer;
    margin-right: 15px;
    vertical-align: bottom;
}
form input[type=checkbox]:checked {
    border: solid 1px #FFF;
	padding: 3px;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

form input[type=checkbox]:checked:after {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
	padding: 0;
    background: #FFF;
    position: relative;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

form input[type=radio] {

}


 }
 .form .title {
    margin: 20px 0 4px;
 }
.forgotUsername,
.forgotPassword,
.link_login {
    cursor: pointer;
    font-size: 12px;
}


.login,
.formForgot,
#signUp {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	margin-top: 100px;
}
.login a {
	color: #FFF;
}


.error-form,
.error-response,
form .error-response,
.formForgot,
.captcha,
.password_repeat,
#password,
#password2,
.username-error {
	display: none;
}




/* =Header 
 ________________________________________________________________________________________________ */


header {
  display: block;
  width: auto;
  max-width: 100%;
}
header .fixed {
  attachment: fixed;
}
header a {
  color: #FFF;
}
header a:hover {
  text-decoration: none;
}


header a.logo {
	margin: 25px 0 25px 25px;
	background: url('/z_content/images/template/header/xxumebook.png') no-repeat;
	height: 65px;
	width: 225px;
	display: block;
	float: left;
}

header .top {
	background: rgba(255,255,255,.5);
	padding: 0 20px;
	font-size: 12px;
	line-height: 12px;
}

header .top div.right {
	padding: 12px 0;
	font-size: 14px;
	line-height: 14px;
}

header .top div.right a {
	color: #777;
}

header .top div.right a:hover {
	color: #cf1e2b;
}

header .top div.left {
	padding: 12px 0 12px 25px;
	background: url(/z_content/images/icons/location.png) no-repeat left center;
	color: #777;
}

header .left.slogan {
	font-weight: 500;
	color: #333;
	font-size: 16px;
	margin: 35px 0 0 50px;
}

header a.button {
	text-align: left;
	padding: 15px 100px 15px 20px;
	background-image: url(/z_content/images/template/header/plus-white.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	margin: 30px 25px 0;
	font-size: 18px;
	line-height: 18px;
}




/*  =Menu Bar 
 ________________________________________________________________________________________________ */


/* Set Entire Background Color Here */
header .menubar {
	margin: 0 auto 0;
	width: auto;
	background-color: #ededec;
	display: block;
	max-width: 100%;
	font-weight: 0;
	border: 1px solid #999;
	border-left: none;
	border-right: none;

}


/* This Resets the Menubar List Properties */
ul.MenuBarHorizontal,
ul.MenuBarHorizontal ul,
ul.MenuBarHorizontal li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 25px;
}

/* Positions the outermost <ul> */
ul.MenuBarHorizontal {
	position: relative;
	z-index: 597;
}

/* Positions <li> of the main bar */
ul.MenuBarHorizontal li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: auto;
	display: inline-block;
}

/* Sets the <li> properties of the main bar */
ul.MenuBarHorizontal li a {
	display: block;
	margin: 0;
	font-size: 15px;
	line-height: 15px;
	padding: 15px 40px;
	text-align: center;
	color: #777;
	text-decoration: none;
	transition: background .25s ease-in-out, color .25s ease-in-out;
	-moz-transition: background .25s ease-in-out, color .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
}


/* Sets the Holder of the Submenus */
ul.MenuBarHorizontal ul {
	visibility: hidden;
	position: absolute;
	z-index: 598;
	width: 275px;
	height: auto;
	padding: 0;
	margin: 0;
	
	border: 1px solid #ddd;
	background-color: rgba(250,250,250,.95);
}

ul.MenuBarHorizontal li a.parent {
	background-image: url(/z_content/images/icons/icon-menu-dropdown.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}

/* Sets the Invidiual Submenu Items */
ul.MenuBarHorizontal ul a {
	color: #777;
	padding: 10px;
	width: auto;
	max-width: 100%;
	text-align: left;
}

ul.MenuBarHorizontal ul li {
	float: none;
	height: auto;
	width: 100%;
	max-width: 100%;
}

ul.MenuBarHorizontal ul ul {
	top: 1px;
	left: 99%;
}


/* Sets the hover <li> of the main bar */
ul.MenuBarHorizontal li a:hover {
	color: #FFF;
	background-color: #cf1e2b;
}

/* Set the Current Page */
ul.MenuBarHorizontal li.CurrentPage a {
	background-color: rgba(0,0,0,.03);
}

/* Sets the hover <li> of the submenu bar */
ul.MenuBarHorizontal ul a:hover {
	background-color: #cf1e2b;
	color: #FFF;
}

ul.MenuBarHorizontal li:hover > ul {
  visibility: visible;
}




/*  =Sidebar  *
 ________________________________________________________________________________________________ */

#sidebar {
  
  margin-bottom: -100%; 
  padding-bottom: 100%;
  float: left;
  
}

#sidebar_template {
	width: 200px;
	background-image: url(/z_content/images/template/sidebar/sidebar_background.png);
	background-repeat: repeat-x;
	margin-top: 0;
	padding-top: 0;
	float: left;
	height: auto;
}

#sidebar_template #title {
	width: 198px;
	padding: 10px 0 6px 0;
	margin: 1px 1px 0 1px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	background-image: url(/z_content/images/template/sidebar/title_background.png);
	background-repeat: repeat-x;
	clear: both;
}

#sidebar_template #content {
	width: 160px;
	margin: 0 10px 10px 10px;
	padding: 10px;
	background-color: #FFF;
	font-size: 12px;
	clear: both;
}

#sidebar_template #spacer {
	background-color: #FFF;
	filter:alpha(opacity=90);
	opacity: .9;
	width: 200px;
	height: 20px;
	clear: both;
}




/* =Content *
 ________________________________________________________________________________________________ */


h1 {
	font-size: 24px;
	color: #FFF;
}
h2 {
	font-size: 24px;
	color: #cf1e2b;
	padding: 10px 0;
}
h3 {
	font-size: 16px;
	color: #25528e;
	padding: 20px 0 15px 0;
}

.page-title {
	width: auto;
	max-width: 100%;
	padding: 25px;
}

.page-title h1 {
	color: #333;
	font-size: 32px;
}

#content {
	float: left;
	margin-bottom: -100%;
	padding-bottom: 100%;
}

#content_1 {
	text-align: left;
	width: 750px;	
  padding-bottom: 20px;
}

#content_1 #top-image {
	float: left;
	width: 750px;
	margin-bottom: 20px;
	
}
#content_1 #right-banner {
	float: right;
	background-image: url(/z_content/images/template/page/image_right.png);
	background-repeat: no-repeat;
	height: 260px;
	width: 70px;
}
.question {
	font-weight: bold;
}





/*  =Blog
 ________________________________________________________________________________________________ */

.post {
    margin-bottom: 70px;
}
.post .title {
    font-size: 50px;
    color: #53e0c9;
    background: url( images/template/page/blog-title.png ) no-repeat left center;
    width: auto;
    max-width: 100%;
    padding-left: 50px;
    margin: 50px 0 15px 25px;
}
.post .content {
    background: #FFF;
    padding: 40px 40px 15px;
    width: auto;
    border-bottom: 2px solid #53e0c9;
    color: #6b655b;
}
.post .meta {
    background: #ded2c6;
    padding: 10px 40px;
    width: auto;
    max-width: 100%;
    color: #FFF;
    font-size: 12px;
}
.post .meta a {
    color: #FFF;
}
.post .meta a:hover {
    text-decoration: underline;
}
.post .meta div {
    display: inline-block;
    padding-left: 30px;
    line-height: 18px;
}
.post .time {
    margin-right: 50px;
    background: url( images/template/page/time.png ) left center no-repeat;
}
.post .tags {
    margin-right: 50px;
    background: url( images/template/page/tags.png ) left center no-repeat;
}
.post .categories {
    background: url( images/template/page/categories.png ) left center no-repeat;
}





/* =jQuery 
 ________________________________________________________________________________________________ */
.jqueryPopup {
  z-index: 102;
  position: fixed;
}
.jqueryPopupBackground {
  position: fixed;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.jqueryPopupClose,
.jqueryPopupCloseColored {
  position: fixed;
  background: #2e2e2e;
  top: 20px;
  right: 20px;
  color: #FFF;
  z-index: 101;
  cursor: pointer;
  padding: 12px 40px 8px;
  border: 3px solid #2e2e2e;
}
.jqueryPopupClose:hover {
  background: #3b3b3b;
  border: 3px solid #2e2e2e;
}
.jqueryPopupClose:active {
  background: #4b4c4c;
  border: 3px solid #F00;
}
.jqueryPopupCloseColored {
  background: #ed1c24;
  border: 3px solid #f8921f;
  color: #FFF;
}
.jqueryPopupCloseColored:hover {
  background: #fa5259;
}
.jqueryPopupCloseColored:active {
  border: 3px solid #000;
}

.tabsHeader {
}
.tabsHeader .tabTitle {
	float: left;
	padding: 5px 20px;
	font-size: 18px;
	cursor: pointer;
	border: 1px solid #000;
}
.tabsHeader .selected {
	background: #F00;
	color: #FFF;
}
.tabs {
	clear: both;
}
.tabs .tabDetails {
	float: left;
	margin-top: -1px;
	padding: 20px;
	border: 1px solid #000;
}





/* =plugins 
 ________________________________________________________________________________________________ */
.panel.width47p {
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
}
.panel.width235p {
	width: 23.5%;
	margin-left: 1%;
	margin-right: 1%;
}
.panel.width313p {
	width: 31.3%;
	margin-left: 1%;
	margin-right: 1%;
}
.panel.width189p,
.panel.width188p {
	width: 18.8%;
	margin-left: 1%;
	margin-right: 1%;
}
.panel.width167p {
	width: 16.6%;
	margin-left: .5%;
	margin-right: .5%;
}


#map-google img {
    max-width: none !important;
}





/*  =Footer
 ________________________________________________________________________________________________ */

footer {
	color: #666;
	width: 100%;
	margin-top: 40px;
	z-index: 98;
}

footer a,
footer .top a {
  color: #777;
}

footer a:hover {
  color: #ed1c24;
}
footer a:active,
footer a:focus {
  color: #ed1c24;
}

footer hr {
	border: none;
	background: #ccc;
	height: 1px;
	padding: 0;
	max-width: 90%;
}

footer .top {
	background-color: rgba(250,250,250,.5);
	vertical-align: top;
	border-top: #ccc 1px solid;
	font-size: 18px;
	color: #666;
}

footer .top .wrapper {
	padding: 40px .5%;
}

footer .top ul,
footer .top li {
	display: block;
	list-style: none;
}

footer .top ul {
	vertical-align: top;
	max-width: 33%;
	width: 29%;
	padding: 0 2%;
	display: inline-block;
	margin-bottom: 40px;
}

footer .top ul li {
	font-size: 15px;
	line-height: 15px;
}

footer .top ul.links li {
	border-bottom: 1px solid #ccc;
	max-width: 70%;
}

footer .top ul.links li a {
	display: block;
	padding: 8px 10px;
}

footer .top ul.links li a:hover {
	background: rgba(255,255,255,.8);
	text-decoration: none;
}

footer .top ul li.title {
	font-weight: 200;
	color: #ed1c24;
	font-size: 20px;
	line-height: 20px;
	border: none;
	background-image: url(/z_content/images/icons/icon-xxumebook.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 6px 0 6px 40px;
	margin-bottom: 12px;
}

footer .top ul li.address,
footer .top ul li.phone,
footer .top ul li.email,
footer .top ul li.support {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 12px 0 12px 40px;
	vertical-align: center;
}

footer .top ul li.address span,
footer .top ul li.phone span,
footer .top ul li.email span,
footer .top ul li.support span {
	font-weight: bold;
	font-size: 15px;
	display: block;
	padding-bottom: 4px;
}

footer .top ul li.address {
	background-image: url(/z_content/images/icons/icon-address-white.png);
}

footer .top ul li.phone {
	background-image: url(/z_content/images/icons/icon-phone-white.png);
}

footer .top ul li.email {
	background-image: url(/z_content/images/icons/icon-email-white.png);
}

footer .top ul li.support {
	background-image: url(/z_content/images/icons/icon-tags-white.png);
}


footer .top .width90p .right {
	font-size: 16px;
	padding: 10px 0;
}




footer .bottom {
	background: #960a14;
	color: #FFF;
	font-size: 13px;
	line-height: 13px;
	margin: 0;
	padding: 10px;
}
footer .bottom a {
  color: #FFF;
}

footer .bottom span {
	display: inline-block;
	margin: 0 15px;
}

footer .bottom .left {
	vertical-align: middle;
	display: block;
	padding: 4px 0;
}

footer .bottom a.facebook,
footer .bottom a.twitter,
footer .bottom a.google-plus {
	height: 20px;
	width: 20px;
	display: inline-block;
	margin: 0 3px -3px;
	padding: 0;
}

footer .bottom a.facebook {
	background: url(/z_content/images/icons/icon-facebook.png);
}
footer .bottom a.twitter {
	background: url(/z_content/images/icons/icon-twitter.png);
}
footer .bottom a.google-plus {
	background: url(/z_content/images/icons/icon-google.png);
}


/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {

}

/*  =Common
 ________________________________________________________________________________________________ */

.font-small {
	font-size: 15px;
}

.padding50 {
  padding-top: 85px;
}
.padding40 {
  padding-top: 75px;
}
.paddingl20 {
	padding-left: 20px;
}
.width100p,
.width100 {
    width: 100%;
}
.width90p,
.width90 {
    width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.width70,
.width70p {
    width: 70%;
}
.width50p {
    width: 50%;
}

.width48p {
	width: 48%;
}

.width150px,
.width150 {
    width: 150px;
}
.marginleftten {
    margin-left: 10%;
}
.marginl20 {
	margin-left: 20px;
}
.height100 {
    height: 100%;
}
.height90,
.height90p {
  height: 90%;
}
.height80,
.height80p {
  height: 80%;
}
.left0 {
  left: 0;
}
.left5 {
  left: 5%;
}
.top0 {
  top: 0;
}
.top5 {
  top: 5%;
}
.top10 {
  top: 10%;
}
.margintop50 {
  margin-top: 50px;
}
.margintop40 {
  margin-top: 40px;
}
.margintm10 {
	margin-top: -10px;
}
.marginr10 {
    margin-right: 10px;
}

.margint10 {
    margin-top: 10px;
}

.topm10 {
	top: -10px;
}
.width40p {
	width: 40%;
}
.marginright10p {
	margin-right: 10%;
}
.marginright5p {
	margin-right: 5%;
}
.margintop15 {
	margin-top: 15px;
}
.margintop30 {
	margin-top: 30px;
}
.marginb20  {
	margin-bottom: 20px;
}
.margin0 {
	margin: 0;
}
.padding20 {
	padding: 20px;
}
.font-small {
	font-size: 15px;
}
.textcenter {
	text-align: center;
}