/*

* Website Developed by Abdel
* http://www.wpexperts.com.au
* Jag Engineering Australia

*/

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
  margin: 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height:30px;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #403d3d;
	text-transform: none;
	font-family:'Montserrat';
}

h1 {
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 25px;
	font-weight:bold;
}

ol, ul {
	list-style: none;
	padding:0;
}

ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

p {
	margin: 0 0 1.089958em;
}

table {
	margin:0;
	width:500px;
}

/* Text colors */
.text-white,
h1.text-white,
h2.text-white,
h3.text-white,
h4.text-white,
h5.text-white,
h6.text-white,
p.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p {
	color: #ffffff;
}

.text-yellow{
	color: #fff212;
}

/* Margins */

.no-margin {
	margin-top: 0;
	margin-bottom: 0;
}

.margin-all {
	margin: 25px;
}

.margin {
	margin-top: 15px;
	margin-bottom: 15px;
}

.margin-top {
	margin-top: 25px;
}

.margin-bottom {
	margin-bottom: 25px;
}

.margin-big {
	margin-top: 50px;
	margin-bottom: 50px;
}

.margin-all-big {
	margin: 50px;
}

.margin-top-big {
	margin-top:50px;
}

.margin-bottom-big {
	margin-bottom: 50px;	
}

.margin-small {
	margin-top: 10px;
	margin-bottom: 10px;
}

.margin-all-small {
	margin: 10px;
}

.margin-top-small {
	margin-top: 10px;
}

.margin-bottom-small {
	margin-bottom: 10px;
}

.margin-top-big {
	margin-top:50px;
}

.margin-top-big2 {
	margin-top:170px;
}

/* Medium */
@media only screen and (min-width: 480px) and (max-width: 767px) {	
	.margin-top-big {
		margin-top:30px;
	}
	
	.margin-top-big2 {
		margin-top:105px;
	}
	
	h2 {
		font-size:13px;
		margin-bottom: 50px;
	}
	
	.btn-primary {
		font-size: 14px;
		margin-top: 30px;
	}
}

/* Small */
@media only screen and (max-width: 479px) {
	.margin-top-big {
		margin-top:20px;
	}
	.margin-top-big2 {
		display:none;
	}
	
	.btn-primary {
		font-size: 14px;
		margin-top: 30px;
	}
}

/* Paddings */

.no-padding {
	padding:0;
}

.padding-all {
	padding: 15px;
}

.padding {
	padding-top: 15px;
	padding-bottom: 15px;
}

.padding-top {
	padding-top: 25px;
}

.padding-bottom {
	padding-bottom: 25px;
}

.padding-big {
	padding-top: 50px;
	padding-bottom: 50px;
}

.padding-all-big {
	padding: 50px;
}

.padding-top-big {
	padding-top: 150px;
}

.padding-bottom-big {
	padding-bottom: 50px;
}

.padding-small {
	padding-top: 10px;
	padding-bottom: 10px;
}

.padding-all-small {
	padding: 10px;
}

.padding-top-small {
	padding-top: 10px;
}

.padding-bottom-small {
	padding-bottom: 10px;
}

/* Customize container */
@media (min-width: 1200px) {
  .container {
    max-width: 950px;
  }
}

img.pull-left {
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.pull-right {
	display: inline-block;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}

.thumbs img {
	border: solid 1px #ccc;
	width: 120px;
	height: 100px;
	padding: 10px;
}
.thumbs img:hover {
	border-color: #FF9900;
}

/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */
 
.site {
	background:#ffffff;
	width: 100%;
	position: relative;
}

.main {
	background:#ffffff;
}

.contact{
	border:#e5e5e5 2px solid;
	border-left:none;
	border-right:none;

}

.footer {
	color:#000000;
	border-top:#015b89 8px solid;
	background:#e8e8e8;
	font-size:13px;
	line-height:26px;
}

.footer-2 {
	color:#ffffff;
	text-align:center;
	background:#919191;
}

.site:before,
.site:after,
.contact:before,
.contact:after,
.footer:before,
.footer:after,
.footer-2:before,
.footer-2:after{
	display: table;
  	content: " ";	
}

.site:after,
.contact:after,
.footer:after,
.footer-2:after{
	clear: both;
}

 /* Navbar */
.navbar {
	border:0 none;
	border-radius:0;
	margin:0;
	font-size:12px;
	font-weight:bold;
	background:none;
}

.navbar-nav {
	 
}

.navbar-default .navbar-nav > li > a {
  color: #010d00;
  text-transform:uppercase;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #015b89;

}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:active {
  color: #015b89;
  background-color: #222222;
}


/* Medium */
@media only screen and (min-width: 767px) and (max-width: 768px) {	
	.navbar-default .navbar-nav > li > a {
		font-size:12px;
		padding-left:10px;
	}
	
	.pull-right .btn .btn-primary .btn-lg {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}


 /* Page */
 
.pagetop{
	padding:0;
	margin:0;
	background:#e8e8e8;
	border-bottom:#015b89 7px solid;
 }
 
 
 /* Carousel */
#slider-home {
	text-align:center;
	padding:0px 0;
}

#slider-home .carousel-control.right,
#slider-home .carousel-control.left {
	background:none;
}

#slider-home .carousel-indicators {
	bottom:-8px;
	text-align:center;
}

/* Carousel Bullets */
.carousel-indicators li {
	border:0;
	background-color:#666666;
}

.carousel-indicators li:hover {
	background:#015b89;
}

#slider-home .carousel-indicators .active {
	background:#015b89;
}

#slider-home .carousel-caption {
	bottom:30%;
	top:30%;
	background:rgba(0, 0, 0, 0.6);
	display: none;
}

#slider-home .carousel-caption h2{
	color: #fff;	
}

/* Medium */
@media only screen and (max-width: 768px) {	

	#slider-home .carousel-indicators {
		bottom:-20px;
		display: none;
	}
	
	#slider-home .carousel-caption {
		bottom:20%;
		top:20%;
		display: none;
	}

	#slider-home .carousel-caption h2{
		color: #fff;
		font-size:30px;
		display: none;
	}
	
	.pull-right .btn .btn-primary .btn-lg {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

}

/* Medium */
@media only screen and (min-width: 640px) and (max-width: 767px) {	

	#slider-home .carousel-indicators {
		bottom:-10px;
		display: none;
	}
		
	#slider-home .carousel-caption {
		bottom:10%;
		top:10%;
		display: none;
	}
	
	#slider-home .carousel-caption h2{
		color: #fff;
		font-size:24px;
		display: none;
	}
	
	.pull-right .btn .btn-primary .btn-lg {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	.contactimg {
		display:none;
	}
	
	table {
		width:100%;
	}
}


/* Medium */
@media only screen and (min-width: 480px) and (max-width: 639px) {	
	#slider-home .carousel-indicators {
		bottom:-10px;
		display: none;
	}

	#slider-home .carousel-caption h2{
		color: #fff;
		font-size:13px;
		margin:0px 0 10px;
		display: none;
	}
	
	#slider-home .carousel-caption .btn-lg{	
	  padding: 8px 10px;	
	  font-size: 16px;	
	  line-height: 10px;	
	  border-radius: 4px;
	
	}
	
	.contactimg {
		display:none;
	}
	
	table {
		width:100%;
	}
}

/* Small */
@media only screen and (max-width: 479px) {
	
	#slider-home .carousel-indicators {
		bottom:0px;
		display: none;
	}

	#slider-home .carousel-caption h2{
		color: #fff;
		font-size:13px;
		margin:0px 0 0;
		display: none;
	}
	
	#slider-home .carousel-caption .btn-lg{	
	  /*padding: 4px 5px;	
	  font-size: 13px;	
	  line-height: 0.83;	
	  border-radius: 2px;*/
	  display:none;
	}
	
	.pull-right .btn .btn-primary .btn-lg {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	.contactimg {
		display:none;
	}
	
	table {
		width:100%;
	}
}

.form-horizontal .control-label {

	text-align:left;
}

/**
 * 3.0 contact
 * -----------------------------------------------------------------------------
 */
 
 .contact p{
	 font-weight:bold;
	 color:#000;
	 }
 
.contact-title{
	 font-size:40px;
	 font-weight:bold;
	 color:#015b89;
	 padding-bottom:0px; 
 }
 
 .contact-title2{
	 font-size:30px;
	 font-weight:bold;
	 color:#015b89;
	 padding-bottom:0px; 
 }
 
/* Medium */
@media only screen and (min-width: 640px) and (max-width: 767px) {	
	.contact-title{
		font-size:30px;
	}
	
	.contact-title{
		font-size:20px;
	}
}

/* Medium */
@media only screen and (min-width: 480px) and (max-width: 639px) {	
	.contact-title{
		font-size:30px;
	}
	
	.contact-title{
		font-size:20px;
	}
}

/* Small */
@media only screen and (max-width: 479px) {
	.contact-title{
		font-size:25px;
	}
	
	.contact-title{
		font-size:17px;
	}
}


/**
 * 3.0 footer
 * -----------------------------------------------------------------------------
 */
 
.footer a{
	color:#000000;
}

.footer a:hover{
	color:#000000;
}

.footer-2 p{
	margin-bottom:0;
}

.footer-2 a{
	color:#fff;
}

.footer-2 a:hover{
	color:#fff;
}

.list-unstyled {
  margin-left:0px;

}

.list-unstyled > li {

  padding-right:0px;  
  padding-left: 0px;

}

/**
 * 3.0 Menu
 * -----------------------------------------------------------------------------
 */

.h-m-menutext{display:none; float:left; margin-top:10px; margin-left:20px; color:#000}

/* Medium */
@media only screen and (min-width: 480px) and (max-width: 767px) {	
	.h-m-menutext{display:block}
}

/* Small */
@media only screen and (max-width: 479px) {
	
	.h-m-menutext{display:block}
	
}