@charset utf-8;
/*--
	Theme Name: WordPress Theme Number
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.1+ from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/
/* General
---------------------------------------- */
html,
body {
	
	}
body{
	background: #DEE3E5;
	color: #000;
	font: 100%/1.125em "Trebuchet MS",Arial,Helvetica,sans-serif;
}
::selection {background: #fff; color: #000;}
/*::-moz-selection {background: #fff; color: #000;}*/
img::selection {background: transparent;}
/*img::-moz-selection {background: transparent;}
*/
body {-webkit-tap-highlight-color: #fff; color: #000;}
#main {
	font-size:.75em;
}
/* 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;
	}*/
/* Header
---------------------------------------- */
#header {
	background: #dee3e5;
	min-height: 180px;
	z-index: 99;
}
/* Logo */
.logo {
	
}
	.logo img {
		margin-top: 10px;
	}
		
#header_left{
	width:45%;
	float:left;
}
#header_right{
	width:55%;
	height:115px;
	float:left;
	position:relative;
}

.bottom_logo{
	width:300px;
	margin-bottom:10px;
	float:right;
}
#widget-header {
	position: absolute;
	right: 274px;
	top: 82px;
	z-index: 1;
}
#phone_number{
	position: absolute;
	right: 305px;
	top: 25px;
	z-index: 1;
	font-size:18px;
	color:#a3adb4;
	font-weight:bold;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}
#social_icons {
	position: absolute;
	right: 0;
	top: 18px;
	z-index: 1;
}
#social_icons .facebook{
	width:35px;
	height:35px;
	display:block;
	float:right;
	cursor:pointer;
	background:url(images/facebook_icon.png) no-repeat left top;
}
#social_icons .linkedin{
	width:35px;
	height:35px;
	display:block;
	cursor:pointer;
	float:right;
	background:url(images/linkedin_icon.png) no-repeat left top;
}
#social_icons .twitter{
	width:35px;
	height:35px;
	display:block;
	cursor:pointer;
	float:right;
	background:url(images/twitter_icon.png) no-repeat left top;
}
#social_icons .rssfeed{
	width:35px;
	height:35px;
	display:block;
	cursor:pointer;
	float:right;
	background:url(images/rss_icon.png) no-repeat left top;
}
	#widget-header ul {
		margin: 0;
		padding: 0;
	}
	
		#widget-header ul li {
			background: url(images/divider.gif) no-repeat 100% 0%;
			float: left;
			margin: 0;
			padding: 0 8px 2px 7px;
			list-style: none;
			line-height: 16px;
			font-size: 10px;
			text-transform: uppercase;
			color: #a3adb4;
		}
		
			#widget-header ul li a {
				text-decoration: none;
				color: #A3ADB4;
				font-size:11px;
				font-weight:bold;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			}
			
				#widget-header ul li a:hover {
					color: #1d95c8;
				}
		#widget-header .social-networks li a:hover {
			color:red;
			}
/* Slider
---------------------------------------- */
#slider-wrapper {
	background: #0f4f78 url(images/slider.gif) repeat 50% 0%;
	position: relative;
	min-height: 443px;
	overflow: hidden;
	padding: 65px 0 40px 0;
}
	
	#slider-wrapper .grid_12 {
        height: 400px;
		padding: 15px 0 25px 404px;
		width: 535px;
		background:#1892c3;
		border-radius:4px;
	}
#slider {
	background: url(images/loading.gif) no-repeat 50% 50%;
	position: relative;
	width: 505px;
	height: 393px;
	border:8px solid #1571b0;
	border-radius:4px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	background: none;
	width: 350px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #7fc7e2;
	position: absolute;
	left: -381px;
	top: 17px;
	z-index: 89;
	opacity: 0.8; /* Overridden by captionOpacity setting */	
}
	.nivo-caption .nivo-caption-inner {
		padding:0;
		margin:0;
		filter: none !important;
	}
    .nivo-caption .nivo-caption-inner h4{
		line-height:41px;
	}
	.nivo-caption .nivo-caption-inner h5{
		color:#fff;
		font-size:24px;
		font-weight:normal;
	}
	.nivo-caption .nivo-caption-inner ul li{
		font-size:18px;
		list-style:disc;
		color:#d7e7f2;
	}
	.nivo-caption p {
		margin: 0 0 35px 0;
		padding: 0;
		line-height: 20px;
		font-size: 14px;
		color: #d7e7f2;
	}
	
	.nivo-caption a {
		background: url(images/slider-button.png) no-repeat 0% 0%;
		display: inline-block !important;
		width: 127px;
		height: 57px;
		overflow: hidden;
		padding: 0 49px 0 0;
		vertical-align: top;
		line-height: 55px;
		font-size: 18px;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
	}
	
		.nivo-caption a:hover {
			background-position: 0% -57px;
		}
.nivo-html-caption {
  display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	width:505px;
	height:20px;
	right:0;
	bottom:0;
	text-align:center;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
	margin: 0 3px;
	text-decoration: none;
	color: #000;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-directionNav {
	}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:36px;
	height:35px;
	text-indent:-9999px;
	border:0;
	top:45%;
	background:url(images/direction_nav.png) no-repeat 0 0;
}
a.nivo-nextNav {
	right:15px;
	background-position:-36px 0;
}
a.nivo-nextNav:hover {
	background-position:-36px -35px;
	}
a.nivo-prevNav {
	left:15px;
	background-position:0 0;
}
a.nivo-prevNav:hover {
	background-position:0 -35px;
	}
#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}
/* Navigations
---------------------------------------- */
/* Primary navigation */
nav.primary {
	/*background: url(images/menu.gif) repeat-x 0% 0%;*/
	background:#10202f;
	width: 940px;
	height: 93px;
	border-radius: 5px;
	position: absolute;
	top: 132px;
	left: 0;
	z-index: 2;
}
/* Essential styles for dropdown menu */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	background: #1b2b3a;
	width: 210px; /* left offset of submenus need to match (see below) */
	padding: 22px 20px 21px 20px;
	position: absolute;
	top: -999em;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			2px;
	top:			93px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			114px; /* match ul width */
	top:			-22px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/* Our skin for dropdown menu */
.sf-menu {
	float: left;
}
.sf-menu a {
	text-decoration: none;
	color: #404d59;
}
.sf-menu li {
	/*background: url(images/menu-divider.gif) no-repeat 0% 0%;*/
	padding: 0 0 0 2px;
	border-left:1px solid #14283a;
}
.sf-menu li:first-child {
    border-left:none;
	background: none;
	padding: 0;
}
	.sf-menu li a {
			width: 130px;
		height: 93px;
		line-height: 94px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		color: #c3c7cb;
	}
	.sf-menu > li:first-child > a {
		width: 136px;
		border-radius: 5px 0 0 5px;
	}
	
	.sf-menu > li:last-child > a {
		border-radius: 0 5px 5px 0;
	}
.sf-menu li li {
	background:	none;
	margin: 0 0 1px 0;
	padding: 0;
}
	.sf-menu li li a {
		width: 200px;
		height: auto;
		min-height: 21px;
		padding: 4px 4px 4px 4px;
		line-height: 20px;
		border-radius: 5px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		text-align: left;
		text-transform: uppercase;
		color: #C3C7CB;
	}
.sf-menu li li li {
	background:	none;
	margin: 0 0 1px 0;
	padding: 0;
}
	.sf-menu li li li a {
		width: 94px;
		height: auto;
		min-height: 21px;
		padding: 4px 0 4px 0;
		line-height: 20px;
		border-radius: 5px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		color: #404d59;
	}
.sf-menu li:hover > a, .sf-menu li.sfHover > a,
.sf-menu li > a:focus, .sf-menu li > a:hover, .sf-menu li > a:active, .sf-menu li.current-menu-item > a {
	background: #1b2b3a;
	color: #1fa4d3;
	outline: 0;
}
.sf-menu li li:hover > a, .sf-menu li li.sfHover > a,
.sf-menu li li > a:focus, .sf-menu li li > a:hover, .sf-menu li li > a:active, .sf-menu li li.current-menu-item > a {
	background: #1b94c7;
	color: #fff;
	outline: 0;
}
.sf-menu li li li:hover > a, .sf-menu li li li.sfHover > a,
.sf-menu li li li > a:focus, .sf-menu li li li > a:hover, .sf-menu li li li > a:active, .sf-menu li li li.current-menu-item > a {
	background: #1b94c7;
	color: #fff;
	outline: 0;
}
.sf-menu li ul li .sf-sub-indicator {
	display: none;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	left:			50%;
	top:			65px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	margin: 0 0 0 -5px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			65px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* Content
---------------------------------------- */
.primary_content_wrap {
	/*background: #dee3e5 url(images/content.gif) repeat-x 0% 0%;*/
	background:#dee3e5;
	position: relative;
	padding: 95px 0 44px 0;
	z-index: 1;
}
body.home .primary_content_wrap {
	background: #dee3e5;
	padding: 30px 0 30px 0;
}
	.primary_content_wrap ul {
		margin: 0 0 20px 0;
		padding: 0;
	}
	
		.primary_content_wrap ul li {
			
			position: relative;
			margin: 0;
			list-style: none;
			line-height: 20px;
			padding-left:25px;
			font-size: 15px;
			color: #1D95C8;
		}
		
		.primary_content_wrap ul li:first-child {
			background: none;
		}
		
		.primary_content_wrap ul li:before {
			background:url(images/marker.gif) no-repeat 0% 0%;
			display: block;
			width: 15px;
			height: 15px;
			overflow: hidden;
			position: absolute;
			top: 9px;
			left: 0;
			content: '';
		}
		.content ul li:before{
			background:url(images/icon_3.png) no-repeat 0% 0% !important;
			top: 4px !important;
		}
		#content ul li:before{
			background:url(images/icon_3.png) no-repeat 0% 0%;
			top: 4px !important;
		}
			.primary_content_wrap ul li a {
				text-decoration: none;
				color: #1D95C8;
				padding: 0 0 5px 0;
				border-bottom: 1px solid #cad3d9;
				display:block;
				/*background: url(images/line.gif) repeat-x 0% 0%;*/
			}
			
				.primary_content_wrap ul li a:hover {
					color: #354799;
				}
	
#content {
	float: left;
}
	#content.left {
		float: right !important;
	}
	
	#content .indent-right {
		padding: 0 30px 0 0;
	}
	
	#content .indent-left {
		padding: 0 0 0 30px;
	}
/* Comments
---------------------------------------- */
ol.commentlist {
 list-style-type:none;
 padding:0 0 20px 0;
 margin:0;
 }
 ol.commentlist li {
	 background:none;
  list-style-type:none;
  overflow:hidden;
  padding: 10px 0 0 0;
  margin: 0;
  background:none;
  text-transform:none;
  line-height: 20px;
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  color: #8d999e;
 }
   ol.commentlist li.comment .comment-body {
    padding:23px 30px 20px 102px;
    position:relative;
    zoom:1;
    background:#e9edee;
    }
    li.comment .comment-body p {
     min-height: 65px;
    }
  .comment-author {
   position:absolute;
   left:20px;
   top:25px;
   }
   .comment-author .author {
    text-transform:capitalize;
    width:65px;
    text-align:center;
    display: block;
    font-size:15px;
    padding-top: 6px;
	color: #8d999e;
   }
	
	/* Comment meta */
  .comment-meta {
   float: right;
  }
  .comment-meta a {
   
		}
	
	 /* Avatar */
   li.comment .avatar {
    float:none;
    margin:0;
    vertical-align:top;
    overflow:hidden;
		border:1px solid #eee;
    }
    li.comment .avatar {
     display:block;
     vertical-align:top;
     overflow:hidden;
     }
    .commentlist ul.children {
     margin:0 0 0 40px;
     overflow:hidden;
     }
     .commentlist ul.children li.comment {
      }
		/* Reply */
    .reply {
     float: right;
     margin-left: 28px;
	 line-height: 19px;
	 font-size: 15px;
	 color: #1d95c8;
     }
     .reply a {
      display:inline-block;
      text-decoration: none !important;
	  color: #1d95c8 !important;
      }
     .reply a:hover {
      text-decoration: underline !important;
      }
 .allowed_tags {
  background:#eee;
  padding:15px;
  font-size:11px;
  font-family: "Times New Roman", Times, serif;
  color:#666;
  }
  .allowed_tags strong {
   font-family: "Times New Roman", Times, serif;
   }
  #respond {
 /*  padding-top:28px;
   margin-top:20px;*/
  }
  
.cancel-comment-reply {
	width: 100%;
	overflow: hidden;
	margin: 0 0 18px 0;
}
	
	.cancel-comment-reply small {
		display: block;
		line-height: 18px;
		font-size: 14px;
	}
  
  .cancel-comment-reply a {
   color:#1d95c8 !important;
   text-decoration:underline !important;
  }
  .cancel-comment-reply a:hover {
   text-decoration:none !important;
  }
.post-holder {
	background: url(images/line.gif) repeat-x 0% 0%;
	position: relative;
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 41px 0 0 0;
}
	.post-holder .featured-thumbnail img {
		margin: 5px 20px 10px 0;
	}
.post-holder.first {
	background: none;
	padding: 0;
}
/* Post header */
.post-holder .entry-title {
	font-size:1.6em;
	margin-bottom:.2em;
	}
.post-holder.single-post {
	margin-bottom:30px;
	overflow:hidden;
	width:100%;
	}
/* Featured thumbnail */
.featured-thumbnail {
	position: relative;
	float: left;
	margin:0;
}
.primary_content_wrap ul li .featured-thumbnail a{
	border:none;
}
	.featured-thumbnail img {
		float: left;
		margin: 0 20px 10px 0;
		border: 8px solid #eaeeef;
		border-radius: 4px;
	}
	
	/* Large thumbnail */
	.featured-thumbnail.large {
		overflow: hidden;
		margin-right: 0;
		margin-bottom: 1.5em;
	}
	
		.featured-thumbnail.large img {
			max-width: 100%;
			height: auto;
		}
/* Post content */
.post-content {
	overflow: hidden;
	line-height: 20px;
	font-size: 15px;
	color: #8d999e;
}
	.post-content .excerpt {
		margin: 0 0 36px 0;
	}
	
	.pagination {
		
	}
		.pagination a {
			display:inline-block;
			padding:0 5px;
			background:#eee;
			}
/* Post footer */
.post-holder .post-footer {
	clear:both;
	padding:15px 0 0 0;
	}
.post-holder.single-post .post-footer {
	margin-top:20px;
	}
		
	
p.gravatar {
	float:left;
	margin-right:20px;
}
/* Image styling */
.alignleft {
	float:left;
	margin:15px 20px 15px 0;
	border: 8px solid #eaeeef;
	border-radius: 4px;
}
.alignright {
	float: right;
	margin:15px 0 15px 20px;
	border: 8px solid #eaeeef;
	border-radius: 4px;
}
	
.aligncenter {
	margin: 0 auto;
	text-align: center;
}
.alignnone {
	margin: 15px;
	border: 8px solid #eaeeef;
	border-radius: 4px;
}
article .post-content img {
	max-width:710px;
	}
.frame {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px 0;
	text-align: center;
}
	.frame strong {
		display: block;
		margin: 19px 0 0 0;
		line-height: 1.2em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-style: italic;
		font-weight: normal;
		letter-spacing: -1px;
		color: #5c696f;
	}
	
/* Related Posts */
ul.related-posts {
	overflow:hidden;
	padding:0 0 40px 0;
	margin:0;
	}
	ul.related-posts li {
		background: none;
		list-style-type:none;
		padding:0;
		margin:0 0 0 14px;
		float:left;
		background:none;
		width:154px;
		}
	ul.related-posts li:first-child {
		margin-left:0;
		}
		ul.related-posts li .featured-thumbnail {
			float:none;
			margin:0 0 10px 0;
			overflow:hidden;
			}
/* Page Navigaton (wp-pagenavi) */
.wp-pagenavi {
	background: url(images/line.gif) repeat-x 0% 0%;
	width: 100%;
	overflow: hidden;
	padding: 41px 0 0 0;
	clear: both;
	text-align: center;
}
body.author .wp-pagenavi {
	padding-bottom: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	height: 35px;
	margin: 0 2px;
	padding: 0 6px;
	vertical-align: top;
	line-height: 32px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
	color: #5c696f;
}
	.wp-pagenavi a:hover, .wp-pagenavi span.current {
		color: #1d95c8;
	}
a.previouspostslink, a.nextpostslink {
	background: url(images/button_tail.png) repeat-x 0% 0%;
	display: inline-block;
	position: relative;
	height: 35px;
	margin: 0 40px 0 40px;
	padding: 0 8px;
	vertical-align: top;
	line-height: 32px;
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	color: #5e676f !important;
}
	a.previouspostslink:before, a.nextpostslink:before {
		background: url(images/button_left.png) no-repeat 0% 0%;
		display: block;
		width: 8px;
		height: 35px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: -8px;
		content: '';
	}
	
	a.previouspostslink:after, a.nextpostslink:after {
		background: url(images/button_right.png) no-repeat 0% 0%;
		display: block;
		width: 8px;
		height: 35px;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: -8px;
		content: '';
	}
a.previouspostslink:hover, a.previouspostslink:hover:before, a.previouspostslink:hover:after, a.nextpostslink:hover, a.nextpostslink:hover:before, a.nextpostslink:hover:after {
	background-position: 0% -35px;
	color: #feffff !important;
}
.wp-pagenavi .pages {
	display: none;
}
/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin:1.5em 0;
	border-top: 1px solid #cad3d9;
}
	.older {
		float:left;
	}
	.newer {
		float:right;
	}
.single-oldernewer {
	font-size:14px;
	border-top:1px solid #cad3d9;
	border-bottom:1px solid #cad3d9;
	padding: 8px 0;
	margin:1em 0 0 0;
	}	
	
/* 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;
		display:none;
		}
	.gallery_post .g_item:first-child {
		display:block;
		}
		.gallery_post .g_item .featured-thumbnail {
			float:none;
			margin:0;
			}
			.gallery_post .g_item .featured-thumbnail img {
				float:none;
				}
.g_pagination {
	text-align:left;
	overflow:hidden;
	}
	.g_pagination ul {
		list-style-type:none;
		margin:0;
		padding:.5em 0;
		overflow:hidden;
		}
		.g_pagination ul li {
			background: none;
			padding:0 5px 0 0;
			display:inline;
			margin:0;
			}
			.g_pagination ul li:before {
				display: none;
			}
			.g_pagination ul li a {
				display:inline-block;
				text-decoration:none;
				width:10px;
				height:10px;
				background:#000;
				font-size:0;
				line-height:0;
				border-radius:5px;
				vertical-align:top;
				}
			.g_pagination li.activeSlide a,
			.g_pagination li a:hover {
				background:#999;
				}
.g_controls {
	float:right;
	}
	.g_controls a {
		display:inline-block;
		padding: 0;
		background:#000;
		color:#fff;
		vertical-align:top;
		font-size:11px;
		text-decoration:none;
		border-radius:4px;
		font-family: "Times New Roman", Times, serif;
		}
	.g_controls a:hover {
		background:#999;
		}
		
		.g_controls a span {
			display: inline-block;
			vertical-align: top;
			padding: 3px 6px;
		}
/* Author
---------------------------------------- */
#post-author {
	overflow:hidden;
	border:1px solid #dbdbdb;
	padding:20px;
	margin-bottom:2em;
	}
#author-link {
	margin-top:1.5em;
	}
	#post-author .gravatar {
		margin:0 20px 0 0;
		}
	#post-author .gravatar img {
		background:#fff;
		border:1px solid #dbdbdb;
		padding:5px;
		}
#author-description {
	
	}
/* Recent author posts */
#recent-author-posts {
	margin-bottom:3em;
}
/* Recent author comments */
#recent-author-comments {
	
}
.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:3em;
}
	.author-info .avatar {
		margin:0 20px 0 0;
		}
		.author-info .avatar img {
			float:left;
			background:#fff;
			padding:7px;
			border:1px solid #dbdbdb;
			}
.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	}
	.author-meta p.gravatar {
		margin:0;
		}
/* 404
---------------------------------------- */
#error404 {
	padding: 30px 0 100px 0;
	text-align: center;
}
	#error404 h1 {
		background: none;
		margin: 0 0 2px 0;
		padding: 0;
		border: none;
		font-size: 84px;
	}
	
	#error404 h2 {
		background: none;
		margin: 50px 0 18px 0;
		padding: 0;
		border: none;
		font-size: 24px;
	}
	
	#error404 h6 {
		margin: 0 0 6px 0;
		padding: 0 90px;
	}
	
	#error404 #searchform {
		margin: 0 auto;
	}
.error404-num {
	line-height: 1.2em;
	font-size: 250px;
	color: #1d95c8;
}
/* Portfolio
---------------------------------------- */
.latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.latestwork li {
		float:left;
		margin-right:20px;
		}
/* Gallery */
.header-title {
	margin: 0 0 10px 0;
}
.header-title h1{
	margin:0 0 17px 0;
	line-height:25px;
}
	
	.header-title .page-desc {
		display: block;
		margin:0 0 30px 0;
		line-height: 20px;
		font-size: 15px;
		color: #8d999e;
	}
/* Default layout 3 columns */
#gallery {
	
	}
	#gallery .portfolio {
		width:100%;
		overflow:hidden;
		list-style-type:none;
		padding:0;
		margin:0;
		}
    #gallery .portfolio li{
		padding:0;
		position:relative;
	}
		#gallery .portfolio li .service_box{
			list-style-type:none;
			display:-moz-inline-box;
			display:inline-block;
			zoom:1;
			vertical-align:top; 
			width:666px;
			margin:0 0 30px 0;
			background:none;
			padding:10px;
			border:7px solid #eaeeef;
			border-radius:7px;
			}
			#gallery .portfolio li .service_box:hover{
				border:7px solid #1D95C8;
	  
				
			}
			
			.btn_readmore{	
				width:110px;
				height:35px;
				position:absolute; right:20px; bottom:45px;
				background:url(images/read_more.png) no-repeat center top;
			}
			.btn_contact{	
				width:120px;
				height:39px;
				display:block;
				float:right;
				background:url(images/btn_contact.png) no-repeat center top;
			}
			.btn_contact:hover{
				background:url(images/btn_contact.png) no-repeat center -39px;	
			}
    #gallery .portfolio li h6{
		color:#5C696F;
		font-size:22px;
	}
		* + html #gallery .portfolio li {
			display:inline;
			}
		#gallery .portfolio li.nomargin {
			margin-right:0 !important;
			}
			#gallery .portfolio li span.image-border {
				display:block;
				height:158px;
				width:284px;
				position:relative;
                z-index:-1;
				border: 8px solid #eaeeef;
				border-radius: 4px;
				}
			#gallery .portfolio li span.image-border:before {
			/*	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, .5);
				-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
				box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
				-webkit-transform: rotate(-4deg);
				-moz-transform: rotate(-4deg);
				-o-transform: rotate(-4deg);
				position: absolute;
				left: 10px;
				bottom: 15px;
				z-index: -1;
				width: 50%;
				height: 20%;
				content: "";*/
			}
			#gallery .portfolio li span.image-border:after {
				/*-webkit-box-shadow: 0 15px 10px rgba(0,0,0, .5);
				-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
				box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
				-webkit-transform: rotate(4deg);
				-moz-transform: rotate(4deg);
				-o-transform: rotate(4deg);
				position: absolute;
				right: 10px;
				bottom: 15px;
				z-index: -1;
				width: 50%;
				height: 20%;
				content: "";
*/
			}
			#gallery .portfolio li a.image-wrap {
				display:block;
				overflow:hidden;
				position:relative;
				
			/*	background:#f5f5f5 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:hover {
				
				}
				#gallery .portfolio li a.image-wrap img {
					float:left;
					}
			
			#gallery .portfolio .folio-desc {
				width: 315px;
                float:right;
			}
          #gallery .portfolio .folio-desc .excerpt{
		  	
		  }
				
				#gallery .portfolio .folio-desc h6 {
					margin: 0 0 18px 0;
					color: #5c696f;
					
				}
				
					#gallery .portfolio .folio-desc h6 a {
						text-decoration: none;
						color: #5c696f;
						border:none;
						padding:0;
						font-size:20px;
					}
					
						#gallery .portfolio .folio-desc h6 a:hover {
							color: #1d95c8;
						}
				
			#gallery .portfolio p.excerpt {
				padding:0;
				}
			
			.zoom-icon {
				display:block;
				position:absolute;
				left:4px;
				top:4px;
				right:4px;
				bottom:4px;
				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;
				}
			.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:25px;
				height:26px;
				margin:-13px 0 0 -13px;
				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;
	}*/
	/*#gallery.one_column .portfolio li span.image-border {
		width:604px;
		height:349px;
		float:left;
		}*/
	/*#gallery.one_column .portfolio li a.image-wrap {
		width:604px;
		height:349px;
		}*/
		/*#gallery.one_column .folio-desc {
			float:left;
			margin:0 0 0 20px;
			overflow:hidden;
			width:290px;
			}*/
/* 2 columns portfolio*/
/*#gallery.two_columns .portfolio li {
	width:460px;
	margin-right:16px;
	}
*/
	/*#gallery.two_columns .portfolio li span.image-border {
		width:444px;
		height:253px;
		}*/
	/*#gallery.two_columns .portfolio li a.image-wrap {
		width:444px;
		height:253px;
		}*/
/* 4 columns portfolio*/
/*#gallery.four_columns .portfolio li {
	width:220px;
	margin-right:10px;
	}*/
	#gallery.four_columns .portfolio li:before{
		background:none;
	}
	#gallery.four_columns .portfolio li span.image-border {
		width:300px;
		height:auto;
		float:left;
		}
	#gallery.four_columns .portfolio li a.image-wrap {
		border:none;
		padding:0;
		background:none;
		}
		
/* Single Portfolio Page
---------------------------------------- */		
.entry-meta {
	
	}
	
/* Info */
ul.portfolio-meta-list {
	border:none;
	margin:0 0 2em 0;
	border-top:1px solid #cad3d9;
	border-bottom:1px solid #cad3d9;
	padding:1em 0;
	}
	ul.portfolio-meta-list li {
		list-style-type:none;
		padding:0;
		margin:.5em 0 0 0;
		border:none;
		background:none;
		text-transform:none;
		}
	ul.portfolio-meta-list li:first-child {
		margin-top:0;
		}
		
		ul.portfolio-meta-list li:before {
			display: none;
		}
		
		ul.portfolio-meta-list li strong {
			display:inline;
			padding-right:.3em;
			}
/* Single Image */
.image-holder {
	position:relative;
	}
	.image-holder img {
		max-width:100%;
		}
/* 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;
	}	
	
/* Grid Gallery */
.grid_gallery {
	position:relative;
	overflow:hidden;
	padding:0 0 0 0;
	}
	.grid_gallery_inner {
		width:640px;
		position:relative;
		overflow:hidden;
		}
	.grid_gallery .gallery_item {
		float:left;
		margin:0 12px 12px 0;
		}
		
		.grid_gallery .gallery_item .featured-thumbnail img {
			margin: 0;
		}
		
.single-gallery-item {
	margin:0;
	}
		
		
/* Sidebar
---------------------------------------- */
#sidebar {
	float: left;
	margin-top:2px;
}
	#sidebar .widget {
		margin-top: 53px;
	}
	
		#sidebar .widget:first-child {
			margin: 0;
		}
	
	#sidebar h3 {
		margin: 0 0 33px 0;
	}
	#sidebar ul {
		margin: 0;
		padding: 0;
	}
	
		#sidebar ul li ul {
			background: url(images/line.gif) repeat-x 0% 0%;
			margin: 5px 0 -5px 0;
		}
		
	#sidebar .textwidget {
		line-height: 20px;
		font-size: 15px;
		color: #8d999e;
	}
.home_sidebar .widget {
	margin-top: 45px;
}
	.home_sidebar .widget:first-child {
		margin: 0;
	}
.home_sidebar ul {
	margin: 0;
	padding: 0;
}
/* Calendar */
#calendar_wrap {
	padding:0;
	}
	#wp-calendar {
		width:100%;
		}
		#wp-calendar caption {
			text-align:center;
			}
		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
			}
		#wp-calendar caption {
			font-size:16px;
			color:#000;
			font-weight:bold;
			padding:4px 0;
			margin-bottom:5px;
			}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			background:#fff;
			color:#000;
			text-align:center;
			}
		#wp-calendar #prev {
			text-align:left;
			}
		#wp-calendar #next {
			text-align:right;
			}
/* FAQs
---------------------------------------- */
.faq_list {
	
	}
	.faq_list dt {
		color:#666;
		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:#333;
		font-weight:bold;
		}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 2em 0;
		color:#b2b2b2;
		}
		.faq_list dd .marker {
			top:3px;
			}
/* Custom widgets
---------------------------------------- */
/* Recent Comments */
ul.recentcomments {
	padding:0;
	margin:0;
	}
	ul.recentcomments li {
		border-top:1px solid #c6c6c6;
		padding:25px 0 25px 0;
		margin:0;
		border-bottom:none;
		background:none;
		overflow:hidden;
		list-style-type:none;
		}
	ul.recentcomments li:first-child {
		padding-top:0;
		border-top:none;
		}
		ul.recentcomments li img {
			float:left;
			margin:0 12px 0 0;
			}
		ul.recentcomments .comment-body {
			padding:15px 0 0 0;
			}
			ul.recentcomments .comment-body a {
				text-decoration:none;
				color:#96999d;
				}
			ul.recentcomments .comment-body a:hover {
				color:#000;
				text-decoration:underline;
				}
		ul.recentcomments li h4 {
			margin-bottom:.1em;
			}
			ul.recentcomments li h4 a {
				text-decoration:none;
				}
			ul.recentcomments li h4 a:hover {
				color:#000;
				}
		ul.recentcomments li small {
			font-size:11px;
			color:#6a6a6a;
			}
/* Popular posts */
.popular-posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.popular-posts li {
		overflow:hidden;
		margin:0 0 2em 0;
		}
		.popular-posts li .post-thumb {
			float:left;
			margin-right:20px;
			width:100px;
			height:100px;
			overflow:hidden;
			padding:1px;
			border:1px solid #dbdbdb;
			}
			.popular-posts li .post-thumb .thumbnail {
				width:100%;
				height:auto;
				}
		.popular-posts li .post-thumb.empty-thumb {
			background:url(images/empty_thumb.gif) no-repeat 50% 50% #ececec;
			}
		.popular-posts li h5 {
			font-size:1em;
			margin-bottom:.5em;
			}
		.popular-posts li .excerpt {
			margin-bottom:.8em;
			}
			
/* Carousel widget */
.es-carousel-wrapper{
	background: #101010;
	padding:10px 37px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
}
.es-carousel{
	overflow:hidden;
	background:#000;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
	list-style-type:none;
	padding:0;
	margin:0;
	color:#fff;
}
.es-carousel ul li .thumbnail{
	display:block;
	border-style:solid;
	border-color:#222;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:12px;
	background:transparent url(images/nav.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-carousel ul li h4 {
	margin-bottom:.5em;
	}
.es-carousel ul li .excerpt {
	margin-bottom:10px;
	}
.es-nav span.es-nav-next{
	right:12px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}						
			
/* Post Cycle */
.post_cycle {
	padding:0;
	margin:0;
	}
.post_cycle .cycle_item {
	display:none;
	}
.post_cycle .cycle_item:first {
	display:block;
	}
/* Folio Cycle */
.folio_cycle {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	}
	.folio_cycle .folio_item {
		overflow:hidden;
		display:none;
		}
	.folio_cycle .folio_item:first {
		display:block;
		}
		.folio_cycle .folio_item .featured-thumbnail {
			float:none;
			margin:0 0 15px 0;
			}
			.folio_cycle .folio_item .featured-thumbnail img {
				float:none;
				}
#folio-controls {
	text-align:center;
	overflow:hidden;
	}
	#folio-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#folio-controls ul li {
			padding:0 5px 0 0;
			margin:0;
			display:inline;
			}
			#folio-controls ul li a {
				display:inline-block;
				text-decoration:none;
				width:9px;
				height:9px;
				background:#000;
				font-size:0;
				line-height:0;
				border-radius:5px;
				}
			#folio-controls ul li a:hover {
				background:#999;
				}
/* Testimonials */
.testimonials {
  padding: 0;
  margin: 0;
}
.testimonials div.testi_item {
  padding: 0;
  margin: 0 0 2em 0;
  background: none;
}
.testimonials div.testi_item blockquote {
  display: block;
  position: relative;
  margin: 0;
  padding: 30px;
  background: #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -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 blockquote:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 41px;
  height: 38px;
  background: url(images/quotes.png) 0 0 no-repeat;
}
.testimonials div.testi_item blockquote a {
  text-decoration: none;
  color: #4e4e4e;
  display: block;
  font-style: normal;
  position: relative;
}
.testimonials div.testi_item blockquote a:hover {
  color: #ffffff;
}
.name-testi {
  padding: 12px 0 0 0;
  text-align: right;
  display: block;
}
.name-testi a {
  font-weight: normal;
}
.testimonials .thumb {
  float: left;
  margin-right: 20px;
}
/* Misc for Cycle widgets */
#testi-cycle .testi_item {
	display:none;
	}
#testi-cycle .testi_item:first {
	display:block;
	}
#testi-controls {
	text-align:center;
	overflow:hidden;
	}
	#testi-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#testi-controls ul li {
			padding:0;
			margin:0 2px 0 0;
			display:inline-block;
			}
		* + html #testi-controls ul li {
			display:inline;
			zoom:1;
			}
/* Twitter widget */
.twitter {
	position:relative;
}
.twitter_update_list {
	overflow:hidden;
	}
.twitter ul li {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0 0 0 37px;
	background:url(images/twitter-icon.png) no-repeat 0 0;
	}
	.twitter ul li .twitt-body {
		padding:0 0 5px 0;
		}
	.twitter ul li .twitt-body a {
		font-weight:bold;
		}
	.twitter ul li a.timesince {
		font-size:11px;
		}
.twitter .profileLink {
	
	}
.twitter  .preloader {
	position:absolute;
	top:40px;
	left:0;
	height: 25px;
	line-height:25px;
	padding-left: 30px;
	background-position:0 50%;
	background-repeat:no-repeat;
	background-image:url(images/loading-twitter.gif);
}
/* Flickr widget */
.flickrImages {
	overflow:hidden;
	position:relative;
}
.flickrImages a {
	float:left;
	display:block;
	width:75px;
	height:75px;
	background:#000;
	margin:0 1px 1px 0;
	}
.flickrImages a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.flickrImages a:hover img {
	opacity:.5;
}
.flickrImages a.link {
	display:inline;
	float:none;
	width:auto;
	height:auto;
	margin:0;
	background:none;
	}
/* 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;
		}
		.banners-holder li img {
			vertical-align:top;
			float:left;
			}
			
			
/* vCard widget */			
.vcard {
	
	}
			
/* Testimonials
---------------------------------------- */
/* Testimonials list */
article.testimonial {
	border:none;
	padding: 30px 30px 0 165px !important;
	width:auto;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	line-height:1.5em;
	font-weight:normal;
	margin-bottom:35px;
	}
	
	article.testimonial.first {
		padding: 0 30px 0 165px !important;
	}
	
	article.testimonial .featured-thumbnail {
		position:absolute;
		left:0;
		margin:0;
		}
		
		article.testimonial.first .featured-thumbnail {
			top: 0;
			margin:0;
		}
		
	
	
	article.testimonial .name-testi {
		display:block;
		text-align:right;
		font-style:normal;
		color:#name-testi;
		font-size:15px;
		font-weight: bold;
		font-family: "Times New Roman", Times, serif;
		line-height:20px;
		}
		article.testimonial .name-testi a {
			text-decoration:none;
			}
		article.testimonial .name-testi a:hover {
			text-decoration:underline;
			}
/* Single Testimonial */
.testi-single {
	font-family: "Times New Roman", Times, serif;
	border: none;
	padding: 0 30px 0 165px;
	width:auto;
	font-size:14px;
	line-height:1.5em;
	font-style:italic;
	margin:0 0 2em 0;
	position:relative;
	}
	.testi-single p {
		margin:0 0 1em 0;
		padding:0;
		}
		.testi-single .featured-thumbnail {
			position:absolute;
			left:0;
			top:0;
			}
/* Images Format Type */
.recent-posts .format-image {
	float:left;
	margin:0 20px 20px 0;
	}	
/* 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 {
	float:left;
	width:300px;
	margin:0 20px 20px 0;
	}
.recent-posts .format-video iframe {
	width:300px;
	height:200px;
	}	
/* Popular Posts */
.popular_posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.popular_posts li {
		list-style-type:none;
		padding:0 0 20px 0;
		margin:0;
		overflow:hidden;
		}
/* Tags */
.tags-cloud a,
.tagcloud a,
.post-footer a {
	display:inline-block;
	background:#f8f9f9;
	padding:2px 7px;
	border-radius:3px;
	text-decoration:none;
	color:#5e676f;
	margin:0 1px 4px 0;
	font-size:11px !important;
	box-shadow:1px 1px 0 rgba(0, 0, 0, .2);
	line-height:1.5em;
	vertical-align:top;
	}
.tags-cloud a:hover,
.tagcloud a:hover,
.post-footer a:hover {
	background:#5d6a70;
	color:#fff;
	}
/* Recent Comments */
.recent-comments {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.recent-comments li {
		padding:0;
		margin:0;
		border:none;
		padding-bottom:.5em;
		}
#searchform {
	width: 190px;
	height: 34px;
	overflow: hidden;
}
	#searchform input[type="text"] {
		/*background: url(images/search-input.png) no-repeat 0% 0%;*/
		background:#eceeef;
		border-top-left-radius:4px;
		border-bottom-left-radius:4px;
		border: none;
		border-top:1px solid #f2f4f5;
		border-left:1px solid #f2f4f5;
		float: left;
		width: 144px;
		height: 19px;
		margin: 0;
		padding: 7px 7px 7px 7px;
		line-height: 1.2em;
		font-size: 15px;
		color: #a3adb4;
	}
	
	#searchform input[type="submit"] {
		background: url(images/search-submit.png) no-repeat 0% 0%;
		float: left;
		width: 31px;
		height: 34px;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 0;
		line-height: 1.2em;
		font-family: "Times New Roman", Times, serif;
		font-size: 15px;
		color: #8d999e;
	}
	
	#searchform span {
		float: left;
		width: 52px;
		height: 34px;
		line-height: 36px;
		font-size: 11px;
		text-transform: uppercase;
		color: #A3ADB4;
		font-weight:bold;
		font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	}
	
	#header #searchform {
		width: 242px;
		position: absolute;
		top: 72px;
		right: 0;
	}
#text-7 ul{
	width: 100%;
	overflow: hidden;
	margin: 0;
}
	#text-7 ul li {
		background: none;
		float: left;
		width: 205px;
		padding: 0;
		line-height: 20px;
		font-size: 15px;
		color: #5c696f;
		padding:0 0 7px 15px;
		background:url(images/icon_dot.jpg) no-repeat left 7px;
	}
	
	#text-7 ul li:first-child {
		margin: 0;
	}
	
	#text-7 ul li:before {
		list-style:disc;
		background:none;
	}
#text-7 ul li a{
	font-weight:bold;
	border:none;
	padding:0;
}
ul.topics {
	width: 100%;
	overflow: hidden;
	margin: 0;
}
	ul.topics li {
		width: 100%;
		overflow: hidden;
		vertical-align: top;
		margin: 0;
		padding: 27px 0 18px 0;
		line-height: 20px;
		font-size: 15px;
		color: #8d999e;
	}
	
	ul.topics li:first-child {
		padding: 0 0 18px 0;
	}
	
	ul.topics li:before {
		display: none;
	}
	
		ul.topics li i {
			display: block;
			margin: 0 0 7px 0;
			padding: 6px 0 0 0;
			line-height: 20px;
			font-size: 11px;
			font-style: normal;
			color: #8d999e;
			display:none;
		}
		
			ul.topics li i b {
				text-transform: capitalize;
				color: #5c696f;
			}
			
				ul.topics li i b a {
					text-decoration: none;
					color: #5c696f;
				}
				
					ul.topics li i b a:hover {
						color: #1d95c8;
					}
					
		ul.topics li strong {
			display: block;
			margin: 0 0 12px 0;
			letter-spacing: -1px;
			line-height: 1.2em;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 20px;
			color: #5c696f;
		}
		
			ul.topics li strong a {
				text-decoration: none;
				color: #5c696f;
				border:none;
				padding:0;
			}
			
				ul.topics li strong a:hover {
					color: #1d95c8;
				}
		
		ul.topics li .excerpt {
			margin: 0 0 15px 0;
		}
		
		ul.topics li em {
			display: block;
			padding: 0 52px 0 0;
			overflow: hidden;
			font-style: normal;
		}
		
			ul.topics li em a.button {
				float: left;
			}
			
			ul.topics li em b {
				background: url(images/comment.png) no-repeat 0% 0%;
				float: left;
				width: 28px;
				height: 37px;
				overflow: hidden;
				margin: 2px 13px 0 0;
				line-height: 28px;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size: 15px;
				font-weight: bold;
				text-align: center;
				color: #fff;
				display:none;
			}
			
				ul.topics li em b a {
					display: block;
					text-decoration: none !important;
					color: #fff !important;
				}
				
					ul.topics li em b a:hover {
						color: #000 !important;
					}
					
			ul.topics li em small {
				float: left;
				padding: 9px 0 0 0;
			}
			
				ul.topics li em small img {
					margin: 0 1px 0 0;
				}
ul.news {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 17px 0 0 0;
}
	ul.news li {
		background: url(images/line.gif) repeat-x 0% 0%;
		width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 12px 0 10px 0;
	}
	
	ul.news li:first-child {
		background: none;
		padding: 0 0 10px 0;
	}
	
		ul.news li img {
			float: left;
			margin: 0 15px 0 0;
			border: none;
			border-radius: 0;
		}
		
		ul.news li strong {
			display: block;
			margin: 0 0 2px 0;
			padding: 9px 0 0 0;
			line-height: 1.2em;
			font-size: 20px;
			color: #5c696f;
		}
		
		ul.news li .post_content {
			margin: 0;
			padding: 0;
			line-height: 20px;
			font-size: 15px;
			color: #8d999e;
		}
ul.clients {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
	ul.clients li {
		background: none;
		float: left;
		margin: 0 0 20px 37px;
		padding: 0;
	}
	
	ul.clients li:first-child {
		margin: 0;
	}
		
	ul.clients li:before {
		display: none;
	}
	
		ul.clients li h5 {
			display: none;
		}
	
		ul.clients li .featured-thumbnail img {
			margin: 0;
			border: none;
			border-radius: 0;
		}
ul.support {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
	ul.support li {
		background: none;
		margin: 0 0 30px 0;
		padding: 0;
	}
	
	ul.support li:before {
		display: none;
	}
	
		ul.support li h5 {
			margin: 0 0 7px 0;
			padding: 0;
			line-height: 1.2em;
			text-transform: none;
			font-size: 20px;
			color: #5c696f;
		}
		
			ul.support li h5 a {
				text-decoration: none;
				color: #5c696f;
			}
			
				ul.support li h5 a:hover {
					color: #1d95c8;
				}
				
		ul.support li .excerpt {
			margin: 0 0 13px 0;
		}
ul.list {
	width: 100%;
	overflow: hidden;
	margin: 0 0 27px 0;
	padding: 18px 0 0 0;
}
	ul.list li {
		background: none;
		margin: 0 0 24px 0;
		padding: 0;
		line-height: 20px;
		font-size: 15px;
		color: #8d999e;
	}
	
	ul.list li:before {
		display: none;
	}
	
		ul.list li p {
			overflow: hidden;
			margin: 0;
		}
ul.list_1 {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 20px 0 0 0;
}
	ul.list_1 li {
		margin: 0;
		padding: 20px 0 18px 0;
		line-height: 20px;
		font-size: 15px;
		color: #8d999e;
	}
	
	ul.list_1 li:first-child {
		padding: 0 0 18px 0;
	}
	
	ul.list_1 li:before {
		display: none;
	}
	
		ul.list_1 li img {
			float: left;
			margin: 4px 10px 0 0;
			border: none;
			border-radius: 0;
		}
		
		ul.list_1 li p {
			overflow: hidden;
			margin: 0;
		}
ul.team {
	width: 100%;
	overflow: hidden;
	margin: 0 0 38px 0;
	padding: 0;
}
	ul.team li {
		background: none;
		float: left;
		width: 220px;
		margin: 0 0 0 20px;
		padding: 0;
		line-height: 20px;
		font-size: 15px;
		color: #8d999e;
	}
	
	ul.team li:before {
		display: none;
	}
	
	ul.team li:first-child {
		margin: 0;
	}
	
		ul.team li h5 {
			margin: 0 0 2px 0;
			padding: 0;
			line-height: 1.2em;
			font-size: 20px;
			text-transform: none;
			color: #5c696f;
		}
		
			ul.team li h5 a {
				text-decoration: none;
				color: #5c696f;
			}
			
				ul.team li h5 a:hover {
					color: #1d95c8;
				}
				
		ul.team li .featured-thumbnail {
			width: 100%;
			overflow: hidden;
		}
		
			ul.team li .featured-thumbnail img {
				float: left;
				margin: 0 0 25px 0;
			}
a.button,.read-more a {
	background: url(images/button_tail.png) repeat-x 0% 0%;
	display: inline-block;
	position: relative;
	height: 35px;
	margin: 0 8px 0 8px;
	padding: 0 8px !important;
	vertical-align: top;
	line-height: 32px;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #5e676f !important;
	border:none !important;
	float:left;
}
	a.button:before,.read-more a:before{
		background: url(images/button_left.png) no-repeat 0% 0%;
		display: block;
		width: 8px;
		height: 35px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: -8px;
		content: '';
	}
	
	a.button:after,.read-more a:after {
		background: url(images/button_right.png) no-repeat 0% 0%;
		display: block;
		width: 8px;
		height: 35px;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: -8px;
		content: '';
	}
	
		a.button:hover, a.button:hover:before, a.button:hover:after,.read-more a:hover, .read-more a:hover:before, .read-more a:hover:after  {
			background-position: 0% -35px;
			color: #feffff !important;
		}
a.link {
	background: url(images/arrow.gif) no-repeat 100% 50% !important;
	display: inline-block !important;
	padding: 0 15px 0 0 !important;
	vertical-align: top !important;
	line-height: 1.2em !important;
	font-size: 17px !important;
	text-decoration: none !important;
	color: #5e676f !important;
}
	a.link:hover {
		color: #1d95c8 !important;
	}
.indent_bottom ,.coaching_services{
	width: 100%;
	overflow: hidden;
	padding: 0 0 50px 0;
}
.coaching_services h2{
	background:none;
	border:none;
	margin:0;
	min-height:0;
	padding:0 0 10px 0;
	font-size:25px;
}
.coaching_services #text-4,.coaching_services #text-5,.coaching_services #text-6{
	width:220px;
	padding-right:20px;
	float:left;
}
.coaching_services #text-7{
	width:220px;
	float:right;
}
.coaching_services .textwidget{
	min-height:175px;
	position:relative;
}
.coaching_services .textwidget p{
	margin:0;
}
.coaching_services .textwidget span.read-more{
	width:217px;
	display:block;
	position:absolute;
	left:0;
	bottom:0;
}
.link_show_all {
	background: url(images/line.gif) repeat-x 0% 0%;
	width: 100%;
	overflow: hidden;
}
	.link_show_all a {
		float: left;
		margin: 24px 0 24px 0;
		line-height: 20px;
		font-size: 17px;
		text-decoration: none;
		color: #5e676f;
	}
	
		.link_show_all a:hover {
			color: #1d95c8;
		}
.link_all {
	background: url(images/line.gif) repeat-x 0% 0%;
	width: 100%;
	overflow: hidden;
}
	.link_all a {
		background: url(images/arrow.gif) no-repeat 100% 50%;
		float: left;
		margin: 24px 0 24px 0;
		padding: 0 15px 0 0;
		line-height: 20px;
		font-size: 17px;
		text-decoration: none;
		color: #5e676f;
	}
	
		.link_all a:hover {
			color: #1d95c8;
		}
.post-header {
	width: 100%;
	overflow: hidden;
	margin: 0 0 8px 0;
}
	.post-header time {
		background: url(images/date.png) no-repeat 0% 0%;
		float: left;
		width: 62px;
		height: 46px;
		overflow: hidden;
		margin: 0 18px 0 0;
		padding: 12px 0 0 0;
		line-height: 15px;
		font-size: 12px;
		text-align: center;
		text-transform: uppercase;
		color: #5e676f;
		display:none !important;
	}
	
		.post-header time span {
			display: block;
		}
	
	.post-header h2 {
		background: none;
		min-height: inherit;
		margin: 0 0 15px 0;
		padding:0;
		border: none;
		font-size: 20px;
		text-transform: none;
		color: #5c696f;
	}
.post-header h2 a{
	color: #5c696f;
	text-decoration:none;
}
.post-header h2 a:hover{
	color:#1D95C8;
}
.post-meta {
	overflow: hidden;
	line-height: 20px;
	font-size: 15px;
	color: #8d999e;
	display:none !important;
}
	.post-meta a {
		text-decoration: none;
		color: #8d999e;
	}
	
		.post-meta a:hover {
			text-decoration: underline;
		}
	
	.post-meta b {
		float: right;
		font-weight: normal;
	}
	
	.post-meta strong {
		float: left;
		font-weight: normal;
	}
	
		.post-meta strong a {
			text-transform: capitalize;
		}
.images {
	float: left;
}
	.images img {
		float: left;
		margin: 0 20px 10px 0;
	}
.testi_block {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 0 0;
	line-height: 20px;
	font-size: 15px;
	color: #8d999e;
}
	.testi_block strong {
		display: block;
	}
	
	.testi_block blockquote {
		display: block;
		margin: 0;
		padding: 0;
		overflow: hidden;
		border: none;
		line-height: 20px;
		font-size: 15px;
		font-style: normal;
		color: #8d999e;
	}
	
		.testi_block blockquote a {
			text-decoration: none;
			color: #8d999e;
		}
		
			.testi_block blockquote a:hover {
				color: #1d95c8;
			}
			
	.testi_block i {
		display: block;
		padding: 17px 0 0 0;
		font-style: normal;
		text-align: right;
	}
.testi_thumbnail {
	position: relative;
	float: left;
	margin:0;
}
	.testi_thumbnail img ,.coach{
		float: left;
		margin: 1px 20px 10px 0;
		border: 8px solid #eaeeef;
		border-radius: 4px;
	}
/* Footer
---------------------------------------- */
#footer {
	background: #1b2024;
	position: relative;
	width: 100%;
	padding: 26px 0 27px 0;
	z-index: 1;
}
	#footer ul {
		margin: 0;
		padding: 0;
	}
	
		#footer ul li {
			background: url(images/footer-line.gif) repeat-x 0% 0%;
			margin: 0;
			padding: 5px 0 5px 0;
			list-style: none;
			line-height: 20px;
			font-size: 15px;
			color: #4d565e;
		}
		
		#footer ul li:first-child {
			background: none;
		}
		
			#footer ul li a {
				text-decoration: none;
				color: #BEC0C2;
			}
			
				#footer ul li a:hover {
					color: #fff;
				}
.footer-widget-area {
	width: 100%;
	overflow: hidden;
	margin: 0 0 60px 0;
}
.indent-top {
	padding: 7px 0 0 0;
}
.indent-left {
	padding: 0 0 0 23px;
}
#footer ul.latestpost {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 6px 0 0 0;
}
	#footer ul.latestpost li {
		background: none;
		width: 100%;
		overflow: hidden;
		margin: 0 0 18px 0;
		padding: 0;
		line-height: 18px;
		font-size: 15px;
		color: #4d565e;
	}
	
		#footer ul.latestpost li time {
			display: block;
			line-height: 18px;
			font-size: 11px;
			color: #dee3e5;
		}
	
#footer nav.footer {
	float: right;
}
	#footer nav.footer ul {
		margin: 0;
		padding: 0;
	}
	
		#footer nav.footer ul li {
			background: none;
			float: left;
			margin: 0 0 0 15px;
			padding: 0;
			line-height: 18px;
			font-size: 15px;
			color: #4d565e;
		}
		
			#footer nav.footer ul li a {
				text-decoration: none;
				color: #BEC0C2;
			}
			
				#footer nav.footer ul li a:hover, #footer nav.footer ul li.current-menu-item a {
					color: #fff;
				}
.footer-info {
	width: 100%;
	overflow: hidden;
}
#footer-text {
	float: left;
	line-height: 18px;
	font-size: 15px;
	color: #BEC0C2;
}
	#footer-text a {
		text-decoration: none;
		color: #BEC0C2;
	}
	
		#footer-text a:hover {
			text-decoration: underline;
		}
	
	#footer-text span, #footer-text span a {
		color: #fff;
	}
/* Lightbox */
.lightbox {
	display:block;
	position:relative;
	}
/* Back to Top */
#back-top-wrapper {
  width:100%;
  position:absolute;
  overflow:hidden;
  height:18px;
}
#back-top {
	position: fixed;
	bottom: 30px;
	left:50%;
	margin-left:572px;
	display:none;
}
#back-top a {
	width: 29px;
	display: block;
	text-align: center;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 29px;
	height: 18px;
	display: block;
	background: url(images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
/* Tabs */
.tabs {
    margin: 1px 0 20px 0;
}
.tabs .tab-wrapper {
    border: 1px solid #dddddd;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    margin: -1px 0 0 0;
}
.tabs .tab-menu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}
.tabs .tab-menu li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}
.tabs .tab-menu a {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #aaaaaa;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 2px 0 0;
    padding: 8px 20px;
}
.tabs .tab-menu a:hover {
    background-color: #f2f2f2;
    color: #666666;
}
.tabs .tab-menu a.active {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fafafa');
    background: -moz-linear-gradient(bottom , #fafafa 0px, #f6f6f6 90%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #fafafa),color-stop(90%, #f6f6f6));
    border-bottom: none;
    color: #666666;
    padding: 8px 20px 9px 20px;
}
.tabs .tab {
	background-color: #fafafa;
	border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    padding: 20px;
}
/* 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 {
	margin: 0 10px 0 0;
	letter-spacing: -1px;
	line-height: 1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #5c696f;
}
.widget-area {
	
}
.hr {
	height:1px;
	background:#eee;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 5px;
	}
.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: #eee;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin: 25px 10px;
}
.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:50px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	}
/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	margin-bottom:30px;
	}
.address .lside{
	float:left;
    margin:0;
	width:270px;
}
.address .rside{
	float:right;
	width:255px;
	padding:0 0 0 53px;
	margin:15px 0 0 0;
	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;
			}
			.address dd ul li:before {
				display: none;
			}
	.address dd span {
		float:left;
		width:100px;
		}
		.address dd a {
			color:#1d95c8 !important;
			text-decoration:underline !important;
			border-bottom:none !important;
			}
		.address dd a:hover {
			text-decoration:none !important;
			}
			
/* Google Map */
.google-map {
	margin-bottom:20px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-image:url(images/loading-map.gif);
	}
/* 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: "Times New Roman", Times, 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 {
	line-height: 19px;
	font-size: 15px;
	color: #8d999e;
	vertical-align: middle;
	font-weight: normal;
	border: none;
	outline: none;
}
input[type="text"], textarea {
	background: #e5e9ea;
	border: none;
	padding: 7px 10px 5px 10px;
	resize: none;
	border:1px solid #A3ADB4;
	}
	
	html.ie input[type="text"], html.ie textarea {
		padding: 5px 10px 5px 10px;
	}
input[type="submit"], input[type="reset"] {
	background: url(images/button_tail.png) repeat-x 0% 0%;
	display: inline-block;
	position: relative;
	height: 35px;
	padding: 0 16px 3px 16px;
	vertical-align: top;
	border: none;
	border-left: 1px solid #d2d7d8;
	border-right: 1px solid #d2d7d8;
	border-radius: 5px;
	line-height: 32px;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #5e676f !important;
	cursor:pointer;
}
	input[type="submit"]:hover, input[type="reset"]:hover {
		background-position: 0% -35px;
		background-color: #4e575b;
		border-color: #616d73;
		color: #feffff !important;
	}
/* Comment form */
#commentform {
	width: 100%;
	overflow: hidden;
	margin: 0 0 18px 0;
}
	#commentform a {
		text-decoration: none;
		color: #1d95c8;
	}
	
		#commentform a:hover {
			text-decoration: underline;
		}
	#commentform p {
		width: 100%;
		overflow: hidden;
		margin: 0 0 9px 0;
	}
	
		#commentform small {
			color:#8b8b8b;
		}
		
	#commentform label {
		display:block;
	}
	
	#commentform input[type="text"] {
		width: 42%;
	}
	
	#commentform textarea {
		width: 66%;
		height: 239px;
		overflow: auto;
	}
/* Contact form */
.wpcf7-form p.field {
	margin-bottom:9px;
	overflow:hidden;
	vertical-align:top;
	position:relative;
	}
.wpcf7-form p.field input {
	width:200px;
	}
	
	.wpcf7-form p input[type="text"] {
		height: 21px;
		padding: 5px 10px 5px 10px;
	}
	
	html.ie8 .wpcf7-form p input[type="text"] {
		padding: 7px 10px 3px 10px;
	}
	
	.wpcf7-form input[type="submit"], .wpcf7-form input[type="reset"] {
		float: left;
		margin: 0 15px 0 0;
	}
	
	.wpcf7-form p.field small {
		color:red;
		}
.wpcf7-form textarea {
	width:270px;
	height:155px;
	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:208px !important;
		height: 21px !important;
		position:absolute;
		left:0 !important;
		top:0 !important;
		line-height: 22px !important;
		font-size: 12px !important;
		padding:4px 0 4px 10px !important;
		background:#f3b7b7 !important;
		color:red !important;
		border:1px solid red !important;
		}
	div.wpcf7-response-output {
		margin-left:0 !important;
		margin-right:0 !important;
		}
/* 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;
}
#people_say .textwidget{
	width:225px;
	float:left;
	padding-left:10px;
	font-size:15px;
}
#people_say .textwidget img{
	display:block;
	margin-bottom:10px;
}
#people_say h2{
	margin-bottom:13px;
}
#people_say .textwidget strong{
	margin-bottom:10px;
	color:#5C696F;
	display:block;
}
#people_say .textwidget p{
	margin-top:10px;
	color:#8D999E !important;
}
#people_say .textwidget span{
	color:#8D999E !important;
	font-size:13px;
	display:block;
}
#people_say h2 a{
	float:right;
	font-weight:bold;
	margin:-9px 20px 0 0;
	letter-spacing:0;
	text-transform:none;
}
.display-posts-listing li:before{
	background:none !important;
}
.display-posts-listing li{
	margin-bottom:20px !important;
	padding:20px 0 10px 0 !important;
}
.display-posts-listing li:first-child{
	padding-top:0 !important;
}
.display-posts-listing li a{
	color: #5C696F !important;
    font-size: 20px;
    min-height: inherit;
    text-transform: none;
	display:block;
	margin-bottom:10px;
}
.excerpt-dash{
	display:none !important;
}
.display-posts-listing li a:hover{
	color:#1D95C8;
}
.display-posts-listing li .excerpt{
	display:block;
	color:#5C696F;
}
.display-posts-listing li .excerpt .read-more{
	color:#1D95C8 !important;
	border:none !important;
	display:inline;
	font-size:16px !important;
}
.display-posts-listing li .excerpt .read-more:hover{
	color: #354799 !important;
	text-decoration:underline !important;
}
#all_links{
	width:700px;
	clear:both;
}
#all_links dl{
	width:700px;
	overflow:hidden;
}
#all_links dl .divider{
	width:700px;
	clear:both;
	padding: 20px 0 10px 0;
	background: url(images/line.gif) repeat-x center top;
}
#all_links dl dd{
	width:350px;
	float:left;
	padding:0 !important;
	margin:0 !important;
	background:none !important;
}
#all_links ul dd:before{
	background:none !important;
	
}
#all_links dl dd h6{
	display:block;
	padding:0 0 7px 0 !important;
	margin:0 !important;
	}
.page_bottom{
    max-width: 960px;
	margin:0 auto;
}
#page_bottom_port{
	clear:both;
	width: 940px;
}
.page_bottom_inner{
	margin-top:25px;
	min-height: 35px;
	background: url("images/title.gif") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #D3D7DA;
    border-left: 1px solid #D3D7DA;
    border-radius: 4px 4px 0 0;
    border-right: 1px solid #D3D7DA;
	padding: 8px 0 10px 14px;
	overflow:hidden;
}
#page_bottom_port .page_bottom_inner{
	padding-left:10px;
}
.page_bottom_single{
	max-width:664px;
	margin:25px 0 20px 0;
	min-height: 35px;
	background: url("images/title.gif") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #D3D7DA;
    border-left: 1px solid #D3D7DA;
    border-radius: 4px 4px 0 0;
    border-right: 1px solid #D3D7DA;
	padding: 7px 0 10px 3px;
	overflow:hidden;
}
.page_bottom_inner h2{
	float:left;
	background:none;
	border:none;
	padding:0;
	margin:29px 0 0 0;
}
.menu-bottom-menu-container{
	max-width:510px;
	float:left;
	margin-top:21px;
}
.page_bottom_single .menu-bottom-menu-container{
	margin: 17px 0 0 0 !important;
    max-width: 505px;
	float:left;
}
#page_bottom_port .menu-bottom-menu-container{
	 width: 500px !important;
}
.menu-bottom-menu-container ul{
	overflow:hidden;
}
.menu-bottom-menu-container ul li{
	width:auto;
	float:left;
	padding: 2px 0 0 10px;
}
.menu-bottom-menu-container ul li:before{
	background:none !important;
}
#page_bottom_port .menu-bottom-menu-container ul li{
	padding-left:7px !important;
}
.menu-bottom-menu-container ul li:before{
	background:none;
}
.menu-bottom-menu-container ul li a{
	padding:5px 10px;
	background:#eee;
	 border: 1px solid #D3D7DA;
	 border-radius:5px;
	 color:#5C696F;
	 display:block;
	 font-size:14px;
	 font-weight:bold;
	 font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	 text-transform:uppercase;
}
.menu-bottom-menu-container ul li a:hover{
	background:#f3694a;
	color:#fff;
	 border: 1px solid #f3694a;
}
.grid_24{
	clear:both;
	overflow:hidden;
}
#freesession{
   background: #E5DEE0;
   border:1px solid #EB412E;
   border-radius:5px;
   position:relative;
   color:#555555;
}
#freesession .form_content{
	padding:0 15px 5px 15px;
	overflow:hidden;
}
#freesession label{
	width:90px;
	float:left;
	line-height:30px;
}
#freesession h3{
	border-bottom: 1px solid #EB412E;
	padding:10px 0 0 15px !important;
	margin:0 0 10px 0;
	font-size:18px;
	text-transform:none;
}
#freesession strong{
	  display: block;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}
#freesession small{
	font-size:17px;
	display:block;
}
#freesession p{
	width:100%;
	float:left;
	margin:0 0 10px 0;
}
#freesession span{
	float:right;
}
#freesession span input{
	border: 1px solid #EB412E;
    border-radius: 4px 4px 4px 4px;
    float: right !important;
    padding: 5px !important;
    width: 150px;
}
#freesession span select{
	border: 1px solid #EB412E;
    border-radius: 4px 4px 4px 4px;
    float: right !important;
    padding: 5px !important;
    width: 162px;
	background:#E5E9EA;
}
#freesession span textarea{
	border: 1px solid #EB412E;
    border-radius: 4px 4px 4px 4px;
    float: right !important;
    padding: 5px !important;
    width: 95%;
	height:100px;
}
#freesession input[type="submit"] {
		background: url(images/slider-button.png) no-repeat 0% 0%;
		display: inline-block !important;
		width: 165px;
		height: 55px;
		overflow: hidden;
		padding: 0 20px 0 20px !important;
		vertical-align: top;
		line-height: 55px;
		font-size: 18px;
		text-align: center !important;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff !important;
		margin:0;
		float:right;
		font-family: "Trebuchet MS",Arial,Helvetica,sans-serif !important;
	}
	#freesession input[type="submit"]:hover {
			background-position: 1px -57px;
			border:none !important;
		}
.container_12 .grid_3 #freesession strong{
	text-align:center;
}	
.container_12 .grid_3 #freesession span input{
	width:175px;
	}	
.container_12 .grid_3 #freesession span select{
	width:187px !important;
}
.container_12 .grid_3 #freesession input[type="submit"]{
	float:left !important;
	}
.wrapper h6{
	font-size:20px;
	margin:0 0 15px 0;
	}
	a.more{
		float:none !important;
	}
	#email_subscription{
		width:670px;
		padding:10px 15px;
		background:#eaeeef;
		border:1px solid #CAD3D9;
		border-radius:4px;
		overflow:hidden;
		position:relative;
	}
	.home_sidebar{
		overflow:hidden;
	}
	#mailchimpsf_widget-3{
		width:278px;
		padding:10px 10px;
		background:#eaeeef;
		border:1px solid #CAD3D9;
		border-radius:4px;
		overflow:hidden;
		position:relative;
	}
	#mailchimpsf_widget-3 #mc_signup{
		width:278px !important;
		margin-top:10px !important;
	}
	#mailchimpsf_widget-3 .mc_merge_var{
		width:270px !important;
	}
    #mailchimpsf_widget-3 .mc_signup_submit{
		margin:10px 0 0 102px !important;
		float:left;
  }
	.subs_info{
		float: left;
    font-size: 17px;
    line-height: 26px;
    padding: 7px 0 0 5px;
    text-align: left;
    width: 265px;
	}
	
#mc_signup{
    width: 330px;
	float:right;
}
#mc_subheader{
	display: block;
    font-size: 20px;
    line-height: 25px;
	margin-bottom:15px;
}
.mc_merge_var{
	width:330px;
	clear:both;
	margin-bottom:10px !important;
	overflow:hidden;
}
#mc-indicates-required{
	display:none !important;
}
#mc_message{
	margin-bottom:15px;
}
.mc_form_inside label{
	float: left;
    line-height: 30px;
    width: 120px;
}
.mc_form_inside input{
	width:180px;
	border: 1px solid #EB412E;
    border-radius: 4px 4px 4px 4px;
    float: left;
}
#mc_signup_submit{
	width:100px !important;
	float:right !important;
	margin:0 !important;
	background:#f3694a;
	text-align:center;
	font-size:14px;
	color:#fff !important;
	cursor:pointer;
	border:1px solid #F3694A;
	padding-top:2px;
}
#mc_signup_submit:hover{
	background:#e3775e;
}
/*---------for static image*/
.slider_container{
	background:#1892C3;
    border-radius: 4px 4px 4px 4px;
    min-height: 400px;
	margin:0 10px;
    padding: 15px 0 25px 30px;	
	overflow:hidden;
}
.slider-desc{
	width:40%;
	padding-top:30px;
	float:left;
}
.slider-image{
	border: 8px solid #1571B0;
    border-radius: 4px 4px 4px 4px;
    max-height: 393px;
    width: 55.5%;
	margin-right:15px;
	float:right;
}
  .slider-desc h4{
		line-height:41px;
	}
	.slider-desc h5{
		color:#fff;
		font-size:27px;
		font-weight:normal;
		text-transform:none;
	}
	.slider-desc ul li{
		font-size:21px;
		list-style:disc;
		color:#d7e7f2;
		margin-bottom:15px;
		
	}
	.slider-desc p {
		margin: 0 0 35px 0;
		padding: 0;
		line-height: 20px;
		font-size: 14px;
		color: #d7e7f2;
	}
	
	.slider-desc a {
		background: url(images/slider-button.png) no-repeat 0% 0%;
		display: inline-block !important;
		width: 127px;
		height: 57px;
		overflow: hidden;
		padding: 0 49px 0 0;
		vertical-align: top;
		line-height: 55px;
		font-size: 18px;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		margin-top:11px;
	}
	
		.slider-desc a:hover {
			background-position: 0% -57px;
		}
.single #sidebar{
	margin-top:10px;
}	
.find_more{
	    width:120px;
		display:block;
		float:left;
		color:#fff;
		background:#5E676F;
		border-radius:4px;
		padding:5px 10px;
		text-decoration:none;
		text-align:center;
		position:absolute;
		bottom:11px;
		left:20px;
		border:1px solid #D3D7DA;
	}	
	.find_more:hover{
		background:#F3694A;
	}
a.buttons{
	background: url(images/button_tail.png) repeat-x 0% 0%;
	display: inline-block !important;
	position: relative;
	height: 35px;
	margin: 0 8px 0 8px;
	padding: 0 8px !important;
	vertical-align: top;
	line-height: 32px;
	font-size: 13px !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	color: #5e676f !important;
	border:none !important;
        min-width:270px;
	text-align:center;
    font-weight:normal !important;
}
	a.buttons:before{
		background: url(images/button_left.png) no-repeat 0% 0%;
		display: block;
		width: 8px;
		height: 35px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: -8px;
		content: '';
	}
	
	a.buttons:after {
		background: url(images/button_right.png) no-repeat 0% 0%;
		display: block;
		width: 8px;
		height: 35px;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: -8px;
		content: '';
	}
       a.buttons:hover, a.buttons:hover:before, a.buttons:hover:after {
			background-position: 0% -35px;
			color: #feffff !important;
		}
		.pricing_panel{
			background: none repeat scroll 0 0 transparent;
			border: 7px solid #EAEEEF;
			border-radius: 7px 7px 7px 7px;
			display: inline-block;
			list-style-type: none;
			margin:10px 0 30px 0;
			padding: 15px;
			width: 656px;
			-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 5px 5px 5px #bdc1c3;
-webkit-box-shadow: 5px 5px 5px #bdc1c3;
box-shadow: 5px 5px 5px #bdc1c3;
		}
		.pricing_panel h6{
			font-size:22px;
		}
		.pricing_panel p{
			color:#8D999E;
		}
		.pricing_panel ul li{
			color:#8D999E;
		}
		.btn{	
				width:120px;
				height:39px;
				display:block;
				background:url(images/btn_contact.png) no-repeat center top;
			}
		.btn:hover{
			background:url(images/btn_contact.png) no-repeat center -39px;	
		}
.wpcf7-captchar{
	  width:200px;
}
#emailus{
	width:147px;
	height:21px;
	background:url(images/coaching_email.jpg) no-repeat left top;
}
.primary_content_wrap ul .listing-item a{
	border:none !important;
}
#content .children li:before{
   background:none !important;
}
.clear2{
clear:both;
}
#mc-embedded-subscribe{
background: #e3775e !important;
color: #fff !important;
}
#mc_embed_signup_scroll p strong{
font-size:18px;
line-height:22p;x
}
#mc_embed_signup_scroll h5{
color:#5C696F;
margin: 0 0 10px 0;
}
#mc_embed_signup form{
padding: 15px 20px 10px 20px !important;
}
#mce-FNAME{
background: #fff !important;
}
/* Always remember to compress your live stylesheet and keep an uncompressed backup */
/*-----------------------Responsive design*/
@media (max-width: 1599px) {
	
}
@media (max-width: 1069px) {
	
}
@media (max-width: 999px) {
	.container_12 .grid_12{
	  width:95% !important;
	}
	#header_left{
		width:100% !important;
	}
	#header_right{
		width:100% !important;
		margin:20px 0 !important;
	}
	#phone_number,#widget-header,#social_icons,#searchform{
		position:static !important;
	}
	#social_icons{
		float:left !important;
	    margin:10px 0 !important;
	}
	nav.primary{
		top:240px;
		height:30px;
		background:#fff;
		width:100% !important;
	}
	.slider-desc{
		width:100% !important;
	}
	.slider-image{
		width:auto !important;
		float:left !important;
	}
	.slider-image img{
		width:100% !important;
		height:auto !important;
	}
	.coaching_services .textwidget{
		min-height:130px !important;
		margin-bottom:20px !important;
	}
	.coaching_services #text-7{
		float:left !important;
	}
	.container_12 .grid_2,.container_12 .grid_4{
		width:100% !important;
	}
	.coaching_services #text-4, .coaching_services #text-5, .coaching_services #text-6{
		width:100% !important;
	}
	#people_say .textwidget{
		width:100% !important;
	}
	.container_12 .grid_8{
		width:100% !important;
	}
	.container_12 .grid_4{
		width:100% !important;
	}
	#mailchimpsf_widget-3{
		width:85% !important;
	}
	.subs_info{
		width:100% !important;
	}
	#mailchimpsf_widget-3 #mc_signup{
		width:100% !important;
	}
	.bottom_logo{
		width:100% !important;
	}
	#footer nav.footer{
		float:left;
	}
}
@media (max-width: 767px) {
	h1{
		line-height:30px !important;
	}
	.container_12 .grid_9{
		width:100% !important;
	}
	.container_12 .grid_3{
		width:100% !important;
	}
	#gallery .portfolio li .service_box{
		width:89% !important;
	}
	#gallery.four_columns .portfolio li span.image-border{
		width:94% !important;
	}
	#gallery.four_columns .portfolio li span.image-border img{
		width:100% !important;
	}
	#gallery .portfolio .folio-desc{
		width:100% !important;
		float:left !important;
	}
	article.testimonial.first,article.testimonial{
		padding:30px 0 0 0 !important;
	}
	article.testimonial .featured-thumbnail{
		position:static !important;
	}
	iframe{
		width:100% !important;
	}
	#all_links,#all_links dl,#all_links dl dd{
		width:100% !important;
	}
	.pricing_panel{
		width:85% !important;
	}
	#email_subscription{
		width:98% !important;
	}
	.mc_merge_var{
		width:100% !important;
	}
	#mailchimpsf_widget-2 #mc_signup{
		float:left !important;
	}
	#mailchimpsf_widget-2 #mc_signup #mc_signup_submit{
		float:left !important;
	}
}
@media (max-width: 643px) {	
	nav.primary{
		top:275px !important;
	}
}
/* Mobile devices */
@media (max-width: 359px) {
    .logo img{
		width:90% !important;
	}
	#people_say h2{
	padding-bottom:50px !important;
	}
	#people_say h2 a{
		margin-top:10px !important;
	}
	.topics li .featured-thumbnail{
		width:100% !important;
	}
	.post-content{
		float:left !important;
	}
	.alignleft{
		width:94% !important;
	}
}
/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */
/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}
	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	.site {
		max-width: 98%;
	}
	.site-header {
		background-image: none !important;
	}
	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}
	.site-title {
		color: #000;
		font-size: 21pt;
	}
	.site-description {
		font-size: 10pt;
	}
	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}
	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}
	.page-title,
	.entry-title {
		font-size: 21pt;
	}
	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}
	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}
	.format-image .entry-content .size-full {
		margin: 0;
	}
	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}
	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.comment-metadata {
		float: none;
	}
	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}