@charset "iso-8859-1";
/* CSS Document */

h1 {
    font-family: 'PT Sans Narrow', sans-serif;
	color: #64bde0;
	font-size:3.5em !important;
}

h3 {
    font-family: 'PT Sans Narrow', sans-serif;
	color: #5a5a5a;
	font-size:1.8em !important;
}

p {
	font-size:1.1em;
	line-height:1.5em;
}

div.col-lg-8 ul ol {
	font-size:1.1em;
	line-height:1.5em;
}

div.col-lg-8 ul li {
	font-size:1.1em;
	line-height:1.5em;
}

.panel panel-default p {
	font-size:0.9em !important;
	line-height:1.3em;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive2 {
  display: block;
  max-width: 100%;
  height: auto;
}

.embed-responsive-item {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 575px) and (orientation : portrait) {
	.img-responsive {
		margin-top:100px !important;
	}
	.img-responsive2 {
		margin-top:140px !important;
	}
	
	h1 {
	font-size:2.5em !important;
	}
	
	.nk-img-fit {
		border: solid 1px #CCC;
	}

}

@media (max-width: 767px) and (orientation : landscape) {
	.img-responsive {
		margin-top:86px !important;
	}
	.img-responsive2 {
		margin-top:126px !important;
	}

	h1 {
	font-size:2.5em !important;
	}
}

@media only screen and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : portrait) {
	.img-responsive {
		margin-top:86px !important;
	}
	.img-responsive2 {
		margin-top:126px !important;
	}
	h1 {
	font-size:3em !important;
	}
}

@media only screen and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : landscape) {
	.img-responsive {
		margin-top:106px !important;
	}
	.img-responsive2 {
		margin-top:140px !important;
	}
	
	.nk-navbar .nk-nav > li > a {
		padding: 6px 15px;
	}
	h1 {
	font-size:2.9em !important;
	}


}

