/*
Theme Name: P10
Theme URI: http://p10.co.nz
Author: Paul

Description: p10 theme bootstrap framework Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bootstrap

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


html, body {
	height: 100%;
	
}
.row {
  padding-right: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
body {
  padding-top: 80px;
  padding-bottom: 00px;
  background: #F3F3F3 ;
  font-family: 'Lato', sans-serif;
   font-family: Lato;
font-size: 18px;
line-height: 29px;
color: #333;
}
p, .excerpt {
    margin: 0px 0px 25px;
    font-weight: 300;
}
ul, ol {
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 300;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {

    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
h4 {
	font-weight: 900;
	font-size: 20px;
}
h5 {
    font: 23px/39px Montserrat;
    color: #0146AD;
}
h1, h2 {
	color:#13499F;
}
h1 {
	font-size: 34px;
}


.page-header {
    background-color: #303030;
    width: 100%;
    padding: 0px 0px 10px;
    margin: 0px;
    border-bottom: 0px solid #EEE;

}
.page-header h1 {
	color:#fff;
	font-size:24px;
}
.page-title {
	width:100%;
	text-align:center;
}
.page-title h2 {
	line-height:45px;
	font-size:45px;
}
.sidebar h3 {
    color: #13499F;
}
.box-sidebar { 
	border-bottom:4px solid #000;
}
.box-sidebar img { 
	max-width: 100% !important;
	height: auto !important;
}
a img.alignright, img.alignright {
    float: right;
    margin: 5px 0px 10px 20px;
}
img {
	max-width: 100%;
	height: auto;
}
.admin-bar .navbar-fixed-top {
	margin-top: 30px;
}
.navbar-brand {
     padding: 0px 0px 0px 35px;
}
.nav > li {
	font-size:13px;
}
.navbar-toggle {
padding: 15px;
margin: 5px 15px 5px 0px;
}
.navbar-inverse .navbar-toggle {
    border: 0px solid #999;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color:#13499F;
}
.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 0px solid transparent;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0) inset;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
	border: solid 0px #fff;
}
.nav-tabs {
    border-bottom: 0px solid #DDD;
    padding-bottom: 20px;
}
.jumbotron h1, .jumbotron .h1 {
  font-size: 40.5px;
  line-height: 31.5px;
  font-weight:500;
}
.jumbotron {
    background-color: transparent;
    margin-bottom: 0px;
}
.home_banner {
	position: absolute;
	right: 15%;
}
.process_banner {
	position: absolute;
	right: 5%;
	top: -50px;
}
.jumbotron {
	padding-top: 0px;
	padding-bottom: 120px;
}

.metaslider .caption {
    padding: 5px 10px;
	font-weight:500;
    word-wrap: break-word;
    text-align: center;
    font-size: 34px !important;
    margin: 20px;
	display:none;
}
.metaslider .caption-wrap {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #FF6D00 none repeat scroll 0% 0% !important;
    color: #FFF;
    opacity: 0.7;
    margin: 0px;
    display: block;
    width: 100%;
    line-height: 1.4em;
	display:none;
}
.metaslider .caption-wrap:hover {

    opacity: 0.9;
}
/*-------------MENU------------------------------*/

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:active, .current_page_item {
    background-color: transparent;
    color: #fff;
-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-o-transition: all .7s;
	-ms-transition: all .7s;
	transition: all .7s;
}
.navbar-inverse .navbar-nav > li > a {
    color: #999;
    background-color: transparent;
-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.navbar-nav > li > a {
    /*padding: 10px 10px;*/
    line-height: 50px;
    text-transform: uppercase;
	font: 21px/25px Montserrat;
color: #A5A5A5;
}
.navbar-nav {
  float:right;
    margin: 0px;
}
.navbar-nav {
    margin: 0px;
    
}
.navbar-header {
  /* float:left;*/
}
.navbar-inverse {
    background: #13499F none repeat scroll 0% 0%;
    border: 0px solid;
	padding: 15px 0px 15px 0px;
-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	min-height: 80px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #FF6D00;
}
/*FOOTER*/

.social-icon {
	margin-left:10px;
width:200px;
 display: block;
position:relative;
}
.social ul {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 0px;
}
.social li {
    display: inline-block;
    margin: 0px 10px 5px 0px;
    list-style: outside none none;
}
.social li a {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    color: #000;
}
.social li a:hover {
    color: #999;
}
/*-- NEWS --*/

.newsbox {
	background-color:#fff;
	padding:25px 15px;
	margin-bottom:15px;
}
.newsboxsingle {
	background-color:#fff;
	padding:40px 35px;
	margin-bottom:15px;
	
}
/*-- FOOTER --*/
/*-------------------------------------------------- */
.newsletter-box {
	background-color: #FF6D00 !important;
	padding-top: 20px;
	padding-bottom: 0px;
}
a {
    color: #13499F;
    text-decoration: none;
}
a:hover, a:focus {
    color: #999;
    text-decoration: none;
}
.footer {
  
width: 100%;
padding: 20px 0px;

background: #fff none repeat scroll 0% 0%;
display: block;
overflow: hidden;
text-align: center;
font-size: 15px;
line-height: 21px;
color: #EEEEEE;
}
.footer p {
    color: #000;
	padding-top:50px;
}
.footer a {
    color: #000;
}
.footer a:hover {
    color: #999;
}
/* ------- BUTTON ------*/
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #FFF;
    background-color: #000;
    border-color: #333;
}
.btn-danger {
    color: #FFF;
    background-color: #13499F;
    border-color: #13499F;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px;
    width:140px;
}
.btn-primary {
    color: #FFF;
    background-color: #13499F;
    border-color: #0B3777;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #FFF;
    background-color: #0B3777;
    border-color: #0B3777;
}
.well {
    min-height: 20px;
    padding: 25px 19px 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    background-color: transparent;
    border: 1px solid #894B07;
    border-radius: 2px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}
/* MODAL CONTENT 
-------------------------------------------------- */

.modal-contents {
	Margin:15%;
	font-size:20px !important; 
}
#btn-close-modal {
	margin-top:50px;
}
.testimonial-text {
	color:#000;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 40px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}



.sub-menu li {
	margin-bottom: 10px;
	list-style: none;
}

.sub-menu li:last-child {
	margin-bottom: 0;
}

.sub-menu a  {
	color: #999;
	text-decoration: none;
}

.sub-menu a:hover  {
	color: #fff;	
}	

.current-menu-item > a, .current-menu-parent > a {
	/*background: #000;	
	color: #6C3 !important;*/
}
.current-menu-parent li a {
	background: inherit;
}
.current-menu-parent .current-menu-item a {
	color: #fff;
	font-weight: bold;
}

.sidebar { 
	margin-top: 30px;
	color: #FF6D00;
}
.sidebar ul li {
    /*border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    padding-top: 5px;*/
border-bottom: 1px solid #DDD;
padding-bottom: 2px;
padding-top: 2px;
font-size: 16px;
}

.widget {
	margin: 10px 0 10px;
}
.widget ul {
	list-style-type: none;
	margin-left: 5px;
	padding-left: 5px;
}

article.post {
	margin: 20px 0 40px;
}

.featured-image img,
.portfolio-piece img,
.portfolio-image img, .newsbox img {
	width: 100%;
	height: auto;
}
.portfolio-piece h4 {
	font-size:18px;
}
.portfolio-piece h4 a {
	color:#fff;
}

/* GOOGLE MAPS */


    .google-maps {
        position: relative;
        padding-bottom: 75%; 
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }



/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}


 

figure {
	margin: 0 !important;
	padding: 0;
	height: auto;
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
	border: 0px solid #fff;
}

figure:hover figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
	pointer-events: none;
}

figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;

}

figure img {
	-webkit-transition: all 1.0s;
	-moz-transition: all 1.0s;
	-o-transition: all 1.0s;
	-ms-transition: all 1.0s;
	transition: all 1.0s;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;
}
img {
 /*  display: block;
width: 100%;
    height: auto;
    overflow: hidden;*/
}

figure:hover img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}

figcaption h3 {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-weight: 400;
	color: #f3b204;
	padding: 10px 20px;
	margin-bottom: 0;
	position: relative;
	right: 100%;
	margin-top: 37px;
	font-size: 30px;
}

figcaption p {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	margin: 0px;
	margin-top: 0px;
	font-size: 13px;
	text-align: center;
	margin-top: 25%;

}
figure:hover h3,figure:hover p {
	left: 0;
}

figcaption a {
	color: #fff;
	border: 0px solid #fff;
	padding: 4px 10px;
	text-decoration: none;
}

figcaption a:hover {
	/*color: #4f5856;
	background: #fff;*/
}

/* -- CONTACT 7 --*/
div.wpcf7 .wpcf7-form-control { 
	width: 100%; 
}
div.wpcf7 p {
    color: #000;
    font-weight: bold;
	margin: 0px 0px 15px;
}
input[type="submit"], input[type="reset"] {
    border: 1px solid;
	border-color: #0B3777;
    background: #13499F none repeat scroll 0% 0%;
    color: #FFF;
   height: auto;
    width:140px !important;
    padding:4px;
}
input[type="submit"]:hover, input[type="reset"]:hover {

    border: 1px solid;
	border-color: #0B3777;
    background: #0B3777 none repeat scroll 0% 0%;
  
}
.wpcf7 textarea {
	height: 100px;
}
/* HOMEPAGE COUNTER */
.counter {
    text-align: center;
    margin-top: 40px;
    padding: 0 15px;
}
.counter.counter-with-appearance .counter-title {
    transition-delay: 0s;
}
.counter.counter-with-appearance .counter-title, .counter.counter-with-appearance .counter-content {
    transition: all 0.8s ease 0s;
    visibility: visible;
    position: relative;
    top: 0px;
    opacity: 1;
}
.content_box .counter .counter-title {
    color: #FFF;
}
.content_box .counter .counter-title, .counter-title a, .counter-content a {
    color: #181818 !important;
}
.counter .counter-title {
    font-size: 21px;
    line-height: 30px;
    color: #13499F;
    margin-bottom: 15px;
}
.counter-content a {
	font-weight:300;
}
.counter .counter-title {
   font-family: 'Montserrat', sans-serif;
}

a.see-more {
  font-family: 'Montserrat', sans-serif;
}
a.see-more {
    color: #FF6D00 !important;
    width: 100%;
    float: left;
    font-weight: bold;
}
.spacer {
    overflow: hidden;
    height: 30px;
    font-size: 0px;
    line-height: 0;
}
/* CUSTOM */

.rslides_nav {
    background-color: #13499F !important;
    color: #FFF !important;
    padding: 20px !important;
} 

#signagePage, #contactPage, #galleryPage {
	padding-top:40px;
 	padding-bottom:40px;
}
#aboutPage {
	padding-top:40px;
 	padding-bottom:40px;
}
#signagePage {
	
}
.content_box {
    padding: 15px 0px 6px;
    color: #fff;
    background: #13499F none repeat scroll 0% 0%;
}
.content_contact {
    padding: 15px 0px 6px;
    color: #fff;
  background: url(/wp-content/uploads/2017/01/BG-contact.jpg) no-repeat center center fixed; 
/*background-size: auto 100%;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.scrollToTop {
    width: 70px;
    height: 55px;
    padding: 0px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 0px;
    right: 10px;
    display: none;
}
/*-------------*/

/*--- GALLERY --*/
#gallery-2 img {
    border: 2px solid #fff;
}
#gallery-2 img:hover {
    border: 2px solid #fff;
 opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    transition: all .7s;
}
#gallery-2 .gallery-caption {
     display: none;
}
/*--------------*/
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
 
 
	/*==========  Mobile First Method  ==========*/
 
	/* Custom, iPhone Retina */
	@media only screen and (min-width : 320px){
 
	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (min-width : 480px){
 
	}
 
	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px){
	
 
	}
 
	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px){

	}
 
	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px){
 
	}
 
 
 
	/*==========  Non-Mobile First Method  ==========*/
 
	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px){
 
	}
 
	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px){
		.navbar-nav > li > a {
			padding:10px 7px;
			font-size: 18px;
		}
		.home_banner {
    			position: absolute;
    			left: 55%;
		}
		.home_banner img {
    			width: 80%;
			height:auto;
		}
		#content-wrapper {
    			padding-top: 80px !important;
		}
		.newsletter-box {
    			padding-top: 10px;
    			padding-bottom: 10px;
		}
	}
 
	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px){
		.navbar-nav {
  			float:left;
    			margin: 0px;
		}
		
		
		
	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (max-width : 480px){
 		
	}
 
	/* Custom, iPhone Retina */
	@media only screen and (max-width : 320px){
 
	}	
			
/*----- FIFTH ---*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}