/*
Theme Name: Professional Training Solutions
Theme URI: http://www.webie.com.au/
Description: PTS template developed by Webie 
Author URI: http://webie.com.au
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: pts, townsville
Text Domain: pts
*/





/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/


#content {
	
}
#primary {
	margin: 20px 0;
}

#footer {

}
body {
	
}
.content-wrapper {
	padding-bottom: 20px;
	
}

.content-wrapper a {
	font-family: Open Sans;
	font-size: 14px;
	color: #3bb14a;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 4px;
	margin-top: 4px;
}


/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
}
input[type="submit"] {
}
pre {
}
code {
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu {
	margin: 0 auto;
}
/* Structure the footer area */
#footer-widget-area {
	
}
#footer-widget-area .widget-area {
	
}
#footer-widget-area #fourth {
	
}
#site-info {
	
}
#site-generator {
	
}


/* =Global Elements
-------------------------------------------------------------- */

a:link {
	outline: none;
}
a:visited {
	outline: none;
}
a:active,
a:hover,
a:focus {
	outline: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


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

#header {
	
}
#site-title {
	
}
#site-title a {
	
}
#site-description {
	padding:15px 25px 15px 15px;
	display: inline-block;
}

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin-bottom: -60px;
  /* Pad bottom by footer height */
  padding: 0 0 40px;
}

/* Set the fixed height of the footer here */
#footer {
  min-height: 60px;
  background-color: #f5f5f5;
}




/* =Menu
-------------------------------------------------------------- */

ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block; 
    margin: 0   
}
 
a.menu:after, .dropdown-toggle:after {
  content: none;
}


/* =Content
-------------------------------------------------------------- */


#content {
	margin-top:20px;
}
#content,
#content input,
#content textarea {
	
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	
}
#content pre,
#content kbd,
#content tt,
#content var {
	
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	
}
#content table {
	
}
#content tr th,
#content thead th {
	
}
#content tr td {
	
}
#content tr.odd td {
	
}
.hentry {
	border-bottom: none;
	padding-bottom:30px;
}
.home .sticky {
	background: #f2f7fc;
	border: 1px solid #000;
	padding: 0 18px 20px;
}
.single .hentry {
	margin: 0 0 20px 0;
}
.page-title {
	
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	
}
.page-title a:active,
.page-title a:hover {
	
}
#content .entry-title {
	
}

.entry-title a:link,
.entry-title a:visited {
	
}
.entry-title a:active,
.entry-title a:hover {
	
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	
}
.entry-content,
.entry-summary {
	
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	
}
.entry-content input.file,
.entry-content input.button {
	
}
.entry-content label {
	
}
.entry-content select {
	
}
.entry-content sup,
.entry-content sub {
	
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	
}
.entry-meta a:hover,
.entry-utility a:hover {
	
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0;
	clear:both;
}
.navigation a:link,
.navigation a:visited {
	
}
.navigation a:active,
.navigation a:hover {
	
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	display: block;
	padding:0 0 20px;
	clear:both;
	margin-bottom: 20px;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
	border-top: 1px solid #e7e7e7;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0;
	padding: 20px 0 20px 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 24px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	
}
.comment-meta a:link,
.comment-meta a:visited {
	
}
.comment-meta a:active,
.comment-meta a:hover {
	
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	
}
.reply a,
a.comment-edit-link {
	
}
.reply a:hover,
a.comment-edit-link:hover {
	
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-top: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	
}
#respond {
	border-top: 1px solid #e7e7e7;
}
#respond p {
	
}
#respond .comment-notes {
	
}
.form-allowed-tags {
	
}
.children #respond {
	
}
h3#reply-title {
	
}
#comments-list #respond {
	
}
#comments-list ul #respond {
	
}
#cancel-comment-reply-link {
	
}
#respond .required {
	display: none;
}
#respond label {
	display: none;
}
#respond input {
	
}
#respond textarea {
	padding:10px 15px;
}
#respond .form-allowed-tags {
	
}
#respond .form-allowed-tags code {
	
}
#respond .form-submit {
	
}
#respond .form-submit input {
	
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: -40px;
}
.widget-area ul ul {
}
.widget-area select {
	
}
.widget_search #s {/* This keeps the search inputs in line */
	
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	
}
#main .widget-area ul ul {
	
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


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

#footer {
	background: #2e2a2b url("images/footer_bg.jpg") no-repeat top right;
}

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


h1 {
	font-family:Open Sans;
	font-size: 25px;
	color: #000;
	font-weight: 600;
	margin-top: 0px;
	text-transform: uppercase;
		margin-bottom: 30px;
}


h2 {
	font-family:Open Sans;
	font-size: 22px;
	color: #000;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 0px;
}


h3 {
	font-family:Open Sans;
	font-size: 17px;
	color: #000;
	font-weight: 700;
}

h4 {
	font-family: Open Sans;
	font-size: 15px;
	color: #3bb14a;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}

p {
	font-family: Open Sans;
	font-size: 14px;
	color: #000;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 18px;
}

.search p {
	font-family: Open Sans;
	font-size: 10px;
	color: #fff;

	font-weight: 400;
	float: left;
	padding-top: 8px;
}

.content-wrapper ul {
	font-family: Open Sans;
	font-size: 14px;
	color: #000;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 18px;
	list-style: none;
	margin-left: 0px;
	padding-left: 20px;
}

.content-wrapper ul li {
	background: url("/wp-content/themes/pts/images/tick2.jpg") no-repeat;
	margin-left: 0px;
	padding-left: 25px;
	margin-top: 8px;
}


.courses-sidebar ul {
	font-family: Open Sans;
	font-size: 14px;
	color: #000;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 18px;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	color: #333132;
}

.courses-sidebar ul li {
	background: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 8px;
	border-bottom: 1px solid #333132;
	padding-bottom: 8px;
}

.courses-sidebar ul li:last-child {
	border: none;
}

.courses-sidebar ul li a {
	color: #333132;
}

.courses-sidebar ul li a:hover {
	color: #3bb14a;
	text-decoration: none;
}

.green {
	color: #3bb14a;
}

.search {
	background: #333132;
	height: 36px;
}

.search a{
	color: #fff;
}

.search-bar {
	width: 200px;
	float: right;
}

#searchsubmit {
	background: #6e6e6e url("images/search.png") no-repeat center center;
	width: 30px;

}

.search-container a {
	color: #3bb14a;
}

.search-container .entry-title a:hover {
	color: #000;
}

.search-container p a:hover {
	color: #000;
}

.search-container p a {
	display: none;
}

.search-container h2 a {
	font-family:Open Sans;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 0px;
}



.search-container p {
	font-family: Open Sans;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	font-weight: 400;
	margin-bottom: 18px;
}


.contact-links {

	float: left;
}

.search a:hover {
	color: #fff;
	text-decoration: none;
}

.rev_slider {
	margin-bottom: 20px;
}

.mini-banner {
	height: 160px;
	margin-bottom: 20px;
}

.container-courses {
	background: #f1f2f2;
	border-top: 2px #dcddde solid;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 0px;
}

.container-courses p {
	text-align: center;
	max-width: 210px;
	margin: auto;
	margin-bottom: 10px;
}

a[href$=".pdf"] {
   width: 100%;
   float: left;
   clear: both;
   color: #333132;
   background: #eee url("images/pdf_icon.png") no-repeat center right 8px;
   padding: 8px;
   font-family: Open Sans;
   font-weight: 600;
   margin-top: 2px;
   font-family: Open Sans;
   font-size: 11px;
   color: #000;
   line-height: 18px;
   font-weight: 400;
   margin-bottom: 0px;
}

a[href$=".pdf"]:hover {
   background: #3bb14a url("images/pdf_icon.png") no-repeat center right 8px;
   text-decoration: none;
   color: #fff;
}

.container-courses h3 {
	text-align: center;
	min-height: 55px;
	margin-bottom: 0px;
}

.home-courses {
	padding-top: 30px;
}

.home-container {
	padding-bottom: 60px;
}

.courses-container {
	padding-bottom: 60px;
}

.contact-container {
	padding-bottom: 60px;
}

.footer-container {
	padding-top: 60px;
	padding-bottom: 40px;
}

.footer_links {
	border-right: 1px solid #fff;
	min-height: 110px;
}

.footer_address {
	border-right: 1px solid #fff;
	min-height: 110px;
}

.footer_address a {
	color: #3bb14a;
}

.btn-center {
	text-align: center;
	margin: auto;
}

a.btn-success {
	font-family: open sans;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.navbar {
	background: #fff url("images/menu_bg.jpg") repeat-x center 154px;
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.nav_bg {
	background: url("images/nav_logo.png") no-repeat bottom right 40px;
}

.navbar ul {
	margin-left: -20px;
}

.navbar ul li a {
	color: #fff;
	font-family: Open Sans;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.logo {
	height: 164px;
}

.footer_logo {
	height: 89px;
	max-width: 285px;
	margin: auto;
}

:focus {
  outline-color: #91d69a;
}







/* title */
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}
/* link */
.navbar-default .navbar-nav > li > a {
    color: #fff;
  
      -webkit-border-radius: 7px;
         -moz-border-radius: 7px;
              border-radius: 7px;
              height: 29px;
              padding-top: 5px;
              padding-left: 8px;
              padding-right: 8px;
              margin-bottom: 16px;
              margin-top: 5px;
              margin-right: 8px;

}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #3bb14a;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #3bb14a;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #D5D5D5;
}

.navbar-default ul.dropdown-menu {
	background: transparent url("images/dropdown.png");
}

.navbar-default ul.dropdown-menu a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: 600;
}

.navbar-default ul.dropdown-menu a:hover {
	background: #3bb14a;
}

.navbar-default ul.dropdown-menu .current-menu-item a 	{
	background: #3bb14a;
}

.navbar-default .navbar-nav .current-page-parent > a 	{
	background: #3bb14a;
}

.navbar-default .navbar-nav .current-page-parent > a:hover 	{
	background: #3bb14a;
	color: #fff;
}

/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
	display: none;
}

/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #fff;
    float: left;
    margin-top: 4px;
    margin-bottom: 13px;
	margin-left: 15px;
	background: #2e2a2b;
}
.navbar-default .navbar-toggle:hover {
    background-color: #2e2a2b;
}
.navbar-default .navbar-toggle:focus {
	background: #2e2a2b;
	outline-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

#likebox-wrapper * {
   width: 100% !important;
   margin-top: -8px;
}

.course_icon {
	width: 80px;
	height: 160px;
	margin-right: 15px;
	background: orange;
}

.footer ul {
	float: left;
	padding: 0;
	margin: 0;
}

.footer ul li {
 list-style-type: none;
}

.footer ul li a {
	font-family: Open Sans;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}

.footer p {
	color: #fff;
	letter-spacing: 0px;
	line-height: 20px;
}


.course-one {
	margin-top: 20px;
	padding-left: 80px;
	background: url("images/forklift_small.png") no-repeat 15px 20px;
}

.course-two {
	margin-top: 20px;
	padding-left: 80px;
	background: url("images/excavator_small.png") no-repeat 15px 20px;
}

.course-three {
	margin-top: 20px;
	padding-left: 80px;;
	background: url("images/scissor_small.png") no-repeat 15px 20px;
}

.course-four {
	margin-top: 20px;
	padding-left: 80px;

	background: url("images/dumptruck_small.png") no-repeat 15px 20px;
}







/* =Responsive Breakpoints
-------------------------------------------------------------- */
@media (min-width: 1200px) {
	.container{
	    max-width: 970px;
	    
	}	  
		.container-courses p {
	
			min-height: 76px;
		}
}

@media (min-width: 992px) {
	.container-courses p {

		min-height: 76px;
	}
	}
	
@media (min-width: 768px) and (max-width: 991px) {

	.container-courses p {

		min-height: 76px;
	}
	.sidebar-hide {
		display: none;
	}
	}
	
@media (min-width: 768px) {
  	}
  	
@media screen and (min-width: 768px) {
	}
	
@media screen and (max-width: 767px) {
		
	.footer_logo {
		width: 170px;
	}
	.footer_address {
		/*display: none;*/
		margin: auto;
		width: fit-content;
		border-right: 0px;
	}
	.footer_links {
		border-right: none;
		display: none;
	}
	.footer_links ul li {
		display: inline;
	}
	
	.course-one {
		margin-top: 40px;
		padding-left: 80px;
		background: url("images/forklift_small.png") no-repeat 15px top;
	}
	
	.course-two {
		margin-top: 40px;
		padding-left: 80px;
		background: url("images/excavator_small.png") no-repeat 15px top;
	}
	
	.course-three {
		margin-top: 40px;
		padding-left: 80px;;
		background: url("images/scissor_small.png") no-repeat 15px top;
	}
	
	.course-four {
		margin-top: 40px;
		padding-left: 80px;
	
		background: url("images/dumptruck_small.png") no-repeat 15px top;
	}
	
	.navbar-collapse {
		background: #2e2a2b;
		border: none;
		margin-top: -2px;
	}
	
	.navbar-default .navbar-nav > li > a {
	    color: #fff;
	  
	      -webkit-border-radius: 0px;
	         -moz-border-radius: 0px;
	              border-radius: 0px;
	              height: 50px;
	              padding-left: 20px;
	              padding-top: 15px;
	              padding-right: 0px;
	              margin-bottom: 0px;
	              margin-top: 0px;
	              margin-right: 0px;
	
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
	    color: #3bb14a;
	}
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
	    color: #fff;
	    background-color: #3bb14a;
	}
	
	ul.nav li.dropdown:hover ul.dropdown-menu{
	    display: none; 
	}


.mini-banner {
	display: none;
}

.slider {
	display: none;
}

.sidebar-hide {
	display: none;
}

.nav_bg {
	background: none;
}

.search {
	display: none;
}

.search .container img {
	margin: augo;
}

}


	
@media screen and (max-width: 400px) {



}



@media only screen and (max-width: 500px) {

/* Calendar for Mobile */
.tribe-mini-calendar td,
.tribe-mini-calendar th {
    padding: 0;
}
#tribe-events-pg-template {
    margin: 0 auto;
	max-width: 320px;
	min-width: 320px;
}
.tribe-events-calendar th {
    background-color: #DDDDDD;
    color: #333333;
    height: 10px;
    letter-spacing: 1px;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 4px !important;
}
td {
	font-size: 4px !important;
}
.tribe-events-calendar {
	font-size: 4px !important;
}
h3.tribe-events-month-event-title-summary {
	font-size: 6px;
}
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
    font-family: sans-serif;
    font-size: 6px !important;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0;
    padding: 0;
    text-transform: none;
}
}

.calendar-container ul li {
	background: none;
	padding-left: 0px;
}

.calendar-container {
		padding-top: 0px;
		margin-top: 0px;
}


#tribe-events h1 {
	font-family:Open Sans;
	font-size: 25px;
	color: #000;
	font-weight: 600;
	margin-top: 0px;
	text-transform: uppercase;
		margin-bottom: 30px;
}


#tribe-events-content-wrapper, #tribe-events-content {
	margin-top: 60px;
}

.search_field {
	float: right;
	width: 200px;
}

.search input {
	margin-top: -26px;
	padding: 0px;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	font-family: Open Sans;
	background: #545152;
	border: none;
}

#tribe-events-pg-template ul li {
	background: none;
padding-left: 0px;
margin-left: 0px;
}

body {
	background: #fff;
}

html {
	background: #fff;
}


embed, object, iframe{max-width: 100%;}


