/*
	Theme Name: Janice Lee Theme
	Theme URI: http://marknetgroup.com
	Description: A custom mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: MarkNet Group
	Author URI: http://marknetgroup.com/

	Version: 1.0.0

	Template: genesis
	Template Version: 2.0

*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #333;
	font-family: 'ff-tisa-sans-web-pro', serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #333;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
}

a:hover {
	color: #ffcc00;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 2% 15%;
	background: url(images/blockquote.png) no-repeat;
	padding-left: 90px;
	min-height: 65px;
	line-height: 1.35;

}
blockquote::after {
	content: "";
	background: url(images/blockquote-border.png) 0 0 no-repeat;
	width: 300px;
	height: 30px;
	display: block;
	text-align: center;
	margin: 40px auto 0;
}
blockquote:last-of-type::after {
	background: none !important;
	content: " ";
}
blockquote a {
	color: #EF390A;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'ff-tisa-sans-web-pro', serif;
 	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 52px;
	color: #065794;
	text-align: center;
	font-weight: 700;
	margin: 50px 0 2px;
}

h3 {
	font-size: 34px;
	font-weight: 700;
	font-family: "ff-tisa-web-pro-n7", "ff-tisa-web-pro",
}
h3.accordion-title {
	color: #065794;
	font-size: 18px;
}
h4 {
	font-size: 20px;
	text-transform:uppercase;
	color: #065794;
	line-height: 1.4;
}

h5 {
	font-size: 34px;
	color: #fff;
	text-align: center;
	padding-top: 75px;
	font-family: "ff-tisa-web-pro",serif;
}

h6 {
	font-size: 20px;
	color: #fff;
	text-transform:uppercase;
	margin-bottom: 10px;
}
.intro {
	text-align: center;
	font-size: 21px;
	margin-bottom: 30px;
	padding: 0 2%;
}
.home .intro {
	font-size: 28px;
	margin: 22px 0 45px;
}
.line-text {
    overflow: hidden;
    text-align: center;
	color: #2b2b38;
	width: 50%;
	margin: 0 auto 30px;
	font-family: "ff-tisa-sans-web-pro",serif;
	font-size: 13.5px;
	letter-spacing: 1.5px;
	font-weight: 700;
	clear:both;
}
.line-text:before,
.line-text:after {
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    vertical-align: 10%;
    width: 20%;
	border-bottom: 2px solid #2b2b38;

}
.line-text:before {
    right: 0.5em;
    margin-left: -50%;
}
.line-text:after {
    left: 0.5em;
    margin-right: -50%;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: none;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #065794;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 10px 15px;
	text-transform: uppercase;
	width: auto;
	float:right;
	margin-right: 17px;
	font-family: "ff-tisa-sans-web-pro",serif;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #ffcc00;
}

.entry-content .button:hover {
	color: #fff;
}

.button, 
.book-button {
	border-radius: 3px;
	display: inline-block;
	font-size: 15px;
}
.book-button {
	background-color: #ef390a;
	padding: 12px 32px;
	text-transform: uppercase;
	font-family: "ff-tisa-sans-web-pro",serif;
	margin: 50px 0 36px;
	text-align: center;
}
.book-button a {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap, .new-wrap {
	margin: 0 auto;
	max-width: 1145px;
}
.page-id-9 .site-inner .wrap,
.page-id-11 .site-inner .wrap,
.page-id-15 .site-inner .wrap,
.page-id-25 .site-inner .wrap,
.page-id-27 .site-inner .wrap,
.page-id-440 .site-inner .wrap,
.single-single-appearance .site-inner .wrap{
	max-width: 100%;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 170px;
}
.page-id-17 .site-inner {
	background-color: #f8f6f5;
}

/* Site Containers
--------------------------------------------- */

a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
}

a.cta-button:hover {
	background-color: #ffcc00;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half {
	width: 48.717948717948715%;
}
.one-right {
	width: 48.717948717948715%;
	float:right;
}	
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 70%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	border: none;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 30px;
	line-height: 1;
}

.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}
.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: #ffcc00;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
	font-family: 'ff-tisa-sans-web-pro', serif;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-family: 'ff-tisa-sans-web-pro', serif;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	border-top: 10px solid #065794;
	left: 0;
	letter-spacing: 1px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	width: 165px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
}

.site-description {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 91px;
	display: block;
	text-indent: -9999px;
	max-width: 163px;
}

/* Widget Area
--------------------------------------------- */
.site-header .wrap {
	padding: 45px 0 32px;
}

.site-header .widget-area {
	float: right;
	text-align: right;
	font-weight: 700;
	padding-top: 15px;
	width: 800px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}
#nav_menu-2 {
	width: auto;
}
#text-3 {
	color: #065794;
	float:right;
	width: 296px;
	font-size:; 14px;
	padding: 20px 0 20px 25px;
	font-family: "ff-tisa-sans-web-pro",sans-serif;
}
#text-3 a {
	color: #065794;
}
#text-3 .fa {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 18px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	width: 500px;
	float:left;
	font-family: "ff-tisa-sans-web-pro",sans-serif;
}

.genesis-nav-menu .menu-item,
.menu .page_item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #065794;
	display: block;
	font-size: 15px;
	padding: 20px 16px;
	position: relative;
	font-weight: 700;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ef390a;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 160px;
	z-index: 99;
	border-radius: 2px;
}

.genesis-nav-menu .sub-menu a {
	background-color: #065794;
	border-top: none;
	padding: 16px 20px;
	position: relative;
	width: 175px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.genesis-nav-menu .sub-menu .top a {
	border-radius: 5px 5px 0 0;
}
.genesis-nav-menu .sub-menu .top a:before {
  content : url(images/menu-arrow.png);
  position: absolute;
  left    : 0;
  top  : -11px;
  height  : 11px;
  width   : 29px;
}
.genesis-nav-menu .sub-menu .bottom a:before {
  content : "";
  position: absolute;
  left    : 25%;
  top  : 0;
  height  : 1px;
  width   : 50%; 
  border-top:1px solid #fff;
}

.genesis-nav-menu .sub-menu .bottom a {
	border-radius: 0 0 5px 5px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #ffcc00;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #ffcc00;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	color: #333;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}


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

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}
.single-single-appearance .entry,
.page-id-11 .entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 1px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	display: none;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #ffcc00;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}


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

.sidebar {
	float: right;
	margin-top: 10px;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #ffcc00;
	color: #fff;
}

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

.footer-widgets {
	background-color: #2b2b38;
	color: #fff;
	clear: both;
}

.footer-widgets .wrap {
	padding: 47px 0 16px;
}

.footer-widgets-1{
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
}
.footer-widgets h4 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 2px;
}
.footer-widgets a {
	color: #fff;
}
.footer-widgets-1 a .fa {
	font-size: 18px;
}
.footer-widgets-1 a img:hover,
.footer-widgets-1 a .fa:hover {
	opacity: .5;
}
.footer-widgets a:hover {
	color: #999;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets .widget-title {
	color: #fff;
	letter-spacing: 1.5px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}
.fa {
	font-size: 20px;
    	border: 2px solid #fff;
    	border-radius: 5px;
	padding: 3px 5px;
	margin: 5px;
}

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

.site-footer {
	background-color: #1b1b24;
	letter-spacing: 1px;
	padding: 60px 0;
	text-align: center;
	color: #fff;
	font-family: 'ff-tisa-sans-web-pro', serif;
}

.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #ffcc00;
}

.site-footer a {
	border: none;
	font-weight: 700;
}

.site-footer p {
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}
.footer-left {
	width: 260px;
	float:left;
	font-size: 13px;
	text-align: left;
	padding: 10px 0;
	letter-spacing: 0;
}
.footer-right {
	width: 695px;
	float:right;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 12.5px;
	text-align:right;
	padding: 10px 0;
}
.footer-right a {
	color: #8d8d92;
	text-decoration: underline;
}
.site-footer .menu,
.menu-footer-menu-container {
	width:600px;
	float:left;
}
.menu-footer-menu-container {
	display: inline;
}
.menu-footer-menu-container ul li {
	list-style-type: none;
	float:left;
}
.site-footer .menu .page_item,
.footer-right .menu-footer-menu-container li {
	padding: 0 22px;
}
.site-footer .menu .page_item a,
.footer-right .menu-footer-menu-container li a {
	color: #fff;
	text-decoration: none;
}
/*
Home page hovers
---------------------------------------------------------------------------------------------------- */
section#work{
margin-top:0px;
box-sizing:border-box
}
section#work ul{
list-style:none;
padding:0;
margin:0;
}
section#work ul li {
position:relative;
margin-bottom:14px;
height:auto;
}
.entry-content section#work ul > li {
list-style-type: none;
}
section#work ul li .title{
color:#fff;
display:block;
position:absolute;
top:0;
width:100%;
height:98.9%;
text-align:center;
opacity:0;
font-size:16px;
-webkit-border-radius:3px 3px;
-moz-border-radius:3px / 3px;border-radius:3px / 3px;-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out
}
section#work ul li .title a {
	color: #fff;
}
section#work ul li.e-blue:hover .title{
	opacity: 1;
	background: url(images/blue-hover.png) repeat; 
	width: 100%; height: 97.5%;
}
section#work ul li.e-green:hover .title{
	opacity:1; 
	background: url(images/green-hover.png) repeat; 
	width: 100%; height: 94%;
}
section#work ul li.e-red:hover .title{
	opacity:1; 
	background: url(images/red-hover.png) repeat; 
	width: 100%; height: 97.5%;
}
section#work .e-blue .title,
section#work .e-red .title {
	font-size: 24px;
}
section#work .e-green .title {
	font-size: 18px;
}
section#work .title h6 {
	color: #fff; 
	padding-top: 40%;
	font-size: 42px;
	text-transform: none;
	margin-bottom: 20px;
}
section#work .e-green .title h6 {
	color: #fff; 
	padding-top: 10%;
	font-size: 32px;
	text-transform: none;
	margin-bottom: 20px;
}
section#work .title h6:before {}
/*
Extras
---------------------------------------------------------------------------------------------------- */
.redbox {
	text-align:center;
	padding: 15% 2px 0;
	font-size: 28px !important;
	font-weight: 700;
	line-height: 1.1;
	border-radius: 5px;
	opacity: 1!important;
	font-family: "ff-tisa-sans-web-pro",serif;
}
.redbox-links {
	font-size: 15px;
}
.redbox a {
	color: #f69076;
	border-bottom: 2px solid #f69076;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 1px;
}
.home img {border-radius: 5px;}

/*
ABOUT PAGE
---------------------------------------------------------------------------------------------------- */
.graybox {
	width: 20%;
	float:right;
	background-color: #f8f6f5;
	padding: 70px 180px 35px 50px;
	font-size: 15px;
	margin-right: -262px;
	width: 450px;
	line-height: 1.4;
}
.page-id-15 h2 {
	margin: 15px 0 50px;
}
.border-box {
	border-right: 1px solid #fff;
	padding-right: 40px;
	height: 100px;
	font-size: 15px;
	color: #fff;
}
.no-border {
	font-size: 15px;
	padding-right: 40px;
	color: #fff;
}
#gallery-1 {
	max-width: 1500px;
	margin: 0 -180px 20px !important;
}
#gallery-1 img {
	border: 0 !important;
}
h3#accordion-1-t1 {
	border: 2px solid #065794;
	border-radius: 3px;
	padding: 10px;
	font-family: "ff-tisa-sans-web-pro",serif;
	font-size: 15px;
	width: 230px;
}
h3#accordion-1-t1:after {
	content: url(https://lee.marknetdev.com/wp-content/uploads/expand.jpg);
	width: 17px;
	height: 17px;
	margin: 5px 0 0 5px;
}
.about-bottom {
	text-align: center;
	width: 50%;
	margin: 65px auto 30px;
}
.about-bottom .button {
	float:none;
	font-size: 14px;
	margin-top: 10px;
	letter-spacing: 1px;
}
.quote {
	font-style: italic;
	font-size: 14px;
	color: #555;
	margin-bottom: 80px;
}
.wp-caption-text {
	text-align: right;
	color: #999;
	font-size: 10px;
	margin-top: 3px;
}
p.wp-caption-text,
.page-id-15 img.alignleft, .page-id-15 .wp-caption.alignleft {
	margin-bottom: 10px;
}
.page-id-15 .one-half {
	margin-left: 5%;
}

/*
CONTACT PAGE
---------------------------------------------------------------------------------------------------- */
.contact p {
	font-family: 'ff-tisa-sans-web-pro', serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
}
.page-id-17 h2 {
	padding-top: 25px;
}
.contact h4 {
	font-size: 15px;
	margin-top: 5px;
}
.page-id-17 .intro {
	padding: 1% 15%;
}
/*
BOOKS PAGE
---------------------------------------------------------------------------------------------------- */
.blue-bg {
	background-color: #065794;
	color: #fff;
	text-align:center;
	padding: 40px 0 25px;
	overflow: hidden;
}
.green-bg {
	background-color: #148837;
	color: #fff;
	text-align:center;
	padding: 15px 0 60px;
	overflow: hidden;
}
.blue-bg h2 {
	color: #fff;
	margin: 10px auto 5px;
}
.blue-bg .intro {
	color: #fff;
}
#parallax_273_content {
	min-height: 325px;
	color: #fff;
	padding: 0px;
}
#parallax_273_content .one-half{
	margin: 0 6%;
	width:38%; 
}
.adamrob_pcontainer {
	max-width: 1145px !important;
}
.page-id-27 .adamrob_pcontainer {
	max-width: 100% !important;
}

.book-links {
	font-family: 'ff-tisa-sans-web-pro', serif;
	text-align: center;
	margin-top: -43px;
}

.page-id-27 .book-links,
.page-id-25 .book-links{
    margin-top: 0;
}

.book-links a {
	text-decoration: underline;
	color: #fff;
	font-weight: 700;
	font-size: 14.5px;
}
.books-bottom h5 {
	color: #065794;
	text-align: left;
	margin-bottom: 7px;
}
.books-bottom .one-half {
	padding-right: 40px;
}
/*
EXpatriates PAGE
---------------------------------------------------------------------------------------------------- */
.ex-top {
	background: url(../../uploads/expat.jpg) no-repeat;
	background-size: cover;
	min-height: 399px;
	color: #fff;
	padding: 30px 0;
	overflow: hidden;
    position: relative;
    z-index: 100;
}
.ex-top h2,
.piano-top h2 {
	color: #fff;
	margin: 10px 0 5px;
	text-align: left;
}
.white-box {
	background: #fff;
	color: #2b2b38;
	border-radius: 3px;
	padding: 40px 35px;
	margin: 20px 10px;
	text-align: left;
}
.white-box .title{
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: "ff-tisa-sans-web-pro",serif;
	font-size: 20px;
}
.piano-top .new-wrap,
.ex-top .new-wrap {
	padding-top: 35px;
}
.piano-top .one-fourth,
.ex-top .one-fourth {
	width: 20%;
}
.piano-top .one-half,
.ex-top .one-half {
	padding-top: 23px;
	width: 50%;
	line-height: 1.35;
}
.blue-bg h5 {
	padding: 28px 0 10px;
}
/*
Piano PAGE
---------------------------------------------------------------------------------------------------- */
.piano-top {
	background: url(../../uploads/piano-teacher.jpg) no-repeat;
	background-size: cover;
	min-height: 425px;
	color: #fff;
	padding: 30px 0;
	overflow:hidden;
}

.shadow {
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}
.imgmap-frontend-image {
	margin-top: -200px;
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}
.imagemapper-tooltip {
	background-color: #065794 !important;
	color: #fff;
	padding: 30px;
	font-size: 14px;
	max-width: 400px;
}
.imagemapper-tooltip strong {
	font-family: "ff-tisa-sans-web-pro",serif;
	font-size: 20px;
}


#piano-map,
#exp-map{
	background-image: url(images/piano_bg.jpg);
	height: 480px;
    /*background-size: 100%;*/
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-color: #E8DBCB;
    position: relative;
    z-index: 99;
}

#exp-map{
	background-image: url(images/hongkong4.jpg);
    background-color: #b5d2fc;
    height: 473px;
}

#piano-map::before,
#exp-map::before {
    content: " ";
    background-color: rgba(255,255,255,0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    
    -moz-box-shadow:    inset 0 0 25px #000000;
    -webkit-box-shadow: inset 0 0 25px #000000;
    box-shadow:         inset 0 0 25px #000000;
}

#piano-map .map-points-wrap,
#exp-map  .map-points-wrap{
    position: absolute;
    width: 1200px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -600px;
    z-index: 2;
}


.point-icon {
    display: inline-block;
    background-image: url(images/point-icon.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 57px;
    margin-left: 8px;
    z-index: 3;
    position: relative;
}

.tool-tip-area {
    background-color: rgba(42, 146, 72, 0.9);
    border-radius: 5px;
    color: #fff;
    font-family: "ff-tisa-sans-web-pro",serif;
    font-size: 14px;
    line-height: 18px;
    max-width: 367px;
    padding: 32px;
    position: relative;
    display: none;
    margin-top: 15px;
    z-index: 4;
}

.tool-tip-area:before {
    content: " ";
    display: block;
    position: absolute;
    
    top: -15px;
    left: 15px;
    
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-bottom: 15px solid rgba(42, 146, 72, 0.9);
    z-index: 4;
}

#piano-map .tool-tip-area {
    background-color: rgba(19, 91, 144, 0.9);
}

#piano-map .tool-tip-area:before{
    border-bottom: 15px solid rgba(19, 91, 144, 0.9);
}


.share-this-button {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 20px;
  text-transform: uppercase;
}

.share-this-button span {
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  float: left;
  height: 18px;
  line-height: 1;
  margin-right: 5px;
  margin-top: 0;
  text-align: center;
  width: 17px;
  padding: 1px;
}
a.share-this-button:hover {
	color: #fff;
}
.click .point-icon {
    display: inline-block;
    background-image: none !important;
    background-repeat: no-repeat;
    width: 82px;
    height: 34px;
    margin-top: 15px;
    margin-left: 8px;
    z-index: 3;
    position: relative;
}

.single-point {
    position: absolute;
}


.green-bg h5 {
	padding-top: 55px;
}
.reviews h3 {
	padding: 42px 0 10px;
}




/*
Appearances PAGE
---------------------------------------------------------------------------------------------------- */
.single-single-appearance .site-inner {
	background: #f8f6f5;
}
.single-single-appearance .site-inner .new-wrap {
	overflow: hidden;
	background: #fff;
	padding: 70px 0 70px 40px;
	margin: 0 auto;
	float:left;
	width: 93%;
}
.big-wrap {
	max-width: 1201px;
	margin: 0 auto;
}
.single-single-appearance h5 {
	color:#065794;
	text-align: left;
	padding-top: 5px;
}
.single-single-appearance .one-half {
	width: 44%;
}
.app-img {
	width: 450px;
	height: 280px;
	padding: 20px;
}
.circle-date {
	color: #065794;
	font-weight: 700;
	font-family: "ff-tisa-sans-web-pro",serif;
	background: #fff; 
	border-radius: 75px;
	width: 70px; 
	height:70px;
	text-align:center;
	padding: 7px 10px;
	text-transform:uppercase;
}
.app-wrapper {
	margin: 0 auto;
	max-width: 1017px;
	overflow:hidden;
	padding-bottom: 55px;
}
.app-slide {
	width: 33%;
	float:left;
	font-size: 14px;
	max-width: 315px;
	margin: 0 1%;
}
.app-slide .circle-date {
	background: #f8f6f5;
	float:left;
	padding: 2px 10px;
}
.slide-title a {
	color: #065794;font-weight: 700;font-size: 20px;
	font-family: "ff-tisa-web-pro-n7", sans-serif;
}
.slide-title {
	margin-bottom: 5px;
}
.page-id-11 .site-inner {
	background: #f8f6f5;
}
.page-id-11 .blue-bg,
.single-single-appearance .blue-bg {
	padding-bottom: 20px;
}
.page-id-11 .new-wrap {
	padding-top: 10px;
	background: #fff;
}
.wpv-filter-next-link{
	position: relative;
	left:100%;
	top: 150px;
}
.wpv-filter-previous-link{
	position: relative;
	top: 150px;
	left:0px;
}
.wpv-filter-previous-link img {
	margin-left: -30px;
}
.app-prev {
	top: 450px;
	left: 30px;
	width: 28px;
	height: 52px;
}
.app-next {
	width: 28px;
	height: 52px;
	top: 450px;
}
.page-id-440 .new-wrap {
	text-align: center;
	margin-top: 80px;
}
.page-id-440 .button {
	float:none;
	margin-top: 25px;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {
	.big-wrap {max-width: 100%;}
	.new-wrap {max-width: 96%;margin: 0 auto;}
	.content {
		width: 580px;
	}
	.site-header .wrap,
	.site-inner .wrap,
	.site-footer .wrap {
		max-width: 96%;
		margin: 0 auto;
	}
	.sidebar {
		width: 280px;
	}
	#parallax_273_content .one-half {
		margin: 0 2%;
		width: 46%;
	}

}
@media only screen and (max-width: 1070px) {
	.redbox {
		padding-top: 10%;
	}
	.redbox a, .redbox-links {
		font-size: 13px;
	}
	section#work ul li.e-blue:hover .title {
		height: 100%;
	}
	.app-slide {width: 31%;}
}
@media only screen and (max-width: 1023px) {

	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area,
	.footer-right,
	.footer-left {
		width: 100%;
	}

	.site-header {
		position: static;
	}
	.site-inner {
		padding-top: 0;
	}
	.site-inner .new-wrap{
		padding: 2%;
	}

	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.footer-right,
	.footer-left {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}
	
	.site-header .widget-area {
		padding: 0;
	}

	.site-description {
		font-size: 30px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
	}
	#nav_menu-2 {
		float:left;
		width:auto;
	}
	#parallax_273_content .new-wrap {
		padding: 0;
	}
}
@media only screen and (max-width: 975px) {
	.site-inner .new-wrap {
		padding: 2%;
	}
	#text-3 {
		width: auto;
		padding-left: 20px;
	}
	.redbox {
		font-size: 18px !important;
	}
	img.wp-image-174, img.wp-image-175 {width: 40%;}
	.page-id-11 .three-fourths {margin-left: 5%;}
}
@media only screen and (max-width: 900px) {
	#parallax_273_content .one-half {
		width: 60%;
		float:none;
		margin: 0 auto;
		clear:both;
	}
	#parallax_273 {
		min-height: 755px;
	}
	.books-bottom .one-half {
		width: 100%;
		clear:both;
		padding-right: 0;
	}
	h2 {font-size: 42px;}
	section#work ul li.e-blue:hover .title{
		height: 97.5%;
	}
	
	.redbox a, .redbox-links {
	    font-size: 12px;
	}
	.single-single-appearance .one-half {
		width: 90%;
		margin: 0 auto;
		float:none;
	}
	.single-single-appearance .site-inner .new-wrap {width: 90%}
}
@media only screen and (max-width: 768px) {

	.site-header {
		padding-bottom: 10px;
	}

	.title-area {
		padding-bottom: 6px;
		float:left;
		width: 165px;
	}
	.site-header .widget-area {
		width: auto;
	}
	#nav_menu-2 {
		float:right;
		text-align:right;
	}
	#text-3 {
		clear:both;
	}
	.minimum .site-tagline {
		margin-top: 200px;
	}
	.genesis-nav-menu {
		width: auto;
	}
	.genesis-nav-menu a {
		padding: 20px 10px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		padding: 20px !important;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.piano-top .one-fourth, .ex-top .one-fourth,
	.piano-top .one-half, .ex-top .one-half,
	.page-id-15 .one-half {
		margin: 0 auto;
		width: 100%;
	}
	.page-id-45 .one-half {width: 80%;float:none;}
	section#work ul li.e-blue:hover .title {
		width: 98%; height: 97.5%;
	}
	section#work ul li.e-green:hover .title{
	width: 99%; height: 94%;
	}
	section#work ul li.e-red:hover .title{
		width: 98%; height: 97.5%;
	}
	.page-id-45 .one-fourth {width: 47%;}
	.four-box { width: 80%; margin: 0 auto;}
	.redbox {margin-right: 5%;font-size: 28px !important;}
	.redbox a, .redbox-links {
		font-size: 15px;
	}
	.page-id-45 .one-half .box-one,
	.page-id-45 .one-half .box-two {float:left;width: 47%}
	.box-two {margin-left: 4%;}
	.piano-top .one-fourth, .ex-top .one-fourth {
		float:none;
	}
	.piano-top .one-half, .ex-top .one-half {
		float:none;
	}
	.menu-footer-menu-container,
	.site-footer .menu, .menu-footer-menu-container {
		width: 100%;
		text-align: center;
	}
	.menu-footer-menu-container ul li,
	.footer-right .menu-footer-menu-container li {
		float:none;

	}
	.site-footer .menu .page_item, .footer-right .menu-footer-menu-container li {
		text-align: center;
		padding: 10px 22px;
	}
	.creds {
		clear:both;
		text-align: center;
		width: 100%;
		padding-top: 20px;
	}
	#parallax_273_content .one-half {
		width: 80%;
		clear:both;
	}

	blockquote {
		margin: 2% 5%;
	}
	#parallax_278 {
		height: 430px !important;
	}
	.about-bottom {
		margin: 2% auto;
		width: 80%;
	}
}
@media only screen and (max-width: 650px) {
	#parallax_278 {
		height: 1150px !important;
	}
	section#work ul li.e-blue:hover .title {
		width: 100%; height: 97%;
	}
	section#work ul li.e-green:hover .title{
		width: 100%; height: 94%;
	}
	section#work ul li.e-red:hover .title{
		width: 100%; height: 97.5%;
	}
	.redbox a, .redbox-links {
		font-size: 13px;
	}
}
@media only screen and (max-width: 600px) {
	#parallax_273 {
		min-height: 550px;
	}
	.book-button {
		margin-top: 5%;
	}
	.piano-top .one-fourth, .ex-top .one-fourth,
	.piano-top .one-half, .ex-top .one-half {
		width: 100%;
		clear:both;
	}
	.ex-top .new-wrap .one-fourth img,
	img.wp-image-319 {
		float:none;
		margin: 0 auto;
		padding: 0 25%;
	}
	.redbox {font-size: 20px !important;}
	.single-single-appearance .site-inner .new-wrap {width: 85%}
}
@media only screen and (max-width: 540px) {
	.book-button {
		clear:both;
	}
	#parallax_273 {
	    min-height: 1050px;
	}
	img.wp-image-174, img.wp-image-175 {
	    float: none;
    		margin: 5% 20%;
   		 text-align: center;
   		 width: 55%;
	}
	.page-id-17 .two-thirds {
		margin-bottom: 50px;
	}
	section#work ul li.e-green:hover .title{
		width: 100%; height: 92%;
	}
	section#work ul li.e-red:hover .title{
		width: 100%; height: 96%;
	}
	section#work .title h6 {padding-top: 25%;}
	section#work .e-green .title h6 {padding-top: 0;}
	.redbox {font-size: 16px !important;}
	.redbox a, .redbox-links {
		font-size: 11px;
	}
	.app-slide {
		width: 95%;
		float:none;
		margin: 0 auto 30px;
		clear:both;
		border-bottom: 3px solid #065794;
		padding-bottom: 30px;
		overflow:hidden;
	}
}
@media only screen and (max-width: 500px) {
	.title-area {
		float:none;
		text-align:center;
		margin: 0 auto;
	}
	.site-header .widget-area {
		width: 100%;
	}
	#nav_menu-2 {
		float:none;
		text-align:center;
		margin-top: 20px;
	}
	#text-3 {
		float:none;
		text-align:center;
		padding-left: 0;
	}
	.line-text {
		width: 95%;
	}
	.site-header .wrap {
    		padding: 45px 0 20px;
	}
	.books-bottom h5 {
		padding-top: 15%;
	}
	.ex-top .new-wrap .one-fourth img {
		padding: 0 15%;
	}
	#parallax_278 {
		height: 2850px !important;
	}
	section#work ul li.e-blue:hover .title {
		width: 100%; height: 97.5%;
	}
	section#work .e-blue .title, section#work .e-red .title {font-size: 20px;}
	section#work .e-green .title h6 {font-size: 26px;}

}
@media only screen and (max-width: 400px) {
	#parallax_273 {
	    min-height: 950px;
	}
	img.wp-image-174, img.wp-image-175 {
		width: 75%;
	}
	.ex-top .new-wrap .one-fourth img, img.wp-image-319 {
		padding: 0 5%;
	}
	#parallax_278 {
		height: 2350px !important;
	}
	.page-id-45 .one-half .box-one,
	.page-id-45 .one-half .box-two,
	.page-id-45 .one-fourth,
	.four-box {float:none;width: 100%;margin: 0 auto 11px;max-width: 264px;}
	.box-two {margin: 0 auto 11px;}
	.redbox {font-size: 28px !important;}
	.redbox a, .redbox-links {
		font-size: 15px;
	}
	.red-box {margin-bottom: 30px !important;}
	section#work .title h6 {padding-top: 10%;}
	section#work .e-green .title h6 {padding-top: 20%;}
	section#work ul li.e-green:hover .title{
		width: 100%; height: 94%;
	}
	.single-single-appearance .site-inner .new-wrap {width: 80%}
}
@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}
	.site-header .wrap {
    		padding: 45px 0 10px;
	}
	blockquote {
		margin: 10% 2%;
	}
	#parallax_278 {
		height: 2100px !important;
	}
	.four-box {width: 80%;}
	.redbox a, .redbox-links {
		font-size: 13px;
	}
	section#work ul li.e-blue:hover .title {
		width: 100%; height: 97.5%;
	}
	section#work ul li.e-red:hover .title{
		width: 100%; height: 94%;
	}
	section#work .title h6 {font-size: 32px;}
	section#work .e-blue .title, section#work .e-red .title {font-size: 18px;}
}