/*
	Theme Name: Minimum Child Theme
	Theme URI: http://www.studiopress.com/themes/minimum
	Description: Minimum is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
 
	Version: 2.0.1
 
	Tags: blue, gray, white, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
	Template: genesis
	Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Featured Image
* Inner
* Page Title
* Home Featured
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Portfolio
* Headlines
* Ordered / Unordered Lists
* Post Info / Meta
* Author Box
* Column Classes
* Featured Post Grid
* Archive Page
* Images
* Post Navigation
* Primary Sidebar
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form / eNews and Update Widget
* Calendar Widget
* Footer Widgets
* Footer
* Custom Footer
* Comments
* Gravity Forms
* Responsive Design

*/

/* MoonRay Style 
------------------------------------------------------------ */

@import url("./moonray-css/gencss.css");
@import url("./moonray-css/form-publish.css");
@import url("./moonray-css/form-default.css");
/* Defaults
------------------------------------------------------------ */

body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, select, textarea {
	color: #3e3e3e;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
blockquote, input, select, textarea, .author-box, .breadcrumb, .sticky, .taxonomy-description, .wp-caption {
	background-color: #f5f5f5;
}
input, select, textarea {
	border: 1px solid #ddd;
}
input, label, select, textarea {
	color: #3e3e3e;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
li, ol, ul {
	margin: 0;
	padding: 0;
}
ol li {
	list-style-type: decimal;
}
/* Hyperlinks
------------------------------------------------------------ */

a, a:visited {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	color: #ed702b;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: #3e3e3e;
	text-decoration: none;
}
a img {
	border: none;
}
/* Body
------------------------------------------------------------ */

body {
	background-color: #fff; padding:0; margin:0;
}

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


/* Wrap
------------------------------------------------------------ */

.wrap {
	margin: 0 auto;
	width: 1170px;
}
.minimum-landing .wrap {
	width: 800px;
}

  .container {
    max-width: 1170px;
    width:auto!important;  
  }


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

#header {
	margin: 0 auto;
	width: 1140px;
	position:relative;
}
#title-area {
	float: left;
	overflow: hidden;
	width: 34%;
}
#title {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	margin: 15px 0 10px;
	text-transform: uppercase;
}
#title a, #title a:hover {
	color: #3e3e3e;
	text-decoration: none;
}
#description {
	display: none;
}
#header .widget-area {
/*	float: right;
	width: 85%;*/
	position:absolute; bottom:40px; right:0; width: 100%;
}
/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area, .header-image #title, .header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}
.header-image #description {
	display: block;
	overflow: hidden;
}
/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area, .header-full-width #title, .header-full-width #title a {
	width: 100%;
}
/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

#nav, #subnav {
	background-color: #f5f5f5;
	border-top: 1px solid #e4e4e4;
}
.menu-primary, .menu-secondary, #header .menu {
	clear: both;
	color: #3e3e3e;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
#header .menu {
	float: right;
	width: auto;
}
.menu-primary ul, .menu-secondary ul, #header .menu ul {
	float: left;
	width: 100%;
}
.menu-primary li, .menu-secondary li, #header .menu li {
	float: left;
	list-style-type: none;
}
.menu-primary a, .menu-secondary a, #header .menu a {
	color: #3e3e3e;
	display: block;
	letter-spacing: 1px;
	padding: 8px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.menu-primary li a:active, .menu-primary li a:hover, .menu-primary li:hover a, .menu-primary .current_page_item a, .menu-primary .current-cat a, .menu-primary .current-menu-item a, .menu-secondary li a:active, .menu-secondary li a:hover, .menu-secondary li:hover a, .menu-secondary .current_page_item a, .menu-secondary .current-cat a, .menu-secondary .current-menu-item a, #header .menu li a:active, #header .menu li a:hover, #header .menu li:hover a, #header .menu .current_page_item a, #header .menu .current-cat a, #header .menu .current-menu-item a {
	background-color: #fff;
	color: #ed702b;
}
.menu-primary li li a, .menu-primary li li a:link, .menu-primary li li a:visited, .menu-secondary li li a, .menu-secondary li li a:link, .menu-secondary li li a:visited, #header .menu li li a, #header .menu li li a:link, #header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-top: none;
	color: #3e3e3e;
	font-size: 12px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 163px;
}
.menu-primary li li a:active, .menu-primary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:hover, #header .menu li li a:active, #header .menu li li a:hover {
	background-color: #fff;
	color: #ed702b;
}
.menu-primary li ul, .menu-secondary li ul, #header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 185px;
	z-index: 9999;
}
.menu-primary li ul a, .menu-secondary li ul a, #header .menu li ul a {
	width: 175px;
}
.menu-primary li ul ul, .menu-secondary li ul ul, #header .menu li ul ul {
	margin: -39px 0 0 184px;
}
.menu li:hover ul ul, .menu li.sfHover ul ul {
	left: -9999px;
}
.menu li:hover, .menu li.sfHover {
	position: static;
}
ul.menu li:hover>ul, ul.menu li.sfHover ul, #header .menu li:hover>ul, #header .menu li.sfHover ul {
	left: auto;
}
.menu li a .sf-sub-indicator, .menu li li a .sf-sub-indicator, .menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}
#wpadminbar li:hover ul ul {
	left: 0;
}
/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 20px;
	text-transform: uppercase;
}
.menu li.right a {
	color: #3e3e3e;
	display: inline;
}
.menu li.right a:hover {
	color: #ed702B;
}
.menu li.search {
	padding: 0 10px;
}
.menu li.rss a {
	background: url(../img/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}
.menu li.twitter a {
	background: url(../img/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}
/* Featured Image
------------------------------------------------------------ */

.featured-video { text-align: center; width: 1140px; padding:20px 0; margin:0px auto; clear:both;}
.featured-video .widgettitle {
	display: none;
}
.amazon-box { float:left; width:140px; margin-right:20px;}
/* Inner
------------------------------------------------------------ */

#inner {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;
}
.minimum #inner {
	padding: 0 0 40px;
}
.minimum #inner .wrap {
	border-top: 5px solid #f5f5f5;
	padding: 60px 0;
}
/* Page Title
------------------------------------------------------------ */

#page-title {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 0;
}
#page-title p {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}
a.page-title-button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #3e3e3e;
	border-radius: 5px;
	color: #fff;
	float: right;
	font-size: 24px;
	margin: 7px 45px 0 0;
	padding: 11px 20px 10px;
}
a.page-title-button:hover {
	background-color: #ed702b;
}
/* Home Featured
------------------------------------------------------------ */

#home-featured {
	overflow: hidden;
	padding: 60px 0;
	width: 100%;
}
#home-featured a.icon-facebook, #home-featured a.icon-facebook:hover, #home-featured a.icon-google, #home-featured a.icon-google:hover, #home-featured a.icon-pinterest, #home-featured a.icon-pinterest:hover, #home-featured a.icon-twitter, #home-featured a.icon-twitter:hover, #home-featured a.icon-in, #home-featured a.icon-in:hover {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50px;
	background: #ddd url(../img/icons.png);
	border-radius: 50%;
	display: block;
	height: 140px;
	margin: 0 auto 30px;
	padding: 0;
	text-indent: -9999px;
	width: 140px;
}
#home-featured a.icon-facebook:hover, #home-featured a.icon-google:hover, #home-featured a.icon-pinterest:hover, #home-featured a.icon-twitter:hover, #home-featured a.icon-in:hover {
	background: #ed702b url(../img/icons.png);
}
#home-featured a.icon-facebook, #home-featured a.icon-facebook:hover {
	background-position: 0 0;
}
#home-featured a.icon-google, #home-featured a.icon-google:hover {
	background-position: -138px 0;
}
#home-featured a.icon-pinterest, #home-featured a.icon-pinterest:hover {
	background-position: 0 -138px;
}
#home-featured a.icon-twitter, #home-featured a.icon-twitter:hover {
	background-position: -138px -138px;
}
#home-featured a.icon-in, #home-featured a.icon-in:hover {
	background-position: -276px 0;
}
.home-featured-1, .home-featured-2, .home-featured-3, .home-featured-4 {
	float: left;
	margin: 0;
	overflow: hidden;
	text-align: center;
	width: 25%;
}
/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 12px;
	margin: 0 0 30px;
	padding: 10px 15px;
}
/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 15px 20px;
}
.taxonomy-description p {
	font-size: 14px;
}
/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 100%;
}
/* Content
------------------------------------------------------------ */

#content {
	border-right: 1px solid #ccc;
	float: left;
	padding-right: 40px;
	width: 740px;
}
.sidebar-content #content {
	float: right;
}
.full-width-content #content {
	width: 100%;
}
.hentry {
	margin: 0 0 50px;
}
.single-portfolio .hentry {
	margin: 0;
}
.entry-content {
	overflow: hidden;
}
.entry-content p {
	margin: 0 0 30px;
}
blockquote {
	background: url(../img/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}
blockquote p {
	color: #999;
	font-style: italic;
}
p.subscribe-to-comments {
	padding: 20px 0 10px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.sticky {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	padding: 20px 30px;
}
.clear {
	clear: both;
}
.clear-line {
	border-bottom: 1px dotted #ddd;
	clear: both;
	margin: 0 0 25px;
}
/* Portfolio
------------------------------------------------------------ */

.post-type-archive-portfolio .portfolio {
	float: left;
	margin: 0 15px 30px;
	width: 340px;
}
.portfolio-featured-image a img {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	border: 10px solid #f5f5f5;
	transition: all 0.2s ease-in-out;
}
.portfolio-featured-image a img:hover {
	border: 10px solid #ddd;
}
.single-portfolio #content {
	text-align: center;
}
.single-portfolio img {
	border: 20px solid #f5f5f5;
}
/* Headlines
------------------------------------------------------------ */

h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 10px;
}
h1, h2, h2 a, h2 a:visited {
	font-size: 30px;
}
.single-portfolio h1 {
	margin: 0 0 20px;
}
h2 a, h2 a:visited {
	color: #3e3e3e;
}
h2 a:hover {
	color: #ed702B;
	text-decoration: none;
}
.sidebar h2 a, .sidebar h2 a:hover {
	font-size: 16px;
}
h3, .genesis-grid h2 a, .genesis-grid h2 a:hover {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
.widget-area h4 {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.widget-area h4 a {
	color: #3e3e3e;
	text-decoration: none;
}
h5 {
	font-size: 18px;
}
h6, .taxonomy-description h1 {
	font-size: 16px;
}
/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol, .entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}
.archive-page ul li, .entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 35px;
	padding: 0;
}
.entry-content ol li {
	margin: 0 0 0 35px;
}
.archive-page ul ul, .entry-content ol ol, .entry-content ul ul {
	padding: 0;
}
/* Post Info / Meta
------------------------------------------------------------ */

.post-info, .post-meta {
	clear: both;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}
.post-info {
	margin: 0 0 25px;
}
.genesis-grid .post-info {
	margin: 0 0 10px;
}
.post-meta {
	border-top: 1px dotted #ddd;
	padding: 10px 0 0;
}
.post-info a, .post-info a:visited, .post-meta a, .post-meta a:visited {
	color: #999;
	font-weight: normal;
}
.post-info a:hover, .post-meta a:hover {
	color: #3e3e3e;
}
/* Author Box
------------------------------------------------------------ */

.author-box {
	background: none;
	margin: 0 0 50px;
	overflow: hidden;
}
.author-box p {
	font-size: 16px;
}
/* Column Classes
------------------------------------------------------------ */

.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}
.one-half, .three-sixths, .two-fourths {
	width: 48%;
}
.one-third, .two-sixths {
	width: 31%;
}
.four-sixths, .two-thirds {
	width: 65%;
}
.one-fourth {
	width: 22.5%;
}
.three-fourths {
	width: 73.5%;
}
.one-fifth {
	width: 17.4%;
}
.two-fifths {
	width: 37.8%;
}
.three-fifths {
	width: 58.2%;
}
.four-fifths {
	width: 78.6%;
}
.one-sixth {
	width: 14%;
}
.five-sixths {
	width: 82%;
}
.first {
	clear: both;
	padding-left: 0;
}
/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid p {
	font-size: 16px;
}
.genesis-grid-even, .genesis-grid-odd {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 30px;
	padding: 0;
	width: 47%;
}
.genesis-grid-even {
	float: right;
}
.genesis-grid-odd {
	clear: both;
	float: left;
}
/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}
/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}
.post-image {
	margin: 0 10px 10px 0;
}
.alignleft .avatar {
	margin: 0 10px 0 0;
}
.alignright .avatar {
	margin: 0 0 0 10px
}
.author-box .avatar {
	float: left;
	margin: 0 20px 0 0;
}
.comment-list li .avatar {
	float: left;
	margin: 0 10px 10px 0;
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 20px;
}
img.alignnone {
	display: inline;
	margin: 0 0 10px;
}
img.alignleft, .wp-caption.alignleft {
	display: inline;
	margin: 0 20px 20px 0;
}
img.alignright, .wp-caption.alignright {
	display: inline;
	margin: 0 0 20px 20px;
}
.wp-caption {
	padding: 20px;
	text-align: center;
}
p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}
.wp-smiley, .wp-wink {
	border: none;
	float: none;
}
/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}
.navigation li {
	display: inline;
}
/* Primary Sidebar
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 16px;
	width: 300px;
}
.sidebar-content #sidebar {
	float: left;
}
.sidebar p {
	font-size: inherit;
	margin: 0 0 15px;
}
#sidebar a, #sidebar a:visited {
	color: #3e3e3e;
}
#sidebar a:hover {
	color: #ed702b;
}
.sidebar .widget {
	margin: 0 0 30px;
}
#footer-widgets ul li, #sidebar ul li {
	background: url(../img/list-sidebar.png) no-repeat top left;
	border-bottom: 1px dotted #ddd;
	list-style-type: none;
	margin: 0 0 5px 2px;
	padding: 1px 0 5px 14px;
}
#footer-widgets ul li a, #footer-widgets ul li a:visited, #sidebar ul li a, #sidebar ul li a:visited {
	color: #ed702b;
	font-weight: normal;
}
#footer-widgets ul li a:hover, #sidebar ul li a:hover {
	color: #3e3e3e;
}
#sidebar .tagcloud a, #sidebar .tagcloud a:visited {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: none;
	background-color: #3e3e3e;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}
#sidebar .tagcloud a:hover {
	background-color: #ed702b;
	color: #fff;
}
/* Dropdowns
------------------------------------------------------------ */

.widget_archive select, #cat {
	display: inline;
	padding: 3px;
	width: 95%;
}
/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage, .featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}
.featuredpage .page, .featuredpost .post {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0 0 10px;
}
/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}
/* Buttons
------------------------------------------------------------ */



input:hover[type="button"], input:hover[type="submit"], .navigation li a:hover, .navigation li.active a {
	background-color: #ed702b;
	border: none;
	text-decoration: none;
}
/* Search Form / eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox, .s {
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc inset;
	box-sizing: border-box;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding: 15px;
	text-transform: uppercase;
	width: 100%;
}
#nav .searchform {
	margin: 3px 0 0;
}
.enews #subbutton, .searchsubmit {
	display: none;
}
.enews p {
	margin: 0 0 10px;
}
/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}
#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: 700;
	margin: 10px 0 0;
}
#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}
/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #e4e4e4;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
#footer-widgets .wrap {
	overflow: hidden;
	padding: 40px 0 20px;
}
#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}
#footer-widgets p {
	font-size: inherit;
	margin: 0 0 20px;
}
#footer-widgets ul {
	margin: 0;
}
.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 360px;
}
.footer-widgets-2 {
	float: left;
	width: 360px;
}
.footer-widgets-3 {
	float: right;
	width: 360px;
}
.try-box bdo {
  color: #fff;
  display: block;
  font-size: 11px;
  line-height: normal;
  margin: 19px 0;
  text-align: center;
}

.try-box span {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: normal;
  margin: 12px 0;
  padding: 10px 0;
  text-align: center;
}

.entry-content ol li {
  list-style-image: inherit !important;
  list-style-position: inside !important;
  margin: 0 !important;
}
	
.archive-page ul li, .entry-content ul li {
  list-style-position: inside;
  list-style-type: square;
  margin: 0;
  padding: 0;
  padding-left: 2px;
}
.small_font_head {
  font-size: 13px !important;
  font-style: italic;
  line-height: 20px;
}
#sidebar ul li {
  border-bottom: 0 none;
  font-size: 15px;
  margin-bottom: 0;
  padding-bottom: 2px;
  padding-left: 0;
}
.tbdtraining h1 {
  font-size: 20px; font-weight:300;
  background-color: #f1f1f1;
  padding: 5px;
}
.try-box{margin-bottom:15px;}
.table{background-color:#f1f1f1; border:1px solid #ccc;}
.table h3{
  background-color: #006999;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  padding: 5px 10px;
}
.table ol, .table ul {padding-left:10px;}
.table ul li{padding:0px !important; list-style:none !important;}
.table ul li ul li{padding-left:15px !important;}
.heading {
  background-color: #006999;
  color: #fff; margin-bottom:10px; display:inline-block;
  font-size: 14px;
  font-style: italic;
  padding: 5px 10px;
}
.table ol li ul{padding-left:15px !important;}
.try-box {
  background: rgba(0, 0, 0, 0) url("../img/try-engle.png") no-repeat scroll center top / contain ;
  display: inherit;
  float: none !important;
  height: 432px;
  margin: 0 auto ;
  width: 576px !important; margin-bottom:15px;
}
.try-box p {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  margin: 12px 0;
  padding: 16px;
  text-align: center;
}
.try-box span {
  color: #fff;
  display: block;
  font-size: 21px;
  line-height: normal;
  margin: 12px 0;
  padding: 10px 0;
  text-align: center;
}
.try-box bdo {
  color: #fff;
  display: block;
  font-size: 19px;
  line-height: normal;
  margin: 29px 0;
  text-align: center;
}
.entrance_wrap, .stageone_wrap, .stagetwo_wrap{padding:10px; border:1px solid #ccc; margin-bottom:15px;} 
.clear{clear:both;} 

.stageheading {
  background-color: #f1f1f1;
  font-size: 20px;
  font-weight: 300;
  padding: 5px;
}
.stageheading span{ font-size:14px;} 


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

#footer {
	background-color: #3e3e3e;
	clear: both;
	color: #999;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
#footer .wrap {
	overflow: hidden;
	padding: 75px 0 50px;
}
#footer p {
	color: inherit;
	font-size: inherit;
	margin: 0 0 25px;
}
#footer a, #footer a:visited {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#footer .gototop {
	float: left;
	width: 35%;
}
#footer .creds {
	float: right;
	text-align: right;
	width: 60%;
}
/* Custom Footer
------------------------------------------------------------ */

#footer .custom-footer, #footer .custom-footer .menu {
	text-align: center;
}
#footer .custom-footer .widget {
	clear: both;
}
#footer .custom-footer .menu {
	float: none;
	margin: 10px 0 20px;
}
#footer .custom-footer li {
	display: inline-block;
	float: none;
	margin: 0 30px;
	list-style-type: none;
}
#footer .custom-footer li a, #footer .custom-footer li a:visited {
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#footer .custom-footer li a:hover {
	color: #999;
	text-transform: uppercase;
}
/* Comments
------------------------------------------------------------ */

#comments, #respond {
	margin: 0 0 15px;
	overflow: hidden;
}
#author, #comment, #email, #url {
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc inset;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}
#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}
.ping-list {
	margin: 0 0 40px;
}
.comment-list ol, .ping-list ol {
	padding: 10px;
}
.comment-list li, .ping-list li {
	list-style-type: none;
	margin: 20px 0 10px;
	padding: 15px 20px;
}
.comment-list li ul li {
	margin-right: -20px;
}
.comment-content {
	clear: both;
}
.comment-content p {
	font-size: 16px;
	margin: 0 0 20px;
}
.comment-list cite, .ping-list cite {
	font-style: normal;
}
.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}
.reply {
	font-size: 14px;
}
.nocomments {
	text-align: center;
}
#comments .navigation {
	display: block;
}
.alt, .depth-1, .even {
	border-left: 5px solid #f5f5f5;
}
/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input, div.gform_wrapper select, div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 6px 10px !important;
}
div.gform_footer input.button {
	color: #fff;
	padding: 10px 20px !important;
}
div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}
div.gform_wrapper li, div.gform_wrapper form li {
	margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}



body, a, a:visited {
	-webkit-transition: none !important;
}
a:hover {
	-webkit-transition: none !important;
}
::selection {
	background-color: #ed702B;
	color: black !important;
}
.top-box {
	background: #f2f2f2;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px auto;
}
.login-box {
	width: 65%;
	display: inline-block;
	float: right;
	margin-top:20px;
}
.login-box ul {
	width: 100%;
	display: inline-block;
	text-align: right;
}
.login-box li {
	width: auto;
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
}
.login-box li a {
	width: auto;
	display: inline-block;
	margin: 0px 10px;
	padding: 0px 0px;
	font-size: 12px;
}
.gray-box {
	border: 1px solid #e4e4e4;
	background: #f5f5f5;
	-webkit-box-shadow: -1px 4px 7px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 4px 7px -3px rgba(0,0,0,0.75);
	box-shadow: -1px 4px 7px -3px rgba(0,0,0,0.75);
	padding: 10px;
	margin-bottom: 20px;
}
.gray-box p {
	margin-bottom: 5px;
	padding: 0px;
	font-size: 15px;
}
.red-box {
	border: 1px solid #b4580f;
	background: #ed8029;
	-webkit-box-shadow: -1px 4px 7px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 4px 7px -3px rgba(0,0,0,0.75);
	box-shadow: -1px 4px 7px -3px rgba(0,0,0,0.75);
	padding: 10px;
	margin-bottom: 20px;
}
.red-box p {
	margin-bottom: 5px;
	padding: 0px;
	font-size: 15px;
	color: #fff;
}
.wt-box {
	border: 1px solid #b4580f;
	background: #fff;
	-webkit-box-shadow: -1px 4px 7px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 4px 7px -3px rgba(0,0,0,0.75);
	box-shadow: -1px 4px 7px -3px rgba(0,0,0,0.75);
	padding: 10px;
	margin-bottom: 20px;
}
.wt-box p {
	margin-bottom: 5px;
	padding: 0px;
	font-size: 15px;
	color: #333;
}
.blue {
	color: #005a9c;
}
/*8-4-15amit*/
.main-form {
	margin: 0 auto;
	max-width: 1140px;
	height: auto;
	width: 100%;
	font-family: "Open Sans", sans-serif;
}
.ui-widget-content {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	color: #222222;
}
.ui-widget-header {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	color: #222222;
	font-weight: bold;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	border-bottom: 3px solid #ed702b;
	color: #ed702b;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #ed702b;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: 0.5em 0;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
}
.ui-tabs .ui-tabs-panel {
	padding: 1em 0;
}
.ui-widget-header a:hover {
	color: #ed702b;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ui-tabs .ui-tabs-nav li {
	border: 0;
	padding: 0 10px;
}
.ui-state-default:first-child {
	padding-left: 0 !important;
}
.ui-tabs-nav {
	border-bottom: 3px solid #ccc;
	border-radius: 0;
}
.mid {
	border: 1px solid #CCC;
	border-top: 0;
	padding: 0 40px;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 20px;
}
.text-fild {
	display: inline-block;
	max-width: 250px;
	width: 100%;
}
.text-aria {
	font-size: 14px;
	margin-bottom: 10px;
}
.text-aria label, .text-aria select, .text-aria input, .content, .content3 {
	font-size: 14px;
	color: #3e3e3e;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	letter-spacing: 2;
}
.text-aria .input-box {
	display: inline-block;
	max-width: 370px;
	padding: 8px;
	width: 100%;
}
.content {
	margin: 20px 0;
}
.text-aria select {
	max-width: 388px !important;
}
.text-aria textarea {
	width: 100%;
	min-height: 200px;
}
.content-two {
	font-size: 14px;
	color: #3e3e3e;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	letter-spacing: 2;
}
.text-aria button {
	border: 0;
	background: #666;
	color: #fff;
	border-radius: 3px;
	padding: 10px;
	cursor: pointer;
}
.text-aria button:hover {
	opacity: 0.8;
}
.content-list {
	margin-left: 35px;
	list-style: no;
}
.content-list li {
	margin-bottom: 10px;
}
.text-aria input, .text-aria textarea, .text-aria select, .main-form input {
	background: none repeat scroll 0 0 #fff;
	border-radius: 3px;
}
.login {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 20px auto;
	padding: 10px 30px;
	width: 100%;
	max-width: 350px;
}
.login input {
	width: 94%;
	margin: 0 0 10px 0;
	padding: 3%;
	border-radius: 2px;
	background: #fff;
}
.login input:focus {
	border: 1px solid #999;
}
.login button {
	display: inline-block;
	border: 0;
	background: #666;
	color: #fff;
	border-radius: 3px;
	padding: 10px;
	cursor: pointer;
}
.text-center {
	text-align: center;
}
.login button:hover {
	opacity: 0.8;
}
.content3 {
	margin-bottom: 10px;
}
.text-aria input:focus, .text-aria textarea:focus, .text-aria select:focus {
	border: 1px solid #999;
}
input:focus {
	border: 1px solid #999;
}
/* training Page CSS */

.trngtable-box th, .trngtable-box td {
	line-height: 1.3em;
	padding: 10px;
}
.trngtable-box {
	border: 1px solid #ccc;
	margin-top: 20px;
}
.trngtable-box th {
	background: #ccc;
	border: 1px solid #ccc;
	font-size: 13px;
}
.trngtable-box td {
	background: #f2f2f2;
	border: 1px solid #ccc;
	font-size: 12px;
}
/* Training Form Css */

.main_trng_form {
	margin-bottom: 20px;
}
.main_trng_form .mid {
	border: none;
	margin-bottom: 20px;
}
.main_trng_form ul.trngtabs {
	background: none repeat scroll 0 0 #eee!important;
	border: none;
}
.main_trng_form ul.trngtabs li {
	background: none!important;
}
.article_inner .wrap {
/* border-top: 5px solid #f5f5f5;
    padding: 60px 0; */
}
.freebanner a {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
.freebanner a img {
	margin: 0px;
	padding: 0px;
}
.freebannerorg { text-align:center;}
.freebannerorg img {}

.tbd_banner  .col-50{ padding-left: 0px!important; padding-right: 0px!important;}
.tbd_banner img {}
/* Select Course section */

.select_course {
	margin: 20px auto;
}
.select_course .trng_p {
	width: 100%;
	float: left;
}
.select_course .trng_label {
	display: block;
	font-weight: bold;
	padding: 5px 0px;
	float: left;
	width: 200px;
}
.select_course .trng_slct {
	background: none repeat scroll 0 0 #fff;
	padding: 4px;
	border: 1px solid #d5d5d5;
	float: left;
	width: 200px;
	color: #333;
}
.select_course .trng_p2 {
	width: 100%;
	float: left;
	margin: 10px 0px;
}
.select_course .srch_course {
	margin-left: 120px;
	margin-top: 15px;
}
.border-bottom1 {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}
ul.trngtabs {
	list-style: none;
	overflow: hidden;
	margin: 3px;
}
ul.trngtabs li.active_test a {
	border-bottom: 3px solid #ed702b;
	color: #ed702b;
	box-sizing: border-box;
}
ul.sub_ul {
	margin-top: -15px ;
}
.article_ul .sub_ul {
	width: 262px;
}
.article_ul .sub_ul a {
	width: 240px;
}
.text-center {
	text-align: center;
}
/* Select Course section */

/*/==============new================/*/

.org-box {
	background: url(../img/fill.png) no-repeat ;
	background-size:contain;
	width: 650px;
	height: 650px;
	position: relative;
}
.org-box .mission {
	width: 100px;
	height: 100px;
	font-size: 12px;
	color: #000;
	position: absolute;
	top: 67px;
	left: 270px;
	text-align: center;
}
.org-box .department {
	width: 100px;
	height: 100px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 151px;
	right: 90px;
	text-align: center;
}
.org-box .daily {
	width: 100px;
	height: 120px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 350px;
	right: 38px;
	text-align: center;
}
.org-box .vision {
	width: 100px;
	height: 120px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 530px;
	right: 170px;
	text-align: center;
}
.org-box .self {
	width: 100px;
	height: 120px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 530px;
	left: 162px;
	text-align: center;
}
.org-box .create {
	width: 100px;
	height: 120px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 350px;
	right: 29px;
	text-align: center;
}
.org-box .lead {
	width: 100px;
	height: 120px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 354px;
	left: 29px;
	text-align: center;
}
.org-box .ways {
	width: 110px;
	height: 120px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 120px;
	left: 74px;
	text-align: center;
	line-height: 15px;
}

.small_font_head {
	font-size: 18px!important;
}
.top {
	margin: 40px;
}
.top p {
	font-size: 14px;
	line-height: 28px;
}
.top ul {
	list-style: none;
	margin-left: 15px;
}
.top ul li {
	font-size: 14px;
}
.top h4 {
	margin-top: 20px;
}
.top .input_section {
	width: 50%;
	display: inline-block;
}
.top .text-fild {
	vertical-align: top;
}
/*---------------22new---------*/

.bdt {
	border: 1px solid #e3e3e3;
	padding: 10px;
	width: 90%;
	font-weight: bold;
	margin-bottom: 20px;
}
.bdt p {
	font-size: 15px;
}
.bdt ul {
	list-style: none;
	font-size: 15px;
}
.besic ul {
	margin-left: 20px;
}
.besic p, .besic ul {
	margin-top: 20px;
}
table p {
	margin-top: 0px !important;
}
.about p {
	text-align: justify;
}
/*---------------23new---------*/
.ird {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
.ird1 {
	width: 60%;
	float: left;
	text-align: justify;
	padding-right: 20px;
	box-sizing: border-box;
}
.ird2 {
	width: 40%;
	float: left;
	background-color: #e4e5e7;
	border-top: 35px solid #006600;
	padding-left: 13px;
	box-sizing: border-box;
	border-bottom: 35px solid #006600;
	padding-bottom: 20px;
}
.irdb {
	width: 100%;
	clear: both;
	padding-right: 20px
}
.basic {
	margin-bottom: 15px;
}
.basic ul {
	margin-left: 50px;
}
.basic ul li {
	list-style: none;
	line-height: 35px;
}
.basic ul li ul li {
	list-style: circle;
}
.textmo ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.basic {
	margin-bottom: 15px;
}
.basic ul {
	margin-left: 50px;
}
.basic ul li {
	list-style: none;
	line-height: 35px;
}
.basic ul li ul li {
	list-style: circle;
}
.mid_ul {
	width: 222px;
}
.mid_ul a {
	width: 200px;
}
.subli a.subli_a {
	background: url(../img/arrow-right.gif) no-repeat 200px center;
}
li.subli ul {
	margin: -36px 0 0 221px ;
}
li.subli ul li a {
	width: auto !important;
}
li.subli ul li {
	width: 145px;
}
.adtrain {
	width: 40%;
	float: left;
	background-color: #e4e5e7;
	border-top: 35px solid #9A0000;
	padding-left: 13px;
	box-sizing: border-box;
	border-bottom: 35px solid #9A0000;
	padding-bottom: 20px;
}
.adtrain > p.style1 {
	color: #9A0000;
}
h4 > span {
	font-size: 16px;
	font-weight: normal;
}
.adtrainb {
	width: 100%;
	clear: both;
	padding-right: 20px
}
.adtrainb h4 {
	margin-top: 10px;
}
.contact h5 {
	color: #9a0000;
	border-bottom: 1px dotted #000;
	padding-bottom:5px;
}
.contact_hq {
	margin-top: 20px;
}
.form_details p {
	margin-bottom: 20px;
}
/*29-04-2015*/

#tabs_t {
	border-radius: 5px;
	max-width: 860px;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
}
ul.trngtabs li {
	float: left;
	margin: 2%;
	width: 20.333%;
	font-size: 15px;
}
ul.trngtabs li a {
	display: block;
	width: 100%;
	text-align: center;
	float: left;
	padding: .5em 4%;
	text-decoration: none;
	color: #1c94c4;
}
.tabs {
	margin-top: 0;
}
.mid .content_user {
	margin: 0 -40px 20px;
	background: #1c94c4;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	padding: 0 40px;
}
.mid .content1 {
	margin: 20px -40px 0;
	color: #000;
	font-weight: bold;
	line-height: 30px;
	padding: 0 40px;
}
.mid .text-aria textarea {
	width: 96%;
	min-height: 100px;
	padding: 0 2%;
}
.mid .text-fild {
	display: inline-block;
	max-width: 100%;
	width: 100%;
	font-weight: bold !important;
}
.text-aria span {
	clear: both;
	width: 100%;
	float: left;
}
.courseregistration ul.trngtabs li {
	width: 20.333%;
}
/* Front End Header CSS */

.trainee_header {
	position: relative;
}
.trainee_header .inner_widget_area {
	/*position: absolute;
	top: 45px;
	right: 0px;*/
}
.inspiring_vision .text-aria textarea {
}
.inspiring_vision .pgname, .inspiring_vision .insdate {
	display: inline-block;
	height: 20px;
	width: 96%;
	padding:5px 2%;
}
.inspiring_vision .wdth {
	width: 19%;
}
.inspiring_vision .lrgwdth {
	width: 27%;
}
.inspiring_vision .advpgname {
	vertical-align: top;
}
.inspiring_vision .advchose {
	margin-left: 62px;
}
.inspiring_vision .large_input {
	height: 45px;
	width: 622px;
}
.inspiring_vision .lwdth {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 88%;
}
.inspiring_vision .mrgn {
	margin-top: 30px;
	margin-bottom: 20px;
}

.textwidget-box {
	width: 922px;
}
.social-box {
	width: 100px;
	display: inline-block;
	vertical-align: top;
  margin-left:20px;
}
.social-box p {
	width: 100%;
	display: inline-block;
	margin: 10px 0px;
	text-align: center;
}
.panal {
	float: left;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
	padding-bottom: 10px
}
.panal p {
	margin-bottom: 20px;
	line-height: 25px;
}
.panal p bdo {
	height: 30px;
	display: inline-block;
	width: auto;
}
.ird_first {
	float: left;
}
.ird_scnd {
	float: right;
}
.training_li li {
	margin-left: 0px!important;
}
/* Calendar Css */

.tab1 {
	border: 1px solid #ddd;
}
.tab1 tr td {
	border: 1px solid #eee;
	font-size: 13px;
	padding: 5px 10px;
	color: #666;
	text-align: center;
}
.tab1 tr th {
	border: 1px solid #eee;
	font-size: 13px;
	padding: 5px 10px;
	color: #3e3e3e;
	background: #ccc;
}
.hamps {
	font-size: 20px;
	color: #3e3e3e;
	font-weight: 500;
	margin: 19px 0 13px 19px;
}
.bo1 {
	background: #F6F6F6;
}
.input_cl {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	height: 30px;
}
.tmd1 {
	margin: 10px 0 !important;
	font-size: 14px;
	text-align: justify;
}
.tmd2 {
	margin: 0 0 0 0 !important;
	text-align: justify;
}
.tmd2 li {
	font-size: 14px;
	text-align: justify;
}
.tmd3 {
	margin-left: 30px;
	text-align: justify;
}
.tmd4 div {
	float: left;
}
.tmd4 div p {
	font-size: 14px;
}
.tmd5 {
	margin: 24px 0 0 221px;
	display: inline-block;
}
.tmd6 li {
	list-style-type: none;
	margin-left: 12px;
}
.table1 tr td, .table1 tr td ul li {
	font-size: 14px;
	text-align: justify;
}
h3 {
	font-size: 18px;
}
/* .fl{ float:left; width:57%;}
.fr{ float:right; width:36%;} */
.bo2 {
	border: 2px solid #ff0101;
	width: 372px;
	height: 147px;
	margin: 0 20px;
}
.bo3 {
	border-bottom: 2px solid #000;
	width: 100px;
	display: inline-block;
}
.m10 {
	margin-top: 24px;
}
.tmd7 {
	margin: 10px 0 10px 36px !important;
	font-size: 14px;
	text-align: justify;
}
.tmd8 {
	margin-left: 36px;
}
.trngpages .entry-content ol, .trngpages .entry-content ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	border-bottom: 0 none;
	font-size: 15px;
	margin-bottom: 0;
	padding-bottom: 2px;
}
#sidebar .border_bottom {
	border-bottom: 1px dotted #ddd;
}
.sidebar .widget {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#sidebar h4 {
	margin-bottom: 5px;
}
.tbdtraining p {
	/*width: 720px;*/
}
.entry-content-scnd p {
	margin-bottom: 15px;
}
.entry-content-scnd ol, .entry-content-scnd ul {
	padding-bottom: 15px;
}
.entry-content-lastab ul li {
	list-style-type: none;
}
.mrgn_lft {
	margin-left: 45px!important;
}
.mrgn_top {
	margin-top: 10px!important;
}
.integrity_table ul {
	padding-bottom: 4px!important;
}
/* New Sidebar Css */

#sidebar #main-nav {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 0px;
	padding: 0;
	width: 206px;
}
#sidebar #main-nav li {
	list-style: outside none none;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 0px;
}
#sidebar #main-nav li a.nav-top-item {
	background: transparent url("../img/admin/iww-bg-green-menu.gif") no-repeat scroll left center;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	padding: 10px 15px;
	text-decoration: none;
}
#sidebar #main-nav ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#sidebar #main-nav ul li {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left: 0px;
}
#sidebar #main-nav ul li a {
	color: #ed702b;
	display: block;
	font-size: 13px;
	line-height: 1.2em;
	padding: 8px 15px;
}
.user_profile select {
	width: 389px;
}
input[type="button"], input[type="submit"], .navigation li a, .navigation li.disabled, .navigation li a:hover, .navigation li.active a {
	-moz-transition: all 0.2s ease-in-out;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-border-radius: 5px;
	background-color: #3e3e3e;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 10px 20px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.trng_list {
	margin-bottom: 7px;
	margin-left: 30px;
	margin-top: 7px;
}
.addtrngdiv {
	font-size: 16px;
	margin-left: 400px;
	clear: both;
}
.trng_list p {
	width: 40%;
	float: left;
}
.training_list {
	width: 100%;
	display: inline-block;
}
.date-box {
	width: 100%;
	display: inline-block;
}
.date-box span {
	width: 20%;
	display: inline-block;
}
.inp {
	height: 20px;
}
.trng_history_tab h3 {
	margin-bottom: 20px;
}
.border_lsit {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 25px;
	margin-top: 20px;
}
.training_dtl {
	margin-top: 30px;
}
.training_dtl select {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	height: 30px;
}
.trng_bt {
	margin-top: 10px;
	text-align: right;
	width: 300px;
}
.social_link {}
.outer_social {
	float: left;
}
.outer_social p {
	margin-bottom: 4px;
}
.sidebarsocial-icon {
	opacity: 0;
	height: 14px;
	width: 40px;
}
.outer_social:hover .sidebarsocial-icon {
	opacity: 1;
}
.message {
	color: #ed702b;
}
.login label {
	font-size: 16px;
}
.login p {
	line-height: 25px; margin-top:5px;
}
.book-box { margin-top:20px;}

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1200px) {
	.wrap,  #header { width: 960px;}
	#content { width: 660px; padding-right:20px;}
	.sidebar { width:260px;}
	.sidebar iframe { max-width:100%; height:auto;}
	.post-type-archive-portfolio .portfolio {
		width: 280px;
	}
	#header .menu a { letter-spacing: 0; padding: 6px;}
	#title-area { }
	.try-box { max-width:360px; width:100%;}
	.org-box { width:100%; height:auto;}
	.org-box {}
}
 @media only screen and (max-width: 1023px) {
	body {
		font-size: 16px;
		margin: 0 auto;
		width: 100%;
	}
	p {
		font-size: 16px;
	}
	
	#header, .wrap, .featured-video { width:100%;}
	.featured-video { width:100%;}
	.featured-video iframe { width:100%; height:400px;}
	.featured-video .social-box { width:600px; display:block; margin:10px auto 0;}
	.featured-video .social-box > p { width:32%; margin-left:0.5%; }
	
	#content { float:none; width: 100%; padding:0; border:0 none;}
	.login { margin: 10px auto; max-width: 350px; padding: 10px 20px; width:auto; }
	.login-box li a { border:1px solid #ed702b; padding:2px 5px; margin:0 5px;}
	.login-box li a:hover { border-color:#3e3e3e; background-color:#e3e3e3;}
	.login .tophead1, .login h1 { font-size:24px;}
	.sidebar { display: block; clear:both; float: none; width: auto; margin-top:20px;}
	.sidebar iframe { width:600px; height:340px; display:block; margin:0 auto;}
	#sidebar ul li { font-size: 14px;}
	.book-box { text-align:center;}
	.social_link { text-align:center;}
	.outer_social { float: none; display:inline-block; vertical-align:top;}
	#title {
		margin: 10px 0 0;
	}
	
	#header .menu { float: none; width: 100%;}
	.menu li li {
		text-align: left;
	}
	#page-title {
		padding: 10px 0;
	}
	#page-title p {
		font-size: 24px;
		text-align: center;
	}
	.minimum #inner,  #inner {
		padding: 20px;
	}
	.minimum #inner .wrap {
		padding: 30px 0;
	}
	.post-type-archive-portfolio .portfolio {
		margin: 10px 15px;
		width: 45%;
	}
	.single-portfolio img {
		border: none
	}
	.select_course {  }
	#footer-widgets .widget {
		padding: 20px 20px 0;
	}
	#footer .custom-footer li {
		margin: 0 10px;
	}
	#footer .wrap {
		box-sizing: border-box;
		padding: 25px 10px 0;
	}
	.trngtable-box { font-size:12px;}
	.trngtable-box th, .trngtable-box td { font-size:12px; line-height:normal; padding:1px 2px;}
	
	.text-aria input, .text-aria textarea, .text-aria select, .main-form input { border-radius:0;}
	.inspiring_vision .wdth { width:auto;}
	
	.profile_tab {}
	#header #menu-main { display:none; border-left:1px solid #ddd; border-top:1px solid #ddd; box-shadow:-1px 1px 2px #ddd; position:absolute; top:120px; right:0; width:100%; max-width:480px; z-index:999;}
	#header .menu li { display:block; float:none;}
	#header .menu li a { border-bottom:1px solid #ddd; background:#fff;}
	#header .menu li ul { position:static; width:auto; float:none; /*height:0; visibility:hidden;*/}
	/*#header .menu .opened { height:auto; visibility:visible;}*/
	#header .menu li li a, #header .menu li li a:link, #header .menu li li a:visited { width:auto; display:block; padding-left:24px; background:#fff url(../img/bullet.png) no-repeat 10px 50%;}
	#header .menu li li li a, #header .menu li li li a:link, #header .menu li li li a:visited { padding-left:32px; background:#fff url(../img/bullet.png) no-repeat 15px 50%;}
	
	#header .menu li ul ul { margin:0;}
	li.subli ul li { width:auto;}
	
	.mobile-menu { background:url(../img/mobilenav.png) no-repeat 50%; width:24px; height:24px; padding:5px; margin:0 auto; border:1px solid #ed702b; cursor:pointer; position:absolute; top:80px; right:0px;}
}


 @media only screen and (max-width: 800px) {
     .logosec{    text-align: center;}
	 #title-area { float:none; width:100%;}
	#header .widget-area { bottom: 5px; position: static; right: 0;	}
	#header .menu a { padding:5px 10px;}
	.login-box { float:none;    width:auto; margin-bottom:10px; display:block;}
	.login-box ul { display:block; text-align:center;}
	.login-box ul li { margin:0;}
	
	.featured-video .social-box { width:auto; }
	#home-featured {
		padding: 30px 0 0;
	}
	.home-featured-1,  .home-featured-2,  .home-featured-3,  .home-featured-4 {
		padding: 0 0 30px;
		width: 50%;
	}
	.genesis-grid-even,  .genesis-grid-odd {
		width: 100%
	}
	.post-type-archive-portfolio .portfolio {
		margin: 0 0 20px;
		text-align: center;
		width: 100%;
	}
	.portfolio-featured-image a img,  .portfolio-featured-image a img:hover {
		border: none;
	}
	.five-sixths,  .four-fifths,  .four-sixths,  .one-fifth,  .one-fourth,  .one-half,  .one-sixth,  .one-third,  .three-fifths,  .three-fourths,  .three-sixths,  .two-fifths,  .two-fourths,  .two-sixths,  .two-thirds {
		padding: 0;
		width: 100%;
	}
	.navigation li a,  .navigation li.disabled,  .navigation li a:hover,  .navigation li.active a {
		padding: 5px 10px;
	}
	.besic p, .besic ul { margin-top: 15px;}
	
	.minimum #inner, #inner { padding: 10px;}
	#content-sidebar-wrap { float: none; margin-left: 0px; width: 100%;}
	.genesis-grid-even, .genesis-grid-odd { margin: 0 0 15px; }
	.entry-content p { margin: 0 0 10px;}
	
	#footer .wrap { padding: 10px 10px 1px;}
	#footer .custom-footer .widget { clear: both; margin-bottom:5px;}
	#footer .custom-footer .menu { float: none; margin: 0 0 10px; font-size:12px;}
	#footer .custom-footer .menu li { margin: 0 0px;}
	#footer .custom-footer .menu li a { letter-spacing:1px; padding:4px 8px;}
	
	.hamps { font-size: 18px; font-weight: 400; margin: 15px 0 10px;}
	.tab1 { width:100%; border-collapse:collapse;}
	.tab1 tr td { border: 1px solid #eee; font-size: 12px; padding: 2px 4px; }
	.tab1 tr th { border: 1px solid #eee; font-size: 12px; padding: 4px 4px; }
	
	#tabs_t { margin:10px; width:auto;}
	.main_trng_form .mid { padding:10px;}
	.main_trng_form .content { margin:8px 0 16px;}
	.top { margin:10px;}
	
	.entry-title { font-size: 14px;}
	.entry-content ol li, .entry-content ul li { margin-left: 20px;}
	.entry-content ol li li, .entry-content ul li li { margin-left: 10px;}
	.sidebar iframe { width:560px; height:320px;}
	#sidebar #main-nav { width:	auto; max-width:540px; margin:0 auto;}
	#sidebar #main-nav li a.nav-top-item { background-image:none; background-color:#63A800;}
	#sidebar #main-nav li a.nav-top-item:hover { background-color:#639800}
	#sidebar #main-nav ul li a { background-color:#ededed;}
	
	.mid .content_user { margin:-10px -10px 20px; padding:0 10px;}
	.inspiring_vision .lwdth { width:100%; margin-bottom:5px;}
	
	ul.trngtabs li { font-size:11px; margin:0 1%; width:23%;}
}

@media only screen and (max-width: 560px) {
	.ird1 {
		width: 100%;
		float: none;
		padding-right:0;
	}
	.ird2 {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-bottom:20px;
	}
	.irdb {
		width: 100%;
		clear: both;
		padding-right: 0px
	}
	
	.home-featured-1,  .home-featured-2,  .home-featured-3,  .home-featured-4 {
		padding: 0 0 30px;
		width: 100%;
	}
	a.page-title-button,  .menu li.right {
		display: block !important;
	}
	input[type="button"], input[type="submit"] { padding:6px 12px; border-radius:0;}
	
	.sidebar iframe { width:300px; height:170px;}
	
	.select_course .trng_label { width:auto; float:none;}
	.select_course .trng_slct { width:98%; padding:10px 3%; float:none;}
	.select_course .srch_course { margin-left:0;}
	
	.text-aria .input-box { max-width:none; width:96%;}
}


.bookBoxi{ position:relative;min-height: 242px;}
.bookBoxi .bookCover{ position:absolute; left:0; top:0}
.bookBoxi .bookCover a{ display:block;}
.bookBoxi .bookCover img{ max-width:150px}
.bookBoxi .show-sm-inline-block{ padding-left:170px;    float: left;}

@media(min-width:991px) and (max-width:1100px){
body .k-nav.k-nav-fixed .k-nav-links li a{   padding-left:6px; padding-right:6px; font-size: 12px;}
body .k-nav-logo{    max-width: 165px;}    
    
    
}
@media only screen and (max-width:767px) {
        .bookBoxi .bookCover {  position: relative;   width: 100%; text-align: center;}
    .bookBoxi .show-sm-inline-block {padding-left: 0; width: 100%;}
}

@media(min-width: 992px) and (max-width:1200px){
body .k-nav.k-nav-fixed .k-nav-links li a{   padding-left:6px; padding-right:6px; font-size: 12px;}
body .k-nav-logo{    max-width: 165px;}       
    
    }


/* article section css */

.article-bg{background-color: #f6f6f6; color: #747474; padding:15px;}

.article-bg .entry-content{ min-height:131px;}
.article-bg .entry-content ol, .article-bg .entry-content ul { padding-bottom:10px;}

.article-bg .entry-content li ol, .article-bg .entry-content li ul { padding-bottom:15px;}

.article-bg .entry-content p{ margin-bottom:15px; margin-top:20px;}

.post {position:relative;}

.inner_postcontent{display: table-cell;
    vertical-align: middle;}
	
.post .posted_by{ position:relative; padding:15px 0 0 2px;}

.post .posted_by::after{
-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f6f6f6 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: " ";
    height: 0;
    left: 35px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 0;
}


.article-bg p, .article-bg ol li, .article-bg li span, .article-bg p span, .article-bg span, .article-bg li{color:#3e3e3e!important; }

.post .article-bg h3, .post .article-bg h2 a, .post .genesis-grid h2 a:hover {
    font-size: 20px;
}

/*  TBD testimonials coaching */

.tbd_testimonails p{ margin-top: 0px!important;}
.tbd_testimonails .article-bg { padding-bottom:0px!important;}

.tbd_testimonails .article-bg .entry-content {
    min-height: 50px!important;
}


.free_course_class ul li.no_style{ list-style-type:none; font-weight:bold; margin-top:8px; margin-left:20px;}

.text-aria .whoref{
 margin-left: 10px;
    margin-right: 10px;
}

.conscious_form .form_details{ text-align: center;}
.conscious_form .login{    border-radius: 0;    padding: 25px 25px;}
.conscious_form h1{    margin-bottom: 15px;}
.conscious_form .login button{  padding: 7px 17px; font-size: 15px;}
.conscious_form .login label { font-size: 13px;}
.conscious_form .login input{ width:100%;}

.ketoServices > .row{    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}
.ketoServices > .row > .ketolink {    float: left;  -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;   flex-basis: 50%;   max-width: 50%;}

.ketographBlock #piechart > div,
.ketographBlock #piechartActivity > div {    overflow: hidden;}

.ketographBlock svg{ width:100%}



/* END ----- article section css */