/*--
	Theme Name: theme1897
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.2+ from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800|Droid+Serif:400,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400);
/*----------------------------------------
					General
---------------------------------------- */
html,
body {
	min-width:320px;
}
body{
	background-color: #07639e;
	/* background-image:url(images/bg-body.gif); */
	background-repeat:repeat;
	background-position:center top;
	color: #8397a4;
	font: 12px/18px Arial, Helvetica, sans-serif;
	position:relative;
}

#main {font-size:12px;}
/* .bg-top {background:url(images/bg-top.jpg) center top no-repeat;} */
.bg-top {
	background:url(images/bg-top-kids.png) center top no-repeat;
}

#top-container {
	position:relative;
	z-index:-999;
	height:0;
}
#top-background {
	background:url(images/top-bg.jpg) 146px top repeat-x;
	height:680px;
}

.content-box {
	max-width:980px;
	width:100%;
	position:relative;
	margin:0 auto;
	background:none;
}

img {
	max-width: 100%;
	height: auto;
}
.ie8 img {max-width: none !important;}

	
/* List styling */
dl dt {
	background:url(images/list-arrow.gif) no-repeat 0 3px;
	padding:0 0 3px 32px;
	margin-bottom:.2em;
	font-size:18px;
	line-height:1.2em;
	color:#191919;
}
dl dd {
	padding:0 0 0 32px;
	margin:0 0 1.5em 0;
}
	ul {
		list-style-type:none;
		padding:0;
		margin:0 0 30px 0;
	}
	.archive-lists ul {width:50%;}
	
	ul li {
		vertical-align:top;
		list-style-type:none; 
		background:none;
		padding:3px 0px 0px 0px;
		margin:0 0 8px 0;
		border-top:1px solid #d8ebf7;
	}
		
		ul li:first-child {
			border-top:none; 
			padding-top:0px;
		}

		ul li a {
			color:#3ea8ec;
			font-weight:bold;
			text-decoration:none;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		ul li a:hover {color: #8ab716;}
		
		.green ul li a{color:#8ab716;}
		.blue ul li a {color:#3a9ad9;}
		.orange ul li a {color:#ee0ddd;}
		.yellow ul li a {color:#fea401;}
		
		.green ul li a:hover,
		.orange ul li a:hover,
		.yellow ul li a:hover {color:#3ea8ec;}
		.blue ul li a:hover {color:#fd6901; }

		#wpadminbar li {border-top:none;}
		#wpadminbar li a {
			-webkit-transition:none;
			-moz-transition: none;
			-o-transition: none;
			transition: none;
			background:none;
			padding:0;
		}
		
		ul ul {
			margin:0;
			padding:10px 0 0 0;
		}


/*----------------------------------------
				 Header
---------------------------------------- */
#header {
	/* min-height:240px; */
	position:relative;
	z-index:99;
	background:none;
	margin:0 0 14px 0;
	padding:0;
}

#woheader {
	background:url(images/topborder.png) top repeat-x;
	background-color:#ffffff;
	display:block;
	clear:none;
	height:164px;
	width:100%;

}
	.row-top{
		position:relative;
		min-height:45px;
		overflow:hidden;
		background:url(images/row-top.gif) 0 0 repeat-x #e43e00;
		border-radius:0 0 5px 5px;
	}
	.row-logo{
		position:relative;
		min-height:100px;
		background:none;
		overflow:hidden;
	}
	.row-menu {
		position:relative;
		min-height:50px;
		border-radius:5px;
/*		background:url(images/row-menu.gif) 0 0 repeat-x #fc6002; */
		background:none; /* #ffffff; */
	}

	#menu-right {
		position:absolute;
		right:10px;
		top:10px;
	}

	.top-message {
		position:relative;
		color:#000;
		/* text-shadow:0 0 7px #000; */
		font-size:13pt;
		font-weight:bold;
		margin:18px 0 0 0;
	}

	.home-text {
		clear:both;
		border-radius:5px;
		margin-bottom:21px;
	}

	.home-text div h6 {
		padding:0 5px 10px;
		color:#666;
		font-size:18pt;
		line-height:20pt;
	}
	
/* Logo */
.logo {
	margin:0;
	padding:21px 0 0 0px;
	position:relative;
	z-index:100;
	float:left;	
	margin:0 0 0 -1px;
}

	.logo img {margin-top:10px;}
	.logo #logo {display:block;width:170px;}
	
	.logo h1,
	.logo h2 {
		font-size:72px;
		line-height:80px;
		color:#fff;
		font-family: 'Open Sans', sans-serif;
		font-weight:800;
		margin-left:-7px;
		margin-bottom:8px;
		padding:0px 0 0 0;
		letter-spacing:-3px;
		background:none;
	}
		.logo h1 a,
		.logo h2 a {
			color:#fff;
			text-decoration:none;
		}
		
.logo .tagline {
	font-size:10px;
	line-height:16px;
	text-transform:uppercase;
	color:#fff;
	margin:-16px 0 0px 0;
	display:none;
}

/* Header widget */


#widget-top-viewcart {
	display:inline-block;
	clear:none;
	width:151px;
	height:46px;
	background-image:url('/wp-content/uploads/2014/11/ViewCartHeader.png');
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
	margin-left:24px;
	margin-right:24px;
}
#widget-top-shop {
	display:inline-block;
	clear:none;
	width:146px;
	height:46px;
	background-image:url('/wp-content/uploads/2014/11/VisitShopHeader.png');
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
	margin-left:24px;
}

#widget-top-header {
	position:relative;
	padding:9px 12px 9px 19px;
	overflow:hidden;
}
#widget-top-header h3 {display:none;}
	.widget-top-header ul{overflow:hidden; margin:0px; }
		.widget-top-header ul li {
			vertical-align:top;
			list-style-type:none; 
			color: #fff;
			background:none;
			border:none;
			padding:0;
			float:left;
			margin:0 13px 0 0px;
		}
			
			.widget-top-header ul li a {
				color:#fff;
				font-weight:normal;
				text-decoration:none;
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}
			.widget-top-header ul li a:hover {color: #000;}
			
#widget_meta {float:left; padding-top:2px;}

#text-9, #social-widget-2 { float:right;text-align:right; }
#social-widget-2 { margin-right:24px; }


/* Social Networks */
.social-networks {
	list-style-type:none;
	padding:0;
	margin:0;
	border:none;
	float:right;
	text-align:right;
	overflow:hidden;
}
	#sidebar .social-networks, 
	.home-widget .social-networks{
		float:none;
		text-align:left;
	}
	.social-networks li {
		display:block;
		list-style-type:none;
		padding:0;
		margin:0 0 4px 6px;
		background:none;
		border:none;
	}
		#sidebar .social-networks li, 
		.home-widget .social-networks li {margin:0 0 4px 0px;}
		
		.widget-top-header ul.social-networks li {margin:0 0 0 6px;}
		
		.social-networks li img {
			display:inline-block;
			margin-top:2px;
		}
		.social-networks li a {text-decoration:none; line-height:24px;}
		.social-networks li a:hover {text-decoration:none;}
		
#widget-header {
	float:right;
	text-align:left;
	padding:22px 5px 0px 0px;
	overflow:hidden;
	/* width:600px; */
}

	.phone-box {
		font-size:17px;
		line-height:20px;
		color:#48b2ff;
	}
	.phone-box p {margin-bottom:1px;}
	
	.phone-box .phone {
		display:block;
		font-size:31px;
		line-height:36px;
		color:#fdfefe;
		font-weight:bold;
	}
	.phone-box .phone a {color:#fdfefe;}

/* EasyTooltip */
.tooltip {
	background: none repeat scroll 0 0 #252525;
	border: 1px solid #000000;
	color: #EEEEEE;
	display: none;
	font-size: 11px;
	line-height:1.2em;
	margin: 13px 0 0;
	padding: 5px;
	z-index:99;
}

/*---------------------------------------- 
			Top search 
----------------------------------------*/
#top-search {
	float:right;
	padding:16px 17px 0 0;
}
	#top-search .input-search {
		float:left;
		width:196px;
		height:35px;
		margin-right:4px;
		border:1px solid #8f01b3;
		background:#fafcfd;
		border-radius:2px;
		box-shadow: 5px 5px 5px rgba(0,0,0, .05) inset;
	}
	#top-search #submit {
		float:left;
		font-size:17px;
		line-height:20px;
		color:#fff;
		font-weight:normal;
		padding:6px 13px 5px 14px;
		cursor:pointer;
		height:35px;
		margin:0;
		border-radius:2px;
		/* border:1px solid #ea5d06; */
		border:1px solid #8f01b3;
		/* background:url(images/bg-top-submit.gif) 0 0 repeat-x #fe8b01; */
		background:#8ab716;
	}
		#top-search #submit:hover {
			background-position:0 -200px;
			background-color:#51ff51;
		}

/*----------------------------------------
				Navigations
---------------------------------------- */
/* Primary navigation */
nav.primary {
	display:inline-block;
	float:left;
	position:relative;
	background:none;
	z-index:9998;	
	text-transform:uppercase;
}

#topnav {margin:0;}

/* Essential styles for dropdown menu */
.sf-menu {
	padding:0px 0px 0px 0px;
	position:relative;
	background:none;
	text-align:left;
}
.sf-menu li {
	position:relative;
	list-style:none;
}
.sf-menu > li{
	display:block;
	float:left;
	text-align:center;
	position:relative;	
	margin:0;
	padding:0;
	border:none;
	/* background:url(images/menu-separator2.gif) 100% 0 no-repeat; */
}
	
	.sf-menu .bg-menu{
		/* background:url(images/bg-menu.gif) 0 0 repeat-x #fe8e01; */
		background:transparent;
		cursor:pointer;
		bottom: 50%;
		left: 50%;
		right: 50%;
		top: 50%;
		opacity: 0;
		position: absolute;
		z-index: 2;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;	
	}
		.sf-menu > li:first-child .bg-menu {border-radius:5px 0 0 5px;}

.sf-menu > li:hover .bg-menu, .sf-menu > li.sfHover .bg-menu, .sf-menu > li.current-menu-item .bg-menu{
	bottom: 0;
    left: 0;
    opacity: 1.0;
    right: 1px;
    top: 0;
}

.sf-menu li a {
	display:block;
	text-decoration:none;
	position:relative;
	z-index:3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sf-menu > li > a {
	font-size:16px; 
	line-height:21px;
	background:none;
	padding:22px 17px 20px 18px;
	color:#555;
	text-transform:uppercase;
	/* text-transform:capitalize; */
	font-weight:600;
}

.sf-menu > li:hover > a, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {color:#800080;}

.sf-menu ul {
	position:		absolute;
/*	width:			154px; left offset of submenus need to match (see below) */
	width:			200px; /* left offset of submenus need to match (see below) */
	padding:17px 0px 17px 0px;
	z-index:200;
	display:none;
	margin:0;
	/* background:url(images/bg-submenu2.gif) 0 0 repeat-x #0660f4; */
	background:#ffffff;
	border-radius:0 0 5px 5px;
        transition: all 0.2s linear 0s;
}
#topnav li:hover .sub-menu{
     display:block;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-1px;
	top:			44px; /* match top ul list item height WAS 68 */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	width:154px;
	padding:17px 0px 17px 0px;
	margin:0;
	border-radius:5px;
	/* background:url(images/bg-submenu.gif) 0 0 repeat-x #962f09; */
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			154px; /* match ul width */
	top:			-17px;
	z-index:99;
}
.sf-menu ul li, .sf-menu ul li li {
	margin:0 0 5px 0;
	padding:0;
	text-align:left;
	background:none;
	display:block;
	border:none;
}


.sf-menu li li a {
	text-align:left;
	color:#333;
	font-size:15px;
	line-height:18px;
	padding:0px 0px 0px 31px;
	background:url(images/submenu-marker.png) -100px 7px no-repeat;
	display:block;
	font-weight:normal;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	
.sf-menu li li.current-menu-item > a, .sf-menu li li.sfHover > a, .sf-menu li li:hover > a {color:#fea601; background-position:19px 7px;}

/* Navigation select styling */
.select-menu {
	border:1px solid #c8c8c8;
	background-color:#ffffff; 
	width:100%;
	height:30px;
	padding:5px;
	cursor:pointer;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display: none !important;
}

.select-menu:focus {border-color:#999;}

.select-menu option {
	padding:5px;
	cursor:pointer;
}

.select-menu option.main_item {font-weight:bold;}



.sf-menu li li a{ background-position-y: center !important;}

ul#topnav li ul li a {
text-transform: capitalize !important;
color: #fff !important;
padding: 7px 0 !important;
padding-left: 30px !important;
}

ul#topnav li ul.sub-menu li {background: #2EB2FF !important;}
ul#topnav li ul.sub-menu li:hover {background: rgb(147, 84, 255) !important;}

ul#topnav li ul li {padding: 0 !important; margin: 0 !important;}

.sf-menu ul {padding: 0px 0px 0px 0px !important; margin-top: 17px !important;}

ul.sub-menu {border-top: 3px solid #800080 !important;}

/*----------------------------------------
				Slider
---------------------------------------- */
#new_social {
	margin:0;
	padding:0;
	height:45px;
}

#wo-slide {
	margin:0 0 0 0;
	padding:0;
	display:inline-block;
}

#slider-wrapper {
	position:relative;
	display:block;
	float:left;
	width:100%;
	overflow:hidden;
	height:481px;
	padding:0;
	margin:12px 0 21px 0;
	background:url(images/loading.gif) center center no-repeat #fc6002; 
	border-radius:5px;
}
#right-side  {
display:none;
}
.right-side {
	position:absolute;
	display:block;
	right:45px;
	float:right;
	width:20%;
	margin:20px 0 0 0;
}

.wo-widget {
	border-radius:7px;
	height:99px;
	width:100%;
	margin:0 0 20px 0;
	padding:15px;
	border:3px dotted #fff;
	text-align:center;
}

.wo-widget .textwidget h2 {
	margin:0;
	padding:0;
	background-color:transparent;
	color:#444;
}

.wo-widget.orange {
	/* background:#feac40; */
	background:#3a9ad9;
}
.wo-widget.green {
	background:#c1d71d;
}
.wo-widget.purple {
	background:#d75bb3;
	margin:0;
}



/* Request a quote */
#widget_my_requestquotewidget {}

	.box-text p{margin-bottom:10px; padding-right:10px;}

/*----------------------------------------
				Content
---------------------------------------- */
.primary_content_wrap {
	width:1000px;
	position:relative;
	z-index:1;
	padding:20px 0;
	background:#fff;
	border-radius:4px;
	box-shadow:0 0 76px rgba(6, 90, 149, .28) inset;
}
	body.home .primary_content_wrap {
		background:none;
		border-radius:0;
		box-shadow:none;
		padding:0;
	}

@media only screen and (min-width: 1024px) {
	#content { 
		margin:0;
		margin-left:20px;
	}
}

#content.left {float:right !important;}

#content p {
	color:#777;
}


.box {
	padding:20px 0 16px;
	background:#fff;
	border-radius:4px;
	box-shadow:0 0 76px rgba(6, 90, 149, .28) inset;
}

	.home-widget h2{
		font-size:17px;
		line-height:21px;
		color:#fff;
		margin:0 0 15px 0;
		padding:13px 10px 14px 20px;
		background:#3a9ad9;
		border-radius:4px;
	}
		/* .yellow h2{background:#fea401;} */
		.yellow h2{background:#b718df;}
		/* .orange h2{background:#fd6901;} */
		.orange h2{background:#ee0ddd;}
		.blue h2{background:#3a9ad9;}
		.green h2{background:#8ab716;}
		
.before-content-area .link {
	position:absolute;
	top:9px;
	right:0px;
}

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


/*----------------------------------------
				 Post
---------------------------------------- */
.header-title {margin-bottom:20px;}
	.header-title h1 {
		font-size:17px;
		line-height:21px;
		color:#fff;
		margin:0;
		padding:13px 10px 14px 20px;
		background:#8ab716;
		border-radius:4px;
	}

	h1.blogging {
		background:none;
		color:#b718df;
		font-size:32px;
		font-family: 'Droid Serif', serif;
		font-style:italic;
		font-weight:bold;
		text-align:center;
	}
	
	h1.blogh2, h2.blogh2 > a { color:#15317E !important;font-size:22px;line-height:27px;font-weight:bold; }
	h2.blogh2 > a:hover { color:#3a9ad9 !important; }
	
	.green .header-title h1 {background:#8ab716;}
	.blue .header-title h1 {background:#3a9ad9;}
	/* .orange .header-title h1 {background:#fd6901;} */
	.orange .header-title h1 {background:#ee0ddd;}
	.yellow .header-title h1 {background:#fea401;}
	
.post-holder {
	margin:0 0px 18px 0;
	position:relative;
	overflow:hidden;
	padding:0;
	border-bottom:1px solid #3a9ad9;
	padding-bottom:18px;
}
.single .post-holder {margin:0 0px 35px 0;}


	
/* Post header */
.entry-header {
	padding:0;
	margin-bottom:12px;
	position:relative;
	min-height:67px;
}
.entry-title{
	font-size:17px;
	line-height:20px;
	color:#8ab716;
	margin:0 0 12px 0;
	padding:1px 0 0 0px;
	background:none;
	border:none;
}
	.entry-title.left-indent {padding-left:70px;}
	
	.post-holder h2.entry-title a, 
	.post-holder h1.entry-title a{
		color:#8ab716;
		text-decoration:none;
		background:none;
		padding:0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.post-holder h2.entry-title a:hover {color: #3a9ad9;}

/* Meta information for post */
.post-meta {
	color:#3a9ad9;
	padding:0 0 0 70px;
	font-weight:bold;
}
	.post-meta a {
		color:#3a9ad9;
		text-decoration:none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.post-meta a:hover {color:#8ab716;}


.dates {
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	display: block;
	width: 51px;
	height: 60px;
	padding:7px 0 0 0;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	text-transform:lowercase;
	background:url(images/bg-dates.png) 0 0 no-repeat;
}
.dates .day {display:block;}
.dates .mounth {display:block; margin-top:-5px;}
	
/* Featured thumbnail */
.featured-thumbnail {
	position:relative;
	float:left;
	margin:2px 20px 10px 0;
}
	.featured-thumbnail a {display:block; text-decoration:none;}
	.featured-thumbnail img {
		position:relative;
		width:100%;
		height:auto;
		border-radius:3px;
	}

		
	/* Large thumbnail */
	.featured-thumbnail.large {
		overflow:hidden;
		float:none;
		display:block;
		margin:0 0 25px 0;
		width:100%;
		height:auto;
	}

/* Post content */
.post-content {padding:0;}
	.post-content .excerpt {
		overflow:hidden;
		margin-bottom:0px;
	}
		.post-content .excerpt p {margin-bottom:15px;}
		

/*----------------------------------------
				Author
---------------------------------------- */
/* Recent author posts */
#recent-author-posts {margin-bottom:40px;}

/* Recent author comments */
#recent-author-comments {margin-top:20px;}

.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
}
	.author-info .avatar {margin:0 20px 0 0;}
		.author-info .avatar img {
			float:left;
			border-radius:3px;
		}

.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	}
	.author-meta p.gravatar {
		margin:0;
		}

/*----------------------------------------
				Related Posts
---------------------------------------- */	
.related-posts {
	overflow:hidden;
	padding:0;
	margin:0 0 42px 0;
}
	.related-posts li{
		list-style-type:none;
		padding:0;
		margin:0 2.8% 10px 0;
		display:inline-block;
		background:none;
		width:22.5%;
		border:none;
	}
		.related-posts li:nth-child(4n){margin-right:0px!important;}
		.related-posts li.nomargin {margin-right:0px!important;}

		.related-posts li .featured-thumbnail {
			float:none;
			margin:0 0 10px 0;
			overflow:hidden;
		}

/*----------------------------------------
				 Comments
---------------------------------------- */
h3#comments {
	font-size:17px;
	line-height:21px;
	color:#fff;
	margin:0 0 10px 0;
	padding:13px 10px 14px 20px;
	background:#fea401;
	border-radius:4px;
}
	.commentlist {
		list-style-type:none;
		padding:0 0px 25px 0px;
		margin:0px 0 0 0;
	}
		li.comment {
			list-style-type:none;
			overflow:hidden;
			padding: 0;
			margin: 0!important;
			background:none;
			text-transform:none;
		}

			li.comment .comment-body {
				padding:23px 20px 18px 25px;
				position:relative;
				zoom:1;
				background:#ededed;
				margin-top:10px;
				overflow:hidden;
			}
				li.comment .comment-body p {margin-bottom:9px;}
				
			.comment-author {
				float:left;
				margin:2px 17px 5px 0;
			}
	
			 /* Avatar */
			li.comment .avatar {
				float:none;
				display:block;
				vertical-align:top;
				overflow:hidden;
				border:1px solid #c0c0c0;
			}
   
			.author-comment{
				display: block;
				font-size:15px;
				line-height:20px;
				color:#fea401;
				font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
				margin-top:6px;
				text-align:center;
			}

			.talignright {text-align:right;}
			
			/* Comment meta */
			.comment-meta {
				font-size:13px;
				line-height:18px;
				color:#fea401;
				display:inline-block;
			} 
			.comment-meta a {color:#f62221;}

			.commentlist ul.children {
				margin:0 0 0 40px;
				padding:0;
				overflow:hidden;
			}
			.commentlist ul.children li.comment {}

			/* Reply */
			.reply {
				display:inline-block;
				margin-right:5px;
				margin-left: 18px;
			}
			.reply a {
				display:inline-block;
				padding:0;
				color:#fea401;
				font-size:13px;
				line-height:18px;
				font-weight:normal;
				text-decoration:none;
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}
			.reply a:hover {color:#3a9ad9;}

/*----------------------------------------
				Respond
---------------------------------------- */ 	
#respond {
   padding-top:18px;
   margin-top:7px;
}
	#respond h3 {
		font-size:17px;
		line-height:21px;
		text-align:center;
		color:#fff;
		margin:0 auto;
		margin-bottom:23px;
		padding:8px;
		background:#ff5254;
		border-radius:14px;
		width:200px;
		
	}	
		.cancel-comment-reply small {font-size:12px;}
		.cancel-comment-reply a {
		   color: #3a9ad9;
		   font-weight:normal;
		   text-decoration:underline;
		   background:none;
		   padding:0;
		   margin-bottom:5px;
		   display:inline-block;
		   -webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		.cancel-comment-reply a:hover {text-decoration:none; color:#000;}

.allowed_tags {
	background:#eee;
	padding:15px;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
	color:#666;
}
.allowed_tags strong {font-family:Tahoma, Geneva, sans-serif;}


/*----------------------------------------
				Image styling
---------------------------------------- */ 
.alignleft {
	float:left;
	margin:0 20px 10px 0;
}
.alignright {
	float:right;
	margin:0 0 10px 20px;
}
.aligncenter {
	text-align:center;
	margin:0 auto;
}
.alignnone {
	margin:0 0 10px 0;
}
article .post-content img {
	max-width:710px;
}

.frame {
	padding:7px;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
}
.frame img.alignleft,
.frame img.alignright{
	margin:0;
	padding:0;
	border:none;
}
	
	
/*----------------------------------------
		Page Navigaton (wp-pagenavi)
---------------------------------------- */	
.pagenavi {
	clear:both;
	padding:0px 0 23px 0px;
	position:relative;
	overflow:hidden;
	font-size:11px;
	line-height:16px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}
	.author .pagenavi {padding:0px 0 40px 0;}
	
.pagenavi .pages {float:right; margin: 0px 0px 4px 10px; display:none;}

.pagenavi { padding: 40px 0 23px 0 }


.pagenavi span, .pagenavi a {
	display:inline-block;
	position:relative;
	margin: 0px 2px 4px 3px;
	padding:5px 10px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background:#3a9ad9;
	border:none;
	border-radius:5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
 
.pagenavi a:hover, .pagenavi .current{color:#3a9ad9; background:transparent;}





/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
	.older {float:left;}
	.newer {float:right;}

.single-oldernewer {
	font-size:11px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	padding:.5em 0;
	margin:1em 0 0 0;
	width: auto;
}
	.single-oldernewer .newer {text-align:right;}


/* Gallery post format */
.gallery_post {
	list-style-type:none;
	padding:0;
	margin:0 0 1em 0;
	width:100%;
	overflow:hidden;
}
	.gallery_post .g_item {
		overflow:hidden;
		width:620px;
	}
		.gallery_post .g_item .featured-thumbnail {
			float:none;
			margin:0;
		}
			.gallery_post .g_item .thumbnail img {
				float:none;
				width:100%;
				height: auto;
			}
				
.slides_container_slideshow {
	height:400px;
	width:620px;
}				

.gallery_post .pagination {
	list-style-type:none;
	margin:20px 0 0 0;
	padding:0;
	overflow:hidden;
	text-align:left;
	float: right;
}
	.gallery_post .pagination li {
		padding:0 0 0 5px;
		display:inline;
		margin:0;
		border:none;
	}
		.gallery_post .pagination li a {
			display:inline-block;
			text-decoration:none;
			width:12px;
			height:12px;
			background:#3a9ad9;
			font-size:0;
			line-height:0;
			border-radius:6px;
			vertical-align:top;
			padding: 0;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		.gallery_post .pagination li.current a,
		.gallery_post .pagination li a:hover {background:#8ab716;}

.gallery_post .prev,
.gallery_post .next {
	float: left;
	margin-top:12px;
}			
			
	.gallery_post .prev,
	.gallery_post .next {
		display:inline-block;
		background:#3a9ad9;
		color:#fff;
		vertical-align:top;
		font-size:12px;
		text-decoration:none;
		border-radius:4px;
		padding: 3px 6px;
		margin-right:5px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.gallery_post .prev:hover,
	.gallery_post .next:hover {
		background:#8ab716;
	}	
	
	
	
	
/*---------------------------------------- 
			Post Formats
---------------------------------------- */

/* Images Format Type */
.recent-posts .format-image {
	float:left;
	margin:0 20px 20px 0;
}	
	
.image-post-format {
	float:left;
	margin:0 0 10px 0;
	position:relative;
}
	.image-post-format a {display:block;}
	.image-post-format img {border-radius:3px;}
	
/* Quote Format Type */
.recent-posts .format-quote {}

/* Link Format Type */
.recent-posts .format-link {}

/* Link Format Type */
.recent-posts .format-link {}	

/* Audio Format Type */
.recent-posts .format-audio {margin-bottom:2em;}
	.recent-posts .format-audio .audio-wrapper {margin-bottom:.5em;}

/* Video Format Type */
.recent-posts .format-video {}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 2% 0;
}
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Gallery Post Format */
.slides_container_gallery {
	width:620px;
	margin-bottom:0px;
	height:244px;
}
	.slides_container_gallery .g_item {
		width:620px;
		display:block;
	}
		.slides_container_gallery .g_item img {
			width:100%;
			height:auto;
		}


/*---------------------------------------- 
					404
---------------------------------------- */
#error404 {padding:30px 0 100px 0;}
	.error404-num {
		font-size:250px;
		line-height:1.2em;
		color:#136dbe;
		text-align:center;
	}
	#error404 hgroup {
		margin:0 0 2em 0;
		padding-top:50px;
	}
		#error404 hgroup h1 {
			font-size:3em;
			margin-bottom:.2em;
			color:#136dbe;
		}

/*----------------------------------------
				Portfolio
---------------------------------------- */
.latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
}
	.latestwork li {
		float:left;
		margin-right:20px;
		border:none;
	}

/* Default layout 3 columns */
#gallery {}
	#gallery .portfolio {
		width:100%;
		overflow:hidden;
		list-style-type:none;
		padding:0;
		margin:0;
	}
		#gallery .portfolio li {
			list-style-type:none;
			display:-moz-inline-box;
			display:inline-block;
			zoom:1;
			vertical-align:top; 
			width:272px;
			margin:0 16px 50px 0;
			position:relative;
			background:#e7e7e7;
			border:none;
			padding:10px 10px 13px 10px;
			border-radius:2px;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		* + html #gallery .portfolio li {display:inline;}
		#gallery .portfolio li.nomargin {margin-right:0 !important;}
		
		#gallery .portfolio li:hover {background:#d3d3d3;}
			#gallery .portfolio li a.image-wrap {
				display:block;
				overflow:hidden;
				width:272px;
				height:184px;
				border-radius:2px;
				position:relative;
				margin-bottom:12px;
				background:#d3d3d3 url(images/loading-folio.gif) 50% 50% no-repeat;
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
			}
				#gallery .portfolio li a.image-wrap img {border-radius:2px;}
			
			#gallery .portfolio .folio-desc {
				margin-bottom:0;
				padding:0;
			}
			#gallery .portfolio p.excerpt {
				padding:0;
				margin:0;
			}
			
			.zoom-icon {
				display:block;
				position:absolute;
				left:0px;
				top:0px;
				right:0px;
				bottom:0px;
				cursor:pointer;
				background:rgba(0, 0, 0, .4);
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
				opacity:0;
				border-radius:2px;
			}
			.no-rgba .zoom-icon {
				background:url(images/black-opacity-60.png);
				visibility:hidden;
			}
			.zoom-icon:before {
				content:"";
				display:block;
				position:absolute;
				left:50%;
				top:50%;
				width:35px;
				height:35px;
				margin:-17px 0 0 -17px;
				background:url(images/magnify-alt.png) 50% 50% no-repeat;
			}
			.image-wrap:hover .zoom-icon {opacity:1;}
			.no-rgba .image-wrap:hover .zoom-icon {visibility:visible;}


/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:100%;
	margin-right:0;
	margin-left:0;
	padding-left:0px;
	padding-right:0px;
	overflow:hidden;
}
	#gallery.one_column .portfolio li a.image-wrap {
		width:623px;
		height:363px;
		float:left;
		margin:0 19px 0 10px;
	}
		#gallery.one_column .folio-desc {
			overflow:hidden;
			padding:12px 10px 10px 0px;
		}
			#gallery.one_column .folio-desc .excerpt {margin-bottom:20px;}

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:440px;
	margin-right:16px;
}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:440px;
		height:243px;
	}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:194px;
	margin-right:16px;
}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:194px;
		height:135px;
	}


/*----------------------------------------
		Single Portfolio Page
---------------------------------------- */		
.entry-meta {overflow:hidden;}
	
/* Info */
.portfolio-meta-list {
	border:none;
	margin:0 0 2em 0;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	padding:1em 0;
}
	.portfolio-meta-list li {
		list-style-type:none;
		padding:0;
		margin:.5em 0 0 0;
		border:none;
		background:none;
		text-transform:none;
	}
	.portfolio-meta-list li:first-child {	margin-top:0;}
		.portfolio-meta-list li strong {
			display:inline;
			padding-right:.3em;
		}

/* Single Image */
.image-holder {
	position:relative;
	float: left;
	width:620px;
	margin-right: 20px;
}
	.image-holder img {
		max-width:100%;
	}
		
#primary .entry-content {
	overflow: hidden;
}		

/* Single Video */
.video-holder {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 2% 0;
}
.video-holder iframe,  
.video-holder object,  
.video-holder embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

/* Audio Single */
.single-audio-holder .audiojs {
	width:620px;
	}
.single-audio-holder .audiojs .scrubber {
	width:440px;
	}
.single-audio-holder object{overflow:hidden;}	
	
/* Grid Gallery */
.grid_gallery {
	position:relative;
	overflow:hidden;
	padding:0 0 0 0;
	}
	.grid_gallery_inner {
		width:639px;
		position:relative;
		overflow:hidden;
		}
	.grid_gallery .gallery_item {
		float:left;
		margin:0 19px 19px 0;
		}
		.grid_gallery .gallery_item img {
			width: 100%;
			height: auto;
		}
		
.single-gallery-item {
	margin:0;
	}





/*----------------------------------------
					FAQs
---------------------------------------- */
.faq_list {}
	.faq_list dt {
		color:#3a9ad9;
		position:relative;
		padding:0 0 5px 28px;
		font-size:15px;
		font-weight:normal;
		margin:0;
		background:none;
	}
	.faq_list span.marker {
		display:block;
		position:absolute;
		left:0;
		top:0;
		font-size:15px;
		color:#3a9ad9;
		font-weight:bold;
	}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 20px 0;
	}
		.faq_list dd .marker {top:3px;}



/*----------------------------------------
				Custom widgets
---------------------------------------- */

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
}
	.post_list li {
		list-style-type:none;
		overflow:hidden;
		border:none;
		margin:0 0 15px 0;
	}
	
	.green .post_list li .button, .green .post_list li .button:hover  {color:#8ab716; background:url(images/marker-green.png) 100% 8px no-repeat;}
	.blue .post_list li .button, .blue .post_list li .button:hover {color:#3ea8ec; background:url(images/marker-blue.png) 100% 8px no-repeat;}
	/* .orange .post_list li .button, .orange .post_list li .button:hover {color:#fd6901; background:url(images/marker-orange.png) 100% 8px no-repeat;} */
	.orange .post_list li .button, .orange .post_list li .button:hover {color:#ee0ddd; background:url(images/marker-orange.png) 100% 8px no-repeat;}
	.yellow .post_list li .button, .yellow .post_list li .button:hover {color:#fea401; background:url(images/marker-yellow.png) 100% 8px no-repeat;}


	
/*
	Load CSS before JavaScript
*/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.gallery_post .slides_container {
	width:100%;
}

.gallery_post .slides_container .item img {
	max-width:100% !important;
	height: auto !important;
}

/*
	Optional:
	Reset list default style
*/
.pagination {
	list-style:none;
	margin:0;
	padding:0;
}

/*
	Optional:
	Show the current slide in the pagination
*/
.pagination {
	text-align:center;
	}
.pagination li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
	padding:0 3px;
	}
.pagination .current a {
	color:red;
}

/* Testimonials */
.testimonials {
	padding: 0;
	margin: 0;
}
.testimonials div.testi_item {
	padding: 0;
	margin: 0 0 25px 0;
	background: none;
}
.testimonials div.testi_item blockquote {
	display: block;
	position: relative;
	margin: 0;
	padding: 8px 20px 20px 20px;
	background: #dbdbdb;
	border-radius: 5px;
	border-left:1px solid #dbdbdb;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.testimonials div.testi_item blockquote:before {
	content: "";
	display: block;
	position: absolute;
	left: 65px;
	bottom: -20px;
	width:0;
	height:0;
	border-left: 20px solid transparent;
	border-right: 0 solid transparent;
	border-top: 20px solid #dbdbdb;
}
.testimonials div.testi_item .rel{position:relative;}
.testimonials div.testi_item .quotes {
	display: inline-block;
	width: 41px;
	height: 38px;
	margin:3px 5px 0 0;
	background: url(images/quotes.png) 0 0 no-repeat;
}
.testimonials div.testi_item blockquote a {
	text-decoration: none;
	display:inline;
	color: #8397a4;
	padding:0px 0 0 0;
	font-style: normal;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.testimonials div.testi_item blockquote a:hover {color: #3a9ad9;}

.testimonials div.testi_item .featured-thumbnail {
	position:relative;
	z-index:2;
	margin:5px 20px 0 0px;
	width:60px;
	height:60px;
	float:left;
}
	.testimonials div.testi_item .featured-thumbnail img {
		width:100%;
		height:auto;
	}
.name-testi {
	padding: 20px 0 0 0;
	text-align: right;
	display: block;
}
	.name-testi .user {
		color:#3a9ad9; 
		font-family:Georgia, "Times New Roman", Times, serif;
	}
.name-testi a {font-weight: normal;}
.testimonials .thumb {
	float: left;
	margin-right: 20px;
}


/* Recent Posts */
.latestpost {
	list-style-type:none;
	margin:0 0 14px 0;
	padding:0;
}
	.latestpost li {
		margin:0 0 11px 0;
		padding:0 10px 0 0;
		list-style-type:none;
		border:none;
	}
		.latestpost li .featured-thumbnail {
			margin:5px 9px 1px 0;
		}
		
		.latestpost li time {
			font-weight:bold;
			color:#3ea8ec;
			display:block;
			margin:0 0 1px 0;
		}
			.blue .latestpost li time {color:#fd6901;}
			
		.latestpost li h6, .latestpost li h6 a {font-weight:normal;}
		
			.green .latestpost li h6 a {color:#8ab716;}
			.blue .latestpost li h6 a {color:#3a9ad9;}
			/* .orange .latestpost li h6 a {color:#fd6901;} */
			.orange .latestpost li h6 a {color:#ee0ddd;}
			/* .yellow .latestpost li h6 a {color:#fea401;} */
			.yellow .latestpost li h6 a {color:#b718df;}
			
				
				.green .latestpost li h6 a:hover,
				.orange .latestpost li h6 a:hover,
				.yellow .latestpost li h6 a:hover,
				.green .latestpost li a:hover,
				.orange .latestpost li a:hover,
				.yellow .latestpost li a:hover {color:#3ea8ec;}
				
				
				.blue .latestpost li h6 a:hover, .blue .latestpost li a:hover {color:#fd6901;}
			
		.latestpost li .excerpt {margin-bottom:0px;}


/* Twitter widget */
.twitter {position:relative;}
.twitter_update_list {overflow:hidden; margin-bottom:3px;}
.twitter ul li {
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0 0 0 0px;
	background:none;
	border:none;
}
	.twitter ul li .twitt-body {padding:0 0 5px 0;}
	.twitter ul li .twitt-body a {font-weight:normal;}
	.twitter ul li a.timesince {
		display:inline-block;
		margin-bottom:2px;
	}
.twitter .profileLink {}
.twitter  .preloader {
	position:absolute;
	top:55px;
	left:0;
	height: 25px;
	line-height:25px;
	padding-left: 30px;
	background-position:0 50%;
	background-repeat:no-repeat;
}

	.blue .twitter  .preloader, .widget .twitter  .preloader {background-image:url(images/loading-blue.png);}
	.green .twitter  .preloader {background-image:url(images/loading-green.png);}
	.yellow .twitter  .preloader {background-image:url(images/loading-yellow.png);}
	.orange .twitter  .preloader, .widget:nth-child(2n) .twitter  .preloader {background-image:url(images/loading-orange.png);}
	
	.widget .profileLink {margin-top:10px;}


/* Banner widget */
.banners-holder {
	list-style-type:none;
	padding:0;
	margin:0;
}
	.banners-holder li {
		list-style-type:none;
		float:left;
		margin:0 3px 3px 0;
		padding:0;
		border:none;
	}
		.banners-holder li:nth-child(2n) {margin-right:0px;}
		.banners-holder li.nomargin {margin-right:0px;}
		
		.banners-holder li img {
			vertical-align:top;
			float:left;
		}

/*---------------------------------------- 
				Testimonials
---------------------------------------- */
/* Testimonials list */
article.testimonial, .single article.testimonial  {
	border:1px solid #e7e7e7;
	padding:20px 20px 20px 20px;
	width:auto;
	background:url(images/quotes.png) no-repeat 200px 10px #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	line-height:20px;
	color:#868686;
	font-weight:normal;
	margin-bottom:35px;
}
	article.testimonial .featured-thumbnail, 
	.single article.testimonial .featured-thumbnail {
		margin:6px 30px 10px 0;
		width:170px;
		height:173px;
	}
		article.testimonial .featured-thumbnail img, 
		.single article.testimonial .featured-thumbnail img {
			width:170px;
			height:173px;
		}
	article.testimonial .name-testi {
		display:block;
		text-align:right;
		font-style:normal;
		font-size:13px;
		line-height:18px;
		font-family:Arial, Helvetica, sans-serif;
		padding:10px 0 0 0;
	}
		article.testimonial .name-testi .user {
			color:#3a9ad9; 
			font-family:Georgia, "Times New Roman", Times, serif;
		}
		
		article.testimonial .name-testi a {text-decoration:none;}
		article.testimonial .name-testi a:hover {text-decoration:underline;}





/*----------------------------------------
				Shortcodes
---------------------------------------- */

/* Recent Posts */
.recent-posts {
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	border:none;
}
	.recent-posts li {
		list-style-type:none;
		margin:0 0 20px 0;
		padding:0;
		border:none;
		background:none;
	}

		.recent-posts li h6 a {color:#fd6901;}
		.recent-posts li h6 a:hover {color:#3ea8ec;}
		
		.recent-posts li .excerpt {margin-bottom:5px;}
			.recent-posts li .post-date {
				font-size:12px;
				line-height:18px;
				color:#3ea8ec;
				font-weight:bold;
				background:url(images/time-icon.png) 0 1px no-repeat;
				padding-left:25px;
				min-height:16px;
				display:block;
				margin-bottom:11px;
			}

				
/* Recebt Post Tabs */
	.recent-posts.latest {overflow:hidden;}
	.recent-posts.latest li {
		width:220px;
		margin:0 20px 10px 0;
		display:inline-block;
		position:relative;
		color:#000;
	}
		.recent-posts.latest li:nth-child(4n) {margin-right:0px!important;}
		.recent-posts.latest li.nomargin {margin-right:0px!important;}
		
	.recent-posts.latest li .featured-thumbnail {
		margin:0px 0 15px 0;
		float:none;
		display:block;
	}

	.recent-posts.latest li .post-date {
		display:none;
		color:#000;
	}

	.recent-posts.latest li h4 {margin:0 0 11px 0; text-align:center; }
/*			.recent-posts.latest li h4 a {color:#fd6901; font-weight:normal;} */
			.recent-posts.latest li h4 a {color:#fff; font-weight:normal;}
/*			.recent-posts.latest li h4 a:hover {color: #3ea8ec;} */
			.recent-posts.latest li h4 a:hover {color: #666;}
			
	.recent-posts.latest li .excerpt {padding-right:10px; margin-bottom:16px;}
	
	.recent-posts.pfolio {overflow:hidden;}
	.recent-posts.pfolio li {
		width:220px;
		margin:0 20px 10px 0;
		display:inline-block;
		position:relative;
		color:#000;
	}
		.recent-posts.pfolio li:nth-child(4n) {margin-right:0px!important;}
		.recent-posts.pfolio li.nomargin {margin-right:0px!important;}
		
	.recent-posts.pfolio li .featured-thumbnail {
		margin:0px 0 15px 0;
		float:none;
		display:block;
	}

	.recent-posts.pfolio li .post-date {
		color:#000;
	}
	
	.recent-posts.pfolio li h4 {margin:0 0 11px 0;}
		/* .recent-posts.pfolio li h4 a {color:#fd6901; font-weight:normal;} */
		/* .recent-posts.pfolio li h4 a:hover {color: #3ea8ec;} */
		.recent-posts.pfolio li h4 a {color:#fff; font-weight:normal;}
		.recent-posts.pfolio li h4 a:hover {color: #666;}
			
	.recent-posts.pfolio li .excerpt {padding-right:10px; margin-bottom:16px;}

	

/* Our team */
.recent-posts.team {
	margin: 0;
	padding: 7px 0 0 0;
}
	.recent-posts.team li {
		display:inline-block;
		width: 170px;
		overflow: hidden;
		margin: 0 25px 20px 0;
		background: #e7e7e7;
		padding: 10px 10px 9px 10px;
		border-radius: 2px;
	}

	.recent-posts.team li:nth-child(3n) {margin-right: 0!important;}
	.recent-posts.team li.nomargin {margin-right: 0!important;}
	
		.recent-posts.team li .featured-thumbnail {
			float: none;
			margin: 0 0 9px 0;
			display:block;
		}

/* Popular Posts */
.popular_posts {
	overflow:hidden;
}
	.popular_posts li {
		list-style-type:none;
		display:inline-block;
		position:relative;
		padding:0;
		border:none;
		width:220px;
		margin:0 20px 10px 0;
		color:#000;
	}
	.popular_posts li:nth-child(4n){margin-right:0px!important;}
	.popular_posts li.nomargin {margin-right:0px!important;}
	
	.popular_posts li .featured-thumbnail {
		margin:0px 0 15px 0;
		float:none;
		display:block;
	}

	.popular_posts li .post-date {
		display:none;
		color:#000;
	}
	
	.popular_posts li h4 {margin:0 0 11px 0;}
/*		.popular_posts li h4 a {color:#fd6901; font-weight:normal;} */
/*		.popular_posts li h4 a:hover {color: #3ea8ec;} */
		.popular_posts li h4 a {color:#fff; font-weight:normal;}
		.popular_posts li h4 a:hover {color: #666;}


	.popular_posts li .excerpt {margin-bottom:5px;}
	.popular_posts li .post-date {
		font-size:12px;
		line-height:18px;
		color:#3ea8ec;
		font-weight:bold;
		background:url(images/time-icon.png) 0 1px no-repeat;
		padding-left:25px;
		min-height:16px;
		display:block;
		margin-bottom:11px;
	}


/*----------------------------------------
				Tags
---------------------------------------- */
.tags-cloud a,
.tagcloud a {
	display:inline-block;
	font-size:11px !important;
	line-height:18px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:6px 10px 7px 10px;
	background:url(images/more-button.gif) 0 0 repeat-x #136dbd;
	border-radius:2px;
	margin:0 2px 4px 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	.tags-cloud a:hover,
	.tagcloud a:hover {
		color:#fff;
		background-position:0 -200px;
	}

/*----------------------------------------
				 Calendar
---------------------------------------- */
#calendar_wrap {padding:0;}
	#wp-calendar {width:100%;}

		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
		}
		#wp-calendar caption {
			font-size:22px;
			line-height:26px;
			color:#3a9ad9;
			text-align:center;
			padding:4px 0;
			margin-bottom:5px;
			text-transform:uppercase;
		}
		#wp-calendar thead {
			border-top:1px solid  #e7e7e7;
			border-bottom:1px solid  #e7e7e7;
		}
		#wp-calendar tfoot {border-top:1px solid  #e7e7e7;}
		
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			line-height:20px;
			color:#3a9ad9;
			text-align:center;
		}
		#wp-calendar #prev {text-align:left;}
		#wp-calendar #next {text-align:right;}
		
		.widget:nth-child(2n) #wp-calendar caption,
		.widget:nth-child(2n) #wp-calendar thead th {color:#fd6901;}
		
/* Recent Comments */
.recent-comments {
	list-style-type:none;
	padding:0;
	margin:0;
}
	.recent-comments li {
		padding:0;
		margin:0;
		border:none;
		padding-bottom:.5em;
	}


/*----------------------------------------
				Footer
---------------------------------------- */
a.NewFooterA, a.NewFooterA:hover, a.NewFooterA:visited {color:#333333;text-decoration:none; }

#text-15 h2 { background-color:#C92228; }

#footer {
	background:url(images/topborder.png) bottom repeat-x;
	padding:0 0 57px 0;
	overflow:hidden;
	position:relative;
	display:block;
	z-index:79;
}

#social-widget-3{
	float:right;
	display:inline-block;
}
#text-14{
	float:left;
	display:inline-block;
	margin-top:8px;
}

#footerBG {
	background:#ffffff;
	width:100%;
	height:140px;
	display:block;
	position:absolute;
	bottom:0;
	clear:none;
	z-index:5;
}

#innerfooter{
	margin:0 auto;
	width:980px;
	display:block;
	height:auto;
}

	#copyright {
		background:none;
		padding:0;
		margin:0;
	}

.ft.left {
}

.ft.right {
	text-align:right;
}

/* Footer navigation */
nav.footer {
	overflow:hidden;
	float:right;
	display:inline-block;
	padding:0px 0 0px 0px;
}
	nav.footer ul {
		margin:0;
		padding:0;
	}
		nav.footer ul li {
			list-style-type:none;
			display:inline-block;
			padding:0px;
			font-size:12px;
			line-height:19px;
			margin:0 0px 0 10px;
			background:none;
			border:none;
		}
		nav.footer ul li a {
			font-size:12px;
			line-height:19px;
			font-weight:normal;
			text-transform:capitalize;
			color:#5bb9f7;
			text-decoration:none;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		nav.footer ul li a:hover, nav.footer ul li.current-menu-item a{color:#fff;}
		
	/* Footer text */
	.footer-text {
		float:left;
		display:inline-block;
		font-size:12px;
		line-height:19px;
		color:#5bb9f7;
		padding:0px 0 0 0px;
	}
		.footer-text a {
			color:#5bb9f7;
			text-decoration:none;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		.footer-text a:hover {color:#fff;}

	


/*---------------------------------------- 
					Misc
---------------------------------------- */
.button {
	display:inline-block;
	font-size:12px;
	line-height:19px;
	color:#8ab716;
	font-weight:bold;
	text-decoration:none;
	padding:0 8px 0 0;
	background:url(images/marker-green.png) 100% 8px no-repeat;

}
	.button.green, .green .button {color:#8ab716; background:url(images/marker-green.png) 100% 8px no-repeat;}
	.button.blue, .blue .button {color:#3ea8ec; background:url(images/marker-blue.png) 100% 8px no-repeat;}
	/* .button.orange, .orange .button {color:#fd6901; background:url(images/marker-orange.png) 100% 8px no-repeat;} */
	.button.orange, .orange .button {color:#ee0ddd; background:url(images/marker-orange.png) 100% 8px no-repeat;}
	.button.yellow, .yellow .button {color:#b718df; background:url(images/marker-blue.png) 100% 8px no-repeat;}

.button:hover {text-decoration:underline;}
	
/* Small Button */
.button.small {
	font-size:10px;
	background:none!important;
	text-transform:uppercase;
}
	
/* Large Button */
.button.large {
	font-size:18px;
	background:none!important;
}

.more-button {
	display:inline-block;
	font-size:12px;
	line-height:18px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:8px 12px 9px 12px;
	background:url(images/more-button.gif) 0 0 repeat-x #136dbd;
	border-radius:2px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	.more-button:hover {
		color:#fff;
		background-position:0 -200px;
	}
.no-results {}

.link {
	font-size:15px;
	line-height:20px;
	display:inline-block;
	text-decoration:none;
	color:#fff;
}
	.link.white {color:#fff;}
	.link.green {color:#8ab716;}
	.link.blue {color:#3ea8ec;}
	.link.orange {color:#fd6901;}
	.link.yellow {color:#fea401; }
	
.link:hover {text-decoration:underline;}


/* Lightbox */
.lightbox {
	display:block;
	position:relative;
}

/* Back to Top */
#back-top-wrapper {
	width:100%;
	position:absolute;
	overflow:hidden;
}
#back-top {
	position: fixed;
	bottom: 159px;
	left:50%;
	margin-left:551px;
	display:none;
}

#back-top a {
	width: 22px;
	height: 13px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background:url(images/up-arrow.png) 0 0 no-repeat;
}
#back-top a:hover {background-position:0 -13px;}



/* Tabs */
.tabs {margin: 0 0 20px 0;}

.tabs .tab-menu {
	background:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.tabs .tab-menu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
	overflow:hidden;
}

.tabs .tab-menu li {
    float:left;
    margin: 0;
    padding: 0;
	background:none;
	border:none;
}

.tabs .tab-menu a {
    display: block;
	font-size:17px;
	line-height:20px;
	color:#fff;
	background:none;
    margin: 0;
	font-weight:normal;
    padding: 13px 21px 15px 21px;
	border-radius:4px 4px 0 0;
}
	.tabs .tab-menu li:nth-child(3n-2) a { background:#8ab716; }
	.tabs .tab-menu li:nth-child(3n-1) a { background:#8ab716; }
	.tabs .tab-menu li:nth-child(3n) a { background:#8ab716; }
	
/*	.tabs .tab-menu li.orange a {background:#fd6901;} */
/*	.tabs .tab-menu li.yellow a {background:#fea401;} */
/*	.tabs .tab-menu li.green a {background:#8ab716;} */

	.tabs .tab-menu li.orange a { background:#e460be; }
	.tabs .tab-menu li.yellow a { background:#8ab716; }
	.tabs .tab-menu li.green a { background:#8ab716; }

.tabs .tab-menu li a:hover,
.tabs .tab-menu li a.active  {
	color:#000;
	background:#e460be;
	box-shadow:0 46px 46px rgba(6, 90, 149, .25) inset;
}


.tabs .tab-menu .tab2:hover,
.tabs .tab-menu .tab2.active  {
	background:#8ab716;
}

.tabs .tab-menu .tab3:hover,
.tabs .tab-menu .tab3.active  {
	background:#fea338;
}

.tabs .tab-wrapper {
    border: none;
    margin: 0;
}
.tabs .tab {
	padding:20px 20px 12px;
/*	background:#fff; */
	background:#e460be;
	border-radius:0 4px 4px 4px;
	box-shadow:0 0 76px rgba(6, 90, 149, .28) inset;
	margin:0;
}

.tabs .tab.tab2 {
	background:#8ab716;
}
.tabs .tab.tab3 {
	background:#8ab716;
}

/* Toggle */
.toggle {
    padding: 0 0 2px 0;
}
.toggle .trigger {
	background-color: #f5f5f5;
	background: -moz-linear-gradient(bottom, #F2F2F2 0px, #ffffff 100%);
	background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666666;
	display: block;
	padding: 10px 12px 10px 40px;
	position: relative;
	text-decoration:none;
	height:1%;
	}

.toggle .trigger span {
	background: url(includes/images/toggle.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 9px;
	left: 10px;
	text-indent: -9999px;
	width: 22px;
	height: 20px;
	}

.toggle .trigger:hover,
.toggle .active {
	background:#191919;
	color:#fff;
	}
.toggle .active span {
	background-position: 0 -20px;
	}

.toggle .box {
	background-color: #fafafa;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	}



/* Dropcap */
.dropcap {
	display: block;
	float: left;
	margin: 2px 19px 0px 0;
	width: 51px;
	height: 67px;
	font-size: 36px;
	line-height: 51px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-transform:uppercase;
	background:url(images/bg-dropcap.png) 0 0 no-repeat;
}

.widget-area {
	
}

.hr {
	height:47px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}
.grid_1 .hr, .grid_2 .hr, .grid_3 .hr, .grid_4 .hr, .grid_5 .hr, .grid_6 .hr, .grid_7 .hr, .grid_8 .hr, .grid_9 .hr, .grid_10 .hr, .grid_11 .hr, .grid_12 .hr, .grid_13 .hr, .grid_14 .hr, .grid_15 .hr, .grid_16 .hr, .grid_17 .hr, .grid_18 .hr, .grid_19 .hr, .grid_20 .hr, .grid_21 .hr, .grid_22 .hr, .grid_23 .hr, .grid_24 .hr {
	margin-left:0;
	margin-right:0;
}
.sm_hr {
	height: 1px;
	background: #e7e7e7;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin: 4px 10px 16px;
}
.grid_1 .sm_hr,
.grid_2 .sm_hr,
.grid_3 .sm_hr,
.grid_4 .sm_hr,
.grid_5 .sm_hr,
.grid_6 .sm_hr,
.grid_7 .sm_hr,
.grid_8 .sm_hr,
.grid_9 .sm_hr,
.grid_10 .sm_hr,
.grid_11 .sm_hr,
.grid_12 .sm_hr {
  margin-left: 0;
  margin-right: 0;
}
.spacer {
	height:32px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}

/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
}
.address dt {
	float:left;
	width:165px;
	margin-right:20px;
	padding:0 0 0 55px;
	background:none;
	font-size:1em;
	line-height:18px;
	background:url(images/address-icon1.png) no-repeat 0 3px;
}
.address dd {
	float:left;
	width:217px;
	padding:0 0 0 53px;
	background:url(images/address-icon2.png) no-repeat 0 3px;
}

	.address dd ul {
		list-style-type:none;
		padding:0;
		margin:0;
	}
		.address dd ul li {
			background:none;
			padding:0;
			margin:0;
			border:none;
		}
	.address dd span {
		float:left;
		width:100px;
	}
		.address dd a {text-decoration:underline;}
		.address dd a:hover {text-decoration:none;}

/* Google Map */
.google-map {margin-bottom:20px;}




/* VIDEO */
.video-wrap {
	margin-bottom: 10px;
	position:relative;
	zoom:1;
	}
	.video-wrap object {
		position:relative;
		z-index:2;
		}
	.video-bg {
		background-color:black;
		position:absolute;
		left:0;
		top:0;
		z-index:1;
		}

/* AUDIO */
.audio-wrapper {
   margin-bottom:1.5em;
}
.audio-desc {
	font-size:.91em;
	color:#999;
	padding:.5em 0 0 0;
	}
.audiojs audio { position: absolute; left: -1px; }
.audiojs { width: 460px; height: 36px; background: #404040; overflow: hidden; font-family: monospace; font-size: 12px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
	background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); }
.audiojs .play-pause { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden; border-right: 1px solid #000; }
.audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }
.audiojs .play { display: block; }
.audiojs .scrubber { position: relative; float: left; width: 280px; background: #5a5a5a; height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; }
.audiojs .progress { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #ccc; z-index: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
	background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); }
.audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
	background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); }
.audiojs .time { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #000; color: #ddd; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); } 
.audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; }
.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }
.audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;
	text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }

.audiojs .play { background: url(js/audiojs/player-graphics.gif) -2px -1px no-repeat; }
.audiojs .loading { background: url(js/audiojs/player-graphics.gif) -2px -31px no-repeat; }
.audiojs .error { background: url(js/audiojs/player-graphics.gif) -2px -61px no-repeat; }
.audiojs .pause { background: url(js/audiojs/player-graphics.gif) -2px -91px no-repeat; }

.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }

.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }



/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
	padding:20px 20px 20px 90px !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
		}
	


/*---------------------------------------- 
				Forms
---------------------------------------- */
/* Form defaults */
input, select, textarea { 
	font-size:12px;
	line-height:18px;
	background-color:#FFF;
	color:#565656;
	font-size:12px;
	border:#1072b1 solid 3px;
	-moz-border-radius:6px;
   -webkit-border-radius:6px;
   border-radius:6px;
	vertical-align:middle;
	font-weight:normal;
	
}
input[type="text"], textarea, input[type="email"] {
	background:#eaeaec;
	border:1px solid #eaeaec;
	padding:8px 10px 8px 14px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize:none;
	border-radius:0;
}
input[type="submit"], input[type="reset"] {
	position:relative;
	display:inline-block;
	padding:4px 14px 5px 14px;
	color:#323232;
	text-decoration:none;
	font-size:12px;
	line-height:18px;
	height:35px;
	font-weight:bold;
	cursor:pointer;
	margin-right:10px;
	background:url(images/bg-submit.gif) 0 0 repeat-x #87ff00;
	border-radius:3px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	background-position:0 -200px;
	background-color:#87ff00;
}
input inputbluewhite[type="text"] {
	background-color:#FFF;
	color:#565656;
	font-size:12px;
	border:#4aa200 solid 3px;
	-moz-border-radius:6px;
   -webkit-border-radius:6px;
   border-radius:6px;
	
	
	
}


/* Comment form */
#commentform {}
	#commentform a {
		color: #3a9ad9;
		font-weight:normal;
		text-decoration:underline;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	#commentform a:hover {color: #fea401;}
		#commentform p.field {margin-bottom:10px;}
		#commentform p.area {margin-bottom:21px;}
	#commentform label {
		color:#8397a4;
	}
	#commentform input[type="text"] {
		width:56%;
		height:36px;
		line-height:17px;
	}
	#commentform textarea {
		width:87%;
		height:218px;
		overflow:auto;
	}




/* Contact form */
.wpcf7-form p.field {
	margin-bottom:9px;
	overflow:hidden;
	vertical-align:top;
	position:relative;
}
.wpcf7-form p.field input {height:36px;}
	.wpcf7-form p.field small {color:red;}
.wpcf7-form .input-file {
	width: 79px;
	height: 22px;
	background: url(images/btn-choose-file.gif) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	cursor: pointer;
	position:relative;
}
.wpcf7-form input[type="file"] {
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	cursor: pointer;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.wpcf7-form textarea {
	width:100%;
	height:255px;
	overflow:auto;
	margin-bottom:17px;
}
.wpcf7-form .submit-wrap {
	padding:0;
	margin:0;
}
	span.wpcf7-form-control-wrap {display:block;}
	.wpcf7-not-valid-tip {
		width:100% !important;
		position:absolute;
		left:0 !important;
		top:0 !important;
		padding:8px 0 8px 10px !important;
		background:#f3b7b7 !important;
		color:red !important;
		border:1px solid red !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	div.wpcf7-response-output {
		margin-left:0 !important;
		margin-right:0 !important;
	}





/* Sidebar search form */
#searchform {overflow:hidden;}
	#searchform .searching {
		width:220px;
		margin-right:10px;
		float:left;
		height:35px;
	}
	#searchform .submit {
		cursor:pointer;
		float:left;
		margin-right:0px;
	}



/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:79.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
	}


/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */




.accordionButton {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 25px;
    position: relative;
    width: 97%;
    color:#3a9ad9;
}
.accordionContent {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    font: 12px/18px Arial,Helvetica,sans-serif;
    padding-left: 25px;
    position: relative;
    width: 97%;
}

.product-left-part {
    float: left;
    padding-right: 30px;
    width: 295px;
}
.product-right-part {
    float: right;
    width: 615px;
}
.single-product .images {
    width: 100% !important;
}	
.woocommerce-tabs {
    margin-top: 20px;
}	

.single-product #sidebar {
    display: none;
}
.single-product.woocommerce .related.products {
    display: none;
}
.single-product.woocommerce .upsells.products {
    display: none;
}
.post-type-archive-product #sidebar {
    display: none;
}
.ad-gallery .ad-image-wrapper {
    width: 100% !important;
}
.ad-gallery {
    width: 100% !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    max-width: 150px;
}
.w-left
{
  float: left;
    margin-right: 36px;
    width: 300px;
}
.w-left .gallery_container,
.w-right .summary
{
 width: 100% !important;
}
.w-right {
    float: left;
    width: 598px;
}
.youtube-a {
    margin-bottom: 15px;
}
.youtube-a > iframe {
    width: 100%;
}
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	
.over {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
.single-product.woocommerce .related.products {
    display: none;
}
.related {
    display: none !important;
}
.woocommerce.woocommerce-page #sidebar {
    display: none !important;
}




.div#content.grid_8.right {
width:900px !important;
}

#content.grid_8.right {
width:900px !important;
}

div.slideshow_slide.slideshow_slide_text{
   margin: 0px !important;
   
}

p.testimonials{
    width: 90%;
    margin-top: 100px;
    background-color: #ffffff;
    padding-bottom: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    height: 200px;
}
p.testimonials-big{
    width: 90%;
    margin-top: 100px;
    background-color: #ffffff;
    padding-bottom: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    height: 230px;
}

span.author-testimonial{
   float: right;
}

#hpproducttease ul li { margin:0 12px 0 12px;color:#333333;width:110px;text-align:center; }
#hpproducttease img { width:100px;height:100px; }
#hpproducttease h3 { margin:0;color:#333333;padding:0;}
#hpproducttease .price { margin:0;color:#666666;padding:0;font-weight:600;font-size:1em; }
#hpproducttease ins .amount { margin:0;color:#92CD00;padding:0;font-weight:600;font-size:1em;text-decoration:none; }
#hpproducttease .button.add_to_cart_button.product_type_simple { background-color:#3a9ad9;color:#ffffff;background-image:none;border-radius:0; }

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.inputbluewhite { background-color:#ffffff;
-moz-box-shadow:    inset 0 0 4px #666666;
-webkit-box-shadow: inset 0 0 4px #666666;
box-shadow:         inset 0 0 4px #666666; }
.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.inputbluewhite { background-color:#ffffff; }

.wpcf7-form-control.wpcf7-submit { background-color:#e32c78;color:#ffffff;background-image:none;width:100%;border-radius:0; }
.wpcf7-form-control.wpcf7-submit:hover { background-color:#FF1493;color:#ffffff;background-image:none;border-radius:0; }

.page-layout-new h2 span.sneak-peak-icon::after {
content: url(https://www.eggloentertainment.com/wp-content/uploads/2015/01/sneak-peak.png);
padding-left: 6px;
display: inline-block;
width: 30px;
height: 30px;
}

#couponpromoBTN {display:inline-block;clear:none; }

#sidebar input[type="text"] {
	background:#ffffff;
	border:1px solid #666666;
	/* padding:8px 10px 8px 14px; */
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize:none;
	border-radius:16px;
}
#sidebar input[type="submit"], #sidebar input[type="reset"] {
	position:relative;
	display:inline-block;
	padding:0;
	clear:none;
	color:transparent;
	text-decoration:none;
	font-size:0px;
	height:32px;
	width:32px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	background-color:transparent;
	float:right;
	margin-right:0px;
	margin-top:-30px;
	background:url(images/mglass.png);
	background-repeat:no-repeat;
}
#sidebar input[type="submit"]:hover, #sidebar input[type="reset"]:hover {
	background-color:transparent;
}

#rpwe_widget-2 h3, #wpp-2 > h3 { color:#15317E !important;font-size:22px;font-weight:bold;padding:20px 0 10px 0;text-align:center; }
h3.rpwe-title { padding:0 !important;text-align:left !important; }
h3.rpwe-title > a { clear:none;color:#15317e;font-weight:bold;font-weight:16px;font-size:16px; }
.rpwe-alignleft.rpwe-thumb { float:left;display:inline-block;margin:0 12px 2px 0;padding:0px;border-style: solid;border-width: 4px;
	-moz-border-image: url(images/color_border.png) 40 stretch;
	-webkit-border-image: url(images/color_border.png) 40 stretch;
	-o-border-image: url(images/color_border.png) 40 stretch;
	border-image: url(images/color_border.png) 40 stretch; }
.rpwe-time { color:#3ea8ec; }
#sidebar { margin:12px 0 0 50px; }
#rpwe_widget-2 { margin:24px 0 24px 0;border-top:1px solid #666666;border-bottom:1px solid #666666; }
.rpwe-li.rpwe-clearfix { border:none; margin:4px 0 4px 0;height:100px;clear:both; }

.wpp-list li { border:none;margin:4px 0 4px 0;height:100px; }
a.wpp-post-title { display:block;color:#15317e;font-weight:bold;font-weight:16px;font-size:16px; }
.wpp-author, .wpp-date { color:#666666; font: 12px/18px Arial,Helvetica,sans-serif; }
.wpp-date { color:#3ea8ec; }


.tng_box { 
	border-style: solid;
	border-width: 4px;
	-moz-border-image: url(images/color_border.png) 40 stretch;
	-webkit-border-image: url(images/color_border.png) 40 stretch;
	-o-border-image: url(images/color_border.png) 40 stretch;
	border-image: url(images/color_border.png) 40 stretch;
	margin:4px 0 0 0;
	padding:0px;
	width:200px;
	height:auto;
	max-height:124px;
	overflow: hidden;
}

.tng_box img { width:100%; }


.wpp-thumbnail, .wpp-thumbnail img, img.wpp-thumbnail { float:left;display:inline-block;margin:0 12px 2px 0;padding:1px;
	border-style: solid;
	border-width: 4px;
	-moz-border-image: url(images/color_border.png) 40 stretch;
	-webkit-border-image: url(images/color_border.png) 40 stretch;
	-o-border-image: url(images/color_border.png) 40 stretch;
	border-image: url(images/color_border.png) 40 stretch;
}

a.spcl { font-size:16px;text-decoration:none; }
a.spcl:hover { color:#3a9ad9;text-decoration:none;transition: all 0.5s ease 0s; }

#text-16 h3 { color:#15317E !important;font-size:22px;font-weight:bold;padding:20px 0 10px 0;text-align:center; }


h1.page-title, h3.page-title {
    background: none repeat scroll 0 0 #8ab716;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    line-height: 21px;
    margin: 0 0 16px;
    padding: 13px 10px 14px 20px;
}

#commentform input[type="submit"], #commentform input[type="reset"] {
	position:relative;
	display:inline-block;
	padding:4px 14px 5px 14px;
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	line-height:18px;
	height:35px;
	font-weight:bold;
	cursor:pointer;
	margin-right:10px;
	border-radius:8px;
	border:none;
	background-color:#8ab716;
	background-image:none;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#commentform input[type="submit"]:hover, #commentform input[type="reset"]:hover {
	background-position:0 -200px;
	background-color:#ff6600;
}


#commentform textarea {
    height: 218px;
    overflow: auto;
    width: 87%;
}
#commentform input[type="text"], #commentform textarea, #commentform input[type="email"] {
	background-color:#ffffff;
	border:2px solid #15317e; /* #8ab716; */
	border-style: solid;
	border-width: 6px;
	-moz-border-image: url(images/color_border.png) 40 stretch;
	-webkit-border-image: url(images/color_border.png) 40 stretch;
	-o-border-image: url(images/color_border.png) 40 stretch;
	border-image: url(images/color_border.png) 40 stretch;
}



.post-stats {
    margin-top: 12px;
	display:inline-block;
	width:120px;
	float:left;
	clear:right;
	text-align:left;
}

.post-stats2 {
	display:inline-block;
	width:120px;
	float:left;
	clear:right;
	text-align:left;
}

a.learner { display:block;margin:0 auto;height:39px;width:200px;background-image:url(images/learner.png);background-repeat:no-repeat; }
a.learner:hover {}
#text-17 { border-top: 1px solid #666;padding: 24px 0;border-bottom: 1px solid #666;margin-bottom:24px; }




article h4,
article h2{
	color:#A45D00;
}

article h2{
    font-family: 'PT Sans Narrow', sans-serif;
	font-size: 46px;
	font-weight: bold;
	background: none;
}

article h4{
	font-size: 26px;
	font-style:italic;
}

article  p.egg{
	font-family: sans-serif;
	font-size: 18px;
	display: block;
	width: 660px;
	text-align: left;
	background: transparent url('/wp-content/uploads/2014/10/Egglo-Apple-Icon.png') no-repeat left top;
	padding-left: 80px;
	min-height: 74px;
	margin: 0 auto;
}

article hr{
	border: none;
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 30px;
}


.smw_center img, .smw_left img{
	margin-right:5px!important;
}

DIV.share{
	width: 288px;
	float: right;
	background: #CE7C41 url(https://www.eggloentertainment.com/wp-content/uploads/2014/10/pattern_2.png) no-repeat center center;
	background-size:100% 100%;
	padding-bottom: 14px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
}

DIV.share p{
	margin:0;
	padding:0;
}

DIV.share h2{
	color:white;
	font-size: 36px;
	letter-spacing: 2px;
	padding-bottom: 22px;
	width: 240px;
	margin: 22px auto 6px auto;
	border-bottom: 2px solid white;
}

DIV.share a{
	display: black;
	width: 111px;
	height: 111px;
	float: left;
	margin: 10px;
	position: relative;
	left: +13px;
}

DIV.rotator{
	float:left;
}

DIV.rotator > h2{
	font-size: 44px;
}

a.fb{
	background:transparent url(https://www.eggloentertainment.com/wp-content/uploads/2014/10/fb.png) no-repeat center center;
	background-size:100% 100%;
}

a.tw{
	background:transparent url(https://www.eggloentertainment.com/wp-content/uploads/2014/10/tw.png) no-repeat center center;
	background-size:100% 100%;
}

a.gp{
	background:transparent url(https://www.eggloentertainment.com/wp-content/uploads/2014/10/gp.png) no-repeat center center;
	background-size:100% 100%;
}

a.pi{
	background:transparent url(https://www.eggloentertainment.com/wp-content/uploads/2014/10/pi.png) no-repeat center center;
	background-size:100% 100%;
}

.bottom {
	padding-top: 10px;
	padding-bottom: 18px;
}

a.bx-prev,a.bx-next{
   width:37px!important;
   height:57px!important;
}

a.bx-prev{
	background-image: url(../images/slide-arrow-l.png)!important;
	background-position:0 0!important; 
}

a.bx-next{
	background-image: url(../images/slide-arrow-r.png)!important;
	background-position:0 0!important;
}

.bx-controls-auto{
	display:none!important;
}

.bx-viewport{
	height:210px!important;
	background: transparent url(https://eggloentertainment.com/wp-content/uploads/2011/07/egglo-logo4.png) no-repeat 8% 97% !important;
  background-size: 25% !important;
}

DIV.advps-slide{
	padding-left:45px;
}

.advps-slide-container .advs-title {
	position: absolute;
	padding-top: 80px;
	padding-left: 110px;
	text-align: right;
}

.advps-slide-container{
	max-width: 600px !important;
}

.advs-title a {
	font-weight: bold;
	text-decoration: none;
	font-size: 16px!important;
	width: 332px;
	display: block;
}

.page-id-2088 h1.sp-title {
font-family: 'PT Sans Narrow', sans-serif !important;
font-size: 46px !important;
font-weight: bold !important;
color: #A45D00 !important;
text-align: center!important;
background:none !important;
}

div.page-layout-new > p { 
font-family: Arial, Helvetica, sans-serif !important;
line-height: 25px !important;
font-size: 16px !important;
font-weight: 100 !important;
color: #777 !important;
}

.button-landing-page{
	background: transparent url(/wp-content/themes/theme1897/images/btn_pattern1.png) repeat-x;
	background-size: contain;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: white;
	display: inline-block;
	text-decoration: none;
	font-family: 'PT Sans Narrow', sans-serif;
	padding: 20px 40px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

h1.sp-title {
background: #9455ff !important;
font-weight: 700 !important;
font-size: 20px !important;
}

.page-layout-new h2 {color: #565656 !important; font-size: 27px !important;}

.page-layout-new h2 span{color: #0065a3;}

ol.all-year-points li{color: #4a4a4a;line-height: 23px; font-size: 15px;}
ol.all-year-points li:before{
content: "■ ";
color: #0065a3;
}
.dashed-hr {
border: 0; border-bottom: 1px dashed #ccc; background: #999; margin-top: 40px;
}


.download-button-green {
background: -webkit-linear-gradient(#8dfe61, #6bd044) ;
background: -o-linear-gradient(#8dfe61, #6bd044) ;
background: -moz-linear-gradient(#8dfe61, #6bd044) ;
background: linear-gradient(#8dfe61, #6bd044) ;
border-radius: 5px;
border: 2px solid #66C341;
width: 350px;
line-height: 27px;
color: #fff;
padding: 10px;
text-decoration: none;
font-size: 23px;
display: block;
text-align: center;
margin: 0 auto;
font-weight: 700;
-webkit-text-stroke: 0.02em #5bbb36;
}

.download-button-green:hover {
background: -webkit-linear-gradient(#3A9E12, #2C6C13);
background: -o-linear-gradient(#3A9E12, #2C6C13);
background: -moz-linear-gradient(#3A9E12, #2C6C13);
background: linear-gradient(#3A9E12, #2C6C13);
}

#game-ideas strong{font-size: 18px; font-weight: 700;}

#game-ideas {line-height: 23px;}

a.download-button {
color: #fff;
padding: 10px;
text-decoration: none;
font-size: 20px;
display: block;
text-align: center;
margin: 0 auto;
font-weight: 700;
}
a.download-button-one {
background: -webkit-linear-gradient(#f64eff, #B332AD) ;
background: -o-linear-gradient(#f64eff, #B332AD) ;
background: -moz-linear-gradient(#f64eff, #B332AD) ;
background: linear-gradient(#f64eff, #B332AD) ;
border-radius: 5px;
border: 1px solid #740E71;
width: 210px;
line-height: 23px;
letter-spacing: 1px;
}

a.download-button-one:hover{
background: -webkit-linear-gradient(#DE60E5, #EA2FE1) ;
background: -o-linear-gradient(#DE60E5, #EA2FE1) ;
background: -moz-linear-gradient(#DE60E5, #EA2FE1) ;
background: linear-gradient(#DE60E5, #EA2FE1) ;
}

.col-half-first{border-right: 1px solid #959595; }
.col-half{width: 50%; margin: 0 auto; float: left; text-align: center;}


.colhalf{float: left;width: 50%;text-align: center;}

.slideshow_description h2 span {color: #0065a3;text-shadow: none;}

.product-slideshow .slideshow_slide img {max-height: 200px;}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok{clear: both;}

/* Product Page Updates */

.w-right {width: 50%;}
.w-left {width: 46%;}

h1.product_title.entry-title {
color: #3BA1E2;
font-weight: bold;
font-size: 26px;
}

.woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price {
color: #3BA1E2 !important;
font-size: 1.7em !important;
}

button.single_add_to_cart_button.button.alt {
padding: 9px 60px;
}

.woocommerce-tabs h2 {
display: none;
}

.dealsSection {clear: both;}


.discountBulk {
background: -webkit-linear-gradient(left, #1496CD, #8ccbe5);
background: -o-linear-gradient(right, #1496CD, #8ccbe5);
background: -moz-linear-gradient(right, #1496CD, #8ccbe5);
background: linear-gradient(to right, #1496CD, #8ccbe5);
color: #fff;
padding: 20px;
font-size: 20px;
font-weight: 200;
font-family: Raleway;
line-height: 25px;
}

.discountBulk span::before {
content: "";
background: url('/wp-content/uploads/2014/10/Egglo-Apple-Icon.png') no-repeat;
height: 50px;
width: 50px;
background-position: right center;
display: inline-block;
float: right;
text-align: right;
}

.eggloPromos{
clear: both;
display: inline-block;
margin: 10px 0 20px;
}

.eggloPromos img {
float: left;
width: 32%;
}

.FancyButton a {
color: #D626E0 !important;
}

.woocommerce span.onsale {
background-image: url('/wp-content/uploads/2014/11/saletag.png') !important;
background-repeat: no-repeat !important;
background-color: transparent !important;
z-index: 9999;
}
.slideshow_container_slideshow-jquery-image-gallery-custom-styles_5 .slideshow_slide_text div.slideshow_description{
width: 100%;
margin-top: 25px !important;
}


.headerDiscount p::after, .headerDiscount p::before {
  content: "";
  background: url('/wp-content/uploads/2014/10/Egglo-Apple-Icon.png') no-repeat;
  height: 20px;
  width: 20px;
  background-size: 20px;
  background-position: right center;
  display: inline-block;
  text-align: right;
  margin: 0 20px;
}

.headerDiscount p::before {
  position: absolute;
  left: 5%;
  top: 13px;
}

.headerDiscount p::after {
  position: absolute;
  right: 5%;
  top: 13px;
}

.product_meta { display: none;}

div#bulk-promo {
      background: #07639E url(images/bg-top-kids.png) center top no-repeat;
  background-size: 115%;
  position: relative;
	z-index: 9999;
	padding: 15px 0;
}

.bulkPromoWrapper {
    margin: 0px 15px;
    padding-top: 10px;
    line-height: 25px;
    position: relative; 
    z-index: 8888;
    border: 2px dashed #fff;
}

span.bulkCode {
  color: #fff;
  background: #ad74a2;
  padding: 10px 20px;
  font-size: 16px;
}
.bulkPromoWrapper h1{
	margin-bottom: 25px;
	font-size: 23px;
}
.bulkPromoWrapper p {
  margin: 0 0 15px 0;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
p.contactDirect {
  background: #fff;
  margin: 0 90px 10px;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
}

@media screen and (max-width: 1200px) {
.headerDiscount p::after, .headerDiscount p::before {display:none;} 
}

.star-rating span {
    color: #EEC431 !important;
}

ul.list-col2 li {width: 48%;list-style-type: disc !important;border: 0;border-bottom: 1px solid #d8ebf7;display: inline-block;padding-top: 5px;text-indent: 10px;}

a.custom-btn {
    background: #E32C78;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    width: 100%;
    display: block;
    max-width: 200px;
    padding: 10px;
    margin-top: -20px;
    margin-left: 75px;
}
a.custom-btn:hover{
    background: #07639E;
}
dl.variation dt { background: none !important;}

.col-half.egg-promo-left,
.col-half.egg-promo-right {
    border: 1px solid #2EB2FF;
    width: 43%;
    margin-right: 3%;
    padding: 10px;
}
.col-half.egg-promo-right{
    margin-right: 0 !important;
}
.promo-container {
    width: 100%;
    display: inline-block;
}

ul.bullet-new li {
    list-style-type: disc !important;
}

ul.bullet-new {
    padding-left: 15px;
}

ul.bullet-new li.bullet-title{
    list-style-type:none !important;
    font-weight: bold;
}

#container .a3-dgallery .a3dg-image-wrapper {
    border-style: solid;
    border-width: 5px !important;
    -moz-border-image: url(/wp-content/themes/theme1897/images/color_border.png) 5 stretch !important;
    -webkit-border-image: url(/wp-content/themes/theme1897/images/color_border.png) 5 stretch !important;
    -o-border-image: url(/wp-content/themes/theme1897/images/color_border.png) 5 stretch !important;
    border-image: url(/wp-content/themes/theme1897/images/color_border.png) 5 stretch !important;
}

ol.numbered-list li {
    color: #000;
    list-style-type: lower-alpha !important;
}


#gts-c {
    bottom: 30px !important;
}

#my_postwidget-3 .extra-wrap {
    overflow: visible;
}



.woocommerce.columns-4 ul.products li.product .price del {
    display: inline-block !important;
}

.woocommerce.columns-4 ul.products li.product .price ins {
    display: inline-block;
}

.woocommerce.columns-4 .products .star-rating {
    margin:  0 auto;
}

.woocommerce.columns-4 a.button.add_to_cart_button {
    margin-top: .5em !important;
}


/* Homepage Updates */

.buttons-wrapper img {
    display: inline-block;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 220px;
}
.col4{
    width: 24%; 
    float: left;
    margin-right: 1.3%;
}
.col2{
    width: 48%;
    margin-right: 4%;
    float: left;
}
.colLast{margin-right: 0 !important;}
.colRow:after{
	content: "";
	display: table;
	clear:both;
}
.image-wrapper {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    min-height: 200px;
    box-shadow: 0px 0px 10px #A7A7A7;
    -webkit-box-shadow: 0px 0px 10px #A7A7A7;
    -moz-box-shadow: 0px 0px 10px #A7A7A7;
    display: flex;
    transition: all ease-in-out .25s;
}
.image-wrapper img{
    max-height: 200px;
    width: auto !important;
    margin:auto;
    text-align: center;
    vertical-align: middle;

}
#kit-includes a{text-decoration: none;}
#kit-includes a:hover .image-wrapper {
	    box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow:0px 0px 5px #000000;
    -moz-box-shadow: 0px 0px 5px #000000;
}
#kit-includes p {margin:0;padding:0;text-align: center;}
#kit-includes p.prod-title {
    text-align: center;
    font-style: italic;
    font-size: 18px;
    padding-top: 10px;
    color: #003e7a;
    text-decoration: none !important;
}
#kit-includes a:hover p.prod-title {color: #e74384}
.home-text .pinit-button{
    display:none  !important;
}
.home-text img.pinit-hover{opacity: 1 !important;}

input#coupon_code {
    min-width: 200px
}

.coupon input.button {
    color: #fff !important;
    background: #A46497 !important;
}

.woocommerce-message {
    background: #8eff62 !important;
    color: #5f5f5f !important;
    font-weight: 600;
    font-size: 14px;
    border-top-color: #69a6ff !important;
    line-height: 30px;
}
.woocommerce .woocommerce-message::before{
    color:#333 !important;
}
.woocommerce .woocommerce-message a.button {
    background: #ff2b2b;
    color: #ffffff;
}
.woocommerce .woocommerce-message a.button:hover{
    background: #4047ea;
} 
p.stock.in-stock {
    color:  red !important;
    font-weight: bold;
    font-size: 14px !important;
    
}
p.stock.in-stock:after {
    content: ". Order yours today!";
    font-weight: 400;
}

/****************************************************/
/* Mobile Optimizations */
/****************************************************/

.signle-post article{background: #fff !important;}
@media screen and (min-width: 800px){
	.mobile-slider-ph{display: none;}
}
@media screen and (max-width: 800px){
    *{box-sizing: border-box !important;}
	.row-menu{display: none;}
	.headerDiscount{height: 66px !important;}
    .primary_content_wrap {
        width: 100% !important;
        max-width:  980px;
    }
	#fundraiser-home,#special-offer-home,#bulk-discounts {
		margin-top: 30px;
	}
    .col4 {width: 100%;}
    #widget-header {display: none;}
    header#header,
    .home-text,
    .content-box{
        margin: 0 auto !important;
        width:  100%;
        max-width: 100% !important;
    }
    .logo {
        text-align: center;
        width: 100%;
        margin: 0 auto !important;
        padding: 0;
        max-width:  100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .logo #logo{
        max-width: 175px;
        width: 100% !important;
        text-align: center;
        margin: 0 auto;
    }
    .buttons-wrapper{
        display: table;
        width: 100%;
        padding: 20px;
        margin: 0 auto;
        text-align: center;
        background: #1069a3;
        position:  relative;
        bottom: 0;
        box-sizing: border-box;
    }
    .buttons-wrapper p{margin-bottom: 0;}
    .buttons-wrapper img{padding: 0;display: table-cell;vertical-align: middle;text-align: center;width: 50%;padding: 10px;}
    .buttons-wrapper:after {
        content: "";
        display: table;
        clear: both;
    }
	.home-container{height: auto !important;}
	.mobile-slider-ph {
		display: block !important;
	}
	#slideR-box {
		background: none !important;
		min-height: auto !important;
	}
	#form-cta{
		background: #fff !important;
		padding: 20px;
		height: auto !important;
	}
	#form-cta > div, 
	#form-cta > div > div{
		float: none !important;
		width:  100% !important;
		display:  block !important;
		margin: 20px auto !important;
		text-align: center !important;
		line-height: 1 !important;
    	height: auto !important;
	}
	#form-cta > div > div br{display: none;}
	#form-cta form{
		background: #e8e8e8;
		border: 3px solid #989898;
		padding: 20px;
	}
	.home-text h2{line-height: 1;}
	a.custom-btn{margin: 0 auto !important;}
	.col2{width: 100%;margin: 0 auto !important;float: none;}


	#bulk-discounts:before {
		content: "Bulk Discounts!";
		text-align: center;
		width: 100%;
		display: block;
		font-size: 26px;
		font-weight: bold;
		border-bottom: 1px solid #333;
		padding-bottom: 20px;
	}
	#bulk-discounts {
		background: #fff !important;
		padding: 20px;
	}
	#bulk-discounts div{
		float: none !important;
		width:  100% !important;
		display:  block !important;
		margin: 20px auto !important;
		text-align: center !important;
	}
	#bulk-discounts .woocommerce:before{
		content: "Shop Popular Products!";
			text-align: center;
		width: 100%;
		display: block;
		font-size: 18px;
		font-weight: bold;
		border-bottom: 1px solid #333;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#bulk-discounts .woocommerce li{
		margin: 0 auto !important;
		width: 50%;
	}
	#bulk-discounts .woocommerce li img{
		width: 100% !important;
		height:  auto !important;
	}
	#bulk-discounts .woocommerce .star-rating,#couponpromoBTN {
		display: none !important;
	}
	#footer{background: #fff;}
	#footer::after{
		content: "";
		background: url(/wp-content/themes/theme1897/images/topborder.png) bottom repeat-x;
		position:absolute;
		width: 100%;
		height: 20px;
		left: 0;
		bottom: 0;
	}
	#innerfooter,#copyright {width: 100%;}
	#copyright div{
			float: none !important;
			width:  100% !important;
			display:  block !important;
			margin: 20px auto !important;
			text-align: center !important;
			height: auto !important;
	}
	dl dt {
		padding: 5px;
		background: none;
	}
	/* Product Pages */
	.w-left,.w-right {width: 100%;}
	iframe {width: 100%;}
	.col-half {width: 100% !important;}
	.w-left .youtube-a {display: none;}

}
