/*
Theme Name: The Theme
Theme URI: http://npgmining.com.au/
Description: A Theme for Ray.
Version: 1.0.1
Author: Dave Spencer
Author URI: http://noosawebdesign.com.au
*/

html, body {
	height: 100%;
}  

body.theme {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: 400;
}

.relative {
	position: relative;
}

.theme h1, .theme h2, .theme h3, .theme h4, .theme h5 {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.theme h1, .theme h2 {
	margin-bottom: 20px;
    margin-top: 10px;
}

.theme h5 {
	font-style:italic;
}

.theme table {
	width: 100%;
}

.theme ul {
	padding-left:20px;
}

.theme .calendar-container {
	padding-top: 15px;
	padding-bottom: 15px;
}

.theme .calendar-container table {
	width: 100%;
}

.theme .calendar-container th {
    font-family: "Montserrat","Arial",sans-serif;
    font-size: 16px;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 9px 0px 6px 6px;
    line-height: 32px;
}

.theme .calendar-container tr:nth-child(odd) { 
	background-color:#f7f7f7; 
}

.theme .calendar-container tr:nth-child(even) { 
	background-color:#fbfbfb; 
}

.theme .calendar-container td {
    border: 1px solid #e0e0e0;
    padding: 6px;
    vertical-align: top;
}
.calendar-container .column-sort {
	cursor: pointer;
	color: #337ab7;
	font-size: 16px;
}

#wrap {
    height: auto !important;
    margin: 0 auto -216px;
    min-height: 100%;
    padding: 0 0 216px;
}

.theme .glyph-walker .fa {
	font-size: 15px;
    margin-right: 2px;
    top: 0;
}

.theme .social {
	position: absolute;
	right:14px;
	top:14px;
}

.theme .social a {
	font-size: 24px;
	margin-left:16px;
	color:#0165b3;
}

.theme .social a:hover {
	color:#666;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.alignright {
    margin-left:10px;
}

img.alignleft {
    margin-right:20px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.input-highlight {
	outline: 1px solid #ffcc00;
	background-color: #fef9e3 !important;
}

input[type="text"], input[type="email"], textarea {
    margin-bottom: 4px;
    width:100%
}

.theme a:hover, .theme a:focus {
	color:#000;
	text-decoration: none;
}

.theme .navbar {
	min-height: 120px;
}

.theme ul.navbar-nav {
	margin-top:60px;
	padding-left: 0px;
}

.theme .navbar-header {
	margin-top:12px;
}

.theme .navbar-brand h2 {
	margin-top: 14px;
}

.theme .navbar-brand a {
	margin-top: 10px;
}

.theme .navbar-header a {
    padding:0 14px 0 14px;
    color:#f0f0f0;
    transition: all 0.2s ease 0s;
}

.theme .navbar-header a:hover,
.theme .navbar-header a:focus {
    color:#fff;
    text-shadow: 0px 0px 12px rgb(130, 189, 146);
}

.theme .navbar-default {
    background-image: none;
    border:none;
    transition: all 0.5s ease 0s;
}

.theme .navbar-front-page {
    background-color: rgba(255,255,255,.9);
}

.theme .navbar-default .navbar-toggle {
    border:none;
    margin-right: 14px;
    margin-top: 38px;
    padding: 10px 18px;
}

.theme .navbar-default .navbar-toggle:hover,
.theme .navbar-default .navbar-toggle:focus {
    background-color: #0165b3;
}

.theme .navbar-default .navbar-toggle i {
    font-size: 28px;
    color: #0165b3;
}

.theme .navbar-default .navbar-toggle:hover i {
    color: #fff;
}

.theme .navbar-default .navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 4px;
    width: 32px;
    background-color: #0165b3;
}

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

.theme .navbar-default .navbar-nav > .active > a,
.theme .navbar-default .navbar-nav > .active > a:hover,
.theme .navbar-default .navbar-nav > .active > a:focus { 
    background:none;
	box-shadow: none;
	background-color: transparent;
    color:#595959;
}

.theme .navbar-default .navbar-nav > li > a {
    font-size:14px;
    color:#595959;
    /*margin:60px 0 0;*/
    text-transform: uppercase;
    font-family: 'Montserrat', 'Arial', sans-serif;
	font-weight: 700;
	padding-top: 0;
}

.theme .glyph-walker .dropdown-menu > li > a span {
    margin-right: 6px;
}

.theme .navbar-front-page .navbar-nav > li > a {
    color:#eee;
}

.theme .navbar-front-page .navbar-nav > .active > a,
.theme .navbar-front-page .navbar-nav > .active > a:hover,
.theme .navbar-front-page .navbar-nav > .active > a:focus { 
    color:#faaf40;
}

 
.theme .navbar-default .navbar-nav > li > a:hover,
.theme .navbar-default .navbar-nav > li > a:focus
.theme .navbar-default .navbar-nav > .active > a:hover,
.theme .navbar-default .navbar-nav > .active > a:focus {
	color:#0165b3;
    text-shadow: 0px 0px 22px rgb(255, 252, 255);
}

.theme .navbar-default .navbar-nav > .open > a, .theme .navbar-default .navbar-nav > .open > a:hover, .theme .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #333;
}

.theme .dropdown-menu > li > a {
    padding: 8px 10px;
}

.theme .dropdown-menu > .active > a, .theme .dropdown-menu > .active > a:hover, .theme .dropdown-menu > .active > a:focus {
    background-color: #0165b3;
}

.theme .dropdown-menu {
	padding:6px 0;
	font-family: 'Montserrat', 'Arial', sans-serif;
	text-transform: uppercase;
	
}

.navbar .pull-right img {
	padding:12px 0 0 0;
}

.separator span {
	color:#999;
	font-size:16px;
}

.nav span.glyphicon:hover {
	color:#0165b3;
}

.sliders {
	width:100%;
	/*min-height:532px;*/
	max-height:370px;
	margin: 120px 0 20px 0;
	overflow: hidden;
}

.slide, .page-slide {
	width:100%;
	overflow-y: hidden;
    text-align: center;
    background-repeat:no-repeat;
    background-position: top center;
    background-size: cover;  
}

.home-tag {
	color:#fff;	
	width:100%;
	bottom: 12%;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}

.home-tag hr {
	width:30%;
}

.home-tag a, 
.section-container a,
.box p a,
.responsive p a,
.send-message {
	padding: 6px 24px;
	border:1px solid #0165b3;
	color: #0165b3;
	border-radius: 6px;
	margin:12px;
	display:inline-block;
}


.home-tag a:hover,
.section-container a:hover,
.box p a:hover, 
.responsive p a:hover  {
	border:1px solid #0165b3;
	color:#fff;
	background-color: #0165b3;
	text-shadow: none;
}

.home-title h1 {
	color:#ffff;
	text-transform:uppercase;
	font-size:64px;
	margin-bottom: 0px;
}

.home-text {
	width:50%;
	font-size: 18px;
	margin:0 auto;
}

.home-text h1 {
	text-transform:uppercase;
	margin-bottom: 20px;
    margin-top: 10px;
    color:#eee;
}

.theme .box-container {
    margin-bottom: 20px;
}

.theme .box h1 {
    color: #223b74;
    font-size:72px;
}

.theme .box h4 {
    text-transform: uppercase;
    min-height: 40px;
}

.theme .box .box-text p {
    min-height: 110px;
}

.theme .section-container {
	text-align:center;
	padding-bottom: 48px;
}

.theme .post-container {
    padding-top: 120px;
    padding-bottom: 20px;
}

.theme .content-container {
    padding-bottom: 32px;
}

.theme .post-container h1 {
	font-size: 32px;
	margin-bottom: 20px;
}

.theme .content-container i {
    color: #0165b3;
    float: left;
    font-size: 28px;
    margin-right: 10px;
    width: 30px;
}

.theme .underline {
	border-bottom-width:1px;
	border-bottom-color: #808080;
	border-bottom-style: solid;
	margin-top:20px;
	margin-bottom:	20px;
}

.theme .category-container {
    padding-bottom: 20px;
}

.theme .footer-container {
	background-color: #0165b3;
	color:#ccc;;	padding:12px;
}

.theme .footer-container span {
	color:#fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 400;
}

.theme .footer-container ul {
	padding-left: 16px;
	list-style-type: circle;
	color:#faaf40; 
}

.theme .footer-container a {
    color:#fff;
    margin:0 0 10px 0;
    display:block;
}

.theme .footer-container a:hover {
	color:#ccc;
	text-decoration: none;
}

.theme .credit-container {
	background-color: #223b74;
	color:#bbb;
	padding-top:20px;
	padding-bottom: 20px;
	border-top: 1px solid #666;
}

.theme .credit-container a{
	line-height: 40px;
}

.transparent {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.wpcf7-form-control {
	width:100%;
}

.textwidget img {
	margin-top:12px;
}

.ui-widget-content a.submit_anchor, .ui-widget-content a.button {
	background-color: #333;
	color:#fff;
	text-decoration: none !important;
    -webkit-border-radius:4px;
   	-moz-border-radius:4px;
   	border-radius:4px;
    height: 29px;
    margin: 0 auto;
    padding: 6px 20px  !important;
    border: solid 1px #000;
    cursor: pointer;
}

.ui-widget-content a.submit_anchor:hover, .ui-widget-content a.button:hover {
	background-color: #eee;
	color:#111;
	border: solid 1px #999;
}

@media (max-width: 991px) and (min-width: 768px) {
	.theme ul.nav {
		width:406px;
		margin-right: -30px;
	}
	.theme .navbar-default .navbar-nav > li > a {
	    min-width: 135px;
	    padding-bottom: 6px;
	}
}