/* @override http://local.wptouch.com/wp-content/themes/wptouch4site/panels.css */

/* Styling For Panels */

/* @group Panels Global */

.panel {
	position: relative;
	padding: 30px;
}

.panel img {
	max-width: 100%;
}

.panel h1 {
	font-size: 48px;
	font-weight: 100;
	margin-bottom: 30px;
}

.panel h4 {
	line-height: 150%;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 18px;
}

.panel h1, .panel h2, .panel h3 {
	line-height: 110%;	
}

.panel h4, .panel h5, .panel h6 {
	line-height: 150%;	
}

a.button {
	padding: 6px 18px;
	display: inline-block;
}

span.darken {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
}

.panel p, .features-panel p, .panel p, .panel-footer p {
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.panel p a.button:last-of-type {
	margin-left: 10px;
}

.panel i, .features-panel i, .panel i, .panel-footer i {
	font-size: 60px;
	line-height: 150%;
}



/* @end */

/* @group Flexbox */

.flexbox {
	display: -webkit-box; /* OLD - iOS 6, Safari 3.1-6 */
	display: -moz-box;	/* OLD - Firefox 19 */
	display: -ms-flexbox;	/* TWEENER - IE 10 */
	display: -webkit-flex;	/* NEW - Chrome */
	display: flex;     
}

.flex-item {
 	margin: 0 auto;
	-webkit-box-flex: 1; /* OLD iOS 6, Safari 3.1-6 */
	-moz-box-flex: 1; /* OLD - Firefox 19- */
	-ms-flex: 1 1 auto;
 	-webkit-flex: 1 1 auto;
 	flex: 1 1 auto;
}

.flexbox.tabbed {
	display: none;
	margin-top: 30px;
	margin-bottom: 30px;
}

.flexbox.tabbed.current {
	-ms-display: flex;
	-webkit-display: flex;
	display: flex;
}

/* @end */

/* @group Transparent Header */

header.transparent {
	background-color: transparent;
}

header.transparent .dropit-submenu {
	background-color: #fff;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	box-shadow: rgba(0,0,0,.3) 0px 2px 2px;
	padding-top: 2px;
}

header.transparent ul.menu > li > a {
	color: inherit;
}

.transparent-header {
	margin-top: -64px;
	padding-top: 64px;
}

/* @end */

/* @group Heros */

/* @group text-img-overlap */

.text-img-overlap {
	padding: 0 0 60px;
}

.text-img-overlap h4 {
	font-size: 24px;
	line-height: 150%;
	margin-left: 340px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.text-img-overlap div.max-width-1000 {
	z-index: 1;
	position: relative;
}

.text-img-overlap .img-short {
	min-height: 200px;
	background: url(panels/placeholder/text-img-overlap.png) no-repeat center top;
	background-size: cover;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
	padding-top: 40px;
}

.text-img-overlap.transparent-header .img-short {
	margin-top: -64px;
	padding-top: 100px;
}

.text-img-overlap img {
	width: 280px;
	float: left;
	margin-top: -260px;
}

.text-img-overlap .img-short h1 {
	color: #fff;
	margin-left: 340px;
}

.text-img-overlap p {
	margin-left: 340px;
}



/* @end */

/* @group text-large-left */

.panel.text-large-left {
	overflow: hidden;
	background: url(panels/placeholder/large-background.jpg) no-repeat center top;
	background-size: cover;
}

.panel.text-large-left .max-width-1000 {
	margin-top: 60px;
}

.panel.text-large-left * {
	position: relative;
}

.panel.text-large-left img {
	width: 100px;
	height: auto;
	margin-bottom: 15px;
}

.panel.text-large-left h1 {
	color: #fff;
	max-width: 50%;
}

.panel.text-large-left h4 {
	color: rgba(255,255,255,.8);
	margin-top: 40px;
	max-width: 50%;
	margin-bottom: 40px;
}

.panel.text-large-left span.darken {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.7);
}



/* @end */

/* @group text-large-right */

.panel.text-large-right {
	overflow: hidden;
	background: url(panels/placeholder/large-background.jpg) no-repeat center top;
	background-size: cover;
}

.panel.text-large-right .max-width-1000 {
	margin-top: 60px;
}

.panel.text-large-right * {
	position: relative;
}

.panel.text-large-right img {
	width: 100px;
	height: auto;
	margin-bottom: 15px;
	margin-left: 50%;
}

.panel.text-large-right h1 {
	color: #fff;
	max-width: 50%;
	margin-left: 50%;
}

.panel.text-large-right h4 {
	color: rgba(255,255,255,.8);
	margin-top: 40px;
	max-width: 50%;
	margin-bottom: 40px;
	margin-left: 50%;
}

.panel.text-large-right p {
	margin-left: 50%;
}

.panel.text-large-right span.darken {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.7);
}



/* @end */

/* @group text-large-bottom */

.panel.text-large-bottom {
	overflow: hidden;
	background: url(panels/placeholder/large-background.jpg) no-repeat center top;
	background-size: cover;
}

.panel.text-large-bottom .max-width-1000 {
	margin-top: 160px;
	margin-bottom: 60px;
}

.panel.text-large-bottom * {
	text-align: center;
	position: relative;
}

.panel.text-large-bottom img {
	width: 100px;
	height: auto;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.panel.text-large-bottom h1 {
	color: #fff;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.panel.text-large-bottom h4 {
	color: rgba(255,255,255,.8);
	max-width: 60%;
	margin: 40px auto;
}

.panel.text-large-bottom p {
	margin-bottom: 20px;
}

.panel.text-large-bottom span.darken {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.7);
}



/* @end */

/* @group text-large-top */

.panel.text-large-top {
	overflow: hidden;
	text-align: center;
	position: relative;
	padding: 100px;
}

.text-large-top.dark-background {
	overflow: hidden;
	background: url(panels/placeholder/large-background.jpg) no-repeat center top;
	background-size: cover;
}

.text-large-top * {
	position: relative;
}

.text-large-top.dark-background h1, .text-large-top.dark-background h4 {
	color: rgba(255,255,255,1);
}

.text-large-top img {
	width: 100px;
	height: auto;
	margin-bottom: 30px;
}

.text-large-top h1 {
	max-width: 80%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.text-large-top p {
	margin-top: 30px;
}

/* @end */

/* @end */

/* @group Features */

.features-panel {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

.features-panel h2  {
	font-size: 36px;
	line-height: 150%;
}

.features-panel h3 {
	max-width: 90%;
	margin-bottom: 15px;
	font-weight: bold;	
}

.features-panel h4  {
	font-size: 22px;
	line-height: 150%;
}

/* @group 3 Block */

.features-3-block h2 {
	text-align: center;
	margin-bottom: 15px;
}

.features-3-block h4 {
	text-align: center;
	margin-bottom: 60px;
}

.features-3-block p {
	max-width: 90%;
}

.features-3-block img {
	margin-bottom: 15px;
	max-width: 90%;
	height: auto;
}



/* @end */

/* @group 4 Block */

.features-4-block .flex-item {
	width:  25%;
	flex-shrink: 0;
}

.features-4-block h2 {
	text-align: center;
	margin-bottom: 15px;
}

.features-4-block h4 {
	text-align: center;
	margin-bottom: 60px;
}

.features-4-block p {
	max-width: 85%;
}

.features-4-block img {
	margin-bottom: 15px;
	max-width: 90%;
	height: auto;
}



/* @end */

/* @group Big img left w/ 3 blocks right */

.features-big-image-3-block {
	
}

.features-big-image-3-block img {
	margin-bottom: 15px;
	max-width: 90%;
	height: auto;
}

.features-big-image-3-block h4 {
	margin-bottom: 30px;
}


.features-big-image-3-block .flex-item.big {
	min-width: 360px;
}



/* @end */

/* @group Left Block w/ large image right */

.left-block-right-img {
	overflow: hidden;
	padding: 0;
}

.left-block-right-img .flex-item {
	padding-top: 60px;
	padding-bottom: 60px;
}

.left-block-right-img .right-align {
	background-color: #e6e6e6;
	padding-right: 30px;
}

.left-block-right-img .spacer {
	width: 20%
}

.left-block-right-img .right-align > div {
	text-align: left;
}

.left-block-right-img ul {
	margin-top: 30px;
}

.left-block-right-img ul li {
	vertical-align: top;
	display: inline-block;
	margin-right: 4%;
	margin-bottom: 30px;
	width: 45.5%;
}

.left-block-right-img ul li img {
	max-width: 100%;
	margin-bottom: 15px;
	margin-top: 30px;
}

.left-block-right-img .left-align {
	min-width: 50%;
	text-align: center;
	 align-self: center;
}

.left-block-right-img .left-align img {
	max-width: 100%;
	text-align: center;
	 align-self: center;
}

@media only screen and (max-width: 1100px) {
	.left-block-right-img .spacer {
		width: 0%;
	}	
}



/* @end */

/* @group Tabbed Blocks */

.features-tabbed-blocks {
	
}

.features-tabbed-blocks .flexbox {
	-webkit-flex-wrap: wrap;	
	flex-wrap: wrap;
	justfify-content: flex-start;
	align-content: flex-start;
}

.features-tabbed-blocks h2, .features-tabbed-blocks h4 {
	width: 50%;
}

.features-tabbed-blocks .flex-item {
 	margin: 0 20px 30px 0;
 	width: 230px;
 	-webkit-flex: 0 0 auto;
 	flex: 0 0 auto;	
}

.features-tabbed-blocks .flex-item img {
	max-width: 100%;
	margin-bottom: 15px;
}

.features-tabbed-blocks .panel-tabs {
	position: absolute;
	right: 0;
	top: 18px;
	border: 1px solid #e7eaed;
	color: #aaa;
	border-radius: 3px;
}

.features-tabbed-blocks .panel-tabs li {
	display: inline-block;
	padding: 6px 18px;
	cursor: pointer;
	position: relative;
}

.features-tabbed-blocks .panel-tabs li.current {
	color: #fff;
	background-color: #14b9d5;	
}

.features-tabbed-blocks .panel-tabs li.current:before {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #14b9d5;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -6px;
}



/* @end */

/* @group Tabbed Blocks Center */


.features-tabbed-blocks-center h2, .features-tabbed-blocks-center h4 {
	text-align: center;
}

.features-tabbed-blocks-center .flex-item {
	margin: 15px;
}

.features-tabbed-blocks-center .flex-item:first-of-type {
	text-align: center;
}

.features-tabbed-blocks-center .flex-item img {
	max-width: 100%;
}

.features-tabbed-blocks-center .panel-tabs {
	color: #aaa;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 60px;
}

.features-tabbed-blocks-center .panel-tabs li {
	display: inline-block;
	cursor: pointer;
	position: relative;
	width: 10%;
	padding: 0 12px 12px;
	border-bottom: 1px solid #e7eaed;
	margin-right: -2px;
	margin-left: -2px;
}

.features-tabbed-blocks-center .panel-tabs li img {
	margin-bottom: 20px;
}

.features-tabbed-blocks-center .panel-tabs li.current {
	border-bottom: 1px solid #595959;
	color: #444;
}



/* @end */

/* @group Big Image Center + 2 blocks boths sides */

.features-big-image-center-4-block h2, .features-big-image-center-4-block h4 {
	text-align: center;
}

.features-big-image-center-4-block .flexbox  {
	align-items: center;
	margin-top: 60px;
	margin-bottom: 30px;
}

.features-big-image-center-4-block .flex-item:first-child {
	text-align: right;
}

.features-big-image-center-4-block .flex-item div.has-image {
	margin-bottom: 30px;
	padding: 12px;
	position: relative;
}

/* @group Hoverable */

.features-big-image-center-4-block div.has-image {
	cursor: pointer;
	border-left: 5px solid rgba(255,255,255,0);
}

.features-big-image-center-4-block div.has-image:hover {
	border-left: 5px solid #e6e6e6;
}

.features-big-image-center-4-block div.has-image:hover:after {
	content: '';
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #e6e6e6;
	position: absolute;
	left: -20px;
	top: 15%;
}

.features-big-image-center-4-block .flex-item:first-child div.has-image {
	cursor: pointer;
	border-right: 5px solid rgba(255,255,255,0);
	border-left: none;
}

.features-big-image-center-4-block .flex-item:first-child div.has-image:hover {
	border-left: none;
	border-right: 5px solid #e6e6e6;
}

.features-big-image-center-4-block .flex-item:first-child div.has-image:hover:after {
	content: '';
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: none;
	border-left: 20px solid #e6e6e6;
	position: absolute;
	left: auto;
	right: -20px;
	top: 15%;
}



/* @end */

.features-big-image-center-4-block .flex-item * {
	max-width: 100%;
}

.features-big-image-center-4-block .flex-item img {
	margin-bottom: 15px;
}

.features-big-image-center-4-block .flex-item.wide {
	min-width: 50%;
	width: 50%;
	text-align: center;
 	-webkit-flex: 1 0 auto;
 	flex: 1 0 auto;
	margin-left: 30px;
	margin-right: 30px;
}



/* @end */



/* @end */

/* @group Pre-Footers */

/* @group Customer Quote */

.footer-quote {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #e7eaed;
}

.footer-quote p:before {
	content: '“';
	font: 64px Georgia;
	position: absolute;
	left: -30px;
	top: -8px;
	color: #888;
}

.footer-quote p:after {
	content: '”';
	font: 64px Georgia;
	position: absolute;
	right: -30px;
	color: #888;
	top: -8px;
}

.footer-quote p {
	font-size: 22px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	position: relative;
}

.footer-quote cite {
	text-transform: uppercase;
	color: rgba(0,0,0,.5);
	display: block;
	padding-bottom: 10px;
}



/* @end */

.panel-footer .flexbox {
	align-items: center;
	padding: 30px 15px;
}

.footer-2-block .flex-item, .footer-3-block .flex-item {
	margin-right: 15px;
	margin-left: 15px;
	-webkit-box-flex: 1; /* OLD iOS 6, Safari 3.1-6 */
	-moz-box-flex: 1; /* OLD - Firefox 19- */
	-ms-flex: 1 0 auto;
 	-webkit-flex: 1 0 auto;
 	flex: 1 1 auto;
 	min-width: 32%;
}

.footer-2-block h5, .footer-3-block h5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

/* @group 3-block */

.footer-3-block img {
	margin-bottom: 30px;
}

.footer-3-block p {
	margin-right: 15px;
	margin-bottom: 30px;
}



/* @end */

/* @group 2-block */

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



/* @end */

/* @group Social Pre-Footer */

.panel-footer.footer-social-3-block {
	padding: 0;
	margin: 0;
}

.panel-footer.footer-social-3-block .flexbox {
	padding: 0;
}

.panel-footer.footer-social-3-block .flex-item {
	height: 100px;
	position: relative;
	padding-top: 5px;
	text-align: center;
	width: 33.3333%;
	padding-bottom: 15px;
}

.panel-footer.footer-social-3-block .flex-item a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	padding-top: 25px;
}

.panel-footer.footer-social-3-block .flex-item a > p {
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	opacity: 0;
	margin: 0;
}

.panel-footer.footer-social-3-block .flex-item:hover a > p {
	opacity: 1;
}


.panel-footer.footer-social-3-block i {
	font-size: 40px;
}

.panel-footer.footer-social-3-block .facebook {
	background-color: #44609B;
	color: #fff;
}

.panel-footer.footer-social-3-block .twitter {
	background-color: #59ADEB;
	color: #fff;
}

.panel-footer.footer-social-3-block .subscribe {
	background-color: #a2d36e;
	color: #fff;
	width: 30%;
}

.panel-footer.footer-social-3-block .subscribe form {
	padding-top: 15px;
}

.panel-footer.footer-social-3-block .subscribe h3 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 20px;
}

.panel-footer.footer-social-3-block .subscribe #fieldEmail {
	border-style: none;
	padding: 4px;
	height: 18px;
	width: 200px;
	font: 15px lato;
}

/* @end */



/* @end */

/* @group Text Lists */

.text-heading-left-list {
	padding-top: 60px;
	padding-bottom: 60px;
}

.text-heading-left-list li {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #e6e6e6;
	padding-top: 30px;
}

.text-heading-left-list h5 {
	font-weight: bold;
	width: 300px;
	float: left;
}

.text-heading-left-list li div {
	margin-left: 450px;
}



/* @end */